@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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');



:root {
  --primary-color: #050023;
  --secondary-color: #385ED9;
  --secondary-color2: #3771FE;
  --secondary-color3: #D9DDEE;
  --secondary-color4: #1D1D1D;
  --secondary-color5: #242424;
  --secondary-color6: #1E2233;
  --bs-white: #FFFFFF;
  --bs-dark: #12111C;
  --bodyFont: 'Open Sans', sans-serif;
  --secondaryFont: 'Poppins', sans-serif;
  --headingFont: 'Actay Wide';
}

@font-face {
  font-family: 'Actay Wide';
  src: url('../font/ActayWide-Bold.woff2') format('woff2'),
    url('../font/ActayWide-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Actay Wide';
  src: url('../font/ActayWide-BoldItalic.woff2') format('woff2'),
    url('../font/ActayWide-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}


.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  line-height: 1.6 !important;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--bodyFont);
  color: var(--secondary-color6);
  background: var(--bs-white);
  position: relative;
  z-index: 0;
  /* overflow-y: hidden;
  overflow-x: hidden; */
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  width: auto;
  text-align: center;
  padding: 0 25px;
  font-size: 16px;
  border-radius: 30px;
  display: block;
  line-height: 55px;
  height: 55px;
  font-family: var(--secondaryFont);
  font-weight: 500;
  border-width: 2px;
  background: var(--secondary-color);
  color: var(--bs-white);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 1px solid var(--secondary-color);
}

.btn:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--bs-white);
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--headingFont);
  font-weight: bold;
}

h1 {
  font-size: 44px;
  color: var(--bs-dark);
}

h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

h6 {
  font-size: 18px;
}

.heading {
  font-family: var(--headingFont);
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  margin-top: 9px;
}

.subhead {
  font-family: var(--headingFont);
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: var(--secondary-color2);
  position: relative;
  z-index: 1;
  padding-left: 175px;
}

.subhead::after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 172px;
  height: 1px;
  background-color: #385ED9;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 9;
  padding: 40px 0;

  .btn {
    border: 1px solid var(--secondary-color) !important;
    text-transform: unset;

    &:hover {
      border: 1px solid var(--secondary-color) !important
    }
  }

  &.fixed {
    background-color: var(--primary-color);
    padding: 20px 0;
  }
}




