body {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    color: #282f53;
}

#switcher {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#switcher li {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 15px 15px 0;
    border-radius: 5px;
    box-shadow: -1px 2px 5px -4px rgb(0 0 0 / 60%);
}
#lightyellow {
    background: #fff6e9;
}
#lightpurple {
    background: #e4e8ff;
}
#lightgreen {
    background: #e5fcf2;
}
#lightcoral {
    background: #ffdbd8;
}

a {
    color: #edb61e;
}

a:hover {
    color: #333;
}

.layout-fixed .brand-link {
    width: 250px;
    text-align: center;
    display: block;
}

a.brand-link img {
    float: none !important;
    margin: 0px auto !important;
    max-height: 50px !important;
}

nav.main-header {
    position: fixed;
    display: flex;
    top: 0px;
    left: 0px;
    right: 0px;
}

.btn.text-danger,
.btn.text-secondary,
.btn.text-primary,
.btn.text-success,
.btn-active {
    margin: 0px 5px;
}

a.text-danger:hover,
a.text-primary:hover,
a.text-secondary:hover,
a.text-success:hover,
a.text-info:hover {
    color: #000 !important;
    background: transparent !important;
}

button.text-dangbuttonr:hover,
button.text-primary:hover,
button.text-secondary:hover,
button.text-success:hover,
button.text-info:hover,
button.btn.text-danger.client-delete-confirm:hover{
    color: #000 !important;
    background: transparent !important;
}

.text-danger {
    color: #e82646 !important;
}
.text-primary {
    color: #6c5ffc !important;
}
.text-secondary {
    color: #05c3fb !important;
}
.text-success {
    color: #13bfa6 !important;
}
.btn-active {
    color: #28a745 !important;
}

.btn-danger {
    color: #fff;
    background: #e82646 !important;
    border-color: #e62a45;
}

.btn-approve {
    color: #fff;
    background: #203089 !important;
    border-color: #203089;
}
.btn-primary {
    color: #fff !important;
    background: #edb61e !important;
    border-color: #edb61e !important;
}

.btn-secondary {
    color: #fff;
    background: #05c3fb !important;
    border-color: #05c3fb !important;
}

.btn-success {
    color: #fff !important;
    background: #13bfa6 !important;
    border-color: #35b9a6;
}

.btn-active {
    color: #fff !important;
    background: #28a745 !important;
    border-color: #28a745;
}




a.btn.btn-primary.form-control-sm.btn-sm:hover{
    color: #fff !important;
    background: #333 !important;
    border-color: #000 !important;
    display: block;
}

.btn-active:hover,
.btn-success:hover,
.btn-secondary:hover,
.btn-primary:hover,
.btn-approve:hover,
.btn-danger:hover {
    color: #fff !important;
    background: #333 !important;
    border-color: #000 !important;
}

aside.main-sidebar.sidebar-dark-primary {
    background: #fff;
}
a.brand-link {
    height: 75px;
    border-bottom: 1px solid #e9edf4 !important;
    border-right: 1px solid #e9edf4 !important;
}
.main-header {
    height: 75px;
    border-bottom: 1px solid #e9edf4 !important;
}
.content-wrapper {
    background: #f0f0f5;
    margin-top: 74px;
}
.card {
    box-shadow: none;
}
.sidebar a {
    color: #282f53 !important;
    padding: 10px 20px;
    font-size: 15px;
    font-family: "IBM Plex Sans", sans-serif;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    background: transparent !important;
    color: #6c5ffc;
    box-shadow: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: transparent !important;
    color: #6c5ffc;
    box-shadow: none;
}
li.nav-item h6 {
    font-size: 12px;
    font-family: "IBM Plex Sans", sans-serif;
    color: #74829c;
    margin-left: 16px;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
}
a.nav-link i {
    color: #edb61e;
    font-size: 18px;
    margin-right: 8px;
}
.sidebar-collapse li.nav-item h6 {
    display: none;
}
ul.nav.nav-treeview li a i {
    font-size: 11px;
    color: #74829c;
}
ul.nav.nav-treeview li {
    padding-left: 20px;
}
ul.nav.nav-treeview li a {
    font-size: 12px;
    color: #74829c;
}
li.nav-item.dropdown.user-menu a span img {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50px;
}
li.nav-item.dropdown.user-menu a {
    height: auto;
}
.btnbgcolor1 {
    background-color: #edb61e !important;
    border: 1px solid #edb61e !important;
}
.btnbgcolor1:hover {
    background-color: #000 !important;
    border: 1px solid #333 !important;
}
.dropdown-menu {
    box-shadow: 0 10px 40px 0 rgb(104 113 123 / 20%);
    border: 1px solid #e9edf4;
    border-radius: 7px !important;
    background: #fff !important;
}
ul.dropdown-menu:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #e9edf4;
    border-left: 1px solid #e9edf4;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    border-radius: 7px;
}
a.usermenulink {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e9edf4;
    color: #282f53;
    background: #fff !important;
}
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
    background-color: #fff !important;
}

