* {
    text-align: right;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
  }
  
  html,
  body {
    font: normal normal normal 20px/29px "Heebo";
    height: 100%;
    background: #f8f8f8 0% 0% no-repeat padding-box;
  }
  
  /* Number span */
  .number {
    text-align: center;
    font: normal normal normal 50px/73px "Heebo";
    letter-spacing: 0px;
    color: #233664;
    opacity: 1;
  }
  
  .navbar {
    color: white;
    background-color: #233664;
    height: 60px;
    margin-bottom: 49px;
  }
  
  .max-width-1200 {
    max-width: 1200px !important;
  }
  
  .max-width-600 {
    max-width: 600px !important;
  }
  
  .flex-align-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .light-blue-background {
    border-radius: 0px 20px 20px 0px;
    background: #eff2fa 0% 0% no-repeat padding-box !important;
  }
  
  .blue-background {
    background-color: #233664 !important;
    color: white;
  }
  
  @media only screen and (max-width: 1218px) {
    .arrow,
    .my-packages,
    .my-packages-status {
      display: none;
    }
  
    .row {
      margin-left: 20px;
      margin-right: 20px;
    }
  
    div.total-reports {
      height: 120px !important;
      flex: 0 0 100% !important;
      min-width: 100% !important;
    }
  
    div.buttons-div {
      height: 120px !important;
      justify-content: space-between;
      width: 100% !important;
    }
  
    div.premium-reports {
      height: 120px !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
    .reports-left {
      flex-direction: column;
      gap: 0px !important;
    }
    .ordered-reports {
      flex-direction: column;
      gap: 0px !important;
    }
  
    .premium {
      border: 3px solid white;
      border-radius: 20px;
      padding: 10px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
      padding: 10px;
      height: fit-content !important;
    }
  
    .free {
      height: fit-content !important;
      border-radius: 20px;
      padding: 10px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }
  
    .number {
      font-size: 34px;
    }
  
    .medium-btn {
      padding: 0 15px 0 15px;
      border: 3px solid red;
      width: fit-content !important;
    }
  
    .small-btn {
      border: 3px solid red;
      padding: 8px;
      width: fit-content !important;
    }
  
    .small-icon {
      width: 15px !important;
    }
  }
  
  /* One report row */
  .single-report {
    background-color: white;
    margin-bottom: 30px;
    box-shadow: 3px 3px 20px #00000019;
    border-radius: 20px;
    height: 80px !important;
  }
  
  /* Grids */
  div.reports div.th-reports {
    width: 15.6% !important;
    width: fit-content;
    text-align: center;
    margin-top: 26px;
    word-break: break-word;
    padding-left: 0px;
    padding-right: 0px;
    font: normal normal normal 22px/32px "Heebo";
  }
  
  div.icon {
    width: 30px;
    height: 30px;
    padding-right: 0px !important;
    text-align: right;
    margin-top: 26px;
    word-break: break-word;
  }
  
  div.report {
    width: 15.6%;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    font: normal normal normal 22px/32px "Heebo";
    padding-left: 0px;
    padding-right: 0px;
  }
  
  div.report:nth-child(7) {
    width: 10%;
  }


  .btn_delete_report{
    color: red;
    position: relative;
    right: 90%;
    top: -1%;
    font-size: 19px;
  }

  .btn_delete_report:hover{
    cursor: pointer;;
  }

  .loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    margin-right: 50%;
    margin-top: 17%;
    width: 150px;
    height: 150px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .text-loader{
    font-size: 25px;
    color: white;
    position: relative;
    right: 50.5%;
    top: 30px;
  }

.div-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 10000;
}
  
  /* Media queries */
  @media only screen and (max-width: 900px) {
    div.reports div.th-reports span {
      font-size: 19px !important;
    }
    div.report {
      font-size: 14px !important;
    }
  
    @media only screen and (max-width: 750px) {
      div.reports div.th-reports span,
      div.report div.td-reports span {
        font-size: 12px !important;
      }
      div.report {
        font-size: 12px !important;
      }
    }
  
    @media only screen and (max-width: 510px) {
      div.reports div.th-reports span,
      div.report div.td-reports span {
        font-size: 8px !important;
      }
      div.report {
        font-size: 8px !important;
      }
    }
  }

  /* grid template */

.grid-template {
    display: grid;
    gap: 10px; 
}

.grid-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  
}

.grid-row-with-flag-indicator {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.bg-white{
  background-color: white; /* Set row background color */
  border-radius: 20px;
  height: 80px;
  box-shadow: 3px 3px 20px #00000019;
  margin-bottom: 15px;
}

.grid-header, .grid-cell {
    padding: 10px;
    text-align: center;
}


.displayFlex{
  display: flex;
  flex-direction: row;
  align-items: center;
  
  gap:20px
}
.jc-center{
  justify-content: center;
}
.jc-start{
  justify-content: start;
}



