@font-face {
  font-family: roboto;
  src: url(fonts/Roboto-Light.ttf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: roboto;
  src: url(fonts/Roboto-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: roboto;
  src: url(fonts/Roboto-Medium.ttf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: roboto;
  src: url(fonts/Roboto-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: CircularStd;
  src: url(fonts/CircularStd-Black.woff2);
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: CircularStd;
  src: url(fonts/CircularStd-Bold.woff2);
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: CircularStd;
  src: url(fonts/CircularStd-Book.woff2);
  font-weight: 450;
  font-display: swap;
}

@font-face {
  font-family: CircularStd;
  src: url(fonts/CircularStd-Medium.woff2);
  font-weight: 500;
  font-display: swap;
}
.revisionWrap {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.downloadBtnMob,
.toggleViewBtn {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  color: #1e43ff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.downloadBtnMob {
  color: #1e43ff;
  font-size: 14px;
  text-decoration: underline;
}
.toggleViewBtn:hover {
  text-decoration: underline;
}
.clientWrap {
  max-width: 571px;
  width: 100%;
}
.container {
  margin: auto;
  max-width: 414px;
  padding: 0 15px;
}
*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 400;
  font-family: roboto;
  font-family: CircularStd;
}
body {
  padding-bottom: 130px;
}
h2 {
  font-size: 32px;
}

h3 {
  font-size: 30px;
  color: #fff;
}

h5 {
  font-size: 18px;
}

.walletInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 23px;
}

.rightWalletBox {
  display: flex;
  align-items: center;
  position: relative;
}

.rightWalletBox .imgWallet {
  background: #edf4ff;
  border-radius: 50px;
  position: absolute;
  right: -1px;
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -4px;
}

span.amount {
  background: #000;
  border-radius: 30px;
  color: #fff;
  width: max-content;
  height: 35px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 50px;
}

section.contentBox h2 {
  margin-bottom: 30px;
  margin-top: 45px;
}

.contentImageWrap span {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
}

a.contentButton {
  max-width: 249px;
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: #1967d7;
  border-radius: 100px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.005em;
  color: #ffffff;
  text-decoration: none;
}

a.contentButton img,
a.contentButton svg {
  margin-right: 9px;
}

.contentImageWrap {
  text-align: center;
}

.profileNav {
  background: #f8f8f8;
  box-shadow: 1px 1px 12px rgb(0 0 0 / 15%);
  border-radius: 8px;
  padding: 17px 24px;
  display: flex;
  justify-content: space-between;
}

.profileNav img {
  display: block;
  margin: auto;
  margin-bottom: 5px;
}

a.ordertabs {
  font-size: 14px;
  text-decoration: none;
  color: #333638;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
a.ordertabs svg {
  padding-bottom: 5px;
}
a.ordertabs svg.default {
  display: block;
}
a.ordertabs svg.blue {
  display: none;
}
a.ordertabs.onit {
  font-weight: 500;
  color: #1967d7;
}
a.ordertabs.onit::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #1967d7;
  border-radius: 50%;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
a.ordertabs.onit svg.blue {
  display: block;
}
a.ordertabs.onit svg.default {
  display: none;
}

section.ProfileTabs {
  margin-top: 44px;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 19;
  padding: 0 15px 20px;
  background-color: #fff;
}

.order___Wrap {
  background: #fff;
  padding-top: 10px;
  border: 1px solid #fff;
  border-radius: 10px 10px 0px 0px;
  padding: 0 30px;
  padding-top: 10px;
  z-index: 99;
  position: relative;
}

img.ProfileLine__img {
  margin: auto;
  display: block;
}

.order-PlaceWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 14px;
}

span.or_first {
  color: #0f0f0f;
  font-size: 20px;
  font-weight: 500;
}

.tabs__Manage a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333638;
  padding: 20px 0px;
  border-bottom: 1px solid #ebebec;
}

.tabs__Manage a img {
  margin-right: 15px;
}

section.orderHidden .container {
  position: relative;
}

.overlayProfile__Managment {
  background: #0009;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: -1000;
  z-index: 2;
  transition: all 0.6s;
}

section.orderHidden {
  position: fixed;
  right: 0;
  left: 0;
  bottom: -200%;
  background: #fff;
  width: 100%;
  z-index: 9999999;
  transition: all 0.6s;
  border-radius: 20px 20px 0 0;
}

/* ===== TABS DOWNLOADS ==== */

.tab {
  overflow: hidden;
  padding: 7px;
  background: #f5f5f5;
  border-radius: 5px;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px;
  transition: 0.3s;
  font-size: 16px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background: #ffffff;
  box-shadow: 0px 0px 4px 1px rgb(115 109 109 / 10%);
  border-radius: 6px;
}

.tabcontent {
  justify-content: space-between;
  margin-top: 20px;
  border: none;
  background: #ffffff;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 7px;
  align-items: center;
  justify-content: space-between;
  display: none;
}

section.downloadsHidden {
  position: fixed;
  right: 0;
  left: 0;
  background: #fff;
  top: 0px;
  padding-top: 32px;
  display: none;
  transition: all 0.6s;
}

span.orderNumbersss {
  width: 40px;
  height: 68px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 24px;
}

.orderss__body p:first-child {
}

.orderss__body p:last-child {
  font-size: 12px;
  color: #9ba0a4;
}

span.order__Succ {
  font-size: 12px;
  padding: 5px 10px;
  color: #fff;
  background: #13ad35;
  border-radius: 3px;
}

.title_fileFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  border-bottom: 1px solid #ebebec;
}

.fileWrapper {
  padding: 0 20px;
  background: #ffffff;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  margin-top: 20px;
  padding-bottom: 80px;
}

.boldPra {
  font-size: 18px;
  color: #0f0f0f;
}

.smLight {
  /* background: #F3F3F3; */
  padding: 10px;
  font-size: 13px;
}

span.icons_sky {
  background: #edf4ff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 10px;
}

.contentB {
  width: 75%;
}

.flex-innnerDwonloads {
  display: flex;
}

p.BoldPara {
  font-size: 16px;
}

span.iconD {
  background: #edf4ff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

p.lightPara {
  font-size: 11px;
  color: #9ba0a4;
}

p.linkPara a {
  color: #006aff;
}

.fileDownloads__bottom {
  padding: 20px;
}

.title_fileFlex span:first-child {
  font-size: 18px;
  color: #0f0f0f;
}

.title_fileFlex span:last-child svg {
  margin-right: 4px;
}

.title_fileFlex span:last-child {
  background: #f3f3f3;
  border-radius: 4px;
  padding: 10px;
  font-size: 13px;
  display: flex;
  align-items: center;
}

section.profileManage {
  position: fixed;
  right: 0;
  left: 0;
  bottom: -100%;
  transition: all 0.6s;
  width: 100%;
  background-color: #fff;
  z-index: 9999999;
  border-radius: 20px 20px 0 0;
}

section.orderManagment {
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: 0px;
  padding-top: 32px;
  display: none;
}

.orderBlueBanner {
  background: #1967d7;
  border-radius: 5px;
  padding: 25px;
  padding-right: 60px;
  background-image: url('../img/blueBanner-bg.svg');
  background-size: 158px 200px;
  background-position: right bottom;
  background-repeat: no-repeat;
  margin: 16px 15px 25px;
}

a.placeOrderWhite svg {
  margin-right: 10px;
}

a.placeOrderWhite {
  background: #ffffff;
  border-radius: 100px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 184px;
  text-decoration: none;
  margin-top: 22px;
  font-size: 16px;
  color: #1967d7;
}

span.shoAll {
  color: #1967d7;
  font-size: 12px;
}

.orderHistory {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 8px;
}

/* ======= COLLAPSE ======= */

.collapsible {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  background: #ffffff;
  box-shadow: 0px 2px 16px rgb(6 51 54 / 10%);
  border-radius: 5px;
}

.active,
.collapsible:hover {
  background-color: #fff;
}

.buttonNestedBox p {
  font-size: 12px;
  color: #9ba0a4;
}

.historyTabsWrapper .Inner_sWrapper {
  padding: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  margin-top: 24px;
}

.historyTabsWrapper .content {
  display: none;
}

span.complet {
  font-size: 12px;
  color: #13ad35;
  margin-bottom: 4px;
  display: block;
}

p.orderIdC {
  font-size: 16px;
  color: #0f0f0f;
  margin: 4px 0px;
  display: block;
}

button.collapsible {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.success,
.peningbtn,
.inproGbtn {
  background: #e1fae9;
  color: #13ad35;
  padding: 5px;
  font-size: 12px;
}

.peningbtn {
  background: rgba(223, 77, 77, 0.18) !important;
  color: #df4d4d !important;
}

.inproGbtn {
  background-color: #ff9b3e3d !important;
  color: #ff9a3e !important;
}

.orderH__Title span {
  font-size: 18px;
}

.orderHist__Desc span,
.ReviNote span {
  font-size: 16px;
  color: #0f0f0f;
}

.orderHist__Desc p {
  font-size: 16px;
  color: #575e62;
}

.orderHist__Desc {
  margin-top: 20px;
}

.orderH__Title {
  border-bottom: 1px solid #ebebec;
  padding-bottom: 15px;
}

.Instructions {
  border-top: 1px solid #ebebec;
  border-bottom: 1px solid #ebebec;
  padding: 15px 0px;
}

.ReviNote {
  padding: 15px 0px;
}

.downloadPdfWrapper img {
  display: inline-block;
}

.downloadPdfWrapper img {
  margin-right: 10px;
  margin-top: 10px;
}

.downloadPdfWrapper a {
  font-size: 12px;
  color: #1967d7;
}

.pendingfont {
  color: #df4d4d !important;
}

.inProgFont {
  color: #ff9a3e !important;
}

section.requestRevision {
  position: absolute;
  right: 0;
  left: 0;
  top: 0px;
  padding-top: 32px;
  background: #fff;
  display: none;
  height: 100%;
}

span.reqSp {
  font-size: 20px;
  color: #212121;
  margin-bottom: 18px;
  display: block;
}

.reqContentBox p {
  font-size: 16px;
  line-height: 177.5%;
  text-align: justify;
  margin-bottom: 82px;
}

a.reqButton {
  background: #1967d7;
  padding: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
}

a.reqButton svg {
  margin-right: 10px;
}

section.ProgressId {
  position: absolute;
  top: 0px;
  padding-top: 32px;
  background: #fff;
  right: 0;
  left: 0;
  height: 100%;
  display: none;
  transition: all 0.6s;
}

.progr__outer span {
  font-size: 18px;
  line-height: 28px;
  color: #0f0f0f;
  border-bottom: 1px solid #ebebec;
  padding-bottom: 15px;
  display: block;
}

.progr__outer {
  background: #ffffff;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 20px;
}

.progr__outer p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
  font-family: PopLight;
  margin-bottom: 30px;
}

.formGroups {
  display: flex;
  flex-direction: column;
}

select#OrderID {
  font-size: 16px;
  padding: 17px;
  margin-top: 8px;
  border: 1px solid #dadce0;
}

.formGroups label {
  font-size: 14px;
}

a.orPressOut {
  background: #1967d7;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  margin-top: 45px;
}

section.manageProfile {
  position: absolute;
  right: 0;
  left: 0;
  top: 0px;
  padding-top: 32px;
  background: #fff;
  height: 100%;
  display: none;
  transition: all 0.6s;
}

span.profMangTitle {
  font-size: 20px;
  color: #212121;
  margin-bottom: 18px;
  display: block;
}

span.profileInfoSp {
  font-size: 18px;
  color: #0f0f0f;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebec;
  margin-bottom: 20px;
}

.profManageWrapperr p {
  font-size: 14px;
  line-height: 22.26px;
  font-family: PopLight;
}

.profManageWrapperr {
  padding: 20px;
  background: #ffffff;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
}

.formUpdateGroup {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.formUpdateGroup label {
  font-size: 12px;
  margin-bottom: 5px;
}

.formUpdateGroup input {
  background: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 3px;
  padding: 15px 20px;
}

a.changePassBtn {
  padding: 10px 13px;
  background: #f3f3f3;
  border-radius: 100px;
  display: inline-block;
  color: #0f0f0f;
}

.changePassOuter {
  text-align: right;
  margin-top: 15px;
}

.showPassWrapper span {
  color: #0f0f0f;
  font-size: 14px;
  margin-left: 8px;
}

input#shwoPassCheck {
  background: #1967d7;
  border-radius: 2px;
  height: 16px;
  width: 16px;
}

.showPassWrapper {
  margin-top: 8px;
  display: flex;
  align-items: center;
}

input#telephone {
  margin-left: 54px;
  width: 83%;
  padding: 17px 15px;
}

