@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body.landing-page,
body.dashboards,
body.thank-you {
    background: rgb(33, 57, 110);
    background: linear-gradient(90deg, rgba(33, 57, 110, 1) 0%, rgba(60, 44, 111, 1) 46%, rgba(120, 59, 105, 1) 100%);
    /* padding: 0; */
    margin: 0;
    color: #fff;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0px !important;
}

.margin-top {
    margin-top: 50px;
}

.bottom-margin {
    margin-bottom: 50px;
}

.left-margin {
    margin-left: 50px;
}

.right-margin {
    margin-right: 50px;
}

.y-margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.x-margin {
    margin-left: 50px;
    margin-right: 50px;
}

/* Padding CSS */
.no-padding {
    padding: 0px !important;
}

.top-padding {
    padding-top: 50px;
}

.bottom-padding {
    padding-bottom: 50px;
}

.left-padding {
    padding-left: 50px;
}

.right-padding {
    padding-right: 50px;
}

.y-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.x-padding {
    padding-left: 50px;
    padding-right: 50px;
}


.section {
    padding: 80px 0px;
}

.heading-font {
    font-family: "Outfit", serif;
}

h1 {
    font-weight: 800;
    font-size: 60px !important;
    color: #fff;
}

h2 {
    font-size: 50px !important;
    margin: 50px 00px !important;
}

h2.section-title {
    font-family: "Outfit", serif;
    font-size: 50px !important;
}

h3.page-title {
    color: #fff;
    font-family: "Outfit", serif;
    font-weight: 700;
}

p,
ul li,
span.or {
    font-family: "Manrope", serif;
    font-size: 20px !important;
}


.logo-area img {
    object-fit: cover !important;
    object-position: 25% 25% !important;
    height: 280px !important;
}

.custom-card {
    border: 1px solid #ffffff49;
    border-radius: 10px;
}

.custom-card.card-1 {
    background-color: #763a69;
    transition: ease-in-out 0.3s;
}

