
:root {
    --bg-primary: #1c1c1c;
    --bg-secondary: #252525;
    --bg-tertiary: #2d2d2d;
    --bg-card: #252525;
    --bg-item: #1e1e1e;
    --primary-color: #00c6ff;
    --secondary-color: #ff3e6f;
    --accent-gold: #ffb627;
    --accent-teal: #0ac2c2;
    --text-primary: #f5f5f5;
    --text-secondary: #d1d1d1;
    --text-muted: #8a8a8a;
    --border-light: rgba(255, 255, 255, 0.08);
    --glow-primary: rgba(0, 198, 255, 0.25);
    --glow-secondary: rgba(255, 62, 111, 0.25);
    --shadow-soft: 0 4px 15px rgba(0, 0, 0, 0.3);
    --shadow-strong: 0 8px 25px rgba(0, 0, 0, 0.4);
    --gradient-primary: linear-gradient(135deg, #00c6ff, #0ac2c2);
    --gradient-secondary: linear-gradient(135deg, #ff3e6f, #ff8e53);
    --gradient-header: linear-gradient(135deg, #252525, #1c1c1c);
    --gradient-card: linear-gradient(135deg, #252525, #2a2a2a);
    --gradient-item: linear-gradient(135deg, #1e1e1e, #252525);
    --shimmer-speed: 3s;
    --transition-speed: 0.4s;
    --dark: #1a1a1a;
    --light: #1a1a1a;
    --text: hsla(0,0%,100%,.9);
    --success: #0abf30;
    --error: #e24d4c;
    --warning: #e9bd0c;
    --info: #3498db;
    --random: #eb43ff;
    /* --btn-bg-color: linear-gradient(to right,#fb0,#e43603,#ff6290,#ff5000); */
    --btn-bg-color: linear-gradient(135deg,#3a47d5,#00d2ff);
    --text-color: #3498db;
}


.container {
    padding-left: 25px;
    padding-right: 25px;
}
    

.halim-rating-container {
    align-items: center;
    background-color: #1111118a;
    border-radius: 4px;
    display: flex
;
    justify-content: space-between;
    margin: 10px 0;
    padding: 8px 12px;
    flex-wrap: wrap;
}


.halim-search-form .form-control {
    border: 1px solid #333;
}
.grid-item .icon_overlay,
.slider-thumb .icon_overlay {
    background: #00000000 !important;
}
 
 .grid-item img {
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}
 

section .halim_box {
    margin-bottom: 0px;
}

@media (max-width: 2980px) {
    .halim_box .grid-item {
        width: 20%;
    }
}


@media (max-width: 767px) {
    .halim_box .grid-item {
        width: 33%;
    }
}

@media (max-width: 576px) {
    .halim_box .grid-item {
        width: 50%;
    }
}







/*end post list */

#main-contents {
    width: 100%;
}

main#main-contents {
    background: #00000000;
}

#headwrap .nav-items a {
    padding: 7px 17px;
    margin: 3px 3px;
    font-size: 30px;
    display: inline-flex;
    background-color: #2b2b2b;
    border: 1px solid rgb(84 59 59 / 8%) ;
    color: #ccc;
    position: relative;
}
.material-icons {
    display: grid !important;
        font-size: 12px;
    margin-top: 4px;
    text-align: center;
}
.material-icons-round1 {
    font-family: "Material Icons Round";
    font-weight: normal;
    font-style: normal;
    /* font-size: 24px; */
    line-height: 1;
    /* margin-right: 5px; */
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.item-label {
    margin-top: 6px;
    text-align: center;
    color: var(--color-light-0);
    font-weight: 700;
    font-size: 10px;
}
#headwrap .nav-items {
    justify-content: flex-end;
}
.flex {
    display: flex;
}
hr.lh_lmaz {
    display: none;
    margin: 10%;
}
@media (max-width: 767px){
    #headwrap .nav-items {
        justify-content: center;
    }
}

/*cus */
body.halimthemes, #header, #footer, #footer .footer-logo, #footer .about, .footer-credit {
    background: #1c1c1c;
}
#wrapper {
    background: #1c1c1c;
    box-shadow: unset;
}

.halim-panel-filter {
    display: none;
}
.navbar-container:has(.main-navigation), .main-navigation {
    background: #1f2021;
    box-shadow: unset;
}

.ratings_wrapper .halim_imdbrating::before {
    font-size: 20px;
    margin-right: 5px;
}
.ratings_wrapper .halim_imdbrating span {
    font-size: 18px;
    font-weight: 700;
}

