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

.alert button.close {
  line-height: 0.75;
  padding: 0.75rem;
}

.alert .alert-heading,
.alert .alert-heading+p {
  margin-left: 0.4rem;
}

.alert-primary {
  background-color: #435ebe;
  color: #fff;
}

.alert-primary a {
  color: #fff;
  font-weight: 700;
}

.alert-secondary {
  background-color: #ebeef3;
  color: #383d41;
}

.alert-secondary a {
  color: #fff;
  font-weight: 700;
}

.alert-success {
  background-color: #4fbe87;
  color: #fff;
}

.alert-success a {
  color: #fff;
  font-weight: 700;
}

.alert-warning {
  background-color: #eaca4a;
  color: #fff;
}

.alert-warning a {
  color: #fff;
  font-weight: 700;
}

.alert-danger {
  background-color: #f3616d;
  color: #fff;
}

.alert-danger a {
  color: #fff;
  font-weight: 700;
}

.alert-dark {
  background-color: #454546;
  color: #fff;
}

.alert-dark a {
  color: #fff;
  font-weight: 700;
}

.alert-light {
  background-color: #f9f9f9;
  color: #818182;
}

.alert-light a {
  color: #fff;
  font-weight: 700;
}

.alert-info {
  background-color: #56b6f7;
  color: #fff;
}

.alert-info a {
  color: #fff;
  font-weight: 700;
}

.alert-light-primary {
  background-color: #ebf3ff;
}

.alert-light-secondary {
  background-color: #e6eaee;
}

.alert-light-success {
  background-color: #d2ffe8;
}

.alert-light-danger {
  background-color: #ffdede;
}

.alert-light-warning {
  background-color: #fffdd8;
}

.alert-light-info {
  background-color: #e6fdff;
}

