/* CSS V2.17 */

body {
    background-color: rgb(250 250 250);
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}

:root {
    --placeholder-color: #e3e0e0;

    --button-radius: 20px;

    --other-border-radius: 8px;

    --input-border-radius: 8px;
    --input-disabled-background: #d2e6ed;
    --input-label-same-height: 3.5em;

    --error-color:  rgb(194 21 21);

    --gold-color: #ce8a02;
    --gold: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
   
    --nav-top-button: #eb4433;
            
    --nav-item-background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    --nav-background: #02567A;
    --nav-button-border-radius: 20px;
    --nav-link-color: white;

    --mobile-nav-toggle-color: white;
    --mobile-nav-background-color: #002332;
    --mobile-nav-item-border-color: #05374c;
    --mobile-nav-item-color: white;
    --mobile-nav-item-hover-color: black;
    --mobile-nav-item-hover-background-color: var(--gold-color);

    --active-link-border-radius: 20px;
    --active-link-box-shadow: 0 1px 12px 0 rgba(84, 64, 64, 0.995);

    --primary-color1: #446087;
    --primary-color2: #02567A;
    --secondary-color: white;
    --primary-text-color1: #ffffff;
    --primary-text-color-alt: #181717;
    --primary-background: #02567A;
    --secondary-background: #caa45d;
    
    --date-picker-header-background: #1c1616;
    --date-picker-header-text-color: #f19207;
    --date-picker-button-background: #FFC107;
    --date-picker-button-text-color: #607D8B;
    --date-picker-button-border-color: #6ba1cc;
    --date-picker-button-active-background: #121212;
    --date-picker-button-active-text-color: white;

    --select2-hover-color: hsl(19.37deg 2.33% 69.01%);
    --select2-active-color: #c66149;

    --modal-header-background: #02567A;
    --modal-header-text-color: white;
    --modal-border-radius: 12px;
    --modal-button-background-disabled: #b5bfd0;
    --modal-button-background: var(--primary-color1);
    --modal-button-background-alt: white;
    --modal-button-text-color-alt: var(--primary-color1);
    --modal-button-text-color: white;
    --modal-close-button-background: white;
    --modal-close-button-text-color: var(--modal-header-background);
    --modal-success-background: var(--primary-color1);
    --modal-error-background: #e74c3c;
    --modal-info-background: #FFC107;

    --modal-popup-child-header-background: #7793ba;
    --modal-popup-child-header-text-color: white;
    --modal-popup-child-border-radius: 12px;
    --modal-popup-child-button-background-disabled: #b5bfd0;
    --modal-popup-child-button-background: var(--primary-color1);
    --modal-popup-child-button-background-alt: white;
    --modal-popup-child-button-text-color-alt: var(--primary-color1);
    --modal-popup-child-button-text-color: white;
    --modal-popup-child-close-button-background: white;
    --modal-popup-child-close-button-text-color: var(--modal-header-background);

    --spinner-color1: #FFC107;
    --spinner-color2: black;

    --toast-progress-background: #4070f4;
    --toast-duration: 5s;
    --toast-success-background: #47a06c;
    --toast-error-background: #d9534f;
    --toast-info-background: #fff700;

    --tooltip-background: #eeecfd;
    --tooltip-border-color: #6744e3;
    --tooltip-title-text-color: #6744e3;
    --tooltip-text-color: #121212;

    --table-header-background: var(--primary-background);
    --table-header-text-color: var(--secondary-color);

    --add-button-border-color: var(--primary-background);
    --add-button-background: var(--primary-background);
    --add-button-color: white;
    --delete-button-border-color: #eb4433e0;
    --delete-button-background: #eb4433e0;
    --delete-button-color: white;
    --edit-button-border-color: rgb(152 199 70);
    --edit-button-background: rgb(152 199 70);
    --edit-button-color: white;
    --view-button-border-color: rgb(70 150 199);
    --view-button-background: rgb(70 150 199);
    --view-button-color: white;
    --table-button-radius: 14px;

    --filter-label-approved-background: #defce1;
    --filter-label-approved-color: #47a06c;
    --filter-label-pending-background: #ededfb; 
    --filter-label-pending-color: #5e5bdc;
    --filter-label-rejected-background: #f9d3d3;
    --filter-label-rejected-color: #aa2521;
    --filter-label-attention-background: #fbf1e5;
    --filter-label-attention-color: #c97a31;

    --card-box-shadow: 0 1px 12px 0 rgb(212 210 210 / 100%);
    --card-radius: 11px;

    --eps-blue: #486284;
    --eps-blue-text: var(--primary-color2);
    --eps-blue-light: #7b95b7;
    --eps-green: #38a06c;
    --eps-green-light: #deffe1;
    --eps-orange: #c97a20;
    --eps-orange-light: #fcf2e6;
    --eps-red: #aa0000;
    --eps-red-light: #ffd3d3;
    --eps-purple: #5e5adb;
    --eps-purple-light: #ededfc;
    --eps-gray: #b7b7b7;
    --eps-gold: #CAA45D;
    --eps-amber: #EB4315; 
}

::placeholder {
    color: var(--placeholder-color);
}

.left {
    float: left;
}

.right {
    float: right;
}

.highlight {
    background-color: rgb(255 242 0);
    padding: 0.4em 0.3em;
    border-radius: 6px;
    border: 1px dashed #988a8a;
    cursor: crosshair;
}

.highlight:before {
  content: open-quote;
}

.highlight:after {
  content: close-quote;
}

.active-role {
    background-color: rgba(31, 34, 212, 0.25);
}

.make-relative {
    position: relative;
}

.error {
    display: none;
    color: var(--error-color);
    font-size: 0.9em;
    padding: 0.5em 0;
    text-align: left;
}

.is-required {
    color: var(--error-color);
    font-weight: 500;
}

p {
    font-size: 0.9em;
}

h4 {
    font-size: 0.9em;
    color: var(--eps-blue-text);
}

.title-text {
   color: var(--eps-blue-text) !important; 
}

.btn-primary {
    color: #ffffff;
    background-color: var(--primary-background);
    border: solid 1px var(--primary-background);
    border-radius: 1rem;
    padding: 0.5rem 1.5rem;
}

