﻿
.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: #ca2222;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2ab934;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.onn {
    display: none;
}

.onn, .offf {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .slider .onn {
    display: block;
}

input:checked + .slider .offf {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.cookies {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    max-width: 100%;
    background-color: #f4f4f4;
    overflow-y: auto;
    height: 200px;
    z-index: 99999;
    position: fixed;
}
    .cookies::-webkit-scrollbar {
        width: 11px;
    }

.cookies {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

    .cookies::-webkit-scrollbar-track {
        background: var(--scrollbarBG);
        width:10px;
    }

    .cookies::-webkit-scrollbar-thumb {
        background-color: var(--thumbBG);
        border-radius: 6px;
        border: 3px solid var(--scrollbarBG);
    }
.triangle {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 45px 0px 0px 10px;
    width: 75px;
    height: 75px;
    background: linear-gradient(to bottom left, transparent 0%, transparent 57%, #194786 50%, #194786 100%);
    z-index: 999999;
}
.c-letter_cookies i {
    position: relative;
    color: #ffffff !important;
    font-size: 25px;
    margin:0px 38px 0px 0px !important; 

}

.C_LETTER {
    bottom: 8px;
    left: 16px;
    position: absolute;
    font-weight: 600;
    color: #000000;
}
.hide {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}
.button:hover {
    border: none !important;
    background-color: inherit !important;
}
button.hbtn {
    color: #ffffff !important;
    background-color: #18476b !important;
    border: none !important;
    margin: 10px !important;
    padding: 10px !important;
    border-radius: 10px !important;
}
    button.hbtn:hover {
        background-color: #18476b !important;
    }
.hclass {
    color: #18476b !important;
}
#hclass {
    color: #18476b !important;
}
.triangle:hover{
    cursor:pointer;
}
.cookies {
    display: none;
}