.avatar {
  border-radius: 50%;
  display: inline-flex;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.avatar .avatar-content {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 0.875rem;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.avatar .avatar-content i,
.avatar .avatar-content svg {
  color: #fff;
  font-size: 1rem;
  height: 1rem;
}

.avatar img {
  border-radius: 50%;
  height: 32px;
  width: 32px;
}

.avatar .avatar-status {
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: 0;
  height: 0.7rem;
  position: absolute;
  right: 0;
  width: 0.7rem;
}

.avatar.avatar-sm .avatar-content,
.avatar.avatar-sm img {
  font-size: 0.8rem;
  height: 24px;
  width: 24px;
}

.avatar.avatar-md .avatar-content,
.avatar.avatar-md img {
  font-size: 0.8rem;
  height: 32px;
  width: 32px;
}

.avatar.avatar-md2 .avatar-content,
.avatar.avatar-md2 img {
  font-size: 0.8rem;
  height: 40px;
  width: 40px;
}

.avatar.avatar-lg .avatar-content,
.avatar.avatar-lg img {
  font-size: 1.2rem;
  height: 48px;
  width: 48px;
}

.avatar.avatar-xl .avatar-content,
.avatar.avatar-xl img {
  font-size: 1.4rem;
  height: 60px;
  width: 60px;
}

.btn .badge {
  border-radius: 50%;
  margin-left: 5px;
}

.btn .badge.bg-transparent {
  background-color: hsla(0, 0%, 100%, 0.25) !important;
  color: #fff;
}

.btn i,
.btn svg {
  height: 16px;
  width: 16px;
}

.btn.icon {
  padding: 0.4rem 0.6rem;
}

.btn.icon svg {
  height: 16px;
  width: 16px;
}

.btn.icon.icon-left svg {
  margin-right: 3px;
}

.btn.icon.icon-right svg {
  margin-left: 3px;
}

.btn.btn-outline-white {
  border-color: #fff;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background-color: #fff;
  color: #333;
}

.btn.btn-light-primary {
  background-color: #ebf3ff;
  color: #002152;
}

.btn.btn-light-secondary {
  background-color: #e6eaee;
  color: #181e24;
}

.btn.btn-light-success {
  background-color: #d2ffe8;
  color: #00391c;
}

.btn.btn-light-danger {
  background-color: #ffdede;
  color: #450000;
}

.btn.btn-light-warning {
  background-color: #fffdd8;
  color: #3f3c00;
}

.btn.btn-light-info {
  background-color: #e6fdff;
  color: #00474d;
}

.btn-danger,
.btn.btn-info,
.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-success,
.btn.btn-warning {
  color: #fff !important;
}
.btn-danger{
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
} 
.scopeRow_0{
  padding: 6px !important;
}

.btn.btn-light {
  color: #607080;
}

.btn.btn-dark {
  color: #fff;
}

.btn-block {
  width: 100%;
}

.btn-group:not(.dropdown) .btn:not([class*="btn-"]) {
  border: 1px solid #dfe3e7;
}

.btn-group>.btn {
  border-radius: 0.267rem;
}

.buttons .btn {
  margin: 0 10px 10px 0;
}

.breadcrumb.breadcrumb-right {
  justify-content: flex-end;
  margin-top: 1rem;
}

.breadcrumb.breadcrumb-center {
  justify-content: center;
  margin-top: 1rem;
}

.carousel-inner {
  border-radius: 0.7rem;
}

.carousel-caption h5 {
  color: #fff;
}

.card {
  border: none;
  /* margin-bottom: 75px; */
  margin-top: 24px;
}

.card.card-statistic {
  background: linear-gradient(180deg, #25a6f1, #54b9ff);
  box-shadow: 1px 2px 5px rgba(47, 170, 244, 0.5);
}

.card.card-statistic .card-title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 0;
  margin-top: 5px;
  text-transform: uppercase;
}

.card.card-statistic .card-right p {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.card.card-statistic .card-right span.green {
  color: #6fff6f;
}

.card.card-statistic .card-right span.red {
  color: #ff7979;
}

.card.card-statistic .chart-wrapper {
  height: 100px;
}

.card .card-header {
  border: none;
}

.card .card-header h4 {
  font-size: 1.2rem;
  font-weight: 700;
  /* margin-top: 10px; */
/*   margin-right: -8px;
  margin-left: -24px; */
  float: left;
}
.card-content.form-design {
  margin-bottom: -45px !important;
}
.card .card-header~.card-body {
  padding-top: 0;
}

.card .card-content {
  position: relative;
}

.card .card-title {
  font-size: 1.2rem;
}

.card .card-body {
  padding: 1.5rem;
}

.card .card-heading {
  color: #555;
  font-size: 1.5rem;
}

.card .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.card .card-img-overlay p {
  color: #eee;
}

.card .card-img-overlay .card-title {
  color: #fff;
}

.pricing .card {
  border-right: 1px solid #e9ecef;
  box-shadow: none;
  box-shadow: 0 10px 10px #e9ecef;
  margin-bottom: 0.5rem;
}

.pricing h1 {
  font-size: 4rem;
  margin-bottom: 3rem;
  text-align: center;
}

.pricing .card-header .card-title {
  font-size: 2rem !important;
  margin-bottom: 0;
}

.pricing .card-header p {
  font-size: 0.8rem;
}

.pricing ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}

.pricing ul li i,
.pricing ul li svg {
  color: #198754;
  font-size: 1rem;
  margin-right: 7px;
  width: 1rem;
}

.pricing .card-highlighted {
  background-color: #435ebe;
  padding-bottom: 20px;
  padding-top: 20px;
}

.pricing .card-highlighted .card-body,
.pricing .card-highlighted .card-header {
  background-color: #435ebe;
  color: #fff;
}

.pricing .card-highlighted ul li {
  color: #fff;
}

.pricing .card-highlighted ul li i,
.pricing .card-highlighted ul li svg {
  color: #479f76;
}

.pricing .card-highlighted .card-footer {
  background-color: #435ebe;
}

.pricing .card-highlighted .card-title {
  color: #fff;
  font-size: 1.8rem;
}

.divider {
  display: block;
  margin: 1rem 0;
  overflow: hidden;
  text-align: center;
}

.divider .divider-text {
  background-color: #fff;
  display: inline-block;
  padding: 0 1rem;
  position: relative;
}

.divider .divider-text:after,
.divider .divider-text:before {
  border-top: 1px solid #dfe3e7;
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
}

.divider .divider-text:before {
  right: 100%;
}

.divider .divider-text:after {
  left: 100%;
}

.divider.divider-left .divider-text {
  float: left;
  left: 0;
  padding-left: 0;
}

.divider.divider-left-center .divider-text {
  left: -25%;
}

.divider.divider-right-center .divider-text {
  left: 25%;
}

.divider.divider-right .divider-text {
  float: right;
  padding-right: 0;
}

.dropdown-toggle:after {
  color: #fff;
}

.dropdown-menu-large {
  min-width: 16rem;
}

.dropdown-menu {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}

.dropdown-item {
  transition: all 0.5s;
}

.dropdown-menu-end.show {
  right: 0;
  top: 100%;
}

.dropdown .avatar {
  margin-right: 0.6rem;
}

.user-dropdown-name,
.user-dropdown-status {
  margin: 0;
}

.form-group {
  margin-bottom: 0.7rem;
}

.form-group label {
  /* color: rgba(35, 28, 99, 0.7); */
  color: #4C4C54;
  font-weight: 600;
  font-size: 14px;
}

.form-group small {
  font-size: 0.7rem;
}

.form-group.with-title {
  position: relative;
}

.form-group.with-title label {
  background-color: #e9ecef;
  font-size: 0.6rem;
  left: 0;
  padding: 5px;
  position: absolute;
  top: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.form-group.with-title .form-control,
.form-group.with-title dataTable-input {
  padding-top: 2rem;
}

.form-group.with-title .form-control:focus~label,
.form-group.with-title dataTable-input:focus~label {
  border-left: 1px solid #435ebe;
  border-right: 1px solid #435ebe;
  border-top: 1px solid #435ebe;
}

.form-group[class*="has-icon-"].has-icon-left .form-control-icon {
  left: 0;
}

.form-group[class*="has-icon-"].has-icon-right .form-control {
  padding-right: 2.5rem;
}

.form-group[class*="has-icon-"].has-icon-right .form-control-icon {
  right: 0;
}

.form-group[class*="has-icon-"] .form-control:focus~.form-control-icon i,
.form-group[class*="has-icon-"] .form-control:focus~.form-control-icon svg {
  color: #5a8dee;
}

.form-group[class*="has-icon-"] .form-control.form-control-xl~.form-control-icon i {
  font-size: 1.6rem;
}

.form-group[class*="has-icon-"] .form-control.form-control-xl~.form-control-icon i:before {
  color: #a6a8aa;
}

.form-group[class*="has-icon-"] .form-control-icon {
  padding: 0 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.form-group[class*="has-icon-"] .form-control-icon i,
.form-group[class*="has-icon-"] .form-control-icon svg {
  color: #adb5bd;
  font-size: 1.2rem;
  width: 1.2rem;
}

.form-group[class*="has-icon-"] .form-control-icon i:before,
.form-group[class*="has-icon-"] .form-control-icon svg:before {
  vertical-align: sub;
}

.form-control.form-control-xl {
  font-size: 1.2rem;
  padding: 0.85rem 1rem;
}

.form-check .form-check-input[class*="bg-"] {
  border: 0;
}

.form-check .form-check-input:focus {
  box-shadow: none;
}

.form-check .form-check-input.form-check-primary {
  background-color: #435ebe;
  border-color: #435ebe;
}

.form-check .form-check-input.form-check-primary:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-primary.form-check-glow {
  box-shadow: 0 0 5px #697ecb;
}

.form-check .form-check-input.form-check-primary.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}

.form-check .form-check-input.form-check-secondary:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-secondary.form-check-glow {
  box-shadow: 0 0 5px #868e96;
}

.form-check .form-check-input.form-check-secondary.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-success {
  background-color: #198754;
  border-color: #198754;
}

.form-check .form-check-input.form-check-success:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-success.form-check-glow {
  box-shadow: 0 0 5px #21b26f;
}

.form-check .form-check-input.form-check-success.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-info {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.form-check .form-check-input.form-check-info:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-info.form-check-glow {
  box-shadow: 0 0 5px #3cd5f4;
}

.form-check .form-check-input.form-check-info.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-warning {
  background-color: #ffc107;
  border-color: #ffc107;
}

.form-check .form-check-input.form-check-warning:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-warning.form-check-glow {
  box-shadow: 0 0 5px #ffce3a;
}

.form-check .form-check-input.form-check-warning.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}

.form-check .form-check-input.form-check-danger:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-danger.form-check-glow {
  box-shadow: 0 0 5px #e4606d;
}

.form-check .form-check-input.form-check-danger.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.form-check .form-check-input.form-check-light:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-light.form-check-glow {
  box-shadow: 0 0 5px #fff;
}

.form-check .form-check-input.form-check-light.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check .form-check-input.form-check-dark {
  background-color: #212529;
  border-color: #212529;
}

.form-check .form-check-input.form-check-dark:not(:checked) {
  background-color: transparent;
  border: 1px solid #ced4da;
}

.form-check .form-check-input.form-check-dark.form-check-glow {
  box-shadow: 0 0 5px #383f45;
}

.form-check .form-check-input.form-check-dark.form-check-glow:not(:checked) {
  box-shadow: none;
}

.form-check.form-check-sm .form-check-input {
  height: 0.9rem;
  margin-top: 0.3em;
  width: 0.9rem;
}

.form-check.form-check-sm label {
  font-size: 0.7rem;
}

.form-check.form-check-lg .form-check-input {
  height: 1.5rem;
  margin-top: 0.3em;
  width: 1.5rem;
}

.form-check.form-check-lg label {
  font-size: 1rem;
}

.form-check.form-check-primary .form-check-input {
  background-color: #435ebe;
  border-color: #435ebe;
}

.form-check.form-check-secondary .form-check-input {
  background-color: #6c757d;
  border-color: #6c757d;
}

.form-check.form-check-success .form-check-input {
  background-color: #198754;
  border-color: #198754;
}

.form-check.form-check-info .form-check-input {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.form-check.form-check-warning .form-check-input {
  background-color: #ffc107;
  border-color: #ffc107;
}

.form-check.form-check-danger .form-check-input {
  background-color: #dc3545;
  border-color: #dc3545;
}

.form-check.form-check-light .form-check-input {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.form-check.form-check-dark .form-check-input {
  background-color: #212529;
  border-color: #212529;
}

.dataTable-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.25rem;
  color: #555252;
  font-size: 0.9025rem;
  font-weight: 400;
  line-height: 1.5;
  min-height: calc(1.5em + 0.934rem + 2px);
  padding: 0.467rem 0.6rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dataTable-input:focus {
  background-color: #fff;
  border-color: #5a8dee;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
  color: #555252;
  outline: 0;
}

.modal .modal-content {
  border: none;
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
}

.modal .modal-full {
  max-width: 94%;
}

.modal .white {
  color: #fff;
}

.modal .modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.modal .modal-header .modal-title {
  font-size: 1.1rem;
}

.modal .modal-header .close {
  background: none;
  border: none;
  border-radius: 50%;
  padding: 1px 8px;
  color: #fff;
  font-size: 24px;
  background-color: #000;
  height: 31px;
  width: 31px;
  line-height: 30px;
  text-align: center;
}

.modal .modal-header .close:hover {
  background: #2675AB;
}

.modal .modal-header i,
.modal .modal-header svg {
  font-size: 12px;
  height: 12px;
  width: 12px;
}

.modal .modal-footer {
  padding:10px 1rem;

}

.modal.modal-borderless .modal-header {
  border-bottom: 0;
}

.modal.modal-borderless .modal-footer {
  border-top: 0;
}

#sidebar.active .sidebar-wrapper {
  left: 0;
}

#sidebar:not(.active) .sidebar-wrapper {
   left: -300px; 
}

#sidebar:not(.active)~#main {
  margin-left: 0;
}

.sidebar-wrapper {
  background-color: #262626;
  bottom: 0;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: left 0.5s ease-out;
  width: 300px;
  z-index: 10;
  /* margin: 10px;
  border-radius: 8px; */
}

.sidebar-wrapper .sidebar-header {
  font-size: 2rem;
  font-weight: 700;
  padding: 0px;
  background-color: #262626;
  margin: 0 auto;
  width: 100%;
}

/* .sidebar-wrapper .sidebar-header img {
  height: 1.2rem;
} */


.burger-btn {
  display: none;
}
#main {
  margin-left: 300px;
  /* padding: 2rem; */
  padding: 0rem 1rem;
  /* background-color: #d9d9d9; */  
}
#main-registration {
    margin-left: 101px;
    margin-right: 100px;
  /* padding: 2rem; */
  padding: 0rem 1rem;
}
@media screen and (max-width: 1199px) {
  #main {
    margin-left: 0;
  }
}
#main.layout-navbar {
  padding: 0;
}
#main.layout-horizontal {
  margin: 0;
  padding: 0;
}
#main #main-content {
  padding: 2rem;
}

