/* Cookie Banner Section css Start */
.notification-banner {
background: #242e30;
color: #FFF;
padding: 16px 16px;
max-width: 676px;
max-width: 100%;
margin: 0 auto;
border-radius: 12px;
position: fixed;
bottom: 12px;
left: 12px;
z-index: 1111;
}
.notification-banner h3 {
font-size: 18px;
line-height: 26px;
font-family: "Open Sans", sans-serif;
color: #fff;
margin-bottom: 4px;
}
.notification-banner button.btn-close {
background: none;
opacity: 1;
right: 3px;
position: absolute;
top: 3px;
display: flex;
align-items: center;
justify-content: center;
}
.notification-banner button.btn-close:focus{
box-shadow: none;
}
.notification-banner button.btn-close img {
width: 14px;
}
.notification-banner .cookie-wrapper {
max-width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.notification-banner .cookie-wrapper {
max-width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
}
.notification-banner .cookie-wrapper .cookie-content p {
font-size: 14px;
line-height: 21px;
font-family: "Open Sans", sans-serif;
color: #fff;
font-weight: 500;
margin-bottom: 0;
}
.notification-banner .cookie-wrapper .cookie-btns {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 16px;
}
.notification-banner .cookie-wrapper .cookie-btns button.manage-preference {
background: #fff;
color: #242e30;
font-weight: 500;
}

.notification-banner .cookie-wrapper .cookie-btns button {
background: #f36805;
color: #fff;
font-size: 14px;
line-height: 21px;
border-radius: 34px;
padding: 8px 16px;
width: max-content;
display: inline-block;
text-decoration: none;
margin: 0;
height: 40px;
border: none;
font-family: "Open Sans", sans-serif;
}

/* Cookie Banner Section css End */

/* Manage Cookies Modal css Start */
.modal#manage-preference .modal-dialog .modal-content {
width: 600px;
background: #fff;
border-radius: 4px;
box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
padding: 12px 20px;
}
.modal#manage-preference {
z-index: 999999;
}
.modal#manage-preference .modal-dialog .modal-content .modal-header {
padding-top: 0;
padding-bottom: 12px;
}
.modal#manage-preference .modal-dialog .modal-content .modal-header h2 {
font-size: 24px;
line-height: 30px;
font-weight: 600;
font-family: "Open Sans", sans-serif;
margin: 0;
color: #242e30;
}
.modal#manage-preference .modal-dialog .modal-content .modal-body {
height: 350px;
min-height: 300px;
overflow-y: scroll;
padding: 4px 12px;
padding-bottom: 0;
margin-bottom: 10px;
}
.modal#manage-preference .manage-cookie-wrapper {
padding-right: 0;
}
.modal#manage-preference .manage-cookie-wrapper p {
font-size: 14px;
line-height: 24px;
font-family: "Open Sans", sans-serif;
margin: 0 0 10px;
color: #242e30;
}
.modal#manage-preference .manage-cookie-wrapper h3 {
font-size: 18px;
line-height: 26px;
font-weight: 600;
font-family: "Open Sans", sans-serif;
margin: 0 0 10px;
color: #242e30;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .consent-box {
border: 1px solid #ddd9d4;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .consent-box .consent-row {
border-bottom: 1px solid #ddd9d4;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .consent-box .consent-row:last-child{
border-bottom: none;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .consent-box .consent-row .row-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 14px 18px;
background: #f9f9f9;
cursor: pointer;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .consent-box .consent-row .row-header .left {
display: flex;
align-items: center;
gap: 10px;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .consent-box .consent-row .row-header .left .icon {
font-weight: bold;
font-size: 20px;
position: relative;
top: 0px;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .consent-box .consent-row .row-header .left .title {
font-size: 15px;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .consent-box .consent-row .row-header p.active-btn {
color: #f36805;
margin-bottom: 0;
font-size: 14px;
font-weight: 600;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .consent-box .consent-row .row-content {
display: none;
padding: 15px 18px;
font-size: 14px;
color: #242e30;
background: #fff;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .switch {
position: relative;
display: inline-block;
width: 44px;
height: 22px;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .switch input {
opacity: 0;
width: 0;
height: 0;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .switch .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #565656;
border-radius: 34px;
transition: .3s;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .switch input:checked+.slider {
background-color: #f36805;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .switch input:checked+.slider:before {
transform: translateX(20px);
}

.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .switch .slider:before {
position: absolute;
content: "";
height: 16px;
width: 16px;
left: 3px;
bottom: 3px;
background: #fff;
border-radius: 50%;
transition: .3s;
}
.modal#manage-preference .modal-dialog .modal-content .modal-footer {
padding-bottom: 0;
border-top: 0px;
}
.modal#manage-preference .modal-dialog .modal-content .modal-footer button {
width: 100%;
background: #f36805;
height: 48px;
font-size: 16px;
font-weight: 600;
font-family: "Open Sans", sans-serif;
color: #fff;
border-radius: 48px;
border: none;
margin: 0px;
}
.modal#manage-preference .manage-cookie-wrapper p a {
color: #f36805;
}
.modal#manage-preference .manage-cookie-wrapper .consent-wrapper .consent-box .consent-row.active .row-content{
display: block;
}
.modal#manage-preference .modal-dialog .modal-content .modal-header .btn-close:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 128, 0, .1);
}
/* Manage Cookies Modal css End */

@media(max-width:991px){
.notification-banner{
    max-width: 100%;
    width: 100%;
    left:0px;
    bottom: 0;
    border-radius:12px 12px 0px 0px;
  }
}
@media (max-width: 767px) {
    .notification-banner .cookie-wrapper {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: left;
        gap: 8px;
    }
}