@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");

body {
  margin: 0;

  font-family: "Epilogue", sans-serif !important;

  font-size: 14px !important;

  font-weight: 400 !important;

  line-height: 1.5;

  color: #505d69;

  text-align: left;

  background-color: #f2f2f2;
  overflow: hidden;

  overflow-y: scroll;
}

a {
  text-decoration: none !important;
}

.pointer {
  cursor: pointer !important;
}

#page-topbar {
  box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);

  left: 0;

  position: fixed;

  right: 0;

  top: 0;

  z-index: 1;

  height: 80px;

  /* border-radius: 0 0 20px 20px; */

  background: linear-gradient(90deg, rgba(39, 170, 225, 0) 4.14%, #27aae1 100%);
}

/*.vertical-menu {

background-color: #fff;

bottom: 0;

left: 0;

margin-top: 0;

top: 90px;

transition: all 0.2s ease-in-out 0s;

z-index: 1001;

box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);

overflow-y: hidden;

}*/

.vertical-menu {
  /*background-color: #fff !important;*/

  bottom: 0 !important;

  left: 0 !important;

  margin-top: 0 !important;

  /*top: 90px !important;*/

  transition: all 0.2s ease-in-out 0s !important;

  z-index: 1001 !important;

  border-top-right-radius: 24px !important;

  box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%) !important;

  overflow-y: hidden !important;
}

.navbar-header {
  border-bottom-right-radius: 15px !important;

  border-bottom-left-radius: 15px !important;
}

body[data-topbar="colored"] .header-item,
body[data-topbar="dark"] .header-item {
  /*color: black;*/

  color: #5c6976;
}

body[data-topbar="colored"] .noti-icon i,
body[data-topbar="dark"] .noti-icon i {
  color: black;
}

/* #sidebar-menu ul li a {

color: white! important;

} */

#sidebar-menu ul li a i {
  display: inline-block;

  /* min-width: 1.75rem; */

  padding-bottom: 0.125em;

  font-size: 14px;

  line-height: 1.40625rem;

  vertical-align: middle;

  /*color: white !important;*/

  -webkit-transition: all 0.4s;

  transition: all 0.4s;
}

.card {
  background: #fff;

  /* -webkit-box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%); */

  box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);

  margin-bottom: 30px;

  /* border-radius: 20px; */

  border: 1px solid #e5e5e5 !important;

  /*box-shadow: 8px 8px 15px #d4d4d4, -8px -8px 15px #ffffff;*/
}

body[data-layout="horizontal"] .page-content {
  margin-top: 0px !important;

  padding: calc(70px + 24px) calc(24px / 2) 20px calc(24px / 2) !important;
}

.dropdown-menu {
  /*border: 1px solid #eff2f7 !important;

border-radius: .8rem !important;

transform-origin: left top 0 !important;

background-color: #fff !important;

box-shadow: 0 0 1.25rem rgb(31 45 61 / 8%) !important;*/

  font-size: 14px !important;
}

/*body {

background-color: white;

font-family: 'Nunito', sans-serif;

overflow: hidden;

overflow-y: scroll; !important;



}*/

/*h1,

h2,

h3,

h4,

h5,

h6 {

font-weight: 800;

}*/

.h6,
h6 {
  font-size: 14px !important;
}

.h5,
h5 {
  font-size: 14px !important;
}

.h4,
h4 {
  font-size: 18px !important;
}

.h3,
h3 {
  font-size: 14px !important;
}

.h2,
h2 {
  font-size: 14px !important;
}

.h1,
h1 {
  font-size: 14px !important;
}

access granted re .progress {
  height: 14px !important;
}

.text-logo {
  color: #e07912 !important;
}

label {
  font-size: 14px !important;

  /*font-weight: bolder !important;*/
}

.input-group-append .btn,
.input-group-prepend .btn {
  z-index: 0 !important;
}

/*.tooltip-inner {

background-color: #2F49D1 !important; 

color: White !important; 

}*/

tr:hover {
  /*background: linear-gradient(to right top, #72b57e, #8cbc87, #a2c492, #b6cba0, #c8d3af);*/

  background: linear-gradient(
    90deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(9, 9, 121, 1) 35%,
    rgba(0, 212, 255, 1) 100%
  );

  color: #fff;
}

