﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'ProximaNova-Regular';
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "Roboto", sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.FileNameclass {
    text-overflow: ellipsis;
    width: 401px;
    white-space: nowrap;
    overflow: hidden;
}

.text-danger {
    color: red;
}

.pointer {
    cursor: pointer;
}

.ajax-loading {
    position: fixed;
    top: -90px;
    right: 110px;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background: url(/images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.fgc-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .fgc-table td, .fgc-table th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .fgc-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .fgc-table tr:hover {
        background-color: #ddd;
    }

    .fgc-table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #71f8ff;
        color: black;
    }

.custom-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
    opacity: 0.5 !important;
}

input, select, textarea, .select2-results__option, .select2-selection__rendered {
    font-family: 'ProximaNova-Regular' !important;
}

.btn-success {
    color: black;
    background-color: #fff;
    box-shadow: none;
}

.fa-eye {
    color: black !important;
}

.btnn:hover {
    border: 1px solid #e1c50e !important;
}

.modal-header {
    text-align: center;
    color: #fff;
}

.custom-close {
    position: absolute;
    right: -1px;
    top: -2px;
    width: 20px;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    /*text-shadow: 0 1px 0 #fff;*/
    opacity: .5;
    background: transparent;
    border: none;
}

.custom-close-Director-modal {
    /* position: absolute; */
    right: -1px;
    top: -2px;
    /* width: 20px; */
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    /* text-shadow: 0 1px 0 #fff; */
    opacity: .5;
    background: transparent;
    border: none;
}

.custom-row button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.FileNameclass {
    text-overflow: ellipsis;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
}
/* model css*/
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

        .modal-backdrop,
        .modal-backdrop.fade.in {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

.modal {
    margin-left: -280px;
}

    .modal.fade {
        -webkit-transition: opacity .3s linear, top .3s ease-out;
        -moz-transition: opacity .3s linear, top .3s ease-out;
        -o-transition: opacity .3s linear, top .3s ease-out;
        transition: opacity .3s linear, top .3s ease-out;
        top: -25%;
    }

        .modal.fade.in {
            top: 10%;
        }

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

    .modal-header .close {
        margin-top: 2px;
    }

    .modal-header h3 {
        margin: 0;
        line-height: 30px;
    }

.modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    /* padding: 14px 15px 15px;*/
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    *zoom: 1;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media (max-width: 767px) {
    .modal {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        margin: 0;
    }

        .modal.fade {
            top: -100px;
        }

            .modal.fade.in {
                top: 20px;
            }
}

textarea, select, input:not([type='button']), select > option, label {
    /* font-weight: bold !important;*/
    font-size: 14px !important;
    /*color: black !important;*/
}

.fgc-text {
    font-weight: bold !important;
    font-size: 13px !important;
    color: black !important;
}

label.uplofile {
    font-size: 12px !important;
    background-image: linear-gradient(to right,#28a745, #28a745) !important;
    color: #fff !important;
}

table tr td {
    border: 1px solid #ddd;
    padding: 5px;
}

.header-logo {
    /* width: 109px;*/
    height: 40px
}

.modal-header {
    background-color: #71f8ff !important;
}
/*Loader css*/
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5); /* Background color with transparency */
}

.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #df7fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.back-btn {
    font-size: 14px;
    font-weight: 100;
    padding: 10px 5px;
    text-decoration: none;
    background-image: linear-gradient(to right,#248a47, #258e48);
    width: 100px;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    letter-spacing: 1px;
    font-family: montserrat, arial, verdana;
    float: left;
}

    .back-btn:hover {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
    }

