.dash-top-ber ul li a span.dash-top-ber-date {
    color: #000;
    background: #fff;
}

.dash-top-ber ul li a span.dash-top-ber-month {
    background: #c71c69;
    color: #fff;
    font-weight: 600;
}

.dash-top-ber ul li a span {
    padding: 2px 3px;
    font-size: 10px;
    display: block;
}

.display_none {
    display: none !important;
}

.dash-top-ber {
    text-align: center;
    float: left;
    margin-left: 14px;
}

.p-0 {
    padding: 0% !important;
}

.text-pink {
    color: #C71C69;
}

.dash-top-ber ul li a {
    border: 2px solid #b8b9b9;
    display: block;
    text-align: center;
}
.global_radio_input{
    width: auto;
    height: auto;
    position: relative;
    top: 5px;
    left: 10px;
}
.global_radio_label
{
    margin-right: 25px;
    margin-bottom: 25px;
}

/* global modal styles */
.modal-content {
    border-radius: .5rem;
}
.modal-header {
    display: flex;
    align-items: center; 
    background-color: var(--dark);
    padding: .875rem 1.35rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: 0.5rem;
}

.modal-header .close {
    float: right;
    margin-left: auto;
    font-size: 3rem;
    color: #ffff;
    opacity: 1;
    transition: all .3s ease-in-out;
    position: relative;
}

.modal-header .close :hover {
    transform: rotate(180deg);
}

.modal-title {
    margin-bottom: 0;
    font-size: 1.75rem;
    color: #fff;
}

.modal-body {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.preview__img {
    height: 90px;
    width: auto;
    object-fit: cover;
    object-position: center center;
}

.row.gy > div {
    padding-bottom: 15px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.fw-normal{
    font-weight: normal;
}
.img__upload__box {
    position: relative;
}

.img__upload__box input[type="file"] {
    width: 1px;height: 1px;position: absolute;top: 0;opacity: 0;
}

.img__upload__box {
    width: 100%;
    height: 3.5rem;
    border: 1px dashed #cccc;
    border-radius: .25rem;
    background-color: #fff;
    cursor: pointer;
}

.img__upload__box .label {
    position: absolute;
    font-size: 1.25rem;
    color: #0f0f0f;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: normal;
    width: 100%;
    text-align: center;
}

.img__upload__box .form-group.has-success label {
    display: none;
}

.input-label {
    margin-bottom: 2px !important;
    font-weight: 500;
    color: rgba(255,255,255,.5);
    font-size: 15px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.fw-normal{
    font-weight: normal;
}

.padding .tab-pane {
    padding: 15px;
}

.padding input[type='checkbox']{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.form-check-inline{
    display: inline-block;
    margin: 5px 20px 5px 0;
}
.padding .form-check-group{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
}

.padding .form-check-inline .form-check-label{
    font-weight: normal;
    position: relative;
    top: -2px;
}
/* .calendarView {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
} */
.calendarView table tr td:nth-child(1){
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.calendarView .fc-basic-view .fc-body .fc-row {
    height: auto !important;
    min-height: 6em;
}
.calendarView .fc-scroller.fc-day-grid-container {
    height: auto !important;
}
.d-flex {
    display: flex;
}
.input__box__times .btn{
    margin-left: 10px;
    
}
.input__box__times input{
    width: calc(100% - 30px);
}
.input__box__times {
    margin-bottom: 15px;
}
.align-items-center {
    align-items: center;
}
.login-form .btn-eye {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-color: transparent !important;
    min-width: 30px !important;
    border-radius: 0px !important;
    border: 0px !important;
    width: auto;
    margin: 0px;
    color: #434343;

}
.position-relative {
    position: relative !important;
}