* {
    font-family: "Poppins", sans-serif;
}

html {
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
    background: #fbfaff;
}

body {
    background: #fbfaff;
    font-family: "Poppins", sans-serif;
    margin: 0;
    font-size: 14px;
    color: #777777;
    font-family: "Roboto", sans-serif;
}

b {
    font-weight: 600;
}

strong {
    font-weight: 600;
}

p {
    line-height: 1.6;
    margin-bottom: 10px;
}

label {
    vertical-align: middle;
}

* {
    outline: none !important;
}

a {
    color: #4c7cf3;
    text-decoration: none;
}
a:hover {
    color: #346bf1;
    outline: 0;
    text-decoration: none;
}

a:active {
    color: #346bf1;
    outline: 0;
    text-decoration: none;
}
a:focus {
    color: #346bf1;
    outline: 0;
    text-decoration: none;
}

code {
    color: #4c7cf3;
}

.xp-leftbar {
    width: 250px;
    height: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 9;
    transition: all 0.3s ease;
    background: #ffffff;
    border-right: 1px solid #e5e5e5;
}

.xp-logobar {
    margin-bottom: 15px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}

.xp-logo {
    font-weight: 600;
    font-size: 20px;
    line-height: 121.4%;
    color: #3e4756;
    display: flex;
}