.hero_Sec {
  padding-top: 8.5rem;
  min-height: 80vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero_content {
  text-align: center;
}

.gradient_heading {
  background: linear-gradient(90deg, #2F3132 75%, rgba(47, 49, 50, 0.5) 85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
  font-family: var(--headingFont);
  color: #fff;
}

.gradient-text {
  background: linear-gradient(90deg, #385ED9 10.1%, #B5BFDD 80.77%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 700;
}

.hero-subtitle {
  font-family: var(--bodyFont);
  font-size: 20px;
  line-height: 1.5;
  color: var(--bs-white);
  max-width: 700px;
  margin: 0 auto;
}

.search-bar {
  margin: 60px auto;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  margin-bottom: 170px;
  background: rgba(255, 255, 255, 0.1);


  backdrop-filter: blur(11.7px);
  -webkit-backdrop-filter: blur(11.7px);
  height: 78px;

  .search-select {
    .dropdown-toggle {
      min-width: 215px;
      height: 55px;
      margin-right: 15px;
      color: #D4D1E8;
      border: 1px solid #385ED9;
      justify-content: space-between;
      text-transform: none;
    }
  }
}

.search-input {
  flex: 1;
  display: flex;
  align-items: center;
  border-radius: 40px;
  padding: 12px 18px;
}

.search-input .icon {
  color: #7c86ff;
  font-size: 16px;
  margin-right: 10px;
}

.search-input input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
}

.search-input input::placeholder {
  color: #9aa1ff;
}

.search-select select {
  background: #1E2233;
  border: none;
  color: #fff;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  min-width: 215px;
  height: 55px;
}

.search-btn {
  background: #4b63ff;
  border: none;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  min-width: 153px;
  height: 55px;
}

.search-btn:hover {
  background: #3a52e0;
}

.hero_tilted_box {
  background: #161B35;
  text-align: center;
  width: 224px;
  border-radius: 6px;
  padding: 30px;
  height: auto;
  min-height: 345px;
  overflow: hidden;
  margin-bottom: -43px;
}

.hero_tilted_box img {
  margin-bottom: 20px;
}

.hero_tilted_box h3 {
  font-family: var(--headingFont);
  color: #D7D7D7;
  font-size: 24px;
  list-style: 1.5;
  font-weight: 700;
}

.hero_tilted_box h4 {
  font-family: var(--bodyFont);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #D7D7D7;
}

.hero_tilted_box p {
  color: #7B7B7B;
  font-family: var(--bodyFont);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.hero_tilted_box.left {
  transform: rotate(-15deg);
}

.hero_tilted_box.right {
  transform: rotate(15deg);
}






.intro_fit {
  padding: 100px 0 130px;
  background-color: #F2F4FB;
  position: relative;

  .subhead {
    width: fit-content;
  }
}

.fit_intro_box {
  max-width: 484px;
  padding: 50px 55px;
  background: #D9DDEE;
  border-radius: 8px;
  text-align: center;
}

.fit_intro_box p {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 32px;
  font-family: var(--bodyFont);
  letter-spacing: 0.04em;
  font-weight: 300;
}

.fit_intro_box h5 {
  color: var(--primary-color);
  font-size: 22px;
  line-height: 1;
  font-family: var(--bodyFont);
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 12px;
}

.center_fit_img {
  position: absolute;
  width: 504px;
  height: 487px;
  left: 50%;
  bottom: 75px;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
}

.center_fit_img img {
  width: 100%;
  max-width: 90%;
  height: auto;
  object-fit: contain;
}

.fit_intro_box.right {
  margin-top: 75px;
  padding: 46px 45px 44px 58px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}



.member_feature.database_member_feature {
  position: relative;
}

.member_feature.database_member_feature::after {
  top: auto;
  bottom: 11.5%;
  max-width: 50%;
  height: 100%;
  max-height: 18%;
}

.database_overview_container {
  background-color: #1E2233;
  border-radius: 12px 12px 0 0;
  padding: 46px 58px 74px 55px;
  position: relative;
  width: 100%;
  max-width: 837px;
}

.database_overview_circle_img {
  position: absolute;
  right: 99px;
  top: 300px;
  width: 792px;
  height: 700px;
  z-index: -1;
}

.database_overview_container p,
.database_overview_container h6,
.database_dark_container h6 {
  font-family: var(--bodyFont);
  color: var(--bs-white);
  font-size: 20px;
  line-height: 39px;
  font-weight: 400;
}

.database_overview_container h6 {
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 25px;
}

.database_icon {
  width: 88px;
  height: 88px;
  flex: 0 0 88px;
  border: 1px solid var(--secondary-color2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.database_content h5 {
  color: var(--bs-white);
  font-size: 18px;
  line-height: 30px;
  font-family: var(--bodyFont);
  letter-spacing: 0.04em;
  font-weight: 700;
}

.database_content p {
  color: #BABABA;
  font-size: 15px;
  line-height: 20px;
  font-family: var(--bodyFont);
  letter-spacing: 0.04em;
  font-weight: 400;
}

.database_list li {
  display: flex;
  gap: 27px;
  margin-bottom: 32px;
  width: 655px;
}

.database_list li:nth-child(even) {
  flex-direction: row-reverse;
  text-align: end;
}

.database_dark_container {
  background: #191825;
  border: 1px solid var(--secondary-color2);
  border-radius: 1px 8px 8px;
  padding: 32px 55px;
}

.database_dark_container h6 {
  margin-bottom: 20px;
  font-weight: 600;
}

.database_dark_container ul li {
  max-width: 1167px;
  height: 98px;
  position: relative;
  padding-left: 113px;
  margin-bottom: 32px;

}

.database_dark_container ul li:last-child {
  margin-bottom: 0;
}

.part_database {
  border: 1px solid var(--secondary-color2);
  background: #191825;
  color: var(--secondary-color2);
  font-size: 20px;
  line-height: 58px;
  font-weight: 600;
  width: 204px;
  height: 59px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bottom_content_database {
  width: 1054px;
  height: 98px;
  background: #1E2233;
  border-radius: 8px;
  padding-left: 107px;
  padding-right: 128px;
  padding-block: 24px;
}

.mt-110 {
  margin-top: 110px;
}

.enhanced_feature .database_list li:nth-child(even) {
  flex-direction: unset;
  text-align: unset;
}

.enhanced_feature .database_list li .database_icon {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
}

.enhanced_feature .database_content h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 7px;
}

.enhanced_feature .database_list li {
  width: 611px;
  height: 86px;
  gap: 25px;
  margin-bottom: 130px;
}

.enhanced_feature .database_list li:last-child {
  margin-bottom: 0;
}

.enhanced_feature.left {
  padding-top: 160px;
  margin-left: -30px;
}

.enhanced_feature.right {
  padding-top: 30px;
  padding-left: 30px;
}

.enhanced_feature.left li {
  text-align: end;
}

.enhanced_feature.left .database_list li:nth-child(even) {
  text-align: end;
}

.center_draw {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -105px;
  content: '';
  height: 516px;
  width: 100px;
}

.center_draw img {}





.refill-station {
  padding: 75px 0 70px;
}

.work-rule {
  padding: 10px;

  span {
    font-family: var(--headingFont);
    font-size: 40px;
    color: var(--secondary-color2);
    font-weight: 700;
    line-height: 1;
    font-style: italic;
  }
}

.work-rule h4 {
  font-family: var(--headingFont);
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 8px;
  color: var(--secondary2-color);
}

.refill-station .d-flex>.work-rule:nth-child(2) {
  margin-top: 64px;
}

.refill-station .d-flex>.work-rule:nth-child(3) {
  margin-top: 124px;
}

.refill-station .d-flex>.work-rule:nth-child(4) {
  margin-top: 193px;
}

.refill-station .work-rule img {
  transform: translate(35px, -35px);
}

.refill-station .d-flex>.work-rule:nth-child(2) img {
  transform: translate(40px, -15px);
}

.refill-station .d-flex>.work-rule:nth-child(3) img {
  transform: translate(35px, 20px);
}

.work_icon {
  height: 96px;
  width: 96px;
  flex: 0 0 96px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 42.91px 10.95px #3771FE40;
  margin-bottom: 20px;
}

.work_icon img {
  transform: unset !important;
}







.manual_data_update {
  position: relative;
  padding-bottom: 165px;
}

.manual_data_update .heading {
  margin-top: 10px;
}

.manual_data_box {
  background: #D9DDEE;
  border-radius: 8px;
  padding: 30px 120px 30px 35px;
  width: 536px;
}

.manual_data_box.bottom {
  padding: 42px 40px 42px 100px;
  margin-top: 158px;
  margin-left: -20px;
}

.manual_data_box p {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 30px;
  font-family: var(--bodyFont);
  letter-spacing: 0.04em;
  font-weight: 300;
}

.mt-94 {
  margin-top: 94px;
}

.manual_circile_image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 583px;
  bottom: 55px;
  text-align: center;
}

.manual_circile_image img {
  width: 475px;
  /* height: 515px; */
  height: 530px;
  object-fit: contain;
}

.manual_circile_image .btn {
  width: fit-content;
  min-width: 293px;
  margin-inline: auto;
  margin-top: -60px;
  margin-bottom: 17px;
}

.manual_circile_image p {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 30px;
  font-family: var(--bodyFont);
  /* letter-spacing: 0.04em; */
  font-weight: 600;
}

.manual_data_box.top {
  margin-bottom: 160px;
}







.member_feature {
  padding: 100px 0;
  background-color: var(--primary-color);
  position: relative;
  z-index: 1;
}

.member_feature::after {
  position: absolute;
  content: '';
  left: 0;
  top: 18%;
  width: 100%;
  max-width: 850px;
  height: 100%;
  max-height: 340px;
  background: url('../img/bottom-sec.webp');
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}

.member_feature .heading {
  margin-top: 10px;
  color: #E9EBF4;
}

.mb-50 {
  margin-bottom: 50px;
}

.member_feature_box {
  padding: 30px 70px 65px;
  text-align: center;
  color: var(--bs-white);
  border: 1px solid #385ED9;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  background-color: var(--primary-color);
}

.member_feature_box.first {
  margin-bottom: 24px;
}

.member_feature_box h4 {
  font-family: var(--secondaryFont);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #E9EBF4;
  margin-bottom: 5px;
}

.member_feature_box p,
.bottom_content_database p {
  font-family: var(--bodyFont);
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #BABABA;
}

.center_border {
  background-image: url('../img/border.webp');
  width: 100%;
  height: 1px;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  /* padding-top: 90px; */
}

.member_feature_box {
  position: relative;
  z-index: 1;
}

.member_feature_box::before {
  position: absolute;
  content: '';
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  height: 44px;
  width: 1px;
  background: #3771FE;
}

.member_feature_box::after {
  position: absolute;
  content: '';
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  height: 25px;
  width: 25px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background: #3771FE;
  backdrop-filter: blur(33px);
}

.member_feature_box.first::after {
  bottom: -85px;
}

.member_feature_box.first::before {
  bottom: -75px;
  height: 60px;
}

.member_feature_box.second::after,
.member_feature_box.third::after {
  top: -65px;
}

.member_feature_box.second::before,
.member_feature_box.third::before {
  top: -45px;
}

.feature_btn {
  position: absolute;
  bottom: -30px;
  width: 153px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid var(--secondary-color) !important;

  &:hover {
    border: 1px solid var(--secondary-color) !important;
  }
}







footer {
  background-color: #212025;
  padding: 30px 0;
  color: var(--bs-white);
  font-family: var(--bodyFont);
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: center;
}

footer .bottom,
footer .bottom a {
  color: #BABABA;
}


.search_result_banner .search_result_view h4 {
  font-family: var(--headingFont);
  color: var(--bs-white);
  font-size: 24px;
  line-height: 1;
  margin-bottom: 5px;
}

.search_result_banner .search-bar {
  margin-bottom: 72px;
}

.search_result_view {
  color: var(--bs-white);
}

.search_result_panel {
  margin-top: 40px;
  margin-bottom: 200px;
  padding: 50px 79px 50px 86px;
  background: #62626826;
  border: 1px solid #3E3F50;
  border-radius: 16px;
}

.search_result_panel h3 {
  font-size: 20px;
}

.search_result_panel .gray_box,
.gray_box {
  background: #282D3F;
  padding: 40px;
  margin-top: 16px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 24px 44px;
  margin-bottom: 28px;
}

.search_result_panel .gray_box p,
.gray_box p {
  color: #B2B2B2;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.search_result_panel .gray_box .title,
.gray_box .title {
  font-family: var(--secondaryFont);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2px;
  color: var(--bs-white);
}

.btn_wrap .btn {
  min-width: 292px;
}

#succesModal .modal-content.custom-modal,
#reminderModal .modal-content.custom-modal,
#searchModal .modal-content.custom-modal {
  background: #050023;
  color: var(--bs-white);
  padding: 77px 39px 107px 46px;
  border-radius: 12px;
  box-shadow: 0px 4px 82.6px 0px #FFFFFF40;
}

#succesModal .modal-content.custom-modal,
#reminderModal .modal-content.custom-modal {
  padding: 69px 39px 85px 47px;
}

#succesModal .modal-content.custom-modal .modal_btn_wrap,
#reminderModal .modal-content.custom-modal .modal_btn_wrap,
#searchModal .modal-content.custom-modal .modal_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 72px;
}

#succesModal .modal-content.custom-modal .icon_box,
#reminderModal .modal-content.custom-modal .icon_box,
#searchModal .modal-content.custom-modal .icon_box {
  height: 120px;
  width: 120px;
  border: 1px solid #385ED9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-bottom: 36px;
}

#succesModal .modal-content.custom-modal .modal-title,
#reminderModal .modal-content.custom-modal .modal-title,
#searchModal .modal-content.custom-modal .modal-title {
  font-size: 32px;
  margin-bottom: 12px;
}

