body {
    margin:0;
    padding:0;
	width: 100%;
	height: 100%;
    overflow-x: hidden;
	overflow-y: scroll;
}

html {
    margin:0;
    padding:0;
	width: 100%;
	height: 100%;
    overflow-x: hidden;
	overflow-y: scroll;
}


/* PALMPAY STYLE */
div.palmpayModal {
    width: 100%;
    height: 100%;
    background: #efefef;
    position: fixed;
    top: 0;
    z-index: 100000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

img.palmpayPayLogo {
    width: 50px;
    border-radius: 50px;
}

.palmPayModalContent {
    width: calc(95% - 40px);
    background: white;
    min-height: 300px;
    border-radius: 20px;
    max-height: 90%;
    height: max-content;
    padding: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.btnLoader {
    width: 10px;
    height: 10px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-top: 3px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.palmpayModalTopInner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

span.palmpayTopLeftEmailDis {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

p.palmpayTopRightEmail {
    font-family: system-ui;
    color: #6b6b6b;
}

h3.palmpayPayAmmountDis {
    font-family: system-ui;
    font-size: 21px;
}

button.clockStatus i {
    display: flex;
}

button.clockStatus.done {
    background: #deffce;
    color: #00a100;
}

.palmpayPaymentNote {
    width: 100%;
    display: flex;
    flex-direction: column;
        margin-bottom: 40px;
}

span.palmpayBankNamDis {
    display: flex;
    align-items: center;
    gap: 10px;
}

.refDashboardBoard {
    width: 100%;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.refDataBoxes {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

.refDataBox {
    min-width: 100px;
    height: 70px;
    background: #e3e3ff;
    padding: 15px 25px;
    border-radius: 15px;
    border: solid 1px #5C54FC;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 130px;
}

.downlinesFiterBox {
    width: calc(100% - 40px);
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

span.downlineFilter {
    height: 35px;
    padding: 0 20px;
    background: 0;
    border: solid 1px #5C54FC;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5C54FC;
    font-size: 16px;
    font-weight: 600;
}

.singleDownline {
    width: calc(100% - 20px);
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    border-radius: 15px;
    background: #f0f0ff;
}

.signleDownlineInner {
    display: flex;
    align-items: center;
    gap: 10px;
}

span.downlineNameAbrev {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #5C54FC;
    color: white;
    font-weight: 600;
    font-size: 18px;
}

span.downlineInfoSpan {
    font-size: 17px;
    font-weight: 600;
    color: #171717;
        gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

span.downlineInfoSpan small {
    font-size: 12px;
    color: #797979;
}

span.downlineStatus {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    background: #9300ff;
    border-radius: 10px;
    color: white;
    font-size: 15px;
    font-weight: 600;
} 

span.downlineStatus.member {
    background: #00bd00;
}

div.downlinesBoard {
    width: calc(100% - 40px);
    margin-top: 30px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

span.downlineFilter.active {
    background: #5C54FC;
    color: white;
}

.refDataBox p {
    font-size: 13px;
    color: #393939;
}

.refDataBox h4 {
    font-size: 19px;
    color: #1f1f1f;
}

p.palmpayAccntExpreTxt {
    font-family: sans-serif;
    font-size: 17px;
    font-weight: 500;
}

span.palmpayTimeProgress {
    width: 90%;
    height: 5px;
    display: flex;
    background: #dfdfdf;
    margin-bottom: 20px;
}

img.palmpayNoticeImg {
    width: 25px;
    height: 25px;
    padding: 10px;
    background: #5C54FC;
    border-radius: 10px;
}

.palmpayAccDisply {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    gap: 20px;
}

h4.palmpayAccNme {
    font-family: system-ui;
    font-size: 18px;
    color: #484848;
}

h2.palmpayAccNumDis {
    font-family: system-ui;
    font-size: 32px;
    color: #5C54FC;
}

img.palmpayBnkLogo {
    width: 25px;
    height: 25px;
    border-radius: 10px;
}

span.palmpayAccNumSpan {
    display: flex;
    align-items: center;
    gap: 10px;
}

i.copyAccNo {
    color: #5C54FC;
    font-size: 25px;
}

h4.bankNameDsply {
    font-family: sans-serif;
    font-size: 19px;
    color: #484848;
}

.palmpayTimeProgressDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.palmpayPayActnBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

h3.cancelPalmpayPayment {
    padding: 20px 40px;
    font-family: sans-serif;
    font-size: 17px;
    color: #616161;
}

.depositContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: -webkit-fill-available;
    margin-top: 90px;
}

.amountsBtnDiv {
    margin-top: 20px;
    width: 90%;
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}

button.amtBtn {
    height: 30px;
    padding: 0 10px;
    border: 0;
    border-radius: 10px;
    background: #efeeff;
    color: #5C54FC;
    font-size: 15px;
    font-weight: 500;
}

.depositContTop {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.depositContntBottm {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

#timeBar {
width: 100%;
    height: 5px;
    border-radius: 10px;
    overflow: hidden;
    background: #dfdfdf;
    margin-bottom: 20px;
}

#timeFill {
    height: 100%;
    width: 0%;
    background-color: #5C54FC; /* Spent time */
    transition: width 1s linear; /* Smooth update */
}

p.copyBankAcc {
    padding: 10px;
    position: fixed;
    top: 0;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    background: green;
    margin-top: 10px;
    font-family: system-ui;
    font-size: 17px;
}

div.palmpayModal.hide {
display: none;
}

button.palmpayPayBtn {
    height: 60px;
    width: 100%;
    font-size: 18px;
    border: 0;
    border-radius: 10px;
    color: white;
    font-weight: 500;
    background: #5C54FC;
}

p.palmpayNoticeTxt {
    text-align: left;
    font-family: system-ui;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 500;
}

span#palmpayOrderAmt2 {
    font-size: 18px;
    color: black;
    font-weight: 600;
}

span.palmpayNoticeTxtSpn {
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #ebeaff;
    border-radius: 10px;
}


/* PALMPAY STYLE */

span.depositInputSpan {
    width: 90%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

button.expi#5C54FCBtn {
    height: 35px;
    padding: 0 10px;
    border: 0;
    border-radius: 10px;
    background: #ffe2e2;
    color: #5C54FC;
    font-weight: 600;
    font-size: 15px;
}

select.timeFrameSelect {
    width: max-content;
    height: 100%;
    font-size: 16px;
    color: #5C54FC;
    font-weight: 500;
    border: 0;
    background: 0;
    position: relative;
    z-index: 100;
    padding: 10px 20px;
}

.socialBoostTxt {
    margin-top: 70px;
    width: calc(100% - 20px);
    text-align: left;
    padding: 15px 10px;
    border-bottom: solid #d1d1d1 1px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #717171;
}

div.newModal {
    height: 100%;
    width: 100%;
    background: #00000038;
    position: fixed;
    z-index: 100000;
    top: 0;
    backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.closeModalTrans {
    width: 100%;
    height: 100%;
}

.newModalContInner {
    width: calc(100% - 70px);
    background: white;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

span.modeToggle {
    width: 25px;
    height: 25px;
    padding: 7px;
    border: solid 1px #bbbbbb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #575757;
}

.contOptnsBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 20px 0;
    border-bottom: solid 1px #f1f1f1;
}

.contOptnsBox:last-child {
border-bottom: 0;   
}

.contOptnBx {
    display: flex;
    gap: 10px;
    align-items: center;
}

.contOptnBx img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50px;
    background: #f3f3f3;
}

span.chatOptnSpan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}

span.chatOptnSpan h4 {
    font-size: 17px;
    color: #656565;
}

span.chatOptTag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
}

span.chatOptTag p {
padding: 3px 5px;
    font-size: 11px;
    color: white;
    border-radius: 10px;
    background: #5577fb;
}

span.chatOptTag p.green {
    background: #00c100;
}

span.chatOptTag p.purple {
    background: #c303c3;
}

span.chatOptTag .#5C54FC {
    background: #5C54FC;
}

.boostPckgeBoxes {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h3.boostPckgeTitle {
    margin-bottom: 3px;
    color: #1a1a1a;
}

p.boostPckgeDescri {
    color: #747474;
    margin-bottom: 7px;
}

h4.costPerBoostPckge {
    margin-bottom: 10px;
    color: #202020;
    font-size: 17px;
}

span.boostPckgeSocls {
    display: flex;
    align-items: center;
    gap: 5px;
}

img.socialsIcon {
    width: 25px;
}

img.boostPckgeImg {
    width: 40px;
}

span.boostPckgeDtsSpn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.boostPckgeBox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: calc(100% - 20px);
    padding: 20px 0;
    border-bottom: solid 1px #e9e9e9;
}

.boostPckgeBox:last-child {
 border-bottom: 0;   
}

img.taskImgDis {
    width: 50px;
}

p.taskPlatDis {
    font-size: 16px;
    color: #5e5e5e;
    margin-bottom: 3px;
}

.taskInstructionBoard {
    margin-top: 20px;
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 10px;
    background: #e8e6ff; 
    border-radius: 10px;
}

input.performTaskCopyBtn:focus {
border: 0;
outline: 0;    
}

textarea.performTaskCaption:focus {
border: 0;
outline: 0;
}

i.note {
display: flex;
font-size: 19px;
}

.performTaskInputGrp {
    margin-top: 20px;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

p.taskLabel {
    font-size: 16px;
    font-weight: 600;
    color: #636363;
}

.performTaskInputGrp.second {
padding: 10px 5px;
    border: solid #5C54FC 1px;
    border-radius: 10px;
}

input.performTaskCopyBtn {
    height: 40px;
    font-size: 18px;
    font-weight: 600;
    width: 70%;
    border: 0;
    background: 0;
    color: #7b7b7b;
}

textarea.performTaskCaption {
    width: 80%;
    border: 0;
    max-height: 600px;
    height: max-content;
    background: 0;
    font-size: 17px;
    color: #4c4c4c;
    font-family: system-ui;
}

i.cpy {
    display: flex;
}

span.taskImgSpan {
    width: 100%;
    height: 300px;
    background: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}

img.taskImg {
    width: 40px;
    height: 40px;
}

span.taskSampleComentsTask {  
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

p.sampleComment {
    padding: 7px;
    background: #ebeaff;
}

button.downloadTaskImgBtn {
    position: relative;
    top: calc(50% - 15px);
    left: 0;
    height: 40px;
    padding: 25px;
    display: flex;
    align-items: center;
    background: #5C54FC;
    border: 0;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    z-index: 1000;
}

i.downloadIcon {
    display: flex;
    font-size: 20px;
}

button.performTaskInput {
    height: 40px;
    border: 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #5C54FC;
    color: white;
    font-size: 15px;
    border-radius: 10px;
}

span.taskInputSpn {
    width: calc(100% - 20px);
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    background: #e8e6ff;
    border-radius: 10px;
}

span.taskInstructionTxt {
    font-size: 17px;
    color: #5c5c5c;
    font-weight: 500;
}

span.taskInstructionHead {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    color: #5C54FC;
}

h4.taskTitleDis {
    font-size: 18px;
    margin-bottom: 3px;
}

.performTaskTopDiv {
    width: calc(100% - 40px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 80px;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    background: #e8e6ff;
}

span.taskWarning {
    font-size: 16px;
    color: red;
}

select.timeFrameSelect:focus {
outline: 0;
border: 0;
}

button.completedBtn {
    height: 35px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
    border: 0;
    border-radius: 10px;
    color: #0ab50a;
    background: #e4ffe4;
}

span.depoAmoutInptSpn {
    display: flex;
    width: calc(100% - 30px);
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    border: solid 2px #d8d8d8;
    border-radius: 10px;
    padding: 0 10px;
}

input.input440 {
    height: 80%;
    border: 0;
    width: 100%;
    padding-left: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #4e4e4e;
    background: none;
}

p.payDesc.dark {
    color: #b8b8b8;
}

h2.payAmtDis.dark {
    color: white;
}

h3.membershipTitle.dark {
    color: white;
}

p.membershipBenefitTxt.dark {
    color: #bcbcbc;
}

span.depoAmoutInptSpn {
    display: flex;
    width: calc(100% - 30px);
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    border: solid 2px #d8d8d8;
    border-radius: 10px;
}

.amountsBtnDiv {
    width: 90%;
    max-width: 450px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 50px;
}

p.noTransTxt.dark {
    color: #9a9a9a;
}

div.withdrawForm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.withdrawBnkDtsDiv {
    width: 90%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
} 

.withdrawNotice {
    width: calc(90% - 10px);
    max-width: 450px;
    padding: 10px;
    border: solid 1px #5C54FC;
    background: #f5f5ff;
    margin-bottom: 30px;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.balDtsBox {
    width: calc(100% - 20px);
    padding: 15px 10px;
    border-radius: 10px;
    border: solid #5C54FC 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.balBoxx {
width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
    border-bottom: solid 1px #d9d9d9;
}










.custom-checkbox {
display: flex;
    position: relative;
    padding-left: 30px;
    margin-bottom: -25px;
    cursor: pointer;
    user-select: none;
    height: 100%;
    align-items: center;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

.custom-checkbox input:checked + .checkmark {
background-color: #5C54FC;
    border-color: #5C54FC;
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked + .checkmark::after {
  display: block;
}

.custom-checkbox .checkmark::after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}








.balBoxx:last-child {
border-bottom: 0;    
}

h4.withdrawNoticeTitle {
    color: #5C54FC;
    font-weight: 600;
    font-size: 17px;
}

p.withdrawNoticeTxt {
    color: #767676;
}

span.withdrawNoticeInner {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

h3.withdrawTitle {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #757575;
}

span.bankDtsBox {
    width: calc(100% - 20px);
    padding: 15px 10px;
    border-radius: 10px;
    border: solid #5C54FC 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

i.warningIcon {
    font-size: 19px;
    color: #5C54FC;
}

i.chkk {
    font-size: 23px;
    color: #5C54FC;
    border-radius: 50px;
    display: flex;
}

.transBox.second.dark {
    padding: 20px 10px;
    background: white;
    border-radius: 10px;
    width: calc(100% - 10px);
    border: none;
    margin-bottom: 15px;
}

button.amtBtn {
    height: 40px;
    padding: 10px;
    border: 0;
    border-radius: 10px; 
    color: #5C54FC;
    font-weight: 600;
    background: #efeeff;
    font-size: 16px;
}

h3.depositBal {
    font-size: 20px;
    margin-top: 2px;
}

.depositBalBox {
    width: 90%;
    max-width: 450px;
    margin-bottom: 20px;
    padding: 15px 10px;
    border-radius: 10px;
    background: #5C54FC;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-image: url(https://primitecoil.com/images/bckgrnd.png); 
}

.withdrawDivv {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

p.deposBalTtle {
    font-size: 15px;
    color: #fce7e7;
}

input.input440:focus {
outline: 0;
}

span.depoAmoutInptSpn.active {
    border: solid #5C54FC 2px;
}

h4.depoCurrencySym {
    padding: 3px 10px;
    font-size: 25px;
    background: #ebeaff;
    border-radius: 5px;
    color: #5C54FC;
}
.depositContDiv {
    margin-top: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

p,h1,h2,h3,h4,span,button {
    margin: 0;
    padding: 0;
    font-family: system-ui;
      -webkit-touch-callout: none; /* iOS Safari: disables tap-and-hold callout */
  -webkit-user-select: none;   /* Chrome, Safari, Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* Standard */
}



  .file-upload {
    display: inline-block;
    padding: 10px 20px;
    background-color: #5C54FC;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    font-family: sans-serif;
  }

  #uploadProof {
    display: none;
  }
  
  p.fileName {
    color: #444444;
}


.nav {
    width: 100%;
    height: 90px;
    position: fixed;
    bottom: 0;
    background: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
    border-top: solid 1px #dcdcdc;
}


span.navSpan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    color: #707070;
}


i.navIcon {
    font-size: 25px;
    display: flex;
    margin-bottom: 5px;
    padding: 7px 15px;
    border-radius: 15px;
}

i.navIcon.active {
    background: #e4e3ff;
    color: #5C54FC;
}

p.navTxt {
    font-size: 16px;
}

.mainTopDiv {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    position: fixed;
    top: 0;
    z-index: 100;
    background: white;
}

.timeFrame {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

span.chartTimeFrameSpn {
    display: flex;
    align-items: center;
    background: #ecebff;
    border-radius: 10px;
    color: #5C54FC;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
}

i.arwdwn {
    display: flex;
position: relative;
margin-left: -40px;
}

.myChartDiv {
    display: flex;
    width: calc(100% - 30px);
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 120px;
}

h4.sectionTitle {
    width: 100%;
    text-align: left;
    color: #505050;
    font-size: 18px;
    font-weight: 500;
}

.membershipNotice {
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 10px;
    background: #ebeaff;
    border-radius: 10px;
    border: solid 1px #5C54FC;
}

p.membershipNoticeTxt {
    font-size: 15px;
    margin-bottom: 15px;
    color: #3a3a3a;
}

button.activateMenbBtn {
    width: auto;
    padding: 0 15px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    font-weight: 500;
    font-size: 15px;
    background: #5C54FC;
    color: white;
}

i.notice {
    display: flex;
}

img.noTransImg {
    width: 40px;
    height: auto;
    padding: 20px;
    border-radius: 50px;
    background: #6e66ff29;
}

.recentTransDiv {
    width: calc(100% - 20px);
    margin-top: 20px;
    background: white;
    border-radius: 10px;
    padding: 25px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 17px 9px #f3f3f3;
}

.noTrans {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p.noTransTxt {
    margin-top: 10px;
    font-size: 16px;
    color: #ababab;
    font-weight: 500;
}

.myRecentTransDiv {
    display: flex;
    width: calc(100% - 30px);
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
}

h2.actvateNoticeHead {
    font-size: 17px;
    font-weight: 600;
    color: #5C54FC;
}

span.membershipNoticeHead {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    color: #5C54FC;
}

.mainTopInner {
    display: flex;
    align-items: center;
    margin-left: 7px;
}

span.grtNme {
    margin-left: 7px;
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
}

p.greetingTxt {
    font-family: sans-serif;
    color: #5c5c5c;
    font-size: 14px;
}

h4.homeFnameDis {
    font-size: 19px;
    color: #383838;
    font-weight: 600;
}

.notifyIconDiv {
    margin-right: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

span.modeToggle.dark {
    background: white;
}

.refBox {
    width: calc(100% - 60px);
    background: #ddddff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-radius: 5px;
    border: solid 1px #0000ff87;
}

.refBoddy {
    width: 100%;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reff-boxx {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: solid 1px #5C54FC;
    border-radius: 10px;
    background: #f5f5ff;
    padding: 20px;
}

.ref-link-board {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
    margin-top: 10px;
}

span.refLinkSpann {
   display: flex;
    align-items: center;
    gap: 10px;
    width: calc(100% - 60px);
    background: #eaeaff;
    padding: 15px;
    border-radius: 50px;
    justify-content: space-between;
}

h3.jdks-3wsd {
    font-size: 25px;
    color: #5C54FC;
}

.shareOptions {
    display: flex;
    width: calc(100% - 30px);
    margin-top: 20px;
    gap: 15px;
    overflow-x: scroll;
    justify-content: center;
}

span.moreIcon i {
    display: flex;
}

span.moreIcon {
min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #e4e4ff;
    color: #5C54FC;
    font-size: 19px;
    border: solid 1px;
}

/* Vertical connecting line */
.ref-inner-earn span::after {
    content: "";
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 35px;
    background: #e7e6ff
}

/* Remove line from last step */
.ref-inner-earn:last-child span::after {
    display: none;
}

span.shareSingleOption img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.ref-inner-earn p {
    font-size: 17px;
    font-weight: 500;
    color: #6f6f6f;
}

span.shareSingleOption p {
    font-size: 11px;
    color: #535353;
}

.referralEarningBox {
    width: calc(100% - 70px);
    padding: 30px 20px;
    margin-top: 40px;
    border: solid 1px #5C54FC;
    background: #f7f7ff;
    border-radius: 20px;
}

button.refMainBtn {
    width: calc(100% - 50px);
    margin-top: 40px;
    height: 55px;
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    background: #5C54FC;
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
}

.clockBoxInner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: solid 1px #b1b1ff;
}


.clockInnerLeft {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.clockInnerLeft img {
    width: 40px;
    height: 40px;
}

.clockBoxInner:last-child {
border-bottom: 0;
}

button.clockStatus {
height: 35px;
    padding: 0 10px;
    background: orange;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 15px;
    font-weight: 600;
    gap: 5px;
    border: 0;
}

span.clickInSpan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

span.clickInSpan p {
    font-size: 13px;
    color: #494949;
    font-weight: 500;
} 

span.clickInSpan h4 {
    font-size: 18px;
    color: blue;
}

.clockBox {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    background: #ebebff;
    border-radius: 20px;
    margin-top: 20px;
        border: solid 1px #2245e5;
}

.ref-inner-earn span {
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    background: #5C54FC;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: relative;
}

.ref-inner-earn {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    margin-bottom: 25px;
}

.referral-earn-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.referralEarningBox h4 {
    color: #5C54FC;
    font-size: 20px;
    margin-bottom: 20px;
}

span.shareSingleOption {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

span.copyIconSpann {
    font-size: 20px;
    color: #5C54FC;
}

p.fkd-dpl {
    font-size: 16px;
    color: #434343;
}

p.linkTitle {
    font-size: 16px;
    color: #434343;
}

span.copyLinkSpan {
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background: #5C54FC;
    border-radius: 50px;
    color: white;
    padding: 5px;
}

span.refLinkSpann input {
    width: 100%;
    background: 0;
    border: 0;
    font-size: 17px;
    color: #5C54FC;
    font-weight: 600;
}

span.ref-code-boxx {
    display: flex;
    align-items: center;
    gap: 20px;
}

span.referralSpan button {
    height: 30px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0;
    border-radius: 5px;
    background: #5c5cf5;
    color: white;
}

i.refIcon {
display: flex;
}

.refBox img {
min-width: 80px;
    height: auto;
    width: 80px;
}

span.referralSpan h4 {
    font-size: 21px;
    color: #0004c7;
}

.refBox p {
    font-size: 15px;
    color: #474747;
    margin-bottom: 8px;
}

.referralSpan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.referBlock {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.notifyImg {
    width: 25px;
    height: 25px;
    padding: 7px;
    border: solid 1px #bbbbbb;
    border-radius: 10px;
}

span.dpSpan {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #5C54FC;
    color: white;
    font-weight: 600;
}

.balBox {
margin-top: 70px;
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    padding: 20px 0;
    overflow-x: scroll;
    gap: 10px;
}

div.balBoxInner {
    width: 330px;
    min-width: 330px;
    height: 210px;
    border-radius: 20px;
    border: solid 1px #5C54FC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #5C54FC, #10099b);
}

.balBoxLower {
    width: calc(100% - 40px);
    border-top: solid 1px #ffffff29;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 20px;
    gap: 10px;
}

.balBoxUpper p {
    color: #ffffffd1;
    font-size: 15px;
    font-weight: 500;
}

.balBoxUpper h3 {
    font-size: 23px;
    color: white;
}

button.depositBtn {
    height: 45px;
    width: 130px;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    color: #5C54FC;
    font-size: 16px;
    font-weight: 600;
}

.balBoxUpper {
    width: calc(100% - 20px);
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    gap: 5px;
}

button.withdrawBtn {
height: 45px;
    width: 130px;
    border-radius: 10px;
    background: #ffffff5e;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #ffffff7a;
}

.appScreen {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fafafa;
    height: max-content;
    min-height: 100%;
}

i.returnIcon {
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e2e1ff;
    color: #5C54FC;
    border-radius: 10px;
    font-size: 23px;
    margin-left: 10px;
}

select {
  -webkit-appearance: none; /* Chrome, Safari, Opera */
  -moz-appearance: none;    /* Firefox */
  appearance: none;         /* Standard */
  background-image: none;   /* Ensure no arrow icon background */
  /* Optional styling you may want */
}

/* Hide arrow in Internet Explorer 10+ */
select::-ms-expand {
  display: none;
}

i.returnIcon2 {
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e5e3ff;
    color: #5C54FC;
    border-radius: 10px;
    font-size: 23px;
    margin-left: 10px;
    margin-top: 10px;
}

span.screenTopTitleSpan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.screenHeadTop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    background: white;
    position: fixed;
    top: 0;
    z-index: 10000;
}

.tasksFilterDiv {
    width: 100%;
    margin-top: 90px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 25px;
    overflow-x: scroll;
    padding-bottom: 10px;
    min-height: max-content;
}

span.liveChatMssgeSpan {
    padding: 10px;
    background: #ececec;
    border-radius: 10px;
    margin: 0 8px;
    max-width: 70%;
}

span.liveChatMssgeSpan.me {
    background: #ffe6e6;
}

p.chatMsg {
    font-size: 17px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 400;
    color: black;
}

p.chatMsgDate {
    font-size: 13px;
    color: #8b8b8b;
}

i#uploadFile {
    background: #5C54FC;
}

.liveChatMsgDiv.me {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 10px;
}

.liveChatMsgDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

img.transImg {
    width: 30px;
    height: 30px;
}

h3.screenTopTitleTxt {
    font-size: 20px;
    color: black;
}

span.depositBtn:hover {
 background: #5C54FC;
    color: white;   
}

.referralContentDiv {
    width: 100%;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

img.referralImg {
   width: 350px;
    max-width: 80%;
    height: auto;
    margin-bottom: 40px;
    padding: 20px 20px 0 20px;
    border-radius: 10px;
    background: #ebeaff;
}

button.addBankBtn {
    height: 40px;
    padding: 0 20px;
    border-radius: 10px;
    border: 0;
    background: #5C54FC;
    color: white;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.noBankTxt {
    font-size: 16px;
    color: #afafaf;
    margin-bottom: 30px;
}

img.noBankImg {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    padding: 10px;
    background: #ebeaff;
    border-radius: 50px;
}

div.bankList {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.bankBox {
    width: calc(100% - 50px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 11px 7px #eeeeee;
}

i.bnk {
    padding: 10px;
    font-size: 22px;
    background: #ecebff;
    border-radius: 10px;
    color: #5C54FC;
}

h4.bankTitle {
    font-size: 18px;
    color: black;
}

p.disAccNo {
    color: #8d8d8d;
    font-weight: 500;
}

button.deleteBankBtn {
    height: 35px;
    padding: 0 15px;
    border: 0;
    border-radius: 10px;
    background: #5C54FC;
    color: white;
    font-size: 15px;
    font-weight: 400;
}


button.skipBtn {
    height: 35px;
    border: 0;
    border-radius: 10px;
    padding: 0 20px;
    background: #5C54FC;
    color: white;
    font-size: 16px;
    font-weight: 500;
}

p.payDesc {
    font-size: 16px;
    color: #7f7f7f;
    font-weight: 400;
}

h2.payAmtDis {
    font-size: 27px;
    color: black;
}

img.memberImg {
    width: 320px;
    height: 320px;
    margin-bottom: 0px;
}

h3.membershipTitle {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #484848;
}

span.membershipBenefitListSpan {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.membershipBenefitsList {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 30px);
    gap: 20px;
}


p.membershipBenefitTxt {
   font-size: 16px;
    color: #6d6d6d;
    font-weight: 500;
}

i.membershipIcon {
    display: flex;
    color: #5C54FC;
    margin-top: 3px;
    font-size: 17px;
}

.membershipContentDiv {
    width: 100%;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow-y: scroll;
    margin-bottom: 100px;
}


button.payMembershipBtn {
    margin-right: 10px;
    height: 50px;
    padding: 0 25px;
    border-radius: 10px;
    border: 0;
    background: #5C54FC;
    color: white;
    font-size: 17px;
    font-weight: 500;
}

span.payDetsSpn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
}

.membershipPaymentDiv {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
    border-top: solid 1px #e3e3e3;
    background: white;
}

span.bankDtsInner {
    gap: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

span.bankBoxInner {
    display: flex;
    align-items: center;
    gap: 10px;
}

div.noBankDiv {
    margin-top: 100px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h3.referralTitle {
    margin-bottom: 10px;
    font-size: 27px;
    color: black;
    font-weight: 700;
}

p.referralTxt {
    width: calc(100% - 30px);
    text-align: center;
    margin-bottom: 50px;
    font-size: 16px;
    color: #999999;
    font-weight: 500;
}

span.refCodeInputSpan {
    height: 55px;
    background: #edecff;
    width: 250px;
    border-radius: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 10px;
}

input#refInput {
    height: 80%;
    text-align: left;
    background: 0;
    border: 0;
    font-size: 24px;
    padding-left: 15px;
    font-weight: 600;
    color: #5C54FC;
    width: 60%;
}

button.copyRefBtn {
    width: 30%;
    height: 90%;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    background: #5C54FC;
    color: white;
}

span.depositBtn.second {
background: #5C54FC;
    color: white;
}

.transactionsList {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.transBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
    border-bottom: solid 1px #e9e9e9;
}

span.sectionTitleSpan {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

h4.viewAllTxt {
    min-width: max-content;
    color: #1d6cea;
    font-size: 17px;
}

/* Remove bottom border on the very last .transBox */
.transactionsList .transBox:last-child {
  border-bottom: none;
}

span.transnnerSpn {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

h4.transTitle {
    font-size: 17px;
    margin-bottom: 3px;
    color: black;
}

p.transDesc {
    font-size: 16px;
    color: #a0a0a0;
    margin-bottom: 6px;
}

.transStatusSpn {
    display: flex;
    align-items: center;
    gap: 7px;
}

button.demacation {
    height: 7px;
    width: 7px;
    border: 0;
    background: #989898;
    border-radius: 50px;
}

h4.transAmtDis {
    font-size: 17px;
    min-width: max-content;
}

h4.transAmtDis.c#5C54FCit {
    color: #059d05;
}

h4.transAmtDis.debit {
    color: #5C54FC;
}

p.transDate {
    font-size: 16px;
    font-weight: 500;
    color: #aaaaaa;
}

h4.transStatus {
    font-size: 17px;
    font-weight: 600;
}

h4.transStatus.pending {
color: orange;    
}

h4.transStatus.processing {
color: orange;    
}

h4.transStatus.failed {
color: #5C54FC;    
}

h4.transStatus.successful {
 color: #059d05;   
}

span.filterSpan {
   display: flex;
    align-items: center;
    padding: 0 15px;
    min-height: 40px;
    border: solid 1px #9a9a9a;
    border-radius: 50px;
    gap: 10px;
}

span.filterSpan.active {
background: #dbd9ff;
    border: solid 1px #5C54FC;
}

div.logoutModal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000000c7;
}


div.liveChatDiv {
    width: 100%;
    height: 100%;
    display: flex;
    background: white;
    position: fixed;
    z-index: 100000000000000000;
    top: 0;
    flex-direction: column;
}

button.exitChatBtn {
    display: flex;
    align-items: center;
    padding: 5px 7px;
    border: 0;
    border-radius: 10px;
    margin-right: 10px;
    color: white;
    background: #ffffff6e;
    cursor: pointer;
}

span.liveChatProfSpan {
    width: 50%;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

img.liveChatUserLogo {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50px;
}

span.liveChatUserName {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 5px;
}

h4.liveChatUserName {
    font-family: system-ui;
    color: white;
    text-align: left;
    font-size: 16px;
}

p.onlineStatus {
    text-align: left;
    font-family: sans-serif;
    color: #ffffffa8;
    font-size: 12px;
}

button.exitChatBtn {
    display: flex
;
    align-items: center;
    padding: 5px 7px;
    border: 0;
    border-radius: 10px;
    margin-right: 10px;
    color: white;
    background: #ffffff6e;
    cursor: pointer;
}

.liveChatMainBody {
    width: 100%;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    padding: 10px 0;
    overflow-y: scroll;
}

.liveChatTextDiv {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-top: solid #c2c2c2 1px;
}

textarea.liveChatInput {
    width: 80%;
    height: auto;
    max-height: 100px;
    padding: 10px;
    border: 0;
    font-size: 16px;
    font-family: system-ui;
}

input.uploadInput {
    width: 100%;
    height: 230px;
    opacity: 0;
    margin-top: 0;
    cursor: pointer;
}

span.liveChatUploadSpan {
    width: 16%;
    display: flex;
    height: auto;
    justify-content: center;
    color: green;
    align-items: center;
    flex-direction: column;
}

i.chatIconss {
    padding: 15px 15px;
    background: #5C54FC;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: white;
}

.liveChatTopDiv {
    width: 100%;
    height: 70px;
    display: flex;
    background: #5C54FC;
    align-items: center;
    justify-content: space-between;
}

textarea.liveChatInput:focus {
border: 0;
outline: 0;
}

i#exitChatIcon {
    margin-right: 5px;
    display: flex;
}
img.infoImg {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #4d00ff17;
    padding: 10px;
}

p.logoutTxt {
    font-size: 18px;
    margin-bottom: 25px;
    color: #2c2c2c;
    text-align: center;
}

span.logoutBtnSpan {
    display: flex;
    align-items: center;
    gap: 20px
}

button.logoutBtn {
    border: 0;
    border-radius: 10px;
    background: #5C54FC;
    color: white;
    font-size: 16px;
    width: 90px;
    height: 45px;
    font-weight: 600;
}

h3.buyBoostTitle {
    font-size: 21px;
    color: black;
}

p.buyBoostDescr {
    color: #8a8a8a;
    font-size: 16px;
}

span.buyBoostDtz {
    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.buyBoostForm {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

input#uploadBoostImg {
    display: none;
}

p.fileName {
    color: #444444;
    margin-top: 10px;
}

span.buyBoostInputSpan {
    width: 90%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

select.input600 {
    width: 100%;
    padding: 0 10px;
    height: 50px;
    border-radius: 10px;
    border: 0;
    background: #ecebff;
    font-size: 17px;
    font-weight: 500;
    color: #3c3c3c;
}

input.input600 {
    width: calc(100% - 20px);
    padding: 0 10px;
    height: 50px;
    border-radius: 10px;
    border: 0;
    background: #ecebff;
    font-size: 17px;
    font-weight: 500;
    color: #3c3c3c;
}

textarea.input600 {
    width: calc(100% - 20px);
    padding: 10px;
    height: 250px;
    border-radius: 10px;
    border: 0;
    background: #ecebff;
    font-size: 17px;
    font-weight: 500;
    color: #3c3c3c;
    font-family: system-ui;
}

form#boostForm {
    width: 100%;
    height: auto;
}

textarea.input600:focus {
outline: 0;
}

select.input600:focus {
outline: 0;
}

input.input600:focus {
outline: 0;
}

h4.costPerBst {
    font-size: 17px;
    color: #565656;
}

.buyBoostHeadDiv {
    margin-top: 80px;
    width: calc(100% - 40px);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 0;
}

p.boostSecTitle.light {
    width: 100%;
    margin: 20px 0;
    font-size: 19px;
    color: grey;
    font-weight: 600;
    margin-left: 30px;
}

button.logoutCancelBtn {
    border: 0;
    border-radius: 10px;
    background: #e5e4ff;
    color: #5C54FC;
    font-size: 16px;
    font-weight: 600;
    width: 90px;
    height: 45px;
}

.logoutInnerDiv {
    width: calc(90% - 30px);
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    border-radius: 10px;
}

button.countDisBtn {
    border: 0;
    background: 0;
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.noTasksDiv {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

span.goBackSpan {
    display: flex;
    align-items: center;
}

i.crtBst {
 display: flex;   
}

.profileTop {
margin-top: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: calc(100% - 40px);
    border-radius: 20px;
    gap: 10px;
}

span.dpSpanBig {
height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5C54FC;
    border-radius: 50px;
    color: white;
    font-size: 29px;
    font-weight: 600;
}

.moreOptionsDiv {
width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    border: solid 1px #c6c6ff;
    border-radius: 20px;
    background: #f4f4ff;
}

.moreOptionsDiv.last {
margin-bottom: 110px;    
}



/* Container */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
    height: 27px;
}

/* Hide native checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.balGroupSpn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    align-items: center;
    padding: 20px 0;
    border-radius: 10px;
    min-height: 100px;
    background: #e3e2ff;
    background-image: url(https://primitecoil.com/images/bckgrnd.png);
}

/* Track styling */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: -4px; bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

/* Knob */
.slider::before {
  position: absolute;
  content: "";
 height: 24px;
    width: 24px;
    left: 3px;
    bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* Checked state */
input:checked + .slider {
  background-color: #5C54FC;
}
input:checked + .slider::before {
  transform: translateX(26px);
}




i.profileIcc {
    display: flex;
    font-size: 20px;
}

.profileInnerBox {
    display: flex;
    align-items: center;
    gap: 15px;
}

h4.profileTitle {
    font-size: 17px;
    color: black;
}

span.profileTxtSpan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

p.profileDesc {
    font-size: 14px;
    color: #a3a3a3;
}

i.fi.fi-rr-angle-small-right {
    color: #bfbfbf;
}

span.profileIccSpan {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #ecebff;
    color: #5C54FC;
}

.profileBox {
width: calc(100% - 20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    border-bottom: solid 1px #0000ff26;
}

.moreOptionsDiv .profileBox:last-child {
border-bottom: 0;
}

p.displayFname {
    font-size: 24px;
    font-weight: 600;
    color: black;
}

.profilTopInfoBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

p.displayEmail {
color: #7b7b7b;
    font-size: 17px;
    margin-bottom: 7px;
}

h4.profileTitle.red {
    color: red;
}

p.profileDesc.red {
    color: #e51313;
}

span.profileIccSpan.red {
    color: red;
    background: #ffe6e6;
}

.moreOptionsDiv.red {
border-color: red;
    background: #fff4f4;
    }

.profilTopInfoBox small {
    font-size: 14px;
    font-family: sans-serif;
    color: #858585;
}

button.createBoostBttn {
    height: 45px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    border: 0;
    background: #5C54FC;
    color: white;
    font-size: 18px;
    font-weight: 500;
    position: fixed;
    bottom: 110px;
    right: 5px;
    box-shadow: 1px 1px 1px 0px #c9c9c92e;
}

.tasksWall {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: scroll;
    gap: 10px;
    padding: 20px;
    margin-bottom: 100px;
}
  
img.performTaskImg { 
    width: 100%;
    height: 100%;
    border-radius: 5px;
    margin-top: -40px;
    opacity: 0.2; 
}

h4.taskTitle {
    color: black;
    font-size: 17px;
    margin-bottom: 2px;
}


.progress-container {
  width: 100%;
  max-width: 600px;
  background: #eee;
  border-radius: 8px;
  overflow: hidden;
  margin: 20px 0;
  height: 15px;
}
.progress-bar {
  width: 0%;
  height: 15px;
  background: #4caf50;
  transition: width 0.4s ease;
  position: relative;
}

.progress-label {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-weight: bold;
}



img.boostImg {
    width: 35px;
    height: 35px;
}

.boostBox {
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 11px 7px #eeeeee;
    flex-direction: column;
    align-items: center;
}


span.boostInnerSpp {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

h4.boostStlsTitle {
    font-size: 18px;
    color: black;
    margin-bottom: 3px;
}

p.costOfBos {
    color: #a0a0a0;
    font-weight: 500;
    text-align: left;
}

span.boostBoxSpan {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    width: 100%;
}

h3.boostCount {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 800;
}

p.boostCountTitle {
    font-size: 16px;
    color: #929292;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.boostDataPresnt {
    display: flex;
    margin-top: 10px;
    gap: 20px;
    justify-content: flex-start;
    width: 100%;
}

span.boostDtlsSpan {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


span.boostStatusBtn {
    display: flex;
    align-items: center;
    height: 35px;
    justify-content: center;
    padding: 0 10px;
    border-radius: 10px;
    background: #fff3dd;
    color: orange;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    min-width: max-content;
}

button.boostStatusBtt {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: orange;
    border: 0;
}

.boostDataPresnt {
    display: flex;
    margin-top: 10px;
    /* margin-bottom: 20px; */
    justify-content: space-around;
    width: 100%;
}

span.boostDataSpn {
display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
    max-width: 25%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

p.taskDesc {
    color: #616161;
    margin-bottom: 3px;
    font-size: 15px;
}

i.chkTsk {
    font-size: 20px;
    color: green;
    display: flex;
}

i.exprdIcon {
    display: flex;
    font-size: 20px;
    color: #ffa1a1;
}

button.takeTask {
    height: 35px;
    padding: 10px;
    border-radius: 10px;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    background: #5C54FC;
    color: white;
}

span.taskDtlsSpan {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.taskBox {
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
    border-radius: 10px;
    background: white;
    box-shadow: 1px 1px 11px 7px #eeeeee;
}

p.noTaskTxt {
    font-size: 17px;
    font-weight: 500;
    color: #b1b1b1;
}

img.noTasksImg {
    width: 70px;
    margin-bottom: 20px;
}

span.notificationBellSpan {
    margin-right: 10px;
}

.actionBox {
   width: calc(50% - 25px);
    height: 190px;
    background: #fcf0e4;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 10px;
}

h4.actionHd {
    font-size: 17px;
    margin-bottom: 5px;
}

p.actionTx {
    color: #585858;
    font-size: 15px;
}

img.actionDivImg {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: white;
    border-radius: 10px;
}

.actionBox.second {
    background: #edf5e8;
}

.actionDiv {
    margin-top: 20px;
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
}

.mainBalDiv {
    display: flex;
    align-items: center;
    width: 100%;
    overflow-x: scroll;
}

.myChart {
    width: calc(100% - 20px);
    margin-top: 20px;
    background: white;
    border-radius: 10px;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 17px 9px #f3f3f3;
}

canvas#earningsChart {
    margin-top: 20px;
}

i.balIcon {
    margin-right: 10px;
    font-size: 30px;
    opacity: 0.6;
    color: #9c97ff;
}

span.balSpn {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
}

span.depositBtn {
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: center;
    height: 50px;
    border-radius: 50px;
    background: #ebeaff;
    font-size: 17px;
    font-weight: 500;
    color: #5C54FC;
    border: solid 2px #5C54FC;
}

i.depositIcon {
    display: flex
;
}

p.balTitle {
    color: #5e5c5c;
    margin-bottom: 7px;
    font-size: 17px;
}

h4.balDiz { 
    font-size: 25px;
    color: black;
}

.depositBtnsDiv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

button.balMoveBtn
 {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    border: 0;
    background: #b6b6b6;
}

button.balMoveBtn.active {
 background: #5C54FC;
 width: 10px;
 height: 10px;
 }

span.balScrollDiv {
    margin: 20px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.baseSection {
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.baseSection.firstSec {
    justify-content: flex-end;
}

.welcomeBelowSec {
    width: calc(100% - 20px);
    padding: 25px 10px;
    background: white;
    border-radius: 15px 15px 0 0;
}

h4.welcomeTx {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 18px;
    color: #646464;
}

h2.welcomeHd {
    text-align: center;
    margin-bottom: 10px;
    color: black;
    font-size: 24px;
}

span.welcomeBtnSpn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

span.loginGroupSpan {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
}

button.genederSelect.active {
    background: #5C54FC;
}

span.genderSpan.active {
    background: #9d99ff;
}

i.chk {
    display: flex;
    color: white;
}

span.genderSpan {
    display: flex;
    width: 150px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f0efff;
}

span.boostStatusBtn.active {
    color: #079f07;
    background: #e0ffe0;
}

button.boostStatusBtt.completed {
    background: #0fcb0f;
}

button.boostStatusBtt.active {
    background: #0fcb0f;
}

button.boostStatusBtt.inreview {
    background: orange;
}

span.boostStatusBtn.completed {
    color: #08a408;
    background: #eaffe9;
}


button.genederSelect {
    width: 20px;
    height: 20px;
    border: solid 2px #5C54FC;
    border-radius: 50pc;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: white;
}

select.input100 {
    height: 55px;
    width: 100%;
    border-radius: 10px;
    border: 0;
    background: #f0efff;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.screenHeadTop.second {
    border-bottom: solid 1px #ebebeb;
}

.transactionsWall {
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

h4.notifyTitle {
    font-size: 17px;
    color: #383838;
    text-align: left;
}

p.notifyDesc {
    color: #8f8f8f;
    font-size: 15px;
    margin-bottom: 5px;
}

p.notifyDte {
    font-size: 15px;
    color: #555555;
    font-weight: 500;
}

span.notifyDtls {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.notificationsBox {
    width: calc(100% - 20px);
    display: flex;
    gap: 10px;
    padding: 20px 10px;
    border-bottom: solid 1px #e2e2e2;
}

.notificationsWall {
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notificationsWall .notificationsBox:last-child {
border-bottom: 0;
}

select.input100:focus {
    border: solid 2px #5C54FC;
    outline: 0;
}

select.input100:hover {
 border: solid 2px #5C54FC;
    outline: 0;    
}

i.chk {
    display: flex;
    color: white;
}


.genderDiv {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.baseSection.firstSec {
    justify-content: flex-end;
    background-image: url(images/base.jpg);
    object-fit: contain;
    background-size: cover;
    background-position: top;
}


.spinner {
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top: 5px solid #5C54FC;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

div.loader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    background: #ffffffad;
    z-index: 10000000; 
}


button.loginBtn {
    height: 50px;
    width: 40%;
    border: 0;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    background: #deddfc;
    color: #5C54FC;
}


button.signupBtn {
    height: 50px;
    width: 40%;
    border: 0;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    color: white;
    background: #5C54FC;
}

div.successModal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 30px;
    background: #232222e0;
    z-index: 100000000;
}

.successModalContent {
    width: calc(90% - 40px);
    height: auto;
    padding: 20px;
    background: white;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.returnSecond {
    margin-top: 20px;
    margin-bottom: 20px;
}

i.returnIcon {
    display: flex;
    font-size: 25px;
    color: #5C54FC;
}

div.modal600 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: white;
    display: flex;
    flex-direction: column;
    z-index: 10000;
    align-items: center;
    overflow-y: scroll;
    overflow-x: hidden;
}

p.bankTitle.light {
    font-size: 15px;
    color: #707070;
}

h4.disAccNo {
    font-size: 18px;
    color: black;
}

.screenTopDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
}

span.return2 {
    min-width: 35px;
    min-height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 15px;
    background: #ffdede;
}

img.errorIcon {
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #ff000029;
    border-radius: 50px;
    display: flex;
    color: #5C54FC;
    margin-bottom: 15px;
}

img.successIcon {
    width: 60px;
    height: 60px;
    padding: 10px;
    background: #1cbe1c30;
    border-radius: 50px;
    display: flex;
    color: #44a815;
    margin-bottom: 15px;
}

p.successMsg {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #515151;
    text-align: center;
}

button.successBtn {
    border: 0;
    height: 50px;
    width: 150px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    background: #e5e3ff;
    color: #5C54FC;
}

.loginFormDiv {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

span.inputGroupSpan {
    width: 80%;
    max-width: 390px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
}

label.label {
    font-size: 16px;
    color: #8b8b8b;
    font-weight: 500;
    margin-bottom: 10px;
}

input.input100 {
    height: 55px;
    width: calc(100% - 20px);
    border-radius: 10px;
    border: 0;
    background: #f0efff;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
}

input.input100:focus {
    border: solid 2px #5C54FC;
    outline: 0;
}

h2.loginScreenTitle {
    font-size: 25px;
    color: black;
    margin-bottom: 10px;
}

hr {
    width: 100%;
    border: 0;
    border-bottom: solid #5C54FC 2px;
}

span.progSpn {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: 0;
    border: solid 2px #5C54FC;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: #5C54FC;
}

.signupProgressDiv {
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
}

span.progSpn.active {
 background: #5C54FC;   
 color: white;
}

p.loginScreenDesc {
    font-size: 18px;
    color: #9d9d9d;
}

i.passwordIcon {
    position: relative;
    margin-left: -40px;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

button.btn100 {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 0;
    background: #5C54FC;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

button.btn100.disabled {
background: #cccaff;    
}

span.passwordInputSpn {
    display: flex;
    align-items: center;
    width: 100%;
}

p.belowBtnTxt {
    margin-top: 20px;
    color: #a3a3a3;
}

b.belowBtnBold {
    font-size: 18px;
    color: #5C54FC;
}

b.requi#5C54FC {
    color: #5C54FC;
    font-size: 18px;
}

h4.forgotPassTxt {
    color: #5C54FC;
    margin-top: 15px;
    width: 100%;
    text-align: right;
    font-size: 16px;
}

.btnDiv100 {
    width: 80%;
    max-width: 390px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

span.otpInputGroupSpan {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

input.inputOtp {
    height: 50px;
    width: 45px;
    border: 0;
    background: #ededff;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

input.inputOtp:focus {
outline: 0;
border: solid 2px #5C54FC;
}

span.screenHead {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 30px;
}

p.hide, h1.hide, h2.hide, h3.hide, h4.hide, div.hide, span.hide, button.hide, input.hide, section.hide, texarea.hide, i.hide, img.hide {
    display:none;
}



/*   DARK MODE STYLE   */

.mainTopDiv.dark {
    background: black;
}

.nav.dark {
    background: black;
    border-top: 0;
}

p.greetingTxt.dark {
    color: #d3d3d3;
}

h4.sectionTitle.dark {
    color: white;
}

.recentTransDiv.dark {
    box-shadow: none;
}

.myChart.dark {
    box-shadow: none;
}

h3.screenTopTitleTxt.dark {
    color: white;
}

img.notifyImg {
    border: 1px solid #e5e5e5;
}

.taskBox.dark {
    box-shadow: none;
}

span.filterSpan.dark {
    background: #d4d4d4;
}

.boostBox.dark {
    box-shadow: none;
}

p.displayFname.dark {
    color: white;
}

.profileBox.dark {
    box-shadow: none;
}

h2.loginScreenTitle.dark {
    color: white;
}

.screenTopDiv.dark {
    background: black;
}

label.label.dark {
    color: white;
}

h4.notifyTitle.dark {
    color: white;
}

img.notifyImg.dark {
    background: white;
}

p.notifyDesc.dark {
    color: #cbcbcb;
}

span.filterSpan.active.dark {
    background: #cdcaff;
}

.screenHeadTop.dark {
    background: black;
    border-bottom: 0;
}

div.modal600.dark {
    background: black;
}

img.noBankImg.dark {
    background: #deddfc3b;
}

.bankBox.dark {
    background: white;
    box-shadow: none;
}

h4.homeFnameDis.dark {
    color: white;
}

img.notifyImg.dark {
    border: solid 1px #c5c5c5;
}

i.navIcon.active.dark {
    color: #5C54FC;
}

p.navTxt.dark {
    color: #e6e6e6;
}

p.referralTxt.dark {
    color: #c5c5c5;
}

h3.referralTitle.dark {
    color: white;
}

.liveChatTopDiv.dark {
    background: black;
}

i.chatIconss.dark {
    background: black;
}

.liveChatMainBody.dark {
    background: #232323;
}

.liveChatTextDiv.dark {
    background: black;
    border-top: 0;
}

input.uploadProof.dark {
    color: white;
}

p.taskLabel.dark {
    color: #e6e6e6;
}

p.bankTitle.dark {
    color: #bcbcbc;
}

h4.disAccNo.dark {
    color: white;
}

input.input440.dark {
    color: white;
}

h3.withdrawTitle.dark {
    color: white;
}

textarea.liveChatInput.dark {
    background: black;
    color: white;
}

p.disAccNo.dark {
    color: #c0c0c0;
}

i.chatIconss.dark {
    background: #ffffff40;
}

h2.loginScreenTitle.dark {
    color: white;
}

label.label.dark {
    color: white;
}

.baseSection.dark {
    background: black;
}

.appScreen.dark {
    background: #0b0b0b;
}

p.socialBoostTxt.dark {
    color: #dadada;
}

h3.boostPckgeTitle.dark {
    color: white;
}

p.boostPckgeDescri.dark {
    color: #bababa;
}

h4.costPerBoostPckge.dark {
    color: white;
}

  p.fileName.dark {
    color: #cecece;
}

i.navIcon.dark {
    color: #b7b7b7;
}

.membershipPaymentDiv.dark {
 background: black;   
}

h4.costPerBst.dark {
    color: #dfdfdf;
}

p.buyBoostDescr.dark {
    color: #c2c2c2;
}

p.notifyDte.dark {
    color: #c9c9c9;
}

h3.buyBoostTitle.dark {
    color: white;
}