.navbar-nav {
    justify-content: center;
    align-items: center;
}

.navbar-nav li i {
    color: #edb61e;
}

.bordernone {
    border: none !important;
}
a.usermenulink:hover {
    color: #edb61e;
}
.card-primary.card-outline {
    border-top: 3px solid #edb61e;
}

.card-body.login-card-body .btn-primary {
    background: #edb61e !important;
    border-color: #edb61e !important;
}

.card-header .btn-primary {
    color: #fff !important;
    background: #edb61e !important;
    border-color: #edb61e !important;
}

.login-page,
.register-page {
    background: url("../defaults/images/login-pattern.jpg") no-repeat center
        center;
    background-size: cover;
}
table#user-table tr th,
table#user-table tr td {
    border: 1px solid #e9edf4 !important;
    vertical-align: middle;
}
.content-wrapper > .content {
    padding: 0 30px;
}
.content-header h1 {
    font-size: 20px;
    margin: 0;
    padding-left: 20px;

}

table#user-table tr td {
    vertical-align: middle;
}

#driver-form .form-group input[type="file"] {
    height: 44px;
}

#user-table tr td img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.driverreviewwrap #user-table tr td img {
    width: 80px;
    height: auto;
}

.user-table_wrapper{
    position: relative;
}

.adduserbtnwrap{
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1;
}

#user-table_wrapper table.dataTable,
#user-table table.dataTable {
    border-collapse: collapse !important;
}

#choosecolorscheme .modal-content {
    height: 100%;
}

#choosecolorscheme .modal-dialog {
    position: fixed;
    width: 300px;
    top: 60px;
    right: 0px;
    margin-top: 0px;
}

#choosecolorscheme .modal-body h1 {
    font-size: 18px;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    #choosecolorscheme .modal-content {
        box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 50%);
        border: none;
        border-radius: 0px;
    }
}

button.geariconbtn {
    border: 0;
    background: transparent;
    font-size: 22px;
}

body.yellowcolorwrap .main-header {
    border-bottom: 1px solid #fbe2bf !important;
}
body.yellowcolorwrap a.brand-link {
    border-bottom: 1px solid #fbe2bf !important;
    border-right: 1px solid #fbe2bf !important;
}
body.yellowcolorwrap .card {
    background: #fff8ee;
}

.yellowcolorwrap .os-viewport.os-viewport-native-scrollbars-invisible {
    background: #fff6e9 !important;
}

.purplecolorwrap .os-viewport.os-viewport-native-scrollbars-invisible {
    background: #dde1f5 !important;
}

body.purplecolorwrap .main-header {
    border-bottom: 1px solid #dde1f5 !important;
}
body.purplecolorwrap a.brand-link {
    border-bottom: 1px solid #dde1f5 !important;
    border-right: 1px solid #dde1f5 !important;
}
body.purplecolorwrap .card {
    background: #f1f1f1;
}
body.purplecolorwrap a.nav-link i,
body.purplecolorwrap .navbar-nav li i,
body.purplecolorwrap a {
    color: #384aa7;
}

body.purplecolorwrap a.usermenulink:hover {
    color: #071044;
}