/*.card {

background: #fff;

box-shadow: 0 0 13px 0 rgb(82 63 105 / 5%);

margin-bottom: 30px;

border: 1px solid #E5E5E5 !important;

box-shadow: 8px 8px 15px #d4d4d4, -8px -8px 15px #ffffff;

}*/

.media {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;

  margin-top: 50px;
}

/* #sidebar-menu ul li a {

    color: white! important;

} */

#sidebar-menu ul li a {
  display: block;

  padding: 0.625rem 1.5rem;

  color: #7c8a96;

  position: relative;

  font-size: 14.5px;

  -webkit-transition: all 0.4s;

  transition: all 0.4s;
}

.card.form {
  border-radius: 22px !important;
}

.card.form h1 {
  font-size: 30px !important;
}

/*scroll bar*/

html {
  /* scrollbar-color:#cfcfcf #27aae1; */
  --scrollbarbg: #cfcfcf;
  --thumbbg: #27aae1;
}

body::-webkit-scrollbar {
  width: 5px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 1px solid var(--scrollbarBG);
}

.table-responsive {
  overflow-y: auto;
  border-radius: 6px;
  padding: 0;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #27aae100;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgb(255 0 0 / 0%);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #27aae1;
}

/* End scroll bar*/

/*Start Text Box input field floating by vikash for ind checkout page */

.input-field {
  position: relative;

  margin-top: 5px;
}

.input-field input {
  /*height:50px;

    outline:none !important;

    border:2px solid #eee;*/
}

.input-field input:focus {
  box-shadow: none;

  outline: none !important;
}

.input-field label {
  position: absolute;

  top: 5px;

  left: 6px;

  transition: all 0.5s;

  padding: 0px 10px;

  /*font-weight: 500;*/

  /*border-radius:20px;*/
}

.input-field input:focus + label,
.input-field input:valid + label,
.input-field select:focus + label,
.input-field select:valid + label,
.input-field textarea:focus + label,
.input-field textarea:valid + label,
.input-field input:disabled + label,
.input-field select:disabled + label {
  position: absolute;

  top: -10px;

  left: 6px;

  font-size: 10px;

  padding: 0px 2px;

  background-color: var(--bs-body-bg) !important;

  color: var(--bs-body-color) !important;

  font-weight: 500 !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  /*border: unset !important;*/
}

.invalid-feedback,
.invalid-tooltip {
  position: absolute;

  display: none;

  font-size: 0.875rem;
}

.invalid-feedback {
  margin: 0px 0px 0px 5px;

  font-size: 10px;
}

/* scroll display when collpsed menu added on 03072023 */

.vertical-collpsed {
  min-height: unset !important;
}

/*End Text Box input field floating */

@media (max-width: 520px) {
  .navbar-brand-box {
    width: 100px !important;
  }
}

/* authentication pages start */
/*Sankar*/

.form-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  /*max-width:600px;*/
}
.form {
  max-width: 600px;
}

.login-cont-main {
  background: linear-gradient(
    89.97deg,
    rgba(39, 170, 225, 0) 4.61%,
    rgba(39, 170, 225, 0.230253) 43.47%,
    #27aae1 110.83%
  );
  border-radius: 24px;
  padding: 15px;
  max-width: 500px;
}

.logo-img img {
  width: 100px;
  height: 80px;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 2.51px 3.34px 3.34px 0px #109bd4;
}

.logo-img {
  text-align: right;
}

.login-text {
  font-size: 50px !important;
  font-weight: 600;
  /*line-height: 167.99px;*/
  text-align: left;
  color: #000 !important;
}

.login-desc {
  font-size: 16.71px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
  color: #a0aec0;
}
.form-title {
  font-size: 16.66px;
  font-weight: 400;
  line-height: 23.32px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
}

.form-control {
  /* background: #2222224d; */
  border-radius: 10px;
  /* border: none !important; */
  padding: 10px !important;
  height: 45px !important;
}

.sign-in-btn {
  margin: 15px 0px;
}

.sign-in-btn button,
.sign-in-btn a {
  background-color: #27aae1 !important;
  /*text-transform:uppercase;*/
  font-family: Epilogue;
  font-size: 18px;
  font-weight: 600;
  /*line-height: 31.34px;*/
  text-align: center;
  color: #000 !important;
  border: none !important;
  border-radius: 12px;
}
.remember-me-main {
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-size: 15.04px;
  font-weight: 400;
  line-height: 22.57px;
  text-align: left;
  color: #000000;
  margin: 5px 0px;
}
::placeholder {
  color: #000 !important;

  font-size: 14.71px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
}
.did-have-account {
  font-size: 14.71px;
  font-weight: 400;
  /*line-height: 23.4px;*/
  text-align: left;
  color: #a0aec0;
  /* margin:15px 0px; */
}

