@import url('https://fonts.googleapis.com/css2?family=Jost:wght@700&display=swap');

:root {
    --blue: #376bff;
}

h1 {
    /*margin-top: 2em !important;*/
    font-size: 30px;
    font-weight: 700;
    padding: 85px 0px 20px 0px;
}

.step-no {
    font-size: 27px;
}

.del-btn {
    background-color: #f74c4c;
    width: auto;
    padding: 0.7em 1em;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.checkboxes .form-check-input {
    margin-top: 22px;
    margin-right: 15px;
}

.upload-araa {
    width: 100%;
    padding: 25px 35px;
    display: inline-block;
    border: 2px solid #ededed;
}

.upload-icon {
    margin-right: 30px;
}

.upload-text {
    float: left;
    margin-top: 8px;
    max-width: 250px;
    display: inline-block;
}

.checkboxes > .form-check {
    width: 100%;
    display: inline-block;
    background-color: white;
    border: 2px solid #ededed;
    min-height: 65px;
    color: #959595;
    font-size: 17px;
    position: relative;
    padding-left: 80px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-family: "Inter" !important;
    color: black;
}

.checkboxes > .form-check label {
    display: block;
    margin-bottom: 0;
    padding: 18px 0;
    font-weight: 100 !important;
}

.upload-option {
    width: 245px;
    height: 45px;
    float: right;
    margin-top: 8px;
    line-height: 45px;
    border-radius: 4px;
    display: inline-block;
    /*background-color: #1dbe72;*/
}

.upload-option label {
    border-radius: 4px;
    display: inline-block;
    background-color: #1dbe72;
    padding: 0 1.8em;
}

.upload-icon i {
    font-size: 60px;
    color: #d4d4d4;
}

.opti-list li:after {
    content: "";
    position: absolute;
    height: 28px;
    left: 15px;
    top: 20px;
    width: 28px;
    border: 2px solid var(--blue);
    background: var(--blue);
}

.opti-list li input {
    opacity: 0;
    position: absolute;
    left: 15px;
    top: 20px;
    width: 28px;
}

textarea.is-invalid {
    border-color: #dc3545 !important;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
    -webkit-box-shadow: 0px 5px 35px 0px rgb(107 89 211 / 17%);
    box-shadow: 0px 5px 35px 0px rgb(107 89 211 / 17%);
    border: 2px solid var(--blue) !important;
}

.opti-list li:before {
    content: "a";
    top: 28px;
    left: 24px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    display: none;
    color: #fff;
    z-index: 1;
    /*font-family: "Font Awesome 5 Free";*/
    position: absolute;
}

.opti-list li.active {
    border: 2px solid var(--blue);
    -webkit-box-shadow: 0 0 15px 5px #6b58d317;
    box-shadow: 0 0 15px 5px #6b58d317;
}

.opti-list li {
    position: relative;
    display: inline-block;
    margin-right: 25px;
    font-size: 19px;
    color: #5f5f63;
    padding: 20px 20px 20px 60px;
    width: 33%;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #ededed;
}

.bottom-line {
    border-bottom: 2px solid var(--blue);
}

.step-progress {
    float: right;
}

.step-progress .progress {
    margin-top: 5px;
    background-color: #fff;
    border: 2px solid #ededed;
    width: 100%;
    border-radius: 10px;
}

textarea {
    width: 100% !important;
    height: 140px !important;
    border: 2px solid #ededed !important;
    padding: 20px 30px !important;
}

.step-progress .progress .progress-bar {
    background-color: var(--blue);
    border-radius: 10px;
}

.form-label {
    color: #5f5f63;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 6px;
    margin-top: 25px !important;
}

.step-progress {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}

.form-control,
.form-select {
    width: 100%;
    height: 70px;
    padding-left: 30px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 2px solid #ededed;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

h4 {
    margin-top: 1em !important;
}

body {
    background: #f9f9f9;
    overflow-x: hidden;
    font-family: 'Jost', sans-serif;
}

.btn-next {
    width: 210px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 75px;
    text-align: center;
    background-color: #6b59d3;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
}

table input,
table select {
    width: auto !important;
}

.stepper .line {
    width: 2px;
    height: 50px;
    background-color: #bcbdbd !important;
}

.stepper .active .rounded-circle {
    background: var(--blue) !important;
    border: 1px solid var(--blue);
}

.stepper .rounded-circle {
    background: #bcbdbd;
    border: 1px hidden var(--blue);
}

.stepper .active .title {
    color: white !important;
}

.stepper .title {
    font-size: 1.1rem;
    color: #d4d4d4;
}

.can-toggle {
    position: relative;
}

.can-toggle *, .can-toggle *:before, .can-toggle *:after {
    box-sizing: border-box;
}

.can-toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.can-toggle input[type="checkbox"][disabled] ~ label {
    pointer-events: none;
}

.can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
    opacity: 0.4;
}

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
    content: attr(data-unchecked);
    left: 0;
}

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    content: attr(data-checked);
}

.can-toggle label {
    user-select: none;
    position: relative;
    display: flex;
    align-items: center;
}

.can-toggle label .can-toggle__label-text {
    flex: 1;
    padding-left: 32px;
}

.can-toggle label .can-toggle__switch {
    position: relative;
}

.can-toggle label .can-toggle__switch:before {
    content: attr(data-checked);
    position: absolute;
    top: 0;
    text-transform: uppercase;
    text-align: center;
}