#succesModal .modal-content.custom-modal p,
#reminderModal .modal-content.custom-modal p,
#searchModal .modal-content.custom-modal p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: var(--bodyFont);
}

#succesModal .modal-content.custom-modal p,
#reminderModal .modal-content.custom-modal p {
  width: 70%;
  margin: auto;
}

.btn.log_in {
  min-width: 171px;
  background: transparent;
  border: 1px solid #385ED9;
}

/* #searchModal .modal-content.custom-modal{
  position: relative;
  z-index: 1;
}
#searchModal .modal-content.custom-modal{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 337px;
  background: url('../img/bottom-sec.webp');
  z-index: -1;
} */

.search_result_panel .btn_wrap {
  margin-top: 45px;
}

.search_result_panel .btn_wrap .btn {
  text-transform: capitalize;
}



/* indranil */
.dashboard-wrapper {
  background-color: #272932;
}

.dashboard-wrapper .search-bar {
  margin: 0;
  max-width: 400px;
  width: 100%;
}

.dashboard-wrapper .bottom_portion {
  background-color: #050023;
}

.profile-tooltip {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--bs-white);

  p {
    font-size: 14px;
    font-weight: 600;
  }

  small {
    font-size: 12px;
  }
}

.stat-card {
  background-color: #29292F;
  color: var(--bs-white);

  small {
    font-size: 16px;
  }

  h5 {
    font-size: 28px;
    margin-top: 12px;
  }
}

