@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&family=Noto+Sans+Arabic&display=swap');

@font-face {
    font-family: 'arabicregular';
    src: url('../fonts/arabic-webfont.woff2') format('woff2'),
        url('../fonts/arabic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --main-primary-color: #FFCC19;
    --main-acent-color: #fff;
    --main-dark-color: #000200;
}

* {
    padding: 0;
}

body {

    font-family: 'Calibri Light';

    font-size: 16px;
    overflow-x: hidden;
    color: #000200 !important;
}

input {
    outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

body {
    padding: 133px 0 0;
}

.form-control:focus {
    border: 1px solid #AEAEAE;
    box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0) !important;
}

.btn-label {
    position: relative;
    right: 0px;
    display: inline-block;
    padding: 0px 12px;
    border-left: 1px solid #000000;
    border-radius: 0px;
}

.header_assets a.btn-labeled~a {
    background-color: transparent;
    border: 1px solid #000000;
}

body.arabic_language a.btn-labeled.mx-2.w140 {
    width: 128px;
    padding: 10px 5px;
}

.header_assets a.btn-labeled span:first-child {
    padding: 0 8px 0 8px !important;
}

nav.navbar .collapse a.btn-labeled-help span:first-child {
    padding: 0 0 0 0 !important;
}

.btn:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 131, 253, 0) !important;
}


body.arabic_language .after-login a.btn-labeled.my_account {
    width: 69px;
}



.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
    background: var(--main-primary-color);
    color: var(--main-dark-color) !important;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    height: 40px;

}

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

.nav-tabs.tab_background {
    background: #f5f5f5;
    width: fit-content;
    border-radius: 10px;
    padding: 5px;
    border-bottom: 1px solid transparent;
}

.btn-select-labeled {
    padding: 0px 10px;
    background: var(--main-primary-color);
    color: var(--main-dark-color) !important;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.btn-labeled-selector {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    background: var(--main-acent-color);
    border: 1px solid var(--main-primary-color);
    color: var(--main-dark-color) !important;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.btn-labeled-selector .btn-label {
    border-left: 1px solid var(--main-primary-color);
}

.btn-labeled-selector:hover {
    box-shadow: 0px 0px 12px rgb(0 0 0 / 3%);
}

#searchInput {
    border: 1px solid #AEAEAE;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000200;
    width: 25%;
    background-color: var(--main-acent-color);
    background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-outline-27/24/7.search_interface_zoom_loupe_detective-20.png);
    background-position: 12px 12px;
    background-repeat: no-repeat;
    padding: 11px 20px 11px 45px;
    -webkit-transition: width 0.8s ease-in-out;
    transition: width 0.8s ease-in-out;
    outline: none;
}



/* second nav csss start */

.nav_bg {
    background-color: var(--main-primary-color);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    font-weight: 600;

}

.nav_bg li a {
    font-size: 16px;
    font-weight: 400;
    /*padding-right: 3rem !important;*/
    /*padding-left: 1rem !important;*/
}

.navbar-light .navbar-nav .nav-link {
    color: #000200;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 20px 0 0;
    position: relative;
    padding: 0 8px;
}

.navbar-light .navbar-nav li .nav-link.active:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
}

.btn-labeled-help {
    background: #000200;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 15px;
}

.btn-labeled-help span {
    font-size: 16px;
    font-weight: 500;
}

.btn-label-help {
    position: relative;
    right: -12px;
    display: inline-block;
    padding: 0px 15px;
    border-left: 1px solid var(--main-primary-color);
    border-radius: 0px;
}

/* banner css start */

.carousel-caption {
    letter-spacing: 1.2px;
    position: absolute;
    bottom: unset !important;
    top: 50%;
    right: 50% !important;
    transform: translate(50%, -50%);
    left: unset !important;
    padding: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-caption p {
    width: 72%;
    margin: auto;
}

.carousel-caption h1 {
    font-weight: 800;
    font-size: 3rem;
}

.carousel-item img {
    height: 750px;
    object-fit: cover;
}

/* about us css start */

/* .bg_line:before {
    content: "";
    position: absolute;
    width: 7%;
    height: 40vh;
    left: 0px;
    top: -50px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/bg-1.svg);
} */
section.bg_line.mt-5 {
    position: relative;
}

/* .bg_line:after {
    content: "";
    position: absolute;
    width: 12%;
    height: 34vh;
    bottom: -57px;
    right: 0px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/bg-2.svg);
} */
.text-font h2 {
    font-weight: 800;
}

p.image_before {
    color: #6B6B6B;
    font-weight: 400;
    line-height: 30px;
}

button.btn-warning-repeat {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    background-color: #FFCC19;
    border: none;
    color: #000200 !important;
    width: 160px;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
}


/* services html start */

.bg_service {
    background-image: url('../images/services_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

p.para_service {
    font-weight: 400;
    line-height: 30px;
}


/* testimonial css start */

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

#carouselExampleControls {
    padding: 0 10px 0px 10px;
    margin-top: 60px;
}

#carouselExampleControls .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: -50px;
}

#carouselExampleControls .carousel-indicators {
    position: relative;
    top: -50px;
    bottom: 0px;
    left: 0px;
    display: inline-flex;
}

#carouselExampleControls .carousel-indicators li {

    cursor: pointer;
}

#carouselExampleControls .carousel-indicators li img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    z-index: -1;
    position: relative;
    border: 6px solid transparent;
}

#carouselExampleControls .carousel-indicators .active img {
    opacity: 1;
    border: 6px solid #F73311;
    border-radius: 80px;
    z-index: 99999;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: auto;
    width: auto;
    height: 0;
    padding: 0;
    margin-right: -14px;
    margin-left: 0;
    text-indent: 0;
    cursor: pointer;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    transition: opacity .6s ease;
}

.testimonial_name h4 {
    font-weight: 700;
}

