$animation-duration: 1.8s;

img {
    max-width: 100%;
    height: auto;
}
datepicker {
    padding: 4px;
    direction: ltr
}
.input-group-addon#basic-checkin{
    a#tour_time{
        color:var(--main-color, #5191FA);
    }
    a#activity_time{
        color:var(--main-color, #5191FA);
    }
}
.post_name a , h3 a{
    color: var(--link-color, #5191FA);
}
.meta-value a ,.meta-value a:hover{
    background-color:  var(--main-color, #5191FA);
    border-color: var(--main-color, #5191FA);
}
.page-template-template-user .btn-primary:active:hover, .page-template-template-user .btn-primary:active , .page-template-template-user .btn-primary:hover,.page-template-template-user .btn-primary{
    background-color:  var(--main-color, #5191FA);
    border-color: var(--main-color, #5191FA);
}
.datepicker-inline {
    width: 250px;
    border: 1px solid #ccc;
    padding: 10px 15px
}

.datepicker-dropdown:after,
.datepicker-dropdown:before {
    display: inline-block;
    border-top: 0;
    position: absolute;
    content: ''
}

.datepicker.datepicker-rtl {
    direction: rtl
}
.check-in-out-input{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
}
.datepicker.datepicker-rtl table tr td span {
    float: right
}
.page-template-template-user .btn.btn-sendmail-notice-link{
    background: var(--link-color, #5191FA);
    border-color: var(--link-color, #5191FA);
}
.page-template-template-user{
    .list-car-type{
        margin-top: 15px;
        a{
            color: var(--link-color, #5191FA);
        }
    }
}

.page-template-template-user .page-content table.table-booking-history tr td a.btn-info-booking{
    color: #FFF !important;
    background: var(--main-color, #5191FA);
    border-color: var(--main-color, #5191FA);
}

.datepicker-dropdown {
    top: 0;
    left: 0
}
.item-box-static > i{
    font-size: 26px;
}
.partner-package-info{
    .order-status.success{
        display: inline-block;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        background: #11b711;
        color: #FFF;
        text-transform: capitalize;
        margin-bottom: 15px;
    }
}
.tab-content #tab-booking-detail.tab-pane{
    padding: 15px 0px;
}
main.page-content .infor-st-setting .form-group textarea{
    border: 1px solid #DAE1E7;
    border-radius: 3px;
}
.datepicker-dropdown:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2)
}

.datepicker-dropdown:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker>div {
    // display: none;
}

.datepicker.days div.datepicker-days,
.datepicker.months div.datepicker-months,
.datepicker.years div.datepicker-years {
    display: block
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.day {
    border: 1px solid #e6e6e6
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    color: #000;
    position: relative
}

.datepicker table tr td.today.disabled:before,
.datepicker table tr td.today.disabled:hover:before,
.datepicker table tr td.today:before,
.datepicker table tr td.today:hover:before {
    content: '';
    bottom: 2px;
    right: 2px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7px 7px;
    border-color: transparent transparent #ed8323;
    position: absolute
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.today:hover {
    background-image: none
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled:hover[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today:hover:hover {
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.selected:hover {
    background-image: none
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417;
    -webkit-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today:hover:hover,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4bb51;
    border-color: #bf800c
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover {
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
    color: #fff;
    background-color: #999;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected:hover:hover,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.selected:hover {
    border-color: #373737;
    background-color: #858585
}

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled:hover[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:hover {
    background-color: #999;
    border-color: #555
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active:hover:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td.active:hover {
    color: #fff;
    background-color: #ed8323;
    border-color: #e27513
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled:hover[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active:hover:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer
}

.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active:hover:hover,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #ed8323;
    border-color: #e27513
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open .dropdown-toggle.datepicker table tr td span.active:hover {
    background-image: none
}

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled:hover[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #999
}

.datepicker th.datepicker-switch {
    width: 145px
}

.datepicker tfoot tr th,
.datepicker thead tr:first-child th {
    cursor: pointer
}

.datepicker tfoot tr th:hover,
.datepicker thead tr:first-child th:hover {
    background: #eee
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.datepicker thead tr:first-child th.cw {
    cursor: default;
    background-color: transparent
}

.input-group.date .input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 16px
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: solid #ccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000 !important; 
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    padding: 7px 10px
}

.fotorama__arr:before,
.fotorama__fullscreen-icon:before,
.fotorama__video-close:before,
.fotorama__video-play:before,
.i-check:before,
.i-radio:before,
.owl-controls .owl-buttons div:before,
.twitter .tweet-list li:before {
    font-family: FontAwesome
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
    padding: 0 5px
}

.datepicker thead tr:first-child th.next:before,
.datepicker thead tr:first-child th.prev:before {
    font-family: FontAwesome;
    content: '\f105';
    font-size: 18px
}

.datepicker thead tr:first-child th.prev:before {
    content: '\f104'
}

.bootstrap-timepicker {
    position: relative
}
/*----------------page-wrapper----------------*/
$color_1: #5cb85c;
$color_2: #A0A9B2;
$color_3: #b8bfce;
$color_4: #bdbdbd;
$color_5: #ffffff;
$color_6: var(--link-color, #5191FA);
$color_7: #6c7b88;
$font_family_1: "FontAwesome";
$border_color_1: transparent;

/*----------------toggeled sidebar----------------*/
/*----------------show sidebar button----------------*/
/*----------------sidebar-wrapper----------------*/
/*----------------sidebar-content----------------*/
/*--------------------sidebar-brand----------------------*/
/*--------------------sidebar-header----------------------*/
/*-----------------------sidebar-search------------------------*/
/*----------------------sidebar-menu-------------------------*/
/*--------------------------side-footer------------------------------*/
/*--------------------------page-content-----------------------------*/
/*------scroll bar---------------------*/
/*-----------------------------chiller-theme-------------------------------------------------*/
/*Style  List service */

.st_content{
    .st-item-list{
        padding-right:24px;
        position: relative;
    }
    #data_whislist{
        h1{
            font-size:18px;
            font-weight: 400;
        }
    }
    .head_control{
        .head_time.bc_single{
            margin-right: 30px;
            font-weight: 600;
            text-transform: uppercase;
            cursor: pointer;
        }
    }
    .style-list{
        position: relative;
        i.booking-item-wishlist-remove{
            background: #00a900 !important;
        }
        i.fa-edit.booking-item-wishlist-remove{
            background: #3484f5;
        }
        .fa-eye.booking-item-wishlist-remove{
            background: #4d4d4d;
        }
        .booking-item-wishlist-remove {
            position: absolute;
            top: 0px;
            right: 0;
            display: block;
            width: 25px;
            height: 25px;
            line-height: 25px;
            background: #cc0000;
            color: #FFFFFF;
            text-align: center;
            -webkit-transition: .1s;
            -moz-transition: .1s;
            -o-transition: .1s;
            -ms-transition: .1s;
            transition: .1s;
            cursor: pointer;
        }
        .item-service{
            border: 1px solid #D7DCE3;
            border-radius: 4px;
            overflow: hidden;
            margin-top: 30px;
            &.item-service-car{
                .section-footer {
                    text-align: center;
                    .service-price{
                        display: inline-block;
                        width: 100%;
                        text-align: center;
                        position: relative !important;
                    }
                    .btn-view-more{
                        margin: 0 auto;
                        text-align: center;
                    }
                }
            }
            .item-service-wrapper{
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                .thumb-wrapper {
                    padding-left: 14px;
                    .thumb{
                        position:relative;
                        height: 100%;
                        a{
                            display: block;
                            overflow: hidden;
                            width:100%;
                            height: 100%;
                            img{
                                min-width: 100%;
                                webkit-transition: all 0.3s;
                                transition: all 0.3s;
                                height: 100%;
                                object-fit: cover;
                            }
                        }
                        .service-tag {
                            position: absolute;
                            top: 20px;
                            left: 0;
                            font-size: 13px;
                            color: #FFFFFF;
                            font-weight: 500;
                            z-index: 8;
                            border-radius: 0 3px 3px 0;
                        }
                    }
                }
            }
            .item-content {
                padding: 30px 10px;
                position: relative;
                .item-content-w{
                    height: 100%;
                    padding-right: 10px;
                    border-right: 1px solid #dfdfdf;
                    .booking-item-rating-stars {
                        padding: 0;
                        margin: 0;
                        overflow: hidden;
                        position: relative;
                        display: block;
                        span{
                            display:none;
                        }
                        li{
                            float: left;
                            color: var(--link-color, #5191FA);
                            margin-right: 3px;
                        }
                    }
                }
                .service-title{
                    margin-top: 5px;
                    margin-bottom: 10px;
                    font-size: 18px;
                    line-height: 26px;
                    a{
                        color: #1A2B50;
                    }
                }
                .facilities{
                    padding:0px;
                    margin: 0px;
                    overflow: hidden;
                    position: relative;
                    li{
                        float: left;
                        margin-right: 7px;
                        color: #5E6D77;
                    }
                }
                .service-location{
                    position: absolute;
                    bottom: 20px;
                    white-space: pre-wrap;
                    padding-right: 20px;
                    fa{
                        top: 2px;
                    }
                }
            }
            .section-footer{
                .service-review{
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display:flex;
                    -webkit-box-pack:end;
                    -ms-box-pack:end;
                    justify-content: flex-end;
                    padding-right: 15px;
                    margin-top: 25px;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    .count-review{
                        margin-right: 24px;
                        position: relative;
                        top: 2px;
                        .text-rating{
                            font-size: 16px;
                            color: var(--main-color, #1A2B48);
                            display: block;
                            text-align: right;
                            font-weight: 500;
                        }
                        .review{
                            text-align: right;
                            color: var(--link-color, #5191FA);
                            display: block;
                            margin-left: 0px;
                            font-weight: 400;
                        }
                    }
                    .review {
                        margin-left: 10px;
                        font-size: 14px;
                        color: #6A7A84;
                    }
                    .rating{
                        font-size: 24px;
                        color: #FFFFFF;
                        font-weight: 500;
                        background: var(--link-color, #5191FA);
                        border-radius: 3px 3px 3px 0px;
                        padding: 4px 8px;
                        position: relative;
                        min-width: 70px;
                        text-align: center;
                        margin-right: 10px;
                        small{
                            font-weight: 400;
                            font-size: 16px;
                        }
                        .st-dot{
                            height: 4px;
                            width: 4px;
                            border-radius: 50%;
                            background: #D0D7DD;
                            display: block;
                        }
                        &:after{
                            content: '';
                            width: 0;
                            height: 0;
                            border-style: solid;
                            position: absolute;
                            border-width: 12px 10px 0px 0;
                            border-color: transparent var(--link-color, #5191FA) transparent transparent;
                            right: 100%;
                            bottom: 0;
                        }
                    }
                }
                .service-price{
                    position: absolute;
                    bottom: 30px;
                    right: 30px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    margin-top: 2px;
                    span{
                        font-size: 16px;
                        color: #5E6D77;
                        fa{
                            position: relative;
                            top: 3px;
                            left: 0px;
                        }
                        &.price{
                            font-size: 20px;
                            color: #1A2B50;
                            margin-left: 5px;
                            margin-right: 5px;
                        }
                    }
                }
            }
            &.st-ccv-tour{
                .item-content{
                    padding-top: 0px;
                    padding-bottom: 0px;
                    .service-location{
                        position: relative;
                        bottom: auto;
                        padding-top: 25px;
                        margin-bottom: 0px;
                    }
                    .service-title {
                        margin-bottom: 5px;
                        margin-top: 13px;
                    }
                     .service-review {
                        -webkit-box-pack: start;
                        -ms-flex-pack: start;
                        justify-content: flex-start;
                        margin-top: 5px;
                        margin-bottom: 10px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        padding-right: 15px;
                        align-items: center;
                        .booking-item-rating-stars li .fa {
                            font-size: 15px;
                            color: #FFDC00;
                        }
                        .review {
                            position: relative;
                            top: -1px;
                            font-size: 13px;
                            color: #768092;
                            margin-left: 10px;
                        }
                    }
                }
                .section-footer {
                    position: relative;
                    padding-top: 25px;
                    .service-duration {
                        font-size: 16px;
                        color: #5E6D77;
                        margin-bottom: 10px;
                        .field-icon {
                            position: relative;
                            top: 3px;
                            margin-right: 5px;
                        }
                    }
                    .service-price {
                        position: relative;
                        bottom: auto;
                        right: auto;
                        padding-right: 35px;
                        overflow: hidden;
                        -webkit-box-align: end;
                        -ms-flex-align: end;
                        align-items: flex-end;
                        margin-bottom: 10px;
                        span.price-text {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            position: relative;
                            top: 1px;
                            .field-icon {
                                margin-right: 10px;
                            }
                        }
                        span.price {
                            text-align: right;
                            position: relative;
                            margin-right: 0px;
                             .text-lg {
                                font-size: 18px;
                                color: var(--main-color, #1A2B48);
                                font-weight: 450;
                                float: left;
                                line-height: 18px;
                            }
                            .onsale {
                                font-size: 16px;
                                float: left;
                                color: #A9AEB8;
                                margin-right: 15px;
                                text-decoration: line-through;
                            }
                        }
                    }
                    .service-type {
                        font-size: 16px;
                        color: #5E6D77;
                        .field-icon {
                            position: relative;
                            top: 3px;
                            margin-right: 5px;
                        }
                    }
                     .btn-view-more {
                        margin-top: 30px;
                        margin-bottom: 30px;
                        border: 1px solid var(--link-color, #5191FA);
                        border-radius: 3px;
                        color: var(--link-color, #5191FA);
                        background-color: transparent;
                        padding: 9px 25px;

                    }
                }
            }
        }
        .icon-list.icon-group.booking-item-rating-stars{
            display: none;
        }
        .booking-item-rating-stars {
            display: none;
            /* padding: 0;
            margin: 0;
            position: absolute;
            bottom: 12px;
            left: 14px; */
            span{

            }
            li{
                float: left;
                color: var(--link-color, #5191FA);
                margin-right: 3px;
            }
        }
        .service-add-wishlist{
            position: absolute;
            top: 18px;
            right: 10px;
            width: 30px;
            height: 30px;
            color: #FFFFFF;
            font-size: 21px;
            z-index: 8;
            cursor: pointer;
        }
        .lds-dual-ring{
            width: 20px;
            height: 20px;
            position: absolute;
            top: 4px;
            right: 10px;
            display: none;
        }
        .service-tag.bestseller{
            background: #ED0925;
            border-radius: 0 4px 4px 0;
            .feature_class{
                padding: 6px 10px;
            }
        }
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.6em;
    &.error{
        border: 1px solid red;
    }
}
.form-group{
    &.error{
        .verify_photo_btn{
            border: 1px solid red;
        }
        
    }
}
.sidebar-content{
    .sidebar-header{
        position: relative;
        .icon-ccv{
            position: absolute;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            right: 10px;
            #close-sidebar{
                padding: 10px;
                cursor: pointer;
            }
        }
    }
}
ul,li{
    list-style: none;
    margin: 0px;
    padding:0px;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

body {
    font-family: 'Poppins';

    font-size: 14px;
    .page-wrapper {
        .theme {
            width: 40px;
            height: 40px;
            display: inline-block;
            border-radius: 4px;
            margin: 2px;

        }
        height: 100vh;
        background: #F5F7F9;
        .sidebar-wrapper {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .page-content {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            .btn.btn_load_his_book{
                background: var(--main-color, #5191FA);
                border-color: var(--main-color, #5191FA);
                color: #FFFFFF;
            }
            .st-create{
                span.verify-status{
                    border-radius: 5px;
                    font-weight: 500;
                    color: #fff;
                    font-size: 14px;
                    margin-left: 0;
                    position: relative;
                    padding: 5px 10px;
                    background: #309a1e;
                    vertical-align: middle;
                    &.none{
                        background: #c00;
                    }
                }
            }
            label{
                display: block;
            }
            .list-inline.user-profile-statictics{
                &>li{
                    margin-right: 1%;
                    text-align: center;
                    padding: 20px;
                    border: 1px solid #e6e6e6;
                    -webkit-border-radius: 5px;
                    border-radius: 5px;
                    width: 18%;
                    .user-profile-statictics-icon {
                        font-size: 70px;
                        display: inline-block;
                        margin-bottom: 10px;
                        color: #8c8c8c;
                    }
                    h5 {
                        font-size: 30px;
                        line-height: 1em;
                        margin-bottom: 3px;
                        color: #ed8323;
                    }
                    p {
                        margin-bottom: 0;
                        line-height: 1em;
                        font-size: 13px;
                        text-transform: capitalize;
                    }
                }
            }
            .form-group-icon-left{
                    position: relative;
                    .st-form-group-title{
                        margin-bottom: 15px;
                        font-weight: 600;
                        font-size: 15px;
                        .check-notify {
                            &i:before{
                                color: #309a1e;
                                content: "\f058";
                            }
                            &.none i:before{
                                color: #ed8323;
                                content: "\f06a";
                            }
                        }
                    }
                    .input-icon {
                        position: absolute;
                        width: 32px;
                        height: 32px;
                        line-height: 32px;
                        display: block;
                        left: 1px;
                        text-align: center;
                        color: #b3b3b3;
                        -webkit-transition: .3s;
                        -moz-transition: .3s;
                        -o-transition: .3s;
                        -ms-transition: .3s;
                        transition: .3s;
                    }
                    .form-control {
                        padding-left: 30px;
                    }
            }
            .st-form-group-title {
                margin-bottom: 15px;
                font-weight: 600;
                font-size: 15px;
                .check-notify {
                    &i:before{
                        color: #309a1e;
                        content: "\f058";
                    }
                    &.none i:before{
                        color: #ed8323;
                        content: "\f06a";
                    }
                }
            }
            .passport-photo{
                .icon-remove {
                    position: absolute;
                    top: -8px;
                    left: -3px;
                    color: #de1e1e;
                    cursor: pointer;
                    font-size: 18px;
                    z-index: 9;
                }
                .passport-photo-item{
                    padding: 10px;
                    margin-bottom: 10px;
                    margin-right: 10px;
                    position: relative;
                    background: #fff;
                    border-radius: 4px;
                    width: 20%;
                    img{
                        max-width: 100%;
                    }
                }
            }
            .on-loading {
                display: none;
            }
            .verify_photo_inputs {
                position: absolute;
                opacity: 0;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
            }
            input[type=file] {
                display: block;
            }
            .btn-connect-facebook:hover {
                color: #fff;
            }
            .btn-connect-facebook {
                background-color: #3b5998;
                color: #fff;
            }
            .st-form-group {
                border: 1px dashed #cac8c8;
                border-radius: 5px;
                padding: 10px;
                background: #ececec;
                margin-bottom: 30px;
            }
            .inbox-list-message{
                clear: both;
                .message-item {
                    margin: 20px 0;
                    position: relative;
                    padding: 10px 5px 5px;
                    border: 1px solid #ddd;
                    transition: all .2s;
                    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.1);
                    -moz-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.1);
                    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.1);
                    display: inline-block;
                    width: 100%;
                    .booking-item-wishlist-title {
                        -moz-border-bottom-colors: none;
                        -moz-border-left-colors: none;
                        -moz-border-right-colors: none;
                        -moz-border-top-colors: none;
                        background: #f7f7f7 none repeat scroll 0 0;
                        border-color: #f7f7f7;
                        border-image: none;
                        border-radius: 3px 3px 0 0;
                        border-style: solid solid none;
                        border-width: 1px 1px medium;
                        font-size: 14px;
                        height: 30px;
                        left: 0;
                        line-height: 30px;
                        padding: 0 10px;
                        position: absolute;
                        top: -31px;
                        .fa {
                            padding-right: 5px;
                        }
                    }
                    .btn_remove_message {
                        background: #eee none repeat scroll 0 0;
                        padding: 4px 6px;
                        position: absolute;
                        right: 0;
                        top: 0;
                        &:before{
                            content: "\f00d";
                            font-family: $font_family_1;
                        }
                    }
                    .user-avatar {
                        width: 70px;
                        float: left;
                        display: block;
                        text-align: center;
                        margin-right: 5px;
                        span {
                            font-size: 12px;
                            color: #999;
                        }
                    }
                    .inbox-send {
                        background: #00b710;
                        color: #fff;
                        border-radius: 3px;
                        font-size: 11px;
                        padding: 1px 4px;
                        margin-right: 5px;
                    }
                    .short-content {
                        font-size: 14px;
                        display: block;
                    }
                    .inbox-in {
                        font-size: 12px;
                        color: #999;
                    }
                    .inbox-post {
                        font-size: 13px;
                    }
                    .inbox-time {
                        font-size: 11px;
                        color: #999;
                    }
                }
            }
            .st-inbox-body-detail{
                .back-all-list{
                    background: var(--link-color, #5191FA);
                    border-color: var(--link-color, #5191FA);
                    color: #FFF;
                }
                .message-title{
                    margin-top: 30px;
                }
                .class-in{
                    margin-top: 30px;
                    margin-bottom: 0px;
                }
                .message-box{
                    margin-top: 30px;
                    max-height: 500px;
                    overflow-y: scroll;
                    outline: none;
                }
                .inbox-form-reply{
                    margin-top: 30px;
                    margin-bottom: 15px;
                    .form-reply {
                        display: flex;
                        .form-group {
                            width: 100% !important;
                            position: relative;
                            flex-grow: 1;
                            float: none;
                            textarea.form-control {
                                height: 50px;
                                border-radius: 0;
                            }
                        }
                        div.button {
                            float: left;
                            text-align: right;
                            width: 100px;
                            button.btn {
                                height: 50px;
                                width: 90%;
                                line-height: 1;
                                margin-top: 0;
                                font-size: 18px;
                                background: var(--link-color, #5191FA);
                                border-color: var(--link-color, #5191FA);
                                color: #FFF;
                            }
                        }
                    }
                }
            }
            .booking-meta{
                .meta-item{
                    .meta-item {
                        font-weight: normal;
                    }
                    .meta-value{
                        input{
                            -webkit-border-radius: 0;
                            border-radius: 0;
                            -webkit-box-shadow: none;
                            box-shadow: none;
                            line-height: 1.6em;
                        }
                        select{
                            -webkit-border-radius: 0;
                            border-radius: 0;
                            -webkit-box-shadow: none;
                            box-shadow: none;
                            line-height: 1.6em;
                        }
                        .check-in-out-rental {
                            width: 100%;
                            position: absolute;
                            right: 0;
                            z-index: -1;
                            opacity: 0;
                        }
                        .select-location {
                            position: relative;
                            z-index: 99999;
                            overflow: hidden;
                            input {
                                display: block;
                                white-space: nowrap;
                                text-overflow: ellipsis;
                                height: 100%;
                                &:after {
                                    content: '';
                                    display: block;
                                    clear: right;
                                }
                            }
                            select {
                                display: none !important;
                            }
                        }
                        .car-equipment-list {
                            .car-i-check {
                                vertical-align: middle;
                                margin: 0 0 0 -13px;
                                padding: 0;
                                width: 22px;
                                height: 22px;
                                cursor: pointer;
                                top: 1px;
                                float: left;
                                line-height: 20px;
                                -moz-transition: .3s;
                                transition: .3s;
                                position: relative;
                                overflow: hidden;
                                border: 1px solid #ccc;
                                background: rgb(255, 255, 255);
                                text-align: center;
                                &:before {
                                    content: '\f00c';
                                    font-family: FontAwesome;
                                    transition: .3s;
                                    -webkit-transform: translate3d(0, -25px, 0);
                                    -moz-transform: translate3d(0, -25px, 0);
                                    -o-transform: translate3d(0, -25px, 0);
                                    -ms-transform: translate3d(0, -25px, 0);
                                    transform: translate3d(0, -25px, 0);
                                    display: block;
                                    opacity: 0;
                                    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
                                    filter: alpha(opacity=0);
                                    color: #fff;
                                    font-size: 14px;
                                }
                                &.checked {
                                    border-color: #3484f5;
                                    background: #3484f5;
                                    border: 1px solid #3484f5;
                                    &:before {
                                        transform: translate3d(0, 0, 0);
                                        opacity: 1;
                                        -ms-filter: none;
                                        filter: none;
                                    }
                                }
                            }
                        }
                        .car-equipment {
                            .extras {
                                width: 100%;
                                list-style: none;
                                padding-left: 0;
                                li {
                                    padding-bottom: 5px;
                                    margin-bottom: 10px;
                                    display: block;
                                    border-bottom: 1px solid #EAEEF3;
                                    .st-flex {
                                        display: flex;
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .guest_name_input{
                .guest_name_control{
                    select{
                        -webkit-border-radius: 0;
                        border-radius: 0;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        line-height: 1.6em;
                        margin-bottom: 15px;
                    }
                    input{
                        -webkit-border-radius: 0;
                        border-radius: 0;
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        line-height: 1.6em;
                        margin-bottom: 15px;
                    }
                }
            }
            .div_btn_book_tour{
                padding-top: 20px;
                text-align: right;
                input{
                    background: var(--link-color, #5191FA);
                    border-color: var(--link-color, #5191FA);
                }
                .btn-st-add-cart {
                    .fa-spinner {
                        display: none;
                    }
                    &.loading {
                        .fa-spinner {
                            display: inline-block;
                        }
                    }
                }
            }
        }
    }
    .sidebar-wrapper {
        .sidebar-brand {
            >a {
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
        }
        .sidebar-dropdown {
            >a {
                &:after {
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }
            }
        }
        .sidebar-menu {
            .sidebar-dropdown {
                &.active{
                    .sidebar-submenu{
                        display: block !important;
                    }
                }
                .sidebar-submenu {
                    li {
                        a {
                            &:before {
                                -webkit-transition: all 0.3s ease;
                                -moz-transition: all 0.3s ease;
                                -ms-transition: all 0.3s ease;
                                -o-transition: all 0.3s ease;
                                transition: all 0.3s ease;
                            }
                        }
                    }
                }
            }
            ul {
                li {
                    a {
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }
                }
            }
        }
        ul {
            li {
                a {
                    i {
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }
                }
            }
        }
        .sidebar-search {
            input.search-menu {
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
            .input-group-text {
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }
        }
    }
    #show-sidebar {
        background-color: #211e1e;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #close-sidebar {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .st-option-wrapper-car.option-wrapper {
        padding: 10px;
        border-radius: 0 0 4px 4px;
        border-color: #dfdfdf;
        max-height: 332px;
        box-shadow: 1px 1px 3px #ccc;
        overflow-y: scroll;
        background: #fff;
        border: 1px solid #ccc;
        &::-webkit-scrollbar {
            width: 10px;
        }
        .option {
            overflow-x: hidden;
            word-wrap:break-word;
            white-space: wrap;
            text-overflow: ellipsis;
            padding: 10px 5px;
            font-size: 14px;
            cursor: pointer;
            color: #000;
            font-weight: 500;
            .fa {
                margin-left: 10px;
            }
            &:hover {
                background: #f5f4f7;
            }
        }
    }
}
@media all and (min-width:768px){
    .logged-in.admin-bar{
        .page-wrapper #show-sidebar {
            margin-top: 32px;
        }
        .page-wrapper.chiller-theme{
            margin-top: 32px;
        }
        .sidebar-wrapper{
            margin-top: 32px;
        }
    }
}
@media all and (max-width:500px){
    .with-panel-right-reveal .sidenav-overlay {
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 120;
        display: none;
    }
}

.logged-in.admin-bar .page-wrapper #show-sidebar:hover{
    color: #FFF;
}

.page-wrapper {
    a{
        font-family: "Poppins";
        &.fa{
            font-family: $font_family_1;
        }
    }
    span{
        font-family: "Poppins";
    }
    .static-info-footer{
        .pull-right{
            i{
                font-size: 24px;
            }
        }
        .pull-left{
            font-size: 18px;
        }
    }
    .theme {
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 4px;
        margin: 2px;
    }
    .theme.chiller-theme {
        background: #1e2229;
    }
    .page-content {
        background: #F5F7F9;
        display: inline-block;
        width: 100%;
        padding-left: 0px;
        overflow-x: hidden;
        >.st_content {
            padding: 20px 40px;
            .btn_load_more_wishlist{
                background-color: var(--link-color, #5191FA);
                border-color: var(--link-color, #5191FA);
            }
            .item-box-static{
                display: flex;
                align-items: center;
                justify-content: flex-start;
                .title_post_type{
                    font-size: 18px;
                    margin-left:20px;
                }
            }
            .average_total{
                .huge{
                    font-size: 22px;
                }
                .title{
                    font-size:20px;
                }
            }
            .booking-email-filter-day{
                a{
                    padding: 8px 12px;
                    margin-right: 5px;
                    background: var(--main-color, #1A2B48);
                    color: #FFF;
                    font-size: 12px;
                    display: inline-block;
                    border-radius: 4px;
                }
            }
            #booking-email-form-btn{
                margin-top: 10px;
            }
        }
    }
}
.page-wrapper.toggled {
    .sidebar-wrapper {
        left: 0px;
    }
    #show-sidebar {
        left: -40px;
    }
}
#show-sidebar {
    position: fixed;
    left: 0;
    top: 10px;
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
    z-index: 9;
}
ul.list.list-inline.user-profile-statictics.mb30{
    li{
        img{
            width:55px;
        }
    }
}
.sidebar-wrapper {
    width: 270px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
    ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-top: 12px;
        .sidebar-dropdown{
            .st-icon-menu{
                width: 20px;
                height: 20px;
                line-height:20px;
                margin-right: 10px;
            }
            &:active{
                span{
                    color: var(--main-color, #5191FA);
                }
            }
            a>span{
                line-height: 20px;
                font-size: 14px;
                text-align: left;
            }
        }
    }
    a {
        text-decoration: none;
    }

    .sidebar-header {
        .freelpand{
            display: block;
            margin-bottom: 10px;
            a{
                color: #FFFFFF;
                font-family: 'Poppins';
                font-size: 14px;
                color: #FFFFFF;
                letter-spacing: 0;
            }
        }
        .user-upgrade{
            display: inline-block;
            background: var(--link-color, #5191FA);
            border-radius: 3px;
            border-radius: 3px;
            padding: 5px 10px;
            a{
                color: #FFFFFF;
                font-family: 'Poppins';
                font-size: 14px;
                color: #FFFFFF;
                letter-spacing: 0;
            }
        }
        padding: 30px;
        overflow: hidden;
        .user-pic {
            float: left;
            width: 50px;
            border-radius: 50%;
            margin-right: 15px;
            overflow: hidden;
            img {
                object-fit: cover;
                height: 50px;
                width: 50px;
            }
        }
        .user-info {
            float: left;
            color: $color_2;
            font-family: 'Poppins';
            font-size: 16px;
            font-weight: 500;
            >span {
                color: $color_2;
                display: block;
                font-size: 16px;
            }
            .user-role {
                font-family: 'Poppins';
                font-size: 12px;
                color: #A0A9B2;
                letter-spacing: 0;
            }
        }
    }
    .sidebar-search {
        >div {
            padding: 10px 20px;
        }
    }
    .sidebar-menu {
        padding-bottom: 10px;
        .header-menu {
            span {
                font-weight: bold;
                font-size: 14px;
                padding: 15px 20px 5px 20px;
                display: inline-block;
            }
        }
        ul {
            li {
                a {
                    display: inline-block;
                    width: 100%;
                    text-decoration: none;
                    position: relative;
                    padding: 8px 30px 8px 30px;
                    i {
                        margin-right: 10px;
                        font-size: 12px;
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                        text-align: center;
                        border-radius: 4px;
                    }
                    &:hover {
                        >i {
                            &::before {
                                display: inline-block;
                                animation: swing ease-in-out 0.5s 1 alternate;
                            }
                        }
                    }
                    span.label {
                        float: right;
                        margin-top: 8px;
                        margin-left: 5px;
                    }
                    span.badge {
                        float: right;
                        margin-top: 8px;
                        margin-left: 5px;
                    }
                }
            }
        }
        .sidebar-dropdown {
            position: relative;
            &:after {
                font-family: "FontAwesome";
                font-weight: 900;
                content: "";
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                text-align: center;
                background: 0 0;
                position: absolute;
                right: 15px;
                top: 8px;
                color: #FFF;
                font-size: 14px;
                cursor: pointer;
            }
            &>a {

            }
            .sidebar-submenu {
                ul {
                    padding: 5px 0;
                }
                li {
                    padding-left: 25px;
                    font-size: 13px;
                    &.active{
                        a{
                            color: var(--main-color, #5191FA);
                        }
                    }
                    a {
                        &:before {
                            content: "\f111";
                            font-family: $font_family_1;
                            font-weight: 400;
                            font-style: normal;
                            display: inline-block;
                            text-align: center;
                            text-decoration: none;
                            -webkit-font-smoothing: antialiased;
                            -moz-osx-font-smoothing: grayscale;
                            margin-right: 10px;
                            font-size: 5px;
                        }
                        .badge {
                            float: right;
                            margin-top: 0px;
                        }
                        .label {
                            float: right;
                            margin-top: 0px;
                        }
                    }
                }
            }
        }
        .sidebar-submenu {
            display: none;
        }
        .sidebar-dropdown.active {
            &:after {
                transform: rotate(180deg);
                right: 15px;
            }
        }
    }
}
.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
    &::-webkit-scrollbar {
        width: 5px;
        height: 7px;
    }
    &::-webkit-scrollbar-button {
        width: 0px;
        height: 0px;
    }
    &::-webkit-scrollbar-thumb {
        background: #525965;
        border: 0px none #ffffff;
        border-radius: 0px;
        &:hover {
            background: #525965;
        }
        &:active {
            background: #525965;
        }
    }
    &::-webkit-scrollbar-track {
        background: transparent;
        border: 0px none #ffffff;
        border-radius: 50px;
        &:hover {
            background: transparent;
        }
        &:active {
            background: transparent;
        }
    }
    &::-webkit-scrollbar-corner {
        background: transparent;
    }
}
.sidebar-content.desktop {
    overflow-y: hidden;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
    &:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #980303;
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1.5s infinite;
    }
}

.chiller-theme {
    .sidebar-wrapper {
        background: #1A2B48;
        .sidebar-header {
            .st-logo-site{
                width: 130px;
                object-fit: cover;
            }
            border-top: 1px solid #2C3D5B;
            .user-info {
                .user-role {
                    color: $color_2;
                }
                .user-status {
                    color: $color_2;
                }
                color: $color_3;
            }
        }
        .sidebar-search {
            border-top: 1px solid #2C3D5B;
            input.search-menu {
                border-color: $border_color_1;
                box-shadow: none;
                color: $color_2;
                background: #3a3f48;
                &:focus{
                    &span {
                        color: $color_6;
                        text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
                    }
                }
            }
            .input-group-text {
                border-color: $border_color_1;
                box-shadow: none;
                color: $color_2;
                background: #3a3f48;
            }
        }
        .sidebar-menu {
            border-top: 1px solid #2C3D5B;
            &>ul{
                &>li{
                    .st-icon-menu{
                        width: 20px;
                        height: 20px;
                        line-height: 20px;
                        margin-right: 10px;
                    }
                }
            }
            ul {

                li {

                    a {
                        width: 84%;
                        span.st-green-homepage{
                            color: #1ABC9C !important;
                        }
                        color: $color_2;
                        i {
                            background: #3a3f48;
                        }
                    }
                    &:hover {
                        >a {
                            color: var(--main-color, #5191FA);
                        }
                    }
                    &.active{
                        >a{
                            color: var(--main-color, #5191FA);
                        }

                    }
                }
            }
            .sidebar-dropdown.active {
                >a {
                    color: var(--main-color, #5191FA);
                }
                a {
                    i {
                        color: $color_6;
                        text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
                    }
                }
            }
            .sidebar-dropdown {
                div {
                    background: #243759;
                    margin-top: 10px;
                }
            }
            .header-menu {
                span {
                    color: $color_7;
                }
            }
        }
        .sidebar-brand {
            >a {
                color: $color_2;
                &:hover {
                    color: $color_3;
                }
            }
        }
        ul {
            li {
                &:hover {
                    a {
                        i {
                            color: var(--link-color, #5191FA);
                            text-shadow: 0px 0px 10px rgba(26,188,156, 0.5);
                        }
                    }
                }
            }
        }
        .sidebar-dropdown {
            .sidebar-submenu {
                li {
                    a {
                        &:hover {
                            &:before {
                                color: var(--main-color, #5191FA);
                                text-shadow: 0px 0px 10px rgba(26,188,156, 0.5);
                            }
                        }
                    }
                }
            }
        }
    }
}
.sidebar-footer{
    border-top: 1px solid #2C3D5B;
    ul{
        li{
            padding-top: 10px;
            padding-bottom: 10px;
            a{
                display: inline-block;
                width: 100%;
                text-decoration: none;
                position: relative;
                padding: 8px 30px 8px 30px;
                span{
                    color: $color_2;
                    &.st-green-homepage{
                        color: #1ABC9C;
                    }
                }
            }
        }
    }
}
.page-wrapper.chiller-theme.toggled {
    #close-sidebar {
        color: $color_4;
        &:hover {
            color: $color_5;
        }
    }
}
@media screen and (min-width: 768px) {
    .page-wrapper.toggled {
        .page-content {
            padding-left: 265px;
            margin-bottom: 60px;
        }
    }
}
.st-line-bg{
    position: absolute;
    content: "";
    background: #D7DCE3;
    width: 100%;
    height: 1px;
}
.st_div_canvas.div_custom_month{
    .head_time{
        span{
            margin-right: 30px;
            font-weight: 600;
            text-transform: uppercase;
            cursor: pointer;
            &.active{
                color: var(--main-color, #5191FA);
            }
        }
    }
}

.st_div_canvas{
    &.div_single_custom{
        .head_time{
            span{
                margin-right: 30px;
                font-weight: 600;
                text-transform: uppercase;
                cursor: pointer;
                &.active{
                    color: var(--main-color, #5191FA);
                }
            }
        }
    }
}
.box.div_data_month, .div_all_time_day, .div_all_time_month, .div_all_time_year, .div_data_day, .div_single_day, .div_single_month, .div_single_year, .register_form .data_field .col-md-2, .register_form .data_field .col-md-7{
    display: none;
}


.head_time.bc_all_time{
    margin-right: 30px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;

}
main.page-content{
    .head_time.bc_all_time{
        span{
            margin-right: 30px;
            font-weight: 600;
            text-transform: uppercase;
            cursor: pointer;
            &.active{
                color: var(--main-color, #5191FA);
            }
        }
    }
    .st-footer-wrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        justify-items: center;
        justify-content: space-between;
        align-items: center;
    }
    .head_time.bc_single{
        span{
            margin-right: 30px;
            font-weight: 600;
            text-transform: uppercase;
            cursor: pointer;
            &.active{
                color: var(--main-color, #5191FA);
            }
        }
    }
    .head-st_hotel{
        .head_time{
            span{
                cursor: pointer;
            }
        }
    }
    .alert-user-package.user-alert.open{
        clear: both;
        position: relative;
        .alert-content{
            img{
                text-align: center;
                margin: 0 auto;
            }
        }
        .alert-close{
            position: absolute;
            top: 50%;
            left: 26%;
        }
    }
    .user-profile-avatar{
        &.user_seting{
            margin-right: 15px;
            img{
                padding: 0px;
                border-radius: 50%;
                border: none;
                height: 50px;
                object-fit: cover;
            }
        }
    }
    .screen-reader-text{display: none;}
    h2.pull-left{margin-top: 0px;}
    .loop-pagination.pagination{
        .page-numbers {
            padding: 5px 13px;
            float: left;
            color: var(--main-color, #5191FA);
        }
        span.page-numbers:not(.dots){
            background: var(--main-color, #5191FA);
            border-color: var(--main-color, #5191FA);
            color: #FFFFFF;
        }
    }

    .st-create{
        .btn-default.pull-right{
            background: var(--main-color, #5191FA);
            border-color: var(--main-color, #5191FA);
            color: #FFFFFF;
            border-radius: 0px;
        }
        .pull-left.clearfix{
            float: none !important;
            display: inline-block;
        }
    }
    .pull-right{
        .btn-default  {
            background: var(--main-color, #5191FA);
            border-color: var(--main-color, #5191FA);
            color: #FFFFFF;
            border-radius: 0px;
        }
    }
    .st-filter_time_dashboard{
        position: relative;
    }
    input[name=st_avatar]{
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: 0;
        background: #fff;
        cursor: inherit;
        display: block;
    }


    span.input-group-btn{
        span.btn-file{
            border: 1px solid var(--link-color, #5191FA);
            border-radius: 3px;
            font-size: 14px;
            color: var(--link-color, #5191FA);
            letter-spacing: 0;
            background: transparent;
            padding-left: 20px;
            padding-right: 20px;
        }
    }
    .st-title{
        p{
            color: #5E6D77;
        }
        .title{
            font-size: 14px;
            color: var(--main-color, #1A2B48);
            letter-spacing: 0;
            font-weight: 500;
        }
    }
    .st-change-avatar{
        display: flex;
        justify-items: center;
    }
    .infor-st-setting{
        padding: 32px 31px;
        margin-top: 30px;
        background: #FFF;
        .no-booking-his{
            font-size: 14px;
            color: #5E6D77;
        }
        .booking-history-type {
            text-align: center;
            i{
                display: block;
                font-size: 25px;
                color: #626262;
                margin-bottom: 2px;
            }
            small{
                line-height: 1em;
                display: block;
            }
        }
        .nav-tabs{
            border: none;
            margin-bottom: 37px;
            li{
                margin-right: 30px;
                &.active{

                    a{
                        color:var(--main-color, #5191FA);
                        border-bottom: 3px solid var(--main-color, #5191FA);
                    }
                }
                a{
                    text-transform: uppercase;
                    border: none;
                    font-size: 14px;
                    color: var(--link-color, #1A2B48);
                    font-weight: 600;
                    padding-left: 0px;
                    padding-right: 0px;
                    &:hover{
                        background:none;
                    }
                    &:focus{
                        background:none;
                    }
                    &:active{
                        background:none;
                    }
                }
            }
        }
        h4{
            font-size: 14px;
            color: var(--main-color, #1A2B48);
            text-transform: uppercase;
            font-weight: 500;
        }
        .st_is_check_show_{
            font-size: 14px;
            color: #5E6D77;
            letter-spacing: 0;
        }

        .form-group{
            position: relative;
            margin-bottom: 0px;
            margin-top: 30px;
            label{
                font-size: 14px;
                color: var(--link-color, #1A2B48);
                letter-spacing: 0;
                font-weight: 600;
                margin-bottom: 5px;
                &.st_is_check_show_{
                    font-weight: 400;
                }
            }
            input{
                border: 1px solid #DAE1E7;
                border-radius: 3px;
                border-radius: 3px;
                background-color: #FFF;
                height: 40px;
                &[name=st_btn_update]{
                    background-color: var(--main-color, #5191FA);
                    border-radius: 3px;
                    text-transform: uppercase;
                    border: 1px solid var(--main-color, #5191FA);
                }
                &[name=btn_update_pass]{
                    background-color: var(--main-color, #5191FA);
                    border-radius: 3px;
                    text-transform: uppercase;
                    border: 1px solid var(--main-color, #5191FA);
                }
            }
        }
        .i-check{
            vertical-align: middle;
            margin: 0 0 0 -13px;
            padding: 0;
            width: 22px;
            height: 22px;
            cursor: pointer;
            top: 1px;
            left: -7px;
            float: left;
            line-height: 20px;
            -moz-transition: .3s;
            transition: .3s;
            position: relative;
            overflow: hidden;
            border: 1px solid #ccc;
            background: rgb(255, 255, 255);
            text-align: center;
        }
        .i-radio{
            vertical-align: middle;
            margin: 0 0 0 -13px;
            padding: 0;
            width: 22px;
            height: 22px;
            cursor: pointer;
            top: 1px;
            left: -7px;
            float: left;
            line-height: 20px;
            -moz-transition: .3s;
            transition: .3s;
            position: relative;
            overflow: hidden;
            border: 1px solid #ccc;
            background: rgb(255, 255, 255);
            text-align: center;
        }
        .i-check.checked:before {
            transform: translate3d(0, 0, 0);
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }
        .i-radio.checked:before{
            transform: translate3d(0, 0, 0);
            opacity: 1;
            -ms-filter: none;
            filter: none;
        }
        .i-check:before {
            content: '\f00c';
            font-family: FontAwesome;
            transition: .3s;
            -webkit-transform: translate3d(0, -25px, 0);
            -moz-transform: translate3d(0, -25px, 0);
            -o-transform: translate3d(0, -25px, 0);
            -ms-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
            display: block;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            filter: alpha(opacity=0);
            color: #fff;
            font-size: 14px;
        }
        .i-check.checked:before{
            color: var(--link-color, #5191FA);
        }
        .i-radio:before{
            content: '\f00c';
            font-family: FontAwesome;
            transition: .3s;
            -webkit-transform: translate3d(0, -25px, 0);
            -moz-transform: translate3d(0, -25px, 0);
            -o-transform: translate3d(0, -25px, 0);
            -ms-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
            display: block;
            opacity: 0;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            filter: alpha(opacity=0);
            color: #fff;
            font-size: 14px;
        }
        .i-check.checked {
            border-color: #3484f5;
            background: #3484f5;
            border: 1px solid #3484f5;
        }
        .i-radio.checked{
            border-color: #3484f5;
            background: #3484f5;
            border: 1px solid #3484f5;
        }
    }
    font-family:"Poppins";
    .header-dashboard{
        display: flex;
        justify-content: space-between;
        align-items:center;
        .st-choose-date{
            display: flex;
            align-items: center;
            background: #FFFFFF;
            border: 1px solid #D7DCE3;
            border-radius: 3px;
            padding: 12px 90px 12px 12px;
            position: relative;
            cursor: pointer;
            &:after{
                font-family: "FontAwesome";
                font-weight: 900;
                content: "";
                font-style: normal;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                text-align: center;
                background: 0 0;
                position: absolute;
                right: 30px;
                right: 12px;
                font-size: 14px;
            }
            .date{
                margin-left: 10px;
            }
        }
    }
    .partner-search-form {
        display: flex;
        margin-bottom: 20px;
        .search-box {
            flex-grow: 1;
        }
        .btn-default {
            margin-left: 10px;
            background-color: var(--main-color, #5191FA);
            border-color: var(--main-color, #5191FA);
            color: #FFFFFF;
            border-radius: 0px;
        }
    }
}
.div-custom-date.st-calendar{
    background: #fff;
    position: absolute;
    right: 14px;
    top: 37px;
    min-width: 350px;
    z-index: 9999;
    border: 1px solid #eee;
    -webkit-box-shadow: 7px 7px 5px -3px #bdbdbd;
    -moz-box-shadow: 7px 7px 5px -3px #bdbdbd;
    box-shadow: 7px 7px 5px -3px #bdbdbd;
    padding: 20px;
    &:before{
        background: #fff;
        border-bottom: 7px solid rgba(0,0,0,0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        right: 12px;
        top: -10px;
    }

}
.st_div_canvas {
    .head_control{
        margin-bottom: 30px;
    }
}
.item-st-month{
    &.padding-15{
        /* .st-dashboard-stat{
            margin:0px;
        } */
    }
    .st-dashboard-stat {
        padding:21px 32px;
        background-color: #FFFFFF;
        min-height: 154px;
        position: relative;
        .st-wrap-box{
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
        }
        &.head_reports{
            width: 100%;
            min-height: auto;
            display: inline-block;
            .head_time{
                span{
                    font-size: 18px;
                    color: var(--link-color, #1A2B48);
                    font-weight: 500;
                    text-transform: uppercase;
                    font-family: Poppins;
                }
            }
        }
        &.list-st{
            padding:0px 17px 21px 17px;
        }
        .title{
            font-family: 'Poppins';
            color: var(--link-color, #1A2B48);
            letter-spacing: 0;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 600;
            text-align: left;
        }
        .details{
            .number{
                font-family: 'Poppins';
                color: var(--main-color, #1A2B48);
                letter-spacing: 0;
                font-size: 36px;
                text-align: left;
            }
        }
    }

}
.item-st-month{
    .st-month-madison{
        .item-drawal{
            position: absolute;
            display: inline-block;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
        }
        .title{
            .visual{
                display: inline-block;
            }
        }
    }
}
.st_partner_payout_item{
    .i-radio{
        .st_partner_payout{
            opacity: 1 !important;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }
    }
}

.st_content{
   .btn_load_his_withdrawal{
        background: var(--link-color, #5191FA);
        border-color:var(--link-color, #5191FA);
    }

}
.page-template-template-user .page-content table{
    .btn_del_withdrawal{
        color:#FFF !important;
    }
}


.st_partner_payout_item {
    input[type='submit']{
        background: var(--link-color, #5191FA);
        border-color: var(--link-color, #5191FA);
        &:active{
            background: var(--link-color, #5191FA);
            border-color: var(--link-color, #5191FA);
        }
        &:focus{
            background: var(--link-color, #5191FA);
            border-color: var(--link-color, #5191FA);
        }
    }
}
.infor-st-setting{
    #data_history_book{
        td{
            a{
                font-weight: 500;
                &.btn-success{
                    color: #FFF;
                }
                color: var(--link-color, #5191FA);
                width: 100%;
                &.btn-primary{
                    font-weight: 400;
                    background: var(--main-color, #5191FA);
                    color: #FFF;
                    border-color: var(--main-color, #5191FA);
                    &.btn-info-booking{
                        margin-top: 5px;
                    }
                }
                &.btn-info-booking{
                    padding: 5px 10px;
                }
                &.confirm-cancel-booking{
                    padding: 5px 10px;
                }
                &.user_write_review{
                    padding: 5px 10px;
                }
            }
        }

    }
}

#data_whislist{
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
     &>li{
        -webkit-transition: .1s;
        -moz-transition: .1s;
        -o-transition: .1s;
        -ms-transition: .1s;
        transition: .1s;
        position: relative;
        .st_sale_class.box_sale.sale_small{
            background-color: #cc0033;
            position: absolute;
            color: #fff;
            font-size: 17px;
            font-weight: bolder;
            right: -8px;
            bottom: auto;
            height: 49px;
            line-height: 50px;
            text-align: center;
            top: 0px;
            width: 50px;
            box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset, 0 -1px 0 rgba(0,0,0,0.2) inset, 0 1px 2px rgba(0,0,0,0.2);
            z-index: 2;
            border-radius: 100%;
        }
        .st-flight-ccv{
            img{
                width: 100%;
                height: 150px;
                object-fit: cover;
            }
        }
        .booking-item{
            .booking-item-price{
                color: var(--main-color, #1A2B48);
                &>span{
                    color: var(--main-color, #1A2B48);
                    font-size: 20px;
                    text-decoration: line-through;
                }
            }
        }
        .color-inherit{
            a{
                &:hover{
                    text-decoration: none;
                }
            }
        }
        .booking-item-img-wrap{
            position: relative;
            .booking-item-img-num{
                opacity: .5;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
                filter: alpha(opacity=50);
                transition: .2s;
                position: absolute;
                bottom: 0;
                right: 0;
                color: #fff;
                background: rgba(0,0,0,0.01);
                padding: 5px 7px;
                font-size: 13px;
                line-height: 1em;
                -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.2);
                 box-shadow: 0 2px 1px rgba(0,0,0,0.2);

            }
        }
        &:hover{
            .booking-item-img-wrap{
                .booking-item-img-num{
                    opacity: 1;
                    -ms-filter: none;
                    filter: none;
                    background: rgba(0,0,0,0.5);
                }
            }
            .booking-item{
                border-color: var(--main-color, #5191FA);
            }
            .booking-item-img-wrap.st-popup-gallery{
                .booking-item-img-num{
                    opacity: 1;
                }
            }
        }
        .text-lg.lh1em.item{
            font-size: 30px;
        }
        .text-small.lh1em.item.onsale{
            font-size: 20px;
            text-decoration: line-through;
        }
        a.color-inherit{
            &:hover{
                text-decoration: none;
            }
        }
        .booking-item-title{
            color: var(--main-color, #5191FA);
            &>a{color: var(--main-color, #5191FA);}
        }
        .booking-item-features{
            &>li{
                padding-bottom: 15px;
                float: left;
                position: relative;
                margin-right: 7px;
                margin-bottom: 7px;
                i{
                    height: 35px;
                    width: 35px;
                    text-align: center;
                    line-height: 35px;
                    -webkit-transition: .3s;
                    -moz-transition: .3s;
                    -o-transition: .3s;
                    -ms-transition: .3s;
                    transition: .3s;
                    font-size: 23px;
                    display: block;
                    -webkit-border-radius: 5px;
                    border-radius: 5px;
                    border: 1px solid #ccc;
                    color: #686868;
                }
                span{
                    position: absolute;
                    bottom: 2px;
                    left: 0;
                    display: block;
                    text-align: center;
                    font-size: 10px;
                    line-height: 1em;
                    width: 100%;
                }
            }
        }
        .booking-item-img-wrap.st-popup-gallery{
            position: relative;
            .booking-item-img-num{
                opacity: .5;
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
                filter: alpha(opacity=50);
                transition: .2s;
                position: absolute;
                bottom: 0;
                right: 0;
                color: #fff;
                background: rgba(0,0,0,0.01);
                padding: 5px 7px;
                font-size: 13px;
                line-height: 1em;
            }
        }
        padding-right: 25px;
        margin-bottom: 15px;
         .booking-item-wishlist-title {
            position: absolute;
            top: 0;
            left: 0;
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            border: 1px solid #f2f2f2;
            background: #f7f7f7;
            border-bottom: none;
            font-size: 12px;
            -webkit-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
        }
        .booking-item-wishlist-title>span {
            font-size: 9px;
            color: #8f8f8f;
            margin-left: 5px;
        }
        i.booking-item-wishlist-remove{
            background: #00a900 !important;
        }
        i.fa-edit.booking-item-wishlist-remove{
            background: #3484f5;
        }
        .fa-eye.booking-item-wishlist-remove{
            background: #4d4d4d;
        }
        .booking-item-wishlist-remove {
            position: absolute;
            top: 0px;
            right: 0;
            display: block;
            width: 25px;
            height: 25px;
            line-height: 25px;
            background: #cc0000;
            color: #FFFFFF;
            text-align: center;
            -webkit-transition: .1s;
            -moz-transition: .1s;
            -o-transition: .1s;
            -ms-transition: .1s;
            transition: .1s;
            cursor: pointer;
        }
        .user_img_loading {
            position: absolute;
            right: 50%;
            top: 50%;
            display: none;
        }
        .spinner {
            .bounce1{
                -webkit-animation-delay: -0.32s;
                animation-delay: -0.32s;
                width: 18px;
                height: 18px;
                background-color: #333;
                border-radius: 100%;
                display: inline-block;
                -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
                animation: bouncedelay 1.4s infinite ease-in-out;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
            }
        }
        .booking-item {
            background: #FFFFFF;
            display: block;
            padding: 17px;
            border: 1px solid #e6e6e6;
            color: #737373;
            transition: .2s;
        }
        img{
            max-width: 100%;
            height: auto;
        }
        .booking-item-rating {
            margin-bottom: 3px;
            padding-bottom: 3px;
            border-bottom: 1px solid #f7f7f7;
            display: inline-block;
            small{
                color:var(--link-color, #5191FA);
            }
        }
        .info{
            color: var(--main-color, #1A2B48);
            span{
                color: var(--main-color, #1A2B48);
            }
        }
        .booking-item-description{
            color: var(--main-color, #1A2B48);
        }
        .icon-group>li {
            float: left;
            margin-right: 5px;
            i{
                color: var(--link-color, #5191FA);
            }
        }
        .btn-primary{
            background-color: var(--link-color, #5191FA);
            border-color: var(--link-color, #5191FA);
            color:#FFF;
        }
        .icon-group.booking-item-rating-stars{
            display: inline-block;
            margin-right: 17px;
        }
        /*.st-ccv-hotel{
           .icon-group.booking-item-rating-stars{
                margin-bottom: -5px;
                margin-top: 15px;
            }
        }*/
        .booking-item-rating-stars{
            .fa {
                margin-right: 0;
            }

        }
        .booking-item-rating-number {
            color:var(--link-color, #5191FA);
            margin-right: 7px;
            &>b {
                font-size: 25px;
            }

        }
        .booking-item-features.booking-item-features-dark{
            li{
                i{
                    border: 1px solid var(--link-color, #5191FA);
                    background-color: var(--link-color, #5191FA);
                    color: #FFF;
                }
            }
        }
        h5.booking-item-car-title{
            color: var(--link-color, #5191FA);
            font-size: 18px;
            margin-bottom: 15px;
        }
        .booking-item-title {
            margin-bottom: 7px;
            font-size: 18.2px;
            font-weight: 300;
        }
        .booking-item-address {
            font-size: 13px;
            color: var(--main-color, #1A2B48);
        }
        .booking-item-price-from {
            display: block;
            font-size: 12px;
            color: var(--link-color, #1A2B48);
        }
        .booking-item .booking-item-price {
            font-size: 30px;
            color: var(--main-color, #1A2B48);
        }
        .package-info{
            color: var(--main-color, #1A2B48);
            span{
                color: var(--main-color, #1A2B48);
            }
        }
    }
    .section-footer .service-price{
        overflow: initial;
    }
}
.st-bg-dashboard{

    margin-bottom: 30px;
    .panel-single{
        margin-bottom: 0px;
        border: none;
        background: var(--main-color, #5191FA);
        border-radius: 3px;
        .panel-heading{
            &.red-st{
                background-color: #FF7675;
                border-color: #FF7675;
            }
            &.green-st{
                background-color: #2ECC71;
                border-color: #2ECC71;
            }
            &.st-yellow{
                background: #F1C40F;
                border-color: #F1C40F;
            }
            &.turquoise-st{
                background: #1ABC9C;
                border-color: #1ABC9C;
            }
            &.st-violet{
                background: #9B59B6;
                border-color: #9B59B6;
            }
            &.st-black{
                background: #e6a6a6;
                border-color: #e6a6a6;
            }
            min-height: 98px;
            color: #fff;
            padding: 17px 32px;
            background-color: var(--main-color, #5191FA);
            border-color: var(--main-color, #5191FA);
            .title{
                margin-top: 10px;
                font-family: 'Poppins';
                color: #FFFFFF;
                letter-spacing: 0;
                font-size: 20px;
                font-weight: 400;
            }
            .huge{
                font-family: 'Poppins';
                color: #FFFFFF;
                letter-spacing: 0;
                font-size: 24px;
                text-align: left;
            }
            .st_view{
                position: absolute;
                display: inline-block;
                right: 15px;
                font-size: 24px;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                top: 50%;
                a{
                    color: #FFFFFF;
                }
            }
        }
    }
}
.st_google_map_user {
    margin-top: 30px;
    height: 500px
}
.st_content .style-list {
    .item-service.st-ccv-tour.st-ccv-rental{
        .thumb{
            .icon-group.text-color.booking-item-rating-stars{
                display: none;
            }
        }
        .item-service-wrapper{
            .item-content{
                padding: 30px 10px;
                position: relative;
                .icon-group.text-color.booking-item-rating-stars{
                    padding: 0;
                    margin: 0;
                    overflow: hidden;
                }
                .amenities {
                    margin-bottom: 20px;
                    margin-top: 20px;
                    padding-top: 20px;
                    border-top: 1px solid #E4E8ED;
                    .amenity {
                        width: 25%;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        float: left;
                        .input-icon {
                            margin-right: 5px;
                        }
                    }
                }
                .service-location{
                    position: absolute;
                    bottom: 20px;
                    white-space: pre-wrap;
                    padding-right: 20px;
                }
            }
            .service-price {
                position: absolute;
                bottom: 30px;
                right: 30px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-top: 2px;
            }
        }
    }
    .item-service.st-ccv-tour.st-ccv-activity{
        position: relative;
        .st-center-y {
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
        }
        .item-content-w{
            border-right: none;
        }
        .service-price {
            position: relative;
            bottom: auto;
            right: auto;
            padding-right: 35px;
            overflow: hidden;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            margin-bottom: 18px;
            span.price-text {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                position: relative;
                top: 1px;
            }
        }
        .section-footer .btn-view-more {
            position: relative;
            bottom: 0;
        }
        .service-content-footer{
            position: absolute;
            bottom: 25px;
            width: 100%;
            font-size: 14px;
            color: #5E6D77;
            .service-location {
                float: left;
                padding-top: 0 !important;
                padding-right: 0;
                margin-right: 20px;
                font-size: 14px;
                top: 1px;
                position: relative;
                bottom: auto;
                margin-bottom: 0px;
                white-space: pre-wrap;
            }
            .service-duration {
                float: left;
                margin-right: 20px;
                i {
                    position: relative;
                    top: 2px;
                    margin-right: 3px;
                }
            }
            .service-cancel {
                float: left;
                i {
                    position: relative;
                    top: 2px;
                    margin-right: 3px;
                }
            }

        }
    }
}
.item-service.st-ccv-tour.st-ccv-rental.st-ccv-rental-room{
    .booking-item-features{
        margin-bottom: 20px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #E4E8ED;
        li{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            float: left;
            font-size: 18px;
            margin-right: 30px;
            i{
                font-size:20px;
            }
        }
    }
}
.st-dashboard-stat.st-month-madison.st-dashboard-new{
    .st-wrap-box{
        .title{
            text-align: center;
        }
        .details{
            .number{
                text-align: center;
            }
        }
    }
}


.style-list{
    .item-service.item-service-car{
        .thumb{
            .st_sale_class{
                position: absolute;
                top: 20px;
                left: 0;
                color: #FFFFFF;
                font-weight: 500;
                z-index: 8;
                border-radius: 0 3px 3px 0;
                padding: 6px 10px;
                font-size: 13px;
            }
            a{
                img{
                    min-width: 100%;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                }

            }
            a:hover{
                img{
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                }
            }
        }
        .item-content{
            padding: 0;
            margin-top: 10px;
            font-size: 14px;
            color: #5E6D77;
            margin-bottom: 8px;
        }
        h4.service-title{
            font-size: 16px;
            margin-bottom: 5px;
            margin-top: 13px;
            a{
                color: #1A2B50;
            }
        }
        .service-review {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding-right: 15px;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            margin-top: 5px;
            margin-bottom: 10px;
        }
        .booking-item-rating-stars {
            padding: 0;
            margin: 0;
            li {
                list-style: none;
                float: left;
                margin-right: 5px;
                .fa {
                    font-size: 15px;
                    color: #FFDC00;
                }
            }
        }
        .service-review .review{
            position: relative;
            top: -1px;
            font-size: 13px;
            color: #768092;
        }
        .car-equipments{
            margin-top: 20px;
            margin-bottom: 20px;
            padding: 0 15px;
            padding-left: 0;
            .item{
                text-align: center;
                display: inline-block;
                float: left;
                .ico{
                    display: block;
                }
            }
             .item:not(:first-child){
                margin-left: 30px;
             }
        }
        .service-price {
            position: relative;
            bottom: auto;
            right: auto;
            padding-right: 35px;
            overflow: hidden;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            margin-bottom: 18px;
            span{
                font-size: 14px;
                color: #5E6D77;
            }
        }
        .section-footer{
            position: relative;
            .service-price{
                transform: translateX(-50%);
                position: absolute !important;
                left: 50%;
            }
            .st_sale_class{
                display: none;
            }
        }

    }
}
.st_tab.st_tab_order .tab-content .tab-pane{
    .info{
        .item_booking_detail{
            padding: 10px 0px;
            border-bottom: 1px dashed #ddd;
        }
    }
}
@media screen and (max-width: 768px) {
    .item-box-static > i{
        font-size: 18px;
    }
    .infor-st-setting{
        .st-filter_time_dashboard{
            display: inline-block;
            width: 100%;
            text-align: center;
            margin-bottom: 15px;
            .btn_show_custom_date{
                float: none !important;
            }
        }
    }
    /*.table-booking-history,
    .table-booking-history thead,
    .table-booking-history tbody,
    .table-booking-history th,
    .table-booking-history td,
    .table-booking-history tr {
    display: block;
    }
    .table-booking-history > thead > tr{
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-booking-history > tbody > tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    }
    .table-booking-history > tbody > tr:first-child {
    border-radius: 3px 3px 0 0;
    border-top: none;
    }
    .table-booking-history > tbody > tr:last-child {
    border-radius: 0 0 3px 3px;
    border-bottom: none;
    }
    .table-booking-history > tbody > tr td {
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 30% !important;
    width: 100%;
    overflow: hidden;
    text-align: right;
    font-size:14px;
    }
    .table-booking-history > tbody > tr td:before {
    content: attr(data-title);
    position: absolute;
    left: 5px;
    width: 40%;
    padding-right: 10px;
    white-space: nowrap;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    }*/
    main.page-content .infor-st-setting #data_history_book td{
        padding:5px !important;
        text-align: left;
    }
    .infor-st-setting #data_history_book td a{
        width: 100%;
    }
    .infor-st-setting #data_history_book td a.btn-primary{
        width: auto;
    }
    .page-template-template-user .page-content table.table-booking-history tr td .fa{
        margin-right: 0px!important;
    }
    .infor-st-setting .table-booking-history th{
        font-size: 11px !important;
    }
    .infor-st-setting #data_history_book td a.btn-primary{
        padding:5px !important;
    }
    main.page-content .infor-st-setting #data_history_book tr{
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }
    main.page-content .infor-st-setting #mySelect-tab{
        margin-bottom: 30px;
    }
    main.page-content .infor-st-setting .form-group{
        margin-top: 0px;
    }
    .page-template-template-user .page-content .st-create h2{
        padding-left: 31px;
    }
    .page-template-template-user .page-content .st_button_send_mail{
        padding-left: 31px;
    }
    .page-wrapper .page-content > .st_content{
        padding: 0px;
    }

    .div-partner-page-title{
        .st-create {
            h2{
                font-size:24px;
            }
        }
    }
    .st_div_item_canvas{
        overflow-x: scroll;

    }
    .st-fix-width{
        width: 1000px;
    }
    .st_div_item_canvas_year,.st_div_canvas{
        overflow-x: scroll;
    }
    .st_div_canvas{
        .st_div_item_all_time_canvas_month{
            canvas{
                height: 150px;
            }
        }
    }
    .page-wrapper .page-content > .st_content .average_total .huge{
        font-size: 16px;
    }
    .page-wrapper .page-content > .st_content .average_total .title {
        font-size: 16px;
    }
    .page-wrapper .page-content > .st_content .item-box-static{
        display: block;
        text-align: center;
    }
    .text-right.average_total{
        text-align: left;
    }
    canvas{
        &#canvas_this_month{
            display: block;
            width: 1000px !important;
            height: 400px !important;
        }

        &#canvas_year_new{
            display: block;
            width: 1000px !important;
            height: 200px !important;
        }
    }
    .div-custom-date.st-calendar{
        width: 100%;
        min-width: 100% !important;
    }
    main.page-content .st-footer-wrap{display: inline-block;}
    main.page-content .st-footer-wrap .pull-left{width: 100%;}
    main.page-content .st-footer-wrap .pull-right{float: left !important}
    .st-bg-dashboard .panel-single .panel-heading{
        min-height: 84px;
    }
    .st_bortlet-body .st_table_partner tr th{
        font-size: 12px;
    }
    .st_bortlet-body .st_table_partner tr td{
        font-size: 12px;
    }
    #data_whislist > li {
        padding-right: 0;
        .booking-item-rating-number{
            width: 100%;
            display: inline-block;
        }
        .booking-item-wishlist-remove {
            z-index: 1;
            right: 7px;
        }
    }
    .item-st-month{margin-bottom: 15px;}
    .st-bg-dashboard .panel-single .panel-heading .title{font-size: 16px;}
    .item-st-month .st-dashboard-stat .details .number{font-size: 20px;}
    .st_div_canvas.div_custom_month .head_time span{font-size: 13px;margin-right:20px;}
    .st-bg-dashboard .panel-single .panel-heading .huge{font-size: 14px;}
    .st_content .style-list .item-service.st-ccv-tour.st-ccv-activity .st-center-y{
        top: auto;
        -webkit-transform: none;
        transform: none;
        margin-top: 0px;
    }
    .st_google_map_user {
        margin-top: 30px;
        height: 200px
    }
    body .page-wrapper .page-content .list-inline.user-profile-statictics > li{
        width: 100%;
        margin: 0px;
        margin-bottom: 30px;
    }
    .chiller-theme .sidebar-wrapper .sidebar-header .st-logo-site {
        max-height: none;
    }
    #wpadminbar{display: none;}
    .sidebar-brand {
        padding: 10px 20px;
        display: flex;
        align-items: center;
        >a {
            text-transform: uppercase;
            font-weight: bold;
            flex-grow: 1;
        }
        #close-sidebar {
            cursor: pointer;
            font-size: 20px;
        }
    }
    body{
        main.page-content{
            .header-dashboard{
                display: block;
            }
        }
    }
    main.page-content{
         .header-dashboard{
            .st-choose-date{
                padding:10px;
            }
         }
    }
    .st_content .style-list .item-service .item-service-wrapper{
        display: block;
    }
    .st_content .style-list .item-service{
        padding:10px;
    }
    .st_content .style-list .item-service .item-content .item-content-w{
        padding-right: 0px;
        border: none;
        padding: 10px;
    }
    .st_content .style-list .item-service.st-ccv-tour .section-footer .btn-view-more{
        position: relative;
        clear: both;
        text-align: center;
        margin-left: 0px;
        bottom: auto;
    }
    .st_content .style-list .item-service.st-ccv-tour .section-footer .service-type{
        margin-bottom: 15px;
    }
    .st_content .style-list .item-service .item-content .service-location{
        position: relative;
        bottom: auto;
        margin-top: 15px;
    }
    .st_content .style-list .item-service .section-footer .service-review{
        display: inline-block;
        margin-top: 0px;
    }
    .st_content .style-list .item-service .section-footer .service-review{
        display: inline-block;
        margin-bottom: 15px;
        padding-left:15px;
    }
    .st_content .style-list .item-service .section-footer .service-price{
        position: relative;
        display: inline-block;
        bottom: auto;
        right: auto;
    }
    .st_content .style-list .item-service .section-footer .service-review .rating{
        font-size: 14px
    }
    .st_content .style-list .item-service.st-ccv-tour.st-ccv-activity .section-footer .btn-view-more{
        bottom: 0;
        margin-left: 0px;
        margin-bottom: 15px;
    }
    .st_content .st-item-list{
        padding-right: 0px;
    }
    .st_content .style-list .booking-item-wishlist-remove{
        z-index: 1;
    }
    .st_content .style-list .item-service.st-ccv-tour .section-footer .service-price{
        display: inline-block;
        width: 100%;
    }
    .st_content .style-list .item-service.st-ccv-tour.st-ccv-activity .section-footer .service-price{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 17px;
        padding-right: 0px;
        margin-right: 0px;
    }
    .st_content .style-list .item-service.st-ccv-tour .section-footer .service-price span.price{
        margin-right: 5px;
    }
    .st_content .style-list .item-service.st-ccv-tour.st-ccv-rental .item-service-wrapper .item-content .service-location{
        position: relative;
    }
    .st_content .style-list .item-service.st-ccv-tour.st-ccv-rental .item-service-wrapper .service-price{
        position: relative;
        display: inline-block;
        bottom:auto;
        right: auto;
    }
    .st_content .style-list .item-service.st-ccv-tour .section-footer{
        padding-top: 0px;
    }
    body .page-wrapper .page-content .st-create span.verify-status.none{
        display: inline-block;
    }
    .infor-st-setting .tabbable .tab-pane{
        position: relative;
        overflow: scroll;
    }
    main.page-content .infor-st-setting .nav-tabs li {
        margin-right: 18px;
    }
    main.page-content .infor-st-setting .nav-tabs li a{font-size: 12px;}
    .style-list{
        .item-service.item-service-car{
            .thumb{
                .st_sale_class{
                    display: block;
                }
            }
            .section-footer{
                position: relative;
                .service-price{
                    transform: translateX(-50%);
                    position: relative !important;
                    left: 50%;
                }
                .st_sale_class{
                    display: none;
                }
            }
        }
    }
    /* List service */
   /*  .style-list{
        .item-service{
            border: none !important;
            width: 50%;
            float: left;
            padding: 0 15px;
            &:nth-child(2n){
                padding-left: 7.5px;
            }
             .item-service-wrapper {
                display: table !important;
                position: relative;
                .thumb {
                    overflow: hidden;
                    padding-bottom: 15px;
                    border-radius: 4px;
                     a {
                        border-radius: 3px;
                        img{
                            border-radius: 3px;
                        }
                    }
                }
                 .item-content {
                    padding: 15px !important;
                }
            }
        }
    } */
    main.page-content {
        .partner-search-form {
            flex-direction: column;
            .btn-default {
                margin-left: 0;
            }
        }
    }
}
.st-partner-create-form .st-partner-field-item.st_border_bottom{
    border-bottom: 1px solid #D7DCE3;
    margin-bottom: 30px;
}
.st_partner_margin_top{margin-top: 30px;}
@media screen and (max-width: 500px) {
    .table-booking-history > tbody > tr td , .table-booking-history > tbody > tr td:before {
        font-size:12px;
    }
    .st_content .btn_load_his_withdrawal{
        font-size: 10px;
    }
}
.calendar-content.fc-unthemed .fc-content-skeleton thead {
    display: table-caption;
    width: 100%;
}
.calendar-content.fc-unthemed .fc-content-skeleton .fc-day-number {
    text-align: center;
    width: 40px;
    line-height: 40px;
}
.infor-st-setting #data_history_book td a.btn-primary.confirm-cancel-booking{
    background-color: #ed8323;
    border-color: #ed8323;
    margin-top: 5px;
}
.infor-st-setting #data_history_book td a.btn-primary.btn-info-booking{
    background-color: var(--main-color, #5191FA);
    border-color: var(--main-color, #5191FA);
}
main.page-content .infor-st-setting #data_history_book td{
    vertical-align: middle;
}
main.page-content .infor-st-setting #data_history_book td.text-center{
    text-align: center;
}
.page-template-template-user.inbox .booking-item-rating-stars{
    display: none;
}
.st-inbox-form-book .st-tour-package table tr td .i-check{
    display: inline-block;
    margin-right: 5px;
}
#form-booking-inpage .st-inbox-form-book .st-tour-package table tr td label{
    display: inline-block;
}
#form-booking-inpage .st-inbox-form-book .accordion-group .accordion-heading {
    margin-bottom: 15px;
}
.st_check_book_none{
    display: none;
}
@media (min-width: 768px){
    .col-sm-5-column {
        width: 20%;
    }
}
@media (max-width: 767px){
    .col-sm-5-column {
        width: 100%;
    }
}
/* @media (max-width: 767px){
    .style-list  {
        .item-service.st-ccv-tour{
            .item-service-wrapper{
                .item-content
                {
                    .item-content-w{
                        border-right: 0;
                        .service-location {
                            margin-top: -10px !important;
                            padding-top: 0px;
                        }
                        .service-title {
                            margin-top: 5px;
                            margin-bottom: 5px;
                        }
                        .service-review {
                            float: left;
                            width: 100%;
                            text-align: left;
                            margin-top: 5px;
                            -webkit-box-pack: start;
                            -ms-flex-pack: start;
                            justify-content: flex-start;
                        }
                        .service-excerpt {
                            display: none;
                        }
                    }
                }
                .section-footer{
                    padding-left: 15px;
                    display: table-footer-group;
                    height: 1px;
                    .service-duration {
                        padding-left: 15px;
                        padding-right: 15px;
                        font-size: 14px;
                    }
                    .service-price {
                        width: 100%;
                        padding-right: 15px;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        overflow: visible;
                        float: left;
                        left: 0;
                    }
                    .service-duration {
                        padding-left: 15px;
                        padding-right: 15px;
                        font-size: 14px;
                    }
                    .service-type {
                        display: none;
                    }
                    .btn-view-more {
                        display: none;
                    }
                }

            }
        }

    }
} */
.search-result-page.st-tours .style-list .item-service .service-price-book .btn-book_cartransfer{
    bottom: 30px;
    border: 1px solid var(--link-color, #5191FA);
    border-radius: 3px;
    color: var(--link-color, #5191FA);
    background-color: transparent;
    padding: 9px 25px;
    margin-left: 4px;
}
#extra-price-wrapper{
    .table{
        min-width: 33.33%;
        display: inline-block;
        tr{
            td{
                border-top: transparent;
                border-bottom: 1px solid #ddd;
                padding-left: 0px;
                padding-right: 0px;
            }
            &::nth-child{
                td{
                    border-bottom: transparent;
                }

            }
        }
    }
}

.wishlist #modern-pagination-hotel{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    ul{
        display: inline-block;
        padding-left: 0;
        li{
            list-style: none;
            font-size: 16px;
            color: #768090;
            float: left;
            margin-right: 10px;
            a{
                display: block;
                height: 32px;
                width: 32px;
                line-height: 32px;
                text-decoration: none;
                text-align: center;
                color: var(--link-color, #5191FA) !important;
                &.current{
                    border: 1px solid var(--link-color, #5191FA) !important;
                    border-radius: 3px;
                    background: transparent !important;
                    color: var(--link-color, #5191FA) !important;

                }
            }
        }
    }
    span.count-string{
        font-size: 14px;
        color: #768090;
        margin-top: 5px;
        display: block;
    }

}
.wishlist #modern-pagination-tour{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    ul{
        display: inline-block;
        padding-left: 0;
        li{
            list-style: none;
            font-size: 16px;
            color: #768090;
            float: left;
            margin-right: 10px;
            a{
                display: block;
                height: 32px;
                width: 32px;
                line-height: 32px;
                text-decoration: none;
                text-align: center;
                color: var(--link-color, #5191FA) !important;
                &.current{
                    border: 1px solid var(--link-color, #5191FA) !important;
                    border-radius: 3px;
                    background: transparent !important;
                    color: var(--link-color, #5191FA) !important;

                }
            }
        }
    }
    span.count-string{
        font-size: 14px;
        color: #768090;
        margin-top: 5px;
        display: block;
    }

}
.wishlist #modern-pagination-activity{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    ul{
        display: inline-block;
        padding-left: 0;
        li{
            list-style: none;
            font-size: 16px;
            color: #768090;
            float: left;
            margin-right: 10px;
            a{
                display: block;
                height: 32px;
                width: 32px;
                line-height: 32px;
                text-decoration: none;
                text-align: center;
                color: var(--link-color, #5191FA) !important;
                &.current{
                    border: 1px solid var(--link-color, #5191FA) !important;
                    border-radius: 3px;
                    background: transparent !important;
                    color: var(--link-color, #5191FA) !important;

                }
            }
        }
    }
    span.count-string{
        font-size: 14px;
        color: #768090;
        margin-top: 5px;
        display: block;
    }

}
.wishlist #modern-pagination-rental{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    ul{
        display: inline-block;
        padding-left: 0;
        li{
            list-style: none;
            font-size: 16px;
            color: #768090;
            float: left;
            margin-right: 10px;
            a{
                display: block;
                height: 32px;
                width: 32px;
                line-height: 32px;
                text-decoration: none;
                text-align: center;
                color: var(--link-color, #5191FA) !important;
                &.current{
                    border: 1px solid var(--link-color, #5191FA) !important;
                    border-radius: 3px;
                    background: transparent !important;
                    color: var(--link-color, #5191FA) !important;

                }
            }
        }
    }
    span.count-string{
        font-size: 14px;
        color: #768090;
        margin-top: 5px;
        display: block;
    }

}
.wishlist #modern-pagination-car{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    ul{
        display: inline-block;
        padding-left: 0;
        li{
            list-style: none;
            font-size: 16px;
            color: #768090;
            float: left;
            margin-right: 10px;
            a{
                display: block;
                height: 32px;
                width: 32px;
                line-height: 32px;
                text-decoration: none;
                text-align: center;
                color: var(--link-color, #5191FA) !important;
                &.current{
                    border: 1px solid var(--link-color, #5191FA) !important;
                    border-radius: 3px;
                    background: transparent !important;
                    color: var(--link-color, #5191FA) !important;

                }
            }
        }
    }
    span.count-string{
        font-size: 14px;
        color: #768090;
        margin-top: 5px;
        display: block;
    }

}

.lds-dual-ring {
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 100px;
    height: 100px;
    margin: 1px;
    border-radius: 50%;
    border: 2px solid #337ab7;
    border-color: #3c763d transparent #337ab7 transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.infor-st-setting.st-wishlist-wrap{
    position: relative;
    .st-loadding-wishlist{
        display: none;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 99;
        background-color: #f5f5f5;
    }
}
@keyframes load {
    0% {
      transform: translateX(40px);
    }

    50% {
      transform: translateX(-30px);
    }
    100% {
      transform: translateX(40px);
    }
}
.st-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 6px;
    background: var(--link-color, #5191FA);
    border-radius: 5px;
    margin-left: -25px;
    animation: load $animation-duration ease-in-out infinite;

    &:before, &:after {
        position: absolute;
        display: block;
        content: "";
        animation: load $animation-duration ease-in-out infinite;
        height: 6px;
        border-radius: 5px;
    }

    &:before {
        top: -20px;
        left: 10px;
        width: 40px;
        background: #FA5636;
        margin-left: -20px;
    }

    &:after {
        bottom: -20px;
        width: 35px;
        background: #ffab53;
        margin-left: -17px;
    }
}
.input-group.setting-avatar .btn-file:focus , input-group.setting-avatar .btn-file:active{
    background-color: transparent;
}
//Safari
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body .page-wrapper .page-content .form-group-icon-left .form-control {
    text-indent: 30px;
  }
}

//Plugin Woocommerce Currency swithcher
.woocs_auto_switcher{
    display: none !important;
}
.tab-content #prices {
    .st-partner-create-form {
        display: flex;
        flex-wrap: wrap;
        .extra_price {
            order: 7 !important;
        }
        .extra_price_unit {
            order: 9 !important;
        }
        .discount_rate {
            order: 13 !important;
        }
        .st_allow_cancel {
            order:10 !important;
        }
    }
}

//Color
.page-template-template-user{
    a{
        color: var(--link-color, #5191FA);
    }
    .fc-scrollgrid-sync-table{
        .fc-daygrid-event-harness a{
            background-color: var(--main-color, #5191FA);
            border: 1px solid var(--main-color,#3788d8);
        }
    }
    .panel-primary>.panel-heading{
        background-color: var(--main-color, #5191FA);
        border-color: var(--main-color, #5191FA);
    }
}