.mobile_header {
  height: 82px;
  padding: 20px 72px 0 59px;

}

.mobile_header .search-bar {
  height: 47px;
}


.expired {
  color: rgba(233, 76, 55, 1);
  border-color: rgba(233, 76, 55, 1);
}

.warning-btn {
  border-color: #E99954;
  color: #E99954;
}

.blue-btn {
  border-color: #7D97EA;
  color: #7D97EA;
}

.dropdown-menu-end {
  transform: translate(-55px, 10px) !important;
  background: #050023;
  box-shadow: 0px 4px 26.2px 0px rgba(255, 255, 255, 0.16) !important;
  padding: 16px 24px 22px 19px;
  border-radius: 8px;


  .dropdown-item {
    color: #B2B2B2;
    font-size: 13px;

    &:hover {
      background-color: transparent;
      color: #fff;
    }
  }
}

.dropdown-menu-end li .dropdown-item:first-child {
  border-bottom: 1px solid #656472;
  margin-bottom: 12px;
  padding-bottom: 12px;
}




/* dashboard css start from here */

.dashboard-wrapper {
  min-height: 100vh;

  .login_box_logo {
    margin-bottom: 26px;
    margin-top: 39px;
  }


}

.sidebar {
  min-height: 100vh;
  border-radius: 20px 0 0 20px;
  padding-left: 32px;
}

