.content {
    width: 100%;
    flex: 1 1;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 16px 16px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: flex-start;
    padding: 0px 0px 25px 0px;
}

.content .title {
    font-size: 16px;
    color: #383838;
}

@media (max-width: 765px) {
    .content {
        padding: 16px 16px 16px 16px;
    }
}

.content .btn {
    background-color: #cc0000;
    padding: 0.575rem 1.85rem;
    font-size: 1rem;
    border-radius: 10px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all 0.2s ease-in-out;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.content .button {
    padding: 10px 0px 16px 20px;
    margin: auto;
}

.content .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #cc0000;
}

.content .title_covid {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #cc0000;
    margin: 0px 0px 16px
}

.content .doa-history {
    font-size: 12px;
    margin: 8px 0px 16px 0px;
    padding: 0px;
    color: #898989;
    text-align: center;
    align-self: center;
}

.content h1 {
    color: #e2e2e2;
    margin-top: 0px;
    margin-bottom: 0px;
    align-self: flex-start;
    font-weight: normal;
}

.content p {
    color: #e2e2e2;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    align-self: flex-start;
}

.content p a {
    color: #383838;
    text-decoration: none;
}

.content p a:hover {
    color: #383838;
    text-decoration: underline;
}

.content h2 {
    color: #e2e2e2;
    margin-top: 0px;
    margin-bottom: 16px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    align-self: center;
}

.select-box {
    width: 100%;
    flex: 1 1;
    box-sizing: border-box;
    background-color: #e3e4e8;
    border-radius: 16px;
    padding: 16px;
    color: #383838;
    margin-bottom: 8px;
    border: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.select-box:active {
    outline: none;
    background-color: #182025;
}

.counter-lg-box {
    width: 100%;
    flex: 1 1;
    box-sizing: border-box;
    border: 2px solid #e3e4e8;
    border-radius: 16px;
    padding: 16px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.counter-lg-value {
    font-size: 96px;
}

.counter-lg-label {
    font-size: 18px;
}

.counter-container {
    width: 100%;
    flex: 1 1;
    box-sizing: border-box;
}

@media (min-width: 900px) {
    .counter-container {
        display: flex;
        flex-direction: row;
        align-items: space-between;
        justify-content: center;
    }
}

@media (max-width: 900px) {
    .counter-container {
        display: flex;
        flex-direction: column;
        align-items: space-between;
        justify-content: center;
    }
}

.counter-box {
    width: 100%;
    flex: 1 1;
    box-sizing: border-box;
    border: 1px solid #e3e4e8;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px 0px 10px 26px;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.counter-box .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #cc0000;
    text-align: left;
}

.counter-box .box {
    width: 100%;
}

.counter-value {
    font-size: 18px;
}

.counter-label {
    font-size: 16px;
    color: #838181;
}

.counter-percentage {
    margin-top: 8px;
    font-size: 10px;
    color: #898989;
}

.counter-box-separator {
    width: 10px;
}

@media (max-width: 900px) {
    .counter-box-separator {
        height: 10px;
    }
}


.help-text {
    color: #0e75b1;
    font-size: 12px;
}

.text-secondary {
    color: #0e75b1;
}

.text-success {
    color: #52cc99;
}

.text-warning {
    color: #f2b900;
}

.text-danger {
    color: #f26353;
}

.rank-list {
    width: 100%;
    padding-inline-start: 0px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.rank-list li {
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding-inline-start: 0px;
    padding: 32px 12px 32px 12px !important;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 16px;
    background-color: #e3e4e8;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.rank-number {
    width: 40px;
    border-right: 2px solid #fafafa;
    padding-right: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.position {
    font-size: 28px;
}

.rank-content {
    width: 100%;
    padding-left: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.country-name {
    font-size: 16px;
    margin-bottom: 4px;
}

.province-state-name {
    font-size: 16px;
    color: #898989;
}

.case-summary {
    font-size: 10px;
}

.case-summary-text {
    margin-right: 8px;
}


.list-box-separator {
    margin: 0px 8px 16px 8px;
    width: 20px;
    box-sizing: border-box;
    border-bottom: 4px dotted #e3e4e8;
    align-self: center;
}

.navbar {
    position: fixed;
    width: 100%;
    margin-top: 1000px;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    color: #383838;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.navbar button {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 12px;
    background-color: #182025;
    border: none;
    outline: none;
}

.navbar button:active {
    background-color: #e3e4e8;
}

.navbar .active img {
    opacity: 1;
}

.navbar .active p {
    opacity: 1;
    color: #383838;
}

.navbar button img {
    opacity: 0.5;
    height: 24px;
}

.navbar button p {
    color: #898989;
    margin-top: 4px;
}

.loading {
    text-align: center;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating {
    animation: rotating 2s linear infinite;
}


.card-doa {
    width: 100%;
    box-sizing: border-box;
    background-color: #e3e4e8;
    padding: 32px 16px 0px 16px;
    border-radius: 16px;
    text-align: center;
}

.card-doa>.doa-arabic {
    font-family: "Scheherazade", serif;
    font-size: 36px;
    direction: rtl;
    margin: 0px;
    padding: 0px;
}

.card-doa>.doa-latin {
    font-size: 14px;
    margin: 12px 0px 8px 0px;
    padding: 0px;
}

.card-doa>.doa-translation {
    font-size: 12px;
    margin: 4px 0px 40px 0px;
    padding: 0px;
    color: #898989;
}

.card-chart {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #e3e4e8;
    padding: 16px 16px 16px 16px;
    border-radius: 16px;
    text-align: center;
}

.content .flex {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    padding: 0px 0px 8px 0px;
    ;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}