/* end::Login Page */
.body-loginPage {
    background-color: #f5f5f5;
}
.login-container {
    background: url('/cleanventory/assets/media/background/bg2.jpeg') center/cover no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttonLogin {
    background-color: #015289;
    border: none;
}
.login-box {
    display: flex;
    width: 900px;
    border: 5px solid white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.7);
}
.login-image {
    width: 50%;
    position: relative;
    background: transparent;
    align-content: center;
}
.login-form {
    width: 50%;
    padding: 20px 40px;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: white;
}
.login-form h2 {
    font-weight: bold;
}
.btn-google {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #ddd;
}
.social-links a {
    margin: 0 10px;
    color: #333;
}
.btnJoinUs {
    border-radius: 20px;
}
.signUp {
    color: white;
}
.profileCard {
    border: 2px solid blue;
}
.divProfile {
    width: 100%;
    height: auto;
}
.nameProfile {
    color: white;
}
.pProfile {
    margin: 0;
}
.imgProfile {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
}
.iconProfile {
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    padding: 10px;
}
.arrowsP {
    border: 1px solid white;
    border-radius: 25px;
}
/* end::Login Page */

.menuLinkNav {
    height: 40px !important;
}
.menu-item .menu-link {
    height: 60px;
}
.footerCont {
    justify-content: center;
}
.actionButt{
    padding: 6px !important;
    margin: 0 5px;
}
.actionIcons{
    font-size: 25px !important;
    padding: 0 !important;
}
.tabRadioContent {
    display: flex !important;
    justify-content: space-evenly !important;
}
.thTableItems{
    width: auto;
}
.theadTable {
    border-bottom: 1px inset #B5B7C8;
}
.onMobile {
    position: relative;
}
.iconCloudDownload {
    font-size: 25px !important;
    margin-right: 10px;
}
.thBackupName {
    min-width: 250px;
}
.thBackupDate {
    min-width: 125px;
}
.thBackup {
    min-width: 125px;
}
.profileBUDashboard {
    height: 100%;
    width: auto;
}
.navSched {
    width: 100px !important;
}
.viewTaskUser {
    padding: 15px 25px !important;
}
.iconTaskUser {
    font-size: 20px;
    margin-right: 8px;
}
.formRadio {
    display: flex;  
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
}
.borderForm {
    display: flex;
    flex-direction:column;
    justify-content:space-evenly;
    border: 1px solid rgb(80, 80, 80);
    border-radius: 6px;
    min-height: 473px;
}
.titleRadio  {
    display: flex;
    align-content: space-around;
}
.formAddRoom {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.formScheduleOb{

}
.rowScheduleOb {
    
}


/* Responsive */
@media (max-width: 576px){
    .listItemsTable{
        display: flex;
        flex-direction: column;
    }
    .hideOnMobile {
        display: none;
    }
    .login-form {
        clip-path: none !important;
    }
    .onMobile {
        visibility: hidden;
        padding: 15px 0;
        text-align: -webkit-center;
    }
    .onMobile::after {
        content: "Qty";
        visibility: visible;
        display: block;
        
    }
    .actionButt {
        margin: 1px;
    }
    .actionIcons {
        font-size: 18px !important;
    }
    .cardHeaderListItem {
        justify-content: space-around !important;
    }
    .thBackupName {
        min-width: auto;
    }
    .thBackupDate {
        min-width: auto;
    }
    .thBackup {
        min-width: auto;
    }
    .tdActionMobile {
        text-align: center !important;
    }
    .thActionMobile {
        /* padding: 15px 0 !important; */
        /* width: 20px; */
        text-align: end !important;
    }
    .tdItemNameInven {
        min-width: 70px;
    }
    .thTableItemInven {
        min-width: 65px;
    }
    .borderForm {
        min-height: 282px;
    }
}
@media (max-width: 400px){
    .hideSmallPhone {
        visibility: hidden !important;
    }
    .login-form {
        clip-path: none !important;
    }
}