/* .bg-one {
    background-color: #F5D78B;
}

.bg-two {
    background-color: #A3A7FC;
}

.bg-three {
    background-color: #C7CFBE;
}

.bg-four {
    background-color: #E8CDFF;
} */

.dashboard-nav .nav-link {
  color: #5A5A60;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 8px;
  margin: 4px 0;
  transition: 0.3s;
  width: 100%;
  max-width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 39px;
}

.dashboard-nav .nav-link img {
  margin-right: 15px;
}

.dashboard-nav .nav-link.active {
  position: relative;
  z-index: 0;

  &::after {
    content: "";
    height: 100%;
    width: 260px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #050023;
    z-index: -1;
    border-radius: 32px 0 0 32px;
    border-width: 1px 0px 1px 1px;
    border-color: #7D97EA;
    border-style: solid;
  }
}

.stat-card {
  padding: 20px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stat-card i {
  font-size: 30px;
  opacity: 0.5;
}

.empty_state {
  border-radius: 20px;
}

.side_img {
  height: 55px;
  width: 55px;
  border-radius: 23px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-one .side_img {
  background: rgba(179, 84, 122, 0.445);

}

.bg-two .side_img {
  background: rgba(254, 197, 61, 0.445);

}

.bg-three .side_img {
  background: rgba(74, 217, 145, 0.445);

}

.bg-four .side_img {
  background: rgba(56, 94, 217, 0.445);

}

.heading-wrap {
  h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 14px;
  }

  p {
    color: #626262;
    width: 100%;
    max-width: 645px;
    margin-inline: auto;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 5px;
  }
}

.empty_state {
  margin-top: 55px;

  img {
    margin-bottom: 55px;
  }

  h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 51px;

    span {
      font-weight: 700;
    }
  }

  p {
    color: #626262;
    width: 100%;
    max-width: 645px;
    margin-inline: auto;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 5px;
  }

  .custom_btn {
    border: 1px solid #BD2329;
    color: #BD2329;
  }

  .custom_btn:hover {
    color: #fff;
  }
}

.bottom_portion {
  background-color: #F6F6F6;
  /* border-radius: 22px; */
  padding: 50px 73px 100px 59px;
  min-height: 100vh;
}

.create_project .empty_state {
  margin-top: 0;
  padding-top: 30px !important;
  padding-inline: 25px !important;

  p {
    font-size: 21px;
  }

  label {
    font-size: 16px;
  }

  img {
    margin-bottom: unset;
  }

  .btn_wrap {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;

    .btn-red {
      color: #fff;

      &:hover {
        color: #BD2329;
      }
    }
  }
}

