﻿



/*
    DEMO STYLE
*/

/*@import "https://fonts.googleapis.com/css?family=Tajawal&display=swap";*/
/*@import url('https://fonts.googleapis.com/css?family=Markazi+Text&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300&display=swap');

body {
    background: #e9ecef;
    padding-top: 60px;
    color: #444444;
    font-size: 0.9rem;
    /*font-family: 'Tajawal', sans-serif;*/
    /*font-family: 'Markazi Text', sans-serif;*/
    font-family: Tajawal;
    direction: rtl;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


p {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

/*a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.1s;
}*/

a.inherit {
    color: inherit;
    text-decoration: none;
    transition: all 0.1s;
}

td a {
    text-decoration: underline;
}

    td a:hover {
        text-decoration: underline !important;
    }

[v-cloak] {
    display: none;
}

.navbar {
    padding: 15px 10px;
    background: #696969;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    /*height: 65px !important;*/
}
@media (min-width: 992px){
    .navbar-expand-lg {
        height: 65px !important;
    }
}
.navbar-collapse {
    background-color: #696969;
    height: inherit;
}
    .navbar .navbar-brand {
        color: white !important;
    }
    .navbar ul p {
        font-size:0.7rem;
        text-align: center;
        color: darkred !important;
    }
    .navbar ul li {
        padding: 4px 6px 0px 10px;
    }

        .navbar ul li:hover {
            /*background-color: #53b9a3;*/
        }

    .navbar ul li a.nav-link {
        color: white !important;
        text-align:center;
    }

        .navbar ul li.logo img {
            height: 63px;
            width: 195px;
        }

        .navbar ul li.login {
            padding: 15px 10px 10px 10px;
        }

        .navbar ul li.lang, .navbar ul li.contact {
            padding: 25px 10px 10px 10px;
        }

        .navbar ul li.lang a:hover {
            border-radius:2px;
            -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
            -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
            box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.25);
        }

        .navbar ul li.lang img {
            border-radius: 50%;
            height: 24px;
            width: 24px;
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
        }
        .navbar ul li a.nav-link.dropdown-toggle:after {
            margin: -3px auto;
        }
        
#header-nav-menu ul li a.nav-link {
    color: white !important;
    text-align: center;
}
#header-nav-menu ul li:hover {
    background-color: #53b9a3;
    border-bottom: solid green;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.justify-content-md-center {
    justify-content: center !important;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.pagination li {
    float: right !important;
}

i {
    rotation: 180deg !important;
}

/*
    ------------------------------------------
    Dashboard Cards
    ------------------------------------------
*/
.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
    color: #FFF;
}

    .card-counter:hover {
        box-shadow: 4px 4px 20px #DADADA;
        transition: .3s linear all;
    }

    .card-counter.blue {
        background-color: #007bff;
    }

    .card-counter.red {
        background-color: #ef5350;
    }

    .card-counter.green {
        background-color: #66bb6a;
    }

    .card-counter.skyblue {
        background-color: #26c6da;
    }

    .card-counter.yellow {
        background-color: #ceb738;
    }

    .card-counter.lighbrown {
        background-color: #F4A460;
    }

    .card-counter.secondblue {
        background-color: #47748b;
        color: #FFF;
    }

    .card-counter.darkred {
        background-color: #733030;
    }

    .card-counter.gray {
        background-color: #58656c;
    }

    .card-counter.darkblue {
        background-color: #2b5581;
    }

    .card-counter svg {
        font-size: 5em;
        opacity: 0.2;
        float:left;
    }


    .card-counter .count-numbers {
        position: absolute;
        right: 35px;
        top: 20px;
        font-size: 32px;
        display: block;
    }

    

    .card-counter .count-name {
        position: absolute;
        right: 35px;
        top: 65px;
        font-style: italic;
        text-transform: capitalize;
        opacity: 0.5;
        display: block;
        font-size: 18px;
    }
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin-top: 20px;
}

