@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;900;1000&display=swap');

body {
    overflow-x: hidden;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Mulish', sans-serif;
    background: url(../images/index-bg.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
}

:root {
    scrollbar-face-color: rgb(210,210,210); /* Firefox 63 compatibility */
    scrollbar-track-color: rgb(46,54,69); /* Firefox 63 compatibility */
    scrollbar-color: #e26c3b rgb(46,54,69);
    /*scrollbar-width: thin;*/
    /*scrollbar-width: 4px;*/
}

.vmap {
    width: 100%;
    height: 100%;
    position: fixed !important;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    overflow: visible;
}

.tableSel-Data-responsive {
    max-height: 500px;
}

.legend-grid {
    position: fixed;
    max-width: 200px;
    bottom: 40px;
    margin-left: 20px;
}

    .legend-grid > ul {
        display: flex;
        margin: 0px;
        padding: 0px;
        width: 100%;
        max-width: 204px;
        border: 2px solid #5a5a5a;
    }

        .legend-grid > ul > li {
            width: 20px;
            height: 20px;
            list-style: none;
            background: #fff;
            border-right: 1px solid rgb(229 229 229 / 60%);
        }

    .legend-grid > h3 {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 700;
        float: left;
    }

    .legend-grid > span {
        font-size: 15px;
        font-weight: 600;
        /* max-width: 245px; */
        display: block;
        max-width: 204px;
        text-align: right;
    }

    .legend-grid > p {
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        margin-top: 5px;
    }

.sidenav-mobile {
    display: none;
}

.mobile-showdiv {
    display: none;
}


#menu {
    /* z-index: 2; */
}

#menu-bar {
    width: 26px;
    height: 26px;
    cursor: pointer;
    float: right;
}

.bar {
    height: 2px;
    width: 100%;
    background-color: #434242;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease;
    transform: translateY(2px);
}

#bar1 {
    transform: translateY(-3px);
}

#bar3 {
    transform: translateY(7px);
}

.nav-bar {
    transition: 0.3s ease;
    display: none;
    background: #ffffff;
    padding: 10px;
    position: relative;
    right: -12px;
    top: 39px;
    width: 200px;
    box-shadow: 0px -4px 17px rgb(255 255 255), 0px 5px 17px rgb(0 0 0 / 58%);
    border-radius: 0px 0px 10px 10px;
    /* border: 1px solid #efefef; */
    /* border-top: 0px; */
}
/* .nav-bar:before {
    content: '';
    border-bottom: 10px solid #efefef;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 8px;
}
  */

.menu-bg, #menu {
    top: 31px;
    right: 17px;
    position: absolute;
}

.menu-bg {
    z-index: 1;
    width: 0;
    height: 0;
    margin: 30px 0 20px 20px;
    background: radial-gradient(circle, #DC052D, #DC052D);
    border-radius: 50%;
    transition: 0.3s ease;
}

#menu .change {
    display: block;
}


    #menu .change .bar {
        background-color: #434242;
    }

    #menu .change #bar1 {
        transform: translateY(4px) rotateZ(-45deg);
    }

    #menu .change #bar2 {
        opacity: 0;
    }

    #menu .change #bar3 {
        transform: translateY(0px) rotateZ(45deg);
    }

.change-bg {
    width: 520px;
    height: 460px;
    transform: translate(-60%,-30%);
}



/*Custom scrollbar*/
#style-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #212121;
    border-radius: 0vh;
}

#style-scroll::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 0vh;
}

#style-scroll::-moz-scrollbar-track {
    width: 5px;
    background-color: #212121;
    border-radius: 0vh;
}
/**2**/
#sidebar-wrapper::-webkit-scrollbar {
    width: 5px;
    background-color: #212121;
    border-radius: 100vh;
}

#sidebar-wrapper::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 100vh;
}

#sidebar-wrapper::-moz-scrollbar-track {
    width: 5px;
    background-color: #212121;
    border-radius: 100vh;
}
/*table*/
.table-icon tr th {
    padding: 0px;
    text-align: center;
}

    .table-icon tr th img {
        display: block;
        margin: 0px auto;
        width: 23px;
    }

    .table-icon tr th span {
        font-size: 7px;
        text-transform: uppercase;
        color: #000;
        position: relative;
        top: -4px;
    }

#table-scroll {
    overflow-x: auto;
}

    #table-scroll .table-dark tr th {
        text-align: left;
        background: #e7e7e7;
        font-size: 10px;
    }

    #table-scroll::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #212121;
        border-radius: 100vh;
    }

    #table-scroll::-webkit-scrollbar-thumb {
        background-color: #aaa;
        border-radius: 100vh;
    }

    #table-scroll::-moz-scrollbar-track {
        width: 5px;
        background-color: #212121;
        border-radius: 100vh;
    }
/*Custom scrollbar*/