.date-section {
  background: #f8f9fa;
  border-radius: 12px;
}

.custom-date .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-right: 30px;
  background: transparent;
}

.custom-date .form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #0d6efd;
}



.room_card_box {
  margin-top: 25px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}

.selecte_dropBox h6 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 9px;
}

.selecte_dropBox .custom_btn {
  width: 225px;
  height: 40px;
  padding: 0;
  font-size: 15px;

  i {
    margin-right: 11px;
  }
}

.room-card {
  position: relative;
  border: 1px solid #CAB9B9;
  border-radius: 14px;
  padding: 25px 10px;
  text-align: center;
  background: #EBEAE8;
  cursor: pointer;
  transition: .2s;
  min-height: 191px;

  p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 9px;
  }
}

.room-card img {
  /* height: 60px; */
  width: 100%;
  max-width: 135px;
  margin-bottom: 10px;
}

.room-card p {
  margin: 0;
  font-weight: 500;
}

.room-check {
  position: absolute;
  top: 10px;
  right: 10px;
}

.room-card.selected {
  border: 2px solid #dc3545;
}









/* PAGE AREA */
.license-section {
  background: #060032;
  padding: 40px;
  color: #fff;
}

.section-title {
  margin-bottom: 15px;
  font-weight: 600;
}

/* CARD */
.license-card {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* TABLE */

.license-table {
  thead {
    background: #282D3F;
    backdrop-filter: blur(6.2px);
    font-size: 13px;

    tr {
      th {
        color: #A4A4A4;
        font-size: 16px;
        line-height: 3;
        font-weight: 400;
        font-family: var(--bodyFont);
        border: none;
        width: 150px;

        &:first-child {
          padding-left: 70px;
        }

        &:nth-child(2) {
          text-align: center;
        }

        /* &:nth-child(3){
          text-align: center;
        } */
        &:nth-child(3) {
          padding-left: 30px;
        }

        &:last-child {
          padding-right: 70px;
        }
      }
    }
  }

  tbody {
    padding-inline: 72px;
    color: #FFFFFF;

    td {
      border: none;
      padding: 34px 5px;
      border-bottom: 1px solid #656472;
      color: #FFFFFF;
      font-size: 16px;
      line-height: 2;
      font-weight: 400;
      font-family: var(--bodyFont);

      .profile_view {
        cursor: pointer;
      }


    }

    .status {
      min-width: 145px;
      min-height: 40px;
      text-align: center;
      /* padding: 6px 14px; */
      border-radius: 50px;
      font-size: 14px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
    }

    tr {
      &:last-child td {
        border: none;
      }
    }
  }
}

/* .action-cell {
  position: relative;
} */

.dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.toggle-btn {
  cursor: pointer;
  font-size: 18px;
}

/* dropdown */
.custom-dropdown {
  position: absolute;
  right: 0;
  top: 30px;
  background: #050023;
  text-align: left;
  border-radius: 8px;
  width: 175px;
  padding: 16px 19px;
  display: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  z-index: 9999;

  a {
    font-size: 13px;
    color: #B2B2B2;
    letter-spacing: 0.3px;
    font-family: var(--secondaryFont);
    line-height: 1.5;
    font-weight: 400;
  }
}


/* .custom-dropdown a:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
} */

.custom-dropdown hr {
  margin: 5px 0;
  border-color: #656472;
}

.custom-dropdown.show {
  display: block;
}


.status.expired {
  border: 1px solid #ff4d4d;
  color: #ff4d4d;
}

.status.warning {
  border: 1px solid #ff9c3a;
  color: #ff9c3a;
}

.status.blue {
  border: 1px solid #4ea1ff;
  color: #4ea1ff;
}

/* SCROLL AREA */
.license-scroll {
  max-height: 420px;
  overflow-y: auto;
}

/* BLUE SCROLLBAR */
.license-scroll::-webkit-scrollbar {
  width: 6px;
}

.license-scroll::-webkit-scrollbar-thumb {
  background: #2f66ff;
  border-radius: 20px;
}

.license-scroll {
  scrollbar-color: #2f66ff transparent;
  scrollbar-width: thin;
}

/* ACTION ICON */
.action {
  font-size: 20px;
  cursor: pointer;
  color: #a9b0ff;
}

/* ---------- FIXED HEADER + SCROLL BODY ---------- */
.license-table thead,
.license-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.license-table tbody {
  display: block;
  max-height: 712px;
  /* scroll height */
  overflow-y: auto;
}

/* ---------- ROW SPACING ---------- */
.license-table tbody tr {
  margin-bottom: 12px;
  /* GAP BETWEEN ROWS */
  border-radius: 10px;
  /* background: rgba(255,255,255,0.03); */
}



/* ---------- BLUE SCROLLBAR ---------- */
.license-table tbody::-webkit-scrollbar {
  width: 6px;
}

.license-table tbody::-webkit-scrollbar-thumb {
  background: #2f66ff;
  border-radius: 20px;
}

.license-table tbody {
  scrollbar-color: #2f66ff transparent;
  scrollbar-width: thin;
}

.table>:not(caption)>*>* {
  background-color: transparent;
}

.dashboard-wrapper .main-content .section-title {
  color: #fff;
  font-size: 24px;
}

table {
  position: relative;

  .search_result_panel {
    display: none;
  }

}

/* .dropdown-wrapper_new {
  position: relative;
} */

.licence_panel {
  display: none;
  position: relative;
  right: 0px;
  top: 0;
  text-align: left;
  border-radius: 8px;
  width: 1165px;
  padding: 16px 19px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  /* width: 100%; */

  &.show {
    display: block;
    background-color: #282D3F !important;
    border-radius: 8px;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    padding-left: 56px;
    max-height: 655px;
    min-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0 !important;
  }

  h3 {
    padding-left: 40px;
  }
}


.search_result_panel.show::-webkit-scrollbar {
  width: 6px;
}

.search_result_panel.show::-webkit-scrollbar-track {
  background: transparent;
}

.search_result_panel.show::-webkit-scrollbar-thumb {
  background: #385ED9;
  /* blue color */
  border-radius: 10px;
}

.search_result_panel.show::-webkit-scrollbar-thumb:hover {
  background: #5f7fff;
}

.search_result_panel.show {
  scrollbar-width: thin;
  scrollbar-color: #385ED9 transparent;
}

.search_result_panel.show {
  scroll-behavior: smooth;
}

.toggle_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;

  .eye_btn {
    width: 42px;
    height: 39px;
    border-radius: 4px;
    border: 1px solid #385ED9;
    cursor: pointer;
  }

  .drop_btn {
    width: 42px;
    height: 39px;
    border-radius: 4px;
    border: 1px solid #385ED9;
    cursor: pointer;
  }
}

