﻿@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cairo:400,600&subset=arabic,latin-ext');

/* width */
::-webkit-scrollbar {
    width: 6px;
    padding-left: 300px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 10px;
}

html, body {
    font-family: 'Almarai', sans-serif;
    scroll-behavior: smooth;
    text-align: right;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9E9E9E !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    color: #9E9E9E !important;
}

input:-ms-input-placeholder { /* IE 10+ */
    color: #9E9E9E !important;
}

input:-moz-placeholder { /* Firefox 18- */
    color: #9E9E9E !important;
}

button, a {
    opacity: 1;
    transition: opacity .4s;
    text-decoration: none;
}

a {
    color: #25aaf1;
}



    button:hover, a:hover {
        opacity: 0.8;
        transition: opacity .4s;
        text-decoration: none !important;
    }

    button:focus, a:focus, button:active, a:active {
        opacity: 1;
    }

.taxi_ico, .sevenseater_ico, .standard_limo, .business_limo, .luxury_limo, .accessible_ico, .electric_limo, .luxury_limo_suv, .standard_van, .luxury_van, .luxury_limo_minicoach {
    width: 53px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    display: inline-block;
}

.luxury_limo_suv {
    background-image: url('../../images/luxury_limo_suv.png');
}

.luxury_limo_minicoach {
    background-image: url('../../images/sprinter_large.png');
}

.pickup, .dropoff {
    background-repeat: no-repeat;
    background-size: 10px;
    overflow: hidden;
    background-position: right 10px top 11px;
}


/* vehicle status icon */

.pickup_icon, .completed_icon, .assigned_icon, .arrived_icon, .cancelled_icon, .scheduled_icon {
    width: 13px;
    height: 13px;
    background-size: 100%;
    position: absolute;
    margin-top: 0px;
    /* margin-right: 30px;*/
}

.status {
    float: left;
    text-transform: uppercase;
    display: block;
    max-width: 110px;
}




.completed-txt {
    color: #29AAA6;
    font-weight: bold;
}

.pickup-txt {
    background: #FF430E;
    color: #fff;
    border-radius: 4px;
    padding: 1px 5px;
}

.arrived-txt {
    color: #E7A917;
    font-weight: bold;
}

.assigned-txt {
    color: #25AAF1;
    font-weight: bold;
}

.scheduled-txt {
    color: #979899;
    font-weight: bold;
}

.cancelled-txt {
    color: #FF001F;
    font-weight: bold;
}

.pickup-txt, .completed-txt, .arrived-txt, .assigned-txt, .cancelled-txt, .scheduled-txt {
    font-size: 12px;
    margin-right: 25px;
}


#loading {
    -webkit-animation: rotation 1.5s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}



input:not([value=""]):not(:focus):valid {
    border: 1px solid #71B6EF;
    /*background-color: #E8F0FE;*/
}

.logo {
    width: 105px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    margin: 0;
}

.txt {
    width: 100px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    margin: 14px 20px;
}

.drk_logo {
    width: 53px;
    height: 57px;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    margin: -20px auto 0;
}

.building {
    width: 100%;
    height: 260px;
    background-repeat: no-repeat;
    background-size: 90%;
    overflow: hidden;
    margin: -120px auto -45px;
    background-position: center;
    max-width: 700px;
    max-height: 250px;
}

.promo {
    width: 12px;
    display: inline-block;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    margin: 0;
}




.header {
    height: 50px;
    position: fixed;
    top: 0;
    background: #129793 url("~/Content/images/top.png") no-repeat 100%;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.13);
    width: 100%;
    display: block;
    z-index: 9;
}