.purplecolorwrap .card-header .btn-primary {
    color: #fff !important;
    background: #384aa7 !important;
    border-color: #384aa7 !important;
}


.lightgreencolorwrap .os-viewport.os-viewport-native-scrollbars-invisible {
    background: #e5fcf2 !important;
}
body.lightgreencolorwrap .main-header {
    border-bottom: 1px solid #d2ebe0 !important;
}
body.lightgreencolorwrap a.brand-link {
    border-bottom: 1px solid #d2ebe0 !important;
    border-right: 1px solid #d2ebe0 !important;
}
body.lightgreencolorwrap .card {
    background: #f1f1f1;
}
body.lightgreencolorwrap a.nav-link i,
body.lightgreencolorwrap .navbar-nav li i,
body.lightgreencolorwrap a {
    color: #006e3e;
}

.lightgreencolorwrap .card-header .btn-primary {
    color: #fff !important;
    background: #006e3e !important;
    border-color: #006e3e !important;
}

.lightcoralcolorwrap .os-viewport.os-viewport-native-scrollbars-invisible {
    background: #ffcaca !important;
}

body.lightcoralcolorwrap .main-header {
    border-bottom: 1px solid #f3a1a1 !important;
}
body.lightcoralcolorwrap a.brand-link {
    border-bottom: 1px solid #f3a1a1 !important;
    border-right: 1px solid #f3a1a1 !important;
}
body.lightcoralcolorwrap .card {
    background: #ffe6e6;
}
body.lightcoralcolorwrap a.nav-link i,
body.lightcoralcolorwrap .navbar-nav li i,
body.lightcoralcolorwrap a {
    color: #5e1e1e;
}

.lightcoralcolorwrap .card-header .btn-primary {
    color: #fff !important;
    background: #5e1e1e !important;
    border-color: #5e1e1e !important;
}


.driverinfodetail a {
    display: block;
}

.profile-cover__img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.profile-cover__img .profile-img-1 > img {
    width: 120px;
    height: 120px;
    border: 5px solid #ffffff;
    border-radius: 50%;
}

.profile-cover__img .profile-img-content {
    margin-left: 20px;
    display: flex;
}

.driverdetailtabwrap .nav-tabs {
    border-bottom: 0px;
    margin-bottom: 2px;
}

.driverdoctab table tr td,
.driverdoctab table tr th {
    border: 1px solid #ddd;
}


.layout-fixed .brand-link {
width: 250px;
text-align: center;
display: block;
}
a.brand-link img {
float: none !important;
margin: 0px auto !important;
max-height: 50px!important;
}




.driverdoctab table tr td img {
    width: 150px;
}



.driverdetailtabwrap  .nav-tabs .nav-link{
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 700;
}

.driverdetailtabwrap .nav-tabs .nav-item.show .nav-link,
.driverdetailtabwrap .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #edb61e;
    border: 1px solid #edb61e;
    font-size: 16px;
    font-weight: 700;
}

.driverdetailtabwrap .nav-tabs > li > a{
    color:#333 !important
}

.Financialtabdetail .nav-tabs > li > a{
    color:#333 !important
}

.Financialtabdetail .nav-tabs .nav-item.show .nav-link,
.Financialtabdetail .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #edb61e;
    border: 1px solid #edb61e;
    font-size: 16px;
    font-weight: 700;
}


.Financialtabdetail  .nav-tabs .nav-link{
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 700;
}


.driverfinancialwrap {
    height: 285px;
    overflow: scroll;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #b0b0b0 #ffffff;
  }

  /* Chrome, Edge, and Safari */

   *::-webkit-scrollbar:horizontal {
        height: 5px;
   }

  *::-webkit-scrollbar {
    width: 5px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
    border-radius: 10px;
    border: 3px none #ffffff;
  }


  .driverreviewwrap{
    height: 285px;
    overflow: scroll;
  }

  section.content.driverdetailpagewrap {
    padding-bottom: 30px;
}

div.dataTables_wrapper div.dataTables_filter input{
    margin-left: 0px !important;
}
.page-link{
    color: #000;
}

.page-item.active .page-link{
    background-color: #edb61e;
    border-color: #edb61e;
}