.iti__selected-flag {
  background: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 3px;
}

.walletBoxAbs {
  position: absolute;
  right: 15px;
  z-index: 10;
}

section.changePassword {
  position: absolute;
  right: 0;
  left: 0;
  background: #fff;
  height: 65%;
  bottom: -200%;
  z-index: 999;
  border-radius: 30px 30px 0px 0px;
  padding-top: 10px;
  padding-bottom: 30px;
  transition: all 0.6s;
}

.chanPassTitlte span {
  font-size: 20px;
  color: #0f0f0f;
}

.showPassWrapper input {
}

a.confPassBtn {
  text-decoration: none;
  color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 10px;
  background: #1967d7;
  border-radius: 5px;
}

.changepassImageTop {
  text-align: center;
  margin-bottom: 15px;
}

.chanPassTitlte {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.OverFlowHidden__CP {
  overflow: hidden;
  position: relative;
}

.changePassword p {
  margin: 30px 30px 30px 30px;
  text-align: center;
  font-family: PopLight;
  font-size: 14px;
}

.SummaryBoxWrapper {
  background: #ffffff;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding: 20px;
  margin: 24px 0px;
}

span.summ {
  font-size: 18px;
  color: #0f0f0f;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid #e4e5e5;
  margin-bottom: 25px;
}

.inlineBlockFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

span.boldPriceContent {
  color: #0f0f0f;
  font-size: 16px;
}

.NumberFlekkksOut {
  font-size: 20px;
}

span.priceInNumber.linetrow {
  text-decoration: line-through;
}

span.saveGreen {
  color: #13ad35;
  border-bottom: 1px solid #ccc;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.prepayBox input {
  margin-right: 15px;
  height: 16px;
  width: 16px;
  background: #ffffff;
  border: 1px solid #b9bbbd;
  border-radius: 2px;
}

.prepayBox span {
  font-size: 16px;
  color: #a39f9f;
}

.prepayBox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.payNowFlexBoxkk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.payNowFlexBoxkk span:first-child {
  font-size: 16px;
  color: #575e62;
}

.payNowFlexBoxkk span:last-child {
  font-size: 16px;
  color: #0f0f0f;
}

.totalCalc {
  background: #f3f3f3;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.totalCalc span:first-child {
  font-size: #0f0f0f;
}

.totalCalc span:last-child {
  font-size: #0f0f0f;
  font-size: 20px;
}

.agreePyamentBox input {
  height: 13px;
  width: 13px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
}

.agreePyamentBox span {
  font-size: 12px;
  margin-left: 10px;
}

.agreePyamentBox {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

/* ===== PAYMENT TABS ===== */

.SummaryBoxWrapper .tab {
  background: #fafafa;
}

.SummaryBoxWrapper .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 12px;
  color: #9ba0a4;
}

.SummaryBoxWrapper .tab button:hover {
  background-color: #ddd;
}

.SummaryBoxWrapper .tab button.active {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.tabcontent_Pay {
  display: none;
  border-top: none;
}

.PayOne__Innner {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.PayOne__Innner span {
}

span.topUppp {
  font-size: 12px;
  text-decoration: underline;
  color: #1967d7;
}

button.tablinks_Pay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

button.tablinks_Pay svg {
  margin-bottom: 5px;
}

.payNow__LastStep {
  text-align: center;
  margin: 20px 0px;
}

.payNow__LastStep a {
  display: flex;
  background: #1967d7;
  padding: 15px;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border-radius: 5px;
}
/* Custom loader 2 */
.lds-ellipsis {
  margin: 0 auto;
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
}
#download-work-main-loader-box {
  padding: 7px;
  margin-top: 24px;
  height: 93%;
  box-shadow: 0px 4px 10px -6px rgb(31 27 45 / 20%),
    0px 8px 25px rgb(31 27 45 / 16%);
  border-radius: 20px;
  background: #fff;
  display: flex;
}
#all-orders-loader,
#download-work-main-loader {
  /* margin-top: 35%; */
  align-self: center;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
#all-orders-loader {
  z-index: 50;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1967d7;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* Custom alerts */
.custom-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.custom-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.custom-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.toggleNav {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 0;
  display: none;
  z-index: 5;
}
.toggleNav svg {
  background: #fff;
  border-radius: 50%;
}
.toggleNav svg path {
  fill: #1967d7;
}
/* Gh Style Starts */
.pageHead {
  font-weight: 600;
  font-size: 20px;
  line-height: 125.9%;
  letter-spacing: 0.15px;
  color: #0f0f0f;
  display: flex;
  align-items: center;
}
.pageHead a {
  text-decoration: none;
  margin-right: 2px;
}
.no-order-content {
  padding: 0 15px;
}
.no-order-content h2 {
  padding-top: 45px;
  margin-bottom: 31px;
  font-weight: 600;
  font-size: 32px;
  line-height: 125.9%;
  letter-spacing: 0.15px;
  color: #0f0f0f;
}
.orderBlueBanner h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.005em;
  color: #ffffff;
}
.orderHistoryTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin: 30px 0 20px; */
}
.pageTopHead {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #212121;
}
.orderHistoryShowAll {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #1967d7;
  text-decoration: none;
}
.orderHeadWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  box-shadow: 0px 2px 16px rgba(6, 51, 54, 0.1);
  border-radius: 5px;
}
.singleOrder {
  margin-top: 24px;
}
.singleOrder.firstCard {
  margin-top: 8px;
}
.headWrapperLeft .status {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
.orange {
  color: #df4d4d;
}
.yellow {
  color: #ff9a3e;
}
.green {
  color: #13ad35;
}
.headWrapperLeft .orderId {
  margin: 4px 0;
}
.headWrapperLeft .orderId span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0f0f0f;
}
.headWrapperLeft .orderDate {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #9ba0a4;
}

