@font-face {
    font-family: "Athiti";
    font-weight: normal;
    src: url("../fonts/Athiti-Medium.ttf");
}
@font-face {
    font-family: "Athiti";
    font-weight: bold;
    src: url("../fonts/Athiti-SemiBold.ttf");
}
* {
    font-family: Athiti;
}
.semiBold {
    font-family: Athiti;
    font-weight: bold;
}
.no-hover:hover {
    cursor: default!important;
}
.mvh-100 {
    min-height: 75vh;
}
.container iframe {
    margin-top: 100px;
}
nav ul {
    font-size: 20px;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    padding-bottom: 50px;
}
footer{
	width: 100%;
	height: 56px; 
	line-height: 56px; 
	text-align: center;
	z-index: 2;
	position: absolute;
	bottom: 0;
}
div#dashboard.container {
    margin-top: 70px;
}
.category-wrapper:not(:nth-child(1)) {
    border-left: 1px solid #dddddd;
}
a#categoryTitle {
    font-size: 31px;
}
div.card-title {
    font-size: 25px;
}
.text-not-danger {
    color: #ffaeae;
}
#alertBody{
    max-height: 80%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#modalSrc {
    min-height: 500px;
}
#Modal,
form {
    font-weight: bold;
}
@media (min-width:1000px) {
    .modal-xl {
        max-width:1000px
    }
}
@media (max-width:992px) {
    .category-wrapper:not(:nth-of-type(3)),
    .category-wrapper:not(:nth-of-type(3)) {
        border-left: 1px solid #dddddd;
    }
    .category-wrapper:nth-of-type(1),
    .category-wrapper:nth-of-type(3) {
        border: 0;
    }
}
.removeDevice {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    float: right;
    visibility: hidden;
}
#device:hover .removeDevice {
    visibility: visible;
    transition-delay: 400ms;
}
::placeholder {
    color: #bebebe !important;
}