*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: "Lexend", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 15px !important;
    /* font-weight: <weight>;
    font-style: normal; */
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
p,
span {
    text-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0;
    outline-offset: 0;
}

.dropdown-menu>li>a:active,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:visited {
    outline: 0;
}

/* Miscellanoeous */
body,
html {
    overflow-x: hidden;
    padding-right: 0 !important;
}

/* Dropdowns */
.dropdown .dropdown-toggle:after {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    font: normal normal normal 24px/1 "themify";
    /* content: "\a&#770"; */
    width: auto;
    height: auto;
    vertical-align: middle;
    line-height: .625rem;
    font-size: .875rem;
    margin-left: .3rem;
}

.dropdown .dropdown-menu {
    /* margin-top: -35px !important; */
    position: relative;
    top: 48px;
    font-size: 0.875rem;
    box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
    cursor: pointer;
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: .875rem;
    padding: 10px 1.5rem 10px;
    border: 1px solid #c9c8c8;
    border-radius: 5px;
    background: white;
}

.dropdown .dropdown-menu .dropdown-item:active {
    background: initial;
}


.input-group-append,
.input-group-prepend {
    color: #c9c8c8;
    width: auto;
    border: none;

}

.dropdown_position {
    position: absolute !important;
    right: 4px;
    top: 80px;
}

.table thead th,
.jsgrid .jsgrid-table thead th {
    border-top: 0;
    font-weight: 400 !important;
    font-size: 14px;
    text-align: center;
    border: 1px solid black !important;
    color: white;
    /* background: #68543f; */
    background-color: #4a8bbf;
}

.export_btn {
    border: 1px solid green !important;
    color: white !important;
    font-size: 15px !important;
    padding: 4px 10px !important;
    font-weight: 400 !important;
    border-radius: 5px !important;
    cursor: pointer;
    /* background-color: #f7f7f7; */
    background-color: green !important;
}

/* .export_btn:hover {
    background-color: green;
    border: 1px solid #103a5c;
    color: white !important;
} */

.Pdf_btn {
    border: 1px solid rgb(255, 13, 5);
    color: rgb(255, 30, 0);
    font-size: 15px;
    padding: 6px 14px;
    font-weight: 400 !important;
    border-radius: 5px;
    cursor: pointer;
    /* background-color: #f7f7f7; */
}

.modal-title {
    font-size: 20px !important;
}

.Pdf_btn:hover {
    background-color: #4a8bbf;
    border: 1px solid #103a5c;
    color: white;
}

.text-danger {
    color: rgb(220 53 69 1) !important;
}

.dropdown-menu {
    background-color: transparent !important;
}

.page-body-wrapper {
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 60px;
}

.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
    padding-top: 0;
}

.main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    width: calc(100% - 235px);
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 500px !important;
    overflow-y: scroll !important;
}

@media (max-width: 991px) {
    .main-panel {
        margin-left: 0;
        width: 100%;
    }
}

.content-wrapper {
    background: #eeeeee !important;
    /* background-color: #023b571a; */
    /* background-image:
        linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(245, 246, 252, 0)),
        url('../../images/Login_bg/wardh_wrapper-01.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem 25px !important;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    /* margin-top: 16px; */
}

@media (max-width: 767px) {
    .content-wrapper {
        padding: 1.5rem 1.5rem;
    }
}

/* Sidebar */
.sidebar {
    min-height: calc(100vh - 60px);
    background: #023b57;
    background-image: linear-gradient(45deg, rgb(0 0 0 / 88%), rgb(0 0 0 / 76%)), url(../Img/sidebar_img.jpg);
    background-size: 100% 100%;
    font-weight: 500;
    padding: 0;
    width: 235px;
    z-index: 11;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    color: white;
}

.sidebar .nav {
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 60px;
}


.sidebar .nav .nav-item .collapse {
    z-index: 999;
}

.sidebar .nav .nav-item .nav-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    padding: 0.8125rem 1.937rem 0.8125rem 1rem;
    color: #6C7383;
    border-radius: 5px;
    -webkit-transition-duration: 0.45s;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    transition-duration: 0.45s;
    transition-property: color;
    -webkit-transition-property: color;
}

.sidebar .nav .nav-item .nav-link i.menu-icon {
    font-size: 1rem;
    line-height: 1;
    margin-right: 7px;
    color: #fff;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: auto;
    margin-right: 0;
    color: #686868;
}

