:root {
    --primary-color: #0d3848;
    --primary-color-rgb: 13, 56, 72;
    --secondary-color: #5a9f99;
    --secondary-color-rgb: 90, 159, 153;
    --white-color: #FFFFFF;
    --white-color-rgb: 255, 255, 255;
    --black-color: #000000;
    --black-color-rgb: 0, 0, 0;
    --dark-color: #222222;
    --dark-color-rgb: 34, 34, 34;
    --light-dark-color: #555555;
    --light-dark-color-rgb: 85, 85, 85;
    --gery-color: #cccccc;
    --gery-color-rgb: 204, 204, 204;
    --mid-gery-color: #E0E0E0;
    --mid-gery-color-rgb: 224, 224, 224;
    --light-gery-color: #f5f5f5;
    --light-gery-color-rgb: 245, 245, 245;
    --warning-color: #ed7a00;
    --warning-color-rgb: 237, 122, 0;
    --success-color: #008924;
    --success-color-rgb: 0, 137, 36;
    --red-color: #cf2200;
    --red-color-rgb: 207, 34, 0;
    --facebook-color-rgb: #1B74E4;
}

::after,
::before {
    --primary-color: #0d3848;
    --primary-color-rgb: 13, 56, 72;
    --secondary-color: #5a9f99;
    --secondary-color-rgb: 90, 159, 153;
    --white-color: #FFFFFF;
    --white-color-rgb: 255, 255, 255;
    --black-color: #000000;
    --black-color-rgb: 0, 0, 0;
    --dark-color: #222222;
    --dark-color-rgb: 34, 34, 34;
    --light-dark-color: #555555;
    --light-dark-color-rgb: 85, 85, 85;
    --gery-color: #cccccc;
    --gery-color-rgb: 204, 204, 204;
    --light-gery-color: #f5f5f5;
    --light-gery-color-rgb: 245, 245, 245;
    --facebook-color-rgb: #1B74E4;
}

.sk-transfer-money-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 450px;
    margin: 0 auto;
}

.sk-transfer-money-inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.sk-transfer-money-label {
    /* width: 150px; */
    /* height: 10px; */
    /* border-radius: 8px; */
    /* background: var(--mid-gery-color); */
    margin-bottom: 10px;
}

.sk-transfer-money-input-wrapper {
    border: 1px solid var(--mid-gery-color);
    border-radius: 10px;
    min-height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.sk-transfer-money-input-wrapper .input-text {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    flex: 2;
}

.sk-transfer-money-input-right-wrapper {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sk-transfer-money-input-right-wrapper .img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--mid-gery-color);
    margin-right: 10px;
}

.sk-transfer-money-input-right-wrapper .currency {
    width: 50px;
    height: 7px;
    border-radius: 7px;
    background: var(--mid-gery-color);
}

.sk-transfer-money-fee {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.sk-transfer-money-fee .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--mid-gery-color);
    margin-right: 10px;
}

.sk-transfer-money-fee .label {
    width: 80px;
    height: 7px;
    border-radius: 7px;
    background: var(--mid-gery-color);
    display: block;
}

.sk-transfer-money-inner-delivery {
    display: flex;
    flex-direction: column;
}

