:root {
    --revelareblue: #0e2c58;
    --revelarefaded-blue: #5178b1;
    --revelaredark-blue: #001431;
    --revelaremid-blue: #184280;

    --revelare-btn-bg-color: #184280;
    --revelare-btn-text-color: #fff;
    --revelare-search-subtext: #fcfcfc;
    --revelare-text-white: #fff;
    --revelare-text-white-nav: 255,255,255;
    --revelare-text-white-top-nav: #fff;
    --revelare-input-bg: #fff;
    --revelare-input-border-color: #bbb;
    --revelare-light-gray: #F2F2F2;

    --revelare-highlight: #f58621;
    --revelare-error-text: #E04C4C;

    --gradient-color-1: #002642;
    --gradient-color-2: #001431;
    --gradient-nav-color-1: #002642;
    --gradient-nav-color-2: #001431;

    --solid05-black: #f1f1f1;
    --solid50-black: #999;
    --solid90-black: #191919;

    --bg-white: #ffffff;
    --white: #ffffff;
    --body-text: #000;
    --light-text: #fafafa;
    --blue-text: #184280;
    --footer-text: #cacaca;
    --radio-color: #0e2c58;
    --light-gray-bg: #F2F2F2;
    --icon-dark: #184280;
    --dark-text-large: #184280;
    --border-gray: #ccc;
    --expanded-row-bg: #ddd;

    --rounded-corner-border: #ccc;
    --rounded-corner-bg: #fff;
    --rounded-corner-hr: #eee;
    --rounded-corner-content-underline: #eaeaea;

    --chart-plot-color: #184280;
    --chart-grid-color: #ccc;
    --chart-bg-color: #fff;

    --table-stripe-color: #fff;
    --table-stripe-opacity: .05;
    --table-stripe-border-color: #dee2e6;

    --link-color: #184280;

    --font-size-l: 16px;
    --font-size-m: 14px;
    --font-size-xl: 24px;
    --font-size-xxl: 36px;
    --font-size-xxxl: 48px;

    --font-family-gudea: "Gudea", Helvetica;
    --font-family-inter: "Inter", Helvetica;
}

/******************** General ********************************/

* {
    color: var(--body-text);
}

a {
    color: var(--blue-text);
    /*text-decoration: underline !important;*/
}

a:hover {
    filter: brightness(110%) !important;
}

/*************** Main page **********************/

.home {
    align-items: center;
    background: linear-gradient(180deg, rgb(0.14, 38.19, 65.74) 0%, rgb(0, 19.55, 48.87) 100%);
    background-color: rgba(255, 255, 255, 1.0);
    border: 1px none;
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: relative;
    margin: auto;
}

.title {
    color: var(--revelare-highlight);
    font-family: var(--font-family-gudea);
    font-size: var(--font-size-xxxl);
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    margin-top: 10%;
    margin-bottom: 2%;
    position: relative;
    width: 100%;
}



.box-title {
    text-align: left;
    color: var(--dark-text-large);
    font-size: 26px;
    font-weight: bold;
    font-family: var(--font-family-gudea);
    width: 100%;
}

.main-search-container-options {
    align-items: flex-end;
    display: flex;
    /*height: 160px;*/
    position: relative;
}

.leaflet-container {
    width: 100%;
    height: 100%;
}

.checkbox-or-radio-with-label {
    align-items: center;
    display: flex;
    gap: 20px;
    position: relative;
    width: fit-content;
}

.label {
    letter-spacing: 0;
    line-height: 24px;
    margin-top: -1.00px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif !important;
    padding: 5px 0px !important;
}

.radio {
    align-items: center;
    background-color: var(--radio-color);
    border-radius: 10px;
    display: flex;
    height: 20px;
    justify-content: center;
    min-width: 20px;
    position: relative;
}

.the-fed-data-social-n {
    align-self: stretch;
    color: transparent;
    font-family: var(--font-family-inter);
    font-size: var(--font-size-m);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25.2px;
    position: relative;
}

.revelare-highlight-link {
    color: var(--revelare-highlight) !important;
    text-decoration: underline;
}

