﻿
/* Google Font*/
@import url('https://fonts.googleapis.com/css?family=Open Sans:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
    font-family: 'AristaFont';
    src: url('../fonts/Arista/Arista-Pro-Regular-trial.ttf') format('truetype');
}
/* General */
html {
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

html {
    height: 100%;
}


@-ms-viewport {
    width: device-width
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.95);
    letter-spacing: 0.2px;
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

::selection {
    background: rgba(255, 255, 255, 0.2);
}

select option {
    background: #fbf4f4;
    color: black;
}

::placeholder {
    color: #fff !important;
    font-size: 13px;
    opacity: .5 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}

.h1, h1 {
    font-size: 48px;
    line-height: 52px;
}

.h2, h2 {
    font-size: 38px;
    line-height: 42px;
}

.h3, h3 {
    font-size: 30px;
    line-height: 34px;
}

.h4, h4 {
    font-size: 24px;
    line-height: 28px;
}

.h5, h5 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}

.h6, h6 {
    font-size: 14px;
    line-height: 18px;
}

.display-1 {
    font-size: 6rem
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem
}

.line-height-0 {
    line-height: 0;
}

.line-height-5 {
    line-height: 5px;
}

.line-height-10 {
    line-height: 5px;
}

code {
    font-size: 87.5%;
    color: #ffed16;
    word-break: break-word;
}

.blockquote-footer {
    color: #cecece;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

p {
    margin-bottom: .65rem
}

:focus {
    outline: 0 !important
}

a {
    color: #000000;
    font-size: 13px;
}

a {
    outline: none !important
}

    a:hover {
        color: #000000;
        text-decoration: none;
    }

    a.text-muted:focus, a.text-muted:hover {
        color: #000000;
    }

hr {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.small, small {
    font-size: 75%;
    font-weight: 400;
}

.small-font {
    font-size: 14px;
}

.extra-small-font {
    font-size: 12px;
}

.breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

.row {
    margin-right: -12.5px;
    margin-left: -12.5px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 12.5px;
    padding-left: 12.5px;
}


/* Menu Sidebar Wrapper */
#wrapper {
    width: 100%;
    /* position: relative;*/
}

#sidebar-wrapper {
    /*background-color: rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    overflow: hidden;
    width: 262px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:99999;
}


#wrapper.toggled #sidebar-wrapper {
    position: fixed;
    left: -255px;
}

#wrapper.toggled .menu-icon {
    margin-left: 0px;
}

#wrapper.toggled .content-wrapper {
    margin-left: 0;
    padding-right: 0px;
}

/* Page Content Wrapper */


.content-wrapper {
    max-height: calc(100vh - 90px);
    /* margin-left: 232px; */
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
    width: calc(100vw - 232px);
    overflow: hidden;
}

#wrapper.toggled .content-wrapper {
    width: 100vw;
    transition: all .3s ease;
    padding-left: 53px;
}

.panel.panel-info {
    position: relative;
}

#wrapper.toggled .sidebar-menu {
    width: 300px;
    margin-left: -330px;
}

.content__sidebar--wrapper {
    display: flex;
    padding-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
}

#wrapper.toggled .navbar-expand .navbar-nav {
    margin-left: 0px;
}

.sidebar-menu {
    width: 262px;
    transition: all .3s ease;
    z-index: 999;
}

.content-wrapper .card-content .card-body {
    padding: 16px 1px;
}

.content-wrapper .stats-right .col {
    padding-right: 4px;
    padding-left: 4px;
}

    .content-wrapper .stats-right .col:first-child {
        padding-right: 4px;
        padding-left: 12.5px;
    }

    .content-wrapper .stats-right .col:last-child {
        padding-right: 12.5px;
        padding-left: 4px;
    }

.stats-right .form-group {
    margin-bottom: 0;
}
    /*.sidebarSlect .form-control {
    background:none;
    border:none;
}*/
    .stats-right .form-group select, .sidebarSlect select {
        font-size: 13.3px;
        color: #282320;
        padding: 2px 7px;
        letter-spacing: 0.5px;
        height: calc(1.2em + 0.75rem + 2px);
        border: 1px solid rgb(198, 131, 74);
    }

        .stats-right .form-group select:focus, .sidebarSlect select:focus, .has-icon-right .form-control:focus {
            box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.45);
            background-color: rgba(255, 255, 255, 0.99);
            border: 1px solid rgb(198, 131, 74);
        }

.sidebarSlect label, .stats-right label {
    padding: 0.1em 0.1em;
    margin-bottom: 3px;
}

.form-group {
    margin-bottom: 0.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.stats-right .row {
    margin-left: 0;
    margin-right: 0;
}

/* ----------- pulse css ---------- */
.down {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.pulse {
    border-radius: 2px;
    height: 22px;
    width: 27px;
    position: absolute;
    margin: 0;
    animation: pulsate 2s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
    box-shadow: 0 0 1px 2px #a27047;
    animation-delay: 2s;
    /* left: 16.3rem; */
    /* top: 4.6rem; */
    position: absolute;
    /* right: 0px; */
    left: 3px;
    top: 5px;
}

.arrow__btn {
    position: absolute;
    left: 8px;
    top: 5px;
}

@keyframes pulsate {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        transform: scale(1.3, 1.3);
        opacity: 0;
    }
}

/* ---------// pulse css --------*/

/* ------------ info popup custom css ------------*/
.info-table-heading {
    background: #ad783f;
    padding: 8px 9px;
    border: none;
    color: #fff;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 500;
    float: inline-start;
    margin-right: 15px;
    text-align: left;
    width: 100% !important;
    font-size: 15px;
    font-weight: 400;
}
#graphModal .modal-header h5 {
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 15px;
}

#graphModal .modal-header {
    display: flex;
    align-items: center;
}

    #graphModal .modal-header button {
        margin-right: 0px;
    }

.feedback__page {
    margin-top: 3rem;
    min-height: calc(100vh - 76px - 40px);
}

    .feedback__page h2.main_hdng {
        margin-bottom: 14px;
    }
 

.graph_btn {
    width: 95px !important;
    position: absolute;
    right: 0px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #ad783f;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 11px;
}
.info-table_custom {
    font-size: 13px;
}

    .info-table_custom tbody tr {
        /*box-shadow:0px 4px 8px rgba(0, 0, 0, 0.13);*/
    }

        .info-table_custom tbody tr td {
            padding: 4px 6px;
            border: 3px solid #ffffff;
            background: #f7f2ed;
        }

        .info-table_custom tbody tr.pop_tr td.pop_td {
            padding: 4px 6px;
            font-weight: 600;
            border: 3px solid #ffffff;
            border-left: 1px solid #fff;
            background: #f8dabd;
        }

.tabs-btnn {
    color: #ffffff;
    float: none;
    text-decoration: none;
    transition: all 0.4s;
    background: #ad783f;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    padding: 4px 8px;
    margin: 2px 0px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

    .tabs-btnn:focus,
    .tabs-btnn:hover,
    .tabs-btnn:active {
        color: #ffffff;
        transition: all 0.4s;
        background: #9d682f;
        text-decoration: none;
    }

.allbindifo {
    display: flex;
    width: 100%;
}

.country__headerAccumulation {
    display: inline-block;
    /*max-width: 300px;*/
}

.header__countryProfiling {
    display: inline-block;
    /*max-width: 150px;*/
}
/* --------- // info popup custom css ------------*/
/* --------- custom css ------------*/
div:where(.swal2-container) h2:where(.swal2-title) {
    font-size: 25px !important;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    width: 27em !important;
}

.min-height-300 {
    min-height: 393px !important;
}

.bg-gradient {
    /*background: linear-gradient(117deg, rgb(238, 152, 76) 0%, rgb(164, 113, 72) 92%);*/
}

.sidepanel2 {
    position: absolute;
    right: 30px;
    /* bottom: 22.1em; */
    z-index: 999;
    border-radius: 3px;
    white-space: nowrap;
    display: grid;
    background: rgba(161, 93, 33, 0.71);
    backdrop-filter: blur(8px);
    top: 18.3em;
}

.leaflet-draw {
    position: absolute;
    right: 9px !important;
}

.sidepanel2 a {
    width: 28px;
    height: 26px;
    padding: 0px 6px;
}
.drought_spatial {
    background-color: #bc7e49;
    width: 215px;
    border: navajowhite;
    border-radius: 3px;
    color: #fff;
    padding: 4px 0px;
    margin-bottom: 7px;
}
#map.leaflet-touch .leaflet-control-layers {
    margin-right: 9px !important;
    position: relative;
    right: 0px;
    top: 0px !important;
    z-index: 9999;
}
span.download__map {
    position: absolute;
    background-color: #a46e40;
    width: max-content;
    padding: 6px 16px;
    right: 36px;
    border-radius: 3px;
    font-size:12px;
    display:none;
    transition:all ease .8s;
}
#downloadBtn:hover span.download__map{
    display:block;
}
span.download__map i {
    position: absolute;
    right: -5px;
    top: 0px;
    /* background-color: #a46e40; */
    color: #a46e40;
    font-size: 31px;
}
.form-group.p-2.updatebtn__div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.leaflet-touch .geocoder-control-input {
    left: -16px !important;
}

.leaflet-touch .leaflet-control-zoom {
    left: 12px !important;
    top: 45px;
}

#wrapper.toggled .content-wrapper {
    width: 100vw;
    transition: all .3s ease;
    padding-left: 43px;
    padding-right: 12px;
}

.sidepanel2 a:first-child {
    padding: 5px 6px;
}

.Chamoisee {
    background-color: #CC8B52;
}

.Sepia {
    background-color: #A15D21;
}

#date-info {
    margin-top: 5px;
}

    #date-info .blink {
        margin-bottom: 5px;
    }

    #date-info label {
        font-size: .90rem;
        font-weight: 400;
        text-transform: none;
        margin-bottom: 0px;
    }

span.dataMsg {
    font-size: 14px;
    font-weight: 600;
}

#legenddiv2 {
    position: absolute;
    width: 312px;
    height: 199px;
    bottom: 52px;
    right: 65px;
    margin: 0;
    padding: 0;
    z-index: 999;
    border: none;
    background: rgba(255,255,255,0.9);
    overflow: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    #legenddiv2 .legend-title {
        background-color: #ad783f;
        color: #fff;
        padding: 2px 10px 3px 10px;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-top-left-radius: 4px;
        border-top-right-radius: 0px;
    }

        #legenddiv2 .legend-title span {
            cursor: pointer;
        }

#legendshow {
    padding: 10px;
}




input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px #ffffff;
}

.box input:focus {
    color: #ffffff;
}

.sidebar-submenu .form-control:focus {
    color: #282320;
}

.BrdrBtm {
    border: 1px solid rgb(185, 124, 73);
    height: 1px;
    margin: 25px 0px 15px 0px;
}

.text-right a {
    color: #ffffff;
    line-height: 34px;
}

span.count {
    float: right;
    font-size: 12px;
    font-weight: 700;
    color: #804210;
    letter-spacing: 0;
}
/*---------------- // custom css ----------------*/

/*----------------  feedback page css ------------------*/
.box_content_regi_fdbck {
    background: #ffffff;
    padding: 7px 17px;
    border: 1px solid #ad783f;
    border-radius: 3px;
}

.box_content_contMap {
    background: #f4f4f4;
    padding: 4px 4px;
    border: 1px solid #ad783f;
    border-radius: 3px;
}

.registration__img img {
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
    object-position: center;
}

.register-form input[type="email"],
.register-form input[type="text"],
.register-form input[type=password],
.register-form select {
    font-family: 'Open Sans', sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    padding: 2px 7px;
    border: 1px solid #6d4d28;
    font-size: 14px;
    height: 34px;
}

.copy-text input[type="text"] {
    font-family: 'Open Sans', sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    padding: 2px 7px;
    border: 1px solid #6d4d28;
    font-size: 14px;
    height: 34px;
    width: 276px;
    display: inline;
}

.register-form textarea {
    font-family: 'Open Sans', sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    padding: 2px 7px;
    border: 1px solid #6d4d28;
    font-size: 14px;
}

    .register-form select:focus, .register-form textarea:focus, .copy-text input[type="text"]:focus {
        background: transparent;
        border-color: #ad783f;
        box-shadow: none;
    }

/*.feedback__page {
    margin-top: 4rem;
}*/

h2.main_hdng {
    font-size: 23px;
    color: #a47148;
    letter-spacing: 0.3px;
    position: relative;
    line-height: 45px;
    font-weight: 600;
    margin-top: 6px;
}

div:where(.swal2-container) {
    z-index: 99999 !important;
}

h2.main_hdng2 {
    font-size: 15px;
    color: #a47148;
    letter-spacing: 0.3px;
    position: relative;
    line-height: 28px;
    font-weight: 600;
}

.addcolour {
    border: 1px solid white;
    border-radius: 40px;
    background: white;
    color: #31512a !important;
}

.register-form input::placeholder {
    color: gray;
}

register_img {
    border-radius: 50%;
    height: 469px;
    position: absolute;
    right: 18px;
    height: 435px;
    border-radius: 50px 1px 82px 12px;
    top: 0;
    width: 95% !important;
    border: 8px solid #5b8c51;
    padding: 8px;
}


.validate {
    /* border: 1px solid #fff;
    background: rgba(0,0,0,0.34);
    top: 4px;
    border-radius: 7px;*/
}


.feedback__page label, .swal2-html-container label {
    color: #000000;
    font-size: .82rem;
    margin-bottom: 6px;
}

.feedback__page .register-form h2 {
    color: #ad783f;
    font-size: 26px;
}

.feedback__page .register-form p {
    color: #ad783f;
}

.feedback__page .register-form input, .feedback__page .register-form textarea, .copy-text input {
    border: 1px solid #ad783f;
}

.validate input, #showresolve input {
    border: 1px solid #ad783f;
    padding: 4px 5px;
    font-size: 14px;
    height: 31px;
    font-family: 'Open Sans', sans-serif;
}

    .validate input:focus, #showresolve input:focus {
        box-shadow: none;
        background: transparent;
        color: #000000;
        border: 1px solid #ad783f;
    }

#imgInp, #videoInp {
    padding: 2.2px 9px;
    height: auto;
}

.feedback__table label {
    color: #000000;
    font-size: 15px;
    text-transform: capitalize;
}


.feedback__table table tr:nth-child(n) td {
    background-color: #fff;
    font-size: 13px;
    padding: 6px 0px;
    box-shadow: none !important;
}

.feedback__table table tr:nth-child(2n) td {
    background-color: #f7f0ed;
    font-size: 13px;
    padding: 6px 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background: #ad783f !important;
    background-color: #ad783f !important;
    border: 1px solid #ad783f !important;
}

.feedback__table table {
    box-shadow: none;
    padding: 0px;
    border-radius: 0px;
}

.feedback__table #feedbacktable_length select {
    padding: 0px;
    margin: 0 10px;
}

.feedback__table #feedbacktable_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 2px 5px;
    background-color: transparent;
    color: inherit;
    margin-left: 8px;
}

.feedback__table .btn {
    padding: 2px 0px;
    box-shadow: none;
}

    .feedback__table .btn img {
        width: 18px;
    }

.register-form input[type="email"]:focus, .register-form input[type="text"]:focus, .register-form input[type=password]:focus, .register-form textarea:focus, input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    box-shadow: none;
    background: transparent;
    color: #000000;
}

.register-form select, input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    font-size: 13.3px;
    color: #000000;
    padding: 2px 7px;
    letter-spacing: 0.5px;
    border: 1px solid #ad783f;
    height: 34.4px;
}

/*---------------- // feedback page css ----------------*/

/*----------------  accordion feedback page css ------------------*/
.accordFdbck .card-header .title {
    font-size: 17px;
    color: #a47148;
    letter-spacing: 0.3px;
}

.accordFdbck .card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
    color: #bc7e49;
}

.accordFdbck .card-header {
    cursor: pointer;
    border-bottom: none;
}

.accordFdbck .card {
    border: 1px solid #ddd;
}

.accordFdbck .card-body {
    border-top: 1px solid #ddd;
}

.accordFdbck .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}
/*---------------- // accordion feedback page css ----------------*/

/*----------------  contact page css ------------------*/
.contact-spcng {
    padding: 3% 0%;
    margin-top: 0%;
}

