.cc-module {
    display: flex;
    padding: 40px 22px 40px 22px;
    max-width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap:32px;
    border-radius: 21px;
    font-family: Poppins;
    border: 1.5px solid transparent;
    background: linear-gradient(#fff,#fff) padding-box,linear-gradient(180deg,#AA8DCC,#E6D2FF,#F42E6D) border-box;
}

@media (max-width: 767px) {
    .cc-module {
        gap: 21px;
        padding: 26.78px 14px 26.78px 14px;
        border: 1px solid transparent;
    }

}

.cc-module .cc-module-wrap {
    display: flex;
    width:100%;
    flex-direction: row;
}

.cc-module .cc-module-wrap-left {
    width: 14px;
    display: flex;
    align-items: center;
}

.cc-module .cc-module-wrap-left-line {
    display: flex;
    align-items: center;
    border:0.84px solid #A8AEB5;
    border-radius: 6.7px 0px 0px 6.7px;
    border-right: 0;
    height: 76%;
    width: 100%;
}

.cc-module .cc-module-wrap-left-line-icon {
    margin-left: -10px;
    max-width: none !important;
    height: 22px;
    width: 22px;
    z-index: 9;
    cursor: pointer;
}

.cc-module .cc-rate-loading {
    width: 15px;
    height: 15px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #d3d3d3;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    margin: 0px 5px 0 5px;
}

@media (max-width: 767px) {
    .cc-module .cc-rate-loading {
        width: 10px;
        height: 10px;
    }
}

@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

.cc-module .cc-module-wrap-right {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
}

@media (max-width: 767px) {
    .cc-module .cc-module-wrap-right {
        gap: 31px;
    }
}

.cc-module .cc-module-wrap-right-top {
    display: flex;
    flex-direction: column;
    gap:10px;
}

.cc-module .cc-input-rate-group {
    display: flex;
    flex-direction: column;
    padding-left: 7px;
}

.cc-module .cc-input-rate-group-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.cc-module .cc-input-rate-group-bottom {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: start;
    min-height: 55px;

}

@media (max-width: 767px) {
    .cc-module .cc-input-rate-group-bottom {
        min-height: 40px;
    }
}

.cc-module .cc-input-rate-group-bottom-tips {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cc-module .cc-input-rate-group-bottom-tips-fee-imgs {
    width: 247px;
    height: auto;
}

@media (max-width: 767px) {
    .cc-module .cc-input-rate-group-bottom-tips-fee-imgs {
        width: 171.64px;
        height: auto;
    }
}

.cc-module .cc-input-rate-group-top-exchange-rate {
    color: #484F56;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.74px;
    letter-spacing: 0em;
    align-items: center;
}

@media (max-width: 767px) {
    .cc-module .cc-input-rate-group-top-exchange-rate {
        font-size: 10px;
        line-height: 1.2em;
        letter-spacing: -0.01em;
    }
}
.cc-module .cc-input-rate-group-top-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:3px;
}

@media (max-width: 767px) {
    .cc-module .cc-input-rate-group-top-right img {
        width: 16px;
        height: 16px;
    }
}

.cc-module .cc-input-rate-group-top-right-currency {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:4px;
}

.cc-module .cc-input-rate-group-top-right-currency-amount {
    color: #1A1A1A;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 0px;
}

@media (max-width: 767px) {
    .cc-module .cc-input-rate-group-top-right-currency-amount {
        font-size: 10px;
    }
}

.cc-module .cc-input-rate-group-top-right-currency-cr {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.2em;
    letter-spacing: 0px;
    color:#6F6F6F;
}

@media (max-width: 767px) {
    .cc-module .cc-input-rate-group-top-right-currency-cr {
        font-size: 10px;
    }
}

.cc-module .cc-input-group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.cc-module .cc-input-group-title {
    position: absolute;
    background: #fff;
    top:-9px;
    left: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25em;
    letter-spacing: -0.01em;
    color: #484F56;
}

@media (max-width: 767px) {
    .cc-module .cc-input-group-title {
        font-size: 12px;
        top:-8px;
    }
}

.cc-module .cc-money-input {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 0.84px solid #A8AEB5;
    padding: 16.74px 20.09px 13.39px 13.39px;
}

@media (max-width: 767px) {
    .cc-module .cc-money-input {
        padding: 16.74px 13.39px 13.39px 20.09px;
    }
}

.cc-module .cc-field-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    gap: 3px;
}

.cc-module .cc-field-wrapper-input {
    text-align: right;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: -0.01em;
    border: 0;
}

@media (max-width: 767px) {
    .cc-module .cc-field-wrapper-input {
        font-size: 14px;
    }
}

.cc-module .dropbtn-img {
    width: 20px;
    height: 20px;
}

@media (max-width: 767px) {
    .cc-module .dropbtn-img {
        width: 16px;
        height: 16px;
    }
}

.cc-module .currency-select-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 115px;
}

@media (max-width: 767px) {
    .cc-module .currency-select-btn {
        gap: 6.7px;
    }
}

.cc-module .cc-dropbtn {
    all:unset;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    user-select: none;
}

.cc-module .cc-dropbtn:hover {
    background-color: #fff;
}

.cc-module .cc-dropbtn:focus {
    background-color: #fff;
    border-radius: 0;
}