.xp-navigationbar {
    height: calc(100vh - 100px);
    overflow: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.xp-rightbar {
    margin-left: 250px;
    /* overflow: hidden; */
    /* min-height: 500px; */
    transition: all 0.3s ease;
}

.xp-contentbar {
    padding: 30px;
    margin-bottom: 30px;
}

.xp-footerbar {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 250px;
    background-color: #ffffff;
    color: #353b48;
    text-align: center;
    padding: 20px 30px;
}

.xp-toggle-menu .xp-footerbar {
    left: 0;
}

/* ::-webkit-scrollbar {
 width: 10px;
} */

/*::-webkit-scrollbar-track {
 background: transparent;
}

::-webkit-scrollbar-thumb {
 background: rgba(255, 255, 255, 0.3);
}

::-webkit-scrollbar-thumb:hover {
 background: rgba(255, 255, 255, 0.3);
} */
/* ----- Icons ----- */
.xp-icon-box div {
    color: #777777;
    border-radius: 50px;
    line-height: 38px;
    white-space: nowrap;
}
.xp-icon-box div p {
    margin-bottom: 0;
    line-height: inherit;
}
.xp-icon-box div p i {
    display: inline-block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 12px;
    margin-left: -14px;
    margin-bottom: 1px;
    margin-top: 1px;
}
.xp-icon-box div p span.text-alias {
    color: #d4d4d4;
}
.xp-icon-box div:hover {
    color: #ffffff;
    background-color: #4c7cf3;
}
.xp-icon-box div:hover p i {
    color: #4c7cf3;
}
.xp-icon-box div:hover p span.text-alias {
    color: #ffffff;
}
/* 
============
    Menu
============
*/
.xp-vertical-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.xp-vertical-menu > li {
    position: relative;
    margin: 0;
    padding: 0px 12px 12px 0px;
}
.xp-vertical-menu > li > a {
    padding: 10px 25px;
    color: #777777;
    display: flex;
    align-items: center;
    height: 40px;
}
.xp-vertical-menu > li > a > i {
    display: flex;
    width: auto;
    font-size: 16px;
    vertical-align: middle;
}
.xp-vertical-menu > li > a > span {
    vertical-align: middle;
    margin-left: 8px;
}
.xp-vertical-menu > li:hover > a,
.xp-vertical-menu > li.active > a {
    color: #4c7cf3;
    background: #e8f2ff;
    border-radius: 0px 10px 10px 0px;
}
.xp-vertical-menu > li:hover a svg path {
    fill: #4c7cf3;
}
.xp-vertical-menu > li .label,
.xp-vertical-menu > li .badge {
    margin-top: 3px;
}
.xp-vertical-menu li.xp-vertical-header {
    padding: 14px 25px;
    font-size: 12px;
}
.xp-vertical-menu li > a > .mdi-chevron-right {
    width: auto;
    height: auto;
    padding: 0;
}
.xp-vertical-menu li.active > a > .mdi-chevron-right {
    transform: rotate(-270deg);
}
.xp-vertical-menu li.active > .xp-vertical-submenu {
    display: block;
}
.xp-vertical-menu a {
    color: #777777;
    text-decoration: none;
}
.xp-vertical-menu .xp-vertical-submenu {
    display: none;
    list-style: none;
    padding-left: 5px;
    margin: 0 1px;
    background: rgba(13, 13, 13, 0);
}
.xp-vertical-menu .xp-vertical-submenu .xp-vertical-submenu {
    padding-left: 20px;
}
.xp-vertical-menu .xp-vertical-submenu > li > a {
    padding: 8px 25px 8px 45px;
    display: block;
    font-size: 14px;
    color: #777777;
}
.xp-vertical-menu .xp-vertical-submenu > li > a > .fa {
    width: 20px;
}
.xp-vertical-menu .xp-vertical-submenu > li > a > .mdi-chevron-right,
.xp-vertical-menu .xp-vertical-submenu > li > a > .mdi-chevron-down {
    width: auto;
}
.xp-vertical-menu .xp-vertical-submenu > li.active > a,
.xp-vertical-menu .xp-vertical-submenu > li > a:hover {
    color: #4c7cf3;
}

.xp-vertical-menu-rtl {
    list-style: none;
    margin: 0;
    padding: 0;
}
.xp-vertical-menu-rtl > li {
    position: relative;
    margin: 0;
    padding: 0;
}
.xp-vertical-menu-rtl > li > a {
    padding: 10px 25px;
    display: block;
    color: #777777;
}
.xp-vertical-menu-rtl > li > a > i {
    display: inline-block;
    width: 25px;
    font-size: 16px;
    vertical-align: middle;
}
.xp-vertical-menu-rtl > li > a > span {
    vertical-align: middle;
}
.xp-vertical-menu-rtl > li:hover > a,
.xp-vertical-menu-rtl > li.active > a {
    color: #4c7cf3;
    background: #dbe5fd;
}
.xp-vertical-menu-rtl > li .label,
.xp-vertical-menu-rtl > li .badge {
    margin-top: 3px;
}
.xp-vertical-menu-rtl li.xp-vertical-header {
    padding: 10px 15px 10px 25px;
    font-size: 12px;
}
.xp-vertical-menu-rtl li > a > .mdi-chevron-right {
    width: auto;
    height: auto;
    padding: 0;
}
.xp-vertical-menu-rtl li.active > a > .mdi-chevron-right {
    transform: rotate(-270deg);
}
.xp-vertical-menu-rtl li.active > .xp-vertical-submenu {
    display: block;
}
.xp-vertical-menu-rtl a {
    color: #777777;
    text-decoration: none;
}
.xp-vertical-menu-rtl .xp-vertical-submenu {
    display: none;
    list-style: none;
    padding-right: 5px;
    margin: 0 1px;
    background: rgba(13, 13, 13, 0);
}
.xp-vertical-menu-rtl .xp-vertical-submenu .xp-vertical-submenu {
    padding-right: 20px;
}
.xp-vertical-menu-rtl .xp-vertical-submenu > li > a {
    padding: 8px 45px 8px 25px;
    display: block;
    font-size: 14px;
    color: #777777;
}
.xp-vertical-menu-rtl .xp-vertical-submenu > li > a > .fa {
    width: 20px;
}
.xp-vertical-menu-rtl .xp-vertical-submenu > li > a > .mdi-chevron-right,
.xp-vertical-menu-rtl .xp-vertical-submenu > li > a > .mdi-chevron-down {
    width: auto;
}
.xp-vertical-menu-rtl .xp-vertical-submenu > li.active > a,
.xp-vertical-menu-rtl .xp-vertical-submenu > li > a:hover {
    color: #4c7cf3;
}

/* 
==================
    Topbar
==================
*/
.xp-toggle-menu .xp-leftbar {
    position: fixed;
    width: 100px;
    /* transition: all 0.3s ease; */
}
.xp-toggle-menu .xp-rightbar {
    margin-left: 0px;
}
.xp-toggle-menu .xp-menubar img {
    transform: rotate(180deg) !important;
}

.xp-topbar {
    background-color: #ffffff;
    padding: 10px 30px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}
.xp-topbar .dropdown-toggle::after {
    display: none;
}
.xp-topbar .xp-badge-up {
    position: relative;
    top: -15px;
    margin: 0 -10px;
}
.xp-topbar .xp-searchbar input[type="search"] {
    background-color: #4a5263;
    color: #ffffff;
    padding-left: 20px;
    border: none;
    border-radius: 50px 0 0 50px;
}
.xp-topbar .xp-searchbar .btn {
    background-color: #4a5263;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0 50px 50px 0;
    padding: 4px 15px;
}
.xp-topbar .xp-userprofile a img {
    width: 40px;
}
.xp-topbar .xp-userprofile a .xp-user-live {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #353b48;
    background-color: #4c7cf3;
}
.xp-topbar .xp-userprofile .dropdown-menu {
    top: 15px !important;
    padding: 10px;
    background-color: #f9fafc;
    border: 1px solid #e8ecf4;
}
.xp-topbar .xp-userprofile .dropdown-menu a:hover {
    color: #4c7cf3;
    background-color: #dbe5fd;
    border-radius: 3px;
}
.xp-topbar .xp-notification .dropdown-menu {
    width: 310px;
    padding: 10px;
    top: 15px !important;
    background-color: #f9fafc;
    border: 1px solid #e8ecf4;
}
.xp-topbar .xp-notification li.media.xp-noti {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 7px;
    margin-bottom: 7px;
    border: none;
    box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
    display: flex;
    align-items: center;
}
.xp-topbar .xp-notification li.media.xp-noti a h5 {
    color: #555555;
    font-size: 18px !important;
    margin-bottom: 0px !important;
}
.xp-topbar .xp-notification li.media.xp-noti a h5 span {
    color: #777777;
}
.xp-topbar .xp-notification li.media.xp-noti a p {
    color: #777777;
}
.xp-topbar .xp-notification li.media.xp-noti .xp-noti-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #dbe5fd;
    color: #4c7cf3;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.xp-topbar .xp-notification li.media.xp-noti:hover {
    background-color: #dbe5fd;
}
.xp-topbar .xp-notification li.media.xp-noti:hover a h5 {
    color: #4c7cf3;
}
.xp-topbar .xp-notification li.media.xp-noti:hover a h5 span {
    color: #4c7cf3;
}
.xp-topbar .xp-notification li.media.xp-noti:hover a p {
    color: #4c7cf3;
}
.xp-topbar .xp-notification li.media.xp-noti:hover .xp-noti-icon {
    background: #ffffff;
}
.xp-topbar .xp-message .dropdown-menu {
    width: 310px;
    padding: 10px;
    top: 15px !important;
    background-color: #f9fafc;
    border: 1px solid #e8ecf4;
}
.xp-topbar .xp-message li.media.xp-msg {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 7px;
    margin-bottom: 7px;
    border: none;
    box-shadow: 0 0 30px 0 rgba(200, 200, 200, 0.2);
}
.xp-topbar .xp-message li.media.xp-msg a h5 {
    color: #555555;
}
.xp-topbar .xp-message li.media.xp-msg a h5 span {
    color: #777777;
}
.xp-topbar .xp-message li.media.xp-msg a p {
    color: #777777;
}
.xp-topbar .xp-message li.media.xp-msg .xp-noti-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #dbe5fd;
    color: #4c7cf3;
    font-size: 20px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
