
/* new cookie */
#sec_cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    background: #fff;
    color: #000;
    box-sizing: border-box;
    padding: 20px 20px;
    border-radius: 3px;
    vertical-align: middle;
    z-index: 999;
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#sec_cookie p {
    font-size: 14px;
    line-height: 24px;
    color: #112d4b;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: "Raleway";
}

#sec_cookie .row {
    margin-top: 2rem;
}

#sec_cookie .customize_cookie {
    min-width: 150px;
    min-height: 40px;
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid #252f58;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 500;
    font-family: "Raleway";
}

#sec_cookie .customize_cookie:hover {
    background-color: #252f58;
    color: #fff;
}

#sec_cookie .accept_reject {
    display: flex;
    gap: 20px;
    justify-content: end;
}

#sec_cookie .common_cookie {
    min-width: 150px;
    min-height: 40px;
    border-radius: 0px;
    background-color: #2eb989;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    font-family: "Raleway";
}

#sec_cookie .common_cookie:hover {
    background-color: #fff;
    border: 1px solid #2eb989;
    color: #000;
}

/* cookie modal */
.cookie_modal {
    padding-right: 0px !important;
    z-index: 99999;
}

body {
    padding-right: 0px !important;
}

.cookie_modal h5 {
    font-size: 20px;
    line-height: 30px;
    color: #112d4b;
    font-weight: 600;
    font-family: "Raleway";
}

.cookie_modal p {
    font-size: 15px;
    line-height: 28px;
    color: #112d4b;
    font-weight: 400;
    font-family: "Raleway";
    font-style: normal;
    padding: 0px;
    margin-bottom: 0px;
}

.cookie_modal .allow {
    min-width: 175px;
    min-height: 45px;
    border-radius: 0px;
    background-color: #2eb989;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Raleway";
}

.cookie_modal .confirm {
    min-width: 320px;
    min-height: 45px;
    border-radius: 0px;
    background-color: #2eb989;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Raleway";
    float: right;
}

.cookie_modal .confirm:hover, .cookie_modal .allow:hover{
    background-color: #fff;
    border:1px solid #2eb989;
    color:#222222;
}
.cookie_modal .modal-body {
    padding: 2.5rem 2rem 0rem 2rem;
}

.cookie_modal .modal-content {
    border-radius: 20px;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
    background-color: #ffffff;
    border: 3px solid #ffffff;
    padding:0px!important;
}
.cookie_modal .modal-dialog{
    top: 0;
}

.cookie_modal .btn-close {
    position: absolute;
    right: 20px;
    top: 10px;
    background: url(../images/cancel.png);
    width: 24px;
    height: 24px;
    border: none;
    background-repeat: no-repeat;
}
.cookie_modal .accor_section{
    position: relative;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid rgba(63, 153, 134, 0.23);
    margin-bottom: 10px;
}
.cookie_modal .accordion_head , .cookie_modal .accordion_headinner{
    border-radius: 10px;
    background-color: #f4f4f6;
    width: 100%;
    border: none;
    min-height: 75px;
    position: relative;
    padding-left: 65px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.cookie_modal .accordion_head h6, .cookie_modal .accordion_headinner h6{
    font-size: 18px;
    line-height: 40px;
    color: #000;
    font-weight: 600;
    font-family: "Raleway";
    text-align: left;
    padding-right: 0px;
}
.cookie_modal .accordion-container{
    position: relative;
}

.cookie_modal .accordion-button::before {
    content: "";
    background-image: url(../images/plus.png);
    position: relative;
    top: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
}
.cookie_modal .plusminus{
    background-image: url(../images/plus.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 25px;
    left: 25px;
}

.cookie_modal .plusminusinner.open{
    background-image: url(../images/minus.png);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 25px;
    left: 25px;
}
.cookie_modal .accordion-button:not(.collapsed)::before {
    content: "";
    background-image: url(../images/minus.png);
    top: 24px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
}

.cookie_modal h2 {
    margin-bottom: 0px;
}

.cookie_modal .accordion-header {
    position: relative;
}


.cookie_modal .accordion_body p,.cookie_modal .accordion_bodyinner p{
    padding: 10px 20px;
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    font-weight: 400;
}

.cookie_modal .accordion-item {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid rgba(63, 153, 134, 0.23);
    margin-bottom: 10px;
}
.cookie_modal .modal-footer{
    padding: 30px 15px 30px 15px;
    margin-top: 70px;
    border-top: 1px solid #e5e5e5;
}
.cookie_modal .accordion_bodyinner {
    padding:25px;
}

#sec_cookie button:focus, .cookie_modal button:focus{
    outline:none !important;
    box-shadow: none;
}
.manage{
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    font-family: "Raleway";
}

/* dinesh */
.pp-text-right{
    text-align:right;
    }
    .cookie_modal .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    }
    .accordion-button::after{
    display:none;
    }
    .toggle {
    cursor: pointer;
    display: inline-block;
    width:12%;
    }
    .pve{
    display: inline-block;
    position: absolute;
    width:12%;
    font-size: 13px;
    color: #74c5af;
    right:0px;
    }
    .toggle-switch {
    display: inline-block;
    background: #e5e5e6;
    border-radius: 30px;
    width: 100px;
    height: 45px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
    border: 1px solid #c3c3c3;
    }
    .toggle-switch:before, .toggle-switch:after {
    content: "";
    }
    .toggle-switch:before {
    display: block;
    background: #c3c3c3;
    border-radius: 50%;
    box-shadow: none;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
    }
    .toggle-checkbox:checked + .toggle-switch {
    background: #e5e5e6;
    border: 1px solid #16b98d;
    }
    .toggle-checkbox:checked + .toggle-switch:before {
    left: 60px;
    background: #16b98d;
    }
    
    .toggle-checkbox {
    position: absolute;
    visibility: hidden;
    }
    
    .toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
    }
    /**vendorlist-div**/
    .vendorlist-div{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 35px;
    height: 100%;
    background-color: #fff;
    bottom: auto;
    overflow: auto;
    opacity: 0;
    z-index:-1;
    }
    .vendorlist-div.active{
    opacity: 1;
    z-index:1;
    }
    .cookie_modal .vendorlist-div .accordion-body{
    background-color: #fff;
    height: 100%;
    overflow: auto;
    }
    .vback{
    display: inline-block;
    margin-bottom: 20px;
    }
    .vback svg{
    height: 12px;
    width: 12px;
    }
    .vendorlist-div table{
    background-color:#efeff1;
    margin-bottom:0px;
    }
    .vendorlist-div .table-responsive{
    background-color: #efeff1;
    padding: 15px;
    margin-bottom: 20px;
    margin-top:10px;
    }
    .vendorlist-div table tr td{
    border: 0px;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    padding: 6px 15px;
    }
    .vendorlist-div table tr td:first-child{
    width: 18%;
    font-weight: 500;
    color:#000;
    }
    .checktgl{
    cursor: pointer;
    display: flex;
    width: 12%;
    justify-content: right;
    }
    .checktgl input[type=checkbox] {
    position: relative;
    border: 2px solid #2eb989;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 26px;
    width: 26px;
    -webkit-appearance: none;
    appearance: none;
    opacity: .5;
    }
    
    .checktgl input[type=checkbox]:hover {
    opacity: 1;
    }
    
    .checktgl input[type=checkbox]:checked {
    background-color: #2eb989;
    opacity: 1;
    }
    
    .checktgl input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #f4f4f6;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
    }
    .checktgl input[type=checkbox]:checked:before{
    border: solid #fff;
    border-width: 0 2px 2px 0;
    }
    .cookie_modal h6 {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        font-weight: 700;
    }
    .acc-label .toggle{
        position: absolute;
        top: 16px;
        right: 10px;
    }
    .cookie_modal .accordion_body a {
        text-decoration: underline !important;
    }
    #sec_cookie p a, .cookie_modal p a {
        color: #252f58;
        text-decoration: underline;
    }
    .cookie_modal p span{
        color: #0db98a;
        text-decoration: underline;
        cursor:pointer;
    }
    .vback {
        display: inline-block;
        color: #0db98a;
        margin-bottom: 20px;
        cursor:pointer;
        text-decoration: underline;
    }

