/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700;800;900&display=swap');

/* font-family: 'IBM Plex Sans', sans-serif;
font-family: 'Inter', sans-serif; */

body {
    padding: 0;
    margin: 0 !important;
    font-family: 'Inter', sans-serif;
    background-color: #f4f6f9;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'IBM Plex Sans', sans-serif;
}
p, a, span, small, button, strong, b, li, ol {
    font-family: 'Inter', sans-serif;
}
.btn {
    border-radius: 30px !important;
}
.alert-success{
    position: absolute;
    right: 100px;
}
a{
    text-decoration: none !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    border: 7px solid #FED8EF;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb {
    background-color: #173303;
    outline: 1px solid #173303;
    border-radius: 50px;
}
.container-power-dashboard{
    margin-top: 65px;
    padding: 0;
}
.jazzmin-login-page {
    background: #173303;
}
.login-box, .register-box {
    width: 460px;
    max-width: 100%;
}
.login-box .card {border-radius: 15px;}
.login-box .card .card-body {
    padding: 35px;
}
.login-box .cp-auth-brand {
    max-width: 200px;
    margin: 0 auto;
}

.login-box .cp-auth-brand img {
    width: 100%;
}
.login-box-msg {
    font-weight: 500;
    letter-spacing: 0.6px;
    color: #173303;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.login-box-msg::after{
    content: '';
    position: absolute;
    width: 90px;
    height: 4px;
    display: block;
    background: #FED8EF;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.login-logo {
    display: none;
}
.login-box form .form-control{
    font-size: 15px;
    border-radius: 7px;
    height: 48px !important;
}
.login-box .card .card-body a.btn.btn-primary.btn-block{
    display: block;
    background: #173303;
    border-radius: 8px;
    border: none;
    color: #fff;
    padding: 10px 20px;
    height: 48px;
    min-width: 200px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
}
.tooltip{
    opacity: 1 !important;
}
.tooltip-inner{
    background:#173303;
    text-align:left;
    line-height:18px;
    min-width:270px;
    padding:10px;
}
.cp-toolmore {
    background: #26275b;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
}

.cp-toolmore svg {
    fill: #fff;
    vertical-align: sub;
}

.cp-toolmore svg path {fill: #fff;}
.login-box form .input-group-text {
    background: #A1E777;
    border: none;
    padding: 0 15px;
}
.login-box form .input-group-text .fas {
    color: #173303;
}
.forgot-link{font-size: 12px;display: block;text-transform: capitalize;}
.cp-forgot-form{
    display: none;
}
.cp-forgot-form.show-forgot{
    display: block;
}
.hide-login{
    display: none;
}
.select2-container .select2-selection--single{
    min-height: 45px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #26265b;
    color: #fff;
}
#changelist-search input#searchbar {
    width: 299px;
}
.btn {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-primary {
    color: #fff;
    background-color: #173303;
    border: none;
    box-shadow: none;
    height: 45px;
    padding: 0 30px;
    /* min-width: 100px; */
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #173303 !important;
    background-color: #A1E777 !important;
    opacity: 0.9;
}
.content-wrapper {
    padding-top: 74px;
}
.main-header{
    position: fixed;
    z-index: 999999;
    margin: 0;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.sidebar-mini.sidebar-collapse .main-header, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header{
    margin: 0 !important;
}
body.sidebar-mini.dashboard.accent-primary.theme-default.sidebar-collapse .cp-admin-sidebar .brand-link .brand-image{
    width: 75px;
}
body.sidebar-mini.dashboard.accent-primary.theme-default.sidebar-collapse .cp-admin-sidebar .user-panel .image{
    padding-left: 11px;
}
#jazzy-navbar .navbar-nav .dropdown-menu{
    background: #26265b;
    border-radius: 10px;
    border: none;
    min-width: 230px;
}
#jazzy-navbar .navbar-nav .dropdown-menu .dropdown-header {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}

#jazzy-navbar .navbar-nav .dropdown-menu .dropdown-divider {
    border-color: #bbbbbb;
}

#jazzy-navbar .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 13px;
    text-align: left;
    font-weight: 500;
    padding: 15px 15px;
    text-transform: capitalize;
}

#jazzy-navbar .navbar-nav .dropdown-menu .dropdown-item i {
    background: #fff;
    color: #ff8b7b;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50px;
    font-size: 13px;
}

#jazzy-navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: rgba(255, 255, 255, 0.2);
}
.cp-admin-sidebar {
    background: #173303;
    padding-top: 122px;
}
.custom-form-body .cp-admin-sidebar {
    box-shadow: 15px 0 20px -10px rgb(0 0 0 / 70%) !important;
}
.cp-admin-sidebar .brand-link{
    padding: 0;
    display: none;
}
.cp-admin-sidebar .brand-link .brand-image {
    float: none;
    line-height: 1;
    max-height: initial;
    width: 250px;
    display: block;
    border-radius: 0;
    margin: 0 auto;
}
.cp-admin-sidebar .brand-link .brand-text {
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 12px 0;
    font-weight: 500;
    color: #fff;
    opacity: 1;
    border-width: 0 2px 2px 2px;
    border-color: #fff;
    border-style: dashed;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    background: #fc8d7a;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0;
    border: none;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
}
.user-panel {
    position: relative;
    align-items: center;
}
.user-panel .info a {
    color: #fff !important;
    font-size: 18px !important;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: none !important;
}
.user-panel .info {
    display: inline-block;
    padding: 0 0 0 15px;
    line-height: 1;
}
.user-panel .image {
    display: inline-block;
    padding-left: 0;
}
.user-profile {
    font-size: 34px;
}
.addlink, .changelink {min-width: 65px;border: none !important;margin: 1px 5px;border-radius: 3px !important;font-size: 11px;font-weight: 600;padding: 5px 0;text-transform: uppercase;line-height: 1;height: auto;}

