label.error {
    color: red;
    font-size: 0.875rem;
}

#password-error {
    position: absolute;
    left: 0;
    top: 4rem;
}

#manufacturer-error {
    position: absolute;
    left: 0;
    top: 4rem;
}

#cost-error {
    position: absolute;
    left: 0;
    top: 4rem;
}

.other-doc-padding {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
}


/* US Style */


.form-us-control {
    padding: 16px 24px 16px 24px !important;
    height: 52px !important;
    border-radius: 8px !important;
    border: 1px solid #ABAEB4 !important;
}

.form-us-control-button {
    background: #005CF9 !important;
}

.form-us-control-link {
    color:  #004DCF!important;
}


.form-control-us-input {
    padding: 16px 24px 16px 24px;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #ABAEB4;
}
.passwodfielsus {
    position: relative;
}
a#changePassTarget {
    position: absolute;
    z-index: 999;
    left: 90%;
    top: 15px; 
}
a#changePassTarget i { 
    color: #ABAEB4 !important;
}

.text-blue-500{
    color:  #004DCF!important;
    opacity:1;
}

@media screen and (max-width:1024px) {
    body.us-outerbody .grid.grid-cols-2.m-4 {
    gap: 30px;
}
body.us-outerbody form p br{display:none;}
body.us-outerbody p  br {
    display: none;
}
}
.space-y-6.mb-0.opt-us-box {
    display: flex;
    justify-content: center;
    align-items: center;gap:26px;
}
.space-y-6.mb-0.opt-us-box input{ 
    width:110px;
    height:72px;
    padding: 8px;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #D0D5DD; 
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    }
@media screen and (max-width:767px) {
    body.us-outerbody  .grid.grid-cols-2.m-4 {    grid-template-columns: repeat(1, minmax(0, 1fr))!important;}
    body.us-outerbody  .grid.grid-cols-2.m-4   .mb-\[196px\] {
        margin-bottom: 50px!important;
    }     
    body.us-outerbody  .grid.grid-cols-2.m-4  
    .mb-\[92px\] {
        margin-bottom: 42px;
    }
    }

    .usbox-image-text {width:100%;
        padding: 12px 24px 12px 24px;
        gap: 16px;
        border-radius: 8px; width:100%;
        background: #F7F8FA;text-align:center;padding-bottom:40px;
        }
        .usbox-image-text p{
font-family: Epilogue;
font-size: 14px;
font-weight: 400;
line-height: 20px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;}.usbox-image-text svg {
    margin:40px auto;
    margin-bottom: 20px;
}
.buttonsus-primary-white {
    padding: 16px 24px 14px 24px;
    gap: 8px;
    border-radius: 16px;
}
.buttonsus-primary  {
    padding: 16px 24px 14px 24px;
    gap: 8px;
    border-radius: 16px;
}

/* For WebKit browsers */
.overflow-y-scroll-us {
    overflow-y: scroll;
  }
  
  .overflow-y-scroll-us::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
  }
  
  .overflow-y-scroll-us::-webkit-scrollbar-track {
    background: #E2EDFF; /* Background of the scrollbar track */
  }
  
  .overflow-y-scroll-us::-webkit-scrollbar-thumb {
    background: #BCD5FF; /* Color of the scrollbar handle */
    border-radius: 10px; /* Rounded corners for the handle */
  }
  
  .overflow-y-scroll-us::-webkit-scrollbar-thumb:hover {
    background: #BCD5FF; /* Color of the handle on hover */
  }
  
  /* For Firefox */
  .overflow-y-scroll-us {
    scrollbar-width: thin; /* Makes the scrollbar thin */
    scrollbar-color: #BCD5FF #E2EDFF; /* Handle color and track color */
  }

  div#export-div label.form-check-label{ 
    font-family: Epilogue;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;color: #131313;
    }
    div#export-div h3{ font-family: Epilogue;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    }

    body.us-outerbody{max-width:1440px;margin:0 auto;}
    .us-text-logins{max-width: 442px;margin: 0 auto;}
    .us-signup-page {
        max-width: 519px;
        margin: 0 auto;
    }
    div.us-text-logins1st{
        margin-left: -10%;
    }

    .us-signup-page {
        max-width: 519px;
        margin: 0 auto;
        width: 100%;
    }

    .form-us-control[readonly] {
        padding: 16px 24px 16px 24px !important;
        height: 52px !important;
        border-radius: 8px !important;
        border: 1px solid #F7F8FA !important;
        pointer-events: none;
        background-color: #F7F8FA !important;
    }

