.nav-custom .menu-item {
    margin-left: 1.25rem;
}

.nav-custom .menu-4 {
    padding-left: 1.25rem;
    position: relative;
}

.nav-custom .menu-4:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px rgba(221, 184, 39, var(--tw-bg-opacity)) solid;
    content: "";
}

.nav-custom .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.nav-custom .dropdown:hover .dropdown-content {
    display: block;
}

.nav-custom .dropdown-item {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.nav-custom .dropdown-item:hover {
    background-color: #f1f1f1;
}

.dropdown-menu:hover .dropdown-content {
    display: block !important;
}

.wq-checked-answers-list__question-desc {
    max-width: 75%;
    position: relative !important;
}

.trivia_quiz .wq-checked-answers-list__question .wq-checked-answers-list__question-title {
    right: 0;
    width: 28%;
    float: right;
}

.border-custom-t {
    border-top: 1px rgb(87 87 87) solid !important;
}

.derma-sidebar .last\:border-none:last-child .pb-14 {
    padding-bottom: 0;
}