.changelink {
    margin-right: 0;
}
.cp-admin-sidebar .nav-header {
    color: #FED8EF;
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    border-bottom: 0.5px solid #7e7e7e;
    padding: 0 0 10px;
    margin-bottom: 5px;
}
.cp-admin-sidebar .nav-sidebar>.nav-item>.nav-link.active{
    background-color: rgba(254,216,239, 0.5);
    color: #fff;
}
.cp-admin-sidebar .nav-sidebar>.nav-item>.nav-link.active p{
    font-weight: 500;
}
.cp-admin-sidebar .nav-sidebar>.nav-item>.nav-link{
    padding: 12px 0 12px 10px;
    border-radius: 8px;
}
.cp-admin-sidebar .nav-sidebar>.nav-item>.nav-link i{
    margin: 0 3px 0 0;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    color: #FED8EF;
    text-align: center;
    width: 20px;
}
.cp-admin-sidebar .nav-sidebar>.nav-item>.nav-link.active i {
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #242859;
}
.cp-admin-sidebar .nav-sidebar>.nav-item>.nav-link p{
    line-height: 1.4;
    display: inline-block;
    vertical-align: middle;
    color: #FED8EF;
    font-size: 15px;
    max-width: 185px;
    text-transform: capitalize;
}
.cp-admin-sidebar .nav-sidebar>.nav-item>.nav-link.active p {
    color: #fff;
}
.main-footer{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.accent-primary a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn) {
    color: #173303;
    text-decoration: underline;
    font-size: 14px;
}
.accent-primary .btn-link:hover, .accent-primary .nav-tabs .nav-link:hover, .accent-primary a:not(.dropdown-item):not(.btn-app):not(.nav-link):not(.brand-link):not(.page-link):not(.btn):hover {
    color: rgba(23,51,3, 0.7) !important;
}
.content .btn-success{
    background-color: #173303;
    border-color: #173303;
    padding: 0 25px;
}
.btn-success:not(:disabled):not(.disabled):active{
    background-color: #173303;
    border-color: #173303;
}
.content .btn-info{
    background-color: #A1E777;
    border-color: #A1E777;
    color: #173303 !important;
}
.content .btn-info:focus {
    outline: none !important;
    border-color: none !important;
}
.btn-info:not(:disabled):not(.disabled):active{
    background-color: #A1E777;
    border-color: #A1E777;
    outline: none !important;
}
input[type="text"], input[type="email"], input[type="number"], input[type="url"] {height: 45px}
.change-list-actions .actions .btn{
    display: inline-block;
}
/* .popup form#product_form, .popup form#brand_form, .popup form#project_form, .popup form#division_form, .popup form#localbrand_form{
    margin-top: 120px;
} */
#jazzy-tabs {
    background: #A1E777;
    border-radius: 8px 8px 0 0;
    border: none;
    padding: 5px 5px 0;
}

#jazzy-tabs a.nav-link.active {
    background: #173303;
    color: #fff;
    border-radius: 7px 7px 0 0;
    border-color: #fff;
}
#jazzy-tabs a.nav-link.active:hover,
#jazzy-tabs a.nav-link.active:focus {
    color: #fff !important;
}
#jazzy-tabs a.nav-link {
    color: #173303;
    border: 2px solid transparent;
    text-transform: capitalize;
}

