body {
    font-family: Arial, sans-serif;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th,
td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

th {
    background-color: #f4f4f4;
}


.select-label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    background: white;
    padding: 0 5px;
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}


.hm-container {
  margin: 0 auto;
  padding: 0px!important;
}

#mouMobiledynamicTable select {
    width: 100%;
    padding: 10px;
    background-color: white;
    border: 1px solid #222;
}

/* Table Styling */
#mouMobiledynamicTable {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin-top: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}




#mouMobiledynamicTable tr:nth-child(1) th {
    background-color: #333;
    color: white;
    position: sticky;
    top: 0px;
    z-index: 9999;
}

#mouMobiledynamicTable tr:nth-child(2) th {
    background-color: #333;
    color: white;
    position: sticky;
    top: 48px;
    z-index: 999;
}

#mouMobiledynamicTable tr:has(td:empty):not(:has(td:not(:empty))) {
    display: none;
}

/* Header Styling */
#mouMobiledynamicTable th {
    text-align: center;
    padding: 12px;
    font-weight: bold;
}

/* Body Styling */
#mouMobiledynamicTable td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

/* Alternating row colors */
#mouMobiledynamicTable tr:nth-child(even) {
    background-color: #f8f9fa;
}

#mouMobiledynamicTable tr:nth-child(odd) {
    background-color: #ffffff;
}

/* Hover effect */
#mouMobiledynamicTable tr:hover {
    background-color: #e2f0ff;
    transition: 0.3s;
}

/* Make first column bold */
#mouMobiledynamicTable td:first-child {
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
}

/* Responsive Table */
@media (max-width: 768px) {
    #mouMobiledynamicTable {
        font-size: 14px;
    }

    #mouMobiledynamicTable th,
    #mouMobiledynamicTable td {
        padding: 8px;
    }
}

/* Styled Select */
.custom-select {
    padding: 8px 12px;
    font-size: 16px;
    border: 2px solid #007bff;
    border-radius: 5px;
    background-color: #ffffff;
    color: #333;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

.custom-select:hover {
    border-color: #00d4ff;
}

.custom-select:focus {
    box-shadow: 0px 0px 5px #007bff;
}



#circularG {
    position: absolute;
    width: 58px;
    height: 58px;
    margin: auto;
    margin-top: 31px;
}

.circularG {
    position: absolute;
    background-color: rgb(0, 0, 0);
    width: 14px;
    height: 14px;
    border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    animation-name: bounce_circularG;
    -o-animation-name: bounce_circularG;
    -ms-animation-name: bounce_circularG;
    -webkit-animation-name: bounce_circularG;
    -moz-animation-name: bounce_circularG;
    animation-duration: 0.718s;
    -o-animation-duration: 0.718s;
    -ms-animation-duration: 0.718s;
    -webkit-animation-duration: 0.718s;
    -moz-animation-duration: 0.718s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#circularG_1 {
    left: 0;
    top: 23px;
    animation-delay: 0.268s;
    -o-animation-delay: 0.268s;
    -ms-animation-delay: 0.268s;
    -webkit-animation-delay: 0.268s;
    -moz-animation-delay: 0.268s;
}

#circularG_2 {
    left: 6px;
    top: 6px;
    animation-delay: 0.364s;
    -o-animation-delay: 0.364s;
    -ms-animation-delay: 0.364s;
    -webkit-animation-delay: 0.364s;
    -moz-animation-delay: 0.364s;
}

#circularG_3 {
    top: 0;
    left: 23px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#circularG_4 {
    right: 6px;
    top: 6px;
    animation-delay: 0.536s;
    -o-animation-delay: 0.536s;
    -ms-animation-delay: 0.536s;
    -webkit-animation-delay: 0.536s;
    -moz-animation-delay: 0.536s;
}

#circularG_5 {
    right: 0;
    top: 23px;
    animation-delay: 0.632s;
    -o-animation-delay: 0.632s;
    -ms-animation-delay: 0.632s;
    -webkit-animation-delay: 0.632s;
    -moz-animation-delay: 0.632s;
}

