﻿/*html {
    font-size: 10px !important;
    -webkit-text-size-adjust: 100%;
}*/


/*body {
    margin: 0;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    line-height: 1.42857143;
    font-size: 1.4rem;
    color: #333333;
    background-color: #fff;
}*/

@media (min-width: 768px) {
    html {
        font-size: 15px;
    }
    /*.container {
        width: 750px;
    }*/
}


.year-group-color {
    background-color: transparent !important;
    border-color: #009EDB !important;
    color: black !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.row-margin-auto {
   margin:auto !important;
}

/*a {
    color: midnightblue;
}*/

footer div ul li a{
    text-decoration:none;
    /*color: midnightblue;*/
}

.text-color-midnightblue {
    /*color: midnightblue;*/
}

.table-border-collapse {
    border-collapse: inherit;
}


/*body {
    margin-bottom: 10px;
    font-family: Roboto, sans-seri;
    overflow-x: hidden;
    letter-spacing: 1px;
    font-weight: 100;
    color: midnightblue;
    background-color: #fafafa;*/
    /*display: flex;
    flex-direction: column;*/
    /* height: 100%;*/
/*}*/



/*.container {
    background-color: #fff !important;*/ /* Set the container background to white or any desired color */
/*}*/

.message-formatted-text{
    white-space: pre-wrap;
}

.fixed-width-parent {
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.ls-6 {
    letter-spacing: 0.6px;
}

.navbar-right {
    float: right !important;
    margin-right: 0;
}

.float-right {
    float: right !important;
    margin-right: 0;
}

.float-left {
    float: left !important;
    margin-left: 0;
}

.navbar-left {
    float: left !important;
    margin-right: 0;
}

.undesabrand-bar .undesabrandbar-header {
    padding-left: 6rem;
    padding-right: 6rem;
}

.navbar-bg-color {
    background-color: #EAEAEA;
}

*, *::before, *::after {
    box-sizing: inherit;
}

/*.container:before, .container:after {
    display: table;
    content: " ";
}*/

    .container:not(.ignore)::before, .container:not(.ignore)::after {
    display: table;
    content: " ";
}

.container:after {
    clear: both;
}

.container {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

/*   .ccn{
        content:"" !important;
    }*/


.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}

fieldset {
    border: 1px solid midnightblue !important;
}

.navbar-border {
    border-bottom: #009edb solid 5px !important;
}

.footer-border {
    border-top: #009edb solid 5px !important;
}

.footer-div {
/*    bottom: 0;
    position: fixed;*/
    width: 100%;
}
/*.footer {
    flex-shrink: 0;
}
*/
.header-a {
    /* padding: 0;*/
    font-size: 0.83em;
    font-weight: 400;
    /* margin-top: 2px;*/
    letter-spacing: 1px;
    color: black;
    text-decoration: none;
    vertical-align: middle;
}

/*.language-a {
    font-size: 0.83em;
    font-weight: 400;
    letter-spacing: 0.06em;
    color: black;
    text-decoration: none;
    vertical-align: middle;
}*/

.header-img {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    margin-bottom: 1px;
    padding-bottom: 0px;
    font-family: Roboto,sans-serif !important;
}

.header-left-div {
    /* vertical-align: middle;*/
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 0px;
    float: left;
}

.header-right-div {
    border-top: none;
    padding: 0;
    float: right;
}

a.active {
    font-weight: 700;
}

.header-list-margin {
    margin-left: 8px;
}

.un-logo-text {
    display: inline-block;
    padding: 0 0 0 0;
    font-size: 21px;
    font-weight: 500;
}

.un-logo {
    display: table-cell;
    list-style: none;
    vertical-align: middle;
    height: fit-content;
}

.unlb {
    border-right: 1px solid;
    /* margin-right: 10px; */
    padding-right: 10px;
    border-color: midnightblue !important;
    /*letter-spacing: 0.6px;*/
}

.un-text {
    /*font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1;*/
    vertical-align: middle;
    /*text-transform: none;*/
    letter-spacing: 1px;
    line-height: 1;
}

.un-color {
    color: #009edb !important;
}

.un-bg-color {
    background-color: #009edb !important;
}

.un-text-a {
    text-decoration: none;
    /*color: #333333 !important;*/
    background-color: transparent;
}

img.logo {
    width: 14rem;
    height: 4rem;
    /*margin-right: 0.72rem;*/
}

img {
    vertical-align: middle;
}

.lbp-10 {
    padding-left: 10px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-2 {
    padding-left: 2px !important;
}

.pl-3 {
    padding-left: 3px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-6 {
    padding-left: 6px !important;
}

.pl-7 {
    padding-left: 7px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}


.pr-0 {
    padding-right: 0px !important;
}

.pr-2 {
    padding-right: 2px !important;
}

.pr-3 {
    padding-right: 3px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pr-6 {
    padding-right: 6px !important;
}

.rbp-10 {
    padding-right: 10px !important;
}

.rbp-20 {
    padding-right: 20px !important;
}

.mb-7 {
    margin-bottom: 7px !important;
}

/*.mt-5 {
    margin-top: 5px !important;
}
*/

.mr-3 {
    margin-right: 3px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-7 {
    margin-left: 7px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.ml-5 {
    margin-left: 5px !important;
}



.right-border-solid {
    border-right: 1px solid;
    padding-right: 15px;
}

.border-solid {
    border: 1px solid lightgray !important;
    border-radius: .25rem;
    /*padding-right: 5px;*/
}

.desa-text {
    font-size: 1.5rem;
    font-weight: 300;
    display: block;
    color: black !important;
    text-transform: none;
    letter-spacing: 1px;
    font-size: 18px;
    /*margin-top:5px;*/
}

.margin-auto {
    margin: auto !important;
}

.zero-margin-bottom {
    margin-bottom: 0px !important;
}

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

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.margin-top-menu {
    margin: 20px 0 0 0 !important;
    /* margin-top:*/
}

.padding-top-menu {
    padding: 25px 0 0 0 !important;
    /* margin-top:*/
}

.dataTables_wrapper {
    text-align: left;
    vertical-align: middle;
}

.dt-buttons {
    margin-bottom: 5px;
}

.dataTables_length {
    /* text-align:center;*/
    margin: 0px 0px 0px 20px;
    padding: 5px 0px 0px 0px;
}
/* Add margin to DataTables pagination */
.dataTables_paginate {
    margin-top: 10px;
}

/* Add margin to DataTables search */
.dataTables_filter {
    margin-bottom: 5px;
}

.align-items-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.data-table-border {
    border-collapse: collapse !important;
    border: 1px solid midnightblue !important;
    box-sizing: border-box !important;
    text-align: left;
}

.form-floating > .form-control, .form-floating > .form-select {
    height: auto;
    /*box-sizing: border-box !important;*/
    color: midnightblue;
}

h1, h2, h3, p {
    /*color: #009edb !important;*/
    /*color: midnightblue !important;*/
}

.no-padding-left-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-padding-top-bottom {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.form-control {
    /* border: 1px solid black;*/
    /*border: 1px solid midnightblue !important;*/
    margin-bottom: 5px;
    margin-top: 5px;
    /*color: midnightblue;*/
}

.btn-border-color {
    border: 1px solid midnightblue !important;
}

.td-right-border-color {
    border-right: 1px solid midnightblue !important;
}



.td-top-border-color {
    border-top: 1px solid midnightblue !important;
}


.td-left-border-color {
    border-left: 1px solid midnightblue !important;
}


/*.table {
    border: 1px solid midnightblue !important;
}*/

.div-border {
    border: 1px solid midnightblue !important;
    border-radius: 0.25rem;
    padding: 0px 5px 5px 5px;
    /*margin: 0px;*/
}

.btn-text-color {
    color: white !important;
    opacity: 1;
    letter-spacing: 1px;
}

.center-text {
   /* display: inline-block;*/
    text-align: center;
    width: 100%; /* Ensure the span takes up full width */
}

.midnightblue-login-color {
    border: 1px solid midnightblue !important;
    border-radius: 5px !important;
    opacity: 1 !important;
}

.br-0 {
    border-radius: 0px !important;
}

bt-0{
    border-top: 0px !important;
}
bb-0{
    border-bottom: 0px !important;
}
.brt-0{
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.brb-0{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.bblr-0 {
    border-bottom-left-radius: 0px !important;
}

.bbrr-0 {
    border-bottom-right-radius: 0px !important;
}

.btlr-0 {
    border-top-left-radius: 0px !important;
}

.btrr-0 {
    border-top-right-radius: 0px !important;
}

/*hr {*/
    /*color: #009edb !important;*/
    /*color: midnightblue !important;*/
    /*width: 100%;*/
    /*height: 1px !important;*/
    /* opacity: 1;*/
    /*margin: 0 !important;
    border: revert !important;
}*/

label {
   /* color: midnightblue !important;*/
    opacity: 1;
}

.custom-divider {
    border-top: 1px midnightblue !important;
}

.menu-letter-spacing {
    letter-spacing: 1px;
}

.menu-font-color {
    /* Adjust this value as needed */
    /*color: midnightblue !important;*/
    opacity: 1;
}

.btn-bg-color {
    background-color: #009edb !important;
    /*opacity: 1;*/
}

*, *::before, *::after {
    box-sizing: border-box;
}

.justify-menu-comtent {
    justify-content: space-between !important;
}

.sub-menu-item:hover {
    background-color: #F0F0F0;
    /*color: #ffffff !important;*/
    cursor: pointer;
}

table tr:hover {
    cursor: pointer;
    background-color: lightgray !important;
}

table tr td, th, option, select {
    /*color: midnightblue !important;*/
}

.lh-25 {
    line-height: 25px !important;
}
/*.nowrap {
    white-space: nowrap;
}*/

.fs {
    font-size: 12px;
}

.menu-s-b {
    /*overflow: auto;*/
    white-space: nowrap;
}

.box-shadow-s {
    box-shadow: 4px 4px 2px lightgray !important;
}

.box-shadow-submenu {
    box-shadow: 2px 2px 5px 0px #2a2c52 !important;
}

.custom-dropdown {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    max-height: 50px; /* Set the maximum height */
    overflow-y: auto; /* Add a scrollbar if needed */
}

.w-h-min {
    width: min-content;
    height: min-content;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
}

.customClass {
}

/*details > summary {
    cursor: pointer;
    color:*/
/*    font-weight:500;*/

/*}*/

.clr-indigo {
    color: indigo !important;
}

details > p, details > ul > li {
    font-size: smaller;
    /* margin-left:15px;*/
}

.parent-div {
    display: flex;
    justify-content: space-between;
}

.child-div {
    flex-grow: 1;
    /*padding-right: 10px;*/
    /*padding-inline: 1px 2px;*/
    /*Handle Padding using Margin*/
}

tr th td dt label {
    display: flex;
    flex-wrap: wrap;
}

input[type="range"] {
    /*background: lightgray;*/
    background-color: whitesmoke;
}

.image-min-w-h {
    min-width: 200px;
    min-height: 150px;
}

.applicationSaveButton {
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-8 {
    width: 8% !important;
}

.w-12 {
    width: 12% !important;
}

.dropdown-menu {
    border: 1px solid dashed !important;
    border-radius: 0.5rem !important;
}

.bw-0 {
    border-width: 0px 0px 0px 0px !important;
}

.text-align-center {
    text-align: center;
}

.light-gray {
    background-color: #cccccc !important /* Light gray color */
}

/* Define more light gray colors */
.light-gray-1 {
    background-color: #dddddd;
}

.light-gray-2 {
    background-color: #eeeeee;
}

.light-gray-3 {
    background-color: #f0f0f0;
}

.light-gray-4 {
    background-color: #f2f2f2;
}

.light-gray-5 {
    background-color: #f4f4f4;
}

.light-gray-6 {
    background-color: #f6f6f6;
}

.light-gray-8 {
    background-color: #fafafa;
}

.light-gray-9 {
    background-color: #fcfcfc;
}

.light-gray-10 {
    background-color: #fefefe;
}

.full-height-form {
    height: 43vh;
    overflow: scroll;
}

progress {
    /* Change the appearance of the progress bar */
    /*width: 100%;*/
    height: 10px;
    /*color: midnightblue !important;*/ /* Color of the progress bar */
    /*background-color: midnightblue !important;*/
    border-radius: 10px !important;
}

    progress::-webkit-progress-bar {
        /* Change the appearance of the progress bar in WebKit browsers */
        /*background-color: midnightblue !important;*/
        border-radius: 10px;
        /*background-color: whitesmoke !important;*/
    }

    progress::-moz-progress-bar {
        /* Change the appearance of the progress bar in Firefox */
        /*background-color: midnightblue !important;*/
        border-radius: 10px;
        /*background-color: whitesmoke !important;*/
    }

    progress::-webkit-progress-value {
        /* Change the appearance of the progress bar value in WebKit browsers */
        background-color: midnightblue !important;
        border-radius: 10px !important;
    }


    progress[value]::-webkit-progress-value {
        transition: width 0.5s ease-in-out;
        /*background: linear-gradient(to right, royalblue, blue, midnightblue);*/
    }

    progress[value]::-moz-progress-bar {
        transition: width 0.5s ease-in-out;
        /*background: linear-gradient(to right, royalblue, blue, midnightblue);*/
    }

.bg-bisque {
    background-color: bisque !important;
}

.bg-floralwhite {
    background-color: floralwhite !important;
}

.bg-seashell {
    background-color: seashell !important;
}

.bg-snow {
    background-color: snow !important;
}

.bg-ghostwhite {
    background-color: ghostwhite !important;
}

.bg-download {
    background-color: #dee2e6 !important;
}
.bg-input-group-text {
    background-color: #e9ecef !important;
}

.bg-whitesmoke {
    background-color: whitesmoke !important;
}

.bg-midnightblue {
    /*background-color: midnightblue !important;*/
}

.disabled-image {
    filter: grayscale(100%);
    pointer-events: none;
}

.disabled-label {
    color: gray;
    pointer-events: none;
}

.vertical-align-center {
    vertical-align: middle !important;
}

/*textarea {
    overflow: hidden;*/ /* Hide scrollbar */
/*resize: none;*/ /* Disable manual resizing */
/*}*/

.label-display {
    display: inline-block !important;
    padding: 10px !important;
}
/*@media print {
    @page {
        margin: 2cm;
    }

    @page

    ::before {
        content: url(../image/un_desa_icon.png);
        display: block;
        text-align: center;
        margin-bottom: 1cm;
    }*/

:root {
    --main-color: #06d6a0;
    --secondary-color: #1b9aaa;
    --title-background-color: #E9ECEF;
    --sub-title-background-color: #F4F7FA;
    --bottom-border-color: 1px solid midnightblue;
    --tr-bg-color: #f2f2f2;
    --footer-bg-color:#333333 !important;
}
.bg-footer{
    background-color: var(--footer-bg-color) !important;
}

.td-bottom-border-color {
    border-bottom: 1px solid midnightblue !important;
}

.title-background-color {
    background-color: var(--title-background-color) !important;
    /*    color: var(--secondary-color);*/
}

.sub-title-background-color {
    background-color: var(--sub-title-background-color) !important;
    /*    color: var(--secondary-color);*/
}


.modal-header {
    background-color: #f8f9fa;
    color: #343a40;
}

.modal-dialog {
    margin: auto;
}

.paginator {
    margin-top: 0px !important;
    border-top: 0px !important;
}

/*table tbody tr:nth-child(odd) {*/
/*background-color: #f2f2f2 !important;*/ /* Light gray background for odd rows */
/*}

table tbody tr:nth-child(even) {*/
/*background-color: #ffffff !important;*/ /* White background for even rows */
/*}*/

.quick-grid-striped td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.quick-grid-striped tbody tr:nth-child(odd) {
    background-color: var(--tr-bg-color) !important; 
}

.quick-grid-striped tbody tr:nth-child(even) {
    background-color: white !important; 
}

#ApplicationListTable tbody table thead tr,
#CategoryListTable tbody table thead tr,
#CriteriaListTable tbody table thead tr,
#CriteriaQuestionListTable tbody table thead tr,
#EvaluationQuestionListTable tbody table thead tr,
#AssignedReviewerListTable tbody table thead tr,
#ManageUserTable tbody table thead tr,
#ApplicationStatusListTable tbody table thead tr,
#InstitutionTypeListTable tbody table thead tr,
#AdministrativeLevelTable tbody table thead tr,
#PreviousParticipationYearTable tbody table thead tr,
#FormListTable tbody table thead tr,
#QuestionListTable tbody table thead tr,
#QuestionFieldListTable tbody table thead tr,
#QuestionFieldOptionListTable tbody table thead tr,
#SDGTable tbody table thead tr,
#SDGTargetListTable tbody table thead tr,
#UNAgencyTable tbody table thead tr,
#CountryListTable tbody table thead tr,
#MultilingualTextListTable tbody table thead tr,
#ProjectListTable tbody table thead tr,
#CollapsibleEmailListTable tbody table thead tr,
#ERListTable tbody table thead tr {
    background-color: #dadce8 !important;
}

    #ApplicationListTable tbody table thead tr th,
    #CategoryListTable tbody table thead tr th,
    #CriteriaListTable tbody table thead tr th,
    #CriteriaQuestionListTable tbody table thead tr th,
    #EvaluationQuestionListTable tbody table thead tr th,
    #AssignedReviewerListTable tbody table thead tr th,
    #ManageUserTable tbody table thead tr th,
    #ApplicationStatusListTable tbody table thead tr th,
    #InstitutionTypeListTable tbody table thead tr th,
    #AdministrativeLevelTable tbody table thead tr th,
    #PreviousParticipationYearTable tbody table thead tr th,
    #FormListTable tbody table thead tr th,
    #QuestionListTable tbody table thead tr th,
    #QuestionFieldListTable tbody table thead tr th,
    #QuestionFieldOptionListTable tbody table thead tr th,
    #SDGTable tbody table thead tr th,
    #SDGTargetListTable tbody table thead tr th,
    #UNAgencyTable tbody table thead tr th,
    #CountryListTable tbody table thead tr th,
    #MultilingualTextListTable tbody table thead tr th,
    #ProjectListTable tbody table thead tr th,
    #CollapsibleEmailListTable tbody table thead tr th,
    #ERListTable tbody table thead tr th,
    #ApplicationListTable tbody table thead tr th div button,
    #CategoryListTable tbody table thead tr th div button,
    #CriteriaListTable tbody table thead tr th div button,
    #CriteriaQuestionListTable tbody table thead tr th div button,
    #EvaluationQuestionListTable tbody table thead tr th div button,
    #AssignedReviewerListTable tbody table thead tr th div button,
    #ManageUserTable tbody table thead tr th div button,
    #ApplicationStatusListTable tbody table thead tr th div button,
    #InstitutionTypeListTable tbody table thead tr th div button,
    #AdministrativeLevelTable tbody table thead tr th div button,
    #PreviousParticipationYearTable tbody table thead tr th div button,
    #FormListTable tbody table thead tr th div button,
    #QuestionListTable tbody table thead tr th div button,
    #QuestionFieldListTable tbody table thead tr th div button,
    #QuestionFieldOptionListTable tbody table thead tr th div button,
    #SDGTable tbody table thead tr th div button,
    #SDGTargetListTable tbody table thead tr th div button,
    #UNAgencyTable tbody table thead tr th div button,
    #CountryListTable tbody table thead tr th div button,
    #MultilingualTextListTable tbody table thead tr th div button,
    #ProjectListTable tbody table thead tr th div button,
    #CollapsibleEmailListTable tbody table thead tr th div button,
    #ERListTable tbody table thead tr th div button {
        color: midnightblue !important;
        font-weight: bold !important;
    }

    #ApplicationListTable tbody table thead tr th,
    #CategoryListTable tbody table thead tr th,
    #CriteriaListTable tbody table thead tr th,
    #CriteriaQuestionListTable tbody table thead tr th,
    #EvaluationQuestionListTable tbody table thead tr th,
    #AssignedReviewerListTable tbody table thead tr th,
    #ManageUserTable tbody table thead tr th,
    #ApplicationStatusListTable tbody table thead tr th,
    #InstitutionTypeListTable tbody table thead tr th,
    #AdministrativeLevelTable tbody table thead tr th,
    #PreviousParticipationYearTable tbody table thead tr th,
    #FormListTable tbody table thead tr th,
    #QuestionListTable tbody table thead tr th,
    #QuestionFieldListTable tbody table thead tr th,
    #QuestionFieldOptionListTable tbody table thead tr th,
    #SDGTable tbody table thead tr th,
    #SDGTargetListTable tbody table thead tr th,
    #UNAgencyTable tbody table thead tr th,
    #CountryListTable tbody table thead tr th,
    #MultilingualTextListTable tbody table thead tr th,
    #ProjectListTable tbody table thead tr th,
    #CollapsibleEmailListTable tbody table thead tr th,
    #ERListTable tbody table thead tr th {
        border-left: none !important;
    }

table thead {
    background-color: var(--sub-title-background-color) !important;
    white-space: nowrap !important;
}

.border-bottom-color {
    border-bottom-color: var(--bottom-border-color) !important;
}

.border-color {
    border-color: var(--bottom-border-color) !important;
}

table {
    vertical-align: middle !important;
}

    table tr:last-child {
        border-bottom: var(--bottom-border-color) !important;
    }


.table tbody tr:nth-child(odd) {
    background-color: var(--tr-bg-color) !important;
}

.table tbody tr:nth-child(even) {
    background-color: white !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--tr-bg-color) !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: white !important;
}

.language-dropdown {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .language-dropdown:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.page-break {
    page-break-before: always;
}

.centered-flex-column {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.midnightblue-text {
    color: midnightblue;
    margin: 0px;
}

.midnightblue-text-padded {
    color: midnightblue;
    margin: 0px;
    padding: 10px;
}

.united-nations-heading {
    color: midnightblue;
    margin: 0px;
    padding-left: 10px;
}

.progress-bar-animated {
    transition: width 0.5s ease-in-out;
}

.progress-bar-width {
    width: var(--progress-width);
}

input[type="search"] {
    padding: 0.5rem 0.5rem 0.5rem 2em !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>') no-repeat 0.5em center / 1em !important;
}
button.col-options-button {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>') no-repeat 0.5em center / 1em !important;
    /*border: 1px solid #ccc !important;
    border-radius: 4px !important;*/
    padding: 0.5rem 0.5rem 0.5rem 2em !important; 
}

div.input-group label.input-group-text{
    font-weight: bold !important;
}

div.table-responsive table.table.table-bordered.table-striped tbody tr > td:first-child {
    font-weight: bold !important;
}

.custom-alert {
    transition: all 0.5s ease-in-out;   
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);      
    opacity: 0;
    transform: translateY(-20px);
}

    .custom-alert.show {
        opacity: 1;
        transform: translateY(0);
    }

.fade-out {
    opacity: 0;
    transform: translateY(-20px);
    transition: all 2s ease-in-out;
}
.disabled-label {
    background-color: #e9ecef; /* Light gray background */
    color: #6c757d; /* Gray text color */
}

.custom-file-input {
    display: none;
}

.custom-file-label {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    cursor: pointer;
}
.fs-0{
    font-size: 0rem;
}
.br-5{
    border-radius: 5px;
}

/* Basic styles for the element */
.metallic-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    /* Tooltip container (initially hidden) */
    .metallic-tooltip::before {
        content: attr(data-title);
        position: absolute;
        bottom: 150%; /* Position above the element */
        left: 50%;
        transform: translateX(-50%);
        padding: 8px 12px;
        white-space: nowrap;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        /*background: linear-gradient(145deg, #c0c0c0, #e0e0e0);*/ /* Metallic gradient */
        background: linear-gradient(145deg, rgba(192, 192, 192, 0.9), rgba(224, 224, 224, 0.9));
        background-size: cover; /* Ensure the background covers the entire area */
        background-position: center; /* Center the background */
        border: 1px solid #b0b0b0;
        border-radius: 5px;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
        z-index: 999;
        /* Metallic texture with a subtle sheen */
         background-image: linear-gradient(145deg, #cfd8dc, #b0bec5, #eceff1);
        /*background-image: linear-gradient(145deg, rgba(207, 216, 220, 0.8), rgba(176, 190, 197, 0.8), rgba(236, 239, 241, 0.8));*/
    }

    /* Add a metallic border and sheen effect */
    .metallic-tooltip::before {
        background: linear-gradient(145deg, #d9d9d9, #f0f0f0);
        color:/* #2e2e2e;*/ midnightblue !important;
        border: 1px solid #a6a6a6;
    }

    /* Tooltip arrow */
    .metallic-tooltip::after {
        content: '';
        position: absolute;
        bottom: 120%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #b0bec5 transparent;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    /* Show the tooltip on hover */
    .metallic-tooltip:hover::before,
    .metallic-tooltip:hover::after {
        opacity: 1;
    }

    /* Apply to any element with the title attribute */
[title] {
    position: relative;
    cursor: pointer;
}

/* Hide the browser's default title display */
[title]:hover::after {
    content: attr(title); /* Use the title attribute content */
    position: absolute;
    bottom: 150%; /* Position above the element */
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 12px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(145deg, #c0c0c0, #e0e0e0); /* Metallic gradient */
    border: 1px solid #b0b0b0;
    border-radius: 5px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    opacity: 1;
    pointer-events: none;
    
    /* Metallic texture with a subtle sheen */
    background-image: linear-gradient(145deg, #cfd8dc, #b0bec5, #eceff1);
}

/* Tooltip arrow */
[title]:hover::before {
    content: '';
    position: absolute;
    bottom: 140%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #b0bec5 transparent;
    z-index: 999;
}

/* Animation for smooth fade-in and fade-out */
[title]::after, [title]::before {
    opacity: 0;
    transition: opacity 0.3s ease;
}

[title]:hover::after, [title]:hover::before {
    opacity: 1;
}


.menu-bar-bottom-margin{
    margin-top: 0.5rem;
}


details > summary {
    list-style-type: none;
    outline: none;
    cursor: pointer;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center; /* Center the text horizontally */
    align-items: center; /* Center the text vertically */
    position: relative; /* Ensure the pseudo-element is positioned correctly */
}

    details > summary::-webkit-details-marker {
        display: none;
    }

    details > summary::after {
        content: '+';
        font-weight: bold;
        color: #007bff;
        position: absolute;
        right: 10px; /* Position the + sign to the right */
    }

details[open] > summary::after {
    content: '-';
    font-weight: bold;
    color: #007bff;
}

details[open] > summary {
    /*margin-bottom: 0.5rem;*/
}


.btn-link {
    color: #007bff;
    text-decoration: none;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

.collapse.show .bi {
    transform: rotate(180deg);
}


.loading-indicator {
    text-align: center;
    padding: 10px;
    font-size: 1.5em;
    color: #007bff;
}
.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 50vh;*/ /* Adjust the height as needed */
}
.hidden {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.visible {
    visibility: visible;
    opacity: 1;
}

.fixed-height-container {
    height: 60vh; /* Set the desired fixed height */
    overflow-y: auto; /* Enable vertical scrolling if content overflows */
    overflow-x: hidden; /* Disable horizontal scrolling */
}

.expandable {
    
    overflow: hidden;
    transition: height 5.5s ease;
}

    .expandable.expanded {
        /*height: 200px;*/ /* Set the desired expanded height */
    }

/*#ApplicationGridDiv.expanded {
    display: block;*/ /* Show when expanded */
    /*max-height: 70vh;*/ /* Set maximum height */
    /*transition: max-height 13s ease-in;
}*/