#sidebar {
    min-width: fit-content;
    /*width: 207px;*/
    background: #696969;
    color: #fff;
    transition: all 0.3s;
    overflow-y: auto;
}

    #sidebar.active {
        margin-right: -207px;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #53b9a3;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }
    #sidebar ul li {
        padding-right: 10px;
        margin-top: 5px;
    }

    #sidebar ul p {
        color: #fff;
        padding: 0px 10px 0px 0px;
    }

        #sidebar ul p.sidebar-name {
            font-size: 0.7rem;
        }
            #sidebar ul p.sidebar-name > span {
                font-size: 1.5em;
            }

    #sidebar ul li.name-li {
        padding: 0px;
    }

        #sidebar ul p.company-name {
            margin-top: 0px;
            font-size: 0.9rem;
            text-align: center;
            padding: 0px 0px 0px 15px;
            font-weight:bold;
        }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.2em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #53b9a3;
            background: #fff;
        }

    #sidebar ul li.active > a {
        color: #53b9a3;
        background: #fff;
    }

    #sidebar > a[data-toggle="collapse"] {
        position: relative;
    }

    #sidebar .dropdown-toggle::after {
        float: left;
        margin-top: 10px;
    }

    #sidebar > ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #53b9a3;
    }

    #sidebar > ul.CTAs {
        padding: 20px;
    }

        #sidebar > ul.CTAs a {
            text-align: center;
            font-size: 0.9em !important;
            display: block;
            border-radius: 5px;
            margin-bottom: 5px;
        }

    #sidebar > a.download {
        background: #fff;
        color: #53b9a3;
    }

    #sidebar > a.article,
    a.article:hover {
        background: #53b9a3 !important;
        color: #fff !important;
    }
#sidebarCollapse {
    position: fixed;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-right: -207px;
    }

        #sidebar.active {
            margin-right: 0px;
        }

    #sidebarCollapse span {
        display: none;
    }
}

.easypiechart-panel {
    text-align: center;
    padding: 1px 0;
    margin-bottom: 20px;
    background-color: white;
}

.placeholder h2 {
    margin-bottom: 0px;
}

.donut {
    width: 100%;
}

.easypiechart {
    position: relative;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 20px auto 10px auto;
}

    .easypiechart .percent {
        display: block;
        position: absolute;
        font-size: 26px;
        top: 38px;
        width: 120px;
    }

.chart {
    position: relative;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 20px auto 10px auto;
}

.card-signin {
    border: 0;
    border-radius: 0;
}

    .card-signin .card-title {
        margin-bottom: 2rem;
        font-weight: 300;
        font-size: 1.5rem;
    }

    .card-signin .card-body {
        padding: 2rem;
    }

.field-validation-error {
    color: #fff !important;
    font-size: 13px !important;
    float: right;
    margin-top: 10px;
    background: #f58d8d;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 3px;
    width: 100%;
}
.field-validation-error-col-4 {
    color: #fff !important;
    font-size: 13px !important;
    float: left;
    margin-top: 10px;
    background: #f58d8d;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 3px;
    width: 235px;
}
.field-validation-error-col-3 {
    color: #fff !important;
    font-size: 13px !important;
    float: left;
    margin-top: 10px;
    background: #f58d8d;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 3px;
    width: 100%;
}
.field-validation-error-col-2 {
    color: #fff !important;
    font-size: 13px !important;
    float: left;
    margin-top: 10px;
    background: #f58d8d;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 3px;
    width: 170px;
}

.select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
}


/*.select2 {
    width: 280px !important;
}
.col-4-select2 .select2 {
    width: 235px !important;
}
.col-3-select2 .select2 {
    width: 165px !important;
}*/
.clients-radio-check {
    text-align: center;
}
.search-criteria {
    margin: 15px auto;
}
.search-select2 .select2{
    /*width: 245px !important;*/
}
.search-criteria .header {
    background-color: lightgray;
}

#alert {
    position: fixed;
    top: 5px;
    left: 2%;
    width: 96%;
    display: none;
    z-index: 9999;
    text-align: center;
    font-size: 1.3em;
}

.booking-hint {
    text-align: center;
}

    .booking-hint .close-booking-values {
        background-color: lightgray;
        border-radius: 10px;
        text-align: center;
    }
        .booking-hint .close-booking-values p {
            font-weight: bold;
        }

.pagination {
    display: table;
    margin: 20px auto;
}

    .pagination li {
        float: left;
    }

        .pagination li .page-link {
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            /*border-radius: 50%;*/
            color: black;
            margin: 1px;
        }
            .pagination li .page-link:focus {
                box-shadow: 0 0 0 0rem !important
            }

        .pagination li button:hover {
            background-color: #696969 !important;
            color: #fff !important;
            cursor: pointer;
        }

    .pagination > .active > button {
        background-color: #696969;
        color: #fff;
    }

    .pagination > .active > span {
        background-color: #696969;
        color: #fff;
    }

    .pagination p {
        padding-top: 10px;
        padding-right: 10px;
    }

    .pagination > .active-count {
        padding-top: 6px;
        padding-right: 10px;
    }

        .pagination > .active-count > span {
            background-color: #696969;
            color: #fff;
        }