.custom-card.card-1 .left-col,
.custom-card.card-3 .right-col {
    /* background: #23386E; */
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-card.custom-card.card-1 .left-col p,
.custom-card.card-3 .right-col p {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
    font-weight: 800;
}

.dashboards .logo-area img,
.thank-you .logo-area img {
    width: 40% !important;
    margin-bottom: 40px !important;
}

@media screen and (max-width: 992px) {

    .dashboards .logo-area img,
    .thank-you .logo-area img {
        width: 58% !important;
        margin-bottom: 0px !important;
    }

}

@media screen and (max-width: 768px) {

    .dashboards .logo-area img,
    .thank-you .logo-area img {
        width: 80% !important;
    }

}

.custom-card.card-1:hover {
    background-color: #27366E;
    transition: ease-in-out 0.3s;
}

.custom-card.card-2 .top-col p {
    text-transform: uppercase;
    font-weight: 800;
}

.custom-card.card-2 {
    background-color: #28356e6c;
    transition: ease-in-out 0.3s;
}

.custom-card.card-2:hover {
    background-color: #3D2C6F;
    transition: ease-in-out 0.3s;
}

.custom-card.card-3 {
    background-color: #23386E;
    transition: ease-in-out 0.3s;
}

.custom-card.card-3:hover {
    background-color: #763a6990;
    transition: ease-in-out 0.3s;
}

.custom-card img {
    border-top-right-radius: 10px;
}

.custom-card .highlight-text {
    letter-spacing: .1em;
    text-transform: uppercase;
    border-radius: 20px;
    padding-left: 12px;
    padding-right: 12px;
    font-weight: 600;
    line-height: 32px;
    position: absolute;
    top: -16px;
    bottom: auto;
    left: 32px;
    right: auto;
}


.understanding-legislation {
    background-image: url('../img/UK-flag.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Buttons */

button.btn-del i {
    color: #fff;
    padding: 10px !important;
    border-radius: 5px !important;
    transition: ease-in-out 0.3s !important;
}

button.btn-del i:hover {
    background: #fff !important;
    color: #763a69 !important;
    transition: ease-in-out 0.3s !important;
}

button.btn-started {
    font-family: "Manrope", serif;
    font-size: 20px;
    color: #fff !important;
    margin-left: 20px;
    padding: 5px 60px;
    border-radius: 5px;
    font-weight: 600;
}

button.btn-started:hover {
    background-color: #fff;
    transition: ease-in-out 0.3s;
    color: #763a69 !important;
}

button.btn-back,
a.btn-back {
    font-family: "Manrope", serif;
    font-size: 18px;
    color: #763a69;
    margin-right: 20px;
    text-decoration: none;
}

button.btn-next {
    background: rgb(120, 59, 105);
    background: linear-gradient(90deg, rgba(120, 59, 105, 1) 0%, rgba(60, 44, 111, 1) 46%, rgba(33, 57, 110, 1) 100%);
    color: #fff;
    font-family: "Manrope", serif;
    font-size: 18px;
}

a.btn-next {
    background: rgb(120, 59, 105);
    background: linear-gradient(90deg, rgba(120, 59, 105, 1) 0%, rgba(60, 44, 111, 1) 46%, rgba(33, 57, 110, 1) 100%);
    color: #fff;
    font-family: "Manrope", serif;
    font-size: 18px;
    text-decoration: none;
}

a.btn-next:hover {
    border: 1px solid #763a69;
    background: transparent;
    color: #763a69 !important;
}

button.btn-next:hover {
    border: 1px solid #763a69;
    background: transparent;
    color: #763a69;
}

button.btn-modal,
a.btn-modal {
    padding: 10px 50px;
    color: rgb(120, 59, 105);
    font-family: "Manrope", serif;
    background-color: #fff;
    transition: ease-in-out 0.3s;
    border: 1px solid #fff;
    font-weight: 700;
}

button.btn-modal:hover,
a.btn-modal:hover {
    background: rgb(120, 59, 105);
    background: linear-gradient(90deg, rgba(120, 59, 105, 1) 0%, rgba(60, 44, 111, 1) 46%, rgba(33, 57, 110, 1) 100%);
    transition: ease-in-out 0.3s;
    color: #fff;
}

a.btn-login {
    border: 1px solid #fff !important;
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
    padding: 5px 60px;
    font-family: "Manrope", serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

a.btn-login:hover {
    background: #fff !important;
    color: #6d386a;
}

button.btn-download {
    background: transparent;
    border-bottom: 1px solid #fff !important;
    border-radius: 10px;
    padding: 5px 50px;
    color: #fff;
    border: none;
    transition: ease-in-out 0.3s;
}

button.btn-download:hover {
    background: #fff;
    color: #763a69;
    transition: ease-in-out 0.3s;
}

.btn-login {
    font-family: "Manrope", serif;
    border-bottom: 3px #fff solid;
    border-left: 3px #fff solid;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.btn-login:hover {
    color: rgb(120, 59, 105);
    background-color: #fff;
    transform-origin: bottom center;
    transition: ease-in-out 0.3s;
}

.btn-sign-up {
    font-family: "Manrope", serif;
    border-bottom: 3px #fff solid;
    border-right: 3px #fff solid;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.btn-sign-up:hover {
    font-family: "Manrope", serif;
    color: rgb(120, 59, 105);
    background-color: #fff;
    transform-origin: bottom center;
    transition: ease-in-out 0.3s;
}

span.button-break {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.btn-submit {
    font-family: "Manrope", serif;
    background-color: #fff;
    color: rgb(120, 59, 105);
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    border: 2px #fff solid;
}

.btn-submit:hover {
    background: transparent;
    color: #fff;
    border: 2px #fff solid;
}

button.btn-dashboard,
a.btn-dashboard {
    background-color: #fff;
    font-family: "Manrope", serif;
    font-size: 18px;
    font-weight: 700;
    color: #763a69;
    border: 1px solid #763a69;
    transition: ease-in-out 0.3s !important;
    text-decoration: none;
    padding: 10px 20px !important;
    border-radius: 10px;

}

button.btn-dashboard:hover,
a.btn-dashboard:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    transition: ease-in-out 0.3s !important;
}


.link-area a.btn-get-link {
    background-color: rgb(120, 59, 105);
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    border: 2px rgb(120, 59, 105) solid;
}

.link-area a.btn-get-link:hover {
    background-color: transparent;
    color: rgb(120, 59, 105);
    transition: ease-in-out 0.3s;
}

.btn-edit {
    text-decoration: none;
}

.btn-edit:hover {
    color: #4CAAC9;
    transition: ease-in-out 0.3s;
}


/* .cards-mobile {
    display: none !important;
} */

.footer p,
.dashboard-footer p {
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
}

.db-pages {
    min-height: 100vh !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.db-page {
    min-height: 100vh !important;
    display: flex;
    flex-direction: column;
}

#info-form-modal .modal-dialog .modal-content {
    background: rgb(120, 59, 105);
    background: linear-gradient(90deg, rgba(120, 59, 105, 1) 0%, rgba(60, 44, 111, 1) 46%, rgba(33, 57, 110, 1) 100%);
}

#delete-form-modal .modal-title,
.modal-title {
    font-family: "Manrope", serif;
    color: #6d386a !important;
    font-weight: 800;
    text-transform: uppercase;
}

.modal-body p,
.modal-body ul li {
    font-size: 18px !important;
}

#delete-form-modal .modal-footer .btn-cancel {
    font-family: "Manrope", serif !important;
    color: #6d386a !important;
    background: transparent !important;
    transition: ease-in-out 0.3s !important;
}

#delete-form-modal .modal-footer .btn-cancel:hover {
    color: #000 !important;
    transition: ease-in-out 0.3s !important;
}

#delete-form-modal .modal-footer .btn-yes {
    font-family: "Manrope", serif !important;
    color: #fff !important;
    background: #6d386a !important;
    border: 1px solid #6d386a !important;
    transition: ease-in-out 0.3s !important;
}

#delete-form-modal .modal-footer .btn-yes:hover {
    color: #6d386a !important;
    background: transparent !important;
}


