/* google font  */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
    --primary-color: #6049e7;
    --ot-primary-rgb: #d6e2ef;
    --primary-border: #d6e2ef;
    --font-Inter: "Inter", sans-serif;
    --ot-text-title: #161f2b;
    --ot-text-primary: #545c66;
    --ot-text-secondary: #acaeb2;
    --bodyBg: #f5f5f7;
    --success-color: #00c292;
}

body {
    font-family: var(--font-Inter);
    color: var(--ot-text-primary);
    --secondary-color: #fa9403;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    color: var(--ot-text-title);
    padding: 0 !important;
    font-family: var(--font-Inter);
}
.text-primary {
    color: var(--primary-color) !important;
}
.text-primary-paragraph {
    color: var(--ot-text-primary) !important;
}
.text-secondary-paragraph {
    color: var(--ot-text-secondary) !important;
}
p {
    color: var(--ot-text-primary);
}
.radius-4 {
    border-radius: 4px;
}
.radius-8 {
    border-radius: 8px;
}
.radius-10 {
    border-radius: 10px;
}
.radius-12 {
    border-radius: 12px;
}
button,
.btn {
    border-radius: 4px;
    transition: 0.3s;
    border: 0;
}
button:hover,
.btn:hover {
    color: #fff !important;
    box-shadow: 0px 5px 20px 0px rgba(88, 59, 255, 0.3) !important;
}
input {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    padding-top: 0.85rem !important;
    padding-bottom: 0.85rem !important;
}

.form-check-input {
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    max-height: 20px;
    min-height: 20px;
    padding: 0 !important;
    border-radius: 50% !important;
    border: 1px solid rgb(199 199 199) !important;
}

.form-check-input:checked {
    background-color: var(--primary-color) !important;
}
.installer-container .form-control:focus {
    border-width: 1px !important;
}
hr {
    margin-top: 14px !important;
    margin-bottom: 22px !important;
}

.installer-container {
    display: grid;
    grid-template-columns: 420px auto;
}

.follow-next-step-side .initial {
    background-color: #f5f5f7;
}
.content-body {
    padding: 20px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 16px;
    min-height: 200px;
}

.follow-next-step-side .initial {
    transition: all 1s ease;
}

.section1-m {
    margin-left: 200px;
}

p {
    margin-top: 0;
    margin-bottom: 0rem;
}
.illustration img {
    margin-left: 180px;
}
.image-icon {
    width: 32px;
    height: 32px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #08a926;
}
.all-the {
    color: var(--primary-color);
}

.btn-with-opacity {
    background-color: rgb(127 88 254 / 10%);
}

.star {
    color: red;
    margin-left: 6px;
}
.next-step-status-line {
    display: block;
    width: 0px;
    height: 26px;
    background: #eaeaea;
    border-left: 1px dotted #eaeaea;
    margin-left: 20px;
}

.completed {
    background: var(--primary-color);
    border-color: var(--primary-color);
    .tab-button {
        background-color: #08a926;
        color: #fff;
    }
    .step_label {
        color: #fff;
    }
}

.next-step-status-line.notCompleted {
    background: #ffc107;
    border: 0.5px dotted #ffc107;
}
.tab-section {
    display: none;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.02);
    border-radius: 8px !important;
    border: none;
    max-width: 900px;
    width: 100%;
}

.show-section {
    display: block !important;
}
.list-item {
    display: flex;
    gap: 10px;
    margin-bottom: 6px;
    color: var(--ot-text-primary);
    font-size: 14px;
}
.system_req_err {
    background-color: #fff5f7 !important;
}
.system_req_err_msg {
    color: #ee3862 !important;
}
.parsley-errors-list {
    color: #ee3862 !important;
    text-decoration: none !important;
}
.parsley-required {
    text-decoration: none;
    list-style: none !important;
    margin-left: -30px;
    font-size: 12px;
    font-family: monospace;
    font-weight: 700;
    padding-top: 5px;
}
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    z-index: 100001;
    justify-content: center;
    backface-visibility: hidden;
    background: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form-control:focus {
    box-shadow: unset;
}
.form-control {
    height: 40px;
    border-radius: 4px;
}
.loader_img {
    text-align: center;
}
.loader_img {
    background-position: center;
    margin: -25px 0 0 -25px;
    text-align: center;
    width: 190px;
    height: 217px;
}

.sidebar-top-side {
    text-align: center;
    justify-content: center;
    margin-top: 30px;
}

