/**
APP THEME
* */
.bg-app {
    background-color: #002522;
    color: white !important;
}

.bg-wrap-auth {
    background-image: url(../img/authentication/background.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.app_btn {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}
.app_input {
    min-height: 55px;
    border-radius: 16px;
    color: black;
}
.login-loader {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.container-app {
    max-width: none;
    padding: 0;
}
.container-app-xl {
    max-width: 1510px;
    padding: 0;
}
.app-btn-outline {
    border: 1px solid #d3d3d3;
    background: transparent;
    color: black;
    height: 50px;
    border-radius: 8px !important;
    padding: 14px 29px;
    font-weight: 500;
}
.app-btn-black {
    background: black;
    color: white;
    height: 50px;
    border-radius: 8px !important;
    padding: 14px 29px;
    font-weight: 500;
}
.app-btn-black.disabled {
    background: #eeeef4;
    color: gray;
    cursor: not-allowed;
    border-color: #eeeef4;
}
.app-btn-black:hover,
.app-btn-black:focus {
    background: #2a2a2a;
}
.app-btn-outline:hover,
.app-btn-outline:focus {
    border: 1px solid #d3d3d3;
    background: #eeeef4;
}
.filter-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.bootstrap-select {
    width: 100% !important;
    margin-top: 10px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not() {
    width: 100% !important;
}
.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 55px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: black !important;
}
.bootstrap-select .btn {
    background: white !important;
    border: 1px solid #d8d8d8 !important;
}
.dselect-wrapper .dropdown-menu.show {
    width: 100%;
}

.dselect-wrapper .dropdown-menu > div {
    padding-left: 10px;
    padding-right: 10px;
}

.dselect-wrapper .form-select {
    text-align: left;
}

.dselect-wrapper .dselect-items {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 10px;
}

.dselect-no-results {
    padding-top: 10px;
    padding-left: 5px;
    text-align: center;
    font-weight: bold;
}

.dselect-tag {
    color: #fff;
    border: 0.0625rem solid #e5e7eb;
    border-radius: 0.35rem;
    font-size: 12px;
    font-weight: 500;
    padding: 0.125rem 0.5rem;
    background: black;
    row-gap: 4px;
    display: inline-block;
    position: relative;
    padding-left: calc(0.5rem + 14px);
}

.dselect-tag .dselect-tag-remove {
    position: absolute;
    left: 0.25rem;
    top: 50%;
    margin-top: -7px;
    color: rgba(248, 249, 250, 0.35);
    transition: color 0.15s ease-in-out;
}

.dselect-tag .dselect-tag-remove:hover {
    color: #f8f9fa;
}

.loader-container .dot:nth-child(1) {
    animation-delay: 0s;
}

.loader-container .dot:nth-child(2) {
    animation-delay: 0.1s;
}

.loader-container .dot:nth-child(3) {
    animation-delay: 0.2s;
}

.loader-container .dot:nth-child(4) {
    animation-delay: 0.3s;
}

.loader-container .dot:nth-child(5) {
    animation-delay: 0.4s;
}
/**
HEADER STYLES
**/

.main-menu {
    background: inherit !important;
    width: 100%;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    border: 0;
}

.main-menu .menu-content-wrap .menu-group > .navbar-nav.flex-column {
    flex-direction: row !important;
    gap: 30px;
}

.main-menu .menu-content-wrap .menu-group .navbar-nav .nav-item {
    position: relative;
}

.main-menu
    .menu-content-wrap
    .menu-group
    .navbar-nav
    .nav-item:first-child
    > .nav-link {
    padding-left: 0;
}

.main-menu .menu-content-wrap .menu-group .navbar-nav > .nav-item > .nav-link {
    min-height: 65px;
}

.main-menu .menu-content-wrap .menu-group .navbar-nav > .nav-item > .nav-link {
    color: white !important;
}

.main-menu
    .menu-content-wrap
    .menu-group
    .navbar-nav
    > .nav-item.active
    > .nav-link {
    color: #18d7c5 !important;
    font-weight: bold;
}

.main-menu .menu-content-wrap .menu-group .navbar-nav .nav-item .nav-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #262a2e;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 1rem;
    margin: 0 -1rem;
    white-space: nowrap;
}

.subheader-menu {
    padding: 0px 20px;
}
.subheader-menu .menu-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#app_breadcrumb .breadcrumb {
    margin: 0;
}
#app_breadcrumb .breadcrumb-item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    /* color: #668b88 !important; */
    color: #b4b4bb !important;
    font-size: 16px;
}
#app_breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    font-family: "DM Sans", sans-serif !important;
    content: "/";
    padding-right: 0.3rem;
    position: relative;
    top: 1px;
    font-size: 1rem;
    color: #b4b4bb !important;
}
#app_breadcrumb .breadcrumb-item > a:first-child {
    font-weight: bold;
}
#app_breadcrumb .breadcrumb-item > a:last-child {
    font-weight: normal;
}
.hk-wrapper[data-layout="horizontal"][data-layout-style="default"]
    .hk-menu
    .menu-content-wrap
    .menu-group
    .navbar-nav
    .nav-item.active
    a {
    border-bottom: 3px solid black;
}

