.sidebar {
    min-height: calc(100vh - 60px);
    background: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    padding: 0;
    width: 235px;
    z-index: 11;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    position: fixed;
}

.main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    /* width: 100%; */
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: 235px;
}

body.sidebar-icon-only .main-panel {
    margin-left: 70px;
}

.sidebar .nav.sub-menu {
    border-radius: 0 0 5px 5px;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 25px;
}

.toggle-switch .toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e9ecef;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid #f3f3f3;
}

.toggle-switch .toggle-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.toggle-switch input {
    visibility: hidden;
}

.toggle-switch input:checked+.toggle-slider {
    background-color: #844fc1;
}

.toggle-switch input:checked+.toggle-slider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

.toggle-switch.toggle-switch-success input:checked+.toggle-slider {
    background-color: #57B657;
}

.table-tools-actions i {
    font-size: .875rem;
}

table.dataTable {
    width: 100% !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    border-bottom: 1px solid #efefef;
    padding: .5em 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dataTables_wrapper .dataTable thead .sorting:before,
.dataTables_wrapper .dataTable thead .sorting:after,
.dataTables_wrapper .dataTable thead .sorting_asc:before,
.dataTables_wrapper .dataTable thead .sorting_asc:after,
.dataTables_wrapper .dataTable thead .sorting_desc:before,
.dataTables_wrapper .dataTable thead .sorting_desc:after,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_asc_disabled:after,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:before,
.dataTables_wrapper .dataTable thead .sorting_desc_disabled:after {
    line-height: 3;
}

.tooltip-top .btn i {
    line-height: 34px;
    margin-right: 0 !important;
}

.btn.btn-icon {
    width: 36px;
    height: 36px;
}

input[type=number].form-control.no-arrow::-webkit-inner-spin-button,
input[type=number].form-control.no-arrow::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.form_footer a,
.form_footer input[type="submit"] {
    min-width: 100px;
}

.password-box {
    position: relative;
}

.password-box button {
    position: absolute;
    top: 55px;
    right: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    border: none;
    color: #FDC100;
    font-weight: bold;
    transform: translate(0px, -50%);
    min-width: 50px;
    font-size: 17px;
    font-family: 'Cairo' !important;
}

.text-primary, .list-wrapper .completed .remove {
    color: #f7a100 !important;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator .count {
    background: #f7a100;
}

#frm_login .password-box button {
    top: 50% !important;
}

.password-box input {
    padding: 0.875rem 2.5rem 0.875rem 1.375rem;
}

.password-box .form-control.is-invalid {
    background-image: none;
}

.swal2-modal {
    min-height: 225px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 16px;
}

.form-control.is-invalid+.select2 .select2-selection {
    border-color: #dc3545;
}

.form-control.is-invalid+.select2 .select2-selection--single .select2-selection__arrow b {
    border-color: #dc3545 transparent transparent transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-image: linear-gradient(to right, #EF7C00, #FDC100);
}

.modal-footer button,
.swal2-actions button {
    min-width: 100px;
}

.auth .brand-logo {
    margin-bottom: 2rem;
    background: linear-gradient(to right, #EF7C00, #FDC100);
    padding: 30px;
    border-radius: 5px;
    text-align: center;
}

.form-check .form-check-label input[type="checkbox"]+.input-helper:before {
    border: solid #FDC100;
}

.form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
    background: #EF7C00;
    border-width: 0;
}

.product-card .card .card-body {
    padding: 15px 0;
}

.product-card .card .card-body .product-details {
    padding: 15px;
    display: none;
}

/* .product-card .card .card-title.active~.product-details {
    display: block;
} */

.product-card .card .card-title {
    color: #fff;
    background: #282f3a;
    margin-bottom: 0;
    padding: 15px;
    font-size: 16px;
}

.product-card .card .card-title.active {
    background: linear-gradient(to right, #EF7C00, #FDC100);
    border-color: #fff;
}

a.btn.btn-secondary.cancel_button,
.btn-secondary.cancel_button:not(:disabled):not(.disabled):active {
    color: #EF7C00;
    border: 1px solid #EF7C00;
    background-color: #fff;
}

a.btn.btn-secondary.cancel_button:hover {
    color: #FDC100;
    border: 1px solid #FDC100;
    background-color: #fff;
}

.product-card .card .card-title a {
    display: flex;
    justify-content: space-between;
    color: #fff;
    text-decoration: none;
}

.product-check {
    position: absolute;
    top: 25px;
}

.product-check .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
    background: #fff;
}

.product-check .form-check .form-check-label input[type="checkbox"]+.input-helper:before {
    border: 1px solid #FDC100;
    background: #fff;
    width: 25px;
    height: 25px;
}

.product-check .form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after {
    width: 25px;
    opacity: 1;
    line-height: 25px;
    color: #282f3a;
    font-size: 20px;
}

/* .product-check .form-check .form-check-label input[type="checkbox"]:checked+.input-helper:before {
    background: #fff !important;
}

.product-check .form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after {
    width: 25px;
    line-height: 25px;
} */
/* .row.quotation-main {
    padding: 10px 50px;
} */

.quotation-main img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 80px;
}

.quotation-main .company-details p {
    font-weight: 900;
    margin-bottom: 2px;
    font-size: 15px;
}

.quotation-client h5 {
    font-weight: bold;
}

.company-logo,
.company-details {
    margin-bottom: 20px;
}

.Title {
    text-align: center;
}