.driverdetailpagewrap h5{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.driverdoctab ul {
    padding: 0px;
}

.driverdoctab ul li {
    list-style: none;
    border: 1px solid #ddd;
    padding: 10px;
    border-bottom: 0;
}

.driverdoctab ul li:last-child{
    border-bottom: 1px solid #ddd;
}

.driverdoctab ul li img {
    width: 115px;
}


.driverdoctab ul li table{
    width: 100%;
}
.driverdoctab ul li table tr td {
    width: 20%;
}

.mbottom10{
    margin-bottom: 10px;
}

.lightbox-gallery{color: #000;overflow-x: hidden}.lightbox-gallery p{color:#fff}.lightbox-gallery h2{font-weight:bold;margin-bottom:40px;padding-top:40px;color:#fff}@media (max-width:767px){.lightbox-gallery h2{margin-bottom:25px;padding-top:25px;font-size:24px}}.lightbox-gallery .intro{font-size:16px;max-width:500px;margin:0 auto 40px}.lightbox-gallery .intro p{margin-bottom:0}.lightbox-gallery .photos{padding-bottom:20px}.lightbox-gallery .item{padding-bottom:30px}
.reviewcol img {width: 100px; margin-bottom: 10px;}

.reviewcol {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.driverriviews h5 {
    text-align: center;
    margin-bottom: 10px;
}

.driverriviews img {
    width: 150px;
}

.driverriviews {
   text-align: center;
}
.driverriviews span.badge.badge-info {
    font-size: 15px;
    background-color: #5a5a5a;
}

.driverriviews .rating-md, .reviewcol .rating-md {
    font-size: inherit;
}


.rider-detailtabs .nav-tabs .nav-item.show .nav-link, .rider-detailtabs .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #edb61e;
    border: 1px solid #edb61e;
    font-size: 16px;
    font-weight: 700;
}

.rider-detailtabs .nav-tabs .nav-link {
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 700;
}

.rider-detailtabs .nav-tabs > li > a{
    color:#333 !important
}

.rider-detailtabs .nav-tabs{
    border-bottom: none !important;
}

.profile-img-content h3{
    margin-top: 0px !important;
}

.rating-container.rating-md.rating-animate {
    display: inline-block;
    vertical-align: middle;
}

.badge-info {
    color: #fff;
    background-color: #5a5a5a !important;
}

.rating-md{
    font-size: inherit;
}
.Financialtabdetail  .nav-tabs .nav-link{
    border: 1px solid #ddd;
}

.Financialtabdetail .nav-tabs .nav-item.show .nav-link,
.Financialtabdetail .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #edb61e;
    border: 1px solid #edb61e;
}
.accountdetailwrap form {
    margin-top: 15px;
}

.accountdetailwrap .form-control{
    height: 30px !important;
    padding: 10px !important;
}
.nav-link.active {
color: #EDB61E !important;
}
.nav-sidebar .nav-item .nav-link:hover {
color: #F1C54B !important;
}
.driverstatus .btnstatus {
line-height: inherit;
padding: 6px;
height: auto;
}

.charticoncol img {
    height: 64px;
}

.recentridedesh-col2{
    border-top:1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

.recentridedesh-col2 h6{
    margin-bottom: 0px;

}
.deletebtncolright {
    position: absolute;
    top: 30px;
    right: 0px;
}

table#user-table tr th:first-child {padding: 5px;text-align: left;}
table#user-table tr th:last-child {padding: 0;text-align: left;}
table#user-table tr td [role=group] form .btn{
padding:0px
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before{
    right: 6px !important;
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after{
    bottom: 7px !important;
}


table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after{
    right: 0px !important;
}




.table#user-table tr th{
    position: relative;
}

table#user-table tr th{
padding: 5px 20px 5px 5px !important;
}

 td.sorting_1{
    text-align: left !important;
}


.tr.odd td.sorting_1,
tr.even td.sorting_1{
    text-align: left !important;
}


.vehicalmanufacture-table tr.odd td.sorting_1,
.vehicalmanufacture-table tr.even td.sorting_1{
    text-align: left !important;
}

table#user-table tr td:first-child, table#user-table tr td:last-child{
    text-align: left;
}

