@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600&display=swap');

:root {
    --blue: #4669f4;
    --blue-dark: #4c46f4;
    --white: #ffffff;
    --gray: #aaa;
    --primary: var(--blue);
}

.btn-primary {
    color: #fff !important;
    background: linear-gradient(to left top, #4cbb84, #50bc77, #57bd68, #60be58, #6cbe45) !important;
    border-color: #4cbb84 !important;
}

.dropdown .btn-secondary {
    color: #fff !important;
    background: #4cbb84 !important;
    border-color: #4cbb84 !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #4cbb84 !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:focus {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
}

* {
    padding: 0;
    margin: 0;
}

.topbar {
    float: left;
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
    box-shadow: 0 3px 20px #EFEFEF;
    position: fixed;
    top: 0;
    background: var(--white);
    z-index: 98;
}

.main-sidebar {
    position: sticky;
    top: -249px;
    z-index: 987654;
}

.logo img {
    height: 70px;
    padding: 2px 0;
    position: absolute;
    /*right: 40%;*/
}
 
.right_option {
    float: right;
}

.logo {
    float: left;
}

.lock a {
    background: var(--blue);
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
    text-decoration: navajowhite;
    border-radius: 30px;
    padding: 5px;
    display: block;
    width: 90px;
    text-align: center;
    margin: 8px 15px;
    height: 37px;
}

.icon-search {
    right: 10px;
    top: 10px;
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 17px;
}

.lock {
    border-left: 1px solid #ddd;
    height: 68px;
}

.sub-menu a.nav-link {
    background: #fff;
    color: #4cbb84;
}

.sub-menu a:hover, .sub-menu a.active {
    color: #fff !important;
    background: #4cbb84 !important;
}

.full_screen {
    border-left: 1px solid #ddd;
    height: 68px;
}

    .full_screen img {
        width: 22px;
        margin: 15px 15px;
        cursor: pointer;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
    }

        .full_screen img:hover {
            transform: scale(1.2,1.2);
        }

.profile_btn button {
    background: none;
    border: none;
    color: #333;
    font-weight: 500;
    margin-top: 10px;
}

.full_screen {
    border-left: 1px solid #ddd;
}

.profile_btn button {
    background: none;
    border: none;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    padding: 0;
    margin-top: 6px;
    margin-left: 15px;
    box-shadow: none !important;
}

.profile_btn {
    border-left: 1px solid #ddd;
    height: 68px;
    padding: 0 !important;
}

.dropdown-toggle::after {
    display: none;
}

.profile_btn button:hover {
    background: none;
    border: none;
    color: var(--blue);
}

.profile_btn img {
    margin-left: 10px;
    width: 58px;
}

.profile_btn .dropdown-menu {
    right: 10px !important;
    top: 5px !important;
    border: none;
    box-shadow: 0 4px 15px #ddd;
    width: auto;
    padding: 0;
    left: auto !important;
}

    .profile_btn .dropdown-menu a {
        font-size: 14px;
        margin: 0px auto;
        border-top: 1px solid #eee;
        padding: 13px 20px;
        float: right;
        font-weight: 600;
    }

.search_table_employee {
    position: absolute;
    top: 90px;
    clear: both;
    z-index: 97;
    left: 15%;
}

.search_table_user {
    position: absolute;
    top: 30px;
    clear: both;
    z-index: 97;
    left: 15%;
}

.search_table_timesheet {
    position: absolute;
    left: -5px;
    top: 75px;
    clear: both;
    z-index: 97;
}

.table_new{
    top:67px !important;
}
.search_table_report {
    position: absolute;
    left: -5px;
    top: 25px;
    clear: both;
    z-index: 97;
}

.left_sidebar {
    position: fixed;
    top: 70px;
    background: linear-gradient(to left top, #4cbb84, #50bc77, #57bd68, #60be58, #6cbe45);
    bottom: 0;
    width: 115px;
    z-index: 987;
    overflow-y: auto;
}

    .left_sidebar a {
        padding: 20px 5px;
        color: var(--white);
        text-align: center;
        font-size: 13px !important;
        font-weight: 500;
        border-bottom: 1px solid var(--white);
        height: 90px;
    }

    .left_sidebar li {
        float: left;
        display: block;
        clear: both;
        width: 100%;
    }

        .left_sidebar li a i {
            width: 100%;
            text-align: center;
            font-size: 20px;
        }

    .left_sidebar a img {
        width: 40px;
        margin-bottom: 8px;
    }

.text-center a {
    margin-left: 5px;
}

.bay {
    background: url("../img/icon_1.svg");
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: center;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    margin-bottom: 4px;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.parts {
    background: url("../img/icon_2.svg");
    background-repeat: no-repeat;
    background-size: 31px;
    background-position: center;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    margin-bottom: 4px;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.crm {
    background: url("../img/icon_3.svg");
    background-repeat: no-repeat;
    background-size: 37px;
    background-position: center;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    margin-bottom: 4px;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.hrm {
    background: url("../img/icon_4.svg");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    height: 45px;
    width: 40px;
    margin: 0 auto;
    margin-bottom: 4px;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.main_section {
    margin-left: 115px;
    margin-top: 90px;
    padding: 20px 0;
    padding-left: 20px;
    margin-right: 310px;
    padding-right: 0px;
    margin-bottom: 50px;
    min-height: calc(100vh - 180px);
}

.right_section {
    /* margin-left: 90px; */
    margin-top: 90px;
    /*padding: 20px 0;*/
    /* padding-left: 20px; */
    /*margin-right: 310px;*/
    padding-right: 0px;
    margin-bottom: 50px;
    min-height: calc(100vh - 180px);
}

.heading h2 {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -0.5px;
}
input::-webkit-input-placeholder {
    font-size: 15px !important;
}
.service_box {
    float: left;
    height: 170px;
    width: 200px;
    box-shadow: 0 5px 17px #ddd;
    margin-right: 25px;
    border-radius: 4px;
    margin-top: 20px;
    padding: 18px 15px !important;
}

    .service_box img {
        width: 35px;
    }

    .service_box p {
        width: 100%;
        font-size: 15px;
        color: #666;
        font-weight: 500;
        font-weight: 500;
        margin: 10px auto 13px;
        letter-spacing: -0.1px;
    }

    .service_box strong {
        font-size: 23px;
        font-weight: 600;
        color: #222;
    }

.heading h3 {
    color: #333;
    font-weight: 600;
    font-size: 19px;
}

.service_request {
    margin-top: 40px;
}

.open_service {
    float: left;
    height: auto;
    margin-bottom: 40px;
    width: 100%;
    box-shadow: 0 2px 10px 6px #eee;
    margin-right: 25px;
    border-radius: 4px;
    margin-top: 20px;
    padding: 20px 20px !important;
}

    .open_service img {
        width: 110px;
    }

    .open_service p {
        font-size: 15px;
        font-weight: 600;
        margin: 15px auto 0px;
        height: 50px;
    }

.service {
    color: #0071bc;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.open_service span {
    font-size: 13.5px;
    color: #666;
}

.open_service a {
    background: #eee;
    color: #009245;
    padding: 11px;
    border-radius: 26px;
    display: block;
    width: 90px;
    height: 35px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding-top: 8px;
    margin-top: 14px;
}

.service_request .carousel-inner {
    height: 300px;
}

.service_request .carousel-control-prev {
    position: absolute;
    background: none;
    opacity: 1;
    right: 40px !important;
    display: block !important;
    width: 30px;
    height: 30px !important;
    top: -30px;
    left: auto;
    background-image: url("../img/prev.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.service_request .carousel-control-next {
    position: absolute;
    background: none;
    opacity: 1;
    right: 0px !important;
    display: block !important;
    width: 30px;
    height: 30px !important;
    top: -30px;
    left: auto;
    background-image: url("../img/next.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.parts_ordered {
    margin-top: 05px;
}

    .parts_ordered table {
        width: 75%;
        border: 1px solid #eee;
        margin-top: 15px;
        float: left;
    }

    .parts_ordered td {
        font-weight: 500;
        color: #4d4d4d;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 18px 15px;
        font-size: 14px;
    }

.vehicle_bay {
    float: left;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 20px;
}

.parts_ordered {
    float: left;
    width: 100%;
}

.vehicle_bay td {
    font-weight: 500;
    font-size: 14px;
    color: #4d4d4d;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 23px 15px;
}

.vehicle_bay table {
    width: 100%;
    border: 1px solid #eee;
    margin-top: 15px;
    float: left;
}

.vehicle_bay th {
    background: #e8e8e8;
    border: none !important;
    font-weight: 600;
    font-size: 14px;
}

.vehicle_bay .dropdown a {
    font-size: 14px;
}

a, button {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.carousel-inner {
    width: auto;
}

.show_menu {
    display: none;
    cursor: pointer;
}

.intro {
    left: 0px !important;
    z-index: 999999 !important;
}

.hide_menu {
    display: none;
}

.request_form {
    width: 100%;
    margin-top: 15px;
}

    .request_form label {
        color: #808080;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .request_form select {
        width: 100%;
        border-radius: 5px;
        border: 1px solid #ddd;
        height: 45px;
        padding-left: 10px;
        -webkit-appearance: none;
        color: #666;
        font-size: 15px;
    }

.add_customer img {
    width: 26px;
    float: left;
    margin-top: 14px;
}

.add_customer span {
    color: #666;
    font-weight: 500;
    margin-top: 15px;
    float: left;
    font-size: 14px;
    margin-left: 7px;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.request_form select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 45px;
    padding-left: 10px;
    -webkit-appearance: none;
    color: #666;
    font-size: 15px;
    background-image: url("../img/down_arrow.svg");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center right 10px;
}

.add_customer {
    cursor: pointer;
}

.modal-header img {
    float: left;
    width: 40px;
}

.modal-header p {
    float: left;
    margin-bottom: 0;
    font-size: 20px;
    margin-left: 10px;
    margin-top: 4px;
}

.modal-dialog {
    max-width: 600px;
}

.new_customer input {
    background: #f0f9ff;
    height: 45px;
    border: 1px solid #ddd;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
}

.new_customer select {
    background: #f0f9ff;
    height: 45px;
    border: 1px solid #ddd;
    color: #666 !important;
    font-size: 15px;
    font-weight: 500;
    background-image: url("../img/down_arrow.svg");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center right 10px;
    width: 100%;
    border-radius: 5px;
    padding-left: 10px;
    -webkit-appearance: none;
}

.new_customer label {
    font-size: 14px;
    color: #808080;
    font-weight: 500;
    margin-top: 17px;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.add_customer span:hover {
    font-size: 15.5px;
}

input {
    box-shadow: none !important;
}

.address_check {
    width: auto;
    float: left;
}

.new_customer span {
    font-size: 14px;
    color: #999;
    margin-top: 11px;
    float: left;
    margin-left: 8px;
}

.modal-footer button {
    border-radius: 35px;
    width: 140px;
    height: 42px;
    font-size: 16px;
    font-weight: 600;
}

.cancel {
    background: #eee;
    border: none;
    color: #999;
    margin-right: 15px !important;
}

.cancel {
    background: #ddd;
    border: none;
    color: #666;
}

.modal-footer {
    border: none;
    margin-bottom: 20px;
}

.request_form label {
    margin-top: 10px;
}

.vin_number {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 8px 0px;
}

    .vin_number input {
        border: none;
        background: none;
        padding-left: 15px;
    }

    .vin_number input {
        border: none;
        background: none;
        width: 100%;
        border-right: 2px solid #ddd;
        color: #0071bc !important;
        font-size: 20px;
    }

    .vin_number span {
        margin: 0;
        color: #000;
        font-weight: 500;
        font-size: 16px;
    }

.status {
    position: fixed;
    margin: -4px 0px 0 0px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.vin_number label {
    margin-top: 0px;
    margin-bottom: 0;
}

input::placeholder {
    color: #999;
    font-size: 15px;
}

th i {
    float: left;
    padding: 3px;
}

.modal-body {
    padding: 20px 30px;
}

.service_list .nav-item a {
    font-size: 14px;
    font-weight: 500;
    color: #999;
}

.service_list {
    float: left;
    width: 100%;
    margin-top: 70px;
}

.nav-link.active {
    color: var(--white) !important;
    border: none;
}

.nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1.9px;
    }

/*.add_services a {
	background: #e6e6e6;
	width: 170px;
	display: block;
	margin-top: 20px;
	padding: 10px;
	border-radius: 4px;
	color: #b3b3b3;
	font-weight: 500;
	text-align: right;
	font-size: 17px;
	background-image: url("../img/plus_grey.svg");
	background-repeat: no-repeat;
	background-size: 33px;
	background-position: center left 6px;
}*/
.add_services a {
    background: #0071bc;
    width: 145px;
    display: block;
    margin-top: 20px;
    padding: 8px;
    border-radius: 4px;
    color: var(--white);
    font-weight: 500;
    text-align: right;
    font-size: 15px;
    background-image: url("../img/plus_white.svg");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center left 6px;
}

    .add_services a:hover {
        font-size: 15.5px;
    }

a {
    text-decoration: none !important;
}

.des label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    color: #000;
}

.des input {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 200px;
    font-size: 15px;
    margin-top: 5px;
    padding: 10px;
    box-sizing: border-box;
}
/*.des {
	float: left;
	margin-top: 20px;
	position: relative;
}
.price {
	float: left;
	margin-top: 20px;
	position: relative;
}*/

.price input {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px;
    width: 100px;
    box-sizing: border-box;
}

.price label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    display: block;
}

.price p {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    margin-top: 14px;
    margin-top: 15px;
}

.add_labour_parts button {
    background: #ddd;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 500;
    margin-top: 0px;
    cursor: pointer;
    color: #333;
}

.add_labour_parts {
    overflow: hidden;
}

    .add_labour_parts label::after {
        background: #eee;
        content: "";
        width: 290px;
        height: 1px;
        display: block;
        position: absolute;
        top: 35px;
    }

    .add_labour_parts label::before {
        background: #eee;
        content: "";
        width: 290px;
        height: 1px;
        display: block;
        position: absolute;
        top: 106px;
    }

.parts_add input {
    margin-top: 0;
}

.parts_add .des {
    margin-top: 10px;
}

.parts_add .price {
    margin-top: 10px;
}

.parts_add p {
    margin-top: 5px;
}

.parts_add label {
    opacity: 0;
    height: 0;
    margin: 0;
}
/*.add_labour_parts {
	display: none;
}*/
.results .add_labour_parts.element {
    display: block;
}

.add_labour_parts.element {
    display: none;
}

.parts_add {
    display: none;
}

.content_area {
    position: relative;
}

.menu_option {
    width: 250px;
    background: var(--white);
    position: absolute;
    top: 0px;
    display: none;
    border-radius: 3px;
    left: 75px;
    box-shadow: 0px 2px 12px #ddd;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

    .menu_option li a {
        float: left;
        color: #666;
        width: 100%;
        text-align: left;
        padding: 4px 15px;
        border-top: 1px solid #eee;
        font-weight: 600;
        font-size: 14px;
    }

.left_sidebar ul li:hover .menu_option {
    display: block;
}

.left_sidebar a img {
    width: 32px;
    margin-bottom: 8px;
    margin-right: 10px;
    margin-top: 7px;
}

.menu_option li a:hover {
    background: #f4f4f4;
    color: #333;
}

.right_bar {
    background: #eee;
    padding: 0;
    width: 290px;
    position: fixed;
    top: 125px;
    bottom: 20px;
    right: 15px;
}

    .right_bar h3 {
        font-size: 15px;
        color: #333;
        font-weight: 600;
        padding: 15px;
        background: #ddd;
        margin-bottom: 15px;
        margin-top: 0px;
    }

.service_detail span {
    float: left;
    color: #666;
    font-size: 14px;
    min-width: 105px;
    margin-right: 15px;
}

.service_detail {
    padding: 0px 15px;
    list-style: none;
}

    .service_detail li {
        width: 100%;
        display: inline-block;
    }

    .service_detail p {
        float: left;
        color: #0071bc;
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        margin-bottom: 5px;
    }

.appointment {
    width: 220px;
    display: block;
    background: var(--blue);
    height: 42px;
    margin: 20px auto 0;
    color: var(--white);
    border-radius: 30px;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    background-image: url("../img/calender.svg");
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center left 28px;
    padding-left: 45px;
}

.total_price span {
    float: left;
    color: #0071bc;
    font-size: 14px;
    min-width: 140px;
    margin-right: 15px;
    font-weight: 600;
}

.total_price {
    list-style: none;
    background: #ddd;
    padding-top: 30px;
    margin-top: 40px;
    padding-bottom: 10px;
}

    .total_price li {
        width: 100%;
        display: inline-block;
        padding: 0 15px;
    }

    .total_price p {
        float: left;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 10px;
    }

    .total_price hr {
        margin: 5px auto 15px;
        opacity: .6;
    }

.button_price button {
    display: inline-block;
    background: #0071bc;
    border: navajowhite;
    border-radius: 40px;
    width: 110px;
    padding: 7px;
    color: var(--white);
    font-weight: 500;
    margin: 6px;
    font-size: 15px;
}

.button_price {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.nav-link {
    display: block;
    padding: .5rem 22px;
}

.new_customer textarea {
    background: #f0f9ff;
    height: 45px;
    border: 1px solid #ddd;
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    height: 120px
}

.vehicle_bay .dropdown {
    float: left;
}

.vehicle_bay .dropdown-menu {
    min-width: 140px;
    float: left;
    border: none;
    padding: 0;
    box-shadow: 0 0 10px #ddd;
    left: 0;
    top: 10px !important;
}

.vehicle_bay .dropdown a {
    font-size: 14px;
    padding-right: 0;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
    padding-top: 6px;
    color: #666;
    padding-bottom: 9px;
}

.play {
    float: left;
    background: #39b54a;
    border: navajowhite;
    padding: 7px 8px;
    border-radius: 30px;
    width: 75px;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    margin-top: -7px;
    margin-left: 11px;
}

    .play img {
        float: left;
        width: 21px;
        margin-right: 3px;
    }

.appointment:hover {
    background-color: var(--blue-dark);
    color: var(--white);
    font-size: 15.5px
}

.lock a:hover {
    background: var(--blue-dark) !important;
    color: var(--white);
    font-size: 16.5px;
}

.left_sidebar a:hover, .left_sidebar a.active {
    background: var(--white) !important;
    color: #4cbb84 !important;
}

    .left_sidebar a:hover .bay {
        background-image: url("../img/icon_1_blue.svg");
    }

    .left_sidebar a:hover .parts {
        background-image: url("../img/icon_2_blue.svg");
    }

    .left_sidebar a:hover .crm {
        background-image: url("../img/icon_3_blue.svg");
    }

    .left_sidebar a:hover .hrm {
        background-image: url("../img/icon_4_blue.svg");
    }

a, button {
    outline: none !important;
}

.thin-scroll::-webkit-scrollbar-track {
    background: linear-gradient(to right, var(--scroll-track-color) 0%, var(--scroll-track-color) 30%, var(--scroll-color) 60%, var(--body-bg-color) 61%, var(--body-bg-color) 100%);
}

.thin-scroll::-webkit-scrollbar {
    width: 4px;
}

.thin-scroll::-webkit-scrollbar-thumb {
    background-color: var(--scroll-color);
    border-radius: 4px;
}

.content {
    display: grid;
    grid-template-columns: 180px 180px 180px;
    grid-gap: 20px;
    width: 180px;
    height: 200px;
}

.scrollbar {
    overflow-y: scroll;
    scrollbar-color: #ccc transparent;
    scrollbar-width: thin;
}

.modal-footer button.cancel:hover {
    background: #ccc;
    color: #666;
    border: none;
}

.add_labour_parts {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    /* border: 1px solid #eee; */
    padding: 10px 0px 25px 0;
    border-radius: 4px;
    box-shadow: 0 0px 12px 4px #eee;
}

.delete_row img {
    width: 16px;
}

.delete_row {
    position: absolute;
    top: 1px;
    right: 0px;
    cursor: pointer;
}

.total_price.mobile_view {
    display: none;
}

.js-add-row.part_open {
    margin-left: 15px;
}

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        top: 0;
        right: 0% !important;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}



.results .element:first-child {
    display: none;
}

.add_labour_parts th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    border: none;
}

.add_labour_parts {
    margin-top: 20px;
}

    .add_labour_parts thead th {
        vertical-align: bottom;
        border-bottom: 1px solid #dee2e6;
    }

.op {
    width: 100%;
}

.vb tr:nth-child(2) {
    display: none;
}

.js-del-row {
    background: none !important;
    padding: 0 !important;
    width: 16px;
    position: absolute;
    right: 20px;
    bottom: 30px;
}

/*quick dropdown*/
select#QuickLink option {
    color: #000;
}
/*SearchBy dropdown*/
select#FilterBy option {
    color: #000;
}
/*Part section csss*/
.parts_menu li a.active {
    background: none !important;
    color: var(--blue-dark) !important;
    font-size: 15px !important;
    font-weight: 600;
    border-bottom: 2px solid var(--blue-dark) !important;
}

.parts_menu li a {
    background: none !important;
    color: #b3b3b3 !important;
    font-size: 15px !important;
    border: 1px solid transparent !important;
    font-weight: 600;
}

.parts_menu {
    margin-top: 20px;
}

    .parts_menu li a:hover {
        border-color: transparent !important;
        color: var(--blue-dark) !important;
        border-bottom: 2px solid var(--blue-dark) !important;
    }

.order_part a {
    display: block;
    float: right;
    background: #000;
    color: var(--white);
    padding: 8px 18px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
}

.part_tab_1 table {
    float: left;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #e6e6e6;
}

    .part_tab_1 table th {
        background: #f3f3f3;
        font-size: 14px;
        font-weight: 600;
    }

    .part_tab_1 table th, td {
        padding: 20px 15px;
    }

    .part_tab_1 table td {
        color: #4d4d4d;
        font-size: 15px;
        font-weight: 500;
        border-top: 1px solid #e6e6e6;
    }

.part_tab_1 td button {
    background: var(--blue-dark);
    border: none;
    font-weight: 600;
    padding: 5px 10px;
    color: var(--white);
    font-size: 14px;
    border-radius: 3px;
    width: 160px;
}

.part_section {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.order_form {
    float: left;
    width: 100%;
    display: none;
    margin-top: 30px;
}

.border_form {
    width: 550px;
    padding: 20px;
    border: 1px solid #ddd;
}

.order_form label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.border_form input {
    border: 1px solid #ddd;
    height: 42px;
    border-radius: 2px;
    color: #000 !important;
    padding: 5px;
    font-size: 15px;
    margin-bottom: 20px;
}

.border_form select {
    border: 1px solid #ddd;
    height: 42px !important;
    padding: 5px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.order_form button {
    display: inline;
    margin-top: 25px;
    width: 130px;
    font-weight: 600;
    font-size: 15px;
    border: none;
    border-radius: 2px;
    margin-right: 10px;
    background: var(--blue-dark);
    height: 38px;
}

#close_part {
    background: #ddd;
    color: #333;
}

.parts_table_section table {
    float: left;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #e6e6e6;
}

    .parts_table_section table th {
        background: #f3f3f3;
        font-size: 14px;
        font-weight: 600;
    }

    .parts_table_section table th, td {
        padding: 16px 5px;
    }

    .parts_table_section table td {
        color: #4d4d4d;
        position: relative;
        font-size: 15px;
        font-weight: 500;
        border-top: 1px solid #e6e6e6;
    }

.parts_table_section td button {
    background: var(--blue-dark);
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    color: var(--white);
    font-size: 14px;
    border-radius: 3px;
    margin: 0 auto;
    min-width: 100px;
    display: block;
    font-weight: 600;
}

.black {
    color: #000 !important;
}

.container_check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container_check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        left: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -8px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.container_check {
    position: relative;
    margin-top: 0px !important;
}


    .container_check input:checked ~ .checkmark {
        background-color: #2196F3;
        border: none;
    }
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_check .checkmark::after {
    left: 0;
    top: 2px;
    width: auto;
    height: 16px;
    /* border: solid white; */
    /* border-width: 0 3px 3px 0; */
    /* -webkit-transform: rotate(45deg); */
    -ms-transform: rotate(45deg);
    /* transform: rotate(45deg); */
    background-image: url('../img/tick.svg') !important;
    background-repeat: no-repeat;
    background-size: 13px;
    right: 0;
    background-position: center;
}

.parts_table_section table td span {
    display: block;
    font-weight: 600;
    font-size: 13px;
    margin-top: 3px;
    color: #f7931e;
    clear: both;
}

.parts_table_section table td img {
    width: 25px;
    margin: 0 auto;
    display: block;
}

.parts_table_section table td .dropdown a {
    font-size: 13px;
    color: #666;
    padding: 6px 10px;
}

.dashboard {
    position: relative;
}

.display_message {
    background: #f7c9c9;
    padding: 10px;
    float: right;
    position: absolute;
    right: 00px;
    top: -5px;
    padding-left: 70px;
    font-size: 16px;
    color: #f00;
    font-weight: 600;
    border-radius: 4px;
    background-image: url("../img/info.svg");
    background-repeat: no-repeat;
    background-position: center left 20px;
    background-size: 28px;
    padding-right: 150px;
}

.close_mes img {
    font-size: revert;
    width: 18px;
    float: right;
    position:;
}

.display_message p {
    margin: 0;
}

.display_message .close_mes {
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer;
}

.confirmation {
    text-align: center;
}

    .confirmation h2 {
        margin: 60px auto 30px;
        text-align: center;
        font-size: 26px;
    }

    .confirmation button {
        background: #0071bc;
        cursor: pointer;
        display: inline-block;
        margin: 10px;
        border: none;
        color: var(--white);
        font-weight: 600;
        font-size: 15PX;
        width: 210px;
        padding: 11px;
        border-radius: 3px;
    }

.invoice_no label {
    font-size: 14px;
    margin-right: 20px;
    color: #666;
    font-weight: 500;
}

.invoice_no input {
    border: 1px solid #ddd;
    height: 42px;
    padding: 5px;
    border-radius: 2px;
    color: #000 !important;
    font-size: 15px;
    margin-bottom: 20px;
}

.invoice_no {
    margin-top: 20px;
}

.close_mdl.btn-secondary {
    background: #ddd;
    border: none;
    color: #999;
    font-size: 15px;
    margin: 0 auto;
}

.centered_text {
    text-align: center;
}

.green {
    color: #009245 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.red {
    color: #ed1c24 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.blue {
    color: #1ba0ce !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.return_part a {
    display: block;
    float: right;
    background: #000;
    color: var(--white);
    padding: 8px 18px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
}

#return_close {
    background: #ddd;
    color: #333;
}

.return_part_section {
    float: left;
    width: 100%;
}

.parts_table_section table td .dropdown-menu {
    transform: translate3d(0,0,0) !important;
    left: -80px !important;
    top: 30px !important;
    width: 130px !important;
    min-width: 70px !important;
}

    .parts_table_section table td .dropdown-menu img {
        float: left;
        width: 16px;
        display: block;
        margin-right: 6px;
    }

.parts_table_section td button:hover {
    background: #1ba0ce !important;
    color: var(--white);
}

button {
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
}

.part_tab_1 td button:hover {
    background: #1ba0ce !important;
    color: var(--white);
}

.search {
    float: right;
    position: absolute;
    right: 0;
    top: 20px;
}

    .search input {
        border-radius: 3px;
        border: 1px solid #ddd;
        height: 34px;
        padding: 0 10px;
        font-size: 15px;
        width: 290px;
        background-image: url("../img/search.svg");
        background-repeat: no-repeat;
        background-position: center right 6px;
        color: #333;
        background-size: 22px;
    }

.part_section {
    position: relative;
}


/* service Record */

.service_record h2 {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -0.5px;
    margin-bottom: 50px;
}

.service_row {
    border-radius: 2px;
}

    .service_row h2 {
        font-size: 16px;
        letter-spacing: 0;
        margin-bottom: 20px;
    }

.service_row {
    background: #f4f4f4;
    position: relative;
    min-height: 100%;
    border-radius: 4px;
    height: 800px;
    overflow-y: auto;
    scrollbar-color: #ccc #ddd;
    scrollbar-width: thin;
}

.box_record {
    padding: 15px 18px;
    background: var(--white);
    margin: 10px auto;
    border-radius: 0px;
    box-shadow: 0 2px 4px #eee;
}

    .box_record img {
        width: 90px;
    }

    .box_record h4 {
        float: right;
        font-size: 15px;
        color: #999;
        margin-top: 6px;
    }

        .box_record h4 span {
            color: #0071bc;
            font-weight: 600;
            margin-left: 5px;
            font-size: 15px;
        }

    .box_record h3 {
        font-size: 15px;
        font-weight: 600;
        margin: 20px auto 4px;
    }

    .box_record p {
        font-size: 15px;
        font-weight: 500;
        color: #444;
        margin-bottom: 7px;
    }

.service_current::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    background: #f7525f;
    width: 65px;
    height: 6px;
}

.service_inprogress::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    background: #f99f46;
    width: 65px;
    height: 6px;
}

.service_completed::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    background: #51ce5d;
    width: 65px;
    height: 6px;
}

.service_record button {
    background: var(--blue-dark);
    border: none;
    border-radius: 2px;
    float: right;
    font-size: 15px;
    width: 145px;
    height: 42px;
    color: var(--white);
    font-weight: 600;
}

    .service_record button img {
        width: 18px;
        margin-right: 5px;
        margin-top: -2px;
    }

.info_box span {
    float: left;
    margin-right: 13px;
    color: #666;
    font-size: 15px;
}

.info_box p {
    color: #0071bc;
    font-size: 15px;
}

.info_box date {
    font-size: 15px;
    color: #999;
    font-weight: 500;
    padding-left: 30px;
    background-image: url("../img/calender_new.svg");
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center left;
    padding-bottom: 2px;
}

.contact_info li {
    display: inline-block;
    cursor: pointer;
}

    .contact_info li img {
        width: 25px;
        margin-right: 13px;
        margin-top: 13px;
    }

.contact_info ul {
    display: inline;
}

.price_box {
    float: right;
    color: #009245;
    font-size: 16px;
    font-weight: 600;
    margin-top: 17px;
}

.contact_info {
    margin-bottom: 5px;
}

.column_width {
    width: 325px;
    margin-right: 18px;
    position: relative;
    display: inline-table;
    background: #f4f4f4;
    padding: 25px 10px !important;
}

.column_row {
    width: auto;
    overflow-x: auto;
}

.new {
    background: red;
    padding: 10px;
    width: 100%;
}

.column_width input {
    width: 100%;
    border: 1px solid #ddd;
    height: 35px;
    border-radius: 2px;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
}

.column_width label {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

::-webkit-scrollbar {
    width: 10px;
    -webkit-appearance: none;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #bbb;
}

.remove_item {
    width: 25px;
    height: 24px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 0px;
    background-image: url('../img/close.svg');
    background-size: 17px;
    padding: 13px;
    background-repeat: no-repeat;
    opacity: .3;
    background-position: center;
    cursor: pointer;
}



/*contact page*/
.message_part li a.active {
    background: none !important;
    color: var(--blue-dark) !important;
}

.message_part {
    width: 100%;
}

    .message_part li a {
        color: #999;
        font-weight: 600;
        outline: none !important;
        padding: 10px;
        font-size: 18px;
    }

    .message_part ul {
        border: none;
    }

.message_box img {
    width: 50px;
}

.message_list {
    margin-top: 10px;
}

.info_user {
    display: inline-block;
    margin-left: 13px;
    width: auto;
}

    .info_user p {
        margin: 0;
        font-size: 13px;
        color: #666;
    }

    .info_user h4 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 3px;
        margin-top: 4px;
    }

.message_box img {
    width: 48px;
    float: left;
}

.message_box {
    position: relative;
}

    .message_box h5 {
        background: #0071bc;
        position: absolute;
        right: 0;
        top: 29px;
        width: 27px;
        height: 27px;
        border-radius: 30px;
        text-align: center;
        color: var(--white);
        font-size: 15px;
        padding-top: 5px;
        font-weight: 600;
    }

    .message_box span {
        float: right;
        margin-right: 40px;
        font-size: 13px;
        margin-top: 15px;
        color: #999;
    }

.message_box {
    position: relative;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

    .message_box button img {
        width: 27px;
    }

    .message_box button {
        background: none;
        border: none;
        float: right;
        margin-top: 11px;
    }

.message_list {
    width: 570px;
}

.contact_page {
    position: relative;
}

.chat_box {
    position: fixed;
    right: 60px;
    margin-bottom: 20px auto;
    width: 400px;
    background: #f2f2f2;
    bottom: 0px;
    height: 510px;
    display: none;
}

.header_mes {
    background: #0071bc;
    padding: 12px;
    float: left;
    width: 100%;
}

    .header_mes img {
        width: 45px;
        float: left;
    }

    .header_mes h4 {
        font-size: 15px;
        color: var(--white);
        font-weight: 600;
        margin-left: 10px;
        float: left;
        margin-top: 12px;
    }

.chat_close {
    float: right;
    width: 30px;
    cursor: pointer;
}

    .chat_close img {
        width: 17px;
        margin-top: 13px;
    }

.conversation .message-sender {
    background: #cfe4f9;
    float: left;
    padding: 8px 33px;
    border-radius: 50px;
    border-bottom-right-radius: 0;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    margin-bottom: 5px;
    color: #000;
    width: 280px;
    font-size: 12px;
}

.conversation .message-reciver {
    background: #e6e6e6;
    float: right;
    padding: 8px 33px;
    border-radius: 50px;
    border-bottom-left-radius: 0;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    color: #000;
    width: 280px;
    font-size: 12px;
    position: relative;
}

.conversation {
    overflow-y: scroll;
    height: 411px;
    float: left;
    width: 100%;
    scrollbar-color: #ccc #ddd;
    scrollbar-width: thin;
}

.text-bar {
    position: absolute;
    bottom: 0px;
    border: none;
    left: 0;
    right: 0;
}

    .text-bar input {
        background: var(--white);
        border: 1px solid #eee;
        width: 100%;
        height: 45px;
        font-size: 13px;
        padding: 10px;
    }

.message-sender time {
    position: absolute;
    right: 0;
    bottom: -18px;
    font-size: 11px;
    color: #666;
    font-weight: 500;
}

.message-reciver time {
    position: absolute;
    right: 0;
    bottom: -18px;
    font-size: 11px;
    color: #666;
    font-weight: 500;
}

.send_btn {
    position: absolute;
    right: 10px;
    z-index: 98787;
    top: 5px;
}

    .send_btn button {
        background: none;
        width: 30px;
        height: 30px;
        border: none;
        background: none;
    }

.message-reciver {
    clear: both;
}

.message-sender {
    clear: both;
}

.info-field label {
    font-size: 14px;
    color: #666;
}

.info-field h4 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

.info-field {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 15px;
    margin: 0px auto;
    border-bottom: 1px solid #eee;
}

.new-customer-info h3 {
    font-size: 22px;
    font-weight: 500;
    padding: 23px 15px 0;
}

.new-customer-info {
    float: left;
    padding: 0;
    background: var(--white);
    border-radius: 5pX;
    box-shadow: 0 0 9px 2px #eee;
}

.vehicle-info img {
    width: 120px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.vehicle-info li {
    list-style: none;
    width: 23.7%;
    display: inline-block;
    border: 1px solid #eee;
    margin: 4px 2px;
    padding: 5px 10px;
}

    .vehicle-info li h4 {
        font-size: 14px;
        color: cornflowerblue;
        font-weight: 500;
        margin: 0;
    }

    .vehicle-info li label {
        font-size: 13px;
        color: #666;
        margin-bottom: 3px;
    }

.vin-number h4 {
    font-size: 18px;
}

.vin-number label {
    font-size: 14px;
    color: #666;
}

.vehicle-info {
    padding: 15px;
    border: 1px solid #eee;
    margin: 0px auto 10px;
    display: block;
    float: left;
}

.heading-contact {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
    color: var(--blue-dark) !important;
}

.service-record {
    border: 1px solid #eee;
    padding: 10px;
}

    .service-record p {
        margin: 0;
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    .service-record span {
        margin: 0;
        font-size: 13px;
        color: #666;
        display: block;
        width: 110px;
        float: left;
    }

.service-record {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 10px;
}

    .service-record li {
        list-style: none;
        margin: 8px auto;
    }


/*payment*/

.make-payment {
    background: green;
    width: 200px;
    border: none;
    margin: 10px auto;
    display: block;
    border-radius: 20px;
    font-size: 14px;
    color: var(--white);
    padding: 8px;
}

.payment-section h3 {
    font-size: 16px;
    color: #0071bc;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 25px;
}

.payment-amount h5 {
    background: #f8f8f8;
    display: block;
    text-align: center;
    max-width: 130px;
    font-size: 20px;
    padding: 7px;
    border-radius: 3px;
    display: block;
    margin: 0px auto;
}

.payment-amount span {
    color: #999;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    margin: 9px auto 0;
    display: block;
}

.payment-option li img {
    width: 35px;
    margin-right: 10px;
}

.payment-option li {
    display: inline-block;
    background: #f7f9f9;
    border: 1px solid #eee;
    padding: 4px 7px;
    cursor: pointer;
    font-size: 13px;
    margin: 6px;
    color: #808080;
    min-width: 110px;
}

.payment-option {
    text-align: center;
    margin-top: 30px;
}

.other {
    margin: 20px auto 10px;
    max-width: 120px;
    display: block;
    border: 1px solid #eee;
    padding: 8px;
    font-size: 14px;
    text-align: center;
}

    .other img {
        width: 28px;
        margin-left: 5px;
    }

.payment-section h3 a {
    font-size: 12px;
    font-weight: 400;
    color: brown;
    clear: both;
    display: block;
}

.payment-section.card-option {
    width: 60%;
    float: left;
}

    .payment-section.card-option img {
        width: 37px;
        margin-top: -4px;
        margin-right: 5px;
    }

.card-form input {
    width: 100%;
    height: 37px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.card-form label {
    font-size: 13px;
    color: #333;
    margin-top: 13px;
    margin-bottom: 7px;
}

.payment-tabs li a {
    padding: 0;
    font-size: 12px;
    padding: 9px 0px;
    border-radius: 0 !important;
    background: none;
    color: #999;
    text-align: center;
}

.payment-tabs li {
    width: 25%;
    border-left: 1px solid #ddd;
}

#myTab {
    border: 1px solid #ddd;
    margin-top: 20px;
    border-radius: 3px;
}

.payment-tabs li a.active {
    background: none !important;
    color: #0071bc !important;
}

.master-card-info span {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

    .master-card-info span input {
        width: auto;
        height: auto;
        position: relative;
        display:;
        top: 2px;
    }

.total-amount label {
    margin-top: 9px;
}

.total-amount {
    margin-top: 20px;
}

.payment-tabs button {
    background: #0071bc;
    border: none;
    width: 230px;
    margin: 25px auto 10px;
    display: block;
    border-radius: 50pc;
    padding: 7px;
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
}

.transactions-history {
    background: #e8f0f9;
    float: right;
    width: 35%;
    padding: 20px;
}

.transactions-history {
    background: #eff4f9;
    float: right;
    width: 38%;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 70px;
    bottom: 0;
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.history-list span {
    font-size: 12px;
    color: #4d4d4d;
    float: left;
    width: 130px;
    margin-top: 4px;
}

.history-list strong {
    font-size: 13px;
    font-weight: 500;
}

.history-list {
    margin: 5px auto;
}

    .history-list.reamining {
        border-top: 1px solid #ddd;
        margin-top: 9px;
        padding-top: 6px;
    }

.list h5 {
    font-size: 14px;
    margin-top: 30px;
}

.list span {
    font-size: 13px;
    color: #666;
    font-style: italic;
}

.receipt-option li img {
    width: 25px;
}

.receipt-option li {
    display: inline-block;
    border: 1px solid #eee;
    width: 110px;
    height: 100px;
    padding-top: 24px;
    margin: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.receipt-option {
    text-align: center;
}

    .receipt-option li img {
        display: block;
        margin: 0 auto;
    }

    .receipt-option span {
        font-size: 12px;
        color: #333;
    }

.payment-section date {
    text-align: center;
    display: block;
    font-size: 12px;
    margin-top: 10px;
}





/* employee section */

button.add-employee-btn img {
    width: 16px;
    margin-right: 6px;
}

button.add-employee-btn {
    background: var(--blue-dark);
    border: none;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 2px;
    float: right;
    margin-top: -40px;
}

.employees-section {
    width: 100%;
    margin-top: 30px;
}

.employees-section-table table th {
    color: #4d4d4d;
    font-weight: 500;
    font-size: 14px;
    border: none;
}

.employees-section-table table td {
    font-size: 13.5px;
    color: #1a1a1a;
    border: none;
}

.employees-section-table thead {
    background: #eaeaea;
    border: none;
}

.employees-section-table tbody tr:nth-of-type(2n+2) {
    background-color: #f4f4f4;
}

.employees-section-table tbody tr:nth-of-type(2n+1) {
    background-color: transparent !important;
}

.employees-section-table table td {
    font-size: 13.5px;
    color: #1a1a1a;
    border: none;
    padding: 16px 10px;
}

.employees-section-table table {
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}

.employees-section-table th img {
    width: 10px;
}

.employees-section-table th button {
    background: none;
    border: none;
    margin: .5px;
}

.employees-section-table table td button {
    width: 22px !important;
    background: none;
    border: none;
    margin: 3px;
}

.employees-section-table a.page-link {
    background: #e6e6e6;
    font-size: 13px !important;
    font-weight: 500;
    margin: 3px;
    border-radius: 3px;
    border: none;
    color: #666;
}

    .employees-section-table a.page-link.active {
        background: #29abe2;
        font-size: 13px !important;
        font-weight: 500;
        margin: 3px;
        border-radius: 3px;
        color: var(--white);
    }

.employees-section-table a img {
    width: 7px;
    margin-top: -1px;
}

.sort-mes-emp {
    float: left;
    font-size: 13px;
    color: #999;
    margin-top: 3px;
}

.searchbox input {
    border: 1px solid #e6e6e6;
    width: 400px;
    height: 40px;
    margin: 0px auto 15px;
    border-radius: 4px;
    padding: 8px;
    font-size: 14px;
    background-image: url("../img/search-emp.svg");
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: center right 10px;
}

.overflow-scroll {
    overflow-x: auto;
}

.employees-section-table.attendance-emp td img {
    width: 20px;
    margin-right: 6px;
}

.employees-section-table.attendance-emp td span {
    font-weight: 500;
}

.absent {
    width: 15px !important;
}

.border-left-round {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.border-right-round {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.bg-content {
    background-clip: content-box;
}

.table.dataTable td, table.dataTable th {
    vertical-align: middle;
}
/*loader csss start*/
.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    border-bottom: 8px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 50%;
    margin-top: -60px;
}

.loaderMain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: rgba(0,0,0,.6);
    z-index: 9999999;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*loader css end*/

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    display: block;
    background: url(../img/calender.svg) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}

#DivIdToPrint {
    border-radius: 10px;
    padding: 10px;
    box-shadow: #f7efef 6px 1px 11px 7px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    padding: 5px;
    font-size: 20px;
    float: right;
    bottom: 0;
}

.logotext {
    text-align: left;
}

.qr-code {
    display: inline-block;
}

.qr-code-center {
    width: 100%;
    margin: 0 auto;
}

.right-logo {
    margin-top: 160px;
    float: right;
}

table {
    border-bottom: 1px solid #dee2e6;
}


.custom-select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 13px;
    background-position: calc(100% - 0.7em) center;
    background-repeat: no-repeat;
}


input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.confirmColumn {
    width: 30px;
    height: 30px;
    position: relative;
    bottom: 0px;
    margin-left: 10px;
}

.confirmRow {
    width: 30px;
    height: 30px;
    position: relative;
    bottom: 30px;
}

.confirmImage {
    width: 30px;
    height: 30px;
    position: relative;
    bottom: 30px;
}

.modal-backdrop.show {
    display: none;
}

table > thead > tr > th > i {
    padding-right: 15px;
}

.sub-menu {
    display: none;
}

li.nav-item:hover .sub-menu {
    display: block;
}

.sub-menu li a {
    color: #fff;
}

.open-submenu::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    padding-top: 10px;
}
/*
.left_sidebar .dropdown-menu {
    position: static !important;
    transform: none !important;
    min-width: auto !important;
    width: 100%;
    background: #3f6a9f;
    border: none;
    border-radius: 0;
    margin:0;
    padding:0;
}
.left_sidebar .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.left_sidebar .dropdown-toggle {
    white-space: inherit;
}
.left_sidebar .dropdown-menu a {
    border-color: #bbb;
}*/
/* Float cancel and delete buttons and add an equal width */
.cancelbtn, .deletebtn, .sendinvitebtn {
    float: left;
    width: 50%;
}

/* Add a color to the cancel button */
.cancelbtn {
    background-color: #ccc;
    color: black;
}

/* Add a color to the delete button */
.deletebtn {
    background: linear-gradient(to left top, #4cbb84, #50bc77, #57bd68, #60be58, #6cbe45);
}

/* Add padding and center-align text to the container */
.container {
    padding: 16px;
    text-align: center;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #65626229;
    padding-top: 50px;
    z-index: 98;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */


/* The Modal Close Button (x) */
.close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #f1f1f1;
}

    .close:hover,
    .close:focus {
        color: #f44336;
        cursor: pointer;
    }

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .deletebtn, .sendinvitebtn {
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .dataTables_filter .fa-search::before {
        top: 9px !important;
        position: relative;
    }

    .dataTables_filter input {
        width: 100% !important;
        float: left;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        float: left;
        width: calc(100% - 10px);
    }
}

.fstdiv {
    position: relative;
    min-height: 34px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available
}

    .fstdiv.open {
        z-index: 2147483647
    }

.fstdropdown {
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    width: inherit
}

.fstdiv.open > .fstdropdown {
    position: absolute
}

.fstdropdown > .fstselected {
    line-height: 1.42857143;
    padding: 6px 24px 6px 12px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    color: #555;
    font-size: 14px;
    outline: 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none
}

    .fstdropdown > .fstselected::after {
        position: absolute;
        top: 50%;
        display: block;
        height: 0;
        margin-top: -3px;
        content: ' ';
        right: 11px;
        border-color: #999 transparent transparent;
        border-style: solid;
        border-width: 4px 4px 0
    }

.fstdropdown.open > .fstselected {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent
}

    .fstdropdown.open > .fstselected::after {
        margin-top: -3px;
        border-color: transparent transparent #999;
        border-width: 0 4px 4px
    }

.fstdropdown > .fstlist {
    display: none;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden
}

.fstdropdown.open > .fstlist {
    display: block
}

.fstlist > div {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
    border-bottom: 1px solid #f5f5f5
}

.fstdropdown.open:hover {
    border-color: #66afe9;
    overflow-x: hidden;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    -o-transition: border-color ease-in-out .1s,box-shadow ease-in-out .1s;
    -webkit-transition: border-color ease-in-out .1s,-webkit-box-shadow ease-in-out .1s;
    transition: border-color ease-in-out .1s,-webkit-box-shadow ease-in-out .1s;
    transition: border-color ease-in-out .1s,box-shadow ease-in-out .1s;
    transition: border-color ease-in-out .1s,box-shadow ease-in-out .1s,-webkit-box-shadow ease-in-out .1s
}

.fstlist > div:hover {
    background-color: #337ab7;
    color: #fff
}

.fstlist > div.selected {
    background-color: #cdcdcd;
    color: #262626
}

.fstsearchinput {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
    font-size: 14px;
    display: none
}

.fstdropdown.open > .fstsearch {
    display: block;
    padding: 4px
}

.fstdropdown.open .fstsearchinput {
    display: block
}

.fstdropdown .hideFst, .fstdropdown-select.fstcreated {
    display: none
}

.fstAll {
    width: 100%;
    position: relative;
    background-color: #0090ff;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    height: 30px;
    display: none
}

    .fstAll:hover {
        background-color: #337ab7
    }

.open .fstAll {
    display: block
}


.editor:checked::after {
    content: "";
    font-size: 11px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-size: 9px;
    position: relative;
    top: -3px;
    color: green;
    margin: 0 auto;
    display: block;
    height: 15px;
    width: 15px;
    background-position: center top 4px;
    left: -2px;
}


.editor-active:checked::after {
    content: "";
    font-size: 11px;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-size: 9px;
    position: relative;
    top: -3px;
    color: green;
    margin: 0 auto;
    display: block;
    height: 15px;
    width: 15px;
    background-position: center top 4px;
    left: -2px;
}

.confirmImage:checked::after {
    content: "";
    font-size: 11px;
    background-image: url(../img/check-big.png);
    background-repeat: no-repeat;
    background-size: 20px;
    position: relative;
    top: -3px;
    color: green;
    margin: 0 auto;
    display: block;
    height: 30px;
    width: 30px;
    background-position: center top 6px;
    left: -2px;
}

.editor {
    appearance: none;
    border: 2px solid #ccc;
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

.editor-active {
    appearance: none;
    border: 2px solid #ccc;
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

.confirmImage {
    appearance: none;
    background-color: #fff;
    border: 2px solid #ddd;
}

.info-div {
    font-weight: bold;
    font-size: 18px;
    float: left;
    line-height: 20px;
    background: #eee;
    padding: 11px 10px 0;
    border-radius: 4px;
}

    .info-div h6 {
        float: left;
        margin-right: 9px;
        font-size: 12px;
    }

    .info-div label {
        font-weight: bold;
        font-size: 16px;
        float: left;
        line-height: 14px;
    }

.inter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: blue;
    top: 0;
    left: 0;
    display: none;
}

.sub-menu {
    display: none;
    z-index: 9871;
    position: absolute;
    left: 107px;
    top: 100px;
    background: #fff;
    box-shadow: 0 2px 0px #eee;
    padding: 0;
    min-width: 210px
}

    .sub-menu a {
        display: block;
        color: #666;
        padding: 13px 40px 20px;
        border-bottom: 1px solid #ddd;
    }


.sub-menu-one {
    top: 170px;
}


.sub-menu-two {
    top: 430px;
}
.sub-menu-four {
    top: 630px;
}

::placeholder {
    font-size: 11px !important;
}

.sub-menu-three {
    top: 335px;
}

.sub-menu:hover {
    display: block !important;
}

.hideMe {
    -webkit-animation: cssAnimation 5s forwards;
    animation: cssAnimation 5s forwards;
}

@keyframes cssAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes cssAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }
}

@keyframes cssAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes cssAnimation {
    0% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
}