.testimonial_name p {
    color: #6B6B6B;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}

/* contact us css start */

.footer-left img {
    width: 100%;
    max-width: 160px;
}

.icon-name {
    position: relative;
    float: left;
    margin-left: 12px;
    margin-top: -39px;
    z-index: 2;
}

.icon-mail {
    position: relative;
    float: left;
    margin-left: 12px;
    margin-top: -37px;
    z-index: 2;
}

img.icon-name-text {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: -122px;
    z-index: 2;
}

.textarea_dash::placeholder {
    color: #6c757d !important;
}

.icon-textarea {
    float: left;
    margin-left: 8px;
    margin-top: -104px;
    position: relative;
    z-index: 2;
    color: #222222;
}

input.input-dash {
    border: 1px solid #AEAEAE;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000200;
    background-color: var(--main-acent-color);
    background-position: 12px 10px;
    background-repeat: no-repeat;
    padding: 11px 20px 11px 45px;
    transition: width 0.8s ease-in-out;
    outline: none;
    height: 60px;
}

.textarea_dash {
    width: 100%;
    border: 1px solid #AEAEAE;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000200;
    background-color: var(--main-acent-color);
    background-position: 12px 10px;
    background-repeat: no-repeat;
    padding: 11px 20px 11px 45px;
    transition: width 0.8s ease-in-out;
    outline: none;
}

button.btn-contact-default {
    background-color: #FFCC19;
    border: none;
    color: #000200;
    font-size: 16px;
    height: 60px;
    border-radius: 10px;
    font-weight: 400;
    outline-style: none;
    box-shadow: none;
    width: 100%;
    margin-top: 2rem;
    transition: all 0.4s ease-in-out;
}

button.btn-contact-default:hover {
    background-color: #000000;
    color: #fff;
}

.img-response {
    height: -webkit-fill-available;
    object-fit: cover;
    height: 100%;
}

.bg-footer {
    background: #fff;
    /*box-shadow: 0 3px 10px rgb(0 0 0 / 20%);*/
    padding-top: 3rem;
}

.footer-left p {
    margin-top: 1rem;
    font-size: 16px;
    color: #6B6B6B;
    font-weight: 400;
    line-height: 30px;
}

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

.footer-center h3 {
    font-size: 18px;
    font-weight: 700;
    padding-left: 1rem;
}

ul.list-unstyle {
    padding-left: 1rem;
}

.list-unstyle li {
    font-size: 16px;
    list-style: none;
    line-height: 30px;
}

.list-unstyle li a {
    color: #000200;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.list-unstyle li a:hover {
    color: #FFCC19;
    text-decoration: underline;
}

.footer-center p {
    color: #6B6B6B;
    line-height: 26px;
    padding-left: 1rem;
}

.footer-center input {
    background-color: #fff;
    border: 1px solid #AEAEAE;
    padding: 15px 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 1rem;
    width: calc(100% - 90px);
}

.footer-center button {
    font-weight: 400;
    font-size: 15px;
    background-color: #F73311;
    color: #fff;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 14px 20px;
    width: auto;
    transition: all 0.4s ease-in-out;
}

.footer-center button:hover {
    background: #000;
}

.border-line {
    border-top: 1px solid #D1D1D1;
}

/*Added 6/september/2022*/
.inner-banner {
    width: 100%;
    height: 375px;
    object-fit: cover;
}

.main-wrapper .banner_inner h2 {
    position: absolute;
    top: 160px;
    color: #ffffff;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: 800;
    font-size: 3rem;
}

.qustion_box p {
    font-size: 16px;
    text-transform: lowercase;
    text-decoration: underline;
    margin: 8px 0;
    color: #000200;
}

/* footer css end */

/*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Home Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
    height: 100%;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 30px;
}

.blog .posts-list article+article {
    margin-top: 60px;
}

.blog .posts-list .post-img {
    max-height: 240px;
    overflow: hidden;
}

.blog .posts-list .title,
.blog .blog-details .title {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0 0 0;
    position: relative;
    color: #000200;
    top: 0;
    text-align: left;
}

.blog .posts-list .title a {
    color: #212529;
    transition: 0.3s;
}

.blog .posts-list .title a:hover {
    color: #212529;
}

.blog .posts-list .meta-top {
    margin-top: 20px;
    color: #467ab3;
}

.blog .posts-list .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .posts-list .meta-top ul li+li {
    padding-left: 20px;
}

.blog .posts-list .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: #000000;
}

.blog .posts-list .meta-top i.bi.bi-person {
    font-size: 18px;
}

.blog .posts-list .post-img img {
    border-radius: 10px 10px 0 0;
}

.blog .blog-details .post-img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.blog .posts-list .meta-top a {
    color: #212529;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
}

.blog .blog-details .content p img {
    width: 100%;
}

.blog .posts-list .content {
    margin-top: 20px;
}

.blog .posts-list .read-more a {
    display: inline-block;
    color: #000000;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #000000;
    padding: 5px 8px;
    border-radius: 5px;
}

.blog .posts-list .read-more a:hover {
    color: #000;
    background-color: var(--main-primary-color);
    border-color: var(--main-primary-color);
}

/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
.blog .blog-details {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
    color: #212529;
}

.blog .blog-details .content {
    margin-top: 20px;
}

.blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: rgba(27, 47, 69, 0.06);
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .blog-details .content blockquote p {
    color: #212529;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #F73311;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .blog-details .meta-top {
    margin-top: 20px;
    color: #212529;
}

.blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .blog-details .meta-top ul li+li {
    padding-left: 20px;
}

.blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: #000000;
}

.blog .blog-details .meta-top i.bi.bi-person {
    font-size: 19px;
}

.blog .blog-details .meta-top a {
    color: #212529;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
}

.blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(27, 47, 69, 0.15);
}

.blog .blog-details .meta-bottom i {
    color: #F73311;
    display: inline;
}

.blog .blog-details .meta-bottom a {
    color: #F73311;
    transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
    color: #212529;
}

.blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 16px;
}

.blog .blog-details .meta-bottom .cats li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 16px;
}

.blog .blog-details .meta-bottom .tags li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: #212529;
    content: ",";
}

.blog .blog-details .meta-bottom .share {
    font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
}

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
    max-width: 120px;
    margin-right: 20px;
}

.blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: #212529;
}

.blog .post-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
    color: #F73311;
    margin-right: 5px;
}

.blog .post-author p {
    font-style: italic;
    color: #212529;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: #212529;
}

.blog .sidebar .sidebar-item+.sidebar-item {
    margin-top: 30px;
}

.blog .sidebar .search-form form {
    background: #fff;
    border: 1px solid rgba(27, 47, 69, 0.2);
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
    outline: none;
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: #000200 !important;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    background: var(--color-primary);
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .search-form form button:hover {
    background: rgba(86, 184, 230, 0.8);
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    color: #212529;
    font-size: 15px;
    padding: 0;
    background-color: transparent;
    margin: 0;
}

.blog .sidebar .categories ul a:hover {
    color: #212529;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: #212529;
    font-size: 16px;
}

.blog .sidebar .recent-posts .post-item {
    display: flex;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.08);
    padding: 20px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    margin-right: 15px;
    object-fit: cover;
}

.blog .sidebar .recent-posts h4 {
    font-size: 18px;
    font-weight: 400;
}

.blog .sidebar .recent-posts h4 a {
    color: #212529;
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: #212529);
}

.blog .sidebar .recent-posts time {
    display: block;
    font-style: italic;
    font-size: 16px;
    color: #212529;
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: #808080;
    font-size: 16px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid rgba(27, 47, 69, 0.15);
    display: inline-block;
    border-radius: 50px;
    transition: 0.3s;
    width: auto;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
    flex-direction: inherit;
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
}

.blog .sidebar .tags ul a:hover {
    color: #000200;
    border: 1px solid #000200;
    background: #ffffff;
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(27, 47, 69, 0.8);
    font-size: 16px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
    margin-top: 30px;
}

.blog .comments .comments-count {
    font-weight: bold;
}

.blog .comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .comments .comment .comment-img {
    margin-right: 14px;
}

.blog .comments .comment .comment-img img {
    width: 60px;
}

.blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .comments .comment h5 a {
    font-weight: bold;
    color: #212529;
    transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
    color: #212529;
}

.blog .comments .comment h5 .reply {
    padding-left: 10px;
    color: #212529;
}

.blog .comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .comments .comment time {
    display: block;
    font-size: 16px;
    color: rgba(27, 47, 69, 0.8);
    margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .comments .reply-form p {
    font-size: 16px;
}

.blog .comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 16px;
}

.blog .comments .reply-form input:focus {
    box-shadow: none;
    border-color: #212529;
}

.blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 16px;
}

.blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: #212529;
}

.blog .comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: #212529;
}

.arabic_language header nav.navbar a.btn-labeled-help {
    margin-right: 30px;
}

.blog .comments .reply-form .btn-primary:hover {
    background-color: #212529;
}

/*--------------------------------------------------------------
# Blog Home Pagination
--------------------------------------------------------------*/
.blog .blog-pagination {
    margin-top: 30px;
    color: #38618e;
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li a {
    color: #8e8e8e;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #efefef;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: #ffffff;
    background-color: #000200;
}

#blog .sidebar {
    width: 100%;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: left;
    background-color: transparent;
    transform: inherit;
}

.address_box.receiver_address_box {
    padding: 0px 10px 0;
}

.address_box.receiver_address_box h3 {
    margin: 15px 0 0;
}

input.search-location {
    top: 10px !important;
    height: 40px;
    padding: 0 10px 0;
    font-size: 16px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

body.arabic_language .blog .blog-details .title,
body.arabic_language .blog .posts-list .title {
    text-align: right;
}

/*Responsive*/

body.arabic_language.after-login div[role="dial"] span,
body.arabic_language.after-login div[role="header"] div[role="minute"],
body.arabic_language.after-login div[role="header"] div[role="hour"],
body.arabic_language.after-login div[role="footer"] button,
body.arabic_language.after-login tr th,
body.arabic_language.after-login tr td {
    /* font-family: 'arabicregular'; */
    /* font-family: 'IBM Plex Sans Arabic', sans-serif; */
    font-family: 'Noto Sans Arabic', sans-serif;
}

/* media query */

@media only screen and (max-width: 1200px) {
    .nav_bg li a {
        padding-right: 1rem !important;
    }

    .location-background div {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .btn-labeled {
        margin: 15px 15px;
    }

    .icons-background span {
        margin: 0px 3px !important;
        margin-right: 12px !important;
        font-weight: 500;
        font-size: 14px !important;
    }

    .location-background div span {
        margin-left: 5px !important;
        font-size: 12px;
    }

    .wrap.justify-content-center {
        padding: 15px 5px !important;
        border-radius: 60px;
    }
}

@media only screen and (max-width: 768px) {
    #searchInput {
        width: 35%;
        margin: 4px 10px;
        padding: 9px 20px 11px 38px;
    }

    .width_block_btn {
        width: auto !important;
    }

    .pexel-set {
        padding-right: 0.4rem !important;
        padding-left: 0.4rem !important;
    }

    .custom-container {
        max-width: 706px;
    }

    button.btn.text-light.profile-button,
    .load_more_btn button {
        width: 50% !important;
    }

    .btn-labeled {
        padding: 11px 8px;
    }

    .btn-labeled-selector {
        margin: 15px 0px;
    }

    .carousel-caption h1 {
        font-weight: 800;
        font-size: 2rem;
    }

    .carousel-caption {
        padding: 0rem;
    }

    .carousel-caption p {
        width: 100%;
        font-size: 12px;
    }

    .form-padding {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .footer-end {
        margin-bottom: 2rem;
    }

    .height-45 {
        height: 45px;

    }

    .height-40 {
        height: 40px;
    }

    .align-tems-baseline {
        align-items: baseline;
    }
}

/*  */
/*  */
/*  */
/*  */
/*  */
/* profile Page CSS start */
/*  */
/*  */
/*  */
/*  */
/*  */
.icon-login {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: -37px;
    z-index: 2;
}

.icon-profile-number {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: -42px;
    z-index: 2;
}

input.input-dash-log,
.field-container input {
    height: 60px;
    border: 1px solid #AEAEAE;
    border-radius: 10px;
    color: #000200;
    padding: 0 30px 0 50px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Calibri Light';

}

.field-container input {
    width: 100%;
}

.common-heading {
    color: #FFCC19;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 0;
    font-family: 'Calibri Light';
}

ul {
    margin: 0;
    padding: 0;
}

.common-btn,
input.common-btn {
    font-size: 19px;
    display: inline-block;
    background-color: #FFCC19;
    min-width: 310px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px !important;
    text-align: center;
    padding: 15px;
    transition: .3s all ease-in-out;
    cursor: pointer;
    border: 0;
}

.logot_icon {
    height: 44px;
    width: 44px;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 0 0 15px;
    cursor: pointer;
}

input.common-btn {
    padding: 15px !important;
    border: 0 !important;
}

.common-btn:hover,
input.common-btn:hover {
    background-color: #17262B;
    color: #fff;
}

.common-btn.btn-black {
    min-width: inherit;
    font-size: 18px;
    background: #17262B;
    padding: 10px 25px;
}

.common-btn.btn-black:hover {
    background-color: #FFCC19;
}

a.btn-labeled-check span {
    color: #fff;
}

/* end of common assets */
/* start of main dash */
.sidebar {
    font-family: 'Calibri Light';
    font-size: 16px;
    background-color: #ffffff;
    width: 250px;
    padding: 15px 15px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.dash-logo {
    display: block;
}

.sidebar ul {
    flex-direction: column;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    height: calc(100% - 106px);
    overflow-y: auto;
}

/* .sidebar ul li  {
    margin-bottom: 10px;
} */
.icon-profile-number {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: -42px;
    z-index: 2;
}

.sidebar ul li {
    display: block;
}

.sidebar ul li:last-child {
    margin-top: auto;
}

.sidebar ul li a {
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: .3s all ease-in-out;
    color: rgb(0, 0, 0);
    padding: 10px 15px;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    background-color: #f9f9f9;
}

.sidebar ul li a svg {
    display: block;
}

.sidebar ul li a span {
    display: block;
    color: rgb(0, 0, 0);
    margin-left: 7px;
}

.sidebar ul li.active a {
    display: flex;
    background-color: #fa3012;
    align-items: center;
    padding-left: 15px;
    border-radius: 6px;
    color: rgb(0, 0, 0);
}

.sidebar ul li.active a:hover {
    background-color: #fa3012;
    color: rgb(0, 0, 0);
}

.sidebar ul li a:hover {
    background-color: #fa3012;
    color: rgb(0, 0, 0);
}

.sidebar ul li.active a span {
    color: rgb(249 249 249) !important;
    margin-left: 7px;
}

.sidebar ul li.active a svg path {
    fill: rgb(0, 0, 0) !important;
}

.sidebar ul li.active a svg path {
    fill: rgb(255 255 255) !important;
}

.sidebar ul li.active a svg path.ad {
    stroke: #fff !important;
}

.inner-main {
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
}

.content-modal-tracking {
    border-radius: 10px;
    border: none;
}

.invoices_btn {
    padding: 10px 0 0;
}

.topbar .left span {
    color: #000200;
    font-size: 16px;
    white-space: nowrap;
}

.common-searchbar .outer {
    position: relative;
    display: flex;
    margin: 0px 20px;
}

.common-searchbar .outer input {
    border-radius: 14px;
    height: 49px;
    padding: 10px 25px;
    width: 100%;
    outline: transparent;
}

.common-searchbar .outer input:focus {
    border-color: #040314;
}

.common-searchbar .outer button {
    position: absolute;
    right: 18px;
    background-color: transparent;
    border: 0;
    top: 12px;

}

.topbar .right a {
    display: inline-block;
}

.userinfo span {
    color: #252733;
    font-weight: 700;
    font-size: 16px;
    margin-right: 14px;
}

.detial-cards {
    margin-bottom: 39px;
}

.common-card {
    background: #FFFFFF;
    box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
    padding: 33px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    align-items: center;
}

.common-card .thumb {
    flex: 0 0 90px;
    max-width: 90px;
}

.common-card h3 {
    font-weight: 700;
    font-size: 27px;
    color: #17262B;
}

.common-card h5 {
    font-size: 18px;
    color: #FFCC19;
    font-weight: 700;
}

.table-outer {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;

    border-radius: 14px 22px 22px 22px;
}

.table-head h3 {
    font-weight: 700;
    font-size: 22px;
}

.table-head {
    padding: 30px 37px;
}

.table-outer thead {
    background: #FBF9F9;
}

.table-outer thead * {
    border: 0;
}

.table-outer thead tr th {
    color: #6D6D6D;
    font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
}

.table-outer tr td,
.table-outer tr th {
    padding: 10px 25px;
    color: #6D6D6D;
}

.table-outer .thumb {
    margin-right: 5px;
}

.table-outer .thumb+strong {
    color: #6D6D6D;
    font-weight: 500;
}

.variants {
    width: 25.42px;
    height: 25.42px;
    display: block;
    background: rgba(0, 122, 77, 0.2);
    border: 0.706237px solid #FFCC19;
    border-radius: 50%;
    text-align: center;
    color: #007A4D;
    margin-right: 2px;
}

.edit {
    color: #FFCC19;
    text-decoration: 2px underline;
    margin: 7.5px 0;
    display: inline-block;
}

.del,
.acti {
    color: #FF0000;
    text-decoration: 2px underline;
    display: inline-block;
}

.acti {
    color: #17262B;
}

.acti:hover {
    color: #FFCC19 !important;
    text-decoration: 2px underline;
}

.seemore {
    font-size: 18px;
    color: #FFCC19;
    text-decoration: underline;
    font-weight: 500;
}

.table-outer a:hover {
    color: #17262b;
}

.table-outer tbody tr:last-child,
.table-outer tbody tr:last-child td {
    border-bottom: 0 !important;
}

.table-outer tbody strong {
    font-weight: 500;
}

.table-outer tr td strong,
.table-outer tr th strong {
    color: #6D6D6D;
}

.table-outer tr td {
    vertical-align: middle;
}

a.toggle-btn {
    display: none;
}

.tabs-controller .table-outer {
    border: 0;
}

.tabs-controller {
    overflow: hidden;
}

li.list-style-background {
    /* background: #f1f1f1;
    padding: 20px 15px; */
    border-radius: 12px;
    margin-top: 10px;
    width: 100%;
}

/*Added 27-07-2022*/

.dash-logo img {
    width: 125px;
}

header {
    background-color: #ffffff !important;
}

.banner_image {
    height: 315px;
}

.banner_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* .topbar.inner-after-next {
    background-color: #ffffff;
    padding: 25px 20px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%)
} */
.notifications_icon {
    height: 42px;
    width: 42px;
    background-color: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 7px 0 7px;
    cursor: pointer;
}

.inner-profile h2 {
    font-weight: 800;
    font-size: 27px;
    padding: 5px 0 5px;
    margin: 0;
}

.count {
    background-color: #F73311;
    width: 17px;
    height: 17px;
    border-radius: 100px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    right: -2px;
    font-size: 11px;
    text-align: center;
}

.notifications_list {
    width: 250px;
    background-color: #ffffff;
    box-shadow: 0px 10px 35px rgb(0 0 0 / 15%);
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    z-index: 9999;
    top: 55px;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    transform: translateY(-20px);
}

.verify_account_wrapper p span,
.account_successfull_created p span {
    color: #F73311;
    font-weight: 500;
    margin-left: 5px;
    margin-right: 5px;
}

a.job-history {
    width: 55% !important;
    height: auto !important;
    display: block;
    margin: 5px 0px;
    text-align: center !important;
    padding: 11px 30px !important;
    font-size: 16px;
    border-radius: 6px !important;
    background-color: #FFCC19 !important;
    border: none;
    color: #000200 !important;
    width: 100%;
    font-weight: 400;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
}

a.penality-cancel {
    width: 55% !important;
    height: auto !important;
    display: block;
    margin: 5px 0px;
    text-align: center !important;
    padding: 11px 30px !important;
    font-size: 16px;
    border-radius: 6px !important;
    background-color: #000200 !important;
    border: none;
    color: #fff !important;
    width: 100%;
    font-weight: 400;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
}

a.penality-job {
    width: 55% !important;
    height: auto !important;
    margin: 5px 0px;
    text-align: center !important;
    padding: 11px 30px !important;
    font-size: 16px;
    border-radius: 6px !important;
    background-color: #FFCC19 !important;
    border: none;
    color: #000200 !important;
    width: 100%;
    font-weight: 400;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
}

.notifications_list h5 {
    margin: 0;
    font-size: 16px;
}

.notifications_list .head {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 10px;
}

.notifications_list ul.nav.nav-tabs li.nav-item button.nav-link {
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000200;
    margin: 0;
}

.notifications_list ul.nav.nav-tabs {
    padding: 0 0 10px;
    margin: 0 0 15px;
}

.notifications .box .content {
    width: calc(100% - 60px);
}

.notifications .box .left {
    height: 45px;
    width: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #ffffff;
}

.notifications .box {
    background-color: #f6f6f6;
    padding: 15px 10px 18px;
    border-radius: 10px;
}

.notifications .box .left svg {
    width: 14px;
}

.time {
    color: #8b8b8b;
    font-weight: 400;
    font-size: 13px;
}

.notifications_list.show {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out;
    transform: translateY(-0px);
}

.creat_job_btn a {
    background-color: #171A20;
    padding: 10px 0px;
}

.creat_job_btn a span.btn-label-check {
    padding: 0;
    border-radius: 0;
    right: -10px;
    border: none;
}

.creat_job_btn a span.btn-label-check svg {
    width: 26px;
    height: 26px;
    overflow: inherit;
}

.creat_job_btn a span.btn-label-check svg path:first-child {
    stroke: #FFCC19;
    stroke-width: 4px;
}

.new_tag {
    position: absolute;
    right: 10px;
    top: -5px;
    background-color: #F73311;
    color: #ffffff;
    padding: 0 5px;
    font-size: 11px;
    border-radius: 0 0 4px 4px;
}

.new_tag:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #F73311;
    border-bottom: 0px solid transparent;
    position: absolute;
    top: 0px;
    left: -5px;
}

.notifications .box.viewed {
    opacity: 0.6;
}

.profile-pic .user_image {
    height: 150px;
    width: 150px;
    border-radius: 100px;
    background-color: #ffffff;
    /*box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);*/
    position: relative;
}

.profile-pic .user_image svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
}

.outer {
    display: flex;
    align-items: center;
    padding: 0 10px 0;
}

.common-searchbar {
    padding: 10px 0 0 0px;
}

.width-profile-input {
    width: 98%;
    /* padding: 15px 0 0;*/
}

.profile-pic span small {
    display: block;
}

.sidebar ul li a:hover span {
    color: #ffffff;
}

.sidebar ul li a:hover svg path {
    fill: #ffffff;
}

.sidebar ul li:nth-of-type(4) a:hover svg path:last-child {
    stroke: #ffffff;
}

.wrapper-padding h5 {
    width: calc(100% - 90px);
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 17px;
    padding: 0 10px 0 0px;
}

.wrapper-padding .quote {
    width: 130px;
    text-align: center;
    padding: 5px 0;
    color: #000200;
    font-weight: 700;
    border-radius: 5px;
    border: 1px dashed #8f8f8f;
}

.address {
    background-color: #ffebd5;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0 0px;
}

.address.complete_address {
    height: 110px;
    overflow-y: auto;
}

.complete_address::-webkit-scrollbar-thumb {
    background: #FFCC19;
    border-radius: 0px;
}

.complete_address::-webkit-scrollbar {
    width: 8px;
}

.address label {
    display: block;
    color: #000200;
    font-size: 16px;
    padding: 12px 0;
}

.address .left {
    width: 30px;
    text-align: center;
    display: inline-grid;
}

.address .right {
    width: calc(100% - 40px);
}

.circle {
    background-color: #FFCC19;
    height: 10px;
    width: 10px;
    border: 1px solid #212529;
    border-radius: 100px;
    margin: 0 auto;
}

.address .left .line {
    height: 23px;
    background-color: #3E4958;
    width: 1px;
    margin: 7px auto;
}

.address .left svg {
    margin: 0 auto;
}

.address label:first-child {
    border-bottom: 1px solid #c9bcac;
}

.load_more_btn {
    text-align: center;
    margin: 15px 0 10px;
}

.back_btn a {
    background-color: #171A20;
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 7px;
}

/* end of main dash */

/* start of settings */
.back-btn {
    padding: 5px 10px 10px 0;
    transition: .3s all ease-in-out;
}

.back-btn:hover svg path {
    fill: #FFCC19;
}

.tabs-controller {
    border: 1px solid #E7E7E7;
    border-radius: 14px;
    background-color: #fff;
}

.tabs-controller .nav-link {
    flex: auto;
    font-size: 17px;
    font-weight: 500;
    color: #A0A2A1;
    border-radius: 0;
}

.tabs-controller .nav-link {
    flex: auto;
    font-size: 17px;
    font-weight: 500;
    color: #A0A2A1;
    text-align: center;
    cursor: pointer;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    background-color: transparent !important;
    padding: 20px 15px;
}

.tabs-controller .nav-link.active,
.tabs-controller .nav-link:hover {
    color: #FFCC19;
    border-bottom-color: #FFCC19;
}

.tabs-controller .tab-pane,
.device-add-controller,
.device-edit-controller {
    padding: 40px;
}

@media (max-width:991px) {

    /* .topbar .right a span {
        display: none;
    } */
    .sidebar {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);

    }

    .arabic_language.after-login .notifications_list {
        left: 0;
        right: auto;
    }

    .inner-main {
        padding: 37px 15px 33px 15px;
    }

    a.toggle-btn {
        background-color: #FFCC19;
        padding: 5px 10px 6px;
        display: inline-block;
        border-radius: 5px;
        transition: .3s all ease-in-out;
    }

    a.toggle-btn:hover {
        background-color: #17262B;
    }

    .sidebar.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .tabs-controller .form-heading h4 {
        font-size: 18px;
    }

    .common-heading {
        font-size: 22px;
    }

    .back-btn {
        margin-right: 10px !important;
    }

    .back-btn svg {
        width: 10px;
    }

    .tabs-controller .tab-pane,
    .device-add-controller,
    .device-edit-controller,
    .pro-edit-form,
    .employee-edit-controller,
    .employee-add-controller {
        padding: 25px 15px;
    }

    header nav.navbar a.btn-labeled-help.whatsapp-btn-labelled {
        margin: 0px;
    }

    header nav.navbar a.btn-labeled-help.whatsapp-btn-labelled img {
        height: 20px !important;
    }

    /* .btn-labeled-create.yellow-btn-labelled
    {
        border: 1px solid var(--main-primary-color) !important;
        background: var(--main-primary-color) !important;
    }
    .btn-labeled-create.yellow-btn-labelled span
    {
        color: #000200 !important;
    } */
}


@media only screen and (max-width: 767px) {

    /*------VIEW REPORT PAGE STYLE------*/
    .print_pdf_btn {
        position: absolute;
        top: 30px;
        right: 30px;
    }

    .table_content {
        padding: 0 20px 30px;
    }

    /*------VIEW REPORT PAGE STYLE------*/

    /*------VIEW INVOICES PAGE STYLE------*/
    .modal-content .pos_name,
    .modal-content .vat_number {
        font-size: 16px;
    }

    .modal-content button.button-close {
        right: 10px;
        top: 10px;
    }

    /*------VIEW INVOICES PAGE STYLE------*/
}

.demo {
    position: relative;
}

.demo i {
    position: absolute;
    bottom: 10px;
    right: 24px;
    top: auto;
    cursor: pointer;
}

.footer-login p {
    font-size: 12px;
}

.inner-profile {
    margin-bottom: 0px;
    margin-top: -125px;
    position: relative;
    background-color: #ffffff;
    padding: 40px 20px 20px;
    border-radius: 20px;
    box-shadow: 0 3px 25px rgb(0 0 0 / 7%);
}

.wrap.justify-content-center {
    background: #ffffff;
    padding: 0;
}

button.track_job_btn {
    margin: 0px 7px;
    background-color: #212529;
    border: none;
    padding: 10px 30px;
    width: 100% !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-left: 0;
    display: inline-block;
}

a.track_job_btn {
    margin: 0px 7px;
    background-color: #FFCC19;
    border: none;
    padding: 10px 30px;
    width: 100% !important;
    color: #000200 !important;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-left: 0;
    display: inline-block;
    text-align: center;
}

.driver-conplete_id {
    color: #F73311;
    font-weight: 500;
}

.icons-background {
    display: flex;
    align-items: center;
    margin: 3px 0px 5px;
}

.location-background div {
    background: #f3f3f3;
    padding: 5px 10px;
    color: #000200;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.location-background div span {
    font-size: 13px;
}

.profile-pic {
    color: transparent;
    display: flex;
    align-items: center;
    position: relative;
    height: 150px;
    width: 150px;
    margin: auto;
}

.location-background div img {
    position: relative;
    top: -1px;
    margin: 0 5px;
}

.profile-pic input {
    display: none;
}

.profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: inherit;
    border-radius: 100px;
    z-index: 0;
    border: 5px solid #f3f3f3;
}

.profile-pic .-label {
    cursor: pointer;
    height: 150px;
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;
    border-radius: 100px;
    margin-bottom: 0;
}

.profile-pic span {
    /* display: inline-flex; */
    /* height: 2em; */
    text-align: center;
}

h3.profile-heading {
    color: #000200;
    font-weight: 600;
    font-size: 26px;
}

input.input-dash-log-disabled {
    background-color: #fff !important;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 7%);
    border: none;
    padding: 17px 50px;
    border-radius: 14px;
    font-family: fangsong;
}

button.btn.text-light.profile-button,
.load_more_btn button {
    margin: 0px 7px;
    background-color: #FFCC19;
    border: none;
    padding: 10px 30px;
    width: 20%;
    color: #000200 !important;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-left: 0;
    display: inline-block;
}

button.btn.text-light.profile-button,
.load_more_btn button.payment_now {
    margin: 0px 7px;
    background-color: #FFCC19;
    border: none;
    padding: 10px 30px;
    width: 60% !important;
    color: #000200 !important;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-left: 0;
    display: inline-block;
}