table#user-table tr td:nth-child(2){
    padding: 5px 20px 5px 5px !important;
}



table#user-table tr td{
padding: 5px !important;
}

.chartContainerwrap{
    background: #fff;
    border-radius: 0.25rem;
    padding: 10px;
    margin-bottom: 20px;

}

.chartContainerwrap h4{
    font-size: 18px;
    margin-bottom: 30px;
}

ul.nav.nav-pills.nav-sidebar.flex-column {
    padding-bottom: 31px;
}

.Driverdetail-subheading{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    border-top: 1px solid rgba(0,0,0,.125);
    padding-top: 20px;
}

.bordernone{
    border-top: none !important;
    margin-top: 0px;
}

.Driverdetailchangesform input[type="file"]  {
    height: 44px;
}
.form-label label {
    margin-top: 0px;
    margin-bottom: 0px;
    vertical-align: middle;
    font-weight: 400 !important;
}

td.w-70 {
    width: 70%;
}
.w-8 {
    width: 8%;
}
.w-10 {
    width: 10%;
}


.VehicleInformationtable table tr td{
    text-align: center;
}
.VehicleInformationtable table tr td:first-child{
    text-align: left;
}

.card-body {
    padding-top: 25px;
}

.dataTables_filter input.w-154{
    width: 154px !important;
}

th.width86{
    width: 86%;
}

.dashboardtablist  .nav-tabs .nav-link{
    border: 1px solid #ddd;
    border-bottom: 0px solid #ddd;
    font-size: 16px;
    font-weight: 700;
}

.dashboardtablist .nav-tabs .nav-item.show .nav-link,
.dashboardtablist .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #edb61e;
    border: 1px solid #edb61e;
    font-size: 16px;
    font-weight: 700;

}
.dashboardtablist .nav-tabs > li > a{
    color:#333 !important
}


body.sidebar-collapse .main-sidebar a.brand-link img{
    display: none;
}

body.sidebar-collapse .main-sidebar a.brand-link{
    background: url('/document_upload/faviconicon-ormuta.png') no-repeat center center;
}


body.sidebar-collapse .main-sidebar:hover a.brand-link img{
    display: none;
}

body.sidebar-collapse .main-sidebar:hover a.brand-link{
    background: none;
}

span.hoverimg{
    display: none;
}

body.sidebar-collapse .main-sidebar:hover span.hoverimg {
    display: block;
}

body.sidebar-collapse .main-sidebar:hover a.brand-link span img{
    display: block;
}



body.sidebar-collapse .main-sidebar:hover{
    border-bottom: 1px solid #e9edf4 !important;
    border-right: 1px solid #e9edf4 !important;
}


body.sidebar-collapse .main-sidebar:hover{
    background: #fff;
}

.addcancelreasonbtncol a {
    display: block;
    width: auto;
    float: right;
}

.breadcrumb{
    background: transparent;
}

.content-header {
    padding: 15px 30px 10px 10px;
}

.driverdetailtabwrap .tab-content {
    min-height: 101px;
    overflow: auto;
    max-height: 353px;
}

/*select your dark theme*/

body.darkthemebluebg{
    color: #fff;
}

body.darkthemebluebg nav.main-header{
    background: rgb(39,32,85);
    background: linear-gradient(-180deg, rgba(39,32,85,1) 0%, rgba(60,53,106,1) 100%, rgba(2,0,36,1) 100%);
}

body.darkthemebluebg .main-header{
    border-bottom:transparent !important;
}

body.darkthemebluebg a.brand-link{
    border-bottom: none !important;
    border-right: none !important;
}

body.darkthemebluebg .sidebar a{
    color: #fff !important;
}

body.darkthemebluebg aside.main-sidebar{
    background: rgb(39,32,85);
    background: linear-gradient(-180deg, rgba(39,32,85,1) 0%, rgba(60,53,106,1) 100%, rgba(2,0,36,1) 100%);
}

