.navbar.bg-primary {
    background-color: #fb6900 !important;
}

.theme_btn {
    background: var(--color_theme);
    color: var(--text_white);
    border-radius: 50px;
}

.dropdown-menu-right {
    z-index: 9999;
}

.bg-primary {
    background-color: #fb6900 !important;
}
td img {
    width: 60px;
}
.invalid-feedback {
    display: block !important;
}

.login_page {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login_page .login-left {
    width: 55%;
    height: 100vh;
}

.login_page .login-right {
    width: 45%;
    padding: 30px;
    height: 100vh;
    overflow-y: auto;
}

.login_page .login-left figure {
    width: 100%;
    height: 100%;
}

.login_page .login-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.login_page .login-right .logo img {
    width: 200px;
}
.loading-container {
    background-color: #88888857;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

.loading-container img {
    position: absolute;
    left: 50%;
    top: 45%;
    z-index: 99999;
    height: 90px;
}

div#ofBar {
    display: none;
}
/* .pagination .flex{
display: flex;
justify-content: center;
align-items: center;
}
.pagination .flex svg{
width: 34px;height: 34px;
} */
/* .pagination .flex.justify-between{display: none;} */
/* .pagination .text-sm{display: none;} */
/* .pagination .hidden{display: none;} */

span.relative svg {
    width: 30px;
}
.hidden p.leading-5 {
    display: none;
}
.flex.flex-1 {
    display: none;
}

.search_inner_fiels {
    display: flex;
    align-items: center;
}

.search_inner_fiels .filters.Booking_status {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 20px;
}

.search_with_icons {
    border: solid 1px #b3b3b3;
    padding: 6px 11px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_with_icons input {
    border: unset;
    padding: 0 10px 0 0;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 1000px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #000;
}
.highcharts-data-table tr:hover {
    background: #000;
}
.highcharts-figure,
.highcharts-data-table table {
    width: 100%;
}
text.highcharts-credits {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: '';
    height: 14px;
    width: 14px;
    right: 30px;
    bottom: 3px;
    left: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2196f3;
}

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

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

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

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

.card-body .chart {
    height: 100% !important;
}

.table .thead-light th {
    color: #384b61;
    background-color: #f6f9fc;
    font-size: 14px;
}

.table .avatar.rounded-circle img {
    /* height: 50px !important; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* width */
.custom-scollbar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
/* Track */
.custom-scollbar::-webkit-scrollbar-track {
    background: #ccc;
}
/* Handle */
.custom-scollbar::-webkit-scrollbar-thumb {
    background: #4e4847;
}
/* Handle on hover */
.custom-scollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#dropdown ul.nav.navbar-nav {
    width: 100%;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    padding: 0.675rem 1.2rem !important;
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
    background: #fb6900;
}

.details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.details-r {
    width: 48%;
}

.details-r ul {
    padding-left: 0;
    width: 100%;
}

.details-r li {
    list-style: none;
    margin-bottom: 10px;
}

li.geo-li label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #525f7f;
}

li.geo-li input {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 0.75rem;
    transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #8898aa;
    border: 1px solid #cdd2d7;
    border-radius: 0.25rem;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
    width: 100%;
}

.geoFancing {
    width: 48%;
    height: 300px;
}

div#map {
    width: 100%;
    height: 100%;
}
.square_img {
    width: 100px;
    height: 100px;
}
.table.faq-table td,
.table.faq-table th {
    font-size: 0.8125rem;
    white-space: normal !important;
}
img.category-img {
    width: 70px;
    height: 70px;
}

#uploadImage {
    display: none;
}

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}

