body {
    font-size: 14px;
    line-height: 1.4em;
    height: 100%;
    width: 100%;
    overflow: auto;
}
.tox.tox-silver-sink .tox-notifications-container{
  left: 0 !important;
}

.btn{
    width: unset;
    height: 100%;
    padding: 16px 32px;
    gap: 8px;
    border-radius: 4px;
}
.table.table-condensed .form-control{
  background: transparent !important;
}

.overline{
    color: #09B2ED;
    text-transform: uppercase;
    font-weight: 700;

}

.btn.btn-secondary{
    background: #09B2ED;
    color: white;
    border-color: #09B2ED;
}
.btn.btn-secondary:hover{
    background: #055572;
}
.btn.btn-primary{
    background: transparent;
    color:#1E1E1E;
    border-color: #1E1E1E;
}
.btn.btn-primary:hover{
    background: #055572;
    color: white;
}


/* homepage style */

.homepage-header{
    height: 80px;
  }
  .container{
    max-width: 1120px ;
    padding: 0;
  }

  .homepage-header .logo{
    display: flex;
    gap: .5rem;
    padding: 0;
  }
  .homepage-header .logo .navbar-brand{
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #007AFF;

}

  #navbarResponsive .navbar-nav li a{
    padding-inline: 1rem;
  }

  .banner {
    position: relative;
    height: 75svh;
  }
  .banner::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(9, 178, 237, 0) 25.25%, rgba(1, 100, 156, 0.8) 39.92%, rgba(4, 22, 43, 0.8) 90.44%);

  }
  .banner-text{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 34rem;
    margin-left: 10rem;
    z-index: 9;
    color: white;
    text-align: left;
  }
  .banner-text .btn{
    align-self: baseline;
  }
  .banner-img{
    height: 100%;
  }

  .banner .banner-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .partners-container{
    padding-top: 3rem;
    padding-bottom: 1rem;
    text-align: center;
  }

  .partners-icon{
    display: flex;
    gap: 2rem;
  }

  .partners-icon-item{
    align-self: center;
  }

  .copyright{
    font-size: 20px;
  }
  .partners-container{
    padding-inline: 2rem;
  }

  @media only screen and (max-width: 703px) {
    .banner-text {
      display: flex;
      justify-content: center;
      width: 100%;
      margin-left: 0;
      padding: 2rem;
     
  }
  .h1, h1 {
    font-size: 2rem;
}

.partners-icon{
  flex-wrap: wrap;
  justify-content: center;
}
.partners-icon-item{
  width: 20%;
}
  
  }

  /* end=--------------- */
.variable {
    cursor: default;
    background-color: #65b9dd;
    color: #FFF;
    padding: 2px 8px;
    border-radius: 3px;
    font-weight: bold;
    font-style: normal;
    font-size: 10px;
    display: inline-block;
    line-height: 12px;
}


.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #09B2ED;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}