/*login page*/
.login-body {
    background: #F8FAFB;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.form-signin {
    min-width: 290px;
    margin: 100px auto;
    background: transparent;
    border-radius: 0px;
    -webkit-border-radius: 0;
    max-width: 550px;
}

    .form-signin h2.form-signin-heading {
        margin: 0;
        padding: 20px 15px;
        text-align: left;
        background: transparent;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        color: #434343;
        font-size: 1.5em;
        font-weight: 300;
        border-bottom: 0;
        text-align: right;
    }

    .form-signin .checkbox {
        margin-bottom: 0;
    }

    .form-signin .checkbox {
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 0;
            border: 1px solid #71B6EF;
            box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
        }


    .form-signin input[type="text"], .form-signin input[type="password"], .form-signin input[type="number"], .form-signin select {
        margin-bottom: 0px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #D0D0D0;
        box-shadow: none;
        font-size: 16px;
    }

    .form-signin .btn-login {
        background: #1fb5ac;
        color: #fff;
        font-weight: 400;
        margin: 20px 0 5px;
        box-shadow: 0px 1px 5px 0px rgba(18,151,147,0.4);
        font-size: 18px;
        border-radius: 50px;
        padding: 14px;
    }

        .form-signin .btn-login:hover {
            color: #fff;
        }

    .form-signin p {
        text-align: left;
        color: #b6b6b6;
        font-size: 16px;
        font-weight: 300;
    }

    .form-signin a, .form-signin a:hover {
        color: #25aaf1;
    }

        .form-signin a:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.login-wrap {
    padding: 10px;
    position: relative;
    background: transparent;
    border: 0px solid #DBDBDB;
    text-align: right;
}

.user-login-info {
    margin: auto;
    padding: 0 0 20px 0;
    width: 100%;
    /*max-width: 320px;*/
}

    .user-login-info label {
        color: #7A7A7A;
        font-size: 11px;
        margin: 18px 0 0 0;
        text-transform: uppercase;
    }

    .user-login-info .form-control:last-child {
        margin-bottom: 0 !important;
    }

.registration {
    position: absolute;
    right: 0;
    bottom: -35px;
    color: #b8bab9;
}

.forgot {
    text-align: right;
    font-size: 12px;
    padding: 5px;
}

.newuser {
    color: #7A7A7A;
    font-size: 14px;
    text-align: center;
    padding: 0 0 15px 0;
}


/*!
 inner page css
 */
body {
    /* overflow: hidden*/;
}

.bg-top1 {
    background: #129793;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.13);
    height: 50px;
}

.bg-top2 {
    background: #078784;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.13);
    height: 49px;
}

.bg-white {
    background: white;
}

.navbar-light .navbar-nav .nav-link {
    color: #ddd;
    font-size: 12px;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #ddd;
    }

#sidebar-wrapper {
    min-height: 100vh;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0;
        font-size: 12px;
    }

    #sidebar-wrapper .list-group {
        width: 25.5rem;
        overflow-y: auto;
        height: 93vh;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -22.5rem;
    }

    .dtp_modal-content {
        zoom: 70%;
    }

    .sidebarBtn {
        background: transparent;
        right: -25px;
    }
}

@media (max-width: 420px) {
    .d-flex {
        /*display: block !important;
        width: 100%;
        margin: 50px 0 0 0;
             overflow: hidden;
        */
        padding: 0;
    }

    #sidebar-wrapper .sidebar-heading {
        margin-top: 50px;
    }

    #sidebar-wrapper {
        margin: 0;
        width: 100%;
    }

        #sidebar-wrapper .list-group {
            width: 100%;
        }

    #map {
        display: none;
    }

    .bform, .timeline-item, .topmost {
        padding: 0 15px;
    }


    .trips-list {
        padding: 0 25px;
    }

    #page-content-wrapper {
        min-width: 100vw;
        position: fixed;
        top: 0;
    }

    .border-bottom {
        border-bottom: 0 !important;
    }
    /* -- top nav -- */
    #navbarSupportedContent {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        padding: 0px 20px 20px;
        box-shadow: 0 0 20px #999
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #999;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #999;
    }
    /* calendar */

    .dtp_modal-content {
        zoom: 50%;
    }

    .sidebarBtn {
        background: transparent;
    }

    .sidebarBtn {
        right: -22px;
    }
}
/*
Top Navigation
*/
ul.tabs {
    margin: 0;
    padding: 0;
}

.tabs li {
    float: left;
    width: 50%;
    list-style: none;
}

.tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #44EAE5;
    padding: 14px 0;
}

    .tabs a:hover {
        color: #fff;
    }

    .tabs a.active {
        display: block;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
        border-bottom: 3px solid #fff;
    }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}




/*
booking form
*/

.bform {
}

.bformrow {
    position: relative;
    text-align: right;
}

.bform .bformrow a.loc {
    position: absolute;
    left: 1px;
    text-align: right;
    top: 37px;
    z-index: 2;
    background: transparent;
    padding: 8px 9px;
    border-radius: 0px 4px 4px 0;
}

.bform .bformrow a.cross {
    position: absolute;
    right: 277px;
    text-align: right;
    top: 37px;
    z-index: 2;
    background: transparent;
    padding: 8px 5px;
    border-radius: 0;
}