/*  side navigation  */
.sidemenu-menu {
    position: fixed;
    top: 85px;
    /* -webkit-transform: translateY(-50%); */
    /* -ms-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    /* transform: rotate(354deg); */
    right: -1px;
    height: 57px;
    width: 26px;
    font-weight: 400;
    font-size: 13px;
    background: #fff;
    padding: 0px;
    color: #646464;
    line-height: 57px;
    text-align: center;
    border-radius: 5px 0px 0px 5px;
    -webkit-box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
    -moz-box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
    cursor: pointer;
    z-index: 9;
}

.sidenav {
    width: 300px;
    position: absolute;
    z-index: 999;
    top: 10px;
    transition: 0.5s;
    /* background-color: #fff; */
    /* transition: 0.5s; */
    /* border-radius: 10px 0px 0px 10px; */
    /* padding: 0px; */
    /* box-shadow: -7px 7px 6px rgb(153 153 153 / 44%); */
}

    .sidenav > a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s
    }


        .sidenav > a:hover,
        .offcanvas > a:focus {
            color: #f1f1f1;
        }

    .sidenav ul {
        list-style: none;
        margin: 0;
        background-color: #fff;
        border-radius: 10px 0px 0px 10px;
        padding: 23px 0px;
        box-shadow: -4px 5px 6px rgb(153 153 153 / 44%);
        position: relative;
        z-index: 1;
        margin-left: 26px;
        max-height: 700px;
        overflow: auto;
    }

        .sidenav ul h4 {
            font-size: 16px;
            text-align: center;
            font-weight: 800;
            color: #454545;
            margin-bottom: 22px;
        }

        .sidenav ul li {
            border-top: 1px dashed #ccc;
            position: relative;
        }

            .sidenav ul li:last-child {
                border-bottom: 0px;
            }

            .sidenav ul li a {
                display: block;
                padding: 25px 2px;
                color: #333;
                font-size: 12px;
                line-height: normal;
                text-decoration: none;
                -webkit-transition: 0.2s linear;
                -moz-transition: 0.2s linear;
                -ms-transition: 0.2s linear;
                -o-transition: 0.2s linear;
                transition: 0.2s linear;
                border: 0px;
                /* border-left: 8px solid #fff; */
                position: absolute;
                z-index: 9;
                right: 0px;
                top: 0px;
                text-align: center;
                width: 30px;
                height: 100%;
            }

            /*      .sidenav ul li a:hover, .sidenav ul li a:focus {
                    background-color: #ebebeb;
                    border-left: 8px solid #8BC34A;
                }*/

            .sidenav ul li.active .widget-icon .icon > svg path:hover {
                fill: #fff;
            }

            .sidenav ul li a .fa {
                width: 16px;
                text-align: center;
                margin-right: 5px;
                float: right;
            }

            .sidenav ul li .active1 {
                background-color: #ebebeb;
                border-left: 8px solid #67b667;
            }

            .sidenav ul li .active2 {
                background-color: #ebebeb;
                border-left: 8px solid #f6238c;
            }

            .sidenav ul li .active3 {
                background-color: #ebebeb;
                border-left: 8px solid #0080ff;
            }

            .sidenav ul li .active4 {
                background-color: #ebebeb;
                border-left: 8px solid #5603fc;
            }

            .sidenav ul li .active5 {
                background-color: #ebebeb;
                border-left: 8px solid #ffaa00;
            }

            .sidenav ul li .active6 {
                background-color: #ebebeb;
                border-left: 8px solid #3dd6f5;
            }


        .sidenav ul ul {
            box-shadow: none;
            padding: 0px 0px 0px 0px;
            border-radius: 0px;
            margin: 0px;
        }

            .sidenav ul ul li {
                border-top: 1px dashed #ccc;
                border-bottom: 0px dashed #ccc;
                background: #ebebeb;
            }

                .sidenav ul ul li .widget-style3 .widget-data .lbl-txt {
                    color: #333;
                }

                .sidenav ul ul li .widget-style3 .widget-data h3 {
                    font-size: 14px;
                    color: #333;
                }

        .sidenav ul li ul li a {
            border-left: 0px solid transparent;
            padding: 10px 20px;
            background: transparent;
            font-size: 11px;
            position: relative;
            top: 0px;
            width: auto;
            text-align: left;
            padding-left: 50px;
        }

            .sidenav ul li ul li a:hover {
                background: transparent;
                border-left: 0px solid #3498db;
            }

.closebtn {
    cursor: pointer;
    position: absolute;
    left: 0px;
    color: #646464;
    top: 80px;
    font-size: 13px;
    background: #ffffff;
    border: 0px;
    z-index: 1;
    line-height: 57px;
    margin-left: -2px;
    box-shadow: 0px 2px 7px rgb(60 64 67 / 19%), 0 2px 6px 2px rgb(60 64 67 / 10%);
    width: 28px;
    height: 57px;
    padding: 0px;
    border-radius: 4px 0px 0px 4px;
    border-left: 1px solid #dadce0;
    text-align: center;
}

.sidenav {
    right: 0;
}

/*  side navigation menu */





