body {
    background-color: #E8ECEF;
}

.appHeader {
    box-shadow: none !important;
    min-height: 120px !important;
    z-index: -1 !important;
    position:static !important;
}

.appHeader .left, .appHeader .right {
    height: 120px !important;
}

.appHeader .right {
    right: -10px;
}

#appCapsule {
    margin-top: 20px !important;
    padding: 30px !important;
    background-color: #fff;
    border-radius: 40px;
    min-height: calc(100vh - 140px);
}

.header-logo {
    margin-left: 9px;
    margin-top: 30px;
}
@media (max-width: 503px) {
    .header-logo {
        margin-left: 9px;
        margin-top: 15px !important;
    }
}
@media (max-width: 503px) {
    .custom-margin-top-sm {
        margin-top: 5px !important;
    }

    .custom-lh-sm {
        line-height: 28px !important;
        margin-bottom: 3px !important;
    }
}

.poppins, body {
    font-family: 'Poppins', sans-serif !important;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
.fs-16 {
    font-size: 16px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.text-color-000 {
    color: #000000 !important;
}

.text-color-2E2E2E {
    color: #2E2E2E !important;
}

.text-color-06284D {
    color: #06284D !important;
}

.lh-20 {
    line-height: 20px;
}

.lh-24 {
    line-height: 24px;
}

@font-face {
    font-family: 'coolveticaregular';
    src: url('/assets/fonts/coolvetica/coolvetica-rg-webfont.woff2') format('woff2'),
    url('/assets/fonts/coolvetica/coolvetica-rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.cool {
    font-family: 'coolveticaregular', sans-serif !important;
    letter-spacing: .5px;
}

.appBottomMenu {
    min-height: 80px !important;
    background: #E8ECEF !important;
    border-top: none !important;
    padding: 0 !important;
    align-items: inherit !important;

}

.app-bottom-radius {
    height: 40px;
    background-color: #fff;
    border-radius: 0 0 40px 40px;
}

.height-80px {
    height: 80px;
}

.appBottomMenu .item strong {
    color: #6F8796 !important;

}

.appBottomMenu .item.active i.bi, .appBottomMenu .item.active i.icon, .appBottomMenu .item.active ion-icon, .appBottomMenu .item.active strong {
    color: #06284D !important;
    font-weight: 500;
}

.today-rates {
    color: #6F8796;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-left: 6px;
}

.sending-currency {
    font-style: normal;
    color: #6F8796;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.rate-1 {
    font-style: normal;
    color: #2E2E2E;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.receiving-rate {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    color: #2E2E2E;
}

.sec-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #06284D;
}

.dashboard-bene {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
}

.dashboard-status {
    background-color: rgb(119 56 200 / 20%);
    padding: 8px 5px;
    border-radius: 10px;
}

.fs-13-400 {
    font-style: normal;
    font-weight: 400;
    font-size: 13px !important;
    line-height: 20px;
}

.fs-16-400 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 20px;
}

.fs-18-400 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

.fs-24-400 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.btn-lg {
    height: 60px !important;
    border-radius: 20px !important;
    font-size: 20px !important;
}

.btn-danger {
    background: #EC3439 !important;
    border-color: #EC3439 !important;
    color: #ffffff !important;
}

.history-card {
    background: #E8ECEF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}

.history-card-pen {
    background: #FFE6C8;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}

.form-group.boxed .form-control {
    background: #E8ECEF;
    box-shadow: none;
    height: 60px;
    border-radius: 10px;
    padding: 20px;
    border: 2px solid #E8ECEF;
    font-weight: 400;
    font-size: 18px;
    font-family: 'coolveticaregular', sans-serif !important;
    letter-spacing: 0.5px;
    color: #2E2E2E;
}

input:disabled, .disabled {
    cursor: not-allowed !important;
    border: 2px solid #E8ECEF !important;
    background-color: #fff !important;
    color: rgba(46, 46, 46, 0.5) !important;
}

.form-button-group {
    bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background: #FFF;
    min-height: 0;

}

.form-group.boxed .form-control:focus {
    border: 2px solid #06284D !important;
}

.address-info {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    /* or 154% */
    text-align: center;
    color: #000000;
    opacity: 0.5;
    margin-top: 50px;
}

.custom-file-upload label {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    margin: 0;
    border: 2px dashed #E8ECEF;
}

.custom-file-upload {
    height: 144px;
}

.form-check-input:checked ~ .form-check-label:after {
    background-color: #06284D;
    border-color: #06284D !important;
}

.form-switch .form-check-label:before {
    width: 15px;
    height: 15px;
}

.form-switch .form-check-label:after {
    height: 23px;
    width: 47px;

}

.form-switch {
    height: 23px;
}

.form-switch .form-check-label {
    width: 40px;
}

.btn-outline-secondary {
    background: transparent;
    border-color: #06284D;
    border-width: 2px !important;
    color: #06284D;
    transition: none;
}

.accordion .accordion-item {
    border-radius: 8px !important;
    background-color: #ffffff;
    border: 2px solid #E8ECEF;
    margin-bottom: 10px;
}

.accordion-button {
    padding: 1rem 1.25rem;
    font-size: 16px;
    color: #2E2E2E;
    background-color: #E8ECEF;
    border-radius: 6px;
    border: none;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #fff;
    box-shadow: none;
}

.text-secondary, a.text-secondary {
    color: #2E2E2E !important;
}

.accordion {
    border-top: none;
    border-bottom: none;
    background: #fff;
}

.accordion-button::after {
    opacity: 0.4;
}

.header-right-icon {
    margin: 15px;
    position: absolute;
    right: 0;
}


.offcanvas.action-sheet {
    height: calc(100vh - 50%);
    border-radius: 40px 40px 0px 0px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}

.offcanvas.action-sheet .offcanvas-header {
    padding: 25px;
    display: block;
    min-height: auto;
    box-shadow: none;
    border-bottom: none;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    background: #06284D !important;
    border-color: #06284D !important;
}

.btn-secondary {
    background: #06284D !important;
    border-color: #06284D !important;
    color: #ffffff !important;
}

.alert-danger {
    background: rgba(236, 52, 57, 0.1);
    color: #fff;
    border: 1px solid rgba(236, 52, 57, .1);
    padding: 12px;
    border-radius: 10px;
}

.message-item {
    padding: 0px;
}

.message-item .bubble {
    box-shadow: none;
    background: #E8ECEF;
    border-radius: 10px;
    margin-top: 10px;
}

.message-item.user .bubble {
    background: #FFE6C8;
    border-radius: 10px;
}

.appBottomMenu .item .col {
    padding: 0 !important;
}

.badge {
    font-size: 14px;
    border-radius: 5px;
    height: auto;
    padding: 6px;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.list-data {
    background: #E8ECEF;
    border-radius: 10px;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
}

.br-10 {
    border-radius: 10px;
}

.rc_method {
    border: 2px solid #D9D9D9;
    padding: 10px 2px;
}

.rc_bg_selected {
    background: #6F8796;
    border: 2px solid #6F8796;
}

.youSend, .youSend:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: #E8ECEF !important;
    padding-left: 5px;
}

.send-main {
    background-color: #E8ECEF !important;
    border-radius: 10px 0 0 10px;
    height: 58px;
}


.gets, .gets:focus {
    border: none !important;
    box-shadow: none !important;
    background-color: #F5F5F5 !important;
    padding-left: 5px;

}

.get-main {
    background-color: #F5F5F5 !important;
    border-radius: 0 10px 10px 0;
    height: 58px;
    overflow: hidden;
}

.transfer-fee {
    background: rgba(236, 52, 57, 0.2);
    border-radius: 10px;
    padding: 8px;
    margin-top: 7px;
}
.special-rate-box{
    background: rgba(255, 168, 0, 0.4);
    border-radius: 10px;
    padding: 12px;
    margin-top: 7px;
}

.special-rate-badge{
    background:#D9534F;
    color:#fff;
    font-size:12px;
    padding:4px 8px;
    border-radius:6px;
}

sup {
    top: -2.2em;
}

.bene::placeholder {
    color: rgb(46 46 46 / 30%) !important;
}

.transfer-status {
    position: absolute;
    top: 126px;
    width: 88%;
    line-height: 14px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
}

.transfer-process {
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 20px;
    margin-top: 35px;
    text-align: center;
    /* identical to box height, or 50% */


    color: #06284D;
}

.transfer-remarks {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */

    text-align: center;

    padding: 30px;
    color: #2E2E2E;
}

.form-check .form-check-label:after {
    border: 1px solid #06284d;
}

.badge {
    font-size: 14px;
    border-radius: 5px;
    height: auto;
    padding: 1px 5px;
}
.fs-18-px {
    font-size: 18px;
}
.text-062 {
    color: #06284D;
}
.fs-15-px {
    font-size: 15px;
}

.coolvetica {
    font-family: 'coolveticaregular', sans-serif !important;
    letter-spacing: .5px;
}

.region-btn {
    background-color: #ffffff !important;
    border-color: #D3D3D3 !important;
    border-radius: 0px !important;
    color: #D3D3D3 !important;
    transition: all 0.3s ease-in-out;
}

.region-btn:hover {
    background-color: #f0f0f0 !important;
    color: #000000 !important;
}

.region-btn.active {
    background-color: #D3D3D3 !important;
    border-color: #D3D3D3 !important;
    color: #000000 !important;
}

.region-btn.active:hover {
    background-color: #b0b0b0 !important;
    color: #000000 !important;
}
.top-right-icon{
     position: fixed;
    top: 15px;
    right: 15px;
    width: 64px;
    height: 64px;
    z-index: 1050; /* Above most Bootstrap elements */
}

.top-right-icon-signup{
    top: 60px;
}

.support-menu{
    display: none;
    position: fixed;
    z-index: 1051;
    min-width: 180px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
    overflow: hidden;
}

.support-menu.show{
    display: block;
}

.support-menu-item{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    color: #06284D;
    font-size: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.support-menu-item:last-child{
    border-bottom: 0;
}

.support-menu-item i{
    font-size: 20px;
}

.support-menu-item .support-wa-icon{
    color: #25d366;
}

.support-menu-item:hover{
    background: #f7f7f7;
    color: #06284D;
}