.bform .checkbox {
    margin-bottom: 0;
}

.bform .checkbox {
}

.bform .form-control {
    position: relative;
    height: auto;
    padding: 10px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bform input[type="text"].input-control, .bform input[type="tel"].input-control {
    position: relative;
    font-size: 12px;
    height: auto;
    padding: 10px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.bform .form-control:focus {
    z-index: 1;
    border: 1px solid #71B6EF;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.bform input[type="text"], .bform input[type="password"] {
    margin-bottom: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #D0D0D0;
    box-shadow: none;
    font-size: 14px;
    padding-left: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}

.bform .btn-login {
    background: #129793;
    color: #fff;
    font-weight: 400;
    margin: 0px 0 10px;
    box-shadow: 0px 1px 5px 0px rgba(18,151,147,0.4);
    font-size: 18px;
    border-radius: 50px;
    padding: 9px;
}

    .bform .btn-login:hover {
        color: #fff;
    }

.bform p {
    text-align: left;
    color: #b6b6b6;
    font-size: 16px;
    font-weight: 300;
}

.bform a, .bform a:hover {
    color: #1fb5ac;
}

.bform label {
    color: #7A7A7A;
    font-size: 11px;
    margin: 18px 0 0 0;
    text-transform: uppercase;
}

.bform input.nor {
    font-size: 12px;
    padding: 10px;
    text-transform: uppercase;
}

.bform span {
    color: #B6B6B6;
    text-align: right;
    font-size: 11px;
    display: inline-block;
    width: 100%;
}

.bform .form-control:disabled, .bform .form-control[readonly] {
    background-color: #E8F0FE;
}


.sep {
    height: 15px;
}

.col-centered {
    margin: auto;
}

.bform label .promo {
    margin: -2px 6px;
}

.bform #payment-method-selection {
    padding: 0;
    align-self: end;
}


    .bform #payment-method-selection > .btn-light:focus {
        box-shadow: none !important;
    }

.bform .payment-method-option {
    border-radius: 20px;
}

.payment-option-name {
    display: inline !important;
    font-size: 15px !important;
    color: #212529 !important;
}

.btn-manage {
    font-size: 13px;
}

.dtp_main span, .dtp_main i {
    padding-right: 3px !important;
}

#btn-add-card {
    background-image: none !important;
    background: #129793 !important;
    color: #fff !important;
}

.pr-1_3 {
    padding-left: 1.3rem;
}

.btn-with-icon > i:before {
    position: relative;
    top: 4px;
}

div.remove-card {
    margin-right: 15px;
}

.custom-icon {
    display: inline !important;
}

.icon-card:before {
    content: url("/Content/images/card.svg");
}

.icon-wallet:before {
    content: url("/Content/images/wallet.svg");
}

.icon-mastercard:before {
    content: url("/Content/images/master-card.svg");
}

.icon-visacard:before {
    content: url("/Content/images/visa-card.svg");
}

.icon-defaultcard:before {
    content: url("/Content/images/default-card.svg");
}

.icon-cash:before {
    content: url("/Content/images/cash.svg");
}

#btn-payment-option {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

    #btn-payment-option:has(> i.icon-wallet) {
    }
/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    align-self: center;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }


.checkmark {
    position: absolute;
    top: -7px;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 13px;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #129793;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.payment-secure-text {
    margin-bottom: 0;
    margin-top: 29px;
}

.bform #paymentMethodDialog .modal-body {
    padding-bottom: 0;
    /*//position: absolute !important;*/
}

/*
form Navigation
*/
ul.vtabs {
    margin: 0;
    padding: 0;
}

.vtabs li {
    float: left;
    width: 50%;
    list-style: none;
}

.vtabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #8E8E8E;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 400;
}

    .vtabs a:hover {
    }

    .vtabs a.active {
        display: block;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color: #292937;
        border-bottom: 3px solid #292937;
    }


/* -- vehicle tabs -- */


/* ----------------------------------------------
 * Generated by Animista on 2019-2-10 14:42:45
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.fade-in {
    -webkit-animation: fade-in 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 0.7s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2019-2-11 7:41:30
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */

