@font-face {
  font-family: "Telenor";
  src: url(./fonts/Telenor.ttf);
}
@font-face {
  font-family: "TelenorLight";
  src: url(./fonts/TelenorLight.ttf);
}
@font-face {
  font-family: "NotoLight";
  src: url(./fonts/NotoSansBengali-Light.ttf);
}
@font-face {
  font-family: "Noto Sans Bengali";
  src: url(./fonts/NotoSansBengali-Regular.ttf);
}
@font-face {
  font-family: "Noto Sans Bengali Medium";
  src: url(./fonts/NotoSansBengali-Medium.ttf);
}
html,
body {
  background-color: #fff;
  color: #636b6f;
  font-family: "Telenor", "Helvetica Neue", Helvetica, Arial, Noto Sans Bengali,
    sans-serif;
  font-weight: 200;
  height: 100vh;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Telenor", "Helvetica Neue", Helvetica, Arial, Noto Sans Bengali,
    sans-serif;
  padding-left: 14px;
  padding-right: 14px;
}

.modal-padding-overlap[style] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@font-face {
  font-family: "Telenor";
  src: url("fonts/Telenor.ttf");
}

@font-face {
  font-family: "TelenorLight";
  src: url("fonts/TelenorLight.ttf");
}

@font-face {
  font-family: "NotoLight";
  src: url("fonts/NotoSansBengali-Light.ttf");
}

@font-face {
  font-family: "Noto Sans Bengali";
  src: url("fonts/NotoSansBengali-Regular.ttf");
}

@font-face {
  font-family: "Noto Sans Bengali Medium";
  src: url("fonts/NotoSansBengali-Medium.ttf");
}

@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("fonts/SourceSansPro-Regular.ttf");
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("fonts/SourceSansPro-Regular.ttf");
}

:root {
  --telenor-theme-blue: #007ad0;
  --telenor-link-blue: #007ad0;
  --telenor-invalid-feedback: #df1616;
  --telenor-invalid-feedback-light: #ff4b4b;
  --telenor-black: #000000;
  --telenor-success: #1a8139;
  --telenor-light-grey: #e0e0e0;
  --telenor-grey: #d6d6d6;
  --telenor-information-green: #e9ffec;
  --telenor-deep-blue: #046cb5;
}

.hide {
  display: none !important;
}

.immutable-hide {
  margin: 0 !important;
  height: 0;
  visibility: hidden;
}

/* Page Title */
.page-title {
  font-family: "Telenor";
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.text-custom-blue {
  color: var(--telenor-theme-blue) !important;
}

.text-custom-green {
  color: #b0f0b2 !important;
}

.text-custom-dark {
  color: #1a1a1a !important;
}

.btn-custom-blue {
  color: #ffffff;
  border-color: var(--telenor-link-blue);
  background: var(--telenor-link-blue);
}

.btn-custom-blue:hover {
  color: #ffffff;
  border-color: var(--telenor-deep-blue);
  background: var(--telenor-deep-blue);
}

@media (hover: hover) {
  .btn-custom-blue:hover {
    color: #ffffff;
    border-color: var(--telenor-deep-blue);
    background: var(--telenor-deep-blue);
  }
}

.badge-custom-red {
  background: #ffe3e3;
  border: none;
}

.badge-custom-blue {
  background: #e3edff;
  border: none;
}
.border-blue {
  border-color: var(--telenor-link-blue) !important;
}

/* Recharge attempt info text */
#info-text {
  margin-top: 100px;
}

#info-text p {
  font-size: 14px;
}

/*
* ---------------------------------------------------------
* Recharge Form
* ---------------------------------------------------------
*/

.sticky-top {
  top: 0;
  z-index: 1020;
  position: inherit;
  height: 62px;
}

.hide {
  display: none !important;
}

.sticky-continue-box {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 1.5rem 6px 1.5rem;
  background: #ffffff;
  z-index: 1023;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0px -4px 12px -3px rgba(37, 51, 73, 0.16);
}

.sticky-continue-box .we-accept-logo {
  text-align: center;
  padding: 10px 0px 0px 0px;
}

.sticky-continue-box .we-accept-logo img {
  max-height: 27px;
}

.recharge-amount {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  background: #fff;
  padding-top: 7px;
}

.recharge-amount-padding {
  padding-top: 23px;
  transition: padding-top 300ms;
}

.recharge-amount-without-padding {
  padding-top: 0px;
  transition: padding-top 300ms;
}

.ui-form {
  padding: 32px;
  box-sizing: border-box;
  margin-bottom: 0px;
}

.recharge-ui-amount {
  margin-bottom: 0px;
}

#bulk-routing-ui.ui-form,
#dob2plusForm.ui-form {
  padding: 0rem;
  border: none;
  box-sizing: initial;
  border-radius: 0px;
}

.ui-form .form-control {
  background: #f5f5f5;
  color: #1a1a1a;
  padding: 6px 12px;
  height: 48px;
  box-shadow: none;
  border-radius: 3px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid transparent;
  font-family: "Telenor", "Helvetica Neue", "Helvetica", "Arial",
    "Noto Sans Bengali", "sans-serif";
}

.ui-form .form-group .custom-label {
  color: #1a1a1a;
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 8px;
  margin: 0;
  font-weight: normal;
}

.ui-form .recharge-offer-title {
  margin-bottom: 0;
  margin-top: 0.5rem;
}

.recharge-form input:focus {
  border-color: var(--telenor-theme-blue);
}

.ui-form input:focus {
  border-color: var(--telenor-theme-blue);
  box-shadow: none;
}

.ui-form input[type="number"]::-webkit-inner-spin-button,
.ui-form input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ui-form input::-webkit-outer-spin-button,
.ui-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ui-form input[type="number"] {
  -moz-appearance: textfield;
}

.ui-form input.is-invalid {
  background: #ffb4b4 url(icon_warning.png) no-repeat center right 15px !important;
  padding-right: 45px !important;
  color: #767676 !important;
  border-color: transparent !important;
}

.ui-form input.is-invalid:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ui-form .invalid-feedback {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  color: var(--telenor-invalid-feedback-light);
  /* border-bottom: 1px solid #FFB4B4; */
  padding-top: 6px;
  padding-bottom: 4px;
}

