@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  color: #02293d;
  background: #F5F7FB !important;
  overflow-x: hidden;
  /* word-break: break-all; */
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  width: 8px;
  height: 8px;
  background: #02293d;
}

@media (min-width: 2500px) {
  html {
    zoom: 120%;
    -ms-zoom: 1.2;
    -webkit-zoom: 1.2;
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  body {
    /* use only for IE */
    zoom: 1.2;
    /* -ms-transform-origin: left top; */
  }
}

@media (min-width: 3000px) {
  html {
    zoom: 150%;
    -ms-zoom: 1.5;
    -webkit-zoom: 1.5;
    -moz-transform: scale(1.5, 1.5);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  body {
    /* use only for IE */
    zoom: 1.5;
    /* -ms-transform-origin: left top; */
  }
}

a {
  color: #ffbc49;
  text-decoration: none;
}

.form-control {
  border-color: rgba(2, 41, 61, 0.2);
  border-radius: 0;
  font-size: 14px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: #02293d;
}

.form-drop .dropdown-toggle {
  border: 1px solid rgba(2, 41, 61, 0.2);
  width: 100%;
  border-radius: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-drop .dropdown-menu {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0px 2px 14px rgba(137, 137, 137, 0.25);
  box-shadow: 0px 2px 14px rgba(137, 137, 137, 0.25);
  width: 100%;
  font-size: 13px;
}

.form-drop .dropdown-menu h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 5px 15px;
}

.btn.btn-primary {
  background: #02293d;
  border-color: #02293d;
  color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: #002030 !important;
  border-color: #002030;
}

@media screen and (max-width: 767px) {
  .btn.btn-primary {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    font-size: 11px;
  }
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #022233;
  border-color: #022233;
}

.btn.btn-primary img {
  margin: 0 3px 0 0;
}

@media screen and (max-width: 767px) {
  .btn.btn-primary img {
    width: 12px;
  }
}

.btn.btn-outline {
  border-color: #02293d;
  background: #ffffff;
  border-radius: 0;
}

.btn.btn-secondary {
  background: #ffbc49;
  border-color: #ffbc49;
  color: #ffffff;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  color: #02293d;
}

.btn.btn-secondary:hover,  .btn.btn-secondary:focus{
  background: #eda831;
  color: #02293d;
  border-color: #eda831;
}

@media screen and (max-width: 767px) {
  .btn.btn-secondary {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    font-size: 14px;
  }
  .back-arro {
    font-size: 12px;
  }
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background: #ffb63a;
  border-color: #ffb63a;
}

.btn.btn-secondary img {
  margin: 0 3px;
}

/*.btn.btn-sm {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 15px;
}*/

.crm-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.crm-wrapper .sidebar {
  min-width: 260px;
  max-width: 260px;
  background: #02293d;
  padding: 25px 12px;
  position: -webkit-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0;
  min-height: 100vh;
  max-height: 100vh;
}

.crm-wrapper .sidebar.toggled {
  max-width: 94px;
  min-width: 94px;
  padding: 25px 0;
}

@media screen and (max-width: 991px) {
  .crm-wrapper .sidebar {
    position: fixed;
    left: -260px;
  }
  .crm-wrapper .sidebar.toggled {
    min-width: 260px;
    max-width: 260px;
    padding: 25px 20px;
    left: 0;
    z-index: 999999;
    top: 64px;
    min-height: calc(100vh - 64px);
  }
}

.crm-wrapper .sidebar .sidebar-brand {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .crm-wrapper .sidebar .sidebar-brand {
    display: none !important;
  }
}

.crm-wrapper .sidebar .sidebar-brand .sidebar-brand-icon {
  display: none;
}

.crm-wrapper .sidebar .sidebar-brand .sidebar-brand-icon img {
  width: 35px;
}

.sidebar-toggled .crm-wrapper .sidebar .sidebar-brand .sidebar-brand-icon {
  display: block;
}

.sidebar-toggled .crm-wrapper .sidebar .sidebar-brand .sidebar-brand-text {
  display: none;
}

.crm-wrapper .sidebar .sidebar-brand .sidebar-brand-text img {
  width: 118px;
}

.crm-wrapper .sidebar .sidebar-arrow {
  position: absolute;
  width: 18px;
  height: 52px;
  background: #334e5d;
  border: 0;
  right: -18px;
  text-align: center;
  padding: 0;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .crm-wrapper .sidebar .sidebar-arrow {
    display: none;
  }
}

.crm-wrapper .sidebar .sidebar-arrow .left-arrow {
  margin: 0;
  margin: auto;
}

.sidebar-toggled .crm-wrapper .sidebar .sidebar-arrow .left-arrow {
  display: none;
}

.crm-wrapper .sidebar .sidebar-arrow .right-arrow {
  display: none;
  margin: auto;
}

.sidebar-toggled .crm-wrapper .sidebar .sidebar-arrow .right-arrow {
  display: block;
}

.crm-wrapper .sidebar .nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  padding-left: 22px;
  padding-right: 5px;
  color: #d3d3d3;
  font-size: 16px;
}

@media screen and (min-width: 992px) {
  .sidebar-toggled .crm-wrapper .sidebar .nav-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 500;
  }
}

.crm-wrapper .sidebar .nav-item a .icons {
  margin-right: 12px;
}

@media screen and (min-width: 992px) {
  .sidebar-toggled .crm-wrapper .sidebar .nav-item a .icons {
    margin: auto auto 5px auto;
  }
}

.crm-wrapper .sidebar .nav-item.active {
  background: #ffbc49;
}

.crm-wrapper .sidebar .nav-item.active a {
  color: #02293d;
}

.crm-wrapper .content-wrapper {
    width: 100%
  }


.crm-wrapper .content-wrapper .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media screen and (min-width:991px){
  .crm-wrapper .content-wrapper {
    width: calc(100% - 260px);
  }

  body.sidebar-toggled .content-wrapper{
    width: calc(100% - 94px);
  }
}

.crm-wrapper .content-wrapper .content .navbar-expand {
  -webkit-box-shadow: 0px 2px 14px rgba(152, 152, 152, 0.25);
  box-shadow: 0px 2px 14px rgba(152, 152, 152, 0.25);
  display: block;
  padding: 0;
}

.crm-wrapper .content-wrapper .content .navbar-expand .web-navbar {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 35px;
  max-height: 76px;
}

