/* .login-page {
  background: linear-gradient(-45deg, #0d0208, #6b0f1a, #3d0202, #282828);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
} */
@font-face {
    font-family: "broche";
    src: url("/fonts/Broche.ttf");
    /* font-display: swap; */
}

@font-face {
    font-family: "bradley";
    src: url("/fonts/BRADHITC.TTF");
    font-display: swap;
}

/* @font-face {
    font-family: "roboto-bold";
    src: url("/fonts/roboto-bold.ttf");
    font-display: swap;
} */

/* @font-face {
    font-family: "roboto";
    src: url("/fonts/roboto-regular.ttf");
    font-display: swap;
} */



body {
    overflow-x: hidden;
}

.cursor-pointer {
    cursor: pointer !important;
}

.cursor-disabled {
    pointer-events: none;
    cursor: not-allowed !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
}

.text_grey {
    color: #838383 !important;
}

.text_red {
    color: #e8523b !important;
}

.bg_red {
    background-color: #e8523b !important;
}

.text_yellow {
    color: #fee602 !important;
}

.text_green {
    color: #48ff00 !important;
}

.bg_yellow {
    background-color: #fee602 !important;
}

.bg_voilet {
    background-color: rgb(185, 102, 245) !important;
}

.fs-7 {
    font-size: 12px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.bg-gray {
    background-color: #222222 !important;
}

.alert {
    z-index: 9;
}

.roboto {
    font-family: "roboto" !important;
}

.broche {
    font-family: "broche" !important;
}

p {
    font-family: "roboto";
    font-size: 18px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.yellow_arrow {
    line-height: 65px;
}

.width-fit-content {
    width: fit-content;
}

.heading {
    text-transform: uppercase;
    font-family: "broche";
}

.user_dp {
    height: 40px;
    width: 40px;
    object-fit: cover;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.dropzone {
    border-radius: 20px;
}


.upload__inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    /* display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all .3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
     */
    text-align: center;
    width: 100%;
    min-height: 150px;
    border: 3px dashed rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px 20px;
    display: flex;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
}

.upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all .3s ease;
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.nav-treeview .nav-item a {
    padding-left: 30px;
}

.nav-treeview .nav-item .nav-icon::before {
    font-size: 14px;
}

.nav-treeview>.nav-item>.nav-link.active {
    background-color: rgb(255 255 255 / 0%) !important;
    color: #007bff !important;
    font-weight: bold;
}

.menu-open .nav-treeview.sub-child {
    padding-left: 20px;
}

.main-sidebar {
    width: 300px;
}

.sidebar-mini .main-sidebar .nav-link {
    width: calc(300px - .5rem * 2);
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper {
    margin-left: 300px;
}

.dropdown-item {
    display: flex;
    justify-content: space-between;
    /* Space out the elements */
    align-items: center;
    /* Center vertically */
    padding: 8px 12px;
    /* Adjust padding for a better click area */
}

.reply-btn.dropdown-item {
    background: transparent !important;
}

.dropdown-item input[type="checkbox"] {
    margin-left: auto;
    /* Push checkbox to the right */
}

.dropdown-item span {
    margin-left: 28px;
    margin-top: 5px;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-selection__rendered {
    line-height: inherit !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 20px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000 !important;
}

#welcomeAccordion .accordion-item .accordion-button {
    background-color: #ff7c00 !important;
}

#welcomeAccordion .accordion-item .accordion-body {
    background-color: #d82d451a !important;
}

#setupAccordion .accordion-item .accordion-button {
    background-color: #ff7c00 !important;
}

#setupAccordion .accordion-item .accordion-body {
    background-color: #d82d451a !important;
}

#claimAccordion .accordion-item .accordion-button {
    background-color: #ff7c00 !important;
}

#claimAccordion .accordion-item .accordion-body {
    background-color: #d82d451a !important;
}

#experienceAccordion .accordion-item .accordion-button {
    background-color: #ff7c00 !important;
}

#experienceAccordion .accordion-item .accordion-body {
    background-color: #d82d451a !important;
}

.select2-container .select2-search--inline {
    float: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width: auto !important;
}

#ChatInstruct .modal-body,
#ChatTiming .modal-body,
#adminWelcome .modal-body {
    border-radius: inherit !important;
}

#ChatInstruct .modal-content,
#ChatTiming .modal-content,
#adminWelcome .modal-content {
    border: 3px solid rgb(56, 2, 2);
    border-radius: 30px;
    background-color: rgb(0, 0, 0);
    box-shadow: -0.558px 15.99px 38px 0px rgba(227, 40, 51, 0.18);
}

#adminWelcome .modal-content .modal-body {

    background-image: url('../img/writing.png');
    background-color: rgba(0, 0, 0, 0.397);
    background-blend-mode: overlay;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
}

#adminWelcome .modal-content {
    background-color: #000 !important;
    border-radius: 20px !important;
    padding: 20px !important;
}