.ui-form .form-control.is-valid {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.recharge-form .form-control.is-valid:focus {
  border-color: var(--telenor-theme-blue);
}

.ui-form .form-control.is-valid:focus {
  border-color: var(--telenor-theme-blue);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*
* ------------------------------------------------------------
*  Campaign promos payment page
* ------------------------------------------------------------
*/
.visibility-none {
  visibility: hidden;
  position: absolute !important;
}

.ui-form .campaign-alert {
  background: #f7f5ed;
  border-radius: 3px;
  margin-bottom: 25px;
  margin-top: 24px;
}

.ui-form .campaign-alert .campaign-alert-text .campaign-alert-greetings,
.ui-form .campaign-alert .campaign-alert-text .offer-name {
  font-size: 14px;
}

.ui-form .campaign-calc-review .review-title {
  font-size: 18px;
}

.ui-form .campaign-calc-review .campaign-title,
.ui-form .campaign-calc-review .payable-amount,
.ui-form .campaign-calc-review .discount-name,
.ui-form .campaign-calc-review .total-amount {
  font-size: 16px;
}

.ui-form .campaign-calc-review .provided-pgw {
  font-size: 11px;
  color: #767676;
}

/* .ui-form input#mobile {
    background: #F5F5F5 url(Contact.svg) no-repeat center right 15px !important;
} */
/* .ui-form input#mobile.is-invalid {
    background: #ffb4b4 url(icon_warning.svg) no-repeat center right 15px !important;
    padding-right: 45px !important;
    color: #767676 !important;
    border-color: transparent !important;
} */
.routing-ui-form .form-group.payment-method .custom-control-label {
  font-size: 14px;
  line-height: 18px;
  color: #1a1a1a;
  cursor: pointer;
}

#bulk-recharge .form-group.payment-method .custom-control-label::before,
.routing-ui-form .form-group.payment-method .custom-control-label::before {
  position: absolute;
  top: 0;
  left: -1.75rem;
  display: none;
  width: 1.125rem;
  height: 1.125rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.24);
}

#bulk-recharge .form-group.payment-method .custom-control-label::after,
.routing-ui-form .form-group.payment-method .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: none;
  width: 10px;
  height: 10px;
}

#bulk-recharge .form-group.payment-method .custom-control-label .pt_title,
.routing-ui-form .form-group.payment-method .custom-control-label .pt_title {
  padding-left: 13px;
}
.routing-ui-form .form-group.payment-method .choose_payment_method {
  font-size: 16px;
  line-height: 26px;
  color: #1a1a1a;
}

#bulk-recharge .form-group.payment-method .payment_option_style,
.routing-ui-form .form-group.payment-method .payment_option_style {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 32px;
  color: var(--telenor-black);
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  height: 49px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  z-index: 1;
}

#bulk-recharge .form-group.payment-method input[type="radio"]:checked + label,
.payment_page .form-group.payment-method input[type="radio"]:checked + label {
  border: 1px solid var(--telenor-theme-blue);
}
.routing-ui-form
  .form-group.payment-method
  input[type="radio"]:checked
  + label {
  border: 1px solid var(--telenor-theme-blue);
}

#bulk-recharge .form-group.payment-method .selectIcon,
.routing-ui-form .form-group.payment-method .selectIcon {
  position: absolute;
  right: 12px;
  display: none;
}

#bulk-recharge .form-group.payment-method input[type="radio"]:checked + label,
.payment_page .form-group.payment-method input[type="radio"]:checked + label {
  border: 1px solid var(--telenor-theme-blue);
}
.routing-ui-form
  .form-group.payment-method
  input[type="radio"]:checked
  + label {
  border: 1px solid var(--telenor-theme-blue);
}
#bulk-recharge
  .form-group.payment-method
  input[type="radio"]:checked
  + label
  .selectIcon,
.routing-ui-form
  .form-group.payment-method
  input[type="radio"]:checked
  + label
  .selectIcon {
  display: block;
}
#bulk-recharge
  .form-group.payment-method
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after,
.routing-ui-form
  .form-group.payment-method
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  box-shadow: none;
}

.routing-ui-form
  .form-group.payment-method
  input[type="radio"]:checked
  + label {
  border: 1px solid var(--telenor-theme-blue);
}

#bulk-recharge
  .form-group.payment-method
  input[type="radio"]:checked
  + label
  .selectIcon,
.routing-ui-form
  .form-group.payment-method
  input[type="radio"]:checked
  + label
  .selectIcon {
  display: block;
}

#bulk-recharge
  .form-group.payment-method
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after,
.routing-ui-form
  .form-group.payment-method
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  content: "";
  background: no-repeat 50%/50% 50% var(--telenor-theme-blue);
  border-radius: 50%;
}
#bulk-recharge
  .form-group.payment-method
  .custom-control-input:checked
  ~ .custom-control-label::before,
.routing-ui-form
  .form-group.payment-method
  .custom-control-input:checked
  ~ .custom-control-label::before {
  color: #fff;
  border-color: #00000063;
  background-color: #fff;
}
#bulk-recharge
  .form-group.payment-method
  .custom-control-input:focus
  ~ .custom-control-label::before,
.routing-ui-form
  .form-group.payment-method
  .custom-control-input:focus
  ~ .custom-control-label::before {
  box-shadow: none;
}

.routing-ui-form .form-group.bkash-wallet .save-bkash-wallet {
  background: #f5f5f5;
  border-radius: 3px;
  height: 40px;
  padding: 0px 11px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  line-height: 16px;
  margin-top: 8px;
  font-size: 14px;
}

.routing-ui-form .form-group.bkash-wallet .save-bkash-wallet span {
  align-self: center;
}

.routing-ui-form .form-group.bkash-wallet .save-bkash-wallet span.icon svg {
  cursor: pointer;
}

.email-address label {
  font-size: 14px;
}

#preview_offer .offer_text {
  font-size: 0.95rem;
  float: left;
  margin-right: 8px;
}

/*
* ------------------------------------------------------------
* Recharge Suggestion
* ------------------------------------------------------------
*/
.recharge-suggestion {
  visibility: hidden;
}

.recharge-suggestion .alert {
  background: #f7f5ed;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
  color: #1a1a1a;
  margin: 0 auto 0 auto;
  position: relative;
  transition: all 0.7s;
  top: 0;
  border: 0;
}

.recharge-suggestion .alert a {
  color: var(--telenor-link-blue);
  text-decoration: none;
  font-weight: bold !important;
  cursor: pointer;
  padding: 8px;
}

/*
* ------------------------------------------------------------
* Owl Carousel
* ------------------------------------------------------------
*/
.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: 38%;
  margin: 0;
  opacity: 1;
  padding: 0;
  font-size: 0;
  width: 24px;
  height: 24px;
  z-index: 999;
  text-indent: -999999px;
}

.owl-carousel .owl-nav button:focus {
  outline: none;
}