.search_table {
  border: none;
  text-align: center;

  thead {
    display: table-header-group;
    table-layout: auto;

    tr {
      th {
        width: auto;

        &:first-child {
          padding-left: 5px;
        }

        &:last-child {
          padding-right: 5px;
        }
      }
    }
  }

  tbody {
    display: table-row-group;
    /* display: block; */
    max-height: unset;
    overflow-y: unset;
    /* position: relative; */

    tr {
      display: table-row;
      position: relative;
      /* td{
        &:first-child{
          padding-left: 72px;
        }
        &:last-child{
          padding-right: 72px;
        }
      } */
    }
  }

  &:focus-visible {
    outline: none;
  }
}


.bottom_portion.search_details {
  padding-left: 62px;
  padding-right: 72px;

  .license-card {
    border: none;
    background: unset;
    backdrop-filter: unset;
  }
}


@media screen and (max-width : 1440px) {
  .licence_panel {
    display: none;
    position: relative;
    right: 0;
    top: 0;
    text-align: left;
    border-radius: 8px;
    width: 100%;
    padding: 16px 19px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    margin-top: 0;
  }
}

.licence-page .bottom_portion {
  padding-bottom: 50px;
}

.modal-lg,
.modal-xl {
  --bs-modal-width: 648px !important;
}

.license-table thead tr th:last-child {
  padding-left: 16px;
}

.license-table tbody tr td:last-child {
  text-align: center;
}

.search-bar.bottom_serchBAr {
  max-width: unset !important;
  background-color: unset !important;

  .gap_17 {
    width: 100%;
  }

  .search-input {
    background-color: #1E2233;
    border-radius: 6px;

    &.w_179 {
      min-width: 179px;
    }
  }
}

