﻿.heading-icon {
    height: 20px;
}



.suth-logo {
    width: 200px;
    margin-left: 30px;
    display: none;
}



/* LEFT MAIN CONTENT */



.decision-text {
    font-size: 6rem;
    font-weight: 600;
    color: #ea2a59;
    line-height: 1;
    text-shadow: 1px 0 0 #ea2a59, -1px 0 0 #ea2a59, 0 1px 0 #ea2a59, 0 -1px 0 #ea2a59, 1px 1px 0 #ea2a59, -1px -1px 0 #ea2a59, 1px -1px 0 #ea2a59, -1px 1px 0 #ea2a59;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
}

.making-text {
    margin-top: -14px;
    font-size: 50px;
    color: #ea2a59;
}

.right-form {
    /* margin-top: -30px; */
}

.customer-text {
    margin-top: 30px;
    font-size: 23px;
    font-weight: lighter;
    color: #23235d;
}

.madeeasy-text {
    margin-top: -14px;
    font-weight: 600;
    font-size: 4rem;
    color: #23235d;
    text-shadow: 1px 0 #23235d, -1px 0 #23235d, 0 1px #23235d, 0 -1px #23235d, 1px 1px #23235d, -1px -1px #23235d, 1px -1px #23235d, -1px 1px #23235d;
}


div.vertical-line {
    height: 40px;
    margin: 10px;
}

    div.vertical-line.left {
        border-left: 2px solid #d9d9d9;
    }

.icon-detail {
    width: 260px;
    display: flex;
    align-items: center;
}

.heading-content {
    margin-top: 10px;
    display: flex;
}

.left-background {
    background-color: #F6FBFE;
    background-image: url("../../assets/images/HelpTree_logo_bg.png") !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 635px auto;
}

