body {
    overflow: scroll !important
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none !important
}

ol,
ul {
    padding-left: 0 !important
}

.error {
    color: red;
    font-size: 11px;
    margin-top: 0
}

.text-red-500 {
    color: red
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #434346;
    -webkit-text-fill-color: #3d3d3d;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s
}

.forGot {
    color: #000;
    font-size: 12px;
    float: right
}

.flex {
    display: flex;
    gap: 10px
}

.btnGradiantLogin {
    background: #3dbcec;
    background: linear-gradient(90deg, #3dbcecff 0%, #4881c8ff 100%);
    border: none
}

.loginBox {
    box-shadow: 0 0 12px 2px #0000001c;
    border-radius: 14px;
    border: none
}

.form-control {
    padding: 10px 34px;
    border: 1px solid #787F88;
    height: 50px
}

.inputIcon {
    position: absolute;
    top: 18px;
    left: 10px;
    font-size: 16px
}

.headerSearch {
    width: 250px;
    border: 1px solid #787F88;
    border-radius: 5px;
    max-width: 250px;
    position: relative;
    height: 40px
}

.nk-header-search .form-control {
    background-color: transparent;
    border: none;
    padding: 10px;
    height: 40px;
    padding-left: 30px
}

.headerSearchIcon {
    left: 10px;
    position: absolute
}

.card-tools .form-icon .icon {
    font-size: 16px;
    color: #ababab;
    top: 6px;
    position: relative;
    right: 5px
}

.form-icon-right+.form-control {
    padding-left: 1rem;
    padding-right: calc(0rem + 130px);
    border: 1px solid #cbcbcb
}

.tableActionBtn {
    align-items: center
}

.addFilterBtn {
    border: 1px solid #0F172A;
    padding: 10px 20px;
    border-radius: 5px;
    color: #0F172A;
    font-size: 14px
}

.editPen {
    padding: 5px 10px;
    border: 1px solid #009A17;
    display: inline-block;
    border-radius: 4px;
    color: #009A17;
    width: 35px;
    height: 35px;
    margin: 0 2px
}

.deleteTrash {
    padding: 5px 10px;
    border: 1px solid #7f7f7f;
    display: inline-block;
    border-radius: 4px;
    color: #7f7f7f !important;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    background: transparent
}

.trashDeleteIcon {
    padding: 5px 10px;
    border: 1px solid red;
    display: inline-block;
    border-radius: 4px;
    color: red;
    width: 35px;
    height: 35px;
    margin: 0 2px
}

.inputCardBox label {
    color: #787F88;
    font-size: 14px
}

.inputCardBox input {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #c5c5c5;
    color: #000
}

.inputCardBox input:focus-visible {
    outline-offset: 0;
    outline: none
}

.inputCardBox textarea {
    width: 100%;
    height: 90px;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #c5c5c5;
    color: #000
}

.inputCardBox textarea:focus-visible {
    outline-offset: 0;
    outline: none
}

.inputCardBox select {
    width: 100%;
    height: 50px;
    padding: 10px 15px;
    border-radius: 4px;
    border: 1px solid #c5c5c5;
    color: #c1c1c1;
    appearance: none
}

.inputCardBox select:focus-visible {
    outline-offset: 0;
    outline: none
}

.addBtnCustomer {
    background: #2275FC;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #2275FC;
    width: 150px
}

.btnWidthUpdte {
    width: 200px
}

.addBtnCustomerdis {
    background: #588bdf;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #588bdf;
    width: 150px
}

.hrLine {
    width: 100%;
    height: 1px;
    background: #F0F0F0;
    margin: 15px 0;
    display: block
}

.affiliateBox {
    padding: 12px 15px;
    border: 1px solid #787F88;
    border-radius: 10px
}

.affiliateBox ul {
    display: flex;
    gap: 40px
}

.addMore {
    background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    color: #0F172A;
    border: 1px solid #0F172A;
    width: 150px
}

.detailList {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #000
}

.detailList span {
    background: #F6F6F6;
    padding: 5px 10px;
    font-size: 12px;
    width: 150px
}

.avatar-upload {
    position: relative;
    max-width: 192px;
    margin: 20px 0
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 20px;
    z-index: 1;
    top: 20px
}

.avatar-upload .avatar-edit input {
    display: none
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFF;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px 0 #0000001f;
    cursor: pointer;
    font-weight: 400;
    transition: all .2s ease-in-out
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0 2px 4px 0 #0000001a
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.saveBtn {
    background: #0F172A;
    border-color: #0F172A
}

.startDate {
    padding: 10px;
    width: 200px
}

.ml-1 {
    margin-left: 10px
}

.inputCardBox select {
    position: relative
}

.form-control-select:after {
    font-family: Nioicon;
    content: "\e9c5";
    pointer-events: none;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    right: 20px;
    top: 50%;
    transform: translateY(-10%);
    width: calc(1rem + 12px);
    height: calc(1rem + 12px)
}

.searchWithDate .card-title {
    gap: 10px
}

.affiliatSelectGroppe {
    padding: 10px 15px;
    border: 1px solid #787F88;
    height: 50px;
    width: 270px
}

.table>:not(caption)>*>* {
    padding: 15px
}

.table th {
    line-height: 1.1;
    vertical-align: middle
}

.inventoryTabs .nav-tabs .nav-item {
    width: 130px;
    text-align: center;
    padding-right: 0;
    width: 130px;
    text-align: center;
    flex: 1;
    padding: 15px 5px
}

.inventoryTabs .nav-tabs .nav-link {
    padding: 1rem 10px
}

.inventoryTabs .nav-tabs .nav-link.active {
    color: #fff;
    border: none;
    background-color: #0F172A;
    text-align: center;
    border-bottom: none;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 15px 5px
}

.inventoryTabs .nav-tabs .nav-link:after {
    background: transparent
}

.inventoryTabs .nav-tabs {
    border-bottom: none;
    border: 1px solid #F5F5F5;
    border-radius: 6px
}

.nav-tabs .nav-link {
    padding: 1rem 30px
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #ffffff0d;
    color: var(--bs-table-striped-color);
    vertical-align: middle
}

.table>:not(caption)>*>* {
    border-top: 1px solid #dbdfea;
    border-bottom: 0;
    background-color: #f2f2f2;
    vertical-align: middle
}

.imgCoatTable {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    object-fit: cover
}

.inputCardBox .form-icon-right {
    left: auto;
    right: 5px;
    top: 5px
}

.inputCardBox .select2-container {
    box-sizing: border-box;
    margin: 0;
    position: relative;
    vertical-align: middle;
    height: 50px
}

.inputCardBox .select2-container--default .select2-selection--single {
    height: 50px;
    width: 100%
}

.inputCardBox .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #526484;
    line-height: 1.25rem;
    padding: 13px;
    height: 50px
}

.inputCardBox .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.file-upload-box {
    position: relative;
    padding: 10px;
    text-align: center;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    background-color: #f8f9fa;
    transition: all .3s ease;
    cursor: pointer;
    width: 100%
}

.file-upload-box:hover {
    background-color: #e9ecef;
    border-color: #adb5bd
}

.file-upload-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 1
}

.upload-content {
    position: relative;
    z-index: 0
}

.upload-icon {
    font-size: 2.5rem;
    color: #6c757d;
    margin-bottom: 1rem
}

