/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.title-row-ondemand{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    margin-top:50px;
    width:60%;
}

.ondemand-image-box{
    width:40%;
    height: 300px;
    margin-top:65px;
    margin-bottom:65px;
    margin-left: 30px;
}

.ondemand-innerbox{
    width:100%;
    height:100%;
    background:white;
    overflow:hidden;
    border-radius:10px;
    background-image:url('../image/platform/ondemand/salvador_flood.jpg');
    background-size: cover;
    background-position: 50%;
    -webkit-transition: background-image 500ms;
    -o-transition: background-image 500ms;
    transition: background-image 500ms;
}

.page-title.ondemand{
    font-size:3.5rem;
}

#animated-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 18px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    border-radius: 16px;
    border: 2px solid #b8c4c2;
    -webkit-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    overflow: hidden;
    margin-bottom: 8px;
    max-width: 100vw !important;
    background: white;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 5px !important;
}

.animated-title {
    font-family: 'Gotham-Medium';
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 3rem;
    line-height: 3.6rem;
    margin: 0 !important;
    background: -o-linear-gradient(359deg, var(--pal-11) 0%, var(--pal-8) 100%);
    background: linear-gradient(91deg, var(--pal-11) 0%, var(--pal-8) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
}

.page-subtitle.ondemand{
    margin-top:20px;
    margin-bottom: 65px;
}


.width60{
    width:60%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap:30px;
}

.width40-ondemand{
    width:40%;
    height:500px;
    background-image:url('../image/platform/ondemand/imagery-sensing-analysis-banner-fg.png');
    background-size: cover;
    background-position: 50%;
    position:relative;
}

.medium-body{
    font-family: 'Inter-Regular', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 0 !important;
}

.section-title.center{
    text-align: center;
}

.grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    width: 100%;
    margin-top:65px;
    padding-bottom:4px;
}

.ondemand-box{
    border:solid 1px #ddd;
    border-radius:10px;
    padding:25px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap:5px;
    background:white;
}

.ondemand-box:hover{
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.14);
            box-shadow: 0 0 2px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.14);
}

.box-title{
    font-family: 'Gotham-Medium';
    font-size: 19px;
    line-height: 2rem;
    margin:0 0 10px 0 !important;
}

.box-subtitle{
    font-family: 'Gotham-Book';
    font-size:13px;
    margin:0 !important;
}

.box-iconbox{
    width:35px;
    height:35px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color:var(--pal-11);
    font-size:28px;
    margin-bottom:10px;
}

.linear-title{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap:15px;
    margin-top:50px;
}

.title-icon{
    font-size:25px;
    width:30px!important;
}

.title-icon.yellow{
    color:#ffcc00;
}

.title-icon.blue{
    color:#0066ff;
}
.title-icon.purple{
    color:#660066;
}
.title-icon.brown{
    color:#996633;
}


h3.indicator-title{
    font-family: 'Gotham-Medium';
    font-size: 23px;
    margin:0!important;
}

.ind-section{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap:20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-radius:10px;
    overflow:hidden;
}
th, td {
    border: 1px solid black;
    padding:10px;
    text-align: left;
}

td{
    font-family: 'Gotham-Book';
    font-size:13px;
}

tbody tr:not(:last-child){
    border-bottom: solid 1px #E9EEF6;
}

tbody tr td, thead tr th{
    width:28.33%!important;
    vertical-align: top;
}

tbody tr td:last-child, thead tr th:last-child{
    width:15%!important;
    text-align: center;
}

th {
    background-color: #E9EEF6;
    font-family: 'Gotham-Medium';
    font-size:14px;
}

tbody tr:nth-child(even){
    background-color:#e9eef652;
}

.table-container {
    overflow: hidden;
    border: 1px solid #E9EEF6; /* Add border to the container */
    border-radius:10px;
    display: inline-block; /* Ensure the container fits the table size */
    margin-bottom:20px;
}

/* language dropdown design  */ 


.select-menu {
    width: 100%;
    /* padding: 1rem 1.25rem; */
    /* padding: 1rem; */
    padding-top: 0px;
    padding-bottom: 0px;
}

.select-menu .select-btn {
    
    display: flex;
    height: 40px !important;
    /* background: white; */
    width: 120px;
    color: white;
    padding: 1rem 1.25rem;
    font-size: 14px;
    font-family: 'Gotham-Book';
    font-weight: 400;
    border-radius: 4px;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    box-shadow: rgba(234, 234, 250, 0.5) 0px 0px 0px 2px inset;
    z-index: 1030;
    position: relative;
}

.select-btn i {
    font-size: 16px;
    transition: 0.3s;
}

.select-menu.active .select-btn i {
    transform: rotate(-180deg);
}

.select-menu .options {
    position: fixed;
    padding: 20px;
    margin-top: 4px;
    border-radius: 8px;
    background: white;
    box-shadow: rgba(100, 100, 100, 0.15) 0px 2px 8px;

    display: none;
    z-index: 99999999999999 ; 
    top : 70px ; 
}

.select-menu.active .options {
    display: block;
    position: fixed !important;
    width: 145px;
    z-index: 1025;
    overflow: auto;
}
.translation-bottom{
    display :none ; 
}
.options .option {
    display: flex;
    height: 55px;
    cursor: pointer;
    padding: 0 16px;
    color: #092540;
    font-family: 'Gotham-Medium';
    border-radius: 8px;
    align-items: center;
    background: white;
}

.options .option:hover {
    background: whitesmoke;
}

.option i {
    font-size: 25px;
    margin-right: 12px;
}

#year-select > div > span {
    margin-right: 10px ; 
}
/* spinner design */ 

.spinner {
    position: fixed;
    z-index: 3000000000;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    /* display: none ; */

}

div.spinner img {
    width : 145px ; 
}