﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*maxwidth: 280px;*/
    max-width: 100%;
    /*max-width: 320px;*/
}

/* Home Notification Quick shotucut thumbnails */
.Home-Notification-Count {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: rgb(206,181,121);
    line-height:30px;
    text-align:center;
    color:white;
    margin-top:8px;
}


/*table header Colors*/
.zho-tbl-header-clr {
    background-color: #cfb157;
    color: white
}

.zho-txt-clr {
    border-color: #cfb157 !important;
    background-color: #efefee !important;
}

/*.table tbody tr {*/
/* text-align: center;*/
    /*color: black;
    font-weight: bold;*/ /*comment by Shyamal*/
/*}*/

/*For datalist Tables*/
td.details-control {
    background: url('image/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('image/details_close.png') no-repeat center center;
}


.required {
    color: red;
}

blockquote {
    padding: 0 !important;
    font-size: 12px !important;
}

.div-background-timesheet-filter {
    background-color: #e9ebef;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #b5a507;
}

/*dashboard summary tables*/
.summaryTable {
    background-color: white;
}

/*To Remove '.' from '<ul>'*/
ul {
    list-style-type: none;
}

.ellipsis-popup-lable {
    max-width: 530px;
    word-break: break-all;
}

/*Loading Mask*/
div#spinner {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: url('image/spinner.gif') no-repeat center white;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 1px solid #666;
    z-index: 2;
    overflow: auto;
}


.loginFormHeader {
    height: 158px;
    line-height: 158px;
    vertical-align: middle;
    /*background-image: url('image/loginHeader.png');*/
    background-image: url('image/UAE.png');
    background-size: cover;
    background-repeat: no-repeat;
    font-size: x-large;
}

/*breadcrumb*/
.breadcrumb {
    margin-bottom: 0px;
}

.OnlineUserPopUptitle { /*add by shyamal*/
    font-size: 20px;
    color: #21ad00 !important;
}

.usersLogTdayPopUptitle { /*add by shyamal*/
    font-size: 20px;
    color: #12619e !important;
}

.control-lable-2-removepadding {
    width: 22px
}

/*Radio button Style Checkboxes in prtial views*/
.btn span.glyphicon {
    opacity: 0;
}

.btn.active span.glyphicon {
    opacity: 1;
}


.checkbox-lable-styles {
    width: 40px;
    height: 34px;
}

.eye_formula_div {
    font-size: 42px;
    text-align: center;
}

/*Make Glyphicon color to white*/
.glyphicon-white, .glyphicon-white a {
    color: #fff;
}

/*Disabel all elements inside div*/
.disabledDivContent {
    pointer-events: none;
    opacity: 0.4;
}

/*Student header - new - styles*/
.Stdheader {
    background-color: #e4dbc3;
}

.InfoTitle {
    font-size: 15px;
    color: #303f54;
}

.InfoContent {
    font-size: 10px;
    color: #465b71
}

.LineBreaker {
    height: 2px;
    background-color: #fbfafa73;
    margin: 5px;
}

/*Vertical tabs custom styls*/
.tabs-left-vertical > li.active > a {
    background: #2a3f54 !important;
    color: white !important;
}

.tabs-left-vertical > li > a {
    background: #e4dbc3 !important;
}

/*add by shyamal*/
.titleLabel {
    background-color: #73879c;
    padding: 1px;
    margin-bottom: 25px;
    color: white;
}  


.students-list-dataTbale:hover {
    text-decoration: underline;
    color: #cab889;
}

.hide_column_datatbles {
    display: none;
}

.SessionLabel {
    text-align: left;
    color: #337ab7;
}


.btn-success-zho {
    background-color: #CAB686 !important;
    border-color: #CAB686 !important;
}

/*Assessment transaction En Styles*/
.assessTransType-checkedIn {
    height: 50px;
    background-color: #26B99A;
    color: white;
    text-align: center;
    border-top-left-radius: 10px;
    vertical-align: middle;
    line-height: 50px;
}