.gray_box.search_licence.track-call {
  .search-btn.inactive-btn {
    bottom: -75px;
  }
}



@media screen and (max-width : 1366.99px) {
  .license-header .license-col {
    padding: 12px 8px;
    font-size: 14px;
  }
}




/* login button */

#loginModal {
  background: #050023;
  color: var(--bs-white);

  .login-btn {
    background: linear-gradient(90deg, #3b82f6, #2563eb);
    border: none;
    padding: 10px 28px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;

    &:hover {
      transform: translateY(-2px);
      box-shadow: 0 0 20px rgba(59, 130, 246, .6);
    }
  }

  .modal-content {
    /* background: #050023;
    color: var(--bs-white);
    border-radius: 16px;
    border: 1px solid #050023;
    backdrop-filter: blur(15px);
    box-shadow: 0 0 40px rgba(59, 130, 246, .25); */
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.15);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    outline: 0;
    padding: 30px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;

    .modal-header {
      border: none;
      padding-bottom: 0;
      text-align: center;
      flex-direction: column;
      margin-bottom: 20px;

      .modal-title {
        margin-bottom: 0;
        line-height: 1;
        font-size: 2.19rem;
        border-bottom: #fff 1px solid;
        padding-bottom: 15px;
        color: var(--bs-white);
      }

      .btn-close {
        position: absolute;
        right: 30px;
        top: 20px;
        border: 0;
        border-radius: 0.25rem;
        opacity: 1;
      }
    }

    .form-label {
      font-size: 14px;
      opacity: .8;
      color: var(--bs-white);
    }

    .form-control {
      height: 50px;
      border: none;
      padding: 0 30px;
      font-size: 16px;
      border-radius: 60px;
      -webkit-border-radius: 60px;
      border: #000 1px solid !important;

      &:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 10px rgba(59, 130, 246, .4);
        background: transparent;
        color: #fff;
      }
    }

  }

  .login-submit {
    width: 100%;
    background: transparent;
    border: 1px solid #385ED9;
    padding: 12px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s;
    color: var(--bs-white);
    margin-top: 10px;

    &:hover {
      box-shadow: 0 0 18px rgba(37, 99, 235, .6);
      background: #385ED9;
    }
  }

  .extra-links {
    font-size: 13px;
    margin-top: 20px;

    a {
      color: #3b82f6;
      text-decoration: none;

      &:hover {
        text-decoration: underline;
      }
    }
  }

}


.pagination {
  margin: 20px -8px -8px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  .page-numbers {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin: 8px;
    transition: .4s;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    box-shadow: 0 5px 10px #5a5a5a80;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border: 1px solid #e9ebeb;

    &.current {
      background-color: #fff;
      border: 1px solid #e9ebeb;
      color: #050023;
    }
  }
}

.dashboard_form .input_box {
  text-align: left;
  margin-bottom: 30px;
}

.dashboard_form {
  font-family: var(--fontFace);
}

.dashboard_form .input_box label {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
}

.dashboard_form .input_box input {
  border: none;
  background: transparent;
  border-radius: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  padding-left: 0;
  border-bottom: 1px solid #C3C3C3;

  &::placeholder {
    color: #fff;
  }
}

.dashboard_form .input_box input:focus,
.dashboard_form .input_box input:focus-visible {
  box-shadow: none;
}

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

.forgot_pass a {
  color: #0055B8;
  font-size: 19px;
  line-height: 1;
  font-weight: 800;
}

.dashboard_form .input_box .custom_btn {
  padding: 12.25px 68px;
  background-color: #060032;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
}


.dashboard_form .input_box .custom_btn:hover {
  border-color: #0055B8;
}

.member_feature {
  .empty_state {
    h3 {
      color: #fff;
    }

    p {
      color: #fff;
    }

    h6 {
      color: #fff;
    }
  }
}

.date-section {
  background: transparent;
  border-radius: 12px;
}

.custom-date .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-right: 30px;
  background: transparent;
}

.custom-date .form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #0d6efd;
}

.custom_select {
  position: relative;
}

.custom_select select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: .375rem .75rem .375rem 0;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #919191;
  outline: none;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

/* Custom arrow */
.custom_select::after {
  content: "\F282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 16px;
  pointer-events: none;
  color: #333;
}

.member_feature.sign_up_form{
  &::after{
    content: normal;
  }
}