.btn-primary:hover, .btn-primary:active {
    color: var(--primary-color2) !important;
    background-color: #ffffff !important;
    border: solid 1px var(--primary-color2);
}

.btn-danger {
    border-radius: 1rem;
    padding: 0.5rem 1.5rem;
}

.btn-outline-primary {
    color: var(--primary-color2);
    background-color: #ffffff;
    border: solid 1px var(--primary-color2);
    border-radius: 1rem;
    padding: 0.5rem 1.5rem;
}

.btn-outline-primary:hover, .btn-outline-primary:active {
    color: #ffffff !important;
    background-color: var(--primary-color2) !important;
    border: solid 1px var(--primary-color2);
}

.btn-disabled, .btn-disabled:hover, .btn-disabled:active {
    color: #ffffff;
    background-color: #d9d9d9;
    border: solid 1px #d9d9d9;
    border-radius: 1rem;
    padding: 0.5rem 1.5rem;
}

.navbar {
    background-color: var(--nav-background);
    padding: 0;
}

.navbar-fluid {
    padding-left: 0 !important;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    
}

.navbar-nav {
    --bs-nav-link-color: var(--nav-link-color);
    --bs-nav-link-hover-color: var(--gold-color);
    --bs-nav-link-disabled-color: var(--gold-color);
}

.navbar-nav a:link {
    text-decoration: none;
}

.navbar-expand-md .navbar-nav .nav-link:hover {
    color: var(--gold-color);
}

.nav-link dropdown-toggle:hover {
    color: var(--gold-color);
}

.header-nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
    background-color: white;
    box-shadow: 1px -6px 11px 1px rgba(0, 0, 0, 0.75)
}

.header-nav-top-logo {
    height: 90px;
    cursor: pointer;
}

.header-nav-top-title {
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 1em;
}

.header-nav-top-links {
    display: flex;
    gap: 15px;
}

.header-nav-top-link-item {
    font-size: 0.9em;
    color: var(--primary-color1);
    text-decoration: none;
    background-color: transparent;
    font-weight: 200;
}

.header-nav-top-link-item.active {
    color: var(--primary-color2) !important;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid var(--primary-color2);
}

.header-nav-top-button {
    font-size: 0.8em;
    background-color: var(--nav-top-button);
    color: white;
    padding: 0.8em 0.6em;
    border-radius: var(--nav-button-border-radius);
    cursor: pointer;
    width: 10em;
    text-align: center;
}

.header-nav-top-button:hover {
    background-color: #020100;
    color: rgb(227, 174, 40);
}

.header-nav-top-user-img-notification {
    cursor: pointer;
    margin-left: 0.5em;
    margin-top: -0.3em;
    height: 26px;
}

.header-nav-top-user-img-notification:hover {
    filter: brightness(0.8);
}

.header-nav-top-notification-group {
    position: relative;
}

.header-nav-top-notification-count {
    position: absolute;
    top: -10px;
    right: -8px;
    background-color: red;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0.3em 0 0;
    font-size: 0.65em;
    text-align: center;
    z-index: 200;
}

form div.required label.form-label:after, .is-required:after {
  content:" * ";
  color: #eb4433;
}

.header-nav-top-user-profile {
    display: flex;
    align-items: center;
}

.header-nav-top-user-name {
    font-size: 0.9em;
    margin-left: 0.5em;
    color: white;
}

.header-nav-top-user-name:link {
    text-decoration: none !important;
}

.header-nav-top-user-img-user {
    height: 35px;
    cursor: pointer;
}

.header-nav-top-user-img-user:hover {
    filter: brightness(0.8);
}

.header-nav-top-separator {
    width: 2px;
    height: 1.2em;
    background-color: #ffffff;
    margin: 0 10px;
}

.page-top-right-section {
    position: absolute;
    top: 5.2em;
    right: 0;
    font-size: 0.8em;
    color: #b7b4af;
    background: #5f9ea01f;
}

.page-container {
    padding: 2em;
}

.page-title {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
    color: var(--primary-color2);
    width: fit-content;
}

.page-title::after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../img/stripes.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -2.5em;
    top: 50%;
    transform: translateY(-30%);
}

.page-table1 {
    width: 100%;
    border-collapse: collapse;
}

.page-table1 th,
.page-table1 td {
    font-size: 0.9em;
    padding: 12px 15px;
    border: none;
    border-bottom: 1px solid #e3e0e0;
    text-align: center;
}

.page-table1 th {
    background-color: var(--table-header-background);
    color: var(--table-header-text-color);
    text-align: left;
    border: none;
    border-left: 1pt solid;
    border-bottom: 1pt solid;
    text-align: center;
}

.page-table1 th:first-child {
    border-left: none;
}

.page-table1 th:last-child {
    border-right: none;
}

.page-table1 tr {
    background-color: white;
}

table.dakalo-table {}

@media screen and (max-width: 576px) {
    
    table.dakalo-table {
        display: block;
    }
    
    table.dakalo-table tr {
        display: flex;
        flex-direction: column;
        border-bottom: solid 2px #02567a;
    }
    
    table.dakalo-table tfoot tr td .row {
        display: flex;
        flex-direction: column;
        align-content: space-around;
    }
    table.dakalo-table tfoot tr td .row .col-4 {
        width: 100%;
        text-align: center !important;
    }
}

.table-icon {
    width: 21px;
    height: 22px;
    background-size: cover;
    background-repeat: no-repeat;
    justify-self: center;
}

.icon-yes {
    background-image: url(../img/icon-check.svg);
}

.icon-no {
    background-image: url(../img/icon-cross.svg);  
}

.icon-check {
    width: 20px;
}

.icon-cross {
    width: 20px;
}

.page-filter-field-set-box {
    position: relative;
}

.page-filter-field-set {
    position: absolute;
    top: 1.3em;
    right: 18em;
    font-size: 0.9em;
    display: flex;
    flex-direction: row;
}

.page-filter-field-set-label {
    font-size: 1em;
    margin-top: 0.5em;
    color: var(--primary-color1);
}

.page-filter-field-set-item {
    padding: 0.2em 0.3em;
}

.filter-label-box {
    display: flex;
    align-items: center;
    width: 7em;
    border-radius: 5px;
    padding: 0.2em 0.3em;
    margin: 0px auto;
    cursor: pointer;
}

.filter-label-box.active {
    border: solid 2px;
}