a, img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.cstm-ddl {
    max-width: -webkit-fill-available;
    min-width: -webkit-fill-available;
    color: #000000;
    padding: 10px 20px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 7px 10px rgb(153 153 153 / 32%);
    appearance: none;
    background: #fff url(../images/br_down.png) no-repeat right;
    background-position-x: 96%;
}

    .cstm-ddl:focus {
        outline: 0;
    }

.drop-arrow {
}

#menu-toggleleft {
    color: #646464;
    position: fixed;
    top: 100px;
    font-size: 13px;
    /* transform: rotate(90deg); */
    background: #fff;
    border: 0px;
    z-index: 1;
    /* right: -20px; */
    margin-left: 3px;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
    width: 29px;
    height: 68px;
    padding: 0px;
    border-radius: 4px;
    border-left: 1px solid #dadce0;
}

#wrapper.toggled #menu-toggleleft {
    margin-left: -2px;
}

#menu-toggle {
    color: #646464;
    position: fixed;
    top: 100px;
    font-size: 13px;
    /* transform: rotate(90deg); */
    background: #fff;
    border: 0px;
    z-index: 9;
    /* right: -20px; */
    margin-left: 3px;
    box-shadow: 0 1px 2px rgba(60,64,67,0.3), 0 2px 6px 2px rgba(60,64,67,0.15);
    width: 29px;
    height: 68px;
    padding: 0px;
    border-radius: 4px;
    border-left: 1px solid #dadce0;
}

#wrapper.toggled #menu-toggle {
    margin-left: -2px;
}

#wrapper {
    padding-left: 276px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 0px;
    }

#sidebar-wrapper {
    position: fixed;
    left: 0px;
    width: 273px;
    height: 100%;
    margin: 10px;
    /* margin-left: -231px; */
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    margin-top: 90px;
}

#wrapper.toggled #sidebar-wrapper {
    /* width: 0px; */
    overflow: hidden;
    margin-left: -274px;
}

#wrapper.toggled #sidebar-wrapper {
}

#page-content-wrapper {
    width: 79%;
    position: fixed;
    padding: 10px 15px 0px 35px;
    right: 38px;
}

#wrapper.toggled #page-content-wrapper {
    /* position: absolute; */
    /* margin-right: -250px; */
    /* width: 100%; */
}

/* Sidebar Styles */




.open-left-menu {
    margin-bottom: 35%;
}



.table {
    font-size: 12px;
    margin: 0px;
}

.table-dark {
    --bs-table-color: #000;
    --bs-table-bg: #ffffff;
    --bs-table-border-color: #c5c5c5;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #262626;
    border-color: var(--bs-table-border-color);
}

    .table-dark tr th {
        text-align: center;
        background: #e7e7e7;
    }

/* PRELOADER CSS */
.page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #272727;
    z-index: 1000;
}

    .page-loader .txt {
        color: #666;
        text-align: center;
        top: 40%;
        position: relative;
        letter-spacing: 0.3rem;
        font-weight: bold;
        line-height: 1.5;
    }

/* SPINNER ANIMATION */
.spinner {
    position: relative;
    top: 50%;
    width: 300px;
    /* height: 240px; */
    margin: 0 auto;
    /* background-color: #fff; */
    /* border-radius: 100%; */
    /* -webkit-animation: sk-scaleout 1s infinite ease-in-out; */
    /* animation: sk-scaleout 1s infinite ease-in-out; */
    vertical-align: text-top;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}



.main-contant {
    margin: 12px 12px;
}

.reminderfrom {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
}

.search-btn {
    --bs-btn-bg: #4caf50;
    --bs-btn-border-color: #4caf50;
    font-size: 14px;
    padding: 8px 20px;
    margin-top: 6px;
    width: 100%;
}

    .search-btn:hover {
        color: #fff;
        background-color: #309134;
        border-color: #309134;
    }


.select-list {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: 0px !important;
    padding-bottom: 10px !important;
}

    .select-list li {
        padding: 0px;
        margin: 0px;
        list-style: none;
        padding: 6px 0px !important;
        margin-bottom: 0px;
        background: transparent !important;
        line-height: normal;
        font-size: 13px !important;
        font-weight: 800 !important;
        border-bottom: 0px !important;
    }

        .select-list li:last-child {
            border-bottom: 0px;
        }


        .select-list li b {
            float: right;
            font-weight: 800;
        }