.row-flex-text {
    padding: 10px 10px 20px 10px;
}

.profile-name {
    font-weight: 600;
    font-size: 20px;
    font-family: 'Calibri Light';
    text-transform: capitalize;
}

/* .inner-after:after{
    content: "";
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    width: 7%;
    height: 48vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../images/bg-2.svg');
} */
.width-profile-input {
    width: 100%;
}

.btn-labeled-dash {
    background-color: #FFCC19;
    border: none;
    color: #000200 !important;
    font-size: 18px;
    width: 300px;
    height: 60px;
    border-radius: 10px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    background: var(--main-primary-color);
    text-decoration: none;
    padding: 13px 10px;
    white-space: nowrap;
}

.topbar .left span.btn-label-dash {
    color: #000200;
    font-size: 16px;
}

.btn-label-dash {
    position: relative;
    top: -1px;
    right: -12px;
    display: inline-block;
    padding: 12px;
    border-left: 1px solid #f1f1f1;
    border-radius: 0px;
}

.btn-labeled-dash span {
    font-weight: 500;
}

.userinfo img {
    width: 45px;
    height: 45px;
    border-radius: 22px;
    border: 3px solid #c5c5c5;
}

.input-form {
    display: flex;
}

@media only screen and (max-width: 986px) {
    .sidebar ul {
        padding-right: 10px;
    }

    .common-heading {
        text-align: left;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .wrap.justify-content-center {
        padding: 15px 0px;
        border-radius: 60px;
    }
}

@media only screen and (max-width: 625px) {
    .form-group-width {
        padding-left: 0px !important;
        width: 100% !important;
        padding-right: 0px !important;
        margin-top: 10px;
    }

    .input-form {
        display: block;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
    }

    button.btn.text-light.ptofile-button {
        width: 80%;
    }
}

.sidebar ul {
    padding-right: 10px;
}

/* width */
.sidebar ul::-webkit-scrollbar {
    width: 5px;
}

/* Handle */
.sidebar ul::-webkit-scrollbar-thumb {
    background: #FFCC19;
    border-radius: 10px;
    margin-left: 5px;
}

.form-control.input-form {
    letter-spacing: 0.4px;
    padding: 11px 25px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 500;
}

.form-control.input-form::placeholder {
    color: #6c757d !important;
}

/*  */
/*  */
/*  */
/* change password css start */

.iconOne-login {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: -41px;
    z-index: 2;
}

.icon-position {
    right: 16px;
    position: absolute;
    top: 27px;
}

.iconOne-position {
    right: 16px;
    position: absolute;
    top: 23px;
}

.group-position {
    position: relative;
}

.profile-pic-password {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.profile-pic-password .-label {
    cursor: pointer;
    height: 130px;
    width: 130px;
}

.profile-pic-password img {
    position: absolute;
    object-fit: cover;
    width: 130px;
    height: 130px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .35);
    border-radius: 100px;
    z-index: 0;
    border: 5px solid #f3f3f3;
}


/*  */
/*  */
/*  */
/*  */
/* payment setting page css start  */



.notfound .notfound-404 {
    height: 172px;
}

.notfound .notfound-404>span {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url("../images/sad.png");
    background-size: cover;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    z-index: -1;
    animation-name: floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.notfound h2 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Calibri Light';
    margin: 0;
    text-transform: uppercase;
    color: #000200;
}

.notfound p {
    margin-top: 0.3rem;
    color: #000200;
    font-family: 'Calibri Light';
    font-weight: 400;
}

.notfound {
    background-color: #f9f9f9;
    padding: 100px 50px;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 40px;
}

.notfound a:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 167px;
    }

    .notfound .notfound-404 h1 {
        font-size: 86px;
    }

    .notfound .notfound-404 h1>span {
        width: 86px;
        height: 86px;
    }
}

@keyframes floating {
    from {
        transform: scale(1.4) translate(0, 0);
    }

    50% {
        transform: scale(1.4) translate(0, 15px);
    }

    to {
        transform: scale(1.4) translate(0, 0);
    }
}




/*  */
/*  */
/*  */
/*  */
/* notification page css start */

input[type="checkbox"].switch_1 {
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked {
    background: #fa3012;
    /*background: #575757;*/
}

input[type="checkbox"].switch_1:after {
    content: '';
    position: absolute;
    top: 2px;
    left: calc(100% - 18px);
    transform: translateX(0%);
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

input[type="checkbox"].switch_1:checked:after {
    left: 2px;
    background: #fff;
}

/* Switch 1 Specific Style End */

.toggle-input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.toggle-label {
    cursor: pointer;
    text-indent: -9999px;
    width: 36px;
    height: 20px;
    background: #575757;
    display: block;
    border-radius: 100px;
    position: relative;
}

.toggle-label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    width: 28px;
    height: 28px;
    background: #FFCC19;
    border-radius: 90px;
    transition: 0.3s;
}

.notification-display {
    display: flex;
}

.toggle-input:checked+label {
    background: #fa3012;
}

.toggle-input:checked+label:after {
    left: calc(100% - 3px);
    transform: translateX(-100%);
    background: #ffffff;
}

img.notification-bell {
    width: 20px;
    padding: 1px;
    margin-left: 15px;
    margin-right: 15px;
}

hr.verticale-line {
    border-right: 2px solid #686868;
    width: 1px;
    height: 60px;
}

.content-padding {
    padding: 25px;
    width: 95%;
}

.content-padding span {
    font-family: 'Calibri Light';
    font-weight: 700;
    font-size: 1.5rem;
}

span.tim_bell {
    font-size: 16px;
    float: right;
    font-weight: 400;
}

.content-padding p {
    font-family: 'Calibri Light';
}

@media only screen and (max-width: 700px) {
    .notification-display {
        display: block;
        text-align: center;
        padding: 25px;
    }

    img.notification-bell {
        padding: 0;
        border-right: 2px solid transparent;
    }

    .content-padding {
        width: 100%;
        margin-top: 17px;
        padding: 0;
        text-align: left;
    }

    .toggle-label {
        margin: auto;
    }

    hr.verticale-line {
        border-right: 2px solid #686868;
        width: auto;
        height: 1px;
    }

}

@media only screen and (max-width: 792px) {
    .btn-labeled-dash {
        line-height: 40px;
    }

    .btn-label-dash {
        padding: 9px 8px;
    }

    .btn-labeled-dash span.ps-3.pe-1 {
        padding-left: 0.25rem !important;
        padding-right: 0rem !important;
    }
}

.avatar-upload {
    position: relative;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 1;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    background: #FFCC19;
    border: none;
    color: #000200 !important;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin: auto;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:after {
    content: "";
    background-image: url('../images/pencil.png');
    position: absolute;
    width: auto;
    height: inherit;
    background-repeat: no-repeat;
    top: 12px;
    left: 12px;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 100%;
    height: 235px;
    position: relative;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.middle {
    position: relative;
}

.profile-mail {
    font-family: 'Calibri Light';
    font-size: 15px;
    color: #000200;
}

.profile-mail svg {
    width: 18px;
    height: 18px;
}

.profile-mail svg path {
    fill: #ffffff;
}

.profile-mail .icon {
    background-color: #5e5e5e;
    height: 25px;
    width: 25px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    margin: 0 5px 0 0;
}

.common-searchbar .location .icon svg {
    height: 13px;
}

input[value="Freight & Logistics Services"] {
    color: rgb(0, 0, 0);
}

​input[value="Kuwait ,Al Asimah"] {
    color: rgb(0, 0, 0);
}

.dashboard {
    background-color: #ffffff;
    position: relative;
    min-height: calc(100vh - 4px);
    padding: 0 0 80px;
}

.dashboard footer {
    position: absolute;
    bottom: 0;
}

.pagination {
    margin: 30px 0 0;
}

.inner-after-next.notification-display.align-items-center {
    background: #fff;
    border: 1px solid #f1f1f1;
}

button.btn.text-light.profile-button,
.load_more_btn button.ptrofile-save {
    margin: 0px 7px;
    background-color: #FFCC19;
    border: none;
    padding: 10px 30px;
    width: 20% !important;
    color: #000200 !important;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-left: 0;
    display: inline-block;
}

.form-control {
    background-color: #fff !important;
}

/* extra */
.topbar .left span.active {
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 16px;
}

.inner-after-next.job-display {
    border-radius: 20px;
    padding: 20px 16px 16px;
    background: rgb(255, 255, 255);
    border: 1px solid #ededed;
    position: relative;
}

.inner-after-next.job-display .new_tag {
    background-color: #FFCC19;
    color: #000200;
    font-weight: 600;
    right: 20px;
}

.inner-after-next.job-display .new_tag:after {
    border-right: 5px solid #FFCC19;
}

.btn-labeled-check {
    padding-top: 0;
    padding-bottom: 0;
    background: #000200;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    padding: 0px 10px;
    font-size: 16px;
    white-space: nowrap;
}

.btn-label-check {
    position: relative;
    right: -12px;
    display: inline-block;
    padding: 10px 12px;
    border-left: 1px solid #FFCC19;
    border-radius: 0px;
}

.topbar .left span:hover {
    color: #000200;
}

.bg_booking_detail .wrapper-padding {
    width: calc(100% - 150px);
    padding: 0 0 0 20px;
}

.wrapper-padding span {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 18px;
    color: #000200;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 250px;
}

span.wrapper_comment {
    border-radius: 5px;
    color: rgb(255 255 255);
    float: right;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: rgb(250 48 18);
    padding: 0px 5px;
}

p.wrapper-font {
    display: flex;
    color: #000200;
}

p.wrapper-font span {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    color: #000200;
    font-size: 14px !important;
    margin: 0px 8px;
}

p.wapper-list {
    font-size: 16px;
    color: #000200;
    font-weight: 600;
    background-color: #cccccccc;
    width: fit-content;
    margin-bottom: 0px;
    padding: 4px 15px;
    border-radius: 5px;
}

span.wrapper_time {
    margin-left: auto;
    font-size: 16px;
    color: rgb(72, 72, 72);
    font-weight: 500;
}


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

p.text_name {
    margin-bottom: 3px;
    margin-top: 2px;
}

.inner-after-next.job-background {
    position: relative;
    border-radius: 20px;
    padding: 25px 12px 12px;
    background: rgb(255, 255, 255);
    border: 1px solid #ededed;
}

.share_profile {
    position: absolute;
    right: 22px;
    top: 16px;
}

.image_time span {
    vertical-align: middle;
    margin: 0 5px;
}

.coin_icon {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: -30px;
    z-index: 2;
}

input.input-dash-log.coin-input {
    height: 45px;
}

span.share_profile {
    background: #F73311;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    padding: 4px 7px;
}

.wrapper-align {
    padding-top: 13px;
}

.hr_border.pt-2 {
    border-top: 1px solid #e5e5e5;
}

span.wrapper_price {
    padding-bottom: 12px;
    font-size: 16px !important;
    display: block;
    margin-left: auto !important;
    color: #fa3012 !important;
    font-weight: 500 !important;
}

.row.align-items-center.row-profile {
    background: #ffffff;
    padding: 20px;
    border-radius: 30px;
    border-left: 3px solid #FFCC19;
    border-right: 3px solid #FFCC19;
    box-shadow: 0 10px 19px rgb(0 0 0 / 6%);
}

.card.card-payment {
    padding: 30px;
    /* box-shadow: 0 10px 19px rgb(0 0 0 / 6%); */
    border-radius: 12px;
}

.wrapper-accept {
    margin: 0px 7px;
    background-color: #ffcc19;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-left: 0;
    display: inline-block;
    width: 50%;
}

.wrapper-forward {
    margin: 0px 7px;
    background-color: #171a20;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-left: 0;
    display: inline-block;
    width: 50%;
}





.wrapper-decline {
    margin: 0px 7px;
    background-color: #dc3545;
    border: none;
    color: #fff !important;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-right: 0;
    display: inline-block;
    width: 50%;
}

span.wrapper_rating {
    display: flex;
    align-items: center;
    color: #000200;
    float: right;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0px 10px;
}

span.line-veritcal {
    border-left: 1px solid #e5e5e5;
}

.wrapper-align span {
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #000200;
}

p.wrapper-float span {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    color: #000200;
    margin: 0px 8px;
}

.star-icon {
    color: #ccc;
    font-size: 30px;
    vertical-align: middle;
}

.star-icon.filled {
    color: #FFB803;
}

.reviews-text {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    margin-left: 5px;
    vertical-align: middle;
}

img.profile_img {
    border: 3px solid #FFCC19;
    border-radius: 100px;
    width: 25%;
}

.promo-submit {
    position: relative;
    float: right;
    margin-right: 15px;
    margin-top: -37px;
    z-index: 2;
    fill: rgb(97, 97, 97);
}

/*  */
/*  */
/*  */
/* booking css start */

.nav-tabs .nav-item.show .tab_active,
.nav-tabs .tab_active.active {
    background-color: #FFCC19 !important;
    color: #000200 !important;
    padding: 15px 50px !important;
    height: auto !important;
    border-radius: 10px;
    border-color: #FFCC19;
    font-weight: 600;
    border-radius: 10px !important;
}

label.date-label {
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}

.form_tabs_wrapper nav #nav-tab button.tab_active:first-child:before {
    display: none !important;
}

.form_tabs_wrapper nav #nav-tab button.tab_active:first-child:after {
    display: none !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.tab_active {
    font-weight: 500;
    color: #000200 !important;
    padding: 10px 50px !important;
    height: auto !important;
    border-radius: 10px !important;
    margin: 0;
}

.tab_active.active svg path {
    fill: #000200;
}

.tab_active svg path {
    fill: #000200;
}

/* .brand {
    margin: 0px 15px;
} */
.form_tabs_wrapper nav #nav-tab button.tab_active.active:after {
    display: none !important;
}

.inner-tab {
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 10px 19px rgb(0 0 0 / 6%);
    /* border-left: 5px solid #FFCC19; */
    align-items: center;
}

h4.name-list-heading {
    font-size: 20px;
    font-weight: 600;
    color: #000200;
}

.icons-background img {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border-radius: 100px;
}

.icons-background span {
    margin: 0px 4px;
    color: #000200;
    margin-right: 15px;
    font-weight: 500;
    font-size: 13px;
}

p.month {
    color: #fa3012;
    font-size: 16px;
    font-weight: 600;
}

p.date {
    color: #000200;
    font-size: 30px;
    font-weight: 600;
}

p.year.mb-0 {
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 600;
}

.border-right-hr {
    border-left: 1px solid #d6d6d6;
    height: 70px;
}

span.heading-name {
    margin: 0px 2px;
    font-weight: 600;
    font-size: 16px;
}

.wrapper-tracking {
    display: block;
    margin: 5px 5px;
    text-align: center;
    padding: 11px 15px;
    font-size: 16px;
    border-radius: 6px;
    background-color: #FFCC19;
    border: none;
    color: #000200 !important;
    font-weight: 400;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
}

.wrapper-cancel {
    display: block;
    margin: 5px 0px 5px 5px;
    text-align: center;
    padding: 11px 15px;
    font-size: 16px;
    border-radius: 6px;
    background-color: #dfecf3;
    border: none;
    color: #000200 !important;
    font-weight: 400;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
}

.wrapper-tracking span.font_w-normal {
    color: #000200;
}

span.font_w-normal {
    font-size: 16px;
    font-weight: 500;
}

p.wrapper_id span {
    color: #000200;
    font-weight: 500;
}

p.wrapper_id {
    text-align: end;
    font-size: 16px;
}

.d-flex-cls {
    display: flex;
}

.border-left-line {
    border-left: 5px solid #FFCC19;
    height: 124px;
    left: 0;
    position: absolute;
}