.cont_info {
    border: 1px solid #ad783f;
    padding: 0px 14px;
    background: #fff;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 3px;
}

    .cont_info i {
        font-size: 15px;
        color: #af7749;
        float: left;
        width: 34px;
        height: 34px;
        background: #f8e5d4;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .cont_info .email:hover i, .cont_info .address:hover i, .cont_info .phone:hover i {
        background: rgb(188, 126, 73);
        color: #fff;
    }

    .cont_info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #0fb2bb;
    }

    .cont_info p, .cont_info p a {
        padding: 0px 0 0px 51px;
        margin-bottom: 0px;
        font-size: 15px;
        color: #000000;
        text-align: left;
        line-height: 21px;
    }

        .cont_info p a {
            color: #ad783f !important;
            padding: 0;
            text-decoration: underline;
        }

.address, .email, .phone {
    padding-bottom: 10px;
    border-bottom: 1px dashed #c3814a;
    padding-top: 9px;
}

.phoneNobrdr {
    border-bottom: 0;
}

.address {
    /*padding-top: 0px;*/
    /* border-top: 1px dashed #145da0; */
}

.padding-L {
    padding-left: 0;
}

.padding-R {
    padding-right: 0;
}

.cont_info p span {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.1px;
    position: relative;
    line-height: 34px;
    font-weight: 500;
    margin-top: 0px;
    text-transform: uppercase;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 64.1%;
    position: relative;
    height: 0;
}

    .map-responsive.box_content_contMap {
        height: 100%;
    }

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

/*---------------- //  contact page css ------------------*/

/*----------------  about page css ------------------*/
.padngCstm {
    padding-left: 70px;
    padding-right: 70px;
}

.about__page {
    margin-top: 4rem;
}

.about__heading1 h6 {
    font-size: 20px;
    margin-top: 17px;
    text-align: left;
    color: #2c2c2c;
    letter-spacing: 0px;
    position: relative;
    line-height: 29px;
    font-weight: 600;
}

.paraL {
    padding: 0 0 0 30px;
    border-style: solid;
    border-width: 0 0 0 5px;
    border-color: rgb(188, 126, 73) !important;
}

    .paraL p, .paraA p {
        font-size: 15px;
        line-height: 25px;
        color: #2c2c2c;
        text-align: justify;
    }

ul.aboutSctn {
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    list-style-type: none;
    margin-bottom: 0px !important;
}

    ul.aboutSctn li {
        margin-top: 17px;
        margin-bottom: 10px;
    }

    ul.aboutSctn li {
        background: rgba(255, 173, 43, 0.13);
        padding: 12px 12px;
        text-align: justify;
    }

.aboutSctn li {
    font-size: 15px;
    line-height: 25px;
}

.imageWrappr {
    margin-top: 0%;
    position: relative;
}

.rightImg {
    text-align: center;
    position: relative;
    max-width: 580px;
    margin: 0 auto 30px;
    padding-left: 80px;
    padding-top: 18px;
}

    .rightImg img, .image-second img {
        height: auto;
        max-width: 100%;
        border-radius: 0;
    }

    .rightImg img {
        border: 10px solid rgb(255, 255, 255);
        -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1);
        box-shadow: 0 10px 20px rgba(0,0,0,.1);
    }

.image-second {
    position: absolute;
    left: 0;
    top: -39px;
    z-index: 11;
    max-width: 195px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1);
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
/*---------------- // about page css ------------------*/

#exampleModal .modal-dialog {
    max-width: 600px;
    width: 100%;
   /* padding-top: 80px;*/
}
#exampleModal__table .modal-dialog {
    max-width: 711px;
    width: 100%;
}
#exampleModal .modal-header{
    background: #bc7e49;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    padding: 8px 14px;
}
#exampleModal__table .modal-header {
    background: #bc7e49;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    padding: 8px 14px;
}
#exampleModal__table table thead th{
    background: #bc7e49;
    border: 1px solid #fff;
    padding: 5px 22px;
    vertical-align: middle;
}
#exampleModal__table1 table thead th {
    background: #bc7e49;
    border: 1px solid #fff;
    padding: 5px 22px;
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
}
#exampleModal__table1 table tbody td {
    border: 1px solid #bc7e49;
}
#exampleModal__table1 table {
  
    border: 1px solid #fff!important;
   
}
#exampleModal__table1 table tbody td {
    padding: 5px 22px;
  
}
#exampleModal__table1 .modal-header {
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #bc7e49;
    padding: 8px 14px;
}
#exampleModal__table1 .modal-dialog {
    max-width: 1027px;
    width: 100%;
}
/*div#exampleModal__table {
    padding-top: 100px;
}*/
table#waterLevelTable1  thead{
    position:sticky;
    top:0;
    width:100%;
}
#exampleModal__table table tbody td {
    border: 1px solid #bc7e49;
   /* background-color: #f5f5f5;*/
    padding: 5px 22px;
}
.feedback__tablepopup#exampleModal {
    padding-top: 53px;
}
#dataPopupLabel .close{
    color:#fff;
}

#exampleModal .modal-header h5 {
    color: #ffffff;
    font-size:15px;
}
#exampleModal__table .modal-header h5 {
    color: #ffffff;
    font-size: 15px;
}
div#exampleModal .modal-body {
    height: calc(100vh - 187px);
}
div#exampleModal__table .modal-body {
    height: auto;
}

.close, .close:hover {
    font-size: 1.4rem !important;
    font-weight: 400 !important;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff !important;
    opacity: 1 !important;
}
/*.collapse__map section.leaflet-control-layers-list {
    max-height: 123px;*/
    /* overflow: auto; */
    /*overflow-y: scroll;
    right: 41px;
    position: absolute;
    background-color: #b97c48;
    width: 193px;
    padding: 20px 10px;
    top: 3px;
}
.collapse__map .leaflet-touch .leaflet-control-layers {
    border: 2px solid rgba(255, 255, 255, 0.2);
    top: 0px !important;
    margin-right: 0px !important;
    position: relative;
}*/

.collapse__map .leaflet-control-layers.leaflet-control.leaflet-control-layers-expanded {
    background-color: transparent;
}
    .collapse__map .leaflet-control-layers.leaflet-control.leaflet-control-layers-expanded section.leaflet-control-layers-list {
        background-color: #b8875b;
        padding: 10px 10px;
        position: relative;
        right: 29px;
        max-height: 140px;
        overflow-y: auto;
        border-radius: 3px;
    }
.leaflet-control-layers.leaflet-control.leaflet-control-layers-expanded {
    background-color: transparent;
}

    .leaflet-control-layers.leaflet-control.leaflet-control-layers-expanded section.leaflet-control-layers-list {
        background-color: #b8875b;
        padding: 10px 10px;
        position: relative;
        right: 29px;
        max-height: auto;
        border-radius: 3px;
    }
.collapse__map .leaflet-control-layers.leaflet-control.leaflet-control-layers-expanded section.leaflet-control-layers-list::-webkit-scrollbar {
    width: 5px;
    background-color: #b8875b;
}


/* Track */
.collapse__map .leaflet-control-layers.leaflet-control.leaflet-control-layers-expanded section.leaflet-control-layers-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #b8875b;   
}

/* Handle */
        .collapse__map .leaflet-control-layers.leaflet-control.leaflet-control-layers-expanded section.leaflet-control-layers-list::-webkit-scrollbar-thumb {
            background: #fff;
            border-radius: 2px;
        }

    /* Handle on hover */
            /*.collapse__map .leaflet-control-layers.leaflet-control.leaflet-control-layers-expanded section.leaflet-control-layers-list::-webkit-scrollbar-thumb:hover {
                background: #ad783f;
            }*/
    .collapse__map .leaflet-control-layers.leaflet-control.leaflet-control-layers-expanded .leaflet-retina.leaflet-control-layers-toggle {
        width: 28px;
        height: 28px;
        box-shadow: 0 1.5px 3px rgba(0,0,0,.25);
        position: absolute;
        right: 10px;
        z-index: 99999;
    }
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: block !important;
    position: absolute;
    right: 0px;
    top: 0px !important;
}
 .leaflet-control-layers.leaflet-control.leaflet-control-layers-expanded .leaflet-retina.leaflet-control-layers-toggle {
    width: 28px;
    height: 28px;
    box-shadow: 0 1.5px 3px rgba(0,0,0,.25);
    position: absolute;
    right: 10px;
    z-index: 99999;
}
.leaflet-control-layers-toggle {
    border-radius: 3px;
}
.collapse__map .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: block !important;
    position: absolute;
    right: 0px;
    top: 0px !important;
    border-radius: 3px;
}
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(../images/layers.png);
    background-size: 18px 18px;
    background-position: 50% 50%;
    background-color: #b8875b;
}
.Surface__div label {
    position: relative;
    right: 6px;
    font-size: 12px;
    margin-bottom:13px;
    color:#000000;
    font-weight:normal;
}
table.custom__table tr:nth-child(2n) td {
    background-color: #f7f0ed !important;
    font-size: 13px;
    padding: 6px 0px;
    vertical-align: middle;
    color: #000000;
    font-weight: normal;
}
table.custom__table tr:nth-child(n) td {
    background-color: #fff;
    font-size: 13px;
    padding: 6px 0px;
    box-shadow: none !important;
    vertical-align: middle;
    color: #000000;
    font-weight: normal;
}
.toggled .sidepanel2 {
    position: absolute;
    right: 28px;
    bottom: 29.9em;
    top:unset;
}
a.nav-link.update__btn {
    background-color: #bc7e49;
    color: #fff;
    border-radius: 4px;
    width: auto;
    /* padding: 9px 10px; */
    width: 195px;
    font-size: 12px !important;
    font-weight: 500;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
#reportsList i{
    color:#fff!important;
}
.percentage h3{
    margin-top: 0px!important;
    background-color: #ad783f;
    font-size: 0.8rem;
    color: #fff;
    padding-left: 10px;
    margin-bottom:0px;
}
.percentage table tr td {
    background-color: #f5f5f5;
    border: 1px solid #e5bf9b!important;
    font-size:12px;
}
.percentage table tr td:first-child {
    background-color: #f5f5f5;
    font-weight:600;
   
}
.percentage table tr td:nth-child(2n) {
    background-color: #f5f5f5;
   
}
/*----------------  feedback page table css ------------------*/
.crop_list_tbl .btn {
    box-shadow: none;
}

.crop_list_tbl {
    overflow-y: auto;
    height: 479px;
    margin-bottom: 0px;
    border: 1px solid #bc7e49;
    padding: 14px;
}



.tm_src_tbl_scroll table {
    border-collapse: separate !important;
    margin-bottom: 0px;
    border: 1px solid #ffe4cc;
}

.cmntTbl {
    border: 1px solid #bc7e49;
    padding: 14px;
    height: 276px;
    overflow: auto;
}

    .crop_list_tbl table thead tr th, .cmntTbl .dataTables_scrollHead table thead th, .cmntTbl table thead tr th {
        background: #bc7e49;
        padding: 7px 7px !important;
        color: #ffffff;
        letter-spacing: 0.2px;
        font-weight: 500;
        font-size: 13px;
        border: 1px solid #e69d5f;
        vertical-align: middle;
        line-height: 15px;
        border-left: none;
        border-top: none;
        border-bottom: none;
    }


.feedckTbl {
    /*overflow-y: auto;
    height: 279px;*/
    margin-bottom: 0px;
    border: 1px solid #bc7e49;
    padding: 14px;
}

    .feedckTbl table thead tr th {
        background: #bc7e49;
        padding: 7px 7px !important;
        color: #ffffff;
        letter-spacing: 0.2px;
        font-weight: 500;
        font-size: 13px;
        border: 1px solid #e69d5f;
        vertical-align: middle;
        line-height: 15px;
        border-left: none;
        border-top: none;
        border-bottom: none;
        white-space: normal;
    }

    .feedckTbl .dataTables_scrollBody table thead tr th {
        background: transparent;
        padding: 0px;
        line-height: 0px;
    }

    .feedckTbl table tbody tr td {
        padding: 4px 8px !important;
        border: 1px solid #ffe4cc;
        border-left: none;
        border-top: none;
        color: #000000;
        vertical-align: middle;
        white-space: nowrap;
        font-size: 13px;
    }

.cmntTbl .dataTables_scrollBody table thead tr th {
    background: transparent;
    padding: 0px;
    line-height: 0px;
}

.tbl_fnt_sz table th {
    font-size: 15px;
    white-space: nowrap;
}

.crop_list_tbl table tbody tr td, .cmntTbl table tbody tr td {
    padding: 4px 8px !important;
    border: 1px solid #ffe4cc;
    border-left: none;
    border-top: none;
    color: #000000;
    vertical-align: middle;
    white-space: normal;
    font-size: 13px;
}


.tbl_fnt_sz table td {
    text-align: left;
}
/*---------------- // feedback page table css ------------------*/

/* --------------- footer inner ---------------------*/
.ft_all {
    background-color: #bc7e49 !important;
    position: unset;
    /* top: 0px; */
    bottom: 0px;
    width: 100%;
    padding: 4px 5px;
}

    .ft_all p {
        margin-bottom: 0px;
        font-size: 14px;
        color: #fff;
    }
/*-------------   // footer inner  ------------------*/
/*---------------- sweet alert button css ----------------*/
.swal2-cancel {
    font-size: .80rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 11px;
    border-radius: .25rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    color: #fff;
    background-color: rgb(188, 126, 73) !important;
}

.swal2-confirm {
    font-size: .80rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 11px;
    border-radius: .25rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    color: #a47148 !important;
    border: 1px solid rgb(188, 126, 73) !important;
    background-color: transparent !important
}

    .swal2-confirm:focus {
        box-shadow: none !important;
    }
/*---------------- // sweet alert button css ----------------*/
/* ------ ---- marquee pause on hover css ------*/
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

    .marquee:hover .marquee__item {
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
    }

.marquee__seperator {
    margin: 0 2rem;
}

.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 30s linear infinite;
    animation: marquee 30s linear infinite;
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee {
    padding: 5px 0;
    color: #000000;
}

/* ------ // marquee pause on hover css ------*/


/* ----------- custom scrollbar ----------*/
.scrollbar-1 {
    scrollbar-width: thin;
    scrollbar-color: rgba(62, 61, 61, 0.93) rgba(48, 50, 116, 0);
}

    .scrollbar-1::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .scrollbar-1::-webkit-scrollbar-track {
        background-clip: content-box;
        border: 2px solid transparent;
    }

    .scrollbar-1::-webkit-scrollbar-thumb {
        background-color: #5d5555;
    }

        .scrollbar-1::-webkit-scrollbar-thumb:hover {
            background-color: #141312;
        }

    .scrollbar-1::-webkit-scrollbar-corner, .scrollbar-1::-webkit-scrollbar-track {
        background-color: #b0b7c4;
    }