#delete-form-modal .modal-footer .btn-cancel:hover {
    color: #000 !important;
    transition: ease-in-out 0.3s !important;
}

.survey-form-area form label {
    font-family: "Manrope", serif;
    font-size: 18px;
}

.survey-form-area form label.question {
    margin-top: 20px;
    margin-bottom: 20px;
}

input {
    background: transparent !important;
    color: #fff !important;
    font-family: "Manrope", serif;
}

.form-floating label,
form input label {
    color: #fff;
    background: transparent !important;
    font-family: "Manrope", serif;
}

.modal-header {
    border: none !important;
}

.modal-header button.btn-close {
    color: #fff !important;
}

.modal-body {
    text-align: center;
}

.modal-body button {
    background-color: #fff;
    color: #763a69;
    font-family: "Manrope", serif;
    transition: ease-in-out 0.3s;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
}

.modal-body button:hover {
    background: rgb(33, 57, 110);
    background: linear-gradient(90deg, rgba(33, 57, 110, 1) 0%, rgba(60, 44, 111, 1) 46%, rgba(120, 59, 105, 1) 100%);
    color: #fff;
    transition: ease-in-out 0.3s;
}

.modal-body span {
    font-family: "Manrope", serif;
    font-size: 17px !important;
}

.modal-body span a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}


/* Dashboard and other pages */


.dashboard-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}


/*

/*Pagination*/

ul.pagination {
    --bs-pagination-color: #fff !important;
    --bs-pagination-disabled-bg: transparent !important;
    --bs-pagination-active-bg: #fff !important;
    --bs-pagination-active-color: #6D386B !important;
    --bs-pagination-hover-color: #6D386B !important;
    --bs-pagination-hover-bg: #fefefe !important;
    --bs-pagination-bg: transparent !important;
}

p.small.text-muted {
    color: #fff !important;
    font-size: 16px !important;
}

.page-link {
    border: none !important;
}

/* Form Area */

.form {
    height: 87vh;
    vertical-align: middle;
}

.form-area {
    /* background-color: #115f73; */
    border-radius: 10px;
}

.form-area h2 {
    color: #fff;
}