/**
PAGE HEADER
**/
.app-page-header {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 60px;
}
.app-page-header.dark {
    background-color: #015b53;
    color: white;
}
.app-header-title {
    color: black;
    font-size: 2.1rem !important;
    letter-spacing: -1.4px;
    margin: 0 !important;
    font-weight: 600 !important;
}
.app-page-header p {
    color: #767676;
}
.app-page-header.dark p {
    color: black;
}
.app-page-header.dark .app-header-title {
    color: white;
}
.app-page-header .nav.nav-line {
    margin-top: 3.875rem;
}
.app-page-header .nav.nav-line > .nav-item > .nav-link {
    border-color: #eaeaea !important;
    color: black !important;
}
.app-page-header.dark .nav.nav-line > .nav-item > .nav-link {
    border-color: #dfdfdf !important;
    color: #dfdfdf !important;
}
.app-page-header .nav.nav-line > .nav-item > .nav-link.active {
    border-bottom: 2px solid #001d1b !important;
    border-color: #001d1b !important;
    color: #001d1b !important;
    font-weight: bold;
}

.app-page-header.dark .nav.nav-line > .nav-item > .nav-link.active {
    border-bottom: 2px solid #18d7c5 !important;
    border-color: #18d7c5 !important;
    color: #18d7c5 !important;
    font-weight: bold;
}

.app-page-header .btn {
    height: 50px;
    border-radius: 8px !important;
    padding: 14px 29px;
}
[data-options-btn] {
    border: 1px solid #d3d3d3;
    background: white;
    color: black;
}

.table-bar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    height: 65px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 40px;
}
.table-bar-options-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.table-bar-options-wrap > a:first-child {
    margin-left: 0;
}
.pagination .page-item.active .page-link {
    background: black;
    border-color: black;
    color: #fff;
    border-radius: 50% !important;
}

.dt-search > input {
    color: black;
    border-color: #d8d8d8;
    border-radius: 0.375rem;
    min-width: 350px;
    min-height: 55px;
}

tbody > tr > td {
    height: 90px;
}
.dt-paging-button.page-item.disabled {
    cursor: not-allowed !important;
}

/* TABLE SKELETON LOADER */
.tg {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #ccc;
    width: 100%;
    background: white;
}

.tg tbody,
.tg tbody tr {
    background: white;
}

.tg tbody tr {
    border-bottom: 1px solid #d8d8d8;
}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    word-break: normal;
    color: #333;
    background-color: #fff;
}

.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-bottom: 1px solid #d8d8d8;
    overflow: hidden;
    word-break: normal;
    color: #333;
    background-color: white;
    height: 90px;
}
.tg th:first-child {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
}
.tg th.small {
    max-width: 40px;
}
.tg th svg {
    width: 15px;
    height: 15px;
}
.tg-box {
    width: 1.2em;
    height: 1.2em;
    border-radius: 0.125em;
    border: 1px solid #d8d8d8;
}