.total-list {
    background: #ffffff;
    width: 100%;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0px 7px 10px rgb(153 153 153 / 32%);
    position: relative;
    margin-bottom: 10px;
}


    .total-list ul {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

        .total-list ul li {
            padding: 0px;
            margin: 0px;
            list-style: none;
            padding: 6px 0px;
            margin-bottom: 0px;
            line-height: normal;
            font-size: 13px;
            font-weight: 800;
            /* border-bottom: 1px solid #ddd; */
        }

            .total-list ul li:last-child {
                border-bottom: 0px;
            }


            .total-list ul li b {
                float: right;
                font-weight: 800;
            }


.left-line-arrow {
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 30px solid blue;
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    left: -21px;
}

.left-line-arrow {
}


.right-boxs {
    /* position: relative; */
    /* right: 0px; */
    /* z-index: 1; */
}

.right-chart {
    background: #ffffff;
    width: 100%;
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0px 7px 10px rgb(153 153 153 / 32%);
    position: relative;
    margin-bottom: 10px;
}

    .right-chart > h2 > span {
        float: right;
        font-weight: 800;
    }

    .right-chart h2 {
        font-weight: 700;
        font-size: 13px;
        color: #000000;
        margin-bottom: 10px;
        text-align: left;
        display: flex;
    }

    .right-chart .right-chart-scroll {
        position: relative;
        overflow-y: auto;
        max-height: 500px;
        overflow-x: hidden;
    }


        .right-chart .right-chart-scroll > ul > li {
            margin: 5px 0px !important;
            border: 1px solid #e3e2e2;
        }

            .right-chart .right-chart-scroll > ul > li:first-child {
                margin-top: 0px !important;
            }

            .right-chart .right-chart-scroll > ul > li:last-child {
                margin-bottom: 0px !important;
            }

    .right-chart ul {
        margin: 0;
        padding: 0;
        margin-bottom: 0px;
    }

        .right-chart ul li {
            padding: 0px;
            margin: 0px;
            list-style: none;
            background: #ededed;
            padding: 5px 10px;
            margin-bottom: 0px;
            font-size: 10px;
            font-weight: 700;
            border-bottom: 1px solid #e3e2e2;
            line-height: normal
        }

            .right-chart ul li:last-child {
                border-bottom: 0px
            }

            .right-chart ul li b {
                float: right;
            }

            .right-chart ul li .col-6 b {
                float: none;
            }

.form-check-bg {
    color: #000000;
    padding: 10px 2px 10px 15px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 10px rgb(153 153 153 / 32%);
    -moz-box-shadow: 0px 7px 10px rgb(153 153 153 / 32%);
    box-shadow: 0px 7px 10px rgb(153 153 153 / 32%);
    display: inline-block;
    width: 100%;
    position: relative;
}

.form-check-input:checked[type=radio] {
    background-image: url("../images/radio-btn.svg");
    box-shadow: 0px 0px 4px #898989;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1px;
}

.form-check-label {
    font-size: 12px;
    font-weight: 600;
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-right: 2px;
    border: 2px solid #9b9d9d;
}

.form-check-label img {
    position: relative;
    top: -3px;
    width: 30px;
    padding: 0px 2px;
}

.form-check-input:checked {
    background-color: #ee751c;
    border-color: #ffffff;
    border-width: 3px;
    box-shadow: 0px 0px 4px #898989;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check {
    padding-left: 0px;
    margin-right: 0px;
    padding: 12px 3px;
    display: block;
    border: 0px solid #ccc;
    margin: 0px;
    border-bottom: 0px;
    border-right: 0px;
    display: flex;
    float: left;
    width: 50%;
}

.form-check-bg::after {
    content: '';
    position: absolute;
    height: 77px;
    background-color: #ccc;
    width: 1px;
    left: 23px;
    right: 0px;
    margin: auto;
    top: 18px;
}

.form-check-bg::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #dfdede;
    width: 78%;
    margin: auto;
    top: 50%;
    margin-left: 22px;
}

.form-check:nth-child(1) {
    border-top: 0px;
    border-left: 0px;
}

.form-check:nth-child(2) {
    border-top: 0px;
    border-right: 0px;
    padding-left: 24px;
}

.form-check:nth-child(3) {
    border-left: 0px;
}

.form-check:nth-child(4) {
    padding-left: 24px;
}

.dropwown-position {
    width: 100%;
}

/* .dropdown:hover .dropdown-menu {
    display: block;
    width: 91.5%;
    padding: 14px;
    position: absolute;
    border: 0px;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    margin-top: 0px;
    border: 1px solid #e5e5e5;
    left: 0px;
    top: auto;
    z-index: 1;
}  */

.dropdown-bg-color-gray-1:after {
    content: "";
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 10px solid #fff;
    border-right: 20px solid transparent;
    position: absolute;
    top: -30px;
    left: 9.5%;
}

.dropdown-bg-color-gray-2:after {
    content: "";
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 10px solid #fff;
    border-right: 20px solid transparent;
    position: absolute;
    top: -30px;
    left: 35%;
}

.dropdown-bg-color-gray-3:after {
    content: "";
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 10px solid #fff;
    border-right: 20px solid transparent;
    position: absolute;
    top: -30px;
    left: 61%;
}

.dropdown-bg-color-gray-4:after {
    content: "";
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 10px solid #fff;
    border-right: 20px solid transparent;
    position: absolute;
    top: -30px;
    left: 86.4%;
}


.dropdown-bg-color1:after {
    content: "";
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    border-right: 15px solid transparent;
    position: absolute;
    top: -27px;
    left: 9.5%;
}