.sidebar-wrapper .sidebar-toggler.x {
  display: none;
  position: absolute;
  right: 0;
  top: 0.5rem;
}
#sidebar.active .sidebar-wrapper {
  left: 0;
}
#sidebar-menu.active {
  transform: translateX(0);
}
#sidebar-menu {
  transform: translateX(-100%);
}
#sidebar-menu {
  transition: all 0.3s ease-in-out;
}




.sidebar-wrapper .menu {
  font-weight: 600;
  margin-top: 15px;
  padding: 0 2rem;
}

.sidebar-wrapper .menu .sidebar-title {
  color: #25396f;
  font-size: 1rem;
  font-weight: 600;
  list-style: none;
  margin: 1.5rem 0 1rem;
  padding: 0 1rem;
}

.sidebar-wrapper .menu .sidebar-link {
  /* align-items: center;
  border-radius: 0.5rem; */
  color: #fff;
  display: block;
  display: flex;
  font-weight: 400;
  /* font-size: 1rem; */
  padding: 10px;
  /* text-decoration: none;
  transition: all 0.5s; */
  cursor: pointer;
}

.sidebar-wrapper .menu .sidebar-link i,
.sidebar-wrapper .menu .sidebar-link svg {
  color: #fff;
  position: relative;
  top: 4px;
}
.sidebar-wrapper .menu .sidebar-link span {
  /* margin-left: 1rem; */
  margin-left: 9px;
  margin-top: 0px;
}
.sidebar-wrapper .menu .submenu .submenu-item.active a {
  color: #435ebe;
}
.sidebar-wrapper .menu .sidebar-link:hover {
  /* background-color: rgba(9, 142, 206, 0.18); */
  background-color: #C08A2F;
  color: #fff;
  border-radius: 4px;
}
.sidebar-wrapper .menu .sidebar-item {
  list-style: none;
  margin-top: 0.5rem;
  position: relative;
}
.sidebar-wrapper .menu .sidebar-item.has-sub .sidebar-link:after {
  color: #ccc;
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path style="fill:none;stroke:gray;stroke-width:1" d="m6 9 6 6 6-6"/></svg>');
  display: block;
  position: absolute;
  right: 15px;
  top: 12px;
}

.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link {
  background-color:  #2675AB;
}

.sidebar-wrapper .menu .sidebar-item.active {
  /* background-color: #2675AB; */
  border-radius: 4px;
}
/* .sidebar-wrapper .menu .sidebar-item.active a.sidebar-link {
  color: #000 !important;
}
.sidebar-wrapper .menu .sidebar-item.active .sidebar-link svg {
  color: #000;
}
.sidebar-wrapper .menu .sidebar-item.active .sidebar-link i, .sidebar-wrapper .menu .sidebar-item.active .sidebar-link svg {
  color: #000;
} */
.sidebar-wrapper .menu .sidebar-item:hover .sidebar-link i, .sidebar-wrapper .menu .sidebar-item:hover .sidebar-link svg {
  border-radius: 4px;
}
.sidebar-wrapper .menu .sidebar-item:hover, .sidebar-wrapper .menu .sidebar-item:hover {
  border-radius: 4px;
}

/* .sidebar-wrapper .menu .sidebar-item.active>.sidebar-link span {
  color: #fff;
} */

/* .sidebar-wrapper .menu .sidebar-item.active>.sidebar-link i,
.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link svg {
  fill: #fff;
  color: #fff;
} */

.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link.has-sub:after {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path style="fill:none;stroke:%23fff;stroke-width:1" d="m6 9 6 6 6-6"/></svg>');
}

.sidebar-wrapper .menu .submenu {
  display: none;
  list-style: none;
  overflow: hidden;
  transition: max-height 2s cubic-bezier(0, 0.55, 0.45, 1);
}

.sidebar-wrapper .menu .submenu.active {
  display: block;
  max-height: 999px;
}

.sidebar-wrapper .menu .submenu .submenu-item.active {
  position: relative;
}

.sidebar-wrapper .menu .submenu .submenu-item.active>a {
  color: #C08A2F ;
  font-weight: 700;
}

.sidebar-wrapper .menu .sidebar-link span .active > a{
  color: #C08A2F;
  font-weight: 700;
}

.sidebar-wrapper .menu .submenu .submenu-item a {
  color: #ffff;
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  /* padding: 0.7rem 2rem; */
  transition: all 0.3s;
  line-height: 3;
    margin-left: 12px;
}

.sidebar-wrapper .menu .submenu .submenu-item a:hover {
  margin-left: 0.3rem;
}