.file-list {
    margin-top: 1.5rem
}

.file-item {
    display: flex;
    align-items: center;
    padding: .75rem 1rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: .5rem;
    transition: all .2s ease
}

.file-item:hover {
    box-shadow: 0 2px 4px #0000000d
}

.file-icon {
    color: #6c757d;
    margin-right: .75rem;
    font-size: 1.25rem
}

.file-name {
    flex-grow: 1;
    color: #495057;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 1rem
}

.file-name:hover {
    color: #007bff;
    text-decoration: none
}

.remove-file {
    color: #dc3545;
    cursor: pointer;
    padding: .25rem .5rem;
    font-size: 1.25rem;
    transition: color .2s ease;
    flex-shrink: 0
}

.remove-file:hover {
    color: #c82333
}

.drag-over {
    background-color: #e9ecef;
    border-color: #007bff
}

@keyframes upload-progress {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.upload-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #007bff;
    animation: upload-progress 1s ease-in-out
}

.fw300 {
    font-weight: 500
}

.addImageCoat {
    width: 110px;
    height: 140px;
    position: relative
}

.addImageCoat img {
    width: 110px;
    height: 140px;
    object-fit: cover;
    position: relative;
    border-radius: 10px
}

.changeRemoveImg {
    background: #000000a1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 2px 0
}

.table thead th {
    background: #fff
}

.nk-menu-icon img,
.nk-menu-icon svg {
    width: 24px;
    stroke: #000
}

.tableMinWidth {
    width: 115px;
    max-width: 115px;
    min-width: 115px
}

.tableMinWidth120 {
    width: 120px;
    max-width: 120px;
    min-width: 120px
}

button:disabled {
    opacity: .5
}

.delinquentModalTable .table>:not(caption)>*>* {
    border-top: none;
    border-bottom: none;
    padding: 15px 25px;
    padding-left: 0 !important
}

.tableActionBtn {
    gap: 5px;
    width: 160px;
    text-align: right
}

.instructionHeading {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px
}

.listIntruction {
    padding-left: 20px !important;
    margin-top: 25px
}

.listIntruction li {
    list-style: circle;
    margin-bottom: 10px
}

.stepperLeft section {
    position: relative;
    min-height: 10em
}

.stepperLeft section::before {
    content: "";
    position: absolute;
    align-self: stretch;
    justify-self: center;
    height: 100%;
    border-left: 1px dotted #324055;
    left: 25px
}

.stepperLeft section:last-child::before {
    display: none
}

.stepperLeft section.active {
    min-height: 20em
}

.stepperLeft section>header {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    color: #324055
}

.bead {
    position: relative;
    background-color: #fff;
    color: #0F172A;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: calc(var(--bead-size) / -2);
    margin-right: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #787F88
}

.bead.complete {
    background: #0F172A;
    color: #fff
}

.bead.current {
    background: #0F172A;
    color: #fff
}

.bead>span {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap
}

.bead>span>i {
    font-size: 18px;
    position: relative;
    top: 2px
}

.bead::before {
    content: "";
    box-sizing: border-box;
    width: var(--bead-size);
    height: var(--bead-size);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 2px var(--border-color);
    filter: drop-shadow(1px 2px 2px #00000080)
}

.backBtnWedding {
    background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    color: #0F172A;
    border: 1px solid #324055;
    width: 150px;
    display: inline-block;
    text-align: center;
    margin-right: 10px
}

.accordion-icon:before {
    content: "\ea23";
    font-family: Nioicon;
    transition: .4s
}

.accordion-head.collapsed .accordion-icon:before {
    content: "\ea6d"
}

.accordion-head:not(.collapsed) {
    color: #fff;
    background-color: #0F172A;
    border: 1px solid #0F172A
}

.accordion-head {
    color: #000;
    border-radius: 4px;
    border: 1px solid #D9D9D9
}

.accordion-head:not(.collapsed) .accordion-icon {
    color: #fff
}

.accordion-item:not(:last-child) .accordion-inner {
    border-bottom: none
}

.accordion-item:not(:last-child) .accordion-head {
    border-bottom: 1px solid #dbdfea
}

.accordion-item {
    border: none;
    margin-bottom: 10px
}

.selectCoatImg {
    height: 185px;
    border-radius: 10px;
    object-fit: cover
}

.noSelectCoatImg {
    height: 170px;
    border-radius: 10px;
    object-fit: cover;
    background: #f3f3f3;
    width: 100%;
    object-fit: contain;
    padding: 15px
}

.dark-mode .noSelectCoatImg {
    background: #0d141d
}

.coatTxtPra {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 18px;
    font-size: 13px
}

.brIght {
    border-right: 1px solid #ddd
}

.eventDetailBox {
    border: 1px solid #787F88;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px
}

.firstTitle p {
    font-size: 13px;
    color: #0F172A;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    display: flex
}

.selectCoatImgReview {
    height: 135px;
    border-radius: 10px;
    object-fit: cover
}

.fstCategory {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 15px;
    position: relative
}

.fstCategory li span {
    background-color: #0F172A;
    color: #fff;
    padding: 5px;
    background-color: #0F172A;
    color: #fff;
    padding: 5px 12px;
    margin-right: 10px;
    border-radius: 4px;
    position: relative
}

.sizeChart .nav-tabs .nav-link {
    padding: 1rem 30px;
    align-items: center;
    justify-content: center
}

.dark-mode .nk-wrap {
    background: #0d141d
}

.dark-mode .nk-menu-icon svg {
    stroke: #fff;
    fill: #fff
}

.dark-mode .nk-menu-icon .icon {
    color: #fff
}

.dark-mode .nk-menu-link:hover {
    color: #fff
}

.dark-mode .forGot {
    color: #fff
}

.logo-light {
    opacity: 1
}

.logo-dark {
    opacity: 0
}

.dark-mode .logo-light {
    opacity: 0
}

.dark-mode .logo-dark {
    opacity: 1
}

.dark-mode .active>.nk-menu-link {
    color: #fff !important
}

.dark-mode .deleteTrash {
    border: 1px solid #6a6a6a;
    color: #6a6a6a
}

.dark-mode .saveBtn {
    background: #0d141d;
    border-color: #2d2f34
}

.dark-mode .inputCardBox input {
    border-color: #384d69 !important;
    background: #141c26;
    color: #fff
}

.dark-mode .inputCardBox select {
    border-color: #384d69 !important;
    background: #141c26;
    color: #fff
}

.dark-mode .inputCardBox textarea {
    border-color: #384d69 !important;
    background: #141c26;
    color: #fff
}

.dark-mode .inventoryTabs .nav-tabs .nav-link.active {
    background-color: #0d141d
}

.dark-mode .stepperLeft section>header {
    color: #8094ae
}

.dark-mode .inputCardBox label {
    color: #8094ae
}

.dark-mode .brIght {
    border-right: 1px solid #1d2d40
}

.dark-mode .accordion-head {
    color: #8094ae;
    border-radius: 4px
}

.dark-mode .backBtnWedding {
    background: #101924;
    color: #c9c9c9;
    border: 1px solid #324055
}

.dark-mode .accordion-head {
    border: 1px solid #1d2d40
}

.dark-mode .bead {
    background-color: #141c26;
    color: #8094ae;
    border: 1px solid #787F88
}

.dark-mode .bead.complete {
    background-color: #0d141d
}

.dark-mode .firstTitle p {
    color: #8094ae
}

.dark-mode .fstCategory li span {
    background-color: #0d141d
}

.nk-menu-link {
    vertical-align: middle;
    display: flex;
    position: relative;
    align-items: center;
    transition: color .3s, background-color .3s
}

.side-bar .menu {
    width: 100%;
    margin-top: 0
}

.side-bar .dropdown {
    position: absolute;
    right: 0;
    margin: 20px;
    transition: .3s ease
}

.side-bar .sub-menu {
    background: transparent;
    display: none
}

.side-bar .sub-menu a {
    padding: 10px;
    padding-left: 50px;
    display: block
}

.rotate {
    transform: rotate(90deg)
}

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0)
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto
}

