html,
body {
  font-family: "Poppins", sans-serif;
  /* line-height: unset; */
  font-size: 14px;
  color: black;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4d1d21;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #301215;
}

hr {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Public Sans", sans-serif;
}

.form-group > label {
  top: 1px;
  font-size: 14px;
  margin-top: 7px;
}

.nav-tabs-custom > .nav-tabs {
  background-color: #316898;
}

.info-box-content {
  padding: 23px 19px;
}

.iconbg {
  border-radius: 50px;
  border: 2px solid #012b74;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.progress.xs,
.progress-xs {
  height: 11px;
}

.progress {
  background-color: #c2c4c7;
}

.progress-bar {
  background-color: #1e4725;
}

.bgtech {
  background-color: #1e4725 !important;
}

.widget-user-2 .widget-user-header {
  padding: 5px;
}

.badge {
  /* border-radius: 0px; */
}

.main-header {
  background-color: #3268420 !important;
}

.skin-blue .main-header .logo,
.skin-blue .main-header .logo:hover {
  background: unset;
}

.skin-blue .sidebar a {
  font-size: 15px;
}

.sidebar-menu > li {
  margin-bottom: 12px;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background: #1e4725 !important;
}

.sidebar-menu > li:hover {
  background: #1e4725 !important;
}

.skin-blue .main-header .navbar {
  background-color: #2a5e39 !important;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #326842;
  border-right: 0px solid #eee;
}

.skin-blue .user-panel > .info,
.skin-blue .user-panel > .info > a {
  color: #333;
}

.skin-blue .sidebar a {
  color: #fff;
}

.content-wrapper {
  background-color: #dbdfdb;
}

.sidebar-menu > li:hover {
  background: #1e4725 !important;
  border-radius: 0px 46px 45px 0px;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #45ae67;
}

.skin-blue .sidebar-menu > li.active > a {
  border-left-color: #45ae67;
}

.skin-blue .sidebar-menu .treeview-menu > li > a {
  color: #031958;
  font-size: 14px;
}

.skin-blue .sidebar-menu .treeview-menu > li.active > a,
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
  color: #fff;
}

.btn-outline {
  background: none;
  color: #333;
  letter-spacing: 1px;
  border: 1px solid #ccc;
}

.btn-outline:hover,
.btn-outline:focus {
  background: #1759b1;
  color: #fff;
}

.small-modal {
  width: 400px !important;
}

.medium-modal {
  width: 70% !important;
}

.table-input {
  border: none;
}

/* Customize the label (the container) */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
  background: none repeat scroll 0% 0% #1e4725;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .check-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .check-checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .check-checkmark:after {
  display: block;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
  .sidebar-menu
  > li:hover
  > a
  > span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
  .sidebar-menu
  > li:hover
  > .treeview-menu {
  width: 200px;
  left: 49px;
}

@media screen and (max-width: 680px) {
  .small-modal,
  .medium-modal {
    width: 95%;
  }

  .main-sidebar {
    padding-top: 26% !important;
  }
}

@media screen and (max-width: 990px) {
  .imgclass {
    margin-left: -9% !important;
  }

  .main-sidebar {
    padding-top: 15% !important;
  }
}

@media screen and (max-width: 720px) {
  .panel-default {
    margin-top: 5% !important;
  }

  .glyphicon-plus {
    font-size: 11px !important;
  }

  .btn-primary {
    font-size: 11px !important;
  }

  .btn-info {
    font-size: 11px !important;
  }

  .wmstext {
    font-size: 18px !important;
  }

  .content_dash {
    margin-top: 17% !important;
  }

  .main-header .logo {
    height: 97px;
  }

  .imgclass {
    margin-left: unset !important;
    position: unset !important;
  }

  .sidebar-menu,
  .main-sidebar .user-panel,
  .sidebar-menu > li.header {
    margin-top: 75px !important;
  }
}

.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
  border-radius: 0px 38px 6px 0px;
  margin-right: 1px;
  position: relative;
}