.did-have-account a.sign-up {
  color: #000;
  margin: 0px 5px;
  cursor: pointer;
}

.image-container {
  background: url(../images/signin.webp);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.or {
  font-family: Epilogue;
  font-size: 37.67px;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  color: #000;
  margin: 15px 0px;
}
.follow {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.follow img {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 3px 4px 4px 0px #00000040;
}

.mail-verify {
  font-family: Epilogue;
  font-size: 20.23px;
  font-weight: 500;
  line-height: 24.13px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.otp-form input {
  box-shadow: 3.23px 4.31px 4.31px 0px #00000040;
  background: linear-gradient(
    117.45deg,
    rgba(255, 255, 255, 0) -3.91%,
    rgba(255, 255, 255, 0.039) 75.27%
  );
  border-radius: 10px;
}

.otp-form {
  background: #ffffff1a;
  border-radius: 10px;
  padding: 30px 15px;
}
/* authentication pages end */

/*shalomy */
/* inner pages common style start */

.bg-success-subtle {
  background: #f2f2f2 !important;
}

.contain-width {
  /* max-width: 1000px; */
  margin: auto;
}
.inner-page.card:after {
  content: "";
  position: absolute;
  border-radius: 20px !important;
  background: #fff;
  width: 99.7%;
  height: 99.6%;
  top: 1px;
  left: 2px;
  /*/ z-index: -1; /*/
}

.inner-page.card {
  box-shadow: 0px 0px 10px 10px rgb(119 71 229 / 10%);
  border-radius: 23px !important;
  padding: 20px 25px 10px;
  background: linear-gradient(106deg, #1a7ae50f, #107df5) !important;
  /*/ position: relative; /*/
  box-shadow: 0px 10px 60px rgb(226 236 249 / 11%);
  border: 1px #0e7df9;
  padding: 70px;
  /*/ z-index: -1; /*/
  padding-bottom: 20px;
}

.inner-page .card-body {
  position: relative;
  z-index: 1;
  padding: 0;
}
.inner_page_input select,
.inner_page_input input,
textarea#comment_text {
  border-radius: 10px !important;
  border: 1px solid #27aae1 !important;
  background: #fff !important;
  box-shadow: 0px 10px 60px 0px rgba(226, 236, 249, 0.5) !important;
}
.form-floating.inner_page_input > label {
  position: relative;
  color: #000;
  font-family: Epilogue;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  /*width: 193px;*/
  overflow: visible;
  white-space: pre-wrap;
  padding-left: 0;
  padding-right: 35px;
}
.form-floating.inner_page_input > .form-select,
.form-floating.inner_page_input > input {
  padding: 0 10px !important;
  height: 41px !important;
  /*width: 417px !important;*/
  position: relative;
}
.form-floating.inner_page_input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 374px;
}
.form-control:focus {
  box-shadow: none !important;
}
textarea#comment_text {
  /* padding: 20px; */
  padding: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-family: Epilogue;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
textarea#comment_text:focus-visible {
  border: 0;
  outline: 0;
}
textarea#comment_text::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
  font-family: Epilogue;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.common-inner-css .row .inner-col {
  width: fit-content !important;
}
.common-inner-css .row {
  justify-content: center;
  align-items: center;
  column-gap: 55px;
}
.descrip .form-floating.inner_page_input {
  width: 100%;
  justify-content: flex-end;
}
i.fa-solid.fa-angle-down {
  position: absolute;
  z-index: 1;
  right: 17px;
}
.submit-cmn-btn,
.submit-cmn-btn:hover,
.submit-cmn-btn:active {
  border-radius: 12.916px !important;
  border: 1.292px solid #fff !important;
  background: #27aae1 !important;
  width: 251px;
  height: 59px;
  color: #fff !important;
  text-align: center;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 15.103px;

  display: flex;
  justify-content: center;
  align-items: center;
}
.common-btn {
  position: relative;
  z-index: 1;
  top: 50px;
  display: flex;
  justify-content: center;
}
.descrip {
  margin: 0px 29px 0 auto;
  margin-top: 40px !important;
}
.common-btn {
  position: relative;
  z-index: 1;
}
h4.header-title.common-txt {
  color: #000;
  font-family: Epilogue;
  font-size: 35px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  text-align: center;
}
p.card-title-desc.common-txt {
  color: #363636;
  text-align: center;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 835px;
  margin: 20px auto 50px;
}
/*transfer*/
.balance,
.balance:hover,
.balance:active,
.balance:focus,
.balance:focus-visible {
  border-radius: 12.842px !important;
  border: 1.07px solid #0067ff !important;
  background: #27aae1 !important;
}
.pay-benefit,
.pay-benefit:hover,
.pay-benefit:active,
.pay-benefit:focus,
.pay-benefit:focus-visible {
  border-radius: 12.842px !important;
  border: 1.07px solid #0f8 !important;
  background: #1a8151 !important;
}
.add-benefit,
.add-benefit:hover,
.add-benefit:active,
.add-benefit:focus,
.add-benefit:focus-visible {
  border-radius: 12.842px !important;
  border: 1.07px solid #0f8 !important;
  background: #1a8151 !important;
}
/* comments for schedule 3 containers */
.top-inner-transfer-card {
  display: flex;
  flex-direction: column;
  /* height: 170.158px; */
  height: 120px;
  padding: 54px 79.596px 54.632px 79px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 !important;

  color: #fff;
  text-align: center;
  font-family: Epilogue;
  line-height: 22.474px;
  width: 100%;
  white-space: nowrap;
}
.top-inner-transfer-card span {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 15px;
}
.top-inner-transfer-card p {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}
.top-inner-transfer-card strong {
  color: #fff;
  text-align: center;
  font-family: Epilogue;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.474px;
}
.top-inner-transfer-card i {
  font-size: 30px;
  margin-bottom: 9px;
}
.top-inner-transfer-card i.fa-solid.fa-circle-plus {
  font-size: 24px;
}
.transfer .form-floating.inner_page_input {
  width: 100% !important;
}
.transfer .row {
  justify-content: center;
}
.transfer .form-floating.inner_page_input input,
.transfer .form-floating.inner_page_input select {
  border-radius: 10px !important;
  border: 1px solid #bbdbff !important;
  background: #fff !important;
  box-shadow: 0px 10px 60px 0px rgba(226, 236, 249, 0.5) !important;
  height: 65px !important;
}
.transfer .form-floating.inner_page_input input,
.transfer .form-floating.inner_page_input select,
.transfer .form-floating.inner_page_input input::placeholder {
  color: #505d69 !important;
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
  text-align: left;
}
.form-floating.inner_page_input select,
.form-floating.inner_page_input input#schedule_time {
  text-align: left !important;
}
/* comments  schedule form*/
.transfer .inner-page.card {
  /* padding:50px 85px; */
  padding: 10px 30px;
  padding-bottom: 0;
}
.transfer .common-btn {
  top: 29px;
}
.schedule-transfer .row {
  justify-content: space-between;
  align-items: center;
}