.modal.left .modal-body {
    padding: 0
}

.modal.left.fade .modal-dialog {
    left: 0;
    -webkit-transition: opacity .3s linear, left .3s ease-out;
    -moz-transition: opacity .3s linear, left .3s ease-out;
    -o-transition: opacity .3s linear, left .3s ease-out;
    transition: opacity .3s linear, left .3s ease-out
}

.modal.left.fade.in .modal-dialog {
    left: 0
}

.modal.left .side-bar .menu {
    width: 100%;
    margin-top: 0
}

.mobileToggleButton {
    background-color: #e5e9f2;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #000;
    margin-right: 10px
}

.active>.nk-menu-link {
    color: #fff;
    background: #2275fc
}

.nk-menu-item.active>.nk-menu-link .nk-menu-icon svg {
    width: 24px;
    stroke: #fff !important;
    fill: #fff !important
}

.nk-menu-item:hover>.nk-menu-link .nk-menu-icon svg {
    width: 24px;
    stroke: #fff;
    fill: #fff
}

.nk-menu-item.active>.nk-menu-link .nk-menu-icon .icon {
    color: #fff
}

.nk-menu-item:hover>.nk-menu-link .nk-menu-icon .icon {
    color: #fff
}

.red {
    color: red;
    font-size: 12px
}

.card .sizeChartTable .table tr:first-child th {
    text-align: center
}

.sizeChartTable .table>:not(caption)>*>* {
    text-align: center
}

.is-light .nk-menu-link:hover {
    color: #526484;
    font-weight: 500;
    cursor: pointer;
    background: transparent
}

.is-light .active>.nk-menu-link {
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    background: #2275FC
}

.is-light .focus>.nk-menu-link {
    background: #2275FC
}

.nk-menu-item:hover>.nk-menu-link .nk-menu-icon svg {
    width: 24px;
    stroke: #526484;
    fill: #526484
}

.nk-menu-item:hover>.nk-menu-link .nk-menu-icon .icon {
    color: #526484
}

.stateSelect .css-b62m3t-container {
    position: relative;
    box-sizing: border-box;
    height: 50px
}

.stateSelect .css-13cymwt-control {
    min-height: 50px;
    height: 50px
}

.dark-mode .stateSelect .css-13cymwt-control {
    border-color: #384d69 !important;
    background: #141c26;
    color: #fff
}

.dark-mode .stateSelect .css-t3ipsp-control {
    border-color: #384d69 !important;
    background: #141c26;
    color: #fff
}

.dark-mode .stateSelect .css-1dimb5e-singleValue {
    color: hsl(0deg 0% 100%)
}

.dark-mode .css-1nmdiq5-menu {
    border-color: #384d69 !important;
    background: #141c26;
    color: #fff
}

.stateSelect .css-hlgwow {
    height: 50px
}

.stateSelect .css-19bb58m {
    height: 50px;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0
}

.stateSelect .css-1jqq78o-placeholder {
    position: relative;
    top: -3px
}

.custom-control-pro.custom-control-sm .custom-control-label {
    height: 50px;
    border: 1px solid #c5c5c5
}

.alterModalContent {
    display: flex;
    gap: 20px
}

#alterationsCoatModal .modal-content {
    border-radius: 20px
}

.leftImage {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 400px
}

.leftImage img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    height: 100%;
    object-fit: cover
}

.plModal {
    padding-left: 0;
    border-bottom: none
}

.f12Size {
    font-size: 12px
}

.contentModalRight h3 {
    padding-right: 15px;
    color: #2275FC;
    font-weight: 500;
    font-size: 30px
}

.contentModalRight p {
    color: #252B42;
    font-size: 18px
}

.okayBtn {
    background: #2275FC;
    color: #fff;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 8px;
    margin-bottom: 20px
}

.leftImageItem {
    display: flex;
    gap: 20px
}

.leftImageItem img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 12px
}

.brNoneBottom {
    border-bottom: none
}

.contentItemSugge h4 {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 500
}

.itemSuggetionTabs .table>:not(caption)>*>* {
    padding: 5px 10px;
    background: #fff
}

.addModalButton {
    background: #2275FC;
    padding: 5px 27px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #2275FC
}

.itemSuggetionTabs .table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #f20000;
    color: var(--bs-table-striped-color)
}

.skipAndContinue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

.skipButtonItem {
    background: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    color: #2275FC;
    border: 1px solid #2275FC;
    width: 200px;
    text-align: center;
    font-size: 16px
}

.continueButtonItem {
    background: #2275FC;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #2275FC;
    width: 200px;
    text-align: center;
    font-size: 16px
}

.itemSuggTabSColor .nav-tabs .nav-link.active {
    color: #fff;
    border: none;
    background-color: #0F172A;
    border-radius: 6px
}

.itemSuggTabSColor .nav-tabs .nav-link:after {
    display: none
}

.itemSuggTabSColor .nav-tabs {
    border-bottom: none;
    gap: 10px;
    flex-wrap: initial;
    justify-content: space-between
}

.itemSuggTabSColor .nav-tabs .nav-link {
    padding: 10px 35px;
    background: #EDEDED;
    color: #888;
    border-radius: 6px;
    width: 100%;
    align-items: center;
    justify-content: center
}

.itemSuggTabSColor .nav-tabs .nav-item {
    padding-right: 0;
    width: 100%
}

.dark-mode .itemSuggTabSColor .nav-tabs .nav-link.active {
    background-color: #000a16
}

.dark-mode .itemSuggTabSColor .nav-tabs .nav-link {
    background: #18222e;
    color: #888
}

.dark-mode .itemSuggetionTabs .table>:not(caption)>*>* {
    padding: 5px 10px;
    background: #18222e
}

.dark-mode .itemSuggetionTabs .table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #100;
    color: var(--bs-table-striped-color)
}

.dark-mode .skipButtonItem {
    background: #101924;
    color: #c9c9c9;
    border: 1px solid #324055
}

.coatSizeCategorySize {
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin-right: 12px;
    align-content: center;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: grid;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    letter-spacing: .6px;
    line-height: normal;
    min-height: 42px;
    overflow: hidden;
    padding: 8px;
    min-width: 42px;
    width: 42px;
    margin-bottom: 10px;
    border-radius: 100px;
    background: #fff;
    color: #0f172a
}

.coatSizeCategorySize.selectedBox {
    cursor: pointer
}

.tableActionBtn-1 {
    width: max-content;
    text-align: left;
    float: revert-layer
}

