* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.card-bg-th {
    background-color: #f4a522;
    color: #fff;
}

.vdp-datepicker .form-control[readonly] {
    background-color: transparent;
}

/* SIDEBAR */
.user-panel img {
    max-width: none;
}
/* END SIDEBAR */

/*=====Signin Page=====*/

.login-header {
    margin: 0 15px;
    text-align: center;
    background-color: #f4a522;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
    margin-top: -20px;
}

.login-card-body {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.btn-yl {
    background-color: #f4a522;
    color: #fff;
}

.login_logo {
    margin-bottom: 25px;
    text-align: center;
}

/*====BTN====*/

.btn-color {
    background-color: #f5a623;
    border-color: #f5a623;
    color: #fff;
}

.btn-color:hover {
    background-color: #f5a623;
    border-color: #f5a623;
    color: #fff;
}

.btn-color:disabled {
    background-color: #f5a623;
    border-color: #f5a623;
    opacity: 0.6;
}

/*===LOADER===*/

.content-wrapper {
    position: relative;
}

.load__er {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.load__er.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f5a623;
}

.nav-pills .nav-link:not(.active):hover {
    color: #f5a623;
}

.main-header {
    background-color: #f5a623;
}

.ribbon__mod {
    background-color: #f5a623;
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.flg1 {
    flex-grow: 1;
}

.btn.btn-bkng-clr {
    border-color: #f5a623;
}

.btn.btn-bkng-clr.active,
.btn.btn-bkng-clr:hover {
    background-color: #f5a623;
    color: #fff;
}

.cp {
    cursor: pointer;
}

.form-control.drp-inp {
    height: auto;
    line-height: 1.2;
}

[class*="sidebar-dark"] .brand-link {
    border: none;
    background: #ffffff;
    color: #000 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f5a623;
}

.drop-w300 {
    width: 300px;
}

[class*="sidebar-dark"] .user-panel {
    border: none;
}

[class*="sidebar-dark-"] {
    background-color: #9b9b9b;
}

[class*="sidebar-dark-"] .sidebar a {
    color: #fff;
}

.text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-bottom: 0;
}

.ribbon-wrapper .ribbon.ribbon__mod {
    font-size: 0.6rem;
    top: 13px;
}

.error-class {
    border-color: red;
}

.form-control-userL {
    border-right: none;
}

.form-control-userL:focus ~ .input-group-append .userListsearch_btn {
    border-color: #80bdff;
}

.userListsearch_btn {
    border: 1px solid #ced4da;
    border-left: none;
    background: #fff;
}

.dropdown-mod {
    line-height: 1.2;
}

.user__card__image {
    display: flex;
    align-items: center;
}

.user__card__image .imageClass {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
}

.user__card__image .imageClass .image_inside {
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 100%;
    flex-shrink: 0;
}

.user__card__image .imageClass img {
    object-fit: cover;
    width: 100%;
    border-radius: 100%;
    height: 100%;
}

.user__card__image .nmusr {
    font-size: 18px;
    font-weight: 600;
}

.usr_li {
    display: flex;
    justify-content: space-between;
}
.widget-user.card--userdetails .widget-user-image {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 100%;
}
.widget-user.card--userdetails .widget-user-image > img {
    border: 0;
    width: 100%;
    height: 100%;
}
.card--userdetails.card-widget .card-footer {
    padding-top: 40px;
}
.description-block.description-block--userdetails > .description-header {
    font-size: 15px;
}
.description-block.description-block--userdetails > .description-text {
    font-size: 12px;
}
.card--userSettings {
    min-height: 400px;
}
.dscrp-txt {
    font-size: 14px;
}
/* SPACE LIST */

.widget-user-header.widget-user-header_spc_lst {
    background-image: url("/assets/image/nospace.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.widget-user-header.widget-user-header_spc_lst:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 153px;
    background-color: rgba(0, 0, 0, 0.4);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    z-index: 1;
}

.widget-user-header.widget-user-header_spc_lst .txt_wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 40%;*/
    padding: 0 15px 14px 15px;
    color: #fff;
    z-index: 2;
    text-align-last: left;
    display: flex;
}

.widget-user-header.widget-user-header_spc_lst .spc_name {
    position: absolute;
    top: 0;
    left: 0;
}

.card-widget .txt_wrapper .txt_wrapper_adrs {
    flex-grow: 1;
}

.widget-user-header.widget-user-header_spc_lst .txt_wrapper .txt_wrapper_price {
    display: flex;
    align-items: flex-end;
}

.widget-user-header.widget-user-header_spc_lst
    .txt_wrapper
    .txt_wrapper_price
    h3 {
    font-size: 18px;
}

.widget-user-header.widget-user-header_spc_lst .txt_wrapper p {
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 5px;
}

.widget-user-header.widget-user-header_spc_lst .txt_wrapper h5 {
    font-size: 18px;
}

.widget-user-header.widget-user-header_spc_lst .spc_owner {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 5;
    padding-left: 15px;
    padding-top: 10px;
}

.widget-user-header.widget-user-header_spc_lst .ribbon {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 3;
}

.widget-user-header.widget-user-header_spc_lst .ribbon:before,
.widget-user-header.widget-user-header_spc_lst .ribbon:after {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    bottom: -14px;
    border: 12px solid #f5a623;
}

.widget-user-header.widget-user-header_spc_lst .ribbon:before {
    border-bottom-color: transparent;
    bottom: -38px;
}

.widget-user-header.widget-user-header_spc_lst .badge {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.widget-user-header.widget-user-header_spc_lst .badge.badge-bg {
    background-color: #f5a623;
    color: #fff;
}

span.stars,
span.stars span {
    display: inline-flex;
    background: url("/assets/image/stars1.1f3cc8b89a67b5dd7f77.png") 0 -9.8px repeat-x;
    width: 65px;
    height: 10px;
}

.widget-user-header.widget-user-header_spc_lst .txt_wrapper .txt_wrapper em {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    font-style: normal;
}

.card-widget .card-footer {
    padding-left: 0;
    padding-right: 0;
}

.card-widget .card-footer .description-block {
    color: #000;
    padding: 0 5px;
}

.nodata {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
}

.nodata .nodata__image {
    width: 300px;
}

/* USER DETAILS PAGE */

.userImage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.userImage_holder {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.btn__password {
    padding-top: 31px;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.page-item.active .page-link {
    background-color: #f5a623 !important;
    border-color: #f5a623 !important;
    color: #fff !important;
}

.page-link {
    color: #f5a623 !important;
}

/* Loader start */

.loader {
    color: #ff8000;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/* Loader end */

.nodata__text {
    color: #f5a623;
}

.btn-box {
    background: #7c7c7c;
    padding: 15px;
    color: #fff;
    margin-top: 150px;
    display: block;
}

.btn-box p {
    font-size: 14px;
}

.overview-sec h1 {
    font-size: 35px;
    font-weight: 500;
}

.overview-sec h2 {
    font-size: 24px;
    color: #f4a522;
}

.overview-sec {
    padding: 30px 150px;
}

.overview-box {
    /* background: #fff; */
    /* box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); */
    padding: 10px 30px;
    width: 100%;
    /* margin-top: 15px; */
    min-height: 180px;
}

.over-box-heading {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.overview-box h3 {
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 82px;
}

.over-box-br-text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}

.over-box-br-text span {
    display: block;
    font-size: 18px;
}

.box-btn a {
    font-size: 15px;
    display: inline-block;
    color: #f4a522;
}

p.box-btn {
    text-align: right;
    margin-bottom: 0;
}

.overview-box h5 {
    font-size: 35px;
    text-align: center;
    padding: 31px 0;
    margin-bottom: 0;
}

.overview-box h4 {
    font-size: 60px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 0;
}

.usr-dtl_head {
    font-weight: 600;
}

.mbr_txt {
    margin-bottom: 10px;
}

/* BOOKING LIST */

.sessions-header {
    /* background-color: #f5a623; */
    cursor: pointer;
}

.driv-img {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    border: 1px solid #ccc;
    margin-right: 15px;
}

.booking-list-details {
    flex-basis: calc(100% - 100px);
}

.booking_box_new-head {
    font-weight: 600;
    font-size: 17px;
    color: #414141;
    line-height: 20px;
    padding: 0 0 5px;
    margin: 0;
}

.booking_box_new-sub {
    font-weight: 400;
    font-size: 13px;
    color: #414141;
    padding: 0 0 5px;
    line-height: 19px;
    margin: 0;
}

.book-stats {
    background-color: #4097eb;
    height: 20px;
    display: block;
    line-height: 19px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    vertical-align: top;
    padding: 0 5px;
}

.booking_box_new em {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
    background-color: #6dd400;
    transform: translate(15px, 4px);
}

.booking_box_new em::after {
    background: 0 0;
    border: 1px solid #6dd400;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    left: -6px;
    top: -6px;
    display: block;
    content: "";
    opacity: 1;
    transform: scale(1, 1);
    -webkit-animation-name: booking_anim;
    animation-name: booking_anim;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes booking_anim {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

/* HOME PAGE */

.overview-box.ob-mod {
    margin-top: 15px;
    background-color: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
}

.sess-box p.sess-heading {
    margin-bottom: 7px;
}

.sess-box .sess-txt {
    font-size: 14px;
    margin-bottom: 5px;
}

.sl-item {
    border-color: rgba(120, 130, 140, 0.13);
    position: relative;
    padding-bottom: 16px;
    clear: left;
}

.streamline-xs .sl-item:before {
    width: 7px;
    height: 7px;
    border-width: 2px;
    top: 7px;
}

.streamline .sl-item:before,
.streamline .sl-icon:before {
    content: "";
    position: absolute;
    border-color: inherit;
    border-width: 3px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 6px;
}

.streamline-xs .sl-item:after {
    left: 4px;
    border-left-width: 1px;
}

.streamline-xs .sl-item:last-child::after {
    border: 0;
}

.sl-content {
    margin-left: 24px;
}

.sl-date {
    font-size: 0.85em;
}

.streamline-dotted .sl-item:after {
    border-style: dotted;
}

.sl-item:after {
    content: "";
    top: 18px;
    bottom: -4px;
    left: 4px;
    position: absolute;
    z-index: 1;
    border-color: inherit;
    border-left-width: 2px;
    border-right-width: 0;
    border-style: solid;
}

/*====Profile Image Section====*/

.usr-prf-stng {
    display: flex;
}

.prf-imghh {
    width: 130px;
    height: 100px;
    position: relative;
    display: flex;
}

.prf-img {
    height: 80px;
    width: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.p-image {
    position: absolute;
    top: 52px;
    right: 28px;
}

.p-image .file-upload {
    display: none;
}

.prf-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-image label {
    font-size: 1.6rem;
    color: #666;
    cursor: pointer;
}

.p-image label:hover i {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #999;
}

/* MEDIA QUERIES */
@media (max-width: 767.98px) {
    .card--userSettings {
        min-height: auto;
    }
}
@media (max-width: 575px) {
    .card-widget .card-footer .row .col-sm-4 {
        border: none;
    }
    .nodata .nodata__image {
        width: 200px;
    }
}

@media (max-height: 600px) {
    .nodata {
        margin-top: 25px;
    }
    .nodata__text {
        font-size: 25px;
        color: #f5a623;
    }
}

.dropdown-menu.property-dropdown {
    width: 270px;
    padding: 20px;
}
.property-lists {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
li.property-item {
    list-style: none;
    margin-bottom: 5px;
}
.border-bottom-dashed {
    border-bottom: 1px dashed #abadaf;
}
.custom-control {
    padding-left: 1.5rem;
}
.custom-control-label::after,
.custom-control-label::before {
    left: -1.5rem;
}
