.d-flex_2 {
    height: 60px;
    display: flex!important;
}
.calendar {
    width: 3.125rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-family: Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    border-radius: 0.375rem;
}

.calendar .calendar-month {
    background-color: #1a2035;
    color: #fff;
    border-radius: 0.375rem 0.375rem 0 0;
    padding: 0.25rem;
    font-weight: 600;
}

.calendar .calendar-day {
    font-size: 1.728rem;
    padding: 0.25rem;
    border: 0.125rem solid #1a2035;
    border-top: 0;
    border-radius: 0 0 0.375rem 0.375rem;
    color: #9da9bb;
    font-weight: 700;
}

.pointer {
    cursor: pointer;
}

.decoration-off {
    color: #FFFFFF;
    text-decoration: none !important;
}

.spinner {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.hover-light:hover {
    background: rgba(#fff, #fff, #fff, 0.1);
}

.block-scroll {
    overflow-y: scroll;
    height: 500px;
}

/* Datalist Style */
dl {
    box-sizing: border-box;
}

dl dt {
    background: #fafafa;
    border-bottom: solid 1px #fafafa;
    margin: 2px 0;
    padding: 10px 0;
    box-sizing: border-box;
}

dl dd {
    margin:2px 0;
    padding:10px 0;
    border-bottom: solid 1px #fafafa;
    box-sizing: border-box;
}

.large{
    font-size: large;
}

.larger{
    font-size: larger;
}

@media (min-width: 992px){
    .modal-lg {
        max-width: 1090px;
    }
}
