.bg-gradient-x-grey-blue {
    background: linear-gradient(to right, #0560c294 0%, #179c36 100%);
    color: #fff;
}

.bg-blue-green {
    background: linear-gradient(to right, #007bff94 0%, #179c36 100%);
    color: #fff;
}

.text-blue-green {
    color: linear-gradient(to right, #007bff94 0%, #179c36 100%);
}

.bg-cyan {
   
    background: #404e67 !important;
    color: #fff;
}

.card-header .heading-elements,
.card-header .heading-elements-toggle {
    background-color: transparent;
}

.btn-blue-green {
    background: linear-gradient(to right, #4faa57 30%, #98d187 100%) !important;
    color: #fff;
    border: 1px solid #f4f6f9;
}
.header-navbar .navbar-header .navbar-brand,
.main-menu.menu-fixed {
    border-right: 4px solid transparent;
    border-image-slice: 1;
}

.main-menu.menu-light .navigation > li.active > a {
    background: linear-gradient(to right, #007bff94 0%, #179c36 100%);
    color: #fff;
    font-weight: 400;
}

.main-menu.menu-light .navigation > li ul .active > a {
    background: linear-gradient(to right, #007bff94 0%, #179c36 100%);
    color: #fff;
    font-weight: 400;
}

.main-menu.menu-light .navigation > li.open .hover > a {
    background: linear-gradient(to right, #007bff94 0%, #179c36 100%);
    color: #fff;
}

.main-menu.menu-light .navigation > li.hover > a,
.main-menu.menu-light .navigation > li:hover > a,
.main-menu.menu-light .navigation > li.active > a {
    color: #fff;
    background: linear-gradient(to right, #007bff94 0%, #179c36 100%);
}

@font-face {
    font-family: 'dhurjati';
    src: url('../webfont/dhurjati.ttf') format('truetype');
}

.bg-cyan.bg-accent-1 {
    background-color: #404e67 !important;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
}

a {
    color: #1544b4;
}

    a:hover {
        color: #1544b4;
        text-decoration: underline
    }

.bg-img {
    background-image: url(../images/login-main-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.login-card {
    background-image: url(../images/login-bg.jpg);
    background-size: cover;
    background-position: center;
}

    .login-card:before {
        background-color: rgba(255, 255, 255, 0.8);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
    }

.opacity-1 {
    opacity: 0.8;
}

.opacity-2 {
    opacity: 0.6;
}

.opacity-3 {
    opacity: 0.4;
}

.opacity-4 {
    opacity: 0.2;
}

.card-header .heading-elements,
.card-header .heading-elements-toggle {
    top: 13px;
}

.collapse-icon .crop_table a[data-toggle="collapse"]:before,
.collapse-icon .crop_table a[data-toggle="collapse"]:after {
    top: 45%;
}

.crop_table {
    margin-bottom: 0;
}

.content-detached .content-header {
    background: #E3F2FD;
    padding: 7px 6px;
}

.crop_table tr td {
    border-top: 0;
    border-bottom: 0;
    padding: 5px;
    vertical-align: middle;
}

    .crop_table tr td:first-child {
        width: 50px;
        text-align: right;
    }

    .crop_table tr td:last-child {
        width: 5%;
        text-align: right;
    }

.crop_table a {
    color: inherit;
}

.action_brop .dropdown-toggle::after {
    display: none;
}

.crop-count-list {
    list-style-type: none;
    margin-bottom: 0;
}

    .crop-count-list li {
        width: 32%;
        float: left;
    }

        .crop-count-list li label {
            margin-bottom: 0;
        }

.bg-light {
    background-color: #f2f2f2 !important;
}

.btn-warning {
    border-color: #ff864a !important;
    background-color: #ff864a !important;
    color: #FFFFFF;
}

.menu-title {
    font-weight: bold;
}

.menu-item {
    font-weight: 500;
}

.btn-sm {
    padding: 9px 14px;
    font-size: 15px;
}

.view-panel {
    position: fixed;
    background-color: #fff;
    width: 75%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 1047;
    overflow: auto;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    box-shadow: -5px 0 5px -3px #949393;
}
.view-panel1 {
    position: fixed;
    background-color: #fff;
    width: 75%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 1047;
    overflow: auto;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    box-shadow: -5px 0 5px -3px #949393;
}

#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000000b8;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
   
    border-radius: 50%;
    border: 5px solid #daeedb;
    border-top-color: #2196f300;
    border-bottom-color: #2196f300;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
   
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.count-card-bg {
    
    border-radius: 10px;
    box-shadow: 0px 0px 8px 3px #82828252;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .count-card-bg a {
        color: #fff !important;
    }

    .count-card-bg:hover a {
        color: #008eff !important;
    }

.bg-1 {
    background-image: url(../images/amc-display.png);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
}

    .bg-1:hover {
        background-size: 100%;
    }

.bg-2 {
    background-image: url(../images/commodity-display.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-size: 110%;
}

    .bg-2:hover {
        background-size: 100%;
    }

.hr-circle::before {
    color: #fff;
    font-size: 6px;
    content: "\f10c";
    font-family: fontawesome;
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 16px;
}

.hr-circle::after {
    color: #fff;
    font-size: 6px;
    content: "\f10c";
    font-family: fontawesome;
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 16px;
}

.table th {
    background: #deecf8;
    text-align: left;
    vertical-align: middle;
}

.table td {
    padding: 5px 14px !important;
}

.bg-gradient-x-grey-blue {
    background: #225624;
    color: #fff;
}

.card-header .heading-elements,
.card-header .heading-elements-toggle {
    background-color: transparent;
}

.header-navbar .navbar-header .navbar-brand,
.main-menu.menu-fixed {
    border-right: 4px solid transparent;
    border-image-slice: 1;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
      background-color: transparent;
}

#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 30%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 520px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

    .notfound .notfound-404 {
        height: 60px;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 30px;
            font-weight: 700;
            margin: 0px;
            color: #295842;
        }

            .notfound .notfound-404 h1 > span {
                display: inline-block;
                width: 120px;
                height: 30px;
                background-image: url('../img/emoji1.png');
                background-size: cover;
                -webkit-transform: scale(1.4);
                -ms-transform: scale(1.4);
                transform: scale(1.4);
                z-index: -1;
            }

    .notfound h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 22px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
        color: #232323;
    }

    .notfound p {
        font-family: 'Montserrat', sans-serif;
        color: #787878;
        font-weight: 300;
    }

    .notfound a {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        padding: 12px 30px;
        font-weight: 700;
        background-color: #a8c94c;
        color: #000;
        border-radius: 40px;
        text-decoration: none;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound a:hover {
            opacity: 0.8;
        }

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
        height: 115px;
    }

        .notfound .notfound-404 h1 {
            font-size: 86px;
        }

            .notfound .notfound-404 h1 > span {
                width: 86px;
                height: 86px;
            }
}

.notify_icon {
    background-color: #F3E5F5;
  
    padding: 11px 15px;
    margin-bottom: 14px;
    border-radius: 4px;
}

    .notify_icon h3 {
        font-size: 14px;
        font-weight: bold;
        color: #b50909;
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 5px;
    }

    .notify_icon ul li {
        list-style-type: none;
        font-size: 12px;
        color: black;
    }

        .notify_icon ul li:before {
            content: "\f0a4";
            font: normal normal normal 14px/1 FontAwesome;
            margin-right: 10px;
        }

    .notify_icon ul,
    .no_marg {
        margin: 0;
        padding-left: 4px;
    }
.welcom-page1 {
    
    line-height: 24px;
    padding: 15px;
    margin-bottom: 14px;
    height:400px;
    border-radius: 10px;
}
.welcom-page2 {
    
    line-height: 24px;
    padding: 15px;
    margin-bottom: 14px;
    height:400px;
    border-radius: 10px;
}
.welcom-page {
    background-color: #4CAF50 !important;
    line-height: 24px;
    padding: 15px;
    margin-bottom: 14px;
    height: 330px;
    border-radius: 10px;
}

.welcome-list {
    padding: 0px 15px;
}

 .welcome-list li {
        color: #fff;
        font-size: 13px;
        margin-bottom: 14px;
 }

.notification-page {
    background-color: #0d47a1 !important;
  
    padding: 15px;
    margin-bottom: 14px;
    border-radius: 10px;
    height: 330px;
}

.notification-list {
    padding: 0px 15px;
}

.notification-page h3 {
    background: white;
    padding: 6px 10px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #047a89;
    font-weight: bold;
}

.notification-list li {
    color: #fff;
    font-size: 12px;
}

.notis-brd {
    background: white;
    padding: 6px 10px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #047a89;
}

    .notis-brd h3 {
        margin-bottom: 0px;
    }

.main-navbar-custom.header-navbar .navbar-container ul.nav li > a.nav-link {
    display: flex;
    flex-direction: column;
}

    .main-navbar-custom.header-navbar .navbar-container ul.nav li > a.nav-link:hover {
        background-color: #3e7730;
        color: white;
    }

        .main-navbar-custom.header-navbar .navbar-container ul.nav li > a.nav-link:hover i {
            background-color: #3e7730;
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

.main-navbar-custom.header-navbar .navbar-container ul.nav li > a.active.nav-link {
    background-color: #3e7730;
    color: white;
}

    .main-navbar-custom.header-navbar .navbar-container ul.nav li > a.active.nav-link span {
        margin-top: 7px;
    }

.main-navbar-custom.header-navbar .navbar-container ul.nav li > a.nav-link span {
    margin-top: 7px;
}

.main-navbar-custom.header-navbar .navbar-container ul.nav li > a.nav-link:hover span {
    margin-top: 7px;
}

.main-navbar-custom.header-navbar .navbar-container ul.nav li > a.active.nav-link i {
    background-color: #3e7730;
}

.header-navbar.navbar-dark.navbar-border {
    border-bottom: 0px solid #3e7730;
}

.main-navbar-custom.header-navbar .navbar-container ul.nav li > a.nav-link i {
    
    padding: 11px;
    border-radius: 28px;
    color: white;
    background:#3e7730;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    font-size: 16px;
}

.main-navbar-custom.header-navbar .navbar-container ul.nav li > a.nav-link {
    padding: 0.8rem 24px;
}

.navbar-light.navbar-horizontal {
    background: #deecf8;
}

.page-titletime {
    padding: 0px 0px 0px 21px;
    background: #ffffff;
    box-shadow: 0px 3px 3px #d5d4d4;
    position: relative;
    z-index: 9;
}

    .page-titletime .Departmentname {
        font-weight: 600;
        margin-bottom: 0px;
        font-size: 14px;
        color: #404e67;
    }

html body .content .content-wrapper .content-header-title {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0px;
    color: #dc5004;
}

.uname-date {
    background: #CFD8DC;
    color: #263238;
    padding: 5px 15px;
}

    .uname-date h5 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 2px !important;
        color: #3E2723;
    }

    .uname-date p {
        font-size: 11px;
      
        font-weight: 700;
    }

.header-navbar .navbar-header .navbar-brand .brand-text {
    display: inline;
    padding-left: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 23px;
    margin-bottom: 0px;
}

.navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-navbar .navbar-header .navbar-brand {
    padding: 5px 0px;
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    width: auto;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

.header-navbar.navbar-brand-center .navbar-header {
    width: 255px;
    left: 13%;
}

.nav-item i {
    margin-right: 0rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    background-color: #1976d2;
}

.app-content .content-wrapper .content-header {
   
    margin-bottom: 6px;
}

.preloader-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-color: #00000057;
    
    z-index: 9999999;
}

.preloader {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 24px;
    height: 24px;
}

    .preloader span:nth-child(1) {
        top: 0;
        left: 50%;
        z-index: 1;
    }

    .preloader span:nth-child(2) {
        top: 50%;
        left: 100%;
        z-index: 2;
        -webkit-animation-name: ball-fussion-ball2;
        -moz-animation-name: ball-fussion-ball2;
        -o-animation-name: ball-fussion-ball2;
        animation-name: ball-fussion-ball2;
    }

    .preloader span:nth-child(3) {
        top: 100%;
        left: 50%;
        z-index: 1;
        -webkit-animation-name: ball-fussion-ball3;
        -moz-animation-name: ball-fussion-ball3;
        -o-animation-name: ball-fussion-ball3;
        animation-name: ball-fussion-ball3;
    }

    .preloader span:nth-child(4) {
        top: 50%;
        left: 0;
        z-index: 2;
        -webkit-animation-name: ball-fussion-ball4;
        -moz-animation-name: ball-fussion-ball4;
        -o-animation-name: ball-fussion-ball4;
        animation-name: ball-fussion-ball4;
    }

    .preloader span {
        display: inline-block;
        background-color: #ffffff;
        position: absolute;
        width: 36px;
        height: 36px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-animation: ball-fussion-ball1 1s 0s ease infinite;
        -moz-animation: ball-fussion-ball1 1s 0s ease infinite;
        -o-animation: ball-fussion-ball1 1s 0s ease infinite;
        animation: ball-fussion-ball1 1s 0s ease infinite;
    }

@-webkit-keyframes ball-fussion-ball1 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: -100%;
        left: 200%;
        opacity: 1;
    }

    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: 0.35;
    }
}

@-moz-keyframes ball-fussion-ball1 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: -100%;
        left: 200%;
        opacity: 1;
    }

    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: 0.35;
    }
}

@-o-keyframes ball-fussion-ball1 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: -100%;
        left: 200%;
        opacity: 1;
    }

    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: 0.35;
    }
}