.filter-label-box-approved {
    background-color: var(--filter-label-approved-background);
    color: var(--filter-label-approved-color);
}

.filter-label-icon-approved {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-image: url("../img/icon-check.svg");
    background-size: cover;
}

.filter-label-box-pending {
    background-color: var(--filter-label-pending-background);
    color: var(--filter-label-pending-color);
}

.filter-label-icon-pending {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-image: url("../img/icon-pending.svg");
    background-size: cover;
}

.filter-label-box-rejected {
    background-color: var(--filter-label-rejected-background);
    color: var(--filter-label-rejected-color);
}

.filter-label-icon-rejected {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-image: url("../img/icon-cross.svg");
    background-size: cover;
}

.filter-label-box-attention {
    background-color: var(--filter-label-attention-background);
    color: var(--filter-label-attention-color);
    border-radius: 5px;
    padding: 0.2em 0.3em;
}

.filter-label-icon-attention {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-image: url("../img/icon-attention.svg");
    background-size: cover;
}

.footer {
    background: black;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 0.3em solid #443e3e;
}

.footer-text {
    color: white;
    text-align: center;
    padding: 0.5em 0;
    font-size: 0.9em;
}

.footer a {
    color: white;
}

.footer a:visited {
    color: white;
}

.footer a:hover {
    color: white;
}

/* Datatables Custom Styles */
.dataTables_wrapper {
    width: 100%;
}
div.dataTables_wrapper div.dataTables_info {
    font-size: 0.9em;
}

.dataTable th {
    font-size: 0.85em !important;
}

.dataTable td {
    font-size: 0.8em !important;
}

.dataTables_filter {
    font-size: 0.9em;
}

.dataTables_filter input {
    width: 100%;
    padding: 0.3em;
    font-size: 0.9em;
    border-radius: 15px;
    border: 1px solid #ccc;
}

.dataTable th:first-child {
  border-top-left-radius: 8px; /* Adjust the radius as needed */
}

.dataTable th:last-child {
  border-top-right-radius: 8px; /* Adjust the radius as needed */
}

.dataTable tr:last-child td:first-child {
  border-bottom-left-radius: 8px; /* Adjust the radius as needed */
}

.dataTable tr:last-child td:last-child {
  border-bottom-right-radius: 8px; /* Adjust the radius as needed */
}

.dt-buttons {
    margin-bottom: -3em;
}

.dt-buttons .btn-secondary {
    color: #fff;
    background: #414038;
    border-color: white;
    font-size: 0.8em;
    padding: 0.3em 1em;
}

.paginate_button a {
    /*margin-top: -2em;*/
    background-color: rgb(223, 219, 219) !important;
    border-left: 1pt solid white !important;
    border-right: 1pt solid white !important;
    color: var(--primary-color2) !important;
    border-top: none;
    border-bottom: none;
    font-size: 0.9em;
}

.page-button {
    font-size: 0.8em;
    background-color: #000000;
    color: white;
    margin: 1em 0;
    padding: 0.8em 2em;
    border-radius: 15px;
    cursor: pointer;
    width: fit-content;
    text-align: center;
}

.page-button:hover {
    background-color: #020100;
    color: rgb(227, 174, 40);
}

.relative {
    position: relative;
}

.page-right-top-button {
    position: absolute;
    top: -3em;
    right: 0em;
}

.support-contact-box {
    padding: 2em;
    width: 100%;
    margin: 0;
    box-shadow: 4px 4px 10px #ccc;
    background: white;
    font-size: 0.8rem;
    position: relative;
    border-radius: 12px;
}

.support-faq-answer {
    margin: 1em 0 1em;
    padding: 1em;
    background-color: white;
}

.support-container {
    margin: 0;
}

/* Customize JQuery Calendar */

.ui-datepicker {
    font-size: 0.95em;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    border-radius: 7px;
    padding: 0.7em;
}

.ui-datepicker .ui-datepicker-header {
    border: none;
    border-bottom: 1pt solid #fff1f1;
    border-radius: 0;
    background-color: var(--date-picker-header-background);
    color: var(--date-picker-header-text-color);
    position: relative;
    padding: .2em 0;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 2px solid var(--date-picker-button-border-color);
    background: var(--date-picker-button-background);
    color: var(--date-picker-button-text-color);
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 2px solid white;
    background: var(--date-picker-button-active-background);
    color: var(--date-picker-button-active-text-color);
}

/* Spinner Control */
.spinner {
    display: none;
    width: 100%;
    text-align: center;
    margin: 1em 0;
    z-index: 1200;
    position: relative;
}

.spinner-inner {
    display: inline-flex;
    width: 60px;
    height: 60px;
    border: 9px solid var(--spinner-color1);
    border-top: 9px solid var(--spinner-color2);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-top: 2em;
    margin-bottom: -6em;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 
                    Site Toast
    https://codepen.io/alvarotrigo/pen/YzvKNvo
*/

.toaster {
    position: fixed;
    top: 25px;
    right: 30px;
    border-radius: 12px;
    background: white;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    z-index: 10000;
}

.toaster.active {
    transform: translateX(0%);
}

.toaster .toaster-content {
    display: flex;
    align-items: center;
}

.toaster-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #4070f4;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}

.error-check {
    background-color: #d9534f !important;
    color: #fff !important;
}

.info-check {
    background-color: #fff700 !important;
    color: #4a4949 !important;
}

.toaster-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

.message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.message .text.text-1 {
    font-weight: 600;
    color: #333;
}

.toaster .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
    color: black;
}

.toaster .close:hover {
    opacity: 1;
}

.toaster .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;

}

.toaster .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: var(--toast-progress-background);
}

.rattle {
   animation: rattle 1s infinite ease-in-out;
}

@keyframes rattle {
	0% {
		transform: rotate(-2deg);
	}
	50% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(-2deg);
	}
}

.progress.active:before {
    animation: progress var(--toast-duration) linear forwards;
}

@keyframes progress {
    100% {
        right: 100%;
    }
}

/* Modal Window Popup */

.page-modal-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 4em;
    padding-left: 4em;
    padding-right: 4em;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.page-modal-window-content {
    position: relative;
    background: white;
    border-radius: var(--modal-border-radius);
    max-width: 550px;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-height: 90vh;
}

