/* Select from below and Press Ctrl + F to GOTO their section */
/* 
BOOTSTRAPSection
ButtonSection
BreadCrumbsSection
PAGEHeaderSection
FORMSection
MAINCONTENT
CUSTOMPAGINATION
CSTMSidebar
TABLES/DATATABLES
SVGsSection
MODALSSection
LoginSection
OutputMessageValidation/Alert
DashboardSection
Modal-scrollbar-Styling
Form-Group-Role







Self Assesmment-page-imarat
Miscellaneous-page-imarat
Extended Miscellaneous-page-imarat
Compensation-page-imarat 
Employee-Detail-imarat 
imarat-modals, success-, failure, job acceptance
imarat-Buttons
imarat-Notification-page


@font-face {
  font-family: 'Inter';
  src: url("../css/icons/fontawesome/fonts/Inter-Black.ttf");
  font-weight: 900;}
  /* Adjust as needed */


@font-face {
    font-family: 'Inter';
    src: url("../css/icons/fontawesome/fonts/Inter-Light.ttf");
    font-weight: 300;
    /* Adjust as needed */
}

@font-face {
    font-family: 'Inter';
    src: url("../css/icons/fontawesome/fonts/Inter-Medium.ttf");
    font-weight: 500;
    /* Adjust as needed */
}

@font-face {
    font-family: 'Inter';
    src: url("../css/icons/fontawesome/fonts/Inter-Regular.ttf");
    font-weight: 400;
    /* Adjust as needed */
}

@font-face {
    font-family: 'Inter';
    src: url("../css/icons/fontawesome/fonts/Inter-SemiBold.ttf");
    font-weight: 600;
    /* Adjust as needed */
}

@font-face {
    font-family: 'Inter';
    src: url("../css/icons/fontawesome/fonts/Inter-Bold.ttf");
    font-weight: 700;
}

body {
    background-color: #f1f1f1;
    font-family: 'Inter';
    color: #20252F;
    /*position: absolute;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;*/
    /*min-height: 100vh;*/
    /* background-image: url('../images/imaratbg.png'); */
}



#login-container {
    position: absolute;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
}

.d-flex {
    display: flex;
}

.navbar-inverse {
    background-color: #0c111d;
    border-color: #0c111d;
}

.navbar {
    border-width: 2px 0;
    border-width: 2px 0;
}

.navbar-message {
    /* background-color: #1E222C; */
    border-radius: 50px;
    padding-top: 7px !important;
    padding-bottom: 9px !important;
}

.navbar-brand {
    display: flex;
    padding: 10px 20px;
}

    .navbar-brand > img {
        height: 20px;
    }

    .navbar-brand span {
        font-size: 24px;
        padding-left: 10px;
        line-height: 25px;
        font-weight: 700;
        letter-spacing: 2px;
    }

.w-auto {
    width: auto;
}

.nicescroll-cursors {
    background-color: #e8562e !important;
}

.bg-red {
    background-color: #D92D20 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-imt-primary {
    background: #103424 !important;
}

.bg-main {
    background-color: #f1f1f1 !important;
}

.text-primary {
    color: #EB5017 !important;
}

.text-imt-primary {
    color: #103424 !important;
}

.text-imt-white {
    color: #f1f1f1 !important;
}

.ml-auto {
    margin-left: auto;
}

