/* #cookiebanner {
    background-color: #2c4047;
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    padding: 0 20px 0 32px;
} */

.cookie__container {
    /* max-width: 440px !important; */
    margin: auto;
    height: 100%;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hidden {
    display: none;
}

.cookie__accept {
    font-size: 1.25rem;
    padding: 0 1.5625rem;
    height: 3rem;
    background: #00f0ff;
    border: none;
    border-radius: 5.5rem;
    color: #2c4047;
    /* margin: 0rem 2rem; */
    min-width: 282px;
    width: 100%;
    font-weight: 500;
}
.cookie__reject {
    font-size: 1.25rem;
    padding: 0 1.5625rem;
    height: 3rem;
    background: #00f0ff;
    border: none;
    border-radius: 5.5rem;
    color: #2c4047;
    min-width: 282px;
}
.cookie__manage {
    font-family: 'Omnes-regular', sans-serif;
    font-size: 1.125rem;
    cursor: pointer;
    height: 2rem;
    display: inline-block;
    border: none;
    border-bottom: 0.125rem solid #00f0ff;
    background-color: transparent;
    padding: 0;
    color: #ffffff;
}

.cookie__manage img {
    padding-left: 24px;
}

.cookie__banner_text span {
    color: #fff;
    margin-right: 1.5rem;
    font-family: 'Omnes-regular', sans-serif;
    font-size: 1.125rem;
}

.saveButtonDiv {
    margin-left: 23px;
    padding-bottom: 8px;
    margin-right: 15px;
}

.save_and_reject_buttons {
    font-family: 'Omnes-medium';
    font-size: 1.125rem;
    background-color: #fff;
    margin-top: -14px;
    height: 80px;
    z-index: 999;
    padding-top: 16px;
    padding-bottom: 16px;
}

.save_and_reject_Text {
    font-family: 'Omnes-medium';
    font-size: 1.125rem;
    padding: 0px 36px;
}

.save__all {
    font-size: 1.25rem;
    width: 180px;
    height: 3rem;
    background: #00f0ff;
    border: none;
    border-radius: 5.5rem;
    color: #2c4047;
    margin-left: 19px;
    margin-bottom: 16px;
    padding: 0px 1.5625rem;

    margin-right: 2rem;
}
/* @include maximum-breakpoint('max-sm') { */

/* } */
.reject__all {
    font-size: 1.25rem;
    width: 180px;
    padding: 0 2.5625rem;
    height: 3rem;
    border: none;
    border-radius: 5.5rem;
    color: #2c4047;
    margin-left: 16px;
    margin-bottom: 16px;
    background: #00f0ff;
}

/* Banner css end */

/* Modal css start */
.cookie__modal {
    z-index: 20;
    overflow: hidden;
    position: fixed;
    /* overflow: auto; */
    overflow: auto;
    left: 0;
    top: 0;
    width: 100% !important;
    /* max-width: 440px !important; */
    height: 100% !important;

    background-color: rgba(0, 0, 0, 0.5);
}

/* .cookie__modal-initial-content {
    z-index: 20;
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 89%;
} */

.cookie__modal-content {
    z-index: 999;
    border-top-right-radius: 2rem;
    background-color: #fff;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 1560px !important;
    max-width: 442px;
}

.cookie__close-button {
    position: absolute;
    right: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    font-size: 1.5rem;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
    cursor: pointer;
    border-radius: 50%;
    border: 1.5px solid #2c4047;
    margin: 1.3rem 3.5rem 3px 0;
}

.cookie__modal-title {
    border-top-right-radius: 2rem;
    display: flex;
    justify-content: space-between;
    height: 76px;
    background: #f1f1f4;
}

.cookie_title {
    margin-left: 26px;
    padding-bottom: 13px;
}

.cookie__modal-title-name {
    font-family: 'Oswald-semibold';
    font-size: 1.6rem;
    color: #2c4047;
    line-height: 1;
    display: flex;
    align-self: center;
    width: 348px;
    max-width: 700px;
    margin-left: 20px;
    height: 36px;
    margin-top: 23px;
    font-weight: bolder;
}

.cookie__modal-container {
    letter-spacing: 0.015em;
    font-family: 'Omnes-medium', sans-serif;
    font-size: 1.3rem;
    margin: 1.5rem 0 0;
    width: 100%;
}

.cookie__modal-container:not(:first-of-type) {
    padding-bottom: 2rem;
}

.cookie__modal-text {
    font-family: 'Omnes-regular', sans-serif;
    font-size: 1.125rem;
    margin: 0px 29px;
}

.cookie__modal-text p {
    line-height: 1.563rem;
    margin-bottom: 0;
    color: #000000;
    font-size: 1.125rem;
}

.cookie__modal-text-space {
    width: 34.938rem;
}

.cookie__modal-body {
    width: 100%;
    height: 100%;
    max-width: 440px;
    position: absolute;
    /* overflow: auto; */
}

.cookie__modal-text a {
    font-family: 'Omnes-medium', sans-serif;
    color: #007880;
    text-decoration: underline !important;
    cursor: pointer;
    font-size: 1.125rem;
    width: 100% !important;
}

.cookie__modal-option {
    float: right;
    font-size: 1rem;
    letter-spacing: 0.015em;
    margin-right: 7px;
}

.always__on {
    background-color: #00ff94 !important;
    width: 110px;
    height: 43px;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
}

.Customizable {
    background-color: #fffc00 !important;
    width: 120px !important;
    height: 43px;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
}

.cookie__modal-footer {
    position: fixed;
    /* height: 424px; */
    width: 442px;
    bottom: 0;
    height: 64px;

    /* margin-top: 393px; */
    /* padding-bottom: 65px; */
    /* background-color: #fff;*/
}

/* Modal css start */

/* Toggle switch start */

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2c4047;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: '';
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2c4047;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
    background-color: #00ff94;
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on,
.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Media queries */
/* @media (min-width: 768px) {
    .cookie__modal {
        padding-top: 80px;
    }
} */

@media (max-width: 699px) {
    .save__all {
        padding: 0px 0.5625rem !important;
        width: 38% !important;
        margin-right: 0rem !important;
        margin-left: 1.5rem;
    }
    .reject__all {
        padding: 0px 0.5625rem !important;
        width: 38% !important;
        margin-right: 0rem !important;
        margin-left: 2rem;
        background: #00f0ff;
    }
    /* #cookiebanner {
        height: 218px;
    } */

    .cookie__container {
        font-size: 1.115rem;
        flex-direction: column;
        justify-content: center;
    }

    .cookie__modal-title {
        width: 100%;
        /* position: sticky; */
        top: 0;
        z-index: 100;
    }

    .cookie__modal-title-name,
    .cookie__modal-body {
        width: 100%;
        max-width: 400px;
    }

    .save_and_reject_buttons {
        /* position: sticky; */
        position: absolute;
        height: 125px !important;
        margin-top: -61px !important;
        width: 100%;
        background: #fff;
        z-index: 100;
    }

    .cookie__modal-footer {
        position: fixed;
        /* height: 424px; */
        width: 100%;
        max-width: 440px;
        /* margin-top: 393px; */
        /* padding-bottom: 77px; */
        /* background-color: #fff; */
    }
    .cookie__modal-content {
        border-top-right-radius: 2rem;
        background-color: #fff;
        position: absolute;
        margin: auto;
        width: 100%;
        max-width: 440px;
        /* height: 100%; */
        height: 1860px !important;
        margin-top: 20%;
        /* z-index: 100; */
        /* max-width: 1385px; */
    }
    .cookie__modal-text {
        font-family: 'Omnes-regular', sans-serif;
        font-size: 1.115rem;
        margin: 0px 29px;
    }

    .cookie__modal-text p {
        line-height: 1.563rem;
        margin-bottom: 0;
        color: #000000;
        font-size: 1.115rem;
    }

    /* .cookie__modal-initial-content {
        z-index: 20;
        position: fixed;
        overflow: auto;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    } */
    @media (max-width: 280px) {
        .cookie__modal-content {
            border-top-right-radius: 2rem;
            background-color: #fff;
            position: absolute;
            margin: auto;
            width: 100%;
            height: 1960px !important;
            /* max-width: 440px; */
            margin-top: 20%;
        }
    }
    @media (max-width: 400px) {
        .cookie__modal-content {
            border-top-right-radius: 2rem;
            background-color: #fff;
            position: absolute;
            margin: auto;
            width: 100%;
            height: 2090px !important;
            /* max-width: 1309px; */
            margin-top: 20%;
        }
    }
}

/* @media (min-width: 768px){
    @media (max-width:820px) {
        @media (max-height:1024px) {
            .cookie__modal-content {
                border-top-right-radius: 2rem;
                background-color: #fff;
                position: absolute;
                margin: auto;
                width: 100%;
                height: 1360px !important;
            }
            .save_and_reject_buttons {

                height: 100px;
                margin-top: -35px;
                width: 100%;
                background: #fff;
                z-index: 100;
            }
        }
        @media (min-height:1025px)and(max-height:1190px) {
            
            .cookie__modal-content {
                border-top-right-radius: 2rem;
                background-color: #fff;
                position: absolute;
                margin: auto;
                width: 100%;
                height: 1190px !important;
            }
            .save_and_reject_buttons {
            
                height: 100px;
                margin-top: -55px;
                width: 100%;
                background: #fff;
                z-index: 100;
            }
        }
    }
    @media (min-width:821px) and (max-width:1023px){
        @media (max-height:800px){
            .cookie__modal-content {
                border-top-right-radius: 2rem;
                background-color: #fff;
                position: absolute;
                margin: auto;
                width: 100%;
                height: 1410px !important;
            }
            .save_and_reject_buttons {
              
                height: 100px;
                margin-top: -25px;
                width: 100%;
                background: #fff;
                z-index: 100;
            }
        }
        @media (min-height:801px) and (max-height:1024px){
            .cookie__modal-content {
                border-top-right-radius: 2rem;
                background-color: #fff;
                position: absolute;
                margin: auto;
                width: 100%;
                height: 1410px !important;
            }
            .save_and_reject_buttons {
               
                height: 100px;
                margin-top: -25px;
                width: 100%;
                background: #fff;
                z-index: 100;
            }
        }
        @media (min-height:1025px) and (max-height:1180px){
            .cookie__modal-content {
                border-top-right-radius: 2rem;
                background-color: #fff;
                position: absolute;
                margin: auto;
                width: 100%;
                height: 1310px !important;
            }
            .save_and_reject_buttons {
              
                height: 100px;
                margin-top: -25px;
                width: 100%;
                background: #fff;
                z-index: 100;
            }
        }

    }
    @media (min-width:1024px) and (max-width: 1279px) {
        @media (max-height:720px)
        {
            .cookie__modal-content {
                border-top-right-radius: 2rem;
                background-color: #fff;
                position: absolute;
                margin: auto;
                width: 100%;
                height: 1360px !important;
            }
            .save_and_reject_buttons {
              
                height: 100px;
                margin-top: -25px;
                width: 100%;
                background: #fff;
                z-index: 100;
            }
        }
        @media (min-height:721px) and (max-height:1024px) {
            .cookie__modal-content {
                border-top-right-radius: 2rem;
                background-color: #fff;
                position: absolute;
                margin: auto;
                width: 100%;
                height: 1360px !important;
            }
            .save_and_reject_buttons {
                
                height: 100px;
                margin-top: -25px;
                width: 100%;
                background: #fff;
                z-index: 100;
            }
        }
        @media (min-height:1025px) and (max-height:1420px) {
            .cookie__modal-content {
                border-top-right-radius: 2rem;
                background-color: #fff;
                position: absolute;
                margin: auto;
                width: 100%;
                height: 1660px !important;
            }
            .save_and_reject_buttons {
               
                height: 100px;
                margin-top: -55px;
                width: 100%;
                background: #fff;
                z-index: 100;
            }
        }
    }
    
    @media (min-width: 1280px) 
    {
        @media (max-height:900px){
            .cookie__modal-content {
                border-top-right-radius: 2rem;
                background-color: #fff;
                position: absolute;
                margin: auto;
                width: 100%;
                height: 1400px !important;
            }
            .save_and_reject_buttons {
               
                height: 100px;
                margin-top: -20px;
                width: 100%;
                background: #fff;
                z-index: 100;
            }
        }
    }

}







 */