@keyframes ball-fussion-ball1 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: -100%;
        left: 200%;
        opacity: 1;
    }

    100% {
        top: 50%;
        left: 100%;
        z-index: 2;
        opacity: 0.35;
    }
}

@-webkit-keyframes ball-fussion-ball2 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: 200%;
        left: 200%;
        opacity: 1;
    }

    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: 0.35;
    }
}

@-moz-keyframes ball-fussion-ball2 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: 200%;
        left: 200%;
        opacity: 1;
    }

    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: 0.35;
    }
}

@-o-keyframes ball-fussion-ball2 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: 200%;
        left: 200%;
        opacity: 1;
    }

    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: 0.35;
    }
}

@keyframes ball-fussion-ball2 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: 200%;
        left: 200%;
        opacity: 1;
    }

    100% {
        top: 100%;
        left: 50%;
        z-index: 1;
        opacity: 0.35;
    }
}

@-webkit-keyframes ball-fussion-ball3 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: 200%;
        left: -100%;
        opacity: 1;
    }

    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: 0.35;
    }
}

@-moz-keyframes ball-fussion-ball3 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: 200%;
        left: -100%;
        opacity: 1;
    }

    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: 0.35;
    }
}

@-o-keyframes ball-fussion-ball3 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: 200%;
        left: -100%;
        opacity: 1;
    }

    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: 0.35;
    }
}