.ml-10px {
    margin-left: 10px !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.p-15 {
    padding: 15px;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.px-12px {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.main_border {
    border-top: 1px solid #eaecf0;
    border-radius: 8px;
}

.bt-8 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.bt-0 {
    border-top: 0;
}

.border0 {
    border: none !important;
}

.right0 {
    right: 0;
}



/* BOOTSTRAPSection */
.btn.btn-primary {
    background: #103424 !important;
    font-family: 'Inter';
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    text-shadow: none;
}



    /* .btn.btn-reject {
  background: #FFD7D9 !important;
  font-family: 'Inter';
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  text-shadow: none;
} */

    .btn.btn-primary:hover {
        background-color: #0c111d;
        transition: background-color 0.5s ease;
    }

.btn-link {
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid #d0d5dd;
}

#add-empbtn {
    border-radius: 50px;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    transform: scale(1.01);
    font-weight: 600;
    color: #20252F;
}

/* ButtonSection */
.heading-btn {
    padding: 7px 0;
    margin: 0;
    background: #fff;
}

    .heading-btn:hover,
    .btn-icon:hover {
        padding: 7px;
    }



/* BreadCrumbsSection */
.breadcrumbs {
    padding: 15px 20px;
}

    .breadcrumbs:after {
        content: "";
        display: table;
        clear: both;
    }

    .breadcrumbs ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        float: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        .breadcrumbs ul span {
            color: #20252F;
            font-family: 'Inter';
            font-size: 13px;
            font-style: normal;
            font-weight: 400;
            padding: 0 15px 0 10px;
        }

        .breadcrumbs ul .backbtn {
            display: flex;
            align-items: center;
        }

            .breadcrumbs ul .backbtn:hover,
            .breadcrumbs ul .backbtn:focus {
                background-color: #fff;
                border-radius: 10px;
                transition: background-color 0.3s ease-in;
                cursor: pointer;
            }

                .breadcrumbs ul .backbtn:hover span {
                    font-weight: 600;
                    transform: translateX(3px);
                    transition: transform 0.3s ease, font-weight 0.3s ease;
                }

        .breadcrumbs ul:after {
            content: "";
            display: table;
            clear: both;
        }

        .breadcrumbs ul > li {
            float: left;
            color: #7D8398;
            font-size: 11px;
            padding: 2px 3px;
            font-weight: 400;
        }

    .breadcrumbs button {
        float: right;
        padding: 7px 12px;
        border-radius: 8px;
    }

    .breadcrumbs ul > li > a {
        color: #7D8398;
        display: block;
        padding: 2px 3px;
        font-size: 11px;
        float: left;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        text-decoration: none;
    }

    .breadcrumbs ul > li.active > a {
        float: left;
        color: #EB5017;
        font-weight: 500;
    }

    .breadcrumbs ul > li i {
        float: left;
        font-size: 11px;
        margin: 7px 0 6px 0;
    }

    .breadcrumbs .close-bread {
        float: right;
    }

        .breadcrumbs .close-bread > a {
            color: #999;
            display: block;
            font-size: 14px;
            margin: 4px 8px;
        }

            .breadcrumbs .close-bread > a:hover {
                text-decoration: none;
            }

.icon__link {
    display: flex;
    align-items: center;
    text-decoration: none;
}

    .icon__link span {
        color: #fff;
    }

    /* .table tr td.dropdown .dropdown-menu li .link svg ,  */
    .icon__link svg {
        margin-right: 5px;
    }


/* PAGEHeaderSection */
.page-header {
    margin: 0 20px;
    box-shadow: none;
    border: 1px solid #EAECF0;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.page-header-content {
    padding: 0;
    border-radius: 8px;
}

.page-title {
    padding: 15px 16px;
    border-radius: 8px;
}

    .page-title h4 {
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 0.15px;
    }


/* FORMSection */
label {
    font-weight: 500;
}

.input-group input {
    border-radius: 6px;
}

    .input-group input::placeholder {
        color: #d0d7dd;
    }

.input-group .form-control:first-child {
    border-radius: 6px;
}

.input-group-btn:last-child > .btn-search {
    border-radius: 6px;
    margin-left: 5px;
}

.form-control {
    border-radius: 6px;
    border: 1px solid var(--Border-Styles-Border-Primary, #D0D5DD);
    background: var(--Text-Styles-Text-White, #FFF);
}

    .form-control:active,
    .form-control:focus {
        border: 1px solid var(--Border-Styles-Border-Primary, #0c111d);
        ;
    }

.form-group {
    margin-bottom: 15px;
}

.select2-selection--single {
    border-radius: 6px;
    border: 1px solid var(--Border-Styles-Border-Primary, #D0D5DD);
}

    .select2-selection--single .select2-selection__arrow:after {
        content: url('../images/arrow-down.svg');
        width: 16px;
        height: 16px;
        margin-top: -10px;
    }

.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: url('../images/arrow-down.svg');
    transform: rotate(180deg);
    margin-top: -5px;
}

.dwn_abel > p > svg {
    vertical-align: middle;
    /* Align the SVG vertically */
}

.cstm_error_feild {
    border: 1px solid red;
}


/* MAINCONTENT */
/* bottom border of header is removed */
.panel {
    box-shadow: none;
    border: 1px solid #EAECF0;
    border-radius: 8px;
    border-top: none;
}

.box-title-tabs {
    display: flex;
    /* padding: 0 10px 0px 16px; */
    padding: 0 10px 0px 0px;
    /* border-bottom: 1px solid #EAECF0; */
    margin-bottom: 0px;
}

    .box-title-tabs > .box-title-tab > button {
        padding: 0;
        margin-right: 16px;
        color: #7D8398;
        background: none;
        font-family: 'Inter';
        font-size: 16px;
        font-weight: 400;
        border: none;
        /* padding-bottom: 16px; */
    }

        .box-title-tabs > .box-title-tab > button.active {
            color: #20252F;
            font-weight: 500;
            border-bottom: 2px solid #20252F;
            /* border-top: 2px solid #20252F; */
        }

        .box-title-tabs > .box-title-tab > button:hover,
        .box-title-tabs > .box-title-tab > button:focus {
            color: #20252F;
            font-weight: 500;
            border-bottom: 2px solid #20252F;
            transition: color .5s ease;
        }

.container-detached .panel {
    border-top: 1px solid #EAECF0;
}

.container-detached .panel-heading {
    background-color: transparent;
}

    .container-detached .panel-heading .panel-title {
        font-size: 20px;
        font-weight: 600;
    }

.panel-body .label-grey {
    color: #7d8398;
    margin-bottom: 0;
}

.panel-body .label2 {
    font-weight: 500;
    text-transform: uppercase;
}

.panel-subtitle {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}


/* CUSTOMPAGINATION */
.box-footer {
    /* border-top: 1px solid #ddd; */
    padding: 16px;
}

    .box-footer .table_page_indicator {
        padding-top: 5px;
        color: #7D8398;
        font-family: 'Inter';
        font-weight: 400;
    }

    .box-footer .pagination > .pagination-item {
        border: 0;
        color: rgba(32, 37, 37, 0.8);
        margin: 0;
        font-size: 13px;
        font-family: 'Inter';
        font-weight: 400;
    }

        .box-footer .pagination > .pagination-item:hover {
            font-weight: 600;
            transform: scale(1.01);
        }

    .box-footer .pagination > .active {
        background-color: #ffece5;
        color: #eb5017;
        border-radius: 10px;
    }

    .box-footer .btn-group {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .box-footer .btn-group > .btn-2 {
            display: flex;
            align-items: right;
            background-color: #fff;
            color: #7D8398;
            border: 1px solid #d0d5dd;
            border-radius: 8px;
            padding: 7px 12px;
            font-family: 'Inter';
            margin: 0 8px;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            color: black;
        }


        .box-footer .btn-group .btn-1 {
            display: flex;
            align-items: right;
            background: #103424 !important;
            color: #f1f1f1 !important;
            border: 1px solid #d0d5dd;
            border-radius: 8px;
            padding: 7px 12px;
            font-family: 'Inter';
            margin: 0 8px;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
        }


        .box-footer .btn-group > .btn-2 svg,
        .box-footer .btn-group > .btn-1 svg {
            margin-top: 2px;
            margin-right: -4px;
        }

        .box-footer .btn-group > .btn-2:hover,
        .box-footer .btn-group > .btn-1:hover {
            font-weight: 800;
            transform: scale(1.01);
            transition: font-weight .3s ease, transform .3s ease;
        }

.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.pagination-item {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}

    .pagination-item:hover {
        color: #fff;
        font-weight: bold;
    }

    .pagination-item.active {
        text-align: center;
        font-feature-settings: 'cv04' on, 'cv03' on;
        /* Paragraph/Small/Regular */
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 145%;
        /* 20.3px */
    }

    .pagination-item.disabled {
        /* color: #ccc; */
        cursor: not-allowed;
        color: var(--primary-500, #EB5017);
    }


/* CSTMSidebar */
/* @media (min-width: 1600px){
.cstm_sidebarlist{width: 17%;}
.cstm_sidebarcontent{width: 83%;}
} */
.sidebar-detached {
    position: sticky;
    top: 40px;
}

@media (max-width: 769px) {
    .sidebar-detached {
        position: relative;
        top: 0px;
    }
}

.cstm_sidebarlist2 {
    margin: 0 20px 60px 20px;
    padding: 16px;
    background: white;
    border: 1px solid #EAECF0;
    border-top: none;
}

    .cstm_sidebarlist2 .navigation > li > a {
        margin: 0;
        padding: 12px 20px;
        background-color: #f1f1f1;
    }

    .cstm_sidebarlist2 .navigation > li.active > a  {
        background: #fff;
    }

    .cstm_sidebarlist2 .navigation {
        background-color: #f1f1f1;
    }

.navigation > li.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus {
    border-radius: 4px;
}

.navigation > li > a {
    padding: 12px 10px;
    margin: 0 8px;
}

.navigation > li ul li a {
    padding: 0px 20px;
    padding-left: 51px;
    min-height: 40px;
}

.navigation > li ul li.active a {
    background-color: transparent;
}

.sidebar-xs .sidebar-main .navigation > li > a > svg {
    margin: 0px auto;
    display: block;
    float: none;
}

.cstm_sidebarlist2 .navigation li.active a,
.cstm_sidebarlist2 .navigation li.active a svg path {
    border-radius: 0;
    color: #EB5017;
    stroke: #EB5017;
    background: white;
}

.cstm_sidebarlist2 .navigation > li:hover > a {
    background-color: transparent;
    color: #20252F;
    font-weight: 600;
}
.cstm_sidebarlist2 .navigation > li.active > a,
.cstm_sidebarlist2 .navigation > li.active:hover > a {
    background: white !important;
    color: #EB5017 !important;
}



/* For MainSidebar - added fontawesome and jquery file for table icons sort*/
@media (min-width: 769px) {
    .cstm-msidebar {
        height: 100vh;
    }

    .has-detached-left .content-detached {
        margin-left: 276px;
    }
}

.sub-navigation li a {
    color: #20252F;
    min-height: 40px;
    padding: 8px 10px 0;
}

    .sub-navigation li a span {
        line-height: 24px;
    }

.sidebar-mobile-secondary-toggle {
    display: none;
}

@media (max-width: 1200px) {
    .sidebar-mobile-secondary-toggle {
        display: block;
    }
}



/* TABLES/DATATABLES */
.datatable-header,
.datatable-footer {
    display: none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 12px 12px;
}

/* @media screen and (max-width: 768px){ */
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
}

/* }} */
.table > thead > tr > th {
    border-top: 1px solid #EAECF0;
    border-bottom: 1px solid #EAECF0;
    background-color: #f1f2f4;
}

.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #333 #ddd;
}

    .table-responsive::-webkit-scrollbar {
        width: 5px;
        height: 3px;
    }

    .table-responsive::-webkit-scrollbar-thumb {
        background-color: #0c111d;
    }

    .table-responsive::-webkit-scrollbar-track {
        background-color: #ddd;
    }

.fa {
    padding-left: 2px;
}

.search-with-table {
    float: right;
    margin-top: -52px;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .search-with-table {
        margin-top: 0;
        padding-bottom: 16px;
    }

    #content {
        padding: 0 20px 60px 20px;
    }
}

.custom-icon:before {
    content: url('../images/fa-sort.svg');
    /* Default icon */
    /* width: 16px;  */
    /* height: 16px; */
    display: inline-block;
    vertical-align: middle;
}

.custom-icon.asc:before {
    content: url('../images/fa-sort-asc.svg');
    /* Ascending icon */
}

.custom-icon.desc:before {
    content: url('../images/fa-sort-desc.svg');
    /* Descending icon */
}

th {
    cursor: pointer;
}

td .dropdown .dropdown-toggle {
    padding: 0 10px;
}

.dropdown-menu {
    border-radius: var(--8, 8px);
    border: 1px solid var(--Border-Styles-Border-Primary, #D0D5DD);
    background: #FFF;
}

.dmenu_table {
    min-width: 120px;
}

    .dmenu_table > li > a > i {
        margin-right: 6px;
    }

/* .dropdown-menu > li > a{
padding: 5px; 
} */



/* SVGsSection  */

.svg-with-text svg {
    margin-right: 10px;
    /* Adjust the margin as needed */
}

.inline_flex {
    display: inline-flex;
}

/* CSTMSpinner */
.cstm-spinner {
    animation: spin 2s linear infinite;
    /* Add animation to rotate */
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
        /* Rotate the spinner */
    }
}

.cstm-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}



/* MODALSSection */
.modal-content {
    padding: 0 15px;
}

.modal-header {
    padding: 20px;
    border-bottom: 1px solid #E8E8E8;
}

.modal-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}

.modal-footer {
    padding: 20px;
    /* border-top: 1px solid #E8E8E8; */
}




/* Custom Uploader */
/* Styles */
#uploadContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-image: url('../images/bg_upload.svg');
    /* Add your upload icon image */
    background-repeat: no-repeat;
    background-size: 100px 100px;
    /* Adjust the size of the background icon */
    background-position: center;
    border-radius: var(--12, 12px);
    border: 1px solid #D0D5DD;
}

#uploadStatus {
    flex-grow: 1;
    cursor: pointer;
    padding: 8px 15px;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    /* Center horizontally */
}


