@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pdf {
    background: red !important;
}

.excel {
    background: green !important;
}
body {
  background-color: #f3f3f3;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  color: #444;
}

img {
  max-width: 100%;
  height: auto;
}

.page-container {
  min-height: 100vh;
  transition: all 0.2s ease;
}

@media screen and (min-width: 992px) {
  .page-container {
  }
}

@media screen and (max-width: 991px) {
  .page-container {
    padding-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .is-collapsed .page-container {
    padding-left: 280px;
  }
}

[class*="las-"],
[class^="las-"] {
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.font-weight-500 {
  font-weight: 500;
}

::-webkit-scrollbar {
  width: 3px !important;
  height: 5px !important;
}

::-webkit-scrollbar-thumb {
  background-color: #019b3f;
  outline: 1px solid #019b3f;
}

.cke_editable {
  margin: 0 20px !important;
}

.gj-picker {
  border: 1px solid #a6c9e2;
  background-color: #fdfefe;
  position: absolute;
  padding: 1px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.testingFlow, .testingFlow-1 {
  height: 428px;
  overflow-x: auto;
}

.testingReport, .testingReport-1 {
  height: 475px;
  overflow-x: auto;
}

table .btn {
  padding: 0.4rem 0.5rem;
}

.btn {
    padding: 0.495rem 0.75rem;
    background: #6c757d;
    color: #fff;
}

.btn-primary {
    border-color: #6c757d !important;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: #6c757d !important;
        border-color: #6c757d !important;
    }

.text-success {
  color: #2196f3 !important;
}

.btn-excel {
  background-color: #026e39;
  border-color: #026e39;
  color: #ffffff;
}

.btn-excel:hover, .btn-excel:focus, .btn-excel:active {
  background-color: rgba(2, 110, 57, 0.6) !important;
  border-color: rgba(2, 110, 57, 0.6) !important;
  color: #ffffff;
}

.btn-pdf {
  background-color: #cb0606;
  border-color: #cb0606;
  color: #ffffff;
}

.btn-pdf:hover, .btn-pdf:focus, .btn-pdf:active {
  background-color: rgba(203, 6, 6, 0.6) !important;
  border-color: rgba(203, 6, 6, 0.6) !important;
  color: #ffffff;
}

a:hover {
  text-decoration: none;
}

.text-primary {
  color: #2196f3;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.header .dropdown-toggle::after {
  display: none;
}

.modal-header {
  padding: 1rem;
  border-bottom: 1px solid #ebedf2;
}

.modal-header .modal-title {
  font-weight: 500;
  font-size: 1.2rem;
  color: #0e3a39;
  display: flex;
  align-items: center;
}

.modal-header .modal-title i {
  font-size: 20px;
}

.modal-header .close {
  padding: 1px;
  margin: 0;
  font-size: 22px;
  line-height: 1;
  text-shadow: none;
  opacity: 1;
}

.modal-body {
  padding: 1.25rem;
}

.modal-body label {
  min-width: 85px !important;
}

.modal-footer {
  padding: 1rem;
  border-top: 1px solid #ebedf2;
}

.modal-footer > * {
  margin: 0 0.25rem;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  outline: none;
}

.badge-primary {
  background-color: #2196f3;
}

@media (min-width: 992px) {
  .userRegistration .modal-lg,
  .userRegistration .modal-xl {
    max-width: 1000px;
  }
}

@media (min-width: 1140px) {
  .userRegistration .modal-lg,
  .userRegistration .modal-xl {
    max-width: 1100px;
  }
}

.select2.select2-container {
  flex-grow: 100;
  width: 100% !important;
}

.single__select2 .select2.select2-container {
  width: 100% !important;
}

.nav-tabs .nav-link {
  padding: 10px 20px;
  color: #000000;
}

.nav-tabs .nav-link.active {
  color: #2196f3;
}

.select2-container--default .select2-selection--single {
  height: 33px;
  border: 1px solid #dddddd;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 33px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px;
}

.gj-picker-bootstrap table tr td div {
  padding: 2px;
  border: 1px solid #c5dbec;
  background: #dfeffc;
  color: #2e6e9e;
}

.gj-picker-bootstrap table tr td div,
.gj-picker-bootstrap table tr th div {
  display: block;
  width: 26px;
  height: 25px;
  margin: 1px;
  line-height: 25px;
  text-align: center;
}

.gj-picker-bootstrap div[role="navigator"] {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: red;
  border: 1px solid #4297d7;
  background: #87b6d9;
  color: #ffffff;
  line-height: 1;
  align-items: center;
  border-radius: 5px;
}

.gj-picker-bootstrap div[role="navigator"] div[role="period"] {
  font-size: 13px;
  padding-top: 7px;
}

.gj-picker-bootstrap table tr td.other-month div {
  display: none;
}

.gj-picker-bootstrap table tr td.today div {
  border: 1px solid #fa572e;
  font-weight: 500;
  background: #fba988;
  color: #e4f2f8;
  text-align: center;
}

.gj-picker-bootstrap table tr td.selected div {
  border: 1px solid #fad42e;
  font-weight: 500;
  background: #fbec88;
  color: #1c94c4;
  text-align: center;
}

.dashboardHome {
  position: relative;
}

.dashboardHome .form-group {
  padding-bottom: 15px;
  margin: 0;
}

.dashboardHome .select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 40px;
}

.dashboardHome .select2-container--default .select2-selection--single {
  height: 40px;
  width: 300px;
  border: 0;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.07);
}

.dashboardHome .select2-container--default .select2-selection--single:focus {
  outline: none;
}

.dashboardHome .section__head {
  padding: 0 15px;
}

.dashboardHome .section__head .btn-primary-space,
.dashboardHome .section__head .btn-pdf.btn-sm {
  padding: 0.5rem;
}

.dashboardHome .section__head .section__head--title {
  font-size: 14px;
}

.dashboardHome .section__body--table {
  height: 366px;
  overflow-y: auto;
}

.dashboardHome .section__body.todolist .section__body--table {
  height: 157px;
  overflow-y: auto;
}

.dashboardHome-title {
  color: #000000;
}

@media (max-width: 992px) {
  .dashboardHome-title h4 {
    font-size: 16px;
  }
}

.dashboardHome-title i {
  font-size: 2.5rem;
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0.8333333333rem;
  background: #fff;
  box-shadow: 0 0.46875rem 2.1875rem rgba(0, 0, 0, 0.03), 0 0.9375rem 1.40625rem rgba(0, 0, 0, 0.03), 0 0.25rem 0.53125rem rgba(0, 0, 0, 0.05), 0 0.125rem 0.1875rem rgba(0, 0, 0, 0.03);
  border-radius: 0.25rem;
  width: 50px;
  height: 50px;
}

.dashboardHome-title:after {
  content: "";
  position: absolute;
  height: 25px;
  width: calc(100vw - 30px);
  z-index: -1;
  padding: 25px 0;
  border-radius: 5px;
  background: #2196f3;
}

@media (min-width: 512px) {
  .dashboardHome-title:after {
    width: 320px;
  }
}

.select2-dropdown {
  border: 0;
  border-top: 1px solid #ddd;
}

.section {
  background-color: #ffffff;
  border-radius: 3px;
  margin: 14px;
}

.section__head {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  padding: 0 25px;
  border-bottom: 1px solid #ebedf2;
  min-height: 50px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.section__head--label {
  display: flex;
  align-items: center;
}

.section__head--icon {
  padding-right: 0.75rem;
  font-size: 1.2rem;
  color: #74788d;
}

.section__head--icon i {
  font-size: 24px;
  color: rgba(34, 208, 104, 0.7);
}

.section__head--title {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #313131;
}

.section__head--toolbar {
  display: flex;
  align-items: center;
  align-content: flex-end;
}

.section__body {
    display: flex;
    flex-direction: column;
    padding: 2px;
    border-radius: 4px;
}

.section__body--form {
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #ddd;
}

.section__body--table {
  overflow-x: auto;
  margin-top: 1.5rem;
}

.section__body--table.form__table {
  padding-top: 0rem;
}

.section__body--table.form__table .form-group {
  margin-bottom: 1rem;
}

.section__body--table table {
  margin: 0;
}

.section__body--search {
  display: flex;
  justify-content: flex-end;
}

.section__footer {
  padding-top: 1rem;
  border-top: 1px dotted #ddd;
}

.tooltips {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  color: #fff;
  border-radius: 3px;
  font-size: 22px;
}

.badge__collection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  background-color: #dddddd;
  margin: 10px 0;
  font-weight: 600;
}

.badge__collection span {
  margin-left: 5px;
  font-size: 13px;
}

.input-group-append {
  display: none;
}

.sync {
  height: 20px;
  width: 20px;
}

.form-group {
  margin-bottom: 0.6rem;
}

.form-group label {
  margin-bottom: 0.2rem;
  font-weight: 500;
}

.form-group label .required {
  color: red;
  font-size: 16px;
  line-height: 1;
}

.form-group label.label__badge {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form-group label.label__badge span {
  font-size: 13px;
}

.form-group strong {
  font-weight: 600 !important;
}

.form-control {
  font-size: 1.1rem;
  overflow: hidden;
  line-height: 1;
}

.form-control:focus {
  color: #495057;
  background-color: #f1f1f1;
  border-color: #2196f3;
  outline: 0;
  box-shadow: 0 0 0 0.2px #2196f3;
}

.form-control.form__lg {
  height: 50px;
}

.form-control--label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0rem !important;
  position: relative;
  display: flex;
  margin: 2rem 0 0 0;
  padding-left: 27px;
  cursor: pointer;
}

.form-control--label:focus {
  outline: none;
}

@media (max-width: 768px) {
  .form-control--label {
    margin: 1rem 0;
  }
}

.form-control--label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-control--indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FFF;
    border: 1px solid;
}

