img {
  max-width: 100%;
}

.transition {
  transition: all 0.3s ease;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-decoration-none {
  text-decoration: none;
}

.font-weight-thin {
  font-weight: 300;
}

.font-weight-bold {
  font-weight: 900;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

button,
a.btn {
  cursor: pointer;
}

button:active,
button:focus {
  outline: none;
  box-shadow: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

.border-none {
  border: none !important;
}

.border-solid {
  border-width: 2px;
  border-style: solid;
}

.overflow-hidden {
  overflow: hidden;
}

.pull-left {
  float: left;
  display: inline-block;
}

.pull-right {
  float: right;
  display: inline-block;
}

.tooltip-enabled {
  position: relative;
}

.tooltip {
  top: 0;
  left: 0;
  position: absolute;
  margin-top: 5px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s, margin 0.3s;
  max-width: 200px;
  background: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 1px 28px 0 rgba(34, 48, 73, 0.2);
}

.tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tooltip.visible {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.show-password-field {
  position: relative;
  width: 100%;
  display: inline-block;
}

.show-password-field span.typcn {
  position: absolute;
  right: 10px;
  font-size: 30px;
  line-height: 22px;
  height: 30px;
  overflow: hidden;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}

.select-input {
  background: #fff;
  border: solid 1px #a0aec0;
  padding: 10px;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
.select-input.disabled {
  background-color: #fafafa;
}
.select-input.disabled .typcn-arrow-sorted-down {
  display: none;
}

.select-input ul {
  margin: 0;
  padding: 0;
  position: absolute;
  background: #fff;
  width: calc(100% + 4px);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  margin-top: 5px;
  margin-left: -2px;
  margin-right: -2px;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #e2e8f0;
  padding: 5px;
  max-height: 300px;
  overflow-y: scroll;
}

.select-input ul.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  margin-top: -2px;
  z-index: 2;
}

.select-input ul li {
  list-style: none;
  padding: 15px 15px;
  color: #0d314c;
  font-size: 14px;
  border-bottom: solid 1px #ededed;
  font-weight: 400;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
#howtopay.select-input ul li {
  font-weight: 500;
}
#howtopay.select-input .selected span {
  display: none;
}
#howtopay.select-input .selected div {
  display: inline-block;
}
.select-input ul li span {
  display: block;
  color: #5d7079;
  font-weight: normal;
  font-size: 12px;
}
.select-input ul li:last-child {
  border: none;
}
.select-input ul li:hover {
  background: #f2f5f7;
}

.select-input .typcn {
  position: absolute;
  right: 10px;
  font-size: 25px;
  top: 50%;
  margin-top: -17px;
  z-index: 1;
  line-height: 35px;
}
.select-input svg {
  position: absolute;
  right: 20px;
  width: 10px;
}

.input-icon {
  position: relative;
}

.input-icon input {
  padding-left: 50px;
}

.input-icon .typcn {
  position: absolute;
  top: 50%;
}

.separator-10 {
  height: 10px;
}

.separator-20 {
  height: 20px;
}

.separator-30 {
  height: 30px;
}

.separator-40 {
  height: 40px;
}

.separator-50 {
  height: 50px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}
.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.mr-3 {
  margin-right: 30px;
}

.mr-4 {
  margin-right: 40px;
}

.mr-5 {
  margin-right: 50px;
}
.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}
.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 10px !important;
  margin: 10px !important;
}
.m-2 {
  margin: 20px !important;
  margin: 20px !important;
}
.m-3 {
  margin: 30px !important;
  margin: 30px !important;
}
.m-4 {
  margin: 40px !important;
  margin: 40px !important;
}
.m-5 {
  margin: 50px !important;
  margin: 50px !important;
}
.pt-1 {
  padding-top: 10px;
}
.pt-2 {
  padding-top: 20px;
}
.pt-3 {
  padding-top: 30px;
}
.pt-4 {
  padding-top: 40px;
}
.pt-5 {
  padding-top: 50px;
}
.pr-1 {
  padding-right: 10px;
}
.pr-2 {
  padding-right: 20px;
}
.pr-3 {
  padding-right: 30px;
}
.pr-4 {
  padding-right: 40px;
}
.pr-5 {
  padding-right: 50px;
}
.pb-1 {
  padding-bottom: 10px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pb-3 {
  padding-bottom: 30px;
}
.pb-4 {
  padding-bottom: 40px;
}
.pb-5 {
  padding-bottom: 50px;
}
.pl-1 {
  padding-left: 10px;
}
.pl-2 {
  padding-left: 20px;
}
.pl-3 {
  padding-left: 30px;
}
.pl-4 {
  padding-left: 40px;
}
.pl-5 {
  padding-left: 50px;
}

.alert-danger {
  background: red;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 35px;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  display: none;
}

.error_message {
  color: red;
  font-size: 14px;
}

.alert-success {
  background: green;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 4px;
  display: none;
}

.text-danger {
  color: red;
}

.notification {
  padding: 30px;
  font-weight: 100;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notification .message {
  display: flex;
  align-items: center;
  color: #fff;
}
.notification .message span {
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  margin-top: -20px;
  margin-bottom: -20px;
}
.notification .message p {
  margin: 0;
}
.notification .action {
  float: right;
  background: gray;
  color: #fff;
  border-radius: 7px;
  padding: 10px 20px;
  font-size: 14px;
  background: transparent;
  border: solid 1px white;
}
.notification.error {
  background-color: #f5696a;
}
.notification.warning {
  background-color: #447aa2;
}
.notification.success {
  background-color: #22d7c3;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.label {
  display: inline;
  padding: 0.3em 0.7em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label-success {
  background: #22d7c3;
}

.label-warning {
  background: #0d314c;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-label-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-label-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.display-flex {
  display: flex;
}
.alertv2 {
  background-color: pink;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 16px 13px 16px 18px;
}
.alertv2 > .icon {
  margin-right: 13px;
}
.alertv2 > .icon > img {
  width: 24px;
  height: 24px;
}
.alertv2 > .message {
  flex: 1;
  font-size: 13px;
  font-weight: 500;
}

/*wizard*/
.wizard-container .step {
  display: none;
}
/*end wizard*/
/*tabs*/
ul.tabs {
  list-style: none;
  border-bottom: solid 1px #e2e8f0;
}
ul.tabs li {
  display: inline-block;
  position: relative;
  padding: 0 0 20px 0;
  cursor: pointer;
  margin-right: 20px;
}
ul.tabs li.active:after,
ul.tabs li:hover:after {
  content: '';
  background: #22d7c3;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
/*end tabs*/

/*start verification banner responsive*/
@media (max-width: 768px) {
  .notification {
    display: block;
    overflow: hidden;
  }
  .notification a {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}
/*end verification banner responsive*/
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
