.btn-light-primary {
    color: #0a58ca !important;
    background-color: #ebf3fe !important;
}

.bg-light-primary {
    color: #0a58ca !important;
    background-color: #ebf3fe !important;
}

.dropzone-border {
    border: 2px dashed #0a58ca;
    border-radius: 16px;
}

.nav-border {
    border-bottom: 3px solid #9dc1fb;
}

.card-width {
    width: 29rem !important;
}

.w-1k{
    width: 1020px !important;
}

.mb-6 {
    margin-bottom: 2.6rem;
}

.img-card {
    padding: 58px 183px !important;
}

.otp-card {
    width: 445px;
}

.multistep-container .mutistep-form-area .form-box:nth-child(2),
.multistep-container .mutistep-form-area .form-box:nth-child(3),
.multistep-container .mutistep-form-area .form-box:nth-child(4) {
    display: none;
}

.multistep-container .active-button {
    display: table;
    margin: auto;
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 25px;
}

.multistep-container .active-button li {
    display: inline-block;
    width: 180px;
}

.multistep-container .active-button li .round-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    display: block;
    color: #000;
    text-align: center;
    font-family: 'poppins';
    font-weight: 500;
    line-height: 30px;
    max-width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.multistep-container .active-button li.active {
    color: #0a58ca !important;
    border-bottom: 3px solid #0a58ca !important;
}

.completed {
    color: #9DC1FB !important;
    border-bottom: 3px solid #9DC1FB !important;
}

.multistep-container .active-button li:not(:first-child) .round-btn:before {
    position: absolute;
    content: '';
    width: 154px;
    height: 3px;
    background-color: #ccc;
    left: -154px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.form-width {
    width: 75% !important;
}

.multistep-container .active-button li.active:not(:first-child) .round-btn:before {
    background-color: #0a58ca !important;
}

.show {
    display: block !important;
}

.img {
    width: 100px !important;
}

.btn-div {
    width: 90% !important;
}

.code-input {
    margin: 6px;
    height: 56px;
    width: 56px;
    border: 1px solid #CBD5E1;
    border-radius: 12px;
    outline: none;
    text-align: center;
    font-size: 1.2rem;
    background: #eef2f3;
}

.select2-container--default .select2-selection--single {
    outline: none !important;
    border-radius: 0.375rem !important;
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}
.pointer{
    cursor: pointer;
}

.select2-container .select2-selection--single{
    height: 60px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 60px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    margin: 0.5rem 0 !important;
    padding: 0 !important;
}

@media (max-width: 650px) {

    .img-card {
        padding: 58px 115px !important;
    }

    .btn-div {
        width: 97% !important;
    }

    .otp-card {
        width: 100% !important;
    }

    .form-width {
        width: 100% !important;
    }

    .code-input {
        margin: 5px !important;
        height: 45px;
        width: 45px;
    }
    .w-1k{
        width: 100% !important;
    }
}

@media (min-width: 578px) and (max-width: 1024px) {
    .card-width {
        width: 100% !important;
        /* margin-left: 10px; */
    }

    .img-card {
        padding: 58px 110px !important;
    }
    .w-1k{
        width: 100% !important;
    }
}

@media (max-width: 600px) {
    .card-width {
        width: 100% !important;
        /* margin-left: 10px;  */
    }

    .img-card {
        padding: 58px 60px !important;
    }
    .w-1k{
        width: 100% !important;
    }
}