.cc_banner-wrapper  {
    display: none!important;
}

.template-391 {
    display: none;
    min-height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    background: rgba(0, 0, 0, .75);
}

.template-391 .template__header,
.template-391 .template__footer {
    position: relative;
    z-index: 2;
}

.template-391 .template__inner {
    width: 96%;
    background: #fff;
    max-width: 820px;
    margin-top: 15px;
    overflow-y: auto;
    height: 88vh;
    max-height: 100vh;
    position: relative;
}

.template-391 .template__body {
    position: relative;
    height: calc(100% - 230px);
    overflow: hidden;
}

@media (min-width: 766.92px) {

    .template-391 .template__body {
        height: calc(100% - 140px);
    }
}

.template-391 .template__body > .row {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

@media (min-width: 992px) {
    
    .template-391 .template__inner {
        margin-top: 30px;
        height: 92vh;
    }
}


@media (min-width: 993px) {
    
    .template-391 .tab-content {
        overflow-x: hidden;
        overflow-y: auto;
    } 
}

.template-391 .tab-content::-webkit-scrollbar {
    width: 6px;
}
  
.template-391 .tab-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.template-391 .tab-content::-webkit-scrollbar-thumb {
    background: #888;
}

.template-391 .tab-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.template-391 .nav-pills .nav-link.active {
    background: #fff;
    color: #000;
}

.template-391 .template__footer button {
    width: 100%;
}

.template-391 .switch {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 34px;
}
  
.template-391 .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.template-391  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.template-391  .switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 28px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.template-391  .switch input:checked + .slider {
    background-color: #2196F3;
}
  
.template-391  .switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
  
.template-391  .switch input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}


.template-391 .switch__words:before {
    content: "OFF";
    color: #fff;
    position: absolute;
    z-index: 10;
    font-size: 14px;
    font-weight: 700;
    left: 34px;
    top: 50%;
    transform: translateY(-50%);
}

.template-391 .switch:has(input:checked) .switch__words:before {
    content: 'ON';
    left: 5px;
}

@media (max-width: 991px) {
    
    .template-391 .tab-content {
        max-height: unset;
    }
}

@media (min-width: 766.92px) {

    .template-391 .template__footer button {
        width: auto;
    }
}

@media (min-width: 992px) {
      
    .template-391 .template__inner {
        margin-top: 30px;
    }
}

@media (max-width: 766.92px) {
    
    .template-391 .btn-2 {
        height: 35px;
        line-height: 33px;
        font-size: 14px;
        letter-spacing: 0;
    }
}

@media(max-width: 766.92px) {
    
    .template-391 .template__body > .row {
        overflow-x: hidden;   
        overflow-y: auto;
        position: unset;
    }
    
    .template-391 .template__header {
        position: fixed;
        top: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 96%;
        background: #fff;
    }
    
    .template-391 .template__body {
        position: fixed;
        top: 70px;
        left: 50%;
        left: 50%;
        width: 96%;
        transform: translateX(-50%);
        bottom: 151px;
        overflow: hidden;
        height: auto;
        padding-bottom: 10px;
    }
    
    .template-391 .template__footer {
        position: fixed;
        bottom: 8px;
        left: 50%;
        transform: translateX(-50%);
        width: 96%;
        max-width: 820px;
        background: #fff;
    }
}

@media (max-width: 499px) {
    
    .template-391 .template__body {
        top: 100px;
    }
}

/*Cookeis alt*/

.template-391.cookies-alt-1 .template__content {
    height: 95%;
}

.template-391.cookies-alt-1 .nav-pills .nav-link.active {
    color: #58A9E0;
}

.template-391.cookies-alt-1 .template__header,
.template-391.cookies-alt-1 .nav-pills .nav-link {
    border-bottom: 1px solid #9E9E9E !important;
}

.template-391.cookies-alt-1 .template__footer {
    border-top: 1px solid #9E9E9E !important;
}

.template-391.cookies-alt-1 .nav-pills .nav-link:last-child {
    border-bottom: none;
}

.template-391.cookies-alt-1 .tab-content .tab-pane div {
    border-bottom: 1px solid #9E9E9E !important;
}

.template-391.cookies-alt-1 .tab-content .tab-pane div:last-child {
    border-bottom: none !important;
}


.template-391.cookies-alt-1 .tab-content {
    overflow-y: scroll;
    padding-right: 0.5rem;
}

.template-391.cookies-alt-1 .switch input:checked + .slider {
    background-color: #6D3A93;
}

.template-391.cookies-alt-1 .switch .slider {
    border-radius: 10px;
}

.template-391.cookies-alt-1 .switch .slider:before {
    height: 24px;
    border-radius: 10px;
    width: 29px;
    left: 4px;
    bottom: 5px;
}
  
.template-391.cookies-alt-1 .nav-pills .nav-link {
    padding: 10px 15px !important;
}  
  
@media (min-width: 991.92px) {
    
    .template-391.cookies-alt-1 .nav-pills .nav-link{
        padding: 10px 0px !important;
    }
}

@media (max-width: 992px) {
    
    .template-391.cookies-alt-1 .template__footer button {
        font-size: 14px !important;
        padding: 0 15px;
    }
    
    .template-391.cookies-alt-1 .template__header {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    
    .template-391.cookies-alt-1 .template__footer {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
    }
}

@media (max-width: 767px) {
    
    .template-391.cookies-alt-1 .template__footer button {
        font-size: 13px !important;
        padding: 0 5px;
        letter-spacing: normal;
    }
    
    .template-391.cookies-alt-1 .template__body {
        top: 66px;
        bottom: 115px;
    }
}

.template-391.cookies-alt-1 .template__footer img {
    max-width: 130px;
    padding-right: 10px;
}
    
.template-391.cookies-alt-1 .nav {
    padding: 0 1rem !important;
}

@media (min-width: 450px) {
    
    .template-391.cookies-alt-1 .template__footer img {
        max-width: 190px;
    }
}

@media (min-width: 991.92px) {
    
    .template-391.cookies-alt-1 .template__footer img {
        max-width: 240px;
        max-height: 60px;
    }
    
    .template-391.cookies-alt-1 .nav {
        padding-left: 0 !important;
    }
}

.template-391.cookies-alt-1 .tab-content::-webkit-scrollbar {
    width: 8px;
}

.template-391.cookies-alt-1 .tab-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.template-391.cookies-alt-1 .tab-content::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 10px; 
    border: 3px solid transparent;
}

.template-391.cookies-alt-1 .tab-content::-webkit-scrollbar-button {
    display: none; 
}
