.dropdown-menu > li > a > i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dropdown-menu > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.theme-black .section-header,
.theme-blue .section-header,
.theme-marrs-green .section-header,
.theme-navy-blue .section-header,
.theme-pink .section-header,
.theme-red .section-header,
.theme-sky-blue .section-header,
.theme-violet .section-header {
    border-top: none;
}

.theme-black .my-dashboard .account-information h4,
.theme-blue .my-dashboard .account-information h4,
.theme-marrs-green .my-dashboard .account-information h4,
.theme-navy-blue .my-dashboard .account-information h4,
.theme-pink .my-dashboard .account-information h4,
.theme-red .my-dashboard .account-information h4,
.theme-sky-blue .my-dashboard .account-information h4,
.theme-violet .my-dashboard .account-information h4 {
    border-bottom: none;
    margin-bottom: 16px;
}

.my-dashboard .account-information {
    padding: 24px;
}

.list-inline > li {
    padding-left: 16px;
    padding-right: 16px;
}

.sidebar-menu {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
}

.theme-black .my-account .sidebar-menu li:first-child,
.theme-blue .my-account .sidebar-menu li:first-child,
.theme-marrs-green .my-account .sidebar-menu li:first-child,
.theme-navy-blue .my-account .sidebar-menu li:first-child,
.theme-pink .my-account .sidebar-menu li:first-child,
.theme-red .my-account .sidebar-menu li:first-child,
.theme-sky-blue .my-account .sidebar-menu li:first-child,
.theme-violet .my-account .sidebar-menu li:first-child {
    border-top: none;
}

.theme-black .my-account .sidebar-menu li:last-child,
.theme-blue .my-account .sidebar-menu li:last-child,
.theme-marrs-green .my-account .sidebar-menu li:last-child,
.theme-navy-blue .my-account .sidebar-menu li:last-child,
.theme-pink .my-account .sidebar-menu li:last-child,
.theme-red .my-account .sidebar-menu li:last-child,
.theme-sky-blue .my-account .sidebar-menu li:last-child,
.theme-violet .my-account .sidebar-menu li:last-child {
    border-bottom: none;
}

.theme-black .section-header h3,
.theme-blue .section-header h3,
.theme-marrs-green .section-header h3,
.theme-navy-blue .section-header h3,
.theme-pink .section-header h3,
.theme-red .section-header h3,
.theme-sky-blue .section-header h3,
.theme-violet .section-header h3 {
    /* Masukkan gaya CSS di sini */
    border-bottom: none;
    border-top: none;
    margin-top: 32px;
    margin-bottom: 12px;
}

.theme-black .form-control,
.theme-blue .form-control,
.theme-marrs-green .form-control,
.theme-navy-blue .form-control,
.theme-pink .form-control,
.theme-red .form-control,
.theme-sky-blue .form-control,
.theme-violet .form-control {
    border: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
}