.owl-carousel .owl-nav button {
  border-radius: 50% !important;
  background-color: #ffffff;
  box-shadow: 0px 2px 9px -3px #000000;
  background-position: center !important;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  .owl-theme .owl-nav button:hover {
    border-radius: 50% !important;
    background-color: #ffffff !important;
    box-shadow: 0px 2px 9px -2px #000000;
    background-position: center !important;
    background-repeat: no-repeat;
  }
}

.owl-carousel .owl-nav button.owl-prev {
  left: -24px;
  background-image: url(prev.svg);
}

.owl-carousel .owl-nav button.owl-next {
  right: -24px;
  background-image: url(next.svg);
}

@media (hover: hover) {
  .owl-carousel .owl-nav button.owl-prev:hover {
    background-image: url(prev.svg);
  }

  .owl-carousel .owl-nav button.owl-next:hover {
    background-image: url(next.svg);
  }
}

.owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: inline-block;
}
.owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.owl-nav .owl-prev.disabled {
  opacity: 0;
}

.owl-nav .owl-next.disabled {
  opacity: 0;
}

/*
* ------------------------------------------------------------
* Add Another Number
* ------------------------------------------------------------
*/
@media (hover: hover) {
  .add-another-number:hover {
    background-color: transparent !important;
    border-color: #6c757d;
  }
}

.add-another-number:focus {
  box-shadow: none;
}

.add-another-number:active {
  background-color: transparent !important;
  border-color: #6c757d;
}

.add-another-number:active:focus {
  box-shadow: none;
}
.add-another-number:not(:disabled):not(.disabled).active:focus,
.add-another-number:not(:disabled):not(.disabled):active:focus,
.show > .add-another-number.dropdown-toggle:focus {
  box-shadow: none;
}

/*
* ------------------------------------------------------------
* Invoice
* ------------------------------------------------------------
*/
.invoice input[type="checkbox"] {
  display: none;
}

.invoice input[type="checkbox"] + label {
  cursor: pointer;
  line-height: 16px;
  font-size: 14px;
  font-family: "Telenor", "Helvetica Neue", Helvetica, Arial, Noto Sans Bengali,
    sans-serif;
  color: #1a1a1a;
}

.invoice input[type="checkbox"]:checked + label::before {
  background-color: var(--telenor-theme-blue);
  border-color: var(--telenor-theme-blue);
}

.invoice input[type="checkbox"] + label::before {
  content: "";
  position: relative;
  top: -2px;
  background-repeat: no-repeat;
  background-position: 1px 2px;
  background-image: url(check.svg);
  border: 2px solid rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

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

.terms-condition a {
  cursor: pointer;
  color: var(--telenor-link-blue) !important;
}

.terms-condition a:hover {
  color: var(--telenor-link-blue) !important;
}

@media (hover: hover) {
  .terms-condition a:hover {
    color: #046cb5 !important;
  }
}

.terms-condition a.generic {
  font-size: 14px;
}
#pt-terms-condition {
  font-size: 12px;
}

/*
* ------------------------------------------------------------
* Multiple Recharge List
* ------------------------------------------------------------
*/
.multiple-recharge-list .alert {
  padding: 0.75rem !important;
}

.multiple-recharge-list .alert-heading {
  font-size: 14px;
  line-height: 1rem;
  font-weight: bold;
}
.multiple-recharge-list .offer {
  font-size: 12px;
  color: #767676;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  color: var(--telenor-black) !important;
  opacity: 1;
  text-shadow: none;
  cursor: pointer;
}

.multiple-recharge-list .alert-dismissible .close {
  position: relative;
  top: -8px;
  right: 0;
  padding: 0;
  color: inherit;
  margin-left: 1rem;
}

/*
* ------------------------------------------------------------
* Error Message Toast
* ------------------------------------------------------------
*/
.custom-toast {
  color: #1a1a1a;
  font-size: 14px;
  background-color: #ffb4b4;
  text-align: center;
  border-radius: 3px;
  margin: auto auto 24px auto;
  line-height: 16px;
  font-family: "Telenor", "Helvetica Neue", Helvetica, Arial, Noto Sans Bengali,
    sans-serif;
  z-index: 99999;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 420px;
  opacity: 0;
  display: none;
}

.custom-toast .toast-body {
  background: #ffb4b4;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: none;
  border-radius: 0.25rem;
}
.custom-toast.show {
  bottom: 30px;
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-animation: slideup 0.3s linear, slidedown 0.3s linear 2.7s;
  animation: slideup 0.3s linear, slidedown 0.3s linear 2.7s;
}
.custom-toast.hide {
  visibility: hidden;
  display: none;
  opacity: 0;
}

@-webkit-keyframes slideup {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-o-keyframes slideup {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-moz-keyframes slideup {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes slideup {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes slidedown {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@-o-keyframes slidedown {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@-moz-keyframes slidedown {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes slidedown {
  from {
    bottom: 30px;
    opacity: 1;
  }

  to {
    bottom: 0;
    opacity: 0;
  }
}

/*
* ------------------------------------------------------------
* Recharge Offers Modal
* ------------------------------------------------------------
*/
.modal {
  height: unset;
}

.all-recharge-offers {
  float: right;
  vertical-align: text-top !important;
}

.all-recharge-offers a {
  color: var(--telenor-link-blue);
  text-decoration: none;
  outline: none;
  font-size: 13px;
}
.all-recharge-offers a:hover {
  color: var(--telenor-black);
  text-decoration: none;
}

@media (hover: hover) {
  .all-recharge-offers a:hover {
    color: var(--telenor-black);
    text-decoration: none;
  }
}

#rechargeOfferModal .modal-dialog .modal-content {
  margin: auto;
  /*height: 80vh;*/
}

#rechargeOfferModal .modal-dialog .modal-content .modal-header {
  padding-left: 1.5rem;
  border-bottom: none !important;
}

#rechargeOfferModal .modal-dialog .modal-content .modal-header .close {
  width: 20px;
  height: 20px;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  margin: auto;
  margin-right: 0;
  padding: 0;
}

#rechargeOfferModal .modal-dialog .modal-content .modal-body {
  padding: 0rem 1rem 0rem 1rem;
  flex: none !important;
}

#rechargeOfferModal .nav-item .nav-link {
  font-size: 16px;
  color: #767676;
  outline: none !important;
  padding: 0.25rem 0;
  margin-right: 1rem;
}

#rechargeOfferModal .nav-item .nav-link.active {
  color: #1a1a1a !important;
  border-bottom: 1px solid var(--telenor-link-blue);
}

#rechargeOfferModal .tab-pane {
  height: 58vh;
  overflow-y: scroll;
  padding: 10px;
}