.page-modal-window-content-large {
    position: relative;
    background: white;
    border-radius: var(--modal-border-radius);
    max-width: 1300px;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-modal-window-content-medium {
    position: relative;
    background: white;
    border-radius: var(--modal-border-radius);
    max-width: 70vw;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-modal-window-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--modal-header-background);
    border-top-left-radius: var(--modal-border-radius);
    border-top-right-radius: var(--modal-border-radius);
    padding: 1em;
}

/* Child of Popup */

#pageModalPopupChild {
    z-index: 1000000;
}

#pageModalPopupChild .page-modal-window-content {
    margin: 4em auto 2em; 
}

#pageModalPopupChild .page-modal-window-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--modal-popup-child-header-background);
    border-top-left-radius: var(--modal-popup-child-border-radius);
    border-top-right-radius: var(--modal-popup-child-border-radius);
    padding: 1em;
}

.page-modal-window-title {
    font-size: 1em;
    font-weight: bold;
    color: var(--modal-header-text-color);
    text-align: center !important;
    width: 100%;
}

.page-modal-window-close {
    cursor: pointer;
    height: 1.75em;
    width: 1.75em;
    text-align: center;
    background: none;
    padding: 0.1em 0 0;
    border: none;
    font-size: 0.95em;
    font-weight: 400;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border-radius: 100px;
    background: var(--modal-close-button-background);
    color: var(--modal-close-button-text-color);
}

.page-modal-window-close:hover { 
    filter: brightness(0.8);
}

.page-modal-window-body {
    padding: 1em 2em 2.5em;
    margin-top: 1em;
    color: var(--primary-text-color-alt);
}

.page-modal-window-body-title {
    font-size: 0.95em;
    text-align: center;
    padding: 0.3em 0 1em;
    color: #3b494f;
}

.page-modal-window-body-title-bordered {
    font-size: 1em;
    text-align: left;
    padding: 0.6em 1.7em 0.6em;
    color: #3b494f;
    background-color: var(--secondary-background);
    border-radius: 10px;
    color: white;
    height: fit-content;
    margin: 0em 0 1em;
}

.page-modal-window-body-text {
    font-size: 0.85em;
    text-align: center;
    font-weight: 300;
}

.modal-popup {
    padding-top: 10vh !important;
    z-index: 999999;
}

.form-select {
    border: 1px solid #cccccc87;
    color: var(--primary-text-color-alt);
    border-radius: var(--input-border-radius);
    padding: 0 1em;
    font-size: 0.85em;
    height: var(--input-label-same-height);
}

.form-calculator-tab3 {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100vh;
}

.form-calculator-tab {
    display: none;
}

.form-calculator-title {
    background-color: var(--modal-header-background);
    color: var(--primary-text-color1);
    border-radius: var(--other-border-radius);
    padding: 0.4em 1em;
    text-transform: uppercase;
    font-size: 0.9em;
}

.form-calculator-text {
    font-size: 0.85em;
    padding: 1em 0em 0.5em;
}

.form-calculator-filename {
    font-size: 0.85em;
    color: var(--primary-color2);
    font-weight: 300;
    padding: 0.5em 0;
}

.form-calculator-preview {
    position: relative;
}

.form-calculator-preview-image {
    width: 100%;
    max-width: 300px;
}

.form-calculator-preview-text {
    position: absolute;
    bottom: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 0.75em;
}

.form-button {
    cursor: pointer;
    border-radius: var(--button-radius);
    width: fit-content;
    margin: 1em auto;
    font-size: 0.85em;
    padding: 0.75em 1.4em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    min-width: 7em;
    text-align: center;
}

.form-button:hover {
    box-shadow: 0px 0px 9px 6px rgba(247,221,165,0.36);
    -webkit-box-shadow: 0px 0px 9px 6px rgba(247,221,165,0.36);
    -moz-box-shadow: 0px 0px 9px 6px rgba(247,221,165,0.36);
}

.page-modal-button {
    background: var(--modal-button-background);
    color: var(--modal-button-text-color);
}

.page-modal-button:hover {
    background-color: var(--gold-color);
}

.page-modal-button-alt {
    background: var(--modal-button-background-alt);
    color: var(--modal-button-text-color-alt);
    border: 1pt solid #bdc2ca !important;
}

.page-modal-button-alt:hover {
    filter: invert(1);
    border: 2px solid #FBF8EF;
}

.button-disabled {
    background: var(--modal-button-background-disabled);
    color: var(--modal-button-text-color);
}

.info-circle {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgb(177, 177, 180);
    display: flex; 
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
}

.info-circle:hover {
    filter: sepia(1);
}

.info-circle:after {
    content: "i"; /* The "i" character for info */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 0.1em;
    font-size: 0.6em;
}

/* Bootstrap Tooltip Customization */
.tooltip {
    opacity: 1 !important;
}

.tooltip-inner {
    background-color: var(--tooltip-background);
    color: var(--tooltip-text-color);
    padding: 1em;
    border: 1pt solid #d7cff4;
    border-radius: 15px;
    font-size: 0.9em;
}

.date-picker-button {
    cursor: pointer;
    position: absolute;
    right: 0.4em;
    top: 2.4em;
}

.cursor-off {
    cursor: none;
}

.date-picker-button img {
    width: 23px;
    filter: opacity(0.5);
}

.form-seperator {
    border-bottom: 1pt dotted rgb(209, 206, 206);
    margin: 1em 0;
}

.form-container {
    padding: 0 0.5em;
    height: 100vh;
}

.form-field {
    position: relative;
    padding: 0em 0em 1em 0em;
}

.form-field input {
    width: 100%;
    padding: 0.7em 0.9em;
    border: 1px solid #cccccc87;
    border-radius: var(--input-border-radius);
    font-size: 0.85em;
    height: var(--input-label-same-height);
}

.form-field textarea {
    width: 100%;
    padding: 0.7em 0.9em;
    border: 1px solid #cccccc87;
    border-radius: var(--input-border-radius);
    font-size: 0.85em;
    min-height: 5em;
}

.calculated-field {
    height: var(--input-label-same-height);
    width: 100%;
    border-radius: var(--input-border-radius);
    padding: 0 1em;
    align-content: center;
    font-size: 0.9em;
    font-weight: 200;
}

