﻿@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}

body, html {
    height: 100%;
    font-family: Montserrat;
}

h3 {
    font-family: Montserrat;
}

.row {
    margin: 0px;
}

#page-container {
    position: relative;
    text-align: left;
    color: black;
    padding: 0px;
    font-family: Montserrat;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

#header-section {
    position: relative;
    margin-top: 5%;
    /*height: 90px;*/
    /*border-bottom: 0.5px solid black;*/
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

/*h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;*/
    /* identical to box height */
    /*letter-spacing: -0.02em;
    color: #000000;
}*/

    
h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: calc(15px + 1vw);
    line-height: calc(20px + 1vw);
    /* identical to box height */
    letter-spacing: -0.02em;
    color: #000000;
    padding-top:2.5%;
}

#form-filter {
    padding-top: 2%;
}

#updated-date{
    padding-top:4%;
}


/*-------------------------------Blue Div Style---------------------------*/
#table-section {
    /*margin-top: 5%;*/
    padding-left: 5%;
    position: relative;
}


#gec_table {
    box-sizing: border-box;
    width: 95%;
    /*height: 445px;*/
    min-height: 100px;
    border: 3px solid #003CD8;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding-bottom: 10px;
    overflow:auto;
}

.divTable {
    width: 100%;
    /*height: 435px;*/
    display: table;
    table-layout: fixed;
    min-height: 100px;
    /*background-color:#003CD8;*/
}

.tableHeader {
    height: 40px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    /* identical to box height, or 188% */
    text-align: left;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #000000;
    /*position: sticky;
    display: table;*/
    width: 100%;
}

#gec_table thead {
    /*border-bottom: 2px solid #003CD8;*/
}

.tbody {
    display: table-row-group;
    text-align: left;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing:-0.02em;
    /* or 286% */
    color: #000000;
    /*height: 400px;*/
    overflow: auto;
    overflow-x: hidden;
    /*display: block;*/
    /*background-color: #003CD8;*/
    background: linear-gradient(to bottom, #003CD8 10%,transparent 11%,transparent 100%) ;
}

/*Forex Cross Rates*/
.forex-table{
      width: 100%;
    /*height: 435px;*/
    display: table;
    table-layout: fixed;
    min-height: 100px;
    font-size:calc(6px + 0.5vw);
}

.forex-table th {
    border: 0.5px solid #808080;
    text-align:center;
    height:calc(16px + 2vw);
    font-size:calc(6px + 0.5vw);
}

.forex-table td{
    border: 0.5px solid #808080;
    text-align:right;
    height:calc(16px + 2vw);
    font-size:calc(7px + 0.5vw);
    padding-right:0.5vw;
    letter-spacing:0.05em;
    font-weight:500;
}
.imgFlag{
    height:calc(10px + 2vw); 
    width:calc(10px + 2vw);
    padding:5px;
     /*box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.12);
     border-radius:35px;*/
}
.empty{
    background-color:rgba(0, 0, 0, 0.12);
}

.data-cell{
    background-color:white;
}

.red{
    background-color:#F6D7D9;
    /*background-color:rgba(210, 43, 43, 0.65);*/
}

.green{
    background-color:#8BEDA699;
}

.tableRow {
    /*display: table-row;*/
    /*display: table;*/
    width: 100%;
    table-layout: fixed;
    max-height: 40px;
    background-color: #003CD8;
}

.tableCell, .tableHeader {
    display: table-cell;
    padding: 10px;
    width: 12%;
    background-color: #003CD8;
}



.divTableHeader {
    display: table-header-group;
    /*background-color:#003CD8;*/
    background: linear-gradient(to bottom, #003CD8 50%, white 50%);
    /*position: sticky;*/
}

table * {
    /*border: none !important;*/
}

.tblThSelected {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #FFFFFF;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: black;
    height: 50px;
    letter-spacing: 0.06rem;
}

.tblThDeSelected {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    /*border-bottom-right-radius:0px;*/
    background-color: #003CD8;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: white;
    height: 50px;
    letter-spacing: 0.06rem;
}

#SingleFRC {
    background-color: white;
    border-top-right-radius: 10px;
    /*height:400px;*/
    width: 100%;
    padding-top: 10px;
}

#MultipleFRC {
    background-color: white;
    border-top-left-radius: 10px;
    /*height:400px;*/
    width: 100%;
    padding-top: 10px;
}
/*------------------------------------------------*/


.blue-btn {
    background: #003CD8;
    border: 0.5px solid #003CD8;
    border-radius: 8px;
    height: 34px;
    width: 109px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    /* identical to box height, or 214% */
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

    .blue-btn:hover {
        background: #0a4eff;
        color: white;
        transition: 0.3s;
        border: 0.5px solid #003CD8;
    }

    .blue-btn:active {
        background: #0a4eff;
        color: white;
        transition: 0.3s;
        border: 0.5px solid #003CD8;
    }

    .blue-btn:focus {
        background: #003CD8;
        color: white;
        transition: 0.3s;
        border: 0.5px solid #003CD8;
    }

#SFRC_table td {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    border: none;
    padding: 5px;
}