#rechargeOfferModal .justify-content-start {
  padding-left: 10px;
}

#rechargeOfferModal .card.item {
  border: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
  margin-bottom: 12px;
}

#rechargeOfferModal .card .card-body {
  height: 104px;
  min-width: 280px;
  padding: 15px;
}

#rechargeOfferModal .card .card-body p {
  margin: 0px;
  padding: 0px;
}

#rechargeOfferModal .card .card-body .offer-title {
  font-size: 14px;
  padding-bottom: 8px;
}

#rechargeOfferModal .recharge-offer-bonus {
  margin-left: 8px;
}

#rechargeOfferModal .recharge-offer-points {
  margin-left: 13px;
  font-size: 14px;
}

#rechargeOfferModal .card .card-desc {
  margin-bottom: 0.5rem;
  line-height: 1;
  font-size: 14px;
}

#rechargeOfferModal .fa-chevron-right {
  color: var(--telenor-theme-blue);
}

#rechargeOfferModal .card .card-body .clearfix {
  color: #767676;
  font-size: 12px;
}

#rechargeOfferModal .card .card-body .offer-type-title {
  font-size: 14px;
  padding-bottom: 5px;
}

#rechargeOfferModal .card .card-body .item-duration {
  font-size: 14px;
}

#rechargeOfferModal .card .card-body .offer-amount {
  font-size: 14px;
  margin-top: 3px;
}

#rechargeOfferModal .right-arrow {
  margin-left: 14px;
  background-image: url(right-arrow.svg);
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
  padding-right: 20px;
}

#rechargeOfferModal .card.item:hover {
  border-color: var(--telenor-link-blue);
  cursor: pointer;
}

.btn-back-to-recharge {
  color: #ffffff;
  border-color: var(--telenor-link-blue);
  background: var(--telenor-link-blue);
}

.btn-back-to-recharge:hover {
  color: #ffffff;
  border-color: var(--telenor-deep-blue);
  background: var(--telenor-deep-blue);
}

@media (hover: hover) {
  .btn-back-to-recharge:hover {
    color: #ffffff;
    border-color: var(--telenor-deep-blue);
    background: var(--telenor-deep-blue);
  }
}

/*
* -----------------------------------------------------------
* Proceed Modal
* -----------------------------------------------------------
*/
#proceedOfferModal .modal-content {
  min-width: 328px;
}

#proceedOfferModal .modal-content .modal-header .close {
  width: 20px;
  height: 20px;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  padding: 0;
  margin: auto;
  margin-right: auto;
  margin-right: 0;
}

#proceedOfferModal .modal-dialog .modal-content .modal-header {
  padding-left: 1rem;
  border-bottom: none !important;
}

#proceedOfferModal .modal-dialog .modal-content .modal-header .close {
  width: 20px;
  height: 20px;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  margin: auto;
  margin-right: 0;
  padding: 0;
}

#proceedOfferModal .modal-dialog .modal-content .modal-body {
  padding: 0 1rem;
}

#proceedOfferModal .modal-dialog .modal-content .modal-footer {
  padding: 0 1rem 1rem;
}

#rechargeOfferModal .modal-footer {
  box-shadow: 0px -4px 12px -3px rgb(37 51 73 / 16%);
  z-index: 1023;
}

#proceedOfferModal .card {
  margin-bottom: 0.5rem;
}

#proceedOfferModal .card .card-body {
  height: 104px;
  min-width: 280px;
  padding: 16px;
}

#proceedOfferModal .card .card-body p {
  margin: 0px;
  padding: 0px;
}

#proceedOfferModal .card .card-body .offer-title {
  font-size: 14px;
  padding-bottom: 8px;
}

#proceedOfferModal .recharge-offer-bonus {
  margin-left: 8px;
}

#proceedOfferModal .recharge-offer-points {
  margin-left: 13px;
  font-size: 14px;
}

#proceedOfferModal .card .card-desc {
  margin-bottom: 0.5rem;
  line-height: 1;
}

#proceedOfferModal .card .card-body .clearfix {
  color: #767676;
  font-size: 12px;
}

#proceedOfferModal .card .card-body .offer-type-title {
  font-size: 14px;
  padding-bottom: 5px;
}

#proceedOfferModal .card .card-body .item-duration {
  font-size: 14px;
}

#proceedOfferModal .card .card-body .offer-amount {
  font-size: 14px;
  margin-top: 3px;
  padding-right: 3px;
}

.btn-process-offer {
  display: block;
  width: 100%;
  color: #fff;
  background-color: var(--telenor-link-blue);
  border-color: var(--telenor-link-blue);
  margin-right: 0 !important;
  margin-bottom: 1rem;
}

.btn-process-offer:hover {
  color: #ffffff;
  border-color: var(--telenor-deep-blue);
  background: var(--telenor-deep-blue);
  margin-right: 0 !important;
}

.btn-process-without-offer {
  display: block;
  width: 100%;
  color: #1a1a1a;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.64);
  margin-left: 0 !important;
}

@media (hover: hover) {
  .btn-process-offer:hover {
    color: #ffffff;
    border-color: #046cb5;
    background: #046cb5;
    margin-right: 0 !important;
  }

  .btn-process-without-offer:hover {
    color: #1a1a1a;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

/*
* ------------------------------------------------------------
*  Terms and Condition Modal
* ------------------------------------------------------------
*/
#conditionModal {
  height: 100%;
}

#conditionModal .modal-dialog {
  width: 363px;
  margin: auto;
}
#conditionModal .modal-dialog .modal-content .modal-header .close {
  width: 20px;
  height: 20px;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  padding: 0;
  margin: auto;
  margin-right: 0;
}
#conditionModal .modal-body {
  height: 350px;
  padding: 0;
  margin: 0 1rem;
  scrollbar-color: var(--telenor-light-grey) transparent;
  scrollbar-width: thin;
}
#conditionModal .modal-body::-webkit-scrollbar {
  width: 5px;
}

#conditionModal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.06);
}

#conditionModal ul {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial,
    Noto Sans Bengali, sans-serif;
  padding-left: 40px !important;
  list-style: disc !important;
}

#conditionModal ul li {
  margin-bottom: 0.4rem;
  color: #1a1a1a;
  line-height: 28px;
}

#conditionModal ul li::marker {
  /* color: var(--telenor-theme-blue); */
  color: var(--telenor-deep-blue);
}

/*
* ------------------------------------------------------------
* File upload processing modal
* ------------------------------------------------------------
*/
#fileUploadModal .modal-dialog .modal-content .modal-header .close {
  width: 20px;
  height: 20px;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  margin: auto;
  margin-right: 0;
  padding: 0;
}