.cp-primary-btn {
    display: block;
    background: #173303;
    border-radius: 8px;
    border: none;
    color: #fff;
    padding: 10px 20px;
    height: 48px;
    min-width: 200px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
}
.cp-primary-btn:hover, .cp-primary-btn:focus, .cp-primary-btn:active{
    background: #A1E777 !important;
    color: #173303 !important;
    border: none !important;
}
.cp-btn-sec-small {
    background: #A1E777;
    font-size: 13px;
    text-transform: uppercase;
    color: #173303;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 8px;
    display: inline-block;
}
.cp-btn-sec-small:hover, .cp-btn-sec-small:focus, .cp-btn-sec-small:active{
    background: #173303 !important;
    color: #fff !important;
    border-color: #173303 !important;
}
.cp-btn-danger-small {
    background: #bf0000;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 8px;
    display: inline-block;
}
.cp-btn-danger-small:hover, .cp-btn-danger-small:focus, .cp-btn-danger-small:active{
    background: #bf0000;
    color: #fff;
}
.qr-req-head-section {
    padding: 30px 0 100px;
    text-align: center;
    background: #173303;
    color: #fff;
}
.qr-req-head-section img{
    border-radius: 150px;
    width: 210px;
    margin-bottom: 25px;
}
.cp-page-title {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}
.cp-page-title:after {
    content: '';
    position: relative;
    display: block;
    width: 100px;
    height: 5px;
    background-color: #FED8EF;
    margin: 20px auto 0;
}
.cp-page-desc {
    color: #fff;
    font-size: 15px;
}
.cp-theme-form-wrap {
    margin-top: -100px;
    margin-bottom: 50px;
}
.cp-theme-form {
    padding: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    border: none;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07),
                0 2px 4px rgba(0,0,0,0.07),
                0 4px 8px rgba(0,0,0,0.07),
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07),
                0 32px 64px rgba(0,0,0,0.07);
    border-radius: 25px;
}
.cp-theme-form .form-label{
    font-size: 15px;
    font-weight: 400 !important;
    text-transform: capitalize;
}
.form-control:focus, .form-select:focus{outline: none;box-shadow: none;border-color: #A1E777;}
.cp-theme-form .cp-primary-btn{
    width: 300px;
    margin-bottom: -50px;
    margin-top: 30px;
}
.form-control, .form-select{
    height: 45px !important;
    font-size: 14px;
}
textarea.form-control {
    min-height: 45px;
    max-height: 150px;
    height: auto !important;
}
.select2-container--default .select2-selection--multiple{
    min-height: 45px;
    border-color: #dee2e6;
    border-radius: .375rem;
    padding: 0;
}
.select2-container--default .select2-search--inline .select2-search__field{
    display: block;
    width: calc(100% - 8px) !important;
    margin: 4px !important;
    height: 35px;
    padding-left: 7px;
}
.select2-container--default .select2-search--inline .select2-search__field:focus{
    border-color: #A1E777;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #A1E777;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #173303;
    border-color: #173303;
    font-size: 13px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 12px;
    padding-right: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
    background: transparent;
}
.form-text-heading {
    margin-bottom: 20px;
}
.market_data_box_1 {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
}
.market_data_box {
    margin-bottom: 24px;
    border-bottom: 1.5px dashed #ccc;
}
.market_data_box .form-group {
    margin-bottom: 25px;
}
.row-sec-repeat .btn {
    margin-right: 15px;
}
.row-sec-repeat .btn:last-child{
    margin-right: 0;
}

header.header-fixed{
    background: #fff;
    padding: 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: 1px solid #eee;
}
.header-fixed.shadow {
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}
.popup .header-fixed{
    display: none;
}
header.header-fixed .row {
    align-items: center;
}
.cp-brand-name img{
    max-width: 200px;
}
.cp-top-nav {
    margin: 0;
    padding: 0 15px 0 0;
    text-align: right;
}
.cp-top-nav li{
    margin: 0 30px !important;
}
.cp-top-nav li:first-child{
    margin-left: 0 !important;
}
.cp-top-nav li:last-child{
    margin-right: 0 !important;
}
.cp-top-nav li .cp-top-nav-item{
    font-size: 15px !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 400;
    color: #173303; !important;
    padding: 0 0 7px;
    border-bottom: 1px solid transparent;
    transition: .3s;
}
.cp-top-nav li .cp-top-nav-item:hover, .cp-top-nav li .cp-top-nav-item:focus, .cp-top-nav li .cp-top-nav-item:active{
    border-color: initial;
    transition: .3s;
}
.cp-top-nav li.cp-item-logout .cp-top-nav-item{
    color: #173303 !important;
}
.mt-10 {
    margin-top: 100px;
}
.cp-form-error {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
    display: none;
}
.cp-sdata-cards-filters-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    align-items: center;
}

.cp-sdata-title {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
    color: #173303;
}

.cp-sdata-desc {
    color: #767676;
    font-size: 15px;
}
.cp-sdata-cards-filters .form-group {
    display: inline-block;
    width: 200px;
    margin-right: 10px;
}
.cp-sdata-cards-filters .form-group:last-child{
    margin-right: 0;
}
.cp-sdata-cards-filters .form-group label {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}
.cp-sdata-cards-filters .form-group .form-control{
    background: #173303;
    color: #fff;
    border: none;
    font-size: 14px;
    height: 45px;
}
.cp-sdata-cards-filters .form-group .form-control::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.cp-sdata-table-wrap {
    margin-bottom: 50px;
}
.cp-sdata-table-wrap table a{
    color: #173303;
    text-decoration: underline;
    font-size: 14px;
}
.additional_data_box {
    margin-bottom: 24px;
    border-bottom: 1.5px dashed #ccc;
}
.additional_data_box .form-group {
    margin-bottom: 25px;
}
.form-group.cp-form-switch {
    width: 55%;
}
.cp-form-switch-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-group.cp-form-switch label.form-label {
    margin: 0 !important;
    line-height: 1;
}
.cp-form-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 0;
}

/* Hide default HTML checkbox */
.cp-form-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.cp-form-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bbb;
    -webkit-transition: .4s;
    transition: .4s;
    width: 60px;
}

.cp-form-switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 6px;
    bottom: 6px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.cp-form-switch input:checked + .slider {
    background-color: #FED8EF;
}

.cp-form-switch input:focus + .slider {
    box-shadow: 0 0 1px #A1E777;
}

.cp-form-switch input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.25);
}

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