/* Hide the default checkbox and radio */
#export-div input[type="checkbox"],
#export-div  input[type="radio"] {
  display: none;
}
#export-div  label{
display: flex;}
#export-div  .checkboxus label::before { content:'';
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url('images/checkbox-us.svg') no-repeat center center;
  background-size: cover;
  position: relative;    margin-right: 7px;
}

#export-div .checkboxus input:checked + label::before { content:'';
  background: url('images/checkbox-us-checked.svg') no-repeat center center;
  background-size: cover;
}
 
#export-div .radious label::before {
    content:'';
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url('images/radio-us.svg') no-repeat center center;
  background-size: cover;
  position: relative;    margin-right: 7px;
}

#export-div .radious input:checked + label::before { content:'';
  background: url('images/radio-us-checked.svg') no-repeat center center;
  background-size: cover;
}

table.ustableplain {
    width: 100%;
}
table.ustableplain th {
    background: #F7F8FA;
    color: #1F2835; 
    font-family: Epilogue;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;  
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px solid #F7F8FA!important;
    text-align:left;
}
table.ustableplain td { 
    background: #fff;
    color:  #404854; 
    font-family: Epilogue;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; 
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px solid #E1E4E9!important;
}

table.ustableplain td { 
    background: #fff;
    color: #404854;
    font-family: Epilogue;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px solid #E1E4E9 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}div#notification-div .space-y-2.flex.flex-col {
    max-height: 60vh !important;
    overflow-y: auto;
}

@media screen and (max-width:1024px){ div.us-text-logins1st {
    margin-left: 0%;
}}.rounded-lgus {
    border-radius: 8px !important;
}
.rounded-lgus {
    border-radius: 8px !important;
}.us-menubox .py-4 {
    padding-top: 1rem !important;}

    .w-2.h-2.bg-blue-300.rounded-full{
        width: 6px !important; height: 6px !important;
    }
    .w-2.h-2.bg-white.rounded-full {
        width: 6px !important; height: 6px !important;
    }.height-54pxus{height:54px!important;}.disabled-us{border: 1px solid #F7F8FA !important; pointer-events: none; background-color: #F7F8FA !important;}
    .form-us-control { 
        font-size: 14px!important;
    }
    .form-us-control:focus {
        border: 2px solid #005cf9 !important;
    }.form-us-control-button:hover {
        background: #004dcf !important;
    }
    .passwodfielsus .form-us-control:focus {
        border: 2px solid #005cf9 !important;
    }

    .opt-us-box input:focus {
        border: 2px solid #005cf9 !important;
    }
    
    @media screen and (max-width:600px){
    .bg-\[\#005CF9\].h-full.text-white.flex.px-\[45px\].py-10 {
        padding: 20px!important;
    }    }


    div#file-list p,  p#file-name {
        font-size: 11px!important;
        position: absolute;
        width: 100%;
        line-height: 1;
        padding: 10px;
        bottom:10px;text-align: center;
    }div#other-upload-area, div#upload-area {
        position: relative;
    }
    .uspt-45px{padding-top:45px!important;}.us-sign-inlogo{margin-left:-10px!important;}button.swal2-confirm.swal2-styled {
        background-color: rgb(37 99 235 / var(--tw-bg-opacity))!important;
        border-radius: 16px!important;
        padding: 16px!important;
        height: 54px !important;
        font-family: Epilogue!important;
        font-size: 16px!important;outline:none!important;
    }
    .height-52pxus2{height:52px!important;}    button.swal2-confirm.swal2-styled:focus,
    button.swal2-confirm.swal2-styled:active,
    button.swal2-confirm.swal2-styled:hover {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
        background-color: rgb(37 99 235 / var(--tw-bg-opacity)) !important;
        border-radius:16px!important;
        height:54px!important;
    }.swal2-styled:focus {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
        box-shadow: none !important;
    } th.px-0.py-3.font-medium {
        font-family: Epilogue;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
    }
    .ustableplain-removed-tdbrd tbody tr {
        border-bottom: 1px solid #ddd; /* Add bottom border for rows */
      }
      
      .ustableplain-removed-tdbrd   tbody tr:last-child {
        /* border-bottom: none;  */
      }
      .ustableplain-removed-tdbrd 
      tbody td {
        border:0!important;
      } .ustableplain-removed-tdbrd { 
        background: linear-gradient(to bottom, #ffffff 50%, #000 50%)!important;
    } .border-keepus{border-bottom: 1px solid #ddd!important; }
    .height-54pxus{height:54px!important;display:block;}  
    .height-52pxus2{height:52px!important;display:block;}  