@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


*,
::after,
::before {
    box-sizing: border-box;
}

body {
    font-family: "Roboto", serif;
    font-size: 0.875rem;
    opacity: 1;
    overflow-y: scroll;
    margin: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    font-family: "Roboto", serif;
}

li {
    list-style: none;
}

h4 {
    font-family: "Roboto", serif;
    font-size: 1.275rem;
    color: #111;
}

/* Layout for admin dashboard skeleton */
table th, table td { border: 1px solid #e5e5e5; }
.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
}

#sidebar {
    max-width: 230px;
    min-width: 230px;
    background: var(--bs-dark);
    transition: all 0.35s ease-in-out;
    height: 100vh;
    position: sticky;
    overflow-y: overlay;
    top: 0;
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    transition: all 0.35s ease-in-out;
    width: 100%;
    background: #f7f9fc;
}
.member-register img.dashbaord_part { max-width: 200px; width: 100%; height: auto; }
.userlogin img.dashbaord_part { max-width: 200px; }
/* Sidebar Elements Style */

.sidebar-logo {
    padding: 1.15rem;
    text-align: center;
}
.sidebar-dropdown { padding-left: 15px; }
.sidebar-dropdown .sidebar-item a { padding-block: 5px; }
.table-responsive { padding: 20px; }
.table-responsive table{margin-bottom: 0px;}

.sidebar-logo a {
    color: #e9ecef;
    font-size: 1.15rem;
    font-weight: 600;
}

.sidebar-nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 30px;
}

select#personal_country + .select2-container, select + .select2-container { width: 100% !important; display: block;}
select#personal_country + .select2-container .select2-selection, select + .select2-container .select2-selection{ height: 35px; border: 1px solid #ddd; border-radius: 6px; }
select#personal_country + .select2-container .select2-selection #select2-personal_country-container, select + .select2-container .select2-selection #select2-personal_country-container { line-height: 35px; }
select#personal_country + .select2-container .select2-selection .select2-selection__arrow, select + .select2-container .select2-selection .select2-selection__arrow { height: 35px; }
.select2-results ul li img { height: 18px; width: 18px; max-width: 30px; object-fit: contain; margin-right: 5px;}
div .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 34px; font-size: 14px; }