.cp-form-switch .slider.round:before {
    border-radius: 50%;
}
textarea{
    font-size: 14px;
    border-color: #ced4da;
    border-radius: 0.25rem;
    padding: 10px;
}
.form-control[type=file] {
    line-height: 31px;
}
.cp-form-dropdown .dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    background: transparent;
    color: #212529;
    height: 45px !important;
    font-size: 14px;
    border-color: #ced4da;
    border-radius: 0.25rem;
}
.cp-form-dropdown .dropdown-toggle:not(:disabled):not(.disabled):active, .cp-form-dropdown.show>.btn-secondary.dropdown-toggle{
    color: #212529;
    background-color: transparent;
    border-color: #ced4da;
}
.cp-form-dropdown .dropdown-menu .dropdown-item.cp-item-search {
    padding: 12px 12px;
}

.dropdown-item.cp-item-search .form-control {
    height: 38px !important;
    font-size: 13px;
}

.cp-form-dropdown .dropdown-menu {
    padding: 0;
}

.cp-form-dropdown .dropdown-menu .dropdown-item {
    padding: 5px 12px;
    cursor: pointer;
}

.cp-form-dropdown .dropdown-menu .dropdown-item:active {
    background-color: transparent;
}
.related-lookup {
    display: inline-block;
    background: #242859;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 0 3px 3px 0;
    position: absolute;
    top: 0;
    right: 8px;
}

.related-lookup i {
    color: #fff;
}
.selector-available h2, .selector-chosen h2 {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 8px;
    border-radius: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.selector-chosen h2 {
    background: #173303;
    color: #fff;
    border-color: #173303;
}
.selector .selector-available h2 {
    background: #A1E777;
    color: #173303;
    border-color: #A1E777;
}
.selector select{
    border-radius: 0 !important;
}
.selector-chooser li{
    padding: 0;
}
a.selector-clearall{
    color: red !important;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 500 !important;
    text-transform: capitalize;
}

/*.cp-sdata-card {
    max-width: 350px;
    width: 100%;
    border-radius: 12px;
    padding: 15px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 7%), 0 2px 4px rgb(0 0 0 / 7%), 0 4px 8px rgb(0 0 0 / 7%), 0 8px 16px rgb(0 0 0 / 7%), 0 16px 32px rgb(0 0 0 / 7%), 0 32px 64px rgb(0 0 0 / 7%);
    border-left: 5px solid #f28e79;
    position: relative;
    margin-bottom: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.sdata-icon {
    display: block;
    width: 50px;
    height: 50px;
    background: #fc8d7a;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    border-radius: 8px;
    position: absolute;
    right: 15px;
    top: -15px;
}
.p-date-box, .p-stada-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    border-top: 1px solid #d5d5d5;
    padding-top: 10px;
}
.p-date-box div, .p-stada-box div {
    width: 50%;
}
.cp-sdata-card .p-sdata-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #767676;
    margin-bottom: 5px;
}

.cp-sdata-card .p-sdata-desc {
    font-size: 14px;
    font-weight: 800;
    color: #26265b;
}
.cp-sdata-card .p-name {
    display: block;
    font-size: 20px;
    font-weight: 600;
}
 .cp-calendar-wrap {
    position: relative;
}
.cp-product-name {
    display: inline-block;
    font-size: 12px;
    background: #f28e79;
    color: #fff;
    padding: 5px 15px;
    border-radius: 7px;
    position: absolute;
    top: -10px;
    font-weight: 600;
    left: 30px;
    text-transform: uppercase;
} */
/* Landing page css start*/

.landing-body{
    background: #fff;
}
/* .fade-overlay {
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 99999;
}
.landing-body.modal-open .fade-overlay{
    display: block;
} */
.modal-open .qr-req-form-section, .modal-open .qr-req-head-section, .modal-open aside, .modal-open .qr-cust-form-section {
    filter: blur(3px);
}
.landing-body .modal-backdrop.show {
    background: rgba(255, 255, 255, 0.2);
}
.landing-body .modal.show{
    z-index: 9999;
}
.landing-body.modal-open .cp-landing-section, .landing-body.modal-open .landing-footer, .landing-body.modal-open .header-fixed{
    filter: blur(3px);
}
.cp-landing-section {
    height: calc(100vh - 1px);
    /* height: calc(100vh - 101px); */
    position: relative;
    text-align: center;
    padding: 140px 0 0;
    font-family: 'Inter', sans-serif;
    background-color: white;
}

.cp-landing-section .cp-page-desc {
    color: #444;
    margin: 20px auto 0;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

.cp-landing-section .cp-page-desc strong {
    margin-right: 5px;
}

.container-card {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-template-rows: auto;
    gap: 20px 20px;
    font-family: 'Inter', sans-serif;
    margin-top: 50px;
}

.cp-landing-section .list-inline{
    color: #fff;
    margin: 0;
}
.cp-landing-section .list-inline-item {
    color: #ff8b7b;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}

.container-card .card {
    position: relative;
    height: 400px;
    background: #173303;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #173303;
    cursor: pointer;

}

.container-card .card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, .05);
    pointer-events: none;
}

.container-card .card.skew::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #fff;
    transform: skew(2deg, 2deg);
    z-index: -1;
}

