* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}


:root {
    --color-primary: #164bf8;
    --color-secondary: #012970;
    --color-table: #0d6efd4d;
    --container-width-lg: 100%;
    --container-width-md: 98%;
    --container-width-sm: 94%
}

body::before {
    content: "";
    position: absolute;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background: url("https://i.ytimg.com/vi/piOjlFrA_sk/maxresdefault.jpg");
    background-position: center;
    background-size: cover;

}
.corpor::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background: url("/static/home/img/corpo_bg.jpeg");
    background-position: center;
    background-size: cover;
}
.suppli::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    background: url("/static/home/img/bg-img.jpeg");
    background-position: center;
    background-size: cover;
}

body {
    background: #000;

}

.container {
    width: var(--container-width-lg);
    margin: 0 auto
}

a {
    color: #0d6efd
}

h1 h2 h3 h4 h5 {
    line-height: 1.2
}

h1 {
    font-size: 2.4rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1rem
}

h4 {
    color: var(--color-primary);
    font-size: 32px
}

.wrong .fa-check {
    display: none
}

.good .fa-times {
    display: none
}

.valid-feedback,
.invalid-feedback {
    margin-left: calc(2em + 0.25rem + 1.5rem)
}

.form-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.heading-text {
    display: flex;
    flex-direction: column;
    margin-left: 100px
}

.main-text {
    width: 340px;
    height: 80px;
    margin-top: 73px
}

.sub-text {
    margin-top: 59px;
    color: #000;
    width: 512px;
    height: 384px;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .1)
}
/* @media screen and (max-width: 2560px) and (min-width: 1023px) {
    .back{
        background-color: #fff;
        width: 100%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 500px) {
    .back {
        background: #fff;
        width: 400px;
    }
}
@media screen and (max-width: 480px) {
    .back {
        background: #fff;
        width: 380px;
    }
    /* .form-control{
        width: 350px;
    }
} */

@media screen and (max-width: 1439px) and (min-width: 1024px) {
    .back{
        width: 100%;
        height: 620px;
    }
}

/* .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2%;
    gap: 1%;
    max-width: 1000px;
    width: 80%;
    background: #fff;
    box-shadow: 1.96073px 1.96073px 29.4109px rgba(138, 142, 148, .3)
    border-radius: 9.80365px
} */

.choose-ent {
    position: absolute;
    width: 444.65px;
    height: 47px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 90px;

    border-bottom: .52809px solid #0d6efd
}
.choose-enti {
    position: absolute;
    width: 444.65px;
    height: 47px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 105px;
}



.choose-user {
    z-index: 1000;
    width: 31%;
    height: 52%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 11.8427px;
    line-height: 120%;
    text-align: center;
    cursor: pointer;
    color: #364f59;
    border-bottom: 2.64045px solid #0d6efd
}

.choose-vend {
    z-index: 1000;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 15.8427px;
    line-height: 120%;
    text-align: center;
    cursor: pointer;
    color: #364f59
}

.eye-icon.visible {
    display: inline-block !important
}

.eye-icon.hidden {
    display: none
}


.eye-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 75%;
    transform: translateY(-50%);
    z-index: 5
}

.choose-vend.active,
.choose-user.active {
    border-bottom: 2.64045px solid #0d6efd
}

.choose-user.unactive,
.choose-vend.unactive {
    border-bottom: none
}

.form-head {
    display: flex;
    flex-direction: row;
    color: #000;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.head-main {
    font-style: normal;
    font-size: 36px;
    line-height: 10px;
    position: relative;
    top: -29px
}

.head-sub {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    color: #949ca9
}

.user-form,
.vendor-form {
    position: relative;
    margin-top: 30px;
    transition: opacity 300ms ease-in;
    margin-bottom: 50px
}

.signIn-form {
    display: flex;
    flex-direction: column
}

.pass {
    margin-top: 20px
}



.login-btn {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 49px;
    gap: 10px;
    width: 460px;
    height: 52px;
    background: #0d6efd;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: #fff
}

.fade-out {
    opacity: 0;
    pointer-events: none
}

.vendor-form {
    display: none
}

.user-form.hidden {
    display: none;
    transition: opacity 300ms ease-out
}

.vendor-form.unhidden {
    display: block;
    transition: opacity 300ms ease-out
}

.forget-text {
    width: 209px;
    height: 22px;
    position: relative;
    margin-top: 20px;
    margin-left: 250px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    justify-content: end;
    color: #0d6efd
}

