:root{
    --main: #1B303D;
    --text-primary: #757575;
    --text-secondary: #909090;
    --text-terciary: #b3b3b3;
    --hover: #92B3BD;
}

.main-card{
    background-color: white;
    max-width: 20%;
    min-height: 60vh;
    max-height: 60vh;
    margin: 4rem auto;
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;

    box-shadow: 0px 0px 35px -2px rgba(33,53,71,0.49);
    -webkit-box-shadow: 0px 0px 35px -2px rgba(33,53,71,0.49);
    -moz-box-shadow: 0px 0px 35px -2px rgba(33,53,71,0.49);
}

.main-full{
    background-color: white;
    max-width: 90vw;
    min-height: 80vh;
    /* max-height: 60vh; */
    margin: 4rem auto;
    border-radius: 1rem;
    padding: 2rem;
    /* display: flex;
    flex-direction: column;
    align-items: center; */

    box-shadow: 0px 0px 35px -2px rgba(33,53,71,0.49);
    -webkit-box-shadow: 0px 0px 35px -2px rgba(33,53,71,0.49);
    -moz-box-shadow: 0px 0px 35px -2px rgba(33,53,71,0.49);
}

.form-login{
    gap: 3rem;
    margin-top: 3rem;
}

.contact{
    margin-top: auto;
    color: var(--text-terciary);
}

.contact a{
    color: var(--main);
    text-decoration: none;
}

.input-login{padding: 0 2rem;}

.btn-add{
    background-color: white;
    font-family: "Nunito", sans-serif;
    font-size: 14pt;
    font-weight: 700;
    color: var(--text-primary);
    text-decoration: none;


    border: none;
    border-radius: 2rem;

    padding: 0.5rem 2rem;
    margin: 1rem;

    box-shadow: 0px 0px 30px -15px #2135477d;
    -webkit-box-shadow: 0px 0px 30px -15px #2135477d;
    -moz-box-shadow: 0px 0px 30px -15px #2135477d;
}
.accordion  option:disabled{
    color: #e4e4e4;
}

.form-add-item{
    padding: 0.2rem 1rem;
    border: 2px var(--text-terciary) solid;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 4rem;
    gap: 5rem;
}

.form-label{
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 16pt;
}


.header-items{
    background-color: var(--main);
    height: 4rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.btn-header{
    border: none;
    background-color: transparent;
    color: white;
    margin-left: 0.5rem;
    font-size: 16pt;
    font-weight: 700;
    /* padding: 0.5rem; */
    border-radius: 8px;
    display: flex;
    align-items: center;

    font-family: "Nunito", sans-serif;
    gap: 0.2rem;
}

.btn-header:hover{
    background-color: var(--hover);
}

.btn-header i{
    /* min-width: 2rem;
    min-height: 2rem;
    display: inline-block;
    border-radius: 50%; */
    /* background-color: white; */
    color: white;
    padding: 0.5rem;
    font-size: 24pt;
    font-weight: 900;
    margin-right: 0.5rem;
}

.header-btn-exp{
    color: white;
    gap: 0.5rem;
    font-size: 14pt;
    margin-left: auto;
    margin-right: 1rem;
    font-family: "Nunito", sans-serif;
    padding: 0.5rem;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
}

.header-btn-exp:hover{
    background-color: var(--hover);
}

.cont-add-item{
    border: none;
    border-radius: 16px;
    padding: 1rem 2rem;
    min-width: 30rem;
}
.cont-edit-item{
    border: none;
    border-radius: 16px;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 30rem;
}

/* MODAL */
.btn-form{
    border: none;
    background-color: var(--main);
    align-self: center;
    color: white;
    border-radius: 2rem;
    padding: 0.5rem 3rem;
    font-size: 14pt;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

.btn-close-modal{
    color: var(--text-secondary);
    border: none;
    background-color: transparent;
    font-size: 18pt;
    margin-left: auto;
}

.btn-close-modal:hover{
    color: rgb(163, 23, 18)
}

.form-modal{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.exp-type-checkbox{
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.check-type{
    background-color: red;
    align-self: flex-start;
}

.label-type{
    font-family: "Nunito", sans-serif;
    color: var(--text-secondary);
    font-size: 12pt;
    font-weight: 500;
}

.btn-edit-item{
    border: none;
    background-color: transparent;
    color: var(--main);
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

.btn-add-table{
    font-weight: 900;
    font-size: 14pt;
    text-decoration: none;
    text-align: center;
    color: var(--main);
    margin-left: auto;
}

.btn-table{
    border: none;
    background-color: transparent;
    color: black;
    font-size: 18pt;
}

.btn-delete-item{
    border: none;
    background-color: transparent;
    color: #7a1111;
    font-size: 18pt;
}

.btn-back{
    color: var(--text-primary);
    font-size: 24pt;
    transition: 0.2s;
}

.btn-back:hover{
    color: var(--main);
    transition: 0.2s;
}

/* TABLES */

.custom-table{
    width: 100%;
    font-family: "Nunito", sans-serif;
    margin-bottom: 1rem;
}

.custom-table th,td{
    border: 1px solid #ccc;
}

.custom-table th{
    border: 1px solid var(--main);
    font-size: 10pt;
    padding: 0.4rem 0.4rem;

    background-color: var(--main);
    color: white;
}

.custom-table td{
    font-size: 8pt;
    padding: 0.2rem 0.4rem;
    color: var(--text-primary);
    font-weight: 700;
}

.report-btn{
    background-color: transparent;
    border: none;
    font-family: "Nunito", sans-serif;
    padding: 1rem;
    font-weight: 900;
    font-size: 16pt;
    text-decoration: none;
    color: white;
}

.report-btn:hover{
    background-color: var(--hover);
}