.choose-webinar {
    width: 100%;
    margin: 0 0 40px 0;
}
.choose-webinar select {
    width: 100%;
    background-color: var(--c-white) !important;
    height: 60px;
    padding: 0 20px;
    font-size: 17px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}

.ask-the-expert {}
.ask-the-expert .comment-form {margin: 0 0 30px 0; }
.ask-the-expert .comment-form h3 {}
.ask-the-expert .comment-form textarea {width: 100%;border: none;padding: 15px;border-radius: 10px;background: var(--c-gray-lighter);border-radius: 20px;height: 120px;margin: 0 0 10px 0;resize: none;}
.ask-the-expert .comment-form .submit-comment {margin: 0 8px 0 0; }
.ask-the-expert .comment-form .cancel-reply {display:none;}
.ask-the-expert .comments {
    margin: 0;
}
.ask-the-expert .comments .item {margin: 0 0 20px 0;display: flex;/* align-items: center; */flex-wrap: wrap;background: var(--c-white);padding: 20px;border-radius: 20px;}
.ask-the-expert .comments .item:last-child {margin-bottom:0}
.ask-the-expert .comments .item.unapproved {
    color: #aaa;
    background: none;
    box-shadow: 0 0 0 2px var(--c-gray-light);
}
.ask-the-expert .comments .item .author {display: flex;align-items: flex-start;flex-wrap: wrap;margin: 0;padding: 0;flex: 1;}
.ask-the-expert .comments .item .author img {max-width: 42px;border-radius: 50%;margin: -6px 10px 0 0;padding: 2px;}
.ask-the-expert .comments .item.logged-in-user > .author img {
    border: solid 1px var(--c-orange);
}
.ask-the-expert .comments .item .author .comment-meta {}
.ask-the-expert .comments .item .author .comment-meta .label {
    /* background: var(--c-orange) !important; */!i;!;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    padding: 4px 6px;
    border-radius: 5px;
    line-height: 1;
    margin: 0 5px 0 0;
    vertical-align: top;
}
.ask-the-expert .comments .item .author .comment-meta .name {font-weight: 500;margin: 1px 0 0 0;line-height: 1.1;font-size: 13px;display: inline-block;vertical-align: top;}
.ask-the-expert .comments .item .author .comment-meta .date {font-size: 11px;opacity: 0.7;margin: 0;line-height: 1.3;}
.ask-the-expert .comments .item .comment {padding: 0 0 15px 0;/* background: var(--c-white); *//* border-radius: 20px 20px 0 0; */margin: 0;flex: 0 1 100%;/* order: 3; */}
.ask-the-expert .comments .item .comment .format {
    background: var(--c-gray);
    color: #fff;
    font-size: 11px;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px;
    line-height: 1;
    margin: 0 8px 6px 0;
}
.ask-the-expert .comments .item .comment a {
    display: block;
    font-weight: 600;
    text-decoration: none;
}
.ask-the-expert .comments .item .comment a:hover {color:var(--c-secondary)}
.ask-the-expert .comments .item .notification {
    flex: 0 1 100%;
    /* padding: 20px; */
    padding: 10px 0 0 0;
    /* background: #fff; */
    border-radius: 10px;
    display: flex;
    align-items: center;
    /* font-weight: 400; */
    font-size: 12px;
    opacity: 0.7;
}
.ask-the-expert .comments .item .notification::before {content:"\f06a";font-family: 'Font Awesome 6 Pro';font-weight: 900;font-size: 18px;margin: 0 6px 0 0;}
.ask-the-expert .comments .item .actions {margin: 0 0 0 auto;/* background: #fff; *//* min-height: 62px; */display: flex;align-items: flex-start;}
.ask-the-expert .comments .item .actions .delete {font-size: 27px;text-decoration: none;color: var(--c-main);border: none;/* border-bottom: solid 1px var(--c-main); */background: none;display: inline-flex;align-items: center;margin: 1px 0 0 15px;padding: 0;}
.ask-the-expert .comments .item .actions .delete i {}
.ask-the-expert .comments .item .actions .reply {font-weight: 500;font-size: 13px;text-decoration: none;padding: 2px 0 2px 0;color: var(--c-main);border: none;border-bottom: solid 1px var(--c-main);background: none;display: inline-flex;align-items: center;margin: 0;}
.ask-the-expert .comments .item.unapproved .actions .reply {display:none;}
.ask-the-expert .comments .item .actions .reply::before {}
.ask-the-expert .comments .item .actions .switch-wrap {
    display: inline-flex;
    align-items: center;
    /* flex-direction: column; */
    justify-content: flex-end;
    text-align: center;
    position: relative;
    margin: 0 0 0 20px;
}
.ask-the-expert .comments .item .actions .switch {
    /* width: 60px; */
}
.ask-the-expert .comments .item .actions .switch-label {
    font-size: 9px;
    margin: 0;
    /* flex: 0 1 100%; */
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: capitalize;
}