/* ------ // custom scrollbar------*/
/*----------------right-sidebar----------------*/
.right-sidebar {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: -300px;
    z-index: 999;
    text-align: center;
    padding: 10px;
    background: #000000;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.switcher-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #000;
    text-align: center;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    position: fixed;
    right: 0;
    top: 15rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.right-sidebar.right-toggled {
    right: 0px;
}

    .right-sidebar.right-toggled .switcher-icon {
        right: 260px;
    }

.bg-theme {
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    transition: background .3s;
}

.switcher {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 20px;
}

    .switcher li {
        float: left;
        width: 85px;
        height: 75px;
        margin: 0 15px 15px 0px;
        border-radius: 4px;
        border: 0px solid black;
    }

#theme1 {
    background-image: url(../images/bg-themes/1.png);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme2 {
    background-image: url(../images/bg-themes/2.png);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme3 {
    background-image: url(../images/bg-themes/3.png);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme4 {
    background-image: url(../images/bg-themes/4.png);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme5 {
    background-image: url(../images/bg-themes/5.png);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme6 {
    background-image: url(../images/bg-themes/6.png);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme7 {
    background-image: linear-gradient(45deg, #0c675e, #069e90);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme8 {
    background-image: linear-gradient(567deg, rgba(165, 42, 4, 0.89), rgba(113, 102, 8, 0.89), rgba(13, 95, 16, 0.93), rgba(4, 79, 88, 0.94), rgba(19, 56, 86, 0.9), rgba(24, 32, 78, 0.94), rgba(100, 8, 115, 0.95));
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme9 {
    background-image: linear-gradient(45deg, #29323c, #485563);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme10 {
    background-image: linear-gradient(45deg, #795548, #945c48);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme11 {
    background-image: linear-gradient(45deg, #1565C0, #1E88E5);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme12 {
    background-image: linear-gradient(45deg, #65379b, #886aea);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme13 {
    background-image: linear-gradient(180deg, #ff5447, #f1076f);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme14 {
    background-image: linear-gradient(180deg, #08a50e, #69bb03);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

#theme15 {
    background-image: linear-gradient(45deg, #6a11cb, #2575fc);
    background-size: 100% 100%;
    background-position: center;
    transition: background .3s;
}

body.bg-theme1 {
    /*background-image: url(../images/1.png);*/
    /*background-image: linear-gradient(to right top, #d98d3c, #d98d3c, #d98d3c, #bb7b4c, #bf7945, #b57941, #aa783e, #a0773c, #897543, #896622, #7a612b, #5f615c);*/
    /*background: linear-gradient(117deg, rgb(238, 152, 76) 0%, rgb(164, 113, 72) 92%);*/
}

body.bg-theme2 {
    background-image: url(../images/bg-themes/2.png);
}

body.bg-theme3 {
    background-image: url(../images/bg-themes/3.png);
}

body.bg-theme4 {
    background-image: url(../images/bg-themes/4.png);
}

body.bg-theme5 {
    background-image: url(../images/bg-themes/5.png);
}

body.bg-theme6 {
    background-image: url(../images/bg-themes/6.png);
}

body.bg-theme7 {
    background-image: linear-gradient(45deg, #0c675e, #069e90);
}

body.bg-theme8 {
    background-image: linear-gradient(567deg, rgba(165, 42, 4, 0.89), rgba(113, 102, 8, 0.89), rgba(13, 95, 16, 0.93), rgba(4, 79, 88, 0.94), rgba(19, 56, 86, 0.9), rgba(24, 32, 78, 0.94), rgba(100, 8, 115, 0.95));
}

body.bg-theme9 {
    background-image: linear-gradient(45deg, #29323c, #485563);
}

body.bg-theme10 {
    background-image: linear-gradient(45deg, #795548, #945c48);
}

body.bg-theme11 {
    background-image: linear-gradient(45deg, #1565C0, #1E88E5);
}

body.bg-theme12 {
    background-image: linear-gradient(45deg, #65379b, #886aea);
}

body.bg-theme13 {
    background-image: linear-gradient(180deg, #ff5447, #f1076f);
}

body.bg-theme14 {
    background-image: linear-gradient(180deg, #08a50e, #69bb03);
}

body.bg-theme15 {
    background-image: linear-gradient(45deg, #6a11cb, #2575fc);
}

/*---------- captcha -----------*/

.captcha-area {
    display: flex;
    height: 35px;
    margin: 0px 0 7px;
    align-items: center;
    justify-content: space-between;
}

    .captcha-area .captcha-img {
        height: 100%;
        width: 289px;
        user-select: none;
        background: #000;
        border-radius: 5px;
        position: relative;
    }

.captcha-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
    opacity: 0.95;
}

.captcha-img .captcha {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    color: #000000;
    font-size: 26px;
    text-align: center;
    letter-spacing: 10px;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 2px #b1b1b1;
    font-family: 'Open Sans', serif;
}

.reload-btn {
    width: 35px;
    height: 35px;
    background: #ffffff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-image: url('../images/reload.png');
    background-size: 60% 60%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}

/*.rld-btn {
    position: relative;
    left: 7px;
    top: 8px;
    height: 31px;
    width: 31px;
}*/

input.imgsize {
    height: 19px;
}
/*--- //captcha css ----*/

/*--- collapsible div css ----*/
.panel-heading.collapsed .fa-chevron-down,
.panel-heading .fa-chevron-right {
    display: none;
}

.panel-heading.collapsed .fa-chevron-right,
.panel-heading .fa-chevron-down {
    display: inline-block;
}

i.fa {
    cursor: pointer;
    margin-right: 5px;
}

.collapsed ~ .panel-body {
    padding: 0;
}

span.expnd {
    margin-left: 6px;
    font-weight: 600;
}
/*----*/
.panel-info > .panel-heading {
    color: #a47148;
    background: rgba(255, 255, 255, 0.9);
    width: 117px;
    cursor: pointer;
    margin-top: 2px;
    display: flex;
    position: relative;
    padding-left: 38px;
    /* padding-right: 47px; */
}

.panel-heading {
    padding: 4px 7px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
/*--- //collapsible div css ----*/

/*--- custom popup css ---*/
.SrfcWtrLvl .modal-dialog {
    max-width: 900px;
}

.SrfcWtrLvl .modal-content {
    height: auto;
    background-color: #f5f5f5;
    width: 1450px;
    border-radius: 1px;
}

.SrfcWtrLvl .modal-header {
    padding: 3px 17px 3px 17px;
    background: #ffffff;
    border-radius: 0px;
}

.SrfcWtrLvl .modal-title {
    font-size: 17px;
    color: #000000;
    letter-spacing: 0.2px;
}

.SrfcWtrLvl h4.modal-title {
    font-size: 12px;
    font-weight: 600;
}
#dataPopup .modal-header .close {
    padding: 1.2rem 0.9rem;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 9;
    color: #fff !important;
    opacity: 1 !important;
}
.SrfcWtrLvl .modal-header .close {
    padding: 1.2rem 0.9rem;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 9;
    color: #151515 !important;
    opacity: 1 !important;
}

.SrfcWtrLvl .modal-header .close:hover, .SrfcWtrLvl .modal-header .close:focus {
    opacity: 0.75;
}

/*--- // custom popup css ends */

/*--- custom popup css ---*/
.ReprtPpopup .modal-dialog {
    max-width: 500px;
}

.ReprtPpopup .modal-content {
    height: auto;
    background-color: #f5f5f5;
    width: 500px;
    border-radius: 1px;
}

.ReprtPpopup .modal-header {
    padding: 3px 17px 3px 17px;
    background: #ffffff;
    border-radius: 0px;
}

.ReprtPpopup .modal-title {
    font-size: 15px;
    color: #000000;
    letter-spacing: 0.2px;
}

.ReprtPpopup h4.modal-title {
    font-size: 12px;
    font-weight: 600;
}

.ReprtPpopup .modal-header .close {
    padding: 1.2rem 0.9rem;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 9;
    color: #151515 !important;
    opacity: 1 !important;
}

.ReprtPpopup .modal-header .close:hover, .ReprtPpopup .modal-header .close:focus {
    opacity: 0.75;
}

/*--- // custom popup css ends */


/* Topbar Header */
.navbar-expand .navbar-nav {
    margin-left: 33px;
}

.topbar-nav .navbar {
    padding: 0px 15px;
    height: 60px;
    /*background-color: rgb(173, 120, 63);*/
    /* background-color: #CC8B52;*/
    background: linear-gradient(117deg, rgb(238, 152, 76) 0%, rgb(164, 113, 72) 92%);
    -webkit-box-shadow: 0 2px 10px rgba(255, 255, 255, 0.19);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.1), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    z-index: 9999;
}

.toggle-menu i {
    margin-left: 218px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 999;
}

.right-nav-link a.nav-link {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    font-size: 14px;
    color: #ffffff;
}

/* Dropdown Menu */
.dropdown-menu {
    border: 0px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
    font-size: 15px;
    background: #b27849;
    color: #ffffff;
   
}
ul.dropdown-menu.dropdown-menu-right.profile__container.show {
    top: 65px;
}
li.up__arrow {
    position: absolute;
    top: -21px;
    right: 0px;
    font-size: 28px;
}
.dropdown-menu-right {
    right: 25px;
}
li.up__arrow i{
    color: #b27849;
}
ul.dropdown-menu.dropdown-menu-right.notification__div.show {
    top: 56px;
    right: 2px;
}
.dropdown-menu ul {
    margin-top: 0px;
}

.dropdown-divider {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.dropdown-item {
    padding: .40rem 1.5rem;
    color: #ffffff;
}

    .dropdown-item a {
        color: #ffffff;
        font-size: 15px;
    }

    .dropdown-item:hover {
        background-color: #8b552b;
        color: #ffffff;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #8b552b;
    }

.dropdown-toggle-nocaret:after {
    display: none
}

/* User Details */
.user-profile img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}


.user-details .media .media-body .user-title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 2px;
}

.user-details .media .media-body .user-subtitle {
    font-size: 13px;
    color: #232323;
    margin-bottom: 0;
}

/* Logo */

.brand-logo {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: left;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}

.logo-text {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    /*text-transform: uppercase;*/
    position: relative;
    top: 0px;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
}

.logo-icon {
    width: 151px;
    margin-left: 20px;
    margin-right: 12px;
    position: relative;
    top: -3px;
}

.allLegendsflood {
    overflow: auto;
    position: absolute;
    z-index: 9;
    right: 9px;
    bottom: 28px;
    width: auto;
    overflow-x: hidden;
}

    .allLegendsflood img {
        height: 198px;
    }

.user-details .media .avatar img {
    width: 29px;
    height: 29px;
    border-radius: 50%;
}

.user-details .media .media-body .user-title {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px;
}

.user-details .media .media-body .user-subtitle {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 0;
}

/* SearachBar */
.search-bar {
    margin-left: 20px;
    position: relative;
}

    .search-bar input {
        border: 0px solid #f1f1f1;
        font-size: 15px;
        width: 530px;
        border-radius: 0.25rem;
        height: 34px;
        padding: .375rem 2.0rem .375rem .75rem;
        background-color: rgba(255, 255, 255, 0.2);
    }


        .search-bar input::placeholder {
            color: #fff !important;
            font-size: 13px;
            opacity: .5 !important; /* Firefox */
        }


        .search-bar input:focus {
            background-color: rgba(0,0,0,.2);
            border: 0px solid #f1f1f1;
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.45)
        }

    .search-bar a i {
        position: absolute;
        top: 8px;
        right: 15px;
        color: #fff;
        font-size: 16px;
    }

.product-img {
    height: 32px;
}

.skill-img {
    height: 35px;
}

.page-title {
    font-size: 20px;
    line-height: 20px;
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
}

.sidebar-menu li a i:first-child {
    margin-right: 10px;
    font-size: 18px;
}

.sidebar-menu li a i:last-child {
    margin-right: 8px;
    font-size: 16px;
    color: #a47148;
}

.row.row-group > div {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12)
}

    .row.row-group > div:nth-child(5n+5) {
        /*border-bottom: none;*/
    }

    .row.row-group > div:nth-child(7n+7) {
        /* border-bottom: none; */
        padding: 0px 10px;
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        justify-content: center;
    }
#graphModal button.btn-light {
    border-radius: 4px;
    padding: 3px 10px;
}

#graphModal .modal-header {
    text-align: -webkit-left;
    display: flex;
    justify-content: center;
    background-color: #bc7e49;
    color: #fff;
}
.accordFdbck .card-header.collapsed .downarrow__ico .fa-chevron-up{
    display:none;
}
.accordFdbck .card-header .downarrow__ico .fa-chevron-down {
    display: none;
}
.accordFdbck .card-header.collapsed .downarrow__ico .fa-chevron-down {
    display: block;
}
#graphModal .modal-header h5 {
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 17px;

}
    #graphModal .modal-header button{
        color: #fff;
    }
/*Cards */
.card {
    margin-bottom: 7px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
}

.card-title {
    margin-bottom: 0rem;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}

.card-action {
    float: right
}

    .card-action a i {
        color: #ffffff;
        border-radius: 50%;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.card-deck {
    margin-bottom: 25px;
}

@media (min-width: 576px) {

    .card-deck {
        margin-right: -12.5px;
        margin-left: -12.5px;
    }

        .card-deck .card {
            margin-right: 12.5px;
            margin-left: 12.5px;
        }
}

.card-group {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}

    .card-group .card {
        box-shadow: none;
    }

/*Profile card 2*/
.profile-card-2 .card-img-block {
    float: left;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.profile-card-2 .card-body {
    position: relative;
}

.profile-card-2 .profile {
    border-radius: 50%;
    position: absolute;
    top: -42px;
    left: 15%;
    max-width: 75px;
    border: 3px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
select#SpatialDroughtSelect {
    color: #282320;
    font-size: .70rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 2px 7px;
    letter-spacing: 0.5px;
    height: calc(1.2em + 0.77rem + 4px);
}
.profile-card-2 h5 {
    font-weight: 600;
}

.profile-card-2 .card-text {
    font-weight: 300;
    font-size: 15px;
}

.profile-card-2 .icon-block {
    float: left;
    width: 100%;
}

    .profile-card-2 .icon-block a {
        text-decoration: none;
    }

.profile-card-2 i {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}

/*Buttons */
.btn {
    font-size: .80rem !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    padding: 5px 11px !important;
    border-radius: .25rem !important;
    width: 100% !important;
    text-transform: uppercase !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.btn-link {
    color: #14abef;
}

.btn:focus {
    box-shadow: none;
}

.btn-lg {
    padding: 12px 38px;
    font-size: .90rem;
}

.btn-sm {
    font-size: 10px;
    font-weight: 500;
    padding: 6px 15px;
}

.btn-group-sm > .btn {
    font-size: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3
}

    .btn-primary:hover {
        color: #fff;
        background-color: #6a27e0;
        border-color: #6a27e0
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: none;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #6a27e0;
        border-color: #6a27e0
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #6a27e0;
        border-color: #6a27e0
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-secondary {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #82503f;
        border-color: #82503f
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: none;
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #82503f;
        border-color: #82503f
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #82503f;
        border-color: #82503f
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-success {
    color: #fff;
    background-color: #04b962;
    border-color: #04b962
}

    .btn-success:hover {
        color: #fff;
        background-color: #019e4c;
        border-color: #019e4c
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: none;
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #019e4c;
        border-color: #019e4c
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #019e4c;
        border-color: #019e4c
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-info {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff
}

    .btn-info:hover {
        color: #fff;
        background-color: #039ce0;
        border-color: #039ce0
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: none;
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #039ce0;
        border-color: #039ce0
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #039ce0;
        border-color: #039ce0
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: none;
        }


.btn-warning {
    color: #fff;
    background-color: #ff8800;
    border-color: #ff8800
}

    .btn-warning:hover {
        color: #fff;
        background-color: #e67c02;
        border-color: #e67c02
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: none;
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #fff;
        background-color: #e67c02;
        border-color: #e67c02
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #e67c02;
        border-color: #e67c02
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-danger {
    color: #fff;
    background-color: #f43643;
    border-color: #f43643
}

    .btn-danger:hover {
        color: #fff;
        background-color: #de2935;
        border-color: #de2935
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: none;
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #de2935;
        border-color: #de2935
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #de2935;
        border-color: #de2935
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-light {
    color: #fff !important;
    background-color: rgb(188, 126, 73) !important;
    border-color: rgba(255,255,255,.125) !important;
    font-size: 12px !important;
}

    .btn-light:hover {
        color: #fff !important;
        background-color: rgb(188, 126, 73) !important;
        border-color: rgba(255, 255, 255, 0.18) !important;
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: none;
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #fff;
        background-color: rgba(255,255,255,.125);
        border-color: rgba(255,255,255,.125);
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #fff;
        background-color: rgba(255,255,255,.125);
        border-color: rgba(255,255,255,.125);
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-white {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

    .btn-white:hover {
        color: #000;
        background-color: #ffffff;
        border-color: #ffffff
    }

    .btn-white.focus, .btn-white:focus {
        box-shadow: none;
    }

    .btn-white.disabled, .btn-white:disabled {
        color: #000;
        background-color: #ffffff;
        border-color: #ffffff
    }

    .btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active, .show > .btn-white.dropdown-toggle {
        color: #000;
        background-color: #ffffff;
        border-color: #ffffff
    }

        .btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus, .show > .btn-white.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-dark {
    color: #fff;
    background-color: #353434;
    border-color: #353434
}

    .btn-dark:hover {
        color: #fff;
        background-color: #1b1a1a;
        border-color: #1b1a1a
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: none;
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #1b1a1a;
        border-color: #1b1a1a
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1b1a1a;
        border-color: #1b1a1a
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: none;
        }


.btn-outline-primary {
    color: #7934f3;
    background-color: transparent;
    background-image: none;
    border-color: #7934f3
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #7934f3;
        border-color: #7934f3
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        color: #fff;
        background-color: #7934f3;
        border-color: #7934f3;
        box-shadow: none
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #7934f3;
        background-color: transparent
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #7934f3;
        border-color: #7934f3
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: none
        }

.btn-outline-secondary {
    color: #94614f;
    background-color: transparent;
    background-image: none;
    border-color: #94614f
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #94614f;
        border-color: #94614f
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        color: #fff;
        background-color: #94614f;
        border-color: #94614f;
        box-shadow: none
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #94614f;
        background-color: transparent
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #94614f;
        border-color: #94614f
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: none
        }

.btn-outline-success {
    color: #04b962;
    background-color: transparent;
    background-image: none;
    border-color: #04b962
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #04b962;
        border-color: #04b962
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        color: #fff;
        background-color: #04b962;
        border-color: #04b962;
        box-shadow: none
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #04b962;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #04b962;
        border-color: #04b962
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: none
        }


.btn-outline-info {
    color: #14b6ff;
    background-color: transparent;
    background-image: none;
    border-color: #14b6ff
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #14b6ff;
        border-color: #14b6ff
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        color: #fff;
        background-color: #14b6ff;
        border-color: #14b6ff;
        box-shadow: none
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #14b6ff;
        background-color: transparent
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #14b6ff;
        border-color: #14b6ff
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: none
        }


.btn-outline-warning {
    color: #ff8800;
    background-color: transparent;
    background-image: none;
    border-color: #ff8800
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #ff8800;
        border-color: #ff8800
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        color: #fff;
        background-color: #ff8800;
        border-color: #ff8800;
        box-shadow: none
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ff8800;
        background-color: transparent
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #ff8800;
        border-color: #ff8800
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: none
        }

.btn-outline-danger {
    color: #f43643;
    background-color: transparent;
    background-image: none;
    border-color: #f43643
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #f43643;
        border-color: #f43643
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        color: #fff;
        background-color: #f43643;
        border-color: #f43643;
        box-shadow: none
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #f43643;
        background-color: transparent
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #f43643;
        border-color: #f43643
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: none
        }

.btn-outline-light {
    color: rgba(255,255,255,.125);
    background-color: transparent;
    background-image: none;
    border-color: rgba(255,255,255,.125)
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: rgba(255,255,255,.125);
        border-color: rgba(255,255,255,.125)
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        color: #212529;
        background-color: rgba(255,255,255,.125);
        border-color: rgba(255,255,255,.125);
        box-shadow: none
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: rgba(255,255,255,.125);
        background-color: transparent
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: rgba(255,255,255,.125);
        border-color: rgba(255,255,255,.125)
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: none
        }

.btn-outline-white {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
}

    .btn-outline-white:hover {
        color: #000;
        background-color: #ffffff;
        border-color: #ffffff
    }

    .btn-outline-white.focus, .btn-outline-white:focus {
        color: #000;
        background-color: #ffffff;
        border-color: #ffffff;
        box-shadow: none
    }

    .btn-outline-white.disabled, .btn-outline-white:disabled {
        color: #000000;
        background-color: transparent
    }

    .btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active, .show > .btn-outline-white.dropdown-toggle {
        color: #000;
        background-color: #ffffff;
        border-color: #ffffff
    }

        .btn-outline-white:not(:disabled):not(.disabled).active:focus, .btn-outline-white:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
            box-shadow: none
        }

.btn-outline-dark {
    color: #000000;
    background-color: transparent;
    background-image: none;
    border-color: #000000
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #000000;
        border-color: #000000
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
        box-shadow: none
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #000000;
        background-color: transparent
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #000000;
        border-color: #000000
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: none
        }

.btn-link {
    font-weight: 600;
    box-shadow: none;
}

    .btn-link:hover, .btn-link:focus {
        text-decoration: none;
    }

.btn-round {
    border-radius: 30px !important;
}

.btn-square {
    border-radius: 0px !important;
}

.btn-group, .btn-group-vertical {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

    .btn-group .btn {
        box-shadow: none !important;
    }

    .btn-group-vertical .btn {
        box-shadow: none !important;
    }

.btn-group-round {
    border-radius: 30px;
}

    .btn-group-round .btn {
        border-radius: 30px;
    }

.btn-group.group-round > .btn:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.btn-group.group-round {
    border-radius: 25px;
}

    .btn-group.group-round > .btn:last-child {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

.btn-group-vertical.group-round-vertical {
    border-radius: 25px;
}

    .btn-group-vertical.group-round-vertical > .btn:first-child {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }

    .btn-group-vertical.group-round-vertical > .btn:last-child {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }

.split-btn-primary, .split-btn-primary:hover {
    border: 1px solid #0e95d2 !important;
    background-color: #0e95d2;
}

.split-btn-success, .split-btn-success:hover {
    border: 1px solid #059f4f !important;
    background-color: #059f4f;
}

.split-btn-danger, .split-btn-danger:hover {
    border: 1px solid #de1940 !important;
    background-color: #de1940;
}

.split-btn-secondary, .split-btn-secondary:hover {
    border: 1px solid #ae1cbc !important;
    background-color: #ae1cbc;
}

.split-btn-warning, .split-btn-warning:hover {
    border: 1px solid #dd8824 !important;
    background-color: #dd8824;
}

.split-btn-info, .split-btn-info:hover {
    border: 1px solid #05afce !important;
    background-color: #05afce;
}

.split-btn-white, .split-btn-white:hover {
    border: 1px solid #dddddd !important;
    background-color: #dddddd;
}

.split-btn-dark, .split-btn-dark:hover {
    border: 1px solid #070f1d !important;
    background-color: #070f1d;
}


#calendar {
    max-width: 100%;
    margin: 0 auto;
}

.fc-view-container {
    background-color: transparent;
}


.fc-toolbar h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.fc th.fc-widget-header {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0px;
    color: white;
    text-transform: uppercase;
}

.fc-event, .fc-event-dot {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    margin: 5px 7px;
    padding: 1px 5px;
    border: none;
}

.fc-state-active, .fc-state-down {
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}


.icon a:hover {
    background: rgba(255, 255, 255, 0.26);
    color: #fff;
    text-decoration: none;
}

.icon a {
    display: block;
    color: #e8e8e8;
    padding: 8px;
    line-height: 32px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 2px;
}

    .icon a i {
        padding-right: 10px;
    }

.icon-section {
    clear: both;
    overflow: hidden;
}

.icon-container {
    width: 250px;
    padding: .7em 0;
    float: left;
    position: relative;
    text-align: left;
}

    .icon-container [class^="ti-"],
    .icon-container [class*=" ti-"] {
        color: #e8e8e8;
        position: absolute;
        margin-top: 3px;
        transition: .3s;
    }

    .icon-container:hover [class^="ti-"],
    .icon-container:hover [class*=" ti-"] {
        font-size: 2.2em;
        margin-top: -5px;
    }

    .icon-container:hover .icon-name {
        color: #e8e8e8;
    }

.icon-name {
    color: #e8e8e8;
    margin-left: 35px;
    transition: .3s;
}

.icon-container:hover .icon-name {
    margin-left: 45px;
}


.preview {
    padding: 15px 0;
    position: relative;
}

.show-code {
    color: #e8e8e8;
}

.icons {
    font-size: 15px;
    padding-right: 7px;
}

.name {
    font-size: 15px;
}

.preview a {
    padding: 15px;
}

    .preview a:hover {
        padding: 15px;
        text-decoration: none;
    }

    .preview a i {
        margin-right: 10px;
        font-size: 18px;
    }

.icon-preview-box div:hover {
    background: rgba(255, 255, 255, 0.3);
    ;
}

.error {
    color: #ff5656;
}

label {
    color: #000000;
    font-size: .70rem;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    font-weight: 500;
    margin-bottom: 10px;
}

/* Forms */
.input-group .btn {
    box-shadow: none;
    padding: .375rem .75rem;
}

.input-group-text {
    color: #ffffff;
    background-color: rgba(233, 236, 239, 0.4);
    border: 0px solid rgba(206, 212, 218, 0);
}

.custom-select {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    border: 0px solid #ced4da;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    border: 0px solid #ced4da;
    border-radius: .25rem;
}

    .custom-file-label::after {
        color: #ffffff;
        background-color: rgba(233, 236, 239, 0.4);
        border-left: 0px solid #ced4da;
    }

.col-form-label {
    font-size: 13px;
}


.form-control-rounded {
    border-radius: 30px !important;
}

.form-control-square {
    border-radius: 0px !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: rgba(199, 199, 199, 0.45);
    opacity: 1;
}

.form-control-xl {
    height: 60px !important;
    font-size: 26px !important;
}

.position-relative {
    position: relative !important;
}


.has-icon-left .form-control {
    padding-right: .85rem;
    padding-left: 2.9rem;
}

.form-control-position {
    position: absolute;
    top: -8px;
    right: 0;
    z-index: 2;
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: right;
    margin-right: 9px;
    color: #c1c1c1;
}

.has-icon-left .form-control-position {
    right: auto;
    left: 0px;
}

.has-icon-right .form-control-position {
    right: 0px;
    left: auto;
}

.has-icon-right .form-control {
    padding-right: 37px;
}

.search-input {
    margin-bottom: 10px;
}

.custom-header {
    background: rgba(255, 255, 255, 0.34);
    padding: 5px;
    color: #ffffff;
}

.input-group-prepend [type=checkbox]:checked,
.input-group-prepend [type=checkbox]:not(:checked),
.input-group-prepend [type=radio]:checked,
.input-group-prepend [type=radio]:not(:checked) {
    position: initial;
    opacity: 1;
    margin-top: 0px;
}

.border-radius {
    border-radius: 0px;
}

.payment-icons img {
    width: 100px;
}

.bootstrap-touchspin .input-group-text {
    border-radius: 0px;
}

.datepicker table tr td, .datepicker table tr th {
    width: 40px;
    height: 40px;
}

.user-lock {
    height: 150px !important;
}

.user-lock-img {
    width: 130px;
    margin: auto;
}

    .user-lock-img img {
        width: 100%;
        border-radius: 50%;
        margin-top: 80px;
        border: 4px solid white;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    }

/* Tables */
table.grid {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}

    table.grid td {
        border: 2px solid white;
        padding: 8px;
    }

.card .table {
    margin-bottom: 0px;
}

    .card .table td, .card .table th {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }


.table.align-items-center td, .table.align-items-center th {
    vertical-align: middle;
}

.table-bordered {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.table-flush td, .table-flush th {
    border-right: 0;
    border-left: 0;
}

.table td, .table th {
    white-space: normal;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.table-bordered td, .table-bordered th {
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .20);
    color: #fff;
}

.table th {
    font-weight: 600;
}

.table-responsive {
    white-space: nowrap;
}

.table .thead-primary th {
    color: #fff;
    background-color: #14abef;
    border-color: #14abef;
}

.table .thead-secondary th {
    color: #fff;
    background-color: #d13adf;
    border-color: #d13adf;
}

.table .thead-success th {
    color: #fff;
    background-color: #02ba5a;
    border-color: #02ba5a;
}

.table .thead-danger th {
    color: #fff;
    background-color: #f5365c;
    border-color: #f5365c;
}

.table .thead-warning th {
    color: #fff;
    background-color: #fba540;
    border-color: #fba540;
}

.table .thead-info th {
    color: #fff;
    background-color: #03d0ea;
    border-color: #03d0ea;
}

.table .thead-dark th {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.table .thead-light th {
    color: #495057;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
}

.table-primary {
    color: #fff;
    background-color: #14abef;
}

    .table-primary td, .table-primary th, .table-primary thead th {
        border-color: rgba(244, 245, 250, 0.15);
    }

.table-secondary {
    color: #fff;
    background-color: #d13adf;
}

    .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: rgba(244, 245, 250, 0.30);
    }

.table-success {
    color: #fff;
    background-color: #02ba5a;
}

    .table-success td, .table-success th, .table-success thead th {
        border-color: rgba(244, 245, 250, 0.30);
    }

.table-danger {
    color: #fff;
    background-color: #f5365c;
}

    .table-danger td, .table-danger th, .table-danger thead th {
        border-color: rgba(244, 245, 250, 0.30);
    }

.table-warning {
    color: #fff;
    background-color: #fba540;
}

    .table-warning td, .table-warning th, .table-warning thead th {
        border-color: rgba(244, 245, 250, 0.30);
    }

.table-info {
    color: #fff;
    background-color: #03d0ea;
}

    .table-info td, .table-info th, .table-info thead th {
        border-color: rgba(244, 245, 250, 0.30);
    }

.table-dark {
    color: #fff;
    background-color: #000000;
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: rgba(244, 245, 250, 0.15);
    }

.table-light {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.14);
}

    .table-light td, .table-light th, .table-light thead th {
        border-color: rgba(221, 222, 222, 0.22);
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(255, 255, 255, 0.07);
}

.wtrlvlTbl table thead tr th {
    padding: 8px 8px !important;
    color: #ffffff;
    font-weight: 600;
    line-height: 16px;
    border-top: 0;
    white-space: nowrap;
    vertical-align: middle !important;
    font-size: 13px;
    background: #BC7E49;
    border: 1px solid #e5bf9b;
}

.wtrlvlTbl table {
    margin-bottom: 0;
}

.wtrlvlTbl {
    height: 398px;
}

    .wtrlvlTbl table tbody tr td {
        padding: 6px 8px !important;
        line-height: 16px;
        font-size: 12px;
        border-top: 0;
        white-space: nowrap;
        vertical-align: middle !important;
        font-weight:normal;
        border: 1px solid #e5bf9b;
    }
/* Alerts*/
.alert {
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
    border: none;
    background-color: rgba(0,0,0,.2);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    border-radius: .25rem;
}

    .alert .alert-icon {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 60px;
        font-size: 20px;
    }

    .alert .alert-message {
        display: table-cell;
        padding: 20px 15px 20px 15px;
        font-size: 14px;
    }

.alert-dismissible .close {
    position: absolute;
    top: 8px;
    right: 0;
    font-weight: 300;
    padding: 10px 15px;
    color: inherit;
}

.alert .contrast-alert {
    background-color: rgba(255, 255, 255, 0.2);
}

.alert-success {
    color: #ffffff;
    background-color: #02ba5a;
    border-color: #02ba5a;
}

    .alert-success .alert-link {
        color: #7bff2b;
    }

.alert-info {
    color: #fefefe;
    background-color: #03d0ea;
    border-color: #03d0ea;
}

    .alert-info .alert-link {
        color: #bef6ff;
    }

.alert-danger {
    color: #ffffff;
    background-color: #f5365c;
    border-color: #f5365c;
}

    .alert-danger .alert-link {
        color: #ffcacf;
    }

.alert-warning {
    color: #fff;
    background-color: #fba540;
    border-color: #fba540;
}

    .alert-warning .alert-link {
        color: #fff900;
    }

/*Badges*/
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-up {
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 50%;
    font-size: 12px;
}

.badge-primary {
    color: #fff;
    background-color: #14abef;
}

.badge-secondary {
    color: #fff;
    background-color: #d13adf;
}

.badge-success {
    color: #fff;
    background-color: #02ba5a;
}

.badge-danger {
    color: #fff;
    background-color: #f5365c;
}

.badge-warning {
    color: #fff;
    background-color: #fba540;
}

.badge-info {
    color: #fff;
    background-color: #03d0ea;
}

.badge-light {
    color: #212529;
    background-color: rgb(255, 255, 255);
}

.badge-dark {
    color: #fff;
    background-color: #000000;
}


/* Paginations */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgba(255,255,255,.85);
    background-color: rgba(255,255,255,.08);
    border: 0px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgba(80, 73, 73, 0.06);
}

    .page-link:hover {
        z-index: 2;
        color: rgba(255,255,255,.85);
        text-decoration: none;
        background-color: rgba(255,255,255,.2);
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.35)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item.active .page-link {
    z-index: 1;
    color: #000;
    background-color: #fff;
    border-color: #14abef
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-round .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.pagination-round .page-item:last-child .page-link {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.pagination-separate .page-item .page-link {
    margin-left: 4px;
}

/* List Groups */
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: rgba(0,0,0,.2);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.list-group-item-action {
    color: rgba(255,255,255,.85);
}

    .list-group-item-action:hover {
        color: #feffff;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .list-group-item-action:focus {
        color: #feffff;
        background-color: rgba(255, 255, 255, 0.2);
    }

.list-group-item.disabled, .list-group-item:disabled {
    color: #feffff;
    background-color: rgba(255, 255, 255, 0.2);
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #14abef;
    border-color: #14abef;
}

.list-group-item.active-success {
    z-index: 2;
    color: #fff;
    background-color: #02ba5a;
    border-color: #02ba5a;
}

.list-group-item.active-danger {
    z-index: 2;
    color: #fff;
    background-color: #f5365c;
    border-color: #f5365c;
}

.list-group-item.active-warning {
    z-index: 2;
    color: #fff;
    background-color: #fba540;
    border-color: #fba540;
}

.list-group-item.active-info {
    z-index: 2;
    color: #fff;
    background-color: #03d0ea;
    border-color: #03d0ea;
}

.list-group-item.active-dark {
    z-index: 2;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.list-group-item.active-secondary {
    z-index: 2;
    color: #fff;
    background-color: #d13adf;
    border-color: #d13adf;
}

.list-group-primary .list-group-item {
    background-color: #14abef;
    color: #fff;
    border: 1px solid #6b7ee9;
    box-shadow: inset 0 -1px 0px #5467d4;
}

.list-group-success .list-group-item {
    background-color: #02ba5a;
    color: #fff;
    border: 1px solid #06cc64;
    box-shadow: inset 0 -1px 0px #06a050;
}

.list-group-danger .list-group-item {
    background-color: #f5365c;
    color: #fff;
    border: 1px solid #ff4e71;
    box-shadow: inset 0 -1px 0px #e6294e;
}

.list-group-warning .list-group-item {
    background-color: #fba540;
    color: #fff;
    border: 1px solid #ffb55e;
    box-shadow: inset 0 -1px 0px #e6902b;
}

.list-group-info .list-group-item {
    background-color: #03d0ea;
    color: #fff;
    border: 1px solid #08def9;
    box-shadow: inset 0 -1px 0px #03b8d4;
}

.list-group-dark .list-group-item {
    background-color: #000000;
    color: #fff;
    border: 1px solid #0a1219;
    box-shadow: inset 0 -1px 0px #000000;
}

.list-group-secondary .list-group-item {
    background-color: #d13adf;
    color: #fff;
    border: 1px solid #718b98;
    box-shadow: inset 0 -1px 0px #536d79;
}

.treeview .list-group-item:hover {
    background-color: rgba(255, 255, 255, 0.24) !important;
    color: #fff;
}
.listGrp {
    padding: 10px 8px !important;
    color: #ffffff;
    font-weight: 600;
    line-height: 16px;
    border-top: 0;
    white-space: nowrap;
    vertical-align: middle !important;
    font-size: 13px;
    background: #BC7E49;
    border: 1px solid #e5bf9b;
    margin: 4px 0px;
}
.listGrp a{
    color:#ffffff;
}
.ListGrpCstm {
    height: 220px;
    overflow-y: auto;
}


.InfoPnl table tbody tr th {
    padding: 3px 6px;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
    color: #ffffff;
    letter-spacing: 0.4px;
    line-height: 17px;
    border: 1px solid rgb(255, 200, 151) !important;
    background: #ad783f;
    position: sticky;
    top: 0;
    z-index: 1;
}

.InfoPnl table thead tr th:nth-child(1) {
    padding-left: 12px !important;
}

.InfoPnl table tbody tr td {
    padding: 3px 6px;
    font-size: 0.9rem;
    font-weight: 500;
    vertical-align: middle;
    border: 1px solid rgb(255, 200, 151) !important;
    border-left: 0;
    border-top: 0;
    background-color: #fff !important;
}


/*Nav Tabs & Pills */
.nav-tabs .nav-link {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 0;
    padding: 12px 20px;
    text-transform: uppercase;
    border: 0px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

    .nav-tabs .nav-link:hover {
        border: 0px solid transparent;
    }

    .nav-tabs .nav-link i {
        margin-right: 2px;
        font-weight: 600;
    }

.top-icon.nav-tabs .nav-link i {
    margin: 0px;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0;
}

.color-tabs .nav-link {
    color: #fff;
}

.color-tabs.nav-tabs {
    border-bottom: 1px solid #fff;
}

.color-tabs .nav-link.active, .color-tabs .nav-item.show > .nav-link {
    color: #fff;
    background-color: transparent;
    border-color: #fff #fff #fff;
    border-bottom: 4px solid #fff;
}

.nav-tabs-primary.nav-tabs {
    border-bottom: 1px solid #14abef;
}

.nav-tabs-primary .nav-link.active, .nav-tabs-primary .nav-item.show > .nav-link {
    color: #14abef;
    background-color: transparent;
    border-color: #14abef #14abef #fff;
    border-bottom: 4px solid #14abef;
}

.nav-tabs-success.nav-tabs {
    border-bottom: 1px solid #02ba5a;
}

.nav-tabs-success .nav-link.active, .nav-tabs-success .nav-item.show > .nav-link {
    color: #02ba5a;
    background-color: transparent;
    border-color: #02ba5a #02ba5a #fff;
    border-bottom: 4px solid #02ba5a;
}

.nav-tabs-info.nav-tabs {
    border-bottom: 1px solid #03d0ea;
}

.nav-tabs-info .nav-link.active, .nav-tabs-info .nav-item.show > .nav-link {
    color: #03d0ea;
    background-color: transparent;
    border-color: #03d0ea #03d0ea #fff;
    border-bottom: 4px solid #03d0ea;
}

.nav-tabs-danger.nav-tabs {
    border-bottom: 1px solid #f5365c;
}

.nav-tabs-danger .nav-link.active, .nav-tabs-danger .nav-item.show > .nav-link {
    color: #f5365c;
    background-color: transparent;
    border-color: #f5365c #f5365c #fff;
    border-bottom: 3px solid #f5365c;
}

.nav-tabs-warning.nav-tabs {
    border-bottom: 1px solid #fba540;
}

.nav-tabs-warning .nav-link.active, .nav-tabs-warning .nav-item.show > .nav-link {
    color: #fba540;
    background-color: transparent;
    border-color: #fba540 #fba540 #fff;
    border-bottom: 4px solid #fba540;
}

.nav-tabs-dark.nav-tabs {
    border-bottom: 1px solid #000000;
}

.nav-tabs-dark .nav-link.active, .nav-tabs-dark .nav-item.show > .nav-link {
    color: #000000;
    background-color: #fff;
    border-color: #000000 #000000 #fff;
    border-bottom: 4px solid #000000;
}

.nav-tabs-secondary.nav-tabs {
    border-bottom: 1px solid #d13adf;
}

.nav-tabs-secondary .nav-link.active, .nav-tabs-secondary .nav-item.show > .nav-link {
    color: #d13adf;
    background-color: transparent;
    border-color: #d13adf #d13adf #fff;
    border-bottom: 4px solid #d13adf;
}

.tabs-vertical .nav-tabs .nav-link {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 2px;
    margin-right: -1px;
    padding: 12px 1px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #dee2e6;
}

    .tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        border-bottom: 1px solid #dee2e6;
        border-right: 0;
        border-left: 1px solid #dee2e6;
    }

.tabs-vertical-primary.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #14abef;
}

    .tabs-vertical-primary.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-primary.tabs-vertical .nav-tabs .nav-link.active {
        color: #14abef;
        background-color: transparent;
        border-color: #14abef #14abef #fff;
        border-bottom: 1px solid #14abef;
        border-right: 0;
        border-left: 3px solid #14abef;
    }

.tabs-vertical-success.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #02ba5a;
}

    .tabs-vertical-success.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-success.tabs-vertical .nav-tabs .nav-link.active {
        color: #02ba5a;
        background-color: transparent;
        border-color: #02ba5a #02ba5a #fff;
        border-bottom: 1px solid #02ba5a;
        border-right: 0;
        border-left: 3px solid #02ba5a;
    }

.tabs-vertical-info.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #03d0ea;
}

    .tabs-vertical-info.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-info.tabs-vertical .nav-tabs .nav-link.active {
        color: #03d0ea;
        background-color: transparent;
        border-color: #03d0ea #03d0ea #fff;
        border-bottom: 1px solid #03d0ea;
        border-right: 0;
        border-left: 3px solid #03d0ea;
    }

.tabs-vertical-danger.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #f5365c;
}

    .tabs-vertical-danger.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-danger.tabs-vertical .nav-tabs .nav-link.active {
        color: #f5365c;
        background-color: transparent;
        border-color: #f5365c #f5365c #fff;
        border-bottom: 1px solid #f5365c;
        border-right: 0;
        border-left: 3px solid #f5365c;
    }

.tabs-vertical-warning.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #fba540;
}

    .tabs-vertical-warning.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-warning.tabs-vertical .nav-tabs .nav-link.active {
        color: #fba540;
        background-color: transparent;
        border-color: #fba540 #fba540 #fff;
        border-bottom: 1px solid #fba540;
        border-right: 0;
        border-left: 3px solid #fba540;
    }

.tabs-vertical-dark.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #000000;
}

    .tabs-vertical-dark.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-dark.tabs-vertical .nav-tabs .nav-link.active {
        color: #000000;
        background-color: transparent;
        border-color: #000000 #000000 #fff;
        border-bottom: 1px solid #000000;
        border-right: 0;
        border-left: 3px solid #000000;
    }

.tabs-vertical-secondary.tabs-vertical .nav-tabs {
    border: 0;
    border-right: 1px solid #d13adf;
}

    .tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-item.show .nav-link, .tabs-vertical-secondary.tabs-vertical .nav-tabs .nav-link.active {
        color: #d13adf;
        background-color: transparent;
        border-color: #d13adf #d13adf #fff;
        border-bottom: 1px solid #d13adf;
        border-right: 0;
        border-left: 3px solid #d13adf;
    }

.nav-pills .nav-link {
    border-radius: .25rem;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 3px;
    padding: 12px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .nav-pills .nav-link:hover {
        background-color: transparent;
    }

    .nav-pills .nav-link i {
        margin-right: 2px;
        font-weight: 600;
    }

.top-icon.nav-pills .nav-link i {
    margin: 0px;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #14abef;
}

.color-pills .nav-link {
    color: #fff;
}

    .color-pills .nav-link:hover {
        color: #000000;
        background-color: #fff;
    }

    .color-pills .nav-link.active, .color-pills .show > .nav-link {
        color: #000000;
        background-color: #fff;
    }

.nav-pills-success .nav-link.active, .nav-pills-success .show > .nav-link {
    color: #fff;
    background-color: #02ba5a;
}

.nav-pills-info .nav-link.active, .nav-pills-info .show > .nav-link {
    color: #fff;
    background-color: #03d0ea;
}

.nav-pills-danger .nav-link.active, .nav-pills-danger .show > .nav-link {
    color: #fff;
    background-color: #f5365c;
}

.nav-pills-warning .nav-link.active, .nav-pills-warning .show > .nav-link {
    color: #fff;
    background-color: #fba540;
}

.nav-pills-dark .nav-link.active, .nav-pills-dark .show > .nav-link {
    color: #fff;
    background-color: #000000;
}

.nav-pills-secondary .nav-link.active, .nav-pills-secondary .show > .nav-link {
    color: #fff;
    background-color: #d13adf;
}

.card .tab-content {
    padding: 1rem 0 0 0;
}

/* Accordions */
#accordion1 .card-header button:before,
#accordion2 .card-header button:before,
#accordion3 .card-header button:before,
#accordion4 .card-header button:before,
#accordion5 .card-header button:before,
#accordion6 .card-header button:before,
#accordion7 .card-header button:before,
#accordion8 .card-header button:before {
    float: left !important;
    font-family: FontAwesome;
    content: "\f105";
    padding-right: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#accordion1 .card-header button.collapsed:before,
#accordion2 .card-header button.collapsed:before,
#accordion3 .card-header button.collapsed:before,
#accordion4 .card-header button.collapsed:before,
#accordion5 .card-header button.collapsed:before,
#accordion6 .card-header button.collapsed:before,
#accordion7 .card-header button.collapsed:before,
#accordion8 .card-header button.collapsed:before {
    content: "\f107";
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: .5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: rgba(255,255,255,.1);
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    transition: width .6s ease;
}

.progress-content {
    margin-bottom: 10px;
}

.progress-label {
    font-size: .625rem;
    font-weight: 600;
    display: inline-block;
    padding: .25rem 1rem;
    text-transform: uppercase;
    color: #14abef;
    border-radius: 30px;
    background: rgba(94, 114, 228, .1);
}

.progress-percentage {
    float: right;
}


/* Background Colors */
.bg-primary {
    background-color: #7934f3 !important;
}

.bg-success {
    background-color: #04b962 !important;
}

.bg-info {
    background-color: #14b6ff !important;
}

.bg-secondary {
    background-color: #94614f !important;
}

.bg-danger {
    background-color: #f43643 !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-dark-light {
    background-color: rgba(0,0,0,.25) !important;
}

.bg-warning {
    background-color: #ff8800 !important;
}

.bg-light {
    background-color: rgba(255,255,255,.125) !important;
}

.bg-contrast {
    background: rgba(255, 255, 255, 0.30) !important;
}

.bg-body {
    background: rgb(247, 247, 255) !important;
}

.bg-primary-light1 {
    background-color: rgba(144, 79, 254, 0.22);
}

.bg-primary-light2 {
    background-color: rgba(144, 79, 254, 0.42);
}

.gradient-primary-light {
    background-color: #8f50ff;
    background-image: radial-gradient(circle 30px at center, #f8aeff, #8f50ff) !important;
}

.bg-success-light1 {
    background-color: rgba(8, 165, 14, 0.22);
}

.bg-success-light2 {
    background-color: rgba(8, 165, 14, 0.42);
}

.gradient-success-light {
    background-color: #0aa60f;
    background-image: radial-gradient(circle 30px at center, rgb(202, 219, 52), rgb(10, 166, 15)) !important;
}

.bg-info-light1 {
    background-color: rgba(0, 129, 255, 0.22);
}

.bg-info-light2 {
    background-color: rgba(0, 129, 255, 0.42);
}

.gradient-info-light {
    background-color: #0074ff;
    background-image: radial-gradient(circle 30px at center, rgb(113, 222, 253), rgb(0, 116, 255)) !important;
}

.bg-danger-light1 {
    background-color: rgba(245, 13, 85, 0.22);
}

.bg-danger-light2 {
    background-color: rgba(245, 13, 85, 0.42);
}

.gradient-danger-light {
    background-color: #f50d55;
    background-image: radial-gradient(circle 30px at center, rgb(251, 208, 206), #f50d55) !important;
}

.bg-warning-light1 {
    background-color: rgba(247, 151, 30, 0.22);
}

.bg-warning-light2 {
    background-color: rgba(247, 152, 30, 0.42);
}

.gradient-warning-light {
    background-color: #f7981e;
    background-image: radial-gradient(circle 30px at center, rgb(253, 239, 176), #f7981e) !important;
}

.bg-secondary-light1 {
    background-color: rgba(247, 3, 254, 0.22);
}

.bg-secondary-light2 {
    background-color: rgba(247, 3, 254, 0.42);
}

.gradient-secondary-light {
    background-color: #f703fe;
    background-image: radial-gradient(circle 30px at center, rgb(254, 219, 255), #f703fe) !important;
}

.bg-dark-light1 {
    background-color: rgba(0, 0, 0, 0.22);
}

.bg-dark-light2 {
    background-color: rgba(0, 0, 0, 0.42);
}

.gradient-dark-light {
    background-color: #000000;
    background-image: radial-gradient(circle 30px at center, rgb(173, 172, 172), #000000) !important;
}

.bg-white-light1 {
    background-color: rgba(255, 255, 255, 0.22);
}

.bg-white-light2 {
    background-color: rgba(255, 255, 255, 0.42);
}

.gradient-white-light {
    background-color: #ffffff;
    background-image: radial-gradient(circle 30px at center, rgb(255, 255, 255), rgba(0, 0, 0, 0.78)) !important;
}

/* Borders */

.border-primary {
    border-color: #7934f3 !important;
}

.border-success {
    border-color: #04b962 !important;
}

.border-info {
    border-color: #14b6ff !important;
}

.border-secondary {
    border-color: #94614f !important;
}

.border-secondary-light {
    border-color: #33444a !important;
}

.border-danger {
    border-color: #f43643 !important;
}

.border-dark {
    border-color: #000000 !important;
}

.border-warning {
    border-color: #ff8800 !important;
}

.border-light {
    border-color: rgb(255, 200, 151) !important;
}

.border-light-2 {
    border-color: rgba(255, 255, 255, 0.26) !important;
}

.border-light-3 {
    border-color: rgba(255, 255, 255, 0.12) !important;
}
/* Text Colors */
.text-primary {
    color: #7934f3 !important;
}

.text-success {
    color: #04b962 !important;
}

.text-info {
    color: #14b6ff !important;
}

.text-secondary {
    color: #94614f !important;
}

.text-danger {
    color: #f43643 !important;
}

.text-dark {
    color: #000000 !important;
}

.text-warning {
    color: #ff8800 !important;
}

.text-light {
    color: rgba(255,255,255,.125) !important;
}

.text-light-1 {
    color: rgba(255, 255, 255, 0.70) !important;
}

.text-light-2 {
    color: rgba(255, 255, 255, 0.50) !important;
}

.text-light-3 {
    color: rgba(255, 255, 255, 0.20) !important;
}

.popover-header {
    background-color: #000000;
}

.popover {
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
    border: none;
}


/* CheckBoxes & Radios */

[class*="icheck-material"] {
    min-height: 22px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 0px;
}

    [class*="icheck-material"] > label {
        padding-left: 29px !important;
        min-height: 22px;
        line-height: 22px;
        display: inline-block;
        position: relative;
        vertical-align: top;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
        color: #ffffff;
    }

    [class*="icheck-material"] > input:first-child {
        position: absolute !important;
        opacity: 0;
        margin: 0;
        background-color: #787878;
        border-radius: 50%;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        display: block;
        width: 22px;
        height: 22px;
        outline: none;
        transform: scale(2);
        -ms-transform: scale(2);
        transition: opacity 0.3s, transform 0.3s;
    }

        [class*="icheck-material"] > input:first-child:disabled {
            cursor: default;
        }

            [class*="icheck-material"] > input:first-child:disabled + label,
            [class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label,
            [class*="icheck-material"] > input:first-child:disabled + label::before,
            [class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label::before {
                pointer-events: none;
                cursor: default;
                filter: alpha(opacity=65);
                -webkit-box-shadow: none;
                box-shadow: none;
                opacity: .65;
            }

        [class*="icheck-material"] > input:first-child + label::before,
        [class*="icheck-material"] > input:first-child + input[type="hidden"] + label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            border: 2px solid rgb(255, 255, 255);
            border-radius: .25rem;
            margin-left: -29px;
            box-sizing: border-box;
        }

        [class*="icheck-material"] > input:first-child:checked + label::after,
        [class*="icheck-material"] > input:first-child:checked + input[type="hidden"] + label::after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            width: 7px;
            height: 10px;
            border: solid 2px #fff;
            border-left: none;
            border-top: none;
            transform: translate(7.75px, 4.5px) rotate(45deg);
            -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
            box-sizing: border-box;
        }

        [class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
        [class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
            border-width: 2px;
        }

        [class*="icheck-material"] > input:first-child::-ms-check {
            opacity: 0;
            border-radius: 50%;
        }

        [class*="icheck-material"] > input:first-child:active {
            transform: scale(0);
            -ms-transform: scale(0);
            opacity: 1;
            transition: opacity 0s, transform 0s;
        }

    [class*="icheck-material"] > input[type="radio"]:first-child + label::before,
    [class*="icheck-material"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
        border-radius: 50%;
    }

    [class*="icheck-material"] > input[type="radio"]:first-child:checked + label::before,
    [class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before {
        background-color: transparent;
    }

    [class*="icheck-material"] > input[type="radio"]:first-child:checked + label::after,
    [class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: none;
        top: 5px;
        left: 5px;
        transform: none;
        -ms-transform: none;
    }

    [class*="icheck-material"] > input[type="checkbox"]:first-child:checked + label::after,
    [class*="icheck-material"] > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::after {
        width: 6px;
        height: 12px;
        transform: translate(7px, 2px) rotate(45deg);
        -ms-transform: translate(7px, 2px) rotate(45deg);
    }

.icheck-inline {
    display: inline-block;
}

    .icheck-inline + .icheck-inline {
        margin-left: .75rem;
        margin-top: 6px;
    }

.icheck-material-primary > input:first-child {
    background-color: #14abef;
}

    .icheck-material-primary > input:first-child::-ms-check {
        background-color: #14abef;
    }

    .icheck-material-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
    .icheck-material-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
        border-color: #14abef;
    }

    .icheck-material-primary > input:first-child:checked + label::before,
    .icheck-material-primary > input:first-child:checked + input[type="hidden"] + label::before {
        background-color: #14abef;
        border-color: #14abef;
    }

    .icheck-material-primary > input:first-child:checked + label::after,
    .icheck-material-primary > input:first-child:checked + input[type="hidden"] + label::after {
        border-bottom-color: #fff;
        border-right-color: #fff;
    }

.icheck-material-primary > input[type="radio"]:first-child:checked + label::after,
.icheck-material-primary > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #14abef;
}


.icheck-material-success > input:first-child {
    background-color: #02ba5a;
}

    .icheck-material-success > input:first-child::-ms-check {
        background-color: #02ba5a;
    }

    .icheck-material-success > input:first-child:not(:checked):not(:disabled):hover + label::before,
    .icheck-material-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
        border-color: #02ba5a;
    }

    .icheck-material-success > input:first-child:checked + label::before,
    .icheck-material-success > input:first-child:checked + input[type="hidden"] + label::before {
        background-color: #02ba5a;
        border-color: #02ba5a;
    }

    .icheck-material-success > input:first-child:checked + label::after,
    .icheck-material-success > input:first-child:checked + input[type="hidden"] + label::after {
        border-bottom-color: #fff;
        border-right-color: #fff;
    }

.icheck-material-success > input[type="radio"]:first-child:checked + label::after,
.icheck-material-success > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #02ba5a;
}


.icheck-material-danger > input:first-child {
    background-color: #f5365c;
}

    .icheck-material-danger > input:first-child::-ms-check {
        background-color: #f5365c;
    }

    .icheck-material-danger > input:first-child:not(:checked):not(:disabled):hover + label::before,
    .icheck-material-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
        border-color: #f5365c;
    }

    .icheck-material-danger > input:first-child:checked + label::before,
    .icheck-material-danger > input:first-child:checked + input[type="hidden"] + label::before {
        background-color: #f5365c;
        border-color: #f5365c;
    }

    .icheck-material-danger > input:first-child:checked + label::after,
    .icheck-material-danger > input:first-child:checked + input[type="hidden"] + label::after {
        border-bottom-color: #fff;
        border-right-color: #fff;
    }

.icheck-material-danger > input[type="radio"]:first-child:checked + label::after,
.icheck-material-danger > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #f5365c;
}


.icheck-material-info > input:first-child {
    background-color: #03d0ea;
}

    .icheck-material-info > input:first-child::-ms-check {
        background-color: #03d0ea;
    }

    .icheck-material-info > input:first-child:not(:checked):not(:disabled):hover + label::before,
    .icheck-material-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
        border-color: #03d0ea;
    }

    .icheck-material-info > input:first-child:checked + label::before,
    .icheck-material-info > input:first-child:checked + input[type="hidden"] + label::before {
        background-color: #03d0ea;
        border-color: #03d0ea;
    }

    .icheck-material-info > input:first-child:checked + label::after,
    .icheck-material-info > input:first-child:checked + input[type="hidden"] + label::after {
        border-bottom-color: #fff;
        border-right-color: #fff;
    }

.icheck-material-info > input[type="radio"]:first-child:checked + label::after,
.icheck-material-info > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #03d0ea;
}


.icheck-material-warning > input:first-child {
    background-color: #fba540;
}

    .icheck-material-warning > input:first-child::-ms-check {
        background-color: #fba540;
    }

    .icheck-material-warning > input:first-child:not(:checked):not(:disabled):hover + label::before,
    .icheck-material-warning > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
        border-color: #fba540;
    }

    .icheck-material-warning > input:first-child:checked + label::before,
    .icheck-material-warning > input:first-child:checked + input[type="hidden"] + label::before {
        background-color: #fba540;
        border-color: #fba540;
    }

    .icheck-material-warning > input:first-child:checked + label::after,
    .icheck-material-warning > input:first-child:checked + input[type="hidden"] + label::after {
        border-bottom-color: #fff;
        border-right-color: #fff;
    }

.icheck-material-warning > input[type="radio"]:first-child:checked + label::after,
.icheck-material-warning > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #fba540;
}


.icheck-material-secondary > input:first-child {
    background-color: #d13adf;
}

    .icheck-material-secondary > input:first-child::-ms-check {
        background-color: #d13adf;
    }

    .icheck-material-secondary > input:first-child:not(:checked):not(:disabled):hover + label::before,
    .icheck-material-secondary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
        border-color: #d13adf;
    }

    .icheck-material-secondary > input:first-child:checked + label::before,
    .icheck-material-secondary > input:first-child:checked + input[type="hidden"] + label::before {
        background-color: #d13adf;
        border-color: #d13adf;
    }

    .icheck-material-secondary > input:first-child:checked + label::after,
    .icheck-material-secondary > input:first-child:checked + input[type="hidden"] + label::after {
        border-bottom-color: #fff;
        border-right-color: #fff;
    }

.icheck-material-secondary > input[type="radio"]:first-child:checked + label::after,
.icheck-material-secondary > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #d13adf;
}


.icheck-material-white > input:first-child {
    background-color: #ffffff;
}

    .icheck-material-white > input:first-child::-ms-check {
        background-color: #ffffff;
    }

    .icheck-material-white > input:first-child:not(:checked):not(:disabled):hover + label::before,
    .icheck-material-white > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
        border-color: #ffffff;
    }

    .icheck-material-white > input:first-child:checked + label::before,
    .icheck-material-white > input:first-child:checked + input[type="hidden"] + label::before {
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .icheck-material-white > input:first-child:checked + label::after,
    .icheck-material-white > input:first-child:checked + input[type="hidden"] + label::after {
        border-bottom-color: #000;
        border-right-color: #000;
    }

.icheck-material-white > input[type="radio"]:first-child:checked + label::after,
.icheck-material-white > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #ffffff;
}


.input-group-addon [type=checkbox]:checked,
.input-group-addon [type=checkbox]:not(:checked),
.input-group-addon [type=radio]:checked,
.input-group-addon [type=radio]:not(:checked) {
    position: initial;
    opacity: 1;
    margin-top: 4px;
}

.navbar-sidenav-tooltip.show {
    display: none;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -25px;
    right: -25px;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.card-authentication1 {
    width: 24rem;
}

.card-authentication2 {
    width: 52rem;
}

.glassmorphism .btn {
    padding: 8px 11px;
}

.bg-signup2 {
    background-color: rgb(0, 140, 255);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.68)), url(https://images.pexels.com/photos/1227520/pexels-photo-1227520.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
    height: 100%;
    border-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.bg-signin2 {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.68)), url(https://images.pexels.com/photos/1227520/pexels-photo-1227520.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
    height: 100%;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.bg-reset-password2 {
    background-color: rgb(0, 140, 255);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.68)), url(https://images.pexels.com/photos/1227520/pexels-photo-1227520.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
    height: 100%;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}


.footer {
    color: rgba(0, 0, 0, 0.95);
    text-align: center;
    padding: 4px 8px 4px 8px;
    position: absolute;
    bottom: -26px;
    width: 100%;
    right: 0;
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.36);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.futrLft p {
    float: left;
    margin-bottom: 0;
    color: #fff;
}

.futrrt p {
    float: right;
    margin-bottom: 0;
    font-size: 13px;
    color: #fff;
}

    .futrrt p a {
        color: #fff;
    }

#wrapper.toggled .footer {
    position: absolute;
    left: 0px;
}

.back-to-top {
    display: none;
    width: 33px;
    height: 33px;
    text-align: center;
    color: white;
    position: fixed;
    border-radius: 10%;
    bottom: 20px;
    right: 12px;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 10000;
}

    .back-to-top .fa-angle-double-up {
        margin-top: 20%;
        font-size: 20px;
    }

    .back-to-top:hover {
        color: white;
        background-color: rgba(255, 255, 255, 0.54);
        transition: all .5s;
    }

/*-- custom radion buttons ---*/
.wrap input[type="radio"], .wrap input[type="checkbox"] {
    display: none;
}

.wrap label {
    position: relative;
    color: #282320;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.7em;
    border: 1px solid rgb(198, 131, 74);
    padding: 8px 6px;
    border-radius: 0.25rem;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}
/*.sidebar-submenu .wrap label:before {
    display: none;
}*/

.stats-right .wrap label:before, .sidebar-submenu .wrap label.brdrclsss:before, .box_content_regi_fdbck .wrap label.brdrclsfd:before {
    content: "";
    height: 1.2em;
    width: 1.2em;
    border: 2px solid rgb(193, 128, 74);
    border-radius: 50%;
}

/*.wrap label:before {
    content: "";
    height: 1.2em;
    width: 1.2em;
    border: 2px solid rgb(193, 128, 74);
    border-radius: 50%;
}*/
.accordionSidebar .card .form-group .wrap label.onst:before {
    content: "";
    height: 1.2em;
    width: 1.2em;
    border: 2px solid rgb(193, 128, 74);
    border-radius: 50%;
}

.sidebar-submenu .wrap label.brdrcls {
    border: none;
    margin-bottom: 0px !important;
    padding: 0px;
}

.inputlabel__wrapper {
    border: 1px solid rgb(198, 131, 74);
    padding: 7.1px 6px !important;
    margin-bottom: 7px;
    border-radius: 0.25rem;
}

    .inputlabel__wrapper input {
        margin-right: 5px;
    }


.wrap input[type="radio"]:checked + label:before, .accordionSidebar .card .form-group .wrap input[type="radio"]:checked + label:before {
    height: 1.2em;
    width: 1.2em;
    border: 1px solid #a16f46;
    background: #c5824a;
}

.wrap input[type="radio"]:checked + label, .accordionSidebar .card .form-group .wrap input[type="radio"]:checked + label, .box_content_regi_fdbck .wrap input[type="radio"]:checked + label {
    background-color: rgba(255, 255, 255, 0.99);
    color: #282320;
}

.stats-right .form-group .wrap label, .accordionSidebar .card .form-group .wrap label {
    position: relative;
    color: #282320;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    border: 1px solid rgb(198, 131, 74);
    background: rgba(255, 255, 255, 0.2);
    padding: 5.5px 6px;
    border-radius: 0.25rem;
    margin: 0;
    font-size: .69rem;
    /*width: 135px;*/
}

.box_content_regi_fdbck .form-group .wrap label {
    position: relative;
    color: #282320;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.6em;
    border: 1px solid rgb(198, 131, 74);
    background: rgba(255, 255, 255, 0.2);
    padding: 8.1px 6px;
    border-radius: 0.25rem;
    margin: 0;
    font-size: .69rem;
    /*width: 135px;*/
}

.wrap label.brdrcls {
    /*border: 2px solid rgba(8, 95, 128, 0.71);*/
    border: 2px solid rgba(255, 255, 255, 0.24);
}

.stats-right .form-group .wrap label.rdiWdth, .sidebar-menu .form-group .wrap label.rdiWdth, .box_content_regi_fdbck .form-group .wrap label.rdiWdth {
    width: 59%;
}

.stats-right .form-group .wrap label.ldiWdth, .sidebar-menu .form-group .wrap label.ldiWdth, .box_content_regi_fdbck .form-group .wrap label.ldiWdth {
    width: 38%;
}

.sidebar-menu .form-group .wrap label.onst {
    width: 100%;
}
/*--- // custom radio buttons ---*/

/*--- custom checkbox buttons ---*/
.styled-checkbox {
    position: absolute;
    opacity: 0;
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
    }

        .styled-checkbox + label:before {
            content: "";
            margin-right: 0px;
            display: inline-block;
            vertical-align: text-top;
            width: 1.3em;
            height: 1.3em;
            border: 2px solid rgb(198, 131, 74);
            background: rgba(255, 255, 255, 0.2);
        }

    /*.styled-checkbox:hover + label:before {
    background: #f35429;
}*/

    .styled-checkbox:focus + label:before {
        box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
    }

    .styled-checkbox:checked + label:before {
        background: #c5824a;
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd;
        }

    .styled-checkbox:checked + label:after {
        content: "";
        position: absolute;
        left: 3px;
        top: 7px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
        transform: rotate(45deg);
    }
/*--- // custom checkbox buttons ---*/

/* Extra css */
.stats-right .p-2 {
    padding: 0.5rem 0.0rem 0.0rem 0.0rem !important;
}

.col-xl-2-1 {
    max-width: 20%;
}

.cstmMrgnL {
    margin-left: 10px;
}

.cstmMrgnR {
    margin-right: 10px;
}

.col-2-cstmWdth {
    max-width: 12.5%;
}

.loginwrapper {
    max-width: 1140px;
}

.loginwrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .loginwrapper .logo {
        text-align: center;
    }

.copy-right {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    text-align: center;
}

    .copy-right p {
        color: #ffffff;
    }

        .copy-right p a {
            color: #ffffff;
        }

.imgOpacity {
    background: linear-gradient(277deg, rgba(102, 97, 221, 0.77) 0%, rgba(90, 146, 226, 0.7) 33%, rgba(11, 98, 148, 0.74) 68%, rgba(2, 40, 56, 0.77) 100%);
    /* background: linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(202, 27%, 45%, 1) 100%);*/
    height: 100vh;
    background: rgba(11, 30, 46, 0.62);
}

.imgeBg {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url("../images/NileRiver.jpg") no-repeat center center;
    background-size: cover;
}

.glassmorphism {
    /*background: rgba(0, 0, 0, 0.33);*/
    background: rgb(0, 74, 98, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 25px rgba(0,0,0,.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

    .glassmorphism .form-control {
        background: rgba(4, 9, 11, 0.2);
        border: 1px solid rgb(131, 131, 131);
        color: #ffffff;
    }

        .glassmorphism .form-control:focus {
            border: 1px solid rgb(131, 131, 131);
            background: rgba(4, 9, 11, 0.2);
            box-shadow: none;
        }

.bg-dark {
    background-color: #6e582a !important;
}

.mapper .card {
    margin-bottom: 0;
    border-top-left-radius: 0px;
}

#bar .card {
    border-top-left-radius: 0px;
}

.custom-checkbox {
    display: none;
}

.mapSection {
    height: calc(-136px + 100vh);
    padding: 1px;
}

#map {
    height: 100%;
    border-radius: 3px;
    padding-left: 10px;
}

.leaflet-bottom.leaflet-left {
    left: 18px;
    bottom: 10px;
}

.pdngCstm {
    padding: 3% 0 5% 0;
}
.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
    margin: 10px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

    .pdngCstm h1 {
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        width: 100%;
        color: #fff;
        text-align: center;
        font-size: 22px;
        font-weight: 300;
        margin-bottom: 40px;
    }

      /*  .pdngCstm h1 span {
            font-family: 'AristaFont';
            font-size: 40px;
        }*/
        .pdngCstm h1 span {
            /* font-family: 'AristaFont'; */
            font-size: 34px;
            font-weight: 600;
        }
.imgBg {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    text-align: center;
    border-radius: 80px;
}

.stats-right img {
    height: 18px;
    vertical-align: sub;
}

.PrntSctn {
    width: 100%;
}

.lftSctn {
    width: 80%;
}

.rtSctn {
    width: 20%;
    text-align: right;
}

.badge-top {
    position: absolute;
    top: 15px;
}

.users {
    width: 40px;
    margin-right: -16px;
}

.height-100v {
    height: 100vh;
}

.font-33 {
    font-size: 33px;
}

.pro-btn {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
}

.chart-container-1 img {
    width: 100%;
    height: 441px;
}

.chart-container-1 {
    position: relative;
    height: 100%;
}

.chart-container-2 {
    position: relative;
    height: 188px;
}

.chart-container-3 {
    position: relative;
    height: 188px;
}

.chart-container-4 {
    position: relative;
    height: 162px;
}

.chart-container-5 {
    position: relative;
    height: 110px;
}

.chart-container-6 {
    position: relative;
    height: 205px;
}

.chart-container-7 {
    position: relative;
    height: 60px;
}

.chart-container-8 {
    position: relative;
    height: 260px;
}

.chart-container-9 {
    position: relative;
    height: 280px;
}

.chart-container-10 {
    position: relative;
    height: 300px;
    top: 20px;
}

.chart-container-11 {
    position: relative;
    height: 280px;
}

.chart-container-12 {
    position: relative;
    height: 160px;
}

.chart-container-13 {
    position: relative;
    height: 240px;
}

.chart-container-14 {
    position: relative;
    height: 40px;
}

.circle-1 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.circle-2 {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.circle-3 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
}

/* PRELOADER CSS */

.page-loader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: #272727;
    z-index: 9999999;
    top: 0;
}

    .page-loader .txt {
        color: #666;
        text-align: center;
        top: 40%;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        font-weight: bold;
        line-height: 1.5;
    }
/* SPINNER ANIMATION */
.spinner {
    position: relative;
    top: 35%;
    width: 80px;
    height: 80px;
    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;
}

h5.mobile__name {
    display: none;
}

a.mobile__menu {
    display: none;
}

@-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;
    }
}
/* //SPINNER ANIMATION */

/* ------custom scrollbar------*/
ul.sidebar-menu.do-nicescrol.scrollbar-1 {
    scrollbar-width: thin;
    scrollbar-color: rgb(248 242 237) rgb(188 126 73 / 71%);
}
.scrollbar-1 {
    scrollbar-width: thin;
    scrollbar-color: rgb(188, 126, 73) rgba(48, 50, 116, 0.2);
}

    .scrollbar-1::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .scrollbar-1::-webkit-scrollbar-track {
        background-clip: content-box;
        border: 2px solid transparent;
        border-radius: 0.25rem;
    }

    .scrollbar-1::-webkit-scrollbar-thumb {
        background-color: #5d5555;
    }

        .scrollbar-1::-webkit-scrollbar-thumb:hover {
            background-color: #141312;
        }

    .scrollbar-1::-webkit-scrollbar-corner, .scrollbar-1::-webkit-scrollbar-track {
        background-color: #b0b7c4;
    }
div#reportsModal .modal-header {
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #bc7e49;
    color: #fff;
    align-items:center;
}
div#reportsModal .modal-header h5 {
   
    color: #fff;
}
    div#reportsModal .modal-header button span{
        color: #fff;
    }
/*------*/
.btn-success {
    color: #fff;
    background-color: #bc7e49;
    border-color: #bc7e49;
}

.btn-secondary {
    color: #fff;
    background-color: rgba(188, 126, 73, 0.86) !important;
    border-color: rgb(188, 126, 73) !important;
}

.feedback__page {
    margin-top: 3rem;
    min-height: calc(100vh - 60px - 40px);
}

#wrapper footer {
    bottom: 0px;
    width: 100%;
}

.content__sidebar--wrapper {
    background: #bc7e49;
    min-height: calc(100vh - 52px);
}

#legenddiv2 {
    bottom: 103px !important;
}

button.bar__toggle {
    display: none;
}

.mobile__logo {
    display: none;
}

.content-wrapper.collapse__map .leaflet-draw {
    top: 3.3em;
}

.content-wrapper.collapse__map .sidepanel2 {
    /* bottom: 17.1em; */
    top: 31.5em !important;
    bottom: unset;
}
.toggled .content-wrapper.collapse__map .sidepanel2 {
    /* bottom: 17.1em; */
    top: 31.5em !important;
    bottom: unset;
}
#accordionExample div[data-toggle="collapse"] i.fa.fa-fw.fa-chevron-down {
    display: none;
    transition: all ease 1s;
}

#accordionExample div[data-toggle="collapse"] i.fa.fa-fw.fa-chevron-up {
    display: block;
    transition: all ease 1s;
}

#accordionExample div.collapsed i.fa.fa-fw.fa-chevron-down {
    display: block;
    transition: all ease 1s;
}

#accordionExample div.collapsed i.fa.fa-fw.fa-chevron-up {
    display: none;
    transition: all ease 1s;
}

#faq .card .card-header .btn-header-link:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    background-color: rgb(245, 232, 220);
    padding: 1px 6px;
    border-radius: 80%;
    color: rgb(164, 113, 72);
    display: none;
}

#faq .card .card-header {
    position: relative;
}

    #faq .card .card-header i {
        position: absolute;
        right: 0px;
        top: 11px;
        font-size: 13px;
    }