.form-control--indicator:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-control--indicator:after {
  content: "";
  position: absolute;
  display: none;
}

input:checked ~ .form-control--indicator {
  background: #077c7a;
}

input:checked ~ .form-control--indicator:after {
  display: block;
}

.form-control--radio .form-control--indicator {
  border-radius: 50%;
}

.form-control--radio .form-control--indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.image__box {
  height: 50px;
  width: 50px;
  border-radius: 3px;
  border: 1px solid #dddddd;
}

.image__box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.customRadio [type="radio"]:checked,
.customRadio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.customRadio [type="radio"]:checked + label,
.customRadio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.customRadio [type="radio"]:checked + label:before,
.customRadio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #adadad;
  border-radius: 100%;
  background: #fff;
}

.customRadio [type="radio"]:checked + label:after,
.customRadio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #2196f3;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.customRadio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.customRadio [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.section__body--table .table td {
  padding: 0.35rem 0.5rem;
  font-size: 14px;
}

.section__body--table .table td span.badge {
  font-size: 12px;
  font-weight: 500;
  padding: 5px;
}

.section__body--table .table td,
.section__body--table .table th {
  vertical-align: middle;
  white-space: nowrap;
}

.section__body--table .table thead td,
.section__body--table .table thead th {
  border-bottom-width: 1px;
}