.social-sign {
    position: absolute;
    width: 460.65px;
    height: 47px;
    top: 335px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.signs {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    gap: 10px;
    width: 220px;
    height: 52px;
    background: #fff;
    border: 1px solid #e8e9ea;
    border-radius: 6px;
    cursor: pointer
}

.social-ic {
    width: 20px;
    height: 20px
}

.social-text {
    width: 160px;
    height: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #282828
}

.sign-up {
    position: relative;
    margin-top: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 1%
}


/* @media screen and (max-width:768px) {
    .sign-up {
        margin-top: 0
    }
    :root {
        --container-width-lg: 100%;
        --container-width-md: 100%;
        --container-width-sm: 100%
    }
    .container {
        width: var(--container-width-lg)
    }
    .sub-text,
    .blue-bar {
        display: none
    }
    .heading-text {
        width: 100%
    }
    .heading-text {
        margin-left: 0
    }
    .logo-div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }
    .main-text {
        position: relative;
        width: 269px;
        height: 56px;
        z-index: 1;
        margin-top: 33px;
        margin-left: 41px
    }
    .header {
        flex-direction: column;
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        align-content: center
    }
    .form {
        position: relative;
        padding-top: 25px;
        gap: 1%;
        box-shadow: none;
        left: 0;
        top: 21px;
        max-height: 80vh;
        overflow-y: auto
    }
    .choose-ent {
        position: relative;
        width: 74%;
        height: 25px;
        top: 0
    }
    .vendor-form,
    .user-form {
        position: relative;
        top: -37px;
        margin-top: 20px;
        width: 74%
    }

    .input-bx,
    .login-btn,
    .pass {
        width: 100%
    }
    .input-bx {
        height: 40px
    }
    .login-btn {
        height: 34px
    }
    .form-head {
        display: flex;
        flex-direction: column;
        color: #000;
        align-items: center
    }
    .head-main {
        font-style: normal;
        font-weight: 100px;
        font-size: 36px;
        line-height: 10px;
        margin-bottom: -30%
    }
    .head-sub {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px;
        color: #949ca9
    }
    .pass {
        display: flex;
        flex-direction: column;
        align-items: start;
        top: 160px
    }
    .input-pass {
        width: 100%;
        font-size: 16px
    }
    .forget-text {
        margin-left: 70px
    }
    .fa-eye {
        position: relative;
        top: 10%;
        right: 5%;
        cursor: pointer;
        color: rgb(131, 128, 128)
    }
    .sign-up {
        position: fixed
    }
    .signs .left {
        margin-right: 0
    }
} */

.primary_button {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.button {
    --bs-btn-padding-x: .75rem;
    --bs-btn-padding-y: .375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-border-width: 1px;
    --bs-btn-border-radius: .375rem;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: #3b71ca```
}

.arrow_size {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.custom-btn {
    width: 50px;
    background-color: #164bf8;
    margin-left: 60px;
}

.btns {
    margin-top: -1px
}


/*--------------------------------------*/
#registerSignupButton{
    width: 100%;
    padding: 16px 0;
    font-size: 1rem;
    background: #164bf8;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    border: none;
    outline: none;
    margin: 10px 0 10px;
    cursor: pointer;
    transition: 0.1s ease;
}

#registerSignupButton:hover{
    background: #4772ff;
}

.form-control {
    height: 50px;
    position: relative;
    margin-bottom: 0px  !important;
    width: 280px;
}

.form-control input {
    height: 100%;
    width: 100%;
    background: white;
    border: none;
    outline: none;
    border-radius: 4px;
    color: grey;
    font-size: 1rem;
    padding: 0 20px;
}

.form-control input:is(:focus, :valid) {
    background: white;
    color: black;
}

.form-control label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    pointer-events: none;
    color: black;
    transition: all 0.2s ease;
    padding: 1px 4px;
}

.form-control input:not(:placeholder-shown)~label {
    transform: translateY(-110%);
}

.marg1{
    margin-left: 30px;
}

@media screen and (max-width: 991px) and (min-width: 480px) {
    .form-control{
        width: 200px;
    }
    .card{
        font-size: 12px;
    }
    .marg1{
        font-size: 20px;
    }
    .arrow_size {
        font-size: 10px;
    }
}

@media screen and (max-width: 480px) and (min-width: 321px) {
    #scrolling-div{
        margin-top: 20px;
        width: 430px;
        height: 50px;
        overflow-y: scroll;
    }
    .card{
        width: 350px;
        text-align: center;
    }
    .marg2{
        margin-left: 18px;
    }
}
@media (max-width:430px) {
    .marg1{
        margin-left: 0px;
    }
    .user-form, .vendor-form{
        position: relative;
        margin-top: 11px;
        transition: opacity 300ms ease-in;
        margin-bottom: 9px;
    }
}

@media screen and (max-width: 425px) {
    #scrolling-div{
        margin-top: 20px;
        width: 430px;
        height: 50px;
        overflow-y: scroll;
    }
    .card{
        width: 280px;
        text-align: center;
    }
    .form-control{
        width: 100%;
    }
}
.star-list {
  list-style: none;
  max-width: 500px;
  padding: 0;
  background: #fff;
  border-radius: 8px;
}
.star-list li {
  position: relative;
  padding: 6px 0px 0px 36px;
  transition: background 0.3s;
}
.star-list li:last-child {
  border-bottom: none;
}
.star-list li:before {
  content: "★";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #f1c40f;
  font-size: 1.2em;
}
.star-list li:hover {
  background: #fcfcfc;
}