.dropdown-bg-color2:after {
    content: "";
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 10px solid #fbffd8;
    border-right: 20px solid transparent;
    position: absolute;
    top: -30px;
    left: 35%;
}

.dropdown-bg-color3:after {
    content: "";
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 10px solid #f7e3ff;
    border-right: 20px solid transparent;
    position: absolute;
    top: -30px;
    left: 61%;
}

.dropdown-bg-color4:after {
    content: "";
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 10px solid #bdffb0;
    border-right: 20px solid transparent;
    position: absolute;
    top: -30px;
    left: 86.4%;
}

.dropdown-menu {
    margin-top: 0;
    animation: downOut 300ms ease-in-out forwards;
    transform-origin: center center;
    display: none;
    position: absolute;
    top: auto !important;
    left: 0;
    width: 100%;
    perspective: 1000px;
    z-index: 1;
    padding: 10px;
    margin-top: 28px !important;
}

@-moz-keyframes downOut {
    0% {
        transform: translateZ(200px) transLateY(40px);
    }

    80% {
        transform: translateZ(-10px) transLateY(0px);
    }

    100% {
        transform: translateZ(0px) transLateY(0px);
    }
}

@-webkit-keyframes downOut {
    0% {
        transform: translateZ(200px) transLateY(40px);
    }

    80% {
        transform: translateZ(-10px) transLateY(0px);
    }

    100% {
        transform: translateZ(0px) transLateY(0px);
    }
}

@-o-keyframes downOut {
    0% {
        transform: translateZ(200px) transLateY(40px);
    }

    80% {
        transform: translateZ(-10px) transLateY(0px);
    }

    100% {
        transform: translateZ(0px) transLateY(0px);
    }
}

@keyframes downOut {
    0% {
        transform: translateZ(200px) transLateY(40px);
    }

    80% {
        transform: translateZ(-10px) transLateY(0px);
    }

    100% {
        transform: translateZ(0px) transLateY(0px);
    }
}


.dropdown-toggle::after {
    display: none;
}

.dropdown-bg-color1 {
    background-color: #ffffff;
    border: 1px solid #ffffff !important;
    -webkit-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
    -moz-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
    box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
}

.dropdown-bg-color2 {
    background: #fbffd8;
    border: 1px solid #bfc39e !important;
}

.dropdown-bg-color3 {
    background: #f7e3ff;
    border: 1px solid #d9b5e8 !important;
}

.dropdown-bg-color4 {
    background: #bdffb0;
    border: 1px solid #97d08c !important;
}








/* width */
::-webkit-scrollbar {
    width: 6px;
    border-radius: 100px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 100px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 100px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #999;
        border-radius: 100px;
    }

.dropdown {
    display: block;
    position: static;
    width: 100%;
    margin-top: -27px;
}

.dd-button {
    display: inline-block;
    padding: 14px 30px 14px 20px;
    background-color: #eeeeee;
    cursor: pointer;
    border-bottom: 1px solid #d5d2d2;
    font-size: 12px;
    border-radius: 5px 5px 0px 0px;
    font-weight: 500;
    width: 100%;
}

    .dd-button span {
        display: block;
    }

    .dd-button:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid black;
    }

    .dd-button:hover {
        background-color: #eeeeee;
    }

.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 84%;
    padding: 0;
    margin: 0px 0 0 0;
    border-top: 1px solid #ccc;
    background-color: #ffffff;
    list-style-type: none;
    z-index: 1;
    width: 100%;
    -webkit-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
}

.dd-input + .dd-menu {
    display: none;
}

.dd-input:checked + .dd-menu {
    display: block;
}

.dd-menu li {
    padding: 6px 20px;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px solid #e1e1e1;
    background-color: rgb(241, 243, 244);
}

    .dd-menu li:hover {
        background-color: #f6f6f6;
    }

    .dd-menu li a {
        display: block;
        margin: -10px -20px;
        padding: 10px 20px;
    }

    .dd-menu li.divider {
        padding: 0;
        border-bottom: 1px solid #cccccc;
    }

#text {
    display: none;
}

.drop-button {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    border: none;
    padding: 4px 8px;
    font-size: 20px;
    background: #ffffff;
    color: black;
    height: 62px;
    width: 80%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
}

.p-4 {
    padding: 0px;
}

.left-sidebar {
    position: relative;
    /* float: left; */
    /* width: 285px; */
    /* background: #ededed; */
    /* border-radius: 5px; */
    /* padding: 6px; */
    /* border-right: 1px solid #ccc; */
}

.copyright {
    margin: 0px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
    position: fixed;
    bottom: 0px;
    text-align: center;
}

    .copyright a {
        color: #000;
        text-decoration: none;
    }

        .copyright a:hover {
            color: #2196F3;
        }

.centres-grid {
    display: table;
    margin: auto;
    height: 100%;
}