@keyframes ball-fussion-ball3 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: 200%;
        left: -100%;
        opacity: 1;
    }

    100% {
        top: 50%;
        left: 0;
        z-index: 2;
        opacity: 0.35;
    }
}

@-webkit-keyframes ball-fussion-ball4 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: -100%;
        left: -100%;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: 0.35;
    }
}

@-moz-keyframes ball-fussion-ball4 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: -100%;
        left: -100%;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: 0.35;
    }
}

@-o-keyframes ball-fussion-ball4 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: -100%;
        left: -100%;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: 0.35;
    }
}

@keyframes ball-fussion-ball4 {
    0% {
        opacity: 0.35;
    }

    50% {
        top: -100%;
        left: -100%;
        opacity: 1;
    }

    100% {
        top: 0;
        left: 50%;
        z-index: 1;
        opacity: 0.35;
    }
}

.form-control {
    height: -webkit-calc(2.2rem + 2px);
    height: -moz-calc(2.2rem + 2px);
    height: calc(2.2rem + 2px);
}

.input-group-text {
    padding: 0.5rem 1rem;
    border-left: 0px;
}

.card {
    margin-bottom: 0rem;
}

.loading-text {
    position: absolute;
    top: calc(50% + 55px);
    left: calc(50% - 8px);
    font-family: sans-serif;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: bold;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold;
    color: black;
}

table.dataTable tfoot.bg-info.foot2 {
    background-color: #2196F3 !important;
}

    table.dataTable tfoot.bg-info.foot2 td {
        font-weight: 900 !important;
    }

.jumbotron {
    padding: 2rem 2rem;
    background-color: #E8F5E9;
    border-radius: 0.27rem;
    margin: 18px;
}


::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track {
    background: #EEEEEE;
}


::-webkit-scrollbar-thumb {
    background: #c5c8ca;
    border: 2px solid #EEEEEE;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #c5c8ca;
        border: 2px solid #EEEEEE;
        border-radius: 10px;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #c5c8ca;
        border: 2px solid #EEEEEE;
        border-radius: 10px;
    }


::-webkit-scrollbar-button {
    border-style: solid;
    height: 10px;
    width: 10px;
}
    

    ::-webkit-scrollbar-button:vertical:decrement {
        border-width: 0 7px 14px 7px;
        border-color: transparent transparent #404e67 transparent;
    }

        ::-webkit-scrollbar-button:vertical:decrement:hover {
            border-color: transparent transparent #404e67 transparent;
        }
   

    ::-webkit-scrollbar-button:vertical:increment {
        border-width: 14px 7px 0 7px;
        border-color: #404e67 transparent transparent transparent;
    }

        ::-webkit-scrollbar-button:vertical:increment:hover {
            border-color: #404e67 transparent transparent transparent;
        }
   

    ::-webkit-scrollbar-button:horizontal:decrement {
        border-width: 7px 14px 7px 0;
        border-color: transparent #404e67 transparent transparent;
    }

        ::-webkit-scrollbar-button:horizontal:decrement:hover {
            border-color: transparent #404e67 transparent transparent;
        }
    

    ::-webkit-scrollbar-button:horizontal:increment {
        border-width: 7px 0 7px 14px;
        border-color: transparent transparent transparent #404e67;
    }

        ::-webkit-scrollbar-button:horizontal:increment:hover {
            border-color: transparent transparent transparent #404e67;
        }

.card .card-title {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.51px;
    font-size: 1rem;
}

.custom-select:focus {
    border-color: gray;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: gray;
}

html body .content .content-wrapper {
    padding: 1rem 1.5rem;
}

.tod_links {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ededef;
    border-radius: 18px;
    height: 38px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 170px;
    width: 38px;
    z-index: 10;
}

.tod_links {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ededef;
    border-radius: 18px;
    height: 38px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 170px;
    width: 38px;
    z-index: 10;
}

.tod_head {
    background: #ededef url(../images/time-and-date.png) no-repeat scroll -25px;
    margin: 0;
    padding: 0;
}

    .tod_head h5,
    .imp_links h5,
    .mroa_head h5,
    .mbenefit_links h5,
    .favourites_link h5 {
        font-size: 13px;
        font-weight: bold;
        margin: 0 30px;
        padding: 12px;
    }

.tod_content {
    padding: 0 60px 0 20px;
}

    .tod_content h6 {
        color: #026452;
        font-size: 12px;
        font-weight: bold;
        margin: 12px 0 3px;
    }

    .tod_content p {
        margin: 0;
    }

.tod_links:hover {
    animation: 2s ease 0s normal none 1 running fadeIn;
    border-radius: 18px 0 0;
    height: auto;
    transition: all 0.5s ease-in-out 0s;
    width: 280px;
}

