html {
    display: inline-block;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #071437;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.flex-root {
    flex: 1;
}

.flex-column-fluid {
    flex: 1 0 auto;
}

.flex-row-fluid {
    flex: 1 auto;
    min-width: 0;
}

/*.page-layout {
    height: 100%;
}*/
.fs-8 {
    font-size: 0.8rem !important;
}

.launcher {
    padding: 15px;
}

.text-justify {
    text-align: justify;
}

.launcher .sidebar {
    width: 450px;
    top: 15px;
    right: 15px;
    bottom: 15px;
}

.btn-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #f36b4a, #584ccb, #f36b4a);
    background-size: 200% auto;
    color: var(--white);
}

/* .bg-gradient-chablis-red-quartz-white {
    background-image: linear-gradient(to right, #fce7e1, #fce7e1, #efe2ea, #dcdaf5, #dcdaf5);
} */
.bg-gradient-chablis-red-quartz-white {
    background: #bee6e9;
}

header .navbar-brand {
    padding: 10px 0;
}

/*.btn:hover {
    background-color: inherit;
    color: #000000;
}*/
.btn-success:hover {
    background: #00502b;
}

.btn-secondary:hover {
    background: #484848;
}

.btn-warning:hover {
    background: #e3aa00;
}

.btn-primary:hover,
.btn.btn-cornflower-blue:hover,
.btn.btn-cornflower-blue:active {
    background: #043781;
}

.btn-danger:hover {
    background: #6b0000;
}

.btn-tropical-blue {
    background-color: var(--tropical-blue);
    color: #ffffff;
}

.btn-tropical-blue:hover {
    background-color: #06636c;
    color: #ffffff;
}

.form-label {
    font-size: small;
}

fieldset {
    border: 1px solid #c8c8c8;
    padding: 0px 20px 0;
    margin-bottom: 20px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 50%);
    border-radius: 10px;
}

legend {
    float: none;
    padding: 5px 10px;
    font-weight: 500;
    margin-bottom: 0;
    font-size: medium;
    width: auto;
}

.nav-link {
    font-size: 1rem;
    font-weight: 700;
}

.select2 .selection .select2-selection {
    height: 33px;
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    display: flex;
    align-items: center;
    height: 100%;
    color: #0e0e0e;
    font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.select2-search--dropdown {
    padding: .5rem;
}

.select2-search--dropdown .select2-search__field {
    background-color: #ffffff;
    padding: .55rem .75rem;
    color: #4b5675;
    font-size: .95rem;
    border: 1px solid #dbdfe9;
    border-radius: .75rem;
    height: 40px;
    outline: 0 !important;
}

.select2-results__option {
    color: #4b5675;
    transition: color .2s ease;
    padding: .2rem .5rem;
    font-size: 14px;
    margin: 0 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f9f9f9;
    color: #009ef7;
    transition: color .2s ease;
    position: relative;
}

.form-control-color.form-control-sm {
    cursor: text !important;
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: 100%;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: text;
}

.form-check-input:checked {
    background-color: #19ad05;
    border-color: #19ad05;
}

.tab-style-04 .nav-tabs .nav-item {
    padding: 0 20px;
}

.date-icon:after {
    right: 10px;
}

.mt-n20 {
    margin-top: -1rem !important;
}

.hover_user {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.hover_user span {
    opacity: 0.6;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.hover_user:hover span {
    opacity: 1;
    margin-left: 10px;
}

/* header */
header .navbar-brand img {
    max-height: 45px;
}

/*header .navbar-brand .alt-logo, header .navbar-brand .mobile-logo{display: none;}*/
.full_cover,
.full_cover .img_bg_sec,
.full_cover .page-layout {
    height: 100%;
}

.cover_img {
    background: url('../images/home-bg.jpg');
    background-size: cover;
    height: 93.3%;
}

.home_bg {
    background: url('../images/home-bg.jpg');
    background-size: cover;
}

.will_change {
    will-change: transform;
}

.navbar .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 400;
}

.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--dark-gray);
}

.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background: var(--dark-gray);
}

header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}

/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
    opacity: .5;
}

.pro_cate_brand .select2-container {
    display: inline;
    width: 100%;
}

/*.select2-selection__rendered .select2-selection__choice:first-child{display: none;}*/
.pro_subcate .select2-container--default,
.pro_cate_brand .select2-container--default,
.pro_brand .select2-container--default {
    width: 100% !important;
}

.rowBrand {
    margin-top: 0;
}

.add_pro:nth-child(even) {
    margin-bottom: 10px;
}

.add_pro:nth-child(even) .rowBrand {
    background-color: #f0f0f0;
    border: 1px dashed #9f9f9f;
    border-radius: 5px;
    border-top: 0 none;
    padding-bottom: 10px;
}

.rowBrand .form-label {
    font-size: x-small !important;
}