#faq22 .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.99);
    color: #000000;
    padding: 9px 6px !important;
    position: relative;
}

#faq22 .card .card-header {
    position: relative;
    padding: 0px !important;
}

    #faq22 .card .card-header i {
        position: absolute;
        right: 0px;
        top: 11px;
        font-size: 13px;
    }

#wrapper.toggled .panel.panel-info {
    position: relative;
    margin-left: -12px;
}

#wrapper.toggled .sidepanel2 {
    position: absolute;
    right: 30px;
    top: 18.3em;
    bottom: unset;
}
#wrapper.toggled .leaflet-draw {
    position: absolute;
    right: 5px;
    top: 3.3em;
}

#wrapper.toggled .leaflet-touch .geocoder-control-input {
    left: -27px !important;
}

#wrapper.toggled .leaflet-touch .leaflet-control-zoom {
    left: 1px !important;
    top: 45px;
}

div#sidebar-wrapper ul {
    display: none;
}


.blink {
    background-color: #fff; /* Start color */
    animation: colorChange 3s linear infinite;
    border-radius: 3px;
    padding-left: 5px;
    border: 1px solid transparent;
}

@keyframes colorChange {
    0% {
        background-color: #fff; /* Red */
    }

    50% {
        background-color: #e2924c; /* Green */
        border: 1px solid #e2924c;
    }

    100% {
        background-color: #bc7e49;
        border: 1px solid #bc7e49; /* Blue */
    }
}






