input::placeholder,
.form-control::placeholder {
  color: #b5bdc5 !important;
  opacity: 1;
}

.form-control[readonly]:focus {
  background-color: #e9ecef;
  border-color: #e1e2e2;
  opacity: 1;
}

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

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

.line-through {
  text-decoration: line-through;
}

.form-group label {
  font-size: 15px;
  display: block;
}

.form-group .form-inline {
  display: flex;
}

.hide {
  display: none !important;
}

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

.font-500 {
  font-weight: 500 !important;
}

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

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-20 {
  font-size: 20px !important;
}

.user-logged-in {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #e6edef;
  margin-bottom: 20px;
  height: 85px;
}

.user-logged-in .letter {
  display: block;
  background: #162040;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  min-width: 45px;
  min-height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 10px;
  margin-right: 10px;
}

.user-logged-in .hello {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  opacity: 0.7;
}

.user-logged-in .name {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0;
}

.page-wrapper .page-body-wrapper .page-header {
  padding-bottom: 15px;
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-check {
  min-height: 1.5rem;
  margin-bottom: 15px;
  border: 1px solid #e1e2e2;
  border-radius: 10px;
  padding: 2px 15px;
  height: 42px;
  display: flex;
  align-items: center;
}

.form-check .form-check-input {
  margin: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  min-width: 18px;
}

.form-check .form-check-label {
  margin: 0;
  width: 100%;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
}

/* Table */

.page-link {
  padding: 2px 10px;
  border-radius: 8px;
  border: 0 !important;
}

.table th,
.table td {
  padding: 12px;
  min-height: 60px;
  vertical-align: middle !important;
}

.table td {
  font-size: 15px;
  line-height: 1.35;
}

.table th {
  border-bottom-width: 2px;
  font-weight: 600;
  min-width: 60px;
}

td.agency-name {
  min-width: 200px;
  width: 300px;
}

td.agency-services {
  min-width: 250px;
  width: 350px;
}

td.agency-balance {
  white-space: nowrap;
  width: 180px;
  min-width: 120px;
}

.table .col-actions {
  width: 150px;
}

.table .actions {
  display: flex;
  align-items: center;
  gap: 5px;
}

.table .icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 15px;
}

.table .services {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.table .services span {
  white-space: nowrap;
  display: inline-block;
  padding: 6px 11px 7px 11px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  background: #434d62;
  color: #fff;
}

/* Col */

.col-500 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-600 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-700 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

textarea {
  height: 250px;
}

.border-right {
  border-right: 1px solid #e6edef;
}

/* Stats cards */

.stat-card {
  border-radius: 10px;
}

.stat-card .stat-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stat-card .stat-wrap .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 45px;
  width: 45px;
  border-radius: 8px;
  background: #162040 !important;
  font-size: 25px;
}

.page-main-header .logo-wrapper {
  padding: 2px 5px;
  background: #fff;
  border-radius: 5px;
}

.page-main-header .main-header-right .main-header-left img {
  height: 35px;
  border-radius: 5px;
}

.stat-card .card-body {
  padding: 15px;
}

.period-form {
  width: 180px;
}

.stat-card .stat-wrap .content {
  width: calc(100% - 55px);
}

.stat-card .stat-wrap .title {
  display: block;
  color: #75777e;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1;
}

.stat-card .stat-wrap .number {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.category-info {
  display: flex;
  align-items: center;
}

.category-info img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  margin-right: 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
  object-fit: contain;
}