.installer_horizontal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.installer_horizontal .follow-next-step-side {
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    padding: 10px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.installer_horizontal .follow-next-step-side.completed {
    background: rgba(0, 194, 146, 0.1);
}
.installer_horizontal .follow-next-step-side:not(:last-child)::after {
    left: auto;
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 100%;
    height: 1px;
    background: #eaeaea;
    transform: translateY(-50%);
    z-index: -1;
    border-style: dashed;
    border-width: 1px;
    border-color: #919aa4;
}
.installer_horizontal .follow-next-step-side.completed::after {
    border-color: #08a926;
}
.step_label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.form-check-input:checked[type="checkbox"] {
    border: 0 !important;
}
/* New Installer Styles */

.installer-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f5f5f7;
}
.installer-container {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    overflow: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    background-position: center center;
    min-height: 700px;
    padding: 30px;
    .installer-content {
        width: 800px;
        min-height: 500px;
        background-color: #fff;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        @media (max-width: 767px) {
            width: 100%;
        }
    }
    .installer-header {
        display: flex;
        align-items: center;
        padding: 10px 20px;
        width: 100%;
        border-bottom: 1px solid #eaeaea;
        .logo-tag {
            max-width: 120px;
        }
        .title {
            font-size: 20px;
            font-weight: 500;
            color: var(--ot-text-title);
            margin-bottom: 0;
        }
    }
    .from-section__main {
        padding: 20px;
    }
}
.follow-next-step-side {
    width: 100%;
    text-align: center;
    height: 10px;
}
.installer-progress-bar {
    margin-bottom: 30px;
    border-radius: 2px;
    overflow: hidden;
}
.app-login-bg {
    position: relative;
    z-index: 1;
}
.modal-action-button {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    border-radius: 50%;
    color: var(--ot-primary);
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: var(--ot-primary);
    padding: 0 !important;
    @media (max-width: 767px) {
        display: none;
    }
}
.modal-action-button.maximize {
    background-color: #2cbf44;
}
.modal-action-button.minimize {
    background-color: #fdb23a;
}
.modal-action-button.close {
    background-color: #fd5350;
}
.text-title {
    opacity: 1;
    font-size: 18px;
    font-weight: 600;
    color: var(--ot-text-title);
    margin-bottom: 20px;
}
.title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.sub-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--ot-text-title);
    margin-bottom: 10px;
}

.list-style {
    list-style: none;
    padding: 0;
    margin: 0;
    li {
        margin-bottom: 4px;
        font-size: 14px;
        color: var(--ot-text-primary);
        text-transform: capitalize;
        span {
            font-weight: 600;
            color: var(--ot-text-title);
            min-width: 80px;
        }
    }
}
.btn-secondary {
    background-color: #f5f5f7;
    border: 1px solid var(--primary-border);
    color: var(--ot-text-title);
    &:hover {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
        color: #fff;
    }
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    &:hover {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
        color: #fff;
    }
}

.column-count-2 {
    column-count: 2;
}
.text-12 {
    font-size: 12px;
}
.text-14 {
    font-size: 14px;
}
.form-check-input:checked {
    box-shadow: none;
}
.form-check-input:focus {
    box-shadow: none;
}
label {
    font-size: 14px;
}
.w-40 {
    width: 40px;
}
.h-40 {
    height: 40px;
}
.w-32 {
    width: 32px;
}
.h-32 {
    height: 32px;
}

.follow-next-step[disabled] {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    color: #aeaeae !important;
    cursor: not-allowed;
    pointer-events: none;
    &:hover {
        background-color: #e1e1e1;
        border-color: #e1e1e1;
        color: #aeaeae !important;
        cursor: not-allowed;
        box-shadow: none !important;
    }
}

/* New */

.loader-wrapper {
    position: relative;
}
.cir {
    position: absolute;
    height: 45px;
    width: 45px;
    top: 0px;
    left: 100px;
    background-color: #6049e7;
    border-radius: 50%;
    animation: up 1.5s infinite;
    transition: 0.5s;
}
@keyframes up {
    50% {
        transform: translateY(10px);
    }
}
.body2 {
    position: absolute;
    top: 50px;
    left: -32px;
    width: 45px;
    height: 87px;
    background-color: #6049e7;
    border-radius: 700px 50px 10px 10px;
    transform: skew(-5deg);
}
.foot1 {
    position: absolute;
    top: 167px;
    left: 90px;
    left: 50px;
    width: 30px;
    height: 15px;
    background-color: #6049e7;
    border-radius: 20px 20px 10px 10px;
    transform: skew(5deg);
    z-index: 1;
    animation: cc 1.5s infinite;
    transition: 0.6s;
}
@keyframes cc {
    40% {
        left: 110px;
        transform: rotate(35deg);
        top: 160px;
    }
    50% {
        transform: rotate(-20deg);
        top: 160px;
    }
    90% {
        left: 50px;
        transform: rotate(0deg);
    }
}
.foot2 {
    position: absolute;
    top: 167px;
    left: 150px;
    left: 110px;
    width: 30px;
    height: 15px;
    background-color: #6049e7;
    border-radius: 20px 20px 10px 10px;
    transform: skew(5deg);
    transition: 0.6s;
    animation: bb 1.5s infinite;
}
@keyframes bb {
    40% {
        left: 50px;
        transform: rotate(35deg);
        top: 160px;
    }
    50% {
        transform: rotate(-20deg);
        top: 160px;
    }
    90% {
        left: 110px;
        transform: rotate(0deg);
    }
}
@keyframes mm {
    50% {
        transform: scale(1.2);
    }
}
.modal-action-button {
    width: 14px;
    height: 14px;
    background-color: #d5d5d5 !important;
}