.ask-the-expert .comments .item .replies {
    flex: 0 1 100%;
    padding: 30px 0 0 52px;
}
.ask-the-expert .comments .item .replies:empty {display:none}
.ask-the-expert .comments .item .replies .item {
    margin: 0 0 20px 0;
    background: var(--c-gray-lightest);
    /* padding: 0; */
    /* background: none; */
    
}
.ask-the-expert .comments .item .replies .item.unapproved {
    background: none;
    box-shadow: 0 0 0 2px var(--c-gray-light);
}
.ask-the-expert .comments .item .replies .item.logged-in-user .author img {border:solid 1px var(--c-orange) }
.ask-the-expert .comments .item .replies .item .comment {
    /* background: var(--c-gray-light); */
}
.ask-the-expert .comments .item .replies .item .actions {
    background: none;
    /* min-height: 51px; */
}
.ask-the-expert .comments .item .replies .item .actions .slider:not(.block) {
    background: var(--c-gray);
}


.ask-the-expert .comments .item .replies .item .actions input:checked + .slider {background:var(--c-main)}
.ask-the-expert .comments .item .replies .item .actions .reply {display:none;}
.ask-the-expert .comments .item .replies .item .author {
    /* background: var(--c-gray-light); */
    align-items: flex-start;
} 
.ask-the-expert .comments .item .replies .item .author img {
    max-width: 31px;
    margin: 0 10px 0 0;
    border: solid 1px var(--c-gray-light);
}


.ask-the-expert .comments .item .replies .item:last-child {margin:0}
.ask-the-expert .comments .item .comment-form {margin: 20px 0 0 0;flex: 0 1 100%;/* order: 1; */padding: 0 0 0 52px;}
.ask-the-expert .comments .item .comment-form h3 {display:none}

.ask-the-expert .comments .item .comment-form  .cancel-reply {display:inline-block;border: none;padding: 0;border-radius: 0;background: none;color: var(--c-main);}
.ask-the-expert .comments .item .comment-form  .cancel-reply:hover {color:var(--c-secondry);}


.ask-the-expert .comments .item.child {
    padding: 0 0 0 70px;
}
.ask-the-expert .comments .item.child .actions .reply {display:none}

.ask-the-expert .comments .item.reply-active {
    /* background: none; */
    padding: 30px;
    border-radius: 20px;
    margin: 0 0 40px 0;
    border: solid 5px var(--c-gray-lighter);
}
.ask-the-expert .comments .item.reply-active .comment {/* background: var(--c-gray-lighter); */}
.ask-the-expert .comments .item.reply-active .actions .reply {
    display: none;
}




.moderation-user-listing {background: var(--c-white);}
.sidebar-box .search {
    margin: 0 0 20px 0;
    position: relative;
}
.sidebar-box .search input {
    width: 100%;
    padding: 0 20px;
    border-radius: 10px;
    border: none;
    background: var(--c-gray-lighter);
    height: 50px;
    font-weight: 300;
}

.sidebar-box .search::after {content:"\f002";font-family: "Font Awesome 6 Sharp";font-weight: 300;position: absolute;right: 0;top: 0;width: 50px;height: 50px;line-height: 50px;text-align: center;font-size: 19px;}

.moderation-user-listing .item {display: flex; align-items: center; padding: 0 0 15px 0; margin: 0 0 15px 0; border-bottom: solid 1px var(--c-gray-lighter); }
.moderation-user-listing .item:last-child {margin:0; padding:0; border:none}
.moderation-user-listing .item img {max-width: 50px; border-radius: 50%; margin: 0 10px 0 0; }
.moderation-user-listing .item .meta {font-size: 12px; }
.moderation-user-listing .item .meta .name {margin: 0 0 2px 0; font-weight: 600; font-size: 14px; }
.moderation-user-listing .item .meta .comment {display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 160px; }
.moderation-user-listing .item .meta .date::before {content:"";width: 6px;height: 6px;display: inline-block;background: var(--c-gray);border-radius: 50%;margin: 0 8px 0 5px;}
.moderation-user-listing .item .meta .date {display: inline-flex; margin: 0; vertical-align: top; align-items: center; }


.moderation-webinar-listing {background: var(--c-white); padding: 20px; margin: 0 0 40px 0; border-radius: 10px; }
.moderation-webinar-listing .item {display: flex; align-items: center; padding: 0 0 15px 0; margin: 0 0 15px 0; border-bottom: solid 1px var(--c-gray-lighter); }
.moderation-webinar-listing .item:last-child {margin:0; padding:0; border:none}
.moderation-webinar-listing .item img {max-width: 97px;border-radius: 5px;margin: 0 10px 0 0;}
.moderation-webinar-listing .item .meta {font-size: 12px; }
.moderation-webinar-listing .item .meta .name {margin: 0 0 2px 0; font-weight: 600; font-size: 14px; }
.moderation-webinar-listing .item .meta .speaker {
    margin: 0;
} 
.moderation-webinar-listing .item .meta .comment {display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 160px; }
.moderation-webinar-listing .item .meta .date::before {content:"";width: 6px;height: 6px;display: inline-block;background: var(--c-gray);border-radius: 50%;margin: 0 8px 0 5px;}
.moderation-webinar-listing .item .meta .date {display: inline-flex; margin: 0; vertical-align: top; align-items: center; }


.modal .ask-the-expert .comments .item .comment {/* background: var(--c-gray-lightest); */}
.modal .ask-the-expert .comments .item .author {/* background: var(--c-gray-lightest); */}
.modal .ask-the-expert .comments .item .actions {/* background: var(--c-gray-lightest); */}




.ask-the-expert .comments.manage .item .actions .reply {}