.slide-right {
    -webkit-animation: slide-right 0.3s ease-in alternate-reverse forwards;
    animation: slide-right 0.3s ease-in alternate-reverse forwards;
}
/**
 * ----------------------------------------
 * animation slide-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
}


.slide-left {
    -webkit-animation: slide-left 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate-reverse forwards;
    animation: slide-left 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) alternate-reverse forwards;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-2-10 14:45:20
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}





.v-tabs {
    margin: 0 auto;
}

.v-tab-list {
    padding-bottom: 0rem;
    display: flex;
    justify-content: center;
}

.v-tab {
    border: 1px solid transparent;
    border-radius: 40px;
    display: inline-block;
    text-decoration: none;
    padding: .5rem 1rem;
    color: rgba(255, 255, 255, .6);
    font-weight: 700;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

    .v-tab a {
    }

    .v-tab.active {
        color: #000;
        border-bottom: 3px solid #000;
    }

.v-tab-content {
    display: none;
}



/*
vehicel selection
*/

ul.vselection, ul.payment-method-selection, .vehicle-type-info {
    padding: 0;
    margin: 0;
}

ul.payment-method-selection {
    max-height: 300px;
    overflow-y: scroll;
}


.vselection li, .payment-method-selection li, .vehicle-type-info li {
    width: 100%;
    list-style: none;
    margin: 10px 0;
    padding-left: 1rem;
    padding-right: 0px !important;
}

.vselection a, .payment-method-selection a, .vehicle-type-info a {
    display: flex;
    text-decoration: none;
    color: #434343;
    padding: 3px;
    justify-content: space-between;
    opacity: .7;
    padding: 6px 5px 7px 12px;
}

.payment-method-selection a {
    align-items: center
}

    .vselection a:hover, .payment-method-selection a:hover {
        opacity: 0.8;
        transition: opacity .4s;
        text-decoration: none;
    }

    .vselection a.active, .payment-method-selection a.active{
        text-decoration: none;
        color: #434343;
        border: 2px solid #129793;
        border-radius: 8px;
        opacity: 1;
        padding: 6px 5px 7px 12px;
    }

.vehicle-type-info a.active {
    color: #434343;
    opacity: 1;
}


    .vselection a p, .payment-method-selection a p, .vehicle-type-info a p {
        margin: 7px 4px 0 0;
        padding: 0;
    }

        .vselection a p span, .payment-method-selection a p span, .vehicle-type-info a p span {
            width: auto;
            font-size: 11px;
            font-weight: 400;
            color: #757575;
        }

        .vselection a p strong, .payment-method-selection a div strong, .vehicle-type-info a p strong {
            font-size: 14px;
            color: #000;
            font-weight: 700;
            width: 100%;
            display: block;
            line-height: 1;
        }

        .payment-method-selection a p strong {
            font-size: 0.8rem;
        }

        .vselection a p.vfare, .payment-method-selection a div.balance, .payment-method-selection a div.expiry {
            text-align: right;
        }

        .vselection a p.vicon, .payment-method-selection a div.micon, .vehicle-type-info a p.vicon {
            padding: 4px 5px 0px 17px;
        }

        .vselection a p.vname, .payment-method-selection a div.mname, .vehicle-type-info a p.vname {
            flex: 2;
            text-align: right;
            padding-right: 10px;
            padding-left: 10px;
        }

        .vselection a p span.pfare {
            text-decoration: line-through;
        }

        .vselection a p.vfare .promo {
            margin: -3px 10px;
        }

/* - Trip detail Box - */
.completed-bg {
    background: #ECEFEE;
}

.cancelled-bg {
    background: #FEE5E8;
}

.box_details {
    border: 1px solid #ECECEC;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.10);
    overflow: hidden;
    margin: 15px 0;
    position: relative;
    cursor: pointer;
}

    .box_details .moremenu {
        top: 10px;
        left: 10px;
    }

        .box_details .moremenu button {
            background: transparent;
            color: #BDBDBD;
            border: 0;
        }

.pickndrop_cont {
    display: flex;
}

.date {
    text-align: center;
    width: 50px;
    padding: 5px;
}

    .date p {
        padding: 0;
        margin: 0;
        line-height: 1.2;
    }

    .date .day {
        font-size: 18pt;
        color: #0B6270;
        font-weight: 700;
    }

    .date .month {
        font-size: 10pt;
        color: #1799A6;
        text-transform: uppercase;
    }

    .date .year {
        font-size: 9pt;
        color: #979899;
    }

.pickdrop {
    padding: 10px 10px 0 15px;
}