.calculated-field-value-alt {
    background-color: #f8f3f3;
}

.calculated-field-value {
    background-color: var(--input-disabled-background);
}

.calculator-seperator-vertical {
    border-left: 1pt dotted rgb(209, 206, 206);
    height: -webkit-fill-available;
    width: 0.5em;
    position: absolute;
    top: 0;
    left: -0.8em;
}

.form-field-label {
    font-weight: bold;
    margin-bottom: 0.5em;
    color: var(--primary-color2);
    font-size: 0.9em;
    font-weight: 400;
    padding-right: 0.5em;
}

.form-box-with-scroll {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.form-row{
    margin: 0.5em 0 0.3em;
}

.form-field-label-alt {
    margin-bottom: 0.1em;
    color: var(--primary-color2);
    font-size: 1em;
    font-weight: 400;
    text-align: left;
}

.position-to-right {
    position: absolute;
    right: 0.3em;
    top: 0.3em;
}

.table-button {
    cursor: pointer;
    border-radius: var(--table-button-radius);
    width: fit-content;
    margin: 1em auto;
    font-size: 0.85em;
    padding: 0.35em 1em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    min-width: 7em;
}

.table-button:hover {
   filter: grayscale(0.75);
}

.page-button-top {  
    cursor: pointer;
    border-radius: var(--table-button-radius);
    width: fit-content;
    margin: 0.5em 0 2em;
    font-size: 0.85em;
    padding: 0.35em 1em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    min-width: 7em;
    text-align: center;
}

.add-btn {
    background-color: var(--add-button-background);
    border: 1pt solid var(--add-button-border-color);
    color: var(--add-button-color);
    padding: 0.5em 1em
}

.add-btn:hover {
    filter: sepia(1);
}

.delete-btn {
    background-color: var(--delete-button-background);
    border: 1pt solid var(--delete-button-border-color);
    color: var(--delete-button-color);
    padding: 0.5em 1em
}

.delete-btn:hover {
    filter: sepia(1);
}

.edit-btn {
    background-color: var(--edit-button-background);
    border: 1pt solid var(--edit-button-border-color);
    color: var(--edit-button-color);
    padding: 0.5em 1em
}

.edit-btn:hover {
    filter: sepia(1);
}

.view-btn {
    background-color: var(--view-button-background);
    border: 1pt solid var(--view-button-border-color);
    color: var(--view-button-color);
    padding: 0.5em 1em
}

.view-btn:hover {
    filter: sepia(1);
}

.statement-section {
    background-color: white;
    padding: 1em;
}

.statement-heading {
    color: #333;
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    padding: 1em;
    text-align: right;
}

.statement-section table th {
    color: black;
    font-weight: bold;
    font-size: 1em;
    padding: 0.2em 1em;
    text-align: left;
}

.statement-section table td {
    color: black;
    font-weight: 300;
    font-size: 1em;
    padding: 0.2em 1em;
}

.statement-info {
    float: right; 
    text-align: right;
    margin-bottom: 2em;
}

.statement-info td {
    font-weight: bold !important;
}

.statement-table {
    clear: both; 
    width: 100%; 
    border-collapse: collapse;
}

.statement-logo {
    width: 550px;;
}

.statement-pdf {
    position: fixed;
    bottom: 1em;
    left: 1em;
    width: 40px;
    cursor: pointer;
}

.statement-xls {
    position: fixed;
    bottom: 1em;
    left: 4em;
    width: 40px;
    cursor: pointer;
}

/* Style Select2 */

.select2-container {
    z-index: 100000000;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #cccccc87;
    min-height: var(--input-label-same-height);
}

.select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    
}

.select2-dropdown {
    border: 1px solid #cccccc87;
}

.select2-container .select2-selection--single {
    font-size: 0.9em;
    border-radius: 10px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0em 0em 1em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
    padding-left: 1em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
    padding: 0.6em 1em 1em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--select2-hover-color);
    color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--select2-active-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 1px;
}

.page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3em;
    padding-left: 1em;
    background-color: white;
}

.page-footer-left {
    border-top: 2px solid var(--secondary-background);
    padding: 0.75em;
    margin-right: 3em;
}

.page-footer-image {
    display: inline-block;
}

.page-footer-text {
    display: inline-block;
    color: var(--primary-color2);
    font-size: 0.7em;
}

.page-footer-right {
    position:relative;
    background-color: var(--primary-background);
    height: 3em;
    padding: 0.7em;
    text-align: center;
}

.footer-blob {
    position: absolute;
    left: -3.7em;
    bottom: 0;
    height: 3em;
}

.footer-links {
    height: 100%;
    width: fit-content;
    float: right;
}

.footer-links-item {
    font-size: 0.8em;
    display: inline-block;
    padding: 0.4em 1em;
}

.footer-links-item {
    padding: 0em 1.5em 0 1em;
    border-right: 1pt solid var(--gold-color);
}

.footer-links-item:last-child {
    padding: 0em 1.5em 0 1em;
    border-right: 1pt solid transparent !important;
}

.footer-links-item a:visited {
    color: white;
}

.footer-links-item a:hover {
    filter: brightness(0.5);
}

.footer-logo {
    width: 60px;
}

.footer-links-item a:link {
    color: #fff;
    text-decoration: none;
}

.site-error {
    min-height: 35em;
    width: 100%;
    background-color: #faee4e;
    padding: 4em;
    background-position: center;
    background-size: cover;
    /* background-blend-mode: overlay; */
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position-x: right;
}

.site-error .error-message {
    background-color: white;
    padding: 1em;
    font-size: 1em;
    border-radius: 10px;
    color: var(--gold-color);
    margin: 1em 0;
    width: 100%;
}

.error-img
{
    background-image: url('../img/oops.jpg');
    border-radius: 350px;
    width: 350px;
    height: 350px;
}

/* Background Effect */
@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

.ovbackground {
    width: 100%;
    top: 0;
    left: 0;
    background: #4CB8B6;
    overflow: hidden;
}

.ball {
    position: absolute;
    width: 4vmin;
    height: 4vmin;
    border-radius: 50%;
    backface-visibility: hidden;
    animation: move linear infinite;
}

.ball:nth-child(odd) {
    color: #171410;
}

.ball:nth-child(even) {
    color: #1c1b1b;
}

