@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
* {
  font-family: 'Poppins', sans-serif;
}

:root {
  --blue: #1882c5;
  --white: #ffffff;
  --buttonColor: transparent
    linear-gradient(101deg, var(--black) 0%, #1882c4 100%) 0% 0% no-repeat
    padding-box;
  --black: #01303c;
  --bg1: var(--bg1);
  --account-center-z-index: 10;
}

.page-wrapper {
}
.page-box {
  max-width: 1920px;
  margin: auto;
}
.header {
  display: flex;
  justify-content: space-between;
  padding: 35px 50px;
  border-bottom: 1px solid rgb(56 67 100 / 10%);
  align-items: center;
}
.header-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-icon img {
  width: 48px;
  height: 48px;
}
.header-button-wrapper {
  display: flex;
}
.header-button {
  cursor: pointer;
  background: var(--buttonColor);
  color: #fff;
  border: none;
  width: 185px;
  height: 45px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
}

.page-section {
  display: flex;
  padding: 30px;

  /* min-height: 85vh; */
}
.header-icon img {
  width: 48px;
  height: 48px;
}
.page-section aside {
  width: 25%;
  /* border-right: 1px solid rgb(56 67 100 / 10%); */
  padding-right: 30px;
  position: relative;
  max-width: 25%;
  flex: 1;
}
.page-section aside:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 46px;
  width: 1px;
  right: 0;
  border-right: 1px solid rgb(56 67 100 / 10%);
}
.side-scetion {
  display: flex;
  flex-direction: column;
}
.side-info-wrapper {
}

.main-menu {
}
.main-menu ul {
  padding: 0;
  list-style: none;
}
.main-menu ul li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.main-menu ul li a {
  display: block;
  width: 100%;
  color: #01303c;
  line-height: 16px;
  padding: 20px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  border-radius: 15px;
  transition: 0.3s;
  text-decoration: none;
  position: relative;
  padding-left: 50px;
}
.main-menu ul li a:hover {
  text-decoration: none;
  background: #f5f6fa;
  color: #1882c4;
}
.main-menu ul li a:hover svg {
  fill: #1882c4;
}

.main-menu ul li a svg {
}

.side-info-box {
  width: 100%;
  background: #f5f6fa;
  padding: 15px 20px;
  margin-bottom: 30px;
  border-radius: 18px;
}
.main-menu ul li a svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin-right: 15px;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.main-menu ul li a svg * {
}
.main-menu ul li a.active {
  background: #f5f6fa;
  border-radius: 15px;
  color: #1882c4;
  text-decoration: none;
}
.main-menu ul li a.active svg {
  fill: #1882c4;
}
.main-menu ul li a.active svg * {
}
.side-info-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-info-box ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1px;
}
.side-info-box ul li:last-child {
  padding: 0;
}
.side-info-box ul li label {
  font-weight: 700;
  font-size: 14px;
  color: var(--black);
  margin: 0;
}
.side-info-box ul li span {
  font-size: 14px;
  color: #1882c4;
  font-weight: 600;
}
.card-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.content-wrapper {
  width: 80%;
  padding: 0 20px;
}
.w-card {
  width: 220px;
  background: var(--bg1);
  border-radius: 18px;
  margin: 0 15px;
  text-align: center;
  color: #1882c5;
  text-align: start;
  margin-top: 4px;
  padding: 15px 25px;
  border-radius: 18px;
  background: rgb(232 235 246 / 30%);
}
.w-card p {
  color: #212529;
}
.w-card-dark p {
  color: white;
}