.line {
    float: left;
    width: 100px;
    height: 10px;
    margin-top: 0;
    border-radius: 7px;
    background-image: linear-gradient(
        90deg,
        #f4f4f4 0px,
        rgba(229, 229, 229, 0.8) 40px,
        #f4f4f4 80px
    );
    background-size: 600px;
    animation: shine-lines 2s infinite ease-out;
}

.tg th:first-child .line {
    width: 300px;
}
.question-skeleton {
    background: #eeeef4;
    width: 100%;
    height: 75px;
    border-radius: 11px;
    margin-bottom: 10px;
    background-image: linear-gradient(
        90deg,
        #f4f4f4 0px,
        rgba(229, 229, 229, 0.8) 40px,
        #f4f4f4 80px
    );
    animation: shine-lines 2s infinite ease-out;
}
@keyframes shine-lines {
    0% {
        background-position: -100px;
    }
    40%,
    100% {
        background-position: 140px;
    }
}
.no-result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.no-result h6 {
    font-size: 2rem;
    letter-spacing: -1px;
    font-weight: 600;
}
input.app-input {
    min-height: 55px;
}

input.app-input::placeholder {
    color: #b1b1b1 !important;
    font-weight: 500;
    opacity: 1 !important;
}
.app-input-group {
    min-height: 55px;
}
.app-label {
    font-weight: bold;
    letter-spacing: -0.3px;
    margin-bottom: 5px;
}
.modal-section-title {
    margin-top: 20px;
    margin-bottom: 30px;
}
.modal-section-title h5 {
    padding-right: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: black;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.modal-section-title p {
    margin: 0;
    padding: 0;
}

/* JFILER */
.modal .jFiler.jFiler-theme-default {
    display: none;
}
.avatar-img.with-image {
    background-color: #fff;
}

.image-uploader-top-logo-img {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: auto;
    vertical-align: middle;
    cursor: pointer;
    background: #fff center center no-repeat;
    border: 2px solid #fff;
    background-size: contain;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}
.input_picture_wrp .avatar-img {
    display: inline-block;
    padding-top: 13px;
    vertical-align: middle;
    text-align: center;
    color: #878787;
    font-family: "ff meta serif", georgia, serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.42;
    background: #aaa center center no-repeat;
    background-size: cover;
    border-radius: 60%;
    width: 150px;
    height: 150px;
    margin-bottom: 40px;
}

.image-uploader-avatar-img.with-image .image-uploader-avatar-placeholder,
.with-image > .image-uploader-avatar-placeholder {
    opacity: 0;
}
.image-uploader-avatar-placeholder {
    position: absolute;
    z-index: 2;
    left: 2px;
    right: 2px;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    font-family: "proxima-nova", helvetica neue, helvetica, arial, sans-serif;
    color: #aaa;
    color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 0.2s ease;
}
.avatar-pen {
    width: 30px;
    height: 30px;
    border-radius: 30%;
    background: #eeeef4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 73%;
    bottom: 70%;
}
.avatar-pen svg {
    width: 18px;
    height: 18px;
}

/*  BANNER FILER  */
.banner-img.with-image {
    background-color: #fff;
    background-size: cover;
    object-fit: cover;
    width: 100%;
}

.banner-uploader-top-logo-img {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    margin: auto;
    vertical-align: middle;
    cursor: pointer;
    background: #fff center center no-repeat;
    border: 2px dashed #eeeef4;
    background-size: contain;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
}
.input_picture2_wrp .banner-img {
    display: inline-block;
    padding-top: 13px;
    vertical-align: middle;
    text-align: center;
    color: #eeeef4;
    font-family: "ff meta serif", georgia, serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.42;
    background: white;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    height: 150px;
    margin-bottom: 40px;
}

.banner-uploader-avatar-img.with-image .banner-uploader-avatar-placeholder,
.with-image > .banner-uploader-avatar-placeholder {
    opacity: 0;
}
.banner-uploader-avatar-placeholder {
    position: absolute;
    z-index: 2;
    left: 2px;
    right: 2px;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    font-family: "proxima-nova", helvetica neue, helvetica, arial, sans-serif;
    color: #aaa;
    color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 0.2s ease;
}
.banner-pen {
    width: 30px;
    height: 30px;
    border-radius: 30%;
    background: #eeeef4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 39px;
    bottom: 64%;
}
.banner-pen svg {
    width: 18px;
    height: 18px;
}
.uploader-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.uploader-text h6 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -0.5px;
    gap: 10px;
}
.uploader-text h6 strong {
    color: #18d7c5 !important;
}
/* BANNER FILER END */
.delete-msg strong {
    color: #18d7c5 !important;
}
.feather-14 {
    width: 14px;
    height: 14px;
}

