<<<<<<< HEAD
body {
    background-color: #0c0c0d;
    margin: 0;
    box-sizing: border-box;
    color: rgb(162, 163, 163);
    -webkit-font-smoothing: antialiased;
    width: 100%;
}

*,
::before,
::after {
    box-sizing: inherit;
}

* {
    font-family: cash-market-rounded, "Helvetica Neue", helvetica, sans-serif;
    letter-spacing: 0.01em;
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    border: 0 none;
}

@font-face {
    font-family: 'cash-market-rounded2';
    src: url('CashMarket-RegularRounded.woff2') format('woff2');

}


@font-face {
    font-family: 'cash-market-rounded';
    src: url('CashMarket-MediumRounded.woff2') format('woff2');
}



.floatycontainer,
.floatyrow {
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
}

.floatycontainer {
    flex-direction: column;
    padding-top: 2.6rem;
    margin-bottom: 7rem;
}

.floatyrow {
    flex-direction: row;
    justify-content: center;
    max-width: 55rem;
    gap: 2.5rem;
}

.floaty,
.smalfloaty {
    padding: 2.5rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: #171819;
    border-radius: 2.5rem;
    position: relative;
}

.floaty {
    display: flex;
    flex-direction: column;
    z-index: 11;
    width: 100%;
    max-width: 55rem;
    row-gap: 2rem;
    margin-bottom: 2.5rem;
}

.smalfloaty {

    z-index: 11;
    min-width: 26.25rem;
    row-gap: 2rem;
    margin-bottom: 2.5rem;
}

.Money {
    display: block;
    font-family: cash-market-rounded;
    color: #ffffff;
    font-size: 6.125rem;
    font-weight: 500;
    line-height: 4rem;
    margin-bottom: 5.8rem;
    margin-top: 2rem;
}

.smalmoney {
    display: block;
    font-family: cash-market-rounded;
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 1.1rem;
}

.title {
    display: block;
    font-family: cash-market-rounded;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 1.1rem;
}

.info {
    display: block;
    font-family: cash-market-rounded2;
    color: #a2a3a3;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 2.4rem;
    margin-bottom: .9rem;
}

.button {
    display: inline-block;
    font-family: cash-market-rounded;
    color: #ffffff;
    background-color: #454647;
    font-size: 2.8rem;
    padding: 0rem 4rem;
    border-radius: 5rem;
    border: 0rem none;
    width: 47%;
    height: 8rem;
}

.buttons>button {
    /* flex-basis: calc(33.33% - 5rem); */
    /* Adjust the value as needed */
    margin: 19px;
    color: #ffffff;
    background-color: #454647;
    background-color: none;
    font-size: 2.6rem;
    padding: 4rem 0rem;
    border-radius: 2.3rem;
    border: 0rem none;
    width: 27%;
    text-align: center;

}

/* .button:not(:last-child) {
    margin-right: 3.5rem;
} */

.shrink-button {
    transition: transform 0.2s;

}

.shrink-button.shrunk {
    transform: scale(0.9);
}


gap {
    width: 100%;
    height: 0rem;
    display: block;
}

.hidtext {
    position: absolute;
    top: 40px;
    right: 88px;
    font-family: cash-market-rounded2;
    color: #a2a3a3;
    font-size: 2.2rem;
    line-height: 1.75rem;
    margin-top: 1.1rem;
    text-align: right;
}

.arrow {
    position: absolute;
    top: 38px;
    right: 35px;
    color: #747576;
    font-size: 3.2rem !important;
    line-height: 1.75rem !important;
    margin-top: 1.1rem;
    text-align: right;
  
}

#tab2 .arrow {
      height: 94px;
}

.bold {
    font-weight: 500 !important;

}

.icon {
    border-radius: 5rem;
    max-height: 7rem;
    margin-top: 2rem;
    margin-bottom: 4.5rem;
    display: block;
}

.gone {
    color: #171819;
    visibility: hidden;
}

.back {
    background: #171819;
    margin-top: 1.7rem;
}

.popup {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #232425;
    padding-top: 12rem;
    padding-bottom: 6rem;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(.22, .85, .83, 1.11);
    text-align: center;
    z-index: 3335;
    border-radius: 7rem 7rem;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.popup.visible {
    transform: translateY(0);
}

.hidden {
    display: none;
}

.buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 80%;
    padding-bottom: 8rem;
}




