.text-custom-blue {
  color: #467aff !important;
  font-size: 20px;
}

.text-custom-orange {
  color: #f3964e !important;
  font-size: 20px;
}

.form-control {
  border-radius: 0.2em !important;
  color: black;
}

.form-control:focus {
  border: none;
  color: black;
}

.dropdown-menu.navbar-head {
  left: initial !important;
  min-width: auto;
  right: -16px;
  overflow: hidden !important;
  width: 200px;
}

.dropdown-menu.navbar-head .dropdown-item:active {
  color: black;
  text-decoration: none;
  background-color: white;
}

.ata-tooltip {
  display: inline-block;
  position: relative;
  text-align: left;
}

.ata-tooltip a {
  color: black;
}

.ata-tooltip figure {
  width: 46px;
  height: 46px;
  margin: 0;
}

.ata-tooltip .show-tooltip {
  display: block !important;
}

.ata-tooltip ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ata-tooltip li {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 9px;
}

.ata-tooltip .tooltip-bottom {
  top: 60px;
  right: 0;
  padding: 10px 20px;
  color: #909090;
  background-color: white;
  font-weight: normal;
  font-size: 13px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  display: none;
  border-radius: 4px;
  padding: 0;
}

.ata-tooltip .tooltip-bottom > i {
  position: absolute;
  bottom: 100%;
  right: 12px;
  width: 24px;
  height: 6px;
  overflow: hidden;
}

.ata-tooltip .tooltip-bottom > i::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid white;
}

@media (max-width: 768px) {
  .container .subscribes-container {
    max-width: 0;
  }
}

.login-custom {
  margin: 58px 0 70px;
  width: 100%;
}

.login-custom img {
  border-radius: 10px 0 0 10px;
}

@media (max-width: 1440px) {
  .login-custom {
    margin: 60px 0 70px;
  }
}

@media (max-width: 1024px) {
  .login-custom {
    width: 100%;
    margin: 0 0 0;
  }
}

.inputPhoneNumber:focus {
  box-shadow: none;
}

.inputPhoneNumber {
  padding-left: 2px;
}

.basic-container figure {
  width: 62px;
  height: 30px;
}

.basic-container figure img {
  width: 100%;
  height: 100%;
}

.basic-container .phone-form {
  gap: 5px;
}

.basic-container .phone-form input {
  border: none;
  font-size: 1rem;
}

.basic-container .phone-dropdown-toggler {
  background-color: transparent;
  border: none;
  display: flex;
  padding: 0;
  gap: 5px;
}

.basic-container .dropdown-menu {
  min-width: 0;
}

.forgot-custom {
  margin: 105px 0 70px;
  width: 707px;
}

.forgot-custom img {
  border-radius: 10px 0 0 10px;
}

@media (max-width: 1440px) {
  .forgot-custom {
    margin: 60px 0 70px;
  }
}

@media (max-width: 1024px) {
  .forgot-custom {
    width: 100%;
    margin: 0 0 0;
  }
}

.register-custom {
  margin: 85px 0 70px;
  width: 100%;
}

.register-custom form > .row {
  flex-direction: column;
  align-items: center;
}

.register-custom form > .row > div {
  max-width: 100%;
}

@media (min-width: 768px) {
  .register-custom form > .row {
    flex-direction: row;
    align-items: initial;
  }
}

.register-custom .dropdown-menu {
  min-width: 0;
}

.register-custom form > div:first-of-type {
  padding-left: 0;
}

.register-custom form > div:not(:first-of-type) {
  padding-right: 0;
}

.register-custom label {
  display: initial;
}

.register-custom .phone-form {
  gap: 5px;
}

.register-custom .phone-form input {
  border: none;
  font-size: 1rem;
}

.register-custom .phone-dropdown-toggler {
  background-color: transparent;
  border: none;
  display: flex;
  padding: 0;
  gap: 5px;
}

.register-custom .input-group-prepend {
  gap: 5px;
  padding-left: 1rem;
  border-top-left-radius: 0.2em !important;
  border-bottom-left-radius: 0.2em !important;
}

.register-custom .input-group-prepend .dropdown-toggle-split {
  padding-right: 12px;
  padding-left: 0;
}

