/*.btn-click {*/
/*    display: flex;*/
/*    justify-content: center;     */
/*    align-items: center;  */
/*    height: 100vh;*/
/*    border-radius: 10px;*/
/*}*/

/*.btn-click .btn{*/
/*    color:#ffffff;*/
/*    background: #fe7719;*/
/*}*/

#cookie-banner{
    display: none; 
    position: fixed; 
    bottom: 20px; 
    left: 50%; 
    transform: translateX(-50%); 
    background: #00000059; 
    padding: 15px; 
    /*box-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
    border-radius: 5px;
    z-index: 9999 !important;
}

.modal-header{
    border-bottom: 1px solid #e9e9e9;
    padding: 24px;
    justify-content: center;
}
.modal-title{
    color: #fff !important;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px
}
.cookie-text {
    color: #1e2026;
    text-decoration: underline;
    font-weight:bold


}
.cookie-text:hover {
    color: #fe7719;
}

#coc-icon{
    color: #ff6400 !important;
}

.Modal__body__separator{
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e9e9e9;
    margin: 10px 0;
}

.modal-footer{
    border-top:none;
    justify-content: space-between;
}
.modal-footer .btn11{
    border: none;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: Roboto;
    line-height: 20px;
    text-decoration-line: underline;
    cursor: pointer;
}
.modal-footer .btn2{
    /* flex-grow: 1; */
    height: 40px;
    width: 127px;
    border: 1px solid #8e8e93;
    border-radius: 8px;
    background: #fff;
    color: #8e8e93;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    cursor: pointer
}
.modal-footer .btn3{
    height: 40px;
    width: 127px;
    border: none;
    border-radius: 8px;
    background: #fe7719;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    cursor: pointer;color:#ffffff;
    flex-grow: 1;
    background: #fe7719;
}


.cookie-offcanva{
    position: absolute;
    z-index: 99999;
}
.cookie-offcanva h6{
    text-transform: uppercase;
}
.cookie-offcanva p{
    font-size: 14px;
}

.custom-offcanvas {
    width: 100% !important;
    height: 100% !important; 
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: white; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    background: #f5f6f8;
    
}
.form-check{
    width:90%;
    background-color:#ffffff;
    padding:1rem;
    border-radius:20px
}

.btn-section{
    width:95%
}