#SFRC_table label {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border: none;
}

.td-label{
    text-align:right;
}
.txtBox {
    /*height:20px;
    width:150px;*/
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border: none;
    padding: 5px;
}

#MFRC_table{
    width:100%;
    margin-top:2%;
    margin-bottom:5%;
     box-sizing: border-box;
   box-shadow:4px 6px 20px 0px #ccc;
}

#MFRC_table th {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    border: none;
    color: black;
    border-bottom:2px solid #0a4eff;
    padding: 5px;
    text-align:center;
    letter-spacing: -0.01em;
}

#MFRC_table td {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    border: none;
    padding: 5px;
    letter-spacing: -0.01em;
}

#MFRC_table label {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    border: none;
    letter-spacing: -0.01em;
}

#MFRC_table> tbody > tr:nth-of-type(even) {
    background-color: #D9D9D973;
}

#forward_table{

}

#forward_table {
    /*max-height: 400px;*/
    overflow-y: auto;
    /*margin-top:2%;*/
}

    #forward_table th {
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: -0.02em;
        text-align: center;
        border-bottom: 2px solid #5B8FE2;
        padding: 10px 10px 5px 10px;
    }

    #forward_table td {
        font-family: Montserrat;
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        text-align: center;
        border: none;
        padding:5px;
    }

    #currency_table{
        font-family: Montserrat;
         font-size: 15px;
        font-weight: 500;
        line-height: 30px;
        color:black;
        background: #EDF9FF;
        border-radius: 8px;
        border: 2px solid #C3C4CA;
    }

     #currency_table td{
        /*border: 1px solid #C3C4CA;*/
     }

/*Scrollbar*/
/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #B1B1B1;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 10px;
    }

    *::-webkit-scrollbar-track {
        background: #EEEEEE;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #B1B1B1;
        border-radius: 20px;
        border: 2px solid #EEEEEE;
    }

/*Scrollbar*/

.lblResult{
    font-family: Montserrat;
        font-size: 20px;
        font-weight: 600;
        line-height: 25px;
        
        text-align: center;
}

#calc_table{
    margin-top:2%;
}

#calc_table td {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    border: none;
    padding: 5px;
}

#calc_table label {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    border: none;
    text-align:center;
    vertical-align:bottom;
}


.multi-table-div{
    margin:2%;
}

.multi-table > .table-header th  {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: -0.02em;
    color: white;
    background-color: #cb0707;
    padding: 5px;
    text-align:center;
    /*border-bottom: 2px solid #5B8FE2;*/
}

.multi-table{
    width:100%;
    padding:5%;
    box-sizing: border-box;
   /*box-shadow: -4px -3px 16px 0px #B1B1B1;*/
   box-shadow:4px 6px 20px 0px #ccc;
        
}

#multi-table-div{
    margin:1%;
}

.table-heading{
     font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: -0.02em;
    color: black;
    padding: 5px;
    text-align:center;
}

.multi-table td{
    padding:5px;
    padding-right:10px;
    /*border:2px solid white;*/
}

.multi-table> tbody > tr:nth-of-type(even) {
    background-color: #D9D9D973;
}

.multi-table> tbody {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    /* identical to box height */
    letter-spacing: -0.02em;
    color: black;
    /*background-color: rgba(0, 0, 0, 0.12);*/
    padding: 5px;
}

#currency-converter-table  > tbody > tr > td{
    border:0px;
}

/*New currency Convertor style*/
    .card-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      /*max-width: 700px;*/
      /*width: 90%;*/
      justify-content: center;
    }
    .card {
      background: #ffffff;
      padding: 1rem;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      flex: 1 1 200px;
      text-align: center;
      /*transition: transform 0.5s ease;*/
    }
    .card:hover {
      /*transform: translateY(-2px);*/
    }
    .card.full {
      flex: 1 1 100%;
    }
    select, input[type="number"] {
      padding: 0.5rem;
      margin: 0.3rem;
      border-radius: 8px;
      border: 1px solid #ccc;
      /*font-size: 1rem;*/
      width: 120px;
    }
    .txtBox{
        height:35px;
        padding: 0.5rem;
      border-radius: 5px;
      border: 1px solid #ccc;
    }
    .lblResult {
      font-weight: bold;
      /*font-size: 1.4rem;*/
      margin-top: 1rem;
      color: #2c3e50;
      letter-spacing:0.01em;
    }
    .timestamp {
      /*font-size: 0.9rem;*/
      color: #666;
      letter-spacing:0.01em;
    }
/*----------------------------*/

@media only screen and (min-width: 600px) and (max-width: 768px) {

    #header-section {
        position: relative;
        margin-top: 5%;
        /*border-bottom: 0.5px solid black;*/
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media only screen and (min-width: 768) and (max-width: 992px) {

    #header-section {
        position: relative;
        margin-top: 7%;
        /*border-bottom: 0.5px solid black;*/
        padding-left: 5%;
        padding-right: 5%;
    }
}