.register-custom figure {
  width: 30px;
  height: 20px;
}

.register-custom figure img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1440px) {
  .register-custom {
    margin: 60px 0 70px;
  }
}

@media (max-width: 1024px) {
  .register-custom {
    margin: 10px 0 50px;
  }
}

.check-input input[type=checkbox] {
  background-color: red;
}

.margin-form {
  margin-top: 5%;
}

@media (max-width: 1024px) {
  .margin-form {
    margin-top: 0px;
  }
}

.login-container {
  display: flex;
  width: 40%;
  justify-content: center;
  padding-top: 5%;
  margin: auto;
  border-radius: 0;
  border: none;
}

@media (max-width: 1024px) {
  .login-container {
    width: 100%;
    margin: auto;
    padding-top: 10%;
    display: block;
    overflow: auto;
  }
}

.register-container {
  display: flex;
  width: 60%;
  justify-content: center;
  margin: auto;
  border-radius: 0;
  border: none;
}

@media (max-width: 1024px) {
  .register-container {
    width: 100%;
    margin: auto;
    padding-top: 15%;
    padding-bottom: 15%;
    height: 100%;
  }
}

.forgot-container {
  display: flex;
  width: 50%;
  justify-content: center;
  margin: auto;
  border-radius: 0;
  border: none;
}

@media (max-width: 1024px) {
  .forgot-container {
    width: 95%;
  }
}

.bg-custom-blue {
  background-color: #467aff !important;
}

.bg-custom-blue:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.text-size-title {
  font-size: 17px;
}

.text-grey {
  color: #6d6d76;
}

.pass-text-mvola {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  color: #00703d;
}

.logo-header {
  height: 100px;
  padding: 1rem 0 0 4rem;
}

.logo-header svg {
  height: 100%;
  fill: #00703d;
}

.image-mvola-footer {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  height: 78px;
}

.image-container-parent {
  display: none;
}

@media (min-width: 1440px) {
  .image-container-parent {
    align-items: center !important;
  }
}

@media (min-width: 1196px) {
  body .image-container-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1;
    width: 50%;
    scale: 0.8;
  }

  body .image-container {
    margin: 0;
  }

  body .before-bg > div:nth-child(2n) {
    scale: 0.9;
  }

  body .before-bg::before {
    display: initial;
  }
}

@media (min-width: 320px) {
  .before-bg::before {
    display: none;
  }
}

.image-container {
  justify-content: end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 2rem;
  padding-left: 1rem;
}

.image-container > div:last-child {
  display: flex;
  justify-content: center;
  z-index: 1;
  flex-direction: column;
  margin-left: 1rem;
}

.mvola-number {
  background-color: black;
  color: white;
  font-size: 40px;
}

.payment-channel-radio label {
  cursor: pointer;
  border: solid 3px transparent;
  box-shadow: 0px 12px 23px 0px rgba(62, 73, 84, 0.07);
  transition: all 0.3s ease;
}

.payment-channel-radio label:hover {
  border: 3px solid #2D4EA3;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px 0 rgba(67, 212, 119, 0.3);
}

.payment-channel-radio input[type=radio] {
  visibility: hidden;
  display: none;
}