.category-info .name {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.product-info {
  display: flex;
  align-items: center;
}

.product-info img {
  width: 100px;
  min-width: 100px;
  height: 110px;
  margin-right: 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
  object-fit: contain;
}

.product-info .name {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.product-info .extra {
  display: block;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.8;
}

/* Select 2 */

.select2-container .select2-selection--single {
  color: #495057 !important;
  border-radius: 10px !important;
  border-color: #e1e2e2 !important;
  height: 46px !important;
  padding: 10px 15px;
  font-size: 16px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #495057;
  line-height: 25px;
  padding: 0;
  font-weight: 400 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%);
}

.select2-results > .select2-results__options {
  border: 0 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #162040 !important;
}

.select2-dropdown {
  border: 1px solid #e1e2e2;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #efefef !important;
}

.select2-results__option {
  font-size: 15px !important;
  border-top: 1px solid #ececec;
  padding: 8px 10px !important;
}

.period-form .select2-container .select2-selection--single {
  height: 35px !important;
  padding: 5px 15px;
}

.product-images .image {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.product-images .image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-images .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid #ececec;
  border-radius: 5px;
  padding: 5px;
  top: 0;
  left: 0;
}

.height-equal {
  height: calc(100% - 30px);
}

.product-page-main p {
  font-size: 16px;
  font-weight: 400 !important;
  color: #606060 !important;
}

.product-page-details {
  display: block !important;
}

.product-page-details .extra {
  display: block;
  font-size: 18px;
  padding: 0;
  opacity: 0.8;
}

.metas {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
}

.meta {
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 120px;
}

.meta .title {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.meta .info {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  border-radius: 0.25rem;
  background-color: #717171;
  padding: 10px;
}
.metas .btn {
  height: 38px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.login-card .input-group-text {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #c2c2c2 !important;
}

.login-form .form-group .link {
  float: unset;
  font-weight: 500;
}

.login-form .title {
  text-transform: none;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 22px;
}

.login-form .text {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.9;
}

.alert .text {
  display: block;
  width: calc(100% - 30px);
  opacity: 1;
}

.alert-danger.dark .text {
  color: #fff !important;
}

/* Seller add product */

.product-search .product-wrap .search-product-item,
.product-search .product-wrap .item {
  display: flex;
  align-items: center;
  border: 1px solid #e1e2e2;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}

.product-search .product-wrap .search-product-item img,
.product-search .product-wrap .item img {
  width: 80px;
  height: 90px;
  object-fit: contain;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #ececec;
  margin-right: 15px;
  background-color: #fff;
}

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

.product-search .product-wrap .search-product-item .infos,
.product-search .product-wrap .item .infos {
  width: calc(100% - 80px);
}

.product-search .product-wrap .search-product-item .infos .name,
.product-search .product-wrap .item .infos .name {
  font-size: 18px;
  margin-bottom: 5px;
}

.product-search .product-wrap .search-product-item .infos .extra,
.product-search .product-wrap .item .infos .extra {
  display: block;
  font-size: 15px;
  opacity: 0.8;
}

.product-search .product-wrap .search-product-item.selected {
  background: #162040;
  color: #fff;
}

.page-main-header .main-header-right .main-header-left img {
  object-fit: contain;
}

.opening-item {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #ececec;
  margin: 15px 0;
  padding: 15px;
  border-radius: 5px;
}

.opening-item legend {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  float: unset;
  width: auto;
  padding-right: 10px;
  margin-bottom: 0;
}

.opening-item .checkbox-group .form-group {
  margin-bottom: 0;
}

.opening-item .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.opening-item .form-group label {
  color: #777f87;
}

.opening-item .form-group .form-inline {
  display: flex;
  align-items: center;
}

.form-check label {
  font-size: 16px !important;
  font-weight: 500 !important;
  padding-left: 10px;
  color: #5a5f65 !important;
}

#shopDescription {
  height: 560px;
}

.ck-editor-shop .cke_contents {
  height: 224px !important;
}

.ck-editor-large .cke_contents {
  height: 400px !important;
}

.label-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.label-wrap label {
  margin-bottom: 5px;
}

.label-wrap .btn {
  padding: 0;
  margin-bottom: 5px;
  color: #c40606;
}

.step-row textarea {
  height: 180px;
}

.group-label {
  font-size: 17px !important;
  font-weight: 500;
}

.fullheight {
  height: calc(100% - 30px);
}

.card .card-footer {
  padding: 20px;
}

.nav-pills {
  gap: 10px;
  margin-bottom: 10px;
}

.nav-pills .nav-link {
  border: 1px solid #162040;
  border-radius: 10px;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  box-shadow: none !important;
}

.shop-name-wrapper {
  display: flex;
  align-items: center;
}

.shop-name-wrapper .cover {
  width: 200px;
  height: 130px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 15px;
  border: 1px solid #e6edef;
}

.shop-name-wrapper .name {
  font-size: 35px;
  color: #162040;
}

.infos-wrap .title {
  color: #162040;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.infos-wrap table td {
  padding: 5px;
}

.infos-wrap .table tr:first-child td {
  padding-top: 0 !important;
}

.infos-wrap .table tr:last-child td {
  border-bottom: 0 !important;
}

.infos-wrap .table tr td:first-child {
  padding-left: 0 !important;
}

.infos-wrap .table tr td:last-child {
  text-align: right;
  padding-right: 0 !important;
}

.shop-description p {
  font-size: 15px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .infos-wrap {
    margin-bottom: 20px;
  }
}

.shop-infos {
  display: flex;
  align-items: center;
}

.shop-infos img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
  border: 1px solid #ececec;
}

.shop-infos .name {
  font-size: 20px;
  display: block;
}

/**/

.notification-box i {
  font-size: 18px;
}

.notification-box {
  position: relative;
  display: flex;
  align-items: center;
  height: 37px;
  width: 100%;
  font-size: 17px;
  padding: 5px 10px;
}

.menu-title {
  position: relative;
}

.menu-title .count {
  display: block;
  height: 20px;
  width: 25px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #162040;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.menu-title.active .count,
.menu-title:hover .count {
  color: #162040;
  background: #fff;
}

.product-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #ececec;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.product-wrap img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 15px;
  border: 1px solid #ececec;
  border-radius: 5px;
  object-fit: contain;
}

.product-wrap .name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.product-wrap .extra {
  display: block;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}

.customer {
  display: flex;
  align-items: center;
}

.customer .letter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #162040;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  border-radius: 5px;
  margin-right: 10px;
}

/* MT Service */

.empty-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 150px;
}

