@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');
html, body { margin: 0; height: 100%; background: #f4f5f7; font-family: "Roboto", sans-serif; font-optical-sizing: auto; font-size: 16px; font-weight: 400; color: #666d92; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; text-shadow: rgba(0,0,0,.01) 0 0 1px; }
.main-content {
    min-height: 100vh;
    position: relative;
    left: 0;
    top: 0;
}
.admin {
    background-image: url(../images/login-bg-img.png);
    background-repeat: no-repeat;
    background-position: top;
    min-height: 630px;
    height: 100vh;
}
.login-logo { width: 136px; margin: 0 auto 25px; }
.card.login { margin-bottom: 90px; }
.login .card-header { background: #fff; padding: 20px 40px; text-align: center; border-bottom-color: #f1f2f6; }
.login .card-header h4 { font-size: 18px; line-height: 20px; font-weight: 600; color: #0a0a0a; margin: 0; }
.login .card-body { padding: 50px 40px 30px; }
.login .form-group { margin-bottom: 25px; }
.login label { font-size: 14px; font-weight: 400; line-height: 16px; color: #0a0a0a; margin-bottom: 8px; }
.login .input-group-text { height: 48px; border-color: #f1f2f6; }
.login input.form-control, .login .custom-file-label { height: 48px; border: 1px solid #f1f2f6; border-radius: 4px; padding: 10px 20px; font-size: 14px; font-weight: 400; line-height: 28px; color: #0a0a0a; outline: 0; box-shadow: none; transition: all 0.3s ease-in-out; }
.login input.form-control:hover, .login input.form-control:focus-within { border-color: #003e93; }
.login .custom-file-label::after { display: none; }
a.login-link { display: block; font-size: 13px; font-weight: 400; line-height: 15px; color: #003e93; text-decoration: none; margin-bottom: 20px; }
button.login-btn { width: fit-content; height: 50px; background: #003e93; border: 0; border-radius: 6px; font-size: 14px; font-weight: 500; color: #fff; padding: 0 25px; outline: 0; box-shadow: none; }
button.login-btn.reverse { background: #f4f5f7; color: #0a0a0a; }

.header-top { width: 100%; height: 75px; background: #fff; padding: 0 30px; box-shadow: 0 5px 20px rgba(173,181,217,0.05); display: flex; flex-direction: row; align-items: center; justify-content: space-between; position: fixed; left: 0; top: 0; z-index: 2000; }
.header-top .left-logo { height: 40px; }
.right-menu .dropdown-btn, .profile-box { width: fit-content; background: transparent; border: 0; outline: 0; box-shadow: none; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; }
.profile-box { width: calc(100% - 20px); background: #f4f5f7; padding: 20px 25px; margin: 10px; border-radius: 8px; }
.right-menu .dropdown-btn .drop-icon, .profile-box .drop-icon { width: 35px; height: 35px; border-radius: 50%; overflow: hidden; margin-right: 10px; }
.right-menu .dropdown-btn .drop-icon img, .profile-box .drop-icon img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.right-menu .dropdown-btn p, .profile-box p { font-size: 14px; line-height: 16px; font-weight: 500; color: #404040; margin-bottom: 0; }
.right-menu .dropdown-btn i, .profile-box i { font-size: 12px; color: #747474; margin-left: 5px; }

.sidebar { width: 100%; max-width: 280px; height: 100vh; background: #fff; position: fixed; top: 0; left: 0; z-index: 1999; box-shadow: 0 0 30px rgba(173,181,217,0.1); }
.sidebar .sidebar-body { padding-top: 88px; }
.sidebar a { width: 100%; display: block; padding: 10px 20px; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; font-size: 14px; font-weight: 500; color: #404040; text-decoration: none; transition: all 0.3s ease-in-out; }
.sidebar a i { margin-right: 8px; }
.sidebar a:hover, .sidebar a.active { color: #003e93; }
@media screen and ( max-width: 425px ) {
    .sidebar { left: -280px; }
    .header-top { padding: 0 15px; }
    .header-top .left-logo { height: 30px; }
    .right-menu .dropdown-btn p { display: none; }
}

.right-content { width: 100%; height: auto; padding: 100px 15px 25px 295px; position: relative; top: 0; left: 0; }
.page-title-row { width: 100%; display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.page-title-row .page-title { font-size: 20px; line-height: 24px; font-weight: 600; color: #0a0a0a; margin-bottom: 0; }
.breadcrumb { padding: 0; background: transparent; }
.breadcrumb li.breadcrumb-item { padding-left: 15px !important; }
.breadcrumb li.breadcrumb-item, .breadcrumb li.breadcrumb-item a { font-size: 14px; line-height: 16px; font-weight: 400; color: #404040; text-decoration: none; padding-left: 8px; }
.breadcrumb li.breadcrumb-item.active { font-size: 14px; line-height: 16px; font-weight: 400; color: #747474; padding-left: 8px !important; }
.breadcrumb li.breadcrumb-item::before { content: '' !important; display: block; width: 4px; height: 4px; background: #a0a0a0; border-radius: 50%; padding-right: 0 !important; margin-top: 5px; margin-right: 5px;  }
.breadcrumb li.breadcrumb-item:first-child::before { display: none; }
@media screen and ( max-width: 425px ) {
    .right-content { padding: 100px 0 25px; }
    .page-title-row { flex-direction: column; align-items: center; }
    .page-title-row .page-title { margin-bottom: 10px; }
}

table.table {font-size: 14px; font-weight: 500; color: #0a0a0a; }
table.table tr td { border-top: 0; border-bottom: 1px solid #e3e6ef; }
table.table tr:last-child td { border-bottom: 0; }

.footer { width: calc(100% + 30px); height: auto; margin: 0 -15px; background: #fff; padding: 24px 15px 24px 310px; box-shadow: 0 -5px 10px rgba(146,153,184,0.05); position: absolute; left: 0; bottom: 0; }
.footer p { font-size: 14px; font-weight: 500; line-height: 20px; color: #404040; margin-bottom: 0; }
.footer p a { text-decoration: none; color: #003e93; }
@media screen and ( max-width: 425px ) {
    .container-fluid {  }
    .footer { padding: 20px 0; text-align: center; }
}

.dropdown-menu { width: fit-content; min-width: 300px; background: #fff; padding: 0; box-shadow: 0 5px 30px rgba(173,181,217,0.15); border: 0; border-radius: 0; }
.dropdown-menu a.dropdown-link { width: 100%; display: block; background: transparent; font-size: 14px; line-height: 20px; padding: 9px 25px; text-decoration: none; color: #747474; transition: all 0.3s ease-in-out; }
.dropdown-menu a.dropdown-link:hover { background: rgba(130,49,211,0.05); padding-left: 35px; color: #003e93; }
.dropdown-menu a.dropdown-link.bottom, .dropdown-menu a.dropdown-link.bottom:hover { background: #f4f5f7; padding: 18px 15px; font-size: 13px; text-align: center; margin-top: 10px; } 