tr.carsearch_area { width: 100%; margin-bottom: 8px; cursor: pointer; position: relative; background: #fff; }
tr.carsearch_area:after { content: ''; border-right: 2px solid; border-bottom: 2px solid; width: 8px; height: 8px; display: inline-block; transform: rotate(45deg); position: absolute; right: 30px; top: 13px; }
tr.carsearch_area td { font-size: 16px; font-weight: 500; }
tr.carsearch_area +tr.hidden-row { font-size: 14px; }

.input-wrapper { display: flex ; gap: 10px; align-items: center; }
.userlogin .error-msg { font-size: 12px; line-height: 1.2; width: 100%; display: block; margin-top: 2px; }
.cardetal .error-msg{position: absolute;}

.modal-content button.btn-close, .modal-content span.close.btn-close{ position: absolute; background-color: #fff; width: 25px; height: 25px; opacity: 1; z-index: 2; filter: invert(1); border-radius: 50%; padding: 5px; right: -15px; top: -15px; }
.modal-content span.close.btn-close{background-size: 14px;}
.modal-content #map {height: 400px;}

div#pasrtSearchdModal .modal-body { background: #cff4fc;border-radius: 8px;}
div#pasrtSearchdModal .modal-body .alert-info { border: 0; text-align: center; margin: 0; padding: 40px 0px 20px; font-size: 16px; }
div#pasrtSearchdModal .modal-body .alert-info p strong { font-size: 20px; display: block; width: fit-content; margin: 10px auto 0; background: #a3e0ed; padding: 2px 10px; border-radius: 4px; }
div#pasrtSearchdModal .modal-body .alert-info strong { font-size: 22px; margin-bottom: 10px; display: block; }
.order-tracking-main table table td, .order-tracking-main table table th { border: 0; padding-block: 5px;}
.order-tracking-main table table ul li { display: flex ; align-items: baseline; }
.order-tracking-main table table ul li:before { content: ''; border-right: 2px solid; border-bottom: 2px solid; width: 7px; height: 7px; display: inline-block; transform: rotate(-45deg); margin-right: 8px; position: relative; top: -1px; }
.order-tracking-main table table ul { padding: 0; margin: 0; }

.form-select { font-size: 14px; }

a.sidebar-link { padding: .625rem 1.625rem; color: #e9ecef; position: relative; display: flex ; font-size: 1rem; align-items: center; gap: 15px; }
a.sidebar-link:hover{opacity: 0.8;}
a.sidebar-link svg { background-color: #ffffff29; padding: 6px; position: relative; top: -1px; border-radius: 6px; width: 30px; height: 30px; }
.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 22px;
    transform:rotate(45deg);
    transition: all .2s ease-out;
}

.avatar {
    height: 30px;
    width: 30px;
}

.navbar-expand .navbar-nav {
    margin-left: auto;
}

.content {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
}

@media (min-width:768px) {
    .content {
        max-width: auto;
        width: auto;
    }
}

.card {
    box-shadow: 0 0 .875rem 0 rgba(34, 46, 60, .05);
    margin-bottom: 24px;
    background: #fff;
}

.illustration {
    background-color: var(--bs-primary-bg-subtle);
    color: #111;
}

.illustration-img {
    max-width: 150px;
    width: 100%;
}


::-webkit-scrollbar{width:8px;height: 6px;}
::-webkit-scrollbar-track{background:#f1f1f1;}
::-webkit-scrollbar-thumb{background:#333;border-radius: 10px;}

.userlogin .bg_img { background: url(/public/images/auth-bg.webp) no-repeat top / cover; }
.userlogin button#verifyOtpBtn { font-size: 14px; background: #d66a30; border: 0; color: #fff; }
.userlogin button#verifyOtpBtn:hover{opacity: 0.8;}
.error { color: red; font-size: 12px;display: block;}

.notification { background: #fbfbfb; border: 1px solid #f1f1f1; padding: 15px; border-radius: 4px; }
td.country_name.active:after { transform: rotate(-135deg); }
/* .userlogin button.btn { text-transform: uppercase; padding: 8px; font-size: 18px; } */
.toggle-password { position: absolute; top: 46px; border: 0; padding: 0; right: 30px; cursor: pointer; height: 0px !important; }
.col-6 { position: relative; }
/* admin-panel */
.btn-primary{background: #d66a30 !important; border-color: #d66a30 !important;}
.btn-primary:hover{opacity: 0.88;}
label { color: #222222;}
.dropdown-menu label {font-size: 14px;}
/* .userlogin span.toggle-password { right: 30px !important;top: 56% !important;} */

.form-control { font-size: 14px;box-shadow: unset !important;}
nav.navbar span.navbar-toggler-icon { filter: invert(1) brightness(0.0);}
.bg-primary { background: #d66a30 !important; }
.bg-secondary { background: #ff5a29 !important; }
.bg-success { background: #0cc763 !important;}
.bg-info {background: #0c9cfc !important;}
.main nav.navbar { background: #fff;box-shadow: 0 0 .875rem 0 rgba(34, 46, 60, .05);position: sticky; top: 0; z-index: 99;}
.avatar.avatar-md { width: 38px; height: 38px; line-height: 2.5rem; font-size: 0.8rem; display: flex ; align-items: center; justify-content: center; border-radius: 30px; padding: 10px; }
.card.custom-card h3, .card.custom-card span { color: #2c2c2c; }
.card.custom-card span.avatar svg { color: #fff; }
.card.custom-card a.text-muted { font-size: 13px; color: #6c6c6c !important;}
.card.custom-card a.text-muted:hover{color: #111 !important;}
.card-header { padding-block: 15px; border-bottom: 1px solid #eee; }
.card.custom-card .card-header .card-title { position: relative; margin-block-end: 0; font-size: 1.1rem; font-weight: 500;color: #111;}
.card-body th{font-weight: 500; color: #262626;background: #f1f1f1;    text-transform: capitalize;padding: 10px;}
.card-body tr{border-color: #efefef; }
.card-body td label{margin-right: 8px; }
.card-body td label input { margin-right: 5px; }
.text-muted{color: #afafaf !important;}
.card-body td span.fs-11 { font-size: 12px; }
.card-body td{color: #222;position: relative;}
.form-search{position: relative;display: inline-flex; box-shadow: unset !important;}
.form-search .icon-search{position: absolute; top: 11px; left: 14px; font-size: 20px; opacity: 0.4; }
.form-search .btn-search{display: inline-flex ; align-items: center; justify-content: center; border-radius: 0 4px 4px 0; height: 100%; background: #2f4858 !important; font-size: 12px; padding: 8px; font-weight: 500; color: #fff; }
.form-search .btn-search:hover{opacity: 0.8;}
.form-search input{outline: unset; font-size: 14px; box-shadow: unset !important; border-radius: 4px 0 0 4px;}
.form-check ul { padding: 0; }
.form-check ul li:before { content: ''; border-right: 2px solid; border-bottom: 2px solid; display: inline-block; width: 6px; height: 6px; margin-right: 8px; transform: rotate(-45deg); border-color: #64676a; }
.bg-success { background: #599b2e !important; }
.table_title { text-align: center; background: #78ce78; font-size: 18px; color: #000; }
table.border-dark td, table.border-dark th { border-color: #00000036; color: #000; }
.active>.page-link, .page-link.active {background-color: #d66a30;border-color: #d66a30;}
.page-link{color: #d66a30;}
.text-primary{color: #d66a30 !important;}

/* login */
.login_img img{min-height: 100vh;}
.font-14{font-size: 14px !important;}
.font-18{font-size: 18px !important;}


/* user-login */
.userlogin { background: #fff; }
/* .userlogin .custom-card { height: calc(100vh - 6rem); overflow-y: scroll; } */
.userlogin .left-img {height: calc(100vh - 6rem) !important;}
span.rating img { width: 90px !important; margin-inline: 10px; }
.card img.reviewuser { width: 140px; height: 140px; object-fit: cover; min-width: 140px; }
.profile-image .avatar { width: 100px; height: 100px; }
.location_table td { max-width: 400px; max-height: 70px; overflow-x: auto; }
.location_table td label{font-size: 14px;}
.location_table thead{position: relative;}
.location_table thead::after { content: ""; position: absolute; right: 20px; top: 43%; width: 8px; height: 8px; border-top: 2px solid #878787; border-right: 2px solid #878787; transform: translateY(-50%) rotate(135deg); }

/* Calendar Design */
/* .ui-datepicker { padding: 0px; background-color: white; }
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev { left: auto; right: 20px; padding-inline: 6px; }
.ui-datepicker .ui-datepicker-header { background-color: #ededed !important; background: none; border: 0px; }
.ui-datepicker .ui-datepicker-header .ui-datepicker-title { margin: 0px; }
.ui-datepicker .ui-datepicker-header select { background-color: transparent; border: 0px; font-size: 16px; width: 60px; margin-right: 5px;     outline: none !important;}
.ui-datepicker table.ui-datepicker-calendar { background-color: white; } */
aside#sidebar {
    background: #00385e;
}

.userlogin .input-inner .toggle-password { position: absolute; top: 10px; right: 15px; cursor: pointer; }

td.country_name { position: relative;background: #eee; color: #111;cursor: pointer;}
td.country_name:after { content: ''; border-right: 2px solid; border-bottom: 2px solid; border-color: #111; display: inline-block; width: 8px; height: 8px; transform: rotate(45deg); position: absolute; right: 30px; top: 14px; }

.order-tracking-main span.form-control { background: #ffe6e6; border-color: #ffe6e6;}

table.table_inner .table-secondary { background: #f3f3f3; }
.order_track ul li:before { content: ''; display: inline-block; width: 7px; height: 7px; border-right: 2px solid; border-bottom: 2px solid; transform: rotate(-45deg); margin-right: 8px; position: relative; top: -1px; }
.order_track ul { padding: 0; }
.userlogin .input-wrapper span.error-msg { position: absolute; bottom: -15px; }

ul#myList { display: flex ; gap: 120px; padding-inline: 0; margin: 60px auto 20px; position: relative; width: fit-content; }
ul#myList:before { content: ''; background: #e6e6e6; width: 100%; height: 2px; position: absolute; left: 0px; z-index: 1; top: 50%; }
ul#myList li { background: #fafafa; width: 52px; height: 52px; font-size: 20px; text-align: center; display: flex ; align-items: center; justify-content: center; color: #111; padding: 15px; border-radius: 50%; border: 1px solid #8b8b8b; position: relative; z-index: 6; }
ul#myList li.active { background: #d46929; color: #fff; border-color: #d46929; }

.carsearch_register .inputs-container .col-12 {position: relative;}
.carsearch_register .inputs-container { position: relative; }
.control_panel a.btn.btn-primary { font-size: 14px; padding-block: 10px;}

/* tabs */
.nav.nav-tabs li button { background: #fff; border: 1px solid #ddd; border-bottom: 0; margin-right: 15px; }
.nav.nav-tabs li button.active { background: #00385e; color: #fff; }



/* Footer and Nav */
@media (min-width:767px) {
body.collapsed aside#sidebar{ min-width: 60px; max-width: 60px;}
body.collapsed aside#sidebar .sidebar-logo { visibility: hidden; }
body.collapsed aside#sidebar a.sidebar-link { padding-inline: 10px; font-size: 0; align-items: center; justify-content: center; }
body.collapsed aside#sidebar a.sidebar-link::after { top: 14px; right: 10px; }

}

@media (max-width:767px) {
    aside#sidebar { position: fixed; z-index: 9; max-width: 200px !important; min-width: 200px; right: -210px;left: auto;}
    body.collapsed aside#sidebar{right: 0;}
    .userlogin .col-12.col-md-4 .bg-light.rounded.h-100 { height: auto !important; }
    ul#myList{ gap: 15px;margin: 60px auto 20px;width: 100%;justify-content: space-between;}
   
    div#step-3.setup-content { margin: 0; }
    main.content.member-register { padding: 30px 0 !important; }
    main.content.member-register form#frmUser>.row { margin: 0; padding: 0; }


}

.wrap-text {
    word-wrap: break-word !important;
    white-space: normal !important;
}