.rowBrand input,
.rowBrand select,
.rowBrand textarea,
.rowBrand .form-control,
.rowBrand .form-select,
.rowBrand .select2-selection__rendered {
    font-size: 12px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    padding: 0 20px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    line-height: 15px;
    font-size: 14px;
}

.navbar .navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 10px 12px;
}

.navbar .navbar-nav .dropdown:last-child .dropdown-menu {
    right: 0;
}

.deselect_row td,
.deselect_row1 td {
    background: #fce7e1;
}

.navbar .navbar-nav .dropdown .dropdown-menu li a {
    transition: 0.1s;
}

.navbar .navbar-nav .dropdown .dropdown-menu li a i.hover_icon {
    display: none;
}

.navbar .navbar-nav .dropdown .dropdown-menu li a:hover i.hover_icon {
    display: block;
}

.timeline-label {
    position: relative
}

/*.timeline-label:before {
    content: "";
    position: absolute;
    left: 107px;
    width: 3px;
    top: 0;
    bottom: 0;
    background-color: var(--bs-gray-200)
}*/

.timeline-label .timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 1rem
}

.timeline-label .timeline-item:last-child {
    margin-bottom: 0
}

.timeline-label .timeline-label {
    width: 100px;
    flex-shrink: 0;
    position: relative;
    color: var(--bs-gray-800)
}

.timeline-label .timeline-badge {
    flex-shrink: 0;
    background-color: var(--bs-body-bg);
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    margin-top: 1px;
    margin-left: 0;
    padding: 3px !important;
    border: 6px solid var(--bs-body-bg) !important
}

.timeline-label .timeline-content {
    flex-grow: 1
}

#sku_list_wrapper .dt-buttons.btn-group.flex-wrap {
    float: left;
}

#sku_list_wrapper .dt-search {
    float: right;
}

#sku_list_wrapper .dt-search input {
    padding: 0 10px;
    margin-bottom: 5px;
}

.datepicker td,
.datepicker th {
    font-size: 12px;
}

.modal {
    background: rgba(0, 0, 0, 0.8);
}

#dropzone {
    position: relative;
    border: 1px dotted #767474;
    border-radius: 20px;
    color: white;
    font: bold 24px / 180px arial;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

#dropzone.hover {
    border: 10px solid #FE5;
    color: #FE5;
}

#dropzone.dropped {
    background: #222;
    border: 10px solid #444;
}

#dropzone img {
    border-radius: 10px;
    vertical-align: middle;
    max-width: 95%;
    max-height: 95%;
}

#dropzone [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#dropzone [data-kt-image-input-action="change"]:hover {
    background: #064aae;
}

#dropzone [data-kt-image-input-action="cancel"]:hover {
    background: #dc3545;
}

.demo_img {
    background-image: url(../images/blank.svg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

#image-preview img {
    max-width: 100%;
    max-height: 100%;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 99999;
}

.supplier_bg {
    background: url('../images/home-bg.jpg');
    background-size: cover;
}

.select2-selection.select2-selection--multiple {
    height: auto !important;
}

.rotate_icon {
    animation: rotation infinite 0.5s linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

body.inner_bg {
    background-color: #c7cfef8f;
    background-image: none;
}

#first_name-error {
    position: absolute;
    bottom: -22px;
}

#middle_name-error {
    position: absolute;
    bottom: -22px;
}

#last_name-error {
    position: absolute;
    bottom: -22px;
}

.dt-container div.dt-search {
    float: right;
    margin-bottom: 5px;
}

.dt-container div.dt-search label {
    font-weight: 600;
}

.dt-container div.dt-search input {
    padding: 0 10px;
}

/* media query responsive */
@media (max-width: 1499px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        font-weight: 600;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 10px;
    }

    header .navbar-brand img {
        max-height: 35px;
    }

    .navbar-brand h2 {
        font-size: small !important;
    }

    .navbar-brand h6 {
        font-size: x-small !important;
    }

    .cong_sec {
        font-size: small !important;
    }

    .nav-link {
        font-size: 0.8rem;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
        font-size: 12px;
    }

    .form-label {
        font-size: x-small;
    }

    .header-icon .btn.btn-rounded.btn-very-small {
        padding: 3px 10px !important;
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    .header {
        height: 55px;
    }

    .wrapper {
        padding-left: 0;
        padding-top: 35px;
    }
}

@media (max-width: 991px) {
    .header-transparent .header-button .btn {
        color: var(--dark-gray);
        border-color: var(--dark-gray);
    }

    .header-transparent .header-button .btn:hover {
        border-color: var(--dark-gray);
        color: var(--white);
        background: var(--dark-gray);
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
}



/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Slightly black overlay */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    /* Ensures the background is not clickable */
}

/* Loader style */
.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

/* Animation for spinner */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Ajax Loader ends Here */