
/* STYLE THALES */

body,
html {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

body {
    /* padding: 30px; */
}

.height-100 {
    height: 100%;
    position: relative;
}

/* .card-style {
    border-radius: 6px;
    padding: 3px;
    box-shadow:
        0 10px 40px -10px rgba(94, 83, 143, 0.3),
        0 50px 90px -30px rgba(13, 29, 65, 0.3),
        0 0 600px rgb(171, 179, 199);

} */









/* ################################################# */
/* PURPLE COLORED COLUMN ---  BRAND COLUMN   ------- */
/* ################################################# */

.brand-column {
    background-color: #3f0d7e;
    padding: 72px;
    padding-top: 225px;
    background-image:
        linear-gradient( to right , rgba(17, 0, 44, 0) 30% , rgba(17, 0, 44, 0.1) ),
        /* linear-gradient( to right , rgba(0, 0, 40, 0) 60% , rgba(0, 0, 40, 0.2) ), */
        radial-gradient( at top left , #D83DFF , #7425D9 );
    box-shadow: inset 0 0 90px -20px rgba(20, 0, 40, 0.1) ;
    border-radius: 4px 0 0 4px;

}

.text-purple-column {
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    /* padding-right: 60px; */
    font-weight: 600;
    line-height: 1.8;
    font-size: 21px;
    max-width: 290px;
}

.text-purple-column span {
    display: inline-block;
}

.text-purple-column.helpa {
    font-size: 64px;
    color: #fff;
    font-weight: 800;
}

.logo-helpa-purple-column {
    width: 350px;
    max-width: 130%;
    margin-left: -40px;
    /* margin-right: -30px; */
}









/* ################################################# */
/* - FORM COLUMN   &   TITLES  -     -    -     -    */
/* ################################################# */

.form-column {
    position: relative;
    height: 100%;
    border-left: 1px solid rgba(50, 0, 100, 0.3);
}

.form-scroller-container {
    height: 100%;
    overflow-y: scroll;
    padding-left: 120px;
}

.hide-scrollbar {
    scrollbar-width: none; /*FireFox*/
    -ms-overflow-style: -ms-autohiding-scrollbar; /*IE10+*/
}

.hide-scrollbar::-webkit-scrollbar {
    display: none; /*Chrome, Safari, Edge*/
}

.form-title {
    /* color: rgba(94, 83, 186, 1); */
    color: rgba(92, 41, 211, 0.85);
    text-shadow: 0 1px 2px rgba(107, 93, 177, 0.6);
    font-size: 32px;
    font-weight: 800;
    margin-top: 120px;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 400px;
}

.form-subtitle {
    color: rgba(51, 55, 63, 0.6);
    max-width: 490px;
    letter-spacing: 0.4px;
    margin-bottom: 60px;
}

.register-submit-button {
    padding: 18px 32px;
    border-radius: 500px;
    color: rgba(28, 11, 70, 0.8);
    text-shadow: 0px 1px 2px rgba(28, 11, 70, 0.1);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #FFFFFF;
    background-color: rgba(88, 255, 205, 1);
    background-image: linear-gradient(to right, rgba(88, 255, 205, 0), rgba(19, 173, 173, 0.3) );
    box-shadow: 0 6px 12px rgba(93, 243, 243, 0.5);
    transition: 0.13s;
}

.register-submit-button:hover {
    background-color: rgb(0, 255, 179);
    box-shadow: 0 8px 20px rgba(93, 243, 243, 0.5);
    transform: scale(1.03);
}

.register-submit-button:active {
    background-color: rgba(88, 255, 205, 1);
    box-shadow: 0 2px 6px rgba(93, 243, 243, 0.5);
    transform: translateY(3px);
}





/* ################################################# */
/* - FORM  ------   FIELDS  INPUTS  SELECTORS  ----- */
/* ################################################# */

.form-row {
    margin: 0; /* overwrite margin left and right -5px from other css's */
    margin-bottom: 15px;
}

fieldset {
    max-width: 400px;
}

.form-row > label {
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.8rem;
    /* font-weight: 600; */
    letter-spacing: 0.4px;
}
.form-row > input.form-control,
.form-row > select.form-control,
#id_slug_name, /* this is the field where the slug name appears */
.input-group-prepend { /* thias is the  "www.apphelpa.com.br/" space */
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding-left: 0;
    padding-top: 3px;
    padding-bottom: 1px;
    height: calc(1.5em + .4rem);
    transition: 0.5s;
}

.form-row > input.form-control:focus,
.form-row > .input-group input.form-control:focus,
.form-row > select.form-control:focus,
#id_slug_name:focus {
    box-shadow: none;
    border: none;
    border-bottom: 2px solid rgb(0, 199, 162);
    box-shadow: 0 13px 14px -8px rgba(0, 199, 162, 0.5);
}

.form-row > label span {
    display: inline-block;
    font-weight: 400;
    font-style: italic;
}

span.input-group-text { /* the 'prepend' style, the box that contains 'www.apphelpa.com.br/' */
    background-color: #FFFFFF !important;
    border: none;
    padding-bottom: 0;
    margin-bottom: 6px;
    padding-left: 0;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    /* font-weight: 600; */
    /* border-bottom: 2px solid rgba(0, 0, 0, 0.4);  */
}












/* ################################################# */
/* - FORM -  the ARROW from the dropdown selector -- */
/* ################################################# */

.segment-selector-div {
    position: relative;
}

/* IE11 hide native button */
select::-ms-expand {
    display: none;
}

/* the arrow itself */
.segment-selector-div:after {
    content: '>';
    font: 17px "Consolas", monospace;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #333;
    font-weight: bold;

    /*Adjust for position */
    right: 6px;
    top: 27px;
    padding: 0 0 2px;

    /*left line */
    /* border-bottom: 1px solid #999; */

    position: absolute;
    pointer-events: none;
}

.segment-selector-div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    width: 100%;
    height: 50px;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}