.sidebar-backdrop {
  /* background-color: rgba(0, 0, 0, 0.5); */
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

@media screen and (max-width: 1199px) {
  .sidebar-wrapper {
    /* left: -300px; */
    position: absolute;
  }

  .sidebar-wrapper .sidebar-toggler.x {
    display: block;
  }
}

.nav-pills .nav-link.active {
  /* box-shadow: 0 2px 10px rgba(67, 94, 190, 0.5); */
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: transparent;
  color: #C08A2F;
  border-bottom: 2px solid #C08A2F;
  border-radius: 0px;
}

.nav-tabs,
.nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-link:hover {
  border: none;
  text-shadow: 0 0 2px rgba(67, 94, 190, 0.3);
}

.nav-tabs .nav-link.active {
  border: none;
  color: #435ebe;
  position: relative;
}

.nav-tabs .nav-link.active:after {
  background-color: #435ebe;
  bottom: 0;
  box-shadow: 0 2px 5px rgba(67, 94, 190, 0.5);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar-fixed {
  background-color: #fff;
  position: fixed;
}



.navbar .navbar-brand img {
  height: 1.5rem;
}

.navbar .user-menu img {
  height: 39px;
  width: 39px;
}

.navbar.navbar-header li {
  align-items: center;
  display: flex;
}

.navbar.navbar-header li.nav-icon {
  margin-right: 0.4rem;
}

.navbar.navbar-header li.nav-icon .nav-link {
  border-radius: 50%;
  display: block;
  padding: 0.4rem;
}

.navbar.navbar-header li.nav-icon .nav-link:hover {
  background-color: #e9ecef;
}

.navbar.navbar-header .dropdown>a {
  color: #6c757d;
  font-weight: 600;
}

.navbar.navbar-header .dropdown>a svg {
  height: 24px;
  width: 24px;
}

.navbar.navbar-header .dropdown>a:after {
  display: none;
}

.layout-horizontal .header-top {
  background-color: #fff;
  padding: 1.1rem;
}

.layout-horizontal .header-top .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.layout-horizontal .header-top .burger-btn i {
  display: inline-block;
  height: 20px;
}

.layout-horizontal .header-top .logo img {
  height: 20px;
}

.layout-horizontal .header-top-right {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.layout-horizontal .main-navbar {
  background-color: #435ebe;
  padding: 1rem;
}

.layout-horizontal .main-navbar ul {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.layout-horizontal .main-navbar ul .menu-link {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  padding: 0.4rem 0;
  position: relative;
}

.layout-horizontal .main-navbar ul .menu-link span {
  height: 20px;
}

.layout-horizontal .main-navbar ul>.menu-item {
  position: relative;
}

.layout-horizontal .main-navbar ul>.menu-item .menu-link {
  color: #dee2e6;
}

.layout-horizontal .main-navbar ul>.menu-item.has-sub .menu-link {
  padding-right: 1.3rem;
}

.layout-horizontal .main-navbar ul>.menu-item.has-sub .menu-link:after {
  color: #fff;
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ccc' opacity='.7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
}

.layout-horizontal .main-navbar ul>.menu-item:hover .menu-link {
  color: #fff;
}

.layout-horizontal .main-navbar ul>.menu-item:hover .submenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.layout-horizontal .main-navbar .submenu {
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 5px 20px hsla(0, 0%, 39%, 0.1);
  opacity: 0;
  position: absolute;
  top: 125%;
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  visibility: hidden;
  z-index: 999;
}

.layout-horizontal .main-navbar .submenu .submenu-group-wrapper {
  position: relative;
}

.layout-horizontal .main-navbar .submenu .submenu-group {
  display: table-cell;
  flex-wrap: wrap;
  max-height: 200px;
  min-width: 200px;
  padding: 0.5rem 0.3rem 0.3rem 0.5rem;
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item,
.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item.has-sub .submenu-link {
  position: relative;
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item.has-sub .submenu-link:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23888' class='bi bi-chevron-right'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-40%);
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item a {
  color: #6c757d;
  display: block;
  padding: 0.6rem 2rem 0.6rem 0.6rem;
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item a:hover {
  color: #343a40;
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item:hover .subsubmenu {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.layout-horizontal .main-navbar .subsubmenu {
  background-color: #fff;
  border-radius: 0.2rem;
  border-radius: 0.3rem;
  box-shadow: 0 5px 20px hsla(0, 0%, 39%, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0;
  left: 100%;
  min-width: 200px;
  opacity: 0;
  padding: 0.5rem;
  position: absolute;
  top: 125%;
  top: 1rem;
  transition: all 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  visibility: hidden;
  z-index: 999;
}

@media screen and (max-width: 1199px) {
  .layout-horizontal .main-navbar {
    background-color: #f5f7fc;
    display: none;
    overflow: hidden;
    padding: 1rem;
  }

  .layout-horizontal .main-navbar.active {
    max-height: none;
  }

  .layout-horizontal .main-navbar ul {
    flex-direction: column;
    gap: 0;
  }

  .layout-horizontal .main-navbar ul .menu-item.has-sub .menu-link:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23888' opacity='.7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
    top: unset;
  }

  .layout-horizontal .main-navbar ul .menu-link {
    color: #6c757d !important;
    padding: 1rem 0;
  }

  .layout-horizontal .main-navbar .submenu {
    background-color: unset;
    box-shadow: none;
    display: none;
    opacity: 1;
    padding: 0 1rem;
    position: static;
    transition: all 0.2s;
    visibility: visible !important;
  }

  .layout-horizontal .main-navbar .submenu .submenu-group-wrapper {
    display: flex;
    flex-direction: column;
    max-height: unset;
  }

  .layout-horizontal .main-navbar .submenu .submenu-group {
    max-height: unset;
    min-width: unset;
    padding: 0;
    width: 100%;
  }

  .layout-horizontal .main-navbar .submenu.active {
    display: block;
  }

  .layout-horizontal .main-navbar .subsubmenu {
    background-color: unset;
    box-shadow: none;
    display: none;
    opacity: 1;
    padding: 1rem;
    position: static;
    visibility: visible !important;
  }

  .layout-horizontal .main-navbar .subsubmenu.active {
    display: block;
  }
}

.pagination.pagination-primary .page-item.active .page-link {
  background-color: #435ebe;
  border-color: #435ebe;
  box-shadow: 0 2px 5px rgba(67, 94, 190, 0.3);
}

.pagination.pagination-secondary .page-item.active .page-link {
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: 0 2px 5px hsla(208, 7%, 46%, 0.3);
}

.pagination.pagination-success .page-item.active .page-link {
  background-color: #198754;
  border-color: #198754;
  box-shadow: 0 2px 5px rgba(25, 135, 84, 0.3);
}

.pagination.pagination-info .page-item.active .page-link {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  box-shadow: 0 2px 5px rgba(13, 202, 240, 0.3);
}

.pagination.pagination-warning .page-item.active .page-link {
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 2px 5px rgba(255, 193, 7, 0.3);
}

.pagination.pagination-danger .page-item.active .page-link {
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0 2px 5px rgba(220, 53, 69, 0.3);
}

.pagination.pagination-light .page-item.active .page-link {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 2px 5px rgba(248, 249, 250, 0.3);
}

.pagination.pagination-dark .page-item.active .page-link {
  background-color: #212529;
  border-color: #212529;
  box-shadow: 0 2px 5px rgba(33, 37, 41, 0.3);
}

.page-item:not(.active) .page-link:hover {
  color: #000;
}

.page-item i,
.page-item svg {
  font-size: 13px;
  height: 13px;
  width: 13px;
}

.page-item .page-link {
  font-size: 0.875rem;
}

.page-item .page-link:focus {
  box-shadow: none;
}

.page-item:first-child {
  margin-right: 0.4rem;
}

.page-item:last-child {
  margin-left: 0.4rem;
}

.dataTable-table td,
.dataTable-table thead th,
.table td,
.table thead th {
  vertical-align: middle;
}
/* 
.dataTable-table:not(.table-borderless) thead th,
.table:not(.table-borderless) thead th {
  border-bottom: 1px solid #dedede !important;
} */
.table-md.dataTable-table tr td,
.table-md.dataTable-table tr th,
.table-sm.dataTable-table tr td,
.table-sm.dataTable-table tr th,
.table.table-md tr td,
.table.table-md tr th,
.table.table-sm tr td,
.table.table-sm tr th {
  padding: 1rem;
}

.table-lg.dataTable-table tr td,
.table-lg.dataTable-table tr th,
.table.table-lg tr td,
.table.table-lg tr th {
  padding: 1.3rem;
}

.dataTable-container {
  overflow-x: auto;
}

.progress.progress-primary {
  overflow: visible;
}

.progress.progress-primary .progress-bar {
  background-color: #435ebe;
  border-radius: 0.25rem;
}

.progress.progress-secondary {
  overflow: visible;
}

.progress.progress-secondary .progress-bar {
  background-color: #6c757d;
  border-radius: 0.25rem;
}

.progress.progress-success {
  overflow: visible;
}

.progress.progress-success .progress-bar {
  background-color: #198754;
  border-radius: 0.25rem;
}

.progress.progress-info {
  overflow: visible;
}

.progress.progress-info .progress-bar {
  background-color: #0dcaf0;
  border-radius: 0.25rem;
}

.progress.progress-warning {
  overflow: visible;
}

.progress.progress-warning .progress-bar {
  background-color: #ffc107;
  border-radius: 0.25rem;
}

.progress.progress-danger {
  overflow: visible;
}

.progress.progress-danger .progress-bar {
  background-color: #dc3545;
  border-radius: 0.25rem;
}

.progress.progress-light {
  overflow: visible;
}

.progress.progress-light .progress-bar {
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

.progress.progress-dark {
  overflow: visible;
}

.progress.progress-dark .progress-bar {
  background-color: #212529;
  border-radius: 0.25rem;
}

.progress.progress-sm {
  height: 0.4rem;
}

.progress.progress-lg {
  height: 1.5rem;
}

.progress .progress-bar {
  overflow: visible;
  position: relative;
}

.progress .progress-bar.progress-label:before {
  color: #495057;
  content: attr(aria-valuenow) "%";
  font-size: 0.8rem;
  position: absolute;
  right: 0;
  top: -1.3rem;
}

.bi {
  height: 1rem;
  width: 1rem;
}

.bi.bi-middle:before {
  vertical-align: middle;
}

.bi.bi-sub:before {
  vertical-align: sub;
}

.stats-icon {
  align-items: center;
  background-color: #000;
  border-radius: 0.5rem;
  display: flex;
  float: right;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.stats-icon i {
  color: #fff;
  font-size: 1.7rem;
}

.stats-icon.purple {
  background-color: #9694ff;
}

.stats-icon.blue {
  background-color: #57caeb;
}

.stats-icon.red {
  background-color: #ff7976;
}

.stats-icon.green {
  background-color: #5ddab4;
}



.burger-btn {
  display: none;
}

#main {
  margin-left: 300px;
  /* padding: 0px 20px 0px 0px; */
}

@media screen and (max-width: 1199px) {
  #main {
    margin-left: 0;
  }
}

#main.layout-navbar {
  padding: 0;
}

#main.layout-horizontal {
  margin: 0;
  padding: 0;
}

#main #main-content {
  padding: 2rem;
}

.page-heading {
  margin: 0 0 15px;
}

.page-heading h3 {
  font-weight: 700;
}

.page-title-headings {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.page-title-headings h3 {
  margin-bottom: 0;
  margin-right: 1rem;
}

.page-title-headings .breadcrumb {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.mt-10 {
  margin-top: 3rem;
}

.mb-10,
.my-10 {
  margin-bottom: 3rem;
}

.my-10 {
  margin-top: 3rem;
}

.mb-24,
.my-24 {
  margin-bottom: 6rem;
}

.my-24 {
  margin-top: 6rem;
}

.opacity-50 {
  opacity: 50%;
}

.py-4-5 {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-6xl {
  font-size: 4rem;
}

.text-black {
  color: #000;
}

.bg-gradient-ltr {
  background: linear-gradient(90deg, #095cde, #53c3f3);
}

.bg-light-primary {
  background-color: #ebf3ff;
  color: #002152;
}

.bg-light-secondary {
  background-color: #e6eaee;
  color: #181e24;
}

.bg-light-success {
  background-color: #d2ffe8;
  color: #00391c;
}

.bg-light-danger {
  background-color: #ffdede;
  color: #450000;
}

.bg-light-warning {
  background-color: #fffdd8;
  color: #3f3c00;
}

.bg-light-info {
  background-color: #e6fdff;
  color: #00474d;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: bold;
}

.text-width-md {
  max-width: 450px;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.text-gray-500 {
  color: #adb5bd !important;
}

.text-gray-600 {
  color: #6c757d !important;
}

.btn-xl {
  padding: 1rem 2rem;
}

.icon-mid:before {
  vertical-align: middle;
}

.navbar {
  height: 84px;
  padding: 10px;
  background-color: #fff;
  border-radius: 0px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e7e7e7;
  /* box-shadow: rgba(0, 0, 0, 0.15) 7px 1px 11px 1px; */
}
.header-new-area{
  float: left;
  width: 100%;
  padding-left: 280px;
}

/* .sidebar-wrapper .sidebar-header img {
  height: 5.2rem;
} */
.grid-container {
  display: grid;
  height: 400px;
  align-content: center;
  grid-template-columns: auto auto auto;
  gap: 10px;
  padding: 10px;
  background-color: #f6f7f9;
  margin-top: 250px;
}

.grid-container>div {
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}


span.badge.rounded-pill.badge-notification.bg-danger {
  position: relative;
  bottom: 11px;
  right: 15px;
  height: 15px;
  width: 15px;
  line-height: 12px;
}

.badge {
  padding: 0px;
}

.logintitle {
  color: #255DA5;
}

.btn-primary {
  background-color:  #C08A2F;
  border-color: #0000;
  color: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #C08A2F;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #000;
  border-color: #0000;
  color: #fff;
}

/* .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border: 1px solid #CBCBCB; 
  border-radius: 0.25rem;
  color: #000000;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 0px;
} */
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 6px 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 5px;
  border: 1px solid #CBCBCB;
}

.fs-4 {
  font-size: 18px !important;
}

a {
  color:  #fff;
  /* text-decoration: underline; */
}

.grouplogo {
  /* width: 385px;
  height: 114px; */
  margin: 0 auto;
  display: table;
}

.subheading {
  color: #858585;
  font-weight: 300;
  font-size: 14px;
}

.new-class-color {
  color: 858585;
  font-size: 12px;
  font-weight: 300;
}

.group-font {
  font-size: 14px;
  color: #4C4C54;
  font-weight: 500;
}

.btn-group-lg>.btn,
.btn-lg {
  border-radius: 0.3rem;
  font-size: 14px;
  /* padding: .2rem 0rem; */
}

@media only screen and (max-width: 1024px) {
  /* .grid-container {
    margin-right: 126px;
  } */

  #auth #auth-left {
    padding: 5rem 2rem;
  }
}
@media only screen and (max-width: 1920px) {
  .grid-container {
    margin-right: 126px;
  }

  #auth #auth-left {
    padding: 5rem 2rem;
  }
}


@media only screen and (max-width: 1280px) {}

.dropdown-toggle .bi-bell-fill::before {
  font-size: 20px;
}

.form-check-input:checked {
  background-color:  #2675AB;
  border-color:  #2675AB;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #4D4D4D !important;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 8px;
}

.float-start {
  float: left !important;
  margin-top: 12px;
}

.float-end {
  float: right !important;
  margin-top: 12px;
}

.badge {
  padding: 3px;
}

#navbarSupportedContent h2 {
  margin-bottom: 0px;
}

.footer.clearfix.mb-0.text-muted {
  padding: 10px 30px;
  /* margin: -20px; */
  background-color: #fff;
  border-radius: 0.7rem;
  margin-top: 20px;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #dedede !important;
}

h2#navbarSupportedContent {
  margin-bottom: 0px;
  font-size: 24px;

}

.card-header {
  margin-bottom: 0;
  padding: 20px 25px 15px 25px;
}

.card .card-body {
  padding: 15px 25px;
}

table.dataTable tbody tr {
  background-color: #ffff;
}

.table {
  --bs-table-striped-bg: #D3D3D3;
  --bs-table-striped-color: #323131;
}

.milestone {
  float: right;
  margin-top: -35px;
}

.add {
  width: max-content;
  padding: inherit;
}

.add2 {
  width: max-content;
  padding: inherit;
}

.add3 {
  width: max-content;
  padding: inherit;
}

.add4 {
  width: max-content;
  padding: inherit;
}

.add5 {
  width: max-content;
  padding: inherit;
}

/* .logoimg {
  width: 160px;
  margin-left: 33px;
  margin-bottom: -23px;
} */

.save {
  float: right;
}

.upload-report {
  margin-bottom: 30px;
}

.PWSSBlogo {
  height: 5.2rem;
  width: 236px;
  margin-left: 1px;
  margin-bottom: -23px;
  margin: 21px;
  border-radius: 10px;
}

.table-bordered {
  border-width: 1px 0
}

/* #table, th, td {
border: 1px solid black;
border-collapse: collapse;
} */
.table-border table tr td {
  border: 1px solid #dedede;
  border-collapse: collapse;
}

.dashboardfontsize {
  font-size: 25px;
}

.apexcharts-text tspan {
  font-size: 12px;
}

.flag {
  justify-content: center;
  display: flex;
}

.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link {
  /* background-color: rgba(9, 142, 206, 0.18); */
  background-color: rgb(192 138 47 / 40%);
}
.btn-outline-info {
  border-color: #6B7BA6;
  color: #6B7BA6;
}
.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
  background-color: #6B7BA6;
  border-color: #6B7BA6;
  color: #fff;
}
.btn-outline-info:hover {
  background-color: #6B7BA6;
  border-color: #6B7BA6;
  color: #fff;
}
.mandatory {
  color: red;
}

/* .resultframeworkheading {
  margin-left: 25px;
  margin-bottom: 15px;
} */

#app {
  margin-top: 0px;
}
.page-content {
  /* margin: 0px 0 0 20px; */
}
table#tenderPublictionTable {
  border: 1px solid #CBCBCB;
}
table#tenderEmdTable {
  border: 1px solid #CBCBCB;
}
h4.card-title {
  color: #323232;
}
.wrapper {
  display: grid;
  grid-gap: 10px;
  /* grid-template-columns: 100px 100px 100px; */
  background-color: #fff;
  color: #444;
}
.activity-description{
  height: 107px !important;
}




/* Menu Submenu Start */
ul.nav.navbar-nav {
  margin-right: 30px;
}
ul.nav.navbar-nav li {
  padding: 10px;
}
ul.nav.navbar-nav li a.active {
  background-color: #2675AB;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
}
ul.nav.navbar-nav .dropdown-menu li{
  padding: 10px;
}
ul.nav.navbar-nav li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}
.sidebar-menu-color{
  color:#323338;
}
.dropdown-menu {
  padding: 0px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-menu a{
  color: #000;  
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}
.dropdown-menu {
  margin-left: 0px;
  margin-top: 10px;
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.27);
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.27);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.27);
  width:  auto;
  min-width: 200px;
}
.dropdown-menu li {
  border-bottom: 1px solid #cdcdcd;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}
ul.dropdown-menu li a:hover{
  color: #2675AB;
}
ul.nav.navbar-nav.menu-area .dropdown-toggle:after {
  display: none;
}
/* Menu Submenu End */
body {
  background-color: #F4F4F4;
  font-family: "Poppins", sans-serif !important;
  text-transform: capitalize;
}
footer {
  float: left;
  width: 100%;
}
button#SendOtpBtn {
  padding: 10px;
}
.heading-area h4{
  float: left; 
}
.heading-area h4{
  color: #323232;
  font-weight: normal;
  font-size: 20px;
  margin-top: 20px;
}
.breadcrumbs-area{
  float: right;
  text-align: right;
  width: 100%;
}
.breadcrumbs-area{
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0px;
  font-size: 16px;
}
.breadcrumbs-area a{
  color: #fff;
  text-decoration: none;
  padding: 0 5px;
}
.breadcrumbs-area a:hover{
  color: #fff;
  text-decoration: underline;
}
.breadcrumbs-area img {
  position: relative;
  top: -2px;
  width: 10px;
}
.main-area{
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.search-area{
  float: left;
}
.collapse.navbar-collapse {
  /* margin-left: 300px; */
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.search-box {
  position: relative;
  width: 50%;
}
.search-box i {
  position: absolute;
  right: 13px;
  top:16px;
  color:#ced4da;
}
.search-box input {
  padding: 7px 10px;
  border: 1px solid #CBCBCB;
  color: #606168;
  padding-right: 40px;
}
.footer p {
  margin-bottom: 5px;
}
ul#pills-tab {
  border-bottom: 1px solid #CBCBCB !important;
}
.nav-pills .nav-link {
  font-weight: bold;
  color: #606168;
  font-size: 16px;
  padding: 10px 10px 5px 10px;
}
.contract-amount-area{
  background-color: #C08A2F;
  color: #fff;
  border-radius: 4px;
}
.contract-amount-box-area{
  color: #fff;
}
.contract-round-area{
  float: left;
  margin-right: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 70px;
  height: 70px;
  border-radius: 100px;
}
.contract-amount-text-area{
  float: left;
}
.contract-amount-text-area{
  color: #fff;
  margin-top: 15px;
}
.scheme-total{
  color: #000;
  margin-top: 15px;
}
.feild-visitors{
  background-color: #fff;
  color: #000;
  border-radius: 4px;
}
.contract-amount-text-area h5 {
  color: #fff;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 16px;
}
.contract-amount-text-area h2 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 26px;
}
.contract-round-area img{
  padding: 0px;
  margin: 15px 0 0 15px;
}
/* .milestone-completion-area{
  margin-top: 30px;
} */
.milestone-completion-box-area{
  /* background-color: #f4f4f4; */
  border-radius: 4px;
  padding: 15px;
}
.milestone-completion-box-area h3{
  color: #0F3659;
  font-size: 20px;
  font-weight: 600;
  float: left;
}
.section-area{
  background-color: #fff;
  border-radius: 0.7rem;
  margin-bottom: 30px;
}
.text-center{
  text-align: center;
}
.white-main-area{
   padding: 20px;
}
.white-main-area h4{
  color: #323232;
  margin-bottom: 10px;
}
.sub-milestone{
  border: 1px solid #dedede;
}
.border-top{
  border-top: 1px solid #dedede;
}
button{
  background-color: #2675AB;
  color: #fff;
  border-radius: 5px;
  padding: 7px 20px;
  border: none;
  font-weight: 600;
}
button a{
  color: #fff;
  text-decoration: none;
}
button a:hover{
  color: #fff;
  text-decoration: none;
}
.white-main-area button{
  margin-bottom: 20px;
}
.date-area{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border-radius: 0.25rem;
  color: #a1a1a1;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 6px 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 5px;
  border: 1px solid #CBCBCB;
}
.date-area::placeholder {
  color: red;
}
.button-blue{
  background-color: #2675AB;
  color: #fff;
  border-radius: 5px;
  padding: 7px 20px;
  border: none;
  font-weight: 600;
  margin-right: 10px;
  float: left;
}
.button-blue a{
  color: #fff;
}
.button-blue a{
  text-decoration: none;
}
.resources-main-area{
  background-color: #fff;
  padding-bottom: 80px;
}
.all-button {
  margin: 40px auto 0 auto;
  width: 68%;
}
svg.size-1 {
  width: 20px;
}
.submission-text-area{
  color: #4C4C54;
  margin-top: 5px;
}
.accordion-item {
  border: none;
  padding: 10px 0px;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #323232;
  font-size: 20px;
}
.accordion-button:focus {
  border-color: inherit;
  box-shadow: none;
  outline: 0;
  z-index: 3;
}
.accordion-button:not(.collapsed):before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23607080'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.accordion-button:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23607080'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  flex-shrink: 0;
  height: 1.25rem;
  margin-left: 0px;
  transition: transform 0.2s ease-in-out;
  width: 1.25rem;
  margin-right: 10px;
}
.table {
  margin-bottom: 0px;
}
tbody, td, tfoot, th, thead, tr {
  border: 1px solid;
  border-color: #e5e5e5;
  color: #252525;
  padding: 0.5rem;
}
.accordion-button:not(.collapsed):after {
  display: none;
}
.accordion-button:after {
  display: none;
}
.process-dot-area{
  float: right;
}
.completed-area{
  float: left;
  margin-left: 10px;
  color: #000;
}
.completed-area span {
  width: 13px;
  height: 13px;
  line-height: 13px;
  background-color: #2675AB;
  float: left;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 5px;
}
.delayed-area{
  float: left;
  margin-left: 10px;
  color: #000;
}
.delayed-area span{
  background-color: #A9CF4A;
  width: 13px;
  height: 13px;
  line-height: 13px;
  float: left;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 5px;
}
.inprogress-area{
  float: left;
  margin-left: 10px;
  color: #000;
}
.inprogress-area span{
  width: 13px;
  height: 13px;
  line-height: 13px;
  background-color: #149BE4;
  float: left;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 5px;
}
.notstarted-area{
  float: left;
  margin-left: 10px;
  color: #000;
}
.notstarted-area span{
  width: 13px;
  height: 13px;
  line-height: 13px;
  background-color: #D92323;
  float: left;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 5px;
}
.milestone-area{
  float: left;
  width: 100%;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #fff;
  color: #000;
}
.milestone-table {
  background-color: #fff;
  padding: 0px;
  /* border: 1px solid #CBCBCB; */
  border-radius: 4px;
  margin-bottom: 20px;
  border-radius: 0.7rem;

}
.accordion-button {
  padding: 0px;
  padding-bottom: 10px;
  font-size: 20px;
    color: #000;
}
.dataTable-table:not(.table-borderless) thead th, .table:not(.table-borderless) thead th {
  color: #323338;
  font-weight: 600;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  font-size: 20px;
  color: #000;
}
.completed-text{
  color: #2675AB !important;
}
.weekly-btn {
  background-color: #FDF4E9 !important;
  border: 1px solid #EC9126;
  color: #EC9126;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 20px;
  text-decoration: none;
}
.weekly-btn:hover {
  background-color: #EC9126 !important;
  border: 1px solid #EC9126;
  color: #FDF4E9;
}
.quarterly-btn {
  background-color: #FDF5F5 !important;
  border: 1px solid #D94848;
  color: #D94848;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 20px;
  text-decoration: none;
}
.quarterly-btn:hover {
  background-color: #D94848 !important;
  border: 1px solid #D94848;
  color: #FDF5F5;
}
.daily-btn {
  background-color: #F4FBF5 !important;
  border: 1px solid #39BE4F;
  color: #39BE4F;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 20px;
  text-decoration: none;
}
.daily-btn:hover {
  background-color: #39BE4F !important;
  border: 1px solid #39BE4F;
  color: #F4FBF5;
}
.completed-btn {
  /* background-color: #E7F1FF !important; */
  border: 1px solid #2675AB;
  color: #2675AB;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 20px;
  text-decoration: none;
}
.completed-btn:hover {
  background-color: #2675AB !important;
  border: 1px solid #2675AB;
  color: #fff;
}
.delayed-btn{
 /* background-color: #F8FFE5 !important; */
  border: 1px solid #A9CF4A;
  color: #A9CF4A;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 33px;
  text-decoration: none;	
}
.delayed-btn:hover {
  background-color: #A9CF4A !important;
  border: 1px solid #A9CF4A;
  color: #fff;
}
.inprogress-btn{
 /*  background-color: #C9ECFF !important; */
  border: 1px solid #149BE4;
  color: #149BE4;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 20px;
  text-decoration: none;	
}
.inprogress-btn:hover {
  background-color: #149BE4 !important;
  border: 1px solid #149BE4;
  color: #fff;
}
.notstarted-btn{
  /* background-color: #FFB9B9 !important; */
  border: 1px solid #D92323;
  color: #D92323;
  margin: 0 auto;
  border-radius: 4px;
  padding: 2px 20px;
  text-decoration: none;	
}
.notstarted-btn:hover {
  background-color: #D92323 !important;
  border: 1px solid #D92323;
  color: #fff;
}
.milestone-table .btn{
  padding: 3px 15px;
  margin-bottom: 5px;
}
.milestone-table tr td {
    font-size: 14px;
}
.w-20{
  width: 20%;
}
.w-30{
  width: 30%;
}
.w-40{
  width: 40%;
}
.w-50{
  width: 50%;
}
.w-60{
  width: 60%;
}
.w-70{
  width: 70%;
}
.w-80{
  width: 70%;
}
.form-groupnew input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-groupnew label {
  position: relative;
  cursor: pointer;
}