#circularG_6 {
    right: 6px;
    bottom: 6px;
    animation-delay: 0.718s;
    -o-animation-delay: 0.718s;
    -ms-animation-delay: 0.718s;
    -webkit-animation-delay: 0.718s;
    -moz-animation-delay: 0.718s;
}

#circularG_7 {
    left: 23px;
    bottom: 0;
    animation-delay: 0.814s;
    -o-animation-delay: 0.814s;
    -ms-animation-delay: 0.814s;
    -webkit-animation-delay: 0.814s;
    -moz-animation-delay: 0.814s;
}


#circularG_8 {
    left: 6px;
    bottom: 6px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}



@keyframes bounce_circularG {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(.3);
    }
}

@-o-keyframes bounce_circularG {
    0% {
        -o-transform: scale(1);
    }

    100% {
        -o-transform: scale(.3);
    }
}

@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform: scale(1);
    }

    100% {
        -ms-transform: scale(.3);
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.3);
    }
}

@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform: scale(1);
    }

    100% {
        -moz-transform: scale(.3);
    }
}

.BW-Salary td {
    font-weight: bold;
}

/*----*/
.uflacnws-wrapper {
    margin: 0px !important;
    max-width: 100% !important;
}

.btn.btn-primary.goMouBackbtn {
    background-color: #e74c3c;
    border: 1px solid #e74c3c;
}

.select-wrapper {
    position: relative;
    width: 258px;
}

.select-box {
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    border: 2px solid #333;
    border-radius: 6px;
    background-attachment: white;
    color: #333;
    outline: none;
    appearance: none;
    cursor: pointer;
    transition: border 0.3s;
    margin-top: 3px;
}

.select-box:disabled {
    background-color: #dfdfdf;
    cursor: not-allowed;
}

.select-box:focus {
    border-color: #0056b3;
}

.select-wrapper::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #333;
    pointer-events: none;
    transition: 0.3s;
}

.select-box:focus+.select-label,
.select-box:valid+.select-label {
    top: 5px;
    font-size: 12px;
    color: #333;
}




/* Material Design Dropdown */
.mou-mobile-select-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding: 10px;
  align-items: center;
  gap: 9%;
}

.mou-mobile-calculator_wrapper {
    position: relative;
    width: 100%;
}

.mou-mobile-submit-btn {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.mou-mobile-submit-btn button {
    background-color: #222;
    border: 1px solid #222;
}

.mou-mobile-submit-btn button:hover {
    background-color: #e74c3c;
    border: 1px solid #e74c3c;
}

.mou-mobile-sidebar-drawer {
    position: fixed;
    top: 0;
    left: -55%;
    width: 55%;
    height: 100%;
    background-color: white;
    z-index: 99999;
    border-right: 1px solid #edecec;
    border-top: 1px solid #edecec;
    transition: left 0.3s ease;
    height: 100vh;
}

.mou-mobile-sidebar-drawer.active {
    left: 0;
}

.mou-mobile-sidebar-drawer .header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #222;
    color: white;
    align-items: center;
    padding: 5px 15px 5px 15px;
    font-size: 20px;
}

.mou-mobile-sidebar-drawer .content {
    padding: 20px;
    overflow-y: scroll;
    height: calc(100vh - 47px);
}

.mouMobileToggleMouDrawer {
    color: #fff !important;
    background-color: #222 !important;
    border-color: #222 !important;
}

.site-main {
    margin-top: 0px !important;
}

#mouMobileToggleMouDrawer:focus {
    outline: none !important;
    box-shadow: none;
    z-index: 9999;
}

.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.mou-mobile-loaderWrapper {
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    height: 90vh;
    left: 50%;
}

/*
#mouMobiledynamicTable tr td:nth-child(2) {
    display: none;
}

#mouMobiledynamicTable tr th:nth-child(2) {
    display: none;
}
*/

.table-container {
    overflow-y: auto;
    max-height: calc(100vh - 72px);
    padding: 0px 10px 0px 15px;
    border-color: white;
}

/*  scrolller designer */