#fileUploadModal .custom-progress {
  display: flex;
  flex-direction: column;
}
#fileUploadModal .custom-progress .progress {
  width: 264px;
  height: 11px;
  border-radius: 0.5rem;
}

#fileUploadModal .custom-progress .progress-label p {
  margin-top: 1rem;
  margin-bottom: 0rem;
  color: #767676;
}

/*
* ------------------------------------------------------------
* File Upload Error Modal
* ------------------------------------------------------------
*/
#addNumberModal .modal-dialog .modal-content .modal-header .close {
  width: 20px;
  height: 20px;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  margin: auto;
  margin-right: 0;
  padding: 0;
}
#fileUploadErrorModal .modal-dialog .modal-content .modal-header .close {
  width: 20px;
  height: 20px;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  margin: auto;
  margin-right: 0;
  padding: 0;
}

/* Rechage info table */
#recharge-info-table tr {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#recharge-info-table tr th {
  color: #6c757d !important;
  border-top: 0 !important;
  border-bottom: 1px solid #dee2e673;
  font-size: 14px;
  font-weight: lighter !important;
  padding: 0.5rem;
}
#recharge-info-table tr td {
  border-top: 0 !important;
  border-bottom: 1px solid #dee2e673;
  font-size: 14px;
  padding: 0.5rem;
}

.spinner-border {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.1875em solid currentColor;
  border-right-color: currentcolor;
  border-right-color: transparent;
}

/*
| ------------------------------------------------------------------
|   Bulk Recharge
| ------------------------------------------------------------------
*/
.bulk_recharge_title {
  font-family: "TelenorLight", sans-serif;
  font-size: 28px;
  margin: 1rem 0;
  color: #1a1a1a;
  text-align: left;
}

.regular_recharge_title {
  font-family: "TelenorLight", sans-serif;
  font-size: 16px;
  text-align: right !important;
  font-weight: 600 !important;
  color: var(--telenor-theme-blue);
  float: right;
  margin-top: 5px !important;
}

.bulk_template_title {
  font-family: "TelenorLight", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #1a1a1a;
  font-weight: 600;
}

.csv_title {
  font-family: "TelenorLight", sans-serif;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  max-width: 400px;
}

.drag_and_drop_div {
  width: 100%;
  min-height: 190px;
  background: #f5f5f5 !important;
  border-radius: 3px;
  padding-top: 25px;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

input#Upload {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
}

.select_btn {
  font-family: "TelenorLight", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  border: 1px solid rgba(0, 0, 0, 0.64);
  box-sizing: border-box;
  border-radius: 3px;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
  color: #1a1a1a;
  cursor: pointer;
}

.note {
  list-style: none;
  padding-left: 15px;
}

.note li + li {
  margin-top: 12px;
}

.note li::before {
  content: "\2022";
  color: var(--telenor-theme-blue);
  font-weight: bold;
  display: inline-block;
  width: 1.25rem;
  font-size: 1.5rem;
  line-height: 28px;
}

.form-note-group {
  margin-bottom: 24px;
}

/*
| ------------------------------------------------------------------
|   Form Submit Loader
| ------------------------------------------------------------------
*/
/*
.loader {
    color: #1A1A1A;
    font-size: 14px;
    background-color: #00000040;
    text-align: center;
    border-radius: 3px;
    margin: auto auto auto auto;
    line-height: 16px;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    max-width: 100%;
    height: 100vh;
}
.custom-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #007AD0;
} */

/*
| ------------------------------------------------------------------
|   Bulk recharge UI
| ------------------------------------------------------------------
*/
#bulk-recharge .required:after {
  content: "*";
}

#bulk-recharge {
  max-width: 492px;
  margin: 0 auto;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  border-radius: 0 0 0.25rem 0.25rem;
  position: relative;
}

#bulk-recharge .brand-color {
  color: #007ad0;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

#bulk-recharge .upload-ui-title .page-title {
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  color: #1a1a1a;
  white-space: nowrap;
}

#bulk-recharge .bulk-step {
  display: none;
}

#bulk-recharge .bulk-step ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#bulk-recharge .bulk-step li {
  line-height: 22px;
}

#bulk-recharge .bulk-step > ul > li {
  background: #f5f5f5;
  border-radius: 3px;
  padding: 16px;
}

#bulk-recharge .bulk-step > ul > li + li {
  margin-top: 12px;
}

#bulk-recharge .bulk-step .list-title {
  font-weight: bold;
  margin: 24px 0px 16px 0px;
  text-align: center;
  color: #1a1a1a;
}

#bulk-recharge .bulk-step .body {
  display: flex;
  justify-content: space-between;
}

#bulk-recharge .bulk-step .icons button {
  border: none;
  background: none;
  padding: 0px;
}

#bulk-recharge .bulk-step .body .info span {
  display: inline-block;
}

#bulk-recharge .bulk-step .body .info span + span,
#bulk-recharge .bulk-step .body .icons span + span {
  margin-left: 16px;
}

#bulk-recharge .bulk-step .body .icons span {
  cursor: pointer;
}

#bulk-recharge .bulk-step .body .info span.msisdn,
#bulk-recharge .bulk-step .total-count span.total-title {
  min-width: 130px;
  width: 49%;
}

#bulk-recharge .bulk-step .has-error,
#bulk-recharge .bulk-step .error {
  color: var(--telenor-invalid-feedback);
}

#bulk-recharge .bulk-step .has-error {
  font-weight: bold;
}

#bulk-recharge .continue-btn-form {
  margin-bottom: 0px;
}

#bulk-recharge .bulk-step .error {
  border-top: 1px solid #d9d9d9;
  padding-top: 16px;
  margin-top: 16px;
}

#bulk-recharge .bulk-step .list-action {
  margin-top: 16px;
}

#bulk-recharge .bulk-step .list-action ul li {
  display: flex;
  justify-content: space-between;
}

#bulk-recharge .bulk-step .list-action ul li span {
  line-height: 28px;
}

#bulk-recharge .bulk-step .list-action button {
  background: none;
  border: none;
  color: var(--telenor-link-blue);
  font-weight: bold;
}

#bulk-recharge .bulk-step .total-count {
  border-top: 1px solid var(--telenor-grey);
  margin-top: 8px;
  padding-top: 14px;
}

#bulk-recharge .bulk-step .total-count span {
  font-weight: bold;
  display: inline-block;
}

#bulk-recharge .bulk-step .total-count span + span {
  margin-left: 32px;
}
.total-amount-custom {
  width: 48% !important;
  text-align: right !important;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #1a1a1a;
  margin-left: 0px !important;
}