body.darkthemebluebg .content-wrapper{
    background: rgb(39,32,85);
    background: linear-gradient(-180deg, rgba(39,32,85,1) 0%, rgba(60,53,106,1) 100%, rgba(2,0,36,1) 100%);
}

body.darkthemebluebg .card{
    background-color:rgb(0 0 0 / 23%);
}

body.darkthemebluebg .dashboardtablist .nav-tabs > li > a{
  color: #fff !important;
}


#Darktheme1-blue{
    background: rgb(39,32,85);
    background: linear-gradient(-180deg, rgba(39,32,85,1) 0%, rgba(60,53,106,1) 100%, rgba(2,0,36,1) 100%);
}

#Darktheme2-red{
    background: rgb(119,0,22);
  background: linear-gradient(0deg, rgba(119,0,22,1) 0%, rgba(119,0,22,1) 47%, rgba(172,0,32,1) 100%);
}

#Darktheme3-mix{
    background: rgb(41,41,105);
    background: linear-gradient(180deg, rgba(41,41,105,1) 0%, rgba(102,36,48,1) 47%, rgba(130,44,29,1) 100%);
}

#Darktheme4-blackgray{
    background: rgb(0,0,0);
    background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(60,60,60,1) 47%, rgba(87,87,87,1) 100%);
}

body.darkthemebluebg #choosecolorscheme .modal-body h1{
    color: #282f53;
}



/*end theme css*/

/*select your dark theme*/

body.darkthemeredbg{
    color: #fff;
}

body.darkthemeredbg nav.main-header{
  background: rgb(119,0,22);
  background: linear-gradient(0deg, rgba(119,0,22,1) 0%, rgba(119,0,22,1) 47%, rgba(172,0,32,1) 100%);
}

body.darkthemeredbg .main-header{
    border-bottom:transparent !important;
}

body.darkthemeredbg a.brand-link{
    border-bottom: none !important;
    border-right: none !important;
}

body.darkthemeredbg .sidebar a{
    color: #fff !important;
}

body.darkthemeredbg aside.main-sidebar{
   background: rgb(119,0,22);
   background: linear-gradient(0deg, #620b1b 0%, rgba(119,0,22,1) 47%, rgba(172,0,32,1) 100%);
}

body.darkthemeredbg .content-wrapper{
   background: rgb(119,0,22);
   background: linear-gradient(356deg, rgba(119,0,22,1) 0%, rgba(119,0,22,1) 47%, rgba(172,0,32,1) 100%);
}

body.darkthemeredbg .card{
    background-color:rgb(0 0 0 / 23%);
}

body.darkthemeredbg .dashboardtablist .nav-tabs > li > a{
  color: #fff !important;
}


body.darkthemeredbg #choosecolorscheme .modal-body h1{
    color: #282f53;
}

body.darkthemeredbg  li.nav-item h6{
    color: #edb61e;
}

body.darkthemeredbg .breadcrumb-item.active {
    color: #fff;
}




/*end theme css*/



/*select your dark theme*/

body.darkthememixbg{
    color: #fff;
}

body.darkthememixbg nav.main-header{
    background: rgb(41,41,105);
    background: linear-gradient(32deg, rgba(41,41,105,1) 0%, rgba(102,36,48,1) 47%, rgba(130,44,29,1) 100%);
}

body.darkthememixbg .main-header{
    border-bottom:transparent !important;
}

body.darkthememixbg a.brand-link{
    border-bottom: none !important;
    border-right: none !important;
    background: #0000002e;
}

body.darkthememixbg .sidebar a{
    color: #fff !important;
}

body.darkthememixbg aside.main-sidebar{
    background: rgb(41,41,105);
background: linear-gradient(180deg, rgba(41,41,105,1) 0%, rgba(102,36,48,1) 47%, rgba(130,44,29,1) 100%);
}

body.darkthememixbg .content-wrapper{
  background: rgb(41,41,105);
  background: linear-gradient(230deg, rgba(41,41,105,1) 0%, rgba(102,36,48,1) 47%, rgba(130,44,29,1) 100%);
}

body.darkthememixbg .card{
    background-color:rgb(0 0 0 / 23%);
}

