/* quicksand-600 - latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("font/quicksand-v20-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("font/quicksand-v20-latin-600.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("font/quicksand-v20-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */ url("font/quicksand-v20-latin-600.woff")
      format("woff"),
    /* Modern Browsers */ url("font/quicksand-v20-latin-600.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("font/quicksand-v20-latin-600.svg#Quicksand")
      format("svg");
  /* Legacy iOS */
}

body {
  background: #d5d5e0 !important;
}

.print_image {
  border: 1px solid #000;
  width: 140px;
  height: 160px;
  position: relative;
  margin-top: -120px;
}
th {
  color: black !important;
}

.form-complain .form-panel {
  border-radius: 7px;
  box-shadow: 0px 0px 50px #ddd;
  padding: 2.5rem !important;
}

#preloader {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

#preloader:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  height: 100%;
  width: 100%;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  border: 1px solid #4e73df;
  border-top: 1px solid transparent;
  border-radius: 100%;
}

#preloader > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 25px;
  width: 10.6px;
  margin-top: -12.5px;
  margin-left: -5.3px;
  -webkit-animation: wink 1s ease-in-out infinite alternate;
  animation: wink 1s ease-in-out infinite alternate;
}

@media only screen and (min-width: 768px) {
  #preloader {
    height: 50px;
    width: 50px;
    margin-top: -30px;
    margin-left: -30px;
  }

  #preloader:before {
    left: -2px;
    top: -2px;
    border-top-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
  }

  #preloader > .icon {
    height: 40px;
    width: 40px;
    margin-top: -22px;
    margin-left: -22px;
  }
}