/* Using a custom attribute for variability */
.ball:nth-child(1) {
    top: 77%;
    left: 88%;
    animation-duration: 40s;
    animation-delay: -3s;
    transform-origin: 16vw -2vh;
    box-shadow: 40vmin 0 5.703076368487546vmin currentColor;
}
.ball:nth-child(2) {
    top: 42%;
    left: 2%;
    animation-duration: 53s;
    animation-delay: -29s;
    transform-origin: -19vw 21vh;
    box-shadow: -40vmin 0 5.17594621519026vmin currentColor;
}
.ball:nth-child(3) {
    top: 28%;
    left: 18%;
    animation-duration: 49s;
    animation-delay: -8s;
    transform-origin: -22vw 3vh;
    box-shadow: 40vmin 0 5.248179047256236vmin currentColor;
}
.ball:nth-child(4) {
    top: 50%;
    left: 79%;
    animation-duration: 26s;
    animation-delay: -21s;
    transform-origin: -17vw -6vh;
    box-shadow: 40vmin 0 5.279749632220298vmin currentColor;
}
.ball:nth-child(5) {
    top: 46%;
    left: 15%;
    animation-duration: 36s;
    animation-delay: -40s;
    transform-origin: 4vw 0vh;
    box-shadow: -40vmin 0 5.964309466052033vmin currentColor;
}
.ball:nth-child(6) {
    top: 77%;
    left: 16%;
    animation-duration: 31s;
    animation-delay: -10s;
    transform-origin: 18vw 4vh;
    box-shadow: 40vmin 0 5.178483653434181vmin currentColor;
}
.ball:nth-child(7) {
    top: 22%;
    left: 17%;
    animation-duration: 55s;
    animation-delay: -6s;
    transform-origin: 1vw -23vh;
    box-shadow: -40vmin 0 5.703026794398318vmin currentColor;
}
.ball:nth-child(8) {
    top: 41%;
    left: 47%;
    animation-duration: 43s;
    animation-delay: -28s;
    transform-origin: 25vw -3vh;
    box-shadow: 40vmin 0 5.196265905749415vmin currentColor;
}

.dashboard-circle-box {
    width: 160px;
    height: 160px;
    position: relative;
    border-radius: 160px;
    background-color: #DD1111;
    margin-right: 10px;
    margin-bottom: 3em;
    justify-self: center;
}

.dashboard-circle-box .content {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 1em;
    font-family: arial, sans-serif;
    word-break: break-word;
    font-size: 1.3em;
    color: #393234;
    text-align: center;
    z-index: 2;
    font-weight: 900;
    align-content: center;
}   

.dashboard-circle-box:hover {
    filter: grayscale(1);
}   

.dashboard-circle-box .content span
{
    opacity: 0;
    animation: load-content 3s;
    animation-fill-mode: forwards;
    animation-delay: 0.6s;
    -webkit-animation: load-content 3s;
    -webkit-animation-fill-mode:forwards;
    -webkit-animation-delay: 0.6s;
}