.mroa_links {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ededef;
    border-radius: 18px;
    height: 38px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 215px;
    width: 38px;
    z-index: 100;
}

    .mroa_links:hover {
        border-radius: 18px 0 0;
        height: auto;
        transition: all 0.5s ease-in-out 0s;
        width: 280px;
    }

.main-menu-content .dropdown span.badge {
    position: absolute;
    top: 0px;
    background: white;
    color: red;
    font-weight: bold;
}

.main-menu-content .dropdown-menu span.badge {
    position: relative;
    top: -5px;
    background: #E91E63;
    color: white;
    font-weight: bold;
    right: 0px;
    border: 1px solid;
}



.swal-icon {
    width: 40px;
    height: 40px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 0px auto;
}

.swal-icon--warning__body {
    width: 4px;
    height: 11px;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
}

.swal-icon--warning__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-left: -2px;
    bottom: -11px;
}

.swal-title:not(:last-child) {
    margin-bottom: 0px;
}

.swal-title {
    color: rgba(0, 0, 0, .65);
    font-weight: 900;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
}

.swal-text {
    font-size: 14px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0, 0, 0, .64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.swal-button {
    background-color: #7cd1f9;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 24px;
    margin: 0;
    font-weight: 900;
    cursor: pointer;
}
html {
    scroll-behavior: smooth;
}

body {
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'Quicksand', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar-dark .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0);
    float: right;
    width: 100%;
}


/*Top bar*/

.language-tel {
    border: 1px solid #009688;
    padding: 3px 12px;
    color: #009688 !important;
}

    .language-tel:hover {
        background: #009688;
        padding: 3px 12px;
        color: #fff !important;
    }

.language-eng {
}

.top-bar {
    background: #ECEFF1;
    padding: 5px 0px;
}

ul.topbar-list {
    margin-bottom: 0px;
    padding: 0px
}

    ul.topbar-list li {
        display: inline-block;
        padding: 0px 15px;
        font-size: 13px;
    }

        ul.topbar-list li a {
            color: #000;
            font-size: 13px;
        }

            ul.topbar-list li a:hover {
                text-decoration: none;
            }

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.carousel-control-prev i {
    font-size: 32px;
}