@media only screen and (max-width: 1350px) and (min-width: 1200px) {
    .location-background div {
        padding: 3px 5px;
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 698px) {
    .d-flex-cls {
        display: block;
        padding: 15px;
        text-align: center;
    }

    p.wrapper_id {
        text-align: end;
    }

    .border-right-hr {
        border-bottom: 1px solid #d6d6d6;
        height: auto;
        width: 30%;
        margin: auto !important;
    }

    .border-left-line {
        display: none;
    }

    p.date {
        margin: 0px 10px;
    }

    .wrapper_detail {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 697px) {
    .d-flex-cls {
        display: block;
        padding: 15px;
        text-align: center;
    }

    .border-right-hr {
        border-bottom: 1px solid #d6d6d6;
        height: auto;
        width: 30%;
        margin: auto !important;
    }

    .border-left-line {
        display: none;
    }

    span.heading-name {
        display: block;
        margin-bottom: 15px;
    }

    span.heading-label {
        margin: 0 !important;
    }

    p.wrapper_id {
        text-align: end;
    }

    .tab_active {
        color: #000200 !important;
        padding: 10px 0px !important;
        height: auto !important;
        border-radius: 10px !important;
    }
}


/*  */
/* pagination css start */

.pagination-previous {
    padding: 10px 20px;
    background: #171A20 !important;
    color: #ffffff !important;
    margin: 0px 3px !important;
    border: 0px solid #fff !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.page-item.active .pagination-number {
    margin: 0px 3px !important;
    background: transparent;
    color: #fa3012;
    padding: 9px 6px;
    width: 30px;
    text-align: center;
    border-bottom: 2px solid #fa3012 !important;
    font-weight: 600;
    font-size: 16px;
    border: 0px solid #fff;
    line-height: normal;
}

.pagination-number {
    margin: 0px 0px 0 0px !important;
    color: #a1a1a1;
    padding: 10px 6px;
    width: 35px;
    text-align: center;
    font-size: 16px !important;
    border: 0px solid #fff;
    background-color: #e7e7e7;
    line-height: normal;
}

.pagination-next {
    padding: 10px 20px;
    background: #171A20 !important;
    margin: 0px 3px !important;
    color: #ffffff !important;
    border: 0px solid #fff !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.pagination-number:hover {
    color: #000200;
}

.page-link:focus {
    z-index: 3;
    background-color: transparent !important;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}

@media only screen and (max-width: 425px) {
    .pagination-previous {
        margin: 0px 3px !important;
    }

    .page-item.active .pagination-number {
        margin: 0px 3px !important;
    }

    .pagination-number {
        margin: 0px 3px !important;
    }

    .pagination-next {
        margin: 0px 3px !important;
    }

    .pagination-center {
        justify-content: center !important;
        margin-right: 0px !important;
    }

    .btn-label-list-out:before {
        right: 2px !important;

    }

}

/* transporter profile css start */
span.wrapper_rating-disabled {
    color: #000200;
    float: right;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 0px 8px;
    display: flex;
    align-items: center;
}

.wrapper_rating-disabled svg {
    margin: 0px 7px;
}

.wrapper-information {
    display: flex;
    color: #000200;
}

p.wrapper-information span {
    font-family: "Roboto Slab", serif;
    font-weight: 500;
    color: #000200;
    font-size: 16px !important;
    margin: 0px 8px;
}

p.box-heading-name.py-1.mb-0 {
    color: #000200;
    font-size: 20px;
    font-weight: 700;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    padding: 5px !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #FFCC19 !important;
    border-color: transparent;
    color: #000200;
}

.daterangepicker td.in-range {
    background-color: #fffae5;
    border-color: transparent;
    color: #000200;
    border-radius: 0;
}

/*.daterangepicker {
    right: 11% !important;
}*/
.daterangepicker.opensright:after {
    right: 15%;
    left: auto;
}

.daterangepicker.opensright:before {
    right: 15%;
    left: auto;
}

/* booking confirm page css start */
.before-success {
    width: 100%;
    padding: 30px 12px;
    margin-top: 0px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ededed;
    position: relative;
}

span.heading-label-done b {
    font-size: 19px;
}

.border-left-done-hr {
    border-left: 5px solid #FFCC19;
    height: 115px;
    left: 0;
    position: absolute;
}

.after-success {
    border-left: 5px solid #FFCC19;
    border-right: 5px solid #FFCC19;
    width: 100%;
    padding: 20px 12px;
    background-color: #fff;
    border-radius: 15px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    position: relative;
}

.border-radious-img img {
    border: 3px solid #fa3012;
    border-radius: 100px;
    margin-left: 15px;
}

.border-radious-img span {
    font-size: 19px;
    margin-left: 15px;
}

.font_name {
    font-size: 19px;
    font-weight: 500 !important;
}

span.heading-label-font {
    font-size: 16px;
    font-weight: 400;
    display: inline !important;
}

span.heading-name-font {
    margin: 0px 10px;
    font-weight: 600;
    font-size: 16px;
    display: inline !important;
}

span.heading-label-id {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    display: inline !important;
}

span.heading-name-id {
    margin: 0px 8px;
    font-weight: 600;
    color: #787878;
    font-size: 16px;
    display: inline !important;
}

hr.horizontal_line {
    margin: 0.5rem 0;
}

.icons-date-time {
    margin-bottom: 15px;
}

.icons-date-time span {
    font-size: 16px;
    margin: 0px 7px;
    color: #2e2e2e;
    margin-right: 35px;
    font-weight: 500;
    display: initial;
    vertical-align: middle;
}

.wrapper-accept-ad {
    margin: 0px 7px;
    background-color: #171A20;
    border: none;
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-left: 0;
    display: inline-block;
    width: fit-content;
}

.dashed-line {
    text-align: center;
    padding: 7px 0;
    color: #000200;
    font-weight: 700;
    border-radius: 5px;
    border: 1px dashed #8f8f8f;
}

.wrapper-accept-ad span {
    font-size: 16px;
}

.align-profile-end {
    text-align: end;
}

.wrapper-decline-ad span {
    font-size: 16px;
}

.wrapper-decline-ad {
    margin: 0px 7px;
    background-color: #E7E7E6;
    border: none;
    color: #636363 !important;
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-right: 0;
    display: inline-block;
    width: fit-content;
}

@media only screen and (max-width: 1279px) {
    .wrapper_profile_detail {
        justify-content: start;
    }

    .border-right-hr {
        display: none;
    }

    .text-align {
        text-align: center !important;
    }
}

@media only screen and (max-width: 1010px) {
    span.heading-label.ms-5 {
        margin-left: 0 !important;
        padding-top: 9px;
        display: block;
    }

    span.heading-name {
        display: block;
    }
}

@media only screen and (max-width: 1346px) {
    .border-left-done-hr {
        display: none;
    }
}

/* Decline css start */
.modal-content.content_modal {
    border-radius: 25px;
}

.modal-header.header_modal {
    padding: 25px 30px 15px 30px;
    border-bottom: none;
    position: relative;
}

button.close_btn,
#bottom_modal button.close {
    position: absolute;
    right: -12px;
    top: -12px;
    background: #fa3012 !important;
    font-family: sans-serif;
    color: #fff !important;
    border-radius: 20px;
    opacity: 1;
    font-weight: 500;
    width: 32px;
    height: 30px;
    font-size: 16px;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
    padding: 4px 4px;
}

#bottom_modal .modal-header h5.modal-title {
    font-weight: 600;
}

#bottom_modal button.close span {
    line-height: 24px;
}

.modal-body.body_modal {
    padding: 0px 30px;
}

.body_modal p {
    font-size: 16px;
    font-weight: 500;
}

.custom_check.check_btn {
    width: 18px;
    height: 18px;
}

.custom_check.check_btn input {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.custom_check.check_btn span {
    height: 18px;
    width: 18px;
    border: 1px solid #000200;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
}

.custom_check.check_btn input:checked~span:before {
    content: "";
    left: 7px;
    top: 2px;
    width: 5px;
    height: 11px;
    border: solid #f93012;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.textarea_modal {
    width: 100%;
    border: 1px solid #AEAEAE;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000200;
    background-color: var(--main-acent-color);
    background-position: 12px 10px;
    background-repeat: no-repeat;
    padding: 10px;
    transition: width 0.8s ease-in-out;
    outline: none;
}

h5.title_modal {
    font-size: 22px;
    font-weight: 800;
}

.modal-footer.footer_modal {
    padding: 10px 30px;
    background: #f5f4f7;
    border: none;
    /* border-radius: 25px; */
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

button.btn.btn-secondary.secondary_btn {
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 6px;
    background-color: #000200;
    border: none;
    color: #ffffff !important;
    width: 150px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
}

button.btn.btn-primary.primary_btn {
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 6px;
    background-color: #FFCC19;
    border: none;
    color: #000200 !important;
    width: 150px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 570px;
        margin: 1.75rem auto;
    }
}

@media (min-width: 1570px) {
    .daterangepicker.opensright:after {
        right: 60%;
    }

    .daterangepicker.opensright:before {
        right: 60%;
    }
}

.textarea_modal::placeholder {
    color: #6c757d !important;
}

/* term & condition css start */

h4.terms_heading {
    font-size: 19px;
    font-weight: 700;
}

button.btn.btn-secondary.secondaryTerm_btn {
    width: 22% !important;
}


.modal-backdrop {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000200;
}

.fade:not(.show) {
    opacity: 1;
}

.modal.modal-booking {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

/* rating popup page css start */

.body_modal .rating-wrapper {
    display: flex;
    justify-content: center;
    background: #f5f4f7;
    border-radius: 20px;
    padding: 10px;
}

.body_modal .rating-wrapper .rating-card .call-quality-label {
    display: flex;
    justify-content: center;
    color: #000200;
    font-size: 16px;
    font-weight: 500;
}

.body_modal .rating-wrapper .rating-card .star-container {
    display: flex;
    justify-content: space-evenly;
}

.body_modal .rating-wrapper .rating-card .star-container i {
    font-size: 35px;
    color: #fdc911;
    cursor: pointer;
}

.body_modal .rating-wrapper .rating-card .scale {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #807cae;
}

canvas {
    z-index: 9999999 !important;
}

.modal_backdrop_background {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000200;
    opacity: 0.6;
}

/*Added 28-07-2022*/


.banner_wrapper .title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    transform: translateY(-50%);
}

.banner_wrapper .title h2 {
    font-weight: 700;
    font-size: 32px;
    color: #000200;
}

.btn-labeled-list {
    background-color: #171A20;
    padding: 2px 0px;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
}

.btn-label-list {
    position: relative;
    right: 0px;
    display: inline-block;
    padding: 8px 5px;
    border-left: 1px solid var(--main-acent-color);
    border-radius: 0px;
}

.creat_job_btn a {
    background-color: #171A20 !important;
    padding: 8px 0px;
}

.creat_job_btn a span {
    color: #fff !important;
}

/* payment page css start */


.field {
    margin-bottom: 25px;
}

.field.full {
    width: 100%;
}

.field.half {
    width: calc(50% - 12px);
}

.field label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 8px;
}

.field input::placeholder {
    color: #6c757d !important;
}

.card .card-title h2 {
    margin: 0;
}

.card .card-body .payment-type h4 {
    text-align: center;
    margin: 0;
    font-size: 19px;
    font-weight: 700;
}

.card .card-body .payment-type .types .type {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    width: 18%;
    position: relative;
    background: #ffffff;
    padding: 15px 10px;
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s ease;
}

.card .card-body .payment-type .types .type:hover {
    border-color: #28333b;
}

.card .card-body .payment-type .types .type:hover .logo,
.card .card-body .payment-type .types .type:hover p {
    color: #28333b;
}

.card .card-body .payment-type .types .type.selected {
    /*    background: rgb(255 204 25);*/
    text-align: center;
    line-height: 18px;
    width: 100%;
}

/*  .card .card-body .payment-type .types .nav-link.active .type.selected {
    background: rgb(255 204 25);
}*/
.card .card-body .payment-type .types .type.selected .logo {
    color: #40b3ff;
}

.card .card-body .payment-type .types .type.selected p {
    color: #171a20;
}

.card .card-body .payment-type .types .nav-link.active .type.selected::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    color: #ff201e;
    height: 30px;
    width: 30px;
    font-size: 16px;
    bottom: -13px;
    right: -14px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 15px #0002001f;
}

