<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    background-repeat:repeat; 
}

p {
    font-size: 18px;
    line-height: 1.5;
    color: rgb(0 0 0 / 72%);
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    padding: 0;
    font-weight: bold;
    color:#363636;
}

h1 {
    font-size: 40px;
    line-height: 48px;
}

h2 {
    font-size: 40px;
    line-height: 47px;
}

h3 {
    font-size: 18px;
    line-height: 1.3;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

a {
    color: #0a58e7;
    display: block;
    text-decoration: none !important;
    transition: ease-in-out .3s;
}

a:hover {
    color: #2260bf;
}

.mt {
    margin-top: 30px;
}

.mb {
    margin-bottom: 30px;
}

.pt {
    padding-top: 30px;
}

.pb {
    padding-bottom: 30px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #f94944;
}

.container {
    max-width: 1200px;
}







/* Header */
.h-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 88px;
}

#header {
    background: url(../img/nav-bg.jpg) repeat-x center #000;
    box-shadow: 0 3px 5px -2px #ccc;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    padding-left: 2%;
    box-sizing: border-box;
    height: 80px;
}
.header-right {
    display: flex;
    margin-top: -33px;
    align-items: center;
}

.user {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.header-right .form-control {
    border: 1px solid #8a8a8a;
    background: #f7f7f700;
    color: #dcdcdc;
    width: 130px;
    height: 25px;
    border-radius: 3px;
    font-size: 13px;
}
.header-right ::placeholder{
    color: #fff;
}
.header-right .form-select {
    border: 1px solid #8a8a8a;
    background: #f7f7f700;
    color: #dcdcdc;
    width: 130px;
    height: 25px;
    border-radius: 3px;
    font-size: 12px;
    padding: 0 10px;
}
.header-right .form-select:focus{
    outline: none;
    box-shadow: none;
}
.download a {
    height: 27px;
    width: 27px;
    line-height: 27px;
    text-align: center;
    background: #666;
    color: #ccc;
    border-radius: 4px;
    font-size: 18px;
}
.user .dropdown-toggle {
    padding: 0;
    background: transparent;
    border: none;
    text-align: left;
    font-size: 0.8em;
}
.user .dropdown-toggle:focus{
    outline: none;
    box-shadow: none;
}
.user .dropdown-toggle b {
    display: block;
    color: #a0a0a0;
    font-weight: normal;
    line-height: normal;
}

.user-img span {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #444;
    background: #fff;
    border-radius: 100%;
    font-weight: 600;
    font-size: 18px;
}

.user-img {
    margin-right: 15px;
}
.download {
    margin-left: 15px;
}

.sort {
    margin-left: 15px;
}
.user .dropdown-menu{
    min-width: 300px;
    background: #f5f5f5;
    box-shadow: 0 2px 6px -1px #aaa;
    padding: 1em;
    border-radius: 3px;
    border: none;
}
.pf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pf span {
    font-size: 15px;
    font-weight: 500;
}

.pf i {
    font-size: 22px;
}
.sidebar li span {
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}
.user-drop {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
option {
    color: #333;
}
.user-drop-img span {
    display: block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 100%;
    font-size: 40px;
    font-weight: 500;
}

.user-drop-img {
    margin-right: 10px;
}

.user-drop-info b {
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.user-drop-info span {
    display: block;
    font-size: 13px;
    font-weight: normal;
}

.user-drop-info a {
    border: 1px solid #ccc;
    padding: 5px 7px;
    display: inline-block;
    background: #eee;
    color: #333;
    font-size: 13px;
}
.user-drop-info a:hover {
    box-shadow: 1px 1px 4px rgb(165 165 165 / 67%);
}
.user-drop-info a i {
    margin-left: 3px;
    font-size: 17px;
    vertical-align: middle;
}
.accordion-button {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
    background: transparent;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
}

.accordion-header h2 {
    line-height: 0;
}

.accordion-header {
    line-height: normal;
}

.accordion-item {
    background: transparent;
    border: none;
}

.accordion-body {
    padding: 0;
}

.accordion-body ul li a {
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.accordion-body ul li a i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    margin-right: 10px;
    font-weight: bold;
}

.accordion-body ul li span {
    display: block;
}
.on a {
    font-size: 15px;
    color: #222;
    font-weight: 500;
    margin-top: 10px;
}
.accordion-button:not(.collapsed){
    color: #222;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
}
/* Header End */





/* Content */
.main-content {
    margin-top: 80px;
    overflow: hidden;
}
.sidebar{
    position: fixed;
    top: 80px;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 320px;
    height: 100%;
    padding: 15px;
}
#content{
    margin-left: 320px;
    height: 100%;
    padding: 40px;
}
.sidebar::-webkit-scrollbar {
  width: 7px;
  border-radius: 40px;
}

.sidebar::-webkit-scrollbar-track {
  background: #EFEFEF;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 40px;
}
.sidebar li +li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dfdfdf;
}
section +section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dfdfdf;
}
.navbar{
    padding: 0;
}
.sidebar li a {
    opacity: .20;
}
.sidebar li a.active {
    opacity: 1;
}
.zoom button {
    background: transparent;
    border: none;
    color: #dbdbdb;
    padding: 0;
    font-size: 25px;
}

.zoom {
    margin-right: 20px;
}
#one {
    overflow: hidden;
}
.group-filter {
    display: flex;
    align-items: center;
}
.image-view .dropdown-toggle {
    padding: 1px 10px;
    border: 1px solid #8a8a8a;
    background: transparent;
    color: #000;
    font-size: 13px;
    height: 25px;
}
.image-view .dropdown-toggle:focus{
    outline: none;
    box-shadow: none;
}

.image-view {
    margin-left: 5px;
}
.image-view .dropdown-toggle::after{
    display: none;
}
.image-view .dropdown-menu{
    padding: 0;
    border: none;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 18%);
    border-radius: 0;
}
.image-view .dropdown-menu li a {
    padding: 7px;
    font-size: 13px;
    color: #000;
}

.image-view .dropdown-menu li+li a {
    border-top: 1px solid #e9e9e9;
}

.image-view .dropdown-menu li a i {
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
}
.image-view {
    display: none;
}
/* Content End */
</pre></body></html>