.ratings_wrapper.single-info {
    align-items: center;
    background-color: #1111118a;
    border-radius: 4px;
    display: flex
;
    justify-content: space-between;
    margin: 10px 0;
    padding: 8px 12px;
    flex-wrap: wrap;
}


@media(max-width: 767px) {
    .info-movie .head .first {
        width:28%
    }

    .info-movie .head .last {
        width: 72%;
        font-size: 12px;
        margin-left: 5px
    }

    .info-movie .head .last>div {
        padding: 2px
    }

    .info-movie .head .last>div>div:first-child {
        display: none
    }

    .info-movie .head .last>div>div {
        flex: 1
    }

    .halim-entry-box .item-content {
        height:80px
    }

    .halim-entry-box .item-content.toggled {
        height: auto
    }

    #halim-list-server li {
        width: 25%;
    }

    .movie-rating-modal {
        max-width: 450px;
        width: 98%
    }

    .movie-rating-modal-header {
        padding: 20px 15px
    }

    .movie-rating-movie-title {
        font-size: 20px
    }

    .movie-rating-movie-rating {
        font-size: 12px;
        padding: 6px 12px
    }

    .movie-rating-modal-body {
        padding: 20px 15px
    }

    .movie-rating-rating-title {
        font-size: 16px;
        margin-bottom: 15px
    }

    .movie-rating-modal-footer {
        gap: 10px;
        padding: 0 15px 20px
    }

    .movie-rating-rating-options {
        gap: 10px;
        margin-bottom: 20px
    }

    .movie-rating-rating-option {
        padding: 10px 8px;
    }

    .movie-rating-btn {
        font-size: 14px;
        padding: 12px;
    }
}

@media (max-width: 400px) {
    #halim-list-server ul li span {
        padding: 6px;
    }
    
}

@media (max-width: 350px) {
  

    #halim-list-server ul li span {
        padding: 6px;
    }
}

.halim_box article.grid-item .episode {
    bottom: unset;
    right: unset;
    top: 0px;
    left: 0px;
}
.grid-item .episode {
    background-image: var(--btn-bg-color);
}

.page-numbers li span.current {
    background: #bf7d18;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cd881e), to(#674614)) !important;
    transition: .5s all;
    color: #fff;
}

.page-numbers li a, .page-numbers li span:not(.dots) {
    background: #333;
    padding: 10px 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .07), 0px 1px 3px rgba(0, 0, 0, .29);
}
span.status, span.pull-right.sortby {
    display: none;
}


.halim_box .grid-item {
    padding: 5px;
}

#halim-list-server ul li span.active, #halim-list-server li:hover span {
    background: linear-gradient(to right, #1a2980, #26d0ce);
}

#footer {
    border-top: none;
}

.button-watch .fb-like {
    display: none;
}
.hh3d-rate {
    position: relative;
    z-index: 0000;
}



.movie-rating-modal-overlay {
    align-items: center;
    backdrop-filter: blur(5px);
    background-color: rgba(0,0,0,.8);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

.movie-rating-modal-overlay:not(.active) {
    display: none;
}

.movie-rating-modal {
    animation: movie-rating-modalAppear .4s ease-out;
    background: linear-gradient(135deg,#1a1f38,#2d3250);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,.4);
    font-family: Montserrat,sans-serif;
    max-width: 600px;
    overflow: hidden;
    transform: translateY(0);
    width: 100%
}

.movie-rating-modal-header {
    background: linear-gradient(135deg,#3a1c71,#d76d77 50%,#ffaf7b);
    padding: 30px 25px;
    position: relative;
    text-align: center
}

.movie-rating-modal-close {
    align-items: center;
    background-color: hsla(0,0%,100%,.2);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 30px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .2s;
    width: 30px
}

.movie-rating-modal-close:hover {
    background-color: hsla(0,0%,100%,.3);
    transform: rotate(90deg)
}

.movie-rating-movie-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,.2)
}

.movie-rating-movie-rating {
    align-items: center;
    background-color: rgba(0,0,0,.2);
    border-radius: 30px;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    padding: 8px 15px
}

.movie-rating-rating-icon {
    color: gold;
    font-size: 18px;
    margin-right: 8px
}

.movie-rating-modal-body {
    padding: 25px
}

.movie-rating-rating-title {
    color: hsla(0,0%,100%,.9);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center
}

.movie-rating-rating-options {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit,minmax(80px,1fr));
    margin-bottom: 30px
}

.movie-rating-rating-option {
    align-items: center;
    background-color: rgba(0,0,0,.3);
    border-radius: 16px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 15px 10px;
    position: relative;
    transition: all .3s
}