.xp-topbar .xp-message li.media.xp-msg:hover {
    background-color: #dbe5fd;
}
.xp-topbar .xp-message li.media.xp-msg:hover a h5 {
    color: #4c7cf3;
}
.xp-topbar .xp-message li.media.xp-msg:hover a h5 span {
    color: #4c7cf3;
}
.xp-topbar .xp-message li.media.xp-msg:hover a p {
    color: #4c7cf3;
}
.xp-topbar .xp-message li.media.xp-msg:hover .xp-noti-icon {
    background: #ffffff;
}

.xp-breadcrumbbar {
    background-color: #353b48;
    padding: 15px 30px;
}
.xp-breadcrumbbar .page-title {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
}
.xp-breadcrumbbar .breadcrumb .breadcrumb-item a {
    color: #777777;
}
/* 
==================
    Responsive
==================
*/
@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }
}
@media (max-width: 768px) {
    .xp-rightbar {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .xp-leftbar {
        position: fixed;
        left: -250px;
    }

    .xp-toggle-menu .xp-leftbar {
        position: fixed;
        left: 0px;
    }

    .xp-rightbar {
        margin-left: 0 !important;
    }

    .xp-menubar {
        text-align: right;
        right: -28px !important;
    }

    .xp-searchbar {
        margin-top: 20px;
    }

    .xp-footerbar {
        left: 0;
    }

    .xp-email-rightbar .email-open-box .open-email-head ul {
        text-align: left;
        margin-top: 15px;
    }
}

/*# sourceMappingURL=style.css.map */
.xp-menubar {
    text-align: right;
    width: 22px;
    height: 22px;
    background: #f4f5f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: -10px;
}
.xp-menu-hamburger {
    display: flex;
    align-items: center;
}
.xp-toggle-menu .toggle-span {
    display: none;
}
.xp-toggle-menu .xp-rightbar {
    margin-left: 100px;
}
.top-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 121.4%;
    color: #3e4756;
    margin-bottom: 0px;
}
.card.profile-card {
    background: #ffffff;
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: none;
}
.profile_card_img {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    object-fit: cover;
    margin-top: -60px;
}
.dropdown-menu.profile-menu a.dropdown-item {
    padding: 8px 0px !important;
}
.dropdown-menu.profile-menu a.dropdown-item:hover {
    color: #2f80ed;
    background-color: inherit;
}
.dropdown-menu.profile-menu {
    border: none;
    padding: 0px;
    background: #ffffff;
    box-shadow: 0px 6px 15px rgb(0 0 0 / 10%);
    border-radius: 4px;
    width: 200px;
}
.card.dash-card {
    background: #ffffff;
    border-radius: 10px;
    border: none;
}
.card.dash-card .card-body {
    padding: 14px 22px;
}
@media only screen and (max-width: 1210px) {
    #card-body-flex {
        flex-wrap: wrap;
        justify-content: space-between !important;
        row-gap: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .xp-contentbar {
        padding: 16px;
    }
}

