@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap");

body {
    background: #F4F6FD;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

body, html {
    height: 100%;
}

/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/
/*
html {
  position: relative;
  min-height: 100%;
}*/

body {
    
}

.appbody {
    margin-top: 30px;
    margin-bottom: 60px;
}

.footer {
    background-color: #ffffff;
}
/* ------------------------ LOGIN -------------------------------*/

.login-wrapper .white-box {
    padding: 40px 60px 10px 60px;
    border-radius: 15px;
    min-width: 460px;
}

.login-wrapper h2 {
    color: #0148AD;
    text-align: center;
    margin-bottom: 20px;
}

.login-wrapper input[type=email],
.login-wrapper input[type=password] {
    height: 50px;
}

.login-wrapper button {
    padding: 14px;
    background: #0148AD;
    border: none;
}

    .login-wrapper button:hover {
        background: #135BC1;
    }




/* ------------------------ CONTENT -------------------------------*/
h1 {
    font-size: 1.2rem;
    font-weight: 600;
}

@media (min-width: 992px) {
    h1 {
        font-size: 1.6rem;
    }
}

h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

h3 {
    font-size: 1.5rem;
    color: #264E72;
}

h5 {
    font-size: 1.1rem;
    color: #6C6C6C;
}

.border-bottom {
    border-bottom: solid 2px #F1F3F6 !important;
    padding-bottom: 13px;
    margin-bottom: 15px;
}

.white-box {
    background: #fff;
}


header {
    margin-bottom: 80px;
}


.kpi-box {
    min-height: 350px;
    margin-bottom: 10px;
}

.ranking-box {
    min-height: 200px;
    margin-bottom: 10px;
}

.content-box {
    border-radius: 8px;
    background: #fff;
    padding: 1em;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.no-rows {
    padding-top: 4em;
    padding-bottom: 4em;
    font-size: 1.5em;
    margin: 0 auto;
    font-weight: 200;
}

div {
    /*border: solid 1px #cc0000;*/
}

.bc {
    background-color: #264E72;
}

.form-item {
    margin-bottom: 0.5rem !important;
}

    .form-item label {
        font-weight: bold;
    }

.company-information {
    /*float: right;*/
    color: #ffffff !important;
    text-align: right;
/*    padding-right: 2.5%;*/
    border-right: solid 2px #E1E1E1;
    padding-right:12px;
}

.company-information .company-name {
    font-size: 19px;
    font-weight: bold;
    color: #007c91;
}

#header-wrapper i {
    color: #007c91;
}

.brand {
    font-size: 22px;
    font-weight: bold;
    color: #007c91;
}



.main-body {
    margin-bottom:40px;
}