@font-face {
    font-family: bpg-mrgvl;
    src: url(../fonts/bpg_mrgvlovani_caps.ttf);
}

:root {
    --primary-color: #fff;
    --body-text-color: #333;
    --black-color: #000;
    --background-color: #ededed;
    --h1-font-size: 20px;
    --h2-font-size: 16px;
    --h3-font-size: 14px;
    --h4-font-size: 12px;
    --textArea-width: 58.33333333%;
}


/* for navbar icons */

.contrast {
    --background-color: #000;
    --body-text-color: #ededed;
    --primary-color: #000;

}

.font_size {
    --h1-font-size: 25px;
    --h2-font-size: 20px;
    --h3-font-size: 18px;
    --h4-font-size: 16px;
    --textArea-width: 53.33333333%;
}

.font_size_2 {
    --h1-font-size: 29px;
    --h2-font-size: 24px;
    --h3-font-size: 22px;
    --h4-font-size: 19px;
    --textArea-width: 45.33333333%;
}


.highcharts-axis-labels text tspan {
    font-size: var(--h4-font-size) !important;
}

.icons_list {
    list-style: none;
    line-height: 0;
    display: flex;
    padding: 0;
    margin: 10px 38px 0 0;
    float: right;
}

.navbar_icons_cnt {
    display: flex;
}

.icons_list button {
    border: none;
    background: none;
}


.icons_list li {
    margin-left: 10px;
}

/* ICONS */

#sounds {
    width: 20px;
    height: 23px;
    display: block;
    background-size: 20px;
    background: url("../imgs/audio-off.png") no-repeat center;
}

#font_size {
    width: 20px;
    height: 23px;
    display: block;
    background: url("../imgs/font.png") no-repeat center;
    background-size: 20px;
}

#contrast {
    width: 20px;
    height: 23px;
    display: block;
    background: url("../imgs/dark-mode.png") no-repeat center;
    background-size: 20px;
}

#infoBtn {
    width: 20px;
    height: 23px;
    display: block;
    background: url("../imgs/info.png") no-repeat center;
    background-size: 20px;
}

.rotation {
    transform: rotate(180deg);
}


/* Modal */


.modal_ssm {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal_ssm_2_content {
    background-color: var(--background-color) !important;
    font-family: calibri;
    color: var(--body-text-color);
    margin: 10% auto;
    padding: 25px;
    border: 1px solid #888;
    max-width: 40%;
    font-size: var(--h3-font-size);
}

.close_2 {
    color: #aaa;
    float: right;
    margin-top: -12px;
    font-size: 3rem;
    font-weight: bold;
}

.close_2:hover,
.close_2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal_ssm_images {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}

.modal_geostat {
    max-width: 30%;
}

.modal_Sida {
    max-width: 20%;
}

.modal_UNDP {
    max-width: 8%;
}

.modal-backdrop {
    display: none !important;
}

#title {
    font-family: bpg-mrgvl;
}

.geofont {
    font-family: bpg-mrgvl;
}

.defaultfont {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.firsttext p {
    padding-bottom: 10px;
}

.h4padding h4 {
    padding-bottom: 15px;
}

.displaytogether {
    display: inline-block;
    margin-bottom: 10px;
}

.fontsize {
    font-size: 16px;
}

.changedamount {
    font-size: 20px;
    color: #e95d4f;
    font-weight: bold;
}

#amountinput,
#startyearpick,
#endyearpick {
    width: 12%;
    display: inline-block;
    text-align: right;
    margin-left: 5px;
    margin-right: 5px;
}

#amountinput {
    margin-left: 0px;
}

.textbox {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e95d4f;
    text-align: center;
    background-color: var(--primary-color);
}

.rate1,
.rate2 {
    font-weight: bold;
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
    color: #7cb5ec;
}

.header2nd,
.header1st {
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 20px;
    padding: 15px;
}

.fsizegeo {
    font-size: var(--h1-font-size);
}

.fsizeeng {
    font-size: var(--h1-font-size);
}

.rowclass {
    border: 0px solid #e95d4f;
}

.paddings {
    padding: 0;
}

.marginbottom {
    margin-bottom: 15px;
}

