@font-face {
    font-family: "Montserrat";
    src: url("../fonts/montserrat.ttf");
}
@font-face {
    font-family: "Montserrat-light";
    src: url("../fonts/montserrat-light.ttf");
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Montserrat" !important;
    /*color: #888491;*/
    /*padding-top: 4.5rem;*/
    overflow-x: hidden;
}
.modal .control-label {
    font-size: 12px;
}
.btn-primary:hover{
    background-color: #18a43e !important;
}
.btn-primary {
/*   background-color: #b6f2af !important;*/
      background: #b6f2af;
   border-color: #b6f2af;
    
}
.form-container {
    height: 73vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 9px;
}
.notes-list {
    height:12vh;
    /*height:39vh;*/
}
.status-body{
    height:13vh;
}
.finance-finance-body {
    height: 34vh;
}
.finance-notes-list {
    height: 26vh;
    /* height: 39vh; */
}
.finance-status-body {
    height: 28vh;
}
.pending {
    background: #ffc10785 !important;
}
.finance-body{
    height:33vh;
}
.font-size-large{
    font-size: larger;
}
.overflow {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 9px;
}
.note {
    background: #cae6f3;
    color: #49829e;
    margin-bottom: 4px;
    padding: 5px;
    border: 1px solid #cae6f3;
    border-radius:4px;
}
.overflow-x-hidden{
    overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}
#navBar{
    z-index:99 !important;
}
@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 0.9;
        transform: translateY(-100%);
    }
}
.navbar-dark {
    background: #eeeeee;
    /*color: #fff;*/
    color: black;
    padding: 10px 0px;
}
.copyright {
    background-color: #181A1B;
    width: 100%;
    padding: 1.75rem 0;
    text-align: center;
}
.copyright p{
        font-size: 1.1rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 1.5;
    margin-bottom:0;
}
.panel {
    box-shadow: 0px 3px 5px rgb(119 119 119 / 9%);
   padding: 0px 0px;
}
.form-control:focus {
    color: #495057;
    background-color: none;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
fieldset {
    /* padding: 0; */
    margin: 0;
    /* border: 0; */
    min-width: 0;
}
legend {
    width: fit-content;
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: inherit;
    color: #2005da;
    border: 0;
}
.nav-link{
    color:#cf433f !important;
}
.finance-section .boxes.panel .panel-body {
    overflow: scroll;
    /* height: 470px; */
    height: 72vh;
    padding: 7px 7px;
}
.navbar-brand img{
    width:60px;
}
.control-label{
    color:black
}
.navbar-brand {
    padding: 0;
    height: auto;
}
.content {
    border: 1px solid #b7abab;
    border-radius: 4px;
    background: #ffc811;
   /* color: white;*/
    color: black;
    cursor: pointer;
    margin-bottom: 4px;
}
.content-body {
    padding: 9px 6px;
    /*background: #3c5a9a;*/
    text-align: center;
        background: #18a43e;
    color: white;
}
.content-by {
    font-size: 14px;
    padding: 3px 6px;
  background: #b6f2af;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.boxes.panel {
    padding: 0 !important;
    border-radius: 4px;
}
.boxes .panel-heading{
    text-align: center;
}
.boxes.panel .panel-body {
    overflow: scroll;
    /*height: 470px;*/
    height: 72vh;
    padding: 0px 0px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.login-section{
    height:56vh;
    display: flex;
    align-items:center;
}
.footer {
    background:#eeeeee;
    /*color: #fff;*/
    color: black;
    padding: 10px 0px;
    font-size: 12px;
    letter-spacing: 1;
    text-align: center;
}