.carousel-control-next i {
    font-size: 32px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

@media (min-width: 1366px) {
    .container {
        max-width: 1300px;
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    border-right: 1px solid #c6c6c652;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 600;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #1a237e;
        text-decoration: none;
        background-color: #e3e8fd;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    border-top: 0px;
    margin-top: 0px;
}

.marquee-list ul {
    margin: 0px;
    padding: 0px;
}

    .marquee-list ul li {
        display: inline;
        list-style-type: none;
        margin: 0px 10px;
    }

        .marquee-list ul li::before {
            content: "";
            width: 7px;
            height: 7px;
            background: #3F51B5;
            border-radius: 10px;
            position: absolute;
            top: 7px;
        }

        .marquee-list ul li a {
            color: #000;
            padding-left: 12px;
        }

.imp-news {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

    .imp-news li {
        width: 25%;
    }

.imp-content img {
    width: 100%;
    margin-bottom: 15px;
}

.imp-content span {
    font-size: 11px;
}

.imp-content h5 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.imp-content a {
    color: #0005d2;
}

.imp-content p {
    margin-bottom: 0px;
    font-size: 14px;
}

.slick-slide:focus {
    outline: none;
}

.slick-slide .imp-content {
    outline: none;
}

    .slick-slide .imp-content a {
        outline: none;
    }

        .slick-slide .imp-content a:hover {
            text-decoration: none;
        }

.donar-patner .tab-content > .tab-pane {
    padding: 24px 0px;
}


/* Help box  */

.help-box {
    height: 142px;
    background: #2771bd;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 25px;
    color: white;
    font-family: 'Quicksand', sans-serif;
    border-radius: 20px;
    box-shadow: 0px 5px 6px 1px #cecece;
    /* background-size: cover;
        background: url(../images/help-bg.png);
        background-position: right; */
}

.hb-1 {
    background: #ed494f;
    background-position: left;
}

.hb-2 {
    background-size: cover;
    background: #6c49ed;
    background-position: right;
}

.hb-3 {
    background: #edb249;
    background-position: right;
}

.hb-4 {
    background: #bf49ed;
    background-position: left;
}

.help-box img {
    width: 55px;
    /* top: 28px; */
    margin-right: 6px;
}


/* .help-box:hover {
        background: #1a237e;
        box-shadow: 0px 0px 6px #989a9c;
    }
     */


/* .help-box:hover img {
        width: 100px;
        transition: width 0.5s ease-out;
    } */

.help-box h1 {
    font-size: 22px;
    margin-bottom: 0px;
    font-family: 'Quicksand', sans-serif;
}

.help-box a {
    color: #fff;
    position: relative;
}

    .help-box a:hover {
        text-decoration: none;
    }

.help-text h2 {
 background: #e6e3e3;
    color: #ed494f;
    padding: 8px 6px;
    font-family: 'Quicksand', sans-serif;
    font-size: 28px;
    margin-bottom: 17px;
    border-radius: 10px;
    line-height: 1;
}


/* donar-patner-tab */

.donar-patner-tab {
    border-bottom: 0px;
}


/* left countbox */

.announcement {
    background: #ECEFF1;
    color: black;
    position: fixed;
    font-size: 14px;
    bottom: 0px;
    z-index: 99;
    width: 100%;
}

    .announcement p {
        background: #E91E63;
        margin-right: 30px;
        padding: 10px;
        color: white;
        display: flex;
        align-items: center;
    }

marquee#announcement {
    display: flex;
    align-items: center;
}


/* .count-box {
    background: #fafafa;
} */
.dashoardcount i {
    margin-bottom: 10px;
}

    .dashoardcount i:before {
        font-family: Flaticon;
        font-size: 43px;
        font-style: normal;
        margin-left: 0px;
        line-height: 1;
    }

.dashboard-title h1 {
    font-size: 27px;
    font-weight: bold;
    /* padding: 27px 0px; */
    color: #426272;
    margin-bottom: 20px;
}

    .dashboard-title h1 span {
        font-size: 14px;
        padding: 4px 0px;
        font-weight: normal;
        color: #021620;
    }

.dashboar-case {
    text-align: center;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 70px;
}


.dashboard-active {
    color: #ed3b2e;
}

.dashboard-cured {
    color: #0412a9;
}

.dashboard-death {
    color: #6c757d;
}

.dashboard-migrate {
    color: #409c44;
}

.dashboard-sample-cases {
    color: #3f51b5;
}

.dashboard-nagative {
    color: #00bcd4;
}

.dashboard-progress {
    color: #FF9800;
}

.dashboard-hb {
    color: #4CAF50;
}

.dashboard-qb {
    color: #17a2b8;
}

.dashboard-qr {
    color: #fa4d56;
}

.dashboard-qh {
    color: #FF9800;
}


.dashboar-case img {
    width: 20%;
    margin-bottom: 8px;
}

.dashboar-case h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 8px;
}

.dashboar-case p {
    font-size: 17px;
    /* font-weight: bold; */
    margin-bottom: 0px;
}

.message-sec {
    padding: 50px 0px;
}

    .message-sec h1 {
        font-size: 22px;
        font-weight: bold;
        color: #232729;
    }

.message-list {
    padding: 0px;
}

    .message-list li {
        padding: 8px 0px;
        list-style-type: none
    }

        .message-list li:before {
            content: url(../images/news.gif);
            position: absolute;
        }

        .message-list li a {
            color: #034cff;
            font-size: 15px;
            padding-left: 50px;
        }

.covid-compt {
    background-color: #00BCD4;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .covid-compt img {
        margin-bottom: 10px;
    }

    .covid-compt:hover {
        transform: scale(1);
        transition: 1s ease;
    }

    .covid-compt h2 {
        font-size: 22px;
        color: white;
    }

        .covid-compt h2 a {
            font-size: 22px;
            color: white;
        }

            .covid-compt h2 a:hover {
                text-decoration: none;
                color: #051674;
                transition: 0.2s linear;
            }

.find-anm {
    background-color: #3F51B5;
    display: flex;
    height: 140px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .find-anm img {
        margin-bottom: 10px;
    }

    .find-anm h2 a {
        color: #fff;
    }

        .find-anm h2 a:hover {
            text-decoration: none;
            color: #051674;
            transition: 0.2s linear;
        }

    .find-anm h2 {
        font-size: 22px;
        color: white;
    }

.volnt-regist {
    background-color: #00BCD4;
    display: flex;
    height: 140px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .volnt-regist h2 a {
        color: #fff;
    }

        .volnt-regist h2 a:hover {
            text-decoration: none;
            color: #051674;
            transition: 0.2s linear;
        }

    .volnt-regist img {
        margin-bottom: 10px;
    }

    .volnt-regist h2 {
        font-size: 22px;
        color: white;
        margin-bottom: 0px;
    }

.news-text h5{
    font-size: 17px;
    font-weight: 600;
}
.news-text p{
    font-size: 14px;
 
}
/* About */

.about-sec {
    padding: 30px 0px;
    background: #fafafa;
}

    .about-sec h1 {
        font-size: 18px;
        margin-top: 20px;
    }

    .about-sec h2 a {
        color: #000;
    }

        .about-sec h2 a:hover {
            text-decoration: none;
        }

    .about-sec h2 {
        font-size: 27px;
        font-weight: bold;
    }

    .about-sec img {
        width: 75px;
    }


/* Video Section */

.video-sec {
    padding: 30px 0px;
}

    .video-sec h1 {
        font-size: 25px;
        margin-bottom: 26px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .video-sec a {
        color: black;
        margin-top: 30px
    }

        .video-sec a > img {
            margin-bottom: 15px
        }

        .video-sec a:hover {
            text-decoration: none;
        }


/* audio Section */

.audio-sec {
    /* margin-bottom: 30px; */
    padding: 30px 0px 0px;
}

    .audio-sec h1 {
        font-size: 25px;
        margin-bottom: 26px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .audio-sec audio {
        margin-bottom: 25px;
    }


/* footer */

.footer {
    color: #000940;
    margin-bottom: 42px;
}

    .footer p {
        padding: 12px 0px;
    }

    .footer a:hover {
        text-decoration: none;
    }

    .footer a {
        color: #000;
    }


/* Nav-tab */

.nav-tabs.cust-nav-tabs .nav-link.active {
    color: #054b96;
    background: #fff;
    border-color: transparent !important;
    padding: 8px 20px;
    font-size: 18px;
    font-weight: bold;
}

.nav-tabs.cust-nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    padding: 8px 20px;
    font-size: 18px;
    color: #ffffff;
    background-color: #1565C0;
}

.nav-tabs.cust-nav-tabs .nav-item {
    margin: 0px 4px;
}

    .nav-tabs.cust-nav-tabs .nav-item:first-child {
        margin: 0px 4px 0px 0px;
    }

.tab-content.cust-nav-tab-content > .active {
    display: block;
    background: #ffffff;
    min-height: 180px;
}

.tab-images img {
    border: 5px solid #dedddd;
    border-radius: 10px;
}

.nav.nav-tabs.cust-nav-tabs {
    margin-right: 20px;
    border-bottom: 0;
    border-right: 1px solid transparent;
    padding-right: 15px;
}

.Update-list {
    position: relative;
    /* background-image: url(../images/bg-img.jpg); */
    background-position: center center;
    background-size: cover;
    padding: 50px 0px;
    overflow: hidden;
}

    .Update-list:before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: #1d3a7c;
    }

.tab-content.cust-nav-tab-content > .tab-pane {
    padding: 30px 20px;
}


/* Floating button */

.icon-bar {
    display: none;
    position: fixed;
    top: 50%;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

        .icon-bar a:hover {
            background-color: #000;
        }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.whatsapp {
    background: #4caf50;
    color: white;
}


/*Loader*/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.gif') 50% 50% no-repeat #ffffffb5;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
    margin-bottom: 5px;
}

.myaccordion .card-header {
    border-bottom-color: #eceff1;
    background: #EEEEEE;
}

.myaccordion .fa-stack {
    font-size: 12px;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #004987;
    padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li + li {
    margin-top: 10px;
}

.zoom {
    transition: transform .3s;
}

    .zoom:hover {
        transform: scale(1.1);
        /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.breadecum {
    padding: 12px 0px;
    background: #ECEFF1;
    margin-bottom: 22px;
}

    .breadecum h4 {
        font-size: 22px;
    }

@media (max-width: 460px) {
	.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #004987;
    padding: 0;
    text-align: left;
}
	.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
    position: absolute;
    right: 8px;
}
	.top-list-nav .nav-link {
  font-size:14px;
    padding: 2px 4px !important;
}
	
	.top-list-nav.nav-tabs .nav-item {
     margin:1px; 
    width: 24%;
    float: left;
}
	.nav.nav-tabs.cust-nav-tabs {
    margin-right: 0px ;
    border-bottom: 0;
    border-right: 1px solid transparent;
    padding-right: 0px;
}
.nav-tabs.cust-nav-tabs .nav-item {
    margin: 1px 0px;
}
.nav-tabs.cust-nav-tabs .nav-link.active {
    color: #054b96;
    background: #fff;
    border-color: transparent !important;
   
    font-weight: bold;
}
.nav-tabs.cust-nav-tabs .nav-link {
    border: 0px solid transparent;
  border-top-left-radius: 0rem !important; 
    border-top-right-radius: 0rem !important;
    padding: 8px 20px;
    
    color: #ffffff;
    background-color: #1565C0;
}
	.right-chart-tables{
margin-top: 0px !important;}

	.announcement{display:none !important;}
	
	.navbar-custom{padding:0px}
	.navbar-brand{
		    width: 66%;
	}
	
	.navbar-brand img{
		width:100% !important;
		}
		
    .cube_wrap {
        display: none;
    }

    .sticky-container {
        display: none;
    }

    .icon-bar a {
         display: inline-block;
    text-align: center;
    padding: 0px 20px;
    transition: all 0.3s ease;
    color: white;
    font-size: 25px;
    width: 44%;

    }

    .icon-bar {
        display: block;
        position: fixed;
        top: 97%;
        z-index: 99;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: white;
        width: 100%;
        text-align: center;
    }

    .about-sec h2 {
        font-size: 24px;
        font-weight: bold;
    }

    .nav-tabs .nav-item:first-child {
        margin: 0px 0px 0px 0px;
    }

    .nav-tabs .nav-item {
        margin: 3px 2px;
        width: 100%;
        float: left;
    }

    .nav.nav-tabs {
        margin-right: 0px;
        border-bottom: 0;
        border-right: 0px solid transparent;
        padding-right: 0px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0rem !important;
        border-top-right-radius: 0rem !important;
    }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #1A237E;
    border: none
}

.nav-tabs .nav-link {
    border: 1px solid white;
    color: black;
    border-radius: 0px;
}

.video-pane a {
    color: #000;
}

    .video-pane a:hover {
        text-decoration: none;
    }

    .video-pane a img {
        margin-bottom: 11px;
    }


/* sticky  */

.sticky li.whatsapp {
    background: #1bd741;
}

.sticky li.facebook {
    background: #1976d2;
}

.sticky li.web {
    background: #F44336;
}

.sticky li:hover {
    margin-right: -115px;
}

.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -167px;
    top: 44%;
    width: 210px;
    z-index: 1100;
}

.sticky li {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: right;
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

    .sticky li:hover {
        margin-right: -115px;
    }

    .sticky li img {
        float: right;
        margin: 5px 5px 5px 8px;
    }

    .sticky li p {
        line-height: 40px;
    }

        .sticky li p a {
            color: #ffffff;
            font-size: 19px;
            font-weight: bold;
        }

            .sticky li p a:hover {
                text-decoration: none;
            }

.sticky-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0px 3px 7px #00000075;
    background: white;
}

    .sticky-nav .header {
        padding: 0px !important;
    }

        .sticky-nav .header img {
            width: 22% !important;
            transition: width 0.2s ease-out;
        }

            .sticky-nav .header img.cm-logo {
                width: 65% !important;
                transition: width 0.2s ease;
            }

            .sticky-nav .header img.ap-logo {
                width: 15% !important;
                transition: width 0.2s ease;
            }

#doctors h3 {
    border-bottom: 2px solid #9E9E9E;
    margin-bottom: 22px;
}

.donorpart h4 {
    font-size: 13px;
    text-align: center;
    color: black;
}

.donorpart h2 {
  font-size: 17px;
    color: #F44336;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 4px;
}

ul.top-list-nav {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.top-list-nav .nav-item.show .nav-link,
.top-list-nav .nav-link.active {
    color: #ffffff;
    background-color: #00bcd4;
    border: 1px solid #00bcd4;
    border-radius: 3px;
}

.top-list-nav .nav-link {
    border: 1px solid #eceff1;
    color: black;
    border-radius: 1px;
    /* background: gainsboro; */
    padding: 2px 14px;
}

.top-graph.tab-content {
    padding: 40px 0px;
}

ul.top-list-nav li {
    list-style-type: none;
    /* display: inline-grid; */
    margin: 0px 1px;
    /* width: 109px; */
    text-align: center;
}

    ul.top-list-nav li:first-child {
        margin-left: 0px;
    }

    ul.top-list-nav li a {
        color: #4a5153;
        border: 1px solid #4a5153;
        padding: 5px 2px;
        margin: 0px;
        border-radius: 27px;
    }

        ul.top-list-nav li a:hover {
            text-decoration: none;
            background-color: #00bcd4;
            color: #fff;
            border: 1px solid #00bcd4;
            border-bottom: 0px;
        }

.donorpart .imp-content img {
    margin-bottom: 4px;
}

.protocol .imp-content h5 {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.social-fa i {
}

.bar-charts-pie .nav-link {
    padding: 0px 17px;
    border: 1px solid #dcdcdc;
    border-bottom: 0px;
    margin: 0px 2px;
    background: gainsboro;
}

    .bar-charts-pie .nav-item.show .nav-link,
    .bar-charts-pie .nav-link.active {
        color: #ffffff;
        background-color: #00bcd4;
        border: 1px solid #00bcd4 !important;
        border-bottom: 0px;
    }

@keyframes cubeRotation {
    0% {
        transform: rotateY(0deg);
    }

    8.33%, 25% {
        transform: rotateY(90deg);
    }

    33.33%, 50% {
        transform: rotateY(180deg);
    }

    58.33%, 75% {
        transform: rotateY(270deg);
    }

    83.33%, 100% {
        transform: rotateY(360deg);
    }
}

.cube_wrap {
    position: fixed;
    left: 25px;
    bottom: 60px;
    perspective-origin: 50% 100px;
    margin: 0;
    z-index: 12;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px;
}

.close_cube {
    background: url(../images/close.png) 0px -204px no-repeat;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: none;
    position: absolute;
    right: -10px;
    top: -8px;
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    z-index: 999;
}

.cube {
    position: relative;
    width: 120px;
    height: 120px;
    transform-style: preserve-3d;
    -webkit-animation: cubeRotation 20s infinite;
    animation: cubeRotation 20s infinite;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .cube .slide {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        padding-top: 4px;
        border-radius: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        box-shadow: 0px 0px 9px 0px #00000024;
    }

.slide-1 {
    transform: translateZ(60px);
    background: #FF5722;
}

.cube_count {
    font-size: 0.91em;
    font-weight: 700;
    padding: 0 5px;
    color: white;
}

.cube h3 {
    text-align: center;
    color: #fff;
    padding: 5px 0px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: auto;
    font-size: 0.91em;
    background: #210e0e66;
    width: 100%;
}

.slide-2 {
    transform: rotateY(270deg) translateX(-60px);
    transform-origin: center left;
    background: #4CAF50;
}

.slide-3 {
    transform: translateZ(-60px) rotateY(180deg);
    background: #E91E63;
}

.slide-4 {
    transform: rotateY(-270deg) translateX(60px);
    transform-origin: top right;
    background: #009688;
}

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.navbar-custom .navbar-nav .nav-link {
    padding: 3px 9px;
    background: white;
    margin: 3px;
    border: 1px solid;
    color: #0656a4;
    border-radius: 5px;
}

    .navbar-custom .navbar-nav .nav-link:after {
        display: none;
    }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        border: 1px solid;
        box-shadow: 2px 0px 10px grey;
        color: #EEEEEE;
        border-radius: 11px;
        top: 54px;
        padding: 10px 0px;
    }
}

#myBtn {
    display: none;
    position: fixed;
    /* bottom: 100px; */
    left: 26px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #BDBDBD;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 60px;
    font-size: 15px;
    animation: mymove 1.5s infinite;
    margin-bottom: 39px;
}

@keyframes mymove {
    0% {
        bottom: 20px;
    }

    50% {
        bottom: 30px;
    }

    100% {
        bottom: 20px;
    }
}

#myBtn:hover {
    background-color: #1a237e;
    box-shadow: 0px 0px 2px 0px #13364759;
}