/* ------// custom scrollbar------*/
/* Responsive */
@media (min-width: 1920px) and (max-width: 2560px) {
    .mapSection {
        height: calc(100vh - 136px);
    }

    #legenddiv2 {
        bottom: 8px;
        right: 26px;
    }

    .map-responsive {
        padding-bottom: 44.1%;
    }

        .map-responsive.box_content_contMap {
            height: 100%;
        }
}

@media only screen and (min-width: 1367px) and (max-width: 1700px) {

    .mapSection {
        height: calc(100vh - 136px);
    }

    #legenddiv2 {
        bottom: 7px;
    }

    .map-responsive {
        padding-bottom: 100%;
    }
}

@media only screen and (max-width: 1199px) {

    .row.row-group > div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

        .row.row-group > div:last-child {
            border-right: none;
            border-bottom: 0;
        }
}


@media only screen and (max-width: 1024px) {

    .search-bar {
        margin-left: 10px;
        position: relative;
    }

        .search-bar input {
            width: 100%;
            height: 30px;
        }

    .nav-tabs .nav-link {
        padding: 10px 10px;
    }

    .content-wrapper {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 1024px) {
    #sidebar-wrapper {
        background: #000;
        position: fixed;
        top: 0px;
        left: -250px;
        z-index: 1000;
        overflow-y: auto;
        width: 250px;
        height: 100%;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        box-shadow: none;
    }

    .toggle-menu i {
        line-height: 60px;
        margin-left: 0px;
        font-size: 15px;
        cursor: pointer;
    }

    .card {
        margin-bottom: 25px;
    }

    .card-deck {
        margin-bottom: 0px;
    }

        .card-deck .card {
            margin-bottom: 25px;
        }

    .card-group {
        margin-bottom: 25px;
    }

    .content-wrapper {
        margin-left: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer {
        position: absolute;
        left: 0px;
    }

    #wrapper.toggled #sidebar-wrapper {
        position: fixed;
        top: 0px;
        left: 0px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    #wrapper.toggled .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        background: #000;
        opacity: 0.4;
        z-index: 999;
        display: block;
    }

    #wrapper.toggled .menu-icon {
        margin-left: 0px;
    }

    #wrapper.toggled .content-wrapper {
        margin-left: 0px;
    }

    #wrapper.toggled .footer {
        position: absolute;
        left: 0px;
    }

    .hidden-xs {
        display: none !important;
    }

    .height-100v {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .logo-text {
        font-size: 14px;
    }

    .right-nav-link a.nav-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 800px) {
    h5.logo-text.mobile__web {
        display: none;
    }

    h5.mobile__name {
        display: block;
        padding-top: 20px;
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {

    .bg-signup2 {
        height: 35rem;
        border-radius: 0;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .bg-signin2 {
        height: 25rem;
        border-radius: 0;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .bg-reset-password2 {
        height: 20rem;
        border-radius: 0;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }
}

@media only screen and (max-width: 480px) {
    #graphModal .modal-header h5 {
        font-size: 14px !important;
    }
    .feedback__page h2.main_hdng {
        margin-bottom: 3px !important;
    }
    div#graphModal {
        top: 24px;
    }

    .leaflet-touch .geocoder-control-input {
        display: none;
    }

    #graphModal .modal-header button {
        margin-right: 0px;
    }
 
    .search-bar {
        margin-left: 5px;
        position: relative;
    }
    .up__arrow{
        display:none;
    }
    .feedback__table table tr:nth-child(n) td {
        font-size: 12px;
    }
    .feedckTbl table thead tr th {
        font-size: 12px;
    }
  /*  div#exampleModal__table {
        padding-top: 30px;
    }*/
    .leaflet-touch .leaflet-control-zoom {
        top: 3px!important;
    }
    li.dropdown-item.user-details {
        display: flex;
        justify-content: center;
    }
    .sidebar-menu {
        height: 100%;
        width: unset;
        position: fixed;
        top: 113px;
        left: -312px;
        z-index: 1000;
        overflow-y: auto;
        width: 250px;
        height: 100%;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        box-shadow: none;
    }

    #sidebar-wrapper {
        background: rgba(255, 255, 255, 0.9);
        height: calc(100vh - 91px);
    }

        #sidebar-wrapper .sidebar-menu {
            height: 100%;
            width: unset;
            left: 0px;
        }

    #wrapper.toggled #sidebar-wrapper {
        width: 300px;
    }

    #sidebar-wrapper {
        position: fixed;
        top: 0px;
        left: -312px;
        z-index: 1000;
        overflow-y: auto;
        width: 250px;
        height: 100%;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 1s ease;
        box-shadow: none;
    }

    .simplebar-content {
        overflow-y: hidden !important;
        overflow-x: hidden;
    }

    #wrapper.toggled .navbar-expand .navbar-nav {
        margin-left: 33px !important;
    }

    #wrapper.toggled .content-wrapper {
        width: 100vw;
        transition: all .3s ease;
        padding-left: 53px;
        padding-right: 15px;
    }

    .pulse {
        left: 3px;
        bottom: 5px;
    }

    .back-to-top {
        bottom: 0;
    }

    .search-bar input {
        width: 100%;
    }

    #wrapper {
        position: relative;
    }

    .futrrt p {
        float: none;
    }

    .dropdown-lg {
        display: none;
    }

    .nav-item.language {
        display: none;
    }

    .right-nav-link a.nav-link {
        padding-right: .0rem !important;
    }

    .topbar-nav .navbar {
        padding: 0px 10px 0 5px;
    }

    .card-authentication1 {
        width: 20.5rem;
    }

    .pdngCstm h1 {
        font-size: 15px;
        line-height: 36px;
        margin-bottom: 20px;
        height: 109px;
    }

        .pdngCstm h1 span {
            font-size: 26px;
        }

    .loginwrapper {
        margin-top: -54%;
    }

    ul.navbar-nav.align-items-center.right-nav-link {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #926134;
        top: 59px;
        position: absolute;
        /* width: 0px; */
        left: 0;
        /* display: none; */
        text-align: center;
        right: 0px;
        margin-left: 0px;
        transform: translate(0, 0);
    }

    ul.navbar-nav.align-items-center.right-nav-link {
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: #926134;
        top: 59px;
        position: absolute;
        /* width: 0px; */
        left: 0;
        /* display: none; */
        text-align: center;
        right: 0px;
        margin-left: 0px;
        transform: translate(480px,0px);
        transition: all ease 1s;
        border-bottom: 1px solid #d4baba;
    }

        ul.navbar-nav.align-items-center.right-nav-link.mobile__menu {
            transform: translate(0, 0);
        }

    ul.navbar-nav.align-items-center.right-nav-link {
        border-bottom: 1px solid #d4baba;
    }

    #wrapper.toggled .navbar-expand .navbar-nav.mobile__menu {
        margin-left: 0px !important;
    }

    ul.navbar-nav.align-items-center.right-nav-link > li {
        width: 100%;
        border-bottom: 1px solid #d4baba;
    }

    .right-nav-link ul.dropdown-menu.dropdown-menu-right {
        position: unset;
        border: 0.5px solid #fff;
        border-radius: 0px;
    }

        .right-nav-link ul.dropdown-menu.dropdown-menu-right li {
            text-align: center;
        }

    .user-details .media .avatar img {
        position: absolute;
        left: 64px;
    }

    a.mobile__menu {
        display: block;
    }

    .sidepanel2 {
        bottom: 20em;
        left: 23px;
        right: unset;
        top: unset;
    }
    #wrapper.toggled #sidebar-wrapper, #sidebar-wrapper {
        top: 60px;
    }

    .copy-right p {
        font-size: 14px;
    }

    .copy-right {
        left: 17px;
        right: 17px;
    }

    #legenddiv2 {
        bottom: 50px !important;
        right: 30px;
    }

    .mapSection {
        height: calc(100vh - 136px) !important;
        padding: 1px;
    }

    .logo-icon {
        width: 41%;
        margin-left: 10px;
        margin-right: 12px;
        position: relative;
        top: 10px;
    }


    .content__sidebar--wrapper {
        display: flex;
        position: relative;
        top: 0px;
        flex-direction: column;
        padding-top: 58px;
    }

    .content-wrapper {
        margin-left: 0px !important;
        width: 100%;
        padding-left: 24px !important;
        max-height: fit-content;
    }

    .border-light {
        border-color: rgb(255, 200, 151) !important;
        padding-bottom: 10px;
    }

    .feedback__page {
        margin-top: 4rem;
        height: unset;
        position: relative;
    }

    #wrapper footer {
        position: unset;
        text-align: center;
    }

    .box_content_regi_fdbck {
        padding: 7px 0px;
    }

    .feedback__page {
        padding: 0 23px;
    }

    h2.main_hdng {
        margin-top: 0px;
    }

    #exampleModal .modal-dialog {
        max-width: 600px;
        width: 100%;
       /* top: 60px;*/
    }
    div#dataPopup {
        padding-top: 19px;
        padding-left:unset!important;
    }
    div#exampleModal {
        padding-right: 15px;
    }

    button#submitauth {
        margin-top: 10px;
    }

    .box_content_regi_fdbck .col-md-4 .form-group {
        margin-bottom: 10px;
    }

        .box_content_regi_fdbck .col-md-4 .form-group label {
            margin-bottom: 4px;
        }

    .map-responsive.box_content_contMap {
        margin: 14px -13px;
        height: 91%;
    }

    .sidebar-menu {
        height: calc(100vh - 106px);
    }

    button.bar__toggle {
        border: none;
        background-color: transparent;
        color: #fff;
        display: block;
    }

    .toggle-menu i {
        right: 29px;
    }

    .mobile__logo {
        display: block;
    }

    .form-group.btnsubmit__formContact {
        margin-bottom: 7px !important;
        margin-top: 4px;
    }

    .mobile__logo + .nav-item .brand-logo .logo-text {
        top: -11px !important;
        text-align: left !important;
        width: 52% !important;
        position: absolute !important;
        top: 10px !important;
        /* right: 59px; */
        left: 130px !important;
        line-height: 20px;
    }

    .form-group.btnsubmit__padd {
        padding-bottom: 0px;
        margin-top: 8px;
    }

    #accordionExample i.fa.fa-fw.fa-chevron-down {
        left: 10px;
        font-size: 15px;
        position: relative;
        bottom: 3px;
    }

    #accordionExample i.fa.fa-fw.fa-chevron-up {
        left: 10px;
        font-size: 15px;
        position: relative;
        bottom: -6px;
    }

    .form-group.reset__btn button {
        position: relative;
        bottom: 12px;
    }

    .entro__admin i {
        position: absolute;
        left: 124px;
        top: 12px;
    }

    .entro__admin li {
        position: relative;
    }

    #accordionExample div.collapsed i.fa.fa-fw.fa-chevron-down {
        display: block;
        transition: all ease 1s;
        top: 6px;
    }

    #accordionExample div.collapsed i.fa.fa-fw.fa-chevron-up {
        left: 10px;
        font-size: 15px;
        position: relative;
        bottom: 3px;
    }

    #map {
        padding-left: 0px;
    }

    .panel.panel-info {
        position: relative;
        margin-left: -13.2px;
    }

    .content-wrapper.collapse__map .leaflet-draw {
        top: 3.3em;
    }

    #wrapper.toggled .sidepanel2 {
        position: absolute;
        right: auto;
    }

    .content__sidebar--wrapper {
        display: flex;
        padding-top: 61px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .content-wrapper.collapse__map .sidepanel2 {
       
        left: 22px !important;
        top:79em!important;
        bottom:unset;
    }

    .content-wrapper.collapse__map .leaflet-touch .leaflet-control-zoom {
        left: 11px !important;
        top: 45px;
    }

    .content-wrapper.collapse__map .leaflet-touch .geocoder-control-input {
        left: -17px !important;
    }

    #wrapper.toggled .sidebar-menu {
        margin-bottom: 0px;
    }

    .sidebar-wrapper .brand-logo {
        line-height: unset;
    }


    .leaflet-touch .geocoder-control-input {
        left: -17px !important;
    }

    #wrapper.toggled .sidebar-menu {
        width: 300px;
        margin-left: -2px;
        position: fixed;
        z-index: 999999;
        padding: 10px 10px;
        max-height: fit-content;
        overflow: scroll;
        transition: all 1s ease;
        left: 0px;
        top: 113px;
        max-height: 100%;
        overflow: auto;
    }

    header.topbar-nav {
        position: relative;
        z-index: 9999;
    }

    header .mobiheader__menu {
        display: block;
        position: fixed;
        width: 30px;
        height: 30px;
        z-index: 99999;
        right: 0px;
        top: 21px;
        color: #fff;
    }

    .toggle-menu i {
        position: unset;
        z-index: 999;
    }

    .navbar-expand .navbar-nav {
        margin-left: 0px;
    }

    .brand-logo .logo-text {
        left: 3px;
        max-width: 248px;
        position: relative;
        top: 12px;
        font-weight: 500;
        text-align: left;
        line-height: 20px;
    }

    #wrapper.toggled .navbar-expand .navbar-nav {
        margin-left: 0px !important;
    }

    header.topbar-nav.mobile__menu ul.navbar-nav.align-items-center.right-nav-link {
        transform: translate(0px,0px);
    }

    header.topbar-nav.mobile__menu .navbar {
        z-index: 9999;
    }

    #wrapper.toggled #sidebar-wrapper, #sidebar-wrapper {
        top: 60px;
        z-index: 99999;
    }

    #wrapper.toggled .content-wrapper {
        padding-right: 10px;
    }

    .submitbtn__wrapper {
        padding-left: 9px;
    }

   
    .about__page .row.register-form {
        margin-top: 34px;
    }

    .feedback__table {
        margin-top: -24px;
    }

        .feedback__table .container .row .col-md-12.col-sm-12.pl-0 {
            padding-right: 0px;
        }
   
    .ft_all p {
        margin-bottom: 0px;
        font-size: 12px;
        color: #fff;
        text-align: left;
    }
    .pull-right {
        float: left;
    }
    .ReprtPpopup .modal-content {
        height: auto;
        background-color: #f5f5f5;
        width: 500px;
        border-radius: 1px;
        margin-right: 10px;
    }
    .form-group.p-2.updatebtn__div {
        display: flex;
        justify-content: left;
        width: 100%;
        padding-left: 24px;
        position: relative;
        left: 4px;
        bottom: 10px;
        align-items: flex-start;
    }
    .stats-right .form-group .wrap label.rdiWdth, .sidebar-menu .form-group .wrap label.rdiWdth, .box_content_regi_fdbck .form-group .wrap label.rdiWdth {
        width: 60%;
        /* display: none; */
    }
    .accordFdbck .card-header .title {
        font-size: 14px;
    }
    #wrapper.toggled .leaflet-draw {
        position: absolute;
        right: 5px;
        top: 3.3em;
    }
    #wrapper.toggled .sidepanel2 {
        position: absolute;
        right: unset;
        bottom: 20em;
        top: unset!important;
        left: 23px;
    }
    #wrapper.toggled .leaflet-touch .leaflet-control-zoom {
        left: 12px !important;
        top: 45px;
    }
    #graphModal .modal-header h5 {
        font-size: 12px !important;
    }

    #graphModal .modal-header .btn-close {
        position: absolute;
        right: 0px;
        color: #c3814a;
        font-size: 7px;
        background-color: transparent;
        border: none;
    }

    #graphModal .modal-header .button i {
        font-size: 17px;
    }
    #exampleModal__table table thead th {
        background: #bc7e49;
        border: 1px solid#fff;
        font-size: 12px;
    }
    #exampleModal__table table tbody td {
        border: 1px solid #bc7e49;
        font-size: 12px;
    }
    #exampleModal__table .modal-dialog {
        max-width: 600px;
        width: 96%;
        position: relative;
      /*  top: 67px;*/
        max-height: 549px;
        overflow: auto;
    }
    #exampleModal__table1 .modal-dialog {
        max-width: 600px;
        width: 96%;
        position: relative;
         top: 105px;
      
        overflow: auto;
    }
    #exampleModal__table table thead th {
        font-size: 12px;
    }

    .SrfcWtrLvl .modal-content {
        width: 100%;
    }

    #exampleModal__table table tbody td {
        font-size: 12px!important;
    }

    #exampleModal__table table thead th {
        font-size: 12px!important;
    }

    #exampleModal__table table tbody td {
        font-size: 12px!important;
    }
    .feedback__page {
        margin-top: 4rem;
        min-height: calc(100vh - 76px - 40px)!important;
    }
    h2.main_hdng {
        font-size: 20px;
    }
    .about__page.padngCstm {
        padding-left: 30px;
        padding-right: 30px;
    }
    .about__page .image-second {
        position: absolute;
        left: 0;
        top: -39px;
        z-index: 11;
        max-width: 140px;
    }
    .about__heading1 h6 {
        font-size: 15px;
        margin-top: 0px;
        text-align: left;
        color: #2c2c2c;
        letter-spacing: 0px;
        position: relative;
        line-height: 25px;
        font-weight: 600;
        margin-bottom: 22px;
    }
    .accordFdbck .card-header {
        cursor: pointer;
        border-bottom: none;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    #graphModal .modal-header h5 {
        font-size: 12px !important;
    }

    #graphModal .modal-header .btn-close {
        position: absolute;
        right: 0px;
        color: #c3814a;
        font-size: 7px;
        background-color: transparent;
        border: none;
    }

    #graphModal .modal-header .button i {
        font-size: 17px;
    }
}

