﻿/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo svg {
  width: 38px;
  height: 20px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
  letter-spacing: 0.15px;
}
a.disabled {
    pointer-events: none; /* Prevent clicks */
    color: grey !important    ; /* Change text color to indicate it's disabled */
    text-decoration: none; /* Remove underline or other decorations */
    cursor: not-allowed; /* Change cursor to indicate it's not clickable */
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
#OurArticleNumber {
    text-transform: uppercase !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}
.select2-dropdown {
    z-index: 1050 !important; /* or a value higher than the modal */
}

#favContainer {
    position: absolute !important;
    top: 9px !important;
    z-index: 9999 !important;
    right: 277px !important;
}
/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1.25rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 300px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}
/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}
.form-control:disabled {
    color: #a8aab4 !important;
    background-color: #f2f2f4 !important;
    border-color: #e5e6e8 !important;
    opacity: 1;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem !important;
    border-bottom: 1px solid #e9ecef !important;
    border-top-left-radius: .3rem !important;
    border-top-right-radius: .3rem !important;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem !important;
    border-top: 1px solid #e9ecef !important;
}
.ml-10 {
      margin-left: 10px;
}
.datepicker-input {
    cursor: pointer;
}

.input-group-text {
    background-color: #f8f9fa;
    border-left: 0;
}
@media only screen and (max-width:1564px ) and (min-width: 761px) {
    .iti__selected-dial-code {
        margin-left: -7px !important;
    }
    .phonecodemerge .phonemask {
        padding-left: 27px !important;
    }
}
 

.custom-form-button {
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}
.error {
    border: red 2px solid !important;
}
.vatBox {
    width: 87px !important;
    margin-left: -86px !important;
    min-width: 87px !important;
}
.hide{
    display:none !important;
}
.show {
    display: block !important;
}
.mr-10 {
    margin-right: 10px;
}
.bg-card
{
    display:none !important;
}
.pull-right {
    float: right !important;
}
.pd-0 {
    padding: 4px !important;
}
.mt-80{
    margin-top: 80px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.tooltip { 
    --bs-tooltip-max-width: 700px !important;
}
.iti__dropdown-content {
    z-index: 99999 !important;
    min-width:300px !important;
}
.iti--container {
    z-index: 999999 !important;
}
.country-select .country-list {
    width: 430px !important;
    z-index: 99999 !important;
}
.currencyCodes {
    margin-top: 12px !important;
    text-align: center !important;
}
.field-validation-error span {
    font-size: smaller !important;
}

.input-validation-error {
    border: rgba(var(--bs-danger-rgb)) 1px solid !important;
}
.fn-13{
    font-size:13px;
}

.tempwo .table > :not(caption) > * > * {
    padding: .513rem 0.55rem ;
}
.txtend {
    text-align: end;
}
.tempwo .pd0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.pd-b-20 {
    padding-bottom: 20px !important;
}
.table > :not(caption) > * > * {
    padding: 0.56em 1.25rem !important;
}

.table th {
    padding: 6px 12px !important;
}
html:not([dir=rtl]) table.table-bordered.dataTable tr th:first-child, html:not([dir=rtl]) table.table-bordered.dataTable tr td:first-child {
    border-left-width: thin !important;
}
html:not([dir=rtl]) table.table-bordered.dataTable tr th:last-child, html:not([dir=rtl]) table.table-bordered.dataTable tr td:last-child {
    border-right-width: thin !important;
}
.text-right {
    text-align: right;
}
 table.dataTable td {
    white-space: nowrap !important;
}

.form-floating.form-floating-outline > .form-select:not(:placeholder-shown) ~ label {
    font-size: .73rem !important;
}
.countrycode {
    border: 1px solid lightgray;
    border-radius: 5px;
    width: 47px !important;
    padding: 3px;
    padding-left: 0px;
    border-right: 0px;
}
    .countrycode:focus-within {
        border: 2px solid #2f339a  !important;
    }

.input-group:has(.select2-container--open) .flag, .input-group:has(.select2-container--focus) .flag {
    border: 2px solid #2f339a !important;
}
.input-group .select2-container--default.select2-container--focus .select2-selection, .input-group .select2-container--default.select2-container--open .select2-selection, .input-group .select2-container--default .select2-selection {
    border-right: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.phonecodemerge .phonemask {
    border-left: 0px !important;
    padding-left: 37px !important;
}
.custom-toast {
    background-color: #dbdcee !important;
    color:white;
}
.flag-margin {
    margin-top: 4px;
    margin-right: 4px;
}
.iti--inline-dropdown .iti__dropdown-content {
    position: absolute;
    z-index: 2;
    margin-top: 17px !important;
    margin-left: calc(var(--iti-border-width)* -5) !important;
    border: var(--iti-border-width) solid var(--iti-border-color);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
}
.iti__search-input {
    width: 100%;
    border-width: 0;
    border-radius: 3px;
    padding: 10px !important;
}
.user-profile-img {
    height: 200px !important;
}
.bannerImage {
    height: 200px !important;
    width: 100% !important;
}
.hover-menu {
    display: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: auto; /* Adjust width to content */
}
.mr-2 {
    margin-right: 2px;
}
/* Show the menu when hovering over the parent div */
.d-flex:hover .hover-menu {
    display: block;
}

/* Ensure the menu buttons are aligned to the left */
.menu-buttons {
    display: flex;
    flex-direction: column; /* Align buttons vertically */
    gap: 8px; /* Add space between buttons */
    text-align: left; /* Ensure text is aligned to the left */
}

  

/* Make sure the customer link has no underlines and inherits the text color */
.customer-link {
    text-decoration: none;
    color: inherit;
}
.suggestion .user-info {
    margin-right: 25px;
}

.suggestion .rounded-circle {
    width: 28px;
    height: 28px;
    object-fit: cover;
    object-position: top;
}

 
.tt-menu
{
    display:block !important;
}
.hover-menu .menu-buttons {
    flex-direction: row;
    flex-wrap: wrap;
}
 
.hover-menu {
    border: 0px solid #ddd;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
    .hover-menu .menu-buttons .clickbtn {
        width: auto;
    }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.bottomFixedDiv {
    position: fixed;
    bottom: 10px;
    right:20px;
    padding:15px;
    background-color: #fff;
    border:0px solid;
    display: flex;
    gap: 12px;
    box-shadow: 0 0rem 1.5rem 0 rgba(38, 43, 67, 0.25);
    border-radius: 12px;
}
.brd-1-lgy {
    border: 1px solid lightgray;
}
.hdn
{
    display:none !important;
}
#AddEditHolidayTime .image-container {
    width: 300px; /* Adjust width */
    height: 200px; /* Adjust height */
    text-align: center;
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 9999;
    right: 0;
}

#womesaurments .image-container {
    /*width: 300px;*/ /* Adjust width */
    height: 400px;
    text-align: center;
    overflow: hidden;
    display: none;
    position: absolute;
    z-index: 9999;
    right: 0;
}


#AddEditHolidayTime .image-container {
    /* Hide image initially */
    width: 100%;
    height: 100%;
}
.image {
    /* Hide image initially */
    width: 100%;
    height: 100%;
}
.hover-label {
    cursor: pointer;
}

    .hover-label:hover + .image-container {
        display: block; /* Show image when hovering over label */
    }