.headWrapperRight p {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 3px;
}
.headWrapperRight p.green {
  background: #e1fae9;
}
.headWrapperRight p.yellow {
  background: #feeddd;
}
.headWrapperRight p.orange {
  background: rgba(223, 77, 77, 0.18);
}
#orders-container.allShown {
  margin-top: 30px;
}
.allReviews {
  padding: 20px;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  margin-top: 12px;
}
.reviewHead {
  font-weight: 600;
  font-size: 18px;
  line-height: 125.9%;
  letter-spacing: 0.15px;
  color: #0f0f0f;
  padding-bottom: 15px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ebebec;
}
.singleInfo {
  margin-bottom: 20px;
}
.singleInfo p:first-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0f0f0f;
  margin-bottom: 4px;
}
.singleInfo p:last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #575e62;
}
.infoLeft {
  border-bottom: 1px solid #ebebec;
  margin-bottom: 20px;
}
.infoRight .singleInfo:first-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebec;
}
.infoRight .singleInfo:last-child p:last-child a {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #1967d7;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.infoRight .singleInfo:last-child p:last-child a svg {
  margin-right: 18px;
}
.orderSummary {
  padding: 21px 20px 22px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgb(69 69 69 / 10%);
  border-radius: 5px;
  margin-top: 12px;
}
.summaryHead {
  padding-bottom: 12px;
  margin-bottom: 11px;
  border-bottom: 1.5px solid #ebebeb;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #0f0f0f;
}
.priceDiff {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.diffRight {
  display: flex;
}
.diffRight p {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
  color: #0f0f0f;
}
.diffRight p.cut {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
  color: #0f0f0f;
  text-decoration: line-through;
  text-decoration-color: #df4d4d;
  text-decoration-thickness: 2px;
  margin-right: 11px;
}
.diffLeft p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0f0f0f;
}
p.youSave {
  padding: 5px 0 11px 0;
  margin-bottom: 12px;
  border-bottom: 1.5px solid #ebebeb;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #13ad35;
}
#prepayCB {
  display: none;
}
.prepay #prepayCB + label {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  margin-right: 9px;
}
.prepay #prepayCB + label svg {
  position: absolute;
  left: 2px;
  top: 4px;
  display: none;
}
.prepay #prepayCB:checked + label {
  border: 1px solid #1967d7;
}
.prepay #prepayCB:checked + label svg {
  display: block;
}
.prepay span {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #575e62;
}
.prepay {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.whatToPay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.whatToPay p:first-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #575e62;
}
.whatToPay p:last-child {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0f0f0f;
}
.total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px 9px;
  background: #f8f8f8;
  border-radius: 4px;
}
.total p:first-child {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0f0f0f;
}
.total p:last-child {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #0f0f0f;
}
.reviewOrder {
  margin-top: 15px;
  padding: 13px 18px;
  background: #1967d7;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 48px;
}
.reviewOrder.disabled,
.change-password-foote-conform.disabled {
  background-color: #b5b5b5;
  pointer-events: none;
  border: 1px solid #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviewOrder.disabled {
  background: #0f75cb;
}
.reviewOrder.proctoPay.disabled {
  background: #b5b5b5;
}
button.reviewOrder.proctoPay.disabled {
  background: #0f75cb;
}
.paymentBtn,
#amountPayment {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
.reviewOrder img {
  max-width: 32px;
  width: 100%;
}
.contentImageWrap .contentMain {
  width: 100%;
}
#no-requests {
  margin-top: 120px;
  display: none;
}
#request-exists {
  margin-top: 25px;
  display: none;
}
.noRivisionContent .revision-card {
  display: block;
  margin: 0 auto;
}
.noRevisionTxt {
  margin: 13px auto 20px;
  max-width: 240px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.14px;
  color: #9ba0a4;
  text-align: center;
}
.walletSec .noRevisionTxt {
  font-size: 16px;
  line-height: 19px;
}
.noRevisionTxt.no-opTxt {
  max-width: 100%;
}
.noRevisionTxt.no-opTxt span:last-child {
  display: block;
  margin-top: 6px;
}
.revisionDesc {
  font-weight: 400;
  font-size: 16px;
  line-height: 177.5%;
  letter-spacing: 0.15px;
  color: #333638;
}
.revisionDesc a {
  color: #1967d7;
  text-decoration: underline;
  font-weight: 500;
}
.singleRevision {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 2px 16px rgba(6, 51, 54, 0.1);
  border-radius: 5px;
  margin-top: 20px;
}
.revisionTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.revisionTop .orderId {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #124b9e;
}
.revisionTop .status {
  padding: 4px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.revisionStat p:first-child {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  color: #0f0f0f;
}
.revisionNote {
  font-weight: 400;
  font-size: 12px;
  line-height: 113.69%;
  letter-spacing: -0.24px;
  color: #9ba0a4;
  margin-bottom: 10px;
  margin-top: 2px;
}
.attachment {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: flex-start;
  color: #1967d7;
  margin-top: 5px;
}
.revisionTop .status.green {
  background: #13ad35;
}
.revisionTop .status.yellow {
  background: #ff9a3e;
}
.revisionTop .status.orange {
  background: #d42d31;
}
a.contentButton.existBtn {
  max-width: 100%;
  border-radius: 5px;
  height: 50px;
}
a.contentButton.revisionBtn {
  max-width: 294px;
  height: 50px;
}
.fixedOrderBtn {
  position: fixed;
  bottom: 90px;
  width: 100%;
  padding: 20px 15px 20px;
  background-color: #fff;
  z-index: 18;
  display: none;
}
#request-revision-form {
  padding: 30px 15px 51px;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  border-radius: 30px 30px 0px 0px;
  position: fixed;
  z-index: 22;
  bottom: -200%;
  transition: all ease 0.4s;
  width: 100%;
  min-height: 500px;
}
#request-revision-form.show {
  bottom: 0;
}
.request-revision-id {
  position: relative;
}
.mob-portal-select {
  padding: 0 30px 0 15px;
  height: 45px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 4px;
  appearance: none;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
}
.request-revision-id::after {
  position: absolute;
  content: '';
  border-top: 5px solid #5f6368;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 15px;
  top: 19px;
}
textarea {
  resize: none;
  height: 145px;
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #dadce0;
  border-radius: 4px;
  margin-bottom: 10px;
}
textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #5f6368;
}
.requestFormTxt {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.15px;
  color: #333333;
  margin-bottom: 25px;
}
.requestFormTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.requestFormTop p {
  font-weight: 600;
  font-size: 20px;
  line-height: 125.9%;
  letter-spacing: 0.15px;
  color: #0f0f0f;
}
.formTopRect {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}
.attachment svg {
  max-width: 16px;
  margin-right: 15px;
  width: 100%;
  height: 16px;
}
.formVisibleOverlay,
.revision-added-overlay,
.submissionNoteOverlay,
.changePassFormOverlay,
.requestFormOverlay,
.topupFormOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 21;
  top: 0;
  left: 0;
  display: none;
}
.revision-added-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 23;
}
.submissionNoteOverlay {
  background: rgba(0, 0, 0, 0.5);
}
#file_selection {
  display: none;
}
#file {
  display: none;
}
label[for='file_selection'],
label[for='file'] {
  padding: 20px 15px;
  border: 1px solid #dadce0;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.attachDesc .descHead {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.fileDesc {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #bababa;
}
.attachDesc {
  margin-left: 17px;
  flex-grow: 1;
}
#fileAttached.shown {
  margin: 15px 0;
}
.infoRight .singleInfo:first-child p:first-child {
  margin-bottom: 10px;
}
#revision-added-success {
  padding: 25px 45px;
  background: #ffffff;
  border-radius: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 24;
  max-width: 350px;
  width: 100%;
  display: none;
}
#revision-added-success img {
  max-width: 102px;
  width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  display: block;
}
.successMsg {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #221f1f;
}
.successBtn {
  padding: 6.5px 30.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  background: #1967d7;
  border-radius: 5px;
  margin: 22px auto 0;
  display: block;
  max-width: 82px;
  text-decoration: none;
}
#no-orders.order-progress {
  margin-top: 120px;
}
.orderProgressWrapper {
  padding: 20px 20px 30px;
  background: #ffffff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 40px;
}
.op_mainDesc {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.15px;
  color: #0f0f0f;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebec;
  margin-bottom: 19px;
  text-align: justify;
}
.opDesc {
  font-weight: 300;
  font-size: 14px;
  line-height: 159%;
  letter-spacing: 0.15px;
  color: #333638;
  margin-bottom: 32px;
}
#noContentDW {
  margin-top: 120px;
}
.singleOrder.downloadCard .cardBody {
  padding: 20px;
  margin-top: 10px;
  background: #ffffff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: none;
}
.cardBodyTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 9px;
  border-bottom: 1px solid #ebebec;
  margin-bottom: 33px;
}
.singleOrder.downloadCard .cardBodyHead {
  font-weight: 600;
  font-size: 18px;
  line-height: 125.9%;
  letter-spacing: 0.15px;
  color: #0f0f0f;
}
.markRevisionBtn {
  padding: 10px;
  background: #f3f3f3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  text-decoration: none;
  display: none;
}
.markRevisionBtn span {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #0f0f0f;
}
.markRevisionBtn svg {
  margin-right: 10px;
}
.markRevisionBtn .default {
  display: block;
}
.markRevisionBtn .blue {
  display: none;
}
.markRevisionBtn.added {
  background: rgba(18, 75, 158, 0.1);
}
.markRevisionBtn.added .default {
  display: none;
}
.markRevisionBtn.added .blue {
  display: block;
}
.downloadFiles {
  display: flex;
}
.fileSvg {
  margin-right: 10px;
}
.fileInfo {
  flex-grow: 1;
  margin-bottom: 30px;
}
.downloadBtn {
  border: none;
  height: 100%;
}
.fileName {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0f0f0f;
}