.faq {
    background: #ffffff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.faq_outer h2 {
    font-size: 26px;
    margin: 30px 0;
    color: #000;
    font-weight: 700;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 22px 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fb6900;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #fb6900;
    color: #fff;
    font-size: 11px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 15px 30px;

    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #f3f8ff;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

.permissions_name_inner {
    display: block;
}

.loop_inner {
    display: inline-block;
    width: 33% !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    cursor: default;
    padding-left: 5px !important;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #cdd2d7 !important;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 0 !important;
}
.dl_img {
    max-width: 30%;
    height: auto;
}
/* ANshu Bharti 12  August Design */

.navbar-vertical.navbar-expand-xs
    .navbar-nav
    > .nav-item
    > .nav-link.active
    svg
    path {
    fill: #fff;
}
.navbar-vertical .navbar-nav .nav-link > i {
    min-width: auto !important;
}
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item a span.nav-link-text {
    margin-left: 10px;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link svg {
    width: 15px;
    height: 15px;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link svg path {
    fill: #172b4d;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link i {
    color: #172b4d !important;
}
.navbar-vertical.navbar-expand-xs
    .navbar-nav
    > .nav-item
    > .nav-link.active
    span.nav-link-text {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgb(23 43 77) !important;
}
nav.navbar.navbar-top.navbar-expand.navbar-dark.bg-primary.border-bottom {
    background: white !important;
}
.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active i {
    color: #fff !important;
}
.bg-default {
    background-color: #ffffff !important;
}
.text-light {
    color: #172b4d !important;
}
.btn-group-sm > .btn,
.btn-md svg {
    margin-right: 8px;
}
.navbar-vertical.navbar-expand-xs
    .navbar-nav
    > .nav-item
    .panel-body
    ul.nav.navbar-nav {
    margin: 0px !important;
}
tbody.list td .collapse p {
    margin: 0px;
    white-space: break-spaces;
}

.card .table td p a {
    white-space: break-spaces;
    display: block;
}
/* .header.bg-gradient-primary::after {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #f26232;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
} */
.header.bg-gradient-primary {
    position: unset;
}
.text-white {
    color: #fff !important;
    position: relative;
    z-index: 1000;
}

.bg-default {
    background-color: #172b4d !important;
}
.bg-gradient-primary {
    /* background: linear-gradient(87deg, #ff7650 0, #825ee4 100%) !important; */
    background: linear-gradient(135deg, #ffcc00 0%, #ff6a00 100%) !important;
}
.login_logo {
    height: 50px;
}
.forgot_psswrddv {
    color: #fff;
}
.forgot_psswrddv:hover,
.forgot_psswrddv:focus {
    color: #fff;
}

.space_images figure img {
    width: 150px;
    height: 150px;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.image-container .space_images {
    margin: 0px 10px 15px 0px;
}

.swal-footer {
    text-align: center;
}
.swal-button--cancel {
    background: var(--color_theme_l);
    color: var(--text_black);
    text-align: center;
    border-radius: 50px;
}

.swal-button--confirm,
.swal-button--confirm:hover {
    background-color: var(--color_theme) !important;
    color: var(--text_white);
    text-align: center;
    border-radius: 50px;
}

.chosen-container-multi .chosen-choices {
    width: 100% !important;
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid #cdd2d7 !important;
    background-image: none !important;
}
.hst_profile.saste_profile {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100%;
}
.hst-bx {
    position: relative;
    width: 24%;
    height: 200px;
    margin-right: 2%;
    margin-bottom: 2%;
}
.hst-bx input.file-upload {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
}

.hst-bx figure {
    width: 100%;
    height: 100%;
}
.hst-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

#image-list.hst_profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
}

#image-list.hst_profile li {
    width: 20%;
    margin-right: 15px;
}
.county_code {
    position: relative;
}
.county_code .county_codeSelect {
    position: absolute;
    left: 0;
    top: 31px;
    height: 46px;
    border: 0;
}
.county_codeSelect:focus {
    outline: none;
}
.county_code input {
    padding-left: 85px;
}

body .notify {
    bottom: auto;
    padding: 8px;
    z-index: 999;
    top: -65px;
}
body .notify p {
    font-size: 16px !important;
    font-weight: 600;
    margin: 0px;
}
.pagination {
    justify-content: end;
}
.page-item.active .page-link {
    background-color: #fb6900;
    border-color: #fb6900;
    font-weight: 700;
}
.page-item .page-link,
.page-item span {
    border-radius: 20% !important;
}
.text-active {
    color: #fb6900;
}
.custom_addBtn {
    display: flex;
    align-items: center;
    justify-content: left;
}
.custom_addBtn svg {
    color: #fb6900;
    font-size: 20px;
    width: 21px;
}
.add_colour_card {
    cursor: pointer;
}
.custom_close {
    padding: 5px !important;
}
.custom_close span {
    font-size: 30px !important;
    color: #000 !important;
}
.signUpLink {
    color: #212529 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
.validation {
    font-weight: 600;
}
.custom_rememberMe {
    font-size: 14px;
}
.custom_search {
    width: 400px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}
.custom_modalColor table input {
    width: 65px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.custom_modalColor table input:focus {
    outline: none;
}
.custom_modalColor table td {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.custom_modalColor .modal-dialog {
    max-width: 850px;
}
.custom_modalColor table th {
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: start;
}
.custom_modalColor table td {
    width: 200px;
    text-align: start;
}
.custom_modalColor .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.custom_modalColor .heading h1 {
    font-size: 16px;
    margin: 0px 50px;
}
.custom_modalColor .heading .content p {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #aba9a9;
}
.custom_modalColor .heading .content {
    text-align: center;
}
.custom_modalColor table select {
    width: 180px;
}
.custom_modalSoldBy {
    margin-top: 50px;
}
.text {
    font-size: 0.875rem;
}
.addButton {
    line-height: 1.5;
    font-size: 15px;
    border: 0px;
    padding: 0.25rem 1.5rem;
    border-radius: 0.25rem;
    color: #fff;
    border-color: #fb6900;
    background-color: #fb6900;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.facturing-form .plant-inp select {
    width: 190px;
}

.facturing-form .back-btn a {
    height: 42px;
    width: 110px;
}

.card-body-data .user_card > div {
    border-top: 1px solid #d2d7db;
}

.card-body-data .user_card .row {
    margin-top: 14px;
}
.sold_by_price {
    flex-basis: 100%;
}

.sold_by_price:has(.form-group:only-child) {
    flex-basis: 50%;
}
.plant-info-section {
    border-bottom: 1px solid #e9ecef;
}
.plant-info-section .plant-data {
    display: flex;
    /* flex-wrap: wrap;
    gap: 50px;
    justify-content: space-evenly; */
}

.plant-info-section .plant-data p {
    color: #384b61;
    font-size: 14px;
    font-weight: 600;
}

.plant-info-section .plant-data p span {
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
}
/* product modal */
.product-model .content {
    flex-basis: 33%;
}
.product-model .content:last-child {
    margin-right: auto;
}
.product-model .content:nth-last-child(1) {
    margin-right: auto;
}
.product-model .content:first-child {
    margin: inherit;
}
.product-model.heading h1 {
    font-size: 13px;
    margin: 0px;
}
.product-model.heading .content p {
    font-size: 13px;
}

.manage-product-sec .add-prdct-btn {
    height: 28px;
}

.manage-product-sec .back-btn {
    height: 42px;
}

/* custom checkbox */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 0.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #fb6900;
    border-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.company-cus-info {
    max-width: 90%;
    gap: 70px;
}

.company-cus-info h2 {
    text-align: center;
}

.company-cus-info .comp-data {
    display: flex;
    justify-content: space-between;
}
.btn-print {
    background: #000;
    color: #fff;
}
.btn-print:hover {
    color: #fff;
}

.dark-head {
    color: #384b61;
    font-weight: 600;
}

.product-cus-table td {
    white-space: unset;
}
.flex-1 {
    flex: 1;
}

.product-top-buttons {
    position: unset !important;
}

.sidenav-toggler-inner svg {
    display: none;
}
.sidenav-toggler-dark .sidenav-toggler-line {
    background-color: #000;
}
body.active .sidenav {
    transform: translateX(0);
    z-index: 99999;
}
body.active .sidenav-toggler {
    transition: transform 0.3s ease;
    transform: translateX(234px);
}
.total-amount {
    color: #fb6900;
    font-weight: 700;
    font-size: 23px;
}

@media (max-width: 992px) {
    .layout_item .content-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .company-cus-info {
        max-width: 100%;
        gap: 0;
    }
    .custom-import-btn,
    .manage-product-sec .add-prdct-btn,
    .manage-product-sec .back-btn {
        height: auto;
    }
    .active .sidenav-toggler-inner svg {
        display: block;
        /* width: 18px;
        height: 25px; */
    }
    .active .sidenav-toggler-inner i {
        display: none;
    }
}

@media (max-width: 992px) {
    .login_page {
        flex-direction: column;
    }

    .login_page .login-left {
        height: 44vh;
        width: 100%;
    }

    .login_page .login-right {
        width: 100%;
        /* height: 71vh; */
    }

    .login_page .login-right .logo {
        display: none;
    }
    .navbar {
        margin-bottom: 20px;
    }
    .active input {
        caret-color: #fff;
    }
}

.eye-icon-password {
    position: absolute;
    right: 24px;
    top: 42px;
}

.manufacturer-table table td {
    white-space: unset;
    /* vertical-align: unset !important; */
}

.manufacturer-table table td:not(.no-data):last-child {
    display: flex;
}

.manufacturer-table table .media-body {
    width: 300px;
}

.btn {
    width: max-content;
}
.user_card tr {
    border: 1px solid #e9ecef;
}

.swal2-error {
    font-size: 13px;
}

.input-group-alternative > span {
    background: #ffffff;
    display: flex;
    align-items: center;
}

/* overwrite argon css for sidebar */
@media (min-width: 1199px) {
    .sidenav {
        transform: translateX(-250px);
    }
    body.active .sidenav {
        transform: translateX(0px);
    }
    .navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
        margin-left: 0px;
    }
    .active .sidenav.fixed-left + .main-content {
        padding-left: 250px;
    }
    body.active .sidenav-toggler {
        transform: unset;
    }
}

@media (max-width: 992px) {
    .mngeprdct-responsve-custm {
        gap: 20px;
        margin-top: 20px;
        max-width: 100% !important;
        justify-content: flex-end;
    }
}
.preview-container {
    position: relative;
    display: inline-block;
    margin: 10px;
}

.preview-container img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid #ddd;
}

.preview-container .remove-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    background: red;
    color: white;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
}