.center-middle {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-btn1 {
    background-color: #df7fff;
}

.upload-btn1-business-account {
    background-color: #71f8ff;
}

.fa-upload {
    color: black !important;
}

.upload-btn1:hover {
    background-color: #e1c50e !important;
}
.upload-btn1-business-account:hover {
    background-color: #ff8360 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: bold !important;
    font-size: 13px !important;
    color: black !important;
}

.select2-selection--multiple {
    height: 32px;
    border: none !important;
}

.select-multiple ~ .select2-container {
    padding: 6px !important;
}

.select2-search--inline > .select2-search__field {
    position: relative;
    bottom: 7px;
    height: 38px;
    right: 5px;
}

.p-heading {
    font-size: 13px;
    /*  font-weight: bold;*/
}

.cursor-pointer {
    cursor: pointer
}
/*.select2-selection__choice:not(:first-child) {
    display: none;
}*/

/*Bootstrap Css Changes*/

label {
    /*color: #597489;*/
    font-size: 14px;
    width: auto;
    padding-bottom: 3px;
    font-family: 'ProximaNova-Regular';
}

input::placeholder {
    color: black !important;
    opacity: 0.4 !important;
    font-size: 13px !important;
    width: auto;
    padding-bottom: 3px;
    font-family: 'ProximaNova-Regular' !important;
}
/*.container {
    position: relative;
    left: 0;
    margin: auto;
    margin-top: 100px;
    width: 50%;
    padding-bottom:60px;
}*/
.card-adjustment {
    /*border: #1f8f46 solid 2px;*/
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 100px !important;
    width: 60%;
    margin-bottom: 60px;
}

.btn-adjustment {
    width: 438px !important;
    height: 40px !important;
    /* background-color: #1f8f46;*/
    /* font-weight: bold;*/
    color: #1f8f46;
    border: 0 none;
    cursor: pointer;
    margin: 10px 5px;
    letter-spacing: 1px;
    font-family: fontsfree-net-proxima-nova-bold;
    font-size: 14px;
    border-radius: 50px;
}

.btn-adjustment-popup {
    width: 385px !important;
    height: 45px !important;
    background-color: #1f8f46;
    /*font-weight: bold;*/
    color: black;
    border: 0 none;
    cursor: pointer;
    margin: 10px 5px;
    letter-spacing: 1px;
    font-family: fontsfree-net-proxima-nova-bold;
    font-size: 14px;
    border-radius: 50px;
}

/*    .btn-adjustment-popup:hover {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #1f8f46;
        outline: none;
        border: none;
        background-color: #1f8f46;
    }*/

/*.btn-adjustment:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #1f8f46;
    outline: none;
    border: none;
    background-color: #1f8f46;
}*/
/*    .btn-adjustment:hover {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #1f8f46;
        outline: none;
        border: none;
        background-color: #1f8f46;
    }*/

.btn-adjustment:active {
    background-color: #ffe74c !important;
}
.btn-green-effect-business-account:active {
    background-color: #ff8360 !important;
}
/*    .btn-adjustment:active {
        background-color: #1f8f46 !important;
    }*/
/*    .btn-adjustment:focus-visible {
        background-color: #1f8f46 !important;
    }*/
.footer-adjustment {
    font-size: 12px;
    font-weight: bold;
}

    .footer-adjustment a {
        color: black;
        text-decoration: none;
    }

        .footer-adjustment a:hover {
            text-decoration: underline;
        }

.form-header {
    margin: auto;
    height: auto;
    color: #1f8f46;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.row p {
    margin: auto;
    float: left;
    width: 100%;
    height: auto;
    color: black;
    font-size: 13px;
    margin-top: 6px;
    font-family: 'ProximaNova-Regular';
    text-align: justify;
}

.form-check-adjustment {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.RegionCheck {
    width: 0 !important;
}

.form-control {
    padding: 12px !important;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    height: 45px;
}

.btn-adjustmentRemove {
    width: 100px;
    background: #c00;
    font-weight: bold;
    color: white;
    border: 0 none;
    cursor: pointer;
    margin: 14px 5px;
    letter-spacing: 1px;
    font-family: montserrat, arial, verdana;
    margin-left: 0px;
    font-size: 14px;
    border-radius: 50px;
}

    .btn-adjustmentRemove:hover {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #C00;
    }

@media (max-width: 575.98px) {
    .card-adjustment {
        width: 100% !important;
        margin-bottom: 30px;
    }

    .pagett1 {
        padding-left: 0 !important;
    }

    .container {
        margin-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .add-sm-center {
        display: flex;
        justify-content: center;
    }

    .footer-sm-width {
        width: 93% !important;
    }

    .btn-adjustmentRemove {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .btn-adjustmentRemove {
        margin-bottom: 0;
    }
}

.sub-heading {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    /*justify-content: center;*/
    color: black;
    font-family: "ProximaNova-Regular"
}

.select2-container {
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
    border-radius: 12px !important;
    height: 47px;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 9px !important;
    }

.card-header {
    /*background-color: #1f8f46;*/
}

.selected {
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0px 12px 22px 1px #b4b3b3;
    background: white !important;
    transform: translateY(-4px);
    border: 1px solid #df7fff !important;
}

    .selected.selected-business-account {
        border: 1px solid #71f8ff !important;
    }

.card-hvr {
    transition: box-shadow,transform 0.3s ease-in-out;
}

    .card-hvr:hover {
        box-shadow: 0px 12px 22px 1px #b4b3b3;
        background: white !important;
        transform: translateY(-4px);
    }
/*Navigation steps bar*/
.hh-grayBox {
    margin-bottom: 20px;
    /*padding: 35px;
    padding-top: 0;
    margin-bottom: 20px;*/
}



.order-tracking {
    text-align: center;
    width: 33.33%;
    position: relative;
    display: block;
}

    .order-tracking .is-complete {
        display: block;
        position: relative;
        border-radius: 50%;
        /* height: 30px;
        width: 30px;*/
        height: 8px;
        width: 8px;
        border: 0px solid #a6a6a6;
        background-color: #a6a6a6;
        margin: 0 auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
        z-index: 2;
    }

        .order-tracking .is-complete:after {
            display: block;
            position: absolute;
            content: '';
            height: 14px;
            width: 7px;
            top: -2px;
            bottom: 0;
            left: 5px;
            margin: auto 0;
            border: 0px solid #AFAFAF;
            border-width: 0px 2px 2px 0;
            transform: rotate(45deg);
            opacity: 0;
        }

    .order-tracking.completed .is-complete {
        /*border-color: #1f8f46;*/
        border-color: #df7fff;
        border-width: 0px;
        background-color: #df7fff;
        padding: 0;
    }

.business-account > .order-tracking.completed .is-complete {
    border-color: #71f8ff !important;
    background-color: #71f8ff !important;
}

    .business-account > .order-tracking.completed .is-complete:after {
        /*border-color: #fff;
            border-width: 0px 3px 3px 0;
            width: 7px;
            left: 11px;
            opacity: 1;*/
    }

.order-tracking p {
    color: #A4A4A4;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

    .order-tracking p span {
        font-size: 14px;
    }

.order-tracking.completed p {
    color: #000;
}

.order-tracking::before {
    content: '';
    display: block;
    /*height: 3px;*/
    height: 2px;
    width: calc(100% - 8px);
    background-color: #a6a6a6;
    /*top: 13px;*/
    top: 3px;
    position: absolute;
    left: calc(-50% + 4px);
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: #df7fff;
}

.business-account > .order-tracking.completed:before {
    background-color: #71f8ff !important;
    transition: width 0.5s ease, background-color 0.5s ease;
}

.select2-container--open:empty {
    display: none;
}

/*.padding-card {
    padding: 0px 110px 0 110px;*/
/* margin-top: 50px;*/
/*}*/
.card {
    border-radius: 12px
}
/*.individual-entity {
    height: 47px;
    width: 133px;
}
    .individual-entity .checkmark {
        top: -1px;
        width: 20px;
        height: 20px;
    }
        .individual-entity .checkmark:after {
            top: 3px;
            left: 6px;
        }*/
/*.progress-bar
{
    position:fixed;
    z-index:1;
   
}*/
/*.select2-selection__rendered {
    display: flex !important;
    overflow: auto !important;
    scrollbar-width: thin;
}*/
.select2-selection__rendered:has(.select2-selection__choice) {
    display: flex !important;
    overflow: auto !important;
    scrollbar-width: thin;
}

.select2-container--open {
    z-index: 999999999999 !important;
}

.col-md-4.col-sm-12.mt-2.mb-2 {
    padding: 0px 7px 0px 7px !important;
}

.header-bg {
    background-color: #71f8ff;
}
.header-bg-personal {
    background-color: #df7fff !important;
}
.footer-color {
    border-top: black solid 3px;
}
/*New css*/
.btn-next {
    width: 83px;
    font-family: 'fontsfree-net-proxima-nova-bold';
    cursor: pointer;
    font-size: 20px;
    color: black;
}

    .btn-next img {
        width: 35px;
    }

    .btn-next span {
        position: relative;
        /*top: 1px;*/
    }

    .btn-next:hover {
        outline: 2px solid #e1c50e;
        outline-offset: 3px;
    }

.btn-previous {
    width: 119px;
    font-family: 'fontsfree-net-proxima-nova-bold';
    cursor: pointer;
    font-size: 20px;
    color: black;
}

    .btn-previous span {
        position: relative;
        /*top: 1px;*/
    }

    .btn-previous img {
        width: 35px;
    }

    .btn-previous:hover {
        outline: 2px solid #e1c50e;
        outline-offset: 3px;
    }

.w-85 {
    width: 85%;
}

@media only screen and (min-width: 1025px) {
    .w-40 {
        width: 40% !important;
    }
}

@media only screen and (min-width: 1025px) {
    .w-72 {
        width: 72% !important;
    }
}

.director-btn {
    border-radius: 50px;
    background-color: #1f8f46;
    width: 125px;
    /*background-color: #1f8f46;*/
    /* width:125px;*/
}

.form-control:focus {
    border-color: #df7fff !important;
    box-shadow: 0 0 0 3px #df7fff !important;
    transition: box-shadow .3s ease-in-out !important;
}

.business-account-field:focus {
    /* border-color: #71f8ff !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #71f8ff !important;*/

    border-color: #72f9ff !important;
    box-shadow: 0 0 0 3px #72f9ff !important;
    transition: box-shadow .3s ease-in-out !important;
}

.btn-hover:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #1f8f46;
    outline: none;
    border: none;
    background-color: #1f8f46;
}

.flag-width {
    width: 20%;
    margin-right: 10px;
}

.incorporation-number {
    width: 40%;
}

.btn-next-service-requirement {
    margin-right: 30.1%;
}

.select2-container--open:not([style*="width"]) {
    border: none !important;
}

.footer-width {
    width: 37% !important;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .flag-width {
        width: 30%;
    }

    .incorporation-number {
        width: 62%;
    }

    .btn-next-service-requirement {
        margin-right: 119px;
    }

    .progress-bar-width {
        width: 90% !important;
    }

    .footer-width {
        width: 69% !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .btn-next-service-requirement {
        margin-right: 229px;
    }

    .progress-bar-width {
        width: 95% !important;
    }

    .footer-width {
        width: 61% !important;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .flag-width {
        width: 44%;
    }

    .incorporation-number {
        width: 89%;
    }

    .btn-adjustment-popup {
        width: 100% !important;
    }

    .btn-next-service-requirement {
        margin-right: 19px;
    }

    .progress-bar {
        margin-top: 90px;
    }

    .progress-bar-width {
        width: 100% !important;
    }

    .footer-width {
        width: 75% !important;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}


.c-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-green {
    border: 1px solid #bbe0fb;
    font-family: 'fontsfree-net-proxima-nova-bold';
}

.btn-green-effect {
    background: #df7fff;
    color: #fff;
    font-family: 'fontsfree-net-proxima-nova-bold';
}
    .btn-green-effect:hover {
        background: #ffe74c;
        color:black;
    }
.btn-green-effect-business-account {
    background: #71f8ff;
    color: black;
    font-family: 'fontsfree-net-proxima-nova-bold';
}
    .btn-green-effect-business-account:hover {
        background: #ff8360 !important;
    }


/*    .btn-adjustment:active {
        background-color: #1f8f46 !important;
    }*/

.btn-green-effect:focus-visible {
    transition: all 0.5s ease;
    color: black !important;
    background: #ffe74c;
    border: none !important
}
.btn-green-effect.btn-green-effect-business-account:focus-visible {
    background: #ff8360 !important;
}
.select2-container--focus {
    border-color: #df7fff !important;
    box-shadow: 0 0 0 3px #df7fff !important;
    transition: box-shadow .3s ease-in-out !important;
}

.business-account-field + .select2-container--focus {
    border-color: #71f8ff !important;
    box-shadow: 0 0 0 3px #71f8ff !important;
    transition: box-shadow .3s ease-in-out !important
}
/*:focus-visible {
    outline: none !important;
}*/
:not(.btn-next):not(.btn-previous):not(.checkmark1):focus-visible {
    outline: none;
}

.btn-next:focus-visible {
    outline:2px solid #e9d44a;
    outline-offset: 3px;
}

.btn-previous:focus-visible {
    outline:2px solid #e9d44a;
    outline-offset: 3px;
}

.prev-svg {
    display: block;
    background-image: url(../Images/Previous-button.svg);
    width: 35px !important;
    height: 35px;
    /* background: no-repeat; */
    background-repeat: no-repeat;
}

.business-account-prev-svg {
    background-image: url(../Images/BPrevious-button-blue.svg) !important;
}

.next-svg {
    display: block;
    background-image: url(../Images/Next-button.svg);
    width: 35px !important;
    height: 35px;
    /* background: no-repeat; */
    background-repeat: no-repeat;
}

.business-account-next-svg {
    background-image: url(../Images/BNext-button-blue.svg) !important;
}

.plus-icon {
    font-size: 29px;
    color: #df7fff;
    cursor: pointer;
}

.plus-icon-business-account {
    color: #71f8ff !important;
}

.angle-down {
    font-size: 24px;
    color: #df7fff;
}

.fa-exclamation-circle {
    color: #df7fff;
}

.fa-exclamation-circle-business-account {
    color: #71f8ff !important;
}

.progress-bar-width {
    width: 55%;
}

.form-group {
    margin-bottom: 0;
}

.btn-margin-top {
    margin-top: 18px !important;
}

.rz-multiselect-header {
    display: none;
}

.select2-results__options {
    scrollbar-color: #acacac #fff !important;
    scrollbar-width: thin !important;
}

.select2-selection__choice {
    height: 31px !important;
    margin-top: 0 !important;
}

.select2-selection__rendered {
    overflow-y: hidden !important;
    margin-top: 2px !important;
}

.select2-search__field {
    /*margin-left: 5px !important;*/
}

body:not(.rz-default-scrollbars)::-webkit-scrollbar-thumb {
    background: #b4b4b4 !important;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box !important;
    border-radius: 8px;
}

.file-row .col-md-6:nth-child(odd) {
    padding-right: 0;
}

.file-row .col-md-6:nth-child(even) {
    padding-left: 0;
}

.custom-briefcase {
    color: #71f8ff;
}

.custom-home {
    color: #df7fff;
}

.loader.business-loader {
    border-top: 10px solid #71f8ff !important;
}

.slide-left {
    animation: slideLeft 0.5s forwards;
}

@keyframes slideLeft {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0%);
        opacity: 1;
    }
}