#bulk-recharge .bulk-step .hide {
  display: none !important;
}
#bulk-recharge .bulk-step .icons button#edit-number {
  width: 20px;
  height: 20px;
  background-image: url(icon_edit.svg);
  background-repeat: no-repeat;
  margin: auto 0 auto auto;
  padding: 0;
}
#bulk-recharge .bulk-step .icons button#delete-number {
  width: 20px;
  height: 20px;
  background-image: url(icon_trash.svg);
  background-repeat: no-repeat;
  margin: auto 0 auto auto;
  padding: 0;
}

#bulk-recharge .icons button#trash-icon {
  width: 20px;
  height: 18px;
  background-image: url(icon_trash.svg);
  background-repeat: no-repeat;
  margin: auto 0 auto auto;
  padding: 0;
}

#bulk-recharge .btn.disabled,
#bulk-recharge .btn:disabled {
  background: #767676;
  border-color: #767676;
  color: var(--telenor-grey);
}

#bulk-recharge #bulk-summary {
  margin-top: 24px;
}
#bulk-recharge #bulk-summary .summary-table tr {
  line-height: 28px;
}

#bulk-recharge #bulk-summary .summary-table td {
  padding-left: 0px;
  padding-right: 0px;
}

#bulk-recharge .payment-method .payment-control {
  margin-left: 0px !important;
}

#bulk-recharge
  .payment-method
  .payment-control
  .custom-control-input:checked
  ~ .custom-control-label::before {
  border: 2px solid rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

#bulk-recharge
  .payment-method
  .payment-control
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-image: url("/images/selected.png");
}

#bulk-recharge #email {
  background: #f5f5f5;
  border-radius: 3px;
  border: none;
  outline: none;
}

#notification_hint {
  font-size: 12px;
  color: #767676;
}

#bulk-recharge .email-address {
  margin-bottom: 24px;
  position: relative;
}

/*
* ---------------------------------------------------------
* Add Number Modal
* ---------------------------------------------------------
*/
#addNumberModal .modal-dialog .modal-content .form-control {
  background: #f5f5f5;
  color: #1a1a1a;
  padding: 6px 12px;
  height: 48px;
  box-shadow: none;
  border-radius: 3px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid transparent;
  font-family: "Telenor", "Helvetica Neue", Helvetica, Arial, Noto Sans Bengali,
    sans-serif;
}

#addNumberModal .modal-dialog .modal-content .form-group .custom-label {
  color: #1a1a1a;
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 8px;
  margin: 0;
  font-weight: normal;
}

#addNumberModal .modal-dialog .modal-content input:focus {
  border-color: var(--telenor-theme-blue);
  box-shadow: none;
}

#addNumberModal
  .modal-dialog
  .modal-content
  input[type="number"]::-webkit-inner-spin-button,
#addNumberModal
  .modal-dialog
  .modal-content
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#addNumberModal .modal-dialog .modal-content input::-webkit-outer-spin-button,
#addNumberModal .modal-dialog .modal-content input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#addNumberModal .modal-dialog .modal-content input[type="number"] {
  -moz-appearance: textfield;
}

#addNumberModal .modal-dialog .modal-content input.is-invalid {
  background: #ffb4b4 url(icon_warning.png) no-repeat center right 15px !important;
  padding-right: 45px !important;
  color: #767676 !important;
  border-color: transparent !important;
}
#addNumberModal .modal-dialog .modal-content input.is-invalid:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#addNumberModal .modal-dialog .modal-content .invalid-feedback {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  color: var(--telenor-invalid-feedback-light);
  /* border-bottom: 1px solid #FFB4B4; */
  padding-top: 6px;
  padding-bottom: 4px;
}

#addNumberModal .modal-dialog .modal-content .form-control.is-valid {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#addNumberModal .modal-dialog .modal-content .form-control.is-valid:focus {
  border-color: var(--telenor-theme-blue);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*
Number Edit Modal
*/
#editNumberModal .modal-dialog .modal-content .modal-header .close {
  width: 20px;
  height: 20px;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  margin: auto 0;
  padding: 0;
}
#editNumberModal .modal-dialog .modal-content .modal-header .delete {
  width: 20px;
  height: 20px;
  background-image: url(icon_trash.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  margin: auto;
  padding: 0;
  border: none;
}

#editNumberModal .modal-dialog .modal-content .form-control {
  background: #f5f5f5;
  color: #1a1a1a;
  padding: 6px 12px;
  height: 48px;
  box-shadow: none;
  border-radius: 3px;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid transparent;
  font-family: "Telenor", "Helvetica Neue", Helvetica, Arial, Noto Sans Bengali,
    sans-serif;
}

#editNumberModal .modal-dialog .modal-content .form-group .custom-label {
  color: #1a1a1a;
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 8px;
  margin: 0;
  font-weight: normal;
}

#editNumberModal .modal-dialog .modal-content input:focus {
  border-color: var(--telenor-theme-blue);
  box-shadow: none;
}

#editNumberModal
  .modal-dialog
  .modal-content
  input[type="number"]::-webkit-inner-spin-button,
#editNumberModal
  .modal-dialog
  .modal-content
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#editNumberModal .modal-dialog .modal-content input::-webkit-outer-spin-button,
#editNumberModal .modal-dialog .modal-content input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#editNumberModal .modal-dialog .modal-content input[type="number"] {
  -moz-appearance: textfield;
}

#editNumberModal .modal-dialog .modal-content input.is-invalid {
  background: #ffb4b4 url(icon_warning.png) no-repeat center right 15px !important;
  padding-right: 45px !important;
  color: #767676 !important;
  border-color: transparent !important;
}
#editNumberModal .modal-dialog .modal-content input.is-invalid:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#editNumberModal .modal-dialog .modal-content .invalid-feedback {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  color: var(--telenor-invalid-feedback-light);
  /* border-bottom: 1px solid #FFB4B4; */
  padding-top: 6px;
  padding-bottom: 4px;
}

#editNumberModal .modal-dialog .modal-content .form-control.is-valid {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#editNumberModal .modal-dialog .modal-content .form-control.is-valid:focus {
  border-color: var(--telenor-theme-blue);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*
Bulk Rechage payment method
 */

.bulk-recharge input.is-invalid {
  background: #ffb4b4 url(icon_warning.png) no-repeat center right 15px !important;
  padding-right: 45px !important;
  color: #767676 !important;
  border-color: transparent !important;
}

