/* fixed */

@media (min-width:768px) {
    html,
    body {
        overflow: hidden;
    }

    #wrapper #content-wrapper #content {
        display: flex;
        width: 100%;
        flex-direction: column;
        min-height: 100vh;
    }

    .sidebar-btn {
        width: 176px;
    }

    .toggled .sidebar-btn {
        width: 60px;
    }
    /* .topbar .dropdown .dropdown-menu {
        transform: translate(50%, 0);
    } */
}

body {
    font-size: 16px;
}

input {
    accent-color: #3e246e;
}

* {
    accent-color: #3e246e;
}

.bootstrap-select .dropdown-menu li a span.text {
    font-size: 17px;
    text-transform: capitalize;
}

.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.container-fluid {
    height: calc(100vh - 4.375rem);
    padding-top: 30px;
    display: flex;
    flex-direction: column;
}

footer.sticky-footer {
    margin-top: auto;
    width: 100%;
}


/* top bar */

.topbar h2 {
    font-size: 22px;
    color: #3e246e;
    margin-left: 8px;
    font-weight: bold;
}

.download {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar-brand-icon {
    width: 50px;
    border-radius: 50%;
    background: #fff;
    padding: 8px;
    overflow: hidden;
}

    .sidebar-brand-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.sidebar-brand-text span {
    font-size: 20px;
}

#page-top #content h1 {
    color: #3e246e !important;
}

.form-all-page input[type="radio"] {
    display: none;
}

.card-heading {
    font-size: 22px;
    color: #000;
}

.form-all-page input[type="radio"]:checked + .box {
    background-color: #3e246e;
    border: 2px solid #3e246e;
}

    .form-all-page input[type="radio"]:checked + .box span {
        color: white !important;
    }

.form-all-page input[type="radio"]:checked + .box {
    color: white;
    /* transform: translateY(70px); */
}

    .form-all-page input[type="radio"]:checked + .box:before {
        transform: translateY(0px);
        opacity: 1;
    }

.update-profile .form-all-page input[type="radio"] {
    display: block;
}

.update-profile .form-check-inline {
    font-size: 16px;
    margin-top: 10px;
}

.form-all-page .box {
    width: 150px;
    will-change: transition;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 2px solid #3e246e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    transition: transform 300ms ease;
    border-color: #f3f1f6;
    background: #f3f1f6;
    color: #000;
    border-radius: 4px;
    height: 50px;
    text-transform: capitalize;
}

.download .btn {
    font-size: 16px;
}

.form-all-page .form-check {
    padding-left: 0;
}

.form-all-page .box:active {
    transform: translateY(10px);
}

.form-all-page .box span {
    position: absolute;
    transform: translate(0, 0px);
    left: 0;
    right: 0;
    transition: all 300ms ease;
    user-select: none;
    color: #3e246e;
    top: -39%;
}

.customer-btn {
    color: #fff;
    cursor: pointer;
}

    .customer-btn:hover {
        color: #bf3b86;
        text-decoration: none;
    }

.download i {
    color: #fff !important;
}

.resend-otp {
    display: inline-block;
    padding: 10px 40px;
    border: 2px solid #f3f1f6;
    border-radius: 30px;
    color: #3e246e;
    font-size: 14px;
    background: #f3f1f6;
    color: #000;
    border-radius: 4px;
    text-transform: capitalize;
}

    .resend-otp:hover {
        text-decoration: none;
    }

    .resend-otp:hover {
        color: #fff;
        background-color: #3e246e;
        border-color: #3e246e;
    }

    .resend-otp:hover {
        color: #fff;
    }

.form-all-page .box span:before {
    font-size: 1.2em;
    display: block;
    transform: translateY(-80px);
    opacity: 0;
    transition: all 300ms ease-in-out;
    font-weight: normal;
    color: white;
}

.form-all-page .front-end span:before {
    content: "\f0c0";
    color: #fff;
}

.form-all-page .back-end span:before {
    content: "\f007";
    color: #fff;
}

.form-all-page i {
    font-size: 16px;
    color: #3e246e !important;
}

.form-all-page .fa-gas-pump:before {
    color: #3e246e;
}