.pick {
    width: 11px;
    height: 11px;
    background: #006170;
    border-radius: 50%
}

.line {
    height: 30px;
    width: 1px;
    background: linear-gradient(to bottom, #006170 0%,#009aa9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin: auto;
}

.drop {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #0099A7;
}

.addresses {
    width: 70%;
    margin-right: -10px;
    padding: 10px 0 0 5px;
}

    .addresses p {
        font-size: 12px;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: -4px 0px;
    }

        .addresses p.pickaddress {
            color: #006170;
        }

        .addresses p.dropaddress {
            color: #1799A6;
        }

    .addresses hr {
        width: 115%;
    }

.display-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.stoptrackbtn {
    color: #dc3545;
    background: #fff;
    border: 1px solid #dc3545;
}

    .stoptrackbtn:hover {
        color: #fff;
        background: #dc3545;
        border: 1px solid #dc3545;
    }

    .stoptrackbtn:active {
        color: #fff;
        background: #dc3545;
        border: 1px solid #dc3545;
    }

.starttrackbtn {
    color: #4597a4;
    background: #fff;
    border: 1px solid #4597a4;
}

    .starttrackbtn:hover {
        color: #fff;
        background: #4597a4;
        border: 1px solid #4597a4;
    }

    .starttrackbtn:focus {
        color: #fff;
        background: #4597a4;
        border: 1px solid #4597a4;
    }


.dtop {
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4px 10px 6px;
}

    .dtop .pinfo {
        color: #979899;
        font-size: 11px;
    }

    .dtop span {
        color: #5B5A5A;
        font-size: 11px;
        direction: ltr;
        display: inline-block;
    }

.bottom {
    float: none;
    display: block;
    padding: 12px 10px 3px;
    overflow: hidden;
}

    .bottom .triptime {
        color: #555;
        font-size: 12px;
        text-transform: uppercase;
        float: right;
    }

    .bottom .dot {
        width: 6px;
        height: 6px;
        background: #979899;
        border-radius: 50%;
        float: right;
        margin: 5px 10px;
    }

.vtype, .vehicleno, .drivername, .driverphone {
    color: #979899;
    font-size: 12px;
    float: right;
    text-transform: uppercase;
}

.box_details a.dropdown-item {
    font-size: 11px;
    padding: 2px 12px;
    color: red;
}

    .box_details a.dropdown-item:active {
        background: transparent;
    }


.navbar-light .navbar-toggler {
    color: #fff;
    border-color: transparent;
}

.dropdown-menu.show {
    box-shadow: 0px 5px 10px #ddd;
}

dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}


.dropdown-menu-right {
    right: auto;
    left: 0;
    text-align: right;
}

.hide {
    display: none;
}

.show {
    display: block !important;
}




/* language */
p.head {
    flex: 1;
    text-align: right;
}

    p.head a {
        color: #fff;
        display: inline-block;
        padding: 15px;
        font-family: 'Cairo', sans-serif;
        font-size: 12px;
    }



/* datetime controller */


.dtp_main {
    border: 1px solid #D0D0D0 !important;
    border-radius: 5px !important;
    padding: 7px 14px !important;
}

    .dtp_main span {
        display: inline !important;
        font-size: 12px !important;
        color: #495057 !important;
    }

.dtp_modal-cell-selected {
    color: white;
    background-color: #1fb5ac !important;
}

.dpt_modal-button {
    background-color: #1fb5ac !important;
    border: solid 0px #fff !important;
    border-radius: 43px !important;
    margin: 30px 90px !important;
}

.dtp_modal-colored {
    color: #1fb5ac !important;
}

.dtp_modal-title {
    border-bottom: solid 3px #1fb5ac !important;
}
/*Map context menu*/
.map-contextmenu {
    visibility: hidden;
    background: #ffffff;
    border: 0px solid #8888FF;
    z-index: 10;
    position: absolute;
    width: 160px;
    border-radius: 8px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    display: block;
}

    .map-contextmenu a {
        color: #000;
        font-size: 14px;
        border-bottom: 1px solid #e7e7e7;
        display: inline-block;
        width: 100%;
    }

        .map-contextmenu a:hover {
            color: #25aaf1;
        }

        .map-contextmenu a:last-child {
            border-bottom: 0px solid #e7e7e7;
        }

    .map-contextmenu div {
        padding: 6px 10px;
    }