@media only screen and (min-width: 1200px) {
  #preloader {
    height: 50px;
    width: 50px;
    margin-top: -0px;
    margin-left: -40px;
  }

  #preloader > .icon {
    height: 40px;
    width: 40px;
    margin-top: -22px;
    margin-left: -22px;
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes wink {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes wink {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.inactiveLink {
  pointer-events: none;
  cursor: default;
}

form.user a.btn-block {
  background: #224abe;
  border: 1px solid #224abe;
  color: #fff;
}

.display-inline {
  display: inline-block !important;
}

.pull-right {
  float: right;
}

td a svg {
  font-size: 17px;
  position: relative;
  margin-top: -1px;
  margin-right: 2px;
}

.inactiveLink {
  background: #ccc !important;
  border: 1px solid #ccc !important;
}

.display-modal {
  padding-left: 0;
}

.display-modal li {
  margin: auto;
  padding: 8px 10px;
}

.display-modal li strong {
  display: inline-block;
  width: 120px;
}

.display-modal li:nth-of-type(odd) {
  background: #f6f6f6;
  padding: 8px 10px;
}

.display-modal li:nth-last-child(1) strong {
  display: block;
  margin-bottom: 20px;
}

.display-modal li:nth-last-child(1) p {
  background: rgba(78, 115, 223, 0.14);
  padding: 10px;
  padding-top: 12px;
  border-radius: 10px;
  font-weight: 500;
  position: relative;
}

.display-modal li:nth-last-child(2) strong {
  display: block;
  margin-bottom: 20px;
}

.display-modal li:nth-last-child(2) p {
  background: #e5ebfa;
  padding: 10px;
  padding-top: 12px;
  border-radius: 10px;
  font-weight: 500;
  position: relative;
}

.display-modal li:nth-last-child(1) p::before {
  position: absolute;
  top: -8px;
  left: 20px;
  height: 18px;
  width: 18px;
  content: "";
  background: #e5ebfa;
  transform: rotate(45deg);
}

.display-modal li:nth-last-child(2) p::before {
  position: absolute;
  top: -8px;
  left: 20px;
  height: 18px;
  width: 18px;
  content: "";
  background: #e5ebfa;
  transform: rotate(45deg);
}

.display-modal li small {
  font-weight: 500;
  font-size: 90%;
}

.nav-item a svg {
  color: #555;
}

.status-modal {
  background: #fff;
  padding: 35px 15px;
  box-shadow: 0px 0px 30px #ccc;
  min-width: 400px;
}

.status-modal h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.status-modal select {
  margin-bottom: 15px;
}

.status-modal p {
  margin-bottom: 7px;
}

.status-modal a.btn-user {
  margin-top: 15px;
  margin-right: 5px;
}

.display-modal li:nth-last-child(1) {
  background: #fff;
}

ul.pagination {
  justify-content: center;
  align-items: center;
  margin-top: 0px;
}

ul.pagination li a {
  background: #fff;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 6px;
  margin: auto 2px;
}

ul.pagination li.active a,
ul.pagination li:hover a {
  background: #4e73df;
  height: 15px;
  width: 15px;
  color: #fff;
}

ul.pagination li.disabled a,
ul.pagination li.disabled:hover a {
  background: #e5ebfa;
  cursor: no-drop;
  color: initial;
}

@media screen and (max-width: 600px) {
  .brand-title span {
    display: none;
  }

  .logo-center {
    text-align: center;
  }

  .brand-title {
    left: 0% !important;
  }

  .brand-title img {
    height: 50px !important;
    width: 50px !important;
    margin-left: 50px;
  }

  .topbar + .container-fluid,
  .topbar + .col-md-12,
  .topbar + .tab-content {
    padding: 130px 0px;
  }

  /*.topbar + .container-fluid{
    padding-top: 0 !important;
  }*/
  .nav-item.nav-link h5 span,
  .nav-item.nav-link h5 span {
    display: none !important;
  }

  .nav-item.nav-link h5 {
    display: inline-block;
    font-size: 12px !important;
    position: relative;
    top: -2px;
  }

  .nav-item.nav-link .main-menu-img {
    margin-right: auto !important;
    height: 25px !important;
    text-align: center !important;
    margin-bottom: 5px;
    float: none !important;
    display: none !important;
    clear: both;
    left: 35%;
  }

  .nav-item.nav-link {
    max-width: initial;
    padding: 4px 10px;
    height: auto;
  }

  .nav.nav-tabs {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .nav.nav-tabs .nav-item.nav-link {
    display: inline-block;
    min-width: 85px;
    text-align: center;
    height: auto;
    background: #fff;
    border: 1px solid #ddd;
    margin-top: 5px;
  }

  .nav-link.active {
    background: #003e7d !important;
  }

  .sidebar-dark .nav-item.main .nav-link {
    border: 1px solid !important;
    padding: 0.5rem 0rem !important;
    font-weight: 500 !important;
    cursor: pointer;
    color: #555;
  }

  .sidebar .nav-item .nav-link span {
    margin-left: 0px !important;
  }

  .container-fluid {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  table.l-table thead {
    display: none;
  }

  table tr {
  }

  table.l-table tr td {
    display: block;
    width: 100%;
    font-size: 12px !important;
    padding: 2px 15px !important;
  }

  table.l-table tr td:nth-child(1) {
    font-weight: bold !important;
    color: #4e73df !important;
    padding-top: 10px !important;
  }

  table.l-table tr td:nth-last-child(1),
  table.l-table tr td:nth-last-child(2) {
    display: inline-block;
    width: auto;
    text-align: left;
    padding-right: 0px !important;
    padding-bottom: 10px !important;
  }

  table.l-table tr td:nth-last-child(1) {
    padding-left: 0px !important;
  }

  table.l-table tr td a.btn {
    color: #fff;
    margin-right: 5px;
    font-size: 12px;
    padding: 2px 4px;
  }

  .search-slt {
    margin-bottom: 10px;
  }

  .p-4 {
    padding: 10px !important;
  }

  .form-panel .form-group label,
  .form-panel .form-group div {
    padding: 0px;
    font-size: 12px;
  }

  .form-panel .form-group div.form-control {
    font-size: 12px !important;
  }

  .form-panel .form-group {
    margin-bottom: 0.5rem;
  }

  .project-tab .nav-link {
    border-right: none !important;
  }

  .project-tab .nav-link:hover {
    border-radius: 5px !important;
  }

  #preloader > .icon {
    top: 45%;
    left: 30%;
    height: 25px;
    width: 25px;
  }

  .topbar {
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 9;
  }

  .project-tab {
    padding-top: 8.5rem;
  }

  .project-tab nav {
    position: fixed !important;
    background: #d5d5e0;
    padding-bottom: 5px;
    padding-left: 5px;
    top: 4.3rem;
    width: 100%;
    left: 0;
    z-index: 1;
  }

  ul.sidebar {
    display: none;
  }

  /*.tab-content{
    margin-top: 9rem;
  }*/
  .topbar .dropdown .dropdown-menu {
    width: auto !important;
    right: 0.75rem;
    background: #003e7d;
    border-radius: 0px;
    margin-top: 0px;
    border: none;
    color: #fff;
  }

  .topbar .dropdown .dropdown-menu a {
    color: #fff !important;
    padding: 0.7rem 1.5rem;
    font-weight: 400;
  }
}

.nav-item.selected a {
  background-color: #4e73df !important;
  color: #fff !important;
}

.nav-item.selected a svg {
  color: #fff !important;
}

.title-selected {
  background-color: #4e73df !important;
  color: #fff !important;
}

/* html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.my-custom-scrollbar {
  position: relative;
  height: 400px;
  overflow: auto;
  margin-bottom: 100px;
}
.table-wrapper-scroll-y {
  display: block;
} */

#root {
  /*position: fixed;*/
  width: 100%;
}

.table-wrap,
.form-panel {
  height: 60vh;
  overflow: auto;
  position: relative;
}

.table-wrap--2 {
  max-height: 65vh !important;
  min-height: 65vh !important;
  overflow: auto;
  position: relative;
}

.table-wrap--3 {
  max-height: 75vh !important;
  min-height: 75vh !important;
  overflow: auto;
  position: relative;
}
.form-panel {
  position: relative;
  border-top: 3px solid #3f51b5;
}

.form-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url(/images/nea-dim.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: 50% 0 !important;
}

.form-panel--unauth {
  position: relative;
  border-top: 3px solid #3f51b5;
}

.form-panel--unauth::before {
  content: "";
  position: fixed;
  left: 0;
  top: 25%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url(/images/nea-dim.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: 50% 0 !important;
}

.form-panel label.col-md-4 {
  position: relative;
  text-align: right;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: flex-end;
}

.fs-24 {
  font-size: 24px;
}

/*.h-75vh.form-panel:before {
content: '';
    background-image: url(/images/nea.png);
    height: 500px;
    width: 500px;
    background-size: contain;
    top: 21%;
    opacity: 0.1;
    position: fixed;
    left: 58%;
    transform: translate(-50%, 0);
}
.c-f .h-75vh.form-panel:before {
content: '';
    background-image: url(/images/nea.png);
    height: 500px;
    width: 500px;
    background-size: contain;
    top: 21%;
    opacity: 0.1;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}*/
._1pAjT {
  margin: 0px !important;
}

/* .full-height {
  height: 80vh !important;
} */

.brand-title {
  position: relative;
  left: 25%;
  font-size: 17px;
  margin: 0rem;
  text-transform: uppercase;
  font-weight: bolder;
  font-family: cursive;
  color: #fff;
  top: 0px;
}

.brand-title:hover {
  text-decoration: none;
  color: #fff;
}

.brand-title img {
  background: rgba(255, 255, 255, 1);
  height: 60px;
  width: 60px;
  border-radius: 100%;
  padding: 3px;
}

.logo-center {
  display: inline-block;
  width: 70%;
}

.side-accordion .card {
  background: transparent;
  text-align: left;
  border: none;
}

.side-accordion .card .card-header {
  background: transparent;
  border: none;
  padding: 0;
}

.side-accordion .card .card-header a {
  color: #555;
  text-decoration: none;
  font-size: 13px;
  padding: 1rem 1rem;
  cursor: pointer;
}

.side-accordion .card .card-header a svg {
  margin-right: 7px;
  margin-top: -2px;
}

/* .side-accordion .card .card-body {
  background: #e4edf1;
} */
.side-accordion .card .card-body ul {
  padding-left: 15px;
  margin-bottom: 0;
}

.side-accordion .card .card-body ul li {
  list-style: none;
}

.side-accordion .card .card-body ul li a {
  color: #777;
  font-size: 13px;
  margin: auto;
  display: block;
}

.side-accordion .card .card-body ul li:hover a,
.side-accordion .card .card-body ul li a:focus {
  background: #4e73df !important;
  color: #fff !important;
}

.side-accordion .card .card-body ul li a svg,
.side-accordion .card .card-body ul li a i {
  font-size: 14px !important;
}

.side-accordion .card a:hover {
  background: #eee !important;
  color: #777;
}

.side-accordion .card .card-body ul li:nth-child(1) a {
  margin-top: 0;
}

/* authorized header sections */
.un-header {
  height: 70px;
  background: white;
  /* padding: 1px;
  text-align: center;
  background: white;
  color: black;
  font-size: 15px;
  font-family: "Quicksand";
  font-style: normal; */
}

.white-text {
  color: white !important;
}

input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
}

.bg-container {
  background: #e5e5ef;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.bg-title {
  background: #3f51b5;
}

.bg-title h1 {
  padding-bottom: 15px;
}

.t-right {
  text-align: right;
  margin: 7px 0;
}

@media (max-width: 600px) {
  .sidebar .sidebar-brand {
    display: none !important;
  }

  .t-right {
    text-align: left;
  }

  ul.sidebar {
    display: flex !important;
    flex-direction: row;
    padding-top: 115px !important;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px;
  }

  #wrapper {
    display: block !important;
  }

  ul.sidebar {
    min-height: 100%;
    width: 100%;
  }

  ul.sidebar hr {
    display: none !important;
  }

  ul.sidebar .nav-item {
    max-width: 70px;
  }

  .sidebar-dark .nav-item.main.first {
    padding: 0px;
    flex-shrink: 0;
    margin: auto;
    max-width: 100%;
    margin-top: 30px !important;
    margin-bottom: 10px;
  }

  .sidebar-dark .nav-item.main.first a {
    width: 100%;
  }

  .sidebar .nav-item .nav-link {
    width: auto !important;
    background: #e9edf0;
    border: 1px solid #e9edf0 !important;
    border-radius: 10px !important;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .sidebar-dark .nav-item.main .nav-link {
    border: 1px solid #e9edf0 !important;
    color: #555 !important;
  }

  .project-tab {
    padding-top: 15px !important;
  }

  .table-wrap table {
    display: block;
  }

  .table-wrap table thead {
    display: none;
  }

  .table-wrap table tr {
    margin-bottom: 10px;
    border-radius: 10px;
  }

  .table-wrap table tr,
  .table-wrap table tr td {
    display: block;
    border: 1px solid #fff !important;
    text-align: left;
  }

  .table-wrap {
    height: auto !important;
  }

  .table th,
  .table td {
    padding: 2px 8px !important;
  }

  .topbar #sidebarToggleTop {
    display: none;
  }

  .table-wrapper-scroll-y table tbody {
    /* display: block !important; */
  }

  .sidebar .nav-item .nav-link {
    padding: 0.5rem 0.2rem !important;
  }

  .time {
    padding-top: 15px !important;
  }

  .h-75vh {
    height: 100vh;
  }

  /* .table-wrap table tr td:nth-last-child(1), .table-wrap table tr td:nth-last-child(n-1), .table-wrap table tr td:nth-last-child(n-2){
  	display: inline-block;
  }*/
}

.download-btn-container + div {
  display: inline-block;
  margin: 15px 0;
}

.download-btn-container {
  padding: 0 !important;
  text-align: right;
  border: none;
  float: right;
  margin: 15px 0;
  position: relative;
  right: 15px;
  top: -4px;
}

.search-sec div {
  margin: 0;
}

.search-sec div input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6e707e;
  background-color: transparent;
  background-clip: padding-box;
  border: 1.5px solid #bbb;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 600px) {
  .form-control {
    font-size: 12px !important;
  }

  .form-panel {
    margin-top: 30px;
  }

  .t-right {
    text-align: left;
  }

  .download-btn-container {
    padding: 0 !important;
  }

  .search-sec {
    margin-top: 15px;
    padding-top: 20px !important;
    height: auto !important;
  }

  .search-sec div {
    padding: 0px;
    margin: 0px;
  }

  .search-sec div input {
    margin-bottom: 12px !important;
    border: 1px solid #ccc;
    height: 35px;
    width: 100%;
  }

  .download-btn-container a {
    font-size: 15px;
  }

  .text-left h1.h4 {
    font-size: 18px;
    margin-bottom: 15px !important;
    margin: 15px 0;
  }

  .download-btn-container + div {
    display: inline-block;
    margin: 15px 0;
  }

  .download-btn-container {
    padding: 0 !important;
    text-align: right;
    border: none;
    float: right;
    margin: 15px 0;
    position: absolute;
    right: 15px;
    top: -12px;
  }

  .information-panel {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 900px) {
  .form-panel label.col-md-4 {
    text-align: left;
    padding: 0px;
  }

  .form-panel {
    position: relative;
    height: auto !important;
  }

  #root {
    /*     position: relative; */
  }
}