.container-card .card.skew.glow:nth-child(1)::before {
    background: linear-gradient(315deg, #FED8EF, #FED8EF);
}

.container-card .card.skew.glow:nth-child(2)::before {
    background: linear-gradient(315deg, #FED8EF, #FED8EF);
}

.container-card .card.skew.glow:nth-child(3)::before {
    background: linear-gradient(315deg, #FED8EF, #FED8EF);
}

.container-card .card.skew.glow:nth-child(4)::before {
    background: linear-gradient(315deg, #FED8EF, #FED8EF);
}

.container-card .card .content {
    position: relative;
    padding: 10px;
    transform: translateY(40px);
    text-align: center;
    width: 100%;
}

.container-card .card .content h2 {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 120px;
    /* color: rgba(255, 255, 255, .07); */
    color:  rgba(254,216,239, 0.5);
    transition: .5s;
    text-align: center;
    font-weight: 600;
}

.container-card .card:hover .content h2 {
    top: -120px;
}

.container-card .card .content h3 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.container-card .card .content p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    min-height: 48px;
}

.container-card .card .content a {
    margin: 0 0 10px;
    position: relative;
    padding: 10px 0;
    text-decoration: none;
    border: 1px solid #A1E777;
    display: inline-block;
    color: #A1E777;
    transition: .5s;
    transform: translateY(-40px);
    opacity: 0;
    visibility: none;
    max-width: 200px;
    width: 100%;
    border-radius: 30px;
}

.container-card .card:hover .content a {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.container-card .card .content a:hover {
    background: #A1E777;
    color: #173303;
}

.landing-footer {
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
    background: #173303;
    color: #fff;
    text-transform: capitalize;
    margin-top: 50px;
}

@keyframes colorChange {
    0% {
        color: #fff;
    }

    50% {
        color: #b1b493;
    }

    80% {
        color: #4f8a8b;
    }

    100% {
        color: #fff;
    }
}
.modal-open .modal{
    opacity: 1;
}
.modal-open .modal-backdrop.fade {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.2);
}
.cp-gothrough-modal .modal-header {
    justify-content: center;
}
.cp-gothrough-modal.modal .modal-dialog {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    margin: 0;
    transition: none;
    z-index: 99999;
}
.cp-gothrough-modal.modal .modal-dialog .modal-body h6 {
    display: block;
    text-align: center;
    margin: 0 15px 20px;
    line-height: 24px;
}
.cp-gothrough-modal.modal .modal-dialog .modal-content{
    box-shadow: none;
    border-radius: 0.5rem;
}
.cp-gothrough-modal button.close {
    background: #173303;
    border: none;
    box-shadow: none;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 27px;
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    opacity: 1;
}
.cp-gothrough-modal-btn {
    background: #173303;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    padding: 15px;
    min-height: 100px;
    display: inline-block;
    border-radius: 30px;
}
.cp-gothrough-modal-btn:hover{
    color: #fff;
    border-radius: 30px;
}
.cp-gothrough-modal-btn i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #173303;
    border-radius: 50px;
    line-height: 38px;
    margin: 0 auto 8px;
    border-radius: 30px;
}

.cp-gothrough-modal-btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.modal-open .qr-template-section, .modal-open .header-fixed {
    filter: blur(3px);
}
#cp-applymodal .cp-gothrough-modal-btn-group{
    justify-content: center;
}
#cp-applymodal .cp-gothrough-modal-btn-group .cp-gothrough-modal-btn{
    min-height: auto;
    min-width: 80px;
    padding: 12px 0;
}
#cp-applymodal .cp-gothrough-modal-btn-group .cp-gothrough-modal-btn:last-child{
    background: #A1E777;
    border-radius: 30px;
}
.cp-filter {
    max-width: 320px;
    margin: 30px auto 20px;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    border: 2px solid #231e56;
}
.cp-filter .form-control {
    border-radius: 50px;
}
.cp-filter .form-group{
    margin: 0;
}
.qr-template-section {
    margin-top: 123px;
    min-height: calc(100vh - 220px);
}
.qr-template-single {
    display: inline-block;
    max-width: 250px;
    margin: 10px;
    border: 2px solid #173303;
    transition: .3s;
    cursor: pointer;
    vertical-align: top;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.qr-template-single img {
    width: 100%;
}
.qr-template-section h4 {
    text-align: center;
    margin-top: 40px;
}
.qr-template-info span {
    display: block;
    font-size: 14px;
}

.qr-template-info {
    padding: 10px;
    border: 2px solid #28235d;
    border-width: 2px 0 0 0;
    margin-top: -2px;
    background: #fff;
    transition: .2s;
    min-height: 110px;
}
.qr-template-wrap {
    margin: 0 0 20px;
}

.qr-template-single.active, .qr-template-single:hover, .qr-template-single:focus {
    transition: .2s;
    box-shadow: 0 10px 20px rgba(0,0,0,0.10), 0 6px 6px rgba(0,0,0,0.18);
}
.cp-template-btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.cp-template-btn-group a {
    max-width: 200px;
    width: 100%;
    border-radius: 8px;
    border: none;
    color: #fff;
    padding: 10px 20px;
    height: 48px;
    min-width: 200px;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.cp-qr-cust-btn-wrap button {
    margin: 0;
    display: inline-block;
}

.cp-qr-cust-btn-wrap {
    text-align: center;
}
#cp-savetemplatemodal .cp-gothrough-modal-btn {
    min-height: auto;
    margin: 0 auto;
    width: 100%;
}
input.cp-gothrough-modal-btn {
    border: none;
}
#cp-qrdesignModal .cp-gothrough-modal-btn{
    min-width: 260px;
}