.sidebar .nav .nav-item .nav-link i.menu-arrow:before {
    content: "\e649";
    font-family: "themify";
    font-style: normal;
    display: none;
    font-size: 0.687rem;
    line-height: 10px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.sidebar .nav .nav-item .nav-link .menu-title {
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1;
    vertical-align: middle;
}

.sidebar .nav .nav-item .nav-link .badge {
    margin-left: auto;
}

.rtl .sidebar .nav .nav-item .nav-link .badge {
    margin-left: 0;
    margin-right: auto;
}


.sidebar .nav .nav-item.active>.nav-link {
    background: #00acc1;
    position: relative;
}

/* .sidebar .nav .nav-link.active>.nav-link {
    background: #00acc1;
    position: relative;
} */


.sidebar .nav .nav-item.active>.nav-link i,
.sidebar .nav .nav-item.active>.nav-link .menu-title,
.sidebar .nav .nav-item.active>.nav-link .menu-arrow {
    color: #ffffff;
    /* color: #023b57; */
    font-weight: 600 !important
}

.sidebar .nav .nav-item.active>.nav-link i.menu-arrow::before {
    content: "\e64b";
}

.sidebar .nav .nav-item:hover>.nav-link i,
.sidebar .nav .nav-item:hover>.nav-link .menu-title,
.sidebar .nav .nav-item:hover>.nav-link .menu-arrow {
    color: #fff;
}

.sidebar .nav:not(.sub-menu) {
    margin-top: 2.05rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.sidebar .nav:not(.sub-menu)>.nav-item {
    margin-top: .5rem;
}

.sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link,
.sidebar .nav:not(.sub-menu)>.nav-item:hover[aria-expanded="true"] {
    background-color: rgba(255, 255, 255, 0.219);
    color: #fff;
}


.sidebar .nav.sub-menu {
    margin-bottom: 0;
    margin-top: 2px;
    list-style: none;
    padding: 0.25rem 15px;
    background: rgba(255, 255, 255, 0.219);
    padding-bottom: 12px;
    color: rgb(255, 255, 255) !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.sidebar .nav.sub-menu .nav-item::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    margin-top: 16px;
    border-radius: 50%;
    background: #b2b2b2;
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #fcfcfc;
    padding: 0.7rem 1rem;
    position: relative;
    font-size: 0.875rem;
    line-height: 1;
    height: auto;
    border-top: 0;
    cursor: pointer;
}

.sidebar .nav.sub-menu .nav-item .nav-link:hover {
    text-decoration: underline;
}

/* style for off-canvas menu*/
@media screen and (max-width: 991px) {


    .sidebar-offcanvas.active {
        right: 0;
    }

    .sidebar-icon-only #sidebar {
        display: none;
    }


    .nav-profile {
        justify-content: flex-end;
    }
}

/* Navbar */
.navbar {
    font-weight: 400;
    transition: background 0.25s ease;
    -webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    /* box-shadow: 0px 5px 8px -5px #CDD1E1; */
}

.navbar .navbar-brand-wrapper {
    background: #fff;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    width: 235px;
    height: 75px;
}

.sidebar-dark .navbar .navbar-brand-wrapper {
    background: #232227;
}

.navbar .navbar-brand-wrapper .navbar-brand {
    color: #27367f;
    font-size: 1.5rem;
    margin-right: 0;
    padding: .25rem 0;
}

.navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini {
    display: none;
}

.navbar .navbar-brand-wrapper .navbar-brand:active,
.navbar .navbar-brand-wrapper .navbar-brand:focus,
.navbar .navbar-brand-wrapper .navbar-brand:hover {
    color: #1b2658;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
    max-width: 100%;
    height: 34px;
    margin: auto;
    vertical-align: middle;
}

.navbar .navbar-brand-wrapper .brand-logo-mini {
    padding-left: 0;
    text-align: center;
}

.navbar .navbar-menu-wrapper {
    background: #122125;
    background-color: #ffffff;
    /* background-image: linear-gradient(45deg, rgba(18, 33, 37, 0.932), rgba(18, 33, 37, 0.856)), url(../Img/bg-01-01.jpg); */
    background-size: 100% 100%;
    transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -ms-transition: width 0.25s ease;
    color: #6C7383;
    padding-right: 2.375rem;
    padding-left: 0rem;
    width: calc(100% - 235px);
    height: 110px;
    margin-top: -36px !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

@media (max-width: 600px) {
    .navbar .navbar-menu-wrapper {
        width: calc(100% - 55px);
        padding-left: 15px;
        padding-right: 11px;
    }

}

.navbar .navbar-menu-wrapper .navbar-toggler {
    border: 0;
    color: inherit;
    font-size: 1.25rem;
    padding: 0;
    border-radius: 0;
}

.navbar .navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
}

@media (max-width: 991px) {
    .navbar .navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
        display: none;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
        padding-left: 15px;
        padding-right: 0;
    }
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.nav-profile img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}