.dashboard-circle-box .title {
    position: absolute;
    bottom: -8em;
    text-align: center;
    width: 100%;
    color: #827777;
    padding: 0.6em 1em;
    margin: 0 0 3em;
    z-index: -1;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dashboard-circle-box .currency {
    padding: 0.8em;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #f29c31 !important;
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 1em;
    font-family: arial, sans-serif;
    word-break: break-word;
    font-size: 1.1em;
    color: #ffffff;
    text-align: center;
    z-index: 2;
    font-weight: 900;
    align-content: center;
}

.dashboard-circle-box .arrow
{
    position: relative;
    height: 0px;
    width: 0px;
    border-top: 18px solid #dd1111;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    position:absolute;
    bottom: -14px;
    left: 69px;
    z-index:1;
    animation: load-arrow 1.6s linear;
    animation-fill-mode:forwards;
    -webkit-animation: load-arrow 1.6s linear;
    -webkit-animation-fill-mode:forwards;
}

.dashboard-circle-content {
    justify-content: space-between;
}

.eps-chart-pie {
    max-width: 300px; 
    margin: auto;
}

@keyframes load-content
{
    from {opacity:0;}
    to {opacity:1;}
}

@-webkit-keyframes load-content
{
    from {opacity:0;}
    to {opacity:1;}
}

.mobile-display {
    display: none;
    z-index: 2000;
}

.nav-container .nav-items .nav-item.divider {
    border: none;
    background-color: #05374c;
}

@media (max-width: 1000px) {

    .page-filter-field-set {
        position: relative;
        top: unset;
        right: unset;
    }
    
    .paginate_button a {
        margin-top: 0;
    }

    .page-modal-window {
        padding-top: 2em;
        padding-left: 2em;
        padding-right: 2em;
    }


    .dashboard-circle-box {
        width: 100px;
        height: 100px;
        position: relative;
        border-radius: 100px;
        background-color: #DD1111;
        margin-right: 10px;
        margin-bottom: 3em;
        justify-self: center;
        margin-top: 2em;
    }

    .dashboard-circle-box .content {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        top: 10px;
        left: 10px;
        line-height: 1em;
        font-family: arial, sans-serif;
        word-break: break-word;
        font-size: 1em;
        color: #393234;
        text-align: center;
        z-index: 2;
        font-weight: 900;
        align-content: center;
    }   

    .dashboard-circle-box .title {
        font-size: 0.8em;
        bottom: -10em;
        width: 100%;
        padding: 1.3em 0em;
        margin: 0 0 3em;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .dashboard-circle-box .currency {
        padding: 0.7em;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        top: 10px;
        left: 10px;
        line-height: 1em;
        font-size: 0.9em;
        font-weight: 900;
    }

    .dashboard-circle-box .arrow
    {
        border-top: 18px solid #dd1111;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        bottom: -14px;
        left: 40px;
    }

    .eps-chart-pie {
        max-width: 300px; 
        margin: auto;
    }

}

@media (max-width: 767px) {

    .mobile-display {
        display: block;
    }

    .page-right-top-button {
        position: relative;
        margin-bottom: -2em;
        margin-left: 1em;
    }

    .navbar {
        background-color: #eb4433;
    }

    .header-nav-top-logo {
        width: 86%;
        height: auto;
    }

    .page-footer {
        height: fit-content;
        padding-left: 0;
    }

    .footer-links {
        padding: 0.5em;
        background-color: #010101;
        width: 100%;
    }

    .page-footer-left {
        padding: 0.75em;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }

    .page-footer-right {
        background-color: black;
        height: auto;
        padding: 0em;
    }

    .footer-blob { 
        display: none;
    }

}

@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;700&display=swap");

/* https://codepen.io/tutsplus/pen/eYPzEYO */

/* MENU STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu {
    list-style: none;
    position: relative;
    display: inline-flex;
    background: var(--nav-background);
    padding: 12px;
    border-radius: 15px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.menu::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateX(var(--transformJS));
    width: var(--widthJS);
    height: calc(100% - 20px);
    border-radius: var(--active-link-border-radius);
    background: var(--nav-item-background);
    box-shadow: var(--active-link-box-shadow);
    transition: all 0.3s linear;
    border: 0.1px solid rgb(149, 127, 6);
}

.menu li a {
    display: inline-block;
    position: relative;
    padding: 9px 14px;
    font-size: 0.8em;
    font-weight: 500;
    z-index: 1;
    color: #352828;
}

.menu li a:hover {
    text-decoration: none !important;
}

.menu li:not(:last-child) {
    margin-right: 10px;
}

@media (max-width: 800px) {
    .menu,
    .menu li {
        display: inline-block;
    }

    .menu li.active a {
        background: var(--light-pink);
        border-radius: var(--active-link-border-radius);
        box-shadow: var(--active-link-box-shadow);
    }

    .menu::before {
        display: none;
    }
}

/* 
                    Mobile Menu 
    https://codepen.io/Profesor08/pen/BayQJRR
*/

.main-nav-toggle-container {
    margin-top: -1em;
}

.nav-container {
    position: relative;
    display: inline-block;
    max-width: 50px;
    max-height: 50px;
    overflow: visible;
    outline: none;
}
.nav-container.is-active .nav-toggle:before, .nav-container.is-active .nav-toggle:after {
    box-shadow: none;
}
.nav-container.is-active .nav-toggle:before {
    transform: rotate(-45deg);
}
.nav-container.is-active .nav-toggle:after {
    transform: rotate(45deg);
}
.nav-container.is-active .nav-items {
    transform: translate(0, 0);
}
.nav-container .nav-toggle {
    position: relative;
    width: 30px;
    height: 20px;
    margin: 5px;
    z-index: 2;
}
.nav-container .nav-toggle:hover {
    cursor: pointer;
}
.nav-container .nav-toggle:before, .nav-container .nav-toggle:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 4px;
    background: var(--mobile-nav-toggle-color);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.nav-container .nav-toggle:before {
    box-shadow: 0 13.3333333333px 0 0 black;
}
.nav-container .nav-toggle:after {
    box-shadow: 0 -13.3333333333px 0 0 black;
}
.nav-container .nav-items {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 300px;
    max-width: 50vw;
    width: 100vw;
    min-height: 30em;
    z-index: 3;
    padding: 80px 20px 20px 10px;
    margin-bottom: 4em;
    transition: transform 0.3s ease;
    transform: translate(calc(-100% - 300px), 0);
    background: var(--mobile-nav-background-color);
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5px 0;
    align-content: start;
    box-shadow: 0 1px 12px 0 rgba(84, 64, 64, 0.995);
}
.nav-container .nav-items .nav-item {
    font-size: 0.8em;
    color: var(--mobile-nav-item-color);
    border-bottom: 2pt solid var(--mobile-nav-item-border-color);
    width: 100%;
    padding: 10px 0.75em;
    margin-left: 0.4em;
    text-align: left;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}

.nav-container .nav-items .nav-item:hover {
    cursor: pointer;
    background: var(--mobile-nav-item-hover-background-color);
    color: var(--mobile-nav-item-hover-color);
}
.nav-container a {
    text-decoration: none !important;
}
.nav-item img {
    width: 25px;
    margin: 0.3em 0.5em;
}

/* Additional on Nav */

#app-page-content {
    margin-top: 0.7em;
    padding: 1rem;
}

#app-page-content.auth-only {
    display: flex;
    justify-content: center;
    align-items: center;
    height: -webkit-fill-available;
}

.auth-global-content-box {}

.nav-item.special-nav-submit {
    background: var(--eps-blue);
    color: var(--bs-light);
    border-radius: 20px;
    padding: 0 10px;
    margin: 0 10px;
}

.nav-item.special-nav-submit .nav-link {
    color: var(--bs-light);
}

.nav-link:focus, .nav-link:hover {
    color: var(--eps-gold);
    text-decoration: underline;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--eps-gold);
}

/* Sign IN */

.loading-animation {
    display: none;
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 60px;
    background: #ffffffe8;
    z-index: 1100;
}

.loading-animation.show {
    display: block;
}

.form-auth {
    padding: 2em;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    box-shadow: 4px 4px 10px #ccc;
    color: var(--primary-color2);
    font-size: 0.8rem;
    position: relative;
}