.fstCategory-shirt {
    display: block;
    margin-bottom: 0;
    border: 1px solid #787F88;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    padding-left: 20px !important;
    padding-bottom: 0;
    position: relative
}

.fstCategory-shirt li {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: left;
    gap: 6px;
    font-size: 12px
}

.fstCategory-shirt span {
    width: 100%;
    text-align: left;
    margin-right: 0;
    background-color: #0F172A;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px
}

.brRightNone {
    border-right: none
}

.brTopNone {
    border-top: none
}

.closeCardBtn {
    position: absolute;
    right: -5px;
    top: -10px
}

.closeCardBtn span {
    text-align: center;
    margin-right: 0;
    background-color: #0F172A;
    color: #fff;
    padding: 0 2px;
    border-radius: 24px;
    padding-top: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 14px
}

.closeCardBtn-1 {
    position: absolute;
    right: -10px;
    top: -25px
}

.closeCardBtn-1 span {
    text-align: center;
    margin-right: 0;
    background-color: #0F172A;
    color: #fff;
    padding: 2px 7px;
    border-radius: 24px;
    padding-top: 0
}

.pleft15 {
    padding-left: 15px !important
}

.dark-mode .fstCategory-shirt span {
    background-color: #0d141d;
    border: 1px solid #787f88
}

.closeCardBtn-2 {
    position: absolute;
    left: -5px;
    top: -5px;
    border: none;
    background: transparent;
    z-index: 1
}

.closeCardBtn-2 .closeBtnNew {
    text-align: center;
    margin-right: 0;
    background-color: #0F172A;
    color: #fff;
    padding: 1px 2px;
    border-radius: 24px;
    padding-top: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 15px
}

.coatInfoSize {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: normal;
    position: relative
}

.sleeveTxt {
    line-height: 14px;
    margin-top: 2px;
    font-size: 14px
}

@media (min-width: 1200px) {
    .nk-sidebar-content .nk-sidebar-menu {
        padding-top: 1rem;
        padding-bottom: 0
    }
}

@media (max-width: 1000px) {
    .modal-backdrop.show {
        opacity: 0;
        display: none
    }

    #mobileSideMenu .modal.left .modal-dialog {
        width: 100%
    }
}

@media (max-width:767px) {
    .searchWithDate {
        display: block
    }

    .logo-img {
        max-height: 28px
    }

    .searchWithDate .card-tools {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .startDate {
        padding: 10px;
        width: 150px
    }

    .stepperLeft section {
        display: none
    }

    .mpadd {
        padding-right: 0
    }

    .affiliateBox ul {
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
        margin-top: 10px
    }

    .addStyleMobileImg {
        padding: 0
    }

    .sizeChart .nav-tabs .nav-link {
        padding: 1rem 20px;
        align-items: center;
        justify-content: center
    }

    /* .inventoryTabs .nav-tabs .nav-item{padding-right:0;width:150px;text-align:center;flex:1;min-width:150px;max-width:150px} */
    .card-title-group {
        flex-wrap: wrap;
        gap: 20px
    }
}

@media (max-width:568px) {
    .alterModalContent {
        display: block
    }

    .leftImage {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 0;
        width: 100%;
        border-top-right-radius: 20px
    }

    .leftImage img {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 0;
        width: 100%;
        border-top-right-radius: 20px
    }

    .contentModalRight {
        padding: 20px;
        padding-right: 0
    }
}

.date-picker-container {
    position: relative;
    width: 100%
}

.date-input {
    width: 100%;
    padding-right: 40px
}

.calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
    font-size: 10px
}

.form-controldate {
    padding: 0 12px;
    border: 1px solid #787F88;
    height: 40px
}

.dropdown-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden
}

.dropdown-container option {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    padding: 5px
}

.blueSelected {
    background-color: #0a141d !important;
    border: 1px solid #0a141d !important
}

.disableSize {
    opacity: .15;
    cursor: auto
}

.ant-image-preview-root .ant-image-preview-mask {
    z-index: 1080
}

.ant-image-preview-root .ant-image-preview-wrap {
    z-index: 1080
}

.ant-image-preview-close {
    background-color: #000
}

.closeCardBtn {
    border: none;
    background: transparent
}

.alignOrder {
    justify-content: space-between;
    width: 100%
}

.badgePending {
    color: #2b2b2b;
    background-color: #ececec;
    position: relative;
    border: 1px solid #ca0000;
    line-height: normal;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: .01em;
    vertical-align: middle;
    display: inline-flex;
    font-weight: 500;
    border-radius: 4px
}

.orderReviewNwUpdate .card-tools {
    width: 100%;
    align-items: center;
    justify-content: space-between
}

.orderReviewNwUpdate .posRealtive {
    position: relative
}

.orderReviewNwUpdate .coatInfoSize {
    display: inline-block;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.orderReviewNwUpdate .fstCategory li span {
    background-color: #0F172A;
    color: #fff;
    padding: 4px 12px;
    margin-right: 10px;
    border-radius: 4px;
    position: relative;
    display: inline-block
}

.orderReviewNwUpdate .closeCardBtn-2 {
    position: absolute;
    right: 25px;
    top: 15px;
    border: none;
    background: transparent;
    z-index: 1;
    width: 25px;
    height: 25px;
    left: inherit
}

.orderReviewNwUpdate .closeCardBtn-2 .closeBtnNew {
    text-align: center;
    margin-right: 0;
    background-color: #E8E8E8;
    color: #000;
    padding: 1px 2px;
    border-radius: 24px;
    padding-top: 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px
}

.orderReviewNwUpdate .ant-image .ant-image-img {
    width: 120px;
    height: 120px
}

.plNoneOrdr {
    padding-right: 0
}

.pRNoneOrdr {
    padding-left: 0
}

.othderDetailBox {
    border: 1px solid #787F88;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    padding-left: 20px !important;
    padding-bottom: 10px
}

.othderDetailBox .fstCategory-shirt {
    display: flex;
    gap: 20px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 0;
    border-radius: 0;
    margin-bottom: 10px;
    padding-left: 0 !important;
    padding-bottom: 0;
    position: relative;
    border-left: none;
    border-top: none;
    border-right: none
}

.othderDetailBox .fstCategory-shirt li {
    display: flex;
    flex-wrap: inherit;
    width: auto;
    margin-bottom: 15px;
    align-items: center;
    justify-content: left;
    gap: 10px;
    font-size: 14px
}

.othderDetailBox .fstCategory-shirt li.whitTxtDetail {
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block
}

.othderDetailBox .fstCategory-shirt span {
    text-align: left;
    margin-right: 0;
    background-color: #0F172A;
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    width: auto;
    display: inline-block;
    margin-right: 5px
}

.othderDetailBox .OtherDetailcloseCardBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    background: transparent;
    z-index: 1;
    width: 25px;
    height: 25px;
    left: inherit
}

.othderDetailBox .OtherDetailcloseCardBtn span {
    text-align: center;
    margin-right: 0;
    background-color: #E8E8E8;
    color: #000;
    padding: 1px 2px;
    border-radius: 24px;
    padding-top: 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px
}

.borderMarginNone {
    border-bottom: none !important;
    margin-bottom: 0 !important
}

