/*! kamadatepicker - version 1.5.3 */.bd-hide{display:none}.bd-main{background-color:#fff;border:1px solid #000;padding:5px;z-index:9999;width:auto!important;margin:0;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.bd-calendar{width:210px;padding:0;margin:0}.bd-calendar table{border:none;width:210px}.bd-title{width:210px;padding:0;margin:0}.bd-dropdown{display:inline-block;float:right;width:75px}.bd-dropdown select{width:100%}.bd-dropdown select,.bd-next,.bd-prev{height:30px;border:none;cursor:pointer}.bd-next,.bd-prev{background-repeat:no-repeat;background-position:50% 50%;background-color:#fff;width:30px;margin:0;padding:0;display:inline-block;float:right}.bd-table thead{background-color:#555;color:#fff}.bd-table thead tr{height:30px;cursor:context-menu}.bd-table thead tr th{text-align:center}.bd-table tbody tr td{border:none}.bd-empty-cell,.bd-table-days button{width:30px;height:30px}.bd-table-days button{background-color:#f8f8f8;border:0}.bd-table-days button:hover:enabled{color:red;font-weight:700;background-color:#e7e7e7;cursor:pointer}.bd-table-days button:disabled{background-color:#eee}.bd-today{background-color:#dff0d8!important;color:green}.bd-holiday{background-color:#fde8e8!important}.bd-selected-day{color:red;font-weight:700}.bd-goto-today{width:210px;height:30px;color:#fff;background-color:#555;padding-top:5px;cursor:pointer;text-align:center}

/* kamadatepicker */
.bd-main {
    border: none !important;
    padding: 10px !important;
    border-radius: 10px !important;
}
body .bd-main .bd-title button span {
    display: flex !important;
    color: #fff !important;
    font-size: 10px !important;
    z-index: 10 !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    justify-content: center !important;
    align-items: center !important;
}
.bd-main .bd-title button {background: #0000ff !important;border-radius: 6px !important;color: #fff !important;font-size: 10px !important;}



body .bd-main .bd-title select {
    border-radius: 6px !important;
    padding: 0 7px 0 19px !important;
    font-size: 11px !important;
    background-size: 10px !important;
    background-position: 5px center !important;
    border-color: #d6d6d6 !important;
    height: 30px !important;
}


.bd-title {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 0 0 5px !important;
}
.bd-table thead {
    background-color: #ffffff !important;
    color: #2196F3 !important;
    font-size: 12px !important;
}
tbody.bd-table-days tr td button {
    background: #fff !important;
    font-size: 14px !important;
}
tbody.bd-table-days tr td button.bd-holiday {
    background: #ffa9c5 !important;
    color: #750000 !important;
    border-radius: 30px !important;
}
tbody.bd-table-days tr td button.bd-selected-day {
    background: #03A9F4 !important;
    color: #fff !important;
    font-weight: 800 !important;
    border-radius: 8px !important;
}
tbody.bd-table-days tr td button.bd-today {
    background: #18ad72 !important;
    color: #fff !important;
    font-weight: 800 !important;
    border-radius: 8px !important;
}
.bd-goto-today {
    padding: 0 !important;
    font-size: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--color4) !important;
    border-radius: 7px !important;
}
/* kamadatepicker */