.tagText {
    width: fit-content;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px;
    background: black !important;
    font-size: 14px;
    padding: 14px !important;
    border-color: black !important;
}
.tagBtn svg {
    width: 14px;
    height: 14px;
}
.modal-section-title {
    text-align: start;
}
.hidden {
    display: none !important;
}

.modal-section-title h6 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.3px;
    color: black;
}

.modal-section-title p {
    margin: 0;
    padding: 0;
}
.pass-wrapper {
    display: block;
    position: absolute;
    bottom: -40px;
    width: 100%;
}
.pass-graybar {
    height: 8px;
    background-color: #eeeef4;
    width: 100%;
    position: relative;
    border-radius: 10px;
}
.pass-colorbar {
    height: 8px;
}
.inputTags-field {
    width: 100%;
    height: 55px;
    border: 1px solid #d8d8d8;
    border-radius: 0.375rem;
    outline: none;
    box-shadow: none;
    margin-top: 15px;
}
.inputTags-item {
    background-color: #001d1b;
    padding: 7px 14px;
    border-radius: 6px;
    color: #18d7c5;
    font-size: 13px;
    margin-right: 5px;
}
.txt-small {
    font-size: 12px;
    color: gray;
}
.single-page-filter {
    display: flex;
    flex-direction: column;
    max-width: 40%;
    margin: 0 auto;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 50px;
}
.question_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background: white;
    box-shadow: 10px 10px 18px 10px rgba(238, 238, 244, 0.2);
    border: 1px solid #d8d8d8 !important;
    padding: 18px;
    border-radius: 12px;
    margin-bottom: 10px;
}
.question_wrapper.expanded {
    height: auto;
}
.question_wrapper .options {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding-left: 20px;
    margin-top: 15px;
    width: 100%;
}
.question_wrapper .options > .btn-dark {
    width: 30px;
    height: 30px;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.question_wrapper .options > .btn-dark svg {
    width: 15px;
    height: 15px;
}
.question_wrapper .options-holder {
    margin-bottom: 20px;
    width: 100%;
}
.question_wrapper .options-holder .option {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    background: #f2f7f7;
    border-radius: 5px;
    padding: 4px 25px;
    margin-bottom: 5px;
}
.question_wrapper .options-holder .option .text {
    display: flex;
    flex-direction: column;
}
.option-archtype {
    font-size: 10px;
}
.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.data-name {
    flex: 1;
}

.data-status,
.data-created-at {
    margin-right: 30px;
}
.question .btn-icon {
    width: 40px;
    height: 40px;
    background: #eeeef4;
}
.question_handle {
    width: 30px;
    height: 30px;
    background: #eeeef4;
    transform: rotate(90deg);
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.question_handle svg {
    width: 16px;
    height: 16px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ed0c5d;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #98c69b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

/*------ ADDED CSS ---------*/
.on {
    display: none;
}

.on,
.off {
    color: white;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    user-select: none;
}

.off {
    left: 60%;
}

input:checked + .slider .on {
    display: block;
    padding-right: 20px;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.app-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .app-links {
        grid-template-columns: 1fr;
    }
}
.app-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 260px;
    border: 1px solid #d8d8d8;
    background: white;
    padding: 40px 20px;
    border-radius: 15px;
    gap: 21px;
}
.app-link svg {
    width: 50px;
    height: 50px;
    stroke: black;
}
.app-link .app-link-text h6 {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    text-align: center;
}
.app-link .app-link-text p {
    text-align: center;
    letter-spacing: -0.3px;
    font-size: 1.1rem;
}
.app-link:not(.disabled):hover,
.app-link:not(.disabled):focus {
    background: black;
    color: white;
    transition: ease-in 0.3s;
    border: 2px solid #18d7c5;
}
.app-link:not(.disabled):hover .app-link-text h6,
.app-link:not(.disabled):focus .app-link-text h6 {
    color: white;
}
.app-link:not(.disabled):hover .app-link-text p,
.app-link:not(.disabled):focus .app-link-text p {
    color: white;
}
.app-link:not(.disabled):hover svg,
.app-link:not(.disabled):focus svg {
    stroke: white;
}

.app-link.disabled {
    background: #eeeef4;
    color: gray;
    cursor: not-allowed !important;
}
.app-link.disabled svg {
    stroke: gray;
}

.app-link.disabled .app-link-text h6,
.app-link.disabled .app-link-text p {
    color: gray;
}
.hk-pg-header.no-border {
    border: none !important;
}
.adress_truncate_wrap {
    display: -webkit-box;
    width: 250px; /* adjust as needed */
    -webkit-line-clamp: 2; /* number of visible lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}
/* FullCalendar event background classes */
.fc-status-warning {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.fc-status-success {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.fc-status-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.fc-status-soft-warning {
    background-color: rgba(255, 220, 40, 0.15) !important;
    border-color: rgba(255, 220, 40, 0.15) !important;
}

.fc-status-soft-success {
    background-color: rgba(40, 167, 69, 0.4) !important;
    border-color: rgba(40, 167, 69, 0.8) !important;
}

.fc-status-soft-danger {
    background-color: rgba(220, 53, 69, 0.4) !important;
    border-color: rgba(220, 53, 69, 0.8) !important;
}

.fc-status-soft-warning > .fc-event-main > .meetgo-event {
    border-bottom: 3px solid rgba(255, 220, 40, 1) !important;
}
.fc-status-soft-success > .fc-event-main > .meetgo-event {
    border-bottom: 3px solid rgba(40, 167, 69, 0.4) !important;
}
.fc-status-soft-danger > .fc-event-main > .meetgo-event {
    border-bottom: 3px solid rgba(220, 53, 69, 0.4) !important;
}

/*
*
* FAB 
*  
*/
.fab-wrapper {
    position: fixed;
    bottom: 20px;
    right: 80px;
    z-index: 999;
    cursor: pointer;
}
.fab-wrapper .fab-icon-holder {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fab-wrapper .fab-icon-holder svg {
    width: 24px;
    height: 24px;
    stroke: #18d7c5;
}
.fab-wrapper .fab-icon-holder svg.white {
    stroke: white;
}

.fab-wrapper .fab-options {
    padding: 0px;
    list-style: none;
    margin: 0px;
    position: absolute;
    bottom: 60px;
    right: -3px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 50% bottom;
}
.fab-wrapper .fab-options li {
    display: flex;
    padding: 5px;
    justify-content: flex-start;
}
.fab-wrapper .fab-options li:hover .fab-label {
    display: block;
}
.fab-wrapper .fab-options li .fab-label {
    padding: 7px 15px;
    align-self: center;
    white-space: nowrap;
    border-radius: 3px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    margin-left: 20px;
    display: none;
    position: relative;
}
.fab-wrapper .fab-options li .fab-label:before {
    left: -10px;
    width: 0;
    height: 0;
    content: "";
    display: block;
    position: absolute;
    border-top: 10px solid transparent;
    border-right: 15px solid #000;
    border-bottom: 10px solid transparent;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.fab-wrapper .fab-options:hover {
    opacity: 1;
    transform: scale(1);
}

.fab:hover + .fab-options {
    opacity: 1;
    transform: scale(1);
}

/* 
*
* CALENDAR SKELETON LOADER
* */
.calendar_loader {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.post {
    width: 220px;
    height: 80px;
}
.post .avatar {
    float: left;
    width: 52px;
    height: 52px;
    background-color: #ccc;
    border-radius: 25%;
    margin: 8px;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-avatar 1.6s infinite linear;
}
.post .line {
    float: left;
    width: 140px;
    height: 16px;
    margin-top: 12px;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
    background-size: 600px;
    animation: shine-lines 1.6s infinite linear;
}
.post .avatar + .line {
    margin-top: 11px;
    width: 100px;
}
.post .line ~ .line {
    background-color: #ddd;
}

@keyframes shine-lines {
    0% {
        background-position: -100px;
    }
    40%,
    100% {
        background-position: 140px;
    }
}
@keyframes shine-avatar {
    0% {
        background-position: -32px;
    }
    40%,
    100% {
        background-position: 208px;
    }
}

/* Calendar Evenet */
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    border-radius: 7px;
}
.meetgo-event {
    display: flex;
    flex-direction: column;
    padding: 7px;
    border-radius: 5px;
    justify-content: start;
    align-items: start;
    margin-bottom: 5px;
}
.meetgo-event .info {
    color: black;
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.infos h6,
.infos p {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    color: black;
}
.meetgo-event .infos h6.label {
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
.meetgo-event .infos p.entreprise {
    margin: 0;
    padding: 0;
}

.past-date {
    background-color: #fafafb;
    /* pointer-events: none; */
}

table.table.dataTable > tbody > tr.disabled {
    background-color: #fffaeb;
}

/* EVENT DRAWER */
.hk-wrapper .hk-drawer.event-drawer .drawer-header {
    position: relative;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    color: white !important;
    min-height: 520px;
}

.hk-wrapper .hk-drawer.event-drawer .drawer-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hk-wrapper .hk-drawer.event-drawer .drawer-header > * {
    position: relative;
    z-index: 2;
}

.hk-wrapper .hk-drawer.event-drawer .drawer-header h6.title {
    font-size: 30px;
    color: white;
    font-weight: bold;
}
.hk-wrapper .hk-drawer.event-drawer .drawer-header p.description {
    font-size: 18px;
    color: white;
    font-weight: normal;
}
.hk-wrapper .hk-drawer.event-drawer .drawer-header .content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    position: relative;
    height: 100%;
}
.hk-wrapper
    .hk-drawer.event-drawer
    .drawer-header
    .content
    .header
    .drawer-close {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid white;
    color: white;
    font-size: 18px;
    margin-bottom: 20px;
}
.hk-wrapper
    .hk-drawer.event-drawer
    .drawer-header
    .content
    .header
    .drawer-close::before {
    content: "\f136";
    font-size: 2rem;
    color: white;
}
.hk-wrapper .hk-drawer.event-drawer .drawer-header .content .infos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.hk-wrapper .hk-drawer.event-drawer .drawer-header .content .infos .info {
    display: flex;
    justify-content: start;
    align-items: center;
    color: white;
    gap: 10px;
}
.hk-wrapper .hk-drawer.event-drawer .drawer-header .content .infos .info svg {
    width: 30px;
    height: 30px;
    stroke: white;
}
.hk-wrapper .hk-drawer.event-drawer .drawer-header .content .infos .info .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    color: white;
    flex-wrap: wrap;
}
.hk-wrapper
    .hk-drawer.event-drawer
    .drawer-header
    .content
    .infos
    .info
    .text
    h6,
.hk-wrapper
    .hk-drawer.event-drawer
    .drawer-header
    .content
    .infos
    .info
    .text
    p {
    color: white;
}
.hk-wrapper
    .hk-drawer.event-drawer
    .drawer-header
    .content
    .infos
    .info
    .text
    h6 {
    font-size: 24px;
    font-weight: bold;
    max-width: 240px;
    margin: 0;
    padding: 0;
}
span.currency {
    font-size: 11px;
}
.participant {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    width: 100%;
    background: #fffaeb;
    border: 1px solid #ffe699;
    padding: 10px;
    border-radius: 10px;
}

.participant .infos h6 {
    margin: 0;
    padding: 0;
}