.form-groupnew label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form-groupnew input:checked + label:after, .form-groupnew input:checked + label:after, .form-groupnew input:checked + label:after, .form-groupnew input:checked + label:after, .form-groupnew input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}



.check-areaa input[type="checkbox"] {
  appearance: none;
  position: relative;
}

.check-areaa .checkbox {
  position: absolute;
  height: var(--size);
  border-radius: 5px;
  border: var(--border) solid grey;
  width: var(--size);
  transition: 100ms ease-in;
  cursor: pointer;
}

.check-areaa input:checked + .checkbox {
  background: black;
  border: var(--border) solid black;
}

ul.nav.navbar-nav.menu-area {
  text-align: center;
  margin-top: 1px;
}
.logo {
  width: 100%;
  border-bottom: 1px solid #303030;
  height: 70px;
}
img.logoimg {
  width: 220px;
  background-color: #fff;
  border-radius: .5rem;
  margin: 0 auto;
  text-align: center;
  display: table;
  padding: 5px 10px;
  margin-top: 6px;
}
.card .card-content {
  position: relative;
}
a#navbarDropdownMenuAvatar {
  color: #323338 !important;
}
i.bi.bi-grid-1x2-fill:hover {
  color: #000 !important;
}
i.bi.bi-grid-1x2-fill:active {
  color: #000 !important;
}
.form-design{
  /* background: #f4f4f4; */
  border-radius: 10px;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: none !important; 
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
   border-bottom: none !important; 
}
div#rfpDetailTable_length {
  margin-bottom: 10px !important;
}
.contract-amount-text-area{
  /* float: right; */
}