@media screen and (max-width: 991px) {
  .crm-wrapper .content-wrapper .content .navbar-expand .web-navbar {
    display: none;
  }
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .name-left
  h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.name-left ul{
  padding-left: 0;
}

.name-left .user-left-name {
  display: flex;
}

.name-left .user-left-name .dtl-right {
  margin-left: 12px;
  font-weight: 500;
}

.crm-wrapper .content-wrapper .content .navbar-expand .web-navbar .name-left p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #b0b7c3;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .top-bar-actions
  img {
  width: 24px;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .topbar-divider {
  width: 1px;
  height: 42px;
  background: #ebebeb;
  margin: auto 1rem;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .right-user
  .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  border: 0;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .right-user
  .dropdown-toggle::after {
  display: none;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .right-user
  .dropdown-toggle
  .user-img {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  margin-right: 10px;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .right-user
  .dropdown-toggle
  .user-img
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .right-user
  .dropdown-toggle
  h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .right-user
  .dropdown-toggle
  p {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .right-user
  .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0px 2px 14px rgba(152, 152, 152, 0.25);
  box-shadow: 0px 2px 14px rgba(152, 152, 152, 0.25);
  background: #ffbc49;
  border-radius: 0;
  padding: 10px;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .right-user
  .dropdown-menu
  li {
  border-bottom: 1px solid rgba(2, 41, 61, 0.1);
  padding: 4px 0;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .right-user
  .dropdown-menu
  li
  a {
  background: none;
  color: #02293d;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .right-user
  .dropdown-menu
  li
  a:hover {
  opacity: 0.8;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .right-user
  .dropdown-menu
  li
  img {
  width: 20px;
  margin-right: 5px;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .web-navbar
  .right-user
  .dropdown-menu
  li:last-child {
  border: 0;
}

.crm-wrapper .content-wrapper .content .navbar-expand .mobile-navbar {
  background: #02293d;
  display: none;
}

@media screen and (max-width: 991px) {
  .crm-wrapper .content-wrapper .content .navbar-expand .mobile-navbar {
    display: block;
  }
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 25px;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .navbar-nav
  .center-logo
  img {
  max-width: 118px;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .navbar-nav
  .menu-icon {
  width: 30px;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .navbar-nav
  .menu-icon
  button {
  background: none;
  border: 0;
}

.sidebar-toggled
  .crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .navbar-nav
  .menu-icon
  button
  .ellipis {
  display: none;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .navbar-nav
  .menu-icon
  button
  .close-icon {
  display: none;
}

.sidebar-toggled
  .crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .navbar-nav
  .menu-icon
  button
  .close-icon {
  display: block;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .right-user
  .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  border: 0;
  padding: 0;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .right-user
  .dropdown-toggle::after {
  display: none;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .right-user
  .dropdown-toggle
  .user-img {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  margin-right: 0;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .right-user
  .dropdown-toggle
  .user-img
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .right-user
  .dropdown-toggle
  h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .right-user
  .dropdown-toggle
  p {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .right-user
  .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0px 2px 14px rgba(152, 152, 152, 0.25);
  box-shadow: 0px 2px 14px rgba(152, 152, 152, 0.25);
  background: #ffbc49;
  border-radius: 0;
  padding: 10px;
  right: 0;
  left: auto;
  top: 140%;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .right-user
  .dropdown-menu
  li {
  border-bottom: 1px solid rgba(2, 41, 61, 0.1);
  padding: 4px 0;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .right-user
  .dropdown-menu
  li
  a {
  background: none;
  color: #02293d;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .right-user
  .dropdown-menu
  li
  a:hover {
  opacity: 0.8;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .right-user
  .dropdown-menu
  li
  img {
  width: 20px;
  margin-right: 5px;
}

.crm-wrapper
  .content-wrapper
  .content
  .navbar-expand
  .mobile-navbar
  .right-user
  .dropdown-menu
  li:last-child {
  border: 0;
}

.crm-wrapper .content-wrapper .content .container-inner {
  padding: 25px 10px 25px 40px;
}

@media screen and (max-width: 1400px) {
  .crm-wrapper .content-wrapper .content .container-inner {
    padding: 25px 10px 25px 30px;
  }
}

@media screen and (max-width: 991px) {
  .crm-wrapper .content-wrapper .content .container-inner {
    padding: 20px;
  }
}

.web-table {
  padding-bottom: 2.1rem;
}

@media screen and (max-width: 767px) {
  .web-table {
    display: none !important;
  }
}

.mobile-list {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-list {
    display: block;
  }
}

.mobile-list .list-items .item-card {
  background: #ffffff;
  padding-top: 20px;
  position: relative;
  margin-bottom: 1rem;
}

.mobile-list .list-items .item-card .number-tag {
  background-image: url('data:image/svg+xml,<svg width="29" height="30" viewBox="0 0 29 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H29V30L14.5 26L0 30V0Z" fill="%23FFBC49"/></svg>');
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 500;
  top: 0;
  left: 8px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.mobile-list .list-items .item-card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 80%;
  margin: auto;
  padding: 15px 0 10px 0;
  background: none;
}

.mobile-list .list-items .item-card .card-header h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  color: #02293D;
}

.mobile-list .list-items .item-card .card-header .star-icon {
  background-image: url('data:image/svg+xml,<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.49993 14.7381L5.34798 16.885C4.85105 17.1419 4.23642 16.954 3.97517 16.4652C3.87114 16.2706 3.83524 16.0477 3.87303 15.831L4.66598 11.2838L1.30698 8.06349C0.904958 7.67806 0.896732 7.04507 1.28861 6.64966C1.44466 6.49221 1.64913 6.38974 1.87037 6.35812L6.51239 5.6947L8.58836 1.55755C8.83683 1.06239 9.44637 0.859091 9.94982 1.10347C10.1503 1.20078 10.3126 1.36038 10.4115 1.55755L12.4875 5.6947L17.1295 6.35812C17.6851 6.43752 18.07 6.94487 17.9893 7.49131C17.9572 7.70891 17.853 7.91001 17.6929 8.06349L14.3339 11.2838L15.1268 15.831C15.2217 16.3752 14.8501 16.8921 14.2968 16.9854C14.0764 17.0226 13.8498 16.9873 13.6519 16.885L9.49993 14.7381Z" stroke="%2302293D"/></svg>');
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.mobile-list .list-items .item-card .card-content {
  padding: 15px 25px 15px 25px;
  color: #02293D;
}

.mobile-list .list-items .item-card .card-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.mobile-list .list-items .item-card .card-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0;
}

.mobile-list .list-items .item-card .card-content ul li b {
  font-size: 14px;
  font-weight: 600;
}

.mobile-list .list-items .item-card .card-content ul li p {
  margin-bottom: 0;
  font-size: 12px;
}

.mobile-list .list-items .item-card .card-content ul li span {
  font-size: 12px;
}

.mobile-list .list-items .item-card .card-content ul li .left-icon {
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}

.mobile-list .list-items .item-card .card-content ul li .left-icon img {
  width: 13px;
}

.mobile-list .list-items .item-card .view-btn {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-weight: 600;
}
.mobile-list .list-items .item-card .view-btn-to {
  width: 87%;
  height: 36px;
  line-height: 36px;
  font-weight: 600;
  padding: 0% !important;
  margin: 0% !important;
  font-weight: 600;
}

.card {
  background: #ffffff;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card .card-body {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .card.list-card {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .card.list-card .card-body {
    padding: 0;
  }
}

.common-tables {
  border-color: #f2f4f5;
  font-size: 14px;
  vertical-align: middle;
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  .common-tables {
    font-size: 13px;
  }
}

.common-tables b {
  font-weight: 600;
}

.common-tables thead tr th {
  background: #fbe1b5;
  font-weight: 600;
  padding: 15px 10px;
}

.common-tables thead tr th.sorter-col {
  background-image: url('data:image/svg+xml,<svg width="17" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect opacity="0.3" x="5" y="12" width="2" height="12" rx="1" transform="rotate(-180 5 12)" fill="%2302293D"/><path d="M6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289C0.683418 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289Z" fill="%2302293D"/><rect opacity="0.3" width="2" height="12" rx="1" transform="matrix(-1 0 0 1 14 2)" fill="%2302293D"/><path d="M15.2929 4.70711C15.6834 5.09763 16.3166 5.09763 16.7071 4.70711C17.0976 4.31658 17.0976 3.68342 16.7071 3.29289L13.7071 0.292893C13.3166 -0.097631 12.6834 -0.097631 12.2929 0.292893L9.29289 3.29289C8.90237 3.68342 8.90237 4.31658 9.29289 4.70711C9.68342 5.09763 10.3166 5.09763 10.7071 4.70711L13 2.41421L15.2929 4.70711Z" fill="%2302293D"/></svg>');
  background-repeat: no-repeat;
  background-position: 95%;
  cursor: pointer;
}

.common-tables tbody tr td {
  padding: 15px 10px;
}

.common-tables tbody tr td:first-child {
  border-left: 0;
}

.common-tables tbody tr td:last-child {
  border-right: 0;
}

.common-tables tbody tr td.action-col {
  padding: 0;
  -webkit-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
}

.common-tables tbody tr td.action-col .action-btn {
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  font-weight: 500;
}

.common-tables tbody tr td.action-col:hover {
  background: #ffbc49;
}

.common-tables tfoot tr {
  border: 0;
}

.common-tables tfoot tr td {
  padding: 15px 0 0 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.common-tables tfoot tr td:first-child {
  position: relative;
}

.common-tables tfoot tr td:first-child::before {
  content: " ";
  height: 2.2px;
  display: block;
  width: 50%;
  background: #02293d;
  position: absolute;
  top: 0;
  max-width: 200px;
}

.common-tables tfoot tr td .table-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.common-tables tfoot tr td .table-info .dropdown {
  margin-left: 15px;
}

.common-tables tfoot tr td .table-info .dropdown .dropdown-toggle {
  border: 1px solid #02293d;
  border-radius: 0;
  width: 54px;
  height: 32px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.common-tables tfoot tr td .table-info .dropdown .dropdown-toggle::after {
  font-size: 16px;
}

.common-tables tfoot tr td .table-info .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 2px 14px rgba(152, 152, 152, 0.25);
  box-shadow: 0px 2px 14px rgba(152, 152, 152, 0.25);
  width: 100%;
}

.common-tables tfoot tr td nav .pagination {
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
}

.common-tables tfoot tr td nav .pagination li {
  margin: 0 2px;
}

.common-tables tfoot tr td nav .pagination li a {
  border: 1px solid #02293d;
  border-radius: 4px !important;
  color: #02293d;
  font-size: 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 6px 12px;
  background: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
}

.common-tables tfoot tr td nav .pagination li a svg {
  fill: #02293d;
  margin: 0 2px;
}

.common-tables tfoot tr td nav .pagination li a:hover {
  background: #02293d;
  color: #ffffff;
  border-color: #02293d;
}

.common-tables tfoot tr td nav .pagination li a:hover svg {
  fill: #ffffff;
}

.common-tables tfoot tr td nav .pagination li.active a {
  background: #02293d;
  color: #ffffff;
  border-color: #02293d;
}

.common-tables tfoot tr td nav .pagination li.active a svg {
  fill: #ffffff;
}

.filter-row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter-row .right-colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.filter-row .right-colum .search-input .input-group .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  margin-left: 0;
}

.filter-row .right-colum .search-input {
  margin-right: 9px;
  max-width: 318.5px;
  width: 100%;
}

.filter-row .right-colum .search-input .input-group .btn {
  padding: 0;
  width: 52px;
  text-align: center;
  justify-content: center;
  box-shadow: none !important;
}

.filter-row .right-colum .search-input .input-group .btn img{
  margin: auto;
  width: 29px;
}

.filter-row .right-colum .mobile-list-search {
  display: none;
}

/* =============================\LOGIN_FST-css/=========================== */
.login_fst {
  background-color: #fff;
  height: 100vh;
}
.l-fst-image {
  background-image: url(../images/login-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.l-fst-hedinh P {
  color: #ffbc49;
  font-weight: 400;
  font-size: 20px;
  padding-top: 3.4rem;
  margin-bottom: 0;
}
.l-fst-hedinh h3 {
  color: #042b3f;
  font-weight: 600;
  font-size: 32px;
}
.welcome-back-form .input-group .input-group-text {
  border: 0;
  /*background: inherit;*/
  border-bottom: 1px solid #e0e0e0;
}
.welcome-back-form .input-group .form-control {
  border: 0;
  background: inherit;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px !important;
  background: #ffffff !important;
}

.welcome-back-form .input-group-text {
  background: none;
  width: 25px;
  padding: 0;
}

.welcome-back-form input:-webkit-autofill,
.welcome-back-form input:-webkit-autofill:hover,
.welcome-back-form input:-webkit-autofill:focus,
.welcome-back-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
}

.welcome-back-form div .h-password-btm {
  width: 100%;
  font-weight: 600;
}
.welcome-back-form div a {
  color: #ffbc49;
  font-size: 12px;
}
.welcome-back-form .svg_logo {
  margin-top: 15%;
}

/* ==========================\LOGIN_FST-css/-AND-============================== */

/* ==========================\PROJECT-INFO-css/-START-============================== */
.project-info{
  background-color: #fff;
}
.info-test_heading .row .question-btn .h-password-btm {
  min-width: 70%;
}
.info-test_heading h2 {
  font-weight: 600;
  font-size: 24px;
}
.info-test_heading p {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.5;
}
.info-test_heading .row div h6 {
  font-weight: 600;
  font-size: 14px;
  opacity: 0.5;
  margin-top: 1.4rem;
}
.info-test_heading .row div h5 {
  font-weight: 400;
  font-size: 16px;
}
.info-acord-btn {
  font-weight: 500;
  font-size: 24px;
  line-height: 73px;
  color: #02293D;
  border-bottom: 0px !important;
}
.accordion-item{
  border-top: 1px solid#dee2e6 !important;
  border-bottom: 1px solid#dee2e6 !important;
}
.accordion-button:not(.collapsed) {
  color: #02293D;
  background-color: #ffffff;
  border-bottom: 0px!important;
  box-shadow: none;
}
/* ==========================\PROJECT-INFO-css/-AND-============================== */

/* ==========================\Create-acount-css/============================== */

.create-acount-img {
  background-color: #042b3f;
  height: 100vh;
  width: 100%;
}
.create-acount-img img {
  width: 85%;
}
.welcome-back-form div {
  font-size: 14px;
}
.welcome-back-form div p span {
  color: #ffbc49;
}
.acount-sign-in {
  font-size: 12px;
}

.dataTables_paginate  {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  min-height: 40px;
  padding: 4px 0;
  margin-top: 20px;
}

.dataTables_paginate  span{
  display: flex;
  align-items: center;
  min-height: 32px;
}

/* Previous and Next button styles - consistent with main pagination */
.dataTables_paginate .previous,
.dataTables_paginate .next {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 12px !important;
  height: 32px !important;
  min-width: 32px !important;
  margin: 0 2px !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  color: #02293d !important;
  background: #ffffff !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.dataTables_paginate .previous:hover,
.dataTables_paginate .next:hover {
  background: #022933 !important;
  color: #fff !important;
}

.dataTables_paginate .previous:hover a,
.dataTables_paginate .next:hover a {
  color: #fff !important;
}

/* More specific rules for Back button visibility */
.dataTables_paginate .previous:hover *,
.dataTables_paginate .next:hover * {
  color: #fff !important;
}

.dataTables_paginate .previous:hover span,
.dataTables_paginate .next:hover span {
  color: #fff !important;
}

.dataTables_paginate span .current {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 12px !important;
  height: 32px !important;
  min-width: 32px !important;
  margin: 0 2px !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  color: #fff !important;
  background: #022933 !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.dataTables_paginate span .current a {
  color: #fff !important;
}
#externalUserTable_filter label input{
    padding: 7px 0 7px 14px;
  font-size: 16px;
  width: 100%;
  font-weight: normal;
  border-color: #CECECE !important;
}

#externalUserTable_filter label input::-webkit-placeholder{
    color: #CECECE;
    font-size: 16px;
  font-weight: normal !important;

}

#externalUserTable_filter label input::-moz-placeholder{
    color: #CECECE;
    font-size: 16px;
  font-weight: normal !important;

}


#externalUserTable_filter label input::-ms-placeholder{
    color: #CECECE;
    font-size: 16px;
  font-weight: normal !important;

}

#externalUserTable_filter label input::placeholder{
    color: #CECECE;
    font-size: 16px;
  font-weight: normal !important;

}

.search-input input::-webkit-placeholder{
    color: #CECECE;
    font-size: 16px;
  font-weight: normal !important;

}

.search-input input::-moz-placeholder{
    color: #CECECE;
    font-size: 16px;
  font-weight: normal !important;

}


.search-input input::-ms-placeholder{
    color: #CECECE;
    font-size: 16px;
  font-weight: normal !important;

}

.search-input input::placeholder{
    color: #CECECE;
    font-size: 16px;
  font-weight: normal !important;

}

.searchInput {
  padding: 7px 14px !important;
}


table.table-bordered.dataTable th{
  background: #fbe1b5;
}
button.action-btn.appoveButton.btn.btn-secondary {
  border-radius: 8px;
  font-weight: 600;
}

.table tr {
  background: #ffffff !important;
}

.table tr th{
  color: #02293D;
  font-weight: 600;
}

.table tr td{
  color: #02293D;
  font-weight: normal;
}

.action-btn {
  font-weight: 600 !important;
}

.table-bordered tr th {
  white-space: nowrap;
}
.table-bordered tr th, .table-bordered tr td{
  font-size: 13px;  
  padding: 0.95rem 0.55rem;
}

/*.table-bordered tr td .btn{
  font-size: 14px !important;
  min-width: 80px !important;
}*/

@media screen and (max-width: 1400px) {
  .table-bordered tr th, .table-bordered tr td{
    font-size: 12px;  
/*    padding: 0.35rem;*/
  }
 .table-bordered tr td .btn{
  font-size: 12px !important;
  }
}
 
/* ==========================\Create-acount-css/-AND-============================== */
@media screen and (max-width: 768px) {
  .l-fst-image {
    display: none;
  }
  .create-acount-right {
    display: none;
  }
}

.filter-row .right-colum .btn-filter {
  font-weight: 600;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .filter-row .right-colum .btn-filter {
    padding: 0 12px !important;
  }
  .filter-row .right-colum .btn-filter img {
    width: 20px;
  }
}

.dropdown-menu .dropdown-item:active {
  background: #02293d;
  color: #ffffff;
}

.offcanvas {
  top: 75px !important;
  border: 0 !important;
}

@media screen and (max-width: 767px) {
  .offcanvas {
    top: 80px !important;
  }
}

@media screen and (max-width: 576px) {
  .offcanvas {
    max-width: calc(100vw - 30px);
    -webkit-box-shadow: 0px 4px 14px rgba(152, 152, 152, 0.25);
    box-shadow: 0px 4px 14px rgba(152, 152, 152, 0.25);
    -webkit-transform: none;
    transform: none;
    left: 0;
    right: 0;
    margin: auto;
    /* top: 130px !important; */
  }
}

.offcanvas .offcanvas-header h5 {
  font-weight: 600;
}

.offcanvas .offcanvas-header .btn-close {
  background: none;
  width: 27px;
  height: 27px;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.offcanvas .offcanvas-header .btn-close img {
  width: 100%;
}

.offcanvas .offcanvas-body {
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

.offcanvas .canvas-footer {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 14px rgba(152, 152, 152, 0.25);
  box-shadow: 0px 2px 14px rgba(152, 152, 152, 0.25);
  padding: 15px;
}

.offcanvas .canvas-footer .btn {
  width: 100%;
}

.dataTables_filter {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

@media screen and (max-width: 576px) {
  .offcanvas-backdrop {
    display: none;
  }
  .list-card .card-body .left-colum img {
    height: 32px;
  }
}

.filter-form .form-label {
  font-size: 16px !important;
  font-weight: 500;
}
/*# sourceMappingURL=main.css.map */

.view-dote-to.dropdown-toggle::after {
  display: none;
}

.view-dote-to {
  height: 36px !important;
  width: 11%;
  margin: 0 !important;
  padding: 0% !important;
}
.view-dote-to svg{
  width: 4px;
}
.view-perent {
  background-color: #ffbc49;
}
.view-perent .view-dote-to{
  box-shadow: none !important;
  outline: none !important;
  background: none !important;
}
.view-perent .dropdown-menu {
  border: 0;
  border-radius: 0;
  color: #022233;
  font-weight: 400;
  font-size: 12px;
}
.view-perent .dropdown-menu li a {
  padding: 0.25rem 0.8rem;
  font-size: 12px;
}
.view-perent .dropdown-menu li a:hover {
  background-color: #fee7c1;
}
.map-img img {
  width: 100%;
  height: auto;
}

/* .map-img {
  padding-top: 60px;
} */

.h-uger-profile a {
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
  color: #FFBC49;
  border-bottom: 1px solid #FFBC49;
}
.h-uger-profile h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
      color: #02293D;
}
.h-profile-form div .form-control {
  border-left: 0;
  height: 52px;
}

.h-profile-form div .form-control::placeholder {
  color: #D0D0D0;
}

 .h-profile-form .btn-secondary {
  height: 52px;
 }

.h-profile-form .input-group span {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid rgba(2, 41, 61, 0.3);
  border-right: 0 !important;
}
.h-profile-form .input-group input {
  font-size: 16px;
  border-radius: 0 !important;
  border: 1px solid rgba(2, 41, 61, 0.3);
  border-width: 1px 1px 1px 0;
}
.h-profile-form .h-password-btm {
  width: 100%;
  font-weight: 600;
}
.back-arro {
  line-height: 0 !important;
  height: auto !important;
  padding: 0% !important;
  padding-right: 15px !important;
}
.back-arro {
  border: 0;
  background-color: #02293d;
  color: #fff;
  border: 0 !important;
}
.back-arro img {
  background-color: #ffb63a;
  border-right: 1px solid #ffffff;
  padding: 15px;
  margin: 0% !important;
}
.h-profile-form-to div .form-control {
  border-width: 0 0 1px 0;
}

.h-profile-form-to .input-group span {
  border-radius: 0;
  background-color: #fff;
  border-color: rgba(2, 41, 61, 0.3);
  border-right: 0 !important;
  border-width: 1px 0 1px 1px;
}
.h-profile-form-to .input-group input {
  font-size: 16px;
  border-width: 1px 1px 1px 0;
}
.h-profile-form-to div div .form-floating textarea {
  border: 0;
  background-color: #f9f9f9;
}
.reach-card {
  background-color: #022233;
  padding: 2.1rem;
}
.reach-card  h4 {
  color: #ffb63a;
  font-weight: 600;
}
.reach-card p {
  color: #fff;
}
.h-card-logo img {
  width: 240px;
  margin-top: 1rem;
}
.h-shocel-icons a img {
  margin-top: 2rem;
  width: 35px;
  margin: 0 5px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 426px) {
  .l-fst-hedinh P {
    padding-top: 1.4rem;
  }
  .back-arro img {
    padding: 10px;
  }
  .h-card-logo img {
    width: 140px;
    margin-top: 0.5rem;
  }
  .h-shocel-icons a img {
    width: 25px;
    margin-top: 1rem;
  }
  .h-contact-icon div p {
    font-size: 14px;
    font-weight: 500;
  }
  .back-arro {
    padding-right: 15px !important;
  }
  .h-uger-profile img {
    width: 100px;
  }
  .h-uger-profile h5 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .h-uger-profile a {
    font-size: 12px;
  }
}


/*.dtl-text-projectinfo {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3;
           line-clamp: 3; 
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   display: -webkit-box !important;
}*/

.action-btn.secondary-btn, .action-btn.danger-btn, .action-btn, .action-btn.btn-secondary {
  border: 0 !important;
  font-size: 12px !important;
  height: 32px !important;
  width: 68px !important;
  line-height: 32px;
  text-align: center;
}

table.dataTable {
  border: 0 !important;
}

.table.dataTable {
  border-bottom: 2px solid #dee2e6 !important;
}

.table-bordered th:last-child, .table-bordered td:last-child {
  border-right: 0 !important;
}

.card {
  border: 0 !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  border:1px solid #d7d7d7;
  outline: none;
  box-shadow: none; 
  height: 46px;
  width: 100%;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  padding-right: 8px;
  max-width: 325px;
}

div.dataTables_wrapper div.dataTables_length select {
  border:1px solid #d7d7d7;
  outline: none;
  box-shadow: none; 
  height: 32px;
  position: relative;
  padding: 2px 18px 2px 10px !important;
  background-size: 10px;
}

table.table-bordered.dataTable th {
  border: 0 !important;
}

table.dataTable>tbody>tr {
  background-color: #ffffff !important;
}

.dataTables_filter label {
  position: relative;
  z-index: 2;
}

.dataTables_filter label::after {
  background: url('../images/search.svg') #02293d;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  height: 100%;
  width: 52px;
  position: absolute;
  right: 0;
  top: 0;
}

/* .card-body .filter-row{
  position: absolute;
  width: calc(100% - 40px);
  z-index: 1;
} */

div.dataTables_wrapper div.dataTables_filter {
    padding-right: 130px;
}

.userlist-table .dataTables_wrapper .dataTables_filter{
    padding-right: 172px;
}

.table-bordered th, .table-bordered td {
  border-color: #f2f4f5 !important;
}

.table tr .btn.btn-secondary {
  background: #FFBC49;
  color: #02293D;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
}

.btn.btn-danger {
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border-radius: 0;
  font-size: 13px;
  font-weight: 600;
}

table.dataTable thead>tr>th.sorting {
  padding-right: 35px !important;
}

table.dataTable thead>tr>th.sorting:before {
  background-image: url('data:image/svg+xml,<svg width="17" height="14" viewBox="0 0 17 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect opacity="0.3" x="5" y="12" width="2" height="12" rx="1" transform="rotate(-180 5 12)" fill="%2302293D"/><path d="M6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289C0.683418 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289Z" fill="%2302293D"/><rect opacity="0.3" width="2" height="12" rx="1" transform="matrix(-1 0 0 1 14 2)" fill="%2302293D"/><path d="M15.2929 4.70711C15.6834 5.09763 16.3166 5.09763 16.7071 4.70711C17.0976 4.31658 17.0976 3.68342 16.7071 3.29289L13.7071 0.292893C13.3166 -0.097631 12.6834 -0.097631 12.2929 0.292893L9.29289 3.29289C8.90237 3.68342 8.90237 4.31658 9.29289 4.70711C9.68342 5.09763 10.3166 5.09763 10.7071 4.70711L13 2.41421L15.2929 4.70711Z" fill="%2302293D"/></svg>');
  background-repeat: no-repeat;
  background-position:center;
  cursor: pointer;
  opacity: 1 !important;
  height: 16px;
    width: 14px;
        bottom: auto !important;
    transform: translateY(-50%);
    top: 50%;
    font-size: 0;
    content: ' ' !important;
    background-size: 100%;
    right: 8px !important;
}

table.dataTable thead>tr>th.sorting.sorting_desc:before {
  transform: translateY(-50%) rotateX(180deg);
}

table.dataTable thead>tr>th.sorting:after {
    display: none !important;
    font-size: 0;
     content: ' ';
}

.pname-td {
  font-weight: 500 !important;
}

.pname-td a{
  color: #02293d;
}

.dataTables_length {
  color: #02293D;
  font-size: 12px;
  font-weight: 400;
}

.dataTables_length select{
  border: 1px solid #02293D !important;
  background: url('data:image/svg+xml,<svg width="22" height="12" viewBox="0 0 22 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 12L22 0H0L11 12Z" fill="%2302293D"/></svg>') #ffffff;
      background-repeat: no-repeat;
    background-size: 12px;
    background-position: 90% center;
    font-size: 13px !important;
}

.dataTables_length select{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Consolidated pagination button styles */
.paginate_button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 12px !important;
  height: 32px !important;
  min-width: 32px !important;
  margin: 0 2px !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  color: #02293d !important;
  background: #ffffff !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.paginate_button:hover {
  background: #022933 !important;
  color: #fff !important;
}

.paginate_button:hover a {
  color: #fff !important;
}

/* Global DataTables Pagination Styles - Applied to all pages */
.dataTables_paginate .paginate_button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 12px !important;
  height: 32px !important;
  min-width: 32px !important;
  margin: 0 2px !important;
  border: 1px solid #02293d !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  color: #02293d !important;
  background: #ffffff !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 1 !important;
  box-sizing: border-box !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.dataTables_paginate .paginate_button:hover {
  background: #02293d !important;
  color: #fff !important;
  border-color: #02293d !important;
}

.paginate_button.current,
.paginate_button.current:hover,
.paginate_button.active,
.paginate_button.active:hover,
.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover,
.dataTables_paginate .paginate_button.active,
.dataTables_paginate .paginate_button.active:hover {
  background: #02293d !important;
  background-color: #02293d !important;
  color: #fff !important;
  border-color: #02293d !important;
}

.paginate_button.current a,
.paginate_button.current:hover a,
.paginate_button.active a,
.paginate_button.active:hover a,
.dataTables_paginate .paginate_button.current a,
.dataTables_paginate .paginate_button.current:hover a,
.dataTables_paginate .paginate_button.active a,
.dataTables_paginate .paginate_button.active:hover a {
  color: #fff !important;
  background: transparent !important;
}

/* Arrow icons for Back and Next buttons */
.dataTables_paginate .paginate_button.previous:before {
  content: "← " !important;
  margin-right: 4px !important;
  font-weight: bold !important;
}

.dataTables_paginate .paginate_button.next:after {
  content: " →" !important;
  margin-left: 4px !important;
  font-weight: bold !important;
}

/* Remove page-link class styling */
.dataTables_paginate .paginate_button a {
  color: inherit !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

.dataTables_paginate .paginate_button a.page-link {
  color: inherit !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

.paginate_button a {
  color: inherit !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

/* Ensure all text elements in pagination are visible on hover */
.dataTables_paginate .previous:hover,
.dataTables_paginate .next:hover,
.dataTables_paginate .paginate_button:hover {
  background: #022933 !important;
  color: #fff !important;
}

.dataTables_paginate .previous:hover *,
.dataTables_paginate .next:hover *,
.dataTables_paginate .paginate_button:hover * {
  color: #fff !important;
}

/* Override any DataTables default styles */
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
  background: #022933 !important;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover *,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover * {
  color: #fff !important;
}

/* Force all text content to be white on hover - most aggressive approach */
.dataTables_paginate .previous:hover,
.dataTables_paginate .next:hover {
  background: #022933 !important;
  color: #fff !important;
}

.dataTables_paginate .previous:hover::before,
.dataTables_paginate .next:hover::before,
.dataTables_paginate .previous:hover::after,
.dataTables_paginate .next:hover::after {
  color: #fff !important;
}

/* Target any nested elements */
.dataTables_paginate .previous:hover div,
.dataTables_paginate .next:hover div,
.dataTables_paginate .previous:hover span,
.dataTables_paginate .next:hover span,
.dataTables_paginate .previous:hover p,
.dataTables_paginate .next:hover p {
  color: #fff !important;
}

/* AGGRESSIVE FIX: Force all text content to be white on hover */
.dataTables_paginate .previous:hover,
.dataTables_paginate .next:hover {
  background: #022933 !important;
  color: #fff !important;
  text-shadow: none !important;
}

/* Force text visibility with multiple approaches */
.dataTables_paginate .previous:hover,
.dataTables_paginate .next:hover,
.dataTables_paginate .paginate_button.previous:hover,
.dataTables_paginate .paginate_button.next:hover {
  background: #022933 !important;
  color: #fff !important;
}

/* Target all possible child elements and text nodes */
.dataTables_paginate .previous:hover *,
.dataTables_paginate .next:hover *,
.dataTables_paginate .paginate_button.previous:hover *,
.dataTables_paginate .paginate_button.next:hover * {
  color: #fff !important;
  text-shadow: none !important;
}

/* Override any inline styles that might be set by JavaScript */
.dataTables_paginate .previous:hover[style*="color"],
.dataTables_paginate .next:hover[style*="color"] {
  color: #fff !important;
}

/* GLOBAL PAGINATION FIX: Apply to all DataTables pagination across the site */
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover *,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover * {
  background: #022933 !important;
  color: #fff !important;
  text-shadow: none !important;
}

/* Additional global rules for consistency */
.paginate_button.previous:hover,
.paginate_button.next:hover,
.paginate_button.previous:hover *,
.paginate_button.next:hover * {
  background: #022933 !important;
  color: #fff !important;
  text-shadow: none !important;
}

/* Responsive pagination styles */
@media (max-width: 768px) {
  .dataTables_paginate {
    min-height: 36px;
  }
  
  .paginate_button {
    padding: 4px 8px !important;
    height: 28px !important;
    min-width: 28px !important;
    font-size: 11px !important;
    margin: 0 1px !important;
  }
  
  .dataTables_paginate .previous,
  .dataTables_paginate .next {
    padding: 4px 8px !important;
    height: 28px !important;
    min-width: 28px !important;
    font-size: 11px !important;
    margin: 0 1px !important;
  }
  
  .dataTables_paginate span .current {
    padding: 4px 8px !important;
    height: 28px !important;
    min-width: 28px !important;
    font-size: 11px !important;
    margin: 0 1px !important;
  }
}

@media (max-width: 480px) {
  .dataTables_paginate {
    min-height: 32px;
  }
  
  .paginate_button {
    padding: 3px 6px !important;
    height: 24px !important;
    min-width: 24px !important;
    font-size: 10px !important;
    margin: 0 1px !important;
  }
  
  .dataTables_paginate .previous,
  .dataTables_paginate .next {
    padding: 3px 6px !important;
    height: 24px !important;
    min-width: 24px !important;
    font-size: 10px !important;
    margin: 0 1px !important;
  }
  
  .dataTables_paginate span .current {
    padding: 3px 6px !important;
    height: 24px !important;
    min-width: 24px !important;
    font-size: 10px !important;
    margin: 0 1px !important;
  }
}
/* Arrow icons removed from pagination buttons */

.table.dataTable {
  margin-bottom: 0 !important;
}

.table-responsive {
  padding-bottom: 10px;
}

.dataTables_scroll {
  padding-bottom: 12px;
}

.gm-style * {
  font-family: "Poppins", sans-serif !important;
  color: #02293D;
}

.gm-style b {
  font-weight: 600 !important;
}

.gm-style .btn {
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase;
}

.gm-style hr.maphr {
  margin-bottom: 2px !important;
  margin-top: 2px !important;
}

.profilepage-avatar {
  display: inline-block;
  margin: auto auto 0.5rem auto;
  position: relative;
}
.profilepage-avatar .profile-trigger {
  box-shadow: 0px 4px 4px 0px #65646433;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  right: 10px;
  background: #ffffff;
}

.profilepage-avatar .profile-trigger svg{
  width: 24px;
}

.btn {
   font-family: "Poppins", sans-serif !important;
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
  box-shadow: 0px 4px 15px 0px #00000026;
  max-height: initial !important;
}

.gm-style-iw-d {
  overflow-y: auto !important;
}

 table tr td {
    font-size: 14px !important;
  }

  table tr th {
    font-size: 14px !important;
  }

.plan-btns-row {
  padding: 0 20px 12px 20px;
}

.checkbox-text {
  font-size: 12px;
  color: #81959F;
}

.btn.btn-signin {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.offcanvas-header {
  padding-bottom: 0;
}

.offcanvas-header .offcanvas-title{
  font-size: 24px;
  color: #02293D;
}

.filter-form .form-control {
  border-radius: 0;
  height: 38px;
}

.add-form label{
  color: #334155;
  font-size: 14px;
  font-weight: 500;
}

.add-page-titles {
  font-size: 24px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.6rem;
}

.add-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #334155;
}

.add-form select{
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.375rem 0.75rem;
  background: url('data:image/svg+xml,<svg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 5L0 0L9 0L4.5 5Z" fill="%2302293D"/></svg>');
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: calc(100% - 12px) center;
  height: 40px;
  border-radius: 0;
}

.add-form .form-control {
  height: 40px;
  border-radius: 0;
}

.add-form .btn {
  font-size: 20px !important;
  font-weight: 500 !important;
  height: 58px;
  line-height: 58px;
}

.btn.btn-default {
  background: #E2E8F0;
  color: #02293D;
  padding: 0 10px;
}

option.optionDefault {
    display: none;
}
.fa {
  cursor: pointer !important;
}

.custom-drop {
  width: 100%;
  text-align: left;
}

.custom-drop .dropdown-toggle{
  border: 1px solid #ced4da;
  font-size: 14px !important;
  height: 40px !important;
  width: 100%;
  line-height: 100% !important;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  font-weight: normal !important;
}

.custom-drop .dropdown-toggle::after{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 19px;
}

.custom-drop .dropdown-menu {
  width: 100%;
  box-shadow: 0px 2px 6px rgba(137, 137, 137, 0.18);
  border: 0;
}

.custom-drop .dropdown-menu .dropdown-item {
  color: #02293D;
  font-size: 14px;
  width: 100%;
  padding: 7px 20px;
}

.custom-drop .dropdown-menu .dropdown-item:hover {
  color: #02293D !important;
  background-color: #f8f9fa !important;
}

.adduser-form .form-control{
  height: 52px;
  font-size: 16px;
}

.adduser-form .custom-drop .dropdown-toggle{
  height: 52px !important;
  font-size: 16px;
}

.card .adduser-card {
  padding: 2rem;
}

.MapDataClass {
  font-size: 12px !important;
  line-height: 30px;
}

.MapDataClass .maphr {
  width: calc(100% - 30px);
  margin-left: auto;
  border-top: 1px solid #D8D8D8 !important;
  border-bottom: 0 !important;
}

.MapDataClass svg {
  width: 16px !important;
}

.gm-style-iw-chr button {
  height: 38px !important;
  width: 40px !important;
}

.gm-style-iw-chr button span{
  margin: 8px !important;
}

.add-user-btn {
  font-weight: 600 !important;
  padding: 0 1.5rem !important;
}

.MapDataClass iframe {
  max-height: 175px !important;
  max-width: 100% !important;
}

.gm-style-iw {
  max-width: 570px !important;
}

.action-col .rejected-btn{
  background: #FFEAEA !important;
  font-weight: 500 !important;
  color: #000000 !important;
  border-color: #FFEAEA !important;
}

.action-col .approved-btn{
   background: #E1FFE0 !important;
  font-weight: 500 !important;
  color: #000000 !important;
  border-color: #E1FFE0 !important;
}

.filter-row .btn{
  font-size: 14px;
}

.project-details-colum {
    min-width: 260px !important;
}

.project-name-colum {
  min-width: 180px !important;
}

.table-responsive {
  padding-bottom: 0 !important;
}

select.form-control{
  background-image: url('data:image/svg+xml,<svg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 5L0 0L9 0L4.5 5Z" fill="%2302293D"/></svg>');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 8px;
}

.projectinfo-tabs {
  gap: 8px;
  white-space: nowrap;
  overflow-x: auto;
  flex-wrap: nowrap !important;
  margin-top: 1.2rem;
}

.projectinfo-tabs::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

.projectinfo-tabs .nav-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #939393;
  border-bottom:2px solid #B3BFC5;
  height: 40px;
  line-height: 40px;
  border-radius: 0 !important;
  padding: 0 6px;
  background:#ffffff !important;
}

.projectinfo-tab-details ul {
  list-style-type: none;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

.projectinfo-tab-details ul li{
  border: 1px solid rgba(2, 41, 61, 0.5);
  padding: 8px 10px;
  margin-top: 8px;
  color: #02293D;
  font-size: 14px;
}

.projectinfo-tab-details ul li label{
  font-weight: 600;
  font-size: 14px;
  margin-right: 2px;
  color: #02293D;
  margin-bottom: 0;
}

.projectinfo-tabs .nav-link.active {
  color: #02293D !important;
  border-color: #02293D !important;
}

.project-info {
  background: #F5F7FB;
}

.project-info-wrapper {
  background: #ffffff;
}

.project-info-map {
  width:100%; 
  height:360px;
}

.mobile-project-info {
  display: none;
}

.filter-row .right-column {
  background: #E5EAEB;
}

.filter-row .right-colum .btn.btn-download-mobile{
  display: none;
}

.filter-row .right-colum .mobile-list-search .search-icon-mobile {
  display: none;
}

.btn-filter .filter-btn-icon-mobile {
  display: none;
}
  .btn-filter .filter-btn-icon-web {
    width: 17px;
  }


@media screen and (min-width: 768px) {
  .list-search-for-mobile {
    display: none;
  }
  .search-for-mobile-map {
    display: none !important;
  }
  .search-for-mobile {
    display: none !important;
  }
}
  
@media screen and (max-width: 767px) {
  .list-search-for-web {
    display: none;
  }
  .list-search-for-mobile {
    display: block;
    margin-right: 0 !important;
  }
}



@media screen and (max-width: 767px) {
  .mobile-project-info {
    display: block;
  }

  .project-info-accordian-web {
    display: none;
  }

  .projectinfo-web {
    display: none;
  }

  .project-info-map {
    width:100%; 
    height:200px;
  }

 #filterRight .canvas-footer .btn {
    height: 38px !important;
    line-height: 38px !important;
    font-size: 14px !important;
  }

    .filter-row .btn{
    font-size: 12px;
  }

 #filterRight .form-control {
  font-size: 12px !important;
  }
  .offcanvas-header .offcanvas-title {
    font-size: 22px;
  }
  .card-body .filter-row {
    width: 100%;
  }
  .crm-wrapper .sidebar .nav-item a {
    font-size: 14px;
    font-weight: 400;
  }
  .crm-wrapper .content-wrapper .content .navbar-expand .mobile-navbar .right-user .dropdown-menu li a {
    font-size: 12px;
    font-weight: 500;
    padding: 0.25rem 1rem;
  }
  .crm-wrapper .content-wrapper .content .navbar-expand .mobile-navbar .right-user .dropdown-menu li img {
    width: 14px;
  }
  .crm-wrapper .content-wrapper .content .navbar-expand .mobile-navbar .right-user .dropdown-menu {
    padding: 5px 10px;
    top: 125%;
  }
  .mobile-map-card {
    background: none !important;
    padding: 0;
  }
  .mobile-map-card .card-body {
    padding: 0;
  }
  /* .map-img {
    padding-top: 48px;
  } */

   .filter-row .right-colum .search-input .input-group .form-control {
    position: absolute;
    right: 32px;
    width: 0;
    height: 32px;
    padding: 0 !important;
    transition: all ease-in 0.1s;
    border-color: #ffffff;
  }
  .filter-row .right-colum .search-input .input-group:hover .form-control {
    position: absolute;
    right: 32px;
    width: 150px;
  }

  .filter-row .right-colum .mobile-list-search .search-icon-mobile {
    display: block;
  }

  .filter-row .right-colum .mobile-list-search .search-icon-web {
    display: none;
  }
 
  .filter-row .right-colum .search-input .input-group .form-control::placeholder {
    font-size: 12px !important;
  }

  .filter-row .right-colum .mobile-list-search {
    display: flex;
  }

  .filter-row .right-colum .input-group-text {
    line-height: 32px;
    width: 32px !important;
    background: #E5EAEB !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
  }
  .filter-row .right-colum .search-input .input-group .input-group-text img {
    width: 15px;
    margin: 0;
  }

  .filter-row .right-colum .btn.btn-download-mobile{
    background: #E5EAEB !important;
    width: 32px;
    height: 32px;
    padding: 0 !important;
    border-radius: 0 !important;
    min-width: 32px;
    display: block;
    border: 0 !important;
  }
  .filter-row .left-colum .btn.btn-download-web{
    display: none;
  }

  .filter-row .mobile-list-search {
    margin: 0 !important;
  }
  .filter-row .right-colum {
    gap: 6px;
  }
  .filter-row .right-colum .btn.btn-download-mobile::after{
    display: none;
  }
  .filter-row .right-colum .search-input input{
    display: none !important;
  }
  .filter-row .right-colum .btn-download-mobile img {
    width: 20px;
    height: 20px;
    margin: auto;
  }
  .filter-row .right-colum .btn-filter {
    font-size: 0;
    width: 32px !important;
    height: 32px;
    padding: 0 !important;
    border-radius: 0 !important;
    min-width: 32px;
  }
  .filter-row .right-colum .btn-filter img {
     width: 14px;
    height: 14px;
    margin: auto !important;
    padding: 0 !important;
  }

  .search-for-mobile {
    position: absolute;
    top: -2px;
    width: 100%;
    height: 36px !important;
    box-shadow: 2px 5px 15px rgba(0,0,0,0.1);
    z-index: 9;
  }

  .search-for-mobile .search-for-mobile-inner{
    display: flex;
    align-items: center;
    height: 36px !important;
  }
  .search-for-mobile .search-for-mobile-inner input{
    width: 100%;
    height: 36px;
    border: 0;
    border-radius: 0;
    outline: none;
    margin: 0;
  }
  .search-for-mobile .search-for-mobile-inner .icon-left {
    background: #02293d;
    width: 32px;
    min-width: 32px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
  }
  .search-for-mobile .search-for-mobile-inner .icon-left img{
    width: 20px;
  }
  .search-for-mobile .search-for-mobile-inner .cancel-btn {
    background: #ffffff;
    border: 0;
    color: #02293D;
    font-size: 13px;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
  }
  .btn-filter .filter-btn-icon-web {
    display: none;
  }
  .btn-filter .filter-btn-icon-mobile {
    display: block;
  }
}

@media screen and (max-width:576px) {
  .gm-style .gm-style-iw-c {
    max-width: 250px !important;
    outline: none !important;
    max-height: initial !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .gm-style-iw-d {
    margin: 0 !important;
    max-height: initial !important;
  }
  .MapDataClass {
    line-height: 1.4 !important;
    margin-top: 5px;
  }
  .gm-style hr.maphr {
    margin-bottom: 4px !important;
    margin-top: 4px !important;
  }
  .gm-style-iw-chr button span {
    margin: 5px -5px 4px auto !important;
  }
  .gm-style-iw-chr button {
    height: 30px !important;
    width: 30px !important;
  }
}

.table-responsive table.dataTable {
  margin-top: 0 !important;
}