.payment-channel-radio input[type=radio]:checked + label {
  box-shadow: 0 10px 30px 0 rgba(67, 212, 119, 0.3);
  border: solid 3px #2D4EA3;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

.payment-content {
  height: 100%;
}

.text-size-pass {
  font-size: 20px;
}

.size-gap-subscribe {
  width: 100%;
  gap: 3%;
}

.price-size-pass {
  font-size: 35px;
  font-weight: 900;
}

.text-font-family {
  font-family: "Roboto", sans-serif;
}

.pass {
  border: solid 1px #707070;
  border-radius: 10px;
}

.pass:hover {
  border: solid 1px #2D4EA3;
  border-radius: 10px;
}

.bg-color-pass {
  background-color: #f0f3ff;
}

.active {
  border: solid 1px #2D4EA3;
  border-radius: 10px;
}

.adjusted-height {
  height: calc(100vh - 160px);
}

.center-vertically {
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
}

.panel-footer {
  padding-left: 10px;
  padding-right: 10px;
  border: 0.2px solid;
  border-top-color: #313146;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

@media (max-width: 1024px) {
  .panel-footer {
    text-align: center;
    padding-top: 10px;
  }
}

.font-footer {
  font-family: "Poppins" !important;
}

.reserved-rights {
  font-size: 11px;
  color: #74788d;
}

.btn-confirmer-subscribe {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  border-radius: 5px;
}

.btn-cancel-subscribe {
  background-color: #676a766e !important;
  color: #161718;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  border-radius: 5px;
}

.title-panel-info {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
}

.subtitle-panel-info {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: bolder;
  color: white;
  margin-bottom: 0;
}

.profil-image-panel-info {
  width: 172px;
  height: 172px;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-change-panel-info {
  background-color: #467aff;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  height: 38px;
  width: 120px;
  border-radius: 0.2em !important;
}

.btn-light-panel-info {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  height: 38px;
  width: 120px;
  background-color: white;
}

.format-image-panel-info {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  font-size: 1em;
}

.input-label-panel-info {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bolder;
  margin-bottom: 0;
}

.label-input-gap {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.input-panel-info {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.login-placeholder::-moz-placeholder {
  font-size: 15px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  color: #313146;
}

.login-placeholder:-ms-input-placeholder {
  font-size: 15px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  color: #313146;
}

.login-placeholder::-ms-input-placeholder {
  font-size: 15px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  color: #313146;
}

.login-placeholder::placeholder {
  font-size: 15px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  color: #313146;
}

.span-register {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #313146;
}

.no-account {
  font-size: 15px;
  font-weight: lighter;
}

input.input-panel-info::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #313146;
}

input.input-panel-info:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #313146;
}

input.input-panel-info::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #313146;
}

input.input-panel-info::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #313146;
}

textarea.input-panel-info::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
}

textarea.input-panel-info:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
}

textarea.input-panel-info::-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
}

textarea.input-panel-info::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
}

.select-btn {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ececec;
  align-items: center;
  gap: 5px;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.flag-icon {
  width: 3rem;
  display: flex;
}

.flag-icon svg {
  width: 100%;
  height: 100%;
}

.w-full.h-full {
  width: 100%;
  height: 100%;
}

.dropdown-menu {
  width: 100%;
  box-shadow: none;
  padding: 0;
  top: -14px !important;
  margin: 0;
  border-radius: 0;
  border: 1px solid #ececec;
  border-top: none;
  height: 200px;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
}

.dropdown-menu::after {
  display: none;
}

.dropdown-content {
  height: 43px;
}

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
}

.btn-save-panel-info {
  background-color: #2D4EA3;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  height: 38px;
  width: 100%;
}

.before-bg {
  height: 100vh;
}

.before-bg::before {
  content: "";
  background-image: url("https://sback-core.sayna.io/assets/77184f9e-2884-47a2-a5a6-583ff5178f94.png");
  height: 100vh;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vh;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.before-bg > div:nth-child(2n) {
  scale: 0.9;
}

.before-bg > div:nth-child(2n) p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #6d6d76;
}

/* On mouse-over, add a grey background color */

.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.checkcontainer input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.checkcontainer .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkcontainer {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-change-panel-primary {
    background-color: #ebf7ff;
    color: #2D4EA3;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    height: 38px;
    width: 120px;
    border-radius: 0.2em !important;
}

.btn-dark-panel {
    background-color: rgb(28, 29, 46) !important;
    color: white;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    height: 38px;
    width: 120px;
    border-radius: 0.2em !important;
    border-width: 1px;
    border-color: #e2e6ea;
}

.package-chosen {
    border: 2px solid #467aff !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px rgba(70, 122, 255, 0.3) !important;
    transition: all 0.3s ease-in-out !important;
}

.package-chosen:hover {
    box-shadow: 0 0 15px rgba(70, 122, 255, 0.5);
    transform: scale(1.02);
}

.sb {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.sb:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gateway-btn {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.gateway-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gateway-btn-active {
    border: 2px solid #467aff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(70, 122, 255, 0.3);
    transition: all 0.3s ease-in-out;
}
