@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {

  --bg: #ffffff;
  --bg-panel: #ffffff;
  --color-headings: #0077FF;
  --color-text: #333333;
}

html[data-theme='dark'] {
  --bg: #11253D;
  --bg-panel: #11253D;
  --color-headings: #3694FF;
  --color-text: #cecece;
}
.popover-header h5 span b{
    font-size: 14px!important;
    font-weight: 500!important;
  }
  .popover-header h5 span  {
    font-size: 14px!important;
    font-weight: 400!important;
  }
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff!important;
    box-shadow: 0 2px 30px 2px rgb(0 0 0 / 10%)!important;
    left: 0;
    z-index: 1030;
  }

  .nav-clr {
    color: #eaeaea;
}
/* body {
    margin: 0px 15px!important;
} */
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #000!important;
    font-weight: 600;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 16px;
    border-bottom: 2px solid #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #000!important;
}

.title {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Nunito Sans';
}

.dropdown-menu .dropdown-item {
    background-color: #ffffff;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: #000!important;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.upload-text h4{
    font-size: 18px;
    font-weight: 600;
}

.pending-text h4{
    font-size: 18px;
    font-weight: 600;
    color: #fbbe4e!important;
}

.approved-text h4{
    font-size: 18px;
    font-weight: 600;
    color: #46a146!important;
}

.reject-text h4{
    font-size: 18px;
    font-weight: 600;
    color: #fd3131!important;
}

.border-right.line {
    background:#000!important; 
    width:3px;
    height:25px;
    margin-top: -6px;
}
.table tbody td {
    vertical-align: middle;
    white-space: nowrap!important;
}

.easy-button-button{
    padding: 6px!important;
background: #fff!important;
border-radius: 4px!important;
border: 0px solid!important;
}

.form-group {
    margin-bottom: 10px!important;
}

.dropbtn {
    background-color: transparent;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    color: #fff;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */

.dropdown-content.tool {
    display: none;
    position: absolute;
    background-color: #1a4f83;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    left: -58px;
    border-radius: 5px;
    z-index: 1;
}

.dropdown-content.tool:hover {
    display: none;
    position: absolute;
    background-color: #1a4f83;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    left: -58px;
    border-radius: 5px;
    z-index: 1;
}

.btn i {
    margin-right: 5px;
    position: relative!important;
    top: -4px!important;
}
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: #fff!important;
    padding: 5px 15px;
    text-decoration: none!important;
    display: block;
  }

  .dropdown-content.tool:after, .dropdown-content.tool::after {
    bottom: 100%;
    left: 70px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #1a4f83;
    border-width: 5px;
}
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #1a4f83; border-radius: 5px;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: transparent;}

.wrapper .page-wrap .app-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 240px;
    height: 100vh;
    background-color: #ffffff;
    z-index: 1040;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
    -moz-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    white-space: nowrap;
    visibility: visible;
}


body{
    font-family: 'Poppins', sans-serif;
    background-color: var(--bg);
}
.header-top a{
    color:var(--color-text)!important;
}
.main-content, .header-top,footer{
    background-color: var(--bg)!important;
}
.container,.container-fluid {
    /*background-color: var(--bg-panel); */
}
.nav-clr{
    color:#eaeaea;
}
.tab-pane {
    padding:20px;
}

#loginCard{
    border-top: none!important;
}

#loginCard > nav .nav-tabs > .active {
    border-top: 4px solid #218838;
    background-color: #fff;
    color:#218838;
}
#loginCard > nav .nav-tabs a{
    color:#218838;
    background-color: #C7D3E2;
    border-radius: 0;
    text-align: left;
    border: 1px;
    font-size:18px;
    font-weight: bold;
}
label {
    color: #1e9ff2 !important;
    font-size: small;
}
.font-css{
    font-weight: bold;
    color:#797979 ;
}
.btn-size{
    font-size: small;
}
.form-control::-webkit-input-placeholder {
    font-size: small;
    position: relative;
    left: 10px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    /*border-color: #40c95e;*/
    outline: none !important;
    /*box-shadow: 0 0 0 0.2rem rgba(39, 151, 63, .3);*/
}

 /* Content center vertically */
 .content-height{
    height: 80vh;
    z-index: -1;
 }
 .vertical-center {
    position: relative;
    top: 15%;
}
.bgx{
    background-image: url("../img/Path.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.shadow{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.content-height:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url("../img/Group-1.svg") top right no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;

}
.content-height:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url("../img/Group-2.svg") bottom left no-repeat;
    width: 20%;
    height: 40%;
    z-index: -1;
}


/* Search btn */
.has-search .form-control {
    padding-left: 2.375rem;
}