.type-card-sm {
    background-image: linear-gradient(black, #565656) !important;
}

.card .card-body .payment-type .types .type .logo,
.card .card-body .payment-type .types .type p {
    transition: all 0.5s ease;
}

.card .card-body .payment-type .types .type .logo {
    color: #8a959c;
}

.logo i.far.fa-credit-card {
    font-size: 33px;
    color: #000200;
}

.card .card-body .payment-type .types .type p {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #8a959c;
}

.card .card-body .payment-info .column {
    width: calc(50% - 25px);
}

.card .card-body .payment-info .title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.card .card-body .payment-info .title .num {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 2px solid #40b3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 12px;
    font-size: 12px;
}

.card {
    border: 1px solid rgba(0, 0, 0, 0);
}

input.input-dash-log::placeholder {
    color: #6c757d !important;
}

.payment_background {
    background: white;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    padding: 15px;
    border-radius: 10px;
}

hr.border-payment {
    margin: 10px 0px;
    height: 2px;
    width: 90%;
    color: #afafaf;
}

.payement-btn {
    width: 100% !important;
}

.breadcrumb_back {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    z-index: 9;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.breadcrumb_back a {
    color: #FFCC19 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
    color: #ffffff;
}

.btn-labeled-out {
    font-weight: 500;
    font-size: 16px;
    padding: 0px 0px;
    padding-top: 0;
    padding-bottom: 0;
    background: var(--main-primary-color);
    color: var(--main-dark-color) !important;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
}

.pagination-next:focus {
    padding: 10px 20px;
    background: #171A20 !important;
    margin: 0px 3px !important;
    color: #ffffff !important;
    border: 0px solid #fff !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.btn-label-list-out {
    right: 0px;
    display: inline-block;
    padding: 9px 10px 9px 0;
    border-radius: 0px;
}

.pe-0 {
    padding-right: 0px !important;
}

.footer-login {
    width: 100%;
    z-index: 99999;
    background: #000200;
    padding: 14px;
}

.btn-label-create {
    position: relative;
    display: inline-block;
    padding: 9px 10px 9px 0;
    border-radius: 0px;
}

.btn-label-list-out:before,
.btn-label-create:before {
    content: "";
    position: absolute;
    width: 1px;
    background: rgba(0, 0, 0, 0.4);
    top: 10px;
    bottom: 10px;
    left: -6px;
}

.btn-label-list-out:before {
    right: 40px;
    height: 12px;
    top: 12px;
    padding: 0px;
    margin: 3px;
}

.position-relative {
    position: relative;
}

.arabic_language.after-login .btn-label-list-out:before,
.arabic_language.after-login .btn-label-create:before {
    left: -0px;
    right: -9px;
}

.arabic_language.after-login .btn-label-list-out,
.arabic_language.after-login .btn-label-create {
    border: 0 !important;
    padding-right: 0;
    padding-left: 10px !important;
}

.btn-labeled-create {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    background: #000200;
    color: #000 !important;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    padding: 0px 0px;
}

.btn-labeled-create span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.btn-labeled-create.yellow-btn-labelled {
    padding: 10px 15px;
    border: 1px solid #000;
    background: var(--main-primary-color);
}

.btn-labeled-create.yellow-btn-labelled span {
    color: #fff;
}

.lh-md-0 {
    line-height: 0 !important;
}

/*  */
/* transporter web page css start */
img.card-profile-img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 100px;
}

.card-heading {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

h5.card-title {
    font-size: 16px;
    color: #000200;
    font-weight: 500;
}

p.card-text {
    color: #000000;
    background: #dfecf3;
    padding: 1px 5px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
}

.card-body-profile p.card-number {
    color: #000200;
    font-weight: 400;
}

p.card-truck-number {
    background: #ffebd5;
    width: fit-content;
    /* white-space: nowrap; */
    margin: auto;
    padding: 3px 10px;
    border-radius: 5px;
    color: #000200;
}

button.btn.btn-primary.primary_card_btn {
    margin: 0px 7px;
    background-color: #ffcc19;
    border: none;
    padding: 9px 30px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-left: 0;
    display: inline-block;
    color: #000000;
}

button.btn.text-light,
.load_more_btn button.listing {
    margin: 0px 7px;
    background-color: #FFCC19;
    border: none;
    padding: 12px 30px;
    color: #000200 !important;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 600;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-left: 0;
    display: inline-block;
    height: 55px;
    max-width: 320px;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

button.btn.text-light:hover,
.load_more_btn button.listing:hover {
    background-color: #030303;
    color: #fff !important;
}

button.btn.text-light.profile-button,
.load_more_btn button.listing_btn {
    margin: 0px 7px;
    background-color: #FFCC19;
    border: none;
    padding: 10px 30px;
    width: 100% !important;
    color: #000200 !important;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-left: 0;
    display: inline-block;
}

tr {
    background: #fff;
}

/*  */
/* driver History */
.profile_img_transporter {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: none;
    background-color: #ffebd5;
    padding: 5px;
}

.heading_driver_detail {}

.wrapper_profile_history {
    background: #fff;
    padding: 25px 20px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.transporter_line {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

p.card-number.mt-2.mb-1 {
    font-size: 16px;
    margin: auto;
    padding: 2px 8px;
    background: #e7e7e7;
    width: max-content;
}

.active_driver_status {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 1px 7px;
    font-size: 12px;
    background: #2d9b00;
    border-radius: 5px;
    color: #fff;
}

.inactive_driver_status {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 1px 7px;
    font-size: 12px;
    background: #ff2620;
    border-radius: 5px;
    color: #fff;
}

/*Table Style One*/
.table .table-header {
    background: #FFCC19;
    color: #333;
}

.table .table-header .cell {
    padding: 20px;
}

@media screen and (max-width: 640px) {
    table {
        overflow-x: auto;
        display: block;
    }

    .table .table-header .cell {
        padding: 20px 5px;
    }
}

@media screen and (min-width: 1430px) {
    td {
        white-space: nowrap;
    }

    th {
        white-space: nowrap;
    }
}

td {
    padding: 20px !important;
}

tbody {
    border: 1px solid #ebebeb;
}

table {
    text-align: center;
}


/* media query all pages start */

@media only screen and (max-width: 389px) {
    .btn-labeled {
        margin: 5px 15px !important;
        display: -webkit-inline-box;
        padding: 1px 12px;
    }

    #searchInput {
        width: 35%;
        margin: 4px 10px;
        background-position: 10px 6px;
        padding: 5px 4px 6px 33px;
    }

    .responsive-width {
        margin-top: 7px;
        width: 147% !important;
    }

    .form_tabs_wrapper button.btn.btn-continue {
        padding: 10px 15px;
    }

    .btn-label {
        padding: 5px 5px;
    }

    .carousel-item img {
        height: 600px;
        object-fit: cover;
    }

    label.date-label {
        display: none;
    }

    .card .card-body .payment-type .types .type {
        width: 30%;
    }

    .profile-mail {
        display: block !important;
    }

    .profile-mail .icon {
        margin: auto;
    }

    .btn-labeled-create span.px-3 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
}

@media only screen and (max-width: 425px) {
    .carousel-item img {
        height: 600px;
        object-fit: cover;
    }

    .btn-labeled {
        margin: 2px 2px !important;
    }

    .pexel-set {
        font-size: 12px;
    }

    button.btn.btn-secondary.secondary_btn {
        padding: 10px 15px;
    }

    .wrapper_regiter_one.d-flex {
        display: block !important;
    }

    .wrapper_regiter_one a {
        margin-top: 10px !important;
    }

    a.penality-cancel {
        width: 100% !important;
        padding: 11px 11px !important;
    }

    a.penality-job {
        width: 100% !important;
        padding: 11px 11px !important;
    }

    span.heading-name-font {
        white-space: nowrap;
        margin: 0px 2px !important;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0px 0px;
    }

    .brand {
        margin: 0px 0px;
    }

    .inner-profile {
        border-radius: 30px;
    }

    div#navbarSupportedContent .d-flex.mx-2 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .notifications_list {
        width: 270px;
    }

    .form-check.d-flex.align-items-center.justify-content-start.p-0 {
        margin-top: 5px;
    }

    span.wrapper_comment {
        float: none;
        display: inline;
    }

    .card-body.pt-3.pb-0.card-body-profile {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .right.d-flex {
        display: block !important;
    }

    .topbar .right a {
        display: inline-block !important;
        margin-top: 10px;
        float: right;
    }

    .btn-labeled-out {
        padding: 2px 0px;
        font-size: 16px;
    }

    .notifications_icon {
        margin-left: auto !important;
    }

    .btn-labeled-out span {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    /* .dash-logo img {
        width: 135px;
    } */
    .card.card-payment {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-center input {
        padding-left: 0.7rem;
        width: 100%;
    }

    .form_tabs_wrapper button.btn.btn-continue {
        width: 48% !important;
    }

    .card .card-body .payment-type .types .type {
        width: auto;
    }

    .payment_background.mt-3 {
        margin-top: 0px !important;
    }

    .inner-profile h2 {
        font-size: 24px;
    }

    .common-searchbar form .d-flex.mt-2 {
        display: block !important;
    }

    .date-picker {
        float: none;
    }

    .inner-profile {
        width: 100%;
    }

    .form-group.pt-1.group-position.px-2 {
        padding: 0px 0px !important;
    }

    .form-control.input-form {
        width: fit-content;
    }

    .date-picker .form-group.d-flex.align-items-center {
        justify-content: end;
    }

    .nav.nav-tabs.tab_background {
        margin-top: 12px !important;
        margin: auto;
    }

    .inner-tab {
        position: relative;
    }

    p.wrapper_id.mb-0 {
        position: absolute;
        top: 6px;
        right: 15px;
        text-align: left;
        margin: 5px;
    }

    .location-background div {
        width: fit-content;
    }

    .footer-center h3 {
        padding-left: 0rem;
    }

    .banner_wrapper .title h2 {
        font-size: 1.5rem;
    }

    .breadcrumb_back {
        text-align: center;
        position: absolute;
        margin: 0 auto;
        z-index: 9;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
        font-size: 16px;
    }

    .breadcrumb {
        flex-wrap: nowrap;
    }

    .footer-center button {
        padding: 15px 4px;
        font-size: 16px;
    }

    ul.list-unstyle {
        padding-left: 0rem;
    }

    .inner-after-next.job-display {
        padding: 15px;
    }

    .d-flex-cls {
        padding: 0px;
    }

    .after-success {
        padding: 15px 0px;
    }

    .tab_background {
        justify-content: center;
        border-bottom: 1px solid transparent;
    }

    .notifications_icon {
        margin: 0 0px 0 15px;
    }

    .nav-tabs .nav-item.show .tab_active,
    .nav-tabs .tab_active.active {
        background-color: #FFCC19 !important;
        color: #000200 !important;
        padding: 10px 60px !important;
        height: auto !important;
        border-radius: 10px;
        margin: 0 4px 0 0;
    }

    .tab_active {
        border-color: #FFCC19;
        font-weight: 500;
    }

    .profile-pic .-label {
        height: 100px;
        width: 100px;
    }

    .profile-pic .user_image {
        height: 100px;
        width: 100px;
    }

    .common-searchbar {
        padding: 5px 0 0 0px;
    }

    .profile-mail {
        margin-right: 0px !important;
        font-size: 16px;
        justify-content: center;
    }

    button.btn.text-light,
    .load_more_btn button.listing {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1024px) {
    .card .card-body .payment-type .types .type {
        padding: 0px 10px;
    }

    .card .card-body .payment-type .types .type svg {
        width: 45px;
        height: 45px;
    }

    th {
        white-space: nowrap;
    }
}

@media only screen and (max-width: 1122px) {
    .nav.nav-tabs.tab_background {
        margin-top: 0px;
    }

    .overflow-table {
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 1200px) {
    .overflow-table {
        overflow-x: scroll;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0px 5px;
    }

    .notifications_icon {
        margin: 0 8px 0 0px;
    }

    label.date-label {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

    .form-control.input-form {
        padding: 8px 5px !important;
    }

    .nav-tabs .nav-item.show .tab_active,
    .nav-tabs .tab_active.active {
        padding: 6px 22px !important;
    }

    .tab_active {
        padding: 6px 22px !important;
    }

    .inner-profile {
        padding: 20px;
    }

    td {
        white-space: nowrap;
    }

    button.btn.text-light.profile-button,
    .load_more_btn button {
        padding: 11px 11px;
    }
}

@media only screen and (max-width: 1276px) {
    p.month {
        font-size: 25px;
    }

    p.date {
        font-size: 40px;
    }

    p.year.mb-0 {
        font-size: 25px;
    }

    button.btn.btn-primary.primary_card_btn {
        width: auto !important;
    }

    p.card-truck-number {
        background: #eff1f3;
        width: auto
    }

    p.card-text {
        width: auto;
    }

    .wrapper_profile_history {
        padding: 20px 5px 20px;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 992px) {
    .inner-tab .d-flex-cls .ms-auto.me-4 {
        display: flex;
    }

    .wrapper_detail {
        justify-content: start;
    }

    .d-flex-cls {
        display: block;
        padding: 15px;
        text-align: center;
    }

    .d-flex-cls {
        text-align: start;
    }

    .wrapper_detail.text-center svg {
        margin: auto;
    }

    .cancel_booking {
        width: 65%;
        margin: auto !important;
    }
}

@media only screen and (max-width: 992px) {
    .date-picker {
        margin-left: auto;
    }

    .wrapper-tracking-detail {
        width: 100% !important;
    }

    .location-background div.mt-1.mx-3 {
        display: flex;
        align-items: center;
    }

    .tab-float {
        float: none;
    }

    .wrapper-cancel {
        width: 100%;
    }

    .wrapper-tracking {
        width: 100%;
    }

    /* .location-background div {
        padding: 4px 7px;
        width: -webkit-fill-available;
    } */
    .inner-tab {
        padding: 24px;
    }

    .location-background div span {
        margin-left: 5px !important;
        font-size: 12px;
    }

    .icons-background span {
        font-size: 12px !important;
    }

    .responsive-width {
        width: 100% !important;
    }
}

/*  */
/*  */
/* register select */

hr.border-bottom-register {
    border: 4px solid #FFCC19;
    opacity: 1;
    width: 15%;
    border-radius: 23px;
    margin: 0.8rem 0;
}

.wrapper_regiter_one a {
    margin: 0px 15px;
}

.wrapper_regiter_one a {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 170px;
    height: 165px;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 0px 2px rgb(0 0 0 / 20%);
    margin-bottom: 0;
}

.wrapper_regiter_one p {
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000200;
    text-transform: uppercase;
}

/* .wrapper_regiter_one a:hover {
    background: #FFCC19;
    box-shadow: 0 3px 30px rgb(255 204 25 / 25%);
} */
.wrapper_regiter_one a svg {
    fill: #000200;
}

button.btn.register-select {
    margin-top: 30px !important;
    background-color: #FFCC19;
    border: none;
    color: #000200;
    font-size: 16px;
    width: 50%;
    height: 60px;
    border-radius: 10px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
}

.sd {
    padding: 5px 10px;
    height: 30px;
    width: 150px;
}

.open-button {
    position: absolute;
    top: 14px;
    right: 0px;
    width: 40px;
    height: 25px;
    /* background: #fbfbfb; */
    pointer-events: none;
}

.open-button button {
    border: none;
    background: transparent;
}

.form_inner_wrapper input.date-pick {
    height: 55px;
    border: 1px solid #AEAEAE;
    border-radius: 10px;
    padding: 0 20px 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000200;
}

.dots-menu {
    font-size: 15px;
}

.dots-menu.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 5px;
    background: transparent;
    border: none;
    color: #000200;
    padding: 0px;
}

.dots-menu a.btn {
    /* @extend .glyphicon !optional;
    &amp;
    :before{
        content: &#34;
        \e235&#34;
        ;
    }
    */
}

.dots-menu a.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dots-menu ul.dropdown-menu {
    right: auto;
    left: 15px;
    min-width: 50px;
    padding: 0.2rem 0;
}

.dots-menu ul.dropdown-menu li {
    padding: 0;
    width: 100%;
}

.dots-menu ul.dropdown-menu li a {
    margin: 0;
    font-size: 16px;
}

.dots-menu ul.dropdown-menu li a:hover {
    background-color: transparent;
    font-weight: 500;
}

.drop-toggle::after {
    display: none;
}

a.drop-toggle {
    background: transparent !important;
    border: none;
    color: #000200 !important;
    padding: 0;
}

.drop-toggle i {
    font-size: 17px;
    padding: 3px 8px;
    /* background: #000200;
    color: #fff; */
    border-radius: 5px;
}

.icon-list i {
    margin-right: 6px;
}

.icon-list:hover {
    color: #1e2125;
    background-color: #FFCC19;
}

.menu-icon {
    transform: translate(-60px, 29px) !important;
}


#custom-button1 {
    position: absolute;
    right: 0;
    top: 2px;
    height: 55px;
    margin-right: 2px;
    padding: 0px 25px;
    color: #000000;
    background-color: #ffebd5;
    border: 1px solid #f2cea7;
    border-radius: 8px;
    cursor: pointer;
}

#custom-button2 {
    position: absolute;
    right: 0;
    top: 2px;
    height: 55px;
    margin-right: 2px;
    padding: 0px 25px;
    color: #000000;
    background-color: #ffebd5;
    border: 1px solid #f2cea7;
    border-radius: 8px;
    cursor: pointer;
}

#custom-button3 {
    position: absolute;
    right: 0;
    top: 2px;
    height: 55px;
    margin-right: 2px;
    padding: 0px 25px;
    color: #000000;
    background-color: #ffebd5;
    border: 1px solid #f2cea7;
    border-radius: 8px;
    cursor: pointer;
}

#custom-button4 {
    position: absolute;
    right: 0;
    top: 2px;
    height: 55px;
    margin-right: 2px;
    padding: 0px 25px;
    color: #000000;
    background-color: #ffebd5;
    border: 1px solid #f2cea7;
    border-radius: 8px;
    cursor: pointer;
}

#custom-button5 {
    position: absolute;
    right: 0;
    top: 2px;
    height: 55px;
    margin-right: 2px;
    padding: 0px 25px;
    color: #000000;
    background-color: #ffebd5;
    border: 1px solid #f2cea7;
    border-radius: 8px;
    cursor: pointer;
}

.document_button {
    position: absolute;
    right: 0;
    top: 2px;
    height: 55px;
    margin-right: 2px;
    padding: 0px 25px;
    color: #000000;
    background-color: #ffebd5;
    border: 1px solid #f2cea7;
    border-radius: 8px;
    cursor: pointer;
}

#custom-text1 {
    margin-left: 15px;
    color: #323232;
    font-weight: 500;
    font-family: 'Calibri Light';
}

#custom-text2 {
    margin-left: 15px;
    color: #323232;
    font-weight: 500;
    font-family: 'Calibri Light';
}

#custom-text3 {
    margin-left: 15px;
    color: #323232;
    font-weight: 500;
    font-family: 'Calibri Light';
}

#custom-text4 {
    margin-left: 15px;
    color: #323232;
    font-weight: 500;
    font-family: 'Calibri Light';
}

#custom-text5 {
    margin-left: 15px;
    color: #323232;
    font-weight: 500;
    font-family: 'Calibri Light';
}

.document_text {
    margin-left: 15px;
    color: #323232;
    font-weight: 500;
    font-family: 'Calibri Light';
}

#real-file1[type="file"] {
    display: none;
}

#real-file2[type="file"] {
    display: none;
}

#real-file3[type="file"] {
    display: none;
}

#real-file4[type="file"] {
    display: none;
}

#real-file5[type="file"] {
    display: none;
}

.document_file[type="file"] {
    display: none;
}

.form-upload {
    height: 45px;
    border: 1px solid #AEAEAE;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.truck-heading {
    background: #ededed;
    width: fit-content;
    margin: auto;
    border-radius: 10px;
    padding: 3px 7px;
}

.icon-login-name {
    position: relative;
    float: left;
    margin-left: 15px;
    margin-top: -41px;
    z-index: 2;
}

/*.input-vehicle{
    padding: 0 30px 0 50px !important;
}*/
select.input-vehicle {
    padding: 0 30px 0 17px !important;
}

#insurance_expiry_date {
    padding: 0 30px 0 17px !important;
}

input[type="date"]:not(.has-value):before {
    color: rgb(0, 0, 0);
    content: attr(placeholder);
}

.input-switch {
    display: none;
}

.label-switch {
    display: inline-block;
    position: relative;
    top: 1px;
}

.label-switch::before,
.label-switch::after {
    content: "";
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
}

.label-switch::before {
    width: 37px;
    height: 16px;
    border: 1px solid #575757;
    border-radius: 4em;
    /* background: #575757; */
}

.label-switch::after {
    position: absolute;
    left: -1px;
    top: -3px;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #F73311;
    border-radius: 4em;
    background: #F73311;
}

.input-switch:checked~.label-switch::before {
    background: #5bbf00;
    border-color: #5bbf00;
}

.input-switch:checked~.label-switch::after {
    left: unset;
    right: -1px;
    background: #fff;
    border-color: #5bbf00;
}

.info-text {
    display: inline-block;
}

/* .info-text::before{
    content: "Not active";
}

.input-switch:checked ~ .info-text::before{
    content: "Active";
} */

.ad-width {
    width: 50% !important;
}

.vehicle_files {
    height: 60px;
}

td {
    white-space: inherit;
}

input::placeholder {
    color: #6c757d !important;
}

.loader_img img {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer_loader_img img {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-102%, -36%);
}

li.page-item[aria-label="« Previous"] span {
    padding: 10px 20px !important;
    background: #171A20 !important;
    color: #171A20 !important;
    margin: 0px 3px !important;
    border: 0px solid #fff !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    width: -webkit-fill-available !important;
}

li.page-item[aria-label="« Previous"] span::after {
    content: "Previous";
    color: #fff;
}

a.page-link[aria-label="« Previous"] {
    padding: 10px 20px !important;
    background: #171A20 !important;
    color: #171A20 !important;
    margin: 0px 3px !important;
    border: 0px solid #fff !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    width: -webkit-fill-available !important;
}

a.page-link[aria-label="« Previous"]::after {
    content: "Previous";
    color: #fff;
}

li.page-item a {
    margin: 0px 0px 0 0px !important;
    color: #a1a1a1 !important;
    padding: 10px 6px;
    width: 35px;
    text-align: center;
    font-size: 16px !important;
    border: 0px solid #fff;
    background-color: #e7e7e7;
    line-height: normal;
}

li.page-item.active span.page-link {
    margin: 0px 3px !important;
    background: transparent;
    color: #fa3012;
    padding: 9px 6px;
    width: 30px;
    text-align: center;
    border-bottom: 2px solid #fa3012 !important;
    font-weight: 600;
    font-size: 16px;
    border: 0px solid #fff;
    line-height: normal;
}

li.page-item a.page-link[aria-label="Next »"] {
    padding: 10px 20px;
    background: #171A20 !important;
    margin: 0px 3px !important;
    color: #171A20 !important;
    border: 0px solid #fff !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    width: -webkit-fill-available;
}

li.page-item a.page-link[aria-label="Next »"]::after {
    content: "Next";
    color: #fff;
}

li.page-item span.page-link {
    margin: 0px 0px 0 0px !important;
    color: #a1a1a1;
    padding: 10px 6px;
    width: 35px;
    text-align: center;
    font-size: 16px !important;
    border: 0px solid #fff;
    background-color: #e7e7e7;
    line-height: normal;
}

.page-item.disabled .page-link {
    background-color: #f7f7f7;
}

li.page-item[aria-label="Next »"] span.page-link {
    padding: 10px 20px;
    background: #171A20 !important;
    margin: 0px 3px !important;
    color: #171A20 !important;
    border: 0px solid #fff !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    width: -webkit-fill-available;
}

li.page-item[aria-label="Next »"] span.page-link::after {
    content: "Next";
    color: #fff;
}

.forgot_loader_img img {
    width: 105px !important;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-106%, -36%);
}

.otp_loader_img img {
    width: 105px !important;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translate(-106%, -36%);

}

.order_heading.alert {
    padding-bottom: 20px;
    padding-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 20px;
}

.order_heading h3 {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_body {
    background-color: #ffffff;
    padding: 25px !important;
    border-radius: 10px;
}

/*Add css 21/11/2022*/
.inner-profile .nav-pills .nav-link.active,
.inner-profile .nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
}

/*Add css 21/11/2022*/
.wrapper-tracking-detail {
    display: block;
    margin: 5px 0px;
    text-align: center;
    padding: 11px 15px;
    font-size: 16px;
    border-radius: 6px;
    background-color: #dfecf3;
    border: none;
    color: #000200 !important;
    font-weight: 400;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
}

.modal_details_view .modal-header {
    border-bottom: 1px solid #dee2e600;
}

.img_view_detail {
    border: 2px solid #FFCC19;
    border-radius: 100px;
    width: 55px;
    height: 55px !important;
    object-fit: contain;
}

p.drivers_name {
    font-size: 16px;
    font-weight: 600;
    color: #000200;
}

p.drivers_id {
    font-size: 16px;
    font-weight: 600;
    color: rgb(138, 138, 138);
}

.wrapper-live-tracking {
    display: block;
    margin: 0px 0px;
    text-align: center;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 4px;
    background-color: #FFCC19;
    border: none;
    color: #000200 !important;
    width: 50%;
    margin-left: auto;
    font-weight: 400;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
}

.wrapper-invoice {
    display: block;
    margin: 4px 0px;
    width: 50%;
    margin-left: auto;
    text-align: center;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 4px;
    background-color: #dfecf3;
    border: none;
    color: #000200 !important;
    font-weight: 400;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
}

.width_block_btn {
    width: 30%;
}


/* 12 08/ 2022 */