.w-card:nth-child(3) {
  /* width: 350px; */
}
/* .w-card:nth-child(3) span{display:none} */
.drop-icon {
  /* height: 30px; */
  /* width: 30px; */
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%,-50%); */
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='30' viewBox='0 0 29 30'%3E%3Cg id='Group_633' data-name='Group 633' transform='translate(-837 -473)'%3E%3Cg id='Rectangle_260' data-name='Rectangle 260' transform='translate(837 473)' fill='%23fff' stroke='%23384364' stroke-width='1'%3E%3Crect width='29' height='30' rx='9' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='28' height='29' rx='8.5' fill='none'/%3E%3C/g%3E%3Cg id='up-arrow' transform='translate(859 496) rotate(180)'%3E%3Cg id='Group_615' data-name='Group 615'%3E%3Cg id='Group_614' data-name='Group 614'%3E%3Cpath id='Path_134' data-name='Path 134' d='M7.5,0A7.5,7.5,0,1,0,15,7.5,7.508,7.508,0,0,0,7.5,0Zm0,13.838A6.338,6.338,0,1,1,13.838,7.5,6.346,6.346,0,0,1,7.5,13.838Z' fill='%23384364'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_617' data-name='Group 617' transform='translate(3.584 4.969)'%3E%3Cg id='Group_616' data-name='Group 616'%3E%3Cpath id='Path_135' data-name='Path 135' d='M145.868,181.93l-3.292-3.292a.658.658,0,0,0-.928,0l-3.292,3.292a.658.658,0,0,0,.928.928l2.824-2.824,2.831,2.824a.656.656,0,1,0,.928-.928Z' transform='translate(-138.197 -178.446)' fill='%23384364'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */
  background: #e9ebf0;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 100%;
  border: 2px solid #fff;
  width: 35px;
  height: 35px;
  line-height: 28px;
}
.drop-icon svg {
  width: 15px !important;
}
.drop-icon svg * {
  fill: #01303c;
}
.drop-icon:after {
  content: ''; /* height: 50px; */ /* width: 50px; */ /* background: #e9ebf0; */ /* position: absolute; */ /* left: 50%; */ /* top: 50%; */ /* transform: translate(-50% , -50%); */ /* z-index: 1; */ /* border-radius: 100%; */ /* border: 1px solid #ddd; */ /* box-shadow: 0 3px 6px #a4a0a0; */ /* border-top: 1px solid #bec1c7; */ /* border-bottom: 1px solid #bec1c7; */ /* border: 1px solid #bec1c7; */
}
.drop-icon:before {
  content: '';
  /* height: 30px; */
  /* width: 30px; */
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%,-50%); */
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='30' viewBox='0 0 29 30'%3E%3Cg id='Group_633' data-name='Group 633' transform='translate(-837 -473)'%3E%3Cg id='Rectangle_260' data-name='Rectangle 260' transform='translate(837 473)' fill='%23fff' stroke='%23384364' stroke-width='1'%3E%3Crect width='29' height='30' rx='9' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='28' height='29' rx='8.5' fill='none'/%3E%3C/g%3E%3Cg id='up-arrow' transform='translate(859 496) rotate(180)'%3E%3Cg id='Group_615' data-name='Group 615'%3E%3Cg id='Group_614' data-name='Group 614'%3E%3Cpath id='Path_134' data-name='Path 134' d='M7.5,0A7.5,7.5,0,1,0,15,7.5,7.508,7.508,0,0,0,7.5,0Zm0,13.838A6.338,6.338,0,1,1,13.838,7.5,6.346,6.346,0,0,1,7.5,13.838Z' fill='%23384364'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_617' data-name='Group 617' transform='translate(3.584 4.969)'%3E%3Cg id='Group_616' data-name='Group 616'%3E%3Cpath id='Path_135' data-name='Path 135' d='M145.868,181.93l-3.292-3.292a.658.658,0,0,0-.928,0l-3.292,3.292a.658.658,0,0,0,.928.928l2.824-2.824,2.831,2.824a.656.656,0,1,0,.928-.928Z' transform='translate(-138.197 -178.446)' fill='%23384364'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */
  /* z-index: 9; */
}
.w-card p {
  margin: 0;
  line-height: 25px;
  font-size: 12px;
  font-weight: 600;
}
.w-card p span {
  color: #1882c4;
}

.cs-info {
  margin-bottom: 30px;
}
.cs-info h3 {
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
  max-width: 800px;
  margin: 20px auto 0;
  line-height: 20px;
}
.cs-info h3 span {
  color: #1882c4;
}

.main-card {
  text-align: center;
  background: var(--bg1);
}
.main-card.card-bg {
  background: rgb(232 235 246 / 30%);
  box-shadow: 0px 10px 30px rgb(24 130 197 / 26%);
  padding: 20px 20px;
  border-radius: 18px;
  margin-top: 20px;
}
.main-card-header {
  display: flex;
  justify-content: space-between;
  /* padding: 0 20px 20px; */
  align-items: center;
  margin-bottom: 20px;
  /* position: relative; */
}
.main-card-header h3 {
  color: #1882c4;
  font-size: 24px;
  font-weight: 600;
}
.main-card-header h4 {
  color: #212529;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  margin-top: 5px;
}
.button-s {
  background: transparent;
  border: none;
}
.button-s:focus {
  outline: none;
}
.button-s:focus svg * {
  fill: #1982c4;
}
.button-s svg {
  width: 20px;
}
.button-s svg * {
}
.main-card-inner {
  max-width: 465px;
  margin: auto;
  background: rgb(232 235 246 / 30%);
  box-shadow: 0px 10px 30px rgb(24 130 197 / 26%);
  padding: 50px 20px;
  border-radius: 18px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.form-group {
  position: relative;
}
.form-group .form-control {
  border: none;
  background: #38436414;
  height: 56px !important;
  border-radius: 9px;
  font-size: 12px;
  padding: 10px 25px;
  position: relative;
}

.form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #283280;
  opacity: 0.4; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #283280;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #283280;
}