body.darkthememixbg .dashboardtablist .nav-tabs > li > a{
  color: #fff !important;
}

body.darkthememixbg #choosecolorscheme .modal-body h1{
    color: #282f53;
}



body.darkthemeblackandgray{
    color: #fff;
}

body.darkthemeblackandgray nav.main-header{
 background: rgb(0,0,0);
 background: linear-gradient(315deg, rgba(0,0,0,1) -1%, rgba(60,60,60,1) 27%, rgba(87,87,87,1) 100%);
}

body.darkthemeblackandgray .main-header{
    border-bottom:transparent !important;
}

body.darkthemeblackandgray a.brand-link{
    border-bottom: none !important;
    border-right: none !important;
}

body.darkthemeblackandgray .sidebar a{
    color: #fff !important;
}

body.darkthemeblackandgray aside.main-sidebar{
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(60,60,60,1) 47%, rgba(87,87,87,1) 100%);
}

body.darkthemeblackandgray .content-wrapper{
  background: rgb(0,0,0);
  background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(60,60,60,1) 47%, rgba(87,87,87,1) 100%);
}

body.darkthemeblackandgray .card{
    background-color:rgb(0 0 0 / 23%);
}

body.darkthemeblackandgray .dashboardtablist .nav-tabs > li > a{
  color: #fff !important;
}


body.darkthemeblackandgray #choosecolorscheme .modal-body h1{
    color: #282f53;
}

body.darkthemeblackandgray  li.nav-item h6{
    color: #edb61e;
}

body.darkthemeblackandgray .breadcrumb-item.active {
    color: #fff;
}

.tabtitlefixed{
    max-height: 342px;
    overflow: scroll;
}

.iti input#txtPhone {
    padding: 0px;
    border: 0;
    width: 80px;
}

.iti input#txtPhone:focus-visible{
    border:none;
    outline:none;
}

tr.pending_color {
background: #DDD;
}

/*.layout-fixed .wrapper .sidebar{
    background: #fff;
}
*/
a.canvasjs-chart-credit {
display: none;
}

table#user-table.vehicalmanufacture-table tr td:first-child,
table#user-table.vehicalmanufacture-table tr td:last-child{
    text-align: left;
}
table#user-table.vehicaltypetable tr th{padding:5px !important;}
table.vehicaltypetable tr th{padding:5px !important;}
table.vehicaltypetable tr th:first-child {padding:5px !important; text-align: center !important;}

.os-viewport.os-viewport-native-scrollbars-invisible {
    background: #fff !important;
}


.darkthemebluebg .os-viewport.os-viewport-native-scrollbars-invisible {
    background: rgb(39,32,85) !important;
    background: linear-gradient(-180deg, rgba(39,32,85,1) 0%, rgba(60,53,106,1) 100%, rgba(2,0,36,1) 100%) !important;
}

.darkthemeredbg .os-viewport.os-viewport-native-scrollbars-invisible {
    background: rgb(119,0,22) !important;
    background: linear-gradient(0deg, #620b1b 0%, rgba(119,0,22,1) 47%, rgba(172,0,32,1) 100%) !important;
}

body.darkthemebluebg.sidebar-collapse .main-sidebar:hover{
    background: rgb(39,32,85);
    background: linear-gradient(-180deg, rgba(39,32,85,1) 0%, rgba(60,53,106,1) 100%, rgba(2,0,36,1) 100%);
}

body.darkthememixbg.sidebar-collapse .main-sidebar:hover{
    background: rgb(41,41,105) !important;
background: linear-gradient(180deg, rgba(41,41,105,1) 0%, rgba(102,36,48,1) 47%, rgba(130,44,29,1) 100%) !important;
}


body.darkthemeredbg.sidebar-collapse .main-sidebar:hover{
    background: rgb(119,0,22);
    background: linear-gradient(0deg, #620b1b 0%, rgba(119,0,22,1) 47%, rgba(172,0,32,1) 100%);
}

.darkthemeredbg .os-viewport.os-viewport-native-scrollbars-invisible{
    background: rgb(39,32,85);
    background: linear-gradient(-180deg, rgba(39,32,85,1) 0%, rgba(60,53,106,1) 100%, rgba(2,0,36,1) 100%);
}

.darkthememixbg .os-viewport.os-viewport-native-scrollbars-invisible {
    background: rgb(41,41,105) !important;
    background: linear-gradient(180deg, rgba(41,41,105,1) 0%, rgba(102,36,48,1) 47%, rgba(130,44,29,1) 100%) !important;
}

.darkthemeblackandgray .os-viewport.os-viewport-native-scrollbars-invisible{
    background: rgb(0,0,0) !important;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(60,60,60,1) 47%, rgba(87,87,87,1) 100%) !important;
}

th.w-5{
    width: 50px;
}

a.btn.viewbtnimg img {
    width: 16px !important;
    height: 16px !important;
}
.lightbox-gallery .hover-overlay {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
    text-align: center;
}

.hover-overlay img {
    width: 32px !important;
    height: 32px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lightbox-gallery {
    position: relative;
}

.lightbox-gallery:hover .hover-overlay {
    display: block;
}


.error-show span i {
font-size: 40px;
display: inline-block;
vertical-align: middle;
margin-left: 10px;
}

h6.statustextinfo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-left: 5px;
}



img#loading {
margin: 0px auto;
}

