.login-img{
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}
body{
    background-color: #fff;
    width: 100%;
}

.logo{
    margin-top: 10%;
    max-width: 300px;
}

.qrcode-style{
    width: 100px;
}

.img-profile{
    height: 1.5rem;
	width: 1.5rem;
	margin-right: 20px;
}

.img-preview{
    max-width: 150px;
}

.grid-logo{
    max-width: 100px;
}

.logo-50{
    max-width: 50px;
}

.logo-menu{
    height: 40px;
}

.green{
    color: green;
}

.pointer{
    cursor: pointer;
}

.red {
    color: red;
}

.img-preview-planta{
    max-width: 98%;
}

.container-img-preview-produtos {
    display: flex;
    width: 200px;
    border: 1px solid #999;
    padding: 5px;
    border-radius: 10px;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    
}

.img-preview-produtos{
    max-width: 90%;
    max-height: 250px;
}

.center-items{
    display: flex;
    align-items: center;
    justify-content: center;
}

.qrCode-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-print-qrcode{
    cursor: pointer;
}

.footer{
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
}

.modal-footer-sticky{
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 900px) {
    .desktop-only {
        display: none;
    }
}

.input-color{
    margin-top: 40px;
}

.pin2{
    background-color: blue;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    vertical-align: center;
}

.div-image{
    
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
}

.hidden{
    display: none;
}

/* 
    Locais da Secção
*/

.qrcode-card {
    height: 310px;
}

.btn-container-qrcode{
    position: absolute;
    bottom: 5px;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }

.col-options{
    width: 120px;
}

.container-foto{
    width: 100%;
    min-height: 250px;
}

.img-thumb-grid{
    max-width: 80px;
    max-height: 80px;
}

.m-top{
    margin-top: 30px;
}

/* CHAT */
.chat-container{
    width: 100%;
    height: 250px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}

.msg-to-send{
    position: absolute;
    width: calc(100% - 80px);
    top: auto;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: 0px;
}

.msg-container{
    /* position: absolute;
    margin-bottom: 10px;
    bottom: 0px;
    margin-top: auto; */
    width: 100%;
    height: 80px;
}

.txt2send{
    width: 95%;
}

.msg-icon{
    width: 60px;
    height: 60px;
    margin-right: 0px;
    margin-left: auto;
    margin-top: 15px;
    padding-top: 20px;
    color:#0d6efd;
    cursor: pointer;
}

.my-msg {
    display: inline-block;
    /* height: 120px; */
    /* width: 130px; */
    border-radius: 8px;
    position: relative;
    background: #0d6efd;
    color: white;
    padding: 10px;
    padding-right: 15px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: auto;
    right: 20px;
}

.my-msg::after {
    content: "";
    background-color: #0d6efd;
    height: 8px;
    width: 16px;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translate(-50%) rotate(45deg);
}

.your-msg {
    display: inline-block;
    /* height: 120px; */
    /* width: 130px; */
    max-width: 80%;
    border-radius: 8px;
    position: relative;
    background: green;
    color: white;
    padding: 10px;
    padding-left: 15px;
    margin-top: 10px;
    left: 20px;
}

.your-msg::after {
    content: "";
    background-color: green;
    height: 8px;
    width: 16px;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translate(-50%) rotate(45deg);
}

/* Events Calendar */
.cal-header{
    font-size: 10px;
    font-weight: 100 !important;
}

.cal-weekend{
    background-color: rgb(207, 226, 235) !important;
}

.cal-mount{
    background-color: rgb(174, 209, 103) !important;
}

.cal-event1{
    background-color: rgb(207, 207, 107) !important;
}

.cal-dismount{
    background-color: rgb(71, 117, 53) !important;
}

.my-bg {
    background-color: beige !important;
}

/* Dashboard */
.card-event {
    min-height: 400px;
}

.text-bold{
    font-weight: 500 !important;
}

.square{
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    margin-left: 10px;
}

/* Overlay */
.overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    color: #000;
    opacity: 0.9;
    z-index: 9000;
}

.hidden{
    visibility: hidden;
}