.pagination-text {
  color: #999;
  display: block;
  font-size: 12px;
  padding: 13px 10px;
  margin-bottom: 0;
  margin-top: 15px;
}

table {
  position: relative !important;
}

table thead th {
  position: sticky !important;
  top: 0;
}

ul.pagination {
  position: relative;
  z-index: 1000;
  bottom: 30px;
  width: 100%;
}

.table-wrapper-scroll-y {
  position: relative;
  display: table !important;
}

.table-wrapper-scroll-y table thead th {
  position: sticky;
  z-index: 9;
  top: -1px !important;
}

.react-datepicker__input-container input[type="text"] {
  display: block;
  width: 100%;
  height: 37px;
  padding: 0.375rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-sec .react-datepicker-wrapper {
  width: 100%;
}

.count-box {
  border-radius: 10px;
  background: #eee;

  width: 250px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.count-box > strong {
  font-size: 15px;
}

.count-box > p {
  font-size: 35px;
  color: #4e73df;
  margin-bottom: 0;
}

.report-container {
  padding-top: 20px;
}

.report-container-parent {
  height: 75vh;
  overflow: auto;
  background: #fff;
}

.report-row {
  border-top: 1px solid gray;
}

.report-col {
  padding-bottom: 20px;
}

.entry-date-view {
  padding-left: 0rem !important;
}

.btn-text {
  background: transparent;
  border: none;
  text-decoration: underline;
  color: #999;
  margin: 4px 0;
}

.btn-text:hover {
  color: red;
}

#nepali-datepicker-input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.5;
  color: #6e707e;
  background-color: transparent;
  background-clip: padding-box;
  border: 1.5px solid #bbb;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.home-data {
  background: #fff;
  padding: 15px;
  margin: 10px auto;
  border-radius: 0px;
  box-shadow: none;
  border-top: 3px solid #3f51b5;
}

.home-data .data-text span {
  text-transform: uppercase;
  margin-bottom: 7px;
  display: block;
  font-size: 12px;
  color: #777;
}

.home-data h5 {
  margin-bottom: 25px !important;
}

.home-data .data-text {
  background: #eee;
  padding: 7px 15px;
  margin-bottom: 5px;
  border-radius: 10px;
  display: block;
  margin: 5px;
}

.home-data .data-text h5 {
  margin-bottom: 0;
}

.home-data .data-chart {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 15px;
}

.home-data .data-chart img {
  height: auto;
  width: 100%;
}

.information-panel {
  max-height: 100%;
  overflow-x: auto;
  position: relative;
  /* height: 600px;
  padding-bottom: 80px; */
}

.sidebar .sidebar-brand {
  background: #003e7d;
}

.sidebar .sidebar-brand .sidebar-brand-text {
  opacity: 0;
}

.topbar {
  position: fixed !important;
  left: 0;
  width: 100%;
  z-index: 999;
}

.topbar + .container-fluid,
.topbar + .col-md-12,
.topbar + .tab-content {
  padding: 90px 20px;
  padding-bottom: 40px;
}

table thead th {
  background: #003e7d !important;
  color: #fff !important;
}

.sidebar .card .card-body {
  padding: 0px;
  background: #eee;
}

.sidebar .card .card-body ul {
  padding-left: 0px;
}

.sidebar .card .card-body ul .nav-item {
  margin-bottom: 0;
}

.col.report-col {
  width: 250px;
}

.complain-se {
  height: 60px;
}

.brand-title span {
  font-family: "Verdana";
  font-size: 25px;
  font-weight: bold;
  position: relative;
  top: 5px;
}

.h-75vh {
  height: 74vh;
}

@media screen and (max-width: 600px) {
  .top-0 {
    padding-top: 0px !important;
  }

  .top-130 {
    padding-top: 130px !important;
  }

  .mtop-130 {
    margin-top: 130px !important;
  }

  .sidebar {
    min-height: auto !important;
    width: 100% !important;
  }

  .report-container h3 {
    font-size: 18px !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .report-container-parent {
    padding: 0px !important;
  }

  .sidebar.mtop-130 .card .card-body .nav-item .nav-link {
    text-align: left;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .sidebar.mtop-130 .card .card-body {
    padding: 15px !important;
  }

  .sidebar.mtop-130 .card .card-body .nav-item .nav-link svg {
    display: inline-block;
    font-size: 14px;
  }

  .sidebar.mtop-130 .card .card-body .nav-item .nav-link span {
    display: inline-block;
    margin-left: 7px !important;

    font-size: 13px;
  }

  /*   .styles_modal__gNwvD {
    max-width: auto !important;
  } */
}

#permissionModal {
  max-width: 50% !important;
  width: 40vw !important;
}

.logo-right {
  text-align: center;
  opacity: 0.5;
}

table tr td .btn {
  font-size: 11px !important;
}

table tr td .btn svg,
table tr td .btn i {
  font-size: 12px;
}

.table-wrap {
  background: #fff;
}

input[name="search_box"] {
  background-color: #fff !important;
  border: 2px solid #d5d5e0 !important;
}

table td,
table th {
  border: 1px solid #e3e6f0 !important;
}

.l-table tbody tr:nth-child(even) {
  background-color: #fff !important;
}

.display-modal li {
  display: flex;
  flex-direction: row;
  word-break: break-all;
}

.display-modal li strong {
  flex-basis: 120px;
  flex-grow: 0;
  flex-shrink: 0;
}

.status-modal .start-date,
.status-modal .end-date {
  display: flex;
  margin-bottom: 15px;
}

.status-modal .start-date ._1pAjT {
  width: 100%;
  margin-right: 10px !important;
}

.status-modal .start-date .rc-time-picker,
.status-modal .end-date .rc-time-picker {
  padding: 0px;
}

.status-modal .start-date .rc-time-picker .rc-time-picker-input,
.status-modal .end-date .rc-time-picker .rc-time-picker-input {
  border: none;
  height: 100%;
}

.time-picker {
  width: 100%;
}

strong.project-title {
  display: inline-block;
  margin-bottom: 40px;
  background: #2424b8;
  color: #fff;
  padding: 5px 10px;
  width: auto;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
}

.per-accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active,
.per-accordion:hover {
  background-color: #ccc;
}

.per-panel {
  padding: 8px 18px;
  /* display: none; */
  opacity: 0;
  height: 0;
  background-color: white;
  overflow: hidden;
}

.per-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.per-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.per-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.per-container:hover input ~ .per-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.per-container .per-inputchecked ~ .per-checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.per-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.per-container .per-inputchecked ~ .per-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.per-container .per-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.field-icon {
  float: right !important;
  margin-left: -32px !important;
  margin-top: -40px !important;
  position: relative !important;
  z-index: 2;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

/*Header*/
/*Step Wizard*/
.wizard-box {
  padding: 2rem 2.3rem;
  border: 1px solid #eee;
  box-shadow: 0 3px 7px #ddd;
  border-radius: 0.5rem;
}
.wizard-box h2 {
  font-size: 1.1rem;
  font-weight: bolder;
  text-align: left;
  padding-bottom: 0.3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #eee;
}

.step-container {
  padding: 80px 0px;
  padding-bottom: 60px;
  background: #fff;
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
  display: flex;
  justify-content: center;
}

.wizard > div.wizard-inner {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}
span.round-tab {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  color: #0e214b;
  font-weight: 500;
  border: 1px solid #ddd;
}
span.round-tab i {
  color: #555555;
  font-size: 0.8rem;
  font-weight: bold;
}
.wizard li.active span.round-tab {
  background: #4455b6;
  color: #fff;
  border-color: #4455b6;
}
.wizard li.active span.round-tab i {
  color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i {
  color: #4455b6;
}

.wizard .nav-tabs > li {
  width: 12%;
}
.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 84%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 12px;
  z-index: 1;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}
.wizard .nav-tabs > li a {
  width: 30px;
  height: 30px;
  margin: 1.25rem auto;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
}
.wizard .nav-tabs > li a i {
  position: absolute;
  top: -15px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 50%;
  transform: translate(-35%, -50%);
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 0.25rem;
  background: #fff;
}
.wizard h3 {
  margin-top: 0;
}

.next-step {
  background-color: #4455b6;
}
.skip-btn {
  background-color: #cec12d;
}
.step-head {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.term-check {
  font-size: 14px;
  font-weight: 400;
}
.wizard label {
  padding-top: 6px;
}
.list-inline {
  border-top: 1px solid #eee;
  margin-top: 2rem;
}
.list-inline button {
  color: #fff;
  font-size: 0.95rem;
  padding: 0.4rem 1.2rem;
  border: none;
  border-radius: 4px;
  margin-top: 0.75rem;
}
.list-inline i {
  font-size: 0.75rem;
}
.inner-box {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 1.25rem 1rem;
}

/*Mobile devices*/
@media only screen and (max-width: 767px) {
  .sign-content h3 {
    font-size: 2.5rem;
  }
  .wizard .nav-tabs > li a i {
    display: none;
  }
  .signup-logo-header .navbar-toggle {
    margin: 0;
    margin-top: 8px;
  }
  .signup-logo-header .logo_area {
    margin-top: 0;
  }
  .signup-logo-header .header-flex {
    display: block;
  }
}

header {
  background: #fff;
  padding: 1rem 0;
  text-align: center;
}
.head-title {
  background: #4455b6;
  padding: 1rem;
}
.head-title h1 {
  font-size: 1.1rem;
  color: #fff;
  margin: 0;
}

.table-hide {
  border-collapse: collapse;
  border-spacing: 0;
}

.table-hide th,
.table-hide td {
  border: none !important;
}

td.table-border,
.table-border {
  border: 1px solid black !important;
}

td.table-border--big,
.table-border--big {
  border: 1px solid black !important;
  height: 48px;
}

.preview--checkbox {
  border: 1px solid #000;
  width: 35px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.top-title p {
  font-size: 1rem;
}
.top-title strong {
  font-size: 1.1rem;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 900;
  color: #000;
}

.project-tab .project-tab .nav-link {
  font-size: 16px;
  padding: 0.7rem 1.5rem !important;
}

.box {
  padding: 1rem;
  border-radius: 0.5rem;
}
.box a i {
  font-size: 12px;
}
.box .top-head {
  margin-bottom: 0.5rem;
}
.box .top-head label {
  font-weight: 700;
}
.box-green {
  background: #f5ffec;
  border: 1px solid #6cb524;
  padding-bottom: 1.2rem;
}
.box-green .top-head a {
  background: #6cb524;
  color: #fff;
  padding: 0.3rem 0.6rem;
  border-radius: 0.3rem;
}
.box-yellow {
  background: #fffcf0;
  border: 1px solid #fddd60;
  padding-bottom: 1.2rem;
}

.box-yellow .top-head a {
  background: #fddd60;
  color: #000;
  padding: 0.3rem 0.6rem;
  border-radius: 0.3rem;
}
.box-red {
  background: #fdf7f5;
  border: 1px solid #ca583f;
  padding-bottom: 1.2rem;
}
.box-red .top-head a {
  background: #ca583f;
  color: #fff;
  padding: 0.3rem 0.6rem;
  border-radius: 0.3rem;
}

.project-tab.new .inner-tabs li .nav-link {
  font-size: 16px !important;
}
.project-tab .project-tab .inner-tabs li .nav-link {
  font-size: 16px !important;
}

.ReactModal__Overlay .ReactModal__Overlay--after-open {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

.border-rounded {
  border-radius: 2rem 0 !important;
}

.map-form-group {
  display: flex !important;
}
@media (max-width: 600px) {
  .map-form-group {
    display: flex !important;
    flex-direction: column;
  }
}