/* 
==================
    Buttons
==================
*/

button.btn:focus {
    box-shadow: none !important;
}
a.btn:focus {
    box-shadow: none !important;
}
/* 
==================
    Fonts
==================
*/
.fs-6px {
    font-size: 6px;
}
.fs-9 {
    font-size: 9px;
}
.fs-10 {
    font-size: 10px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fs-23 {
    font-size: 23px;
}
.fs-24 {
    font-size: 24px;
}
.fs-28 {
    font-size: 28px;
}
.fs-30 {
    font-size: 30px;
}
.fs-32 {
    font-size: 32px;
}
.fs-40 {
    font-size: 40px;
}
.fs-160 {
    font-size: 160px;
}

.poppins {
    font-family: "Poppins", sans-serif;
}
/* 
==================
    Font Weights
==================
*/
.fw-4 {
    font-weight: 400;
}
.fw-6 {
    font-weight: 600;
}
.fw-5 {
    font-weight: 500;
}

/* 
==================
    Margins
==================
*/

.mb-36 {
    margin-bottom: 36px;
}

/* 
==================
    Font Colors
==================
*/
.text-black {
    color: #3e4756;
}
.text-white {
    color: #ffffff;
}
.text-muted {
    color: #7e8a9d !important;
}
.text-blue {
    color: #2f80ed;
}
.text-green {
    color: #009d55;
}
.text-red {
    color: #cc0000;
}
.text-yellow {
    color: #fe7f00;
}
.bg-grey {
    background-color: #a2acbd;
}
.text-dark-blue {
    color: #9b51e0;
}
.text-tomato {
    color: #e64c24;
}
.z-2 {
    z-index: 2;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 125px;
    height: 1.2em;
    white-space: nowrap;
}

/******************************/

/* 
==================
    Div heights
==================
*/

.h-150 {
    height: 150px;
}
.w-150 {
    width: 160px;
}
.h-40 {
    height: 40px;
}
div.profile-card {
    background: #ffffff;
    box-sizing: border-box;
}
div.profile-card #card-bg {
    background-image: url("../images/card-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}
.profile-data {
    background-color: #fff;
    height: 200px;
    padding: 0px 24px;
}
.profile-img {
    display: flex;
}
.profile-img .user-img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 7px solid #fff;
    object-fit: cover;
    margin-top: -40px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
}
.user-title {
    margin-left: 32px;
    margin-top: 42px;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #344050;
}
.card.data-card {
    background: #ffffff;
    border: 1px solid #f4f5f6;
    box-sizing: border-box;
}
.card.data-card .card-body {
    padding: 12px 21px;
}
.card.data-card .card-body .data-header {
    background-color: #e4eefa;
    margin: -12px -21px;
    padding: 12px 21px;
}
.card.data-card .card-body .data-body {
    margin-top: 30px;
}
.data-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #404756;
}
.divider {
    margin: 12px -21px;
    border-bottom: 1px solid #f2f2f2;
}
#submit-btn button.btn {
    width: 107px;
}
.btn.edit-btn {
    border: 1px solid #2f80ed;
    box-sizing: border-box;
    border-radius: 4px;
}
.btn.delete-btn {
    border: 1px solid #eb5757;
    box-sizing: border-box;
    border-radius: 4px;
}
span.badge.table-badge {
    padding: 4px 12px;
    line-height: normal;
}
table.table.data-table thead {
    border-style: none;
}
.bg-green {
    background: #009d55;
}
.bg-orange {
    background: #eb5757;
}
.hero {
    background: white;
    min-height: 250px;
    padding: 15px;
}
.hero_images img {
    width: 100%;
    min-height: 200px;
}
.property_specs {
    min-height: 100px;
    padding: 10px;
}

