/*! kamadatepicker - version 1.5.3 */

.bd-hide {
    display: none;
    position: absolute !important;
}

.bd-main {
    border: none;
    border-radius: 10px;
    font-family: "Vazir Bold FD", sans-serif !important;
    padding: 5px;
    z-index: 9999;
    width: auto !important;
    margin: 5px 0 0 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
    background-color: var(--light-bg);
    position: absolute !important;
    /*transform: translateX(1.4vw);*/
}

.bd-calendar {
    width: 100%;
    padding: 0;
    margin: 0
}

.bd-calendar table {
    border: none;
    width: 100%
}

.bd-title {
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 5px;
}

.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: transparent;
    border-radius: 5px;
    width: 30px;
    margin: 0;
    padding: 0;
    display: inline-block;
    /*float: right*/
}

.bd-prev {
    margin-left: 30px;
}

/*.bd-next, .bd-prev {*/
/*    background-color: var(--dark-blue);*/
/*    border-radius: 10px;*/
/*    width: 30px;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    position: absolute;*/
/*    right: 0;*/
/*}*/

.bd-table thead {
    background-color: var(--red);
    border-radius: 5px !important;
    color: var(--blue);
    overflow: hidden;
    margin-bottom: 5px;
}

.bd-table thead tr {
    height: 30px;
    cursor: context-menu;
    border-radius: 10px !important;
    overflow: hidden;
}

.bd-table thead tr th {
    text-align: center;
}

.bd-table tbody tr td {
    border: none
}

.bd-empty-cell, .bd-table-days button {
    font-family: "Vazir Bold FD", sans-serif !important;
    width: 30px;
    height: 30px
}

.bd-table-days button {
    margin: 2px;
    font-family: "Vazir Bold FD", sans-serif !important;
    background-color: var(--blue);
    border: 0;
    color: silver;
    border-radius: 5px;

}

.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: #d97575 !important
}

.bd-selected-day {
    color: red;
    font-weight: 700
}

.bd-goto-today {
    width: 240px;
    height: 30px;
    color: #fff;
    background-color: #555;
    padding-top: 5px;
    cursor: pointer;
    text-align: center
}

select {
    font-family: "Vazir Bold FD", sans-serif !important;
    background: transparent;
}

@media screen and (max-width: 992px) {
    .bd-table thead {
        font-size: 15px;
    }
}