.left-content {
    /* margin-top: -40px; */
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.left-icons {
    margin-top: 10px;
}

.sub-icon {
    height: 30px;
}

.smartleap-logo {
    bottom: 30px;
    right: 30px;
    height: 40px;
}

.separator-content {
    color: gray;
}

.pass-eye {
    color: gray;
}


.copy-rights {
    left: 30px;
    bottom: 40px;
    color: gray;
}

.bottom-content {
    display: none;
    padding: 30px;
}

.icons-content {
    display: flex;
    align-items: center;
}

.right-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-logos {
    display: none;
}

.btn-danger {
    color: white !important;
}

    .btn-danger:hover {
        color: #ea2a59 !important;
        border: 2px solid #ea2a59 !important;
    }



.btnclient {
    background-color: #ea2a59 !important;
    border-radius: 50px !important;
    color: white !important;
    width: 100% !important;
    border: 2px solid transparent !important; /* Reserve space */
    padding: 12px 0px !important;
    font-weight: bold;
}

    .btnclient:hover {
        border: 2px solid #ea2a59 !important;
        color: #ea2a59 !important;
        background-color: #fff !important;
    }

@media screen and (max-width: 1400px) {


    .decision-text {
        font-size: 4rem;
        font-weight: 600;
        color: #ea2a59;
        line-height: 1;
        text-shadow: 1px 0 0 #ea2a59, -1px 0 0 #ea2a59, 0 1px 0 #ea2a59, 0 -1px 0 #ea2a59, 1px 1px 0 #ea2a59, -1px -1px 0 #ea2a59, 1px -1px 0 #ea2a59, -1px 1px 0 #ea2a59;
        -webkit-font-smoothing: none;
        -moz-osx-font-smoothing: grayscale;
    }

    .making-text {
        margin-top: -4px;
        font-size: 40px;
        color: #ea2a59;
    }

    .right-form {
        margin-top: 30px;
    }

    .customer-text {
        margin-top: 18px;
        font-size: 18px;
        font-weight: lighter;
        color: #23235d;
    }

    .left-icons {
        margin-top: 40px;
    }

    .madeeasy-text {
        margin-top: -4px;
        font-weight: 600;
        font-size: 3rem;
        color: #23235d;
        text-shadow: 1px 0 #23235d, -1px 0 #23235d, 0 1px #23235d, 0 -1px #23235d, 1px 1px #23235d, -1px -1px #23235d, 1px -1px #23235d, -1px 1px #23235d;
    }
}




@media screen and (min-width: 1920px) {
    .suth-logo {
        width: 300px;
        margin-left: 30px;
    }

    .left-content {
        margin-left: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .left-icons {
        display: flex;
        justify-content: center;
    }

    .left-background {
        background-color: #F6FBFE;
        background-image: url("../../assets/images/HelpTree_logo_bg.png") !important;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 800px auto;
    }

    .smartleap-logo {
        bottom: 30px;
        right: 30px;
        height: 60px !important;
    }
}


@media screen and (max-width: 991px) {

    .right-form {
        margin-top: 0px;
    }

    .right-background {
        background-color: #F6FBFE;
        background-image: url("../../assets/images/HelpTree_logo_bg.png") !important;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 500px auto;
    }

    .smartleap-logo {
        display: none !important;
    }

    .bottom-content {
        display: block;
        margin-top: 80px;
    }

    .right-col {
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width:450px) {

    .bottom-content1 {
        display: none;
    }
}

@media screen and (max-width:450px) {


    .bottom-content {
        margin-top: 28px;
        margin-bottom: 10px;
        display: block;
    }

    .right-form {
        /* margin-top: -40px;*/
    }

    .right-col {
        /* margin-top: 0px;*/
    }

    .suth-logo {
        display: none;
    }

    .right-background {
        background-color: #ffffff;
        background-image: url("../../assets/images/HelpTree_logo_bg.png") !important;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 300px auto;
    }

    .icon-detail {
        margin-top: 20px;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .vertical-line {
        display: none;
    }

    .icons-content {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .smartleap-logo {
        display: none !important;
    }

    .bottom-content {
        margin-bottom: 40px;
    }

    .decision-text {
        /* margin-top: 80px; */
        font-size: 3rem;
        font-weight: 600;
        color: #ea2a59;
        line-height: 1;
        text-shadow: none
    }

    .heading-content {
        /* display: block; */
    }



    .making-text {
        margin-top: 4px;
        font-size: 24px;
        color: #ea2a59;
        margin-left: 10px;
    }


    .customer-text {
        margin-top: 0px;
        font-size: 14px;
        font-weight: lighter;
        color: #23235d;
    }

    .madeeasy-text {
        margin-top: -12px;
        font-weight: 600;
        font-size: 2rem;
        color: #23235d;
        text-shadow: none;
        margin-left: 10px;
    }

    .left-icons {
        /* margin-top: 10px; */
        display: none;
    }

    .bottom-logos {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .suth-bottom {
        height: 40px;
    }

    .smartleap-bottom {
        height: 40px;
    }
}

@media (min-width: 450px) and (max-width: 991px) {
    .making-text {
        margin-top: 10px;
        font-size: 30px;
        color: #ea2a59;
        margin-left: 10px;
        align-items: flex-end;
    }


    .customer-text {
        margin-top: 14px;
        font-size: 18px;
        font-weight: lighter;
        color: #23235d;
    }

    .madeeasy-text {
        margin-top: -8px;
        font-weight: 600;
        font-size: 3rem;
        color: #23235d;
        text-shadow: none;
        margin-left: 10px;
    }

    .bottom-logos {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .suth-bottom {
        height: 40px;
    }

    .smartleap-bottom {
        height: 40px;
    }

    #bgimage {
        display: none;
    }
}


@media screen and (min-width: 2560px) {

    .left-background {
        background-color: #F6FBFE;
        background-image: url("../../assets/images/HelpTree_logo_bg.png") !important;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 1000px auto;
    }
}


@media (min-width: 450px) and (max-width: 600px) {
    .icon-detail {
        width: 100%;
        display: flex;
        align-items: center;
    }
}

.login-button {
    color: #ea2a59;
    border: 2px solid #ea2a59;
    display: block;
    background-color: white;
    padding: 1.8%;
    margin: 7% auto;
    width: 22%;
    text-align: center;
    text-decoration: none;
    border-radius: 15px;
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.056) !important;
    transition: all .3s ease-in-out !important;
}

    .login-button:hover {
        color: #ea2a59;
        border: 2px solid #ea2a59;
        box-shadow: 0 30px 13px -15px rgba(120, 120, 120, 0.195) !important;
    }


    .login-button:active {
        color: #ea2a59;
        border: 2px solid #ea2a59;
        box-shadow: 0 30px 13px -15px rgba(120, 120, 120, 0.195) !important;
    }




/* FORM PAGE CSS */
.input-container {
    position: relative;
}

    .input-container svg {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .input-container select {
        width: 100%;
        padding-left: 40px;
        padding-right: 35px;
        height: 45px;
        border: 1px solid #ced4da;
        border-radius: 10px;
        background-color: #fff;
        color: #495057;
        font-size: 15px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 16px 16px;
    }

        .input-container select:focus {
            border-color: #86b7fe;
            outline: 0;
            box-shadow: 0 0 0 0.1rem rgba(13, 110, 253, 0.25);
        }

.fv-row {
    margin-bottom: 1.5rem;
}


select.form-select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18' viewBox='0 0 24 24'><path fill='grey' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>") #fff;
    background-position: 98% 50% !important;
    background-repeat: no-repeat !important;
    border-radius: 10px !important;
}


.dropdown {
    width: 100%;
    font-weight: 300;
    text-decoration: none;
}


.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
    opacity: 1;
    z-index: 1;
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter::after {
    transform: rotate(-135deg);
}

.dropdown__options-filter {
    width: 350px;
    cursor: pointer;
}

.dropdown__filter {
    width: 340px;
    padding-left: 10px;
    padding-right: 35px;
    height: 45px;
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 10px;
    background-color: #fff;
    color: #495057;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
    margin-bottom: 24px;
}

    .dropdown__filter:focus {
        outline: none;
    }

    .dropdown__filter::after {
        position: absolute;
        /* top: 45%; */
        right: 20px;
        content: '';
        width: 10px;
        height: 10px;
        border-right: 1px solid #595959;
        border-bottom: 1px solid #595959;
        transform: rotate(45deg) translateX(-45%);
        transition: 0.3s ease-in-out;
    }

.dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 340px;
    margin-top: -24px;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: top;
    border-radius: 10px;
    opacity: 0;
    transition: 0.2s ease-in-out;
    box-shadow: 4px 4px 4px rgba(128, 128, 128, 0.281) !important;
}

.dropdown__select-option {
    padding: 10px;
    z-index: 10;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ffffff;
    transition: 0.3s;
    box-shadow: 4px 4px 4px gray !important;
}

    .dropdown__select-option:last-of-type {
        border-bottom: 0;
    }

    .dropdown__select-option:hover {
        background-color: #f1f1f1;
        color: #ea2a59;
    }


/*custon style for the helptree*/

.help-tree-dropdowns .ht-dropdown {
    max-width: 354px;
}

form:has(.help-tree-dropdowns) {
    width: 354px;
}

@media (pointer: coarse) {
    .ht-select {
        appearance: auto !important;
        -webkit-appearance: auto !important;
    }

    .ht-icon, .ht-caret {
        pointer-events: none !important;
    }
}
@media screen and (max-width: 450px) {
    body, html {
        height: auto !important;
        overflow-y: auto !important;
    }
}

@media screen and (max-width: 1500px) {
    .ht-caret,
    .ht-icon-client,
    .ht-icon-program,
    .ht-icon-type {
        display: none;
    }
}
