@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    /* background-image:url('/assets/background/background.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 14px;
}

header {
    padding-top: 30px;
    padding-bottom: 30px;
}

header .logo {
    width: 280px;
}
header .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
header .menu > li {
    float: left;
    margin-right: 30px;
}
header .menu > li:last-child {
    margin-right: 0;
}
header .menu > li.active a {
    color: #0008ff;
}
header .menu > li.active a::after {
    content: '';
    display: block;
    height: 3px;
    width: 40%;
    background-color: #0008ff;
    bottom: 0;
}
.w-280 {
    width: 280px;
}
header .menu a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    position: relative;
}
header .menu a:hover {
    font-family: 'Montserrat', sans-serif;
    color: #0008ff;
    text-decoration: none;
}
.page header > div > div {
    padding-bottom: 25px;
    border-bottom: 1px solid #7070702d;
}
.home-desc-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.content-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.home-desc-title > span {
    color: #0008ff;
}
.home-desc-content {
    margin-top: 30px;
    line-height: 26px;
}
.home-btn {
    padding: 15px 50px;
    background-color: #395063;
    border: none;
    outline: none;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
}
.home-btn:hover {
    background-color: #233341;
}
.home-btn > img {
    margin-right: 10px;
}

footer {
    padding-bottom: 30px;
}
footer span {
    color: #0008ff;
}
.mohula-select {
    outline: none;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #000;
}
.primary-btn {
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: #053760;
    cursor: pointer;
}
.mohula-input {
    padding: 10px 5px;
    border: 1px solid rgb(165, 165, 165);
    border-radius: 5px;
    outline: none;
    width: 100%;
}
.primary-btn:hover {
    background-color: #032846;
}
.search-btn {
    padding: 12px 80px;
    border: none;
    border-radius: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: #053760;
    cursor: pointer;
}

.search-btn.disabled {
    background-color: #bebebe;
}
.data-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.data-list .item {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.data-list > li .desc {
    padding-bottom: 15px;
    border-bottom: 1px solid #7070704b;
}
.data-list > li:last-child .desc {
    border-bottom: none;
}
.data-list > li:first-child {
    margin-top: 0;
}
.data-list > li {
    margin-top: 30px;
}
.uk-pagination .page-info {
    font-weight: 600;
    color: #0008ff;
}
.login-form input[type='text'],
.login-form input[type='password'] {
    padding: 8px;
    border-radius: 5px;
    width: 250px;
    border: 1px solid #bebebe;
    margin-bottom: 10px;
    outline: none;
}
.login-form h6 {
    margin-top: 0;
    margin-bottom: 3px;
}
.single-content .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 5px;
}
.single-content .date {
    color: red;
}
.single-content .download-pdf {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #0008ff;
    text-decoration: none;
}
.single-content .bottom-border {
    margin-top: 10px;
    border-bottom: 1px solid #70707021;
    margin-bottom: 20px;
}
.single-content .description {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #000;
}

/* Sidebar */

.sidebar {
    background-color: #fff;
    box-shadow: 1px 1px 1px #d4d4d4;
    height: 100vh;
}

.sidebar footer {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu > li {
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bebebe41;
}
.sidebar-menu > li:hover {
    cursor: pointer;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(0, 8, 255, 0.13351278011204482) 100%);
}
.sidebar-menu > li:hover a {
    color: #0008ff;
    font-weight: 500;
}
.sidebar-menu > li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
.sidebar-menu > li:last-child {
    border-bottom: none;
}
.dashboard-content {
    margin: 30px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 1px 1px 1px #d4d4d4;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #000;
}
