.main-title {
    font-weight: normal;
    margin-left: 5px
}

.div-title {
    color: white;
    font-size: 18px
}

.full-div-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #003781;
    padding: 0.5rem 1rem;
}

.filters-title{
    font-size: 20px;
    font-weight: 500
}

.selection-text {
    font-size: 14px;
    font-weight: 500;
    padding-top: 24px
}

.date-picker {
    border: none;
    box-shadow: none;
    border-radius: 8px;
    padding-top: 16px;
}

.date-picker-div {
    display: flex;
    justify-content: center;
    width: 100%;
}

.custom-tabs .nav {
    background-color: transparent;
}

.custom-tabs {
    border-bottom: none;
}

.custom-tabs .nav-link {
    color: white;
}

.custom-tabs .nav-link.active {
    color: orange;
    background-color: transparent;
    border: none;
}

.custom-tabs .nav-link {
    border: none;
}

.three.columns {
  width: 25%;
}

.four.columns {
    width: 33.3333333334%;
}

.eight.columns {
    width: 66.6666666666%;
}

.nine.columns {
  width: 75%;
}

.div-user-controls {
  padding-left: 24px;
  padding-top: 32px;
    padding-right: 24px;
}

.div-for-charts{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
    padding-top: 32px;
}

.bg-grey{
  background-color: #FFF;
}

body {
  background-color: #F3F8FB;
  color: #4F5053;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
}

.my-custom-select {
    font-size: 14px;
    color: #4F5053;
    font-weight: 500;
    margin-top: 16px;
}

.my-custom-select option {
    color: #333;
}

.DateInput_input {
    font-size: 14px;
    color: #4F5053; /* blue text */
    font-weight: 400;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    border-radius: 8px;
}

.DateRangePickerInput__withBorder {
    border-radius: 8px;
    border: none;
}

.generate-report-button {
    background-color: #007AB3;
    color: white;
    border: 1px solid #007AB3;
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 500
}

.generate-report-button-div {
    text-align: center;
    font-size: 14px;
    font-weight: 500
}

.country-div {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center
}

.badge-div {
    display: flex;
}

#automation-rate-title {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center
}

#automation-rate {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: #F3F8FB;
    color: #007AB3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    user-select: none;
    margin: auto;
}

#flag-div {
    font-size: 20px;
    font-weight: 500
}

#ar-body {
    padding: 0
}

#ar-card {
    height: 130px
}

.precision-title {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

.gauge-height {
    height: 70px
}

.figure-padding {
    padding: 0
}

.figure-height {
    height: 130px
}

.ag-grid-options {
    margin-top: 12px;
    margin-bottom: 24px;
    width: 100%
}

.performance-ag-grid {
    background-color: white;
    padding-right: 13px;
    border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 2px;
    margin: 40px 13px 30px;
}

.ab-test-ag-grid {
    background-color: white;
    padding-right: 13px;
    border-radius: 8px;
    padding-top: 12px;
    padding-bottom: 2px;
    margin-left: 13px;
    margin-right: 13px;
}

.badge {
    --bs-badge-color: #4F5053 !important;
    --bs-badge-font-weight: 500
}

.card {
    --bs-card-border-width: 0;
}

.DateRangePickerInput_arrow {
    fill: transparent !important;
}

.DateRangePickerInput_arrow_svg {
    fill: transparent !important;
}