.rtl .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
    right: auto;
    left: 0;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .count-indicator:after {
    display: none;
}

@media (min-width: 992px) {
    .navbar .navbar-menu-wrapper .navbar-nav.navbar-nav-right {
        margin-left: 60px;
    }

    .navbar {
        /* box-shadow: 0px 5px 8px -5px #CDD1E1; */
    }

}


@media (max-width: 480px) {
    .navbar .navbar-brand-wrapper {
        width: 55px;
    }

    .navbar .navbar-brand-wrapper .brand-logo-mini {
        padding-top: 0px;
    }
}

/* Layouts */
@media (min-width: 992px) {
    .sidebar-mini .navbar .navbar-brand-wrapper {
        width: 185px;
    }

    .sidebar-mini .navbar .navbar-menu-wrapper {
        width: calc(100% - 185px);
    }

    .sidebar-mini .sidebar {
        width: 185px;
    }
}

@media (min-width: 992px) {
    .sidebar-icon-only .navbar .navbar-brand-wrapper {
        width: 70px;
        height: 75px !important;

    }

    .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo {
        display: none;
    }

    .sidebar-icon-only .navbar .navbar-brand-wrapper .brand-logo-mini {
        display: inline-block;
    }

    .sidebar-icon-only .navbar .navbar-menu-wrapper {
        width: calc(100% - 70px);
        height: 110px;
    }

    .sidebar-icon-only .sidebar {
        width: 70px;
    }

    .sidebar-icon-only .sidebar .nav {
        overflow: visible;
        margin-left: 0;
        margin-right: 0;
    }

    .sidebar-icon-only .sidebar .nav .nav-item {
        position: relative;
    }

    .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
        display: block;
        padding-left: .5rem;
        padding-right: .5rem;
        text-align: center;
        position: static;
    }

    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title,
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .badge,
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-sub-title {
        display: none;
    }

    .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-icon {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-arrow {
        display: none;
    }

    .sidebar-icon-only .main-panel {
        width: calc(100% - 70px);
    }

    .sidebar-icon-only .sidebar .nav:not(.sub-menu) .nav-item.active {
        border-radius: 0;
        margin: 0px 10px;
    }
}


.link {
    cursor: pointer;
}

.open>.dropdown-menu {
    display: block;
}


.loginWidth {
    width: 60%
}

@media (max-width: 768px) {
    .gy {
        margin-top: 20px;
    }

    .gy-n140 {
        margin-top: -140px;
    }

    .loginWidth {
        width: 100%
    }
}


#style-3::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border-radius: 5px;
    margin-top: 5px !important;

}

#style-3::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
    height: 10px !important;
    margin-top: 5px !important;

}

#style-3::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 30px;
    background-color: #4b49ac;
}

#pointer {
    cursor: pointer;
}


.measurement_input {
    border-radius: 4px;
    width: 100% !important;
    text-align: center;
    border: 1px solid #023b5759;
    height: 28px;
}



.form-control {
    border: 1px solid #c7c1c1 !important;
    font-weight: 400;
    font-size: 0.875rem;
    border-radius: 10px;
}

.heading {
    font-size: 17px !important;
    font-weight: 600 !important;
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px;
    font-size: 14px;
    border: 1px solid #023b5745 !important;
}

.visible {
    display: block;
}


.hidden1 {
    display: block !important;
}

@media (min-width: 992px) {
    .icon_man {
        margin-top: 33px
    }
}

.input-group-text {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0.25rem;
}

a:hover {
    text-decoration: none !important;
}

.card {
    border-radius: 8px !important;
    border: 1px solid #6b727296 !important;
}

input[type=text]:focus {
    border: 1px solid #023b5770 !important;
}

