@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&family=Poppins&display=swap');
.sidebar-link:hover {
    color: #4a7cfe;
    background-color: #e8edff;
}
.loginform h1 {
    color: #4a7cfe;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.loginform h2 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.loginform h3 {
    color: #848484;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.placeholder-image {
    transform: translateY(-36px);
}
.placeholder-image-right {
    transform: translateY(-68px);
}
.loginform input,
.loginform select,
.loginform textarea {
    padding: 10px 10px 10px 10px;
    color: var(--wt-input-letter-grey, #919191);
    font-feature-settings:
        'clig' off,
        'liga' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1px;
}

.loginform .input-mobile {
    padding: 10px 10px 10px 70px;
    color: var(--wt-input-letter-grey, #919191);
    font-feature-settings:
        'clig' off,
        'liga' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%; /* 23.8px */
    letter-spacing: 1px;
}
.loginbtn {
    border-radius: 8px;
    background: #4a7cfe;
    padding: 12px 38px;
    color: white;
    border: transparent;
}
.searchbar {
    width: 60%;
    border-radius: 0 !important;
}
/* modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 40px 20px;
    border: 1px solid #888;
    width: 35%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contentcontainer {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    height: 100%;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transform: translateY(-30px);
    margin-right: -16px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.contentcontainer h1 {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contentcontainer p {
    color: #848484;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.otp-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.otp-digit {
    width: 60px;
    height: 30px;
    text-align: center;
    color: #000 !important;
    border: none;
    border-bottom: 2px solid blue;
    margin-right: 5px;
    font-size: 16px !important;
    font-family: unset !important;
    padding: 0 !important;
}
.otp-container input::-webkit-outer-spin-button,
.otp-container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.otp-container input[type='number'] {
    -moz-appearance: textfield;
}
.otp-digit:focus {
    outline: none;
    /* Remove the border on focus */
}
.contentcontainer h6 {
    color: var(--Black-Color, #0c1011);
    text-align: center;
    font-feature-settings:
        'clig' off,
        'liga' off;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
html,
body {
    height: 100%;
    margin: 0;
}

/* Set the height of the container to 100% of the viewport */
/* .container-fluid {
    height: 100vh;
  } */

/* Make the first column set its background image */
.fixed-column {
    /*background-image: url('../images/loginbanner.png');*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; /* Set the height to 100% of the viewport height */
    overflow-y: hidden;
    margin: 0; /* Reset margin to remove any default margin */
    padding: 0;
    position: fixed;
}
.customer_name {
    display: none;
}

.divider {
    display: block;
}
/* Make the second column scrollable */
.scrollable-column {
    background: #f0f0f0;
    overflow-y: auto; /* Enable vertical scrolling */
    padding: 20px; /* Add padding for content */
}
.lh-4 {
    font-size: 15px;
}
.lp-1 {
    font-size: 12px;
}
@media only screen and (min-width: 992px) {
    .scrollable-column {
        margin-left: 50%;
    }
    .customer_name {
        display: contents;
        margin-right: 5px;
    }
    .custom-table-wrapper {
        overflow-x: auto !important;
        width: 100% !important;
    }
    .divider {
        display: none;
    }
}
/* @media only screen and (max-width: 360px){
    .scrollable-column{
        margin-left: 50%;
    }

  } */
@media only screen and (max-width: 997px) {
    .invoice_no {
        text-align: start !important;
        font-size: small !important;
    }
    .modal-content {
        width: 100%;
    }
    .searchbar {
        width: 100%;
    }
    .lh-1 {
        font-size: 26px !important;
    }
    .lh-2 {
        font-size: 20px !important;
    }
    .lh-3 {
        font-size: 14px !important;
    }
    .lh-4 {
        font-size: 13px !important;
    }
    .lp-1 {
        font-size: 11px !important;
    }
    .lp-2 {
        font-size: 12px !important;
    }
    .loginbtn {
        padding: 7px 30px !important;
        border-radius: 5px;
    }
    .noorderimg {
        width: 80px !important;
    }
}
.dashboardheader input {
    border-radius: 10px;
    background: #e9eae7;
}
.sidebar {
    /* height: 100vh; */
    background: #f4f4f4;
}
.myorder {
    height: 100vh;
}
.myorder tr {
    background: var(--white, #fff);
    /* box-shadow: 0px 4px 10px 0px rgba(190, 189, 189, 0.50); */
    width: 100%;
    /* border-radius: 18px !important;
    overflow: hidden;
    border: 1px solid black !important; */
}
.tablecontainer {
    box-shadow: 0px 4px 10px 0px rgba(190, 189, 189, 0.5);
}
.invoice p {
    color: #000;

    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.invoice h1 {
    color: #4a7cfe;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.invoice h2 {
    color: #4a7cfe;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 133.333% */
}
.accountsetting input,
.accountsetting textarea,
.accountsetting select {
    border-radius: 10px;
    background: #f4f4f4;
}
a {
    text-decoration: none;
}

.timer {
    margin-top: 5px;
}

.timer > svg {
    width: 200px;
    height: 200px;
}

.timer > svg > circle {
    fill: none;
    stroke-opacity: 0.3;
    stroke: #0d6efd;
    stroke-width: 10;
    transform-origin: center center;
    transform: rotate(-90deg);
}

.timer > svg > circle + circle {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    stroke-linecap: round;
    stroke-opacity: 1;
}

.timer.animatable > svg > circle + circle {
    transition: stroke-dashoffset 0.3s ease;
}

.timer > svg > text {
    font-size: 1rem;
}

.timer > svg > text + text {
    font-size: 0.5rem;
}

.responsive-table {
    padding: 5px;
    background-color: white;
    margin: 0;
}
li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.table-header {
    background-color: #f4f4f4;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.col-1 {
    flex-basis: 10%;
}
.col-2 {
    flex-basis: 40%;
}
.col-3 {
    flex-basis: 25%;
}
.col-4 {
    flex-basis: 25%;
}

@media all and (max-width: 767px) {
    .invoice_no {
        text-wrap: wrap !important;
    }
    li {
        font-size: 14px !important;
    }
    .custom-table {
        overflow: auto !important;
        width: 100% !important;
    }
    /* .table-header {
      display: none;
    }
    .table-row{

    }
    li {
      display: block;
    }
    .col {

      flex-basis: 100%;

    }
    .col {
      width: auto;
      display: flex;
      padding: 10px 0;
      &:before {
        color: #6C7A89;
        padding-right: 10px;
        content: attr(data-label);
        flex-basis: 50%;
        text-align: right;
      }
    }
  } */
    .mobile-hidden {
        display: none;
    }
}

.custom-table {
    /* border: 1px solid black; */
    border-collapse: collapse;
    border-radius: 8px;
}
/* Adjust border style, width, and color as needed */
.custom-table th {
    /* Adjust border style, width, and color as needed */
    color: #0d6efd;
    border-right: none;
}

/* .custom-table td {
    border: none; Remove borders from table cells
} */

.bordered-image {
    border: 1px solid #000; /* 5px thick, solid black border */
    padding: 10px; /* Space between image and border */
    border-radius: 8px; /* Rounded corners */
}
.clickable-row {
    cursor: pointer;
}
.expandable-row {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease-out;
    border-bottom: none;
    display: none; /* Start with display none */
    border-bottom: 3px solid #4a7cfe;
}

sup {
    font-size: 12px; /* Make the "st" or "th" smaller */
    vertical-align: sub; /* Aligns the "st" or "th" to the top */
}

.expandable-row.active {
    display: table-row; /* Change to table-row to make it visible */
    transition: height 0.4s ease-in;
}

.expandable-row-content-wrapper {
    /* Remove padding initially */
    height: 0; /* Collapse the content */
    overflow: hidden;
    transition:
        padding 0.4s ease-out,
        height 0.4s ease-out;
}

.expandable-row.active .expandable-row-content-wrapper {
    padding: 0px 30px; /* Add padding when expanded */
    height: auto; /* Expand to fit content */
    transition:
        padding 0.4s ease-in,
        height 0.4s ease-in;
}
/* tr:first-child td:first-child { border-top-left-radius: 40px; }
tr:first-child td:last-child { border-top-right-radius: 40px; }

tr:last-child td:first-child { border-bottom-left-radius: 40px; }
tr:last-child td:last-child { border-bottom-right-radius: 40px; }

tr:first-child td { border-top-style: solid; }
tr td:first-child { border-left-style: solid; } */