.visible>span {
    font-size: 3rem;
    margin-bottom: 13rem;
}


/* 
.button:hover, .button:hover {
    background-color: #a2a3a3;
    transition: 0.5s;
    font-size: 2rem;
} */

.tab-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 2.5rem;
    align-items: flex-start;
    background-color: #171819;
    height: 13.4rem;
    z-index: 999;
    padding-left: 2rem;
    padding-right: 2rem;


}

.tab-bar.shadow {
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.438);
}

.top-bar {
    /* background-color: #00bd46 !important; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.85rem;
    z-index: 999;
    /* Ensure the tab bar is above other elements */
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.438); */
}

.top-bar.shadow {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.438);
}



.tab {
    padding: 0px;
    cursor: pointer;
    font-size: 3rem;
    color: #808080;
    width: 20%;
    text-align: center;
    /* transform: scale(0.9); */
}

#moneytab {
    margin-top: -.4rem;
}

.tab.disctab {
    margin-top: -.5rem;
}

/* .tab > * , .tab > span {
    margin-bottom: 3rem;
    padding-bottom: 5rem;
  } */

.tab.active {
    color: #ffffff;
}

.tab-content .tab-panel {
    display: none;
    z-index: 0;
}

.tab-content .tab-panel.active {
    /* background-color: aqua; */
    display: block;
    position: fixed;
    top: 9.8rem;
    left: 0;
    width: 100%;
    height: 87.1%;
    z-index: 5;
    overflow: scroll
}

.card {
    color: #0c0c0d;
    border-radius: 3rem;
}

.selected {
    outline: #00bd46 solid 0.5rem;
    background-color: #232425 !important;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.24);
    z-index: 3334;
}

#numberpicker,
#pfppicker {
    transform: translateY(100%);
    transition: transform 0.28s cubic-bezier(.22, .85, .83, 1.11);

    background-color: #232425;
}

#pfppicker {
    background-color: rgb(12, 12, 13) !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3334;

}

#pfppicker::-webkit-scrollbar {
    display: none;
}

#numberpicker,
.numberpicker {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3334;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
    flex-wrap: wrap;
}


#numberpicker.visible,
#pfppicker.visible {

    transform: translateY(0);

}

#numberpicker button {
    background-color: inherit;
}

#numberpicker .numberpad {
    display: block;
    font-size: 4rem;
}

#numberpicker .Money {
    display: block;
    font-size: 13rem;
    margin: 0;
    line-height: normal;
    color: #00bd46;
    width: 100%;
    text-align: center;
}

.numbers {
    width: 100%;
}

.numbers>button {
    /* flex-basis: calc(33.33% - 5rem); */
    /* Adjust the value as needed */
    margin: 19px;
    color: #ffffff;
    background-color: transparent;
    background-color: none;
    font-size: 3.2rem;
    padding: 2.5rem 0rem;
    border: 0rem none;
    width: 29%;
    text-align: center;

}

.compbutton {
    width: 87%;
    background-color: #00bd46 !important;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-30px);
    }

    40% {
        transform: translateX(30px);
    }

    60% {
        transform: translateX(-30px);
    }

    80% {
        transform: translateX(0);
    }
}



.top-bar #pfp {
    object-fit: cover;
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    display: inline;
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
}

.top-bar .ticon {
    object-fit: scale-down;
    border-radius: 0rem;
    width: 3.9rem;
    height: 3.9rem;
    border-radius: 0rem;
    display: inline;
    position: absolute;
    top: 2.9rem;
    left: 2.9rem;
}

.top-bar span {

    color: white;
    font-family: 'cash-market-rounded';
    font-size: 4rem;
    font-weight: 500;
    position: absolute;
    top: 2.4rem;
    left: 2.4rem;
    display: block;

}

.toptext {
    color: white;
    font-family: 'cash-market-rounded';
    font-size: 4rem;
    font-weight: 500;
    margin-top: 3rem;
    margin-left: 3rem;
    margin-bottom: 5rem;
    display: block;
}


.search {
    width: 90%;
    height: 6.5rem;
    background-color: #0c0c0d;
    border: 0 none;
    border-radius: 5rem;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: .1rem;
    font-size: 2.5rem;
    padding: 0 5.5rem;
    font-family: cash-market-rounded2;
    color: white;

}

