@font-face {
  font-family: "FustatExtraLight";
  src: url("../fonts/fustat/ExtraLight/FustatExtraLight.eot");
  src: url("../fonts/fustat/ExtraLight/FustatExtraLight.eot") format("embedded-opentype"), url("../fonts/fustat/ExtraLight/FustatExtraLight.woff2") format("woff2"), url("../fonts/fustat/ExtraLight/FustatExtraLight.woff") format("woff"), url("../fonts/fustat/ExtraLight/FustatExtraLight.ttf") format("truetype"), url("../fonts/fustat/ExtraLight/FustatExtraLight.svg#FustatExtraLight") format("svg");
}
@font-face {
  font-family: "FustatLight";
  src: url("../fonts/fustat/Light/FustatLight.eot");
  src: url("../fonts/fustat/Light/FustatLight.eot") format("embedded-opentype"), url("../fonts/fustat/Light/FustatLight.woff2") format("woff2"), url("../fonts/fustat/Light/FustatLight.woff") format("woff"), url("../fonts/fustat/Light/FustatLight.ttf") format("truetype"), url("../fonts/fustat/Light/FustatLight.svg#FustatLight") format("svg");
}
@font-face {
  font-family: "FustatRegular";
  src: url("../fonts/fustat/Regular/FustatRegular.eot");
  src: url("../fonts/fustat/Regular/FustatRegular.eot") format("embedded-opentype"), url("../fonts/fustat/Regular/FustatRegular.woff2") format("woff2"), url("../fonts/fustat/Regular/FustatRegular.woff") format("woff"), url("../fonts/fustat/Regular/FustatRegular.ttf") format("truetype"), url("../fonts/fustat/Regular/FustatRegular.svg#FustatRegular") format("svg");
}
@font-face {
  font-family: "FustatMedium";
  src: url("../fonts/fustat/Medium/FustatMedium.eot");
  src: url("../fonts/fustat/Medium/FustatMedium.eot") format("embedded-opentype"), url("../fonts/fustat/Medium/FustatMedium.woff2") format("woff2"), url("../fonts/fustat/Medium/FustatMedium.woff") format("woff"), url("../fonts/fustat/Medium/FustatMedium.ttf") format("truetype"), url("../fonts/fustat/Medium/FustatMedium.svg#FustatMedium") format("svg");
}
@font-face {
  font-family: "FustatSemiBold";
  src: url("../fonts/fustat/SemiBold/FustatSemiBold.eot");
  src: url("../fonts/fustat/SemiBold/FustatSemiBold.eot") format("embedded-opentype"), url("../fonts/fustat/SemiBold/FustatSemiBold.woff2") format("woff2"), url("../fonts/fustat/SemiBold/FustatSemiBold.woff") format("woff"), url("../fonts/fustat/SemiBold/FustatSemiBold.ttf") format("truetype"), url("../fonts/fustat/SemiBold/FustatSemiBold.svg#FustatSemiBold") format("svg");
}
@font-face {
  font-family: "FustatBold";
  src: url("../fonts/fustat/Bold/FustatBold.eot");
  src: url("../fonts/fustat/Bold/FustatBold.eot") format("embedded-opentype"), url("../fonts/fustat/Bold/FustatBold.woff2") format("woff2"), url("../fonts/fustat/Bold/FustatBold.woff") format("woff"), url("../fonts/fustat/Bold/FustatBold.ttf") format("truetype"), url("../fonts/fustat/Bold/FustatBold.svg#FustatBold") format("svg");
}
@font-face {
  font-family: "FustatExtraBold";
  src: url("../fonts/fustat/ExtraBold/FustatExtraBold.eot");
  src: url("../fonts/fustat/ExtraBold/FustatExtraBold.eot") format("embedded-opentype"), url("../fonts/fustat/ExtraBold/FustatExtraBold.woff2") format("woff2"), url("../fonts/fustat/ExtraBold/FustatExtraBold.woff") format("woff"), url("../fonts/fustat/ExtraBold/FustatExtraBold.ttf") format("truetype"), url("../fonts/fustat/ExtraBold/FustatExtraBold.svg#FustatExtraBold") format("svg");
}
:root {
  --primary-font-200: "FustatExtraLight";
  --primary-font-300: "FustatLight";
  --primary-font-400: "FustatRegular";
  --primary-font-500: "FustatMedium";
  --primary-font-600: "FustatSemiBold";
  --primary-font-700: "FustatBold";
  --primary-font-800: "FustatExtraBold";
  --primary-color: #8BC2E9;
}