@media (min-width:1200px) {

    .cookie_modal .modal-dialog {
        max-width: 850px;
        width: 850px;
        height:650px;
    }
    .cookie_modal .modal-body {
        min-height: 415px;
    }
}
@media(min-width:992px) and (max-width:1199px) {
      /* new cookie  */
      .cookie_modal .modal-dialog {
        max-width: 750px;
        width: 750px;
    }
    .acc-label .toggle {
        right: 22px;
    }
}

@media(min-width:768px)and (max-width:991px) {
  /* new cookie */
  .cookie_modal .modal-dialog {
    max-width: 720px;
    width: 720px;
}
}
@media(max-width:991px){
        .toggle-switch {
            width: 55px;
            height: 30px;
        }
        .toggle-switch:before {
            width: 20px;
            height: 20px;
        }
        .acc-label .toggle {
            position: absolute;
            top: 24px;
            right: 0px;
        }
        .toggle-checkbox:checked + .toggle-switch:before {
            left: 30px;
        }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
@media(max-width:767px){
  /* new cookie */
  #sec_cookie .accept_reject {
    justify-content: center;
    margin-top: 0px;
}
.cookie_modal .vendorlist-div .accordion-body{
    max-height: inherit;
}
#sec_cookie .customize {
    display: flex;
    justify-content: center;
}

#sec_cookie p {
    font-size: 12px;
    line-height: 22px;
    color: #000;
}

#sec_cookie .common_cookie {
    font-size: 12px;
    line-height: 24px;
    min-width: 95px;
    min-height: 34px;
}

#sec_cookie .customize_cookie {
    min-width: 100px;
    min-height: 35px;
    font-size: 12px;
    line-height: 22px;
}
#sec_cookie .row {
    margin-top: 15px;
    display:flex;
}
#sec_cookie{
    padding: 10px 10px;
}

.cookie_modal h5 {
    font-size: 18px;
    line-height: 25px;
    padding-right: 65px;
}

.cookie_modal p {
    font-size: 16px;
    line-height: 26px;
}

.cookie_modal .accordion-button {
    font-size: 18px;
    line-height: 30px;
    padding-right: 72px;
}

.cookie_modal .allow {
    font-size: 16px;
    line-height: 24px;
}

.cookie_modal .confirm {
    min-width: 290px;
    font-size: 16px;
    line-height: 24px;
}

.cookie_modal .accordion_head h6, .cookie_modal .accordion_headinner h6 {
    font-size: 14px;
    line-height: 26px;
}
.manage{
    font-size: 20px;
    margin-bottom: 10px;
}
.acc-label .toggle {
    right: 10px;
}
.pve{
    right: 10px;
}

}

@media(min-width:360px)and (max-width:479px){
    .toggle {
        width: 15%;
        
    }
    .acc-label .toggle {
        right:10px;
    }
    .pve {
        right: 10px;
    }
}
@media(max-width:420px){
    .cookie_modal .accordion_head h6, .cookie_modal .accordion_headinner h6 {
        padding-right: 50px;
    }
}