.movie-rating-rating-option:hover {
    background-color: hsla(0,0%,100%,.1);
    transform: translateY(-5px)
}

.movie-rating-rating-option.selected {
    background: linear-gradient(135deg,#3a47d5,#00d2ff);
    box-shadow: 0 10px 20px rgba(0,210,255,.2);
    transform: translateY(-5px)
}

.movie-rating-rating-option.selected:before {
    animation: movie-rating-shimmer 2s infinite;
    background: linear-gradient(90deg,transparent,hsla(0,0%,100%,.8),transparent);
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.movie-rating-rating-option img {
    border-radius: 50%;
    filter: drop-shadow(0 5px 10px rgb(0 0 0/.2));
    height: 50px;
    margin-bottom: 10px;
    transition: all .3s;
    width: 50px
}

.movie-rating-rating-option.selected img {
    transform: scale(1.1)
}

.movie-rating-rating-option-text {
    color: hsla(0,0%,100%,.9);
    font-size: 14px;
    font-weight: 500;
    text-align: center
}

.movie-rating-rating-option.selected .movie-rating-rating-option-text {
    color: #fff;
    font-weight: 600
}

.movie-rating-modal-footer {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 0 25px 25px
}

.movie-rating-btn {
    align-items: center;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    flex: 0 1 auto;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    min-width: 120px;
    padding: 12px 25px;
    transition: all .3s
}

.movie-rating-btn-primary {
    background: linear-gradient(135deg,#f96,#ff5e62);
    box-shadow: 0 10px 20px rgba(255,94,98,.3);
    color: #fff
}

.movie-rating-btn-primary:hover {
    box-shadow: 0 15px 25px rgba(255,94,98,.4);
    transform: translateY(-3px)
}

.movie-rating-btn-primary:active {
    transform: translateY(0)
}

.movie-rating-btn-secondary {
    background-color: hsla(0,0%,100%,.1);
    color: #fff
}

.movie-rating-btn-secondary:hover {
    background-color: hsla(0,0%,100%,.15)
}

.halim-rating-button {
    background: linear-gradient(135deg, #3a47d5, #00d2ff);
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 15px;
    transition: all .2s ease;
}
.halim-rating-button:hover {
    box-shadow: 0 15px 30px rgba(0,210,255,.4);
    transform: translateY(-2px)
}

@media(max-width: 767px) {
    .info-movie .head .first {
        width:28%
    }

    .info-movie .head .last {
        width: 72%;
        font-size: 12px;
        margin-left: 5px
    }

    .info-movie .head .last>div {
        padding: 2px
    }

    .info-movie .head .last>div>div:first-child {
        display: none
    }

    .info-movie .head .last>div>div {
        flex: 1
    }

    .halim-entry-box .item-content {
        height:80px
    }

    .halim-entry-box .item-content.toggled {
        height: auto
    }

    #halim-list-server li {
        width: 25%;
    }

    .movie-rating-modal {
        max-width: 450px;
        width: 98%
    }

    .movie-rating-modal-header {
        padding: 20px 15px
    }

    .movie-rating-movie-title {
        font-size: 20px
    }

    .movie-rating-movie-rating {
        font-size: 12px;
        padding: 6px 12px
    }

    .movie-rating-modal-body {
        padding: 20px 15px
    }

    .movie-rating-rating-title {
        font-size: 16px;
        margin-bottom: 15px
    }

    .movie-rating-modal-footer {
        gap: 10px;
        padding: 0 15px 20px
    }

    .movie-rating-rating-options {
        gap: 10px;
        margin-bottom: 20px
    }

    .movie-rating-rating-option {
        padding: 10px 8px;
    }

    .movie-rating-btn {
        font-size: 14px;
        padding: 12px;
    }
}

@media (max-width: 500px) {
    .movie-rating-modal {
        max-width: 400px;
        width: 98%
    }

    .movie-rating-rating-options {
        grid-template-columns: repeat(2, 1fr);
    }

    .movie-rating-rating-option {
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px
    }

    .movie-rating-rating-option img {
        height: 35px;
        margin-bottom: 0;
        margin-right: 10px;
        width: 35px
    }

    .movie-rating-rating-option-text {
        font-size: 13px;
        text-align: left
    }

    .halim-rating-container {
        padding:6px 10px
    }

    .halim-star-icon {
        font-size: 18px
    }

    .halim-rating-score {
        font-size: 16px
    }

    .halim-rating-votes {
        font-size: 12px
    }

    .halim-rating-button {
        font-size: 13px;
        padding: 6px 15px;
        margin-left: auto;
    }
    
}

@media (max-width: 400px) {
    #halim-list-server ul li span {
        padding: 6px;
    }

    .halim-star-rating,
    .halim-rating-score {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .halim-rating-container {
        padding: 6px;
    }

    .halim-rating-button {
        font-size: 11px;
        padding: 4px 6px;
    }

    .halim-star-icon {
        margin-right: 2px;
    }

    #halim-list-server ul li span {
        padding: 6px;
    }
}



.entry-content, .post-content {
    background: #292929;
    border: 1px solid #1d2731a6;
    font-size: 14px;
    border-radius: 6px;
    padding: 15px;
    margin: 10px 0;
}

.item-content-toggle .item-content-gradient {
    background: #ff000000;
}




.toastify {
    z-index: 99999 !important;
    position: fixed; 
    border-radius: 5px;
    padding: 12px 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* Lớp bao bọc nội dung để căn chỉnh tốt hơn */
.toast-content-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1; 
    gap: 10px; 
}

/* Style cho icon */
.toast-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-weight: bold;
    color: white; 
    font-size: 18px;  
    flex-shrink: 0;
}

.toast-icon-warning {
    color: white;  
}
.toast-icon-success {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.toast-icon-info {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.toast-icon-error {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

/* Style cho text thông báo */
.toast-text {
    color: white;  
    flex-grow: 1;  
}

/* Style cho nút đóng */
.toast-close-button {
    background: none;
    border: none;
    color: white;  
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;  
    opacity: 0.8;
    transition: opacity 0.2s ease;
    flex-shrink: 0;  
}

.toast-close-button:hover {
    opacity: 1;
}

/* Style cho timeline chạy  */
.toastify-timeline::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    animation: toastify-timeline-progress 3s linear forwards;
    transform-origin: left;
}

@keyframes toastify-timeline-progress {
    from {
        transform: scaleX(1);
    }
    to {
        transform: scaleX(0);
    }
}



#header .action-header {
    display: flex
;
    justify-content: end;
    gap: 8px;
}

#header .action-header span, #header .action-header a {
    background: #2b2b2b;
    border: 1px solid rgb(84 59 59 / 8%) !important;
    padding: 7px 17px;
    color: #ccc;
    font-size: 16px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    #header .action-header {
        justify-content: center;
        margin-top: 16px;
    }

    #main-contents {
        padding: 0 5px !important;
    }
}
.main-navigation .navbar-nav>li>a i {
    font-size: 14px;
    margin-right: 4px;
}