#fileName {
    /* margin-top: 10px; */
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

#progressContainer {
    display: none;
    width: 100%;
    background-color: #eaecef;
    margin-top: 10px;
    height: 5px;
    overflow: hidden;
    border-radius: 50px;
}

#progressBar {
    width: 0%;
    height: 100%;
    background-color: #3276e8;
    transition: width 0.4s ease;
}

#percentText {
    text-align: center;
    margin-top: 5px;
}

#statusText {
    margin-top: 5px;
    display: none;
    color: #3276E8;
    font-size: 12px;
    font-weight: 500;
}

#statusIcon {
    font-size: 24px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 50%;
    /* Vertically center */
    transform: translateY(-50%);
    /* Translate it up by half its height */
    display: none;
}

#actionButton {
    margin-left: 10px;
    margin-right: 15px;
    cursor: pointer;
    display: none;
}

#fileInput {
    display: none;
}

.svgicon {
    position: relative;
    left: 80px;
}

/* LoginSection */
.bg_login {
    background-image: url(../..//assets/images/imaratbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* overflow: hidden; */
}

.login_left {
    display: none;
    padding: 50px;
    background-color: #f0f0f0;
    background-image: url(../../assets/images/loginsidepanel.svg);
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

    .login_left h1 {
        margin-top: 50px;
        font-size: 50px;
        font-weight: bold;
        color: #fff;
    }

    .login_left p {
        margin-top: 50px;
        font-size: 16px;
        color: #fff;
    }

    .login_left img {
        /* max-width: 100%;
  max-height: 100%;
  width: auto;
  height: 40px;
  object-fit: contain; */
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.login-form h5 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Inter';
}

.login-form i {
    color: rgba(255 255 255 1);
}

.login-form h5 > small {
    font-size: 16px;
    font-weight: 400;
}

.login_right {
    padding: 20px;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    flex-direction: column;
    /* Stacking items vertically */
}

.login_left h1 {
    margin-top: 50px;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
}

    .login_left h1 span {
        color: #e54c19;
        font-weight: 900;
        font-size: 55px;
    }

.login-container .page-container .login-form {
    width: 345px;
}

@media (min-width: 1200px) {
    #content {
        /* padding: 0 200px 88px 200px; */
        padding: 0 200px 0px 200px;
    }

    .login_right {
        padding-top: 70px;
    }
}

.login_right img {
    /*margin-bottom: 30px;*/
}

@media (min-width: 1000px) {
    .login-container .row {
        display: flex;
    }

    .login_left {
        display: block;
    }

    .login-container .page-container .login-form {
        width: 345px;
    }
}

@media (max-width: 1400px) {
    .login_left h1 {
        margin-top: 30px;
        font-size: 35px;
        font-weight: bold;
        color: #fff;
    }

    .login_left p {
        margin-top: 30px;
        font-size: 13px;
        color: #fff;
    }
}
/* @media (max-width: 1000px) {} */

/* LOGIN FOR IMARAT */
.login_leftside {
    position: relative;
    overflow: hidden;
    margin-bottom: -1px;
}

    .login_leftside img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.captcha_reload {
    background-color: transparent;
    border: none;
}
/*END OF LOGIN FOR IMARAT */




/*##### For Imarat ########*/
/* OutputMessageValidation/Alert */

#outputMessage {
    padding: 20px;
    display: none;
    color: #155724;
    border-radius: 6px;
    border-color: #c3e6cb;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 28px;
    border-radius: 6px;
    background: #FFB1A9;
}

    /* Alert close button */
    #outputMessage .closebtn {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        padding: 12px 16px 12px 16px;
        color: black;
        font-weight: bold;
        float: right;
        font-size: 20px;
        line-height: 28px;
        cursor: pointer;
        transition: 0.3s;
    }

        #outputMessage .closebtn:hover {
            color: white;
        }

    /* Alert svg */
    #outputMessage svg {
        width: 20px;
        height: 20px;
        flex-shrink: 0;
        margin-bottom: -4px;
    }

    #outputMessage li {
        margin-left: 10px;
    }

    #outputMessage span {
        color: #231F20;
        position: relative;
        bottom: 19px;
    }