.bulk-recharge input.is-invalid:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bulk-recharge invalid-feedback {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  color: var(--telenor-invalid-feedback-light);
  /* border-bottom: 1px solid #FFB4B4; */
  padding-top: 6px;
  padding-bottom: 4px;
}

.bulk-recharge .form-control.is-valid {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bulk-recharge .form-control.is-valid:focus {
  border-color: var(--telenor-theme-blue);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal-dialog .modal-content input.is-invalid {
  background: #ffb4b4 url(icon_warning.png) no-repeat center right 15px !important;
  padding-right: 45px !important;
  color: #767676 !important;
  border-color: transparent !important;
}

.modal-dialog .modal-content input.is-invalid:focus {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal-dialog .modal-content invalid-feedback {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  color: var(--telenor-invalid-feedback-light);
  /* border-bottom: 1px solid #FFB4B4; */
  padding-top: 6px;
  padding-bottom: 4px;
}

.modal-dialog .modal-content .form-control.is-valid {
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal-dialog .modal-content .form-control.is-valid:focus {
  border-color: var(--telenor-theme-blue);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.email-address label {
  float: left;
}

/*
* ------------------------------------------------------------
* bKash Agreement UI
* ------------------------------------------------------------
*/
#bkashDeleteModal.modal {
  height: 100%;
}

#bkashDeleteModal .modal-dialog .modal-content .modal-header .close {
  width: 30px;
  height: 20px;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

#bkashDeleteModal .modal-footer .btn-outline-secondary {
  border: 1px solid rgba(0, 0, 0, 0.64);
  box-sizing: border-box;
  border-radius: 3px;
  color: #1a1a1a;
}

@media (hover: hover) {
  #bkashDeleteModal .modal-footer .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
}

#bkashDeleteModal .modal-footer .btn-custom-blue {
  border-radius: 3px;
}

.Total_Phone_Numbers {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  /* display: flex; */
  align-items: center;

  color: #1a1a1a;
}

.Total_Recharge_Amount {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  /* display: flex; */
  align-items: center;

  color: #1a1a1a;
}

.font_telenor {
  font-family: "Telenor";
  font-style: normal;
  font-weight: normal;
}

.taka_style {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #1a1a1a;
}

/*
* ------------------------------------------------------------
*  Campaign promos modal
* ------------------------------------------------------------
*/
#campaign-modal {
  height: 100%;
}

#campaign-modal .modal-dialog {
  max-width: 363px;
  margin: auto;
}

#campaign-modal .modal-dialog .modal-content .modal-header .close {
  width: 20px;
  height: 20px;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  padding: 0;
  margin: auto;
  margin-right: 0;
}

#campaign-modal .modal-body {
  max-height: 350px;
  padding: 0;
  margin: 0 1rem;
  scrollbar-color: #e0e0e0 transparent;
  scrollbar-width: thin;
}

#campaign-modal .modal-body::-webkit-scrollbar {
  width: 5px;
}

#campaign-modal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.06);
}

.campaign-banner-enable .ui-form.first-page,
.campaign-banner-enable #bulk-recharge.ui-form.first-page {
  border-top: 0;
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-bottom: 0;
}

/*
* -----------------------------------------------------------
* Amount Suggestion
* -----------------------------------------------------------
*/
#amount-suggestion-wrapper {
  align-items: center;
  display: flex;
  right: 15px;
  position: absolute;
  margin-right: 5px;
  height: 48px;
}

#msisdn-suggestion .msisdns-container span.suggestion-msisdn-item.selected {
  border-color: var(--telenor-link-blue);
  color: var(--telenor-link-blue);
  border-width: 1.5px;
  font-weight: bold;
}

span.suggested-amount.selected {
  border-color: var(--telenor-link-blue);
  color: var(--telenor-link-blue);
  border-width: 1.5px;
  font-weight: bold;
}

.suggested-amount {
  text-align: center;
  border-radius: 22px;
  background-color: #fff;
  width: 60px;
  margin-left: 8px;
  box-sizing: border-box;
  border: 0.5px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  font-family: "Telenor" "Helvetica", "Noto Sans Bengali", "sans-serif";
  font-style: normal;
  font-weight: 100;
  font-size: 13px;
  cursor: pointer;
  line-height: 32px;
}

#amount-suggestion-wrapper-shimer {
  align-items: center;
  display: flex;
  right: 15px;
  position: absolute;
  margin: 6px;
}

.suggested-amount-shimmer {
  text-align: center;
  border-radius: 22px;
  background-color: #fff;
  width: 60px;
  height: 35px;
  margin-left: 6px;
  box-sizing: border-box;
  border: 0.5px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
  font-family: "Telenor" "Helvetica", "Noto Sans Bengali", "sans-serif";
  font-style: normal;
  font-weight: 100;
  font-size: 13px;
  cursor: pointer;
  line-height: 32px;
}

/*
* ------------------------------------------------------------
* Responsive View
* ------------------------------------------------------------
*/

#rechargeForm {
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge, Mozilla firfox*/
  scrollbar-width: none;
}

#rechargeForm::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.recharge-form-wrapper {
  position: relative;
}

:root {
  --window-height: 100vh;
  /* hex value for dodgerblue color */
}

.for-desktop-css {
  max-height: calc(var(--window-height) - calc(4vh + 62px));
  overflow: auto;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.for-desktop-css-without-logo {
  max-height: calc(var(--window-height) - 4vh);
  overflow: auto;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.logo-for-other-device {
  display: none;
}

.ui-form {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px 3px 0px 0px;
  background: #fff;
}

.ui-form.first-page {
  border-bottom: none;
}

.border-for-routing-ui {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px 3px 0px 0px;
}

@media (max-width: 768px) {
  #rechargeOfferModal .card.item:hover {
    border-color: rgba(0, 0, 0, 0.12) !important;
    cursor: pointer !important;
    box-shadow: none !important;
  }

  .border-for-routing-ui {
    border: none;
    border-radius: none;
  }

  #rechargeForm {
    border: none;
    border-radius: none;
  }

  .for-desktop-css-without-logo,
  .for-desktop-css {
    max-height: var(--window-height);
    overflow: auto !important;
    margin-top: 0vh !important;
    margin-bottom: 0vh !important;
  }

  .logo-for-other-device {
    display: block !important;
  }

  .logo-for-desktop {
    display: none !important;
  }

  #routingForm {
    border: 1px solid #c6c8ca;
    border-radius: 0 0 0.25rem 0.25rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }

  .owl-carousel .owl-nav button.owl-next {
    width: 16px;
    height: 16px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    width: 16px;
    height: 16px;
  }

  .icons button#delete-number {
    margin-left: 10px !important;
  }

  #bscodeModal .modal-dialog .modal-content {
    margin-left: 50px;
  }

  .sticky-continue-box {
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 1.5rem 6px 1.5rem;
    z-index: 1023;
    background: #ffffff;
    box-shadow: 0px -4px 12px -3px rgb(37 51 73 / 16%);
    border: none;
    border-top: none;
    border-radius: none;
  }
}