.top-bar {
    padding: 9px 10px;
    position: fixed;
    background: #ffffff;
    z-index: 10;
    height: 70px;
    width: 270px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 5px 10px rgb(0 0 0 / 17%);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 17%);
    top: 10px;
    left: 10px;
}

    .top-bar::after {
        content: "";
        display: block;
        clear: both;
    }

.top-logo {
    float: left;
    margin: 5px 0px;
}

    .top-logo > img {
        height: 45px;
    }

.form-select {
    padding: 10px;
    -moz-padding-start: 10px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ffffff;
    border-radius: 0px;
}

    .form-select:focus {
        border-color: transparent;
        outline: 0;
        box-shadow: 0 0 0 0.25rem transparent;
    }

.custom-select {
    position: relative;
    -webkit-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
}

    .custom-select select {
        display: none;
    }

.select-selected {
    background-color: #fff;
}

    .select-selected:after {
        position: absolute;
        content: "";
        top: 22px;
        right: 15px;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-color: #000 transparent transparent transparent;
    }

    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #000 transparent;
        top: 17px;
    }

.select-items div {
    color: #000000;
    padding: 5px 20px;
    background-color: rgb(241, 243, 244);
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-size: 12px;
    border-radius: 0px;
    border-bottom: 1px solid #eee;
}

.select-selected {
    color: #000000;
    padding: 14px 20px;
    /* border: 1px solid transparent; */
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-size: 12px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 93%;
    left: 0;
    right: 0;
    z-index: 99;
    overflow: auto;
    max-height: 400px;
    box-shadow: 0px 5px 6px rgb(0 0 0 / 14%);
    border-radius: 0px 0px 10px 10px;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: #f2f2f2;
}


.photo-frame {
    padding: 10px;
    background-color: #fff;
    padding-bottom: 0px;
}

.bg-white {
    background: #ffffff;
}

.border-radius-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.map-view {
    padding: 8px 20px;
    position: relative;
    z-index: 9;
    /* bottom: 10px; */
    /* right: 56px; */
    background: #e3e3e3;
    border: 1px solid #ffffff;
    color: #585858;
    border-radius: 100px;
    transition: ease 0.2s;
    display: inline-block;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    /* margin-bottom: 10px; */
    /* -webkit-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%); */
    /* -moz-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%); */
    /* box-shadow: 2px 8px 16px rgb(0 0 0 / 28%); */
    transform: scale(1.0);
    /* font-size: 12px; */
    text-align: center;
}

    .map-view:hover {
        /*    background: #fff;*/
        color: #000;
        /*    border: 1px solid #fff;*/
        /* -webkit-box-shadow: 0px 10px 28px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 10px 28px rgb(0 0 0 / 27%);
    box-shadow: 0px 10px 28px rgb(0 0 0 / 27%); */
        /*    transform: scale(1.1);*/
    }

    .map-view > i {
        line-height: normal;
        position: relative;
        top: 1px;
    }

.widget-style3 {
    padding: 10px 10px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #333;
    transition: ease 0.2s;
    display: block;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 0px;
    /* -webkit-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
    -moz-box-shadow: 2px 8px 16px rgb(0 0 0 / 28%);
    box-shadow: 2px 8px 16px rgb(0 0 0 / 28%); */
    transform: scale(1.0);
    width: 100%;
    /* min-height: 60px; */
    border-left: 8px solid rgb(255, 255, 255);
    padding-left: 20px;
    cursor: pointer
}

    .widget-style3:hover {
        /*    background: #fff;*/
        /*    border: 1px solid #fff;*/
        /* -webkit-box-shadow: 0px 10px 28px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 10px 28px rgb(0 0 0 / 27%);
    box-shadow: 0px 10px 28px rgb(0 0 0 / 27%); */
        /*    transform: scale(1.1);*/
        position: relative;
    }

    .widget-style3 .widget-data {
        width: 81%;
        text-decoration: none;
    }

        .widget-style3 .widget-data .lbl-txt {
            font-size: 12px;
            line-height: normal;
        }

        .widget-style3 .widget-data h3 {
            margin: 0px;
            font-size: 16px;
            margin-top: 3px;
            font-weight: 700;
            font-weight: 900;
        }

            .widget-style3 .widget-data h3 span {
                font-size: 14px;
            }

    .widget-style3 .widget-icon {
        width: 35px;
        position: relative;
        top: -8px;
    }

        .widget-style3 .widget-icon .icon img {
            height: 19px;
            width: 20px;
        }

        .widget-style3 .widget-icon img {
            height: 16px;
            width: 15px;
        }

.widget-style3-bg-color1 {
    /*
    background: #ffeed7;
    border: 1px solid #dfc9ac;
*/
}

.widget-style3-bg-color2 {
    /*
    background: #fbffd8;
    border: 1px solid #bfc39e;
*/
}

.widget-style3-bg-color3 {
    /*
    background: #f7e3ff;
    border: 1px solid #d9b5e8;
*/
}

.widget-style3-bg-color4 {
    /*
    background: #bdffb0;
    border: 1px solid #97d08c;
*/
}