/* Add Zoom Animation */

.animate-zoom {
    -webkit-animation: animatezoom 0.4s;
    animation: animatezoom 0.4s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.custom-control {
    width: 157px;
}

.form-control {
    height: 32px;
    font-size: 14px;
}

.custom-select {
    height: 32px;
    font-size: 14px;
}

.document-pdf .imp-content {
    background: #FAFAFA;
    padding: 6px;
    border: 1px solid #E0E0E0;
    margin-bottom: 8px;
    border-radius: 7px;
}

    .document-pdf .imp-content a {
        display: flex;
        color: black;
        align-items: center;
    }

        .document-pdf .imp-content a img {
            width: 10% !important;
            margin-right: 10px;
            margin-bottom: 0px;
        }

        .document-pdf .imp-content a h6 {
            margin: 0px;
        }

.grph-table tr th {
     font-size: 14px;
    font-weight: 600;
    color: #1a237e;
    background: #f7f7f7;
    padding: 5px 15px;
}

.grph-table tr td {
   padding: 2px 15px;
    color: #4d4646;
    font-size: 14px;
}

.grph-table tr.totcalss {
    background: #00bcd4;
    color: #ffffff;
    font-weight: bold;
}

    .grph-table tr.totcalss td {
        color: #ffffff !important;
    }

    .grph-table tr.totcalss:hover {
        color: #ffffff !important;
        background: #00bcd4;
    }

.guidlines {
    text-align: center;
    border-radius: 12px;
}

    .guidlines:hover {
        filter: grayscale(1);
    }

.goisguidlines a {
    color: #000;
}

    .goisguidlines a:hover {
        text-decoration: none;
    }

.guidlines {
}

    .guidlines img {
        width: 100%;
        border-top-right-radius: 16px;
        padding: 33px;
        background: #EEEEEE;
        border-top-left-radius: 16px;
    }

    .guidlines h4 {
        font-size: 14px;
        background: #FFEBEE;
        padding: 10px;
    }

.graph-data-content {
    background: #fff;
    padding: 55px 6px 55px 6px;
    border-top: 1px solid #8080803d;
}

.right-tab-content {
    /* min-height: 400px; */
    height: 425px;
    margin: 0px 0px 31px;
    /* overflow-y: scroll; */
    /* overflow-x: hidden;*/
}

.message-list.goiinstant-orders li {
    width: 33%;
    float: left;
}

    .message-list.goiinstant-orders li a:hover {
        text-decoration: underline;
    }

.mobile-update {
    padding: 41px 0px;
    background: #1d3a7c
}

.volunteerinfo a {
}

    .volunteerinfo a:hover {
        text-decoration: none;
    }

    .volunteerinfo a .ap-district {
        padding: 14px 6px;
        border: 1px solid #1565c0;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .volunteerinfo a .ap-district:hover {
            background: #1565c0;
            color: #fff;
            border: 1px solid #1565c0;
        }

        .volunteerinfo a .ap-district h2 {
            font-size: 19px;
            text-align: center;
            margin-bottom: 0px;
        }

		.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
			background: #a4a2a2;
    padding: 0px 14px !important;
    margin: 0px 4px;
    color: white;
    font-size: 28px;
		}