#invitation-modal .modal-content {
    border-radius: 10px;
    border: none;
}
#invitation-modal .modal-content .modal-header {
    background: #e8eff7;
    border-radius: 10px 10px 0px 0px;
}
#invitation-modal .modal-content .modal-body {
    padding: 24px;
}
#invite-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    color: #2f80ed;
}
input::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #a2acbd;
}
label.form-label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    color: #56585d;
}
#description {
    height: 80%;
}
label.id-label {
    cursor: pointer;
    width: 100%;
    height: 80%;
}
#id_card {
    display: none;
}
#travel-documents,
#attachment-imgs {
    display: none;
}
#attachment-embed-imgs img {
    height: 100px;
    width: 110px;
}
.d-flex.upload-style {
    border: 1px dashed rgba(82, 87, 92, 0.9);
    border-radius: 5px;
    padding: 20px 36px;
}
.btn.add-new-btn {
    margin-top: 30px;
    color: #2f80ed;
}
.data-flow {
    background-color: #fcfcfc;
    margin: -12px -21px;
    padding: 12px 21px;
}

.map-address {
    width: 100%;
    height: 48px;
    border: 1px solid #ced4da;
    padding-left: 10px;
}

#map {
    display: none;
}

/********* Login page ********/

.vh-height-100 {
    min-height: 100vh !important;
}
#login-bg,
#forgot-bg,
#forgot-response-bg,
#reset-bg {
    background-image: url("/assets/images/signup-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.login-col-1,
.forgot-col-1,
.forgot-response-col-1,
.reset-col-1 {
    padding: 54px 72px 54px 72px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.login-col-2,
.forgot-col-2,
.forgot-response-col-2,
.reset-col-2 {
    padding: 30px 60px 50px 60px;
    border: 1px solid #c4c4c4;
    margin: 0px 80px 0px 80px;
    border-radius: 5px;
}
.forgot-response-col-2,
.reset-col-2,
.forgot-col-2 {
    border: none;
}
.login-form,
.forgot-form,
.forgot-response-form,
.reset-form {
    margin-top: 40px;
}

.login-form input,
.forgot-form input,
.forgot-response-form input,
.reset-form input {
    height: 48px;
}

label.form-label.login-label,
label.form-label.forgot-label,
label.form-label.forgot-response-label,
label.form-label.reset-label {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 13px;
    color: #3e4756;
}
.pwd {
    position: relative;
}
.height-vh-100 {
    min-height: 100vh !important;
}
.p-viewer {
    z-index: 9999;
    position: absolute;
    top: 50%;
    right: 10px;
}
.forgot-col-2 #bottom_text {
    margin-bottom: 10rem;
}
.forgot-response-col-2 #bottom_text {
    margin-bottom: 5rem;
}
.forget-response {
    margin-top: 2rem;
}
#reset-text {
    margin-bottom: 5rem;
}