.styleingdiv {
    page-break-inside: avoid;
    padding: 5px 0 5px 0;
    border: 1px solid;
    margin-bottom: 5px;
    height: 100px;
}
.pdr-40 {
    padding-right: 40px !important;
}
.pd0 {
    padding: 0px !important;
}
.pdl-40 {
    padding-left: 40px !important;
}
.mr-40 {
    margin-right: 18px !important;
    margin-bottom: 20px !important;
}

.ml-40 {
    margin-left: 18px !important;
    margin-bottom: 20px !important;
}
.light-style .form-floating .select2-container--default .select2-selection--single {
    height: 2.5rem !important;
}
.light-style .form-floating .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered, .light-style .form-floating .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    line-height: calc(2.5rem - 2px) !important;
}
.light-style .form-floating .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.5000625rem !important;
}
.light-style .form-floating .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.5000625rem !important;
}
.modal {
    overflow: visible;
} 
.modal-dialog {
    overflow: visible;
} 
.modal-backdrop .select2-container {
    z-index:1050;
}

.bs-datetimepicker-format {
    min-width: 176px !important;
}

/*.form-select {
    min-width: 176px !important;
}*/
.phonecodemerge .field-validation-error {
    left: -45px;
    position: absolute;
}
.countrygroup:has(.input-validation-error) .countrycode {
    border: 1px solid red;
    border-right: 0px;
}
.countrygroup:has(.input-validation-error) .form-floating.form-floating-outline:focus-within .countrycode {
    border: 1px solid #2f339a !important;
    border-right: 0;
}
 