/* DASHBOARDSECTION */
.dashboard {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.card {
    background-color: #ffffff;
    border: 2px solid #eaecf0;
    padding: 20px;
    text-align: left;
    border-radius: 6px;
}

    .card h3 {
        margin: 5px 0;
        color: #333;
        font-weight: 500;
        font-size: 18px;
    }

    .card .value {
        font-size: 22px;
        font-weight: bold;
        color: #000;
    }

    .card p {
        font-size: 13px;
        color: #999999;
        font-weight: 300;
    }

.dashboard-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px; */
    border-radius: 5px;
    margin: 0 20px;
    font-family: Arial, sans-serif;
}

    .dashboard-widget .title {
        font-size: 24px;
        color: #333;
    }

    .dashboard-widget .filters {
        display: flex;
        gap: 10px;
    }

    .dashboard-widget button {
        padding: 5px 10px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .dashboard-widget .active {
        background-color: #eb5017;
        /* Green */
        color: white;
    }

    .dashboard-widget .on-leave {
        /* Red */
        color: black;
    }

    .dashboard-widget select {
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
    }

.graph_spacing {
    min-width: 310px;
    height: 400px;
    margin: 0 auto
}

@media (max-width: 1400px) {
    .card {
        padding: 20px 10px;
    }
}


/* Modal-scrollbar-Styling */
/* Style the scrollbar */
.modal-body::-webkit-scrollbar {
    width: 12px;
}

/* Track */
.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.modal-body::-webkit-scrollbar-thumb {
    background: #eb5017;
    /* Change this to your desired scrollbar color */
    border-radius: 6px;
    /* Round corners of the scrollbar handle */
}

    /* Handle on hover */
    .modal-body::-webkit-scrollbar-thumb:hover {
        background: #eb5017;
        /* Change the hover color of the scrollbar */
        border-radius: 6px;
    }

/* Buttons (arrows) */
.modal-body::-webkit-scrollbar-button {
    background-color: yellow;
    /* Change this to your desired button color */
    display: none;
    border-radius: 6px;
}

    /* Buttons on hover */
    .modal-body::-webkit-scrollbar-button:hover {
        background-color: yellow;
        border-color: #eb5017;
        display: none;
    }







/* new */
.modal-footer button {
    display: inline-block;
}

#checkbox1 {
    margin-left: -22px;
}

