@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    line-height: 100%;
}

#element-to-print {
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

body {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: .2px;
    /* overflow: hidden; */
}

a {
    text-decoration: none !important;
}


header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 14px;
    /* border-bottom: 1px solid #ececec; */
}

.action_menu {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 15px;
}

.action_menu .login_btn {
    color: #272727;
}

.action_menu .login_btn:hover {
    color: #0068b1;
    text-decoration: none;
}

.action_menu .signip_btn {
    color: white;
    background: #0068b1;
    border-radius: 5px;
    padding: 10px 15px;
    transition: .2s ease-in-out;
}

.action_menu .signip_btn:hover {
    background: rgb(6, 79, 131);
}

.logout_btn {
    color: #FFFFFF;
    padding: 12px 20px;
    text-align: left;
    border-radius: 4px;
    background: #0068b1;
}

.user_pro {
    margin-right: 20px;
}

.user_pro .name {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3px;
}

.user_pro span {
    font-size: 13px;
    color: #656565;
}

/* ================ */

main {
    /* display: flex; */
    min-height: calc(100vh - 85px);
    overflow: hidden;
}

.content_wrapper {
    /* flex-grow: 1;
    width: 50%; */
    padding: 40px 40px;
    text-align: left;
}

.content_wrapper h1 {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.content_wrapper p {
    font-size: 14px;
    line-height: 130%;
    color: #636363;
}

/* instructions_wrap */
.instructions_wrap {
    /* margin-top: 35px; */
}

.instructions_wrap ul {
    padding: 0;
    margin: 0;
    margin-left: 15px;
}

.instructions_wrap ul li {
    font-size: 14px;
    line-height: 130%;
    color: #636363;
    margin-bottom: 10px;
}

.instructions_wrap ul li span {
    color: #0068b1;
}


/* aside */
aside {
    /* width: 60%; */
    background: #EFF3F7;
    padding: 30px;
    height: 100%;
    overflow: auto;
}

.heading {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

form {
    text-align: center;
    position: relative;
    margin-top: 30px
}

#msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left;
    margin-bottom: 20px;
    padding: 15px;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

input,
textarea,
select,
.select2-selection {
    padding: 10px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    color: #222222;
    background-color: #ffffff;
    font-size: 15px;
    min-height: 42px;
}

.radio-input {
    height: auto;
    width: auto;
}

.form_group .select2-container--default .select2-selection--single {
    padding: 6px;
    /* border: none; */
}

.form_group .select2-container {
    width: 100% !important;
}

.form_group .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #0068b1;
    outline-width: 0
}

.action-button {
    width: 100px;
    background: #0068b1;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 12px 15px;
    margin: 0;
    margin-left: auto;
    display: block;
    float: right;
    margin-left: 20px;
}

.action-button:hover,
.action-button:focus {
    background-color: #311B92
}

.action-button-previous {
    width: 100px;
    background: #616161;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 12px 15px;
    margin: 0;
    margin-left: auto;
    display: block;
    float: right;
}

.action-button-previous:hover,
.action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 18px;
    color: #0068b1;
    margin-bottom: 30px;
    font-weight: 500;
}

.fs-title.h2 {
    font-size: 24px;
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    border-radius: 5px;
}

#progressbar .active {
    color: #ffffff;
    background: #0068b1;
}

#progressbar li {
    list-style-type: none;
    font-size: 14px;
    color: #737373;
    flex: 1;
    height: 100%;
    position: relative;
    font-weight: 400;
    padding: 15px;
    background: white;
    border-right: 1px solid #EFF3F7;
    text-align: center;
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/* from style */

.form_group {
    margin-bottom: 30px;
}

.form_group .fieldlabels {
    color: #575757;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}


/* .grid_flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
} */

.grid_flex.two-column-new {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
/* .grid_flex.one_column {
    grid-template-columns: repeat(1, 1fr);
} */

.btn_flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.btn_flex input {
    margin: 0 !important;
}

.sub_label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 25px;
}

/* ==== */

.customer_records_dynamic {
    padding-top: 30px;
    border-top: 1px solid rgb(205, 205, 205);

}

.customer_records.p-relative .delete-section.btn-remove-customer {
    position: absolute;
    top: -20px;
    right: 0px;
}

.customer_records {
    margin-top: 30px;
}

.customer_records:first-child {
    margin: 0;
}

.extra-fields-customer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-size: 15px;
    margin-bottom: -20px;
    font-weight: 500;
    color: #0068b1;
}

.btn-remove-customer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #d9120f;
    /* margin-top: 30px; */
}

.btn-remove-customer:hover {
    color: #ca0602 !important;
}

fieldset ul {
    padding: 0;
    margin: 0;
    margin-left: 15px;
    margin-bottom: 40px;
}

fieldset ul li {
    font-size: 14px;
    line-height: 130%;
    color: #202020;
    margin-bottom: 20px;
}

fieldset p {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 30px;
}

/* ===== */