.search::placeholder {

    color: #747575;

}

.contactbtn {
    height: 10rem;
    width: 10rem;
    border-radius: 25rem;
    background-color: #00bd46;
    border: 0 none;
    align-items: center;
    margin-right: 2.3rem;
}

.contactbtn>span {
    color: white;
    position: relative;
    top: .7rem;
    z-index: 4;
    font-size: 2.2rem;
    text-align: center;
    display: block;
    font-family: cash-market-rounded2;
}

.svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 8rem;
    color: white;
}


.contacts {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4.8rem;
    margin-top: 3.25rem;
    padding: 0 0 0 3rem;
}

.smaltext {
    font-size: 2.2rem;
    margin: 3rem;
    letter-spacing: normal;
    line-height: 1.5;
    font-family: cash-market-rounded2;
    color: #6F7071;
}

.mwtam {
    position: relative;
}

.mwtam>.texthold {
    margin: 7rem 0rem 7rem 12rem;
}


.mwtam .info {
    font-size: 2.5rem;
    color: #747576;
}

.mwtam .arrow {
    margin: 0;
    position: absolute;
    right: 4rem;
    top: 0.1rem;
    height: 100%;
    width: 5rem;
}

.mwtam>img {
    position: absolute;
    left: 4rem;
    top: 0.9rem;
    background-color: #00bd46;
    /* outline:  */
    border: 0 none;
    color: white;
    width: 4rem;
    height: auto;
    transform: scale(1.6);
    border-radius: 1rem;
}

.actspacer {
    background-color: #0C0C0C;
    width: 100%;
    min-height: 4.8rem;
    position: relative;
}

.actspacer>p {
    font-size: 2rem;
    letter-spacing: .2rem;
    margin-left: 4rem;
    position: absolute;
    bottom: 2rem;

}

.translist {
    margin-top: -3rem;
}

.transdiv {
    position: relative;
}

.transdiv>.texthold {
    margin: 7.5rem 0rem 7.5rem 13rem;
}


.transdiv .info {
    font-size: 2.5rem;
    color: #747576;
    padding-left: 2.6rem;
}

.transdiv .smalmoney {
    font-size: 2.5rem;
    position: absolute;
    right: 4rem;
    top: -0.8rem;
    text-align: right;
}

.transdiv .smalmoney.broke {
    text-align: right;
    color: #515252;
    text-decoration: line-through;

}

.transdiv>.imgholder {
    position: absolute;
    left: 5rem;
    top: 0.9rem;
    background-color: #00bd46;
    /* outline:  */
    border: 0 none;
    color: white;
    width: 4rem;
    height: 4rem;
    transform: scale(1.6);
    border-radius: 5rem;
    overflow: hidden;
}

.transdiv>.imgholder>img {
    display: block;
    margin: auto;
    width: auto;
    height: 4rem;
}

.transdiv>*>img[src='https://cash-images-f.squarecdn.com/merchants/assets/v3/generic/m_category_business.png?width=80'] {
    filter: brightness(256);

}

.searchcontainer {
    position: relative;
    height: auto;
}

.searchcontainer>svg {
    z-index: 5;
    position: absolute;
    left: 5.2rem;
    top: 2.2rem;
    display: block;
    color: #747575;
}

.cashcard {
    width: 88%;
    height: 33rem;
    border-radius: 3.3rem;
    background-color: #000000;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.438);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    text-rendering: optimizelegibility;
    color: white;

}

.cashcard > * {
    font-family: cash-market-rounded2;
}

.cashcard p {
    font-size: 63px;
    margin-top: 9rem;
    letter-spacing: 0.42rem;

}

.cashcard #cashcardname {
    font-size: 50px;
    position: absolute;
    bottom: 140px;
    left: 50px;
}

.cashcard #cashcardde {
    font-size: 50px;
    position: absolute;
    bottom: 47px;
    left: 50px;
}

.cashcard svg {
    position: absolute;
    bottom: 64px;
    right: 68px;
}