#checkbox2 {
    margin-left: -22px;
}

#checkbox3 {
    margin-left: -22px;
}






#checkbox4 {
    margin-top: -10px;
}

#checkbox5 {
    margin-top: -10px;
}

#checkbox6 {
    margin-top: -10px;
}

#form-group {
    margin-bottom: 15px;
    margin-left: 23px;
}

#footercustom {
    margin-bottom: 20px;
    margin-right: 20px;
}



/* Style for checked state */
.checkbox input[type="checkbox"]:checked::before {
    content: '\2713';
    /* Unicode character for checkmark */
    font-size: 13x;
    /* Adjust the size of the checkmark */
    color: white;
    /* Change color of the checkmark */
    background-color: #eb5017;
    position: absolute;
    /* Position the checkmark */
    top: 35%;
    /* Adjust the vertical position */
    left: 35%;
    /* Adjust the horizontal position */
    transform: translate(-35%, -35%);
    /* Center the checkmark */
    width: 13px;
}

.checkbox-label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

/* Form-Group-Role */
#fgrsidebar {
    margin-bottom: 18px;
}

#fgrfooter {
    margin-bottom: 18px;
}

#navbar-text a {
    margin: 38px;
    position: relative;
    right: 60px;
    color: #f1f1f1;
}

#breadcrumbs {
    padding: 10px 15px;
}

#apply button {
    background-color: blue;
    color: white;
    padding: 9px;
    border: none;
    border-radius: 5px;
}

#apply button {
    background-color: blue;
    color: white;
    padding: 9px;
    border: none;
    border-radius: 5px;
}

#canditetext {
    padding-top: 10px;
    margin-bottom: -20px;
    background-color: #fff;
}

/*#Address {
    margin-top: -18px;
    font-weight: bolder;
}*/

.svg-with-text {
    display: flex !important;
    align-items: center;
    border-radius: 50px;
    margin-right: 10px;
    position: relative;
    top: -7px;
}


/* Self Assesmment-page */
#ftr-gap-btm {
    margin: 20px;
}

.btn-group button:first-child {
    margin-right: 15px;
}

.para-text {
    color: #999;
    /* Change the color */
    font-size: 12px;
    margin-top: 4px;
}




#para-text::placeholder {
    position: relative;
    right: 30px;
    top: -27px;
}

#heading-row {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -40px;
}

#panel-heading-main {
    position: relative;
    top: -25px;
    left: -4px;
}

.panel-flat > .panel-heading {
    padding-top: 0px;
    padding-bottom: 20px;
}

#apply-for {
    width: 210px;
}


/* Miscellaneous-page-imarat */
#text-section {
    position: relative;
    bottom: -25px;
    left: 8px;
}

#dropdown-adjustmnet {
    position: relative;
    left: 3px;
}

#text-section .col-lg-2 {
    width: 100px;
}

@media (max-width: 830px) and (min-width: 420px) {
    #text-section .col-lg-2 {
        width: 200px;
    }
}

@media (max-width: 420px) and (min-width: 320px) {
    #text-section .col-lg-2 {
        width: 150px;
    }
}

#text-section #pararaph {
    margin-top: -12px;
}

#text-gap {
    padding-bottom: 9px;
}



/* Extended Miscellaneous-page-imarat */

#control-1 {
    position: relative;
    bottom: 46px;
}

#control-2 {
    position: relative;
    bottom: 56px;
}

#control-3 {
    position: relative;
    bottom: 66px;
}

#control-4 {
    position: relative;
    bottom: 76px;
}

#control-5 {
    position: relative;
    bottom: 86px;
}

#control-6 {
    position: relative;
    bottom: 96px;
}

#extd-mislnios-control-1 {
    position: relative;
    right: 10px;
}

#extd-mislnios-control-2 {
    position: relative;
    left: 8px;
}

#extd-mislnios-dropdown-1 {
    position: relative;
    margin-left: -9px;
    bottom: 30px;
}