.navbar-nav .nav-link {
    float: right;
}

.dropdown-menu {

    border: none !important;
}

.fs-7 {
    font-size: 11px !important;
}

.fs-8 {
    font-size: 14px !important;
}



.all_row {
    background-color: #023b5729;
    border: 1px solid #023b5733;
    border-radius: 4px;
}

.form-select {
    border: 1px solid #c7c1c1 !important;
}

.financeyear {
    color: #000000 !important;
    font-weight: 600;
    font-size: 15px;
}

.header_heading {
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    /* margin-left: 16px; */
}

.header_heading_new {
    color: #295c5f;
    font-weight: 600;
    font-size: 22px;
    /* margin-left: 16px; */
}

h5 {
    font-size: 17px !important;
}

::placeholder {
    font-size: 15px !important;
}

@media screen and (min-width: 800px) {
    .pc_none {
        display: none;
    }
}

@media screen and (max-width: 801px) {
    .mobile_none {
        display: none;
    }

    .header_heading {
        color: #29156c;
        font-weight: 600;
        font-size: 13px;
        /* padding: 20px 20px 0px 0px !important; */
        /* padding-top: 14px !important; */
        /* margin-left: 16px; */
    }

    .dropdown_position {
        position: absolute !important;
        right: 4px;
        top: 55px;
    }

    .mobile_position {
        position: absolute !important;

    }

}

.dialog_width {
    width: 100%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 60% !important;
    }
}

@media (max-width: 2400px) {
    .modal-lg {
        max-width: 92% !important;
    }
}

.btnClear {
    /* background-color: #f29b10 !important; */
    color: #f70000 !important;
    border: 1px solid #f70000 !important;
}

.btnSearch {
    /* background-color: #00acc138 !important; */
    color: green !important;
    border: 1px solid green !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.icon_top {
    position: absolute;
    top: -20px;
    border-radius: 5px;
    background-color: #00acc1;
    color: white;
    padding: 10px 17px;
}

/* .icon_top_popup{
    position: absolute;
    top: -20px;
    border-radius: 5px;
    background-color: #00acc1;
    color: white;
    padding: 18px 18px;
    border: 1px solid white;
} */
.shadow2 {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14) !important;
}

.district_masters {
    background: #eeeeee;
    border-radius: 5px;
    border: 1px solid #ddd9d9;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14) !important;
}

