﻿
#toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 9999; /* Set a high z-index value */
}

.popover {
    max-width: 600px;
}


.field-warning {
	border: 1px #f48d9e solid;
	background-color: pink;
}

.contentbox *,
.contentbox *:before,
.contentbox *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.custom .dxis-nextBtnHorWrapper, .custom .dxis-prevBtnHorWrapper
        {
            background-color: #c0c0c0;
          
        }


 .risk-circle-text {
  width: 50%;
 
}

.risk-circle-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #f2f2f2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.risk-circle-text div {
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  
}


.gridCellDefault {
    background-color: whitesmoke;
}

.cursorPointer {
    cursor: pointer;
}

/* hover for devexpress material theme class for radio button */
.dxeIRadioButton_Material:hover {
    cursor: pointer;
}
.devexpress-grid-no-border > .card {
    border: none;
}
.esg-banner {    
    font-family: "Roboto Slab";
    font-weight: 700;    
    color: #132c57;
}

/* mobile */
@media (max-width: 500px) {
    .main-regionmap {
        width: 300px;
    }
}
/* other */
@media (min-width: 768px)  {
    .main-regionmap {
        width: 100%;
    }
}

.hl-white a {
    color: #ffffff;
}  
/* flags */
.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

    .flag-icon:before {
        content: "\00a0";
    }

.flag-icon-gr {    
    background-image: url(/images/icons/gr.svg);
}
.flag-icon-gb {        
    background-image: url(/images/icons/gb.svg);
}

.flag-icon-nl {    
    background-image: url(/images/icons/nl.svg);
}

.flag-icon-de {    
    background-image: url(/images/icons/de.svg);
}

.flag-icon-it {    
    background-image: url(/images/icons/it.svg);
}

.flag-icon-fr {    
    background-image: url(/images/icons/fr.svg);
}

.flag-icon-es {
    background-image: url(/images/icons/es.svg);
}

.flag-icon-pl {
    background-image: url(/images/icons/pl.svg);
}
.flag-icon-cy {    
    background-image: url(/images/icons/cy.svg);
}

.flag-icon-lt {
    background-image: url(/images/icons/lt.svg);
}

.imageFlagBorder {
    border-style: solid;
    border-width: 1px;
    border-color: #EBEAEA;
}
/* Progress bar bullet */
.progress-bar-empty-bullet {
    position: absolute;
    margin-top: -8px;
    z-index: 1;
    height: 20px;
    width: 20px;
    border-radius: 25px;
    background-color: white;
    border-width: 2px;
    border-color: #c2c6ca;
    border-style: solid;
}

.progress-bar-bullet {
    position: absolute;
    margin-top: -8px;
    z-index: 1;
    height: 20px;
    width: 20px;
    border-radius: 25px;
}

.underlineBorder {
    border-left: none;
    border-right: none;
    border-top: none;
    padding-bottom: 2px;
  
}
.de-default-button {
    background-color: transparent;
    color: #0979ae;
    border-color: #D9D9D9;
    border-left-style: none;
    padding-bottom: 10px;
    border-radius: 0%;    
}

    .de-default-button:hover {
        color: #0979ae;
        background-color: #D9D9D9;
        border-color: #D9D9D9;        
        border-left-width: 0px;
    }


    .de-default-button.disabled {
        background-color: #D9D9D9;
        color: #0979ae;
        border-color: #D9D9D9;
        border-left-style: none;
        padding-bottom: 10px;
        border-radius: 0%;
    }

.de-control-large {
    
   min-height:60px;
}
    .de-control-large input {
        font-size: 22px;
        
    }  