#extd-mislnios-dropdown-2 {
    position: relative;
    left: 10x;
    bottom: 30px;
}

#extd-mislnios-dropdown-3 {
    margin-top: -90px;
}

#Joining-date-sec {
    margin-left: -2px;
    position: relative;
    bottom: 15px;
}

#extd-mislnios-dropdown-4 {
    position: relative;
    bottom: 18px
}

.miscellaneous-ftr {
    position: relative;
    top: 10px;
    left: 25px;
    margin-bottom: -70px;
}

/* Compensation-page-imarat */
/* Style the label to create a custom radio button */
/* .custom-radio {
  position: relative;
} */

/* Style the label to create a custom radio button */
/* .custom-radio::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #EAECF0;
 
} */

/* Style the inner circle to fill with red */
/* .custom-radio:checked::before {
  background-color: orangered;
  
} */

/* Style the tick symbol */
/* .custom-radio::after {
  content: "";
  width: 6px;
  height: 11px;
  border: 2px solid white;

} */

/* Show tick symbol when radio button is checked */
.custom-radio:checked::after {
    opacity: 4;
}

#form-group-width {
    width: 309px;
}

#salary-section {
    margin-left: 5px;
    position: relative;
    top: -20px;
}

#salary-sec-form {
    margin-left: 6px;
    margin-top: -18px;
}

.radio-text {
    margin-left: 1px;
    margin-bottom: -3px;
    margin-top: -3px;
}

#allowances-heading {
    position: relative;
    right: 10px;
    top: -8px;
}

#alwnce-sec-adjsmt {
    margin-left: 20px;
    margin-right: 20px;
}

.pt-0 {
    padding-left: 16px;
    padding-top: 0px !important;
    margin-bottom: 0px;
}

/* Employee-Detail-imarat */
#Pernl-info-detail {
    /* width: 346px; */
    margin-top: -25px;
}

#Pernl-info-detail-row {
    margin-left: -6px;
}

#panel-bodypx-0 {
    margin-bottom: -40px;
}

#panel-title {
    margin-bottom: -24px;
}

#personal-section {
    margin-top: 6px;
}

#personal-sectionss {
    margin-top: 6px;
    height: 200px;
}

#personal-section-row {
    margin-left: 2px;
    margin-right: 2px;
}

.panel-title.skill {
    margin-top: 10px;
    margin-bottom: 9px;
    margin-left: -8px;
}

/* imarat-Modals */
.modal-content.imarat {
    padding: 0 15px;
    border-radius: 23px;
}

.modal-footer.imarat {
    padding-bottom: 20px;
    margin-top: -25px;
}

    .modal-footer.imarat .btn-4 {
        border-radius: 60px;
        border: 2px solid #0D4C39;
    }

.imarat-modal-pararaph {
    padding-left: 25px;
}

.modal-body svg {
    margin-left: 210px;
}

/* Welocme-Aboard */
.modal-content.imarat {
    padding: 0 15px;
    border-radius: 23px;
}

.modal-footer.imarat {
    padding: 20px;
    margin-top: -25px;
}

.imarat-onboarding {
    padding: 20px;
    margin-top: -65px;
}

.modal-footer .imarat-onboarding.btn {
    border-radius: 10px;
    border: 2px solid red;
}



.imarat-modal-pararaph {
    padding-left: 25px;
}

.imarat-modal-sub-pararaph {
    padding-left: 25px;
    position: relative;
    top: -10px;
    bottom: -20px;
}

.modal-body svg {
    margin-left: 210px;
}

/* imarat Rejected */
.modal-content.imarat {
    padding: 0 15px;
    border-radius: 23px;
}

.modal-footer.imarat {
    padding: 20px;
    margin-top: -25px;
}

.imarat-onboarding {
    padding: 20px;
    margin-top: -65px;
}

.imarat-modal-pararaph-rejection {
    padding-left: 25px;
    padding-bottom: 30px;
}




.imarat-modal-pararaph {
    padding-left: 25px;
}

.imarat-modal-sub-pararaph {
    padding-left: 25px;
    position: relative;
    top: -10px;
    bottom: -20px;
}

.modal-body svg {
    margin-left: 210px;
}

/* imarat-Buttons */

/* btn-1- Save & Continue  */
.Btn-1 {
    display: flex;
    align-items: right;
    background: #103424 !important;
    color: #f1f1f1 !important;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 7px 12px;
    font-family: 'Inter';
    margin: 0 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

/* Btn-2- Cancel  */
.btn-2 {
    display: flex;
    align-items: right;
    background-color: #fff;
    color: #7D8398;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 7px 12px;
    font-family: 'Inter';
    margin: 0 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: black;
}

/* Btn-3-Add new*/
.btn-link {
    border-radius: 50px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid #d0d5dd;
}

.box-footer .btn-group .btn-5 {
    display: flex;
    align-items: right;
    background: #103424 !important;
    color: #f1f1f1 !important;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 7px 12px;
    font-family: 'Inter';
    margin: 0 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    position: relative;
    left: 80px;
    bottom: -18px;
}

.btn-link {
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid #d0d5dd;
}


#btn-1 {
    position: relative;
    left: 320px;
    bottom: -24px;
    width: 142px;
    padding-bottom: 11px;
    padding-top: 11px;
}
.btn-1Class {
    position: relative;
    left: 320px;
    bottom: -24px;
    width: 142px;
    padding-bottom: 11px;
    padding-top: 11px;
}

/* Btn-4-Understood*/
.btn-4 {
    border-radius: 60px;
    border: 1px solid #0D4C39;
}

.btn .btn-link {
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid #d0d5dd;
}