/* Ap District Volunteer */

.ap-document-info {
    padding: 60px 0px;
    height: 83vh;
}

    .ap-document-info a {
        color: #000;
    }

        .ap-document-info a:hover {
            text-decoration: none;
        }

    .ap-document-info h3 {
        margin: 0px 0px 50px;
        text-align: center;
    }

    .ap-document-info .info-document {
          background: #f3f3f3;
    /* margin-bottom: 5px; */
    border-radius: 6px;
    display: flex;
    padding: 15px 8px 0px 0px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }
 p.info-description{
             text-align: justify;
    font-size: 14px;
    font-weight: 500;
    background: #e3e3e3;
    color: #070505;
    padding: 8px 15px;
    line-height: 1.5;
    margin-bottom: 30px;
 }
        .ap-document-info .info-document h5 {
            font-size: 12px;
    margin-top: 9px;
    color: #282828;
}

        .ap-document-info .info-document img {
                width: 18%;
    margin-right: 11px;
        }

        .ap-document-info .info-document:hover {
            background: #e3e8fd;
            filter: unset;
            box-shadow: 0px 0px 3px #c3c4c5;
            color: #1a237e;
            font-weight: bold;
        }

            .ap-document-info .info-document:hover h5 {
                color: #1a237e;
                font-weight: bold;
            }

            .ap-document-info .info-document:hover img {
                filter: grayscale(1);
            }

#navbar {
    box-shadow: 0px 0px 5px #CFD8DC;
}

.socialmediashare {
    position: relative;
}

.social-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffffbf;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.socialmediashare:hover .social-overlay {
    height: 20%;
}