.skin-blue .sidebar-menu > li:hover > a {
  border-radius: 0px 38px 6px 0px;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
  border-radius: 0px 0px 38px 0px;
  padding: 6px;
}

.pull-right-container {
  font-size: 12px;
}

.bold {
  font-weight: unset;
}

.panel-default > .panel-heading {
  color: #662904;
  background-color: transparent;
}

.panel-title {
  margin-top: 9px;
}

.pull-right {
  margin-top: -8px;
}

.sidebar-menu li > a > .pull-right-container {
  margin-top: 2px;
}

th,
td {
  text-align: center;
  text-transform: capitalized;
}

.label-success {
  font-size: 13px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

.treeview-menu > li > a {
  padding: 7px 5px 5px 15px;
}

table.dataTable {
  border-collapse: unset !important;
  /* border-radius: 10px; */
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
  .sidebar-menu
  > li:hover
  > .treeview-menu {
  width: 200px;
}

.glyphicon-plus {
  font-family: unset;
  font-size: 14px;
  font-weight: 600;
}

.btn-info {
  background-color: #1283f7;
  border-color: #02d0ff;
}

.modal-content {
  margin-top: 10%;
  border-radius: 8px 8px 8px 8px !important;
}

.modal-header {
  background-color: #6a040f;
  color: #fff;
  border-radius: 8px 8px 0px 0px !important;
  border-bottom-color: #6a040f;
}

.box-body {
  padding: 0px;
  border: 1px solid #fff;
}

.box-tools {
  margin-right: 3%;
  margin-bottom: 3%;
  margin-top: 4px;
}

.form-group {
  margin-bottom: 22px;
}

label {
  font-weight: 500;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.4375rem 0.875rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.53;
  color: #697a8d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9dee3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.box-footer {
  border-radius: 8px;
}

.bg-olive {
  background-color: #00ad55 !important;
  border-radius: 4px !important;
}

.fa-paper-plane {
  margin-right: 6px;
}

.wrapper {
  position: unset;
}

.sidebar {
  padding-bottom: 7%;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  border-color: unset;
}

.modal-header .close {
  font-size: 10px;
  color: #fff;
  opacity: 1;
}

.first_content {
  margin-top: 6%;
}

.main-sidebar {
  padding-top: 7%;
}

@media screen and (max-width: 1772px) {
  .main-sidebar {
    padding-top: 8%;
  }

  .imgclass {
    margin-left: -4% !important;
  }
}

@media screen and (max-width: 1552px) {
  .main-sidebar {
    padding-top: 9%;
  }

  .imgclass {
    margin-left: -6% !important;
  }
}

@media screen and (max-width: 1342px) {
  .main-sidebar {
    padding-top: 11%;
  }

  .imgclass {
    margin-left: -7% !important;
  }
}

@media (max-width: 767px) {
  .fa {
    display: inline-block;
  }

  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:focus,
  .dropdown-menu > .active > a:hover {
    background-color: #662904 !important;
    color: #000 !important;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background-color: #b07c5b;
    color: #bb680c;
  }

  section {
    /* padding-top: 0 !important; */
    /* padding-bottom: 100px !important; */
  }

  .navbar {
    padding-bottom: 2% !important;
  }

  .navbar-toggle {
    padding: 0 !important;
    padding-top: 5% !important;
  }

  .navbar-header {
    width: 97% !important;
    margin-top: 0 !important;
  }

  .navbar-brand {
    width: 90% !important;
    padding: 0 !important;
    padding-top: 2% !important;
    line-height: 15px !important;
  }

  .logo_text {
    font-size: 10px !important;
  }

  #navbar {
    width: 100% !important;
    margin-top: 0 !important;
    background: #000;
  }
}

.navbar-toggle:hover {
  background-color: transparent !important;
}

.cusNav {
  background: white !important;
  box-shadow: 0 7px 14px 0 rgb(65 69 88 / 18%), 0 3px 6px 0 rgb(0 0 0 / 0%);
  padding: 10px 0px;
  margin-bottom: 0px;
}

.cusNav .navbar-nav .nav-link {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(41 41 41);
}

.dropdown-menu .nav-link:hover {
  color: #fff !important;
}

.cusNav .navbar-nav .dropdown-menu .nav-item.active .nav-link {
  color: white;
}

.cusNav .navbar-nav .nav-link i {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  background: linear-gradient(
    150.26deg,
    rgba(251, 220, 192, 0) 14.15%,
    #ffcb9a 86.27%
  );
  border: 1px solid #e18237;
  box-sizing: border-box;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 37px;
  justify-content: center;
  padding: 6px;
  color: #cf7b39;
  margin-bottom: 5px;
}

.navbar-brand img {
  height: 80px;
  margin-right: 0px;
  object-fit: contain;
}

.navbar-brand .logo_hr_line {
  height: 68px;
  width: 4px;
  background-color: #863a2c;
  margin: 0px 10px;
}

.cusNav.navbar-default {
  border: 0 none;
  border-radius: 0;
}

.cusNav.navbar-default .navbar-nav > li > a {
  color: #943939;
  padding: 15px 15px;
}

.cusNav.navbar-default .navbar-nav > li:hover > a,
.cusNav.navbar-default .navbar-nav > li.active > a {
  color: #faa107;
  font-weight: bold;
  border-bottom: none;
}

.cusNav.navbar-default .navbar-nav > li > a:focus,
.cusNav.navbar-default .navbar-nav > .open > a,
.cusNav.navbar-default .navbar-nav > .open > a:focus,
.cusNav.navbar-default .navbar-nav > .open > a:hover {
  color: #faa107;
}

.cusNav .navbar-nav .dropdown-menu .nav-link {
  align-items: unset;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: rgba(255, 255, 255, 1);
  border-bottom: 3px solid #0ede17;
}

.dropdown-menu > li > a {
  padding: 8px 20px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #6a040f;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #fff;
  box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.dropdown-menu > li > a {
  color: #000;
}

.dropdown-menu > li > a:hover {
  background-color: #6a040f;
  color: white;
}

/**--MainHeader ends--**/

/* Main Section */
.main-section {
  background: #edf2f9;
  padding-bottom: 50px;
}

/**--MainFooter--**/

.base {
  background-color: transparent;
  color: #000;
}

.table > thead > tr > th {
  background: #b65d2a;
  border-color: #fff;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent !important;
}

.btn_custom {
  background: linear-gradient(180deg, #efcd88 40%, #ffaa00 70%);
  box-shadow: 0px 2px 4px rgb(95 36 13 / 46%);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #662904 !important;
  border: unset !important;
}

.btn_custom:hover {
  background: linear-gradient(180deg, #ffc107 0%, #fd7e14 100%);
  box-shadow: 0px 2px 4px rgba(95, 36, 13, 0.46);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #662904 !important;
}

.btn_custom1 {
  background: linear-gradient(180deg, #fec1b3 0%, #f27356e0 100%);
  box-shadow: 0px 2px 4px rgb(95 36 13 / 46%);
  border-radius: 87px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #662904;
  border: 1px solid #662904;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: transparent;
}

.panel {
  border: 0px;
  box-shadow: 0px 0px 10px 0px lightgrey;
  background-color: white;
}

.panel-default > .panel-heading {
  border: none !important;
}

.panel .panel-heading .panel-title {
  font-weight: 600;
  color: #6a040f;
  position: relative;
}

.panel .panel-heading .panel-title:before {
  content: "";
  position: absolute;
  top: 125%;
  left: 0px;
  width: 5%;
  height: 4px;
  background-color: #6a040f;
  border-radius: 30%;
}

.pagination {
  justify-content: end;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #ffab00 !important;
  border-color: #fff !important;
  color: white;
}

.pagination > li > a {
  background: #fafafa;
  color: #666;
  padding: 10px;
  border-radius: 4px;
}

.content {
  background: #edf2f9;
  padding-bottom: 50px;
}

.table thead tr th:first-child {
  border-top-left-radius: 5px;
  border-left: 0px !important;
}

.table thead tr th:last-child {
  border-top-right-radius: 5px;
  border-right: 0px !important;
}

.btn-edit {
  background: #00d27a;
  color: #fff;
  padding: 3px 8px !important;
  margin: 0 3px 0 3px;
}

.btn-access {
  background: #27bcfd;
  color: #fff;
  padding: 3px 8px !important;
  margin: 0 3px 0 3px;
}

.btn-delete {
  background: #e63757;
  color: #fff;
  padding: 3px 8px !important;
  margin: 0 3px 0 3px;
}

.btn-reset {
  background: #3c8dbc;
  color: #fff;
  padding: 2px 5px !important;
  margin: 0 3px 0 3px;
}

.btn_search {
  width: 75px !important;
  margin-right: 1%;
  color: white;
  background-color: #ff5600;
}

.btn_reset {
  width: 75px !important;
  background: antiquewhite;
  border: 1px solid #f95601;
  color: #f95601;
}

.btn_excel {
  width: 75px !important;
  background: seagreen;
  border: 1px solid white;
  color: white;
}

.btn_pdf {
  width: 75px !important;
  background: tomato;
  border: 1px solid white;
  color: white;
}

.focused label {
  /* background-color: #f7ead0 !important; */
}

fieldset,
.fieldset {
  border: 1px solid #d7dadf;
  margin-bottom: 15px;
  padding: 0px;
  background: #ffffff;
  border-radius: 4px;
}

legend,
.legend {
  font-size: 10pt;
  /* font-weight: bold; */
  margin-bottom: 0;
  border: transparent;
  width: auto;
  margin-left: 10px;
  border: 1px solid #662904;
  box-shadow: 3px 3px 15px #ccc;
  padding: 5px 10px;
  background: #bb680c;
  color: white;
  border-radius: 6px;
}

.text-purple {
  color: #6f42c1 !important;
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

/* .form-control {
  border-color: #beb9b1 !important;
  color: #000;
  padding: 0.3125rem 1rem;
} */

thead th {
  font-weight: 500;
  background: #8a3631 !important;
}

tbody tr:nth-child(odd) {
  background-color: #fff0e3;
}

/*.form-control {height: 30px;}*/
.vh100 {
  min-height: calc(100vh - 347px);
}
.bold {
  font-weight: bold;
  font-style: inherit;
}
.skin-blue .sidebar-menu .treeview-menu > li > a {
  color: #f3f6f8;
  font-size: 15px;
}
.skin-blue .sidebar a {
  color: #fff;
  font-size: 15px;
}
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #056ed4;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
  color: #fff;
  background: none repeat scroll 0% 0% #012b72;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #3f51b5;
  border-color: #3f51b5;
  padding: 1px 10px;
  color: #fff;
}
.form-group.required .control-label:after {
  content: "*";
  color: red;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  border-color: #b2b2b2;
  background-color: #fefbfb;
}

/**Table**/
.table-bordered {
  border: solid 1px #efeceb;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #d9cdca;
}
.table > thead > tr > th {
  background: #dae1ed;
  border-color: #d9cdca;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-color: #d9cdca;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background: #fff;
}
.table-striped > tbody > tr:nth-of-type(2n + 2) {
  background: #e9effa;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background: #18a3ac;
  color: #fff;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background: #f38023;
  color: #fff;
}

.action-icon .glyphicon {
  font-size: 17px;
}
.action-icon {
  color: #7591b9;
  margin: 2px 3px;
}
.action-icon:hover {
  color: #5e7aa2;
}

@media only screen and (max-width: 767px) {
  .d-flex {
    line-height: 1 !important;
  }
  .logo_text {
    width: 70% !important;
  }
  .content_dash {
    margin-top: 0 !important;
  }
  #navbar {
    background: #000 !important;
    position: absolute !important;
    width: 60% !important;
    height: 100vh;
    margin-top: 0 !important;
    margin-left: 40% !important;
  }
  #navbar-close {
    float: right !important;
    margin: 8% !important;
    z-index: 999;
    position: absolute;
  }
  #navbar .nav {
    display: flex;
    flex-direction: column;
    z-index: 1;
    margin-top: 15% !important;
  }
}

.head1 {
  font-size: 17px;
  color: #943939;
  font-weight: 700;
  margin-bottom: 3px;
  margin-top: 10px;
}

.head2,
.head3 {
  font-size: 16px;
  font-weight: 500;
  color: #e18237;
  font-family: "Montserrat", sans-serif;
}

.main-header {
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

.has-children .dropdown > li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 200px !important;
}

.has-children .dropdown {
  visibility: hidden !important;
  opacity: 0 !important;

  position: absolute !important;
  text-align: left !important;
  border-top: 2px solid #6a040f !important;
  -webkit-box-shadow: 0 2px 10px -2px rgb(0 0 0 / 10%) !important;
  box-shadow: 0 2px 10px -2px rgb(0 0 0 / 10%) !important;
  padding: 0px 0 !important;
  margin-top: 20px !important;
  margin-left: 0px !important;
  background: #fff !important;
  -webkit-transition: 0.2s 0s !important;
  -o-transition: 0.2s 0s !important;
  transition: 0.2s 0s !important;
}

.has-children:hover > .dropdown,
.has-children:focus > .dropdown,
.has-children:active > .dropdown {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  margin-top: -30px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

li.has-children > ul {
  left: 100% !important;
}

.has-children .dropdown > li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 200px !important;
}

.has-children .dropdown > li > a {
  color: #bb680c;
}
.has-children .dropdown > li > a {
  padding: 8px 20px;
}
.has-children .dropdown > li > a {
  color: #777;
}
.has-children .dropdown > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #000;
  white-space: nowrap;
}

.has-children .dropdown > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6a040f;
  outline: 0;
}

