#paymentmethod-logo, #service-logo {
    display: none !important;
}

::placeholder {
    color: #c2c2c2 !important;
}

:root {
    --background: rgba(20, 30, 85, 0.76);
    --primary: rgba(136, 213, 191, 0.73);
    --secondary: rgba(93, 107, 248, 0.71);
    --third: rgba(226, 127, 203, 0.69);
}


.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: 14px 5px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .5rem;
    background-color: #f5f5f5 !important;
    border: 0 !important;
    box-shadow: none !important;
    border-right: 8px solid whitesmoke !important;

}

.input-group-text {
    background: #f5f5f5 !important;
    border: 0 !important;
    border-radius: .4rem;
}

.btn-light {
    padding: 12px 18px !important;
}

.shape-container {
    align-items: center;
    display: flex;
    justify-content: center;
}


.shape {

    background: rgba(0, 174, 221, 0.17);
    opacity: 1;
    border-radius: 10px;
    border: 1px solid rgb(0, 174, 221);

    min-height: 400px;
    transition: all 1s ease-in-out;
    width: 425px;
    z-index: 5;
    overflow: hidden;
}


.animated-background {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #e1d7ea;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eddae6), color-stop(18%, #e2d7d8), color-stop(33%, #e0d6ef));
    background: linear-gradient(to right, #f3e1f0 8%, #e7dee7 18%, #d4d2ed 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}
.animated-background.dark { 
    background: #295c68;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #295c68), color-stop(18%, #205561), color-stop(33%, #066b83));
    background: linear-gradient(to right, #295c68 8%, #205561 18%, #066b83 33%);
}
@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }

    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes morph-gradient {
    0% {
        background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
    }

    50% {
        background: linear-gradient(45deg, var(--third) 0%, var(--secondary) 100%);
    }

    100% {
        background: linear-gradient(45deg, var(--primary) 0%, var(--secondary) 100%);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.hero-title .sender-flag, .hero-title .recipient-flag {
    width: 38px;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
}

.hero-title .recipient-flag {
    margin-left: -24px;
}

@media (max-width: 776px) {
    .hidden-sm {
        display: none
    }

    .hidden-lg {
        display: none
    }
}

@media (min-width: 776px) {
    .hidden-lg {
        display: none
    }

    #wizardtitle {
        font-size: 1.4rem !important;
    }

    .sender-flag {
        width: 40px;
    }
}

@media (max-width: 430px) {
    .hidden-xs {
        display: none
    }

    #wizardtitle {
        font-size: 1.2rem !important;
    }

    .hero-title .sender-flag {
        width: 30px;
    }

    .hero-title .recipient-flag {
        width: 30px;
        margin-left: -12px;
    }

    .hero-4-bg {
        padding: 50px 0 100px !important;
    }

    #next-btn[step="0"] {
        width: 100% !important;
    }
}

.input-group {
    border: 1px solid #9dc1e261;
    border-radius: 5px;
}

.input-group.is-valid {
    border: 1px solid #38bdd2 !important;
    border-radius: 6px;
}

.input-group.is-invalid {
    border: 1px solid #dc3545 !important;
    border-radius: 6px;
}

.payment-method-logo-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.service-box-btn .card-body {
    filter: grayscale(60%);
}

.service-box-btn:hover .card-body,
.service-box-btn.active .card-body {
    filter: grayscale(0%);
}

.service-box-btn.active {
    border: 2px solid #37b8c696;
    box-shadow: 0px 0px 5px #8227aab5;
    border-radius: 4px;
}

#wizard-box,
#wizard-box-auth {
    background: transparent !important;
    box-shadow: none !important;
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34bace;
    background-color: #34bace;
}

#allowNotifyRecipient-label,
#refillRecipient-label {
    color: #34bace !important;
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}