.borderMarginNone li {
    margin-bottom: 5px !important
}

.orderStatusDiv {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px
}

.orderStatusDiv small {
    align-items: center;
    justify-content: center;
    display: flex
}

.dark-mode .orderReviewNwUpdate .coatInfoSize {
    color: #8094ae
}

.dark-mode .othderDetailBox .fstCategory-shirt li.whitTxtDetail {
    color: #8094ae
}

.dark-mode .orderReviewNwUpdate .fstCategory li span {
    background-color: #0d141d
}

.dark-mode .othderDetailBox .fstCategory-shirt span {
    background-color: #0d141d;
    border: none;
    color: #fff
}

.dark-mode .orderReviewNwUpdate .closeCardBtn-2 .closeBtnNew {
    background-color: #0d141d;
    border: none;
    color: #fff
}

@media (max-width:991px) {
    .pRNoneOrdr {
        padding-left: 15px
    }

    .orderReviewNwUpdate .ant-image .ant-image-img {
        width: 120px;
        height: 120px;
        margin-bottom: 10px
    }
}

.text-capitalize {
    text-transform: capitalize
}

.tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.tab-button {
    padding: 10px 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 3px solid transparent;
    transition: all .3s
}

.tab-button.active {
    border-bottom: 3px solid #0070f3;
    color: #0070f3;
    font-weight: 700
}

.table-container {
    overflow-x: auto
}

.size-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px
}

.size-table th,
.size-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center
}

.size-table th {
    background-color: #f2f2f2;
    font-weight: 700
}

.size-table tr:nth-child(even) {
    background-color: #f9f9f9
}

.dateBoxWithBtn {
    display: flex;
    gap: 40px;
    align-items: flex-start
}

.dateBoxWithBtn button.btn-dark {
    gap: 10px
}

.tableScroll {
    max-height: 300px;
    overflow-y: scroll
}

#style-14::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #0009;
    background-color: #CCC
}

#style-14::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}

#style-14::-webkit-scrollbar-thumb {
    background-color: #FFF;
    background-image: -webkit-linear-gradient(90deg, #000f 0%, #000f 25%, transparent 100%, #000f 75%, transparent)
}

.coat-pant-container {
    padding: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333
}

.header-section {
    margin-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem
}

.page-title {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 1.5rem
}

.tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem
}

.tab-button {
    padding: .75rem 1.5rem;
    background-color: #f5f5f5;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    color: #555
}

.tab-button:hover {
    background-color: #e0e0e0
}

.tab-button.active {
    background-color: #3498db;
    color: #fff
}

.content-section {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px #0000001a;
    padding: 1.5rem;
    margin-bottom: 2rem
}

.section-title {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #eee
}

.table-responsive {
    overflow-x: auto
}

.modern-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .9rem
}

.modern-table th {
    background-color: #3498db;
    color: #fff;
    padding: .75rem;
    text-align: center
}

.modern-table .group-header {
    background-color: #2980b9
}

.modern-table .style-header {
    background-color: #2980b9
}

.modern-table .size-header {
    background-color: #3498db
}

.modern-table .sub-header th {
    background-color: #5dade2;
    font-weight: 400;
    padding: .5rem
}

.modern-table td {
    padding: .75rem;
    text-align: center;
    border: 1px solid #e0e0e0
}

.modern-table .group-cell {
    font-weight: 700;
    background-color: #f8f9fa
}

.modern-table .style-cell {
    text-align: left
}

.even-row {
    background-color: #f8f9fa
}

.odd-row {
    background-color: #fff
}

.inventoryTabs .nav-tabs.coatPantsstyle .nav-item {
    flex: none
}

.bnoneAllSide {
    border: none
}

.inventoryTabs .nav-tabs.coatPantsstyle {
    border-bottom: none;
    border: 1px solid #F5F5F5;
    border-radius: 6px;
    display: flex;
    width: fit-content
}

.groomBride {
    display: flex;
    gap: 30px
}

.groomBride h5 {
    display: flex;
    gap: 10px;
    align-items: self-start;
    font-size: 18px;
    font-weight: 500
}

.groomBride h5 span small {
    display: block;
    font-size: 14px;
    margin-top: 4px
}

@media (max-width: 768px) {
    .coat-pant-container {
        padding: 1rem
    }

    .page-title {
        font-size: 1.5rem
    }

    .tab-button {
        padding: .5rem 1rem;
        font-size: .9rem
    }

    .modern-table {
        font-size: .8rem
    }

    .modern-table th,
    .modern-table td {
        padding: .5rem
    }
}

.warning-icon {
    font-size: 1.5em;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle
}

.groomStyleBox {
    border: 1px solid #787F88;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px
}

.groomStyleBoxInner {
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: space-between
}

.leftImageGroom {
    display: flex;
    gap: 10px
}

.leftImageGroom .suitimg {
    width: 80px
}

.GroomBrideName {
    display: flex;
    gap: 10px
}

.nameInnerBox {
    display: flex;
    gap: 0;
    align-items: start
}

.nameInnerBox svg {
    width: 30px;
    position: relative;
    top: 0;
    stroke: #000;
    stroke-width: 0
}

.dark-mode .nameInnerBox svg {
    stroke: #787F88
}

.GroomBrideName span {
    font-size: 16px;
    font-weight: 600;
    padding-left: 5px;
    line-height: 15px
}

.GroomBrideName span small {
    font-size: 12px;
    font-weight: 300;
    display: block
}

.AddEvent {
    padding: 5px 16px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
    border-radius: 6px;
    height: 35px
}

.editEvent {
    padding: 5px 16px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 13px;
    border-radius: 6px;
    height: 35px
}

.rightEditGroomBride .righteditBtnInner {
    display: flex;
    gap: 10px
}

.orderDateTxtGroom {
    display: block;
    font-size: 13px;
    margin-top: 25px
}

.groomStyleSize {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ddd
}

.groomStyleSize .fstCategory {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 15px;
    position: relative;
    width: 100%
}

.groomStyleSize .fstCategory li {
    display: flex;
    align-items: center;
    line-height: normal;
    width: 33.333%
}

.groomStyleSizeAddMember .fstCategory {
    width: 100%;
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px
}

.groomStyleSizeAddMember .fstCategory li {
    display: flex;
    align-items: center;
    line-height: normal;
    width: 47.5%
}

.groomBrideNameBox {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-around
}

.groomBrideNameBox .innerGroomBride {
    text-align: center
}

.innerGroomBride svg {
    fill: #000;
    stroke: #000;
    stroke-width: 0;
    margin-bottom: 10px
}

.orderEventDate {
    background: #F3F3F3;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px
}

.orderEventDate span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 12px
}

.orderEventDate span small {
    color: #0F172A;
    font-size: 14px !important;
    font-weight: 600 !important
}

.leftImageCaotUp .ant-image {
    width: 100%;
    margin-bottom: 25px
}

.leftImageCaotUp .ant-image .ant-image-img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    background: #f4f4f4;
    padding: 0;
    border-radius: 12px
}

.brightred {
    color: #EE4B2B
}

.ornageHot {
    color: orange
}

.yellowHot {
    color: #FF0
}

.fireIconGap {
    display: flex;
    gap: 5px;
    justify-content: center
}

.pl-0New {
    padding-left: 0
}

.topmatricsImage img {
    width: 30px
}