.add_btn {
    border: 1px solid #00acc1;
    background-color: #00acc11c;
    color: rgb(0, 0, 0);
    border-radius: 4px;
    padding: 6px 20px 6px 15px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.update_btn {
    border: 1px solid #122125;
    /* background-color: #00acc1; */
    color: rgb(0, 0, 0);
    border-radius: 4px;
    padding: 6px 10px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.navcolor {
    color: red !important;
}

.table>:not(:first-child) {
    border-top: 0px solid currentColor !important;
}

.ham_burger {
    /* background: #097c09; */
    border-radius: 100px !important;
    /* padding: 10px; */
    color: rgb(0, 0, 0);
    font-size: 20px;
    padding: 15px 16px;
    /* border: 1px solid #4f5152;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
}

.footer_shadow {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.close {
    /* background-color: red !important;
    border-radius: 5px;
    border: 0px !important; */
    outline: 0 !important;
    color: #fff;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-shadow: none;
    opacity: 1;
    background-color: #f29c10;
    display: inline-block;
    padding: 0;
    margin: 0px;
    border-radius: 4px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    border: 0;
}

input[type=text]:focus {
    border: transparent !important;
}

.bg_light_pink {
    /* background-color: #a4c73354;
    border: 1px solid #2d360f54; */
    background-color: #4a8bbf;
    border: 1px solid #073152;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    color: #ffffff;
}

.bg_light_pinkDDL {
    color: black;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 6px !important;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 05px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0c4f7f;
    border-radius: 10px;
}

.first_div {
    background-color: #4a8bbf29;
    border: 2px solid #286fa84d;
}

.set_div {
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border: 1px solid #01182b4d;
}

.border_shades {
    border: 1px solid #8f8f8f !important;
    border-radius: 10px !important;
    box-shadow: #3c40434d 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
    background-color: white !important;
}

.margin {
    /* margin: 05px 0px !important; */
}

select:invalid {
    color: green !important;
}

select {
    color: black !important;
}

/* @media (min-width: 992px) {
    .sidebar-icon-only .sidebar .nav .nav-item .activeli {
        display: none;
    }
} */

/* @media (min-width: 992px) {
    .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
        display: block;
    }
} */
.cursor-pointer {
    cursor: pointer;
}

.bgcolor thead th {
    background-color: #0c4f7f !important;
}

th {
    vertical-align: middle !important;
    text-align: center !important;
}

.view_btn {
    border: 1px solid green;
    padding: 5px 21px 0px;
    height: 37px !important;
    border-radius: 5px;
    color: black !important;
    background: white;
}

.map-btn {
    margin-left: 120px !important;
}

.text_onlclick {
    color: #00acc1 !important;
    /* background-color: #fdfdfd33 !important; */
    padding: 10px 20px !important;
}

ul li {
    list-style-type: none !important;
}

.w-10 {
    width: '10px' !important
}

.view_button {
    border: 2px solid #33acc1;
    /* padding: 2px 10px; */
    font-weight: bold;
    background-color: #33acc1;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    vertical-align: center;
}

td {
    vertical-align: middle !important;
    text-align: center;
    padding: 1px;
}

.gpsthead {
    background-color: #f2f2f2;
    position: sticky;
    top: 0;
}

.modal-scroll {
    height: 82vh !important;
    overflow-y: scroll !important;
}

.marker-popup {
    width: 400px;
    /* height: 500px; */
}

.marker-popup-image1 {
    width: 250px;
    height: 250px;
    object-fit: contain;
    margin: auto;
    justify-content: center;
    display: flex;
    cursor: pointer;
}

.marker-popup-image {
    width: 180px;
    height: 180px;
    object-fit: contain;
    margin: auto;
    justify-content: center;
    display: flex;
    cursor: pointer;
}

.modal-content {
    height: 41em;
    margin-top: -1.2em;
}

.customDDLWidth {
    width: 18em;
}

.modal-body {
    padding-bottom: 10px;
}


@media (min-width:0px) and (max-width :767px) {
    .dropdown .dropdown-menu .dropdown-item {
        font-size: .875rem;
        padding: 10px;
        border: 1px solid #c9c8c8;
        border-radius: 5px;
        background: white;
        width: 8em;
        margin-left: 4em;
    }
    .mob_head_ddl{
        margin-left: 3em;
    }
    .log_icon{
        margin-top: -2.6em;
    }
    .navbar .navbar-brand-wrapper {
        width: 4.5em;
        height: 9em;
    }
    .navbar .navbar-menu-wrapper {
        height: auto;
    }
    .mob_header_logo_height{
        height: 9em;
        width: 4.5em;
    }
    .no_of_tree_img {
        width: 40px;
        margin-left: 6em;
        margin-top: -2.5em;
    }
    .HeaderPeriodNameDDL{
        width: 15em;
    }
    .minus_margin{
        margin-top: -1.5em;
    }
    .Survey_Card{
        width: 16.7em;
    }
    .Survey_Card_Set{
        margin-left: -0.5em;
    }
    .Survey_Card_Set_Pending{
        margin-left: 0.3em;
        margin-top: 1em;
    }
    .Pending_Heading{
        margin-left: -1em;
        font-size: 0px;
    }
    .minus_margin_Plantation{
        margin-top: -2.5em;
        margin-bottom: 0.5em;
    }
    .Map_View_Button{
        margin-top: -2em;
        margin-left: 7em;
    }
    .plantation_card_img{
        width: 40px;
        margin-left: 6em;
    }
    .content-wrapper {
        background: #eeeeee !important;
        /* background-color: #023b571a; */
        /* background-image:
            linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(245, 246, 252, 0)),
            url('../../images/Login_bg/wardh_wrapper-01.jpg'); */
        background-repeat: no-repeat;
        background-size: cover;
        padding: 1rem 5px !important;
        width: 100%;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        position: relative;
        /* margin-top: 16px; */
    }
    .heading{
        font-size: 15px !important;
    }
    .user_add{
        margin-left: -1em; 
    }
    .user_export{
        margin-right: -3em;
    }
    .role_width{
        width: 20em !important;
    }
    .user_popup{
        overflow-y: scroll;
        height: 35em;
    }
    .no_of_tree_card{
        height: 35em;
        overflow-y: scroll !important;
        overflow-x: scroll !important;
    }
    .modal-content1 {
        position: relative;
        display: flex;
        flex-direction: column;
        width: auto !important;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        padding: 0;
        /* margin-left: -1em; */
    }
    .border_shades{
        margin-left: 0.2em !important;
        margin-right: 0.2em !important;
    }
    .no_of_tree_card_popup_heading{
        white-space: nowrap;
        display: block;
    }
    .modal-header1 {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1rem;
        padding-bottom: 0em;
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(.3rem - 1px);
        border-top-right-radius: calc(.3rem - 1px);
    }
    .role_width1{
        margin-left: -1em;
    }
    
    .img_size{
        height: 100px !important;
        width: 100px !important;
    }
    .modal-content_Survey{
        position: relative;
        display: flex;
        flex-direction: column;
        width: 20em;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
        margin-left: -0.5em;
    }
    .Survey_Date{
        width: 20em;
    }
    .modal-title1 {
        font-size: 14px !important;
    }
    .img-width{
        width: 150px;
        height: 150px;
    }
    .modal-content-img {
        height: 28em;
        margin-top: 5em;
    }
    
}
@media (min-width:768px) and (max-width :991px) {
    .navbar .navbar-brand-wrapper {
        background: #fff;
        transition: width 0.25s ease, background 0.25s ease;
        -webkit-transition: width 0.25s ease, background 0.25s ease;
        -moz-transition: width 0.25s ease, background 0.25s ease;
        -ms-transition: width 0.25s ease, background 0.25s ease;
        width: 135px;
        height: 91px;
    }
    .navbar .navbar-menu-wrapper {
        background: #122125;
        background-color: #ffffff;
        /* background-image: linear-gradient(45deg, rgba(18, 33, 37, 0.932), rgba(18, 33, 37, 0.856)), url(../Img/bg-01-01.jpg); */
        background-size: 100% 100%;
        transition: width 0.25s ease;
        -webkit-transition: width 0.25s ease;
        -moz-transition: width 0.25s ease;
        -ms-transition: width 0.25s ease;
        color: #6C7383;
        padding-right: 2.375rem;
        padding-left: 0rem;
        width: 43em;
        height: 128px;
        margin-top: -36px !important;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .log_icon{
        margin-left: 38em;
        margin-top: -2.6em;
    }
    .page-body-wrapper {
        min-height: calc(100vh - 60px);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 40px;
    }
    .plantation_card_img{
        width: 50px;
        margin-left: 6em;
    }
    .tab_button{
        margin-left: 8em;
        margin-top: -2.8em !important;
    }
    .tab_nowrap{
        white-space: nowrap;
        margin-left: -1.2em;
    }
    .tab_img_pending{
        margin-right: -1.2em;
    }
    .tab_pop{
        padding-top: 18em !important;
    }
    .minus_margin1{
        margin-bottom: -1.5em !important;
    }
}
@media (min-width:992px) and (max-width :2500px) {
.plantation_card_img{
    width: 80px;
    margin-left: 6em;
}
}

@media (min-width:768px) and (max-width :2500px) {
    
    .no_of_tree_img {
        width: 80px;
        height: auto;
        opacity: 0.7;
    }
    .Header_DDL{
        float: right;
    }
    .Side_Header_Text{
        margin-left: 5em;
    }
    .role_width{
        width: 25em !important;
    }
    .user_popup{
        height: auto;
    }
    .no_of_tree_card{
        height: auto;
    }
    .modal-content {
        height: 41em;
        margin-top: -1.2em;
    }  
    .modal-content1 {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0;
    }
    .modal-header1 {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1rem;
        padding-bottom: 0em;
        /* border-bottom: 1px solid #dee2e6; */
        border-top-left-radius: calc(.3rem - 1px);
        border-top-right-radius: calc(.3rem - 1px);
    }
    /* .mob_img_popup{
        width: 40em !important;
        height: 10em !important;
    } */
    .img_size{
        height: 400px !important;
        width: 400px !important;
    }
    .TreeDDLWidth{
        width: 18em;
        margin-left: -1em;
    }
    .TreeDDLWidthHeader{
        margin-left: 0.5em;
    }
    .img-width{
        width: 400px;
        height: 400px;
    }
}
.google_map{
    width: 98%;
    height: 97%;
}
.google_all_map{
    width: 98%;
    height: 97%;
}