.cc-module .cc-dropbtn-span {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: -0.01em;
    color: #1F2323;
}

@media (max-width: 767px) {
    .cc-module .cc-dropbtn-span {
        font-size: 14px;
    }
}

.cc-module .cc-field-wrapper-currency {
    color: #6F6F6F;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: -0.01em;
}

@media (max-width: 767px) {
    .cc-module .cc-field-wrapper-currency {
        font-size: 14px;
    }
}

.cc-module .cc-module-convert-now-button {
    width: 100%;
    padding: 10px 21px;
    border:0;
    border-radius: 836px;
    background-color: #FF0051;
    font-size: 16.74px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0em;
    color:#FFFFFF;
    cursor: pointer;
    text-align: center;
}

.cc-module .cc-module-convert-now-button-disable {
    width: 100%;
    padding: 10px 21px;
    border:0;
    border-radius: 836px;
    background-color: #90969A;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0em;
    color:#FFFFFF;
    text-align: center;
    cursor: not-allowed;
    pointer-events: none;
}

@media (max-width: 767px) {
    .cc-module .cc-module-convert-now-button {
        padding: 12px 21px;
        font-size: 14px;
    }
}

.cc-module .cc-module-convert-now-button:hover {
    background-color: #bc0050;
}

.cc-module .cc-module-convert-now {
    display: flex;
    width: 100%;
    min-height: 90px;
    flex-direction: column;
    gap:13.39px;
    justify-content: space-between;
    align-items: center;
    padding-left: 14px;
}

@media (max-width: 767px) {
    .cc-module .cc-module-convert-now {
        gap: 16px;
    }
}

.cc-module .cc-module-convert-now-tip-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cc-module .cc-module-convert-now-tip-top {
    text-align: center;
    font-size: 12px;
    font-weight:400;
    color:#484F56;
    line-height: 1.2em;
    letter-spacing: -0.01em;
}

.cc-module .cc-module-convert-now-tip-bot {
    text-align: center;
    font-size: 12px;
    font-weight:400;
    color:#484F56;
    line-height: 1.2em;
    letter-spacing: -0.01em;
    text-decoration: underline;
}

.cc-module .cc-module-error-notice {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    border-radius: 16px;
    background-color: #FFF5F8;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25em;
    letter-spacing: -0.01em;
    color: #FF0051;
    width: 100%;
}

.cc-module .cc-module-error-notice-group {
    display: none;
    flex-direction: column;
    padding-left: 14px;
    width: 100%;
}

.cc-module .currency-options {
    display: none;
    flex-direction: column;
    border-radius: 24px;
    box-shadow: 0 1px 16.74px rgba(0, 0, 0, 0.2);
    padding-left: 16px;
    padding-top: 16px;
    padding-right: 4px;
    padding-bottom: 16px;
    position: absolute;
    left: 0;
    top:100%;
    z-index: 10;
    background: #fff;
    width: 100%;
    overflow: hidden;

}

@media (max-width: 767px) {
    .cc-module .currency-options {
        border-radius: 16px;
    }
}

.cc-module .currency-options.open {
    display: flex;
}

.cc-module .currency-options label {
    padding-right: 12px;
}

.cc-module .currency-options-search {
    display: flex;
    padding: 20px 24px 16px 16px;
    width: 100%;
    border: none;
    border-radius: 12px;
    background-color: rgba(247, 247, 247, 1);
}

.cc-module .currency-items-wrapper {
    display: flex;
    flex-direction: column;
    max-height: 275px;
    overflow-y: auto;
    padding-right: 4px;
    margin-top:6px;
}

.cc-module .currency-items-wrapper::-webkit-scrollbar {
    width: 8px;
}

.cc-module .currency-items-wrapper::-webkit-scrollbar-track {
    background: transparent;
    border: none;
}

.cc-module .currency-items-wrapper::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 56px;
    border: none;
}

.cc-module .cc-chevron_chevron_down_flag {
    width: 20px;
    height: 20px;
}
.cc-module .cc-chevron_chevron_up_flag {
    width: 20px;
    height: 20px;
    display: none;
}

@media (max-width: 767px) {
    .cc-module .cc-chevron_chevron_down_flag {
        width: 16px;
        height: 16px;
    }

    .cc-module .cc-chevron_chevron_up_flag {
        width: 16px;
        height: 16px;
    }
}

.cc-module .currency-items-wrapper a {
    padding: 16px 24px 16px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25em;
    letter-spacing: -0.01em;
    color: #1F2323;
}

@media (max-width: 767px) {
    .cc-module .currency-items-wrapper a {
        padding: 14px 16px;
        font-size: 14px;
    }
}

.cc-module .currency-items-wrapper a:hover {
    background-color: rgba(255, 0, 81, 0.04);
}

.cc-module .currency-items-wrapper a img {
    width: 20px;
    height: 20px;
}
@media (max-width: 767px) {
    .cc-module .currency-items-wrapper a img {
        width: 16px;
        height: 16px;
    }
}

.cc-module .cc-country-name {
    color: rgba(168, 174, 181, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25em;
    letter-spacing: -0.01em;
}

@media (max-width: 767px) {
    .cc-module .cc-country-name {
        font-size: 12px;
    }
}