.side-info-box2 {
  width: 100%;
  background: transparent;
  /* padding: 20px; */
  margin-bottom: 30px;
  border-radius: 18px;
  color: #212529;
  margin-top: 30px;
}

.side-info-box2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-info-box2 ul li {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}
.side-info-box2 ul li:last-child {
  padding: 0;
}
.side-info-box2 ul li label {
  font-weight: 600;
  font-size: 18px;
  color: var(--black);
  margin: 0;
}
.side-info-box2 ul li span {
  font-size: 18px;
  color: #1882c4;
  font-weight: 600;
}
.btn-wrap {
}
.btn-wra button {
}
.button-1 {
  background: transparent;
  border: none;
  background: transparent linear-gradient(95deg, var(--black) 0%, #1882c4 100%)
    0% 0% no-repeat padding-box;
  color: #fff;
  width: 100%;
  height: 45px;
  border-radius: 9px;
  cursor: pointer;
  font-size: 12px;
  cursor: pointer;
  font-weight: 600;
}

.button-tab1 {
  background-color: #b8c7cb;
  color: #ffffff;
  cursor: pointer;
  border: none;
  border: 2px solid #b8c7cb;
  padding: 4px 24px;
  border-radius: 30px;
  margin-right: 12px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-bottom: 4px;
}
.button-tab1-active {
  background-color: #144065;
  color: #fff;
  box-shadow: 0px 6px 20px rgb(24 130 197 / 26%);
  border: 5px solid #79b2db;
}
.card-refer {
  padding: 0px 0;
  max-width: 800px;
  margin: auto;
}
.card-refer h3 {
  color: #1882c4;
  font-size: 24px;
  font-weight: 600;
}
.card-refer p {
  font-size: 12px;
  margin-bottom: 5px;
}
.card-refer ul {
  padding: 0;
  list-style: none;
}
.card-refer ul li {
  color: #283280;
  font-weight: 600;
  font-size: 12px;
  padding: 3px 0;
}
.card-refer button {
  width: 100%;
}
.main-card-inner.width-1 {
  width: 100%;
  max-width: 100%;
}
.main-card-inner .side-info-box {
  padding: 10px 20px;
}
.main-card-inner .side-info-box.extra-p {
  padding: 10px 20px;
}
.dark-gray-bg {
  background-color: #38436414;
}
.h3 {
  color: #1882c4;
  font-size: 24px;
}
.side-info-box.dark-gray-bg label {
  color: var(--black);
  font-weight: 400;
}
.side-info-box-dark.dark-gray-bg label {
  color: #fff;
  font-weight: 400;
}
.side-info-box.dark-gray-bg li {
  padding-bottom: 10px;
}
.side-info-box.dark-gray-bg li:last-child {
  padding: 0;
}
.extra-pa {
}
.text-sm {
  font-size: 12px;
}
.extra-p {
  padding: 35px 20px;
}
.form-center-icon {
  position: relative;
}
.form-center-icon svg {
  /* position: absolute; */ /* top: 50%; */ /* transform: translate(-50% , -50%); */
  left: 50%;
}
.white-form-card {
  /* background: #fff; */
  /* padding: 45px 45px; */
  /* margin-bottom: 20px; */
  /* border: 1px solid #EFF0F3; */
  /* border-radius: 18px; */
}
.lg-w {
  max-width: 465px;
}
select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  position: relative;
}
.select::after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='Group_634' data-name='Group 634' transform='translate(-844 -481)'%3E%3Cg id='up-arrow' transform='translate(859 496) rotate(180)'%3E%3Cg id='Group_615' data-name='Group 615'%3E%3Cg id='Group_614' data-name='Group 614'%3E%3Cpath id='Path_134' data-name='Path 134' d='M7.5,0A7.5,7.5,0,1,0,15,7.5,7.508,7.508,0,0,0,7.5,0Zm0,13.838A6.338,6.338,0,1,1,13.838,7.5,6.346,6.346,0,0,1,7.5,13.838Z' fill='%23384364'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_617' data-name='Group 617' transform='translate(3.584 4.969)'%3E%3Cg id='Group_616' data-name='Group 616'%3E%3Cpath id='Path_135' data-name='Path 135' d='M145.868,181.93l-3.292-3.292a.658.658,0,0,0-.928,0l-3.292,3.292a.658.658,0,0,0,.928.928l2.824-2.824,2.831,2.824a.656.656,0,1,0,.928-.928Z' transform='translate(-138.197 -178.446)' fill='%23384364'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 9;
  background-size: cover;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.si-list {
}
.si-list ul {
}
.si-list ul li {
}
.si-list ul li span {
}
.si-list ul li b {
}

