body {
    font-family: 'SF Pro Display';
    background-color: #000000;
    color: #FFF;
    position: relative;
    overflow-x: hidden;
}

.bg-img-body {
    position: relative;
}

.bg-img-body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/other/mask-group-body.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.separator-content {
    display: flex;
    align-items: center;
    border-bottom: 0;
    text-align: center;
}

.separator-content::before,
.separator-content::after {
    content: " ";
    width: 50%;
    border: 0.5px solid;
    border-image-slice: 1;
}

.separator-content::before {
    margin-right: .75rem;
    border-image-source: linear-gradient(270deg, #8A8A8D 0%, #010101 100%);
}

.separator-content::after {
    margin-left: .75rem;
    border-image-source: linear-gradient(90deg, #8A8A8D 0%, #010101 100%);
}

@media (max-width:992px) {
    .br {
        display: none;
    }
}

@media(min-width: 992px) {
    .w-lg-382px {
        width: 400px;
    }

    .w-lg-175px {
        width: 175px;
    }
}

/* user profile */
.user-img .edit-absolute {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    height: 0;
    overflow: hidden;
    cursor: pointer;
}

.user-img,
.imagePreview {
    width: 11rem;
    height: 11rem;
    object-fit: cover;
    border-radius: 50%;
    border: 0.5px solid #3A3A3B;
    background: #161618;
    cursor: pointer;

}

p:last-child {
    margin-bottom: 0;
}

.br-15px {
    border-radius: .9375rem;
}

.navbar .dropdown-menu {
    background: #313135;
    padding: 0;
    border: 0.5px solid #8A8A8D66;
    border-radius: 12px;
    position: absolute;
}

.navbar .dropdown-menu .nav-item {
    border-bottom: 1px solid #8A8A8D66;
}

.navbar .dropdown-menu .nav-item .dropdown-item {
    font-size: .9375rem;
    font-weight: 500;
    padding: 10px 15px;
    color: #FFF;
}

.navbar .dropdown-menu .nav-item .dropdown-item:hover {
    color: #FCE469;
}

@media (max-width:576px) {
    .navbar .dropdown-menu {
        left: -160%;
    }
}

.ways-1 {
    background-color: #1B1B1D;
    background-image: url(../images/other/shape/ways-1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.ways-2 {
    background-color: #1B1B1D;
    background-image: url(../images/other/shape/ways-2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.border-right-style-1 {
    border-right: 0.5px solid;
    border-image-source: linear-gradient(90deg, #262627 0%, #5E5E60 50.5%, #262627 100%);
    border-image-slice: 1;
}

.card-line-mask {
    background-image: url(../images/other/shape/card-mask.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}

.modal-close-icon {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9;
    cursor: pointer;
}

.dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #808080;
    margin-inline: 8px;
}

.card-hover {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.card-hover:hover {
    box-shadow: 0px 0px 10px 2px #FCE469;
    border-color: #FCE469;
    transition: all 0.4s ease-in-out;
}

.add-live {
    position: relative;
    border-radius: .9375rem;
    overflow: hidden;
    height: 200px;
}

.add-live img {
    height: 100%;
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
    z-index: 0;
    border-radius: 15px;
    overflow: hidden;

}

.add-live .live-badge {
    position: absolute;
    font-size: .875rem;
    font-weight: 500;
    line-height: 0;
    left: 0;
    bottom: 0;
    color: #FFF;
    width: 65px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/other/shape/live.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    box-shadow: 1px -1px 4px 0px #0000001A;
}

.btn-checked .filter-btn {
    color: #FFF;
    border: 0.5px solid #8A8A8D66;
}

.btn-checked input[type="checkbox"]:checked+.filter-btn {
    color: #000000;
    background-color: #FCE469;
    border: 1px solid #FCE469;
}

.blog-card .img-box {
    position: relative;
    height: 200px;
}
.blog-card .img-box img{
     height: 100%;
}

.blog-card .img-box .save-icon-set {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.blog-card .img-box .save-icon-set svg path {
    stroke-width: 2px;
    fill: #000000;
    stroke: #FCE469;
}

.blog-card .img-box input[type="checkbox"]:checked+.save-icon-set svg path {
    fill: #FCE469;
    stroke: #FCE469;
}

@media (min-width: 992px) {
    .content-lg-sticky {
        position: sticky;
        top: 20%;
    }
}
.btn-xs{
    --bs-btn-padding-y: 0.14rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: .9375rem;
    --bs-btn-border-radius: 0.5rem;
    font-weight: 500;

    .fix-window-lg {
        max-height: calc(100vh - 200px);
        overflow: hidden;
        border: 1px solid red;
    }
}

.card-dashed {
    padding: 1rem;
    background-image: repeating-linear-gradient(7deg, #8a8a8d66, #8a8a8d66 5px, transparent 5px, transparent 10px, #8a8a8d66 10px), repeating-linear-gradient(97deg, #8a8a8d66, #8a8a8d66 5px, transparent 5px, transparent 10px, #8a8a8d66 10px), repeating-linear-gradient(187deg, #8a8a8d66, #8a8a8d66 5px, transparent 5px, transparent 10px, #8a8a8d66 10px), repeating-linear-gradient(277deg, #8a8a8d66, #8a8a8d66 5px, transparent 5px, transparent 10px, #8a8a8d66 10px);
    background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    border-radius: .9375rem;
    cursor: pointer;
}

.preview-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    margin-top: 15px;
}

.preview-image {
    width: 100%;
    height: 70px;
    border: 1px solid #FCE469;
    border-radius: 5px;
    object-fit: cover;
}

.dragover {
    background-color: #FCE469;
}

.preview-wrapper {
    position: relative;
}

.remove-btn {
    background-color: 'transparent';
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: -1 !important;
}

.preview-wrapper:hover .remove-btn {
    z-index: 2 !important;
}

.img-h-fix{
    max-height: 200px;
    object-fit: cover;
    object-position: center;
}

.notification_icons {
    position: relative;
}

.notification_icons .notification-active {
    position: absolute;
    top: 0;
    right: 0px;
}

.notification_box {
    min-width: 300px;
    left: -200px !important;
}

@media (max-width: 576px) {
    .notification_box {
        min-width: 250px;
        left: -130px !important;
    }
}

.notification_box .avatar-40 {
    width: clamp(1.875rem, 0.0568rem + 3.7879vw, 2.1875rem);
    height: clamp(1.875rem, 0.0568rem + 3.7879vw, 2.1875rem);
    object-fit: cover;
    border-radius: 50%;
}

.notification_box .notification_info {
    font-size: clamp(0.75rem, 0.0227rem + 1.5152vw, 0.875rem);
    font-weight: normal;
    color: #fff !important;
    line-height: normal;
}

.notification_box .notification_time {
    font-size: clamp(0.75rem, 0.0227rem + 1.5152vw, 0.875rem);
    font-weight: normal;
    color: #ffffffdf !important;
}

.navbar .dropdown-menu .nav-item:last-child {
    border-bottom: none;
}

.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 0.8rem;
    height: 0.8rem;
    border-width: .2em;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}
.user_40{
 width: 40px;
 height: 40px;
 object-fit: cover;
 border-radius: 50%;
 border: 0.5px solid #D9D9D9;
}
.speakers_box{
    overflow-y:auto;
    max-height: 100px;
}
.speakers_box::-webkit-scrollbar {
   width: 5px;
 }

 .speakers_box::-webkit-scrollbar-track {
   background:transparent;
 }

 .speakers_box:hover::-webkit-scrollbar-thumb {
   background-color: #FCE469;
   border-radius: 10px;
}

.avatar-group{
    display: flex;
}
.avatar-group .avatar:first-child{
    margin-left:0;
}
.avatar-group .avatar {
    margin-left: -17px;
}
.avatar-group .avatar:hover {
    z-index: 1;
}
.avatar-count{
    color:#FCE469;
    background-color: #000 ;
}
