html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.btn-danger, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle, .btn-danger:hover {
    background-color: #e92d2d;
    border-color: #e92d2d;
}
.text-danger { color: #e92d2d !important; }

.btn-danger:focus, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #e92d2d4d;
    -webkit-box-shadow:  0 0 0 0.2rem #e92d2d4d;
}
.alert {margin-bottom: 0;}
.alert.alert-error {
    background: #e92d2d;
    border: 1px solid #e92d2d;
    color: #ffffff;
}
.alert.alert-error .alert-icon i {
    color: #ffffff; }
.alert.alert-error .alert-text {
    color: #ffffff; }
    .alert.alert-error .alert-text hr {
    border-top-color: #ffffff;
    opacity: 0.4; }
.alert.alert-error .alert-close i {
    color: #ffffff; }
    .tooltip {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
table.dataTable thead tr th {
    word-wrap: break-word;
    word-break: break-word;
}
table.dataTable tbody tr td{word-wrap: break-word;
    word-break: break-word;}

.nav-link.dropdown-toggle:after, .btn.dropdown-toggle:after {
    content: "\f110";
    font-family: "LineAwesome";
}

@media (max-width: 768px) {
    .kt-widget17 .kt-widget17__stats .kt-widget17__items .kt-widget17__item {
        padding: 1.5rem;
    }

    .kt-portlet__body--fit .kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items .kt-wizard-v1__nav-item:last-child:after {
        content: '';
    }
}

.table--guests {
    min-width: 1080px;
}

/* Contact */
.contact {
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 1000;
}
.contact:hover .contact_list {
    opacity: 1;
    visibility: visible;
}

.contact_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #FFF;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact_icon img {
    width: 80%;
    height: auto;
}

.contact_list {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 50%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -100%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    list-style: none;
}

.contact_item {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.contact_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.contact_item img {
    width: 70%;
    height: 70%;
    object-fit: contain
}
/* End Contact */

/* Media */
.media__list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}

.media__item {
    width: 150px;
    height: auto;
    padding: 5px;
    overflow: hidden;
    order: 2;
}

.media__item.disabled {
    opacity: .5;
    pointer-events: none;
}

.media__item--upload {
    order: 1;
}

.media__item-inner {
    position: relative;
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 4px;
    cursor: pointer;
}

.media__item.media__item--upload .media__item-inner {
    border-style: dashed;
}

.media__item.selected .media__item-inner {
    border-color: #03A9F4;
}

.media__item-inner:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.media__item .figure {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media__item--upload .figure {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.media__item-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.media__item-actions {
    position: absolute;
    top: 0;
    right: 0;
}

.media__item-action-remove {
    width: 24px;
    height: 24px;
    background: #FFF;
    padding: 4px;
    box-sizing: border-box;
    border: none;
}

.media__item-action-remove .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.media__item-badge {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 40px;
    height: 40px;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    background-color: #2196F3;
    color: #FFF;
    opacity: .8;
}

.modal-media.media-multiple .media__item.selected .media__item-badge {
    display: block;
}

.media__item-input-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 222;
    opacity: 0;
}

.media__item--upload .media__item-image {
    width: 50px;
    height: 50px;
}

.media__item-figure-desc {
    font-size: 8px;
    text-align: center;
}

/* Media Single Box */
.media-single {
    display: flex;
    align-items: center;
}

.media-single__image-box {
    display: none;
    width: 140px;
    height: 140px;
    margin-right: 10px;
}

.media-single__image-box.show {display: block;}

.media-single__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* End Media Single Box */
/* Media Multiple Box */
.media-multiple__images-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px 10px;
}

.media-multiple__image-box {
    width: 140px;
    height: 140px;
    padding: 5px;;
}

.media-multiple__image-box-inner {
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.media-multiple__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* End Media Multiple Box */

/* End Media */
.relative {position: relative;}
/* Timeline */
.timeline__actions-list {
    display: flex;
    align-items: center;
    justify-self: center;
}

.timeline__actions-item {
    margin-right: 10px;
}

.timeline__actions-item:last-child {
    margin-right: 0;
}
/* End Timeline */

/* Register checked */
.kt-checkbox > input:checked ~ span {
    border-color: #592fed;
}

.kt-checkbox > span:after {
    border-color: #592fed;
}

/* End Register checked */

/* Modal premium  */
.modal-qrcode {
    text-align: center;
}

.modal-qrcode img {
    width: 80%;
}

.modal-premium .modal-body p {margin-bottom: 0; font-size: 14px;} 

.kt-portlet__head-label {
    width: 100%;
}