.effortvarianceclass{
  float: right;
  margin-right: 21px;
  color: #2675AB !important;
  font-weight: 600 !important;
  margin-top: -7px;
  font-size: 18px;
}
.schedulevarianceclass{
  float: right;
  margin-bottom: 0px;
  color: #2675AB !important;
  font-weight: 600 !important; 
  margin-top: -7px;
  font-size: 18px;
}

.gauge-container {
  text-align: center;
  position: relative;
}

canvas {
  border: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* Animation class to fade in the canvas */
.fade-in {
  opacity: 1;
}

/* .message {
  font-size: 24px;
  margin-top: 10px;
  font-weight: bold;
} */

.current-value {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
.milestone-chart{
  background-color: #F4F4F4;
}

ul.list-group.list-group-flush {
  border: 1px solid #ccc;
} 
.upload_button{
  margin-top: 20px;
}
.card-header {
  border-bottom: none;
}
.accordion-form {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
}
form#southclarificationforPIUForm {
  padding-bottom: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px;
}
form#actiondelayforMilestoneDetailsform{
  padding-bottom: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px;
}

ol.breadcrumb{
font-size: 14px;
margin: 0px;
font-weight: 600;
}
li.breadcrumb-item a{
  color: #8b8b8b  !important;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #8b8b8b ;
}
.breadcrumb-item.active {
  color: #323338;

}
code {
  word-wrap: break-word;
  color: #2675AB;
  font-size: 20px;
  /* font-weight: 900; */
}
.schedulemsg{
  margin-bottom: -81px;
  /* color: #ffc107 !important; */
  font-size: 24px;
  margin-top: 10px;
  font-weight: bold;
}
.schedule-area{
  float: left;
  width: 100%;
}
.in-status{
  width: 160px;
}
.view-report{
    float: right;
    margin-top: -32px;
    margin-right: 15px;
}
.upload-button{
	margin-right:5px
}
.heading-area strong {
  margin-right: 10px;
}
.card-header form {
  margin-block-end: 0px;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 20px;
}
.upload_button .col-4 {
  width: 33.3333%;
  margin-bottom: 20px;
}
.upload_button .col-4 .btn-primary {
  width: 100%;
}
form {
  margin-block-end: 0px;
}
.dropdown-menu{
  right:0px;
}
.dropdown-toggle:after {
  color: #000;
}
.dataTables_scrollBody {
  max-height: inherit !important;
  height: inherit !important;
}
.dowaload_button {
  margin-top: 8px;
}
.ifsc-column{
  margin-right: 12px;
}