.no-data-found-chart {
    text-align: center;
    padding-top: 50%;
}

.chart-container i {
    margin-left: 50%;
}

.user-info-list {
    font-size: 0.8em;
    list-style-type: none;
}

    .user-info-list li > label {
        text-decoration: underline;
    }

.mandatory:after {
    content: " *";
    color: red;
    font-weight: bold;
}

.home-card {
    background-color: #696969 !important;
    text-align: center !important;
    color: white;
    font-weight: bold;
    padding: 30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.grid-container {
    width: auto;
    padding-top: 10px;
    background-color: #e9ecef;
    padding-bottom: 5px;
}

.sub-form {
    background-color: lightgrey;
    border-radius: 5px;
    margin: 20px auto;
    padding: 10px;
}
button.align-center ,input.align-center {
    margin: 32px auto;
}

    .lookups-links {
        list-style-type: none;
    }

        .lookups-links li {
            padding: 5px 50px 0px 0px;
            background-color: #696969;
            padding-bottom: 5px;
            margin-bottom: 10px;
            color: white;
            border-radius: 7px;
            width: 100%;
        }
            .lookups-links li.car-box {
                padding: 5px 5px 5px 5px !important;
            }
.times-colored {
    color: red;
    text-align: center;
}

.correct-colored {
    color: green;
    text-align: center;
}
.rate-season-btn {
    font-size: 0.8em;
}
.actions-grid {
    text-align: center;
}
.modal-header {
    color: white;
}

    .modal-header.primary {
        background-color: #696969;
    }

    .modal-header.warning {
        background-color: #ffae42;
    }
.changed-booking-action-type {
    background-color: #28a745;
    color: white;
    border: 1px solid;
}
.table.booking-history th {
    text-align: center;
    white-space: nowrap;
}
.table.booking-history tr td {
    text-align: center;
    white-space: nowrap;
}
.profile-form {
    background-color: white;
    padding: 15px 30px;
    border-radius: 20px;
}
.vr {
    border-left: 1px solid #000;
    height: 100%;
    margin: 0px 100% 0px 0px;
}
.total-count {
    width: 100px;
    background: #696969;
    color: white;
    padding: 0px 12px 0px 0px;
    margin: 0px 40% 15px 0px;
}
    .total-count span.value {
        font-weight: bold;
        background-color: lightgray;
        color: black;
        padding: 0px 5px 0px 5px;
        float: left;
    }
.btn-create-new {
    margin: 10px 0px 0px 5px;
}
.input-search {
    height: 30px !important;
}
.header-search{

}
.header-search .search-actions {
    width: 90px !important;
}
a.profile-icon:after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin: 0px 0px -4px 0px !important;
}
.drop-down-export {
    width: 100px;
}
.export .btn{
    margin-top: 30px;
}
.btn-full {
    width: 100%;
}

.dropdown-menu {
    width: max-content;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #696969 !important;
    color: white;
}

.btn-success {
    background-color: #696969 !important;
    border-color: #696969 !important;
}
    .btn-success:focus {
        box-shadow: 0 0 0 0.1rem #696969;
    }
.form-control:focus {
    border-color: #696969;
    box-shadow: 0 0 0 0.1rem #696969;
}
.trial-hint {
    background-color: #53b9a3;
    font-size: 0.7rem;
    text-align: center;
    color: darkred;
}

.details-box-item div.form-group {
    background-color: whitesmoke;
    padding: 10px 25px 2px 0px;
    border-color: #696969;
    border-radius: 0.5em;
    box-shadow: 0 0 0 0.1rem #696969;
    max-height: 250px;
    overflow-y: auto;
}
    .details-box-item label {
        font-weight: bold;
    }
    .details-box-item p {
        font-size: inherit;
    }
.role-items li {
    background-color: #696969;
    padding: 4px 10px 4px 10px;
    border-radius: 10px;
    margin: 4px 0px 5px 0px;
    color:white;
}
.table-company-driver thead tr th, .table-company-driver tbody tr td {
    white-space: nowrap;
}
.search-toggle-btn {
    color: #007bff !important;
}
.search-toggle-btn:hover {
    text-decoration:underline !important;
}
.breadcrumb {
    margin-bottom: 0px !important;
    margin-top: 18px;
    text-decoration: underline;
}
    .breadcrumb a {
        text-underline-position: under;
        color: inherit;
        text-decoration: none;
        transition: all 0.1s;
    }