.white-card {
  background: #fff;
  padding: 30px 30px;
  margin-bottom: 20px;
  border-radius: 18px;
  border: 1px solid #eff0f3;
  height: 100%;
  position: relative;
}
.wc-title {
}
.wc-title h3 {
  color: #1882c4;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.wc-body {
}
.si-list {
}
.si-list ul {
  padding: 0;
  list-style: none;
  text-align: left;
  margin: 0;
}
.si-list ul li {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}
.si-list ul li b {
  font-size: 12px;
  color: var(--black);
}
.si-list ul li span {
  font-size: 12px;
  color: #1882c4;
  font-weight: 600;
}
.row-status {
  align-items: center;
  margin: 20px 0;
  border-radius: 0px 18px 18px 0px;
  background: rgb(24, 130, 197);
  background: linear-gradient(
    263deg,
    rgba(24, 130, 197, 0.5525560566023284) 0%,
    #eff0f3 45%,
    #eff0f3 100%
  );
  padding: 16px 0;
  border-radius: 0px 20px 20px 20px;
}
.bu-wrap {
  padding: 15px 20px;
}
/* 
.datepicker-icon{
    overflow: hidden;
} */

.datepicker-btn {
  background: #38436414;
  border-radius: 0px 9px 9px 0px;
  background: #38436414;
  position: absolute;
  height: 46px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 71px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.owl-dots {
}
.owl-dot {
  width: 5px;
  height: 5px;
  background: #dcdcdc !important;
  border-radius: 100%;
  margin: 0 5px;
}
.owl-dot.active {
  background-color: var(--black) !important;
}
.owl-nav {
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  width: 100%;
}
.owl-prev {
  position: absolute;
  left: 0;
  background-repeat: no-repeat !important;
  background-size: cover;
  width: 20px;
  font-size: 0 !important;
  height: 20px;
  top: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 15 15'%3E%3Cg id='Group_615' data-name='Group 615' transform='translate(0 15) rotate(-90)'%3E%3Cg id='Group_614' data-name='Group 614'%3E%3Cpath id='Path_134' data-name='Path 134' d='M7.5,0A7.5,7.5,0,1,0,15,7.5,7.508,7.508,0,0,0,7.5,0Zm0,13.838A6.338,6.338,0,1,1,13.838,7.5,6.346,6.346,0,0,1,7.5,13.838Z' fill='%23var(--black)'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_617' data-name='Group 617' transform='translate(4.969 11.416) rotate(-90)'%3E%3Cg id='Group_616' data-name='Group 616'%3E%3Cpath id='Path_135' data-name='Path 135' d='M145.868,181.93l-3.292-3.292a.658.658,0,0,0-.928,0l-3.292,3.292a.658.658,0,0,0,.928.928l2.824-2.824,2.831,2.824a.656.656,0,1,0,.928-.928Z' transform='translate(-138.197 -178.446)' fill='%23var(--black)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.owl-next {
  position: absolute;
  right: -10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 15 15'%3E%3Cg id='Group_615' data-name='Group 615' transform='translate(15) rotate(90)'%3E%3Cg id='Group_614' data-name='Group 614'%3E%3Cpath id='Path_134' data-name='Path 134' d='M7.5,0A7.5,7.5,0,1,0,15,7.5,7.508,7.508,0,0,0,7.5,0Zm0,13.838A6.338,6.338,0,1,1,13.838,7.5,6.346,6.346,0,0,1,7.5,13.838Z' fill='%23var(--black)'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_617' data-name='Group 617' transform='translate(10.031 3.584) rotate(90)'%3E%3Cg id='Group_616' data-name='Group 616'%3E%3Cpath id='Path_135' data-name='Path 135' d='M145.868,181.93l-3.292-3.292a.658.658,0,0,0-.928,0l-3.292,3.292a.658.658,0,0,0,.928.928l2.824-2.824,2.831,2.824a.656.656,0,1,0,.928-.928Z' transform='translate(-138.197 -178.446)' fill='%23var(--black)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  width: 20px;
  font-size: 0 !important;
  height: 20px;
  top: 6px;
}
.bu-wrap p {
  font-size: 12px;
  text-align: left;
  color: #1882c4;
  font-weight: 500;
}
.bu-wrap b {
  font-size: 12px;
  text-align: left;
  display: block;
  color: var(--black);
  font-weight: 500;
}
.bg-7 {
  background: #38436414;
  padding: 20px 25px;
  border-radius: 9px;
}
.certificate-page .main-card {
  /* background: transparent; */ /* box-shadow: none; */ /* padding: 0; */
  padding-bottom: 20px;
  margin-top: 0;
}
.certificate-page .white-card {
  border: none; /* padding: 0; */
  padding-bottom: 0;
}
.certificate-page .cs-info h3 {
  margin: 0 auto;
}
.certificate-page .si-list ul li {
  padding: 0;
}
.certificate-page .side-info-box2 ul li label {
  font-size: 13px;
}
.certificate-page .side-info-box2 ul li span {
  font-size: 13px;
}
.certificate-page .wc-title h3 {
  margin-bottom: 3px;
  margin-bottom: 10px;
  font-size: 15px;
}
.certificate-page .form-group .form-control {
  height: 46px !important;
}
.certificate-page .white-card.wc-1 {
  margin: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.certificate-page .white-card.wc-2 {
  margin: 0 0 0px; /* HEIGHT: AUTO; */
  padding-bottom: 6px;
}
.certificate-page .white-card.wc-2:after {
  content: '';
}
.certificate-page .white-card.wc-1:after {
  content: '';
  background: #eff0f3;
  position: absolute;
  height: 38px;
  left: 0;
  right: 0;
  bottom: -38px;
}
.certificate-page .white-card.wc-1:before {
  content: '';
  position: absolute;
  z-index: 99;
  right: -11px;
  bottom: -31px;
  border-width: 11px;
  border-style: solid;
  border-color: transparent;
  background: transparent;
  border-right-color: #eff0f3;
  border-radius: 50;
  transform: rotate(317deg);
}

.mint-page .main-card {
  /* background: transparent; */ /* box-shadow: none; */ /* padding: 0; */
  padding-bottom: 10px;
}
.mint-page .white-card {
  border: none; /* padding: 0; */
  padding-bottom: 0;
}
.mint-page .cs-info h3 {
  margin: 0 auto;
}
.mint-page .si-list ul li {
  /* padding: 0; */
}
.mint-page .side-info-box2 ul li label {
  /* font-size: 13px; */
}
.mint-page .side-info-box2 ul li span {
  /* font-size: 13px; */
}
.mint-page .wc-title h3 {
  /* margin-bottom: 3px; */ /* margin-bottom: 10px; */ /* font-size: 15px; */
}
.mint-page .form-group .form-control {
  height: 46px !important;
}
.mint-page .white-card.wc-1 {
  margin: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mint-page .white-card.wc-2 {
  margin: 0;
}
.mint-page .white-card.wc-2:after {
  content: '';
}
.mint-page .white-card.wc-1:after {
  content: '';
  background: #eff0f3;
  position: absolute;
  height: 38px;
  left: 0;
  right: 0;
  bottom: -38px;
}
.mint-page .white-card.wc-1:before {
  content: '';
  position: absolute;
  z-index: 99;
  right: -11px;
  bottom: -31px;
  border-width: 11px;
  border-style: solid;
  border-color: transparent;
  background: transparent;
  border-right-color: #eff0f3;
  border-radius: 50;
  transform: rotate(317deg);
}

.redeem-page .main-card {
  /* background: transparent; */ /* box-shadow: none; */ /* padding: 0; */
  padding-bottom: 10px;
}
.redeem-page .white-card {
  border: none; /* padding: 0; */
  padding-bottom: 0;
}
/* .redeem-page .cs-info h3{margin: 0 auto;} */
.redeem-page .si-list ul li {
  /*padding: 0;*/
}
/* .redeem-page .side-info-box2 ul li label {font-size: 13px;}
.redeem-page .side-info-box2 ul li span{font-size: 13px;} */
/* .redeem-page  .wc-title h3{margin-bottom: 3px;margin-bottom: 10px;font-size: 15px;} */
.redeem-page .form-group .form-control {
  height: 46px !important;
}
.redeem-page .white-card.wc-1 {
  margin: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-bottom: 50px;
}
.redeem-page .white-card.wc-2 {
  margin: 0;
}
.redeem-page .white-card.wc-2:after {
  content: '';
}
.redeem-page .white-card.wc-1:after {
  content: '';
  background: #eff0f3;
  position: absolute;
  height: 38px;
  left: 0;
  right: 0;
  bottom: -40px;
}
.redeem-page .white-card.wc-1:before {
  content: '';
  position: absolute;
  z-index: 99;
  right: -11px;
  bottom: -30px;
  border-width: 11px;
  border-style: solid;
  border-color: transparent;
  background: transparent;
  border-right-color: #eff0f3;
  border-radius: 50;
  transform: rotate(317deg);
}

.extra-blue {
}
.extra-blue b {
  color: #1982c4 !important;
  font-size: 18px !important;
}
.extra-blue span {
  color: #1982c4 !important;
  font-size: 18px !important;
}
.redeem-page .main-card.card-bg {
  padding: 30px 20px !important;
}
.mint-page .main-card.card-bg {
  padding: 30px 20px !important;
}
.Carousel .owl-item {
  opacity: 0;
}
.Carousel .owl-item.active {
  opacity: 1;
}
.mint-page .white-card.wc-1 {
  padding-bottom: 30px;
}

.setting-wrapper {
}
.exchange .setting-wrap {
  top: 85px;
}
.button-s {
}
.setting-wrap {
  position: absolute;
  background: #f8f9fc;
  top: 75px;
  left: 8px;
  right: 8px;
  border-bottom: 2px solid #f5f6fa;
  padding-bottom: 27px;
  z-index: 99;
  border-radius: 15px;
  overflow: hidden;
  bottom: 15px;
  height: 100%;
}
.setting-box {
  padding: 10px 15px;
  border-radius: 20px;
}
.setting-title {
}
.setting-title h3 {
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}
.setting-buttons {
  display: flex;
  justify-content: space-between;
}
.setting-buttons .setting-blue {
  background: #1882c5;
  border: none;
  color: #fff;
  padding: 10px 15px;
  border-radius: 9px;
  font-weight: 600;
  font-size: 13px;
}
.setting-buttons .setting-dark {
  flex-grow: 1;
  margin-left: 10px;
  border-radius: 9px;
  border: none;
  background: #f5f6fa;
  font-size: 12px;
  font-weight: 600;
}
.toogle-switch-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.toogle-switch-wrapper h4 {
  font-size: 15px;
  font-weight: 600;
  color: #212529;
}
.toogle-switch-wrapper-dark h4 {
  color: #fff;
}
.toggle.btn {
  border-radius: 50px;
  min-width: 75px;
}
.toggle-handle {
  left: -16px;
  border-radius: 100%;
  height: 20px;
  width: 21px;
  padding: 0;
  top: 3px;
}
.toggle-on {
  padding: 5px 20px 5px 5px;
}
.toggle-off {
  padding: 5px 5px 5px 20px;
}
.btn-light.off .toggle-handle {
  left: 16px;
  background: #1882c5;
}

.mint-page .setting-wrap {
  background: #fff;
  top: 64px;
  height: 154px;
  border: none;
}
.redeem-page {
  background: #fff;
  top: 64px;
  height: 154px;
  border: none;
}
.mb-20 {
  margin-bottom: 20px;
}
.react-datepicker__triangle {
  display: none;
}
.white-card {
}
.index-0 {
  z-index: 0;
}
.owl-dots {
  display: flex;
  justify-content: center;
}

.mint {
  color: #1882c4;
  font-size: 24px;
}
.toogle-switch-wrapper svg {
  transform: translate3d(0px, 2px, 0px) !important;
}
button:focus {
  outline: none !important;
}
.mint-div .setting-wrap {
  height: 70% !important;
}
.redeem-div .setting-wrap {
  height: 65% !important;
  top: 70px !important;
}
.redeem-div .setting-wrap .setting-box {
  padding: 5px 15px;
}
.redeem-div .setting-wrap .setting-title h3 {
  margin-top: 0px;
}
body aside {
  transition: left 0.3s ease-in-out;
}

.header {
  background-color: #ffffff;
}

.body {
  background-color: #ffffff;
}
.body-dark {
  background-color: #141b2d;
}
.sidebar_open {
  left: 0px !important;
}
.menu-burer {
  display: none;
  color: gray;
  cursor: pointer;
  width: 30px;
}
.main-menu ul li a svg * {
  fill: #0f0f0f;
}
.button-s svg * {
  fill: #0f0f0f;
}

.divider {
  border: 1px solid #eee;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
}

.button-tab2-dark {
  background-color: #1f2940;
  border-color: #1f2940;
}

.main-menu-dark ul li a {
  color: #d6dfff;
}

.main-card-dark {
  box-shadow: 0px 10px 30px rgb(0 0 0 / 16%);
  background: #1f2940;
  background: transparent;
  box-shadow: none;
}

.white-card-dark {
  background-color: #141b2a;
  border-color: #141b2a;
}
.side-info-box2-dark p {
  color: #fff;
}
.side-info-box2-dark ul li label {
  color: #fff;
}

.form-group .form-control-dark {
  background-color: #1f2940;
  color: rgb(255 255 255 / 50%);
}

.si-list-dark ul li b {
  color: rgb(255 255 255 / 50%);
}

.form-group .form-control-dark::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(255 255 255 / 40%);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(255 255 255 / 40%);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(255 255 255 / 40%);
}

.button-s-dark svg * {
  fill: #fff;
}

.row-status-dark {
  background: linear-gradient(
    263deg,
    rgba(24, 130, 197, 0.5525560566023284) 0%,
    rgb(20 27 42) 45%,
    rgb(20 27 42) 100%
  );
}

.bu-wrap-dark b {
  color: #fff;
}

.button-1-dark {
  background: #1c84c4;
}

.header-button-dark {
  background: #1c84c4;
}

.side-info-box-dark {
  color: #fff !important;
  background: #1f2940;
}

.side-info-box-dark ul li label {
  color: #fff;
}

.w-card-dark {
  background: #19233a;
}

.main-menu-dark ul li a.active {
  background: #1f2940;
}

.main-menu-dark ul li a:hover {
  background: #1f2940;
}

.main-menu-dark ul li a svg * {
  fill: #d6dfff;
}

.main-menu-dark ul li a.active svg * {
  fill: #1c84c4;
}

.owl-dark .owl-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='up-arrow' transform='translate(15) rotate(90)' opacity='0.5'%3E%3Cg id='Group_615' data-name='Group 615'%3E%3Cg id='Group_614' data-name='Group 614'%3E%3Cpath id='Path_134' data-name='Path 134' d='M7.5,15A7.5,7.5,0,1,1,15,7.5,7.508,7.508,0,0,1,7.5,15Zm0-13.838A6.338,6.338,0,1,0,13.838,7.5,6.346,6.346,0,0,0,7.5,1.162Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_617' data-name='Group 617' transform='translate(3.584 5.427)'%3E%3Cg id='Group_616' data-name='Group 616'%3E%3Cpath id='Path_135' data-name='Path 135' d='M7.671,1.12,4.379,4.412a.658.658,0,0,1-.928,0L.158,1.12A.658.658,0,0,1,1.087.192L3.911,3.016,6.742.192a.656.656,0,0,1,.928.928Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.owl-dark .owl-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='up-arrow' transform='translate(15) rotate(90)' opacity='0.5'%3E%3Cg id='Group_615' data-name='Group 615'%3E%3Cg id='Group_614' data-name='Group 614'%3E%3Cpath id='Path_134' data-name='Path 134' d='M7.5,0A7.5,7.5,0,1,0,15,7.5,7.508,7.508,0,0,0,7.5,0Zm0,13.838A6.338,6.338,0,1,1,13.838,7.5,6.346,6.346,0,0,1,7.5,13.838Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_617' data-name='Group 617' transform='translate(3.584 4.969)'%3E%3Cg id='Group_616' data-name='Group 616'%3E%3Cpath id='Path_135' data-name='Path 135' d='M7.671,3.483,4.379.192a.658.658,0,0,0-.928,0L.158,3.483a.658.658,0,0,0,.928.928L3.911,1.587,6.742,4.412a.656.656,0,0,0,.928-.928Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.main-card-inner-dark {
  background: #141b2a;
  /* max-width: 500px; */
  /* padding: 50px 50px; */
  /* border-radius: 18px; */
  box-shadow: 0px 10px 30px rgb(2 2 2 / 26%);
}

.page-section-dark aside:after {
  border-right: 1px solid #384364;
}

.header-dark {
  border-bottom: 1px solid #384364;
}

.card-refer-dark ul li {
  color: rgb(255 255 255 / 50%);
}

.main-card-inner.width-1-dark {
  background: transparent;
}

.side-info-box.dark-gray-bg-dark label {
  color: #fff;
}

.white-form-card-dark {
  background: transparent;
  border: none;
  padding: 0;
}

.select::after {
}

.form-center-icon-dark svg * {
}

.datepicker-icon-dark svg * {
  fill: #1b83c4;
}

.datepicker-btn-dark {
  background: #0d1529;
}

.drop-icon-dark svg * {
  fill: #0b0e16;
}

.drop-icon-dark {
  background: #1f2940;
  border-color: #141b2a;
}

/* .drop-icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='30' viewBox='0 0 29 30'%3E%3Cg id='Group_632' data-name='Group 632' transform='translate(-837 -473)'%3E%3Cg id='Rectangle_260' data-name='Rectangle 260' transform='translate(837 473)' fill='%231a83c4' stroke='%23384364' stroke-width='1'%3E%3Crect width='29' height='30' rx='9' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='28' height='29' rx='8.5' fill='none'/%3E%3C/g%3E%3Cg id='up-arrow' transform='translate(859 496) rotate(180)'%3E%3Cg id='Group_615' data-name='Group 615'%3E%3Cg id='Group_614' data-name='Group 614'%3E%3Cpath id='Path_134' data-name='Path 134' d='M7.5,0A7.5,7.5,0,1,0,15,7.5,7.508,7.508,0,0,0,7.5,0Zm0,13.838A6.338,6.338,0,1,1,13.838,7.5,6.346,6.346,0,0,1,7.5,13.838Z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_617' data-name='Group 617' transform='translate(3.584 4.969)'%3E%3Cg id='Group_616' data-name='Group 616'%3E%3Cpath id='Path_135' data-name='Path 135' d='M145.868,181.93l-3.292-3.292a.658.658,0,0,0-.928,0l-3.292,3.292a.658.658,0,0,0,.928.928l2.824-2.824,2.831,2.824a.656.656,0,1,0,.928-.928Z' transform='translate(-138.197 -178.446)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");} */

.certificate-page .white-card.wc-1-dark:before {
  background: #141b2a;
  border-right-color: #141b2a;
}

.main-card.card-bg-dark {
  background: rgb(31 41 64);
  box-shadow: 0px 10px 30px rgb(0 0 0 / 27%);
}

.mint-page .white-card.wc-1-dark:after {
  background: #141b2a;
}

.mint-page .white-card.wc-1-dark:before {
  border-right-color: #141b2a;
}

.main-card.card-bg-dark {
  background: rgb(25 35 58);
  box-shadow: 0px 10px 30px rgb(0 0 0 / 26%);
}

.setting-buttons .setting-dark-dark {
  background: #19233a;
  color: rgb(255 255 255 / 50%);
}

.redeem-page .white-card.wc-1-dark:after {
  background: #141b2a;
  bottom: -30px;
}

.redeem-page .white-card.wc-1-dark:before {
  border-right-color: #141b2a;
}

.aside {
  background-color: #ffffff;
}

.aside-dark {
  background-color: #141b2d;
  color: #ffff;
}

.header-dark {
  background-color: #141b2d;
}
.page-section-dark {
  color: #ffff !important;
  background-color: #141b2d;
}
.setting-buttons .setting-dark {
  background: #1882c5;
}
.setting-wrap-dark {
  background-color: #141b2a !important;
  border-bottom: 2px solid #141b2a;
}
.setting-box-dark {
  background-color: #141b2a;
  border-bottom: 2px solid #141b2a;
}
.content-wrapper-dark {
  background: #141b2d;
}
.redeem-page-dark .white-card.wc-1:after {
  background: #141b2a;
  bottom: -30px;
}
.redeem-page-dark .white-card.wc-1:before {
  border-right-color: #141b2a;
}
.mint-page-dark .white-card.wc-1:after {
  background: #141b2a;
}
.mint-page-dark .white-card.wc-1:before {
  border-right-color: #141b2a;
}
.certificate-page-dark .white-card.wc-1:after {
  background: #141b2a;
}
.certificate-page-dark .white-card.wc-1:before {
  border-right-color: #141b2a;
}

.datepicker-btn svg * {
  fill: #01303c;
}
.collateral-box {
  background-color: #f8f9fc;
  border-radius: 10px;
}
.collateral-box-dark {
  background-color: #19233a !important;
}
.collateral-box-dark li {
  color: rgb(255 255 255 / 50%);
}
.pr-20 {
  padding-right: 20px !important;
}
.center-out {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.claim-card {
  padding: 15px !important;
  background: #f3f3f3 !important;
  margin-bottom: 40px !important;
}
.box-margin {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.button-tab {
  background: #a6b5b9;
  color: #ffffff;
  cursor: pointer;
  border: none;
  border: 4px solid #a6b5b9;
  padding: 6px 9px;
  width: 78px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  margin-bottom: 4px;
}
.button-tab-active {
  color: #ffff;
  background: #79b2db;
  box-shadow: 0px 6px 20px rgb(24 130 197 / 26%);
  border: 4px solid #144065;
}
.button-add-token {
  background: #79b2db;
  color: #ffffff;
  cursor: pointer;
  border: none;
  border: 4px solid #a6b5b9;
  padding: 6px 9px;
  width: 205px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  margin-bottom: 4px;
}
.button-tab-sm {
  width: 90px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 12px;
}
.box-p {
  font-size: 12px;
  text-align: left;
  color: #1882c4;
  font-weight: 500;
  margin: 4px;
  text-align: center;
}
.bbm {
  margin-bottom: 10px;
}
