
  *{
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Outfit', sans-serif;
  }
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header, .wrapper{
    background-color: #101c36;
    text-align: center;
    padding: 2rem;
    width: 100%;
}
.wrapper h1{
    font-weight: bold;
}
@media screen and (min-width: 500px) {
 
    ::-webkit-scrollbar {
        width: 10px;
        height: 5px;
        border-radius: 20px;
      }
      
      ::-webkit-scrollbar-track {
        background: #ffffff; 
      }
       
      ::-webkit-scrollbar-thumb {
        background: #0c3488; 
      }
      
      ::-webkit-scrollbar-thumb:hover {
        background: #041a49; 
      }
}
table{
    margin: 0px!important;
}
.table-wrapper{
    overflow-x: scroll;
    width: 800px;
    max-width: 100%;
    margin: auto auto 3rem auto;
  
}
@media screen and (min-width: 500px) {
    .table-wrapper{
        border:1px solid #0c3488!important;
    }
}
.mobile-table{
    display: none;
    /* width: fit-content!important; */
}

.web-table{
    border: 1px solid #0c3488;
    display: none;
    /* width: fit-content!important; */

}
table.table-bordered{
    border:1px solid #0c3488;
    margin-top:20px;
  }
table.table-bordered > thead > tr > th{
    border:1px solid #0c3488;
  
}

table.table-bordered > tbody > tr > td{
  
    border:1px solid #0c3488;
}
table.table-bordered > tbody > tr > th{
  
    border:1px solid #0c3488;
}

td{
    color: white;
    font-weight: bold;
}
th{
    color: #0c3488;
    font-weight: bold;

}
th, td{
    padding: 1rem 1.75rem!important;
}
@media screen and (max-width:499px) {
    .table-container {
        overflow-x: auto!important;
    }

    .mobile-table{
        table-layout: fixed!important;
        display: block;
        border-collapse: collapse;
        width: 400px!important;
        max-width: 100%!important;
        margin: auto!important;
        display: flex;
        justify-content: center;
    }
    .mobile-table td, th{
        border:1px solid #0c3488!important;
        padding: 8px!important;
        white-space: normal; 
        overflow: hidden; 
        text-overflow: ellipsis; 
        height: 40px;
        text-align: start;
        word-break: break-all;
    }
    .mobile-table th{
         color: #0c3488;
         text-align: start;
    }
    .mobile-table td{
        color: #fff;
        white-space: normal; 
        word-break: break-all;


   }
 

}
@media screen and (min-width:500px) {
    .web-table{
        display: block;
    }
}

h1{
    color: white;
    margin: 4rem 0rem 0rem 0rem;
}
p{
    color: white;
}
.form-group {
    width: 80%;
    margin:auto
}
.wrapper input{
    width: 456px;
    max-width: 100%;
    height: 43px;
    outline: none;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 1rem;
}
.wrapper button{
    border-radius: 5px;
    background: #095bfd;
    color: white;
    height: 42px;
    padding: 7px 18px;
    border: none;
    font-weight: bold;
    margin: 0px 16px;
}
.row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 1rem;
}
 .row .col{
    display: flex;
    flex-direction: column;
 }
 @media screen and (max-width:520px) {
    .row .col{
        flex-direction:unset;
    }
 }
 .col label{
    font-weight: bold;
    color: #0c3488;
    padding: 15px 25px;
 }
 .col span{
    font-weight: bold;
    color: white;
    padding: 15px 25px;
 }
 header a{
    color: #ff8900;
    text-decoration: underline;
 }
  label, span{
    border: 1px solid#0c3488;
    border-collapse: collapse;
}
.ceo-container{
    width: 700px;
    margin: 2rem auto;
    max-width: 100%;
    padding: 0rem 2rem;
}
.ceo-container .content{
    border: 3px solid #ff8900;
    position: relative;
}
.content{
    padding: 2rem;
}
.ceo-container span{
    color: white;
    background-color: #ff8900;
    position: absolute;
    top: -12px;
    left: 18px;
    right: auto;
    bottom: auto;
    padding: 4px;
    border: none;
    font-size: 11px;
    font-weight: bold;
}
.ceo-container p{
    color: black;
}

.ceo-container h1{
    color: black;
    margin: 10px 0px;
    font-size: 16px;
}
.card-text{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card-text p{
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.card-text button{
    padding: 10px;
    background-color: #009564;
    color: white;
    border: none;
    width: 131px;
    border-radius: 2px;

}
footer{
    text-align: center;
    margin: 1rem 0rem;
}
footer span{
    color: #565656;
    border: none;
}