.contextmenu-delete {
    color: #e25252;
    text-align: center;
}


.navbar-expand-lg {
    justify-content: space-between !important;
}

a.dropdown-item {
    font-size: 12px;
}

    a.dropdown-item:hover {
        opacity: .8;
    }

    a.dropdown-item:active {
        background: #e9e9e9;
        border-radius: 0;
        color: #000;
    }

.usermenu_ddown .btn_menu {
    color: #fff;
    font-size: 1em;
    padding: 0;
}

    .usermenu_ddown .btn_menu:hover {
        color: #fff;
    }

footer {
    text-align: center;
    font-size: 11px;
}


.promoapplied {
    background: #ececec;
    padding: 5px 10px;
    text-align: center;
    font-size: 11px;
    border-radius: 6px;
    color: #434343;
    font-weight: 600;
    margin-top: 10px;
}

    .promoapplied span {
        float: none;
        padding: 0 2px;
        display: inline;
        font-size: 11px;
        font-weight: 400;
        color: #434343;
    }

a.promo_btn {
    color: #129793;
    position: absolute;
    left: 19px;
    display: block;
    font-size: 1.2em;
    top: 39px;
    background: transparent;
    padding: 3px;
    z-index: 2;
}


/* Left menu styles*/

.sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    background-color: #fff;
    width: 250px;
    height: 100%;
    transition: .3s;
    z-index: 9;
}

    .sidebar ul {
        margin: 0;
        padding: 50px 0;
        padding: 50px 0;
    }

        .sidebar ul li {
            list-style: none;
        }

            .sidebar ul li a {
                padding: 10px 20px;
                color: #555;
                display: block;
                text-decoration: none;
                border-bottom: 1px solid rgba(0,0,0,0.1);
            }

                .sidebar ul li a.active {
                    font-weight: 700;
                    font-size: 1.2rem;
                    color: #242424;
                }

                .sidebar ul li a:hover {
                    background-color: #e8e8e8;
                }

.sidebarBtn {
    position: absolute;
    top: 0;
    width: 24px;
    height: 45px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    outline: none !important;
    opacity: 1;
}

    .sidebarBtn:hover {
        opacity: 1;
    }

    .sidebarBtn span {
        display: block;
        width: 4px;
        height: 4px;
        background-color: #fff;
        position: absolute;
        top: 24px;
        transition: .3s;
        border-radius: 4px;
    }

        .sidebarBtn span:before {
            content: '';
            width: 100%;
            height: 4px;
            background-color: #fff;
            position: absolute;
            top: -7px;
            left: 0;
            transition: .3s;
            border-radius: 4px;
        }

        .sidebarBtn span:after {
            content: '';
            width: 100%;
            height: 4px;
            background-color: #fff;
            position: absolute;
            top: 7px;
            left: 0;
            transition: .3s;
            border-radius: 4px;
        }

.active_menu {
    left: 0;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}

.sidebarBtn.toggle span {
    background-color: transparent;
    width: 20px;
    margin-left: -40px;
    height: 2px;
}

    .sidebarBtn.toggle span:before {
        top: 0;
        transform: rotate(-45deg);
        background: #000;
    }

    .sidebarBtn.toggle span:after {
        top: 0;
        transform: rotate(45deg);
        background: #000;
    }



/* country code */
.intl-tel-input {
    display: block !important;
}

/* Processing Loader */
.spinner_cont {
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 0;
    position: fixed;
    background-color: rgba(255,255,255,0.4);
    z-index: 2;
    top: 0;
    left: 0;
}

.interval_list .loader {
    margin: 7% auto 0;
}

    .interval_list .loader:after {
        background: white;
    }