#cp-qrdesignModal  .cp-gothrough-modal-btn-group button{
    background:transparent;
    border:none;
    box-shadow:none;
    border-radius: 30px;
}

.qr-code-preview-box {
    max-width: 187px;
    margin: 0 auto;
    text-align: center;
}

.qr-code-preview-box img {
    width: 100%;
}

.qr-code-preview-box #cp-loader{
    width: 60%;
}

/* =======================Responsive Breakpoint ========================== */
@media (min-width: 576px){
    #cp-qrdesignModal .modal-dialog {
        max-width: 890px;
    }
}


@media only screen and (max-width:992px) {
    .container-card {
        width: 100%;
        flex-direction: column;
        align-items: center;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

    .container-card .card {
        width: 450px;
    }
}

@media only screen and (max-width:768px) {

    .container-card .card {
        max-width: 300px;
        flex-direction: column;
        margin: 0 auto;
    }

    .container-card .card .imgBox {
        position: relative;
    }

    .container-card .card .imgBox,
    .container-card .card:hover .imgBox {
        width: 100%;
        height: 210px;
        left: 0;
        border-radius: 0;
    }

    .container-card .card .imgBox img,
    .container-card .card:hover .imgBox img {
        max-width: 100px;
    }

    .container-card .card .content {
        position: relative;
        width: 100%;
    }
    .cp-landing-section{
        height: auto;
    }
}
/* landing page css end */

@media (max-width:767px) {
    .form-group{
        margin-bottom:20px;
    }
    header.header-fixed{
        text-align: center;
    }
    .cp-top-nav{
        text-align: center;
        padding: 10px 0;
    }
    .cp-top-nav li{
        margin: 0 10px !important;
    }
    .content-wrapper {
        padding-top: 167px;
    }
}

.error-message {
    color: red;
    display: none;
}

.error-highlight {
    border: 2px solid red;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: rgba(254,216,239,.4);
    color: #fff;
}
input:focus-visible {
    border: 1px solid #ced4da;
    outline: none;
}
.cp-brand-name {
    margin: 10px 0;
    display: block;
}
#content .alert-success {
    position: absolute;
    left: 0;
    z-index: 1000000;
    right: 0;
    width: auto;
    margin: 0 auto;
    max-width:700px;
    top: 15px
}
.timeline .bg-info {
    background-color: #173303!important;
}
.timeline .bg-blue, .timeline .bg-blue>a {
    color: #173303!important;
}
.timeline .bg-blue {
    background-color: #A1E777!important;
}
#access-restrictions-tab .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #EFEFEF !important;
    color: #989898 !important;
}
#access-restrictions-tab .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0 !important;
}
#access-permissions-tab .related-widget-wrapper {
    display: flex;
    align-items: flex-start;
}
.space-between {
    justify-content: space-between !important;
}
#changelist table thead th:first-child {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}
#changelist table thead th {
    padding-left: 0.75rem !important;
    padding-right: .75rem !important;
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
}
.table-flex-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.inner-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 174px;
    width: 100%;
    padding-right: 0;
    border: 1px solid #ccc;
    margin-right: 10px;
    font-size: 12px;
    padding: 6px 10px;
}
.inner-section > div {
    display: flex;
}
button.delete-user {
    border: 0;
    background: transparent;
}
.inner-section label {
    margin-bottom: 0px
}
.cw-modal-btn-wrapper {
    justify-content: center;
}
.cw-modal-btn-wrapper .cp-gothrough-modal-btn {
    line-height: 15px;
    min-height: auto;
    min-width: 150px;
    height: 45px;
}
.min-w-auto {
    min-width: auto;
}
.cw-select-role-grp p {
    flex: 1;
    margin: 10px 10px 20px;
}
.cw-alert-msg{
    right: 50px;
    margin-top: -45px;
}



:root {
    --primary: #103308;
    --secondary: #ff5252;
    --background: #eee;
    --highlight: #ffda79;
    /* Theme color */
    --theme: var(--primary);
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }

  /* Core styles/functionality */
  .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  .tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
  }
  .tab input:checked ~ .tab__content {
    max-height: 17rem;
    overflow-y: auto;
  }
  /* Visual styles */
  .accordion {
    color: var(--theme);
    /* border: 2px solid; */
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .accordion .card-header {
    border-radius: 0;
    margin-bottom: 20px;
    padding: 0;
    background-color: var(--primary);
  }
  .accordion .card-header button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
  }
  .accordion .card-header button:hover, .accordion .card-header button:active {
    color: #fff;
  }
  .accordion .card-header button::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
  }
  /* .accordion .card-header [aria-expanded='true']::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(270deg);
    transition: all 0.35s;
  } */
  .reject-status {
    background: #FFEDEC;
    color: #FF766B;
    width: 130px;
    height: 35px;
  }
  .reject-status:hover {
    background-color: #d63a2f;
    color: #fff;
  }
  .active-status {
    background-color: #E4FFFA;
    color: #0EB79A;
    width: 130px;
    height: 35px;
  }
  .active-status:hover {
    background-color: #0EB79A;
    color: #fff;
  }
  .cp-user-details {
    max-width: max-content;
    width: 100%;
    padding-right: 0;
    border: none;
    font-size: 14px;
    padding: 6px 10px;
}
.cp-table-flex-grp {
    flex-wrap: wrap;
    max-width: 350px;
    overflow-y: auto;
    max-height: 63px;
    overflow-x: hidden;
}
.cp-table-flex-grp label a {
    font-size: 16px;
    color: #173303 !important;
    font-weight: 600;
}
.cp-user-itme label a {
    color: var(--primary);
}
.cp-user-itme label a:hover {
    text-decoration: underline;
}
.field-is_active img {
    width: 20px ;
}
.field-username a {
    text-transform: capitalize;
}
.cp-qr-request-from {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cp-qr-request-from  p {
    display: flex;
    flex-direction: column;
    flex: 0 0 32%;
}
.cp-qr-request-from  p label {
    font-size: 15px;
    font-weight: 400 !important;
    text-transform: capitalize;
}
.cp-qr-request-from  p select {
    height: 45px;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#id_is_default_market {
    margin-right: auto;
    height: 25px;
    width: 25px;
    margin-top: 10px;
}


/* qalogs */
.header_tag {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-align: left;
}

.filter_log label {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-align: left;
    color: #1A1A1A;
    margin-bottom: 14px;
}

.filter_log input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #CED4DA;
    padding: 16px 13px;
    border-radius: 4px;
}