/*transfer*/
/*crypto exchange*/
.crypto.common-inner-css .row {
  justify-content: space-between !important;
}
.crypto .descrip {
  /*margin: 0px auto 0 71px;*/
  margin: 0px auto 0 86px;
  margin-top: 40px !important;
}
.crypto .descrip .form-floating.inner_page_input {
  justify-content: center !important;
}
.crypto h4.header-title.common-txt {
  margin-bottom: 50px;
}
/*crypto exchange*/
/* money exchange */
.money-balance {
  border-radius: 15px;
  background: linear-gradient(66deg, #22afea -11.84%, #07c 98.75%);
  display: flex;
  min-width: 400px;
  width: auto !important;
  height: 349.714px;
  padding: 77px 0px 58.714px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.money-balance p {
  color: #fff;
  text-align: center;
  font-family: Epilogue;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  max-width: 220px;
  margin-bottom: 13px;
  line-height: 1.3;
}
.money-balance h1 {
  background: rgba(255, 255, 255, 0.38);
  width: 100%;
  padding: 10px;
  /* margin: 0; */
  color: #000;
  text-align: center;
  font-family: Epilogue;
  font-size: 50px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}
.btn.btn-sm.money-balance {
  position: relative;
  z-index: 1;
  padding: 0;
  bottom: 174px;
}
.money-exchange .inner-page.card {
  margin-top: 130px;
}
.form-floating.moneyx select,
.form-floating.moneyx input {
  border-radius: 21.693px !important;
  background: #eef0fa !important;
  padding: 20px !important;
  border: 0 !important;
  height: 60px !important;
}
.form-floating.moneyx i.fa-solid.fa-angle-down {
  top: 20px;
  right: 20px;
}
.money-exchange .common-btn {
  position: relative;
  z-index: 1;
  top: 80px;
}
.right-input-row {
  /* justify-content: center; */
  align-items: center;
}
/* money exchange */
/* member transaction */
.transfer.membership-page .form-floating.inner_page_input input,
.transfer.membership-page .form-floating.inner_page_input select,
.transfer.membership-page .form-floating.inner_page_input input::placeholder {
  height: 49px !important;
  text-align: left;
  padding: 10px;

  color: #000 !important;
  font-family: Epilogue;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
  text-transform: capitalize;
}
.transfer.membership-page .form-floating.inner_page_input input {
  padding-left: 43px !important;
}
.transfer.membership-page
  .form-floating.inner_page_input
  i.fa-solid.fa-magnifying-glass.fa-beat-fade {
  position: absolute;
  /* top: 28px; */
  left: 18px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  z-index: 1;
}
.transfer.membership-page .form-floating.inner_page_input input::placeholder {
  padding-left: 0 !important;
}
.transfer.membership-page .inner-page.card {
  padding: 40px 20px;
  padding-bottom: 26px;
  margin-top: 40px;
}
.transfer.membership-page i.fa-solid.fa-magnifying-glass.fa-beat-fade {
  position: absolute;
}
.alert-msg {
  max-width: 600px;
  margin: auto;
}
.transfer.membership-page .inner-page.card:after {
  height: 98.6%;
}
.page-title-box .float-start.right-download {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.page-title-box .float-start.right-download h4.header-title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
}

.page-title-box {
  float: right;
}

/* member transaction */
/* manage beneficiary */
.manage-page h3.common-txt {
  color: #000;
  font-family: Epilogue;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 27px;
}
.manage-page p.common-txt {
  color: #363636;
  text-align: center;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.manage-page .inner-page.card:after {
  height: 98.98%;
}
.manage-page .inner-page.card {
  margin-top: 50px;
}
/* manage beneficiary */
/* add-beneficiary */
.add-beneficiary .inner-page.card:after {
  height: 99.6%;
}
a.btn.btn-sm:active,
a.back-to-form:active {
  border: 0 !important;
  outline: 0 !important;
}
a.back-to-form {
  position: absolute;
  left: -74px;
  float: left;
  bottom: -45px;
}
/* add-beneficiary */
/* profile pages */
.profile-inner-con .hide-title {
  color: #000;
  font-family: Epilogue;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  text-align: center;
}
.clearfix p {
  color: #363636;
  text-align: center;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 25px 0;
}
.clearfix label {
  color: #000;
  font-family: Epilogue;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  white-space: nowrap;
}
.profile-page1 .form-floating.inner_page_input {
  width: auto;
}
.profile-page .inner_page_input select {
  background: transparent !important;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  color: #27aae1 !important;
  opacity: 1;
  display: block;
  /* background: url(https://mywildalberta.ca/images/GFX-MWA-Parks-Reservations.png) no-repeat; */
  /* background: url(../images/signin.webp) no-repeat; */
  width: 20px;
  height: 20px;
  border-width: thin;
}
.edit-profile {
  background: #27aae1 !important;
  position: absolute;
  z-index: 1;
  padding: 10px;
  border-radius: 50px;
  right: 21px;
  top: 15px;
}
.profile-page .tab-inner-head {
  text-align: center !important;
  border-radius: 7.625px !important;
  border: 2.287px solid var(--1, #27aae1) !important;
  background: #fff !important;
  max-width: 352px;
  padding: 3px !important;
  justify-content: space-between;
  margin: 25px auto !important;
}

.profile-page .tab-inner-head .form-check {
  width: fit-content;
  width: 165.682px;
  /* padding: 20px; */
  margin: 0;
  height: fit-content;
}
.profile-page .tab-inner-head .form-check label {
  position: absolute;
  display: flex;
  top: 100px;
}
.profile-page .form-check-input[type="radio"] {
  border-radius: 2.287px;
  border: 0;
  margin-top: 0;
  width: 166px;
  height: 47px;
}
.profile-page .form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: none !important;
}
.profile-page .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
  width: 166px;
  height: 47px;
  border-radius: 2.287px;
  border: 2.287px solid #27aae1;
  background: #1c96eb;
  margin-top: 0;
}
.completed-status {
  margin: auto !important;
  display: flex;
  justify-content: center;
}
#v-AccountStatus p {
  color: #1a8151;
  /* font-family: Lato; */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
  margin: auto;
}
.review .clearfix p {
  max-width: 727px;
  margin: 25px auto;
}
.completed-input {
  border-radius: 10px !important;
  border: 1px solid #27aae1 !important;
  background: #fff !important;
  box-shadow: 0px 10px 60px 0px rgba(226, 236, 249, 0.5) !important;
  width: 100%;
}
label.my-2.fs-6.fw-bold.hide-title.col-form-label {
  text-align: left;
}
/* profile pages */
/* dashboard */
.dashboard-page .dashboard-none {
  display: none;
}
.dashboard-page .row {
  justify-content: left;
}
.dashboard-main-asset {
  position: relative;
  left: -49px;
}
.dashboard-three-stages {
  display: flex;
  flex-direction: column;
  margin-bottom: 115px;
}
.dashboard-page .media {
  align-items: flex-end;
  justify-content: space-between;
  margin: 50px;
}
.dashboard-page .dashboard-button,
.dashboard-page .dashboard-button:hover {
  border: 0px solid;
  border-radius: 15px;
  margin: 20px 0 !important;
  padding: 7px 10px;
  color: #6b747d !important;
  background-color: #fff;
  border-radius: 11.693px;
  background: #eef0fa;
  width: 341px;
  padding: 12px;
  margin-top: 15px;
}
.dashboard-page .dashboard-button a.dbutton {
  color: #000;
  text-align: center;
  /* font-family: Lato; */
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  gap: 23px;
}
.dashboard-page .dashboard-button i {
  color: #20a9ed;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-size: 19.648px !important;
  font-style: normal;
  font-weight: 900;
  line-height: 19.648px;
}
.dashboard-page .media-body h2 {
  color: #fff;
  font-family: Inter;
  font-size: 4em !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.dashboard-page ul.metismenu.list-unstyled.side-menu.mx-0 button {
  width: 210px;
  height: 50px;
  margin-bottom: 55px;
  background: #ffffff;
  box-shadow: rgb(247 247 248 / 57%) 0px 7px 29px 0px;
}
.media-left-part {
  height: 315px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  position: relative;
  padding-right: 35px;
}
/* .media-left-part:after{
    position: absolute;
    content:"";
    background: #FFF;
    opacity: 0.5;
    width: 1px;
    height: 100%;
    right: 0;
} */
.dasboard-bottom-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-page .btn.btn-sm.money-balance {
  bottom: 0;
  width: 354px;
  /* height: 303.429px;  // 80%*/
  height: 180px;
}
.dasboard-bottom-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 12px;
}
.dashboard-page .top-inner-transfer-card {
  display: flex;
  flex-direction: column;
  height: 145px;
  padding: 53px 61px 52.539px 61.597px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 !important;
  color: #000;
  font-family: Epilogue;
  line-height: 22.474px;
  width: 100%;
  white-space: nowrap;
}
.dashboard-page .add-benefit,
.dashboard-page .add-benefit:hover,
.dashboard-page .add-benefit:active,
.dashboard-page .add-benefit:focus,
.dashboard-page .add-benefit:focus-visible {
  border-radius: 12.842px !important;
  border: 1.07px solid #08a95e !important;
  background: rgba(26, 129, 81, 0.2) !important;
}
.dashboard-page .top-inner-transfer-card strong {
  color: #000 !important;
}
.dashboard-page .bottom-left-sec {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}
.money-balance h1 span {
  color: #000;
  font-family: Epilogue;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 76px;
}
.dashboard-page .card,
.main-content.reference-page .card {
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.dashboard-main-asset img.img-fluid {
  max-width: fit-content;
  width: 32em;
}
/* dashboard */
/* reference-page */
.reference-page .form-floating.inner_page_input > .form-select,
.form-floating.inner_page_input > input {
  padding: 0 8px !important;
  /* padding-right: 33px !important; */
}
.reference-page .download {
  border: 1px solid #36b0e3;
  background: transparent;
  color: #36b0e3;
  height: 39px !important;
}
a.download-div img {
  width: 20px;
}
.reference-page .form-floating.inner_page_input {
  width: auto !important;
}
a.download-div {
  border: 1px solid #36b0e3;
  border-radius: 10px;
  padding: 11px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.reference-page .centervkg {
  text-align: center !important;
}
.reference-page h5 b,
.boldvkg b b {
  color: #000;
  font-family: Epilogue;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.8px;
}
.reference-page h6 b,
p.clearfixvkg.boldvkg b {
  color: #000;
  font-family: Epilogue;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px;
}
.reference-page p.wd100.my-2 b {
  color: #000;
  font-family: Epilogue;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.reference-page table.table.table-centered.tablecss {
  border-radius: 20px;
  background: #ccf0ff;
}
.reference-page .row.mx-0 {
  align-items: center;
}
.reference-page table.table.table-centered.tablecss tbody tr {
  border-bottom: 1.25px solid #05b5ff;
}
.reference-page table.table.table-centered.tablecss tbody tr {
  border-bottom: 1.25px solid #05b5ff;
}
.reference-page table.table.table-centered.tablecss tbody tr:last-child {
  border-bottom: 1.25px solid transparent;
}
.reference-page table.table.table-centered.tablecss tbody tr td,
.reference-page table.table.table-centered.tablecss tbody tr th {
  padding: 13px 16px !important;
}
.reference-page table.table.table-centered.tablecss tbody tr:hover {
  background: linear-gradient(
    90deg,
    rgba(39, 170, 225, 0) 4.14%,
    #27aae1 100%
  ) !important;
  color: #000;
}
.reference-page p.wd100.my-2.boldvkg b {
  color: #000;
  font-family: Epilogue;
  font-size: 14px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 21px; /* 150% */
}
/* reference-page */

/* account security */
.account-security .border.rounded.p-2.my-2.dropdown {
  border-radius: 10px !important;
  border: 1px solid #27aae1 !important;
  background: #fff !important;
  box-shadow: 0px 10px 60px 0px rgba(226, 236, 249, 0.5) !important;
  margin-top: 30px !important;
}
.account-security .inner-page.card {
  padding: 70px;
}
.account-security .modal .input-field label {
  /* top: 12px; */
  left: 20px;
}
.account-security .modal .input-field input {
  border-radius: 10px;
  border: 1px solid #bbdbff !important;
  background: #fff !important;
  box-shadow: 0px 10px 60px 0px rgba(226, 236, 249, 0.5) !important;
}
.account-security .modal .modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
  color: #05b5ff;
  font-size: 20px !important;
}
.account-security .modal .modal-footer {
  display: flex;
  justify-content: center;
  border: 0;
}
.account-security .submit-cmn-btn,
.account-security .submit-cmn-btn:hover,
.account-security .submit-cmn-btn:active {
  width: 217px;
  height: 50px;
}
.account-security .common-btn {
  top: 27px;
}
/* account security */
/* login history */
.login-history table thead {
  background: var(--1, #27aae1) !important;
}
.login-history tr:hover {
  background: #27aae1b5 !important;
  color: #fff;
}
/* login history */
.form-floating input:focus,
.form-floating select:focus {
  box-shadow: none !important;
}
/* .alert.alert {
    border-radius: 18.541px;
    border: 1.426px solid #FF0101;
    background: rgba(203, 14, 14, 0.50);
    color: #FFF;
    font-family: Epilogue;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 34.23px;
}
 */
span#currbal {
  color: #000;
  text-align: center;
  font-family: Epilogue;
  font-size: 17.45px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.215px;
  border-radius: 10px;
  border: 1px solid #bbdbff;
  background: #fff;
  box-shadow: 0px 10px 60px 0px rgba(226, 236, 249, 0.5);
  padding: 20px;
  width: 216px;
  height: 49px;
}
/* comment sign up scroll */

/* .scroll-div {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 570px;
} */
.scroll-div::-webkit-scrollbar,
.nav.nav-pills::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.scroll-div:hover::-webkit-scrollbar,
.nav.nav-pills:hover::-webkit-scrollbar {
  width: 3px !important;
  height: 3px !important;
}

header.is-sticky {
  background: #27aae1 !important;
  padding: 0 15px;
  border-radius: 0px 0px 10px 10px;
}

.main-content select,
.main-content input.form-control.date {
  cursor: pointer;
}

.sm-none-class {
  display: block;
}
.lg-d-none {
  display: none;
}
/* inner pages common style end */