.red_bg_btn {
    border: 2px solid #e8523b;
    background-color: #e8523b;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-family: "roboto";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
}

.red_bg_btn:hover {
    border: 2px solid #e8523b;
    background-color: #0006;
    color: #fff;
    transition: 0.3s;
}

.footerStickyToast {
    border: 1px solid #e8523b;
    border-radius: 5px;
}

.footerStickyToast .column_two {
    background-color: #f1f1f1;
}

.footerStickyToast .column_three {
    background-color: #f1f1f1;
}

#onboardModal .modal-content {
    border: 2px solid #e8523b !important;
}

#onboardSuccessModal .modal-content {
    border: 2px solid #e8523b !important;
}

#notificationItems {
    max-height: 400px;
    overflow-y: auto;
}

.adCard {
    border-radius: 20px;
    background: linear-gradient(180deg, #000000, #ff2323);
    box-shadow: inset 5px 8px 8px rgba(0, 0, 0, .2), inset -2px -2px 10px hsla(0, 0%, 100%, .2) !important;
    margin-top: 100px !important;
}

.adIcon {
    margin: auto;
    /* transform: rotate(332deg); */
    width: 80px;
    display: block;
}

.adIconParent {
    display: block;
    margin: 0 auto;
    padding: 25px;
    margin: -80px auto 30px auto;
    background-color: #000;
    border: 1px solid #fee602 !important;
    box-shadow: 0 0 0.2rem #fee602, 0 0 0.2rem #fee602, 0 0 2rem #fee602, 0 0 0.8rem #fee602, 0 0 2.8rem #fee602, inset 0 0 1.3rem #fee602;
}

.statsCard {
    border-radius: 20px;
}

.statsCard .statsImage img {
    width: 50px;
    filter: invert(1);
}

.statsCounter {
    position: absolute;
    top: -12px;
    right: 20px;
}

.dashboardSections .accordion-button:focus {
    box-shadow: none !important;
}

.dashboardSections .accordion-button {
    box-shadow: none !important;
}

.dashboardSections .accordion-item {
    border: 2px solid #ff7c00;
    background: linear-gradient(to right, #e1eec38f, #f0505345);
}

.dashboardSections .accordion-body p {
    font-size: 16px;
}

#welcomeAccordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.nav-sidebar .nav-treeview .nav-link p {
    font-size: 15px;
}

/* CHAT UI */
.online_members::-webkit-scrollbar,
.discussion_chat::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.online_members::-webkit-scrollbar-track,
.discussion_chat::-webkit-scrollbar-track {
    background-color: #242424;
    border-radius: 10px;
}

/* Handle */
.online_members::-webkit-scrollbar-thumb,
.discussion_chat::-webkit-scrollbar-thumb {
    background: #450005;
    border-radius: 10px;
}

/* Handle on hover */
.online_members::-webkit-scrollbar-thumb:hover,
.discussion_chat::-webkit-scrollbar-thumb:hover {
    background: #700e14;
}

.discussion_chat .msgDp {
    width: 60px;
    height: 60px;
    border: 2px solid rgb(228, 219, 132);
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    object-fit: cover;
}

.message_recieved .message_box {
    border: 2px solid rgb(164, 19, 21);
    background-color: rgba(155, 12, 16, 0.639);
    box-shadow: -0.558px 15.99px 23px 0px rgba(223, 38, 43, 0.31);
    color: #fff;
    font-family: "Roboto";
    padding: 15px 20px;
    border-radius: 12px;
}

.message_sent .message_box {
    border: 2px solid rgb(196, 177, 2);
    background-color: rgba(77, 71, 1, 0.639);
    box-shadow: -0.558px 15.99px 23px 0px rgba(106, 103, 103, 0.31);
    color: #fff;
    font-family: "Roboto";
    padding: 15px 20px;
    border-radius: 12px;
}

.discussion_chat {
    max-height: 550px;
    overflow-y: auto;
    padding: 15px;
}


.input_group {
    border-style: solid;
    border-width: 3px;
    border-color: rgb(133, 23, 26);
    background-color: rgba(0, 0, 0, 0.761);
    box-shadow: -0.558px 15.99px 38px 0px rgba(227, 40, 51, 0.18);
}

.input_group input::placeholder {
    color: #a7a4a4;
}

.reaction_icons img {
    width: 16px;
}

.like-btn {
    color: #777777;
    position: relative;
    cursor: pointer;
}

.like-btn:hover {
    color: #0db5e4;
}

.like-btn-default:before {
    font-family: FontAwesome;
    content: "\f087";
    color: #ffffff;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    font-weight: normal;
    line-height: 22px;
    background: #777777;
}

.like-btn-emo {
    display: inline-block;
    margin: 0 0px -3px 0;
    color: #ffffff;
    width: 22px;
    height: 22px;
    text-align: center;
    border-radius: 50%;
    font-weight: normal;
    line-height: 22px !important;
    background: #777777;
}

.reactions-box {
    width: auto;
    padding: 10px;
    position: absolute;
    top: -45px;
    left: -75px;
    box-shadow: 1px 1px 2px #cccccc, -1px 0px 2px #eeeeee;
    border-radius: 44px 44px;
    display: none;
    background: #000;
}

.reaction {
    list-style-type: none;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.like-btn:hover .reactions-box {
    display: block;
}

.like-btn:hover .reaction {
    opacity: 1;
}

.reaction:hover {
    transform: scale(1.3, 1.3);
    top: 2px;
}

.reaction::before {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    min-width: 80%;
    line-height: 17px;
    font-size: 0.6em;
    height: 17px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 20px;
    position: absolute;
    top: -20px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s;
}

.reaction:hover::before {
    opacity: 1;
}

.reaction-like::before {
    content: "Like";
}

.reaction-love::before {
    content: "Love";
}

.reaction-happy::before {
    content: "Haha";
}

.reaction-dislike::before {
    content: "Dislike";
}

.reaction-angry::before {
    content: "Angry";
}

.like-emo>span {
    display: inline-block;
    margin: 0 -3px -3px 0px;
    width: 22px;
    height: 22px;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
}

.like-details {
    margin-left: 10px;
    color: #9197a3;
    font-size: 12px;
}

.master_body,
.master_sidebar {
    border: 3px solid rgb(56, 2, 2);
    border-radius: 30px;
    background-color: rgb(0 0 0 / 91%);
    padding: 40px 20px;
    box-shadow: -0.558px 15.99px 38px 0px rgba(227, 40, 51, 0.18);
}

.online_members {
    max-height: 500px;
    overflow-y: auto;
}

.online_members table {
    border-collapse: separate;
    border-spacing: 0 1em;
}

.master_sidebar .online_members .user_details td {
    border: 0 !important;
    border-left: 0px !important;
}

.online_members .user_details::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(180deg, rgb(56, 2, 2) 33%, rgb(56, 2, 2) 55%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.online .user_image .userprofileImg::after {
    content: "";
    background-color: #60d936;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #000;
}

.offline .user_image .userprofileImg::after {
    content: "";
    background-color: #41473f;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #000;
}

.away .user_image .userprofileImg::after {
    content: "";
    background-color: #ffc107;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1px solid #000;
}

.user_image .userprofileImg img {
    border: 2px solid rgb(228, 219, 132);
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
}

.online_members::-webkit-scrollbar,
.discussion_chat::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.online_members::-webkit-scrollbar-track,
.discussion_chat::-webkit-scrollbar-track {
    background-color: #242424;
    border-radius: 10px;
}

/* Handle */
.online_members::-webkit-scrollbar-thumb,
.discussion_chat::-webkit-scrollbar-thumb {
    background: #450005;
    border-radius: 10px;
}

/* Handle on hover */
.online_members::-webkit-scrollbar-thumb:hover,
.discussion_chat::-webkit-scrollbar-thumb:hover {
    background: #700e14;
}

.onlineDot {
    background-color: #60d936;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    border: 1px solid #000;
    display: inline-block;
}

.onlineDot.offline {
    background-color: #ffc107;
}

.business-hours:before {
    content: '';
    width: 23px;
    height: 23px;
    background: #111;
    position: absolute;
    top: 5px;
    left: -12px;
    transform: rotate(-45deg);
    z-index: -1;
}

.business-hours .title {
    font-size: 20px;
    color: #BBB;
    text-transform: uppercase;
    padding-left: 5px;
    border-left: 4px solid #ffac0c;
}

.business-hours li {
    color: #fff;
    line-height: 30px;
    border-bottom: 1px solid #333;
}

.business-hours li:last-child {
    border-bottom: none;
}

.business-hours .opening-hours li.today {
    color: #ffac0c;
}

.info-box-custom {
    background: #e9f7fe;
    padding: 15px;
    display: block;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #007bff;
}

.info-box-custom h5 {
    color: #007bff;
}

.info-box-custom i {
    color: #007bff;
    font-size: 1.2rem;
    margin-right: 8px;
}

.info-box-custom strong {
    color: #333;
}

.guideline-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.help-section {
    background: #85171a21;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    border-left: 4px solid #e0262e;
}

.help-section h5 {
    color: #e0262e;
}

.help-section a {
    color: #e0262e;
    font-weight: 600;
    text-decoration: none;
}

.help-section a:hover {
    text-decoration: underline;
}

.help-section p {
    margin: 5px 0 0;
    font-style: italic;
    color: #333;
}

@media (max-width:768px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper {
        margin-left: 0 !important;
    }

    .sidebar-collapse .main-sidebar,
    .sidebar-collapse .main-sidebar::before {
        margin-left: -300px;
    }

    .dashboardSections .accordion-button {
        font-size: 16px;
    }
    .dashboardSections .statsContent h4{
        font-size: 16px !important;
    }
    .login-page, .register-page{
        height:100% !important;
        padding: 50px 0px;
    }
}