/* CODE FOR TOOLTIP */
.tooltip {
 position: relative;
}

.tooltip::before {
 position: absolute;
 top: -16px;
 left: 25%;
 transform: translatex(-50%) rotate(-45deg);
 content: "";
 display: none;
 width: 0;
 height: 0;
  align-items: center;
 border: 8px solid #2675AB;
 border-top-color: transparent;
 border-right-color: transparent;
}

.tooltip::after {
 display: none;
 position: absolute;
 content: attr(data-tooltip);
 bottom: calc(100% + 8px);
 left:-100%;
 right: 0;
 float:left;
 min-width: 150px;
 padding: 8px;
 background-color:#2675AB;
 border-radius: 8px;
 color: #fff;
 font-size:14px;
  white-space: nowrap; /* Prevent the content from wrapping */
    overflow: visible; /* Ensure the tooltip is not cut off */
    z-index: 300;
}

.tooltip:hover:not(:focus)::before,
.tooltip:hover:not(:focus)::after {
 display: block;
}
.list-group-item.active {
    background-color: #2675AB;
    border-color: #2675AB;
    color: #fff;
    z-index: 2;
}

.float-right {
  float: right;
}


.notification-list--unread {
  background-color: #44444429;
  border: 1px solid #0964352b;
}


/* Notification List CSS */
.notification-ui_dd-content {
  margin-bottom: 0px;
}
.notification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px 10px 10px;
  margin-bottom: 7px;
  background: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e5e5;
}
.notification-list--unread {
  background-color: #44444429;
  border: 1px solid #0964352b;
}
/* .notification-list {
  border: 1px solid #e5e5e5;
} */
.notification-list .notification-list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.notification-list .notification-list_content .notification-list_img img {
  height: 48px;
  width: 48px;
  border-radius: 50px;
  margin-right: 20px;
}
.notification-list .notification-list_content .notification-list_detail p {
  margin-bottom: 0px;
  /* line-height: 3; */
}
.notification-list .notification-list_feature-img img {
  height: 48px;
  width: 48px;
  border-radius: 5px;
  margin-left: 20px;
}
/* Notification List CSS End */