.dark-mode .topmatricsImage {
    display: none
}

.topmatricsImage-1 {
    display: none !important
}

.dark-mode .topmatricsImage-1 {
    display: block !important
}

.topmatricsImage-1 img {
    width: 30px
}

.modalAddTable th {
    background: #E8E8E8 !important;
    border: none
}

.nk-sidebar-logo svg {
    fill: #000;
    width: 180px
}

.dark-mode .nk-sidebar-logo svg {
    fill: #fff
}

.searchdeliq .css-13cymwt-control {
    height: 50px
}

.searchdeliq .css-hlgwow {
    height: 50px
}

.searchdeliq .css-1jqq78o-placeholder {
    height: 50px;
    line-height: 40px
}

.css-1xc3v61-indicatorContainer svg {
    display: none
}

.loginLogoSVG svg {
    fill: #000
}

.dark-mode .loginLogoSVG svg {
    fill: #fff
}

.prZro {
    padding-right: 0
}

@media (max-width: 767px) {
    .prZro {
        padding-right: 15px
    }
}

.accordion-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.accordion-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px
}

.accordion-item {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 8px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.accordion-button {
    width: 100%;
    padding: 16px;
    text-align: left;
    background-color: #f8f9fa;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.accordion-button.active {
    background-color: #d0e8ff;
    border-bottom: 1px solid #bee3f8
}

.accordion-button:hover:not(.active) {
    background-color: #e9ecef
}

.accordion-icon {
    font-size: 20px
}

.accordion-content {
    padding: 16px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.accordion-paragraph {
    margin: 0 0 8px
}

.accordion-list {
    padding-left: 20px;
    margin-top: 8px;
    list-style-type: disc
}

.accordion-info-box {
    margin-top: 12px;
    padding: 12px;
    background-color: #e7f5ff;
    border-radius: 4px
}

.newAccordion .accordion-icon:before {
    display: none
}

.newAccordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6
}

.newAccordion .accordion-button.active {
    color: #fff;
    background-color: #0F172A;
    border: 1px solid #0F172A;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.newAccordion .accordion-icon {
    font-size: 20px;
    color: #364a63
}

.newAccordion .accordion-button.active .accordion-icon {
    font-size: 20px;
    color: #fff
}

.newAccordion .accordion-item:last-child .accordion-inner {
    border-top: none
}

.newAccordion .accordion-inner {
    padding: 0 1rem .25rem;
    transition: all .4s ease;
    -webkit-transition: all .4s ease
}

.dark-mode .accordion-item {
    border: 1px solid #2e406c;
    border-radius: 4px;
    margin-bottom: 8px
}

.dark-mode .newAccordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid #2e406c
}

.dark-mode .accordion-button:not(.collapsed) {
    color: #607186
}

.dark-mode .accordion-button:hover:not(.active) {
    background-color: #0F172A
}

.tLeftalign {
    text-align: left
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050
}

.modal-content {
    background-color: #fff;
    border-radius: .3rem;
    width: 80%;
    max-width: 800px
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6
}

.modal-body {
    padding: 1rem
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    gap: .5rem
}

.delinquestModalBox textarea {
    height: 320px;
    resize: none;
    padding-left: 20px
}

.tRIghtModal {
    text-align: right
}

.orderDateSec {
    display: flex;
    gap: 10px;
    font-size: 16px;
    align-items: center;
    margin-top: 20px;
    padding-left: 6px
}

.orderDateSec .icon {
    font-size: 20px
}

.user-avatar img,
[class^=user-avatar]:not([class*=-group]) img {
    border-radius: 100px;
    object-fit: cover;
    height: 32px;
    width: 32px
}

.email-composer-container {
    position: relative
}

.open-editor-button {
    background-color: #4CAF50;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color .3s
}

.open-editor-button:hover {
    background-color: #45a049
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.modal-content {
    background-color: #fff;
    border-radius: 8px;
    width: 80%;
    max-width: 800px;
    max-height: 100vh;
    overflow-y: auto;
    box-shadow: 0 4px 8px #0000001a
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee
}

.modal-header h2 {
    margin: 0;
    font-size: 1.5rem
}

.close-button {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #777
}

.close-button:hover {
    color: #333
}

.email-form {
    padding: 15px
}

.form-group {
    margin-bottom: 15px
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700
}

.form-group input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box
}

.editor-container {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden
}

.form-actions {
    margin-top: 20px;
    text-align: right
}

.send-button {
    background-color: #2196F3;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px
}

.send-button:hover {
    background-color: #0b7dda
}

.send-button:disabled {
    background-color: #ccc;
    cursor: not-allowed
}

.status-message {
    padding: 10px;
    margin: 15px 0;
    border-radius: 4px
}

.status-message.success {
    background-color: #dff0d8;
    color: #3c763d
}

.status-message.error {
    background-color: #f2dede;
    color: #a94442
}

.pl35 {
    padding-left: 35px !important
}

.redC {
    color: #ff0500
}

.fs-13 {
    font-size: 13px
}

.error-message {
    color: #ff0500
}

.cutomerNAmeFonts {
    font-size: 16px;
    font-weight: 600
}

.mr-1 {
    margin-right: 6px
}

.modalWidth820 {
    --bs-modal-width: 1000px
}

.modalWidth820 .modal-content {
    max-width: 1000px
}

#addDelinquentModal .searchdeliq .select__menu {
    height: 90px
}

#addDelinquentModal .searchdeliq .select__menu .select__menu-list {
    max-height: 90px
}

.fw-400 {
    font-weight: 400
}

.fw-700 {
    font-weight: 700
}

.tableMinWidth150 {
    width: 180px;
    max-width: 180px;
    min-width: 180px
}

.pl-0Download {
    padding-left: 0
}

.sendMailIcon {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative
}

.sendMailIcon .deleteTrash {
    border: none;
    font-size: 20px;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
    margin: 0
}

.sendMailIcon .deleteTrash small {
    font-size: 14px;
    line-height: inherit;
    position: relative;
    top: -3px
}

.deleteTrash.disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.subOrder {
    background: #ff0;
    padding: 12px 30px;
    border-top: none;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 900
}

.zoom-in-out-box {
    animation: zoom-in-zoom-out 2.5s ease infinite;
    border-radius: .5rem
}

@keyframes zoom-in-zoom-out {
    0% {
        scale: 100%
    }

    50% {
        scale: 110%
    }

    100% {
        scale: 100%
    }
}

.customrSearch {
    gap: 20px
}

.customrSearch .form-icon-right {
    left: auto;
    right: 0;
    top: 24px;
    z-index: 1;
    height: 50px
}

.dark-mode .css-1u9des2-indicatorSeparator {
    background-color: hsl(0deg 0% 34.98%)
}

.chartBgShape {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    margin: 0 auto
}

.dark-mode .chartBgShape {
    background-color: #100000;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    margin: 0 auto
}

.dark-mode .stateSelect .css-16xfy0z-control {
    align-items: center;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 38px;
    outline: 0 !important;
    position: relative;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    background-color: hsl(213.33deg 31.03% 11.37%);
    border-color: #384d69 !important;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px
}

.pb-15 {
    padding-bottom: 15px !important
}

.detailList span.wrap-text {
    background: #fff;
    padding: 5px 10px;
    font-size: 12px;
    width: 150px
}