.en-dropdown {
    direction: ltr;
}

.ar-dropdown {
    direction: rtl;
}
input.form-control {
    font-weight: bold;
}
textarea.form-control {
    font-weight: bold;
}

::-webkit-input-placeholder { /* Edge */
    font-weight:normal;
}

:-ms-input-placeholder { /* Internet Explorer */
    font-weight: normal;
}

::placeholder {
    font-weight: normal;
}
.config-td {
    width: 100px;
}
.month-planner-header {
    padding: 0px !important;
    height: 70px;
}
.quick-search-header {
    padding: 0px !important;
    height: 25px;
}
.circle-legand.green {
    height: 10px;
    width: 10px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.circle-legand.orange {
    height: 10px;
    width: 10px;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
}

.circle-legand.primary {
    height: 10px;
    width: 10px;
    background-color: #007bff;
    border-radius: 50%;
    display: inline-block;
}

.circle-legand.red {
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

.tenant-logo-menu {
    width: 100px;
    height: 100px;
    margin: 0px 20% 0px 0px;
}
.tenant-logo-preview {
    width: 100px;
    height: 100px;
    margin: 0px 50% 0px 0px;
}

footer {
    position: relative !important;
    height: 60px;
    bottom: -20px;
    width: 100%;
    text-align: center;
}
.custom-control-label {
    cursor: pointer;
}
.timepicker {
    direction:ltr;
}

.home-count-card {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 10px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
    text-align: center;
}

    .home-count-card .orange {
        color: orange;
    }

    .home-count-card .red {
        color: red;
    }

    .home-count-card .green {
        color: green;
    }

fieldset.scheduler-border {
    border: 2px groove #696969 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    height: 117px;
}


fieldset.scheduler-border-auto {
    border: 2px groove #696969 !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}
.uppercase {
    text-transform: uppercase;
}

.demo {
    padding: 50px 0;
}

.heading-title {
    margin-bottom: 50px;
}

.popular {
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

.not-popular {
    box-shadow: 0 0 2px rgba(0,0,0,0.6);
}

.pricingTable {
    border: 0px solid #e3e3e3;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    transform: translateZ(0px);
}

    .pricingTable:before,
    .pricingTable:after {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        bottom: -2px;
        right: -2px;
        z-index: -1;
        /*transition: all 0.5s ease 0s;*/
    }

    .pricingTable:before {
        border-right: 2px solid #08c6aa;
        border-left: 2px solid #08c6aa;
        transform: scaleY(0);
        transform-origin: 100% 0 0;
    }

    .pricingTable:after {
        border-bottom: 2px solid #08c6aa;
        border-top: 2px solid #08c6aa;
        transform: scaleX(0);
        transform-origin: 0 100% 0;
    }

    .pricingTable:hover:before {
        transform: scaleY(1);
    }

    .pricingTable:hover:after {
        transform: scaleX(1);
    }

    .pricingTable .pricingTable-header {
        background: #08c6aa;
        color: #fff;
        margin: -2px -2px 35px;
        padding: 15px 0px 0px 45px;
        height: 185px;
    }

    .pricingTable .heading {
        font-size: 30px;
        font-weight: 600;
        margin: 0 0 5px 0;
    }

    .pricingTable .subtitle {
        font-size: 14px;
        display: block;
    }

    .pricingTable .price-value {
        font-size: 35px;
        position: relative;
        display: inline-block;
    }

    .pricingTable .currency {
        font-size: 33px;
        font-weight: 600;
        position: absolute;
        top: 0px;
        right: -63px;
    }

    .pricingTable .month {
        font-size: 20px;
        position: absolute;
        bottom: 30px;
        left: -70px;
    }

    .pricingTable .pricing-content {
        list-style: none;
        padding: 0;
        margin-bottom: 30px;
    }

        .pricingTable .pricing-content li {
            font-size: 16px;
            color: #7a7e82;
            line-height: 40px;
        }

    .pricingTable .read {
        display: inline-block;
        border: 2px solid #7a7e82;
        border-left: none;
        font-size: 14px;
        font-weight: 700;
        color: #7a7e82;
        padding: 9px 30px;
        position: relative;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
    }

        .pricingTable .read:hover {
            border-color: #08c6aa;
            color: #08c6aa;
        }

        .pricingTable .read i {
            font-size: 19px;
            margin-top: -10px;
            position: absolute;
            top: 50%;
            right: 15px;
            transition: all 0.3s ease 0s;
        }

        .pricingTable .read:hover i {
            right: 5px;
        }

        .pricingTable .read:before,
        .pricingTable .read:after {
            content: "";
            display: block;
            height: 30px;
            border-left: 2px solid #7a7e82;
            position: absolute;
            left: -11px;
            transition: all 0.3s ease 0s;
        }

        .pricingTable .read:before {
            bottom: 15px;
            transform: rotate( 46deg );
        }

        .pricingTable .read:after {
            top: 14px;
            transform: rotate(-45deg);
        }

        .pricingTable .read:hover:before,
        .pricingTable .read:hover:after {
            border-left-color: #08c6aa;
        }

@media screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 25px;
    }
}

.company-name-profile {
    font-size: 2rem;
}

.company-logo{
    height:150px;
    width:150px;
}

.feature-icon {
    font-size: 6rem;
    color: #696969;
}

.client-logo {
    height: 239px;
}

.car-category-logo {
    height: 100px;
    width:100px;

}

.car-category-logo-grid {
    height: 60px;
    width: 60px;
    border-radius: 15%;
}

.preview-file {
    width: 100%;
    height: 200px;
}

.carousel .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -99px;
    cursor: pointer;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 2px
}

.carousel-inner {
    height: 130px !important;
}

.carousel-caption {
    position: relative;
    left: 0%;
    bottom: 0%;
    right: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: black;
    text-align: right;
}

.carousel-item {
    padding: 0px 80px 0px 0px;
}

.carousel a {
    color: black !important;
}


.carousel-indicators {
    position: relative !important;
}

    .carousel-indicators li {
        background-color: #696969 !important;
        margin-top: 15px;
    }
.card-carousel{
    font-size:1.4rem;
}

.circle {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    line-height: 137px;
    text-align: center;
    border: 4px solid #696969;
    color: #696969;
    background-color: ghostwhite;
}

    .circle span {
        line-height: normal;
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        font-size: 1.3rem;
    }

.arrow svg {
    width: 90px !important;
    margin-top: 65px !important;
    font-size: 1rem;
}

.card-signin img{
    width:100%;
}

.feature-card {
    background-color: ghostwhite;
}

.car-category-logo-reservation {
    height: 67px;
    width: 150px;
    border: 2px solid #696969;
    border-radius: 0px;
}
.reservation-card {
    background-color: whitesmoke;
    border-radius: 10px;
    border: 2px solid #696969;
    position: relative;
    display: inline-block;
    width:100%;
    height:100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s;
}
    .reservation-card:after {
        content: "";
        border-radius: 5px;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        opacity: 0;
        -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .reservation-card:hover {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
        -webkit-transform: scale(1.25, 1.25);
        transform: scale(1.01, 1.01);
        z-index: 9;
    }
.reservation-card:hover::after {
    opacity: 1;
}

    .reservation-card .car-type, .car-type {
        font-size: 1.5rem;
        font-weight: bold
    }
    .reservation-card .car-model,.car-model {
        font-size: 1.5rem;
        font-weight: bold
    }
    .reservation-card .price-area {
        position: absolute;
        bottom: -11px;
        right: 0;
        text-align: center;
    }

    .reservation-card .highest-sell.color {
        background-color: #FF8C00;
        color: #fff;
    }

    .reservation-card .highest-sell {
        padding: 5px 8px 5px 18px;
        margin-left: -15px;
        float: left;
        position: relative;
        min-width: 100%;
        text-align: center;
        height: 30px;
    }

        .reservation-card .highest-sell.color:after {
            border-top-color: #FFA500;
        }

        .reservation-card .highest-sell:after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-top: 5px solid #ddd;
            border-left: 5px solid transparent;
            bottom: -5px;
            left: 0;
        }

    .supplier-search-logo {
        height: 100% !important;
        width: 50%;
    }


.res-calendar-card {
    border-radius: 0px !important;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 1px solid #696969;
}

.res-calendar-item-col {
    padding: 0px;
    height: 50px;
}
    .res-calendar-item-col .form-group, .res-calendar-item-col .form-group .mx-datepicker, .res-calendar-item-col .form-group .mx-datepicker .mx-input-wrapper {
        height: 100% !important;
    }

        .res-calendar-item-col .form-group .mx-datepicker .mx-input-wrapper input, .res-calendar-item-col .form-control, .res-calendar-item-col button {
            height: 100% !important;
            border: 4px solid orange !important;
            border-radius: 0px !important;
        }

    .res-calendar-item-col .select2-selection {
        border: 4px solid orange !important;
        border-radius: 0px !important;
        height: 50px !important;
        margin: -1px;
    }
    
* {
    unicode-bidi: embed;
}

.booking-area {
    border: 2px solid #696969;
    border-radius: 2px;
}

.details-booking-th {
    background-color: #696969;
    color: white;
    border-bottom: 0px !important;
}

.search-result .pre {
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 6px solid #696969;
    padding-bottom: 6px;
}

.search-result .value {
    font-size: 1.7rem;
}

.search-result .post {
    font-size: 1rem;
    font-weight: bold;
}

.img-fa {
    height: 1em;
    width: 1em;
}
.hand-indicator {
    animation: MoveUpDown 1.5s linear infinite;
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 3rem;
    height: 50px;
    z-index:9;
}
@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }

    50% {
        bottom: 100px;
    }
}
@keyframes MoveUpDown {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(50px);
    }
}