@media (min-width:400px) and (max-width:480px) {
    .mobile__logo + .nav-item .brand-logo .logo-text {
        left: 146px !important;
    }
}

@media (min-width: 1920px) and (max-width: 2560px) {
    .row.mapper .sidepanel2 {
        bottom: unset;
        top: 11em !important;
        /* left: -10px; */
        right: 30px !important;
    }

    .row.mapper .leaflet-draw {
        position: absolute;
        right: 4px;
        top: 16.3em !important;
    }

    .content-wrapper.collapse__map .row.mapper .sidepanel2 {
        bottom: unset;
        top: 23em !important;
        /* left: -10px; */
        right: 30px !important;
    }
}
.leaflet-draw-toolbar-button-enabled {
    opacity: .3;
}
#dataPopup .modal-header {
    background: #bc7e49;
    display: flex;
    align-items: center;
}
#dataPopup .modal-header h5{
    color:#fff;
    font-size:15px;
}
#graphModal .modal-dialog {
    height: auto !important;
}
.feedback__table {
    margin-top: -20px;
}
#graphModal button {
    color: #fff !important;
    background-color: rgb(188, 126, 73) !important;
    border-color: rgba(255, 255, 255, .125) !important;
    font-size: 13px !important;
    padding: 7px 10px;
    border-radius: 4px;
    margin-right: 21px;
}
#exampleModal__table table thead th {
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
}
#exampleModal__table table tbody td {
    font-size: 13px;
    vertical-align: middle;
}