.dropdown-drop-row {
    margin: 0px;
    padding: 0px;
}

    .dropdown-drop-row > li {
        margin: 0px;
        padding: 5px 15px;
        list-style: none;
        display: inline-block;
        width: 24%;
        border-right: 1px solid #ccc;
    }

        .dropdown-drop-row > li:last-child {
            border-right: 0px;
        }

        .dropdown-drop-row > li > h2 {
            font-size: 12px;
            margin-bottom: 5px;
            line-height: normal;
        }

        .dropdown-drop-row > li > h3 {
            font-size: 14px;
            margin: 0px;
            font-weight: 700;
        }

.widget-style3-bg-color1-span {
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 16px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 4px 16px rgb(0 0 0 / 35%);
    box-shadow: 0px 4px 16px rgb(0 0 0 / 35%);
    transform: scale(1.0);
    display: block;
    width: 28px;
    height: 28px;
    padding: 6px;
    text-align: center;
    position: relative;
    border-radius: 8px;
    right: -10px;
    font-size: 12px;
    line-height: normal;
    cursor: pointer;
    top: -28px;
    float: right;
}

.bg-color1-span1 {
    /*
    background-color: #ffeed7;
    border: 1px solid #dec8ab;
*/
}

.bg-color1-span2 {
    /*
    background-color: #fbffd8;
    border: 1px solid #bdbf9c;
*/
}

.bg-color1-span3 {
    /*
    background-color: #f7e3ff;
    border: 1px solid #d9b5e8;
*/
}

.bg-color1-span4 {
    /*
    background-color: #bdffb0;
    border: 1px solid #97d08c;
*/
}

.icon {
}

    .icon > img {
        width: 24px;
    }

.font-18 {
    font-size: 11px;
    font-weight: 400;
}

.content-wrapper {
}

.document-link {
    display: block;
    background: #fff;
    padding: 6px;
    color: #000;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 7px;
    -webkit-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
}

    .document-link:hover {
        color: #000;
    }

    .document-link > span {
        font-size: 11px;
    }

    .document-link > img {
        width: 30px;
        display: block;
        margin: auto;
        -webkit-transition: 0.6s ease-out;
        -moz-transition: 0.6s ease-out;
        transition: 0.6s ease-out;
    }

    .document-link:hover img {
        transform: rotateY(360deg);
    }

.NHAIstatus-link {
    display: block;
    background: #fff;
    padding: 6px;
    color: #000;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
    box-shadow: 0px 10px 28px rgb(0 0 0 / 17%);
}

    .NHAIstatus-link:hover {
        color: #000;
    }

    .NHAIstatus-link > span {
        font-size: 11px;
    }

    .NHAIstatus-link img {
        width: 30px;
        display: block;
        margin: auto;
        -webkit-transition: 0.6s ease-out;
        -moz-transition: 0.6s ease-out;
        transition: 0.6s ease-out;
    }

    .NHAIstatus-link:hover img {
        transform: rotateY(360deg);
    }

.right-fixed-link ul {
    margin: 0px;
    padding: 0px;
}

    .right-fixed-link ul li:first-child {
    }

    .right-fixed-link ul li:last-child {
        border: 0px;
    }

    .right-fixed-link ul li {
        list-style: none;
        /* -webkit-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%); */
        /* -moz-box-shadow: 0px 10px 28px rgb(0 0 0 / 17%); */
        /* box-shadow: 0px 10px 28px rgb(0 0 0 / 17%); */
        border-bottom: 1px solid #e9e9e9;
        /* background: #ebebeb; */
        display: block;
        width: 100%;
    }

        .right-fixed-link ul li a {
            display: block;
            padding: 7px 10px;
            color: #000;
            text-decoration: none;
            border-radius: 0px;
            margin-bottom: 0px;
            line-height: normal;
            display: flex;
        }

            .right-fixed-link ul li a:hover {
                color: #000;
            }

            .right-fixed-link ul li a span {
                font-size: 12px;
                font-weight: 400;
                line-height: normal;
                display: inline-block;
                margin-top: 0px;
                width: 82%;
                float: left;
                margin-left: 7px;
                white-space: nowrap;
            }

            .right-fixed-link ul li a img {
                width: 17px;
                height: 17px;
                /* display: block; */
                /* margin: auto; */
                -webkit-transition: 0.6s ease-out;
                -moz-transition: 0.6s ease-out;
                transition: 0.6s ease-out;
                float: left;
            }

            .right-fixed-link ul li a:hover img {
                transform: rotateY(360deg);
            }