bold {
    font-family: cash-market-rounded !important;
    margin-right: 29px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.loading-spinner svg, .loading-spinner img {
    animation: 1s linear 0s infinite normal none running spin;
}

.loading-spinner {
    align-items: center;
    display: flex;
    height: 50vh;
    justify-content: center;
}
=======
body {
    background-color: #0c0c0d;
    margin: 0;
    box-sizing: border-box;
    color: rgb(162, 163, 163);
    -webkit-font-smoothing: antialiased;
    width: 100%;
}

*,
::before,
::after {
    box-sizing: inherit;
}

* {
    font-family: cash-market-rounded, "Helvetica Neue", helvetica, sans-serif;
    letter-spacing: 0.01em;
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    border: 0 none;
}

@font-face {
    font-family: 'cash-market-rounded2';
    src: url('CashMarket-RegularRounded.woff2') format('woff2');

}


@font-face {
    font-family: 'cash-market-rounded';
    src: url('CashMarket-MediumRounded.woff2') format('woff2');
}



.floatycontainer,
.floatyrow {
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
}

.floatycontainer {
    flex-direction: column;
    padding-top: 2.6rem;
    margin-bottom: 7rem;
}

.floatyrow {
    flex-direction: row;
    justify-content: center;
    max-width: 55rem;
    gap: 2.5rem;
}

.floaty,
.smalfloaty {
    padding: 2.5rem;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: #171819;
    border-radius: 2.5rem;
    position: relative;
}

.floaty {
    display: flex;
    flex-direction: column;
    z-index: 11;
    width: 100%;
    max-width: 55rem;
    row-gap: 2rem;
    margin-bottom: 2.5rem;
}

.smalfloaty {

    z-index: 11;
    min-width: 26.25rem;
    row-gap: 2rem;
    margin-bottom: 2.5rem;
}

.Money {
    display: block;
    font-family: cash-market-rounded;
    color: #ffffff;
    font-size: 6.125rem;
    font-weight: 500;
    line-height: 4rem;
    margin-bottom: 5.8rem;
    margin-top: 2rem;
}

.smalmoney {
    display: block;
    font-family: cash-market-rounded;
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 1.1rem;
}

.title {
    display: block;
    font-family: cash-market-rounded;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 1.1rem;
}

.info {
    display: block;
    font-family: cash-market-rounded2;
    color: #a2a3a3;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-top: 2.4rem;
    margin-bottom: .9rem;
}

.button {
    display: inline-block;
    font-family: cash-market-rounded;
    color: #ffffff;
    background-color: #454647;
    font-size: 2.8rem;
    padding: 0rem 4rem;
    border-radius: 5rem;
    border: 0rem none;
    width: 47%;
    height: 8rem;
}

.buttons>button {
    /* flex-basis: calc(33.33% - 5rem); */
    /* Adjust the value as needed */
    margin: 19px;
    color: #ffffff;
    background-color: #454647;
    background-color: none;
    font-size: 2.6rem;
    padding: 4rem 0rem;
    border-radius: 2.3rem;
    border: 0rem none;
    width: 27%;
    text-align: center;

}

/* .button:not(:last-child) {
    margin-right: 3.5rem;
} */

.shrink-button {
    transition: transform 0.2s;

}

.shrink-button.shrunk {
    transform: scale(0.9);
}


gap {
    width: 100%;
    height: 0rem;
    display: block;
}

.hidtext {
    position: absolute;
    top: 40px;
    right: 88px;
    font-family: cash-market-rounded2;
    color: #a2a3a3;
    font-size: 2.2rem;
    line-height: 1.75rem;
    margin-top: 1.1rem;
    text-align: right;
}

.arrow {
    position: absolute;
    top: 38px;
    right: 35px;
    color: #747576;
    font-size: 3.2rem !important;
    line-height: 1.75rem !important;
    margin-top: 1.1rem;
    text-align: right;
  
}

#tab2 .arrow {
      height: 94px;
}

.bold {
    font-weight: 500 !important;

}

.icon {
    border-radius: 5rem;
    max-height: 7rem;
    margin-top: 2rem;
    margin-bottom: 4.5rem;
    display: block;
}

.gone {
    color: #171819;
    visibility: hidden;
}

.back {
    background: #171819;
    margin-top: 1.7rem;
}

.popup {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #232425;
    padding-top: 12rem;
    padding-bottom: 6rem;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(.22, .85, .83, 1.11);
    text-align: center;
    z-index: 3335;
    border-radius: 7rem 7rem;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.popup.visible {
    transform: translateY(0);
}

.hidden {
    display: none;
}

.buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 80%;
    padding-bottom: 8rem;
}