.complete_form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    padding: 40px;
}

.complete_form h5 {
    font-size: 20px;
    color: #04ae20;
}


/* modal css */
.modal-header {
    background: #eff3f7;
    padding: 14px 25px;
    border: none;
    color: #0068b1;
}

.modal-body {
    padding: 25px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
    }

    .modal-dialog.modal-lg {
        max-width: 1200px;
    }

    .modal-dialog.modal-lg .modal-body {
        max-height: 70vh;
        overflow: auto;
    }
}

.modal-body .form_group .fieldlabels {
    color: #222222;
    font-weight: 500;
}

.modal .btn_flex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    margin-top: 30px;
}

.modal .signup_btn {
    border: none;
    padding: 0;
    background: none;
    color: #3e3e3e;
    font-size: 15px;
}

.modal .signup_btn:hover {
    color: #0068b1;
}

.modal .login_btn {
    border: 1px solid #0068b1;
    color: white;
    background: #0068b1;
    border-radius: 5px;
    padding: 12px 25px;
    transition: .2s ease-in-out;
    font-size: 14px;
}

.modal .login_btn:hover {
    color: #0068b1;
    background: white;
}

.delete-section-button {
    cursor: pointer;
}


/* =========== */

.main__wrapper {
    text-align: center;
    padding: 50px;
}

.main__title {
    font-size: 35px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.main__home {
    position: relative;
    background-image: url("https://assets.swoogo.com/uploads/full/1832293-6294874021f26.jpg");
    background-size: cover;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-left: 50px;
}

.main__home::before {
    position: absolute;
    inset: 0;
    content: "";
    background: #00000077;
}

.main__wrapperBlur {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 20px 10px;
    border-radius: 6px;
    background: #ffffff0f;
    backdrop-filter: blur(4px);
    width: 75%;
    margin-top: 50px;
    justify-content: center;
    color: #fff;
}

.grid__flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    /* padding-inline: 80px; */
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 20px;
}

.wrapper_sec p {
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0.9;
    width: 95%;
    font-size: 14px;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0px;
    margin: 0;
}

.main__wrapperBlur p {
    color: #fff;
    opacity: 0.9;
    width: 95%;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0px;
    margin: 0;
}

.grid__flex.three-col {
    grid-template-columns: repeat(3, 1fr);
}

.wrapper_sec {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    height: 100%;
    padding: 20px 10px;
    border-radius: 6px;
    background: #ffffff0f;
    backdrop-filter: blur(4px);
    text-align: center;
}

.wrapper_sec h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
}

.wrapper_sec a {
    background: #0068b1;
    color: white;
    padding: 13px 20px;
    border-radius: 4px;
    font-size: 15px;
}

/* Checkbox Input */
.checkbox-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
    color: #0068b1;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.checkbox-btn.between {
    width: 100%;
    justify-content: space-between;
}

.checkbox-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: white;
    transition: 0.3s;
    border-radius: 4px;
}

.checkbox-btn span::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: scale(0) rotate(-45deg);
    position: relative;
    bottom: 1px;
    transition: 0.3s;
}

.checkbox-btn input {
    display: none;
}

.checkbox-btn input:checked~span {
    background-color: #0068b1;
}

.checkbox-btn input:checked~span::before {
    transform: scale(1) rotate(-45deg);
}

.checkbox__sec .checkbox-btn {
    color: #454545 !important;
}

.text-danger {
    text-align: left;
}

/* ========== */
.top_perv {
    position: absolute;
    top: -8px;
    right: 0;
    padding: 10px 12px;
    font-size: 15px;
    float: none;
    height: auto;
    min-height: auto;
    width: auto;
}

.px-6 {
    padding-right: 90px;
}

.logo-main {
    width: 130px;
}

header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9 !important;
    background: #fff !important;
}

.logo-small {
    display: none;
}

.fieldset {
    position: relative;
}

.f-col-3 {
    grid-column: 1/4;
}

.p-relative {
    position: relative;
}

.adjust_cls {
    width: 150px;
}

.adjust {
    display: flex;
    gap: 14px;
    flex-wrap: nowrap;
}

.print-label {
    font-size: 14px;
    font-weight: 400;
    color: rgb(87, 87, 87);
    display: block;
    margin-bottom: 7px;
    line-height: 130%;
}

.print-value {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: block;
    width: 100%;
    word-break: break-word;
    opacity: 0.8;
    border: 1px solid #ece9e9;
    padding: 6px;
    letter-spacing: 0;
    border-radius: 6px;
}

#element-to-print .form_group {
    margin-bottom: 0px !important;
}

#wrap {
    word-break: break-all;
}

.adjust-to-print {
    padding-right: 0px !important
}

.adjust-to-print .modal-dialog {
    width: 100% !important;
    margin: 0px !important;
    max-width: 100%;
}

.adjust-to-print .modal-dialog.modal-lg .modal-body {
    height: 100%;
    max-height: 100%;
}