.map_bg {
    background-image: url('../images/map1.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: 20px;
}

.label_address p {
    background: #EEEDF2;
    border-radius: 8px;
    padding: 7px 12px;
}

.label_address p span {
    font-style: italic;
    font-size: 12px;
}

.address.bg-white {
    align-items: baseline !important;
}

.address.bg-white .left .line {
    height: 42px;
}

@media only screen and (max-width: 767px) {
    .map_bg {
        padding: 5px 5px;
    }
}


/* 26/12/2022 Payment page UI design */

.small-box.teacher {
    position: relative;
    background-color: #ffffff;
    border-radius: 30px 0;
    cursor: pointer;
}

.small-box .inner {
    text-align: right;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.small-box.teacher .left {
    width: auto;
    height: 70px;
    padding: 20px;
    background: #FFCC19;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.small-box.teacher .left svg {
    overflow: hidden;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.small-box .inner p {
    font-size: 16px;
    margin: 0;
    padding: 20px 0px 15px;
    color: #000200;
    font-weight: 500;
}

.small-box .inner h3 {
    margin: 0;
    font-size: 18px;
    color: #030303;
    font-weight: 500;
}

.header_card_h3 h3 {
    font-size: 18px;
    margin: 0px 0 6px 0;
    font-weight: 600;
    color: #212529;
    text-transform: capitalize;
    width: 100%;
}

.header_card_h3 {
    position: relative;
    padding: 0px 0;
    margin: 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.card_tabl td {
    padding: 8px 10px !important;
}

.card_tabl td a.action-button.btn.btn-sm.btn-info {
    background: #FFCC19;
    border-color: #FFCC19;
    font-weight: 400;
}

.card_tabl td a.action-button.btn.btn-sm.btn-warning {
    background: #F73311;
    border-color: #F73311;
    font-weight: 400;
    color: #fff;
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: #f7f7f794;
}

input.driver_payment_input {
    border: 1px solid #AEAEAE;
    border-radius: 10px;
    color: #000200;
    padding: 0 15px 0 15px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Calibri Light';
    height: 45px;
}

.close_modal_pay {
    border-radius: 100px;
    height: 40px;
    width: 40px;
    padding: 0 !important;
    opacity: 1 !important;
    margin: 0;
    background-color: #1c2534;
    border-color: #1c2534;
    color: #ffffff;
    position: absolute;
    font-weight: 300;
    right: -10px;
    top: -11px;
    border: 3px solid #ffffff;
    outline-style: none;
    z-index: 1;
}

.close_modal_pay span {
    font-size: 22px;
}

.sm_btn_back {
    background: #F73311 !important;
    border-color: #F73311 !important;
    padding: 7px 20px;
    border-radius: 6px;
}

a.accet_declinebtn {
    margin: 0px;
    width: 100%;
}

p.schedule_test {
    color: #f15050;
    font-size: 12px;
}

.field-container select {
    height: 60px;
    border: 1px solid #AEAEAE !important;
    border-radius: 10px;
    color: #000200;
    padding: 0 30px 0 50px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Calibri Light';
}

.icon-login-sm {
    position: absolute;
    top: 17px;
    left: 15px;
}

img.profile-img-sm {
    width: 100%;
    height: 80px;
}

.form-group-width .document_text {
    white-space: nowrap;
    width: calc(100% - 180px);
    overflow: hidden;
    text-overflow: ellipsis;
    color: #747474;
}

.payment_method li.nav-item .type {
    margin-left: 0px !important;
}

.iti__flag-container .iti__selected-flag {
    height: 55px !important;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code input.form-control.phone_number1 {
    padding-right: 0px !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code input.form-control {
    padding-right: 0px !important;
}

@media only screen and (max-width: 575px) {
    .iti__flag-container .iti__selected-flag {
        height: 50px !important;
    }
}

@media only screen and (max-width: 992px) {
    button.btn.close_btn {
        height: auto !important;
    }

    .rating>label {
        position: relative;
        width: 1.1em;
        font-size: 7vw !important;
    }

    .promo_bg_sm {
        height: 225px;
    }

    .discount_coupn {
        height: 225px;
    }
}

/* promo code css start */
/*  */
.promo_bg_sm {
    background-image: url('../images/promo_bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    position: relative;
}

.promo_bg_sm .width_pd {
    width: 58%;
    padding: 30px;
}

.promo_code_enter {
    position: absolute;
    bottom: 20px;
}

.promo_code_enter span {
    color: #000200;
    font-size: 16px;
}

.promo_code_enter p {
    font-size: 20px;
    font-weight: 700;
}

.discount_coupn {
    width: 42%;
    height: 200px;
}

.discount_coupn span {
    font-size: 16px;
}

.discount_coupn p {
    font-size: 34px;
    font-weight: 800;
}

.promo_bg_sm .width_pd .promo_code_enter {
    width: 48%;
}

.promo_bg_sm .width_pd .promo_code_enter i {
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

@media only screen and (max-width: 1400px) {
    .promo_bg_sm .width_pd {
        padding: 20px;
        padding-bottom: 5px !important;
    }

    .promo_bg_sm {
        height: 170px;
    }
}

@media only screen and (max-width: 1200px) {
    .promo_bg_sm {
        height: 150px;
    }

    .discount_coupn {
        height: 150px;
    }

    .promo_code_enter {
        position: absolute;
        bottom: 3px;
    }
}

@media only screen and (max-width: 992px) {
    .promo_bg_sm {
        height: 225px;
    }

    .discount_coupn {
        height: 225px;
    }
}

@media only screen and (max-width: 767px) {
    .promo_bg_sm {
        height: 165px;
    }

    .discount_coupn {
        height: 165px;
    }
}

@media only screen and (max-width: 495px) {
    .promo_bg_sm {
        height: 150px;
    }

    .discount_coupn {
        height: 150px;
    }

    .promo_code_enter p {
        font-size: 16px;
    }

    .promo_code_enter span {
        color: #5F646C;
        font-size: 16px;
    }

    .promo_code_enter {
        bottom: 12px;
    }
}

@media only screen and (max-width: 430px) {
    .promo_bg_sm .width_pd {
        padding: 15px;
    }

    .promo_bg_sm {
        height: 140px;
    }

    .discount_coupn {
        height: 140px;
    }
}

@media only screen and (max-width: 399px) {
    .promo_bg_sm {
        height: 126px;
    }

    .discount_coupn {
        height: 126px;
    }

    .promo_code_enter p {
        font-size: 16px;
    }

    .promo_code_enter span {
        color: #5F646C;
        font-size: 12px;
    }

    .promo_bg_sm .width_pd img {
        width: 30px;
    }

    .promo_code_enter {
        bottom: 18px;
    }
}

@media only screen and (max-width: 381px) {
    .blog .posts-list .meta-top li:last-child {
        padding: 8px 0 0;
        width: 100%;
    }
}

/*  */
/* promo code css end */

/* card list css start */
/*  */
.scroll-hight {
    height: 70vh;
    overflow-y: auto;
}

.selecotr-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

.selector-item_radio {
    appearance: none;
    display: none;
}

.selector-item_label {
    position: relative;
    height: 80%;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    line-height: 400%;
    font-weight: 900;
    transition-duration: .5s;
    transition-property: transform, color, box-shadow;
    transform: none;
    cursor: pointer;
}

.selector-item_radio:checked+.selector-item_label {
    background-color: #ffebd5;
    color: #000200;
    /*box-shadow: 0px 12px 23px rgb(0 0 0 / 10%);*/
}

.card_detail_ad h5 {
    font-weight: 700;
    font-size: 18px;
}

.card_detail_ad p {
    line-height: normal;
    color: #565656;
    font-weight: 500;
    font-size: 16px;
}

.remove_card a {
    color: #e82509 !important;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    border-left: 1px solid #f5c2c7;
}

button.btn.text-light.profile-button.payment_width {
    width: auto !important;
    display: block;
    margin: auto;
    margin-top: 20px;
    padding: 10px 55px;
}

.modal-backdrop {
    background-color: #0002009c;
}

.modal.modal-bottom.fade .modal-dialog.dialogue_card {
    bottom: 0% !important;
}

.close_modl {
    background-color: transparent;
    border: 0px solid transparent;
}

.close_modl span {
    font-size: 24px;
}

.icon_profile.dropdown-toggle {
    border-radius: 50px;
    border: 1px solid #FFCC19;
    margin-left: 5px;
}

.icon_profile.dropdown-toggle::after {
    display: none;
}

.icon_profile img {
    border-radius: 50px;
    width: 30px;
    height: 30px;
}

.icon-login_securty {

    position: absolute;
    top: 23px;
    left: 29px;
}

/*  */
/* card list css end */

select {
    width: 300px;
}

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #FFCC19;
    background-color: #FFCC19;
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%); */
    color: #000200;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    min-height: 60px;
    height: auto;
    border: 1px solid #AEAEAE !important;
    box-shadow: 0px 0px 0px #0000 !important;
    border-radius: 10px;
    color: #000200;
    padding: 0 15px 0 15px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000200' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 55px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 8px 30px 8px 10px;
    border: 1px solid #FFCC19;
    max-width: 100%;
    border-radius: 20px;
    background-color: #fff9e3;
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgb(0 0 0 / 5%);
    color: #000200;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 11px;
    right: 11px;
    display: block;
    width: 9px;
    height: 9px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background: url("../images/chosen-sprite.png");
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

body.after-login span.share_profile.timer-share {
    direction: initial;
}

body.after-login span.share_profile {
    direction: initial;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {

    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url("chosen-sprite@2x.png") !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/* @end */


/*Added 21 Feb*/
.chosen-container.chosen-container-multi {
    width: 100% !important;
    background-image: url("../images/vehicle.svg"), url("../images/arrowdown.png");
    background-repeat: no-repeat;
    background-position: 15px 22px, center right;
    background-size: 27px, 20px;
}

.chosen-container.chosen-container-multi ul.chosen-choices {
    padding: 0px 10px 0 50px;
}

form#job-create .form-group {
    margin: 10px 0;
    position: relative;
}

form#job-create textarea#description_of_goods,
form#job-create textarea#requirements {
    height: 130px;
}

form#job-create .form-control {
    border-radius: 10px;
    border: 1px solid #aeaeae;
    padding: 15px 15px !important;
}

form#job-create select {
    border-color: #aeaeae;
    cursor: pointer;
    position: relative;
}

form#job-create ul.chosen-choices {
    border-color: #aeaeae !important;
    background: none;
}

form#job-create ul.chosen-choices li.search-field input.chosen-search-input {
    margin: 2px 0 0;
}

.address_box {
    padding: 20px 10px 0;
}

.address_box h3 {
    font-size: 16px;
    text-transform: capitalize;
}

form#job-create ul.chosen-choices li.search-field input.chosen-search-input::-webkit-input-placeholder {
    /* Edge */
    color: #6C757D;
}

form#job-create ul.chosen-choices li.search-field input.chosen-search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6C757D;
}

form#job-create ul.chosen-choices li.search-field input.chosen-search-input::placeholder {
    color: #6C757D;
}

.request_for_quotations .form-group {
    display: flex;
    align-items: center;
}

.request_for_quotations .form-group .custom_check {
    margin: 0 5px 0 0;
    display: flex;
    align-items: center;
    position: relative;
}

.request_for_quotations .form-group .custom_check input[type="checkbox"] {
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    z-index: 9;
}

.request_for_quotations .form-group .custom_check span {
    height: 18px;
    width: 18px;
    display: block;
    border: 1px solid #000200;
    border-radius: 4px;
    margin: 0 5px 0 0;
    position: relative;
}

form#job-create .request_for_quotations .form-group {
    padding: 7px 0px;
}

.request_for_quotations .form-group .custom_check input[type="checkbox"]:checked~span:before {
    content: "";
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #000200;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.request_for_quotations {
    border-top: 1px solid #d9d9d9;
    margin: 15px 10px 0;
}

.request_for_quotations .form-group .custom_check input[type="checkbox"]:checked~span {
    background-color: #FFCC19;
}

form#job-create .choose_vehicle label {
    order: 2;
}

form#job-create .choose_vehicle {
    display: flex;
    flex-wrap: wrap;
}

form#job-create .form-group label {
    font-size: 13px;
}

form#job-create .choose_vehicle_type {
    display: flex;
    flex-wrap: wrap;
}

form#job-create .choose_vehicle_type label.error {
    order: 1;
}


.datepicker.datepicker-dropdown {
    padding: 10px 10px 5px;
}

.datepicker.datepicker-dropdown table.table-condensed thead th.prev,
.datepicker.datepicker-dropdown table.table-condensed thead th.next,
.datepicker.datepicker-dropdown table.table-condensed thead tr th.datepicker-switch {
    padding: 5px 0 5px;
}

.datepicker.datepicker-dropdown table.table-condensed tbody {
    border: none;
}

.datepicker.datepicker-dropdown table.table-condensed tbody tr td {
    padding: 6px 12px !important;
    font-size: 13px;
}

.datepicker.datepicker-dropdown table.table-condensed tbody tr td.active.day,
.datepicker.datepicker-dropdown .datepicker-months table.table-condensed tbody td span.month.active {
    background: #F73311;
    border-radius: 5px;
    color: #ffffff;
}

.datepicker.datepicker-dropdown table.table-condensed thead tr:last-child th {
    font-size: 12px;
    padding: 5px 0 3px;
}

.datepicker.datepicker-dropdown table.table-condensed thead th:hover,
.datepicker.datepicker-dropdown table.table-condensed tbody tr td:hover,
.datepicker.datepicker-dropdown .datepicker-months table.table-condensed tbody td span:hover {
    background-color: #ffe7e7;
}

.datepicker.datepicker-dropdown table.table-condensed thead tr:last-child th:hover {
    background-color: transparent;
}

.datepicker.datepicker-dropdown table.table-condensed thead th.prev,
.datepicker.datepicker-dropdown table.table-condensed thead th.next {
    color: #000200;
    background-color: transparent;
    background-image: url("../images/arrow-prev.svg");
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}

.datepicker.datepicker-dropdown table.table-condensed thead th.next {
    background-image: url("../images/arrow-next.svg");
}

.datepicker.datepicker-dropdown .datepicker-months table.table-condensed th.prev,
.datepicker.datepicker-dropdown .datepicker-months table.table-condensed th.next {
    font-size: 0;
    padding: 0;
}

.datepicker.datepicker-dropdown .datepicker-months table.table-condensed tbody td {
    padding: 0 !important;
}

.datepicker.datepicker-dropdown .datepicker-months table.table-condensed tbody td:hover {
    padding: 0 !important;
}

.datepicker.datepicker-dropdown .datepicker-months table.table-condensed tbody td:hover {
    background-color: transparent;
}

.datepicker.datepicker-dropdown .datepicker-months table.table-condensed tbody td span {
    line-height: 40px;
    height: 40px;
    font-size: 13px;
}

form#job-create .form-group img {
    position: absolute;
    top: 20px;
    left: 15px;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    font-size: 12px;
}

form#job-create select#number_of_vehicle,
form#job-create select#total_goods_weight,
form#job-create select#product_id,
form#job-create select#pick_up_region_id,
form#job-create select#destination_region_id {
    padding: 0 0 0 50px !important;
    background-image: url(../images/vehiclenumber.svg), url("../images/arrowdown.png");
    background-position: 15px 19px, center right !important;
    background-size: 26px, 20px;
    background-repeat: no-repeat;
}

form#job-create .form-group input#schedule_date_datepicker,
form#job-create .form-group input#schedule_time,
form#job-create input#number_of_items,
form#job-create textarea#description_of_goods,
form#job-create input#pickup_address,
form#job-create input#destination_address,
form#job-create textarea#requirements {
    background-image: url(../images/schedule_date.svg);
    background-position: 16px 19px;
    background-size: 20px;
    background-repeat: no-repeat;
    padding: 0 0 0 47px !important;
}

form#job-create .form-group input#schedule_time {
    background-image: url(../images/schedule_time.svg);
}

form#job-create input#number_of_items {
    background-image: url(../images/number_items.svg);
}

form#job-create select#product_id {
    background-image: url(../images/type.svg), url("../images/arrowdown.png");
}

form#job-create input[type="number"],
form#job-create input#receiver,
form#job-create input#last_name,
form#job-create select#same_receiver,
form#job-create input#receiver_name,
form#job-create input#receiver_number {
    background-image: url(../images/receiver.svg);
    background-size: 16px;
    background-position: 18px 18px !important;
    padding: 0 0 0 47px !important;
    background-repeat: no-repeat;
}

form#job-create input#email {
    background-image: url(../images/email.svg);
    background-size: 23px;
    background-position: 13px 22px !important;
    padding: 0 0 0 47px !important;
    background-repeat: no-repeat;
}

form#job-create input[type="number"],
form#job-create select#same_receiver,
form#job-create input#receiver_number {
    background-image: url(../images/receiver.svg), url("../images/arrowdown.png");
    background-size: 16px, 20px;
    background-position: 18px 18px, center right !important;
}

form#job-create input[type="number"],
form#job-create input#receiver_number {
    background-image: url(../images/receiver_number.svg);
    background-size: 21px;
}

form#job-create textarea#description {
    background: url(../images/description_of_goods.svg) no-repeat 16px 19px;
    padding: 15px 0 10px 47px !important;
}

form#job-create textarea#description_of_goods,
form#job-create textarea#requirements {
    background-image: url(../images/description_of_goods.svg);
    padding: 15px 0 10px 47px !important;
}

form#job-create select#pick_up_region_id,
form#job-create select#pick_up_sub_region_id,
form#job-create select#destination_region_id,
form#job-create select#destination_sub_region_id {
    background-image: url(../images/region.svg), url("../images/arrowdown.png");
    background-size: 18px, 20px;
    padding: 0 0 0 40px !important;
}

form#job-create select#pick_up_sub_region_id,
form#job-create select#destination_sub_region_id {
    background-image: url(../images/city-choose.svg), url("../images/arrowdown.png");
    background-repeat: no-repeat;
    background-position: 16px 19px, center right !important;
}

form#job-create input#pickup_address,
form#job-create input#destination_address {
    background-image: url(../images/address.svg);
    background-size: 17px;
    padding: 0 0 0 40px !important;
}

form#job-create .form-group.time__input i.gj-icon.clock {
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.gj-modal .gj-picker div[role="header"] {
    background-color: #FFCC19;
    color: #000200;
    display: flex;
    align-items: center;
    padding: 0px 0 10px;
}