select#id_segment {
    color: rgba(0, 0, 0, 0.4);
    transition: 0.1s;
}

select#id_segment:focus {
    color: rgba(0, 0, 0, 1);
}













/* ################################################# */
/* - RESPONSIVITY   -   -   -   -   -   -   -   -    */
/* ################################################# */

/* Medium devices (tablets, 768px and up) */
@media (max-width: 992px) {

    .height-100 {
        height: unset;
        /* position: relative; */
    }

    .brand-column {
        /* background-color: #3f0d7e; */
        padding: 60px;
        padding-top: 60px;
        background-image:
            linear-gradient( to right , rgba(17, 0, 44, 0) 30% , rgba(17, 0, 44, 0.1) ),
            /* linear-gradient( to right , rgba(0, 0, 40, 0) 60% , rgba(0, 0, 40, 0.2) ), */
            radial-gradient( at top left , #9213e7 , #3f0d7e );
        box-shadow: inset 0 0 90px -20px rgba(20, 0, 40, 0.1) ;
        border-radius: 4px 0 0 4px;
    }

    .text-purple-column {
        /* color: rgba(255, 255, 255, 1); */
        /* letter-spacing: 1.5px; */
        /* text-transform: uppercase; */
        /* margin-bottom: 0; */
        /* padding-right: 60px; */
        /* font-weight: 600; */
        line-height: 1.4;
        font-size: 18px;

        padding-left: unset;
        width: 450px;
        max-width: 80%;
        margin: 0 auto;
    }

    .logo-helpa-purple-column {
        /* width: 350px; */
        /* max-width: 350px; */
        /* margin-left: 10%; */
        /* margin-right: -30px; */
    }

    .form-column {
        /* position: relative; */
        height: unset;
    }

    .form-scroller-container {
        height: unset;
        overflow-y: unset;
        padding-left: unset;
        width: 450px;
        max-width: 80%;
        margin: 0 auto;
    }


}

















/* ################################################# */
/* - ANIMATIONS  -  -  -  -  -  -  -  -  -  -  -  -  */
/* ################################################# */


.fade-in-bottom {
	-webkit-animation: fade-in-bottom 1.3s cubic-bezier(0.14, 0.48, 0.46, 0.96) both;
	        animation: fade-in-bottom 1.3s cubic-bezier(0.14, 0.48, 0.46, 0.96) both;
}
 @-webkit-keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  




.delay-1 {
    animation-delay: 0.5s;
}
.delay-2 {
    animation-delay: 1.4s;
}