.can-toggle label .can-toggle__switch:after {
    content: attr(data-unchecked);
    position: absolute;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    transform: translate3d(0, 0, 0);
}

.can-toggle input[type="checkbox"][disabled] ~ label {
    color: rgba(234, 0, 48, 0.5);
}

.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #ea0030;
}

.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    color: #b70026;
}

.can-toggle input[type="checkbox"]:hover ~ label {
    color: #d1002b;
}

.can-toggle input[type="checkbox"]:checked ~ label:hover {
    color: #55bc49;
}

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #70c767;
}

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    color: #4fb743;
}

.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #5fc054;
}

.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    color: #47a43d;
}

.can-toggle label .can-toggle__label-text {
    flex: 1;
}

.can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: #ff0438;
}

.can-toggle label .can-toggle__switch:before {
    color: rgba(255, 255, 255, 0.5);
}

.can-toggle label .can-toggle__switch:after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: #ea0030;
}

.can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(65px, 0, 0);
}

.can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle label {
    font-size: 14px;
}

.can-toggle label .can-toggle__switch {
    height: 36px;
    flex: 0 0 134px;
    border-radius: 4px;
}

.can-toggle label .can-toggle__switch:before {
    left: 67px;
    font-size: 12px;
    line-height: 36px;
    width: 67px;
    padding: 0 12px;
}

.can-toggle label .can-toggle__switch:after {
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: 65px;
    line-height: 32px;
    font-size: 12px;
}

.can-toggle label .can-toggle__switch:hover:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(44px, 0, 0);
}

.can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.can-toggle.can-toggle--size-small label {
    font-size: 13px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch {
    height: 28px;
    flex: 0 0 90px;
    border-radius: 2px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:before {
    left: 45px;
    font-size: 10px;
    line-height: 28px;
    width: 45px;
    padding: 0 12px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:after {
    top: 1px;
    left: 1px;
    border-radius: 1px;
    width: 44px;
    line-height: 26px;
    font-size: 10px;
}

.can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

table .can-toggle__switch {
    margin-right: 150px;
}

.btn-primary,
.btn-success {
    background: var(--blue) !important;
}

.switch-toggle {
    text-transform: uppercase;
    text-align: center;
    width: 100% !important;
    max-width: 175px !important;
    /*border: 3px solid #a0c2ed !important;*/
    color: #a0c2ed !important;
    /*background: var(--bs-gray-500) !important;*/
    background: transparent !important;
    box-shadow: none !important;
}

.switch-toggle label {
    color: #a0c2ed !important;
    cursor: pointer;
    line-height: 25px;
}

.na-lbl,
.na {
    display: none !important;
}

.switch-toggle label:nth-child(2):nth-last-child(6), .switch-toggle label:nth-child(2):nth-last-child(6) ~ label, .switch-toggle label:nth-child(2):nth-last-child(6) ~ a {
    width: 50% !important;
}

.switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(5) + label ~ a {
    left: 50% !important;
}

.switch-toggle label:nth-child(2):nth-last-child(6) ~ input:checked:nth-child(3) + label ~ a {
    left: 25% !important;
    display: none;
}

.na-lbl,
.false-lbl,
.true-lbl {
    padding: 0.4em 0.8em !important;
    border: none !important;
    height: 40px;
    margin: 0 !important;
    outline: 0 !important;
    border-radius: 0px;
    color: rgba(255,255,255, 0.8) !important;
    text-shadow: none !important;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

.false-lbl {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border: 3px solid #a0c2ed !important;
    border-right: none !important;
}

.true-lbl {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    border: 3px solid #a0c2ed !important;
    border-left: none !important;
}

.switch-toggle-0 {
}

.switch-toggle-1 {
    /*background: #ff0438 !important;*/
    /*border-color: #ff0438 !important;*/
}

.switch-toggle-2 {
    /*background: #70c767 !important;*/
    /*border-color: #70c767 !important;*/
}

.na:checked + .na-lbl {
    color: var(--bs-gray-600) !important;
}

.false:checked + .false-lbl {
    /*color: #ff0438 !important;*/
}

.true:checked + .true-lbl {
    /*color: #70c767 !important;*/
}

.switch-candy a {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border: 3px solid #4d8adc !important;
    z-index: 9999 !important;
}

.switch-candy a:hover {
    /*box-shadow: 0 3px 3px rgb(0 0 0 / 40%) !important;*/
}

.table .can-toggle {
    width: 175px;
}

.table input {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 1700px) {
    .form-right-side {
        padding: 100px 100px 0 100px;
    }

    .stepper {
        flex-direction: column;
    }

    .stepper .round {
        flex-direction: column;
    }
}

@media screen and (max-width: 1220px) {
    .step-progress {
        display: block;
        margin-top: 1em;
        max-width: 100%;
    }
}

@media screen and (max-width: 1700px) {
    .form-left-side {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: 125px !important;
        justify-content: center;
        z-index: 999999 !important;
    }

    .form-left-side .round {
        padding: 0 !important;
    }

    .form-right-side {
        width: 100% !important;
        margin-left: 0 !important;
        padding-top: 200px;
    }

    .stepper .line {
        width: 40px;
        height: 2px;
        background-color: #bcbdbd !important;
    }

    .stepper .title {
        display: none;
    }
}