.notification-ui a:after {
  display: none;
}
.notification-ui_icon {
  position: relative;
}
.notification-ui_icon .unread-notification {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 7px;
  background-color: #66BB6A;
  position: absolute;
  top: 7px;
  left: 12px;
}
@media (min-width: 900px) {
  .notification-ui_icon .unread-notification {
      left: 20px;
  }
}
.notification-ui_dd {
  padding: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
  border: 0;
  max-width: 400px;
}
@media (min-width: 900px) {
  .notification-ui_dd {
      min-width: 500px;
      position: absolute;
      left: -347px;
      top: 70px;
  }
}
.notification-ui_dd:after {
  content: "";
  position: absolute;
  top: -30px;
  left: calc(70% - 7px);
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}
.notification-ui_dd .notification-ui_dd-header {
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.notification-ui_dd .notification-ui_dd-header h3 {
  margin-bottom: 0;
}
.notification-ui_dd .notification-ui_dd-content {
  max-height: 500px;
  overflow: auto;
}
.notification-list .notification-list_img img {
  height: 48px;
  width: 48px;
  border-radius: 50px;
  margin-right: 20px;
}
.notification-list .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 20px;
}
.white-mode {
  text-decoration: none;
  padding: 17px 40px;
  background-color: yellow;
  border-radius: 3px;
  color: black;
  transition: .35s ease-in-out;
  position: fixed;
  left: 15px;
  bottom: 15px
}
.notification-list_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0 25px;
  border-bottom: 1px solid #ddd;
}
.notification-border{
  margin: 0px auto;
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-link, .nav-pills .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-tabs .nav-link {
  line-height: 1.375;
}
.nav-link {
  display: block;
  
  color:#6f6b7d; 
  /* border: 0; */
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.notification-button{
	float:right;
}
.notification-border {
    margin: 0px auto;
    border-bottom: 1px solid #ddd;
}

/* #worksCountSchemeWiseTable tbody tr td {
  color: white !important;
} */

/* #fieldVisitTable tbody tr td {
  color: white !important;
} */

.feild-visit-text-area{
  color: #040404;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 14px;
}

#worksCountSchemeWiseTable {
  width: 100%; 
  /* margin-top: 10px; */
}
.table-scheme{
  background-color: #262626;
  
}
.table-scheme-color{
  color: #fff !important;
}
.sidebar-menu{
  margin-top: 57px;
}
.header_bg{
  background: #e3e3e3;
}
/* .pwssb-loginimg{
  width:800px;
  height: 600px;
} */

.span_completed{
  color: #198754;
}
.span_ongoing{
  color: #FFA500;
}
.span_delay{
  color: #dc3545;
}
.span_workhelted{
  color: #6c757d;
}
#addScopeOfWorkButton{
  margin-left: 5px;
  margin-bottom: 6px;
}

/* #scopeOfWorkDiv table tr td a{
  display: inline !important;
} */

#auth-right img {
  max-width: 100%;
}

.card-body a {
    color: #435ebe;
}
#scopeOfWorkDiv .btn-danger {
  width: 100px;
}

.amount-text-right
{
	 text-align: right;
}
.d-block {
  display: block !important;
}

@media (min-width: 1024px) and (max-width: 1920px) {
.d-block{
  display: none !important;
}
}


.burger-btn {
  display: none;
}

@media (max-width: 767px) {
  .stats-icon {
    float: left;
    margin-bottom: 0.4rem;
  }
  #main {
    margin-left: 0;
  }
  .sidebar-wrapper {
    /* left: -300px; */
    position: absolute;
  }

.layout-horizontal .main-navbar {
  background-color: #f5f7fc;
  display: none;
  overflow: hidden;
  padding: 1rem;
}

.layout-horizontal .main-navbar.active {
  max-height: none;
}

.layout-horizontal .main-navbar ul {
  flex-direction: column;
  gap: 0;
}

.layout-horizontal .main-navbar ul .menu-item.has-sub .menu-link:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23888' opacity='.7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") !important;
  top: unset;
}

.layout-horizontal .main-navbar ul .menu-link {
  color: #6c757d !important;
  padding: 1rem 0;
}

.layout-horizontal .main-navbar .submenu {
  background-color: unset;
  box-shadow: none;
  display: none;
  opacity: 1;
  padding: 0 1rem;
  position: static;
  transition: all 0.2s;
  visibility: visible !important;
}

.layout-horizontal .main-navbar .submenu .submenu-group-wrapper {
  display: flex;
  flex-direction: column;
  max-height: unset;
}

.layout-horizontal .main-navbar .submenu .submenu-group {
  max-height: unset;
  min-width: unset;
  padding: 0;
  width: 100%;
}

.layout-horizontal .main-navbar .submenu.active {
  display: block;
}

.layout-horizontal .main-navbar .subsubmenu {
  background-color: unset;
  box-shadow: none;
  display: none;
  opacity: 1;
  padding: 1rem;
  position: static;
  visibility: visible !important;
}

.layout-horizontal .main-navbar .subsubmenu.active {
  display: block;
}
.navbar {
  height: 84px;
  padding: 10px;
  background-color: #fff;
  border-radius: 0px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e7e7e7;
  /* box-shadow: rgba(0, 0, 0, 0.15) 7px 1px 11px 1px; */
}
#main{
  float: left;
  width: 100%;
}
.collapse.navbar-collapse {
  margin-left: 0px;
}
}
/* .navbarnew {
  margin-left: 298px !important;
  width: 82% !important;
} */
/* .collapse.navbar-collapse {
  margin-left: 298px;
} */

@media screen and (min-device-width: 1024px) and (max-device-width: 1279px) { 
  .collapse.navbar-collapse {
    margin-left: 20px;
  }
}
@media screen and (min-device-width: 1280px) and (max-device-width: 1359px) { 
  .collapse.navbar-collapse {
    margin-left: 298px;
  }
  .login-address{
    margin-top: 30px;
  }
}
@media screen and (min-device-width: 1360px) and (max-device-width: 1599px) { 
  .collapse.navbar-collapse {
    margin-left: 298px;
  }
  .login-address{
    margin-top: 150px;
  }
}
@media screen and (min-device-width: 1600px) and (max-device-width: 1920px) { 
  .collapse.navbar-collapse {
    margin-left: 298px;
  }
  .login-address{
    margin-top: 150px;
  }
}
.bg-primary{
  background-color: #C08A2F !important;
}


#css-dropdown
{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 300px;
  height: 42px;
  margin: 100px auto 0 auto;
}

.contractor-login{
  float:right;
  color:#000;
  font-size: 22px;
  margin-top: 20px;
}

.contractor-sub-button{
 margin-top: 20px;
 align-items: center;
}
.changecontractor-text{
  color: #323338;
  font-size: 16px;
  /* font-weight: 500; */
 text-decoration: underline; 
}
.header-title{
  margin-right: 124px;
}

.invalid-feedback {
  color: #FF0000;
  font-size: 15px;
  display: block;
 margin-top: -10px;
}

.section-header {
  background-color: #c3c9d0;  /* Same light grey-blue as PDF */
  padding: 8px 12px;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid #adb5bd;
  margin-top: 20px;
}