.socialmediashare-text {
    color: white;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

    .socialmediashare-text a {
        background: #2196F3;
    color: white !important;
    margin-right: 10px;
    border-radius: 8px;
	} 
	.socialmediashare-text a:hover {
     
    margin-right: 10px;
    border-radius: 8px;box-shadow: 0px 0px 6px #aeaeae;
	}

      /*  .socialmediashare-text a i.fa-facebook{
            color: blue;
        }
 .socialmediashare-text a i.fa-twitter {
            color: #2caae1;
        } */

.Update-list .owl-carousel .owl-item img {
    height: 250px !important;
}


.donar-patner .owl-carousel .owl-item img {
    height: 170px !important;
}
/*
.important-news1 .socialmediashare .social-overlay {
   
bottom: 121px;}

.important-news1 .socialmediashare:hover .social-overlay {
    height: 14%;
}



.donorpart .socialmediashare .social-overlay {
   
bottom: 59px;}

.donorpart .socialmediashare:hover .social-overlay {
    height: 14%;
} */


.slick-slide .socialmediashare img {
    display: block;
    width: 100%;
}


button.cust-close {
    border-radius: 24px;
    background: #354bc7;
    width: 4%;
    padding: 5px 10px;
    color: white;
    /* float: right; */
    position: absolute;
    right: 12px;
    z-index: 99;
    opacity: 1 !important;
    top: -21px;
}

.chart-bg{
	    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 20px;
}
.right-chart-tables{
margin-top: 0px;}


.carousel-inner .carousel-item img {
height: 480px;
}


/*Ayyappa*/
/*Start*/
.view-panel {
    position: fixed;
    background-color: #fff;
    width: 42%;
    height: 53%;
    right: 400px;
    top: 180px;
    opacity: 1;
    z-index: 1047;
    overflow: auto;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    border: 1px solid grey;
}
.view-panel1 {
    position: fixed;
    background-color: #fff;
    width: 75%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 1047;
    overflow: auto;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    box-shadow: -5px 0 5px -3px #949393;
}

fieldset.scheduler-border {
    border: 4px groove #ccc !important;
    padding: 0 1.4em 0em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 15px;
}

    fieldset.scheduler-border .card {
        margin-bottom: 0px !important;
    }

        fieldset.scheduler-border .card .card-body {
            padding-bottom: 0px !important;
        }

legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    background: linear-gradient(to right, #4ba754 0%, #c3e9a3 100%);
    border-radius: 15px;
    color: #fff;
    padding: 5px 10px;
} 

     
/*End*/


        .chart {
            position: absolute;
            width: 500px;
            height: 500px;
            top: 50%;
            left: 50%;
            margin: -225px 0 0 -225px;
        }

        .pieTip {
            position: absolute;
            float: left;
            min-width: 30px;
            max-width: 300px;
            padding: 5px 18px 6px;
            border-radius: 2px;
            background: rgba(255,255,255,.97);
            color: #444;
            font-size: 19px;
            text-shadow: 0 1px 0 #fff;
            text-transform: uppercase;
            text-align: center;
            line-height: 1.3;
            letter-spacing: .06em;
            box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.5);
            -webkit-transform: all .3s;
            -moz-transform: all .3s;
            -ms-transform: all .3s;
            -o-transform: all .3s;
            transform: all .3s;
            pointer-events: none;
        }

            .pieTip:after {
                position: absolute;
                left: 50%;
                bottom: -6px;
                content: "";
                height: 0;
                margin: 0 0 0 -6px;
                border-right: 5px solid transparent;
                border-left: 5px solid transparent;
                border-top: 6px solid rgba(255,255,255,.95);
                line-height: 0;
            }

        .chart path {
            cursor: pointer;
        }

        .totcalss {
            color: white;
            background-color: blue;
        }
    
    
        @keyframes slideInRight {
            from {
                transform: translate3d(100%, 0, 0);
                visibility: visible;
            }
            to {
                transform: translate3d(0, 0, 0);
            }
        }
        
        button.chatLauncher {
            animation-duration: 0.5s;
            transition-duration: 0.5s;
            position: fixed;
            bottom: 45px;
            right: 35px;
            z-index: 9999;
            padding: 0.5em;
            border-radius: 8px;
            margin: 0;
            border: 2px solid #1A237E;
            text-decoration: none;
            background-color: #1A237E;
            color: #ffffff;
            font-family: 'Roboto', sans-serif;
            font-size: 0.9rem;
            cursor: pointer;
            -webkit-appearance: none;
            -moz-appearance: none;
            width: 227px;
            height: 76px;
            opacity: 0;
        }
        
        button.chatLauncher.open {
            animation-name: slideInRight;
            opacity: 1;
        }
        
        button.chatLauncher:hover,
        button.chatLauncher:focus {
            background-color: #ffffff;
            border: 2 px solid #1A237E;
            color: #1A237E;
        }
        
        button.chatLauncher:focus {
            outline: 1px solid #0053ba;
            outline-offset: -4px;
        }
        
        .launcher-container {
            display: grid;
            grid-template-columns: 3.5fr;
            grid-gap: 2px;
        }
        
        .WACContainer .WAC__headerContainer {
            border-top-right-radius: 10px !important;
            border-top-left-radius: 10px !important;
        }

        .tele-med {
            margin-bottom: 26px;
            text-align: center;
            background: #F5F5F5;
            padding: 17px;
            border-radius: 13px;
        }

            .tele-med:hover {
                box-shadow: 0px 0px 17px #c5c5c5;
            }
    .blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}




@media only screen and (min-width: 320px) and (max-width: 370px)  {
	
	fieldset.scheduler-border {
    border: 4px groove #ccc !important;
    padding:0px 0px 0px 8px !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 15px;
}

.view-panel1 {
    position: fixed;
    background-color: #fff;
    width: 100% !important;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 1047;
    overflow: auto;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    box-shadow: -5px 0 5px -3px #949393;
}
	
	}




@media only screen and (min-width: 375px) and (max-width: 400px)  {
	
	fieldset.scheduler-border {
    border: 4px groove #ccc !important;
    padding:0px 0px 0px 8px !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 15px;
}

.view-panel1 {
    position: fixed;
    background-color: #fff;
    width: 100% !important;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 1047;
    overflow: auto;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    box-shadow: -5px 0 5px -3px #949393;
}
	
	}

@media only screen and (min-width: 425px) and (max-width: 470px)  {
	
	fieldset.scheduler-border {
    border: 4px groove #ccc !important;
    padding:0px 0px 0px 8px !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 15px;
}

.view-panel1 {
    position: fixed;
    background-color: #fff;
    width: 100% !important;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 1047;
    overflow: auto;
    -webkit-transition: .1s ease;
    transition: .1s ease;
    box-shadow: -5px 0 5px -3px #949393;
}
	
	}