/* about */

.card {
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 1rem;
}


/* footer.sticky-footer {
    padding: 2rem 0;
    flex-shrink: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
} */

.sidebar-dark #sidebarToggle {
    position: fixed;
    bottom: 0;
}

.form-field .form-label {
    font-weight: var(--weight-500);
    color: var(--dark-grey);
    line-height: 1.2;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.update-profile-back .card-body {
    box-shadow: 0px -1px 21px -3px rgba(140, 140, 140, 0.75);
    -webkit-box-shadow: 0px -1px 21px -3px rgba(140, 140, 140, 0.75);
    -moz-box-shadow: 0px -1px 21px -3px rgba(140, 140, 140, 0.75);
}

.form-field .form-control {
    border-color: #f3f1f6;
    background: #f3f1f6;
    color: #000;
    border-radius: 4px;
    height: 50px;
}

.update-profile form {
    background-color: #Fff;
    padding: 20px;
}

.card-header {
    background: #3e246e;
    color: #Fff;
    font-size: 20px;
}

.update-profile .card-body h1 {
    font-size: 20px;
}


/* selection s */

.update-profile-back .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.update-profile-back .dropdown.bootstrap-select button {
    border-color: #f3f1f6;
    background: #f3f1f6;
    color: #000;
    border-radius: 4px;
    height: 50px;
    text-transform: capitalize;
}

.update-profile-back .bootstrap-select .dropdown-toggle .filter-option {
    height: auto;
}

body .form-all-page input[type="radio"]:checked + .box span i {
    color: #Fff !important;
}

.form-all-page input[type="radio"]:checked + .box span .fa-gas-pump:before {
    color: #Fff;
}

.transaction-tab .card-header {
    padding: 2px;
}

.btn-link:hover {
    text-decoration: none;
}

.datepicker span.input-group-append {
    display: flex;
    align-items: center;
    background: #f3f1f6;
    padding: 15px;
}

.create-order-liter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trans .card-header {
    background: #Fff;
    box-shadow: 0px -1px 21px -3px rgb(140 140 140 / 75%);
    -webkit-box-shadow: 0px -1px 21px -3px rgb(140 140 140 / 75%);
    -moz-box-shadow: 0px -1px 21px -3px rgba(140, 140, 140, 0.75);
}

.transaction-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.customer-bill-new {
    justify-content: space-between !important;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}

.btn {
    height: 49px;
}

.inner {
    margin-top: 5px;
}


/* datapicker s */

#datepicker > span:hover {
    cursor: pointer;
}

.date-pages table {
    border-collapse: inherit;
    width: 100%;
    padding: 5px 15px;
}

.datepicker {
    padding: 0;
}

    .datepicker span.input-group-append {
        border-radius: 0 4px 4px 0;
    }

.transactions-vehical td.trans-div {
    width: 3%;
    text-align: center;
}

.liter-from {
    margin-top: 27px;
}


/* vehical-transaction  */

.vehical-transaction .card-header {
    display: flex;
    justify-content: space-between;
}

    .vehical-transaction .card-header a {
        color: #fff;
    }