/* imarat-Btn-7- Yes, Reject Offer */
.btn-link-7 {
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border: 1px solid #d0d5dd;
    background-color: white;
    font-weight: 600;
}

/* imarat-Btn-8- NO Go Back */
.btn-primarys {
    background-color: #FFCCCB;
    font-family: 'Inter';
    color: red;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    text-shadow: none;
}

/* imarat-Notification-page */
/* .notification h4 {
  font-weight: 500;
  color: #000;
  font-size: 17px;


} */

/* .notification p {
  color: grey;
  width: 680px;
} */

.resposnsibilies h4 {
    font-weight: 500;
    color: #000;
    font-size: 17px;
    position: relative;
    /* top: -55px; */
}

.notification h4 {
    font-weight: 500;
    color: #000;
    font-size: 17px;
    position: relative;
}

/* .resposnsibilies li {

  position: relative;
  top: -55px;
  color: grey;

} */

.who-are-you h4 {
    font-weight: 500;
    color: #000;
    font-size: 17px;
    /* position: relative;
  top: -55px; */
}

/* .who-are-you li {

  position: relative;
  top: -55px;
  color: grey;

} */

.nice-to-have h4 {
    font-weight: 500;
    color: #000;
    font-size: 17px;
    /* position: relative;
  top: -55px; */
}

/* .nice-to-have li {

  position: relative;
  top: -55px;
  color: grey;

} */

/* .resposnsibility span {

  position: relative;
  top: -55px;
  margin-bottom: 7px;
  margin-left: 5px;
  color: gray;
} */

/* .resposnsibility svg {

   position: relative;
  top: -59px; 
} */
#pak {
    position: relative;
    top: -102px;
}

#social-media-heading p {
    margin-top: -10px;
    color: grey;
}

#social-media-heading h1 {
    margin-top: 30px;
    margin-bottom: 9px;
}

.label-grey {
    color: #7d8398;
}

.label-black {
    color: black;
}

#personal-section-row .category-1 {
    background-color: #FFD7D9;
    color: #FFB836;
    border-radius: 50px;
    padding: 2px;
    padding: 5px 10px 5px 10px;
    width: auto;
}

#personal-section-row .category-2 {
    background-color: #EAECF0;
    color: #56CDAD;
    border-radius: 50px;
    padding: 2px;
    padding: 5px 10px 5px 10px;
}

#personal-section-row .category-3 {
    background-color: #EAECF0;
    color: blue;
    border-radius: 5px;
    padding-left: 6px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 6px;
}

#personal-section-row .category-4 {
    background-color: #EAECF0;
    color: blue;
    border-radius: 3px;
    padding-left: 6px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 6px;
}

#prof-ftr {
    position: relative;
    left: 35px;
    top: 20px
}

/* Noftification-modal-panel */
#edu-notif {
    position: relative;
    top: 12px;
    font-weight: 600;
    color: #DFB170;
}

#edu-notif-1 {
    position: relative;
    top: 12px;
    font-size: 14px;
    font-weight: 400;
    color: grey;
}

/* Dashboard-imarat */
.category-name {
    font-family: sans-serif;
    width: -webkit-fill-available;
    text-align: center;
    font-size: 40px;
}

.card-category-1,
.card-category-1 div,
.card-category-2 div {
    display: inline-block;
}

    .card-category-1 > div,
    .card-category-2 > div:not(:last-child) {
        margin: 10px 5px;
        text-align: left;
    }

/* Basic Card */
.basic-card {
    width: 300px;
    position: relative;
    border: 1px solid #D0D5DD;
    border-radius: 4px;
}

    .basic-card .card-content {
        padding: 15px;
    }

    .basic-card .card-title {
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        color: black;
    }

    .basic-card .card-titles {
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        color: grey;
    }

    .basic-card .card-tImarat-Job-Offer.htmlitles {
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        color: grey;
    }

    .basic-card .card-link a:after {
        top: 30px;
        content: "";
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        width: 0;
        -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
        -moz-transition: width 0.3s ease 0s, left 0.3s ease 0s;
        -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
    }

    .basic-card .card-link a:hover:after {
        width: 100%;
        left: 0;
    }

/* Image Card */
.img-card {
    width: 300px;
    position: relative;
    border-radius: 5px;
    text-align: left;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}

    .img-card .card-image {
        position: relative;
        margin: auto;
        overflow: hidden;
        border-radius: 5px 5px 0px 0px;
        height: 200px;
    }

@media only screen and (max-width: 360px) {
    .ioverlay-card .card-content {
        top: 10px;
    }

    .io-card-1 .card-link {
        top: 70px;
    }

    .card-category-5 .per-card-2 {
        width: 275px;
    }

        .card-category-5 .per-card-2 .card-image {
            width: 295px;
        }

    .card-category-5 .per-card-3 {
        width: 320px;
        height: 254px;
    }
}

#card-style {
    position: relative;
    left: 60px;
    top: -50px;
}

#view-button {
    width: 265px;
    height: 40px;
    color: #0A65CC;
    font-size: 15px;
    background-color: #E7F0FA;
    border: none;
    position: relative;
    top: -40px;
    font-weight: 600;
}

.dashboard-styline {
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 6px;
}

.dashboard-headings {
    font-weight: 600;
    margin-top: -3px;
    margin-left: -10px;
}

.dashboard-pararaph {
    font-size: 16px;
    color: #5E6670;
    margin-left: -10px;
}

.benefits-list-ordered {
    font-size: 16px;
    color: #5E6670;
}

.dashboard-headings-2 {
    font-weight: 600;
    margin-top: -3px;
    margin-left: 20px;
    margin-top: 28px;
}

