.has-icon > i, .the_date {
    position: absolute;
    pointer-events: none
}

#datepicker, .select2-container--default .select2-results__option--highlighted[aria-selected]:first-of-type img, .select2-container--default .select2-results__option[aria-selected]:first-of-type img {
    display: none
}

.modal .modal-dialog h2, .swal-footer, .swal-text, .ui-datepicker th {
    text-align: center
}

.modal .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    font-size: 16px !important
}

.has-icon input::placeholder {
    color: #000 !important
}

.modal .fill-require:after {
    content: " *";
    color: #ff0000
}

.modal .modal-dialog {
    max-width: 620px
}

.modal .modal-body.form_field {
    padding: 0 30px 40px
}

.has-icon > i {
    z-index: 2;
    top: 50%;
    right: 5px;
    width: 22px;
    transform: translateY(-50%)
}

label {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0;
    display: block
}

.form-group small {
    font-size: 12px;
    color: #757575;
    line-height: 1
}

#datepicker {
    position: absolute;
    bottom: 60px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 16%)
}

    #datepicker button {
        outline: 0;
        border: 1px solid #ccc;
        background: #fff;
        color: #000;
        border-radius: 4px;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        margin-bottom: 10px
    }

        #datepicker button.active, #datepicker button.ui-state-hover {
            background: #1EA5F7;
            border: 1px solid #1EA5F7;
            color: #fff
        }

.ui-datepicker-next span, .ui-datepicker-prev span {
    background-image: none !important
}

.ui-datepicker-next:before, .ui-datepicker-prev:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    font-weight: 400;
    align-items: center;
    justify-content: center
}

.ui-datepicker-prev:before {
    content: "\f104"
}

.ui-datepicker-next:before {
    content: "\f105"
}

#datepicker button:disabled {
    background: #ebebeb
}

.timeslot {
    padding: 10px;
    max-height: 95px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px
}

    .timeslot::-webkit-scrollbar {
        width: 2px
    }

    .timeslot::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px rgba(0,0,0,.3)
    }

    .timeslot::-webkit-scrollbar-thumb {
        background-color: #1EA5F7;
        outline: #25984E solid 1px
    }

    .timeslot .row .col-4 {
        padding-left: 5px;
        padding-right: 5px
    }

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    border: 0;
    background: #fff
}

.ui-datepicker th {
    padding: .7em .3em;
    border: 0;
    font-weight: 400;
    color: #757575
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    border: 0;
    background: #fff;
    color: #454545;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600
}

    .ui-button.ui-state-active:hover, .ui-button:active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, ui-state-active {
        border: 1px solid #1EA5F7;
        background: #1EA5F7;
        font-weight: 400;
        color: #fff;
        border-radius: 4px
    }

#addon {
    background-color: #999;
    width: 100%
}

.select2-container {
    width: 100% !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    height: 50px
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50% !important;
        transform: translateY(-50%)
    }

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 2px
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0,0,0,.3)
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #1EA5F7;
    outline: #25984E solid 1px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1EA5F7;
    color: #fff
}

.select2-container--open .select2-dropdown--below {
    border-top: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 5px;
    top: -50px;
    border: 1px solid #ccc
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0
}

.select2-container--open .select2-dropdown--above .select2-search--dropdown {
    display: block;
    padding: 4px;
    position: absolute;
    width: 100%;
    bottom: -44px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    left: unset !important;
    top: 15px !important
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        content: "";
        position: absolute;
        left: -9px;
        top: 0;
        width: 12px;
        height: 3px;
        background: #ccc;
        border-radius: 8px;
        transform: rotate(45deg)
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
        content: "";
        position: absolute;
        right: -10px;
        top: 0;
        width: 12px;
        height: 3px;
        background: #ccc;
        border-radius: 8px;
        transform: rotate(-45deg)
    }

.modal .modal-dialog h2 {
    color: #1EA5F7 !important;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px
}

.modal {
    z-index: 111111
}

.modal-backdrop {
    z-index: 11111
}

.the_date {
    border: 0;
    top: 10.8px;
    left: 108px;
    font-size: 18px;
    color: #000;
    background: 0 0;
    width: 100px;
    cursor: none
}

.swal-button, .swal-button:hover, .swal-button:not([disabled]):hover {
    background-color: #1EA5F7
}

label span {
    color: #ff0000
}

.swal-button {
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    border: 0 !important;
    min-width: 150px;
    min-height: 45px;
    max-width: 100%
}

.swal-overlay--show-modal {
    z-index: 999999999999
}

.swal-text {
    font-size: 18px;
    color: #545454
}

.swal-title {
    font-size: 30px;
    color: #545454
}

@media (max-width:575px) {
    .ultra_group {
        margin-bottom: 0 !important
    }

    .ultra_label {
        margin-top: 0 !important
    }
}