#header-x .input-group-text{
    border-radius: 15px;
    position: relative;
    left: 10px;
    z-index: 1;  background: #d0e2dc;
}
.x-form, .x-form:focus{    
    border-radius: 15px;
    outline: none;
    border-color: 1px solid #eaeaea!important;
}
.switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 15px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    /* left: 5px; */
    top: -5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.i-hide > div {
    overflow: hidden!important;
}
.card-block .rotate {
    position: relative;
    z-index: 8;
    text-align: center;
    float: left;
    top: 85px;
    left: -30px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin-right: 7px;
    background: rgba(51, 51, 51, 0.534);
}
.card-block .rotate i {
    font-size: 20px;
    line-height: 70px;
	color: #909090;
}
.card-p{
    background-color: #00859B;
}
.card-q{
    background-color: #5636AE;
}
.card-r{
    background-color: #00357C;
}
.card-s{
    background-color: #009102;
}
.card-t{
    background-color: #B1242C;
}
.card-u{
    background-color: #8A028B;
}
.card-v{
    background-color: #0D60C4;
}
.card-w{
    background-color: #BA1D48;
}
.card-x{
    background-color: #02BDF4;
}
.card-y{
    background-color: #ADBD3C;
}
.card-z{
    background-color: #D15924;
}
.card-o{
    background-color: #0DAE7A;
}
.bg-fade i {
color: #d0e2dc!important;
}
.line {
    text-decoration: none; 
    position: relative; 
}   

.line:after {
    position: absolute;
    content: '';
    height: 1px;
    bottom: -4px;
    margin: 0 auto;
    /* left: 50px; */
    right: 0;
    width: 70%;
    background: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.t-tz p{
    font-size: small;
    color: #fff;
}
.c-f-size{
    font-size: 18px;
}
.abslt{
    position: absolute;
    bottom: 5px;
    left: 30px;
    color: #d0e2dc;
}
/* #sidebar-c a > i, .t-b{
    color: #d0e2dc!important;
} */
.wrapper .page-wrap .app-sidebar.colored .sidebar-content, .wrapper .page-wrap .app-sidebar.colored .sidebar-header {
    /* background-color: #121432; */
    background-color: #84A1BD;
} 
/* .wrapper.nav-collapsed .page-wrap .app-sidebar:hover > .sidebar-header > .header-brand > .d-xn{
    display: none!important;
} */
/* .wrapper.nav-collapsed .page-wrap .app-sidebar > .sidebar-header > .header-brand > .d-xn{
    display: none!important;
} */
#hideImg{
    display: none;
}


/*.table thead {
    background-color: transparent;
}
.table thead th, .table td, .table th{
    border: none;
}
table tbody tr td{
     display: block; 
}*/
.t-td{
    background-color: #fff;
}
/* .c-table tbody tr td{margin: 10px;} */
.c-table tbody tr td:nth-child(2){
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.c-table tbody tr td:nth-child(5){
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.clx{
    color: #A7AAB0;
}


#nav-c .active  {
background: #FFF;
color: #EC873F !important;
}
.active > a > .nav-clr , .active > a::before{
    color: #333 !important;
}
#nav-c  nav .active{
    border-radius: 10px;
    margin: 0px 3px;
}
#nav-c  nav .active > a > i {
color: #333!important;
}

.inactive-btn{
    background-color: #b65348;
    color:#FFF;
    min-width: 105px;
}
.active-btn{
    background-color: #248332;
    color:#FFF;
    min-width: 105px;
}
.caret{
    color: #ffffff;
}
input:checked + .slider {
    background-color: #248332;
}
.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.active::after{
    display: none;
}
.btn-b-g{
    background-color: slateblue;
    color: #ffffff;
    height: 100%;
}
.btn-b-g:hover{
    background-color: #248332;
    color: #ffffff;
    height: 100%;
}
.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item .submenu-content{
    background-color: transparent;
}
.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content{
   background-color: transparent; 
}
.submenu-content a {
    padding: 10px;
    color: #333!important;
}
.submenu-content a:hover {
    color: #333!important;
    background: #eff3fb;
    border-radius: 10px;
}

form h5 {
    font-size: 16px;
    font-weight: 700;
}

.card .card-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #212121;
}

label {
    font-size: 14px!important;
    color: #212529!important;
}

.form-group label {
    font-size: 14px!important;
    color: #1e9ff2 !important;
}

.checktree li h5 {
    position: relative;
    top: -18px;
    left: 3px;
}

body {
    color: #212121;
    font-size: 14px!important;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
}

.font-14px {
    font-size: 16px!important;
    color: #fff!important;
}