div#graphShowArea {
    position: absolute;
    width: 100%;
}
.leaflet-draw-section .leaflet-draw-actions {
    display: none !important;
}
#loader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 50%;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#graphModalLabel {
    color: black;
}

#graphModal .modal-dialog {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-close {
    position: absolute;
    right: 14px;
    color: #c3814a;
    font-size: 15px;
    background-color: transparent;
    border: none;
}

.modal-header {
    text-align: center;
    display: flex;
    justify-content: center;
}

#mai_grid tr th {
    background-color: #f5f5f5;
    border: 1px solid #e5bf9b !important;
}

#mai_grid tr td {
   
    background-color: #f5f5f5;
    border: 1px solid #e5bf9b !important;
}

#grid_mai_info_btn {
    background: #ad783f;
    padding: 5px 9px;
    border: none;
    color: #fff;
    border-radius: 0px;
    font-size: 0.8rem;
    font-weight: 500;
    float: inline-start;
    margin-right: 0px;
    display: block;
    width: 100%;
    display: flex;
}
.submitbtn__wrapper {
    display: flex;
    align-items: center;
}

.form-group.resetbtn__div {
    position: relative;
    left: 23px;
    bottom: 10px;
}
div#coordinateFields {
    display: flex;
    justify-content: space-between;
}
.coordinate__wrapper input {
    width: 100%;
   
}
.coordinate__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .coordinate__wrapper .coordinate {
        width: 46%;
        margin-bottom: 3px;
    }