.countrygroup .form-floating > label {
    width: 100%;
    color: #a8aab4;
    padding: 0.6rem 3rem;
}
.countrygroup .form-floating.form-floating-outline:focus-within > .form-control:first-child, .countrygroup .form-floating.form-floating-outline:focus-within > .form-select:first-child {
    padding: calc(0.6rem - 3px) calc(3rem - 1px) !important;
}
   /* input[type="text"]:not(.flatpickr-time input[type="text"]),
    input[type="number"]:not(.flatpickr-time input[type="number"]) {
        min-width: 129px;
    }*/
.bottomFixedDiv {
    max-width: 50%;
    z-index: 99;
}
 .bottomFixedDiv .btn {
    min-width: auto;
    width: auto;  
   padding: 8px 18px;
   font-size: 12px;
 }

.light-style .select2-container--default .select2-selection--single {
    height: 2.4000rem !important;
}
.light-style .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered, .light-style .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    line-height: calc(2.1890625rem + 4px - 2px) !important;
    padding-inline-start: calc(1rem - 1px);
    padding-inline-end: calc(2.25rem - 1px);
}
.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(2.1890625rem + 4px) !important;
    color: #3b4056;
    padding-left: 1rem;
}
#pdfImageContainer {
    max-height: 400px !important;
    overflow-y: scroll;
}
.flatpickr .input-button {
    border: 1px solid;
    padding: 6px;
}
.input-group-text { 
    padding: .2rem 1rem !important; 
}
.toast-container {
    --bs-toast-zindex:99999 !important;
}
.search-container {
    position: relative;
}

    .search-container .clear-btn {
        position: absolute;
        right: 10px;
        top: 48% !important;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 26px !important;
        color: #999;
        display: none; /* initially hidden */
    }

    .search-container input {
        padding-right: 25px; /* space for clear button */
    }

.menu-vertical .menu-item .menu-link > div:not(.badge) {
    line-height: 1.467;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.datatables-garmentprocess th {
    width: 60px; /* Adjust as needed */
    max-width: 60px;
    white-space: normal; /* Allow wrapping */
    word-break: keep-all; /* Break long words */
    text-align: left;
    padding: 4px;
    font-size: 14px;
}
.foldername
{
   width:130px;
}
input[type="text"].form-control, .dataTable select.form-select, .form-select, select, .select2,
select.form-control, .dataTable input[type="number"].form-control, .dataTable input[type="text"].form-control, .dataTable select.form-control {
    min-width: 150px;
}
.fabric-image {
    max-width: 100%;
}
#stockModal .modal-dialog {
    max-width: 100%;
    margin-top: 0px;
}

#stockModal .modal-content {
    max-height: 98vh;
    height: 98vh;
}
#custom-toast-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1080; /* Bootstrap default for toasts */
    pointer-events: none; /* Let clicks go through unless over a toast */
}

    #custom-toast-container .toast {
        pointer-events: auto; /* Allow interaction with individual toasts */
        margin-bottom: 0.75rem; /* Add spacing between toasts */
    }
        #custom-toast-container .toast:not(:first-child) {
            margin-top: 130px !important;
        }
/*#colorPalette {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}*/
#miniPaletteBox {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 2px solid #0002; 
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

#color {
    position: absolute;
  
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: none; /* hidden until click */
    z-index: 999999;
}

    #color.show {
        display: block;
    }

.color-btn {
    width: 26px;
    height: 26px;
    margin: 3px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
}

    .color-btn.selected {
        border: 2px solid black;
    }
/*.color-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #333;
    cursor: pointer;
}*/

    
/*.color-btn {
    width: 16px;
    height: 16px;
    border: 1px solid #333;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
}*/

 
/* The custom cursor circle */
 
/*    #brushSize .selected {
        border: 4px solid #007bff !important;
    }*/

.sideDiv {
    border: 1px solid lightgray;
    padding: 20px;
}

#canvasWrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    overflow: hidden;
    position: relative;
}

#brushSize .size-btn {
    border: none;
    cursor: pointer;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
}

    #brushSize .size-btn.selected {
        background: rgb(47, 51, 154) !important;
    }
#fullscreenOverlay {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 9999;
    overflow: auto; /* ← native scrollbars */
    display: none;
}
#fsWrapperDiv {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: auto;
    scroll-behavior: smooth;
}