.special-auth-margin {
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.auth-blue-back {
    min-height: 100vh;
    height: auto;
    background-image: url('../img/blue-back.png');
    border-right: solid 5px transparent;
    border-image: linear-gradient(to bottom, var(--eps-gold), var(--eps-amber)) 1;
}

.auth-ribbon {
    position: absolute;
}

.auth-ribbon.top {
    top: -35px;
    left: -80px;
}

.auth-ribbon.bottom {
    bottom: -35px;
    right: -80px;
    display: none;
}

.auth-ribbon .top-bar {
    background-color: var(--eps-amber);
    width: 140px;
    margin-bottom: 10px;
    border-radius: 10px;
    height: 15px;
}

.auth-ribbon .bottom-bar {
    background-color: var(--eps-gold);
    width: 140px;
    border-radius: 10px;
    height: 15px;
    margin-left: 50px;
}

@media (min-width: 576px) {
    .auth-ribbon.bottom {
        display: block;
    }
}

.form-medium {
    max-width: 550px !important;
}

.form-onboarding {
    max-width: 550px !important;
    padding: 0px !important;
    border-radius: 1rem;
    margin-top: 25px;
}

.header-onboarding {
    background: var(--eps-gold);
    color: #fff;
    padding: 1rem;
    text-align: center;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    margin-bottom: 80px;
}

.header-onboarding .big-text {
    font-size: 1.5rem;
    font-weight: bold;
}

.header-onboarding .steps-onboarding {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    top: 60px;
}

.header-onboarding .step {
    text-align: center;
}

.header-onboarding .step .number {
    border: solid 3px #f3f3f3;
    color: #f3f3f3;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
    background: #d9d9d9;
    margin: 0 auto;
}

.header-onboarding .step .desc {
    font-size: 0.70rem;
    font-weight: bold;
    color: #d9d9d9;
}

.header-onboarding .step.active {
    
}

.header-onboarding .step.active .number {
    background: var(--primary-color2);
    border-color: #4294ff;
}

.header-onboarding .step.active .desc {
    color: var(--primary-color2)
}


.form-auth h2 {
    color: var(--primary-color2);
    font-size: 1rem;
}

.form-auth h1 {
    color: #000000;
    font-size: 1.5rem;
}

.form-auth .title-text {
    color: #486284;
    font-weight: bold;
}

.form-auth .logo {
    padding: 0 20px;
    margin-bottom: 20px;
    max-width: 350px;
    margin: 0 auto;
}
.form-auth .logo img {
    width: 100%;
    height: auto;
}

.form-label {
    color: var(--primary-color2);
    font-weight: bold;
    font-size: 0.8rem;
}

input::placeholder {
  color: #ccc !important;
}

.form-auth a:link, .form-auth a:hover, .form-auth a:visited {
    color: var(--primary-color2);
}

.form-auth .btn {
    font-size: 1em;
}

.form-auth .btn-primary-disabled {
    color: #fff;
    background: #b6c0ce;
    border-color: #b6c0ce;
    border-radius: 20px;
}

.form-auth .btn-primary {
    color: #fff;
    background: var(--primary-background);
    border-color: var(--primary-background);
    border-radius: 20px;
}

.form-auth .btn-success {
    color: #fff;
    background: #198754;
    border-color: #198754;
    border-radius: 20px;
}

.form-auth .btn-success-disabled {
    color: #198754;
    background: #deffe1;
    border-color: #deffe1;
    border-radius: 20px;
}

.form-auth .btn-primary:hover, .form-auth .btn-primary:active {
    color: var(--primary-background);
    background: #fff;
    border-color: var(--primary-background);
    border-radius: 20px;
}

.form-auth .btn-outline-primary {
    color: var(--primary-background);
    background: #fff;
    border-color: var(--primary-background);
    border-radius: 20px;
}

.form-auth .btn-outline-primary:hover, .form-auth .btn-outline-primary:active {
    color: #fff;
    background: #b6c0ce;
    border-color: #b6c0ce;
    border-radius: 20px;
}

.form-auth .btn-danger {
    color: #fff;
    background: var(--eps-red);
    border-color: var(--eps-red);
    border-radius: 20px;
}

.form-auth .btn-danger-disabled {
    color: #fff;
    background: #dba2a2;
    border-color: #dba2a2;
    border-radius: 20px;
}

.onboarding-image-preview {
    background: #ededed;
    padding: 0.75rem;
    border-radius: 0.75rem;
    min-height: 150px;
}

.onboarding-image-preview img {
    width: 100%;
    height: auto;
}

.separator-line {
    width: 100%;
    display: block;
    border: dashed 1px #b6c0ce;
    margin: 20px 0;
}

.separator-line2 {
    width: 100%;
    display: block;
    border: solid 1px #dc5d1ebd;
    margin: 30px 0;
}

.eps-card {}

.card a {
    color: #FF5722;
}

.card a:visited {
    color: #FF5722;
}

.card a:active {
    color: #FF5722;
}

.card a:hover {
    color: #FF5722;
}

.eps-card .card-header {
    font-size: 0.95em;
    background: var(--secondary-background);
    color: #ffffff;
}

.card-body {
    padding: 0;
}

.card {
    border: none !important;
    box-shadow: var(--card-box-shadow);
    border-radius: var(--card-radius);
}

.eps-card .card-header {
    border-top-left-radius: var(--card-radius) !important;
    border-top-right-radius: var(--card-radius) !important;
}

.card table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.card table {
    width: 100% !important;
    overflow: hidden !important;
}

.card-body h4 {
    padding: 1em 0em 0.5em 2em;
}

.card-body p {
    padding: 1em 0em 0.5em 2em;
}

.card-padding {
    margin: 1em 0em 0.5em 2em;
}

.card label {
    margin: 1em 0em 0.5em 2em;
}

.card .dataTable th:first-child {
  border-top-left-radius: 0px; /* Adjust the radius as needed */
}

.card .dataTable th:last-child {
  border-top-right-radius: 0px; /* Adjust the radius as needed */
}

.card .dataTable tr:last-child td:first-child {
  border-bottom-left-radius: 0px; /* Adjust the radius as needed */
}

.card .dataTable tr:last-child td:last-child {
  border-bottom-right-radius: 0px; /* Adjust the radius as needed */
}


.eps-card.card-disabled .card-header {
    background: #d9d9d9;
}

.eps-card h4 {
    padding: 0px 0px;
    margin-bottom: 0px;
}

.eps-card p {
    padding: 0px 0px;
}

.progress-panel {
    position: relative;
    width: 100px;
}

.progress-panel .circle {
    border: solid 3px #f3f3f3;
    color: #f3f3f3;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding-top: 6px;
    background: #d9d9d9;
    margin: 0 auto;
}

.progress-panel .circle.active {
    background: var(--primary-color2);
    border-color: #4294ff;
}

.progress-panel .status {
    background: #d9d9d9;
    font-size: 0.75em;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
}

.progress-panel .line {
    background: #d9d9d9;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 48%;
    z-index: -1;
}

.progress-panel .line.active {
    background: var(--primary-background);
}

.progress-panel .status.success {
    background: var(--eps-green-light);
    color: var(--eps-green);
}

.progress-panel .status.warning {
    background: var(--eps-orange-light);
    color: var(--eps-orange);
}

.progress-panel .status.danger {
    background: var(--eps-red-light);
    color: var(--eps-red);
}

.nav-super-action-button {
    margin-right: 1rem;
}

.nav-super-action-button a:link {
    text-decoration: none;
}