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

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;    
}

body {
    width: 100%;
    background: #eef0f3;
    position: relative;
    display: flex;
}

/* Side Menu */
/* background: #111827; */
#menu {
    background: #053e80;
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}


.modal-header {
    background: #053e80;
}

.modal-body {
    background: #eef0f3;
    display: flex;
    flex-direction: column;
    border: solid #3a5b80;
    padding: 20px;
}

#inputName, #inputEmail, #inputTitle, #inputPosition {
    border-top: none;
    border-left: none;
    border-right: none;
    display: flex;
    width: 60%;
}

/* #noticeRed {
    border: solid red;
    visibility: hidden;
} */


#inputButton {
    border-radius: 5px;
    width: 20%;    
}

#imageAddUser {
    width: 60%;
}

.selected-row {
    background-color: #d0ffd0;
  }
  
.image-preview {
    display: flex;
    flex-direction: column;
    font-weight: bold;
    color: #cccc
}

.image-preview__image {
    display: none;
}


.image-preview__default-text {
    margin-left: 20px;
}

#inpFile {
    visibility: visible;
}

#inpFile, .people-description-innerhtml {
    position: absolute;
}

.people-description-innerhtml {
    margin-left: 60px;
    visibility: hidden;
}

#menu .logo img{
    width: 250px;
    height: 250px;
}

#menu .logo {
    display: flex;
    align-items: centers;
    color: #fff;
    padding: 10px 0 0 10px;
}

#menu .items {
    margin-top: 10px;
}

#menu .items li{
    list-style: none;
    padding: 15px 0;
    transition: 0.3s ease;
}

#menu .items li i{
    color: #b1a296;
    width: 30px;
    height: 20px;
    line-height: 30px;
    text-align: center;
    font-size:14px;
    margin: 0 10px 0 25px;

}

#menu .items li a{
    text-decoration: none;
    color: #b1a296;
    font-weight: 300;
    transition: 0.3s ease;
}

#menu .items li:hover {
    background: #158841;
    cursor: pointer;
}

#menu .items li:nth-child(1) {
    border-left: 4px solid #fff;
}

#menu .items li:hover i, 
#menu .items li:hover a {
    color: #f3f4f6;
}







/* Interface */

#interface {
    width: calc(100% - 300px);
    position: relative;
    margin-left: 300px;
}

#interface .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 15px 30px;
    border-bottom: 3px solid #5d5c61;
    /* position: relative; */
    width: calc(100%-300px);
}

#interface .navigation .search{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid #d7dbe5;
    border-radius: 4px;
}

#interface .navigation .search input{
    border: none;
    outline: none;
    font-size: 14px;
}

#interface .navigation .search i{
    margin-right: 12px;
}

#interface .navigation .profile {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

#interface .navigation .profile i{
    margin-right: 20px;
    font-size: 19px;
    font-weight: 400;
    padding: 5px;
}

#interface .navigation .profile img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.i-name {
    padding: 30px 30px 0 30px;
    color: #444a53;
    padding: 30px 30px 0 30px;
    font-size: 24px;
    font-weight: 700;
    margin-top: 70px;
}

.values {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.values .val-box{
    background: #fff;
    width: 250px;
    padding: 16px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.values .val-box i{
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 18px;
}

.values .val-box {
    font-size: 18px;
    font-weight: 600;
}

.values .val-box:nth-child(1) i{
    background-color: #7874ec;
}

.values .val-box:nth-child(2) i{
    background-color: #5c8af0
}

.values .val-box:nth-child(3) i{
    background-color: #e45d99
}

.values .val-box:nth-child(4) i{
    background-color: #74daec
}



.values .val-box  span{
    font-size: 15px;
    color: #828997;
}

#val-qty{
    border-radius: 500px;
    background-color: rgb(239, 240, 226);
    font-size: 15px;
    color: #828997;
}

#val-qty-sales{
    border-radius: 500px;
    background-color: rgb(224, 247, 215);
    font-size: 15px;
    color: #828997;
}


/* Table */

.backup-info {
    display: flex;
    justify-content: center;
    text-decoration: underline;
    font-style: italic;
}

.board{
    width: 95%;
    margin: 30px 0 30px 30px;
    overflow: auto;
    background: #fff;
    border-radius: 8px;
}

.board img{
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
}

.board h5{
    font-weight: 600;
    font-size: 14px;
}

.people-description h5{
    margin-top: 20px;;
}

.board p {
    font-weight: 400;
    font-size: 15px;
    color: #787d8d;
}

.board .people{
    display: flex;
    justify-content: flex-start;
    align-items:  start;
}

table {
    border-collapse: collapse;

}

.submitButton {
    background-color: goldenrod;
    padding: 10px;
    border-width: 5px;
    border-radius: 2px;
    border-color: ivory;
}

.submitBtn {
    color: white;
    font-family: 'Courier New', Courier, monospace;
    text-decoration: white;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    }

.submitButton:hover {
    cursor: pointer;
}


tr {
    border-bottom: 1px solid #eef0f3;
}

thead td {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    background: #d9ddf1;
    text-align: start;
    padding: 5px;
    border: 1px;
}
/* 
padding: 15px
padding: 10px 15px; */

tbody tr td{
    padding: 5px;
    border: 1px;
    margin: 10px;
}

.active p {
    background: #95f59d;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 40px;
    color: #2b2b2b;
}

.edit a{
    text-decoration: none;
    font-size: 14px;
    color: #554cd1;
    font-weight: 600;
}


.n1{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#menu-btn {
    color: #2b2b2b;
    cursor: pointer;
    margin-right: 20px;
    font-size: 20px;
    display: none;
}

@media (max-width:769px){
    #menu {
        width: 270px;
        position: fixed;
        left: -270px;
        transition: 0.3s ease;
    }

    #interface {
        width: 100%;
        margin: 0px;
        display: inline-block;
        transition: 0.3s ease;
    }

    #interface .navigation {
        width: 100%;
    }

    .values{
        padding: 30px 30px 0 30px;
        justify-content: flex-start;
    }

    .values .val-box{
        padding: 16px 20px;
        margin: 10px 20px 10px 0;
    }

    .board {
        width: 92%;
        padding: 0;
        overflow-x: auto;
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    #menu-btn {
        display: initial;
    }

    #menu.active {
        left: 0px;
    }

    #menu.active~ #interface{
        width: calc(100% -270px);
        margin-left: 270px;
        transition: 0.3s ease;
    }
}

@media (max-width: 480px) {
    #interface .navigation {
        padding: 15px;   
    }

    #interace .navigation .search input{
        width: 150px;
    }

    .i-name{
        padding: 30px 15px 0 15px;
    }

    .values {
        padding: 15px 15px 0 15px;
    }

    .values .val-box{
        width: 100%;
        margin: 8px 0;
    }

    .board{
        margin: 30px 15px 30px 15px;
    }
}