.assessTransType-checkedout {
    height: 50px;
    background-color: rgb(255,84,84);
    color: white;
    text-align: center;
    border-bottom-left-radius: 10px;
    vertical-align: middle;
    line-height: 50px;
}

.assessTransDate-checkedIn {
    height: 50px;
    background-color: #9b9797;
    color: black;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

.assessTransDate-checkedOut {
    height: 50px;
    background-color: #9b9797;
    color: black;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    border-top: solid 1px;
    border-top-color: black;
}

.assessTransTime-checkedIn {
    height: 50px;
    background-color: #bebcbc;
    color: black;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

.assessTransTime-checkedOut {
    height: 50px;
    background-color: #bebcbc;
    color: black;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    border-top: solid 1px;
    border-top-color: black;
}

.assessTransSpecialist-checkedIn {
    height: 50px;
    background-color: #d4d4d4;
    color: black;
    text-align: center;
    vertical-align: middle;
    border-top-right-radius: 10px;
    line-height: 80px;
}

.assessTransSpecialist-checkedOut {
    height: 50px;
    background-color: #d4d4d4;
    color: black;
    text-align: center;
    border-bottom-right-radius: 10px;
    vertical-align: middle;
    line-height: 20px;
}

.assessTransSpecialist-checkedIn-single {
    height: 50px;
    background-color: #d4d4d4;
    color: black;
    text-align: center;
    vertical-align: middle;
    border-top-right-radius: 10px;
    line-height: 50px;
}

.assessTransSpecialist-checkedOut-single {
    height: 50px;
    background-color: #d4d4d4;
    color: black;
    text-align: center;
    border-bottom-right-radius: 10px;
    vertical-align: middle;
    line-height: 50px;
}
/************************************/

/*Assessment transaction Ar Styles*/
.assessTransType-checkedIn-ar {
    height: 50px;
    background-color: #26B99A;
    color: white;
    text-align: center;
    border-top-right-radius: 10px;
    vertical-align: middle;
    line-height: 50px;
}

.assessTransType-checkedout-ar {
    height: 50px;
    background-color: rgb(255,84,84);
    color: white;
    text-align: center;
    border-bottom-right-radius: 10px;
    vertical-align: middle;
    line-height: 50px;
}

.assessTransSpecialist-checkedIn-ar {
    height: 50px;
    background-color: #d4d4d4;
    color: black;
    text-align: center;
    vertical-align: middle;
    border-top-left-radius: 10px;
    line-height: 80px;
}

.assessTransSpecialist-checkedOut-ar {
    height: 50px;
    background-color: #d4d4d4;
    color: black;
    text-align: center;
    border-bottom-left-radius: 10px;
    vertical-align: middle;
    line-height: 20px;
}

.assessTransSpecialist-checkedIn-single-ar {
    height: 50px;
    background-color: #d4d4d4;
    color: black;
    text-align: center;
    vertical-align: middle;
    border-top-left-radius: 10px;
    line-height: 50px;
}

.assessTransSpecialist-checkedOut-single-ar {
    height: 50px;
    background-color: #d4d4d4;
    color: black;
    text-align: center;
    border-bottom-left-radius: 10px;
    vertical-align: middle;
    line-height: 50px;
}
/************************************/


/*Datepicker color-profile Override*/
.datepicker table tr td.disabled {
    color: #f00 !important;
    font-weight:bolder
}
/************************************/

/*2021*/

.header .logos {
    margin: 10px 0 0
}

    .header .logos .containerNew {
        position: relative;
        height: 110px
    }

    .header .logos .logo {
        display: inline-block;
        width: 360px;
        height: 96px;
        background: url('image/ncema-en.png') left center no-repeat;
        position: absolute;
        left: -25px;
        overflow: hidden;
        text-indent: -99999px;
        transform: scale(.8);
        background-size: 100%
    }

    .header .logos .service-desk {
        position: absolute;
        width: 68px;
        height: 96px;
        transition: all .4s ease-in-out;
        transform: scale(.8);
        background: url('image/federal.png') right center no-repeat;
        right: 15px;
        background-size: 100%
    }
.header .nav-menu-new {
    background: #af8354;
    height: 60px;
    line-height: 60px
}

    .header .nav-menu-new .top-title {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.5385em;
        display: inline-block
    }

     


    .header .logos .logo {
        width: 275px;
        left: 5px
    }

    .header .logos .service-desk {
        width: 45px
    }

.header .nav-menu-new .top-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5385em;
    display: inline-block
}
.header .nav-menu-new .top-title {
    letter-spacing: 0
}
.ar .nav-menu .container .top-title {
    width: 400px;
    font-size: 14px
}
.header .nav-menu-new .top-title {
    width: 100%;
    line-height: 22px;
    padding: 10px;
    font-size: 14px
}

/*cards 2021*/
.top-statistics {
    padding: 0;
    list-style: none;
    height: 100%;
    display: flex;
    margin-bottom: 15px
}

    .top-statistics li {
        flex: 1 1 100%;
        flex-grow: 1;
        color: #303030;
        padding: 10px;
        height: 172px;
        position: relative;
        overflow: hidden;
        background-color: #fff;
        border-radius: 10px;
        border: 1px solid #fff;
        transition: all .4s ease-in-out;
        transform: scale(.8)
    }

        .top-statistics li:last-child {
            margin-right: 0
        }

        .top-statistics li.total {
            /*background-color: #fbf2e9*/
            background-color: #ffe5e4
        }

            .top-statistics li.total:hover {
                /*background-color: #f3d9be*/
                background-color: #ffb4b1
            }

                .top-statistics li.total:hover .new-cases span {
                    /*background-color: #edc69d*/
                    background-color: #99d998
                }

        .top-statistics li.critical {
            background-color: #fbeada
        }

            .top-statistics li.critical:hover {
                background-color: #f6d0ac
            }

                .top-statistics li.critical:hover .new-cases span {
                    background-color: #e8b585
                }

        .top-statistics li.deaths {
            background-color: #ffe5e4
        }

            .top-statistics li.deaths:hover {
                background-color: #ffb4b1
            }

                .top-statistics li.deaths:hover .new-cases span {
                    background-color: #f3a7a5
                }

        .top-statistics li.recovered {
            background-color: #e0f3df
        }

            .top-statistics li.recovered:hover {
                background-color: #bce5ba
            }

                .top-statistics li.recovered:hover .new-cases span {
                    background-color: #99d998
                }

        .top-statistics li.active {
            background-color: #ddf0f8
        }

            .top-statistics li.active:hover {
                background-color: #b3ddef
            }

        .top-statistics li.tests {
            background-color: #d5f4f6
        }

            .top-statistics li.tests:hover {
                background-color: #abe9ed
            }

                .top-statistics li.tests:hover .new-cases span {
                    background-color: #55dccb
                }

        .top-statistics li.dosespod {
            background-color: #fbf2e9
        }

            .top-statistics li.dosespod:hover {
                background-color: #f3d9be
            }

                .top-statistics li.dosespod:hover .new-cases span {
                    background-color: #edc69d
                }
        .top-statistics li.nondosespod {
            background-color: #fcf2c6
        }

            .top-statistics li.nondosespod:hover {
                background-color: #f8d9ee
            }

                .top-statistics li.nondosespod:hover .new-cases span {
                    background-color: #edd79d
                }
        .top-statistics li.doses {
            background-color: #fdecd1
        }

            .top-statistics li.doses:hover {
                background-color: #fbd8a0
            }

                .top-statistics li.doses:hover .new-cases span {
                    background-color: #f1b44c
                }

        .top-statistics li.exempt {
            background-color: #99d998
        }

            .top-statistics li.exempt:hover {
                background-color: #60a55e
            }

                .top-statistics li.exempt:hover .new-cases span {
                    background-color: #85c384
                }

        .top-statistics li.totalpod {
            background-color: #b0bbe6
        }

            .top-statistics li.totalpod:hover {
                background-color: #b0bbe8
            }

                .top-statistics li.totalpod:hover .new-cases span {
                    background-color: #b0bbe9
                }
        

            .top-statistics li div .icon.diagnosed-icon {
                background-image: url('image/diagnosed-cases.png')
            }

            .top-statistics li div .icon.critical-icon {
                background-image: url('image/critical-case.png')
            }

            .top-statistics li div .icon.deaths-icon {
                background-image: url('image/deaths.png')
            }

            .top-statistics li div .icon.recovered-icon {
                background-image: url('image/recovered.png')
            }

            .top-statistics li div .icon.doses-icon {
                background-image: url('image/doses.png')
            }

            .top-statistics li div .icon.active-icon {
                background-image: url('image/active-cases.png')
            }

            .top-statistics li div .icon.tests-icon {
                background-image: url('image/total-test.png')
            }
            .top-statistics li div .icon.exempt-icon {
                background-image: url('image/vaccineExempt.png')
            }
        .top-statistics li div .icon.dosespod-icon {
            background-image: url('image/Vaccinated.png')
        }
        .top-statistics li div .icon.nondosespod-icon {
            background-image: url('image/NotVaccinated.png')
        }
      .top-statistics li div .icon.pod-icon {
    background-image: url('image/PODLogo.jpg');
    height: 61px !important;
    width: 55px !important;
    top: 19px !important;
     
    padding: 4px;
    border-radius: 50%
}

        .top-statistics li div.new-cases {
            padding: 5px
        }

            .top-statistics li div.new-cases span {
                padding: 5px 2px;
                width: 100%;
                border-radius: 15px;
                text-align: center;
                font-weight: 700;
                display: block
            }

                .top-statistics li div.new-cases span.total {
                    /*background-color: #f5dfc8*/
                    background-color: #f9d3d2
                }

                .top-statistics li div.new-cases span.critical {
                    background-color: #f0cfb0
                }

                .top-statistics li div.new-cases span.deaths {
                    background-color: #f9d3d2
                }

                .top-statistics li div.new-cases span.recovered {
                    background-color: #bee7bd
                }

                .top-statistics li div.new-cases span.tests {
                    background-color: #7fe5d8
                }

                .top-statistics li div.new-cases span.doses {
                    background-color: #f5c87b
                }
                .top-statistics li div.new-cases span.dosespod {
                    background-color: #f5dfc8
                }
                .top-statistics li div.new-cases span.nondosespod {
                    background-color: #f7dfc2
                }
                .top-statistics li div.new-cases span.exempt {
                    background-color: #8dc78c
                }
                .top-statistics li div.new-cases span.totalpod {
                    background-color: #b0bbe6
                }
                .top-statistics li div.new-cases span.active {
                    background-color: #a4dcec
                }
        .top-statistics li .tit {
            text-transform: uppercase;
            font-size: .8462em;
            display: block;
            font-weight: 800
        }

        .top-statistics li label {
            font-size: 1.2308em;
            line-height: 20px;
            display: block;
            width: 35%;
            margin: 0;
            height: 40px;
            padding-top: 10px;
            text-transform: uppercase
        }

        .top-statistics li .counter {
            font-size: 2.7692em;
            display: block;
            font-weight: 800;
            text-align: center;
            direction: ltr;
            margin-top:25px;
        }

    .top-statistics.side {
        display: block
    }

        .top-statistics.side li {
            width: 100%;
            display: block;
            margin-bottom: 15px;
            height: 187px
        }

            .top-statistics.side li div .icon {
                width: 65px;
                height: 58px
            }

            .top-statistics.side li div.new-cases {
                margin: 0 20px
            }

            .top-statistics.side li .counter {
                font-size: 3.5385em
            }

    .top-statistics.without-activecases li {
        margin-right: 20px;
        height: 182px
    }

        .top-statistics.without-activecases li:last-child {
            margin-right: 0
        }

        .top-statistics.without-activecases li .counter {
            font-size: 3.0769em
        }

        .top-statistics.without-activecases li label {
            font-size: 1.3846em
        }

        .top-statistics.without-activecases li div .icon {
            width: 70px;
            height: 71px
        }

    .top-statistics.with-doses.side label {
        font-size: 1.3846em
    }

    .top-statistics.with-doses li {
        margin-right: 10px;
        height: 195px
    }

        .top-statistics.with-doses li label {
            font-size: 1.2308em
        }

        .top-statistics.with-doses li .counter {
            font-size: 2.3077em
        }

    .top-statistics .smaller {
        width: 55%
    }

    .top-statistics .info-note {
        color: #e74747;
        margin: 0;
        font-size: 25px;
        display: inline-block;
        position: relative;
        top: 7px
    }
.anchorAllTabs {
    padding-bottom: 10px !important;
    width: 310px;
    text-align: center;
    border-radius: 14px;
}
.theadcadetblue {
    background: #569294;
    border-radius:5px;
}
.form-control-round {     
    border-radius: 12px !important;
}
.panelround {
    border-radius: 10px;
}
.bold-font{
    font-weight:bolder;
}

/*media query*/
@media screen and (min-width:1441px) {
    .login-page {
        margin-top: 18vh !important;
    }
}

@media screen and (max-width:1300px) {
    .public-pages .content-body-container {
        padding: 90px 20px;
    }

    .login-page {
        margin-top: 14vh !important;
    }
}

@media(max-width:767px) {
    .title-container, .filter-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    @media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
        html {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transform-origin: left top;
            -ms-transform-origin: left top;
            transform-origin: left top;
            width: 100vh;
            overflow-x: hidden;
            position: absolute;
            top: 100%;
            left: 0;
        }
    }

    @media screen and (max-width:1024px) {
        
        .alhosn-icon {
            width: 40px !important;
            height: 20px !important;
            border-radius: 8px;
            padding-left: 1px;
        }
    }
    
    @media screen and (max-width:991px) {
        .top-statistics {
            display: block;
        }

            .top-statistics li {
                display: inline-block !important;
                width: 48% !important;
            }

                .top-statistics li:nth-child(even) {
                    margin-right: 0;
                }

        .ar .top-statistics li:nth-child(even) {
            margin-left: 0;
        }

        .hidealhosn {
           display:none
        }
         
    }

    @media screen and (max-width:768px) {
       
    }

    @media screen and (max-width:767px) {
        .event-services .service {
            width: 22.5%;
        }

        .top-statistics {
            display: block;
        }

            .top-statistics li {
                width: 47% !important;
            }

        .footer .subscriber .container .subscriber-title {
            border-right: 0;
        }

        .ar .nav-menu {
            line-height: 30px;
        }

            .ar .nav-menu .container .top-title {
                width: 400px;
                font-size: 14px;
            }

        .ar .footer .subscriber .container .subscriber-title {
            border-left: none;
        }
    }

    @media screen and (max-width:575px) {
        .container {
            padding-right: 10px;
            padding-left: 10px;
        }

        .sidebar {
            bottom: 20px;
        }

        .col-sm-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .col-sm-7 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
            flex: 0 0 60%;
            max-width: 60%;
        }

        .col-sm-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            max-width: 40%;
        }

        .page {
            margin-top: 0;
        }

        .pg-header {
            margin: 20px 0 20px 0;
            width: 100%;
        }
         
        .block-separator {
            margin-bottom: 20px !important;
        }

        .form-panel {
            padding: 0 !important;
        }

        .list-news .recent-block {
            width: 49%;
        }

            .list-news .recent-block:nth-child(2n+1) {
                padding: 0 10px 10px 0;
            }

            .list-news .recent-block:nth-child(2n) {
                padding: 0 0 10px 10px;
            }

            .list-news .recent-block .news-img {
                height: 150px;
            }

        .header .nav-menu {
            height: auto;
            line-height: initial;
            position: relative;
            margin-top: 5px;
        }

            .header .nav-menu .top-title {
                width: 100%;
                line-height: 22px;
                padding: 10px;
                font-size: 14px;
            }

            .header .nav-menu .side-menu {
                position: absolute;
                top: -33px;
                right: 0;
            }

                .header .nav-menu .side-menu li {
                    line-height: 25px;
                }

                    .header .nav-menu .side-menu li a {
                        line-height: 25px;
                        color: #af8354;
                    }

                        .header .nav-menu .side-menu li a:hover {
                            color: #af8354;
                        }

                        .header .nav-menu .side-menu li a.home:before {
                            top: 5px;
                        }

                    .header .nav-menu .side-menu li:hover {
                        background-color: transparent;
                    }

                        .header .nav-menu .side-menu li:hover a {
                            color: #af8354;
                        }

        .header .logos .logo {
            width: 275px;
            left: 5px;
        }

        .header .logos .service-desk {
            width: 45px;
        }

        .top-statistics {
            display: block;
        }

            .top-statistics li {
                display: inline-block !important;
                width: 100% !important;
                height: auto;
                padding: 8px 20px;
            }

                .top-statistics li label {
                    width: 60%;
                }

                .top-statistics li .counter {
                    font-size: 2.9231em;
                    margin-top: 0;
                }

            .top-statistics.without-activecases li {
                height: auto;
            }

        .footer .organizations {
            padding: 20px 0;
        }

            .footer .organizations .org {
                width: 100% !important;
                border-bottom: 1px solid #ccc;
                padding-bottom: 15px;
            }

                .footer .organizations .org:last-child {
                    border: 0;
                }

                .footer .organizations .org .img {
                    margin-bottom: 5px;
                    margin-top: 5px;
                }

                    .footer .organizations .org .img.wideimg {
                        width: 70%;
                    }

                .footer .organizations .org .text-left {
                    text-align: center !important;
                }

        .footer .links-bar {
            height: auto;
            padding: 20px 0;
            line-height: 18px;
        }

            .footer .links-bar .copy-right {
                text-align: center !important;
            }

            .footer .links-bar .channels-links {
                text-align: center !important;
                margin-top: 10px;
            }

        .news-details .details-images {
            width: 100%;
        }

        .legend-container ul {
            display: block;
            margin-top: 10px;
            float: left;
            width: 100%;
        }

            .legend-container ul li {
                width: 40%;
                float: left;
            }

        .header .nav-menu .lang-info {
            margin: 5px 0;
        }

            .header .nav-menu .lang-info a {
                line-height: initial;
            }

        .centers-list .list-centers .item {
            width: 100%;
            height: auto;
        }

            .centers-list .list-centers .item .info {
                height: auto;
                width: 100%;
                margin-bottom: 10px;
            }

                .centers-list .list-centers .item .info .title {
                    font-size: 1.4em;
                }

            .centers-list .list-centers .item .direc {
                position: relative;
            }

        .centers-list .list-centers.map .item {
            width: 100%;
            height: auto;
            border-right: 0;
            border-left: none;
        }

            .centers-list .list-centers.map .item .info {
                height: auto;
            }

            .centers-list .list-centers.map .item .direc {
                position: relative;
                bottom: -5px;
            }

        .ar .pg-header .about-corona {
            font-size: 12px;
        }

        .ar .header .nav-menu .side-menu {
            right: auto;
            left: 0;
        }

        .ar .header .nav-menu .lang-info {
            margin: 10px 0;
        }

        .ar .legend-container ul {
            float: right;
        }

            .ar .legend-container ul li {
                float: right;
            }

        .filters {
            padding: 0 10px;
        }

        .show-mobile {
            display: block;
        }

        .hide-mobile {
            display: none;
        }

        .stat-note {
            line-height: 17px;
        }

        .pg-header .about-corona.has-icon {
            margin-bottom: 10px;
        }

        .top-statistics.with-doses li label.total-doses {
            margin-bottom: 20px;
        }
    }

    @media screen and (max-width:320px) {
        .pg-header .about-corona {
            font-size: 12px;
            height: 30px;
            line-height: 30px;
        }

        .ar .pg-header .about-corona {
            font-size: 10px;
        }
    }
}
    