body {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    background-color: #fff;
    color: #333;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.container {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 60px;
    height: calc(100vh - 110px);
    overflow: auto;
}

header {
    align-items: center;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 0;
    z-index: 1000;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.logo {
    height: 50px;
}

.contact-info {
    margin-right: 10px;
    font-size: 13px;
    color: #007bff;
}

.contact-info span {
    margin-left: 10px;
}

.content-container {
    max-width: 900px;
    min-width: 700px;
    margin: 0 auto 30px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.content {
    max-width: 900px;
    margin: 30px auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.secure-title {
    background-color: #005ea6;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.payment-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 50%;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
}

.Label {
    font-weight: bold;
    color: #333;
}

.secure-container {
    max-width: 600px;
    margin: 40px auto;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 6px;
    overflow: hidden;
}

.page-container {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.p-container {
    max-width: 500px;
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    position: relative;
}

#ptype .Button:disabled {
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    pointer-events: none !important;
}

#ptype .Button:not(:disabled) {
    cursor: pointer !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

table, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 12px;
    text-decoration : none;
}

.Button {
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
}

button:hover {
    box-shadow: inset 0 0 0 1px #686d6d,0 2px 6px #454745;
}

.pay-btn {
    width: 228px !important;
    border: none !important;
    text-indent:-9999px !important;
}

.threeg-btn {
    border: none !important;
    text-indent:-9999px !important;
}

.trust-badges {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin: 20px auto 0;
    max-width: 80%;
}

.main-footer {
    background-color: #002147;
    color: #adb5bd;
    padding: 30px;
    text-align: center;
    font-size: 12px;
    margin-top: auto;
    position: absolute;
    bottom: 0;
}

.main-footer p {
    margin: 0;
}
.main-footer a {
    color: #4dc3ff;
    text-decoration: none;
}

.divider {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    border: none;
}

.footer {
    width: 100%;
}

footer {
    z-index: 1000;
    width: 100%;
}
.select2-container--default .select2-selection--single {
    border: none !important;
    height: 34px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.select2_dropdown {
    width: 90px !important;
}


.select2-container--default .select2-results__option {
    display: flex;
    align-items: center;
}

.payment-total-label {
    display: inline-flex;
    height: 26px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 1px;
    border: 0.5px solid #000;
    background: #F5F5F5;
}

.selectcol {
    display: flex;
    flex-direction: row;
    border-radius: 1px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background:  #F5F5F5;
}

.loader {
    display: none;
    width: 24px;
    height: 24px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.amount-container {
    display: flex;
    flex-direction: row;
}

.amount-input {
    border: none !important;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 3px;
    width: 80px;
    background-color:#FFFFFF;
}

.currency-symbol {
    padding: 7px 3px 0 5px;
    font-weight: bold;
}

.notification-bar {
    display: flex;
    align-items: center;
    background-color: #e6f0fa;
    border: 1px solid #005ea6;
    border-radius: 5px;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #1a3c6e;
    position: relative;
    margin: 10px;
    z-index: 100;
}

.notification-title {
    font-size: 18px;
    font-weight: 600;
    color: #005ea6;
    margin: 0 0 8px 0;
}

.notification-content {
    flex-grow: 1;
    margin: 7px;
}

.notification-message {
    color: #0078bd;
    font-size: 16px;
    margin: 0;
}

.close-button {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    font-size: 13px;
    color: #0078bd;
    cursor: pointer;
    font-weight: 700;
}

.notification-bar .close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #1a3c6e;
}

.info-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0078bd;
    font-size: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    font-weight: bold;
}

.flag-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    border-radius: 50%;
    object-fit: cover;
}

.selected-currency-alert {
    display: none;
    align-items: center;
    background-color: #D6F0E0;
    border: 1px solid #1F8505;
    border-radius: 5px;
    padding: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #139e06;
    position: relative;
    margin: 10px;
    z-index: 100;
}

.success-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #0D6832;
    margin: 0 0 8px 0;
    letter-spacing: -0.48px;
}

.success-message {
    color: #0D6832;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    font-size: 16px;
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[readonly] {
    background-color: #f2f2f2;
    color: #999;
    border: 1px solid #ced4da;
    cursor: not-allowed;
}

.modal {
    position: fixed;
    top: auto;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 1050;
    display: block;
    overflow: hidden;
    outline: 0;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 8px 8px 0 0;
    outline: 0;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 16px 16px 16px;
    border-bottom: 1px solid #e9ecef;
    border-radius: 8px 8px 0 0;
    background: var(--Primary-Atlantic-blue, #0069B1);
}

.modal-title {
    color: var(--Shades-White, #FFF);
    text-align: center;

    /* Heading 02/Bold */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.48px;
}

button.close {
    background: transparent;
    color: #fff;
    border: none;
    font-size: larger;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;

    p {
        display: flex;
        padding: 0 16px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        align-self: stretch;
        font-size: 16px;
    }
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 18px 32px 18px 32px;
    gap: 10px;
    align-self: stretch;

    button {
        display: flex;
        padding: 12px 40px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 4px;
        height: 35px;
        border: 1px solid;
    } 
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s 
ease-out;
    transition: transform .3s 
ease-out;
    transition: transform .3s 
ease-out, -webkit-transform .3s 
ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.content .form-group>label {
    position: absolute;
    top: 74px;
    left: 66px;
    background-color: #fff;
    z-index: 12001;
    padding: 0 5px;
}

.content-conversion {
    display: flex;
    padding: 0 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;

    .form-group {
        flex: 1 0 0;

        input {
            display: flex;
            height: 48px;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            background: #fff;
        }

        input:focus {
            box-shadow: none;
            transition: none;
        }

        label {
            position: absolute;
            top: 67%;
            margin-left: 10px;
            background: #fff;
            padding: 0 5px;            

            /* Body 02/Regular */
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: 17px; /* 141.667% */
        }
    }
}

#old-amount-group {
    input {
        border-color: #EF4444;
        color: #EF4444;
    }

    label {
        color: var(--Error-Main, #EF4444);
    }
}

#new-amount-group {
    input {
        border-color: #1F8505;
        color: #1F8505;
    }

    label {
        color: var(--Error-Main, #1F8505);
    }
}

.btn.btn-primary {
    background: #051D43;
    color: #FFF;
}

.btn.btn-secondary {
    background: transparent;
    color: #000;
}