.wrapper .header-top {
    background-color: #fff;
    z-index: 1030;
    position: relative;
    padding: 12px 0px 0px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    padding-left: 240px;
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.04), 0 1px 6px rgba(0,0,0,0.04);
    -moz-box-shadow: 0 1px 15px rgba(0,0,0,0.04),0 1px 6px rgba(0,0,0,0.04);
    box-shadow: 0 1px 15px rgba(0,0,0,0.04), 0 1px 6px rgba(0,0,0,0.04);
}
.nav-container{
    margin-top: 33px;
}

.btn-secondary .fa {
    color: #fff!important;
}

.btn-primary .fa {
    color: #fff!important;
}
.wrapper .page-wrap .main-content {
    padding: 30px 15px 0px 15px!important;
    background-color: #F6F7FB;
    min-height: calc(100vh - 70px)!important;
    margin-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
} 
.wrapper .page-wrap .footer {
    background: #ffffff;
    padding: 20px 30px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, .1)!important;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    font-size: calc(0.875rem - 0.05rem);
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.leaflet-popup-content h5 {
    margin-bottom: 0px!important;
}

.wrapper.mt-100px {
    margin-top: 100px;
  }


.btn.btn-submit-active {
    padding: 5px 8px;
    height: 35px!important;
    font-size: 13px;
    font-weight: 600;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.card {
    margin-bottom: 10px!important;
    box-shadow: 0px 10px 10px 20px rgba(176, 184, 214, 0.09), 10px 10px 15px -5px #b0b8d6!important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #dee2e6!important;
}

.card-inverse{
    /* border: .5px solid rgba(0,0,0,.125)!important; */
    margin-bottom: 15px;
    height: 145px;
}
.cards-plot {
    padding: 12px 12px 0px 12px;
    border-radius: 10px;
    background-color: #EFF3FB;
}
.header-brand{
    z-index: 1;
}
.sidebar-img-c{
  
    /* background-color: #ffffff; */
   
}
.app-sidebar{
    z-index: 15;
}
.sidebar-img{
    width: 90%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}
.wrapper .page-wrap .app-sidebar .sidebar-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 0px 15px 30px 15px;
    height: auto;
}
.card-block{
    padding:10px!important;
}
#header-links > ul > .active{
    border-bottom:1.5px solid #0D60C4;
}
.wrapper.nav-collapsed .header-top {
    padding-left: 0px;
}
.after-brand{
    width: 100px;
}

#zSidebar {
    z-index: 1;
}
/*table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}
.table td, .table th {
    padding: 0;
    vertical-align: top;
    padding-left: 20px;
}*/
.c-t-bg {
    background-color: #EFF3FB;
    border-radius: 10px;
    margin: 0px 10px 0px 10px;
}
.btn-white{
    background-color: #fff;
    color:#333;
  border: none;
  border-radius: 10px;
  padding: 7.5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;

}
.after-brand{
    position: relative;
    bottom: 7.5px;
}
.t-width{
    width:90px;
}
.t-content{
    width: 550px;
}
.f-w{
    font-size: 18px;
    font-weight: bold;
}
.logout{
    margin-top: 50px;
}
.grid-clr{
    color: #5636AE!important;
}
.round-button {
    display: block;
    width: 30px;
    height: 30px;
    /* line-height: 2px; */
    border: 2px solid #3840BA;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #3840BA;
    /* box-shadow: 0 0 3px grey; */
    /* font-size: 20px; */
    /* font-weight: bold; */
    margin-left: -5px;
}
.round-button > .ixx {
    position: relative;
    right: 2px;
    top: 1px;
}



/*Treeview Checkbox*/
ul.tree {
	padding: 0
}

.tree * {
	padding: 0px;
	margin: 0px;
	outline: none;
	font: 16px "Calibri";
	font-weight: lighter;
	list-style-type: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tree input[type=checkbox] {
	vertical-align: middle !important;
}

.tree ul {
	/* display: block!important; */
	margin: 4px auto;
	margin-left: 6px;
	border-left: 1px dashed #dfdfdf;
}


.tree li {
    padding: 4px 15px;
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
}

.tree li:first-child {
	border-radius: 3px 3px 0 0;
}

.tree li:last-child {
	border-radius: 0 0 3px 3px;
}

.tree .active,
.active li {
	background: #efefef;
}

.tree label {
    width: 100%;
    display: inline;
    cursor: pointer;
}

.tree input[type=checkbox] {
	margin: -2px 6px 0 0px;
}

.has > label {
	color: #000;
}

.tree .total {
	color: #E13300;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%!important;
    border: 1px solid #eaeaea!important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #84505c;
    min-height: 35px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    border: 1px solid #eaeaea!important;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-size: 14px!important;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 0px!important;
    left: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    height: 100%;
    width: 100%;
    text-align: left;
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    min-height: 35px!important;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link {
    color: #000!important;
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