.frame-active, .frame-inactive {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 13px;
    padding: 3% 5% 2%;
    position: relative;
}

.frame-inactive {
    background-color: var(--solid05-black);
    border: #bbb 1px solid;
    gap: 11px;
}

.frame-inactive.right {
    border-radius: 0px 10px 0px 10px;
    border-width: 0px 0px 1px 1px;
}

.frame-inactive.left {
    border-radius: 10px 0px 10px 0px;
    border-width: 0px 1px 1px 0px;
}

.x-based-queries {
    align-self: stretch;
    letter-spacing: 0;
    line-height: 25.2px;
    position: relative;
}

/******************** TOP MENU ********************************/

.primary-navigation {
    background:  linear-gradient(180deg, var(--gradient-nav-color-1) 0%, var(--gradient-nav-color-2) 100%);
    /* linear-gradient(180deg, rgb(0.14, 38.19, 65.74) 0%, rgb(0, 19.55, 48.87) 100%); */
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-color: var(--revelare-highlight);
    /*box-shadow: 0 5px 100px #00000040;*/
    width: 100%;
}

.primary-navigation li .revelare-text-white:hover
{
    color: var(--revelare-highlight) !important;

    /*!*border-left: 10px solid transparent;*!*/
    /*color: var(--revelare-highlight) !important;*/
    /*content: "";*/
    /*height: 1px;*/
    /*left: 0;*/
    /*margin: auto;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 49px;*/
    /*width: 100%;*/
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.nav-menu-item {
    align-items: center;
    align-self: stretch;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-around;
    padding: 10px 0px;
    position: relative;
    width: fit-content;
}

.glow {
    background: radial-gradient(50% 50% at 50% 50%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    top: 20px;
    bottom: 0;
    height: 25px;
    left: 0;
    opacity: 0.15;
    position: absolute;
    width: 100%;
}

.text {
    color: var(--light-text) !important;
    font-family: var(--font-family-gudea);
    font-size: var(--font-size-m);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: -1.00px;
    position: relative;
    white-space: nowrap;
    width: fit-content;
}

.active-indicator {
    bottom: 0;
    height: 10px;
    position: absolute;
    width: 20px;
}

.relevare-gradient-bg {
    background: linear-gradient(180deg, var(--gradient-color-1) 0%, var(--gradient-color-2) 100%);
    background-size: cover;
}

.dropdown-item {
    color: var(--body-text) !important;
}

.dropdown-item a {
    color: var(--body-text) !important;
}

.svg-menu:hover {
    color:  var(--light-text);
}

.topNavLink {
    color:  var(--light-text);
    text-decoration: none;
}

.topNavLink:hover {
    color: inherit;
}

.topNavSpacer {
    margin-left: 20px;
    margin-right: 20px;
    color: rgba(var(--revelare-text-white-nav), 0.05) !important;/* #d1d1d1 !important; */
    font-weight: bolder;

}

#usernameSpan {
    color: var(--revelare-highlight);
}

.navbar-nav > li.active {
    position: relative;
    color: var(--revelare-highlight) !important;
    /*
    font-weight: bold;
    */
}

.navbar.page li.active:after {
    border-bottom: 10px solid var(--revelare-highlight);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 42px;
    width: 0;
}

/*.navbar.page li.active:after {*/
/*    border-bottom: 3px solid var(--revelare-highlight);*/
/*    !*border-left: 10px solid transparent;*!*/
/*    color: var(--revelare-highlight) !important;*/
/*    content: "";*/
/*    height: 1px;*/
/*    left: 0;*/
/*    margin: auto;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50px;*/
/*    width: 100%;*/
/*}*/

.topmenubutton {
    display:flex !important;
    align-items:center;
    height:44px;
}

.topmenubutton.revelare-text-white {
    color: var(--revelare-text-white-top-nav) !important;
}

.navbar.page li.active:after.revelare-text-white  {
    color: var(--revelare-highlight) !important;

}

/*.nav .navbar-nav > li {
    padding: 10px;
    margin: 10px;
}*/

.nav li {
    margin-right: 0px;
}

.nav a {
    color:  var(--light-text);
    text-decoration: none;
}

.nav a:hover {
    color: inherit;
}

.dropdown-menu {
    background-color: var(--bg-white) !important;
    /*color:  var(--body-text) !important;*/
}


.dropdown-menu a {
    color: black;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 6px;
    padding-bottom: 6px;
}

.dropdown-menu a:hover {
    background-color: var(--revelaremid-blue);
    font-weight: bold;
    color: var(--light-text) !important;
}

.btn-group .dropdown-menu a:hover {
    background-color: inherit !important;
    font-weight: normal;
    color: var(--solid50-black) !important;
}

.dropdown-menu .icon {
    color: var(--icon-dark);
}

.dropdown-menu a:hover .icon {
    color: var(--light-text) !important;
}

.icon.revelare-text-white {
    color: #fff !important;
}

/******************** LOGIN PAGE ********************************/

.login-logo-wrapper {
    font-family: var(--font-family-inter);
}

.logo-top-text {
    color: var(--light-text);
    font-size: 66px;
    margin-bottom: 0px;
    letter-spacing: 4px;
    font-weight: normal;
    /*background-color: #0c84ff;*/
    padding: 0px;
    line-height: 100%;
    font-family: var(--font-family-inter);
}

.logo-bottom-text {
    color: var(--light-text);
    letter-spacing: 6px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 1px;
    margin-left: 4px;
    text-align: left;
    line-height: 100%;
}

.login-wrapper {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 30%;
    transform: translate(-50%, -50%);
}

.login-container {
    margin: auto;
    border-radius: 10px;
    border: 4px solid var(--revelare-highlight, #F58621);
    background: var(--bg-white);
    width: 100%;

    display: flex;
    padding: 30px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.login-header {
    position: absolute;
    top: 50%;
    left: 50%;
}

.login-input-fa {
    display: block;
    padding: 10px;
    border: 0px;
    border-radius: 3px;
    border-bottom: 2px solid var(--solid50-black, #808080);
    background: var(--solid05-black, #F2F2F2);
    /* Field Drop Shadow */
    /*box-shadow: 2px 1px 3px -2px rgba(0, 0, 0, 0.30);*/
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
}

.login-input-header {
    color: var(--solid90-black, #1A1A1A);
    font-family: Gudea;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    margin-bottom: 3px;
    display: block;
}

.input-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    align-self: stretch;
}

.login-container h2 {
    color: var(--revelareblue);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login-container .input-group-append {
    width: 6%;
}

.login-container .login-input {
    width: 94%;
}

.input-group-append {
    color: var(--revelareblue);
}

/* Font-Awesome Adjustments */
.fa-eye {
    color: var(--revelareblue);
}

/******************** MAIN SEARCH PAGE ********************************/

.search-wrapper {
    position: relative;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 100%;
}

.search-wrapper h1 {
    color: var(--revelare-highlight);
    font-family: var(--font-family-gudea);
    font-size: var(--font-size-xxxl);
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
    margin-top: 10%;
    margin-bottom: 2%;
    position: relative;
    width: 100%;
}

.main-search-container {
    border-radius: 10px;
    border: 3px solid var(--revelare-highlight, #F58621);
    background: var(--bg-white);
    margin: 0;
    width: 100%;

    display: flex;
    /*    padding: 30px 40px;*/
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    overflow: hidden;
}

.search-options {
    width: 100%;
    align-content: center;
    padding: 20px;
}

.search-options-compact {
    width: 100%;
    align-content: center;
    padding: 25px 40px 25px 40px;
}

/******************** DRAG AND DROP **************************/
#center-div-contents { /* used for the image tab on main but can be used other places */
    display: flex;
    justify-content: center;
    align-items: center;
}
#vertical-div {
    display: flex;
    flex-direction: column;
}

#drop-zone {
    background-color: var(--bg-white);
    border: 3px dashed var(--white);
    border-radius: 20px;
    min-width: 480px;
    font-family: sans-serif;
    padding: 20px;
    margin: 10px;
}
#drop-zone.highlight {
    border-color: yellow !important;
    background-color: var(--solid50-black) !important;
}

.drop-zone-area {
    font-family: var(--font-family-gudea);
    font-size: var(--font-size-l);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    margin-top: -1.00px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 500px;
}

.file-upload {
    align-items: center;
    display: flex;
    padding: 20px;
    justify-content: center;
}

.drop-zone-wrapper {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    position: relative;
}

.acceptable-formats-a {
    /*color: var(--t);*/
    font-family: var(--font-family-inter);
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 500px;
}

/******************* SOCIAL NETWORK SEARCH *******************/

.sns-search-header {
    padding-top: 10px !important;
    padding-bottom: 2px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin: 0px !important;
    /*filter: brightness(120%) !important;*/
}

.search-options h2 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    color: var(--revelareblue);
    font-weight: bolder;
}

.sns-result-wrapper {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 100%;
    height: 100%;
}

.sns-content-wrapper {
    /*    background: linear-gradient(180deg, #002642 0%, #001431 100%);
    background-size: cover;*/
    background-color: var(--light-gray-bg);
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.sns-content {
    background-color: var(--bg-white);
    left: 2%;
    width: 96%;
    right: 2%;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-height: 100%;
    height: 100%;
    border-radius: 1px;
    border: 1px solid var(--border-gray);
    /*
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    */
    /*padding: 15px;*/
    padding-left: 0px;
}

.sns-content-left {
    margin-top: 20px;
    width: 13%;
}

.sns-content-right {
    padding: 20px;
    width: 87%;
}

.sns-content-left .left-nav {
    width: 100%;
}

.left-nav .nav-item {
    padding-bottom: 10px;
    padding-left:20px;
    padding-right:10px;
    padding-top: 10px;
    width: 80%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.left-nav .nav-item a {
    text-decoration: none;
    color: var(--revelaremid-blue);
}

.left-nav .nav-item:hover, .selected {
    cursor: pointer;
    background-color: var(--revelaremid-blue);
    color: var(--light-text) !important;
    border-left: solid 4px var(--revelare-highlight);
    padding-left: 16px;
    /*border-top-right-radius: 0px;*/
    /*border-bottom-right-radius: 0px;*/
}
.left-nav .nav-item:hover a, .selected a{
    text-decoration: none;
    color: var(--light-text) !important;
    font-weight: bold;
}
.left-nav .nav-item:hover i, .selected i{
    cursor: pointer;
    background-color: var(--revelaremid-blue);
    color: var(--light-text) !important;
}
.left-nav .selected a{
    text-decoration: none;
    color: var(--light-text) !important;
    font-weight: bold;
}

.left-nav .selected i{
    text-decoration: none;
    color: var(--light-text) !important;
    font-weight: bold;
}

.left-nav .selected {
    padding-left: 16px;
}

/******************** QUICK SEARCH TABLE **************************/

.sns-label-text {
    font-family: var(--font-family-gudea);
    color: var(--blue-text);
    font-size: 14px;
    font-weight: bold;
}

.sns-table-row {
    background-color: transparent;
    color: black;
    font-size: 14px;
    border-bottom: 1px solid var(--light-gray-bg) !important;

}

.sns-table-row-sm td{
    padding: 0px !important;
}

.sns-table-row:hover {
    background-color: var(--light-gray-bg);
}

.sns-table-header-row {
    background-color: transparent;
    color: var(--blue-text);
    font-size: 16px;
    font-weight: bold;
}

/******************** FOOTER ********************************/

.main-footer {
    margin: auto;
    text-align: center;
    padding: 8px;
    width: 100%;
    /*
    background: linear-gradient(180deg, #002642 0%, #001431 100%);
    */
    background: var(--revelaredark-blue) !important;
}

.footer-text {
    color: var(--footer-text);
}


/******************** INPUTS *********************************/

.revelare-btn {
    color: var(--revelare-btn-text-color) !important;
    border-radius: 5px;
    border: 0px;
    padding: 10px;
    background: var(--revelare-btn-bg-color);
    /* Level 02 */
    /* box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.80); */
    font-weight: 700;
}

.revelare-btn.left {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.revelare-btn.right {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.error-text {
    color: var(--revelare-error-text);
}

.revelare-btn:hover, .revelare-btn-red:hover  {
    filter: brightness(110%);
}

.revelare-btn.revelare-text-white{
    color: var(--revelare-btn-text-color) !important;
}

.revelare-btn-red {
    color: var(--revelare-btn-text-color);
    border-radius: 5px;
    border: 0px;
    padding: 10px;
    background: var(--revelare-error-text);
    font-weight: 700;
}

.revelare-btn-md {
    color: var(--revelareblue);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
    border-radius: 3px;
    border: 0;
    padding: 8px 16px 8px 16px;
    background: var(--revelare-light-gray, #194280);
    min-width: 100px;

    /* Level 02 */
    margin: 5px 1px 5px 1px;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.20);
}

.revelare-btn-sm {
    color: var(--revelareblue);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
    border-radius: 3px;
    border: 0;
    padding: 4px 8px 4px 8px;
    background: var(--revelare-light-gray, #194280);
    min-width: 30px;

    /* Level 02 */
    margin: 5px 1px 5px 1px;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.20);
}

.revelare-btn-md:hover {
    text-decoration: underline;
}

.revelare-btn-icon {
    color: var(--blue-text);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-xl);
    background-color:transparent;
    font-weight: bold;
    border: 0;
    padding: 0;
    min-width: 20px;
}

.revelare-btn-icon collapsible dt-control active {
    color: var(--blue-text) !important;
}

.table-expanded-row {
    color: var(--light-text);
    background-color: var(--expanded-row-bg);
    border-bottom: 2px solid var(--expanded-row-bg);
}

.child-row {
    display: none;
}

.table-content-border {
    background: var(--expanded-row-bg);
    padding-left: 60px;
    border-top: 0;
    padding-top: 0;
    border-bottom: 4px solid var(--white);
}

.revelare-input-text {
    display: block;
    padding: 10px;
    border: 1px solid var(--revelare-input-border-color);
    /*border-top: 1px solid var(--solid50-black);*/
    /*border-bottom: 1px solid var(--solid50-black);*/
    border-radius: 3px;
    /* border-bottom: 2px solid var(--solid50-black, #808080); */
    background: var(--revelare-input-bg);
    /* Field Drop Shadow */
    /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30); */
}

.revelare-input-text:hover {
    filter: brightness(110%);
}

a:hover {
    filter: brightness(110%) !important;
}

.revelare-input-text.left {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-left: 1px solid var(--revelare-input-border-color);
}

.revelare-input-text.right {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-right: 1px solid var(--revelare-input-border-color);
}

.revelare-input-text.center {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.revelare-input-text-login-pwd {
    display: block;
    padding: 10px;
    border: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: 2px solid var(--solid50-black, #808080);
    background: var(--solid05-black, #F2F2F2);
    /* Field Drop Shadow */
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.30);
}

/******************** COMMON *********************************/

.rounded-corner-content {
    border-radius: 10px;
    border: 1px solid var(--rounded-corner-border);
    box-shadow: 0px 5px 10px 0px rgba(0, .2, 0, 0.2);
    padding: 20px;
    background-color: var(--rounded-corner-bg);
}

/*.rounded-corner-content .col {*/
/*    padding-left: 0px !important;*/
/*}*/

/*.col .col-2 .col-3 .col-4 .col-5 .col-6 .col-7 .col-8 .col-9 {*/
/*    padding-left: 0px !important;*/
/*}*/

.rounded-corner-content hr {
    padding:0;
    margin-top: 2px;
    margin-bottom: 15px;
    background-color: var(--rounded-corner-hr);
}

.rounded-corner-content .row {
    /*    margin-left: 7.5px;
        margin-right: 7.5px;*/
}

.rounded-corner-content .item {
    padding-bottom: 3px;
    padding-top: 7px;
    vertical-align: center;
    width: 30%;
}

.rounded-corner-content .item-content {
    padding-bottom: 3px;
    padding-top: 7px;
    vertical-align: center;
    width: 70%;
}

.rounded-corner-content .underline{
    border-bottom: 1px solid var(--rounded-corner-content-underline);
    align-content: center;
}

.rounded-corner-content .row {
    margin-left:0px !important;
    /*    margin-block-end: .5em !important;
        margin-block-start: .5em !important;*/
    padding-top: 2px;
    padding-bottom: 2px;
}

.rounded-corner-content .underline:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.rounded-corner-content a {
    color: var(--blue-text);
}

.dashed-rounded-content {
    border: dashed 2px #ddd;
    display: inline-block;
    position: relative;
    border-radius: 10px;
    padding: 15px;
    max-height:250px;
    max-width:250px;
    height: 250px;
    width: 250px;
    overflow: clip;
    text-align: center;
    align-content: center;
}

.dashed-rounded-content .camera {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: var(--bg-white);
    border: solid 2px var(--revelareblue);
    color: var(--revelareblue);
    padding: 10px;
}

.col-img {
    max-height: 75px;
    max-width: 75px;
    display: inline-block;
}

.max-img {
    max-width:100%;
    max-height:100%;
}

.modal-preview-box {
    max-width: 95vw; /* 90% of the viewport width */
    max-height: 95vh; /* 90% of the viewport height */
    overflow: auto;
}

.modal-body img {
    max-width: 100%; /* Ensure image doesn't exceed the width of its container */
    max-height: 100%; /* Ensure image doesn't exceed the height of its container */
    display: block; /* Ensure image is treated as a block-level element */
    margin: auto; /* Center the image horizontally */
}

.icon {
    padding-right: 5px;
    margin-top: 0px;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.text-white {
    color: var(--white) !important;
}

.revelare-text-white {
    color: var(--revelare-text-white) !important;
}

.modal-content {
    background-color: var(--bg-white) !important;
}

.loader-small {
    border: 16px solid transparent;
    border-radius: 50%;
    border-top: 16px solid transparent;
    border-right: 16px solid var(--revelare-highlight);
    border-left: 16px solid var(--revelare-highlight);
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.faded-text {
    filter: brightness(150%) !important;
}
.revelare-toast {
    border-radius: 10px;
    border: 1px solid var(--rounded-corner-border);
    box-shadow: 0px 5px 10px 0px rgba(0, .2, 0, 0.2);
    padding: 5px;
    background-color: var(--rounded-corner-bg);
    width: 200px;
    height: 50px;
}

/*
    Overrides CSS on existing toast feature in adminlite
*/
.swal2-toast {
    background-color: white !important;
}

.swal2-title {
    margin-left: 3px !important;
    color: #888 !important;
    font-size: 1.25em !important;
}

.fa-info-circle:hover {
    cursor: pointer;
    filter: brightness(110%);
}

.revelare-btn-icon {
    /* Add your desired styling here */
    cursor: pointer;
}


.fa.revelare-text-white {
    color: white !important;
}

.gudea-bold-eerie-black-14px {
    color: var(--solid90-black);
    font-family: var(--font-family-gudea);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 700;
}

.gudea-bold-eerie-black-24px {
    color: var(--solid90-black);
    font-family: var(--font-family-gudea);
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 700;
}

.gudea-normal-eerie-black-14px {
    color: var(--solid90-black);
    font-family: var(--font-family-gudea);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
}

.inter-normal-white-14px {
    color: var(--revelare-search-subtext);
    font-family: var(--font-family-inter);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
}

.dataTables_wrapper {
    background-color: var(--bg-white) !important;
}

.liner {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex: 1;
    gap: 20px;
    justify-content: center;
    position: relative;
}

.table-striped {
    background-color: var(--table-stripe-color) !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, var(--table-stripe-opacity)) !important;
}

.table th, .table td {
    border-top: 1px solid var(--table-stripe-border-color) !important; /* #dee2e6; */
}

.card {
    background-color: var(--bg-white) !important;
}

.logo {
    height: 44px;
    min-width: 44px;
    position: relative;
}

.line-right {
    height: 26px;
    min-width: 1px;
    position: relative;
    background-color: #9e9e9e;
}

.bg-gray {
    background-color: var(--border-gray) !important;
}

.ftval {
    word-break:break-all !important;
}