.view-ride {
    height: 31px;
    width: 66px;
    border: 1px solid #0a84ff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-ride:hover {
    background: #0a84ff;
    border-radius: 5px;
    color: white;
    transition: 0.5s ease-out;
}
/*********** Places Page ************/
.add-btn {
    padding: 7px 30px 4px 30px;
    background: #0063b1;
}
.images-div {
    min-height: 170px;
}
.main-place-content img {
    border-radius: 5px;
    height: 195px;
}
.place-btn {
    padding: 0.15rem 0.3rem 0.3rem 0.3rem;
    height: 32px;
    width: 34px !important;
    width: auto;
}
.place_content {
    padding: 5px 10px 10px 10px;
}
.add_places .card.data-card {
    background: transparent;
    background-color: transparent;
    border: none;
}
.main-place-content {
    border-radius: 0px;
    background: white;
}
.place_title,
select,
.place_address,
.input_height,
.category_title {
    height: 48px;
}
::placeholder {
    font-size: 14px !important;
}
.input-group-text#place_address {
    background: white;
    border: 1px solid #ced4da;
}
.add-places-fields {
    padding: 10px 15px 10px 15px;
}
.add_place_btn {
    margin: 3rem 0rem;
    padding: 10px 3rem 10px 3rem;
}
.image-upload-div {
    border: 1px solid #ced4da;
    min-height: 230px;
}
.place-images-div {
    padding: 20px 15px 10px 15px;
}
.add-places-fields label.form-label {
    font-size: 16px;
    font-weight: 500;
    color: black;
}
.d-flex.upload-style {
    width: 150px;
    height: 65px;
    padding: 0px 0px;
}
.place_status {
    height: 31px;
    width: 34px;
    background: #6fcf97;
    border-radius: 5px;
}
.vehicle_types_table,
.place_categories_table,
.customers_table,
.drivers_table,
.support_request_table,
.request_categories_table,
.driver_requests_table {
    border-radius: 10px;
}
.vehicle_types_table thead,
.place_categories_table thead,
.customers_table thead,
.drivers_table thead,
.support_request_table thead,
.request_categories_table thead,
.driver_requests_table thead {
    background: #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
    color: black;
}
.vehicle_types_table tbody,
.place_categories_table tbody,
.customers_table tbody,
.drivers_table tbody,
.support_request_table tbody,
.request_categories_table tbody,
.driver_requests_table tbody {
    background: white;
}
.vehicle_types_table td,
.request_categories_table td {
    padding: 10px;
}
.vehicle_types_table th,
.request_categories_table th {
    padding: 10px;
}
.vehicle_types_table td,
.place_categories_table td,
.customers_table td,
.drivers_table td,
.support_request_table td,
.request_categories_table td,
.driver_requests_table td {
    color: #666666;
}
.vehicle_types_table .vehicle-img {
    height: 33px;
    width: 40px;
    border-radius: 5px;
}
.add-places-fields input[type="radio"] {
    height: 26px;
    width: 26px;
    margin-right: 20px;
}
.customer-status {
    height: 31px;
    width: 76px;
    background: #e7f3ff;
    border-radius: 5px;
}
.driver-status,
.driver-disabled {
    height: 32px;
    width: 100px;
    background: #219653;
    border-radius: 5px;
    color: white;
}
.driver-disabled {
    background: var(--bs-indigo);
}
.customers_table td button,
.drivers_table td button,
.driver_requests_table button {
    border: none;
    outline: none;
}
td {
    vertical-align: middle;
}
.add-places-fields input[type="radio"]:checked {
    background-color: white;
    border-color: white;
}
.add-places-fields .form-check-input:checked[type="radio"] {
    background-image: url(../images/radio_bg.svg);
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem #ffffff;
}
.customer_status input[type="radio"] {
    height: 21px;
    width: 21px;
}

.driver_status input[type="radio"] {
    height: 21px;
    width: 21px;
}
.customer_status label,
.driver_status label {
    margin-left: 10px;
}

.customer_status .form-check-input:checked[type="radio"] {
    background-image: url(../images/radio_orange.svg);
    padding: 2px;
}

.driver_status .form-check-input:checked[type="radio"] {
    background-image: url(../images/car-status.svg);
}