.sidemenu {
    font-weight: 100;
    background: #efefef;
    width: 203px;
    /* height: 100%; */
    bottom: 18%;
    padding-left: 31px;
    position: fixed;
    z-index: 100;
    -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.2);
    right: -140px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #222;
}

    .sidemenu:hover, .sidemenu:focus {
        transform: translate3d(-92px, 0, 0);
        animation-timing-function: 1s ease-in;
    }

    .sidemenu .title {
        position: absolute;
        top: -28px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transform: rotate(270deg);
        left: -35px;
        font-weight: 400;
        font-size: 12px;
        background: #fff;
        padding: 6px 20px;
        border-radius: 5px 5px 0px 0px;
        -webkit-box-shadow: -8px 5px 25px rgb(0 0 0 / 50%);
        -moz-box-shadow: -8px 5px 25px rgb(0 0 0 / 50%);
        box-shadow: -8px 5px 25px rgb(0 0 0 / 50%);
        cursor: pointer;
    }

    .sidemenu .right-fixed-link {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 100;
    }

.intro {
    position: absolute;
    top: 30%;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 45px;
    text-align: center;
    font-style: italic;
}

.pulsating-circle {
    position: absolute;
    right: 20px;
    top: 22px;
    transform: translateX(-50%) translateY(-50%);
    width: 8px;
    height: 8px;
}

    .pulsating-circle:before {
        content: "";
        position: relative;
        display: block;
        width: 300%;
        height: 300%;
        box-sizing: border-box;
        margin-left: -100%;
        margin-top: -100%;
        border-radius: 45px;
        background-color: #4caf50;
        -webkit-animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
        animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    }

    .pulsating-circle:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #4caf50;
        border-radius: 15px;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        -webkit-animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
        animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
    }

@-webkit-keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

.cg-select {
    box-shadow: none;
}

    .cg-select .select-selected {
        margin-bottom: 0px;
        background-color: rgb(241, 243, 244);
    }

.modal-dialog {
    max-width: 90%;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.btn-close {
    position: absolute;
    right: -30px;
    top: 0;
}

.model-video > video {
    width: 80%;
    height: 100%;
    margin: auto;
    display: block;
}

.modal-fullscreen .modal-content {
    height: 590px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5;
}

.modal-backdrop.show {
    opacity: 0.9;
}

.slides {
    color: #fff;
    margin: 1.5rem auto;
}

.slide {
    padding: 3rem;
    padding-bottom: 0px;
}

.slides h3 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}

    .slides h3 span {
        background: #ffd0b9;
        height: 2px;
        width: 80px;
        display: block;
        margin-top: 20px;
    }

.slides p {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    width: 80%;
    margin: 0px;
    line-height: 24px;
}

.button-prev {
    border-radius: 0px 0px 0px 18px;
}

.button-next {
    background-color: #ffd0b9;
    padding: 18px 30px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    width: 250px;
}

    .button-next:hover {
        background: #fff;
        color: #000;
    }

#photoDemo {
    text-align: center;
    background-color: #111a2a;
    border-radius: 20px;
    overflow: hidden;
}

    #photoDemo .controls {
        float: left;
    }

    #photoDemo .navigation {
        margin-top: 1em;
        padding-left: 1em;
        padding-right: 1em;
    }

        #photoDemo .navigation .title img {
            width: 50px;
        }

    #photoDemo .slides img, #photoDemo .selected img {
    }

    #photoDemo .slides {
        height: auto !important;
    }

.modal-backdrop {
    --bs-backdrop-bg: #111a2a;
}

.modal-fullscreen .modal-body {
    overflow-y: hidden;
}



.district-name {
    font-size: 8px;
    text-decoration: none;
    fill: black !important;
    font-weight: 700;
}

.widget-style3 .widget-icon .icon > img.cg {
    height: 20px;
    width: 20px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.lblttlCont {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}



.Tot-Info h4 {
    font-size: 12px !important;
    text-align: left !important;
    margin-bottom: 4px;
}

.saharanpur-clicklist h4 b {
    float: right;
}

button[title=Close] {
    top: 0px !important;
    right: 0px !important;
}

.pin-left-btn {
    background: #3cc719;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: block;
    border-radius: 6px;
    padding: 12px;
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
}

    .pin-left-btn:hover {
        background: #434242;
        color: #fff;
    }

.My-Pow-btn {
    /* position: absolute; */
    /* right: 15px; */
    /* top: 10px; */
    background: #fff;
    z-index: 60;
    /* padding: 5px; */
    /* box-shadow: 2px 6px 10px #fff; */
    font-size: 20px;
    border-radius: 23px;
}

.my-fa-icon {
    padding: 6px;
    color: #bf3a3a;
    border-radius: 26px;
    background: #f3e4e4;
}

    .my-fa-icon:hover {
        cursor: pointer;
        color: #600;
        background: #fdd;
    }

.gmnoprint[role="menubar"] {
    margin: 10px;
    z-index: 0;
    position: absolute;
    cursor: pointer;
    left: auto !important;
    top: auto !important;
    right: 18px !important;
    bottom: 33px !important;
    width: 10% !important;
    height: 10% !important;
}




/* For webkit-based browsers */
::-webkit-scrollbar {
    width: 4px; /* Set the width of the scrollbar */
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the track */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar handle */
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555; /* Color of the scrollbar handle on hover */
    }