.graphdiv {
    min-width: 310px;
}

.graphrow {
    background-color: #01389c;
    height: 50px;
    width: 100%;
    margin-bottom: 15px;
}

.modaltitle {
    color: white;
    cursor: pointer;
    padding-right: 15px;
    padding-top: 15px;
    float: right;
    font-size: var(--h3-font-size);
}

.modal-dialog {
    text-align: justify;
}

.textcenter {
    text-align: center;
}

.left15 {
    padding-left: 15px;
}

.row2nd {
    padding-bottom: 15px;
    border: 1px solid #01389c;
    background-color: var(--primary-color);
}

.datearea {
    font-size: var(--h4-font-size);
    border-right: 1px solid #ededed;
}

.centerBlock {
    display: table;
    margin: auto;
}

.textArea {
    font-size: var(--h2-font-size);
    text-align: justify;
    visibility: hidden;
}

#startMonthSlct,
#endMonthSlct {
    display: inline-block;
    font-size: var(--h4-font-size);
    width: inherit;
    background-color: var(--primary-color);
    color: var(--body-text-color) !important;
}

#startYearSlct,
#endYearSlct {
    display: inline-block;
    font-size: var(--h4-font-size);
    width: inherit;
    background-color: var(--primary-color);
    color: var(--body-text-color);
}

.textpad {
    padding-bottom: 5px;
    padding-top: 5px;
    color: #EF1C31;
    font-weight: bold;
    font-size: var(--h3-font-size);
    text-align: right;
    padding-right: 5px;
}

.textpadth {
    font-weight: bold;
    font-size: var(--h2-font-size);
    text-align: center;
}

.textpadth2 {
    font-weight: bold;
    font-size: var(--h2-font-size);
    text-align: center;
    padding-bottom: 25px;
}

table td {
    padding: 5px;
}

#amountSlct {
    text-align: right;
    background-color: var(--primary-color);
    color: var(--body-text-color);
}

.changeColor {
    font-weight: bold;
    color: #EF1C31;
}

.changeColorBlue {
    font-weight: bold;
    color: #01389c;
}

.header1st {
    width: 100%;
    text-align: center;
    line-height: 120px;
    vertical-align: middle;
    font-size: 20px;
    background-color: #01389c;
    background-image: url("../imgs/headbkgrnd.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 15px;
    display: inline-block;
}

.logo {
    width: 142px;
    height: 94px;
}

#languages img {
    margin: 2px;
    border: 0px;
}

#languages span:hover {
    cursor: pointer;
}

#languages div {
    font-size: 12px;
}

.langswitch {
    line-height: 24px;
    vertical-align: middle;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

body {
    background-color: var(--background-color);
    color: var(--body-text-color) !important;
}

.container {
    background-color: #fff;
}

.footertext {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.minwidth {
    min-width: 540px;
}

#alerttext {
    visibility: hidden;
}

.smallFontSize {
    font-size: var(--h4-font-size) !important;
}

.highcharts-title {
    font-size: var(--h3-font-size) !important;
}

text {
    fill: var(--body-text-color) !important;
}

.highcharts-legend-item text {
    font-size: var(--h4-font-size) !important;
}

.footertext {
    font-size: var(--h3-font-size);
}

.modal-title {
    font-size: var(--h2-font-size);
}

.modal-body {
    font-size: var(--h3-font-size);
}


.highcharts-background {
    color: #000 !important;
}

.modal-content {
    background-color: var(--primary-color) !important;
}

.btn-default {
    background-color: var(--primary-color) !important;
    color: var(--body-text-color) !important;
}

.highcharts-background {
    fill: var(--primary-color);
}

@media screen and (max-width: 992px) {
    #language {
        display: block !important;
    }

    .textArea {
        width: var(--textArea-width) !important;
    }

    .modal_ssm_2_content {
        margin: 20% auto !important;
        max-width: 60% !important;
    }
}
@media screen and (max-width: 1200px) {
    .icons_list {
        justify-content: center;
        align-items: center;
        margin: 0;
        float:none
    }
    
}

@media screen and (min-width: 992px) {
    .textArea {
        width: var(--textArea-width) !important;
        float: right !important;
    }
}
