body { 
  background: url('./panel.png') no-repeat center center fixed;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  padding-top:30px;
}

.black-4 {
    font-size: 4.5rem;
    font-weight: bolder;
}


.fancybox-container {
    height: 100vh;
}

@media (max-width: 1200px) {
    .display-4 {    font-size: 2.2rem;}
    body { padding-top:15px;}
    
    .black-4 {font-size: 2.7rem;}
}
@media (max-width: 992px) { .hide_small{display:none;}}


#logo {
    width: 200px;
    max-width: 80%;
    margin-bottom: 25px;
}

@media (min-width: 567px) {
#logo {margin-top: -35px;}
}

    

.fancybox-slide--iframe .fancybox-content {
	max-width  : 80%;
	max-height : 80%;
	padding: 30px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.inputmimic {
    background-color:white; padding:10px; border: 1px solid #ced4da; border-radius: .25rem;
}

.grecaptcha-badge{
    display:none;
}

#chat_init_button {
    position: fixed;
    bottom: 10px;
    right: 25px;
    z-index: 1;
    height: 50px;
}
#chat_init_button:hover {
    height: 51px;
}