.visible>span {
    font-size: 3rem;
    margin-bottom: 13rem;
}


/* 
.button:hover, .button:hover {
    background-color: #a2a3a3;
    transition: 0.5s;
    font-size: 2rem;
} */

.tab-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 2.5rem;
    align-items: flex-start;
    background-color: #171819;
    height: 13.4rem;
    z-index: 999;
    padding-left: 2rem;
    padding-right: 2rem;


}

.tab-bar.shadow {
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.438);
}

.top-bar {
    /* background-color: #00bd46 !important; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.85rem;
    z-index: 999;
    /* Ensure the tab bar is above other elements */
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.438); */
}

.top-bar.shadow {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.438);
}



.tab {
    padding: 0px;
    cursor: pointer;
    font-size: 3rem;
    color: #808080;
    width: 20%;
    text-align: center;
    /* transform: scale(0.9); */
}

#moneytab {
    margin-top: -.4rem;
}

.tab.disctab {
    margin-top: -.5rem;
}

/* .tab > * , .tab > span {
    margin-bottom: 3rem;
    padding-bottom: 5rem;
  } */

.tab.active {
    color: #ffffff;
}

.tab-content .tab-panel {
    display: none;
    z-index: 0;
}

.tab-content .tab-panel.active {
    /* background-color: aqua; */
    display: block;
    position: fixed;
    top: 9.8rem;
    left: 0;
    width: 100%;
    height: 87.1%;
    z-index: 5;
    overflow: scroll
}

.card {
    color: #0c0c0d;
    border-radius: 3rem;
}

.selected {
    outline: #00bd46 solid 0.5rem;
    background-color: #232425 !important;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.24);
    z-index: 3334;
}

#numberpicker,
#pfppicker {
    transform: translateY(100%);
    transition: transform 0.28s cubic-bezier(.22, .85, .83, 1.11);

    background-color: #232425;
}

#pfppicker {
    background-color: rgb(12, 12, 13) !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3334;

}

#pfppicker::-webkit-scrollbar {
    display: none;
}

#numberpicker,
.numberpicker {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3334;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 6rem;
    flex-wrap: wrap;
}


#numberpicker.visible,
#pfppicker.visible {

    transform: translateY(0);

}

#numberpicker button {
    background-color: inherit;
}

#numberpicker .numberpad {
    display: block;
    font-size: 4rem;
}

#numberpicker .Money {
    display: block;
    font-size: 13rem;
    margin: 0;
    line-height: normal;
    color: #00bd46;
    width: 100%;
    text-align: center;
}

.numbers {
    width: 100%;
}

.numbers>button {
    /* flex-basis: calc(33.33% - 5rem); */
    /* Adjust the value as needed */
    margin: 19px;
    color: #ffffff;
    background-color: transparent;
    background-color: none;
    font-size: 3.2rem;
    padding: 2.5rem 0rem;
    border: 0rem none;
    width: 29%;
    text-align: center;

}

.compbutton {
    width: 87%;
    background-color: #00bd46 !important;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-30px);
    }

    40% {
        transform: translateX(30px);
    }

    60% {
        transform: translateX(-30px);
    }

    80% {
        transform: translateX(0);
    }
}



.top-bar #pfp {
    object-fit: cover;
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    display: inline;
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
}

.top-bar .ticon {
    object-fit: scale-down;
    border-radius: 0rem;
    width: 3.9rem;
    height: 3.9rem;
    border-radius: 0rem;
    display: inline;
    position: absolute;
    top: 2.9rem;
    left: 2.9rem;
}

.top-bar span {

    color: white;
    font-family: 'cash-market-rounded';
    font-size: 4rem;
    font-weight: 500;
    position: absolute;
    top: 2.4rem;
    left: 2.4rem;
    display: block;

}

.toptext {
    color: white;
    font-family: 'cash-market-rounded';
    font-size: 4rem;
    font-weight: 500;
    margin-top: 3rem;
    margin-left: 3rem;
    margin-bottom: 5rem;
    display: block;
}


.search {
    width: 90%;
    height: 6.5rem;
    background-color: #0c0c0d;
    border: 0 none;
    border-radius: 5rem;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: .1rem;
    font-size: 2.5rem;
    padding: 0 5.5rem;
    font-family: cash-market-rounded2;
    color: white;

}