.filter_log input::placeholder {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.01em;
    text-align: left;
    color: rgba(26, 26, 26, 40%);
}

.filter_log_button {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}
.filter_log_button button, .filter_log_button a{
    margin: 0!important;
    text-transform: capitalize;
    font-size: 13px!important;
    min-width: 150px!important;
    padding: 8px 30px !important;
    min-width: 150px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter_log_button a:hover {
    background-color: #ffffff;
    color: #bf0000;
    border: 1px solid #bf0000;

}
.qa_table_logs {
    background: #FFFFFF;
    border: 0.7px solid #E6E8EB;
    border-radius:5px;
}
.qa_table_logs table {
    margin: 0;
}
.qa_table_logs table thead tr th:nth-child(3), .qa_table_logs table thead tr th:nth-child(2), .qa_table_logs table thead tr th:nth-child(5) {
    min-width: 145px;
}
.qa_table_logs table thead tr th:nth-child(4) {
    min-width: 165px;
}
.qa_table_logs table thead tr th:nth-child(6) {
    min-width: 270px;
}
.qa_table_logs table thead tr th  {
    border: 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.01em;
    text-align: left;
    color: #64748B;
    padding-left: 15px;
    white-space: nowrap;
}

.qa_table_logs table thead tr th a {
    color: #64748B;
}

.qa_table_logs table tbody tr td {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #1A1A1A;
    padding-left: 15px;
    word-wrap: break-word;
    text-transform: capitalize!important;
    vertical-align: middle;
}

.qa_table_logs table tbody tr td.qa_gtin, .qa_table_logs table tbody tr td.qa_campaign, .qa_table_logs table tbody tr td.qa_brand {
    max-width: 100px;
}


.qa_product_name {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #1A1A1A!important;
    max-width: 154px;
    display: block;
    text-decoration: underline !important;
    text-transform: capitalize!important;
}

.qa_result {
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    justify-content: center;
    padding: 6px 9px;
    max-width: 300px;
    width: 270px;
}
.table_qa_result {
    justify-content: flex-start;
    width: 235px;
}
.accept {
    background-color: #A1E777;
}
.reject {
    background-color: #FFD3D4;
}
.qa_result h6 {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #173303;
}

.qa_result p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-align: center;
    color: rgba(26, 26, 26, 0.6);
    display: flex;
    align-items: center;
    gap: 14px;
    span {
      position: relative;
      &:first-child::after {
        display: none;
      }
      &::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: -7px;
        background-color: rgba(26, 26, 26, 0.6);
      }
    }
  }

  .product_accordion_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
  }

  @media only screen and (max-width:600px){
    .product_accordion_inner {
        flex-wrap: wrap;
        gap: 10px;
    }
  }

  .product_accordion {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 0 transparent;
    padding: 16px 20px;
    transition: all 0.5s;
  }

.product_accordion .card-header {
    background-color: transparent;
    padding: 0;
    border: 0;
}
.product_accordion .card-header button:not(.collapsed) {
    border-bottom: 0.7px solid  rgba(23, 51, 3, 0.2)!important;
    border-radius: 0!important;
    padding-bottom: 20px;
    transition: all 0.5s;
}
.product_accordion .card-header button {
    padding: 0;
    border-radius: 0!important;
    transition: all 0.5s;
    border: 0!important;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 0 transparent;
    transition: all 0.5s;
}
.product_accordion .card-header button::after {
    width: 32px;
    height: 32px;
    background-color: #ECF1E8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #173303;
}
.product_accordion_inner p {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #1A1A1A;
    margin: 0;
}


.product_accordion_list {
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 20px;
}

.product_accordion_list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    &:first-child::after {
        display: none;
    }
    &::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: -30px;
        background-color: rgba(26, 26, 26, 0.6);
    }
}