/* User info dropdown */
#navdrop a,#navdrop span {
    color: #fff;
    font-weight: 600
}

#navdrop .drop-btn p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 0 12px 0 0
}

#navdrop {
    margin: auto;
    position: relative
}

#navdrop .drop-btn {
    border-radius: 5px;
    color: #b0b3b8;
    font-size: 20px;
    font-weight: 500;
    line-height: 55px;
    width: 100%
}

#navdrop .drop-btn span {
    cursor: pointer;
    float: right;
    font-size: 28px;
    line-height: 50px
}

#navdrop .tooltip {
    background: #242526;
    bottom: -22px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
    display: none;
    height: 15px;
    position: absolute;
    right: 28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px
}

#navdrop .tooltip.show {
    display: block
}




/** css tủ phim **/
    div#list-fav {
    display: flex;
    flex-wrap: wrap;
    background: #0c131a9e;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}
div#list-fav .item.bookmark-list {
    width: 50%;
    padding-right: 5px;
    box-sizing: border-box;
    padding: 0 10px;
}
div#list-fav .item a {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    color: #ccc;
}
div#list-fav .item a > div:first-child {
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    z-index: 1;
    border: 5px solid #737373;
}
div#list-fav  .item a img {
    width: 60px;
}
div#list-fav .item a > div:last-child {
    flex: 1;
    background: #19242e;
    padding: 6px;
    position: relative;
    border: 1px solid #000;
    border-radius: 0 5px 5px 0;
}
div#list-fav .item a > div:last-child {
    flex: 1;
    background: #19242e;
    padding: 6px;
    position: relative;
    border: 1px solid #000;
    border-radius: 0 5px 5px 0;
}
div#list-fav .item a > div:last-child:before {
    content: "";
    width: 25px;
    height: 100%;
    top: -1px;
    right: 100%;
    background: #19242e;
    position: absolute;
    z-index: 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #000;
    box-sizing: content-box;
}
div#list-fav .item a div:last-child div:first-child {
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 255px;
}
div#list-fav .item a div:last-child div:last-child {
    margin-top: 5px;
}
span.remove-bookmark.box-shadow {
    display: inline-block;
    position: relative;
    float: right;
    margin: -17% 2% 0 0;
    z-index: 9;
    background: #9d9d9d63;
    padding: 0 2%;
    border-radius: 2px;
}
.timeago {
    font-size: 12px;
    color: #ab8d20;
    font-style: italic;
}
@media (max-width: 767px){
    div#list-fav .item {
        width: 100%!important;
        padding: 0px;
    }
    div#list-fav .item a div:last-child div:first-child {
        font-size: 13px !important;
    }
    span.remove-bookmark.box-shadow {
        margin: -25% 2% 0 0 !important;
    }
    div#list-fav .item a div:last-child div:last-child {
        font-size: 12px;
    }
}