body {
  font-family: var(--primary-font-400);
  margin: 0;
  padding: 0;
  background: url(../img/home_bg.webp) top center no-repeat;
  background-size: cover;
  min-height: 100vh;
}

input:hover, input:focus, input:visited, input:active, select:hover, select:focus, select:visited, select:active, textarea:hover, textarea:focus, textarea:visited, textarea:active, .form-control:hover, .form-control:focus, .form-control:visited, .form-control:active {
  box-shadow: none;
  border-color: var(--primary-color);
  outline: none;
}

header {
  padding: 30px 0;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo a {
  display: inline-block;
  max-width: 113px;
}
.header .logo a img {
  width: 100%;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
nav ul li a {
  color: var(--White, #FFF);
  text-align: center;
  font-family: var(--primary-font-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
nav ul li a:hover {
  color: var(--primary-color);
}
nav ul li .active {
  color: var(--primary-color);
}

.lan_btn {
  all: unset;
}
.lan_btn img {
  width: 30px;
}

.dropdown-menu {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  min-width: auto;
  background: #fff;
}

.user_btn {
  color: #8BC2E9;
  border: 1px solid var(--Main-2, #8BC2E9);
  background: rgba(11, 0, 58, 0.8);
  box-shadow: 0px 0px 20px 0px rgba(0, 79, 255, 0.74);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.user_btn::after {
  content: none;
}
.user_btn img {
  width: 15px;
}

.username_text {
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dropdown-menu {
  background: rgba(49, 109, 242, 0.5);
  border: 1px solid var(--Stroke, #9DBCFF);
  box-shadow: 0px 0px 20px 0px rgba(0, 79, 255, 0.74);
}
.dropdown-menu .dropdown-item {
  padding: 7px 15px;
  font-size: 14px;
  margin: 0;
  color: #fff;
}
.dropdown-menu .dropdown-item:hover {
  background: rgba(49, 109, 242, 0.5);
  color: #fff !important;
}

.swiper-wrapper {
  padding: 0 30px;
}

.banner_main {
  margin: 0 0 20px;
}
.banner_main .banner_title {
  color: var(--Main-2, var(--primary-color));
  text-shadow: 4px 4px 10px #00B2FF;
  font-family: var(--primary-font-200);
  font-size: 32px;
  font-style: normal;
  line-height: normal;
}
.banner_main .swiper-wrapper .swiper-slide {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--Stroke, #9DBCFF);
  background: linear-gradient(90deg, rgba(27, 11, 100, 0.8) 22%, rgba(49, 109, 242, 0) 100%), url(<path-to-image>) lightgray -85.537px -350px/124.073% 189.167% no-repeat;
}
.banner_main .swiper-wrapper .swiper-slide .banner_img {
  width: 100%;
}
.banner_main .swiper-wrapper .swiper-slide .bannet_content {
  position: absolute;
  bottom: 100px;
  left: 50px;
}
.banner_main .swiper-wrapper .swiper-slide .bannet_content .banner_subtitle {
  color: var(--White, #FFF);
  font-family: var(--primary-font-200);
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 30px;
  margin: 0 0 25px;
}
.banner_main .swiper-wrapper .swiper-slide .bannet_content .banner_main_title {
  margin: 0 0 25px;
  font-family: var(--primary-font-800);
  font-size: 100px;
  font-style: normal;
  font-weight: 800;
  line-height: 85px;
  letter-spacing: 10px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFF 20.5%, #07006C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner_main .swiper-wrapper .swiper-slide .bannet_content p {
  color: var(--Grey, #999);
  font-family: var(--primary-font-400);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 350px;
}

footer {
  margin: 100px 0 0;
}

.copyright-footer {
  padding: 20px 0;
}
.copyright-footer p {
  color: var(--Main-2, var(--primary-color));
  text-align: center;
  font-family: var(--primary-font-400);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.wallet_card {
  border: 1px solid var(--Stroke, #9DBCFF);
  background: linear-gradient(0deg, rgba(0, 49, 158, 0.5) 0%, rgba(0, 49, 158, 0.5) 100%), url(<path-to-image>) lightgray 0px -294.782px/100% 279.966% no-repeat;
  background: url(../img/card_bg.png) center center no-repeat;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 30px;
  overflow: hidden;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.wallet_card .wallet_card_img {
  position: absolute;
  content: "";
  right: -30px;
  top: 0;
  bottom: 0;
  width: 250px;
  height: 100%;
  pointer-events: none;
}
.wallet_card .wallet_card_img img {
  width: 100%;
}
.wallet_card .wallet_card_img_01 {
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.wallet_card .wallet_card_img_01 img {
  width: 100%;
  max-width: 160px;
}
.wallet_card .wallet_card_title {
  color: var(--Main-2, var(--primary-color));
  font-family: var(--primary-font-800);
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  margin: 0 0 15px;
}
.wallet_card p {
  color: var(--Main-2, var(--primary-color));
  font-family: var(--primary-font-500);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  max-width: 240px;
}

.wallet_card_bottom {
  margin: 30px 0 0;
}

.trasparent_btn {
  border-radius: 10px;
  border: 1px solid var(--Stroke, #9DBCFF);
  background: rgba(255, 255, 255, 0.1);
  color: var(--White, #FFF);
  text-align: center;
  font-family: var(--primary-font-300);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 10px 40px;
  text-transform: uppercase;
}

.wallet_card_02 {
  border-radius: 20px;
  border: 1px solid var(--Stroke, #9DBCFF);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 255, 161, 0.5) 100%), linear-gradient(180deg, #9D89F8 0%, var(--primary-color) 50%, #316DF2 100%);
  backdrop-filter: blur(5px);
  height: 100%;
  padding: 30px;
}
.wallet_card_02::before, .wallet_card_02::after {
  position: absolute;
  content: "";
  height: 100%;
  opacity: 0.2;
  background: #000;
  width: 1px;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.wallet_card_02::before {
  right: 80px;
}
.wallet_card_02::after {
  right: 170px;
}
.wallet_card_02 .wallet_card_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.wallet_card_02 .wallet_card_subtitle {
  color: var(--Main-2, var(--primary-color));
  font-family: var(--primary-font-300);
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 50px;
}

.wallet_counter_card {
  position: relative;
}
.wallet_counter_card::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(157, 188, 255, 0.1960784314));
  background: #06402B;
  backdrop-filter: blur(5px);
  top: 17px;
  z-index: -1;
}
.wallet_counter_card .wallet_counter_card_main {
  border-radius: 20px;
  border: 1px solid var(--Stroke, #9DBCFF);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  margin: 20px 0 0;
  padding: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.wallet_counter_card .wallet_counter_card_main .wallet_counter_card_content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
.wallet_counter_card .wallet_counter_card_main .wallet_counter_card_content .top {
  margin: 0 0 30px;
}
.wallet_counter_card .wallet_counter_card_main .wallet_counter_card_content .card_subtitle {
  color: var(--Main-2, var(--primary-color));
  font-family: var(--primary-font-300);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.wallet_counter_card .wallet_counter_card_main .wallet_counter_card_content .card_value {
  color: var(--White, #FFF);
  font-family: var(--primary-font-200);
  font-size: 64px;
  font-weight: 200;
  line-height: 50px;
  letter-spacing: 3.2px;
  display: flex;
  align-items: flex-end;
}
.wallet_counter_card .wallet_counter_card_main .wallet_counter_card_content .card_value .card_value_small {
  font-size: 25px;
  line-height: 30px;
}
.wallet_counter_card .wallet_counter_card_main .wallet_counter_card_img {
  max-width: 146px;
  min-width: 146px;
  margin: -70px 0 0;
}
.wallet_counter_card .wallet_counter_card_main .wallet_counter_card_img img {
  width: 100%;
}

.counter_card::before {
  border: 1px solid var(--Stroke, rgba(157, 188, 255, 0.1960784314));
  background: #00123B;
  backdrop-filter: blur(5px);
}
.counter_card .wallet_counter_card_main {
  border-radius: 20px;
  border: 1px solid var(--Stroke, #9DBCFF);
  background: url(../img/counter_card_bg.png) #00123B 50%/cover no-repeat;
  backdrop-filter: blur(5px);
}

.inner_page_wrapper {
  flex: 1;
  background: url(../img/inner_bg.jpg) center top no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.breadcrumb_wrapper {
  background: url(../img/breadcrumb_bg.jpg) center left no-repeat;
  background-size: cover;
  margin: 0 0 30px;
}
.breadcrumb_wrapper .breadcrumb {
  margin: 0;
  padding: 0;
  min-height: 90px;
  background: none;
}
.breadcrumb_wrapper .breadcrumb ul {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.breadcrumb_wrapper .breadcrumb ul li {
  display: flex;
  color: var(--Main-2, var(--primary-color));
  font-family: var(--primary-font-300);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.breadcrumb_wrapper .breadcrumb ul li a {
  color: var(--Main-2, var(--primary-color));
}

.common_card {
  border: 1px solid var(--Stroke, #9DBCFF);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 30px 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.card_heading {
  color: var(--primary-color);
  font-family: var(--primary-font-800);
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  margin: 0 0 20px;
}

.form-group {
  margin-bottom: 15px;
}
.form-group label,
.form-group .form_label {
  color: var(--White, #FFF);
  font-family: var(--primary-font-300);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  width: 100%;
}
.form-group .form-control {
  border: 1px solid #fff;
  background: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 40px;
  font-family: var(--primary-font-300);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #fff;
}
.form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-group input:disabled {
  color: var(--primary-color);
  border: 1px solid var(--Main-2, var(--primary-color));
  background: rgba(139, 194, 233, 0.1);
}

.datepicker_main {
  position: relative;
}
.datepicker_main::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 10px;
  width: 20px;
  height: 19px;
  background: url(../img/datepicker/calender.svg) center center no-repeat;
  background-size: contain;
}
.datepicker_main .form-control {
  border: 1px solid var(--White, #FFF);
  background: rgba(255, 255, 255, 0);
  color: #fff;
}

.copy_url {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.copy_url p {
  margin: 0;
  border: 1px solid var(--Main-2, var(--primary-color));
  background: rgba(139, 194, 233, 0.1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 40px;
  color: var(--Main-2, #8BC2E9);
  font-family: var(--primary-font-300);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  width: 100%;
  padding: 0 40px 0 0.75rem;
}
.copy_url .copy_btn {
  position: absolute;
  background: none;
  border: none;
  box-shadow: none;
  right: 10px;
  top: 8px;
}

.qr_code_main {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.qr_code_main .qr_code_heading {
  color: var(--White, #FFF);
  font-family: var(--primary-font-300);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.qr_code_main .qr_code_area {
  padding: 10px;
  flex-grow: 1;
  position: relative;
  border: 1px solid var(--Stroke, #9DBCFF);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr_code_main .qr_code_area .reload_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  border: none;
  box-shadow: none;
  width: 14px;
}
.qr_code_main .qr_code_area .reload_btn img {
  width: 100%;
}

.page_name_card {
  height: 100%;
  border-radius: 20px;
  border: 1px solid var(--Stroke, #9DBCFF);
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 430px;
}
.page_name_card .page_name {
  padding: 0 20px;
  color: var(--White, #FFF);
  text-align: center;
  text-shadow: 4px 4px 10px rgba(255, 255, 255, 0.5);
  font-family: var(--primary-font-200);
  text-transform: uppercase;
  font-size: 60px;
  font-style: normal;
  font-weight: 200;
  line-height: 50px;
  position: absolute;
  bottom: 30px;
  width: 100%;
  margin: 0;
  right: 0;
  left: 0;
}

.custom_select_main {
  position: relative;
}
.custom_select_main::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 10px;
  pointer-events: none;
  height: 20px;
  width: 20px;
  background: url(../img/icons/down_arrow.svg) center center no-repeat;
}
.custom_select_main select.custom_select {
  appearance: none;
  border-radius: 4px;
  border: 1px solid var(--White, #FFF);
  background: rgba(255, 255, 255, 0);
  color: var(--White, #FFF);
  font-family: var(--primary-font-300);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.form_btns {
  margin: 50px 0 0;
  display: flex;
  gap: 30px;
}

.two_side_btn {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.btn {
  height: 40px;
  padding: 5px 25px;
  min-height: 40px;
  color: var(--Grey, #999);
  text-align: center;
  font-family: var(--primary-font-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  cursor: pointer;
}
.btn::before {
  content: none;
}

.btn-primary {
  color: #fff;
  border: 1px solid var(--Stroke, #9DBCFF);
  background: rgba(255, 255, 255, 0.1);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:visited, .btn-primary:active {
  border: 1px solid var(--Stroke, #9DBCFF);
  background: rgba(255, 255, 255, 0.2);
}

.btn-secondary {
  color: #999;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.2);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:visited, .btn-secondary:active {
  color: #888;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.25);
}

.btn-small {
  max-width: 150px;
  min-width: 150px;
  width: 100%;
}

.btn-large {
  min-width: 240px;
  max-width: 240px;
  width: 100%;
}

.btn_with_icon {
  gap: 10px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
}

.page_back {
  margin: 0 0 20px;
}
.page_back a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  color: var(--Main-2, #8BC2E9);
  text-align: center;
  font-family: var(--primary-font-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.page_back a img {
  width: 11px;
}

.password-container {
  position: relative;
}
.password-container input {
  padding-right: 40px;
}
.password-container .toggle-icon {
  width: 18px;
  position: absolute;
  right: 15px;
  top: 12px;
  cursor: pointer;
}

.tab_filter_wrapper {
  display: flex;
  margin: 0 0 30px;
  align-items: center;
  justify-content: space-between;
}

.tab {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.tab a {
  border: 1px solid var(--Stroke, #9DBCFF);
  background: rgba(255, 255, 255, 0.1);
  color: var(--White, #FFF);
  text-align: center;
  font-family: var(--primary-font-500);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 30px;
}
.tab a:nth-child(1) {
  border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -ms-border-radius: 10px 0px 0px 10px;
  -o-border-radius: 10px 0px 0px 10px;
}
.tab a:nth-last-child(1) {
  border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -ms-border-radius: 0px 10px 10px 0px;
  -o-border-radius: 0px 10px 10px 0px;
}
.tab a:hover, .tab a:focus {
  border: 1px solid var(--Stroke, #9DBCFF);
  background: rgba(255, 255, 255, 0);
}
.tab .active {
  border: 1px solid var(--Stroke, #9DBCFF);
  background: rgba(255, 255, 255, 0);
}

.btn-filter {
  height: 40px;
  padding: 0 15px;
  color: var(--White, #FFF);
  font-family: var(--primary-font-300);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border: 1px solid var(--White, #FFF);
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.btn-filter::after {
  content: none;
}

.filter_dropdown {
  border: 1px solid var(--Stroke, #9DBCFF);
  background: rgba(83, 73, 101, 0.8196078431);
  backdrop-filter: blur(10px);
  box-shadow: none;
  padding: 30px;
  width: 380px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.table thead th {
  background: rgba(49, 109, 242, 0.1);
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--primary-font-300);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  white-space: nowrap;
}
.table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}
.table tbody tr td {
  border: none;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--primary-font-300);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  white-space: nowrap;
}

.color-white {
  color: #fff !important;
}

.table_footer {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination-container .pagination .paginate_button {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.pagination-container .pagination .paginate_button a {
  width: 32px;
  height: 32px;
  color: var(--White, #FFF);
  text-align: center;
  font-family: var(--primary-font-300);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination-container .pagination .paginate_button a:hover, .pagination-container .pagination .paginate_button a:focus {
  background: rgba(49, 109, 242, 0.3);
}
.pagination-container .pagination .active {
  background: rgba(49, 109, 242, 0.3);
}

.pagination-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.pagination-container .pagination-number {
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  color: #fff;
  width: 32px;
  height: 32px;
  font-family: var(--primary-font-300);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.pagination-container .pagination-number img {
  width: 6px;
}
.pagination-container .pagination-number:hover, .pagination-container .pagination-number:focus {
  background: rgba(49, 109, 242, 0.3);
}
.pagination-container .active {
  background: rgba(49, 109, 242, 0.3);
}

.nodata_main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}
.nodata_main .nodata {
  gap: 10px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nodata_main .nodata .nodata_heading {
  color: var(--Main-2, #8BC2E9);
  text-align: center;
  font-family: var(--primary-font-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.custom-modal-content {
  background: none;
}
.custom-modal-content .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-modal-content .modal-body .modal-status-icon {
  margin-right: -50px;
}
.custom-modal-content .modal-body .modal-contents-wrapper {
  border-radius: 4px;
  border: 1px solid var(--Stroke, #9DBCFF);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(49, 109, 242, 0.2) 100%);
  backdrop-filter: blur(10px);
  padding: 20px;
  width: 100%;
  max-width: 400px;
  position: relative;
}
.custom-modal-content .modal-body .modal-contents-wrapper .modal_close {
  position: absolute;
  background: none;
  border: none;
  box-shadow: none;
  right: 10px;
  top: 10px;
}
.custom-modal-content .modal-body .modal-contents-wrapper .modal-head {
  color: var(--White, #FFF);
  font-family: var(--primary-font-600);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.custom-modal-content .modal-body .modal-contents-wrapper .modal-para {
  color: var(--White, #FFF);
  font-family: var(--primary-font-300);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}

.large_modal {
  max-width: 800px;
}

.memo_modal {
  border: 1px solid var(--Stroke, #9DBCFF);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.memo_modal .memo_date {
  color: var(--White, #FFF);
  font-family: var(--primary-font-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  margin: 0 0 15px;
}
.memo_modal .memo_subject {
  color: var(--White, #FFF);
  font-family: var(--primary-font-300);
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
.memo_modal .memo_content {
  border-radius: 4px;
  background: #FFF;
  padding: 20px;
  margin: 20px 0 30px;
  max-height: 420px;
  overflow: hidden;
  overflow-y: auto;
}
.memo_modal .memo_content p {
  margin: 0 0 10px;
  color: var(--Black, #000);
  font-family: var(--primary-font-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.profile_dropdown {
  border-radius: 20px;
  border: 1px solid var(--Stroke, #9DBCFF);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: none;
  padding: 15px;
  min-width: 200px;
  text-align: center;
}
.profile_dropdown .dropdown-item {
  padding: 10px 0;
  color: var(--White, #FFF);
  text-align: center;
  font-family: var(--primary-font-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase !important;
}
.profile_dropdown .dropdown-item:hover {
  background: none;
  opacity: 0.8;
}

.small-size-btn {
  height: 32px;
  min-height: 32px;
  font-size: 12px;
}

.landing_pages {
  padding: 100px 0;
}

.login_img_main {
  padding-right: 0;
}
.login_img_main .login_img {
  position: relative;
  border-radius: 20px;
  border: 1px solid var(--Stroke, rgba(157, 188, 255, 0.5));
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.login_img_main .login_img img {
  width: 100%;
}
.login_img_main .login_img .landingTexts {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
.login_img_main .login_img .landingTexts .landingImgTitle {
  color: var(--White, #FFF);
  font-family: var(--primary-font-200);
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 30px;
  margin: 0 0 20px;
}
.login_img_main .login_img .landingTexts .loginImgHeading {
  color: var(--White, #FFF);
  text-shadow: 4px 4px 10px rgba(255, 255, 255, 0.5);
  font-family: var(--primary-font-800);
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
}

.login_content_main {
  padding-left: 0;
}
.login_content_main .login_content {
  position: relative;
  border: 1px solid var(--Stroke, #9DBCFF);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 49.76%, rgba(0, 0, 0, 0.1) 100%);
  box-shadow: 0px 4px 30px 0px rgba(49, 109, 242, 0.5);
  backdrop-filter: blur(5px);
  height: 100%;
  padding: 30px 80px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.login_content_main .login_content .login_lan {
  text-align: right;
  margin: 0;
  position: absolute;
  right: 20px;
}
.login_content_main .login_content .logo {
  width: 150px;
  margin: 50px auto 0;
}
.login_content_main .login_content .logo img {
  width: 100%;
}
.login_content_main .login_content .page_head {
  color: var(--Main-2, #8BC2E9);
  text-align: center;
  font-family: var(--primary-font-800);
  margin: 40px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.captcha_wrapp {
  position: relative;
}
.captcha_wrapp .captcha_area {
  position: absolute;
  right: 10px;
  top: 5px;
  display: flex;
  gap: 10px;
}
.captcha_wrapp .captcha_area .captcha_img {
  width: 90px;
  height: 30px;
  flex-shrink: 0;
  background: #000;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.captcha_wrapp .captcha_area .captcha_img img {
  width: 48px;
}

.landing_btns {
  margin: 40px 0 0;
}
.landing_btns .page_link {
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.page_link {
  color: var(--White, #FFF);
  text-align: center;
  font-family: var(--primary-font-500);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.cards_main_wrapp {
  padding-right: 0;
}

.nav-toggle-btn, .xs_logo {
  display: none;
}

/*# sourceMappingURL=ann_layout.css.map */