.customer_status input[type="radio"]:checked,
.driver_status input[type="radio"]:checked {
    background-color: white;
    border-color: white;
}
.rider-status,
.rider-pending {
    height: 55px;
    width: auto;
    background: #fd953b;
    border-radius: 5px;
    /* word-break:break-all; */
}
.completed {
    height: 55px;
    width: auto;
    background: var(--bs-green);
    border-radius: 5px;
    /* word-break:break-all; */
}
.driver_move_towards {
    height: 55px;
    width: auto;
    background: #b33bfd;
    border-radius: 5px;
    /* word-break:break-all; */
}
.started_again {
    height: 55px;
    width: auto;
    background: var(--bs-indigo);
    border-radius: 5px;
    /* word-break:break-all; */
}
.rider-pending {
    background: #0a84ff;
}
.waiting_customer {
    background: var(--bs-teal);
}
.cancelled {
    background: var(--bs-red);
}
.total-rides,
.total-revenue,
.completed-rides,
.canceled-rides,
.dashboard-customer,
.dasboard-driver,
.dashboard-rides,
.dashboard-revenue {
    background: #fd953b;
    height: 110px;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 0px 0px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.total-revenue,
.dasboard-driver {
    background: #0a84ff;
}
.completed-rides,
.dashboard-rides {
    background: #00a957;
}
.canceled-rides {
    background: #eb5757;
}
.dashboard-revenue {
    background: #b2914e;
}
.user-type-driver,
.support-status-waiting,
.support-status-complete,
.user-type-customer,
.support-status-processing {
    height: 31px;
    width: 81px;
    background: #e0e0e0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
}
.support-status-waiting {
    background: #eb5757;
    color: white;
}
.support-status-complete {
    background: #6fcf97;
    color: white;
}
.support-status-processing {
    background: #0a84ff;
    color: white;
}
.view-support {
    height: 33px;
    width: 62px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0a84ff;
    border: 1px solid #0a84ff;
}
.view-support:hover {
    background: #0a84ff;
    color: white;
}
.close-support {
    height: 33px;
    width: 62px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dc3545;
    border: 1px solid #dc3545;
}
.close-support:hover {
    background: #dc3545;
    color: white;
}
.user-type-customer {
    background: #e7f3ff;
}
.driver-status-active,
.driver-status-pending,
.driver-status-disable {
    height: 31px;
    width: 88px;
    border-radius: 5px;
    background: #dff6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #009b2e;
}
.driver-status-pending {
    background: #e7f3ff;
    color: #0a84ff;
    border-radius: 5px;
}
.driver-status-disable {
    background: #ffeeee;
    color: #eb5757;
    border-radius: 5px;
}
.driver-status.rejected{
    height: 32px;
    width: 100px;
    background: var(--bs-red);
    border-radius: 5px;
}
.settings .nav-pills .nav-link {
    color: black;
}
.settings .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: #f4f9ff;
    color: black;
    border-left: 4px solid #3096ff;
}
.license-image,
.Insurance-image {
    height: 120px;
    width: 160px;
    background: #c4c4c4;
    border-radius: 5px;
}
.settings label {
    color: #a2acbd;
}
.nav.flex-column.nav-pills button {
    text-align: left;
}
.line-chart,
.pie-chart {
    height: 360px;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px rgba(64, 71, 86, 0.07);
}
.line-chart-heading,
.pie-chart-heading {
    height: 44px;
    background: #f9f9f9;
    border-radius: 5px;
    padding-left: 20px;
}
.line-chart-visual {
    height: 87%;
    padding-right: 15px;
    padding-top: 15px;
    padding-left: 10px;
}
.pie-chart-visual {
    height: 70%;
    padding-bottom: 20px;
}
.attachment-div {
    height: 140px;
    padding: 10px;
    border-radius: 5px;
}
.attachment-img {
    /* background: #E2E2E2; */
    height: 100%;
}
.card.chat-section {
    border-radius: 0.25rem 0.25rem 0px 0px;
    border: none;
    border-bottom: 4px solid #f1f4f5;
}
.chat.card,
.card.request_details {
    border: none;
}