.sk-transfer-money-delivery-wrapper {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.sk-transfer-money-delivery-box {
    border: 1px solid var(--light-gery-color);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 45px;
    min-width: 100px;
    padding: 10px;
}

.sk-transfer-money-delivery-box .img {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: var(--mid-gery-color);
    margin-right: 10px;
}

.sk-transfer-money-delivery-box .label {
    width: 50px;
    height: 10px;
    border-radius: 7px;
    background: var(--mid-gery-color);
    display: block;
}

.sk-transfer-money-delivery-button {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    border-radius: 7px;
    background: var(--mid-gery-color);
}

.sk-trasnfer-money-offer {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.sk-trasnfer-money-offer .sk-transfer-money-fee {
    width: 100%;
}

.sk-login-wrapper {
    max-width: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

.sk-login-toggle-wrapper {
    width: 100%;
    padding: 20px;
}

.sk-login-toggle-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 5px;
    gap: 10px;
    background: var(--mid-gery-color);
    width: 100%;
    height: 30px;
    border-radius: 5px;
}

.sk-login-toggle-inner-left {
    width: 50%;
    background: var(--white-color);
    border-radius: 5px;
}

.sk-login-toggle-inner-right {
    width: 50%;
}

.sk-social-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.sk-social-inner-left {
    width: 50%;
    height: 40px;
    border-radius: 5px;
    background: var(--mid-gery-color);
}

.sk-social-inner-right {
    width: 50%;
    height: 40px;
    border-radius: 5px;
    background: var(--mid-gery-color);
}

.sk-login-or-with-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10;
    width: 100%;
}

.sk-login-or-with {
    width: 150px;
    height: 8px;
    border-radius: 5px;
    background: var(--mid-gery-color);
}

.sk-login-input-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.sk-login-input-inner-left {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.sk-login-input-inner-image {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--mid-gery-color);
}

.sk-login-input-inner-code {
    width: 110px;
    height: 25px;
    border-radius: 5px;
    background: var(--mid-gery-color);
}

.sk-login-input-inner-right {
    width: 50%;
    height: 25px;
    border-radius: 5px;
    background: var(--mid-gery-color);
}

.sk-login-button {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background: var(--mid-gery-color);
}

.sk-animation {
    animation-name: AnimPlace;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.sk-wallet-wrap {
    border: 2px solid var(--gery-color);
    padding: 20px;
    border-radius: 15px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.sk-wallet-upper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.sk-wallet-title {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.sk-image {
    width: 35px;
    height: 35px;
    background: var(--gery-color);
    border-radius: 5px;
    margin-right: 10px;
}

.sk-title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.sk-main-title {
    min-width: 150px;
    height: 12px;
    background: var(--mid-gery-color);
    border-radius: 20px;
}

.sk-sub-title {
    margin-top: 5px;
    min-width: 80px;
    height: 10px;
    background: var(--mid-gery-color);
    border-radius: 20px;
}

.sk-wallet-amount {
    width: 100px;
    height: 30px;
    background: var(--mid-gery-color);
    border-radius: 20px;
}

.sk-wallet-lower {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 45px;
    margin-top: 45px;
}

.sk-wallet-date {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sk-wallet-date-icon {
    width: 20px;
    height: 20px;
    background: var(--mid-gery-color);
    border-radius: 50%;
    margin-right: 10px;
}

.sk-wallet-date-title {
    min-width: 80px;
    height: 12px;
    background: var(--mid-gery-color);
    border-radius: 20px;
}

.sk-wallet-action {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.sk-wallet-action-first {
    width: 40px;
    height: 40px;
    background: var(--mid-gery-color);
    border-radius: 50%;
}

.sk-wallet-action-second {
    width: 40px;
    height: 40px;
    background: var(--mid-gery-color);
    border-radius: 50%;
    margin-right: 10px;
}

.sk-wallet-deposit-wrap {
    display: flex;
    flex-direction: row;
    border: 1px solid var(--mid-gery-color);
    padding: 15px 20px;
    border-radius: 10px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.sk-wallet-deposit-input-wrap {
    display: flex;
    flex-direction: column;
}

.sk-wallet-deposit-label {
    max-width: 80px;
    height: 10px;
    background: var(--mid-gery-color);
    border-radius: 20px;
}

.sk-wallet-deposit-input {
    min-width: 200px;
    height: 20px;
    background: var(--mid-gery-color);
    border-radius: 4px;
    margin-top: 10px;
}

.sk-wallet-deposit-flag-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sk-wallet-deposit-flag-img {
    width: 30px;
    height: 30px;
    background: var(--mid-gery-color);
    border-radius: 50%;
}

.sk-wallet-deposit-flag-label {
    max-width: 100px;
    min-width: 70px;
    height: 15px;
    background: var(--mid-gery-color);
    border-radius: 10px;
    margin-left: 10px;
}

.sk-wallet-deposit-conversion-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 15px;
}

.sk-wallet-deposit-icon {
    width: 30px;
    height: 30px;
    background: var(--mid-gery-color);
    border-radius: 50%;
}

.sk-wallet-deposit-text {
    min-width: 100px;
    height: 10px;
    background: var(--mid-gery-color);
    border-radius: 20px;
    margin-left: 10px;
}

.sk-wallet-deposit-button {
    display: flex;
    max-width: 150px;
    height: 40px;
    background: var(--mid-gery-color);
    border-radius: 7px;
}

.sk-wallet-payment-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 5px;
    padding: 15px 15px;
    margin-bottom: 15px;
    border: 1px solid var(--mid-gery-color);
}

.sk-wallet-payment-left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

}

.sk-wallet-payment-img {
    width: 30px;
    height: 30px;
    background: var(--mid-gery-color);
    border-radius: 50%;
}

.sk-wallet-payment-label {
    display: flex;
    max-width: 150px;
    min-width: 100px;
    height: 15px;
    background: var(--mid-gery-color);
    border-radius: 7px;
    margin-left: 10px;
}

.sk-wallet-payment-edit {
    width: 30px;
    height: 30px;
    background: var(--mid-gery-color);
    border-radius: 50%;
}

.sk-trx-detail-wrapper {
    /* padding: 20px 0; */
}

.sk-trx-inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
}

.sk-trx-label {
    width: 100px;
    height: 15px;
    border-radius: 5px;
    background: var(--mid-gery-color);
    margin-bottom: 10px;
}

.sk-trx-label.width120 {
    width: 120px;
}

.sk-trx-value {
    width: 150px;
    height: 20px;
    border-radius: 5px;
    background: var(--mid-gery-color);
}

.sk-trx-value.width200 {
    width: 200px;
}

.sk-refer-earn-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 36px 20px;
    border-radius: 15px;
    border: 2px solid var(--mid-gery-color);
}

.sk-refer-earn-img {
    width: 80px;
    height: 80px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    background: var(--mid-gery-color);
}

.sk-refer-earn-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: auto;
    margin-left: 30px;
}

.sk-refer-earn-title {
    width: 200px;
    height: 15px;
    border-radius: 10px;
    background: var(--mid-gery-color);
}

.sk-refer-earn-desc {
    width: 140px;
    height: 12px;
    border-radius: 5px;
    background: var(--mid-gery-color);
    margin: 15px 0;
}

.sk-refer-earn-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sk-refer-earn-button {
    width: 60px;
    height: 25px;
    border-radius: 5px;
    background: var(--mid-gery-color);
    margin-right: 5px;
}

.sk-transfer-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sk-transfer-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sk-transfer-heading .sk-transfer-title {
    width: 200px;
    height: 12px;
    border-radius: 10px;
    background: var(--mid-gery-color);
}

.sk-transfer-heading .sk-transfer-wa-icon {

    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
    background: var(--mid-gery-color);
}

.sk-transfer-info-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    min-width: 300px;
    gap: 50px;
    width: 100%;
}