.send-whatsapp {
    background-color: #4ec95c;
    border-color: #4ec95c;
    color: #000;
    text-transform: capitalize;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.date-pages .search-transaction {
    justify-content: flex-start;
}

    .date-pages .search-transaction i {
        font-size: 16px;
    }
/* selection e */

.transactions-vehical td.trans-div {
    width: 3%;
    text-align: center;
    vertical-align: middle;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

body .sorting_disabled {
    cursor: auto !important;
}

body table.dataTable > thead .sorting_disabled:before, table.dataTable > thead .sorting_disabled:after {
    opacity: 0;
}

.dropdown-menu-right a.username-mobile {
    display: none;
}

.topbar .user-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

    .topbar .user-info img {
        width: 50px;
        height: 50px;
        padding: 2px;
        object-fit: contain;
        margin-right: 5px;
        border-radius: 5px;
    }

.export-excel:hover, .export-excel:focus {
    background: transparent;
    border-color: transparent;
}

@media only screen and (max-width: 1366px) {
    .update-profile .form-check-inline {
        margin-right: 2px;
    }

    .table tr {
        font-size: 14px;
    }

    #page-top #content h1 {
        font-size: 26px;
    }

    .card-body {
        padding: 12px 15px;
    }

    .card-heading {
        font-size: 20px;
    }

    body .update-profile .card-body h1 {
        font-size: 20px !important;
    }

    .update-profile .form-check-inline {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    footer.sticky-footer {
        position: static;
    }

    #page-top #content h1 {
        font-size: 25px;
    }

    .card-heading {
        font-size: 20px;
    }

    .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 10px 12px;
    }

    .update-profile .form-check-inline {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .liter-from {
        margin-top: 0;
    }

    .bootstrap-select .dropdown-menu li a span.text {
        font-size: 15px;
    }

    .topbar h2 {
        font-size: 18px;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        max-width: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .vehicle-master {
        margin-top: 24px;
    }

    body .update-profile .card-body h1 {
        font-size: 18px !important;
    }

    .transaction-btn {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .custommer01-bill {
        margin-top: 8px;
    }

    .h5 {
        font-size: 18px;
    }

    .card-heading {
        font-size: 16px;
    }

    .sidebar .nav-item .nav-link span {
        font-size: 14px;
    }

    .sidebar .nav-item .collapse .collapse-inner .collapse-item,
    .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
        font-size: 16px;
    }

    .sidebar .nav-item .nav-link span {
        font-size: 14px;
    }

    .form-control {
        font-size: 14px;
    }

    .topbar h2 {
        font-size: 18px;
    }

    #page-top #content h1 {
        font-size: 22px;
    }

    .dashboard {
        margin-top: 15px;
    }

    body .mb-4 {
        margin-bottom: 12px !important;
    }

    .card-header {
        background: #3e246e;
        color: #Fff;
        font-size: 16px;
    }

    .form-field .form-control {
        height: 40px;
    }

    .btn {
        height: 40px;
    }

    .table td,
    .table th {
        padding: 8px;
    }

    .datepicker span.input-group-append {
        padding: 12px;
    }

    .update-profile-back .dropdown.bootstrap-select button {
        height: 40px;
    }

    .update-profile-back {
        margin-top: 15px;
    }

    .container-fluid {
        padding-top: 15px;
    }

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 14px;
    }

    div.user .btn-user {
        padding: 7px 16px;
        margin-top: 24px;
    }

    .update-profile form {
        padding: 5px;
    }

    body div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-] {
        padding-left: 0;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: left !important;
    }

    .transaction-tab {
        margin: 17px 0 !important;
    }

    #dataTable_info {
        padding-bottom: 14px;
    }

    .sticky-top {
        position: -webkit-fixed;
        position: fixed !important;
        top: 0;
        z-index: 1020;
        width: calc(100% - 6.5rem);
        right: 0;
    }

    .sidebar-toggled .sticky-top {
        width: 100%;
    }

    .container-fluid {
        padding-top: 65px;
    }

    .container-fluid {
        padding-top: 80px;
        min-height: 100%;
    }

    .topbar #sidebarToggleTop:active, .topbar #sidebarToggleTop:hover {
        background-color: transparent;
    }

    .sidebar {
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

    #wrapper #content-wrapper {
        padding-left: 6.5rem;
    }

    body.sidebar-toggled #wrapper #content-wrapper {
        padding-left: 0;
    }

    .topbar .dropdown #userDropdown span {
        display: none;
    }

    .topbar.navbar-light .navbar-nav .nav-item #alertsDropdown {
        padding: 0;
    }

    .dropdown-menu-right a.username-mobile {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px solid #eaecf4;
        padding-bottom: 10px;
        color: #3e246e;
        font-weight: bold;
    }

        .dropdown-menu-right a.username-mobile:hover,
        .dropdown-menu-right a.username-mobile:active,
        .dropdown-menu-right a.username-mobile:focus {
            background-color: transparent;
            color: #3e246e;
        }

    .dataTables_wrapper .dataTables_filter label {
        margin-bottom: 5px;
    }

    .topbar .user-info img {
        width: 30px;
        height: 30px;
    }
}