.dashboard-job-title-para {
    margin-left: 20px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #18191C;
}

.job-title-details {
    margin-left: 20px;
    margin-bottom: -2px;
}

#dashboard-btn {
    background: #FFD7D9 !important;
    font-family: 'Inter';
    color: #DA1E28;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    text-shadow: none;
}


/* new css */
.belleza-regular {
    font-family: "Belleza", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    position: absolute;
    top: 90px;
    font-size: 40px;
    margin-left: 40px;
}

#image-header {
    background-size: cover;
    height: 300px;
    width: 100%;
    object-fit: cover;
    margin-top: -50px;
}

.header-image-para {
    position: absolute;
    top: 145px;
    font-size: 20px;
    margin-left: 40px;
    color: white;
    font-weight: 300;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.btnOutline {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 8px 20px;
    margin: 10px 0;
    border-radius: 8px;
}

    .btnOutline:hover {
        background-color: #fff;
        color: #000;
        transition: background-color 0.3s, color 0.3s;
    }



#paginatin-numbs {
    border: 2px solid #D0D5DD;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
}

/* Welcome-without-login-page */
.welcome {
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 180%;
    color: #1A1A1A;
}

.welcome-login {
    font-size: 16px;
    width: 65%;
    color: #727272;
    margin-top: 10px;
}

.welcome-login-2 {
    margin-top: 20px;
    font-size: 16px;
    width: 65%;
    color: #727272;
}

.welcome-logins {
    color: #727272;
    font-size: 16px;
    margin-top: -5px;
}

.welcome-image-text .image-text-1 {
    position: absolute;
    bottom: 230px;
    color: white;
    font-size: 36px;
    margin-left: 40px;
}

.welcome-image-text .image-text-2 {
    position: absolute;
    bottom: 180px;
    color: white;
    font-size: 36px;
    margin-left: 40px;
}

.welcome-image-text .image-text-3 {
    position: absolute;
    bottom: 140px;
    color: white;
    font-size: 16px;
    margin-left: 40px;
}

.welcome-image-text .image-text-4 {
    position: absolute;
    bottom: 110px;
    color: white;
    font-size: 16px;
    margin-left: 40px;
}

#edu-row-forms {
    position: relative;
    bottom: 20px;
}

#edu {
    margin-top: 10px;
}

.textarea-self-assesment {
    resize: none;
    overflow: auto;
    border-radius: 5px;
    border: 2px solid #ddd;
}

.textarea-self-assesment {
    padding-left: 10px;
    color: gray;
}

.imarat-header-logo {
    background-color: #0D4C39;
    border: none
}

#bonuses-gf {
    width: 190px;
}

/* Internal CSS for hover effects */
.navbar-nav li a {
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
}

    .navbar-nav li a.active {
        background-color: #f1f1f1 !important;
        color: #DFB170 !important;
        border: none;
        font-weight: 600;
        position: relative;
        top: 0px;
    }

#form-group-leave {
    width: 231px;
}

.radio-text-col {
    color: #737E8F;
}

.onlin-job-btn {
    border: none;
    font-weight: bolder;
    position: relative;
    top: -220px;
    color: white;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 43px;
    color: white;
    font-weight: 300;
    font-size: 14px;
    background: #103424 !important;
    border-radius: 8px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.footer-register-here {
    margin-bottom: -20px;
    margin-left: 6px;
    font-weight: 700;
    font-size: 14px;
}

    .footer-register-here a {
        color: #1E88E5;
    }

#footer-page-sec {
    margin-top: -20px
}

#panel-flat-height {
    height: 267px;
}

.color-grey {
    color: grey;
}

.about-label {
    font-weight: 600;
    margin-bottom: 20px;
}

.categories-sec {
    position: absolute;
    top: 447px;
    left: 950px;
}

.categories-sec-lable {
    font-weight: 600;
    margin-bottom: 12px;
}

.about-sec {
    position: absolute;
    left: 950px;
    top: 260px;
}




@media (max-width: 768px) {
    .categories-sec {
        position: absolute;
        top: 447px;
        left: 950px;
    }

    .login-container .page-container .login-form {
        width: auto;
    }
}

@media (max-width: 1268px) {
    .categories-sec {
        position: absolute;
        top: 447px;
        left: 950px;
    }
}

@media (max-width: 1568px) {
    .categories-sec {
        position: absolute;
        top: 447px;
        left: 950px;
    }
}

.categories-sec-hr {
    margin-left: 10px;
    margin-right: 8px;
    margin-top: 24px;
}


.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9998; /* Ensure it overlays other content */
}

.loading-content {
    display: flex;
    flex-direction: column; /* Arrange items vertically */
    align-items: center; /* Center items horizontally */
}

.loading-logo img {
    width: 150px; /* Adjust the width of your logo */
    padding-bottom: 40px;
    opacity: 0; /* Initially hidden */
    animation: fade-in 2s infinite linear; /* Fade-in animation */
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loading-wheel {
    display: flex;
    gap: 10px; /* Space between dots */
}

.loader-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    animation: l5 1.5s infinite linear;
}

    .loader-dot:nth-child(1) {
        animation-delay: 0s;
    }

    .loader-dot:nth-child(2) {
        animation-delay: 0.1s;
    }

    .loader-dot:nth-child(3) {
        animation-delay: 0.2s;
    }

    .loader-dot:nth-child(4) {
        animation-delay: 0.3s;
    }

@keyframes l5 {
    0%, 100% {
        transform: scale(1);
        background: #dfb170;
    }

    50% {
        transform: scale(0.5);
        background: rgba(223, 177, 112, 0.2);
    }
}