#exampleModal table thead th {
    background-color:#bc7e49;
}
.border-right{
    border-right:1px solid #fff;
}
#infoDiv .info-table_custom tbody tr td {
    padding: 4px 6px;
    /* border: 3px solid #f5f5f5; */
    background: #f7f2ed;
    border: 1px solid #e5bf9b !important;
}
#infoDiv .info-table_custom tbody tr td {
    padding: 4px 6px;
    /* border: 3px solid #f5f5f5; */
    background: #f5f5f5 !important;
    border: 1px solid #e5bf9b !important;
    font-weight: normal;
    font-size: 12px;
}
#infoDiv .info-table_custom tbody tr:nth-child(n) td{
    padding: 4px 6px;
    font-weight: 500;
    border: 1px solid #e5bf9b !important;
    background: #fff !important;
    border-left: 1px solid #e5bf9b !important;
    font-size:12px;
}
#infoDiv .info-table_custom tbody tr:nth-child(2n) td{
    padding: 4px 6px;
    font-weight: 500;
    border: 1px solid #e5bf9b !important;
    background: #f7f0ed !important;
    border-left: 1px solid #e5bf9b !important;
    font-size:12px;
}
#infoDiv table.table.info-table_custom tbody td {
    
     border: 1px solid #bc7e49; 
}
#infoDiv table.table.info-table_custom.pop_table {
    margin-top: 0px;
}
div#titleHoverBox {
    position: absolute;
    display: none;
    width: 604px;
    right: -210px;
    z-index: 99;
    padding: 10px;
    font-size: 12px !important;
    top: 75px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: #fff;
    line-height:1.5;
    font-weight:600;
    color: black;
    letter-spacing: 0.5px;
    min-inline-size: 24px;
    min-block-size: max(24px, 1lh);
    font-weight: -internal-auto-base(normal, inherit);
    padding-block-end: -internal-auto-base(1px, 0);
    display: -internal-auto-base(block, flex);
    align-items: center;
    padding-inline: -internal-auto-base(2px, 0.5em);
    gap: 0.5em;
}
.legend_extreme h1 {
    color: #fefefe;
    font-size: 16px;
    border: 1px solid #c0a4a4;
    display: inline-block;
    border-radius: 3px;
    padding: 0px 18px;
    background-color: #aa000b;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: anchor-center;
    font-size: 13px;
    border-radius: 5px;
}
.legend_extreme span {
    color: #faf9f9;
    font-size: 13px;
    /* background-color: #aa000b; */
    margin-right: 10px;
    display: inline-block;
}
.legend_extreme h1:nth-child(4) {
    background-color: #ff1201!important;
    margin-left:22px;
}
.legend_extreme{
    display:flex;
}
.form-group:hover div#titleHoverBox {
    display: block;
}
/* Initial state for legendshow (open by default) */
#legendshow {
    display: block;
    overflow: hidden;
    height: auto;
    transition: height 0.3s ease-out;
    max-height: 157px;
    overflow: auto;
}
.legend-item span{
    display:block;
}
/* Hide the up arrow initially */
#legenddiv2 .accicon__arrow i.fa-chevron-up {
    display: none; /* Hidden by default */
}

/* Toggled state for the arrow */
#legenddiv2 .accicon__arrow.active i.fa-chevron-down {
    display: none; /* Hide the down arrow when active */
}

#legenddiv2 .accicon__arrow.active i.fa-chevron-up {
    display: inline-block; /* Show the up arrow when active */
}
#feedbacktable i {
    font-size: 15px;
    color: #bc7e49;
}
#videoModal .modal-header, #imageModal .modal-header {
    background: #bc7e49;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}
    #videoModal .modal-header i, #imageModal .modal-header i{
        color: #fff;
    }
button#downloadBtn {
    right: 9px;
    position: absolute;
    z-index: 999;
    top: 13px;
    background-color: #b7865a;
    border: none;
    color: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 8px;
    font-size: 12px;
}
button#downloadBtn i{
    margin-right:0px;
}
a.leaflet-control-layers-toggle {
  
}
.leaflet-control-browser-print.leaflet-bar.leaflet-control {
    background: rgba(161, 93, 33, 0.71);
    color: #fff;
    position: absolute;
    right: 9px;
    top: 305px;
}
.leaflet-control-browser-print.leaflet-bar.leaflet-control a{
    color:#fff!important;
}
.leaflet-control-browser-print a {
    background-image: url('../images/print.png') !important;
    background-size: 16px 16px;
    display: block;
    border-radius: 2px;
}