
.cb-overlay{
    background: #000;
    opacity: .4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10010;
}

.cb{
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999999;
    bottom: 0;
    background: #e7e0ee;
}
.cb .cb-container{
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 16.5px 24px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
}
.cb .cb-container .cb-title{
    color: #212121;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px 0;
    overflow-wrap: break-word;
}
.cb .cb-container .cb-content{
    display: flex;
    flex-direction: column;
    gap: 14px;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
@media (min-width:768px){
    .cb .cb-container .cb-content{
        flex-direction: row;
        gap: 0px;
    }
}
.cb .cb-container .cb-content .text{
    color: #212121;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.cb .cb-container .cb-content .buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}
.cb-btn{
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px 13px;
    font-weight: 500;
    margin: 0 8px 0 0;
    border-radius: 2px;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    overflow-wrap: break-word;
    background-color: transparent;
    border: 2px solid #1863dc;
    color: #1863dc;
}

@media (min-width:768px){
    .cb-btn{
        padding: 8px 27px;
    }   
}

.cb-btn-filled{
    color: #FFFFFF;
    background-color: #1863dc;
}






.cb-modal{
    z-index: 10003 !important;
}
.cb-modal .modal-dialog{}
.cb-modal .modal-dialog .modal-content{}
.cb-modal .modal-dialog .modal-content .modal-header{}
.cb-modal .modal-dialog .modal-content .modal-body{}
.cb-modal .modal-dialog .modal-content .modal-body p{
    margin: 0 0 10px 0;
}
.cb-modal .modal-dialog .modal-content .modal-body .separator{
    border-bottom: 1px solid #F4F4F4;
    margin: 12px 0;
}
.cb-modal .modal-dialog .modal-content .modal-body .buttons{
    text-align: right;
}

.cb-modal .modal-dialog .modal-content .modal-body form{
    float: none;
}
.cb-modal .modal-dialog .modal-content .modal-body .form-group{}
.cb-modal .modal-dialog .modal-content .modal-body .form-group .form-group-input{
    display: flex;
    gap: 10px;
}

.cb-modal .modal-dialog .modal-content .modal-body .form-group input{}
.cb-modal .modal-dialog .modal-content .modal-body .form-group label{
    font-weight: bold;
    margin: 0;
}
.cb-modal .modal-dialog .modal-content .modal-body .form-group .description{}
