﻿body {
}
[class*='sidebar-dark-'] {
    background-color: #218838;
}
.txt-w {
    color:white !important
}
@font-face {
    font-family: fontface;
    src: url('/Content/fontface/HolidayFree.otf');
}
.fontface {
    font-family: fontface;
    font-size:33px;
    letter-spacing: 4px;
    color: #007bff;
}
.navbar-green {
    background-color: #218838;
    color: white;
}
.navbar-light .navbar-nav .nav-link {
    color: white
}
label {
    text-align: right;
}
@media only screen and (max-width: 768px) {
    label {
        text-align: left;
    }
}
.desc {
    color: #0072ff;
}
.hr-desc {
    border-color: #0072ff;
}
.br-50 {
    border-radius:50%
}
.info-box-content .badge {
    font-size: 14px;
    position: absolute;
    top: -10px;
    right: 0;
    padding: 6px;
}