.chat-header-body {
    padding: 0.5rem 1rem 0.3rem 1rem;
}
.chat-header {
    min-height: 50px;
    height: auto;
}
.chat-status,
.chat-closed {
    height: 20px;
    width: 55px;
    background: #cfe2fb;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}
.chat-status-number {
    height: 20px;
    width: 100px;
    background: #cfe2fb;
    border-radius: 10px;
    font-family: "Poppins", sans-serif;
}
.chat-closed {
    background: #eb5757;
    color: white;
}
.chat-div {
    /* height: 400px; */
    /* scroll-behavior: smooth; */
    /* overflow-y: scroll; */
    padding-right: 15px;
    /* height: auto; */
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
    border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: red !important;
    border-radius: 10px !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.chat-reciever-div,
.chat-sender-div {
    min-height: 43px;
    height: auto;
    max-width: 100%;
    width: auto;
    display: flex;
    justify-content: end;
}
.chat-sender-div {
    justify-content: start;
}
.chat-reciever,
.chat-sender {
    background: #edeefc;
    min-height: 43px;
    height: auto;
    max-width: 80%;
    width: auto;
    border-radius: 10px 0px 10px 10px;
}
.chat-sender {
    background: #0a84ff;
    border-radius: 0px 10px 10px 10px;
}
.chat-reciever p {
    padding: 10px;
    color: black;
}
.chat-sender p {
    padding: 10px;
    color: white;
}
.chat-footer {
    min-height: 170px;
    height: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.chat-reply {
    height: 93px;
}
.chat-reply textarea {
    height: 100%;
    width: 100%;
}
.reply_section {
    box-shadow: 0px 7px 14px rgba(65, 69, 88, 0.1),
        0px 3px 6px rgba(0, 0, 0, 0.07);
    filter: drop-shadow(0px 0px 8px rgba(64, 71, 86, 0.07));
}
.chat-btn {
    height: 33px;
    width: 90px;
    background: #5d5fef;
    border: 2px solid #5d5fef;
    outline: none;
    padding: 0rem 0.75rem;
}
.snap_upload_btn {
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
}
.xp-vertical-submenu li a span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
.xp-vertical-menu > li.active > a > svg path {
    fill: #4c91f6;
}

.xp-vertical-menu .xp-vertical-submenu > li.active > a > svg path {
    fill: #4c91f6;
}

.xp-vertical-menu .xp-vertical-submenu > li:hover > a > svg path {
    fill: #4c91f6;
}

.reset-btn {
    height: 40px;
    width: 123px;
    background: #7e8a9d;
    color: white;
    border: none;
}

.update-driver-btn {
    height: 40px;
    width: 123px;
    background: #0a84ff;
    color: white;
    border: none;
}

.car-category-radio .form-check {
    margin-right: 3rem;
}

.donut-inner {
    margin-top: -177px;
    margin-bottom: 100px;
}

.customers_table thead tr {
    background: #f2f2f2 !important;
}

.table > :not(caption) > * > * {
    padding: 1rem 0.5rem;
}

/*********** 404 Page starts ************/

.main-div {
    height: 100vh;
    width: 100%;
}
.heading404,
.heading500 {
    color: #cccccc;
    margin-top: -2rem;
}
.page_content {
    min-height: 450px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 2rem;
    box-shadow: 0px 7px 14px rgba(65, 69, 88, 0.1),
        0px 3px 6px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}
.divider {
    border-bottom: 1px solid #d8e2ee;
    width: 100%;
}

#no_comment {
    display: flex;
    justify-content: center;
    align-items: center;
}

.request-details {
    height: 31px;
    width: 88px;
    color: #0a84ff;
    background: white;
    border: 1px solid #0a84ff !important;
    padding: 4px !important;
}

.request-details:hover {
    background: #0a84ff;
    color: white;
}

.page_radio input[type="radio"] {
    height: 21px;
    width: 21px;
}

.car-setting-page {
    width: 100%;
}
.car-setting-page .form-check-input[type="radio"] {
    height: 22px;
    width: 22px;
}

.car-setting-page .form-check-input:checked[type="radio"] {
    background-image: url(../images/car-status.svg);
    height: 22px;
    width: 22px;
    border-color: white !important;
    background-color: white;
    outline: none;
}

/*********** 404 Page ends ************/

/*********** Places Page ends ************/

@media only screen and (max-width: 1024px) {
    .login-col-1,
    .forgot-col-1,
    .forgot-response-col-1,
    .reset-col-1 {
        padding: 54px 24px;
    }
    .login-col-2,
    .forgot-col-2,
    .forgot-response-col-2,
    .reset-col-2 {
        padding: 32px 24px;
    }
}

@media (max-width: 780px) {
    body {
        overflow-x: hidden;
    }

    .xp-leftbar {
        position: fixed;
        left: -250px;
    }

    .xp-toggle-menu .xp-leftbar {
        position: fixed;
        left: 0px;
    }

    .xp-rightbar {
        margin-left: 0 !important;
    }

    .xp-menubar {
        text-align: right;
        right: -28px !important;
    }

    .xp-searchbar {
        margin-top: 20px;
    }

    .xp-footerbar {
        left: 0;
    }

    .xp-email-rightbar .email-open-box .open-email-head ul {
        text-align: left;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .login-col-2,
    .forgot-col-2,
    .forgot-response-col-2,
    .reset-col-2 {
        margin: 0px 0px;
    }
    .forgot-col-2 #bottom_text {
        margin-bottom: 0rem;
    }
    .forgot-response-col-2 #bottom_text {
        margin-bottom: 2rem;
    }
    .car-category-radio {
        flex-wrap: wrap;
    }
    .car-category-radio .form-check {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 576px) {
    .login-col-1,
    .forgot-col-1,
    .forgot-response-col-1,
    .reset-col-1 {
        padding: 26px 24px;
    }
    .login-col-2,
    .forgot-col-2,
    .forgot-response-col-2,
    .reset-col-2 {
        padding: 32px 24px;
    }
    .height-vh-100 {
        min-height: unset !important;
    }
}

@media only screen and (max-width: 576px) {
    .chat-section {
        margin-top: 10px;
    }
}

.ride-details-content {
    height: auto;
    background: white;
    padding: 21px;
}

.ride-details-row {
    height: auto;
}

.graph-div img {
    height: 375px;
    width: 100%;
}

.ride-date p {
    color: #868686;
}

.ride-details {
    color: #3e4756;
}
