@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700&family=Odibee+Sans&family=Montserrat&display=swap");

* {
    box-sizing: border-box;
    font-family: "Assistant", sans-serif;
}

body {
    margin: 0;
}

/* LOGIN PAGE */
.login__canva {
    font-family: "Assistant", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
}

.login__header-container {
    display: flex;
}

.login__leptonpack-logo,
.login__customer-logo {
    height: 60px;
}

.login__login-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.login__login-title h2 {
    font-size: 2.5rem;
    font-weight: 300;
}

.login__login-subtitle-p {
    font-size: 20px;
    margin: 10px 0;
    font-weight: 600;
}

.login__login-form {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.login__login-email-label,
.login__login-pswd-label {
    font-size: 20px;
    font-weight: 600;
}

.login__login-mail-input,
.login__login-pswd-input {
    width: 430px;
    height: 40px;
    border: 3px solid black;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 300;
    padding: 3px 10px;
}

.login__login-email {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.login__login-passwd {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.login__login-button {
    margin: 50px 0 2px 0;
    font-size: 25px;
    width: 430px;
    height: 60px;
    border: 0px solid;
    border-radius: 10px;
    background: #00923F80;
}

.login__login-button:hover {
    cursor: pointer;
    background: #00923FCC;

}

.login__register-p {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.login__register-p:hover {
    cursor: pointer;
}

/* ROOM TYPE */

.room-type__canva {
    font-family: "Assistant", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 100vh;
}

.room-type__canva__logo-leptonpack {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
}
.room-type-logo{
    width: 230px;
}

.room-type__canva__room-sel {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background: rgba(242, 242, 242, 0.98);
    border-radius: 25px;
    min-width: 460px;
    margin: 10px;
}

.room-type__room-sel__title {
    height: 94px;
    display: flex;
    justify-content: center;
}

.room-type__title {
    color: black;
    font-weight: 200;
    font-size: 2.2rem;
}

.room-type__option-p {
    font-size: 1.8rem;
}

.room-type__room-sel__options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.room-type__option__container {
    max-width: 311px;
    max-height: 120px;
    color: black;
    margin: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 36px;
    border-radius: 20px;
    padding: 4px 16px;
    border: 1px solid #cec5c5;
}

.room-type__option__icon {
    display: flex;
    align-items: center;
    padding: 4px;
}

.room-type__icon-img {
    width: 68px;
}

#walk-in {
    background: linear-gradient(
        90deg,
        #d4ab7b 0%,
        rgba(212, 171, 123, 0) 100%
    );
    border-radius: 20px;
}

#walk-in:hover {
    cursor: pointer;
    background: linear-gradient(90deg, rgba(212, 171, 123, 0) -16.17%, #EB9D43 100%);
}

#reach-in {
    background: linear-gradient(
        90deg,
        #288e53 0%,
        rgba(40, 142, 83, 0) 100%
    );
    border-radius: 20px;
}

#reach-in:hover {
    cursor: pointer;
    background: linear-gradient(90deg, rgba(22, 149, 76, 0) -39.17%, #288E53 100%);

}

#custom {
    background: linear-gradient(
        90deg,
        #526a8e 0%,
        rgba(82, 106, 142, 0) 100%
    );
    border-radius: 20px;
}

#custom:hover {
    cursor: pointer;
    background: linear-gradient(90deg, rgba(82, 106, 142, 0) -30%, #2858A0 100%);
}

/* COSET DIMENTIONS */

.measures__canvas {
    height: 100vh;
}

.measures__navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    height: 5vh;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.06);
}

.measures__navbar__left-side {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 250px;
}
.measures__left-side-option {
    background-color: black;
    height: 40px;
    width: 40px;
    margin: 0 5px;
}

/* logo */

.measures__navbar__brand-logo {
    height: 120px;
    display: flex;
    align-items: center;
}

.measures__brand-logo-img {
    height: 70px;
}

/*MAIN SECTION*/
.measures__main-section {
    display: flex;
}

/* ACTION MENU LEFT */

.measures__action-menu {
    height: 95vh;
    width: 18vw;
    background-color: lightgrey;
    /* display: flex;
flex-direction: column;
justify-content: space-between; */
}

.measures__form-inputs {
    height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.measures__walls-input-container {
    display: flex;
    flex-direction: column;
    height: 30vh;
    width: 18vw;
    justify-content: center;
    align-items: center;
}

.measures__wall-input-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 7vw;
    margin: 10px 0;
}

.measures__input-label {
    background-color: #acacac;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px 0 0 10px;
    height: 35px;
    text-align: center;
    min-width: 8vw;
}

.measures__input-input {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    height: 35px;
    width: 10vw;
    border-radius: 0 10px 10px 0;
}

.measures__form-submit-btn {
    height: 100px;
}

#btn_send_dim {
    min-width: 200px;
    height: 50px;
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(
        90deg,
        rgba(0, 146, 63, 0.81) 0%,
        rgba(0, 146, 63, 0.29) 100%
    );
    border: 0px;
}

/* SCHEMA IMG */
.measures__schema {
    width: 80vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.measures__schema__walkin {
    width: 60vw;
}

/* REGISTER */
.register-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.register__div{
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}

.register__register-btn{
    margin: 15px 0;
    font-size: 25px;
    width: 430px;
    height: 7vh;
    border: 0px solid;
    border-radius: 10px;
    background: linear-gradient( 90deg, rgba(0, 146, 63, 0.5) 0%, rgba(0, 146, 63, 0.19) 100% );
}

.register__register-btn-return{
    margin: 15px 0;
    font-size: 25px;
    width: 430px;
    height: 7vh;
    border: 1px solid lightcoral;
    background-color: white;
    border-radius: 10px;
}

.register__label{
    font-size: 20px;
    font-weight: 600;
}

.register__input{
    width: 430px;
    height: 40px;
    border: 3px solid black;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 300;
    padding: 3px 10px;
}

.register__div-btn{
    display: flex;
    flex-direction: column;
}

.login__footer-credits {
  margin: 10px 0;
  text-align: center;
}

.login__footer-credits img{
  height: 40px;
}