.toolbarFullscreen {
    position: fixed;
    bottom: 0px;
    right: 12px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    z-index: 10000;
    width: 299px;
}
@media print {
    .printhidden, .bottomFixedDiv {
        display: none !important;
        visibility: hidden !important;
    }
}
#eraser .selected {
    border: 3px solid #eb0c15 !important;
}
#fullscreenWrapperDiv {
    width: 100%;
    height: 100%;
    overflow: visible;
}

#fsBgCanvas, #fsDrawCanvas {
    top: 0px !important;
    top: 0px !important;
}
 

#brushSize .size-line {
    background: white;
    border-radius: 2px;
}
#brushSize {
    position: absolute;
    /* right: 20px; */
    background: #fff;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: none;
    z-index: 1222;
    width: 68px;
}
#miniBrushBox {
    max-width: 70px;
    height: 32px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #999; 
    bottom: 95px;
    right: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
    #brushSize.show {
        display: block;
    }
#eraserBtn {
    padding: 5px 11px !important;
}
#eraser {
    padding-left: 0px !important;
}
 
.custom-fancybox .fancybox-bg {
    background: black !important;
}
.custom-fancybox  .fancybox-is-open .fancybox-bg {
    opacity: .7 !important;
}
.custom-fancybox  .fancybox-slide--image .fancybox-content {
    background: white !important;
}

 .fancybox-bg {
    background: black !important;
}

 .fancybox-is-open .fancybox-bg {
    opacity: .7 !important;
}

 .fancybox-slide--image .fancybox-content {
    background: white !important;
}
.preview-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; /* keeps images in one row */
    overflow-x: auto; /* scroll horizontally if many images */
    gap: 10px; /* space between images */
    width: 100%;
    position: relative;
    padding-bottom: 5px;
}

.photo-wrapper {
    position: relative;
    flex: 0 0 auto;
    width: 100%; /* image fills container width */
    max-width: 123px; /* optional: limit width per image */
    border-radius: 8px;
    border: 1px solid #ccc;
    overflow: hidden;
}

    .photo-wrapper img {
        width: 100%; /* ✅ full width */
        height: auto; /* ✅ maintain aspect ratio */
        display: block;
        object-fit: cover;
    }

    .photo-wrapper span {
        position: absolute;
        top: 5px;
        right: 8px;
        cursor: pointer;
        font-size: 22px;
        color: red;
        font-weight: bold;
        user-select: none;
        background: transparent;
        text-shadow: 1px 1px 2px #fff;
    }

#eraserBtn {
    background: #ebdada !important;
    border: 1px solid #a2a28c !important;
}
.bf-btn{
    position: fixed;
    bottom:15px;
    right:10px;
    z-index:999;
    background-color:#cccded;
    color: #fff;
    width:50px;
    height:50px;
    border-radius:50%;
    display:none;
}
.bf-btn span{
    --bs-form-select-bg-img: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" fill="none"%3e%3cpath d="M10.9999 12.0743L15.5374 7.53676L16.8336 8.83292L10.9999 14.6666L5.16626 8.83292L6.46243 7.53676L10.9999 12.0743Z" fill="%23262b43" fill-opacity="0.9"/%3e%3c/svg%3e');
    color: #3b4056;
    appearance: none;
    background-color: rgba(0,0,0,0);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position:right 12px center;
    background-size: 29px;
    width: 50px;
    height: 50px;
    display: block;
}
    .bf-btn.closebtn span {
        --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' stroke='%23262b43' stroke-width='2' stroke-linecap='round'%3e%3cline x1='4' y1='4' x2='16' y2='16'/%3e%3cline x1='16' y1='4' x2='4' y2='16'/%3e%3c/svg%3e");
    }
@media (min-width:300px) and (max-width:767px)  {
 .bf-btn{
    display: block;
 }   
.bottomFixedDiv{
    max-width: 100%;
    flex-wrap: wrap;
    display: none;
}    
.bottomFixedDiv .btn{
    width: 100%;
}
.highlight {
  display: flex; /* Show the hidden-div when clicker is focused */
}

}
.input-error {
    border: 2px solid #dc3545 !important;
    box-shadow: 0 0 6px rgba(220, 53, 69, 0.6);
}

.input-error-msg {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
}
#layout-menu {
    touch-action: manipulation !important;
}
.menu-link {
    pointer-events: auto !important;
}
.menu-sub .menu-link {
    touch-action: manipulation !important;
}


.modal-body .table tr td {
    vertical-align: top !important;
}
.list-group-item {
    padding: 8px !important;
}