#saved_payment_methods .separator {
  min-height: 10px;
  background-color: #f5f5f5;
  margin-left: -32px;
  margin-right: -32px;
}

@media (max-width: 576px) {
  body {
    padding-right: 10px;
    padding-left: 10px;
  }
  #rechargeOfferModal .card.item:hover {
    border-color: rgba(0, 0, 0, 0.12) !important;
    cursor: pointer !important;
    box-shadow: none !important;
  }

  .hr-custom {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  #saved_payment_methods .separator {
    margin-left: -16px;
    margin-right: -16px;
  }

  #rechargeForm::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    /* make scrollbar transparent */
  }

  .border-for-routing-ui {
    border: none;
    border-radius: none;
  }

  #rechargeForm {
    border: none;
    border-radius: none;
  }

  .for-desktop-css-without-logo,
  .for-desktop-css {
    max-height: var(--window-height);
    overflow: auto !important;
    margin-top: 0vh !important;
    margin-bottom: 0vh !important;
  }

  .logo-for-other-device {
    display: none !important;
  }

  .logo-for-desktop {
    display: none !important;
  }

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

  .navbar {
    padding: 0;
  }



  .owl-carousel .owl-nav button.owl-next {
    right: -15px;
    background-image: url(next-sm.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
    background-image: url(prev-sm.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
  }

  @media (hover: hover) {
    .owl-theme .owl-nav button.owl-next:hover {
      right: -15px;
      background-position: center;
      background-image: url(next-sm.svg);
      background-repeat: no-repeat;
    }

    .owl-theme .owl-nav button.owl-prev:hover {
      left: -15px;
      background-position: center;
      background-image: url(prev-sm.svg);
      background-repeat: no-repeat;
    }
  }

  #rechargeOfferModal .modal-dialog .modal-content {
    margin: auto;
    /*height: 520px;*/
  }

  #rechargeOfferModal .modal-dialog .modal-footer {
    box-shadow: 0px -4px 12px -3px rgb(37 51 73 / 16%);
    z-index: 1023;
  }

  #rechargeOfferModal .tab-pane {
    height: 316px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
  }
  .custom-toast {
    max-width: 320px;
  }

  .custom-toast .toast-body {
    padding: 1rem;
  }

  #bulk-recharge {
    margin-top: 0px;
    border: none;
    padding: 1rem;
  }

  #bulk-recharge .upload-ui-title {
    flex-wrap: inherit;
  }

  #bulk-recharge .upload-ui-title .bulk-title-col {
    flex: 0 1 auto;
  }

  #bulk-recharge .upload-ui-title .page-title {
    font-size: 26px;
  }

  #bulk-recharge .bulk-step .body .info {
    text-align: right;
    /* display: flex; */
    flex-direction: column;
  }

  #bulk-recharge .bulk-step .body .info {
    text-align: left;
  }

  #bulk-recharge .bulk-step .body .info span + span {
    margin-left: 0px;
  }

  #bulk-recharge .bulk-step .icons button#edit-number {
    margin-right: 0px !important;
  }

  #back-btn {
    padding-left: 16px;
  }

  #bulk-recharge .bulk-step .total-count span.total-amount {
    float: right !important;
  }

  .recharge-form,
  .ui-form {
/*     border: none; */
    /* padding: 1rem; */
  }

  .icons button#delete-number {
    margin-left: 10px !important;
  }

  .sticky-continue-box {
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 1.5rem 8px 1.5rem;
    z-index: 1023;
    background: #ffffff;
    box-shadow: 0px -4px 12px -3px rgb(37 51 73 / 16%);
    border: none;
    border-top: none;
    border-radius: none;
  }
}

@media only screen and (max-width: 340px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
  #rechargeOfferModal .card.item:hover {
    border-color: rgba(0, 0, 0, 0.12) !important;
    cursor: pointer !important;
    box-shadow: none !important;
  }

  .border-for-routing-ui {
    border: none;
    border-radius: none;
  }

  #rechargeForm {
    border: none;
    border-radius: none;
  }

  .for-desktop-css-without-logo,
  .for-desktop-css {
    max-height: var(--window-height);
    overflow: auto !important;
    margin-top: 0vh !important;
    margin-bottom: 0vh !important;
  }

  .logo-for-other-device {
    display: block !important;
  }

  .logo-for-desktop {
    display: none !important;
  }

  .sticky-continue-box {
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px 1.5rem 6px 1.5rem;
    z-index: 1023;
    background: #ffffff;
    box-shadow: 0px -4px 12px -3px rgb(37 51 73 / 16%);
    border: none;
    border-top: none;
    border-radius: none;
  }
}

.Total_Phone_Numbers {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  /* display: flex; */
  align-items: center;

  color: #1a1a1a;
}

.Total_Recharge_Amount {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  /* display: flex; */
  align-items: center;

  color: #1a1a1a;
}

.font_telenor {
  font-family: "Telenor";
  font-style: normal;
  font-weight: normal;
}

.taka_style {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #1a1a1a;
}

/*
* ------------------------------------------------------------
*  Campaign promos modal
* ------------------------------------------------------------
*/
#campaign-modal {
  height: 100%;
}

#campaign-modal .modal-dialog {
  max-width: 363px;
  margin: auto;
}

#campaign-modal .modal-dialog .modal-content .modal-header .close {
  width: 20px;
  height: 20px;
  background-image: url(close.svg);
  background-repeat: no-repeat;
  padding: 0;
  margin: auto;
  margin-right: 0;
}

#campaign-modal .modal-body {
  max-height: 350px;
  padding: 0;
  margin: 0 1rem;
  scrollbar-color: var(--telenor-grey) transparent;
  scrollbar-width: thin;
}

#campaign-modal .modal-body::-webkit-scrollbar {
  width: 5px;
}

#campaign-modal .modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.06);
}
#change_payment_method_div {
  margin-top: 16px;
}
#change_payment_method_button {
  text-decoration: none;
  color: var(--telenor-link-blue);
  font-size: 14px;
  height: 44px;
}
.hr-custom {
  margin-left: -32px !important;
  margin-right: -32px !important;
}

.hr-custom.no-top-bottom-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 576px) {
  .hr-custom {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }
}
