﻿

.country-flag {
    width: 5rem;
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 10px;
}
.sdg-icon {
    height: 5rem;
    width: 5rem;
}
.country-item > .card {
    min-height: 12rem;
    padding: 0.5rem;
    font-size: 0.9rem;
}
.card-title {
    padding: 20px 0 15px 0;
    font-size: 24px;
    font-weight: 600;
    color: #012970;
}
.country-item {
    cursor: pointer;
}

.step-text {
    color: #809ad2;
}

.country-item-clicked {
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
}

    .country-item-clicked:hover {
        color: white;
    }
#ul_indicators {
    min-height: 15rem;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
.select2-container .select2-selection--single {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    height: 37.6px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.sdg1 {
    background-color: #ea1d2d;
}

.sdg2 {
    background-color: #d19f2a;
}

.sdg3 {
    background-color: #2d9a47;
}

.sdg4 {
    background-color: #c22033;
}

.sdg5 {
    background-color: #ef412a;
}

.sdg6 {
    background-color: #26bde2;
}

.sdg7 {
    background-color: #fdb714;
}

.sdg8 {
    background-color: #8f1838;
}

.sdg9 {
    background-color: #f36e24;
}

.sdg10 {
    background-color: #e01a83;
}

.sdg11 {
    background-color: #f99d25;
}

.sdg12 {
    background-color: #cd8b2a;
}

.sdg13 {
    background-color: #48773c;
}

.sdg14 {
    background-color: #007dbb;
}

.sdg15 {
    background-color: #3fae49;
}

.sdg16 {
    background-color: #00558a;
}

.sdg17 {
    background-color: #1b3668;
}

.selected-card {
    box-shadow: 0 4px 6px rgba(128, 128, 128, 0.5);
}

.customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}
.revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}
.card-icon {
    font-size: 22px;
    line-height: 0;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    flex-grow: 0;
}
.form-control, .select2-selection.select2-selection--multiple, .form-select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display:none;
}
.input-group-text {
    height: fit-content;
}
.blured {
    pointer-events: none;
    opacity: 0.4;
    user-select: none;
}
.select2.select2-container.select2-container--bootstrap-5{
    width:100% !important;
}
.select2-search__field::placeholder, .select2-selection__rendered {
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #6c757d !important;
}
#ul-indicator-list2 > li {
    border-bottom: 0.01rem solid #ddd;
    margin-top: 0;
    margin-bottom: 3px;
    padding-right: 10px;
}
/*li.tracked {
    background-color: #d5d9bb;
}*/
#ul-selected-indicator > li {
    border-bottom: 0.01rem solid #ddd;
    margin-top: 3px;
    margin-bottom: 3px;
}
#ul-indicator-list > li {
    border-bottom: 0.01rem solid #ddd;
    margin-top: 3px;
    margin-bottom: 3px;
}
.submit-button {
    background-color: #32325d;
}.submit-button:hover {
    background-color: #4d4d8d;
}
.wsmobileheader{
top:0 !important;
}
.disabledsdg {
    opacity: 0.4;
    filter: grayscale(1);
    pointer-events: none;
    cursor: default;
}
    .disabledsdg .card {
        position: relative;
        border-color: gray;
    }

        .disabledsdg .card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(204, 204, 204, 0.7); /* translucent gray */
            pointer-events: none;
            z-index: 10;
            border-radius: inherit; /* if your card has rounded corners */
        }
.footer-socials li a{
    margin-right:unset;
    margin-left:20px;
}
.card{
    border:0px;
}
#btnDownload {
    background-color: #32325d;
    color: white;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
    transition: background-color 0.3sease;
}