.dark-mode .jodit-container:not(.jodit_inline) .jodit-workplace {
    background-color: #141c26;
    border: none;
    max-height: 100%
}

.dark-mode .jodit-container:not(.jodit_inline) {
    background-color: #141c26;
    border: 1px solid #141c26 !important;
    border-radius: var(--jd-border-radius-default)
}

.dark-mode .jodit-toolbar__box:not(:empty) {
    background-color: #141c26;
    border-bottom: 1px solid #141c26;
    border-radius: var(--jd-border-radius-default) var(--jd-border-radius-default) 0 0;
    overflow: hidden
}

.dark-mode .jodit-toolbar-button__trigger svg {
    width: calc(var(--jd-button-trigger-size, 14px) - 4px);
    fill: #fff
}

.dark-mode .detailList span {
    background: #0d141d;
    padding: 5px 10px;
    font-size: 12px;
    width: 150px;
    color: #8094ae;
    background: #0d141d;
    padding: 5px 10px;
    font-size: 12px;
    width: 150px;
    color: #8094ae
}

.dark-mode .detailList span.wrap-text {
    background: transparent;
    padding: 5px 10px;
    font-size: 12px;
    width: 150px
}

@media (min-width: 320px) and (max-width: 768px) {
    .pl-0Download {
        padding-left: 15px
    }
}

@media (min-width: 1620px) and (max-width: 3000px) {
    .tableMinWidth120 {
        width: auto;
        max-width: max-content;
        min-width: auto
    }

    .tableMinWidth {
        width: auto;
        max-width: max-content;
        min-width: auto
    }
}

.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 3px solid #ffffff4d;
    border-radius: 50%;
    border-top-color: #fcfbfb;
    animation: spin .8s linear infinite;
    margin-right: 8px;
    vertical-align: middle
}