/***** usser menu ***/



 #profile-menu {
    background: #242526;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
    display: none;
    height: auto;
    max-height: 450px;
    overflow: hidden;
    position: absolute;
    right: -50px;
    top: 120%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 250px;
    z-index: 999999
}

 #profile-menu.show {
    display: block;
    display: flex
}

#profile-menu ul {
    list-style: none;
    overflow-y: auto;
    padding: 10px 0;
    scrollbar-color: #888 #242526;
    scrollbar-width: thin;
    transition: all .25s cubic-bezier(.25,.1,.08,.93);
    width: 250px
}

#profile-menu ul li {
    border-radius: 10px;
    float: inherit;
    line-height: 48px;
    margin: 0 10px;
    padding-left: 6px!important;
    -webkit-transition: .15s cubic-bezier(.25,.1,.08,.93)!important;
    -moz-transition: .15s cubic-bezier(.25,.1,.08,.93)!important;
    -ms-transition: .15s cubic-bezier(.25,.1,.08,.93)!important;
    -o-transition: .15s cubic-bezier(.25,.1,.08,.93)!important;
    transition: .15s cubic-bezier(.25,.1,.08,.93)!important
}

.help-drop hr,.menu-bar hr,.setting-drop hr,.theme-drop hr {
    height: 1px;
    margin: 8px 20px
}

#profile-menu ul li a {
    align-items: center;
    border-radius: 8px;
    color: #e4e6eb;
    -webkit-cursor: pointer;
    cursor: pointer;
    display: flex;
    font-size: 13.5px;
    font-weight: 300;
    margin-left: 0!important;
    padding: 0 3px;
    position: relative;
    text-decoration: none;
    width: 100%
}

#profile-menu ul li a span {
    color: #e4e6eb;
    text-align: left
}

#profile-menu ul li a .icon i {
    color: #e4e6eb;
    font-size: 18px;
}

#profile-menu ul li:hover {
    background: #3a3b3c!important
}

#profile-menu ul li a .icon {
    background: #ffffff1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    height: 35px;
    width: 35px
}

#profile-menu ul li a .icon span {
    color: #e4e6eb;
    font-size: 23px;
    line-height: 35px
}

#profile-menu ul li a .icon img {
    margin-top: 7.6px!important
}

#profile-menu ul.help-drop,#profile-menu ul.setting-drop,#profile-menu ul.theme-drop {
    display: none
}

#profile-menu .arrow {
    align-items: center;
    color: #e4e6eb;
    display: inline-flex;
    font-size: 18px;
    font-weight: 400;
    padding-left: 14px;
    width: 100%
}

#profile-menu .arrow i {
    color: #e4e6eb;
    cursor: pointer!important;
    height: 35px;
    line-height: 37px;
    margin: 13px 7px;
    -webkit-transition: .15s cubic-bezier(.25,.1,.08,.93)!important;
    -moz-transition: .15s cubic-bezier(.25,.1,.08,.93)!important;
    -ms-transition: .15s cubic-bezier(.25,.1,.08,.93)!important;
    -o-transition: .15s cubic-bezier(.25,.1,.08,.93)!important;
    transition: .15s cubic-bezier(.25,.1,.08,.93)!important;
    width: 35px
}

#profile-menu .arrow i,#profile-menu .arrow i:hover {
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
    text-align: center
}

#profile-menu .arrow i:hover {
    background: #3a3b3c;
    cursor: pointer
}

#profile-menu .arrow span {
    color: #e4e6eb;
    font-size: 17px;
    font-weight: 600;
    margin-right: 15px
}

#profile-menu .profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

#profile-menu .profile p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

#profile-menu .profile img {
    border-radius: 50%;
    height: 50px;
    object-fit: cover;
    width: 50px;
}

@media (max-width: 991px) {
     #profile-menu {
        right: 10px;
    }
}

@media (max-width: 767px) {
     #profile-menu {
        right: 50%;
        transform: translateX(50%);
    }
}

  



