.icon-size{
    width: 25px;
    height: 25px;
}

.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.btn-auth{
    background-color: blue;
    width: 100%;
    color: aliceblue;
    padding: 10px 0;
    border-radius: 7px;
    font-size: 14px;
}

@media (min-width: 1025px) {
    .h-custom-2 {
        height: 100%;
    }
}

/* navbar */
/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .fa-bars,
.navbar-scroll .navar-brand {
  color: #4f4f4f;
}

.navbar-scroll .nav-link:hover {
  color: #1266f1;
}

/* Color of the links AFTER scroll */
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars,
.navbar-scrolled .navar-brand {
  color: #4f4f4f;
}

/* Color of the navbar AFTER scroll */
.navbar-scroll,
.navbar-scrolled {
  background-color: #fff;
}

/* An optional height of the navbar AFTER scroll */
.navbar.navbar-scroll.navbar-scrolled {
  padding-top: 5px;
  padding-bottom: 5px;
}

body {
  background-color: #eee;
}

/* Dashboard pendonot */

.container-schedule{
    background-color: #d9e7ff;
    height: 100px;
}

.container-notcheckup{
    background-color: #b4becf;
    height: 100px;
}

.container-checkup-allowed{
    background-color: #9bbcf5;
    height: 100px;
}

.container-checkup-notallowed{
    background-color: #f59b9b;
    height: 100px;
}

.btn-schedule{
    background-color: #1e70ff;
    text-decoration: none;
    color: #d9e7ff;
    padding: 15px;
    transition: all 1s;

}

.btn-schedule:hover{
    background-color: #0146bd;
    padding: 20px;
}