.leaderwrap {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
z-index: 999;
}

span.onlinestatus {
text-indent: -999px;
background: #007409;
height: 10px;
width: 10px;
color: #FFF;
font-size: 12px;
text-align: center;
border-radius: 50%;
display: inline-block;
position: absolute;
bottom: 7px;
right: 24px;
}

.onlinecoltd{
    position: relative;
}

span.offlinestatus {
text-indent: -999px;
background: red;
height: 10px;
width: 10px;
color: #FFF;
font-size: 12px;
text-align: center;
border-radius: 50%;
display: inline-block;
position: absolute;
bottom: 7px;
right: 24px;
}

.dollersign:before {
content: '$';
color: #000;
display: inline-block;
position: absolute;
top: 6px;
left: -11px;
z-index: 1;
font-size: 16px;
}
.iti__country-list{
  top : 20px !important;
  max-width: 320px !important;
}
span.actibetextbtn {
    background: #28a745;
    color: #fff;
    padding: 0.2rem 0.5rem;
    border-radius: 0.2rem;
    margin: 0px 5px;
    line-height: 1.7;
    font-size: 0.875rem;
    display: inline-block;
    height: calc(1.8125rem + 2px);
    border: 1px solid #28a745;
}

span.inactibetextbtn {
    background: #f00;
    color: #fff;
    padding: 0.2rem 0.5rem;
    border-radius: 0.2rem;
    margin: 0px 5px;
    line-height: 1.7;
    font-size: 0.875rem;
    display: inline-block;
    height: calc(1.8125rem + 2px);
    border: 1px solid #f00;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.switch {
    display: inline-block;
    height: 34px;
    min-width: 60px;
    position: relative;
    vertical-align: middle;
}

.switch.disabled {
    cursor: default;
    opacity: 0.5;
}

.switch .slider {
    background-color: #d9d9d9;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 34px;
    left: 0;
    padding: 0 20px 0 40px;
    position: relative;
    right: 0;
    top: 0;
    transition: 0.4s;
}

.switch .slider .on,
.switch .slider .off {
    line-height: 34px;
}

.switch .slider .off {
    display: block;
}

.switch .slider .on {
    display: none;
}

.switch .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: " ";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: all 0.4s;
    width: 26px;
}

.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

  .switch input {
    display: none;
  }

  .switch input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
  }

  .switch input:checked + .slider {
    background-color: #2196f3;
    padding: 0 40px 0 20px;
  }

  .switch input:checked + .slider:before {
    left: auto;
    right: 4px;
    transition: all 0.4s;
  }

  .switch input:checked + .slider .on {
    display: block;
  }

  .switch input:checked + .slider .off {
    display: none;
  }
  
   @media (max-width: 1428px) {
    .breadcrumb-rev{
        flex: 0 0 100%;
        max-width: 100% !important;
    }
}