.redBgAlert {
    background: #fb5858 !important;
    cursor: pointer;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.custom-cursor {
    display: none !important
}

.f-right {
    float: right
}

.priceList .nav-tabs {
    border-bottom: none;
    margin-top: 20px
}

.priceList .nav-tabs .nav-link {
    padding: 10px 25px;
    background: #F4F4F4;
    color: #0F172A;
    text-align: center;
    display: block;
    border-radius: 4px
}

.priceList .nav-tabs .nav-item {
    padding-right: .25rem
}

.priceList .nav-tabs .nav-link.active {
    color: #fff;
    border: none;
    background-color: #0F172A
}

.priceList .nav-tabs .nav-link:after {
    display: none
}

.priceList .form-control-select:after {
    right: 5px;
    top: 50%;
    transform: translateY(-40%);
    width: calc(1rem + 12px);
    height: calc(1rem + 12px)
}

.priceList .form-control {
    padding: 10px 34px;
    border: 1px solid #787F88;
    height: 50px;
    padding-left: 15px
}

.pr-0Important {
    padding-right: 0 !important
}

.addPriceListMdal .modal-content {
    width: 100%;
    max-width: 800px
}

.addPriceListMdal .form-control-select:after {
    right: 5px;
    top: 50%;
    transform: translateY(-40%);
    width: calc(1rem + 12px);
    height: calc(1rem + 12px)
}

.dark-mode .priceList .nav-tabs .nav-link {
    background: transparent;
    color: #7c7c7c
}

.dark-mode .priceList .nav-tabs .nav-link.active {
    color: #fff;
    border: none;
    background-color: #0d141d
}

.coatPantStyleTabTable .nav-tabs {
    border-bottom: none;
    margin-top: 20px
}

.coatPantStyleTabTable .nav-tabs .nav-link {
    padding: 10px 25px;
    background: #F4F4F4;
    color: #0F172A;
    text-align: center;
    display: block;
    border-radius: 4px
}

.coatPantStyleTabTable .nav-tabs .nav-item {
    padding-right: .25rem
}

.coatPantStyleTabTable .nav-tabs .nav-link.active {
    color: #fff;
    border: none;
    background-color: #0F172A
}

.coatPantStyleTabTable .nav-tabs .nav-link:after {
    display: none
}

.coatPantStyleTabTable .card-inner {
    padding-top: 40px
}

.dark-mode .coatPantStyleTabTable .nav-tabs .nav-link {
    background: transparent;
    color: #7c7c7c
}

.dark-mode .coatPantStyleTabTable .nav-tabs .nav-link.active {
    color: #fff;
    border: none;
    background-color: #0d141d
}


/*********** NEW DASHBOARD CSS *****************/

.cardBoxOrder {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    position: relative
}

.cardBoxOrder:last-child {
    position: relative;
    height: 115.8px
}

.cardBoxOrdersInner {
    display: flex;
    align-items: start;
    justify-content: space-between
}

.leftCOrder h6 {
    font-size: 26px;
    margin-bottom: 0
}

.leftCOrder p {
    font-size: 12px
}

.infUpDown {
    display: flex;
    margin-top: 8px;
    gap: 10px;
    font-size: 12px;
    color: #C1C1C1;
    align-items: center
}

.infUpDown span {
    background-color: #DAFFEC;
    border: 1px solid #47AD77;
    color: #47AD77;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 4px
}

.infUpDown span.redDown {
    background-color: #FFD8D8;
    border: 1px solid #D00202;
    color: #D00202
}

.chartBoxDashNew {
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    position: relative
}

.selectBoxMonth select {
    border: 1px solid #d9d9d9;
    height: 35px;
    width: 120px;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px
}

.chartColors ul {
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center
}

.chartColors ul li {
    display: flex;
    gap: 10px;
    align-items: center
}

.chartColors ul li span {
    width: 15px;
    height: 15px;
    border-radius: 4px
}

.FoursCirclers ul {
    flex-wrap: wrap
}

.FoursCirclers li {
    width: 47%
}

.rentBuy {
    background: #3F4B5C;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px
}

.tableMinWidth1550 {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dark-mode .cardBoxOrder {
    border: 1px solid #3c4d62
}

.dark-mode .selectBoxMonth select {
    border: 1px solid #3c4d62;
    background: transparent;
    color: #fff
}

.dark-mode .chartBoxDashNew {
    border: 1px solid #3c4d62
}



.c-progress-steps {
    margin: 0;
    list-style-type: none;
    font-family: Lato
}

.c-progress-steps li {
    position: relative;
    font-size: 12px;
    color: #7f8c8d;
    padding: 2px 0 2px 23px
}

.c-progress-steps li a {
    color: inherit
}

.c-progress-steps li.done {
    color: #2ecc71
}

.c-progress-steps li.done:before {
    color: #2ecc71;
    content: ""
}

.c-progress-steps li.current {
    color: #1f2b3a;
    font-weight: 700
}

.c-progress-steps li.current:before {
    color: #1f2b3a;
    content: ""
}

.c-progress-steps li:before {
    position: absolute;
    left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    background-color: #fff;
    content: ""
}

@media all and (max-width: 600px) {
    .c-progress-steps li:before {
        top: calc(50% - 8px);
        font-size: 14px
    }
}

@media all and (min-width: 600px) {
    .c-progress-steps {
        display: table;
        list-style-type: none;
        margin: 20px auto;
        padding: 0;
        table-layout: fixed;
        width: 100%
    }

    .c-progress-steps li {
        display: table-cell;
        text-align: center;
        padding: 0;
        padding-bottom: 10px;
        white-space: nowrap;
        position: relative;
        border-left-width: 0;
        border-bottom-width: 4px;
        border-bottom-style: solid;
        border-bottom-color: #7f8c8d
    }

    .c-progress-steps li.done {
        border-bottom-color: #2ecc71
    }

    .c-progress-steps li.current {
        color: #1f2b3a;
        font-size: 14px;
        line-height: 14px;
        border-bottom-color: #1f2b3a
    }

    .c-progress-steps li.current:before {
        color: #1f2b3a;
        content: ""
    }

    .c-progress-steps li:before {
        bottom: -14px;
        left: 50%;
        margin-left: -9px
    }

    .dark-mode .c-progress-steps li.current {
        border-bottom-color: #e5e9f2;
        color: #e5e9f2
    }

    .dark-mode .c-progress-steps li:before {
        border-radius: 100px
    }

    .dark-mode .c-progress-steps li {
        border-bottom-color: #0d141d
    }

    .dark-mode .c-progress-steps li.done {
        border-bottom-color: #2ecc71
    }
}

.chartBoxDashNew .item .thumb .ant-image {
    width: 50px !important;
    height: 50px !important;
}

.topZero {
    top: 0px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.priceList .tab-content {
    margin-top: 15px;
}

.inventoryResponsiveTab .nav-tabs {
    border-bottom: none;
    margin-top: 20px;
}

.inventoryResponsiveTab .nav-tabs .nav-link {
    font-size: 12px;
    padding: 15px 15px
}

.inventoryResponsiveTab .nav-tabs .nav-item {
    padding-right: 5px;
    display: inline-block
}

.inventoryResponsiveTab .nav-tabs .nav-link.active {
    color: #fff;
    border: none;
    background-color: #0F172A;
}

.inventoryResponsiveTab .nav-tabs .nav-link {
    padding: 10px 25px;
    background: #F4F4F4;
    color: #0F172A;
    text-align: center;
    display: block;
    border-radius: 4px;
}

.inventoryResponsiveTab .nav-tabs .nav-link:after {
    display: none;
}

.inventoryResponsiveTab .tab-content {
    margin-top: 15px;
}

.justifyEnd {
    justify-content: end;
}


@media (min-width: 320px) and (max-width: 550px) {
    .leftImageGroom {
        flex-wrap: wrap
    }

    .GroomBrideName span small {
        font-size: 11px
    }

    .GroomBrideName span {
        font-size: 14px
    }

    .orderStatusDiv {
        align-items: start;
        justify-content: flex-start;
        gap: 15px;
        flex-wrap: wrap;
        margin-bottom: 15px !important
    }

    .inputCardBox input {
        font-size: 13px
    }

    .accordion-button {
        padding-right: 25px
    }

    .page-title {
        margin-bottom: 15px !important
    }

    .nk-content-body>.nk-block-head:first-child {
        padding-bottom: 2.75rem
    }

    .rightEditGroomBride .righteditBtnInner {
        margin-bottom: 15px
    }

    .mResponsive {
        display: inline-flex;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow-y: hidden;
        overflow-x: scroll;
        margin-bottom: 20px;
        margin-bottom: 0px;
        padding-top: 15px;
    }

    .priceList .nav-tabs {
        border-bottom: none;
        margin-top: 20px;
        display: inline-block;
        width: 100%
    }

    .priceList .nav-tabs .nav-link {
        font-size: 12px;
        padding: 15px 15px
    }

    .priceList .nav-tabs .nav-item {
        padding-right: 5px;
        display: inline-block
    }

    .inventoryResponsiveTab .nav-tabs {
        border-bottom: none;
        margin-top: 20px;
        display: inline-block;
        width: 100%
    }

    .inventoryResponsiveTab .nav-tabs .nav-link {
        font-size: 12px;
        padding: 15px 15px
    }

    .inventoryResponsiveTab .nav-tabs .nav-item {
        padding-right: 5px;
        display: inline-block
    }

    .pbZeroHeadin {
        padding-bottom: 0px !important;
    }

    .detailList span.wrap-text {
        width: 65%;
    }

    .detailList span {
        width: 110px;
    }

    .sizeChart .nav-tabs {
        border-bottom: none;
        margin-top: 20px;
        display: inline-block;
        width: 100%
    }

    .sizeChart .nav-tabs .nav-link {
        font-size: 12px;
        padding: 15px 15px
    }

    .sizeChart .nav-tabs .nav-item {
        padding-right: 5px;
        display: inline-block
    }

    .coatPantStyleTabTable .nav-tabs {
        border-bottom: none;
        margin-top: 20px;
        display: inline-block;
        width: 100%
    }

    .coatPantStyleTabTable .nav-tabs .nav-link {
        font-size: 12px;
        padding: 15px 15px
    }

    .coatPantStyleTabTable .nav-tabs .nav-item {
        padding-right: 5px;
        display: inline-block
    }

    .pbZeroHeadin .nk-block-tools-toggle .nk-block-tools {
        padding-top: 0px;
        padding-bottom: 20px;
    }
}


@media (min-width: 320px) and (max-width: 767px) {

    /* .inventoryTabs .nav-tabs .nav-item{width:100%;min-width:100%;max-width:100%;padding:0} */
    /* .inventoryTabs .nav-tabs{margin-top:0!important} */
    .WeddingPagesMain .card-tools {
        display: block;
        width: 100%
    }

    .toggle-expand-content {
        display: block;
        position: relative !important;
        background: transparent !important;
        box-shadow: none !important;
        top: 0 !important;
        margin: 0 !important
    }

    .nk-block-between {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

    .rightButtonAddWeedd .g-3:not(.row) {
        margin: 0px;
        margin-top: 0
    }

    .rightButtonAddWeedd .nk-block-tools-toggle .nk-block-tools-opt {
        margin-left: 0px;
        padding-left: 0 !important
    }

    .WeddingPagesMain .form-control {
        min-width: 100% !important
    }

    .groomStyleBoxInner {
        flex-wrap: wrap;
        gap: 5px
    }

    .orderDateSec {
        font-size: 14px;
        margin-top: 15px;
        padding-left: 0;
        margin-bottom: 5px !important
    }

    .rightEditGroomBride .orderDateSec {
        margin-top: 0
    }

    .groomStyleSize .fstCategory {
        flex-wrap: wrap;
        gap: 10px
    }

    .fstCategory li span {
        width: 70px;
        min-width: 70px
    }

    .groomStyleSize .fstCategory li {
        width: 100%
    }

    .card-tools {
        display: block;
        width: 100%
    }

    .weddingEveSearch.card-tools {
        display: block;
        width: 100%
    }

    .weddingEveSearch .form-icon-right+.form-control {
        padding-right: calc(0rem + 40px)
    }

    .tableActionBtn {
        gap: 5px;
        width: 160px;
        text-align: right;
        min-width: 160px
    }

    .groomStyleSizeAddMember .fstCategory li {
        width: 100%
    }

    .f-right {
        float: left;
        margin: 20px 0
    }
}

@media (max-width: 767px) {
    .dark-mode .nk-header-brand .logo-link svg {
        fill: #fff;
    }
}