.product_accordion_list li p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-align: left;
    margin: 0;
    max-width: 255px;
    color: #2A5809;
}
.product_accordion_list li p.reject_list {
    color: #FC2D4F;
}
.product_accordion_list li:nth-child(2) p {
    max-width: 188px;
}
.product_accordion_inner .qa_result p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-align: center;
    color: rgba(26, 26, 26, 0.6);
    display: flex;
    align-items: center;
    gap: 14px;
    span {
      position: relative;
      &:first-child::after {
        display: none;
      }
      &::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: -7px;
        background-color: rgba(26, 26, 26, 0.6);
      }
    }
}

.product_detail_head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product_detail_head h4 {
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    color: #173303;
    margin: 0;
}

.product_detail_head .product_detail_head_inner {
    padding: 11px 12px;
    background-color: #173303;
    border-radius: 6px;
}

.product_detail_head .product_detail_head_inner p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #A1E777;
    margin: 0;
}
.product_detail_head .product_detail_head_inner p span{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}

.reject_text {
    color: red; /* Or any color that indicates rejection */
}

.step-links .current {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #1A1A1A!important;
}

/* Ensure the parent container of the admin page is positioned relative */
#content-main {
    position: relative;
}

/* Style the link container */
.mobile-user-registration-link {
    position: absolute;
    top: -100px; /* Adjust this value to move the button up or down */
    right: 200px; /* Keeps the button aligned to the right */
    z-index: 1000; /* Ensures it appears on top of other elements */
}

/* Optional: Style the button if needed */
.mobile-user-registration-link .btn-primary {
    margin-bottom: 0; /* Remove any bottom margin if needed */
}
.pagination {
    width: fit-content;
    margin-left: auto;    /*for right alignment*/
    /* margin:0 auto; */ /*for center alignment*/
}
.pagination .btn.page-btn {
    border-radius: 0 !important;
    padding: 5px 16px;
    height: 38px;
    font-size: 13px;
    background: transparent;
    color: black;
    border: 1px solid gainsboro;
    font-weight:600;
    &.active, &:hover {
        background-color:#A1E777!important ;
        border-color:#A1E777!important;
        color:black;
    }
}
.pagination .page-no .btn.page-btn {
    width: 45px;
}

.sort-arrow {
    cursor: pointer;
    font-size: 12px;
    margin-left: 0px;
    vertical-align: middle;
    &:hover {
    color:#A1E777;
    }
}
.mobile-user-screen .card .card-title {
    color: black;
    font-family: inherit;
}

.mobile-user-screen .card .card-body .form-group label {
    font-size:0.9rem;
    margin:auto 0;
}

.user-type {
    position: relative;
    top: -20px;
    left: 74px;
}
.user-type .form-control, .user-type .form-select {
    height: 45px !important;
    font-size: 14px;
    position: absolute;
    width: 298.7px;
    top: 0;
    left: 134px;
}
#user_form {
    margin-top:4rem;
}

.shift-left-button {
    margin-left: -270px; /* Adjust this value to move the button left */
    margin-top: -70px;
}
.crossImage {
    width: 16px;
    height: 16px;
    text-align: center;
    object-fit: cover;
    cursor:pointer;
    margin-left: 10px; /* Adjust margin as needed */
}


.email-input-group {
                display: flex;
                align-items: center;
}
.addEmail {
    display: flex;
    align-items: center;
    gap:5px;
}
.addEmailLabel {
    margin:0!important;

}
.addEmailButton {
    background-color: #A1E777;
    border-radius: 12px !important;
    color: #000;
    display:flex;
    align-items:center;
    justify-content: center;
}

.addEmailButton:hover {
background-color: #173303;
color:#fff;
}

.addEmailSubmit {
        display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 30px;
    margin-left: 80px;
}

@media only screen and (max-width:1200px) {
    .addEmailSubmit {
        margin-left: 0;
    }
}
.drop-table {
    margin-top:1rem;
}
.drop-table .related-widget-wrapper select {
    height:80px!important;
}
.drop-table .related-widget-wrapper select option {
    font-size: 1rem;
    color: black;
}
.close-btn {
    text-align: center;
}
.close-btn a svg {
    background: #dc3545;
    border-radius: 3px;
    padding: 1px;
}
.mobile_user-btn {
    margin-top:1rem;
}
.mobile_user-btn button, .mobile_user-btn a {
    width:90%;
    margin:auto;
}

.mobile-email-field .email-input-group input {
    width: 385px;
}

.email-input-group {
    display: flex;
    align-items: center;
}

.email-input-group input[type="email"] {
    width: 70%;
    margin-right: 10px; /* Optional: adds spacing between input and other elements */
}
.mobile-user-screen .user-form-details {
    position: relative;
}
#response-message .alert.alert-success {
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.modal-content.createManageQRCode{
    width:540px;
}

.modal-content.createManageQRCode .cp-gothrough-modal-btn{
    flex: 1;
}

.cp-theme-form .cp-primary-btn.negativeMarginFix{
margin-block: 10px;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    border-color: #173303;
    background-color: #173303;
    opacity: 0.5;
}

/* Sidebar and main container scroller Starts */
body:not(.layout-fixed) .main-sidebar.cp-admin-sidebar {
    height: 100vh;
}
.content-wrapper{
    max-height: 100vh;
    overflow: auto;
    padding-bottom: 30px;
}
/* Sidebar and main container scroller Ends */

.container-card .card .content{
    min-height: 220px;
}

#updateConfirmationModal{
    z-index: 11111;
}