.form p,
a {
    color: #fff;
}

.form a {
    font-weight: 700;
    text-decoration: none;
}

.form a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Title Area */

.title-area {
    /* background-color: #115f73; */
}

.dashboard-content {
    border: 1px #fff solid;
    border-radius: 10px;
}

.dashboard-content .card-col {
    border-right: 1px #fff solid;
}

.dashboard-content .content-card a {
    font-family: "Manrope", serif;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: ease-in-out 0.3s;
}

.dashboard-content .content-card a:hover {
    color: #fff;
    transition: ease-in-out .3s;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #ffffff28;
}

.dashboard-content .content-card a.active {
    color: #23386E;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}

.dashboard-content .content-card a i {
    margin-right: 10px;
}

.link-area {
    text-align: right;
}

.continue table {
    border: 1px #000 solid;
}

.continue table thead {
    font-family: "Manrope", serif;
    border-bottom: 1px #23386E solid;
}

.continue table thead th {
    font-family: "Manrope", serif;
    color: #763a69;
    background-color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    border-right: 1px #fff solid;
}

.continue table tbody td {
    font-family: "Manrope", serif;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    border-right: 1px #fff solid;
    color: #fff;
}

.continue table tbody td a {
    font-family: "Manrope", serif;
    color: #fff;
}

.l-screens table {
    border: 1px #000 solid;
}

.l-screens table thead {
    font-family: "Manrope", serif;
    border-bottom: 1px #23386E solid;
}

.l-screens table thead th {
    font-family: "Manrope", serif;
    color: #763a69;
    background-color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    border-right: 1px #fff solid;
}

.l-screens table tbody td {
    font-family: "Manrope", serif;
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    border-right: 1px #fff solid;
    color: #fff;
}

.l-screens table tbody td a {
    font-family: "Manrope", serif;
    color: #fff;
}

.profile-form form {
    padding: 0;
}

.profile-form form button {
    background-color: #fff;
    color: #763a69;
    border: 2px #fff solid;
}

.profile-form form button:hover {
    border: 2px #fff solid;
    color: #fff;
}

.mobile-screens {
    display: none;
}

.thank-you p a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.mobile-card-col {
    display: none !important;
}

.pre-form-area input,
.pre-form-area label,
.pre-form-area select option,
.pre-form-area select {
    font-family: "Manrope", serif;
    color: #000 !important;
}

.pre-form-area .first,
.pre-form-area .second {
    margin-bottom: 20px;
}

.pre-form-area .second {
    margin-left: 20px;
}

/* canvas#myChart{
    font-family: "Outfit", serif;
    font-size: 22px !important;
} */

/* .thank-you .footer{
    background-color: #fff;
} */

p.score {
    color: #fff;
    font-weight: 600;
    font-size: 25px !important;
}

.thank-you .custom-card {
    background-color: #fff;
    border-radius: 10px !important;
    color: #000;
    padding: 30px;
    margin: 5px;
}

.dashboards .content-area {
    color: #000;
    background-color: #fff;
    padding: 20px 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* Chart CSS */
.chart-container {
    position: relative;
    width: 300px;
    height: 300px;
    margin: 50px auto;
}

.chart-container .chart-text {
    font-family: "Manrope", serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.chart-container .chart-subtext {
    font-family: "Manrope", serif;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.form-check-input:checked[type=radio] {
    border-color: #6D386A !important;
    border-width: 3px !important;
}

.disclaimer .form-check .input-check:checked {
    background: #6D386A !important;
    color: #fff !important;
}

.question {
    font-weight: bold !important;
}


@media screen and (max-width: 1300px) {}

@media screen and (max-width: 992px) {

    .thank-you .content-col {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .form-image {
        display: none;
    }

    .cards-desktop {
        display: none !important;
    }

    .cards-mobile {
        display: flex !important;
    }

    .cards-mobile .custom-card img {
        border-radius: 10px !important;
    }

    img.how-we {
        margin-bottom: 30px;
    }

    .section {
        padding: 0px !important;
    }

    .footer div,
    .dashboard-footer div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    /* Dasboard and other pages */

    .table {
        font-size: 1rem;
    }

    .form-container {
        padding: 1rem;
    }

    .dashboard-sidebar {
        width: 100%;
        margin-bottom: 1rem;
    }

    .dashboard-main {
        padding: 1rem;
    }

    .y-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .x-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dashboard-footer {
        padding: 0;
    }

    .dashboard-content {
        padding-right: 20px;
    }

    .dashboard-content .card-col {
        border: none;
    }

    .dashboard-content .card-col .content-card {
        margin-top: 0 !important;
        padding: 0 !important;
    }

    .dashboard-content .links-col {
        padding-right: 50px;
    }

    .mobile-card-col {
        display: flex !important;
    }

    .desktop-card-col {
        display: none !important;
    }

    h3.page-title {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
        text-align: center;
    }

    .dashboards .link-area {
        margin-top: 20px;
    }

    .pre-form-inputs {
        display: flex;
        flex-direction: column !important;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (max-width: 768px) {
    .cards-area {
        display: flex;
        flex-direction: column;
    }

    h1 {
        font-size: 45px !important;
    }

    h2 {
        font-size: 35px !important;
    }

    p,
    ul li {
        font-size: 18px !important;
    }

    .understanding-legislation button {
        display: none !important;
    }

    /* Dashboard and other pages */
    .dashboard-sidebar {
        width: 100%;
        margin-bottom: 1rem;
    }

    .dashboard-main {
        padding: 0.8rem;
    }

    .dashboard-content .links-col {
        padding-right: 50px;
    }

    .l-screens {
        display: none;
    }

    .mobile-screens {
        display: block;
    }

    .mobile-screens table {
        border: 1px #fff solid;
    }

    .mobile-screens table th {
        font-family: "Manrope", serif;
        color: #763a69;
        background-color: #fff;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        padding: 10px 0px;
        border-right: 1px #fff solid;
        border-bottom: 1px #fff solid;
    }

    .mobile-screens table tr td {
        font-size: 16px;
        font-family: "Manrope", serif;
        text-align: center;
        padding: 10px 0px;
        border-right: 1px #fff solid;
        border-bottom: 1px #fff solid;
    }

    .mobile-screens table td a {
        font-family: "Manrope", serif;
        color: #fff;
    }

    .footer img,
    .dashboard-footer img {
        width: 50% !important;
    }
}

@media screen and (max-width: 600px) {
    img.check {
        width: 10%;
    }

    /* Dashboard and other pages */
    .table {
        font-size: 0.8rem;
    }

    .dashboard-sidebar {
        width: 100%;
        margin-bottom: 1rem;
    }

    .dashboard-main {
        padding: 0.5rem;
    }

    .pre-form-area .first,
    .pre-form-area .second {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0px !important;
    }

    .thank-you .logo-area img {
        width: 100% !important;
    }

}

.payment-page {
    min-height: 85vh !important;
}


.thanks-modal .modal-header {
    border-bottom: 1px solid #6D386A;
}


/* Steps */

.steps.container {
    position: relative;
    /* Default position */
    max-width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    /* margin: 37px 0; */
    /* margin-top: 4vh;*/
    margin-bottom: 30px;
}

/* @media screen and (max-width: 1600px) {
    .steps.container {
        margin-bottom: 33px;
        margin-top: 4vh;
    }
} */

.steps.container.sticky {
    position: fixed !important;
    top: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    /* Adjust padding */
    background-color: #26366E;
    margin-top: 4vh;
    /* Background applied when sticky */
}

.step-navigation-wrapper {
    overflow: hidden;
    width: 100%;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.step-navigation {
    display: flex;
    transition: transform 0.3s ease;
    gap: 0px;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: max-content;
}

.step {
    flex: 0 0 280px;
    height: 120px;
    position: relative;
    cursor: pointer;
    clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 50%, calc(100% - 25px) 100%, 0 100%);
    transition: transform 0.3s ease;
    margin-right: 5px;
}

.step:last-child {
    margin-right: 0;
}

.step:hover {
    transform: translateY(-5px);
}

.step-content {
    background-color: rgba(255, 255, 255, 0.1);
    height: 100%;
    width: 100%;
    padding: 15px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.step-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: "Manrope", serif;
}

.step-content p {
    font-size: 14px !important;
    font-weight: 400;
    font-family: "Manrope", serif;
}

.step.active .step-content {
    background-color: #72396A;
}

.scroll-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: #72396A;
    border: none;
    /* border-radius: 50%; */
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #fefefe;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.scroll-arrow:hover:not(:disabled) {
    /* background: #cccccca5; */
    transform: translateY(-50%) scale(1.1);
    color: #fff;
}

.scroll-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #2b346e;
}

.scroll-arrow.left {
    left: 0px;
    background-color: #2b346e;
}

.scroll-arrow.right {
    background-color: #65366B;
    right: 0px;
}

@media (max-width: 992px) {
    .steps.container {
        display: none;
    }
}

#message,
#errorContainer {
    font-family: "Manrope", serif;
    position: absolute;
    top: 5%;
    left: 37%;
    color: #fff !important;
    padding: 10px;
    display: none;
    padding: 15px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 500px !important;
    min-width: 400px !important;
    max-width: 500px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

@media screen and (max-width: 1320px) {
    #message,
    #errorContainer {
        left: 32%;
    }
}

@media screen and (max-width: 1050px) {
    #message,
    #errorContainer {
        left: 28%;
    }
}

@media screen and (max-width: 992px) {
    #message,
    #errorContainer {
        left: 25%;
        width: unset;
    }
}

@media screen and (max-width: 768px) {
    #message,
    #errorContainer {
        left: 18%;
        padding: 0px;
        padding-top: 10px;
    }

    #message{
        padding-bottom: 10px !important;
    }
}