.search::placeholder {

    color: #747575;

}

.contactbtn {
    height: 10rem;
    width: 10rem;
    border-radius: 25rem;
    background-color: #00bd46;
    border: 0 none;
    align-items: center;
    margin-right: 2.3rem;
}

.contactbtn>span {
    color: white;
    position: relative;
    top: .7rem;
    z-index: 4;
    font-size: 2.2rem;
    text-align: center;
    display: block;
    font-family: cash-market-rounded2;
}

.svg-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 8rem;
    color: white;
}


.contacts {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 4.8rem;
    margin-top: 3.25rem;
    padding: 0 0 0 3rem;
}

.smaltext {
    font-size: 2.2rem;
    margin: 3rem;
    letter-spacing: normal;
    line-height: 1.5;
    font-family: cash-market-rounded2;
    color: #6F7071;
}

.mwtam {
    position: relative;
}

.mwtam>.texthold {
    margin: 7rem 0rem 7rem 12rem;
}


.mwtam .info {
    font-size: 2.5rem;
    color: #747576;
}

.mwtam .arrow {
    margin: 0;
    position: absolute;
    right: 4rem;
    top: 0.1rem;
    height: 100%;
    width: 5rem;
}

.mwtam>img {
    position: absolute;
    left: 4rem;
    top: 0.9rem;
    background-color: #00bd46;
    /* outline:  */
    border: 0 none;
    color: white;
    width: 4rem;
    height: auto;
    transform: scale(1.6);
    border-radius: 1rem;
}

.actspacer {
    background-color: #0C0C0C;
    width: 100%;
    min-height: 4.8rem;
    position: relative;
}

.actspacer>p {
    font-size: 2rem;
    letter-spacing: .2rem;
    margin-left: 4rem;
    position: absolute;
    bottom: 2rem;

}

.translist {
    margin-top: -3rem;
}

.transdiv {
    position: relative;
}

.transdiv>.texthold {
    margin: 7.5rem 0rem 7.5rem 13rem;
}


.transdiv .info {
    font-size: 2.5rem;
    color: #747576;
    padding-left: 2.6rem;
}

.transdiv .smalmoney {
    font-size: 2.5rem;
    position: absolute;
    right: 4rem;
    top: -0.8rem;
    text-align: right;
}

.transdiv .smalmoney.broke {
    text-align: right;
    color: #515252;
    text-decoration: line-through;

}

.transdiv>.imgholder {
    position: absolute;
    left: 5rem;
    top: 0.9rem;
    background-color: #00bd46;
    /* outline:  */
    border: 0 none;
    color: white;
    width: 4rem;
    height: 4rem;
    transform: scale(1.6);
    border-radius: 5rem;
    overflow: hidden;
}

.transdiv>.imgholder>img {
    display: block;
    margin: auto;
    width: auto;
    height: 4rem;
}

.transdiv>*>img[src='https://cash-images-f.squarecdn.com/merchants/assets/v3/generic/m_category_business.png?width=80'] {
    filter: brightness(256);

}

.searchcontainer {
    position: relative;
    height: auto;
}

.searchcontainer>svg {
    z-index: 5;
    position: absolute;
    left: 5.2rem;
    top: 2.2rem;
    display: block;
    color: #747575;
}

.cashcard {
    width: 88%;
    height: 33rem;
    border-radius: 3.3rem;
    background-color: #000000;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.438);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    text-rendering: optimizelegibility;
    color: white;

}

.cashcard > * {
    font-family: cash-market-rounded2;
}

.cashcard p {
    font-size: 63px;
    margin-top: 9rem;
    letter-spacing: 0.42rem;

}

.cashcard #cashcardname {
    font-size: 50px;
    position: absolute;
    bottom: 140px;
    left: 50px;
}

.cashcard #cashcardde {
    font-size: 50px;
    position: absolute;
    bottom: 47px;
    left: 50px;
}

.cashcard svg {
    position: absolute;
    bottom: 64px;
    right: 68px;
}

bold {
    font-family: cash-market-rounded !important;
    margin-right: 29px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.loading-spinner svg, .loading-spinner img {
    animation: 1s linear 0s infinite normal none running spin;
}

.loading-spinner {
    align-items: center;
    display: flex;
    height: 50vh;
    justify-content: center;
}
>>>>>>> repo2_remote/main