.sk-transfer-info-inner {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.sk-transfer-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 0;
    max-width: 200px;
}

.sk-transfer-info .sk-transfer-top {
    width: 70px;
    height: 8px;
    border-radius: 100vmax;
    background: var(--mid-gery-color);
    margin-bottom: 10px;
}

.sk-transfer-info .sk-transfer-bottom {
    width: 110px;
    height: 10px;
    border-radius: 100vmax;
    background: var(--mid-gery-color);
}

.sk-transfer-action-buttons {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.sk-transfer-action-buttons .sk-transfer-action-button {
    width: 110px;
    height: 40px;
    border-radius: 7px;
    background: var(--mid-gery-color);
    margin-right: 20px;
}

.sk-transfer-recipient-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--mid-gery-color);
    padding: 10px;
    margin-bottom: 15px;
}

.sk-transfer-recipient-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.sk-transfer-recipient-heading .recipient-title {
    width: 200px;
    height: 15px;
    border-radius: 10px;
    background: var(--mid-gery-color);
}

.sk-transfer-recipient-heading .recipient-add-new {
    width: 110px;
    height: 40px;
    border-radius: 7px;
    background: var(--mid-gery-color);
}

.sk-transfer-recipient-wrap .sk-left-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sk-transfer-recipient-wrap .recipient-image {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--mid-gery-color);
}

.sk-transfer-recipient-wrap .recipient-info-wrap {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.sk-transfer-recipient-wrap .recipient-top {
    width: 110px;
    height: 10px;
    border-radius: 100vmax;
    background: var(--mid-gery-color);
    margin-bottom: 10px;
}

.sk-transfer-recipient-wrap .recipient-bottom {
    width: 70px;
    height: 10px;
    border-radius: 100vmax;
    background: var(--mid-gery-color);
}

.sk-transfer-recipient-wrap .select-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--mid-gery-color);
}

.sk-transfer-review-wrapper {
    display: flex;
    flex-direction: column;
}

.sk-transfer-review-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 15px;
}

.sk-transfer-review-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.sk-transfer-review-label {
    width: 60px;
    height: 10px;
    border-radius: 10px;
    background: var(--mid-gery-color);
}

.sk-transfer-review-label.width90 {
    width: 90px;
}

.sk-transfer-review-value {
    width: 50px;
    height: 10px;
    border-radius: 10px;
    background: var(--mid-gery-color);
}

.sk-transfer-review-value.width90 {
    width: 90px;
}

.sk-legal-pages-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sk-legal-items {
    height: 20px;
    border-radius: 10px;
    background: var(--mid-gery-color);
}

.sk-legal-items.width60 {
    width: 60%;
}

.sk-legal-items.width70 {
    width: 70%;
}

.sk-legal-items.width80 {
    width: 80%;
}

.sk-legal-items.width90 {
    width: 90%px;
}

.sk-legal-items.height250 {
    height: 250px;
}

.sk-legal-items.circled {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: var(--mid-gery-color);
}