@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.topbar {
    background: #646c7a;
    height: 97px;
    position: relative;
}
.sitetitle {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 46px;
    line-height: 54px;
    text-align: left;
    color: #e97544;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main-header {
    background: #384047;
}
.nav.navbar-nav {
    width: 100%;
}
.main-header a {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    color: #717885;
    font-size: 1.2rem;
}
.main-header .nav-link {
    height: 3.8rem;
}
.main-header .nav-link {
    width: fit-content;
    padding: 0.5rem 1rem;
}
.main-header .nav-link.active {
    background: #1591b4;
    border-radius: 6px;
    color: #ffffff;
}
.main-header .nav-link:hover {
    filter: brightness(1.3);
}
.main-header .nav-link.active:hover {
    filter: none;
}
.main-header .navbar-nav .nav-item {
    flex-grow: 1;
}

/* Login Page */

body.login-page {
    background-image: url(/assets/images/login/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    justify-content: flex-start;
    margin-top: 50px;
}

.login-logo a,
.register-logo a {
    color: #000;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    text-align: center;
}

body.login-page .card {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #707070;
    box-sizing: border-box;
}
body.login-page .card-header {
    background: #9cb39b;
}
body.login-page .card-header h3 {
    font-size: 28px;
    text-transform: uppercase;
}
.login-card-body {
    background: inherit;
}
body.login-page label {
    font-family: Roboto;
    font-size: 23px;
    color: #000000;
    font-weight: 400 !important;
}

body.login-page input,
body.login-page input:focus {
    background: #ffffff !important;
    border: 1px solid #a3b8a2;
    box-sizing: border-box;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

body.login-page button {
    background: #129646;
    border-radius: 6px;
    font-size: 27px;
    line-height: 121.8%;
    text-align: center;
    color: #ffffff;
}

body.login-page button:hover {
    color: #ffffff;
    filter: brightness(0.9);
}

label {
    font-weight: normal !important;
}

.form-group {
    min-height: 62px;
}

.btn-debt {
    border-radius: 6px;
    color: #fff;
    margin-right: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        filter 0.15s ease-in-out;
}
.btn-debt:hover {
    color: #fff !important;
    filter: brightness(0.9);
}

.btn-green {
    background: #3ebf8b;
    border: #3ebf8b;
}

.btn-blue {
    background: #1591b4;
    border: #1084a5;
}

.swal2-actions button {
    margin: 0 5px;
}

.content-wrapper {
    background: #fcfcfc;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 627px) {
    .login-box,
    .register-box {
        width: 627px;
    }
}
@media only screen and (max-width: 768px) {
    body.login-page,
    body.register-page {
        justify-content: center;
    }
}
@media only screen and (max-width: 992px) {
    .navbar .container {
        width: 100% !important;
        max-width: 100% !important;
    }
}
@media (min-width: 768px) {
    .main-header {
        height: 77px;
    }
    .navbar-toggler {
        display: none;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: flex !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        flex-basis: auto;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar {
        -ms-flex-flow: row nowrap !important;
        flex-flow: row nowrap !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