/* Extra button styles */
.btn-hyperlink {
    display: inline-block;
}
.shadow-large {
    -moz-box-shadow: 10px 10px 5px #ccc;
    -webkit-box-shadow: 10px 10px 5px #ccc;
    box-shadow: 10px 10px 5px #ccc;

}
.box-rounded {
    border-radius: 1.3rem;
}
/* Goal */
.btn-goal {
    color: #193255;
    background-color: #fff;
    border-color: #F2F2F2;
    border-width:2px
}

    .btn-goal:hover {
        color: #193255;
        background-color: #a5d300;
        border-color: #a5d300;
    }

    .btn-goal:focus, .btn-goal.focus {
        -webkit-box-shadow: 0 0 0 3px rgba(242, 242, 242, 0.5);
        box-shadow: 0 0 0 3px rgba(242, 242, 242, 0.5);
    }

    .btn-goal.disabled, .btn-goal:disabled {
        background-color: #a5d300;
        border-color: #a5d300;
    }

    .btn-goal:active, .btn-goal.active, .show > .btn-goal.dropdown-toggle {
        background-color: #a5d300;
        background-image: none;
        border-color: #F2F2F2;
    }

.dropdown-item-primary {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: normal;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.dropdown-item-primary:focus, .dropdown-item-primary:hover {
    color: #0979ae;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item-primary.active, .dropdown-item-primary:active {
    color: #fff;
    text-decoration: none;
    background-color: #0979ae;
}

.dropdown-item-primary.disabled, .dropdown-item-primary:disabled {
    color: #868e96;
    background-color: transparent;
}


.scrollPanel {
    overflow-x: auto;
    -ms-overflow-style: none;
}

    .scrollPanel::-webkit-scrollbar {
        display: none;
    }

.headerCircle {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    text-align: center;
    background: white;
    min-width: 45px;
}

.headerCircle-small {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    text-align: center;
    background: white;
    opacity: .5;
    min-width: 35px;
}

.overlayHeader {
    z-index: 9;
    margin-top: -90px
}

.overlayChart {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
/* Responsive text (display-4) */
@media (min-width: 200px) {
    .display-4-responsive {
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.1;
    }
}

@media (min-width: 576px) {
    .display-4-responsive {
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 1.1;
    }
}

@media (min-width: 768px) {
    .display-4-responsive {
        font-size: 3.0rem;
        font-weight: bold;
        line-height: 1.1;
    }
}

@media (min-width: 992px) {
    .display-4-responsive {
        font-size: 3.5rem;
        font-weight: bold;
        line-height: 1.1;
    }
}

@media (min-width: 1200px) {
    .display-4-responsive {
        font-size: 3.5rem;
        font-weight: bold;
        line-height: 1.1;
    }
}

/* Responsive text (header h2) */
@media (min-width: 200px) {
    .h2-responsive {
        font-size: 1.3rem;
    }
}

@media (min-width: 576px) {
    .h2-responsive {
        font-size: 1.3rem;
    }
}

@media (min-width: 768px) {
    .h2-responsive {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {
    .h2-responsive {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .h2-responsive {
        font-size: 2em;
    }
}

/* Responsive text (header h1) */
@media (min-width: 200px) {
    .h1-responsive {
        font-size: 1.5rem;
    }
}

@media (min-width: 576px) {
    .h1-responsive {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .h1-responsive {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    .h1-responsive {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .h1-responsive {
        font-size: 2.5rem;
    }
}

/* Responsive text (header 3) */
@media (min-width: 200px) {
    .h3-responsive {
        font-size: 1rem;
    }
}

@media (min-width: 576px) {
    .h3-responsive {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .h3-responsive {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {
    .h3-responsive {
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .h3-responsive {
        font-size: 1.75rem;
    }
}

/* Responsive text (header 4) */
@media (min-width: 200px) {
    .h3-responsive {
        font-size: 0.8rem;
    }
}

@media (min-width: 576px) {
    .h3-responsive {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .h3-responsive {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .h3-responsive {
        font-size: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .h3-responsive {
        font-size: 1.5rem;
    }
}
/* Responsive text (lead) */

@media (min-width: 200px) {
    .lead-responsive {
        font-size: 0.8rem;
    }
}


@media (min-width: 576px) {
    .lead-responsive {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .lead-responsive {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .lead-responsive {
        font-size: 1.15rem;
    }
}

@media (min-width: 1200px) {
    .lead-responsive {
        font-size: 1.25rem;
    }
}

/* Responsive text (Help popup) */

@media (min-width: 200px) {
    .help-responsive {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.1;
    }
}


@media (min-width: 576px) {
    .help-responsive {
        font-size: 3.5rem;
        font-weight: 300;
        line-height: 1.1;
    }
}

@media (min-width: 768px) {
    .help-responsive {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.1;
    }
}



/* Responsive text (p) */

@media (min-width: 200px) {
    .p-responsive {
        font-size: 0.8rem;
    }
}


@media (min-width: 576px) {
    .p-responsive {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .p-responsive {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .p-responsive {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .p-responsive {
        font-size: 1rem;
    }
}

/* Responsive height (chart) */

@media (min-width: 200px) {
    .chart-height-responsive {
        height: 250px;
    }
}


@media (min-width: 576px) {
    .chart-height-responsive {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .chart-height-responsive {
        height: 350px;
    }
}

@media (min-width: 992px) {
    .chart-height-responsive {
        height: 400px;
    }
}

@media (min-width: 1200px) {
    .chart-height-responsive {
        height: 420px;
    }
}

/* Responsive height large (chart) */

@media (min-width: 200px) {
    .chart-height-responsive-large {
        height: 400px;
    }
}


@media (min-width: 576px) {
    .chart-height-responsive-large {
        height: 450px;
    }
}

@media (min-width: 768px) {
    .chart-height-responsive-large {
        height: 500px;
    }
}

@media (min-width: 992px) {
    .chart-height-responsive-large {
        height: 550px;
    }
}

@media (min-width: 1200px) {
    .chart-height-responsive-large {
        height: 570px;
    }
}
/* Responsive with (popup) */

@media (min-width: 200px) {
    .popup-responsive {
        width: 400px;
    }
}


@media (min-width: 576px) {
    .popup-responsive {
        width: 480px;
    
    }
}

@media (min-width: 768px) {
    .popup-responsive {
        width: 500px;
    }
}

@media (min-width: 992px) {
    .popup-responsive {
        width: 600px;
    }
}

@media (min-width: 1200px) {
    .popup-responsive {
        width: 700px;
    }
}
/* Loading animation */

#lottie {
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}

/* bootstrap border */
.border-2 {
    border-width: 3px !important;
}
.border-3 {
    border-width: 3px !important;
}



/* bootstrap modal center */
.modal-content {
    width: 100%;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

/* Devexpress card view */
.devexpress-card-view > div {
    border: none;
    box-shadow: none;
}  

/* Devexpress menu color */
.custom-popup-menu-medium {
    width: 200px; 
}

.menu-white a {
    color: white;
   
}

.menu-black a {
    color: black;
    
}

.menu-rounded {
    border-radius: 0.25rem;

}

.scaleHover:hover {
    transform: scale(1.8);
}

.header-down-arrow-border {
    border-radius: 25px;
    background: rgba(242, 242, 242, .3);
    opacity: 0.8;
}
.header-down-arrow {
    position: absolute;
    bottom: 12vh;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    animation: bounce 1s ease infinite;
}
@keyframes bounce {
    50% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(0);
    }
}


.card-hover-secondary:hover {
    background-color: #a5d300 !important;
}
/* ESG */
.esgPanel {
    overflow-x: auto;
    -ms-overflow-style: none;
}

    .esgPanel::-webkit-scrollbar {
        display: none;
    }

/* Animation transition */
.smooth5s {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.admin-menu-link-header {
    text-decoration: none;
    color: #fff !important;
    font-size: inherit;
}
    .admin-menu-link-header:hover {
        text-decoration: none;        
    }

    .admin-menu-link {
    text-decoration: none;
    color: #fff !important;
    font-size: 80%;    
}

    .admin-menu-link:hover {
        text-decoration: none;
        
        font-size: 90%;
    }

/*!
 * Ribbon
 */

.ribbonWrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 700;
}

.ribbon {
    --f: 15px; /* control the folded part */

    position: absolute;
    top: 0;
    color: #fff;
    padding: .1em 1.8em;
    background: var(--c,#45ADA8);
    border-bottom: var(--f) solid #0007;
    clip-path: polygon( 100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px))
}

.right {
    right: 0;
    transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
    transform-origin: 0% 100%;
}

.left {
    left: 0;
    transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
    transform-origin: 100% 100%;
}

/* a fix for firefox that show some strange lines*/
@supports (-moz-appearance:none) {
    .ribbon {
        background: linear-gradient(to top,#0000 1px,#0005 0 var(--f),#0000 0) border-box, linear-gradient(var(--c,#45ADA8) 0 0) 50%/ calc(100% - 2px) calc(100% - 2px) no-repeat border-box;
        border-bottom-color: #0000;
    }
}

/*!
 * Google Symbol Fonts - https://fonts.google.com/icons?selected=Material+Symbols
 */


.material-symbol-help:before {
    content: "\e0c6";
}

.material-symbol-draft:before {
    content: "\e151";
}

.material-symbol-patient_list:before {
    content: "\e653";
}

.material-symbol-monitoring_list:before {
    content: "\f190";
}

.material-symbol-pie_chart:before {
    content: "\e917";
}

.material-symbol-lab_profile:before {
    content: "\e104";
}

.material-symbol-manage_accounts:before {
    content: "\f02e";
}

.material-symbol-dashboard:before {
    content: "\e871";
}

.material-symbol-summarize:before {
    content: "\f071";
}

.material-symbol-donut_small:before {
    content: "\e918";
}

.material-symbol-upload_file:before {
    content: "\e9fc";
}

.material-symbol-sync_alt:before {
    content: "\ea18";
}

.material-symbol-analytics:before {
    content: "\ef3e";
}

.material-symbol-person_add:before {
    content: "\e7fe";
}

.material-symbol-person_remove:before {
    content: "\ef66";
}

.material-symbol-remember_me:before {
    content: "\f051";
}

.material-symbol-payments:before {
    content: "\ef63";
}

.material-symbol-file_copy:before {
    content: "\e173";
}

.material-symbol-ecg_heart:before {
    content: "\f6e9";
}

.material-symbol-policy:before {
    content: "\ea17";
}

.material-symbol-calculate:before {
    content: "\ea5f";
}

.material-symbol-home_repair_service:before {
    content: "\f100";
}

.material-symbol-credit_score:before {
    content: "\eff1";
}

.material-symbol-draw:before {
    content: "\e746";
}

.material-symbol-autorenew:before {
    content: "\e863";
}

.material-symbol-query_stats:before {
    content: "\e4fc";
}

.material-symbol-keyboard_double_arrow_right:before {
    content: "\eac9";
}

.material-symbol-keyboard_double_arrow_left:before {
    content: "\eac3";
}

.material-symbol-add:before {
    content: "\e145";
}

.material-symbol-payments:before {
    content: "\ef63";
}

.material-symbol-account_balance:before {
    content: "\e84f";
}

.material-symbol-checklist_rtl:before {
    content: "\e6b3";
}

.material-symbol-filter_alt:before {
    content: "\ef4f";
}

.material-symbol-notifications_active:before {
    content: "\e7f7";
}

.material-symbol-account_circle:before {
    content: "\e853";
}

.material-symbol-real_estate_agent:before {
    content: "\e73a";
}

.material-symbol-home:before {
    content: "\e88a";
}

.material-symbol-support_agent:before {
    content: "\f0e2";
}

.material-symbol-outcall:before {
    content: "\e0b0";
}

.material-symbols-euro_symbol:before {
    content: "\e926";
}




.m-symbol {
    font-size: 24px;
    vertical-align: middle;
    font-family: 'Material Symbols Outlined';
    font-weight: 300;
}

.m-symbol-l {
    font-size: 34px;
}