.theme-black .form-control,
.theme-blue .form-control,
.theme-marrs-green .form-control,
.theme-navy-blue .form-control,
.theme-pink .form-control,
.theme-red .form-control,
.theme-sky-blue .form-control,
.theme-violet .form-control {
    border: 1px solid var(--Colors-Border-border-primary, #d0d5dd);
}
.form-control,
output {
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
}
input,
select,
textarea {
    border-radius: 8px !important;
    box-shadow: none !important;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    height: 44px;
    display: flex;
    padding: 10px 14px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
}

.form-control + .input-icon {
    font-size: 21px;
    left: 5px;
    position: absolute;
    text-align: center;
    top: 35px;
    transition: 0.2s ease-in-out;
    width: 30px;
}

.btn {
    border: 1px solid;
    border-radius: 8px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0.2px;
    outline: 0 !important;
    transition: 0.2s ease-in-out;
}

.btn {
    padding: 10px 16px;
}
.search-box {
    background: #eff1f3;
    border: 2px solid #dce0e8;
    border-left: none;
    border-radius: 8px;
    display: flex;
    height: 48px;
    position: relative;
    width: 100%;
}
.search-box .search-box-button .search-box-btn {
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: block;
    float: right;
    font-family: "Lora", serif;
    font-size: 16px;
    height: 48px;
    margin: -2px -3px -2px 0;
    padding: 0 25px;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.our-author {
    height: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 24px 24px 24px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 16px;
    border: 1px solid #eaecf0;
    background: #fff;
    /* Shadows/shadow-lg */
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
        0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.section-header h3 {
    color: #101828;
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin-bottom: 8px;
    font-weight: 500;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

.section-wrapper.clearfix:first-child {
    margin-top: 0;
}
.our-author .picture img {
    border: 1px solid #eaecf0;
    padding: 16px;
    border-radius: 5%;
    height: 100%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
        0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.theme-marrs-green .our-author .picture:after {
    background-color: #ffffff;
}
.navbar-default .navbar-nav {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}
.navbar.navbar-default {
    display: flex;
}

.navbar-default .navbar-nav > li:last-child > a {
    padding-right: 0;
}
.user-details-section .details-section {
    border-top: none;
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
    text-align: justify;
}

.theme-black .ebook-list-header,
.theme-blue .ebook-list-header,
.theme-marrs-green .ebook-list-header,
.theme-navy-blue .ebook-list-header,
.theme-pink .ebook-list-header,
.theme-red .ebook-list-header,
.theme-sky-blue .ebook-list-header,
.theme-violet .ebook-list-header {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 16px;
}

.theme-marrs-green .our-author .social li > a:hover {
    color: #ffffff;
}
.our-author .social li > a:hover {
    background-color: transparent;
}
.our-author:hover .picture img {
    box-shadow: 0 0 0 14px #ffffff;
    transform: scale(0.7);
}
.ebook-list-result .grid-ebooks {
    grid-template-columns: repeat(3, 33.33333333333333%);
}
.ebook-card .ebook-content .ebook-name {
    display: block;
    font-family: "Lora", serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    text-align: left;
    transition: 0.2s ease-in-out;
}

.ebook-card .ebook-content .ebook-name.ebook-authors {
    display: block;
    font-weight: 400;
    font-family: "Lora", serif;
    font-size: 15px;
    margin-top: 5px;
    text-align: left;
    transition: 0.2s ease-in-out;
}
.image-holder img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.theme-black .separator .slick-active .ebook-card:before,
.theme-black .separator .slick-active .single-ebook:before,
.theme-blue .separator .slick-active .ebook-card:before,
.theme-blue .separator .slick-active .single-ebook:before,
.theme-marrs-green .separator .slick-active .ebook-card:before,
.theme-marrs-green .separator .slick-active .single-ebook:before,
.theme-navy-blue .separator .slick-active .ebook-card:before,
.theme-navy-blue .separator .slick-active .single-ebook:before,
.theme-pink .separator .slick-active .ebook-card:before,
.theme-pink .separator .slick-active .single-ebook:before,
.theme-red .separator .slick-active .ebook-card:before,
.theme-red .separator .slick-active .single-ebook:before,
.theme-sky-blue .separator .slick-active .ebook-card:before,
.theme-sky-blue .separator .slick-active .single-ebook:before,
.theme-violet .separator .slick-active .ebook-card:before,
.theme-violet .separator .slick-active .single-ebook:before {
    background: none;
}

.top-authors > .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.top-authors > .row > div {
    padding-bottom: 40px;
}
.nav > li > a {
    padding: 10px 24px;
    font-family: "Nunito Sans", sans-serif;
}
.nav > li > a:hover {
    /* padding: 10px 23.5px; */
    font-weight: 600;
}
.section-title-categories:after {
    border-bottom: none;
    bottom: -1px;
    content: "";
    left: 0;
    position: absolute;
    width: 50px;
}
.single-category-list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-fill: initial;
    column-fill: initial;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
a {
    color: #d5ae64;
    text-decoration: none;
}
.theme-black .navbar-default .navbar-nav > li > a,
.theme-blue .navbar-default .navbar-nav > li > a,
.theme-marrs-green .navbar-default .navbar-nav > li > a,
.theme-navy-blue .navbar-default .navbar-nav > li > a,
.theme-pink .navbar-default .navbar-nav > li > a,
.theme-red .navbar-default .navbar-nav > li > a,
.theme-sky-blue .navbar-default .navbar-nav > li > a,
.theme-violet .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 17px;
}
.category-menu-wrapper > .vertical-mega-menu {
    background: #fff;
    border-radius: 0 0 8px 8px;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: none;
    float: none;
    height: 415px;
    margin: 0;
    padding: 0;
    width: 262px;
    margin-top: -16px;
    border-radius: 8px;
}
.category-menu-wrapper .category-menu-dropdown {
    border-radius: 8px;
}

a.card:hover,
a.card:focus {
    text-decoration: none;
}

a.card:hover h5,
a.card:focus h5 {
    font-weight: 600;
}

.user-details-section .image-placeholder img {
    border-radius: 0;
}

.ebook-list-sidebar {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 20px;
    background-color: #ffffff; /* White background */
}

.default-placeholder {
    color: #6c757d; /* Gray color for placeholder icon */
}

.profile-img {
    width: 80px;
    height: 80px;
    object-fit: contain !important;
    border-radius: 0 !important;
    box-shadow: none;
    border: none;
}

.profile-card {
    width: 100%; /* Make the card take the full width of its parent column */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #151410; /* Replace with your desired background */
    background-size: cover;
    background-position: center;
    padding: 10px 15px;
    color: #fff;
    border-bottom: none;
}

.image-wrapper {
    padding: 16px; /* Add padding around the image */
    border-radius: 5%;
    display: inline-block; /* Keep it sized based on content */
    border: 1px solid #eaecf0;
    height: 100%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    background-color: #ffffff;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
        0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.profile-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.default-placeholder {
    width: 80px;
    height: 80px;
    background-color: #e0e0e0; /* Light gray color */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #6c757d;
}

.card-body {
    text-align: left; /* Align all content to the left */
    padding-top: 10px;
}

.card-title {
    margin-top: 10px; /* Adjust spacing */
}

.card.our-author .card-body {
    padding: 0;
}

/* Custom CSS untuk hover icon user di navbar */
.user-navbar-icon {
    transition: background 0.2s, color 0.2s;
    border-radius: 50%;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: #fff;
    margin-top: 4px;
    border: 1px solid #fff;
}

.user-navbar-icon:hover, 
.user-navbar-icon:focus {
    background-color: #c59e54 !important;
    color: #fff !important;
    text-decoration: none !important;
    border-color: #c59e54 !important;
}

.user-navbar-icon:hover i,
.user-navbar-icon:focus i {
    color: #fff !important;
}

.user-navbar-icon:hover .fa-solid,
.user-navbar-icon:focus .fa-solid {
    color: #fff !important;
}

.user-navbar-icon img {
    border-radius: 50%;
}
