* {
    margin: 0;
    padding: 0;
}

.login-box h3 {
    font-weight: 400;
}

.sidebar {
    background-color: #00529B;
    color: white;
    height: 100vh;
}

.sidebar a {
    color: #C6E4FF;
    text-decoration: none;
    display: block;
    padding: 10px;
    border-radius: 8px;
}

.sidebar a.active {
    flex-grow: 1;
    background: white !important;
    color: #00529B !important;
    display: flex;
    align-items: center;

}

.sidebar a:hover {
    flex-grow: 1;
    background: white !important;
    color: #00529B !important;
    display: flex;
    align-items: center;
}

.sidebar a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.content {
    min-height: 100vh;
    background-color: #F2F3F7;
}

.menu-style {
    color: var(--Primary_Color, #00529B);
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-topic {
    color: #71717A !important;
    font-size: 14px !important;
    font-weight: 400;
}

.table-heading {
    color: var(--Grey_1, #4A5165);
    font-family: Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.btn-primary {
    border: 2px solid #00529B !important;
}

.btn-custom-blue {
    font-size: 16px;
    border-radius: 5px;
    background-color: #00529B;
    color: white;
}

.btn-custom-blue:hover {
    background-color: #00529B;
}

.bottom-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}



.custom-table-border {
    border: 1px solid #D7E2FF !important;
    border-radius: 5px;
    border-collapse: collapse;
}

.custom-table-border th,
.custom-table-border td {
    border-bottom: 1px solid #D7E2FF !important;
}

.custom-table-border tbody tr:hover {
    background-color: #fff;
}

.custom-table-border th {
    background-color: #fff;
}

.custom-table-border {
    border: 1px solid #D7E2FF;
    border-radius: 10px;
    border-spacing: 0;
}

.custom-table-border th,
.custom-table-border td {
    border-bottom: 1px solid #E0F0FF;
}

.custom-table-border tbody tr:hover {
    background-color: #f5f5f5;
}

.custom-table-border th {
    background-color: #f7f7f7;
}

.custom-table-border tbody tr:last-child td {
    border-bottom: none !important;
}

.table a {
    text-decoration: underline;
    color: #00529B !important;
}

.table th {
    color: var(--Header-Text, #363B4A) !important;
    font-family: Helvetica;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    background-color: #F5F8FF !important;
    color: #363B4A;
}

.search-container .form-control {
    padding-right: 3rem;
}



.edit-icons {
    color: #00529B;
    background-color: #E0F0FF;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 !important;
}

.delete-icons {
    color: #BA2C2C;
    background-color: #FFEBEB;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 !important;
}


.correct-icons {
    color: #DAFFEE;
    background-color: #DAFFEE;
    width: 24px !important;
    height: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 !important;
}

.calendar-icons {
    color: #00529B;
    background-color: #FFFDEA;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 !important;
}

.pass-count-icons {
    color: #00529B;
    background-color: #E4FFF3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 !important;
}

.total-scans-icons {
    color: #00529B;
    background-color: #E7F3FF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 !important;
}

.fail-count-icons {
    color: #00529B;
    background-color: #FFF2F2;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 !important;
}

.refresh-table-icons {
    color: #00529B;
    background-color: #C6E4FF;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 !important;
}

.copy-icons {
    color: #00529B;
    background-color: #98A2B3;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 !important;
}



.refresh-icons {
    color: #00529B;
    background-color: #C6E4FF;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 !important;
}

.custom-card {
    border: 1px solid #D7E2FF !important;
}



tr:first-child th:first-child {
    border-top-left-radius: 10px !important;
}

tr:last-child td:first-child {
    border-top-left-radius: 10px !important;
}

.custom-table {
    border-radius: 10px;
    margin: 0;
}

.custom-table-border {
    border-collapse: separate;
    border-spacing: 0;
}

table {
    border-radius: 10px;
}

tr:first-child th:first-child {
    border-top-left-radius: 10px !important;
}

tr:first-child th:last-child {
    border-top-right-radius: 10px !important;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 10px !important;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 10px !important;
}

.table-subtext {
    color: var(--Table-Text, #434754) !important;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}


.copyright-style {
    color: var(--Grey_3, #98A2B3);
    text-align: center;
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.completed {
    color: #118551 !important;
}

.inprogress {
    color: #AD8B00 !important;
}

.failed {
    color: #BA2C2C !important;
}

.table td:first-child {
    text-align: center;
    vertical-align: middle;
}

.table th:first-child {
    text-align: center;
    vertical-align: middle;
}

.search-container {
    width: 250px;
}



.sidebar {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.sidebar .d-flex:last-child {
    margin-top: auto;
}



body {
    height: 100vh;
    margin: 0;
}

.login-container {
    display: flex;
    height: 100vh;
    background-color: white !important;
}

.image-section {
    position: relative;
    background-color: #0062BA;
    /* background-image: url('/images/login_tray_bg 1.png'); */
    background-size: cover;
    background-position: center;
    height: 100%;
}


.form-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 2;
}

.login-box {
    width: 100%;
    max-width: 420px;
}


.eye-icon {
    color: #98A2B3;

}



.login-footer {
    display: flex;
    height: 24px;
    align-items: center;
    justify-content: center;
}

.login-footer p {
    color: #98A2B3;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.centered-text {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: white;
}



.legends-style {
    color: var(--Grey_1, #4A5165);
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;

}

.search-container input {
    color: #98A2B3;
    border: none;
    outline: none;
    flex-grow: 1;

}

.search-container .search-icon {
    background: transparent;
    border: none;
    cursor: pointer;

}

.search-container .search-icon img {
    width: 20px;
    height: auto;
}

.search-container .form-control[type="search"]::-webkit-input-placeholder {
    color: #98A2B3;
}

.search-container .form-control[type="search"]::-moz-placeholder {
    color: #98A2B3;
}

.search-container .form-control[type="search"]:-ms-input-placeholder {
    color: #98A2B3;
}

.search-container .form-control[type="search"]:-moz-placeholder {
    color: #98A2B3;
}

span.table-heading {
    font-size: 20px;

}

ul.nav.nav-tabs::after {
    content: '';
    width: 100%;
    position: absolute;
    top: 37px;
}

ul.nav.nav-tabs>li.nav-item {
    position: relative;
    line-height: 18px;
    list-style: none;
    padding: 0 12px;
}

ul.nav.nav-tabs>li.nav-item:first-child {
    padding-left: 0 !important;
}

ul.nav.nav-tabs>li.nav-item button.nav-link {
    font-size: 16px !important;
    padding: 0.6rem 0.4rem 0.6rem;
    color: #77787B !important;
    font-weight: 400;
    line-height: 18px;
    border: none !important;
    display: flex;
    align-items: center;
    grid-gap: 6px;
    position: relative;
    white-space: nowrap;
}

ul.-secondary>li.nav-item button.nav-link {
    padding: 0.6rem 0.4rem 0.6rem;
    color: #5B5B5B;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 18px;
    border: none !important;
    display: flex;
    align-items: center;
    grid-gap: 6px;
    position: relative;
    white-space: nowrap;
}

ul.-secondary>li.nav-item {
    border-bottom: 1px solid rgb(226 226 226);
}

ul.-secondary>li.nav-item:last-child {
    border-bottom: none;
}

ul.nav.nav-tabs>li.nav-item button.nav-link .form-check .form-check-input {
    min-width: 15px;
    min-height: 15px;
    width: 15px;
    height: 15px;
    border-radius: 2px;
}

ul.nav.nav-tabs>li.nav-item button.nav-link.active {
    border: none;
    color: #00529B !important;
    font-weight: 500;
    background-color: transparent;
}

ul.nav.nav-tabs>li.nav-item button.nav-link:hover,
ul.nav.nav-tabs>li.nav-item button.nav-link:focus {
    border: 1px solid transparent;
    color: #2A2A2A;
    font-weight: 400;
}

ul.nav.nav-tabs>li.nav-item button.nav-link.active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #00529B;
    left: 0;
    bottom: 0px;
    border-radius: 5px;
}

ul.nav.nav-tabs>li.nav-item button.nav-link .form-check {
    display: none !important;
}

ul.-secondary>li.nav-item button.nav-link .form-check {
    display: none !important;
}

ul.nav.nav-tabs.arrange>li.nav-item button.nav-link .form-check {
    display: block !important;
}

ul.nav.nav-tabs.arrange>li.nav-item button.nav-link::after {
    display: none;
}

.secondary-tab {
    padding-top: 15px;
}

.secondary-tab>.nav {
    justify-content: flex-start;
    border: none;
    gap: 8px;
    padding: 0 22px 0;
    position: relative;
}

.secondary-tab>.nav .nav-item .nav-link {
    padding: 6px 16px;
    border-radius: 5px;
    color: #5B5B5B;
    font-size: 18px;
    font-weight: 400;
    margin-left: -1px;
    background-color: #E8E8E9;
    line-height: 25px;
    white-space: nowrap;
}

.secondary-tab>.nav .nav-item .nav-link:hover {
    border-color: #B7B7B7;
    background-color: #B7B7B7;
    color: #2A2A2A;
}

.secondary-tab>.nav .nav-item .nav-link.active {
    border-color: #B7B7B7;
    background-color: #B7B7B7;
    font-weight: 500;
    color: #2A2A2A;
}

.left-side-tabs {
    display: flex;
    height: calc(100vh - 385px);
}

.left-side-tabs .nav-tabs {
    border: none !important;
    flex-direction: column;
    min-width: 175px !important;
    height: calc(100vh - 390px) !important;
    overflow: auto;
    overflow-x: hidden;
    flex-wrap: nowrap;
}

.left-side-tabs .nav-tabs .nav-item .nav-link {
    width: 175px;
    font-size: 15px;
    font-weight: 500;
    color: #5B5B5B;
    text-align: left;
    border: none !important;
    padding: .6rem .8rem;
    transition: none;
}

.left-side-tabs .nav-tabs .nav-item .nav-link:hover {
    border: none !important;
}

.left-side-tabs .nav-tabs .nav-item .nav-link.active {
    border-radius: 5px 0 0 5px;
    position: relative;
    border: 1px solid #E9EAEC !important;
    border-right: none !important;
    color: #000;
    font-weight: 600;
}

.secondary-header {
    color: var(--Primary_Color, #00529B);
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.add-table-header {
    color: var(--Grey_1, #4A5165);
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
}


.form-control::placeholder {
    color: var(--Black, #090909);
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.mono-tone-card .card-footer {
    background-color: #EAF0FF;
    height: 60px;
    border: none !important;
    display: flex;
    align-items: center;
}

.card-footer {
    background-color: #EAF0FF;
    height: 60px;
    border: none !important;
    display: flex;
    align-items: center;
}

.primary-card.card .card-footer {
    gap: 10px;
    padding: .5rem 15px;
}

.primary-card.card .card-footer .btn {
    width: 50%;
    margin: 0 !important;
    font-size: 14px;
    padding: 0 1rem !important;
}


.header-topic-sub {
    color: #00529B !important;
    font-size: 14px !important;
    font-weight: 400;
}


.custom-nav-tab {
    --bs-nav-tabs-border-color: #C6E4FF;
}

.pl-24 {
    padding-left: 24px !important;
}

.pr-24 {
    padding-right: 24px !important;
}



.mr-20 {
    margin-right: 20px
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.dashboard-heading {
    color: var(--Grey_1, #4A5165);
    font-family: Helvetica;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f4f4f4;
}

.label-partition {
    display: flex;
    align-items: center;


}

.partition-left,
.partition-right {
    flex: 1;
    padding: 10px;
}

.partition-left select,
.partition-right input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.divider {
    width: 2px;
    background-color: #ccc;
    height: 50px;
    margin: 0 10px;
}

.status-bar {
    border-radius: 10px;
    border: 1px solid #F0F0F0;
    background: #F9F9F9;
    position: relative;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.current-results {
    color: var(--Primary_Color, #00529B);
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.current-result-ip {
    color: var(--Primary_Color, #00529B);
    font-family: Helvetica;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.current-result-status {
    color: #118551;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.status {
    color: var(--Grey_2, #77787B);
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.status-sub-text {
    color: var(--Grey_1, #4A5165);
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.status-header,
.status-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}

.status-header,
.status-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}

.status-sub-text {
    font-size: 13px;
    color: #555;
}

.refresh-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 14px;
    bottom: 0;
}

.refresh-icons img {
    height: 100%;
    max-height: 40px;
    width: auto;
}

.calendar-container {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.calendar-container img {
    width: 20px;
    height: auto;
    cursor: pointer;
}


.p-20 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card {
    margin-bottom: 1rem;
    border-radius: 10px;
}



body {
    overflow: hidden;
}

.custom-table {
    overflow-x: auto;
    width: 100%;
}


.row {
    margin-left: 0;
    margin-right: 0;
}

.custom-card {
    display: flex;
    flex-direction: column;

}

.table-responsive {
    max-width: 100%;
    overflow-x: auto;
}

.custom-table {
    white-space: nowrap;
}

.custom-table table {
    width: 100%;
    table-layout: auto;
}

body {
    overflow-x: hidden;
}

/* .form-select {
    width: 100% !important;
    max-width: 186px !important;
} */

img {
    max-width: 100%;
    height: auto;
}

.simple-bar {
    max-width: 100%;
    overflow-x: hidden;
}

.ml-20 {
    margin-left: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}


.toggle {
    width: 65px !important;
    height: 28px !important;
    border-radius: 100px;
    min-height: unset !important;
    min-width: unset !important;
    padding: 0 1rem !important;
    background-color: transparent !important;
    border: 2px solid #898989 !important;
}

.toggle:hover {
    background-color: transparent !important;
}

.toggle .toggle-group .btn.toggle-on,
.toggle .toggle-group .btn.toggle-off {
    background-color: #fff !important;
    height: 26px !important;
    color: #00529B !important;
    text-align: left;
    padding: 0 10px !important;
    border: none !important;
    font-size: 14px !important;
    line-height: 24px;
}

.toggle .toggle-handle {
    width: 20px !important;
    height: 20px !important;
    background-color: #00529B !important;
    border-radius: 100px;
    padding: 0 !important;
}

.toggle:focus .toggle-handle,
.toggle:hover .toggle-handle {
    opacity: 1 !important;
}

.toggle .toggle-group .btn.toggle-on:hover,
.toggle .toggle-group .btn.toggle-off:hover {
    background-color: transparent;
}

.toggle.btn-primary {
    border: 2px solid #00529B !important;
}

.toggle.btn-primary .toggle-group .btn.toggle-on {
    background-color: #00529B !important;
    color: #fff !important;
}

.toggle.btn-primary .toggle-handle {
    background-color: #fff !important;
}

.toggle.btn-primary:hover,
.toggle.btn-primary:focus,
.toggle.btn-secondary:hover,
.toggle.btn-secondary:focus {
    border: 2px solid #00529B !important;
}

.toggle.btn-primary .toggle-handle {
    right: 14px;
    top: 9px !important;
}

.toggle.btn-secondary .toggle-handle {
    left: 14px;
    top: 9px !;
}

.toggle.btn-secondary .toggle-off {
    text-align: right !important;
}

.toggle {
    height: 26px !important;
}

.toggle .toggle-group {
    top: -1px !important;
}

.toggle .toggle-group .toggle-handle {
    width: 18px !important;
    height: 18px !important;
}

.toggle.btn {
    border-radius: 50px !important;
    border: 2px solid #007bff !important;
}

.toggle-on {
    background-color: #007bff !important;
    border-radius: 50px !important;
}

.toggle-off {
    background-color: white !important;
    border-radius: 50px !important;
    border: 2px solid #007bff !important;
}

.toggle.btn {
    border-radius: 50px !important;
    border: 2px solid #007bff !important;
    padding: 0px !important;
    min-width: 50px !important;
}


.toggle .toggle-group {
    display: flex;
    justify-content: center;
    align-items: center;
}


.toggle-on {
    background-color: #007bff !important;
    color: transparent !important;
    border-radius: 50px !important;
}


.toggle-off {
    background-color: white !important;
    color: transparent !important;
    border-radius: 50px !important;
    border: 2px solid #007bff !important;
}


.toggle-handle {
    border-radius: 50% !important;
    background-color: white !important;
    width: 20px !important;
    height: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.custom-container {
    margin: 18px 24px 16px 24px !important;
    padding: 0px !important;
}



.custom-input {
    border-color: #D6DEEC;

    color: #77787B;
}

.custom-input:focus {
    border-color: #C6E4FF !important;
    color: #090909 !important;

}

.custom-input::placeholder {
    color: #77787B;

}

.nav-tabs {
    border-color: #C6E4FF;
}

.secondary-card-heading {
    color: #242731;
    font-family: Helvetica;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.custom-border {
    border: 1px solid #C6E4FF !important;
}

.form-check-label-secondary {
    color: var(--Grey_1, #4A5165);
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
}

.form-check-label-tertiary {
    color: var(--Grey_1, #4A5165);
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 14px */
    text-transform: capitalize;
}

.secondary-card {
    border-radius: 10px;
    border: 1px solid #E0F0FF;
    background-color: #F6FBFF;
}

.underline-text {
    color: var(--Primary_Color, #00529B);
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.form-switch .form-check-input {
    width: 3rem;
    height: 1.5rem;
    background-color: #fff;
    border: 1 px solid #00529B;
    position: relative;
    transition: background-color 0.3s ease;
}

.form-switch .form-check-input:checked {
    background-color: #00529B;
}

/* Ellipse inside the toggle */
.form-switch .form-check-input::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: #00529B;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0.25rem;
    transform: translateY(-50%);
    transition: left 0.3s ease;
}

.form-switch .form-check-input:checked::before {
    left: 1.55rem;
}

.custom-table th,
.custom-table td {
    width: 25%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-fixed-width-table th,
.no-fixed-width-table td {
    width: auto !important;
}

.custom-table .toggle-column {
    width: 10%;
}

.custom-table .refresh-column {
    width: 10%;
}

.form-switch .form-check-input {
    width: 3rem;
    height: 1.5rem;
    background-color: white;
    border: 1px solid #00529B;
    position: relative;
    transition: background-color 0.3s ease;
}


.form-switch .form-check-input:checked {
    background-color: #00529B;
}


.form-switch .form-check-input::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background-color: #00529B;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0.25rem;
    transform: translateY(-50%);
    transition: left 0.3s ease, background-color 0.3s ease;
}

.form-switch .form-check-input:checked::before {
    left: 1.55rem;
    background-color: white;
}



.chart-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.left-div,
.right-div {
    flex: 1;
    max-width: 500px;
}

.right-div canvas {
    max-width: 300px;
    max-height: 300px;
}

.pass-fail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.right-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.pass-fail-dropdown,
.group-dropdown {
    width: 150px;
}

.pass-fail-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.chart-container {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

.right-controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.pass-fail-dropdown,
.group-dropdown {
    width: 150px;
}

.chart-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.left-div {
    flex: 1;
    max-width: 60%;
    display: flex;
    justify-content: flex-start;
}

.right-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 40%;
}

canvas {
    max-width: 300px;
    max-height: 300px;
}

.chart-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.left-div {
    flex: 1;
    max-width: 60%;
    display: flex;
    justify-content: flex-start;
}

.right-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 40%;
}

.chart-legend {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.legend-color-box {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 2px;
}

.custom-legend {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.legend-entry {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.legend-box {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 3px;
}

.legend-text {
    text-wrap-mode: nowrap;
    color: var(--Grey_1, #4A5165);
    font-family: Helvetica;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.chart-center-text {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.table-container {
    height: auto;
    min-height: 100vh;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content {
    flex: 1;
}

.some-container {
    margin-bottom: 0;
    padding-bottom: 0;
}



textarea.form-control {
    max-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
}

textarea.form-control.decoration {
      max-height: none;
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 1.5;
}
.dropdown-fixed-width {
    width: 250px !important;
}

a {
    pointer-events: auto;
}

@media (max-width: 576px) {

    .col-6,
    .col-8,
    .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search-container input {
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .search-container {
        width: 200px !important;
    }

    .search-container input {
        padding-right: 0px !important;
    }

    .menu-style {
        font-size: 14px;
        color: #fff;
    }

    .btn-custom-blue {
        font-weight: 500;
        font-size: 12px;
    }

    .table-heading {
        font-size: 16px !important;
    }

    .table td {
        padding: 8px;
    }

    .table th {
        color: var(--Header-Text, #363B4A);
        font-family: Helvetica;
        font-style: normal;
        font-weight: 400;
        background-color: #F5F8FF !important;
    }

    .form-check .form-check-input {
        min-width: 14px;
        min-height: 14px;
    }


    .nav-tabs {
        flex-direction: row !important;
    }

    .nav-item {
        margin-right: 10px;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }

    .card-body.simple-bar {
        overflow-x: hidden;
        padding: 1rem;
    }

    .login-box {
        font-size: 12px !important;
    }

    .custom-span-style {
        font-size: 12px;
    }

    .dropdown-fixed-width {
        width: 95px !important;
    }

    .form-check-input {
        width: 14px !important;
        height: 14px !important;
    }
}

@media (max-width: 1024px) {
    .menu-style {
        font-size: 13px;
        color: #fff;
        padding: 9px !important;
    }

    .form-check .form-check-input {
        min-width: 18px;
        min-height: 18px;
    }

    .col-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .col-8 {
        flex: 0 0 65%;
        max-width: 65%;
    }

    .col-4 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .refresh-table-icons {
        width: 18px;
        height: 18px;
    }

    .refresh-table-icons img {
        width: 14px;
        height: 14px;
    }

    .copy-icons {
        width: 18px;
        height: 18px;
    }

    .copy-icons img {
        width: 14px;
        height: 14px;
    }

    .edit-icons img,
    .correct-icons,
    .delete-icons img {
        width: 14px;
        height: 14px;
    }

    .edit-icons,
    .delete-icons {
        padding: 4px;
        margin: 2px;
    }



    .alert span {
        font-size: 12px;
    }

    .table th {
        padding-right: .5rem !important;
        font-weight: 500;
    }

    .form-select {
        height: 40px;
        font-size: 12px !important;
    }

    .form-control {
        border-radius: 3px;
        height: 40px;
        font-size: 12px;
    }

    .form-label {
        font-size: 12px;
    }

    .form-check-label-tertiary {
        font-size: 12px !important;
    }

    .dropdown-fixed-width {
        width: 146px !important;
    }

    .simple-bar {
        max-height: 80vh;
        overflow-y: auto;
    }

    .table td:first-child {
        width: 14px;
        height: 14px;
    }

    .status,
    .status-sub-text {
        font-size: 10px;
    }

    .mr-20 {
        margin-right: 20px;
    }

    .px-20 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .py-10 {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 14xpx;
        font-weight: 300;
    }

    .form-label,
    .custom-span-style,
    .form-check-label {
        font-size: 14px;
    }

    .btn {
        height: 35px;
        /* width: 127px; */
        font-size: 13px;
    }

    .text-muted {
        font-size: 10px;
    }

    .bottom-text {
        display: flex;
        justify-content: flex-start;
    }
}

@media (min-width: 1024px) {
    .simple-bar {
        max-height: 100vh;
        overflow-y: auto;
    }

    .form-check-input {
        width: 16px !important;
        height: 16px !important;
    }

    /* .dropdown-fixed-width {
        width: 146px !important;
    } */

    .form-check .form-check-input {
        min-width: 16px;
        min-height: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bottom-text {
        position: absolute;
        left: 50%;
        transform: translateX(0%);
        bottom: 10px;
    }

    .text-gray {
        font-size: 12px !important;
    }

    .search-container {
        width: 190px;
    }

    .dashboard-heading {
        white-space: nowrap;
        font-size: 14px;
    }

    .current-results,
    .current-result-status,
    .current-result-ip {
        white-space: nowrap;
        font-size: 12px;
    }

    .table-subtext {
        font-size: 14px !important;
    }

    .form-check .form-check-input {
        min-width: 14px;
        min-height: 14px;
    }

    .form-check-input {
        width: 14px !important;
        height: 14px !important;
    }

    .form-check-label-secondary {
        font-size: 12px !important;
    }

    .form-section {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .login-box {
        max-width: 90%;
        margin: 0 auto;
    }
}

/* @media (max-width: 1024px) and (min-width: 768px) {
    .simple-bar {
        max-height: 87vh;
        overflow-y: auto;
    }

    .col-6,
    .col-4 {
        width: 100%;
    }
} */
@media (max-width: 1024px) and (min-width: 900px) {
    .simple-bar {
        max-height: 87vh;
    }
}

@media (max-width: 899px) and (min-width: 768px) {
    .simple-bar {
        max-height: 70vh;
    }
    .dashboard-page .simple-bar {
        max-height: 88vh;
    }
    .create-client .simple-bar {
        max-height: 86vh;
    }
    .create-group .simple-bar {
        max-height: 83vh;
    }
}


@media (max-width: 768px) and (min-width: 1024px) {
    .form-check-label-tertiary {
        font-size: 12px !important;
    }

    .form-select {
        font-size: 12px;
    }

    .form-control {
        font-size: 12px;
    }

    .form-label {
        font-size: 12px;
    }
}



/* Default stroke color */
.menu-icon path {
    stroke: #C6E4FF;
    transition: stroke 0.3s ease;
}

/* Hover effect*/
.menu-style:hover .menu-icon path,
.menu-style:active .menu-icon path {
    stroke: #00529B;
    opacity: 1;
}


.menu-style {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.menu-icon {
    margin-right: 10px;
}

.svg-path {
    fill: #C6E4FF;
    transition: fill 0.3s ease;
}

.menu-style:hover .svg-path,
.menu-style:active .svg-path {
    fill: #00529B;
}

.menu-style svg {
    margin-right: 10px;
}

.toast-header {
    color: #101828;
    font-size: 16px;
    font-weight: 500;
}

.toast-header-subtext {
    color: #344054;
    font-size: 14px;
    font-weight: 400;
}

.success-box {
    position: relative;
    background: white;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.icon-wrapper {
    background: #d1fadf;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.success-message {
    margin-left: 15px;
    flex: 1;
}

.success-message h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.success-message p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.close-btn svg {
    width: 18px;
    height: 18px;
    fill: #344054;
}

.close-btn:hover svg {
    fill: #344054;
}

.text-muted {
    color: var(--Grey_3, #98A2B3) !important;
    text-align: center;
    font-family: Helvetica;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

html,
body {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.container-fluid {
    max-width: 100vw;
    overflow: hidden;
}

body {
    display: flex;
    flex-direction: column;
}

.bottom-text {
    max-width: 100%;
    white-space: nowrap;
}

.row-container {
    display: flex;
    flex-direction: column;
}

.action-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.btn-primary {
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3 !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-primary:active {
    background-color: #004085 !important;
    transform: scale(0.96);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.sidebar a.active,
.sidebar a:hover {
    flex-grow: 1;
    background: white;
    color: #00529B;
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
    transform: scale(1.08);
    border-radius: 6px;
}

.edit-icon:hover {
    animation: wiggle 0.3s ease-in-out;
    color: green;
}

.delete-icon:hover {
    animation: shake 0.3s ease-in-out;
    color: red;
}

.icon img {
    transition: transform 0.3s ease, filter 0.3s ease;
}


.edit-icons:hover img {
    transform: rotate(-5deg) scale(1.1);
    filter: drop-shadow(0px 4px 6px rgba(0, 255, 0, 0.4));
}

.delete-icons:hover img {
    animation: shake 0.3s ease-in-out;
    filter: drop-shadow(0px 4px 6px rgba(255, 0, 0, 0.4));
}

.icon:active img {
    transform: scale(0.9);
}

@keyframes shake {

    0%,
    100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-3px);
    }

    50% {
        transform: translateX(3px);
    }

    75% {
        transform: translateX(-3px);
    }
}

.correct-icons img {
    transition: transform 0.3s ease-in-out;
}

.correct-icons:hover img {
    transform: scale(1.2) rotate(5deg);
    animation: bounce 0.4s ease-in-out;
}

.correct-icons:active img {
    transform: scale(0.9);
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-3px);
    }

    60% {
        transform: translateY(2px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .dropdown-fixed-width {
        width: 146px !important;
    }
}

@media (max-width: 786px) {
    .dropdown-fixed-width {
        width: 100px !important;
    }
}

.refresh-table-icons img {
    transition: transform 0.3s ease-in-out;
}

.refresh-table-icons:hover img {
    transform: rotate(30deg);
}

.refresh-table-icons:active img {
    animation: spin 0.4s ease-in-out;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.sidebar a:hover {
    flex-grow: 1;
    background: white;
    color: #00529B;
    display: flex;
    align-items: center;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 1000;
}

.bar {
    height: 4px;
    background-color: #333;
    border-radius: 2px;
}

.menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #333;
    transition: left 0.3s ease-in-out;
    z-index: 999;
}

.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu ul li {
    padding: 15px;
    text-align: center;
}

.menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

.main {
    margin-left: 0;
    transition: margin-left 0.3s ease-in-out;
    padding: 20px;
}

.main h1 {
    font-size: 24px;
    margin: 0;
}

.main p {
    font-size: 16px;
}

.menu.open {
    left: 0;
}

.main.shift {
    margin-left: 250px;
}

@media (max-width: 767px) {
    .sidebar {
        position: fixed;
        left: -250px;
        top: 0;
        width: 250px !important;
        height: 100%;
        background-color: #2c3e50;
        transition: left 0.3s ease-in-out;
        z-index: 1000;
        padding-top: 20px;
    }

    .sidebar.active {
        left: 0;
    }

    .hamburger {
        position: fixed;
        top: 15px;
        left: 15px;
        font-size: 24px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1100;
        color: white;
    }
}

@media (max-width: 375px) {
    .navbar {
        width: 100vw;
        margin-left: 0;
    }
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
}

.scroll-container {
    width: 300px;
    height: 200px;
    overflow-y: scroll;
    border-radius: 20px;
    border: 2px solid #ccc;
    padding: 10px;
}

.content {
    height: 500px;
    background: #f4f4f4;
}

::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #C6E4FF;
    border-radius: 10px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
    background: #F6F6F6;
    border-radius: 10px;
}

.scroll-container {
    width: 300px;
    height: 200px;
    overflow-y: scroll;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #C6E4FF;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #C6E4FF;
}

.scrollable-div {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #C6E4FF;
    padding: 15px;
    border-radius: 12px;
}

@media (max-width: 1440px) {
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    ::-webkit-scrollbar-thumb {
        background: #C6E4FF;
        border-radius: 8px;
    }

    .scrollable-div {
        max-height: 250px;
    }
}

.calendar-icons,
.total-scans-icons,
.pass-count-icons,
.fail-count-icons {
    pointer-events: none;
    cursor: default;
}

a {
    display: inline-block;
    color: #00529B;
    text-decoration: none;
    transition: transform 0.3s ease-in-out;
}

a:hover {
    transform: translateY(-1px);
}

.icon-box {
    width: 24px;
    height: 24px;
    background-color: #C6E4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.icon-box img {
    width: 17px;
    height: auto;
}

.icon-box img {
    transition: transform 0.3s ease-in-out;
}

.propagate:hover .icon-box img {
    transform: scale(1.2);
}

.menu-style {
    transition: all 0.3s ease-in-out;
}

.menu-style:hover,
.menu-style:focus,
.menu-style:active {
    transform: scale(1.05);
    color: #C6E4FF;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}



@media (max-width: 767px) {
    header.d-flex.d-md-none {
        background-color: #003366 !important;
    }

    .mobile-logo {
        width: 25% !important;
    }

    .mobile-header {
        background-color: #003366 !important;
        padding: 10px;
    }

    .mobile-logo {
        width: 25% !important;
    }

    .mobile-header svg {
        fill: white;
    }
}

.menu-style.active .menu-icon path {
    stroke: #00529B;
}

.menu-style.active .svg-path {
    fill: #00529B;
}

.custom-footer {
    bottom: 10px;
    transform: translateX(0%);
    width: max-content;
    right: 30%;
}

@media (max-width: 425px) {
    .form-control {
        height: 40px;
        font-size: 12px;
    }
}

#dashboard-link:hover img,
#dashboard-link.active img {
    content: url('../images/dashboard-active.svg');
}

#client-link:hover img,
#client-link.active img {
    content: url('../images/client-app-nav-active.svg');
}

#projects-link:hover img,
#projects-link.active img {
    content: url('../images/projects-nsv-active.svg');
}

#groups-link:hover img,
#groups-link.active img {
    content: url('../images/groups-active.svg');
}

#users-link:hover img,
#users-link.active img {
    content: url('../images/users-nav-active.svg');
}

#test-link:hover img,
#test-link.active img {
    content: url('../images/test-nav-active.svg');
}

.menu-style {
    transition: all 0.3s ease;
}

.menu-style.active {
    background-color: #00529B;
    color: white;
}

.menu-style:hover {
    background-color: #0056b3;
    color: white;
}

.menu-container {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu-container.visible {
    visibility: visible;
    opacity: 1;
}

.menu-style img,
.menu-style svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

@media (max-width: 1024px) {

    .menu-style img,
    .menu-style svg {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .sidebar a.active,
    .sidebar a:hover {
        border-radius: 3px;
    }
}

@media (max-width: 768px) {
    .menu-container {
        visibility: visible !important;
        opacity: 1 !important;
    }
}

.menu-style img {
    visibility: visible !important;
    display: block !important;
    height: auto !important;
}

@media (max-width: 768px) {
    .offcanvas {
        width: 100% !important;
        overflow-x: auto;
    }

    .menu-style img {
        width: 20px;
    }

    .btn-responsive {
        height: 30px;
        width: auto;
        font-size: 13px;
    }

    .span.table-heading {
        font-size: 16px !important;
    }
}

.offcanvas .menu-style {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.offcanvas .menu-style:hover,
.offcanvas .menu-style.active {
    border-radius: 5px;
    flex-grow: 1;
    background: white !important;
    color: #00529B !important;
    display: flex;
    align-items: center;
}

.offcanvas .menu-style {
    padding: 10px;
    width: 100%;
}

.offcanvas .menu-icon {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .offcanvas {
        width: 255px;
        background-color: #00529B;
        overflow-y: auto;
        padding: 0;
    }

    .offcanvas .menu-style {
        padding: 15px 20px;
    }

    .offcanvas .menu-style.active {
        background: white !important;
        color: #00529B !important;
    }
}

@media (max-width: 768px) {
    .offcanvas .menu-icon {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
}

.custom-table {
    width: 100%;
    overflow-x: auto;
}

table {
    display: table !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    width: 100% !important;
}


.dropdown {
    position: relative;
    display: inline-block;
    width: 200px;
}

.dropdown-toggle::after {
    display: none !important;
}

.form-select-custom {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.dropdown-menu {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

.dropdown-item {
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    text-decoration: none;
    position: relative;
}

.dropdown-item:hover {
    background: #f5f5f5;
}

.dropdown-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.actions {
    display: flex;
    gap: 5px;
}

.dropdown-menu {
    width: 220px;
}

.search-input {
    padding: 5px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 5px;
}

.custom-table {
    border-collapse: collapse;
    width: 100%;
}

.custom-table th,
.custom-table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.filter-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.close-icon {
    cursor: pointer;
}

.text-gray {
    color: #667085;
    font-size: 14px;
}

.custom-dropdown {

    border-radius: 8px;
    border: 1px solid #ddd;
}

.search-input {
    border-radius: 6px;
    padding: 8px;
}

.input-group-text {
    border-radius: 0 6px 6px 0;
    border-left: none;
}

.search-input:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}

.dropdown-item {
    display: flex;
    align-items: flex-end;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.form-check-input {
    margin-left: 5px !important;
}

.form-check-label {
    cursor: pointer;
}

.custom-dropdown-toggle:hover .dropdown-img {
    content: url("/images/hover-image.svg");
}

.custom-dropdown-toggle:hover .dropdown-text {
    color: red;
}

.checkdigit-style {
    font-size: 14px !important;
    color: #4A5165 !important;
}

.btn-custom {
    border: 1px solid #77787B;
    background-color: transparent;
    color: #77787B;
    transition: all 0.3s ease;
}

.btn-custom:hover,
.btn-custom:focus {
    border-color: #007bff;
    color: #007bff;
    background-color: transparent;
}

.btn-custom:active {
    border-color: #0056b3;
    color: #0056b3;
}

.custom-dropdown-toggle {
    border: 1px solid #ccc;
    color: #D6DEEC;
}

.custom-dropdown-toggle .mx-2 {
    color: #77787B;
}

.custom-dropdown-toggle.active {
    border: 1px solid #00529B;
    color: #00529B;
    background-color: #C6E4FF !important;
}

.custom-dropdown-toggle.active .mx-2 {
    color: #00529B;
    font-weight: 700;
}

.custom-dropdown-toggle .d-none {
    display: none;
}

.custom-dropdown-toggle.active .d-none {
    display: inline-block;
}

.custom-dropdown-toggle {
    border-color: #D6DEEC !important;
    color: #6c757d;
}

.custom-dropdown-toggle.active {
    border-color: #00529B !important;
    color: #00529B;
}

.custom-dropdown-toggle.active .mx-2 {
    color: #00529B;
}

.custom-dropdown-toggle .d-none {
    display: none;
}

.custom-dropdown-toggle.active .d-none {
    display: inline-block;
}

.export-btn {
    color: #00529B;
    text-decoration: underline;
}

.active-pc-style {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-height {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: none;
    height: calc(100% - 76px);
    overflow-y: auto;
    padding-bottom: 80px;
}

.custom-table-pagination {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 5px !important;
    z-index: 99;
}

    .custom-table-pagination ul li.page-item.prev:hover,
    .custom-table-pagination ul li.page-item.next:hover {
        background-color: transparent;
        border: 1px solid !important;
    }

    .custom-table-pagination ul li.page-item.prev:active,
    .custom-table-pagination ul li.page-item.next:active {
        background-color: transparent;
        border: 1px solid !important;
    }

.custom-table-pagination ul li.page-item {
    font-size: 14px;
    color: #344054;
    border: 1px solid #D0D5DD;
    box-shadow: 0 1px 2px rgb(0 0 0 / 6%) !important;
    padding: 8px 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.custom-table-pagination ul li.page-item i,
.custom-table-pagination ul li.page-item span {
    display: flex;
}

.custom-table-pagination ul.page-count {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-table-pagination ul.page-count li.page-item {
    border: none !important;
    margin: 0;
    width: 36px;
    height: 36px;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    padding: 8px 5px !important;
    outline: none;
}

.custom-table-pagination ul.page-count li.page-item a {
    border: none !important;
    font-size: 14px;
    font-weight: 500;
    color: #667085 !important;
}

.custom-table-pagination ul.page-count li.page-item span {
    background-color: transparent;
    border: none !important;
}

/*.custom-table-pagination ul.page-count li.page-item a:hover {
    background-color: transparent;
    transition: none;
}*/

.custom-table-pagination ul.page-count li.page-item.prev,
.custom-table-pagination ul.page-count li.page-item.next {
    border: 1px solid #C5C5C7 !important;
    border-radius: 6px;
    width: 36px;
    height: 36px;
}

/*.custom-table-pagination ul.page-count li.page-item:hover {
    background-color: white !important;
}
*/
.custom-table-pagination ul.page-count li.page-item.active {
    background-color: #00529B;!important;
    border-radius: 6px;
    margin: 0;
}
/*
.custom-table-pagination ul.page-count li.page-item:hover.active {
    background-color: #00529B;
    !important;
}*/

.custom-table-pagination ul.page-count li.page-item.active span {
    color: white !important;
    font-weight: 600;
}

.custom-table-pagination ul.page-count li.page-item.active span,
.custom-table-pagination ul.page-count li.page-item.active a {
    color: white !important;
    font-weight: 600;
}



.page-item.active .page-link {
    color: white !important;
    border-color: #007bff;
}

/*.page-link:hover {
    color: #667085 !important; 
    font-weight: 500;
}*/

.page-item.active.page-item.active{
    color: white !important;
font-weight: 600;
}
/*
.page-item.active .page-link:hover {
    background-color: white !important;
    color: #667085 !important;
    font-weight: 500;
}*/

.custom-table-pagination ul .total-count {
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: 14px;
        font-weight: 500;
        color: #4D637E;
    }

.custom-table-pagination ul .total-count label {
    height: 36px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #898989;
}

.custom-table-pagination ul .total-count .sty-box {
    border: 1px solid #D0D5DD;
    box-shadow: 0 1px 2px rgb(16 24 40 / 5%) !important;
    border-radius: 6px;
    padding: 0 12px;
}

.custom-table-pagination ul .total-count select {
    font-size: 14px;
    font-weight: 500;
    color: #898989;
    padding: .275rem 1.2rem .275rem .5rem;
    width: 50px;
    height: 36px;
    background-position: right 0.3rem center;
    box-shadow: none !important;
    border: 1px solid #D0D5DD !important;
    background-size: 10px;
}

.custom-table-pagination ul .total-count input {
    font-size: 14px;
    font-weight: 600;
    color: #898989;
    padding: 2px;
    height: auto;
    background-position: right 0.2rem center;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 1px rgb(16 24 40 / 5%) !important;
    border: 1px solid #D0D5DD !important;
}

.sortable-header {
    text-align: left;
    padding-right: 20px;
}

.checkbox-align {
    margin-top: 0;
    margin-right: 10px;
}

.text-center {
    text-align: center;
}

.sortable-header {
    display: table-cell;
    text-align: center;
    padding: 10px 15px;
    vertical-align: middle;
}

.header-content {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    background-image: url('../images/sort.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    padding-right: 30px;
}

.checkbox-align {
    margin-top: 0;
    margin-right: 10px;
}

table {
    width: 100%;
    table-layout: fixed;
}

th,
td {
    padding: 0;
}
.height-dashboard-style{
    height: calc(100vh - 88px);
}
.height-create-client-style{
    height: calc(100vh - 100px);
}
.height-client-style{
    height: calc(100vh - 220px);   
}
.height-project-style{
    height: calc(100vh - 220px);   
}
.height-group-style{
    height: calc(100vh - 220px);   
}
.height-user-style{
    height: calc(100vh - 210px);
}
@media (max-width: 1200px) { 
    .height-dashboard-style { height: calc(100vh - 80px); }
    .height-create-client-style { height: calc(100vh - 90px); }
    .height-client-style,
    .height-project-style,
    .height-group-style { height: calc(100vh - 230px); }
    .height-user-style { height: calc(100vh - 220px); }
}

@media (max-width: 992px) { 
    .height-dashboard-style { height: calc(100vh - 70px); }
    .height-create-client-style { height: calc(100vh - 85px); }
    .height-client-style,
    .height-project-style,
    .height-group-style { height: calc(100vh - 180px); }
    .height-user-style { height: calc(100vh - 170px); }
}

@media (max-width: 768px) { 
    .height-dashboard-style { height: calc(100vh - 60px); }
    .height-create-client-style { height: calc(100vh - 80px); }
    .height-client-style,
    .height-project-style,
    .height-group-style { height: calc(100vh - 160px); }
    .height-user-style { height: calc(100vh - 150px); }
}

@media (max-width: 576px) { 
    .height-dashboard-style { height: calc(100vh - 50px); }
    .height-create-client-style { height: calc(100vh - 70px); }
    .height-client-style,
    .height-project-style,
    .height-group-style { height: calc(100vh - 140px); }
    .height-user-style { height: calc(100vh - 130px); }
}