.has-children .dropdown > li:active {
  color: #fff;
  text-decoration: none;
  background-color: #6a040f;
  outline: 0;
}

.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td {
  padding: 8px 4px !important;
  font-size: 14px;
}

.user a,
.notification a {
  padding: 4px 15px !important;
}
.round {
  width: 30px;
  height: 30px;
  background: linear-gradient(
    150.26deg,
    rgba(251, 220, 192, 0) 14.15%,
    #ffcb9a 86.27%
  );
  border: 1px solid #e18237;
  box-sizing: border-box;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 37px;
  display: flex;
  justify-content: center;
  padding: 6px;
}

.box.box-primary {
  border-top-color: #ffffff;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* The container */
.containers {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmarks {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmarks {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containers input:checked ~ .checkmarks {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarks:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containers input:checked ~ .checkmarks:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containers .checkmarks:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.wfst legend {
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 0;
  border: transparent;
  width: auto;
  margin-left: 10px;
  border: solid 1px #ccc;
  box-shadow: 3px 3px 15px #ccc;
  padding: 5px 10px;
  background: #fff;
}
.wfst fieldset {
  border: solid 1px #ddd;
  margin-bottom: 15px;
  padding-top: 10px;
  background: #eee;
}
fieldset {
  position: relative;
}
.btn-info-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.button_type_timeline {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  border-radius: 4px;
}
.empty {
  border: 1px solid #dd4b39;
}
.non_empty {
  border: 1px solid #00a65a;
}

.info-box-content {
  padding: 23px 19px;
}
.iconbg {
  border-radius: 50px;
  border: 2px solid #ffffff;
  background-color: #012b74;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #000;
  cursor: default;
  background-color: #c8cefc;
  border-width: 1px;
  border-style: solid;
  border-color: #83acf2 #83acf2 transparent;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
}

.form-group > label {
  /* position: absolute;
  left: 0;
  top: 7px;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  margin-left: 26px !important;
  margin-top: 3px; */
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #566a7f;
}

.focused label {
  /* transform: translateY(-125%); */
  /* font-size: 0.85em;
  background-color: #ffffff; */
}

/* ============================================================================ */
/* ============================================================================ */
/* ============================================================================ */
/* ============================================================================ */

/* ================================================================= */

a,
a:hover {
  color: black;
  text-decoration: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.53;
  /* color: #697a8d; */
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* background-color: transparent; */
  /* border: 1px solid transparent; */
  padding: 0.4375rem 1.25rem;
  font-size: 0.9375rem;
  border-radius: 0.375rem;
  transition: all 0.2s ease-in-out;
}

.btn-red {
  color: #fff;
  background-color: #ff3e1d;
  border-color: #ff3e1d;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(255 62 29 / 40%);
}

.btn-custom {
  color: #fff;
  background-color: #ffab00;
  border-color: #ffab00;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(255 171 0 / 40%);
}

.btn-success {
  color: #fff;
  background-color: #00d27a;
  border-color: #00d27a;
  box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

.btn-info {
  color: #fff;
  background-color: #27bcfd;
  border-color: #27bcfd;
  box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

.btn-danger {
  color: #fff;
  background-color: #e63757;
  border-color: #e63757;
  box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

.btn-secondary {
  color: #fff;
  background-color: #748194;
  border-color: #748194;
  box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

.custom-container {
  width: 95% !important;
  max-width: 95%;
}

.hp-header {
  background: linear-gradient(180deg, #ffffff 0%, #fff7f0 100%);
  box-shadow: 0px 2px 6px rgb(0 0 0 / 27%);
  color: #943939;
  margin-bottom: 0 !important;
  width: 100%;
  height: 76px;
}

.hp-logo-col {
  padding: 8px 0px;
}

.hp-menu-list {
  display: flex;
  align-items: center;
}

.hp-menu-list li a {
  padding: 3px 18px;
  font-weight: 600;
  color: #fff;
  border: 1px dashed #fff;
  border-radius: 6px;
  margin-right: 10px;
}

/* Homepage Design */

.hp-grid-row {
  margin-top: 10px !important;
}

.hp-grid-col {
  background-color: #c16714;
  border-radius: 20px;
  padding: 22px 10px;
  text-align: center;
  height: 100%;
  color: white;
  position: relative;
}

.hp-grid-col:before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  width: 100%;
  height: 100%;
  border: 1px solid #455a64;
  border-radius: 20px;
  z-index: -1;
}

.hp-grid-count {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 3px;
  color: white;
}

.hp-grid-text {
  font-size: 16px;
  font-weight: 600;
}

.hp-grid-bg-1 {
  /* background-color: #FFBA08; */
  /* border: 2px solid #ffba08; */
  color: white;
}

.hp-grid-bg-1 .hp-grid-count {
  color: #ffffff;
}

.hp-grid-bg-2 {
  /* background-color: #dc2f02; */
  /* border: 2px solid #dc2f02; */
  /* color: white; */
}

.hp-grid-bg-2 .hp-grid-count {
  /* color: #98c536; */
}

.hp-grid-bg-3 {
  /* background-color: #d2f7dd; */
  /* border: 2px solid #77cf92; */
}

.hp-grid-bg-3 .hp-grid-count {
  /* color: #77cf92; */
}

.hp-grid-bg-4 {
  /* background-color: #dae4fd; */
  /* border: 2px solid #4674ea; */
}

.hp-grid-bg-4 .hp-grid-count {
  /* color: #4674ea; */
}

.hp-grid-bg-5 {
  background-color: #ffe7ff;
  border: 2px solid #ee96f0;
}

.hp-grid-bg-5 .hp-grid-count {
  color: #ee96f0;
}

.hp-grid-bg-6 {
  background-color: #ffe2e2;
  border: 2px solid #ed4f4f;
}

.hp-grid-bg-6 .hp-grid-count {
  color: #ed4f4f;
}

.btn-login {
  color: white !important;
  padding: 8px 35px;
  /* border-radius: 30px; */
}

.hp-content-wrapper {
  min-height: calc(100vh - 175px);
  padding: 25px 0px !important;
  background: #edf2f9;
}

.hp-footer {
  background: #4d1d21;
  box-shadow: 4px 0px 6px rgb(0 0 0 / 67%);
  width: 100%;
  padding: 15px 15px;
  color: white;
}

.hp-logo {
  width: 60px;
  margin-right: 10px;
}

.hp-header-logo {
  display: flex;
  align-items: center;
}

.logo-title {
  font-size: 18px;
  color: #943939;
  font-weight: 700;
  margin-bottom: -2px;
}

.logo-subtitle {
  font-size: 15px;
  font-weight: 500;
  color: #e18237;
  line-height: 2em;
}

.hp-about-content {
  display: inline-block;
  width: 94%;
}

.hp-content-title {
  color: #6a040f;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #6a040f;
}

.hp-content-subtitle {
  font-weight: 500;
  color: #d29923;
  font-size: 22px;
}

.hp-about-content {
  line-height: 25px;
  color: #0f0f0f;
  margin-bottom: 14px;
  font-weight: 400;
}

.hp-btn-read-more {
  padding: 10px 40px;
  border-radius: 30px;
}

.hp-banner-col {
  text-align: center;
}

.hp-banner-col img {
  width: 75%;
}

.hp-footer-links li a {
  font-weight: 600;
}

/* ========================================================= */
/* Dashboard design */
.right-dashboard {
  padding: 20px 0px;
}

.user-details {
  box-sizing: border-box;
  border-radius: 4px;
  padding: 20px 15px;
  color: #6a2634;
  margin: auto;
  border: 1px solid #e18237;
}

.left-dashboard {
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px #c4c4c4;
  /* padding: 20px 0px; */
  border-radius: 8px;
  /* min-height: 555px; */
}
.user-details p {
  margin: 4px 0px !important;
}

.user-details .nameNdesig {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.user-details .user-email {
  font-size: 14px;
}

.user-mobile {
  font-size: 14px;
}

.btn_viewAll {
  position: absolute;
  left: 25%;
  color: white;
  background: linear-gradient(180deg, #c2522e 0%, #97251e 100%);
  border-radius: 5px;
  width: 129px;
  height: 32px;
  text-align: center;
}

.notify-title {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 12px;
  text-align: center;
  display: block;
  margin-top: 5px;
}

.notification-details {
  height: 305px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 15px;
  box-shadow: 0px 0px 5px 0px #c4c4c4;
  position: relative;
  overflow-y: auto;
  border: 1px solid #e18237;
}

.notification-details marquee {
  min-height: 430px;
}

.noti_date {
  background: #ffab00;
  border-radius: 3px;
  color: white;
  text-align: center;
  padding: 4px;
}

.noti_descript {
  text-align: justify;
  font-size: 14px;
  line-height: 16px;
}

.right-dashboard .search_input {
  float: left;
  background: #ffffff;
  border: 1px solid #f3af79;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 9px 0 0 9px;
  margin-top: 2%;
  height: 30px;
  width: 70%;
}

.search_div .btn-search {
  float: left;
  width: 30% !important;
  border: unset;
  margin-top: 2%;
  height: 30px;
  color: white;
  background: linear-gradient(180deg, #fca25a 0%, #e18237 100%);
  border-radius: 0px 9px 9px 0px;
}

.db-user-image {
  height: 60px;
  object-fit: contain;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

/* Typography */
.my-2 {
  margin: 20px 0px;
}

.mt-2 {
  margin-top: 20px;
}

.custom-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
  box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.custom-card .card-body {
  padding: 1.25rem;
}

.custom-card .card-header {
  padding: 17px 20px;
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #fff0e3;
  border-radius: 4px;
}

.custom-card .card-header .card-title {
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

/* ========================================== */
.small-box .icon {
  top: -7px;
  right: -17%;
}

#container {
  height: 400px;
}

.db-cards {
  min-height: 100px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px 0px #c4c4c4;
  /* display: flex; */
  /* align-items: center; */
  padding: 10px 10px;
  border: 1px solid #e18237;
}

.db-cards-text-col {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.db-cards .circle {
  padding: 0px 10px 10px 10px;
  border-bottom: 1px solid #e9e9e9;
}

.db-cards .circle .image {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background: #ffecd0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.db-cards .circle .image img {
  height: 27px;
  object-fit: contain;
}

.db-cards .card_text {
  color: #6a2634;
}

.db-cards .card_text span {
  font-size: 14px;
  font-weight: 600;
}

.db-cards .records {
  color: #6a2634;
  font-size: 15px;
}

.db-cards .records hr {
  margin: 5px 0px;
}

.db-cards .records div {
  border-right: 1px solid #eacdb8;
  padding: 0 1%;
}

.db-cards .records div:last-child {
  border-right: unset;
}

strong {
  font-weight: 600;
}

.filter-col {
  padding: 16px 20px;
  background: #f1eae3;
  border-radius: 4px;
}

.my-profile-img {
  border-radius: 50% !important;
  margin: auto;
  margin-top: -108px;
  display: block;
  border: 4px solid #ffffff;
  height: 10.5rem;
  width: 10.5rem;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.my-cover-image-col {
  max-height: 195px;
  overflow: hidden;
}

/* Modal */
.modal-content {
  box-shadow: 0 2px 20px 0 rgb(67 89 113 / 45%);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  /* border-bottom: 0px solid #d9dee3; */
  border-top-left-radius: calc(0.5rem - 0px);
  border-top-right-radius: calc(0.5rem - 0px);
  background: white;
  border-bottom: 1px solid #efefef;
}

.modal-title {
  font-weight: 500;
  color: #565758;
  margin-bottom: 0;
  line-height: 1.53;
  font-size: 20px;
}

.modal .btn-close {
  background-color: #fff;
  border-radius: 0.5rem;
  opacity: 1;
  padding: 0.635rem;
  box-shadow: 0 0.125rem 0.25rem rgb(161 172 184 / 40%);
  transition: all 0.23s ease 0.1s;
  transform: translate(23px, -25px);
  margin-top: -1.25rem;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.25rem 1.5rem 1.5rem;
  border-top: 0px solid #d9dee3;
  border-bottom-right-radius: calc(0.5rem - 0px);
  border-bottom-left-radius: calc(0.5rem - 0px);
}

.fielset {
  padding: 20px 10px;
}

.fieldset-content-col {
  padding: 17px 10px;
}

.legend {
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 6px 15px;
  background-color: #943939;
  color: #fff;
  float: unset;
}

.select2.select2-container {
  width: 100% !important;
}

.select2-container--default.select2-container--open {
  z-index: 1095;
  width: 100%;
}

.dashboard-dropdown-divider {
  border-top: 1px solid rgb(106 38 52) !important;
}

.dashboard-subdropdown-divider {
  border-top: 1px solid rgb(176 179 185) !important;
}

.graph-symbol-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-bar-1-symbol {
  width: 60px;
  height: 20px;
  border-radius: 10px;
  background-color: #b5b9c0;
}

.map-bar-2-symbol {
  width: 60px;
  height: 20px;
  border-radius: 10px;
  background-color: #ffab00;
}

.custom-border {
  border: 1px solid #e18237 !important;
}

.custom-count-row {
  padding: 10px;
  box-shadow: 0px 0px 2px 0px #fcd2ab;
  border-radius: 6px;
  border: 1px solid #fcd2ab;
}

.count_ccr {
  font-size: 20px;
  font-weight: 600;
}

.count_span {
  width: 100%;
  height: 40px;
  background-color: #fcf5ef;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-weight: 500;
  font-size: 15px;
  margin-top: 5px;
}

.text_span {
  font-weight: 600;
  color: #6a2634;
  font-size: 13px;
}

.heading_count {
  font-size: 22px;
}