.to-create-booking{
    font-size:2rem;
}
.to-create-booking-card {
    border: 2px solid #696969;
}
.results-for {
    font-size: 1.4rem;
    border: 3px solid #696969;
    background: gainsboro;
}
.intro {
    line-height: 2rem;
}

#vc-form-label {
    display: inline-flex;
    background-color: #696969;
    padding: 0.3rem 1rem;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 3px;
    font-size: 80%;
    width: 16%;
    height: 35px;
}

    #vc-form-label:before, #vc-form-label:after {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        border-width: 0 0 12px 12px;
        border-style: solid;
    }

    #vc-form-label:before {
        border-color: transparent transparent transparent #488F7F;
        right: 0;
        top: 35px;
        z-index: 0;
    }

    #vc-form-label:after {
        left: -12px;
        border-color: transparent transparent #488F7F transparent;
        top: 0;
    }

#vc-form-label-en {
    display: inline-flex;
    background-color: #696969;
    padding: 0.3rem 1rem;
    position: absolute;
    z-index: 2;
    top: 5px;
    left: 3px;
    font-size: 80%;
    width: 16%;
    height: 35px;
    direction: ltr;
}

    #vc-form-label-en:before, #vc-form-label-en:after {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        border-width: 11px 0 0 12px;
        border-style: solid;
    }

    #vc-form-label-en:before {
        left: 0;
        border-color: #488F7F transparent transparent transparent;
        bottom: -11px;
    }

    #vc-form-label-en:after {
        border-color: transparent transparent transparent #488F7F;
        right: -12px;
        top: 0;
        z-index: 0;
    }