@media screen and (max-width: 700px) {
    #message,
    #errorContainer {
        left: 13%;
    }
}

@media screen and (max-width: 650px) {
    #message,
    #errorContainer {
        left: 18%;
        min-width: 250px !important;
        max-width: 400px !important;
    }
}

@media screen and (max-width: 600px) {
    #message,
    #errorContainer {
        left: 15%;
    }
}

@media screen and (max-width: 550px) {
    #message,
    #errorContainer {
        left: 11%;
    }
}

@media screen and (max-width: 500px) {
    #message,
    #errorContainer {
        left: 6%;
    }
}

@media screen and (max-width: 450px) {
    #message,
    #errorContainer {
        left: 13%;
        max-width: 300px !important;
    }
}

@media screen and (max-width: 400px) {
    #message,
    #errorContainer {
        left: 8%;
    }
}

#error {
    position: absolute;
    top: -140px !important;
    left: 10%;
    color: #fff !important;
    padding: 10px;
    display: none;
    /* padding: 15px 25px; */
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    /* width: 500px !important; */
    min-width: 400px !important;
    max-width: 500px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    background: red !important;
}

.success-message {
    position: absolute;
    top: -140px !important;
    left: 10%;
    color: #fff !important;
    padding: 10px;
    display: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    min-width: 400px !important;
    max-width: 500px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    background: green !important;
}

#errorContainer {
    color: #fff !important;
}

#message {
    background: green !important;
}

#errorContainer {
    background: red !important;
}

@media screen and (max-width: 1400px) {
    .ogo-area a.btn-login {
        width: 30% !important;
    }

    .ogo-area a img {
        width: 40% !important;
    }

}

@media screen and (max-width: 1200px) {
    .ogo-area a img {
        width: 50% !important;
    }

    .ogo-area a.btn-login {
        width: 40% !important;
    }
}

@media screen and (max-width: 992px) {
    .ogo-area {
        padding-top: 7vh !important;
        flex-direction: column-reverse;
        text-align: center;
    }

    .ogo-area a.btn-login {
        width: 50% !important;
    }
}

@media screen and (max-width: 768px){
    .ogo-area a.btn-login {
        width: 70% !important;
        padding: 5px 50px !important;
    }
}

@media screen and (max-width: 400px){
    .ogo-area a.btn-login {
        font-size: 16px !important;
        padding: 5px 10px !important;
    }
}