.Title p {
    font-weight: 700;
    font-size: 18px;
}

.Title p.attention span {
    border-bottom: 2px solid black;
}

.greetings p.greetings-txt,
.thanks {
    text-indent: 30px;
}

.quotation-items table {
    width: 100%;
}

.quotation-items {
    margin-bottom: 10px;
}

.quotation-items table th,
.quotation-items table td {
    border: 1px solid black;
    padding: 5px 10px;
}

.hide-border {
    border: none !important;
}

.quotation-tnc h5,
.quotation-footer h5 {
    font-weight: bold;
}

.quotation-tnc ol {
    margin-bottom: 0;
}

/* .col-md-4.quotation-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
} */

#cke_TNC .cke_contents {
    height: 100px !important;
}

.quotation-type {
    display: flex;
}

.quotation-type .form-check {
    margin-right: 10px;
}

.quotation-type .form-check .form-check-label input[type="radio"]:checked+.input-helper:before {
    background: linear-gradient(to right, #EF7C00, #FDC100);
    border: none;
}

.quotation-type .form-check .form-check-label input[type="radio"]+.input-helper:before {
    border: 2px solid #EF7C00;
}

.quotation-type .form-check .form-check-label {
    font-weight: 700;
}

.btn-outline-success:focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .editable-submit:focus, .btn-outline-success.focus, .editable-container.editable-inline .editableform .control-group .editable-buttons .focus.editable-submit {
    /* color: #57B657; */
    border-color: #57B657;
    /* box-shadow: 0 0 0 0.2rem rgba(87, 182, 87, 0.5) !important; */
}

.quotation-tnc,.quotation-footer {
    margin-bottom: 20px;
}

.amount-word {
    text-transform: capitalize;
    font-weight: bold;
}

p.thanks {
    margin-top: 0.5rem;
}

.card.card-light-danger {
    background: #EF7C00;
    color: #ffffff;
}

.card.card-tale {
    background: #f7a100;
    color: #ffffff;
}

.card.card-dark-blue {
    background: #FDC100;
    color: #ffffff;
}

.card.card-light-danger:hover,.card.card-tale:hover,.card.card-dark-blue:hover {
    background: #f8a700;
}

.fs-20 {
    font-size: 20px;
}

.status-lbl {
    color: #fff;
    padding: 5px;
    text-align: center;
    min-width: 100px;
    margin-bottom: 0;
    border-radius: 4px;
}

.row.client_user h4.card-title {
    display: flex;
    justify-content: space-between;
}

.modal-footer a.close {
    color: #fff;
}

.product-check .form-check{
    margin: 0 !important;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 100%;
}

.btn.btn-primary {
    border-radius: 10px !important;
}

.form_footer .btn{
    border-radius: 10px !important;
}

.toolbar {
    margin-bottom: 10px;
}
.pl-40 {
    padding-left: 40px;
}
@media (max-width:991px) {
    .main-panel {
        margin-left: 0;
    }
}

.factory {
    display: inline-flex;
}

p.note {
    color: #949494;
}

.select2-container .select2-selection--multiple {
    min-height: 46px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 5px 5px 0 5px;
    width: 100% !important;
}

.pp_select .select2-container,.single_pp_select .select2-container {
    width: 100% !important;
}

ul.order-assign-info {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

ul.order-assign-info li {
    line-height: 1.5;
}
img.icon-img {
    width: 100%;
    height: 100%;
    max-width: 20px;
    max-height: 20px;
    margin-right: 14px;
}

.sidebar-icon-only .sidebar .nav .nav-item .nav-link img.icon-img{
    margin-right: 0px;
}

.sidebar-dark .sidebar {
    background: #282f3a;
    height: 100%;
    overflow-x: auto;
}

.sidebar-icon-only .sidebar {
    position: absolute;
    overflow: unset;
    height: 100%;
}

.sidebar-icon-only .sidebar {
    position: absolute;
    overflow: unset;
    height: 100% !important;
}

.sidebar-icon-only .page-body-wrapper {
    background: #282f3a !important;
}

.sidebar ul.nav {
    background: #282f3a;
}

.hover-open span.menu-title,
.hover-open ul.nav.flex-column.sub-menu {
    width: 250px !important;
}


.sidebar::-webkit-scrollbar {
    width: 0px;
  }
  
.sidebar::-webkit-scrollbar-track {
    background: transparent; 
  }
   
.sidebar::-webkit-scrollbar-thumb {
    background: #888; 
  }

a.file-link {
    position: absolute;
    display: unset !important;
    margin-top: -15px;
    margin-left: 150px;
    text-decoration: underline !important;
}

.product-details .select2-container {
    width: 100% !important;
}

.quotation-form-box {
    width: 100% !important;
}

.card .card-title.with-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ChallanReportModal input#ChallanDate {
    background: #fff !important;
}

.login-page{
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-page .content-wrapper {
    background: #0000006b;
}
@media (max-width:480px) {

    .form_footer {
        display: block !important;
    }

    .form_footer a,.form_footer button, .form_footer input[type="submit"] {
        width: 100% !important;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }

}

td.table-product-desc, td.table-product-desc p {
    font-size: 14px !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.form-check .form-check-label input[type="radio"]:checked + .input-helper:before {
    background: linear-gradient(to right, #EF7C00, #FDC100);
}

.form-check .form-check-label input[type="radio"] + .input-helper:before {
    border: 1px solid #EF7C00;
}