.car-class-row{
    justify-content:center;
}
    .car-class-row .car-class-card {
        text-align: center;
        border: 1px solid;
        
    }

    .car-class-row .active {
        border: 1px solid #696969;
        background-color: #f8f9fa;
    }

    .car-class-row .car-class-card:hover {
        cursor: pointer;
        border: 1px solid #696969;
        background-color: #f8f9fa;
    }

    .car-class-row .car-class-card a{
        text-decoration:none;
        color:inherit;
    }

        .car-class-row .car-class-card img {
            height: 50px;
            width: 70px;
            text-align: center;
        }
.mx-datepicker{
    width:100% !important;
}
.font-1-5 {
    font-size: 1.5rem;
}
.underline {
    text-decoration: underline;
}
.search-progress {
    width: 100%;
}

.search-progress-container {
    height:2.5rem;
}

.searching-text{
    font-size:1.7rem;
}

.side-bar-count {
    padding: 3px;
    background-color: red;
    border-radius: 50%;
    width: inherit;
    height: inherit;
}
.side-bar-count-text {
    font-size: 0.9rem;
    padding-right: 3px;
}

.count-spin {
    height: inherit;
    width: inherit;
    padding:7px;
}
fieldset.table-responsive {
    width: auto !important;
}
.reservation-car-img {
    width: inherit;
}
.rental-car-logo {
    width: 106px;
    margin: 5px auto;
}

select option {
    font-weight:bold;
}
