@tailwind base;
@tailwind components;
@tailwind utilities;

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

$quamaq-gray: #c1c1c1;
$quamaq-light-gray: #d9d9d9;
$quamaq-line-gray: #d4d4d4;
$quamaq-medium-gray: #656565;
$quamaq-medium2-gray: #797979;
$quamaq-light-blue: #78AFDE;
$quamaq-white: #ffffff;
$quamaq-dark-gray: #272727;
$quamaq-green: #64AD9A;



[x-cloak] {
    display: none;
}

body{
    font-family: 'Inter';
}

.darkBackground{
    background-color: $quamaq-dark-gray;
}
.verticalCenter{
    align-content: center;
}

h1{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #000;
}

.card-login{
    max-width: 440px;
}

.margin-logo{
    margin-bottom: 55px;
}

.formLogin{
    font-family: 'Inter';

    .inputbox{
        border: 1px solid $quamaq-gray;
        border-radius: 4px;
        font-family: 'Inter';
    }
    label{
        font-family: 'Inter';
        font-weight: 400;
        font-size: 16px;
        line-height: 19.36px;

    }
    button{
        font-family: 'Inter';
        background-color: $quamaq-light-blue;
        color: $quamaq-white;
        border-radius: 40px;
        height: 40px;
        margin-top: 24px;
        margin-bottom: 20px;
    }
}

.quamaqCard{
    width: 395px;
    padding: 16px;
    float: left;
    margin-right: 45px;
    margin-bottom: 16px;
    min-height: 432px;

    &--head{
        font-family: 'Inter';
        display: grid;
    }
    h1{
        font-size: 54px;
        line-height: 65.35px;
        font-weight: 500;
    }
    h2{
        font-size: 20px;
        line-height: 24.2px;
        font-weight: 500;
    }

    p{
        font-size: 14px;
        font-weight: 400;
        color: $quamaq-medium-gray;
        line-height: 16.94px;
    }

    &__separator {
        width: 129px;
        border-bottom: 1px solid $quamaq-light-gray;
        margin: 28px 0px;
    }

    &__body{
        margin-bottom: 16px;
    }
}
.quamaqAlertas{
    &__item{
        display: grid; grid-template-columns: 1fr 1fr 15fr 1fr;
        height: 42px;
        align-content: center;
        font-size: 16px;
        .text{
            color:#000;
            &--gray2{
                color: $quamaq-medium2-gray;
            }
            &--center{
                text-align: center;
            }
        }
        .image{
            display: grid;
            justify-content: center;
        }
        a{
         color: $quamaq-light-blue;
        }
    }
}

.quamaqTable{
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
    width: 1224px;
    border: 1px solid $quamaq-gray;

    thead{
        background-color: $quamaq-green;
        text-transform: uppercase;
        color: $quamaq-white;
        height: 54px;

        th{
            padding-left: 24px;
            text-align: left;
        }
        th:last-child{
            width: 65px;
        }
    }
    tbody{
        tr{
            border: 1px solid #d4d4d4;
            height: 64px;
        }
        td{
            padding-left: 24px;
            background-color: $quamaq-white;
            font-weight: 400;

            img{
                float: left;
            }
        }
        td:last-child{
            padding-left: 0px;
            width: 65px;
        }

    }
}
.inputSearch{
    border: 1px solid $quamaq-line-gray;
    border-radius: 5px;
    background-image: url("public/storage/images/search.png");
}

.dataBox{
    display: grid;
    grid-template-columns: auto;
    font-family: 'Inter';

    &--top{
        align-content: start;
    }

    &--marginLeft{
        margin-left: 50px;
        grid-template-columns: 100%;
    }

    .rowBox{
        display: grid;
        grid-template-columns: 122px auto;
        height: 82px;
        &--big{
            height: 370px;
        }
        &--fat{
            grid-template-columns: auto;
        }
        &--lit{
            height: 41px;
        }
        &--auto{
            height: auto;
        }
    }

    .labelBox{
        display: grid;
        justify-content: center;
        align-content: center;
        background-color: $quamaq-green;
        color: $quamaq-white;
        font-size: 14px;
        font-weight: 500;
        width: 122px;

        &--full{
            width: 597px;
        }

        &--unwidth{
            width: unset;
        }
    }

    .inputBox{
        display: grid;
        border: none;
        // width: 475px;
        font-size: 14px;
        font-weight: 400;
        background-color: $quamaq-white;

    }
    input{
        width: 100%;
        border: none;
    }

    textarea{
        border: none;

    }

}

.btn{
    font-family: 'Inter';
    background-color: $quamaq-light-blue;
    color: $quamaq-white;
    border-radius: 40px;
    height: 40px;
    margin-top: 24px;
    margin-bottom: 20px;
    width: 174px;
}

.muduleTitle{
    float:left;
    display: grid;
    align-content: center;
    height: 84px;

    h1{
        font-family: Inter;
        color: $quamaq-medium-gray;
        font-weight: 400;
        font-size: 32px;
    }
}
.inputTitle{
    float:right;
}
.modalBox{
    width: 700px;
    .modalTitle{
        font-family: 'Inter';
        font-weight: 600;
        font-size: 32px;
    }
    .modalForm{
        min-width: 752px;
        display: grid;
        grid-template-columns: 200px 200px;
        gap: 24px;

        .modalForm__row{

        }
        .modalForm__input{
            width: 100px;
            height: 48px !important;
            border: 1px solid $quamaq-gray;
            padding: unset;
        }

        .modalForm__label{
            font-family:'Inter';
            font-weight: 600;
            font-size: 16px;
        }
    }
}
#modal-container{
    // background-color: red !important;
    // width: 700px !important;
}