.fileDate {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  color: #9ba0a4;
  margin: 5px 0;
}
.fileNote {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #006aff;
}
.submissionNote {
  position: fixed;
  z-index: 22;
  left: 50%;
  top: 50%;
  padding: 28px;
  background: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  max-width: 370px;
  width: 100%;
  min-height: 290px;
  transform: translate(-50%, -50%);
  display: none;
}
.noteHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebec;
  margin-bottom: 15px;
}
.noteHead p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #006aff;
}
.noteText {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
  color: #333333;
  min-height: 161px;
}
.noteDate {
  font-weight: 600;
  font-size: 12px;
  line-height: 23px;
  color: #333333;
  text-align: right;
}
.revisionFormError {
  flex-direction: column;
}
.revisionFormError img.gif {
  max-width: 105px;
  width: 100%;
  display: block;
  margin: 70px auto 0;
}
.revisionFormError p {
  font-weight: 400;
  font-size: 18px;
  line-height: 138.9%;
  text-align: center;
  letter-spacing: 0.005em;
  color: #221f1f;
  margin: 14px 0 39px;
}
.revisionFormError .contentButton img {
  max-width: 18px;
  width: 100%;
  aspect-ratio: 1;
}
.container .container {
  padding: 0;
}
section.profile {
  margin-top: 22px;
}
.profileWrapper {
  padding: 28px 20px;
  min-height: 656px;
  background: #ffffff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.profileTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 7px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebec;
}
.profileHead {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.15px;
  color: #0f0f0f;
}
.manage-my-profile-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 159%;
  letter-spacing: 0.15px;
  color: #575e62;
  margin-bottom: 29px;
}
.portal-inGroup {
  position: relative;
  margin-bottom: 34px;
}
.portal-inGroup.password {
  margin-bottom: 17px;
}
.change-password .portal-inGroup {
  margin-bottom: 10px;
}
.portal-inGroup label {
  position: absolute;
  top: 13px;
  left: 15px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #d2d2d2;
  transition: all ease 0.3s;
}
.change-password .portal-inGroup input::placeholder {
  opacity: 0;
}
.portal-inGroup p,
.portal-inGroup input:focus + label,
.portal-inGroup input:not(:placeholder-shown) + label {
  position: absolute;
  left: 11.5px;
  top: -8.5px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #5f6368;
  padding: 0 5px;
  background-color: #fff;
}
input#user_phone {
  padding-left: 16px !important;
}
.portal-inGroup #user_phone + p {
  left: 61px;
}
.portal-inGroup input:focus + label,
.portal-inGroup input:not(:placeholder-shown) + label {
  color: #1967d7;
}
.portal-inGroup input:focus {
  border: 1.5px solid #1967d7;
}
.portal-inGroup input {
  padding: 16px 0 11px 15px;
  height: 45px;
  background: #ffffff;
  border: 1.5px solid #e7e9eb;
  border-radius: 3px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #202124;
  outline: none;
}
a.showpassword {
  display: block;
  margin: 18px 0 0 auto;
  max-width: 147px;
  text-align: center;
  padding: 10px 17px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #0f0f0f;
  background: #f3f3f3;
  border-radius: 100px;
  text-decoration: none;
}
.change-password {
  min-height: 479px;
  width: 100%;
  padding: 41px 35px;
  position: fixed;
  bottom: -200%;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  border-radius: 30px 30px 0px 0px;
  z-index: 22;
  transition: all ease 0.4s;
}
.change-password.show {
  bottom: 0;
}
.showPassCbDiv {
  display: flex;
  align-items: center;
  padding-top: 3px;
}
.showPassCbDiv input {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 2px;
}
.showPassCbDiv span {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #0f0f0f;
}
.change-password-foote-conform,
.update-user-info-btn {
  display: flex;
  margin-top: 44px;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: #1967d7;
  border-radius: 5px;
  width: 100%;
  padding: 13px 18px;
  max-height: 48px;
}
.update-user-info-btn {
  margin-top: 0;
}
.update-user-info-btn.disabled {
  background: #dbdbdb;
  pointer-events: none;
}
.update-user-info-btn.disabled img {
  display: none;
}
.change-password-foote-conform span,
.update-user-info-btn span {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
}
.change-password-foote-conform img,
.update-user-info-btn img {
  max-width: 32px;
  width: 100%;
}
/* Iti Styling */
.iti {
  display: block;
}
.iti--allow-dropdown .iti__flag-container {
  left: auto;
  right: 0;
  max-width: 70px;
  width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: #fff;
  border: none;
  border-left: 1px solid #dadce0;
  justify-content: center;
}
.iti__selected-dial-code {
  display: none;
}
.walletInner.balncePage {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.walletInner.balncePage svg {
  margin-right: 10px;
}
.balanceCard {
  padding: 20px;
  border-radius: 8px;
  /* background-image: url('../img/balanceCard-bg.svg'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
}
.bc-head {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #b9bbbd;
}
.bc-balance {
  font-weight: 600;
  font-size: 38px;
  line-height: 45px;
  color: #333638;
  margin: 8px 0;
}
.bc-lastDeduction {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.14px;
  color: #575e62;
  margin-bottom: 17px;
}
.bc-addFunds {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bc-addFunds img {
  max-width: 28px;
  width: 100%;
  height: 17px;
}
.addFundsBtn {
  padding: 12.5px 15px;
  background: #1967d7;
  border-radius: 5px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-decoration: none;
  max-width: 141px;
}
.addFundsBtn svg {
  margin-right: 10px;
}
.transactionNav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px;
  border-bottom: 3px solid #e9e9e9;
  position: relative;
  margin-top: 22px;
}
.transactionNav a {
  width: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.14px;
  color: #575e62;
  text-decoration: none;
}
.transactionNav a.active {
  color: #1967d7;
}
.navActiveTracker {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 50%;
  height: 3px;
  background: #1967d7;
  transition: all ease 0.3s;
}
.noTransData {
  margin-top: 30px;
}
.noTransData .noRivisionContent .revision-card {
  max-width: 175px;
  width: 100%;
  height: 208px;
}
.noTransData .noRevisionTxt span:first-child {
  margin-bottom: 4px;
}
.noTransData .noRevisionTxt {
  margin: 14px auto 30px;
}
.noTransData a.contentButton.revisionBtn {
  max-width: 233px;
  height: 42px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.005em;
  color: #ffffff;
}
#transaction-history,
#refund-history {
  margin-top: 15px;
}
.singleTransaction {
  padding: 17px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 2px 16px rgba(6, 51, 54, 0.1);
  border-radius: 5px;
  margin-bottom: 12px;
}
.transDetails {
  width: 75%;
}
.transType {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.orderDetails {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0f0f0f;
  margin: 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.transDate {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #9ba0a4;
}
.transValue {
  max-width: 59px;
  width: 100%;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.transValue p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
}
.transType.red {
  color: #df4d4d;
}
.transType.blue {
  color: #008fe0;
}
.transValue.red {
  background: #df4d4d;
}
.transValue.blue {
  background: #008fe0;
}
.refundHistory,
.transactionHistory {
  display: none;
}
.refundHistory.show,
.transactionHistory.show {
  display: block;
}
.singleRefund {
  padding: 20px 15px;
  background: #ffffff;
  box-shadow: 0px 2px 16px rgba(6, 51, 54, 0.1);
  border-radius: 5px;
  margin-bottom: 24px;
}
.refundHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.refundOrderId {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #124b9e;
}
.refundStatus {
  padding: 4px 10px;
  background: #000;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
}
.refundSubject span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #0f0f0f;
}
.refundSubject {
  margin: 10px 0 7px;
}
.refundSubject span:first-child {
  margin-right: 5px;
}
.refundDetail {
  font-weight: 400;
  font-size: 12px;
  line-height: 113.69%;
  letter-spacing: -0.24px;
  color: #9ba0a4;
}
.refundStatus.red {
  background: #df4d4d;
}
.refundStatus.yellow {
  background: #ff9a3e;
}
.refundStatus.green {
  background: #13ad35;
}
#refundOpform,
#register_form {
  padding: 30px 30px 50px;
  position: fixed;
  bottom: -200%;
  left: 0;
  z-index: 23;
  background: #fff;
  width: 100%;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  border-radius: 30px 30px 0px 0px;
  min-height: 712px;
  transition: all ease 0.3s;
}
#register_form {
  min-height: 442px;
}
#refundOpform.show {
  bottom: 0;
}
#register_form.show {
  bottom: 0;
}
.formWithExtraDiv .requestFormTop {
  margin: 0;
}
.formWithExtraDiv .formInfo {
  margin: 7px 0 40px;
}
.formInfo .formDesc {
  font-weight: 400;
  font-size: 18px;
  line-height: 120.9%;
  text-align: center;
  letter-spacing: 0.005em;
  color: #221f1f;
}
.formInfo img {
  max-width: 107px;
  width: 100%;
  height: 86px;
  display: block;
  margin: 0 auto 16px;
}
.formWithExtraDiv .formInfo img {
  margin-bottom: 0;
}
.formInfo.topupInfo {
  margin: 0 0 34px;
}
.formInfo.topupInfo img {
  max-width: 100px;
  height: 100px;
}
.formInfo.topupInfo .formDesc {
  font-weight: 500;
  font-size: 18px;
  line-height: 120.9%;
  text-align: center;
  letter-spacing: 0.005em;
  color: #221f1f;
}
#topup_amount::placeholder {
  opacity: 0;
}
.portal-inGroup.balanceGroup input {
  padding: 14px 0 14px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #5f6368;
  height: 45px;
}
.portal-inGroup.balanceGroup label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #5f6368;
  top: 15px;
  left: 65px;
}
.portal-inGroup.balanceGroup {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.portal-inGroup.balanceGroup input:focus + label,
.portal-inGroup.balanceGroup input:not(:placeholder-shown) + label {
  left: 56px;
}
.currency {
  max-width: 45px;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  background: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #5f6368;
}
.checkAgWrapper {
  display: flex;
  margin-bottom: 33px;
}
.checkAgWrapper p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #424242;
  margin-left: 8px;
}
.checkAgWrapper p a {
  color: #1967d7;
}
#policyCheckbox {
  display: none;
}
label[for='policyCheckbox'] {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  position: relative;
}
label[for='policyCheckbox'] .forChecked {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #1967d7;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#policyCheckbox:checked + label[for='policyCheckbox'] .forChecked {
  display: block;
}
#payButton {
  width: 100%;
  border: none;
}
#payButton.disabled img {
  display: none;
}
#payButton.disabled img.loadingGif {
  display: block;
}
.attachmentHead {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #0f0f0f;
  margin-bottom: 5px;
}
.noRivisionContent {
  text-align: center;
}