.loader {
    font-size: 4px;
    margin: 30% auto 0;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #129793;
    background: -moz-linear-gradient(left, #1fb5ac 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #1fb5ac 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #1fb5ac 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #1fb5ac 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #1fb5ac 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .loader:before {
        width: 50%;
        height: 50%;
        background: #1fb5ac;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader:after {
        background: #F8FAFB;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Trip Loader*/
body {
    background-color: #eee;
}

.timeline-title {
    margin: 0 auto;
    max-width: 472px;
}

/**
* main style
*/

.timeline-item {
    background-color: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 8px;
    padding: 12px;
    margin: 10px auto;
    max-width: 472px;
    min-height: 100px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.animated-background {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeHolderShimmer;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
}

    /* Every thing below this is just positioning */

    .background-masker.header-top,
    .background-masker.header-bottom,
    .background-masker.subheader-bottom {
        top: 0;
        left: 0px;
        right: 0;
        height: 10px;
    }

    .background-masker.header-left,
    .background-masker.subheader-left,
    .background-masker.header-right,
    .background-masker.subheader-right {
        top: 10px;
        left: 10px;
        height: 8px;
        width: 16px;
    }

    .background-masker.header-bottom {
        top: 18px;
        height: 12px;
    }

    .background-masker.subheader-left,
    .background-masker.subheader-right {
        top: 30px;
        height: 10px;
    }


    .background-masker.header-right,
    .background-masker.subheader-right {
        width: auto;
        left: 300px;
        right: 0;
    }

    .background-masker.subheader-right {
        left: 230px;
    }

    .background-masker.subheader-bottom {
        top: 30px;
        height: 0px;
    }

    .background-masker.content-top,
    .background-masker.content-second-line,
    .background-masker.content-third-line,
    .background-masker.content-second-end,
    .background-masker.content-third-end,
    .background-masker.content-first-end {
        top: 40px;
        left: 0;
        right: 0;
        height: 6px;
    }

    .background-masker.content-top {
        height: 30px;
    }

    .background-masker.content-first-end,
    .background-masker.content-second-end,
    .background-masker.content-third-end {
        width: auto;
        left: 380px;
        right: 0;
        top: 60px;
        height: 8px;
    }

    .background-masker.content-second-line {
        top: 68px;
    }

    .background-masker.content-second-end {
        left: 420px;
        top: 74px;
    }

    .background-masker.content-third-line {
        top: 82px;
    }

    .background-masker.content-third-end {
        left: 300px;
        top: 88px;
    }



/* error */
label.error, span.error {
    display: block;
    clear: both;
    color: red;
    margin: 0px;
    background: none;
    text-transform: lowercase;
}

.success {
    text-transform: capitalize;
    text-align: center;
    color: #6ac259;
    padding: 5px;
    font-size: .9em;
}

    .success::before {
        content: "\eed7";
        font-family: icoFont;
        padding-right: 8px;
        font-size: 110%;
    }

.alert-danger {
    background-color: transparent !important;
    background-image: none !important;
    color: #ff0000 !important;
    text-align: center;
    border: 0px dashed #ff0000 !important;
    padding: 5px;
    font-size: .9em;
}

    .alert-danger .message {
        display: inline-block;
    }

    .alert-danger::before {
        content: "\ef1b";
        font-family: icoFont;
        padding-right: 8px;
        font-size: 110%;
    }
/* searching */

.searching {
    width: 40px;
    height: 40px;
}

.dots-txt {
    display: inline-block;
    float: left;
    margin: -4px 0 0 50px;
    text-transform: uppercase;
    display: none;
}

.dots,
.dots:before,
.dots:after {
    border-radius: 100%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load8 1.8s infinite ease-in-out;
    animation: load8 1.8s infinite ease-in-out;
}

.dots {
    color: #129793;
    font-size: 2px;
    margin: -3px 19px 0px;
    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;
}

    .dots:before,
    .dots:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .dots:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .dots:after {
        left: 3.5em;
    }

@-webkit-keyframes load8 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load8 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


/* countries flag*/
.intl-tel-input .selected-flag {
    height: auto !important;
    padding: 10px 6px 10px 7px !important;
}



.password-show {
    position: absolute;
    left: 0;
    padding: 50px 25px;
    z-index: 2;
}



/* modal popup */

.modal-header h4 {
    font-size: .9rem;
}

.modal-content button[type="submit"] {
    background: #129793;
    color: #FFF !important;
    text-shadow: none !important;
    border-radius: 8px !important;
    background-image: linear-gradient(to bottom,#129793 0,#129793 100%) !important;
    font-size: 14px;
}

.modal-content button[type="reset"], .modal-content button[type="button"] {
    background: #ddece9;
    color: #555 !important;
    text-shadow: none !important;
    border-radius: 8px !important;
    background-image: linear-gradient(to bottom,#ddece9 0,#ddece9 100%) !important;
    font-size: 14px;
}

    .modal-content button[type="reset"]:hover, .modal-content button[type="submit"]:hover, .modal-content button[type="button"]:hover {
        opacity: .6;
    }

.modal-content button.close {
    background: transparent;
    color: #555 !important;
    text-shadow: none !important;
    border-radius: 0px !important;
    background-image: none !important;
    font-size: 20px;
    margin: -1rem -1rem -1rem -1rem;
}

.profile_view {
    display: flex;
    padding-bottom: 0;
}

    .profile_view .avatar {
    }

    .profile_view .profile_details {
        flex-grow: 2;
    }

    .profile_view .icofont-user-alt-3 {
        font-size: 4rem;
        color: #129793;
        padding: 10px 2px 10px 2px;
        display: inline-block;
    }

.profile_details h2 {
    color: #129793;
    font-size: 1.4rem;
    padding: 0;
    margin: 10px 0 0;
}

.profile_details p {
    color: #999;
    font-size: .8rem;
    padding: 0;
    margin: 0;
}

.profile_details span {
    color: #25aaf1;
    font-size: .8rem;
}

.modal-content h1 {
    font-size: 1.3rem;
    padding: 0 0 10px 0;
}


.profile-setting, .user-change-password {
    padding: 30px 0 0px 0;
}

.profile_details span i {
    color: #c9c9c9;
    font-size: .8rem;
    padding: 0 5px;
}

.profile_details span.verified {
    color: #c9c9c9;
    padding-left: 6px;
}

.profile_details span.unverified i {
    color: #E74C3C;
}

.profile_details span.unverified {
    color: #E74C3C;
    padding-left: 5px;
}

span.notrip {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    color: #999;
    padding-top: 20px;
}




/* Dropdown */
.headerdd .dropdown {
    border-radius: 5px;
    padding: 12px 0;
    width: 100%;
}

    .headerdd .dropdown > a {
        color: #fff;
    }

.headerdd .dropdown-menu.show p {
    margin: 0;
    padding: .5em 0;
}

    .headerdd .dropdown-menu.show p a {
        font-size: 12px;
        color: #212529;
    }

.headerdd .dropdown .dropdown-item.active, .headerdd .dropdown .dropdown-item:active {
    color: #555;
    text-decoration: none;
    background-color: #e9e9e9;
}


.whitelnk {
    padding: 15px 20px;
    font-size: .8em;
}

    .whitelnk a {
        color: #fff;
        border: 1px solid #fff;
        padding: 1px 12px;
        border-radius: 5px;
        font-size: .9em;
    }

        .whitelnk a:nth-of-type(2n) {
            color: #fff;
            font-family: 'Almarai', sans-serif;
        }

html[dir="rtl"] .whitelnk a:first-child {
    display: block;
}

html[dir="rtl"] .whitelnk a:nth-of-type(2n) {
    display: none;
}

.inline > div {
    display: inline-block;
    padding-left: 15px;
}

.ui-menu {
    right: 20px;
    left: auto;
}

.dtp_modal-time-mechanic {
    align-items: center;
    text-align: center;
}

.dtp_modal-append, .dtp_modal-digits, .dtp_modal-append {
    padding-left: 0;
}

.dtp_modal-calendar {
    margin-left: 0;
    margin-right: 20px;
}

.captch {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#deleteConfirmationDialog .modal-content .btn-danger {
    background-color: #dc3545 !important;
    background-image: none !important;
    color: #fff !important;
}


.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-w-500 {
    font-weight: 500;
}

.vehicle-info-flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    gap: 12px;
    padding-top: 10px;
}

.vehicle-info-flex-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
}

.vehicle-info-flex-row > .vehicle-info-flex-column {
    flex-grow: 1;
}

.vehicle-info-flex-column > .vname {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    width: 100%;
    display: block;
    line-height: 1;
}

.vehicle-info-flex-column div span {
    width: auto;
    font-size: 11px;
    font-weight: 400;
    color: #757575;
}

#rideDetailDialog .modal-dialog {
    max-width: 700px;
}

#rideDetailDialog .profile_details .h2-name {
    font-size: 0.9rem;
}

.profile_view .icofont-user-alt-3 {
    font-size: 2.5rem;
}

.location-info-card-body {
    padding-bottom: 15px;
}

#rideDetailDialog .card-header {
    background: -webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#357ebd));
    padding: 0.1rem 1rem 0.1rem 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

#rideDetailDialog .border-light {
    border-color: #e8ecef !important;
}

#rideDetailDialog .card-body {
    padding-top: 2px;
}

#rideDetailDialog {
    padding-right: 0 !important;
}