.section__body--table .table thead th {
    background: #ececec;
    color: #313435;
    font-weight: 500;
}

.section__body--table .table tbody td:last-child {
  display: flex;
  border-width: 1px 0px 0 0;
}

.section__body--table .table tr td img {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border: 1px solid #f9f9f9;
}

.section__body--table .table .selected {
  background-color: #02a9e0 !important;
  color: #FFF;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f8fa;
}

.add-table thead th {
  font-weight: 500;
  background: #ffffff;
  color: #019b3f;
  border-bottom-width: 1px;
  white-space: nowrap;
}

.add-table tbody td {
  padding: 0rem !important;
}

.add-table tbody td:last-child {
  width: 35px;
}

.add-table tbody td input,
.add-table tbody td select {
  border: 0;
  background: #f7f6f6;
}

.add-table tbody td .add-more {
  width: 25px;
  height: 25px;
  background: #dc3545;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  transform: translateY(17%);
  cursor: pointer;
}

.add-table tbody td .add-more:hover {
  background-color: #c0091b;
}

.add-table tbody td .form-control--label {
  margin: 0 auto;
}

.add-table tbody td .form-control--indicator {
  top: 7px;
  left: 20px;
}

.btn.btn-icon {
  height: 2rem;
/*  width: 2rem;*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin:2px;
}

.btn i {
  vertical-align: middle;
  line-height: 0;
  font-size: 1.3rem;
}

.btn.btn-name i {
    padding-right: 0.5rem;
   background: #6c757d !important;
}

.sidebar {
  background-color: #fff;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: all 0.2s ease;
  width: 280px;
  z-index: 1000;
}

.sidebar ul {
  list-style-type: none;
}

@media screen and (min-width: 992px) {
  .sidebar {
    width: 70px;
  }
  .sidebar .sidebar-inner .sidebar-logo {
    border-bottom: 1px solid transparent;
    padding: 0;
  }
  .sidebar .sidebar-inner .sidebar-logo a .logo {
    background-position: center center;
    width: 100%;
  }
  .sidebar .sidebar-inner .sidebar-menu {
    overflow-x: hidden;
  }
  .sidebar .sidebar-inner .sidebar-menu > li > a .title {
    display: none;
  }
  .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
    opacity: 0;
  }
  .sidebar .sidebar-inner .sidebar-menu li.dropdown.open ul.dropdown-menu {
    display: none !important;
  }
  .sidebar:hover {
    width: 280px;
  }
  .sidebar:hover .sidebar-inner .sidebar-logo {
    border-bottom: 1px solid #e6ecf5;
    padding: 0 20px;
  }
  .sidebar:hover .sidebar-inner .sidebar-menu > li > a .title {
    display: inline-block;
  }
  .sidebar:hover .sidebar-inner .sidebar-menu li.dropdown .arrow {
    opacity: 1;
  }
  .sidebar:hover .sidebar-inner .sidebar-menu li.open > ul.dropdown-menu {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .sidebar {
    left: -280px;
    width: calc(280px - 30px);
  }
}

.sidebar-inner {
  position: relative;
  height: 100%;
}

.sidebar-logo {
  border-bottom: 1px solid #e6ecf5;
  border-right: 1px solid #e6ecf5;
  line-height: 0;
  padding: 0 20px;
  transition: all 0.2s ease;
}

.sidebar-logo a {
  display: inline-block;
  width: 100%;
}

.sidebar-logo a .logo {
  background-position: center left;
  background-repeat: no-repeat;
  display: inline-block;
  min-height: calc(65px - 1px);
  width: 90%;
}

.sidebar-logo a .logo-text {
  color: #313435;
  line-height: 1;
}

.sidebar-logo .mobile-toggle {
  display: none;
  float: right;
  font-size: 18px;
  line-height: calc(65px - 1px);
}

.sidebar-logo .mobile-toggle a {
  color: #72777a;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .sidebar-logo .mobile-toggle {
    display: inline-block;
  }
}

@media screen and (min-width: 992px) {
  .sidebar-logo .mobile-toggle {
    display: none;
  }
}

.sidebar-menu {
  border-right: 1px solid #e6ecf5;
  height: calc(100vh - 65px);
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: relative;
}

.sidebar-menu::before,
.sidebar-menu::after {
  content: " ";
  display: table;
}

.sidebar-menu::after {
  clear: both;
}

.sidebar-menu .dropdown-toggle::after {
  display: none;
}

.sidebar-menu .sidebar-link.actived::before {
  background: #2196f3;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: -4px;
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
}

.sidebar-menu li {
  position: relative;
}

.sidebar-menu li.dropdown .arrow {
  font-size: 10px;
  line-height: 40px;
  position: absolute;
  right: 30px;
  transition: all 0.05s ease-in;
}

.sidebar-menu li.dropdown .arrow i {
  font-size: 15px;
  color: #000000;
  transform: translateY(1px);
}

@media screen and (max-width: 991px) {
  .sidebar-menu li.dropdown .arrow {
    right: 25px;
  }
}

.sidebar-menu li.dropdown.open > a {
  color: #ffffff;
  background-color: rgba(34, 208, 104, 0.7);
}

.sidebar-menu li.dropdown.open > a > .arrow {
  transform: rotate(90deg);
}

.sidebar-menu li.dropdown.open > .dropdown-menu {
  display: block;
}

@media (max-width: 992px) {
  .sidebar-menu li.dropdown.open > .dropdown-menu {
    display: block !important;
  }
}

.sidebar-menu li.dropdown.open > .dropdown-menu .arrow {
  line-height: 25px;
}

.sidebar-menu li a {
  color: #72777a;
  transition: all 0.3s ease;
}

.sidebar-menu li a:hover,
.sidebar-menu li a:focus {
  color: #ffffff;
  background-color: #2196f3;
  text-decoration: none;
}

.sidebar-menu > li.dropdown ul.dropdown-menu {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  float: none;
  padding-top: 0;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.sidebar-menu > li.dropdown ul.dropdown-menu > li > a {
  display: block;
  padding: 10px 15px 10px 65px;
}

.sidebar-menu > li.dropdown ul.dropdown-menu > li > a:hover,
.sidebar-menu > li.dropdown ul.dropdown-menu > li > a:focus {
  background-color: #2196f3;
  color: #ffffff;
}

.sidebar-menu > li.dropdown ul.dropdown-menu > li.actived a {
  color: #313435;
}

.sidebar-menu > li > a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 0px 15px;
  position: relative;
  white-space: nowrap;
  transition: all 0.35s cubic-bezier(0.65, 0.005, 0.35, 0.995);
}

.sidebar-menu > li > a .icon-holder {
  border-radius: 6px;
  display: inline-block;
  font-size: 20px;
  height: 35px;
  left: 0;
  line-height: 35px;
  margin-right: 14px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  width: 35px;
}

@media screen and (min-width: 1440px) {
  .is-collapsed .sidebar {
    width: 70px;
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-logo {
    border-bottom: 1px solid transparent;
    padding: 0;
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-menu {
    overflow-x: hidden;
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-menu > li > a .title {
    display: none;
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
    opacity: 0;
  }
  .is-collapsed
.sidebar
.sidebar-inner
.sidebar-menu
li.dropdown.open
ul.dropdown-menu {
    display: none !important;
  }
  .is-collapsed .sidebar:hover {
    width: 280px;
  }
  .is-collapsed .sidebar:hover .sidebar-inner .sidebar-logo {
    border-bottom: 1px solid #e6ecf5;
    padding: 0 20px;
  }
  .is-collapsed .sidebar:hover .sidebar-inner .sidebar-menu > li > a .title {
    display: inline-block;
  }
  .is-collapsed .sidebar:hover .sidebar-inner .sidebar-menu li.dropdown .arrow {
    opacity: 1;
  }
  .is-collapsed
.sidebar:hover
.sidebar-inner
.sidebar-menu
li.open
> ul.dropdown-menu {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .is-collapsed .sidebar {
    width: 280px;
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-logo {
    border-bottom: 1px solid #e6ecf5;
    padding: 0 20px;
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-logo > a .logo {
    background-position: center left;
    width: 150px;
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-menu > li > a .title {
    display: inline-block;
  }
  .is-collapsed .sidebar .sidebar-inner .sidebar-menu li.dropdown .arrow {
    opacity: 1;
  }
  .is-collapsed
.sidebar
.sidebar-inner
.sidebar-menu
li.open
> ul.dropdown-menu {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .is-collapsed .sidebar {
    left: 0;
  }
}

.sidebar .sidebar-menu .nav-item.active .sidebar-link, .sidebar .sidebar-menu .sidebar-link:hover {
  background-color: #2196f3;
  color: #ffffff;
  transition: all 0.35s cubic-bezier(0.65, 0.005, 0.35, 0.995);
}
.header {
  background-color: #fff;
  border-bottom: 1px solid #e6ecf5;
  display: block;
  margin-bottom: 0;
  padding: 0;
  position: fixed;
  transition: all 0.2s ease;
  width: calc(100% - 280px);
  z-index: 800;
}

@media screen and (max-width: 991px) {
  .header {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .header {
    width: calc(100% - 70px);
  }
}

.header .header-container {
  height: 65px;
}

.header .header-container::before,
.header .header-container::after {
  content: " ";
  display: table;
}

.header .header-container::after {
  clear: both;
}

.header .header-container .nav-left,
.header .header-container .nav-right {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.header .header-container .nav-left > li,
.header .header-container .nav-right > li {
  float: left;
}

.header .header-container .nav-left > li > a,
.header .header-container .nav-right > li > a {
  color: #72777a;
  display: block;
  line-height: 65px;
  min-height: 65px;
  padding: 0 15px;
  transition: all 0.2s ease-in-out;
}

.header .header-container .nav-left > li > a i,
.header .header-container .nav-right > li > a i {
  font-size: 20px;
  height: 28px;
  vertical-align: text-top;
}

.header .header-container .nav-left > li > a:hover,
.header .header-container .nav-left > li > a:focus,
.header .header-container .nav-right > li > a:hover,
.header .header-container .nav-right > li > a:focus {
  color: #313435;
  text-decoration: none;
}

.header .header-container .nav-left > li span {
  line-height: 65px;
  min-height: 65px;
  font-size: 14px;
  font-weight: 500;
  color: #0e6dc7;
  margin-left: 20px;
}

@media (min-width: 992px) {
  .header .header-container .nav-left > li span {
    font-size: 18px;
  }
}

@media (max-width: 608px) {
  .header .header-container .nav-left > li span {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header .header-container .nav-left > li > a,
  .header .header-container .nav-right > li > a {
    padding: 0 15px;
  }
}

.header .header-container .nav-left .notifications,
.header .header-container .nav-right .notifications {
  position: relative;
}

.header .header-container .nav-left .notifications .counter,
.header .header-container .nav-right .notifications .counter {
  background-color: #2196f3;
  border-radius: 50px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5.5px;
  position: absolute;
  right: 6px;
  top: 16px;
}

.header .header-container .nav-left .notifications .dropdown-menu,
.header .header-container .nav-right .notifications .dropdown-menu {
  min-width: 350px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .header .header-container .nav-left .notifications .dropdown-menu,
  .header .header-container .nav-right .notifications .dropdown-menu {
    max-width: 300px;
  }
}

.header .header-container .dropdown-menu {
  display: block;
  margin: 0;
  transform-origin: top right;
  transform: scale(0, 0);
  transition: transform 0.15s ease-out;
}

.header .header-container .dropdown-menu .divider {
  border-bottom: 1px solid #e6ecf5;
  height: 1px;
  overflow: hidden;
}

.header .header-container .dropdown-menu > li > a {
  transition: all 0.2s ease-out;
}

.header .header-container .show .dropdown-menu {
  transform: scale(1, 1);
}

.header .header-container .nav-left {
  float: left;
  margin-left: 15px;
}

.header .header-container .nav-right {
  float: right;
}

.header .header-container .nav-right .dropdown-menu {
  left: auto;
  right: 0;
}

.header .header-container .nav-right .dropdown-menu > li {
  width: 100%;
}

.header .header-container .nav-right .dropdown-menu > li > a {
  line-height: 1.5;
  min-height: auto;
  padding: 7px 20px;
  display: flex;
  align-items: center;
  color: #72777a;
  font-size: 14px;
}

.header .header-container .nav-right .dropdown-menu > li > a i {
  font-size: 18px;
  margin-right: 10px;
}

.header .header-container .nav-right .dropdown-menu > li > a:hover {
  background-color: #2196f3;
  color: #ffffff !important;
}

.header .header-container .nav-right .dropdown-menu > li > a.text-secondary i {
  font-size: 14px;
}

.header .search-box .search-icon-close {
  display: none;
}

.header .search-box.active .search-icon {
  display: none;
}

.header .search-box.active .search-icon-close {
  display: inline-block;
}

.header .search-input {
  display: none;
}

.header .search-input.active {
  display: inline-block;
}

.header .search-input input {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  font-size: 18px;
  height: 40px;
  margin-top: 12px;
  outline: none;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .header .search-input input {
    width: 85px;
  }
}

.header .search-input input::-webkit-input-placeholder {
  color: #a6aaac;
  font-style: italic;
}

.header .search-input input:-moz-placeholder {
  color: #a6aaac;
  font-style: italic;
}

.header .search-input input::-moz-placeholder {
  color: #a6aaac;
  font-style: italic;
}

.header .search-input input:-ms-input-placeholder {
  color: #a6aaac;
  font-style: italic;
}

.is-collapsed .header {
  width: calc(100% - 70px);
}

@media screen and (max-width: 991px) {
  .is-collapsed .header {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .is-collapsed .header {
    width: calc(100% - 280px);
  }
}

.dropdown .dropdown--title {
  color: #313435 !important;
  font-weight: 600;
  display: flex;
}

.dropdown .dropdown--title i {
  font-size: 20px;
}

.dropdown .dropdown--title span {
  font-size: 13px;
}

.notifications .notification--items li:hover {
  background-color: rgba(34, 208, 104, 0.7);
}

.page-container main {
  min-height: calc(100vh - 61px);
}
.login {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 50px;
}

.login__body {
  padding-top: 20px;
}

.login__body h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.login__body form {
  padding: 0 30px;
}

.login__body form .form-control--label {
  margin: 1rem 0 0 0;
}

.login__body form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.login__body form .form-group i {
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 20px;
}

.login__body form .form-control {
  height: 45px;
  border-radius: 30px;
  padding-left: 40px;
  background: #f0f0f0;
  border-color: #f0f0f0;
}

.login__body form .form-control:focus {
  border-color: #2196f3;
  background-color: #dddddd;
}

.login__body form .btn {
  height: 40px;
  border-radius: 30px;
  padding: 0.495rem 5rem;
  font-size: 15px;
}

.gap-20 {
  margin: 0 -10px !important;
}

.gap-20 > * {
  padding: 0 10px !important;
}

.dashCard {
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  border-radius: 4px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 15px;
  flex-flow: column nowrap;
  align-items: center;
}

.dashCard-top {
  margin-bottom: 10px;
  width: 100%;
}

.dashCard-top h6 {
  line-height: 1;
  color: #72777a;
  font-weight: 500;
  font-size: 14px;
}

.dashCard-body {
  width: 100%;
}

.dashCard-body .peers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashCard-body .peer-greed {
  flex: 1 1 auto;
}

.dashCard-body .peer-greed i.las {
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
}

.dashCard-body .peer-greed i.las.la-user-plus, .dashCard-body .peer-greed i.las.la-hand-holding-usd {
  color: #f44336;
}

.dashCard-body .peer-greed i.las.la-user-clock, .dashCard-body .peer-greed i.las.la-file-invoice-dollar {
  color: #9c27b0;
}

.dashCard-body .peer-greed i.las.la-users {
  color: #f39c12;
}

.dashCard-body .peer-greed i.las.la-procedures {
  color: #2196f3;
}

.dashCard-body .peer-greed i.las.la-user-check {
  color: #4caf50;
}

.dashCard-body .peer-greed i.las.la-clock {
  color: #238c4d;
}

.dashCard-body .peer-greed i.las.la-user-times {
  color: #e7d000;
}

.peer {
  display: block;
  height: auto;
  flex: 0 0 auto;
}

.peer .bgc-green-50,
.peer .bgcH-green-50:hover {
  background-color: #e8f5e9;
}

.peer .c-green-500,
.peer .cH-green-500:hover {
  color: #4caf50;
}

.peer .c-red-500,
.peer .cH-red-500:hover {
  color: #f44336;
}

.peer .bgc-red-50,
.peer .bgcH-red-50:hover {
  background-color: #ffebee;
}

.peer .c-purple-500,
.peer .cH-purple-500:hover {
  color: #9c27b0;
}

.peer .bgc-purple-50,
.peer .bgcH-purple-50:hover {
  background-color: #f3e5f5;
}

.peer .c-yellow-500,
.peer .cH-yellow-500:hover {
  color: #ad9c00;
}

.peer .bgc-yellow-50,
.peer .bgcH-yellow-50:hover {
  background-color: #f5eabe;
}

.peer .c-blue-500,
.peer .cH-blue-500:hover {
  color: #2196f3;
}

.peer .bgc-blue-50,
.peer .bgcH-blue-50:hover {
  background-color: #e3f2fd;
}

.peer .c-orange-500,
.peer .cH-orange-500:hover {
  color: #f39c12;
}

.peer .bgc-orange-50,
.peer .bgcH-orange-50:hover {
  background-color: #f8e8cd;
}

.peer .c-darkgreen-500,
.peer .cH-darkgreen-500:hover {
  color: #238c4d;
}

.peer .bgc-darkgreen-50,
.peer .bgcH-darkgreen-50:hover {
  background-color: #bafcd5;
}

.peer label {
  border-radius: 10em;
  line-height: 0;
  font-weight: 500;
  padding: 15px 20px;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}
/*# sourceMappingURL=style.css.map */

/*fullwidth modal*/
.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
}

.modal-content-full-width {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important
}

.modal-header-full-width {
    border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width {
    border-top: 1px solid #9ea2a2 !important;
}

.hide {
    display: none;
}
.onlineshow {
    margin: 9px 0px 0px 12px;
    text-align: right;
    width: 100%;
}

.newrow div {
    margin: 4px;
}

.newrow {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.active {
    /*background: #2a3384f7 !important;*/
}
.tablecheckbox {
    font-size: 5px;
    margin-bottom: 0rem !important;
    position: relative;
    margin: 0rem 0 0 0;

}