.gj-modal .gj-picker div[role="header"] [role="hour"] {
    text-align: center;
    padding: 15px 0 0;
    font-size: 22px;
    color: #000200;
}

.gj-modal .gj-picker div[role="header"] div[role="minute"] {
    padding: 15px 0 0;
    font-size: 22px;
}

.gj-modal .gj-picker div[role="header"] div[role="mode"] {
    margin: 15px 0 0;
}

.gj-modal .gj-picker div[role="body"] div[role="dial"] div[role="arrow"],
.gj-modal .gj-picker div[role="body"] div[role="dial"] div[role="arrow"] .arrow-begin {
    background-color: #000200;
}

.gj-modal .gj-picker div[role="body"] div[role="dial"] div[role="arrow"] .arrow-end {
    border-color: #000200;
}

.gj-modal .gj-picker div[role="footer"] button {
    color: #000200;
    padding: 0 15px;
    min-width: 55px;
    margin: 0 5px 0 0;
}

.refer_earn img {
    width: 30%;
    margin: auto;
    display: block;
}

.refer_earn h5 {
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.refer_earn p {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.total_earnings {
    color: white;
    background-color: #000200;
    border-radius: 10px;
    padding: 10px;
    width: auto;
}

.earning {
    text-align: left;
}

.refer_code_sm {
    background: #F6F5FA;
    border-radius: 10px;
    margin: 10px auto;
    width: 50%;
    padding: 10px 10px;
}

.refer_code_sm .border_earn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px dashed #4c4c4c;
    border-radius: 10px;
    padding: 15px 15px;
}

.refer_code_sm .border_earn p {
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000200;
}

.refer_code_sm .border_earn i {
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

button.listing_refer {
    margin: 0px 7px;
    background-color: #171A20;
    border: none;
    padding: 15px 40px;
    color: #fff !important;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-left: 0;
    display: inline-block;
}

.chosen-container.chosen-container-multi ul.chosen-choices {
    display: flex;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
}

.chosen-container.chosen-container-multi ul.chosen-choices::-webkit-scrollbar-thumb {
    background: #FFCC19;
    border-radius: 10px;
}

select option {
    margin: 40px;
    background: rgb(255 255 255) !important;
    color: #000200 !important;
}

.description_count {
    position: absolute;
    bottom: 8px;
    right: 18px;
    color: #4c4c4c;
    background-color: #ebebeb;
    padding: 5px 14px;
    border-radius: 5px;
}

.pay-now {
    width: 100%;
    background-color: #FFCC19;
    color: #000200 !important;
}

.pay-now span {
    color: #000200 !important;
}

.show-img {
    position: absolute;
    top: 5px;
    left: 5px;
}

.show-img img {
    width: 50px;
    height: 50px;
    padding: 4px;
    border: 1px dashed #ffc93e;
    border-radius: 6px;
    object-fit: contain;
}

.more-document img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    border: 1px dashed #ffc93e;
    padding: 5px;
    border-radius: 10px;
}

.more-document button {
    position: absolute;
    right: 2px;
    top: -7px;
    background: #ffc93e8c;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    font-size: 10px;
    font-weight: 500;
}

.accordian_drive_faq button.accordion-button {
    padding: 2rem 1.25rem;
    border-radius: 10px !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 10%);
    font-weight: 600;
}

.accordian_drive_faq .accordion-button:not(.collapsed) {
    color: #000200;
    background-color: #ffebd5;
    box-shadow: none;
    border-radius: 10px 10px 0 0 !important;
    padding-bottom: 10px;
}

.accordian_drive_faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.onlinenewtag {
    position: absolute;
    right: 10px;
    top: -6px;
    background-color: #33ad00;
    color: #ffffff;
    padding: 0 5px;
    font-size: 11px;
    border-radius: 0 0 4px 4px;
}

.onlinenewtag:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #33ad00;
    border-bottom: 0px solid transparent;
    position: absolute;
    top: 0px;
    left: -5px;
}

button.btn-warning-repeat.btn_learn_more.btn-repeat-tag {
    padding: 0;
    background-color: transparent;
    color: #0064f4 !important;
    font-weight: 500;
    text-decoration: underline;
    width: auto;
}

.register-content.addReadMore .readMore {
    font-weight: 400;
    margin-left: 2px;
    color: #000200;
}

form#job-create .input-dash-log.dash_log_name {
    background-image: url(../images/receiver.svg);
    background-size: 16px;
    background-position: 18px 18px !important;
    padding: 0 0 0 47px !important;
    background-repeat: no-repeat;
}

form#job-create .input-dash-log.dash_log_reciever {
    background-image: url(../images/receiver_number.svg);
    background-size: 21px;
    background-position: 18px 18px !important;
    padding: 0 0 0 47px !important;
    background-repeat: no-repeat;
}

form#job-create .selectpicker.selectpicker-region {
    background-image: url(../images/region.svg), url(../images/arrowdown.png);
    background-size: 18px, 20px;
    padding: 0 0 0 47px !important;
    background-position: 15px 19px, center right !important;
    background-repeat: no-repeat;
}

form#job-create .selectpicker.selectpicker-destination {
    background-image: url(../images/city-choose.svg), url(../images/arrowdown.png);
    background-repeat: no-repeat;
    background-position: 16px 19px, center right !important;
    background-size: 18px, 20px;
    padding: 0 0 0 40px !important;
}

form#job-create .input-dash-log.dash_log_address {
    background-image: url(../images/address.svg);
    background-size: 16px;
    background-position: 18px 18px !important;
    padding: 0 0 0 47px !important;
    background-repeat: no-repeat;
}

button.close.close_error {
    float: right;
    background: transparent;
    border: none;
    font-size: 16px;
    color: #f93012;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000200;
    /*border-bottom: 2px solid #ffcc19;*/
}

.content-hight {
    height: 445px;
}

.invoices_btn button {
    margin: 0px 7px;
    background-color: #FFCC19;
    border: none;
    padding: 10px 30px;
    width: 40%;
    color: #000200 !important;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    outline-style: none;
    box-shadow: none;
    font-family: 'Calibri Light';
    margin-left: 0;
    display: inline-block;
}

.english_fontSize {
    font-size: 16px;
}

.arabic_fontSize {
    font-size: 16px;
}

.button.accordion-button.english_accordionfontSize {
    font-size: 18px;
}

.arabic_accordionfontSize {
    font-size: 20px;
}

/*Language*/

body.arabic_language {
    direction: rtl;
}

body.arabic_language .header_assets {
    text-align: left !important;
}

/*Language*/

.modal {
    z-index: 99999 !important;
}

.modal-backdrop.show {
    z-index: 9999 !important;
}

/*Accordion style*/

#arabat_accordion .accordion-item {
    border: none;
    margin: 15px 0;
}

#arabat_accordion .accordion-body {
    background-color: #ffebd5;
    padding-top: 0;
}

.collapse.show .accordion-body,
.collapsing .accordion-body {
    border-radius: 0 0 10px 10px;
    padding-bottom: 20px;
}

/*Accordion style*/

/*After Login Style*/

.no_data_foud {
    text-align: center;
    padding: 100px;
    background-color: #fafafa;
    border-radius: 5px;
}

.no_data_foud h6 {
    font-size: 20px;
    padding: 10px 0 0;
    font-weight: 500;
    margin: 5px 0 0;
}

.form-group.select_date_wrap label.date-label {
    padding: 0 10px;
}

.content.date-picker .form-control.input-form {
    padding: 11px 10px 11px 10px;
    max-width: 293px;
    text-transform: uppercase;
    background-color: #ffebd5 !important;
    border-radius: 7px;
    text-align: center;
}

.content.date-picker .form-control.input-form::-webkit-input-placeholder {
    /* Edge */
    color: #000000 !important;
}

.content.date-picker .form-control.input-form:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000 !important;
}

.content.date-picker .form-control.input-form::placeholder {
    color: #000000 !important;
}

.policy_common p,
.policy_common p strong,
.policy_common ol li::marker,
.policy_common ul li::marker {
    font-size: 10px;
}

#nav-tabContent,
.content_inner {
    background-color: #fafafa;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 30px 0 0;
}

body.arabic_language.after-login span.btn-label-list-out {
    padding-left: 6px;
    border-right: 1px solid #ffffff;
    border-left: 0;
}

body.arabic_language.after-login span.btn-label-create {
    border-right: 1px solid #ffffff;
    border-left: 0;
}

.dropdown.profile_detail ul.dropdown-menu {
    padding: 0;
    right: 0;
    left: inherit;
    margin: 12px 0 0;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 10%);
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    transform: translateY(-20px);
}

.dropdown.profile_detail ul.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(-0px);
}

.dropdown.profile_detail ul.dropdown-menu a.dropdown-item {
    padding: 10px 16px;
    border-bottom: 1px solid #e9ebec;
    font-size: 13px;
    color: #000000;
    background-color: #ffffff;
    transition: all 0.4s ease-in-out;
}

.dropdown.profile_detail ul.dropdown-menu a.dropdown-item:hover {
    background-color: #ffebd5;
}

.dropdown.profile_detail ul.dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none;
    border-radius: 0px 0px 5px 5px;
}

.dropdown.profile_detail ul.dropdown-menu li:first-child a.dropdown-item {
    border-radius: 5px 5px 0 0;
}

.view_detail_btn {
    display: flex;
    justify-content: end;
}

.wrapper-tracking-detail img,
.wrapper-cancel img {
    width: 20px;
    margin: 0 0 0 5px;
}

.wrapper-tracking-detail span,
.view_detail_btn a.wrapper-cancel span.font_w-normal {
    /* display: flex;*/
    align-items: center;
}

body.arabic_language.after-login .wrapper-tracking-detail img {
    margin: 0 5px 0 0;
}

body.arabic_language.after-login .icons-background span {
    margin: 0 3px 0 10px;
}

body.arabic_language.after-login .icons-background img {
    position: relative;
    top: -1px;
}

.notifications_wrapper input {
    margin: 0 5px 0;
}

body.arabic_language.after-login a.wrapper-cancel,
body.arabic_language.after-login a.wrapper-cancel img {
    margin-left: 0;
    margin-right: 5px;
}

.modal .modal-content {
    border: none;
    border-radius: 10px;
}

body.arabic_language.after-login.modal-open a.wrapper-live-tracking,
body.arabic_language.after-login.modal-open a.wrapper-invoice,
{
margin-left: 0;
margin-right: auto;
}

body.arabic_language.after-login.modal-open img.img_view_detail {
    margin: 0 0 0 10px;
}

body.arabic_language.after-login p.card-text {
    margin-left: auto;
    margin-right: 0 !important;
}

body.arabic_language.after-login label.label-switch {
    top: 3px;
}

body.arabic_language.after-login .quote img {
    margin-left: 0 !important;
    margin-right: auto;
}

body.arabic_language .accordian_drive_faq .accordion-button::after {
    position: absolute;
    left: 20px;
    background-size: 13px;
}

body.arabic_language.after-login form#job-create .form-group input#schedule_date_datepicker,
body.arabic_language.after-login form#job-create .form-group input#schedule_time,
body.arabic_language.after-login form#job-create input#number_of_items,
body.arabic_language.after-login form#job-create input#pickup_address,
body.arabic_language.after-login form#job-create input#destination_address {
    background-position: 98% 20px;
    padding: 0 47px 0 0 !important;
}

body.arabic_language.after-login form#job-create textarea#description_of_goods,
body.arabic_language.after-login form#job-create textarea#requirements {
    background-position: 99% 20px;
    padding: 15px 47px 15px 0 !important;
}

body.arabic_language.after-login form#job-create .form-group input#schedule_time {
    text-align: right;
}

body.arabic_language.after-login .chosen-container.chosen-container-multi {
    background-position: 98% 20px, 3% 28px;
}

body.arabic_language.after-login .chosen-container.chosen-container-multi ul.chosen-choices {
    padding: 0px 50px 0 10px !important;
}

body.arabic_language.after-login form#job-create input[type="number"],
body.arabic_language.after-login form#job-create select#same_receiver,
body.arabic_language.after-login form#job-create input#receiver_number {
    background-position: 98% 20px, 3% 28px !important;
    padding: 0 47px 0 0px !important;
}

body.arabic_language.after-login form#job-create select#pick_up_sub_region_id,
body.arabic_language.after-login form#job-create select#destination_sub_region_id {
    background-position: 98% 20px, 3% 28px !important;
    padding: 0 40px 0 0px !important;
}

body.arabic_language.after-login form#job-create input#pickup_address,
body.arabic_language.after-login form#job-create input#destination_address {
    background-position: 98% 20px;
    padding: 0 40px 0 0px !important;
}

body.arabic_language.after-login form#job-create input#pickup_address,
form#job-create .input-dash-log.dash_log_address {
    background-position: 99% 20px;
}

body.arabic_language.after-login form#job-create select#pick_up_region_id {
    background-position: 98% 20px, 3% 28px !important;
    padding: 0 47px 0 0 !important;
}

body.arabic_language.after-login form#job-create .input-dash-log.dash_log_reciever,
body.arabic_language.after-login form#job-create .input-dash-log.dash_log_name {
    background-position: 98% 20px !important;
    padding: 0 47px 0 0px !important;
}

form#job-create .input-dash-log.dash_log_address {
    background-position: 15px 18px !important;
    padding: 0 0 0 45px !important;
}

body.arabic_language.after-login form#job-create .selectpicker.selectpicker-destination {
    background-position: 98% 20px, 3% 28px !important;
    padding: 0 47px 0 0px !important;
}

body.arabic_language.after-login form#job-create select#destination_region_id,
body.arabic_language.after-login form#job-create select#product_id,
body.arabic_language.after-login form#job-create select#total_goods_weight,
body.arabic_language.after-login form#job-create select#number_of_vehicle {
    background-position: 98% 20px, 3% 28px !important;
    padding: 0 50px 0 0 !important;
}

body.arabic_language.after-login .request_for_quotations .form-group .custom_check span {
    height: 18px;
    width: 18px;
    display: block;
    border: 1px solid #000200;
    border-radius: 4px;
    margin: 0 0px 0 5px;
    position: relative;
}

body.arabic_language.after-login .icon-login,
body.arabic_language.after-login .iconOne-login {
    float: right;
    margin-top: -40px;
    position: relative;
    margin-right: 15px;
}

body.arabic_language.after-login form#change_password i {
    right: inherit;
    left: 26px;
}

body.arabic_language.after-login input.input-dash-log,
body.arabic_language.after-login .field-container input {
    padding: 0 50px 0 20px;
    ;
}

body.arabic_language.after-login .promo_bg_sm {
    background-image: url("../images/promo_bg_ararabic.svg");
}

form#job-create .description_count {
    bottom: 30px;
    right: 10px;
}

body.arabic_language.after-login form#job-create .description_count {
    left: 10px;
    right: inherit;
}

body.arabic_language.after-login a.page-link[aria-label="Next »"] {
    border-radius: 5px 0 0 5px !important;
}

body.arabic_language.after-login li.page-item[aria-label="« Previous"] span {
    border-radius: 0 5px 5px 0 !important;
}

body.arabic_language.after-login form#job-create input#number_of_items {
    direction: rtl;
}

/*After Login Style*/

/*Transporter Module Style*/

.driver_data.content_inner button.btn.btn-primary.primary_card_btn {
    background-color: #000000;
    color: #ffffff;
}

.bg_booking_detail span.wrapper_comment {
    background-color: rgb(255 204 25);
    color: #000000;
}

.bg_booking_detail .label_address p {
    background-color: #ffebd5;
}

#recent_activity .address {
    margin-top: 0;
}

#pending_rfq span.share_profile {
    background-color: #000000;
}

#pending_rfq p.driver_name {
    text-align: left;
}

.input-form.after-add-more {
    display: inline-block;
    width: 100%;
    position: relative;
}

#driver_register_form .field_wrapper button.document_button {
    margin: 0 5px 0;
}

div#preferred_location_for_delivery_chosen {
    background-image: url("../images/vehicle.svg"), none;
}

body.arabic_language.after-login svg.icon-login-name {
    float: right;
    margin-right: 10px;
}

body.arabic_language.after-login .form-group.form-upload button#custom-button5,
body.arabic_language.after-login .form-group.form-upload button#custom-button3,
body.arabic_language.after-login .form-group.form-upload button#custom-button2,
body.arabic_language.after-login .form-group.form-upload button#custom-button1 {
    right: inherit;
    left: 1px;
}

body.arabic_language.after-login .form-group.form-upload button#custom-button3,
body.arabic_language.after-login .form-group.form-upload button#custom-button4 {
    right: inherit;
    left: 2px;
}

body.arabic_language.after-login #custom-text5,
body.arabic_language.after-login #custom-text4,
body.arabic_language.after-login #custom-text3,
body.arabic_language.after-login #custom-text2,
body.arabic_language.after-login #custom-text1 {
    margin-right: 15px;
}

body.arabic_language.after-login input#insurance_expiry_date {
    padding: 0 50px 0 20px !important;
}

body.arabic_language.after-login input#insurance_expiry_date~span.open-button {
    right: 15px;
    top: 18px;
}

body.arabic_language.after-login #driver_register_form .field_wrapper .document_button_upload img.add-icon {
    left: 10px;
}

body.arabic_language.after-login span.font_name {
    text-align: right;
}

body.arabic_language.after-login span.wrapper_comment {
    float: left;
}

.wrapper-cancel span {
    color: #000200 !important;
}

body.arabic_language .navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}

body.arabic_language .navbar-expand-lg .navbar-collapse ul.navbar-nav {
    margin-left: auto !important;
    margin-right: inherit !important;
}

body.arabic_language a.register span.btn-label {
    border-right: 1px solid #000000;
}

body.arabic_language #contactusform span {
    display: flex;
}

