.cookiealert {
    background: #c2e4e7 !important;

    color: #000;
}

.cookiealert.show {
    opacity: 0.9 !important;
}
#salvaId {
    display: none;
}
.cookieMainModalBG {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4282a4c9;
    z-index: 3;
}
.privacyIcon {
    position: fixed;
    left: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
    background: #42b983;
    cursor: pointer;
}
#cookieBanner {
    background: #c2e4e7 !important;
    color: #000;
    position: fixed;
    bottom: 0;
    /* padding: 10px 20px; */
}
.cookieModal p {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 12px;
}
.cookieModal h3 {
    margin-bottom: 5px;
}
.cookieModal .cookiedesc {
    padding: 10px 15px 0;
    text-align: start;
}
.cookieModal .cookietitle {
    text-align: start;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 12px;
}
.cookieModal .desccookie {
    font-size: 12px;
}
.cookieModal .cookietoggle {
    margin-top: 0px;
    margin-left: 70px;
}
.cookieModal .cookietoggle input[type="checkbox"] {
    display: none;
}
.cookieModal .cookietoggle label {
    color: #4fbca1;
    position: relative;
}

.cookieModal .cookietoggle input[type="checkbox"] + label::before {
    content: " ";
    display: block;
    height: 18px;
    width: 45px;
    border: 1px solid #4281a4;
    border-radius: 10px;
    position: absolute;
    top: 0px;
    left: -65px;
    background: #4281a4;
}
.cookieModal .cookietoggle input[type="checkbox"] + label::after {
    content: " ";
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #4fbca1;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: -65px;
    background: #4fbca1;
    transition: all 0.3s ease-in;
}
.cookieModal .cookiedisabled::after {
    border: 1px solid #6e7171 !important;
    background: #777978 !important;
}
.cookieModal .cookiedisabled::before {
    border: 1px solid #d3d3d3 !important;
    background: #d3d3d3 !important;
}

.cookieModal .cookietoggle input[type="checkbox"]:checked + label::after {
    left: -40px;
    transition: all 0.3s ease-in;
}
.cookieModal .cookiedesc {
    padding: 0;
    font-size: 12px;
    color: rgb(59, 59, 59);
    padding: 10px 10px 0;
}
.cookieModal .cookieleft {
    max-width: 600px;
    width: 100%;
}
.cookieModal .cookieright {
    height: 100%;
    width: 100%;
    max-width: 100px;
    max-height: 120px;
}
.cookieModal .cookiecard {
    border: 1px solid rgb(124, 121, 121);
    margin-bottom: 7px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.cookieModal .cookiecategories {
    padding: 10px 15px;
    overflow: scroll;
    height: 400px;
}

.cookieModal {
    position: fixed;
    background-color: aliceblue;
    max-width: 500px;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0vh;
    border-radius: 12px;
    box-shadow: 1px 1px 15px rgb(99, 99, 99);
    z-index: 9999;
    height: 100%;
    max-height: 654px;
    overflow: scroll;
}
.cookieModal .cookiefooter {
    padding: 10px 15px;
    background-color: #4fbca1;
    bottom: 0;
}

.cookieModal .skew {
    background: #4281a4;
    color: #cfcfcf;
    padding: 5px 10px;
    border-radius: 12px;
    border: none;
    margin: 5px;
}
.cookieModal .cookieclose {
    background: #cfcfcf;
    color: #4b4b4b;
    padding: 5px 10px;
    border-radius: 12px;
    border: none;
}
.cookieBtnGroup {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cookieBtnPosition {
    position: relative;
    margin: 5px;
    width: 150px;
    background: rgb(0, 150, 255) none repeat scroll 0% 0%;
}
.cookieBtn {
    border: medium none;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    outline: currentcolor none medium;
    padding: 6px 10px;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    background: rgb(0, 150, 255) none repeat scroll 0% 0%;
}
.close {
    background: rgb(172, 190, 202) none repeat scroll 0% 0% !important;
}
.more {
    position: absolute;
    right: 7px;
    top: 2px;
    transform: rotate(180deg);
    cursor: pointer;
    color: #fff;
}
.more:hover {
    color: #2c3e50;
}
#cookieModal {
    display: none;
}
.closeCookieX {
    position: absolute;
    top: 2px;
    right: 15px;
    cursor: pointer;
}

.closeCookieX:hover {
    color: #585858;
}

@media screen and (max-width: 600px) {
    .cookieModal {
        max-width: 300px;
        width: 100%;
        overflow: scroll;
    }
    .cookieModal .cookiedesc p {
        font-size: 10px;
    }
    /* .cookieModal .cookiecategories {
        height: 230px;
    } */
}

@media screen and (max-width: 926px) and (max-height: 429px) {
    .cookieModal {
        max-width: 600px;
        width: 100%;
        overflow: scroll;
    }
    .cookieModal .cookiedesc p {
        font-size: 10px;
    }
    /* .cookieModal .cookiecategories {
        height: 130px;
    } */
    .cookieModal .cookietitle {
        text-align: start;
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 9px;
    }
    .cookieModal .desccookie {
        font-size: 9px;
    }
}