@media only screen and (max-width: 420px) {
    .navbar {
        padding: .5rem 2px;
    }

    .topbar #sidebarToggleTop {
        margin-right: 0 !important;
    }

    .form-control {
        font-size: 12px;
    }

    .topbar h2 {
        font-size: 12px;
        margin-left: 0;
    }

    .h5 {
        font-size: 14px;
    }

    .card-heading {
        font-size: 14px;
    }

    .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 8px;
    }

    .card {
        margin-bottom: 5px;
    }

    footer.sticky-footer {
        padding: 12px 0;
    }

    body .update-profile .card-body h1 {
        font-size: 18px !important;
    }

    .update-profile form {
        padding: 5px;
    }

    .form-field .form-control {
        height: 30px;
        padding: 2px 6px;
    }

    .btn {
        height: 30px;
        padding: 0 6px;
        font-size: 14px;
    }

    .table td, .table th {
        padding: 6px;
        font-size: 12px;
    }

    .datepicker span.input-group-append {
        padding: 0 10px;
    }

    .update-profile-back .dropdown.bootstrap-select button {
        height: 25px;
        font-size: 12px;
    }

    .form-check-label {
        margin-bottom: 0;
        font-size: 14px;
    }

    .bootstrap-select .dropdown-menu li a span.text {
        font-size: 14px;
    }

    label {
        font-size: 14px;
    }

    .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
        font-size: 12px;
    }

    div.user .btn-user {
        padding: 2px 16px;
    }

    .form-all-page .box span {
        top: -28%;
    }

    .form-all-page .box {
        width: 124px;
    }

    .form-group a {
        font-size: 14px;
    }

    .sidebar .nav-item .collapse .collapse-inner .collapse-item,
    .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
        font-size: 14px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 835px) and (min-width: 768px) {
    .topbar .dropdown .dropdown-menu {
        right: -73px;
    }
}


@media only screen and (max-width: 1295px) and (min-width: 1200px) {
    .transaction-btn .send-whatsapp {
        padding: 18px;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1200px) {
    .transaction-btn a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .transaction-btn {
        justify-content: inherit;
        padding-top: 7px !important;
    }
}

@media only screen and (max-width: 991px) {
    .form-all-page .form-group {
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 365px) {

    body .update-profile .card-body h1 {
        font-size: 15px !important;
    }

    .topbar .nav-item .nav-link {
        padding: 0;
    }
}

body.bg-gradient-primary {
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control.is-invalid {
    border-color: #e74a3b;
    background: #fff;
}

.update-profile-back .bootstrap-select.is-invalid .dropdown-toggle {
    border-color: #e74a3b;
    background: #fff;
}

.invalid-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e74a3b;
}


.loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.9);
    z-index: 999998;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .loader img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

label.required::after {
    content: " *";
    color: #f00;
}


label {
    font-weight: 600;
}

.btn-del-icon {
    border: none;
    color: #e74a3b;
    text-decoration: none;
    background-color: transparent;
}


.filter-section .accordion > .card {
    overflow:initial
}

.filter-section .form-field .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.filter-section .form-field .bootstrap-select > .dropdown-toggle.bs-placeholder,
.filter-section .form-field .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.filter-section .form-field .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.filter-section .form-field .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #000;
}
.filter-section .form-field .bootstrap-select .dropdown-toggle:focus,
.filter-section .form-field .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline:none !important;
    outline-offset:0 !important;
}

.filter-section .form-field .btn-light:not(:disabled):not(.disabled).active,
.filter-section .form-field .btn-light:not(:disabled):not(.disabled):active,
.filter-section .form-field .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f3f1f6;
    border-color: #f3f1f6;
}
.filter-section .form-field .bootstrap-select button.btn-light {
    background-color: #f3f1f6;
}
body table.dataTable tr td .form-check {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
body table.dataTable tr td .form-check .form-check-input {
    width: 20px;
    height: 20px;
    margin: 0;
}

.Bill-data tr th:first-child {
  width:50px;
  text-align:center;
}

.Bill-data tr td:first-child {
    text-align: center;
    vertical-align:middle;
}