body.after-login header {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

body.arabic_language .congratulations_label {
    text-align: right;
}

body.arabic_language .booking_status_label {
    text-align: right !important;
}

body.arabic_language .booking_label {
    display: flex;
}

body.arabic_language .booking_label span.heading-label.we_booked {
    margin: 0 !important;
}

body.arabic_language .booking_label span.heading-name {
    margin: 0 5px 0 20px;
}

body.arabic_language .back_btn_label {
    margin-right: auto !important;
    margin-left: inherit !important;
}

body.arabic_language .bokking-drivers-list img.img_view_detail {
    margin: 0 0 0 10px;
}

.address .right label~label {
    border-bottom: none !important;
}

section#services span.readLess button {
    display: block;
    margin: 0 auto;
}

body.arabic_language button.accordion-button.arabic_accordionfontSize,
body.arabic_language .accordion-body.arabic_fontSize {
    font-size: 15px;
}

.video-link a {
    background-color: #dfecf3;
    padding: 10px 10px;
    display: inline-block;
    margin: 10px 0 0;
    border-radius: 5px;
    font-weight: 500;
    width: 160px;
}

.video-link a img {
    width: 25px;
    margin: 0 5px 0 0;
}

body.arabic_language .video-link a img {
    margin: 0 0 0 5px;
}

.header_assets a.my_account {
    background-color: #F73311;
    color: #ffffff !important;
}

#tag_complete_job .wrapper-padding {
    padding: 0 8px 0;
}

#tag_complete_job .inner-after-next.job-display {
    padding: 20px 15px 10px;
}

.inner-after-next.job-background img.profile_img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

/*Transporter Module Style*/

/*Contact Style*/

#contact_us {
    padding: 60px 20px;
}

#contact_us .map_image {
    height: 100%;
}

#contact_us .map_image img {
    border-radius: 20px;
}

/*Contact Style*/

.bg_booking_detail .wrapper_profile_detail.user_detail {
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
}

.bg_booking_detail .wrapper_profile_detail.user_detail img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
}

.bg_booking_detail .wrapper-padding span.font_name {
    text-transform: capitalize;
}

.bg_booking_detail .wrapper-padding span.wrapper_comment {
    line-height: 26px;
    padding: 0 10px;
    font-weight: 500 !important;
    font-size: 12px !important;
    background-color: #4bad4f;
    color: #ffffff;
    text-transform: capitalize;
}

.bg_booking_detail span.heading-label-font {
    font-size: 13px;
}

.bg_booking_detail span.heading-name-font {
    font-size: 16px;
}

body.arabic_language.after-login .bg_booking_detail .wrapper-padding {
    padding: 0 20px 0 0px;
}

.booking_btn button {
    width: 180px;
    height: 50px;
    padding: 5px;
    font-weight: 500;
}

.gj-modal .gj-picker.timepicker div[role="header"] {
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    line-height: 50px;
    font-size: 35px;
}

.gj-modal .gj-picker.timepicker div[role="header"] div[role="hour"] {
    padding: 0;
}

.gj-modal .gj-picker.timepicker div[role="header"] div[role="minute"] {
    padding: 0;
}

.gj-modal .gj-picker.timepicker div[role="header"] div[role="mode"] {
    margin: 0;
    display: flex;
    padding: 7px 0;
}

.gj-modal .gj-picker.timepicker div[role="header"] div[role="mode"] br {
    display: none;
}

.gj-modal .gj-picker.timepicker div[role="header"] div[role="mode"] span {
    font-size: 16px;
    font-weight: 500;
}

body.arabic_language.after-login .gj-modal .gj-picker.timepicker div[role="header"] div[role="mode"] {
    width: 45px;
}

body.arabic_language.after-login .gj-modal .gj-picker.timepicker div[role="header"] div[role="minute"] {
    text-align: left;
}

body.arabic_language.after-login form#job-create input#receiver_name {
    background-position: 98% 20px, 3% 28px !important;
    padding: 0 47px 0 0px !important;
}

.quotation.content_inner .wrapper-padding,
#job_waiting_for_payments .wrapper-padding {
    padding: 0 8px 0;
}

body.arabic_language .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
}

#quotecancelform .modal-header.header_modal {
    padding: 25px 20px 10px 20px;
    justify-content: space-around;
}

#quotecancelform .modal-body.body_modal {
    padding: 0px 20px;
}

#quotecancelform .modal-footer.footer_modal {
    padding: 10px 20px;
}

body.arabic_language.after-login a.wrapper-decline {
    margin: 0px 0px;
}

body.arabic_language.after-login span.wrapper_price svg {
    margin: 0 0 0 .25rem !important;
}

.share_profile svg {
    width: 18px;
}

body.arabic_language.after-login #quotecancelform label[for="exampleCheck1"] {
    margin: 0 0 0 10px;
}

#acceptModal p.terms_heading {
    text-align: center;
    font-size: 16px;
}

#acceptModal .modal-header.header_modal {
    padding-bottom: 0;
}

#acceptModal main.scroll-hight {
    height: 250px;
    margin: 0 10px;
}

.direction-rtl {
    direction: rtl !important;
}

/* #acceptModal main.scroll-hight::-webkit-scrollbar {
    width: 5px;
}
#acceptModal main.scroll-hight::-webkit-scrollbar-thumb {
    width: 5px;
}
#acceptModal main.scroll-hight::-webkit-scrollbar-track {
    width: 5px;
} */
body.arabic_language.after-login span.heading-name-font.penaltiy_text b {
    width: 100%;
    display: block;
    text-align: right;
}

body.arabic_language.after-login .payment-info svg.icon-profile-number {
    float: right;
    margin-right: 15px;
}

body.arabic_language.after-login .payment-info svg.icon-login_securty {
    right: 25px;
}

label.terms-and-condition {
    padding: 0 5px;
}


/*Transpoter*/

body.arabic_language.after-login .onlinenewtag,
body.arabic_language.after-login .new_tag {
    left: 20px;
    right: inherit;
}

body.arabic_language.after-login .onlinenewtag:after,
body.arabic_language.after-login .new_tag:after {
    right: -5px;
    transform: rotate(90deg);
    left: inherit;
}

body.arabic_language.after-login .dots-menu ul.dropdown-menu {
    inset: 0px auto auto 70px !important;
}

body.arabic_language.after-login p.inactive_driver_status {
    left: 15px;
    right: inherit;
}

body.arabic_language.after-login .payment-info svg.icon-login-sm {
    right: 15px;
}

body.arabic_language.after-login .payment-info select#bank_account {
    padding: 0 50px 0 30px !important;
    background-position: 10px center !important;
}

#nav-quotations .form-group input.input-dash-log {
    padding: 0 30px 0 35px;
}

.delivery_note {
    padding: 10px 0 0px;
    text-align: left;
}

body.arabic_language.after-login .delivery_note {
    text-align: right;
}

body.arabic_language.after-login #nav-quotations .form-group input.input-dash-log {
    padding: 0 35px 0 30px;
}

body.arabic_language.after-login img.amount_icon {
    float: right;
    margin-right: 15px;
}

p.text_name.payment_status {
    text-align: left;
    margin: 0;
}

body.arabic_language.after-login p.text_name.payment_status {
    text-align: right;
}

body.arabic_language.after-login select#vehicle_registration_year {
    padding: 0 50px 0 40px !important;
    background-position: 10px center !important;
    cursor: pointer;
}

body.arabic_language.after-login svg.icon-registration-year {
    float: right;
    margin-right: 15px;
}

body.arabic_language.after-login .refer_code_sm p.referral_link {
    direction: ltr;
}

body.arabic_language.after-login span.share_profile {
    left: 22px;
    right: inherit;
}

/* body.after-login span.share_profile {
    left: 22px;
    right: inherit;
} */
body.arabic_language select#vehicle_type_id,
body.arabic_language select#insurance_type_id {
    padding: 0 15px 0 10px !important;
    background-position: 10px center !important;
    cursor: pointer;
}

.upload_info {
    background-color: #fafafa;
    border-radius: 10px;
    padding: 15px;
}

.upload_info .input-form {
    display: flex;
    flex-wrap: wrap;
}

.upload_info .input-form .more-document button {
    background: #FB3113;
    color: #ffffff;
}

.edit_driver_wrap h3 {
    font-size: 20px;
}

body.arabic_language.after-login .remove_card a {
    border-right: 1px solid #f5c2c7;
    padding-right: 20px;
    border-left: none;
    padding-left: 0;
}

body.arabic_language.after-login form#cardFormsd svg.icon-profile-number {
    float: right;
    margin-right: 14px;
}

body.arabic_language.after-login form#cardFormsd .form-check .form-check-input {
    float: right;
    margin-right: 0;
    margin-left: 5px;
}

form#job-create textarea#description {
    height: 120px;
}

svg.icon-login.user-icon,
svg.icon-login.location-icon {
    margin-top: -42px;
}

body.arabic_language div#charNum {
    left: 18px;
}




/* ===  Mobile Header style 05-May-2023  ===*/
.dropdown-menu {
    padding: .5rem;
}

.dropdown-item.active,
.dropdown-item:active {
    border-radius: 3px;
}

header i {
    font-family: "Font Awesome 5 free";
    font-weight: normal;
    font-style: normal;
    color: #878a99;
    font-size: 16px;
    margin-right: 5px;
}

.arabic_language.after-login .dropdown-item {
    text-align: right;
}

.arabic_language i {
    margin-right: 0px;
    margin-left: 5px;
}

/* Refer code Page */
.refer_earn p {
    max-width: 480px;
    margin: 10px auto 24px;
}

.total_earnings {
    margin-bottom: 16px;
}

.refer_earn img {
    width: 25%;
}

button.wrapper-tracking-detail {
    width: auto !important;
}

.arabic_language.after-login form#job-create textarea#description,
.arabic_language.after-login form#job-create input#email,
.arabic_language.after-login form#job-create input#last_name,
.arabic_language.after-login form#job-create input#receiver {
    padding-right: 47px !important;
    padding-left: 10px !important;
    background-position-x: calc(100% - 10px) !important;
}

.choose_vehicle_type select option {
    margin: 19px;
}

.after-login header .navbar-expand-lg .navbar-collapse.collapse.show,
.after-login header .navbar-expand-lg .navbar-collapse.collapsing {
    top: 59px;
}

@media only screen and (min-width:768px) {
    .hide-dektop {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .hide_mobile {
        display: none !important;
    }

    .right_wrapper .navbar-toggler {
        padding: 0.5rem 0.5rem;
    }

    .arabic_language.after-login .notifications_icon {
        margin: 0 10px !important;
    }

    body.after-login header .dropdown {
        width: 100%;
    }

    body.after-login .brand {
        margin: 0;
    }

    .arabic_language.after-login .dropdown.profile_detail ul.dropdown-menu {
        left: 0;
        right: auto;
    }

    .arabic_language.after-login .wrapper_id.mb-0 {
        right: auto;
        left: 10px;
        text-align: right;
    }

    /* Contct Us Page */
    .contact-page {
        padding: 0 15px;
    }

    .contact-page .row {
        padding-left: 0;
        padding-right: 0;
    }

    .inner-profile .inner-after>.row>.col-md-12 {
        padding: 0;
    }

    /* Refer Code  */
    .refer_code_sm {
        width: 80%;
    }

    .inner-tab {
        padding: 16px;
    }

    .selector-item_label {
        padding: 15px;
        line-height: 1.5;
    }

    .booking_btn button {
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 575px) {
    .wrapper-live-tracking {
        width: 45%;
        margin-left: 0px;
    }

    .wrapper-invoice {
        width: 45%;
        margin-left: 10px;
    }

    .bg_booking_detail .wrapper-padding {
        width: calc(100% - 0px);
        padding: 0 0 0 20px;
    }

}

@media only screen and (max-width: 480px) {

    body.after-login .right_wrapper {
        width: 100%;
        margin: 15px 0 0;
    }

    body.after-login .brand {
        margin: 0 auto;
    }

    .english_language.after-login .notifications_list {
        left: auto;
        right: -100%;
    }

    .arabic_language.after-login .notifications_list {
        transform: translateX(-20%);
    }

    .after-login header .navbar-expand-lg .navbar-collapse.collapse.show,
    .after-login header .navbar-expand-lg .navbar-collapse.collapsing {
        top: 114px;
    }

    .refer_code_sm {
        width: 100%;
    }

    .text-end p {
        font-size: 12px;
    }

    .discount_coupn span {
        font-size: 16px;
    }

    .discount_coupn p {
        font-size: 20px;
        font-weight: 800;
    }

    p.wrapper_id.mb-0 {
        position: static;
        margin: 16px 0;
    }

    .view_detail_btn {
        justify-content: start;
    }

    .bokking-drivers-list>.d-flex {
        display: block !important;
    }


    body.after-login .btn-labeled-selector {
        margin: 0;
        width: 40px !important;
        padding: 0px !important;
    }

    body.after-login .btn-labeled-selector span.px-1.lang_flag {
        display: none !important;
    }




}

.number-prefix {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    pointer-events: none;
    font-size: 16px;
}

form#job-create .phone-field#receiver_number {
    padding-left: 100px !important;
}

.language-select {
    height: 33px;
    padding: 0px 10px;
}

body.arabic_language .header_assets a.btn-labeled.my_account {
    /* width: 50px !important; */
}

body.arabic_language.after-login a.btn-labeled.my_account {
    width: 60px;
}

.notifications_wrapper .navbar-account a.my_account {
    display: inline-flex;
    align-items: center;
    background-color: #F73311;
    color: #fff;
    border-radius: 5px;
    margin: 1px 5px;
    height: 40px !important;
}

/* .arabic_language .notifications_wrapper .navbar-account a.my_account
{
    border-radius: 0px 5px 5px 0px;
} */
.notifications_wrapper .navbar-account a.my_account span {
    color: #fff !important;
    font-size: 12px;
}

.notifications_wrapper .notification_btnbx {
    width: 35px;
    height: 40px !important;
    background: #ececec;
    /* margin: 0px; */
}

.notifications_wrapper .notification_btnbx svg {
    width: 36px;
    height: 34px;
}

/* .arabic_language .notifications_wrapper .notification_btnbx
{
    border-radius: 5px 0px 0px 5px;
} */
.receiver-wrapper {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.receiver-wrapper .receiver-text:first-child {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.receiver-text {
    font-size: 13px;
    display: block;
}

.receiver-text b {
    font-size: 13px;
}

.logout-btn-header {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arabic_language .timepicker div[role="header"] {
    direction: ltr;
}

.gj-modal {
    z-index: 99999 !important;
}

.arabic_language .datepicker.datepicker-dropdown .datepicker-days {
    direction: rtl;
}

.arabic_language .timepicker div[role="hour"] {
    width: 40px !important;
    margin-right: 6px;
}

.arabic_language .timepicker div[role="minute"] {
    width: 40px !important;
    margin-left: 6px;
}

.datepicker-days .okay_btn {
    width: 100%;
    display: block;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0;
}

.datepicker-days .clear_btn {
    width: 100%;
    display: block;
    background-color: transparent;
    border: none;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 0;
}

.datepicker-days .clear {
    display: none !important;
    font-size: 15px;
    padding: 5px 0;
}

.vat-price-text {
    display: inline-block;
    padding: 6px 15px;
    background: #f00;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
}

.gj-picker.timepicker [role=header] div {
    width: auto !important;
}

.gj-modal .gj-picker.timepicker div[role="header"] div[role="hour"] {
    margin-right: 4px;
}

.gj-modal .gj-picker.timepicker div[role="header"] div[role="minute"] {
    margin-left: 4px;
}


/* Custom Css */

.headbtnCustomm {
    height: 45px;
    padding: 10px 10px !important;
    background: #000 !important;
}

.daterangepicker .applyBtn,
.daterangepicker .cancelBtn {
    display: inline-block !important;
}

/* Additional styles for button container */
.daterangepicker.show-buttons .range_inputs {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.daterangepicker.show-buttons .range_inputs button {
    margin-right: 10px;
}

.daterangepicker.auto-apply .drp-buttons {
    display: block !important;
}

/*arabat form css start */
.mail-send-form {
    max-width: 1000px;
    width: 100%;
    border-radius: 10px;
}

.aarabat-logo {
    width: 150px;
}

.thanku-input {
    font-size: 19px;
    font-weight: 700;
    border: 0;
    border-bottom: 4px solid #000;
    padding-left: 40px;
}

.thanku-input::placeholder {
    color: #000;
}

.call-icon {
    font-size: 22px;
    margin-right: -22px;
    position: relative;
    z-index: 9;
    margin-bottom: 6px;
}

.form-address {
    max-width: 260px;
    width: 100%;
}

.social-icon {
    font-size: 24px;
    color: #000;
}

.input-sec {
    max-width: 370px;
    width: 100%;
}

.yellow-line {
    width: 38px;
    height: 340px;
    background: #facc40;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.yellow-line-left {
    width: 38px;
    height: 340px;
    background: #facc40;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}


body.arabic_language .header_assets span.px-2 {
    font-weight: 600;
}

body.arabic_language .header_assets span.px-3 {
    font-weight: 600;
}

body.arabic_language .form_tabs_wrapper button.btn {
    font-weight: 600;
}

body.arabic_language .btn-labeled-out {
    font-weight: 600;
}

body.arabic_language span.px-2 {
    font-weight: 600;
}

body.arabic_language.after-login form#job-create .selectpicker.selectpicker-region {
    background-position: 98% 20px, 3% 28px !important;
    padding: 0 47px 0 0 !important;
}

body.arabic_language.after-login form#job-create .input-dash-log.dash_log_address {
    background-position: 98% 20px, 3% 28px !important;
    padding: 0 47px 0 0 !important;
}


.notification-bell {
    position: relative;
    display: inline-block;
    font-size: 24px;
    /* Adjust size as needed */
}

.bell-icon {
    font-size: 30px;
    /* Adjust bell size */
}

.notification-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
}

body.arabic_language button.btn.text-light.ptrofile-save.create_job_btn {
    font-weight: 600;
}

body.arabic_language button.track_job_btn {
    font-weight: 600;
}

body.arabic_language.after-login button.btn.text-light.ptrofile-save.create_job_btn {
    font-weight: 600;
}

body.arabic_language.after-login button.btn.text-light.profile-button,
.load_more_btn button {
    font-weight: 600;
}

body.arabic_language.after-login button.btn.text-light {
    font-weight: 600;
}