
.not-max-height {
    max-height: 300px !important;
    overflow-y: scroll !important;
}
.not-adjust{
    white-space: normal;
    min-width: 320px !important;
    padding: 0.25rem 2.5rem !important;
}
.decline {
    margin-left: 3em;
}

.accept-button {
    background-color: #023280;
    color: #fff;
    width: 10em;
}

.chat-button {
    width: 30%;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.login-header {
    margin-left: -2em;
    color: #023280;
}

.login-card {
    margin-top: 6rem;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-2rem {
    font-size: 2rem;
}

.color-red {
    color: red;
}

.nav-background-color {
    background-color: #023280 !important;
}

.nav-text-color {
    color: #fff;
}

.nav-color {
    color: #023280;
}

.color {
    color: #523333;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

.overflow-y {
    overflow-y: auto;
}

.overflow-x {
    overflow-x: auto;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.width-30 {
    width: 30%;
}

.width-100 {
    width: 100%;
}

.width-110 {
    width: 110%;
}

.width-25 {
    width: 25%;
}

.width-28 {
    width: 28%;
}

.width-8em {
    width: 8em;
}

.height-25em {
    height: 25em;
}

.height-30em {
    height: 30em;
}

.margin-7em {
    margin: 7em;
}

.margin-left-right-1em {
    margin-left: 1em;
    margin-right: 1em;
}

.margin-left--2 {
    margin-left: -2em;
}

.margin-left-1 {
    margin-left: 1em;
}

.margin-left-2 {
    margin-left: 2em;
}

.margin-left-34 {
    margin-left: 34%;
}

.margin-left-38 {
    margin-left: 38%;
}

.margin-left-66 {
    margin-left: 66%;
}

.margin-top {
    margin-top: 1em;
}

.margin-top--1rem {
    margin-top: -1rem;
}

.margin-top-2rem {
    margin-top: 2rem;
}

.margin-top--2rem {
    margin-top: -2rem;
}

.margin-top--1rem {
    margin-top: -1rem;
}

.margin-right-1rem {
    margin-right: 1rem;
}

.margin-bottom--2em {
    margin-bottom: -2em;
}

.driver-profile-image {
    width: 5rem;
    border-radius: 50%;
    height: 5rem;
}

.customer-profile-image {
    width: 4em;
    border-radius: 2em;
}

.msg-box {
    background-color: #e9e9e9;
    border-radius: 5px;
}

.border-1px {
    border: 1px solid #fff;
}

.verify-message {
    text-align: center;
    font-size: 20px;
}

.heading-style {
    text-align: right;
    font-size: 25px;
}

.margin-top-4em {
    margin-top: 4em;
}

.margin-top-2em {
    margin-top: 2em;
}

.width-13em {
    width: 13em;
}

.fileContainer {
    left: 48%;
    overflow: hidden;
    position: absolute;
    top: 24%;
    font-size: 56px;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.fileContainer [type=file] {
    cursor: pointer;
}

.bg-none {
    background: none !important;
}

.bg-red {
    background-color: #bf0a30 !important;
}

.h-5em {
    height: 5em !important;
}

.h-25em {
    height: 25em;
}

.w-86 {
    width: 86.3%;
}
.m-l-28em {
    margin-left: 28em;
}
.m-l-20em {
    margin-left: 20em;
}

.m-l-4em {
    margin-left: 4em;
}

.m-l-3em {
    margin-left: 3em;
}

.m-l-2em {
    margin-left: 2em;
}

.m-l-1em {
    margin-left: 1em;
}

.m-l--1em {
    margin-left: -1em;
}

.m-l--3rem {
    margin-left: -3rem;
}


.m-r-1em {
    margin-right: 1em;
}

.m-r--1em {
    margin-right: -1em;
}

.m-r-2em {
    margin-right: 2em;
}
.m-t-5em {
    margin-top: 5em;
}
.m-t-2em {
    margin-top: 2em;
}

.m-t-1em {
    margin-top: 1em;
}

.m-t--1em {
    margin-top: -1em;
}
.m-t--4rem {
    margin-top: -4rem;
}
.m-b-2em {
    margin-bottom: 2em;
}
.m-b-1em {
    margin-bottom: 1em;
}

.p-l-0 {
    padding-left: 0;
}
.p-r-0{
  padding-right: 0;
}

.f-s-20px {
    font-size: 20px;
}

.b-t-b0b0b0{
    border-top: 1px solid #b0b0b0;
}

.b-b-b0b0b0{
    border-bottom: 1px solid #b0b0b0;
}

.users-menu {
    margin-top: 0 !important;
    color: #747474;
}

.hr {
    border-color: #B0B0B0;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #023280 !important;
}

.text-dec-none {
    text-decoration: none !important;
}

.graph {
    min-width: 310px;
    height: 400px;
    margin: 0 auto;
}

.bg-e9e9e9 {
    background-color: #e9e9e9;
}

.refund-btn {
    background-color: #bf0a30;
    color: #fff;
    font-weight: bold;
}

.cursor-text {
    cursor: text;
}

/*home cms*/

.header-img-cam {
    color: white;
    position: relative;
    z-index: 1;
    margin-top: 3em;
    font-size: 50px;
}

.header-img {
    width: 100%;
    height: 300px;
}

.call-us-now-img{
    width: 100%;
    height: 150px;
}