.empty-wrap .text {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 500;
  opacity: 0.6;
}

.swal2-styled.swal2-default-outline:focus {
  box-shadow: none !important;
}

.page-header-wrap {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #e6edef;
  height: 85px;
}

.page-header-wrap .page-title {
  font-size: 22px;
  margin-bottom: 0;
  font-weight: 600;
  margin-bottom: 5px;
}

.breadcrumb {
  margin: 0;
  font-size: 13px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.page-body > .container-fluid {
  padding: 20px;
}

.fi.xl {
  width: 30px;
  line-height: 20px;
}

.table .country {
  display: flex;
  align-items: center;
  gap: 6px;
}

.table .country .name {
  line-height: 1;
}

fieldset {
  position: relative;
  padding: 20px;
  border: 1px solid #e1e2e2;
  border-radius: 10px;
  margin-bottom: 30px;
}

fieldset legend {
  font-size: 20px;
  font-weight: 600;
  float: none;
  display: inline-block;
  padding: 5px 10px;
  width: auto;
  margin-bottom: 0;
}

.input-group {
  position: relative;
}

.input-group .form-control {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.input-group .input-group-append {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border-radius: 10px;
}

.input-group-append .input-group-text {
  border: 0;
  background: transparent;
  padding: 6px;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.get-customer {
  cursor: pointer;
}

/* Modal */

.modal .modal-content {
  border: 0;
  border-radius: 10px;
}

.modal .modal-content .modal-header,
.modal .modal-content .modal-body {
  padding: 16px;
}

.modal .modal-content .modal-header .modal-title {
  line-height: 1;
  font-weight: 600;
}

.modal .modal-content .modal-header .close-modal {
  background: #fff !important;
  color: #162040 !important;
  height: 30px;
  width: 30px;
  padding: 5px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-footer > * {
  margin: 0;
}

.modal .modal-content .modal-footer {
  padding: 15px;
  justify-content: flex-start;
  gap: 10px;
}

.modal-text {
  font-size: 16px;
  line-height: 1.5;
}

/* Customer search by phone */

.customer-search {
  position: relative;
}

.customer-search-result {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  max-height: 250px !important;
  border: 1px solid #e1e2e2;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 70px;
  z-index: 2;
  width: 100%;
}

.customer-search-result li {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid #ececec;
  padding: 8px 10px;
}

.customer-search-result li:first-child {
  border-top: 0;
}

.customer-search-result li:hover {
  background: #efefef;
}

.modal-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.edit-conversion-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.edit-conversion-wrap input,
.edit-conversion-wrap .input-group-text {
  font-weight: 600;
  font-size: 18px;
}

.edit-conversion-wrap .equal {
  display: block;
  font-size: 40px;
  font-weight: 400;
}

.card.h-100 {
  height: calc(100% - 20px) !important;
}

.conversion .form-group {
  margin-bottom: 15px;
}

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

.conversion-result .text {
  font-size: 18px;
  font-weight: 600;
}

.conversion.working {
  opacity: 0.8;
}

.dataTables_wrapper {
  padding-bottom: 10px !important;
}

.dataTables_wrapper .dataTables_filter {
  margin-bottom: 18px;
  margin-left: 0 !important;
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
  border: 1px solid #d5d0d0;
  padding: 0 10px;
  margin-left: 0;
  height: 37px;
  border-radius: 5px;
}

.dataTables_wrapper .dataTables_filter input[type="search"]::placeholder {
  color: #868686 !important;
}

/* Dropdown filter */

.btn-dropdown {
  border: 1px solid #cdcdcd !important;
  border-radius: 8px !important;
  height: 35px !important;
  font-size: 17px;
  padding: 0px 15px;
  font-weight: 400 !important;
}

.btn-dropdown:hover {
  color: #000 !important;
}

.btn-dropdown:hover {
  transform: none !important;
}

.btn-dropdown.dropdown-toggle::after {
  margin-left: 10px;
  border-top: 0.5em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  margin-top: 2px;
}

.dropdown-menu {
  padding: 8px;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  background: #fff;
  margin-top: 5px !important;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  border-radius: 6px;
  padding: 5px 15px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #162040;
}

.row-reverse {
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
}

.modal table td {
  padding: 10px !important;
  font-size: 16px;
}

.modal table tr td:first-child {
  width: 210px;
}

.card-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.modal p {
  font-size: 16px;
}

.stat-period {
  display: flex;
  align-items: center;
  gap: 5px;
}

.stat-period .form-control {
  height: 35px;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 8px;
  width: 100px;
}

.stat-period .btn {
  height: 35px;
  width: 35px;
}

.user-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  border: 1px solid #e6edef;
  border-radius: 8px;
  padding: 10px;
}

.user-name .letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 41px;
  font-weight: 600;
  background: #162040;
  border-radius: 6px;
  color: #fff;
}

.user-name .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.user-name .role {
  font-size: 16px;
  opacity: 0.7;
  display: block;
  line-height: 1;
}

.profile-table tr:last-child td {
  border-bottom: 0 !important;
}

.period-filters {
  display: flex;
  align-items: center;
  gap: 8px;
}

.period-filters .btn {
  padding: 8px;
  height: 38px;
}

.period-filters .form-control {
  padding: 8px 12px;
  height: 38px;
}

.datepicker td,
.datepicker th {
  width: 30px !important;
  text-transform: capitalize;
}

.datepicker table tr td.active.active {
  background-color: #162040 !important;
  background-image: none !important;
  font-weight: 600;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #d2d9e4 !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #c4c4c4 !important;
}

.topup-body {
  position: relative;
}

.topup-body .loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(255, 255, 255, 0.42);
  display: flex;
  align-items: center;
  justify-content: center;
}

.topup-body .loader i {
  font-size: 50px;
  color: #000;
}

.form-check.amount {
  height: auto;
  padding: 15px;
  align-items: flex-start;
}

.form-check.amount .amount-sent {
  display: block;
  font-size: 14px;
}

.form-check.amount input {
  margin-top: 3px;
}

/* Topup */

#topup_amount {
  display: grid;
  gap: 12px;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

#topup_amount .form-check {
  width: 100%;
  margin-bottom: 0;
}

#topup_amount .form-check-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#topup_amount .form-check-label span {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

#topup_amount .form-check-label span:last-child {
  font-weight: 500;
}