.table td, .table th {
    white-space: normal;
}

.full-wh {
    /* position: absolute; */
    position: relative;
    /* top: 0;
    left: 0;
    bottom: 0; */
    height: 100%;
    width: 100%;
}

.bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}

[data-bgholder="background-image"] {
    background-repeat: no-repeat;
    background-size: cover;
}

/*=============================================
= YOUTUBE BACKGROUND
=============================================*/
.loaded .ytplayer-container {
    display: block;
}

.loaded .placeholder-image {
    opacity: 0;
}

.ytplayer-container {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.placeholder-image {
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
}

.ytplayer-shield {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.ytplayer-player {
    position: absolute;
    transform: translateY(-50%);
    top: 50% !important;
}

/*=============================================
= PAGE LOADER
=============================================*/
#loader {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #1F2229;
}

#loader .load-three-bounce {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 80px;
    margin-left: -40px;
    margin-top: -10px;
}

#loader .load-three-bounce .load-child {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    animation: load-three-bounce 1.4s ease-in-out 0s infinite both;
}

#loader .load-three-bounce .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

#loader .load-three-bounce .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes load-three-bounce {

    0%,
    80%,
    100% {
        -webkit-transform: sacle(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes load-three-bounce {

    0%,
    80%,
    100% {
        -webkit-transform: sacle(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes load-three-bounce {

    0%,
    80%,
    100% {
        -webkit-transform: sacle(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes load-three-bounce {

    0%,
    80%,
    100% {
        -webkit-transform: sacle(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.page-content .bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
}

.page-content .bg-contain {
    background-size: contain;
    background-repeat: no-repeat;
}

.page-content .bg-cc {
    background-position: center center;
}

.page-content .-zindex-2 {
    z-index: 2;
}

.page-content .-zindex-1 {
    z-index: -1;
}

.page-content .zindex-0 {
    z-index: 0;
}

.page-content .zindex-1 {
    z-index: 1;
}

.page-content .zindex-2 {
    z-index: 2;
}

.page-content .zindex-3 {
    z-index: 3;
}

#root {
    width: 100%;
    height: 100%;
}

.widget {
    /* position: absolute; */
    width: 550px;
    /* width: auto; */
    height: auto;
    max-width: 85%;
    max-height: 100%;
    /* background-color: rgba(255, 255, 255, 0.15) !important; */
    border: none;
    box-shadow: none;
    /* overflow: auto; */
}

.widget-fixed {
    position: absolute;
    width: 550px;
    /* width: auto; */
    height: auto;
    max-width: 85%;
    max-height: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    /* overflow: auto; */
}

/* .widget .card-header {
    border-bottom: none;
}

.widget .form-control {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border: 1px solid #ffffff;
}

.widget .nav-tabs .nav-link,
.widget .nav-tabs .nav-link.active,
.widget .nav-tabs .nav-item.show .nav-link {
    border: none;
}

.widget .nav-tabs {
    border-bottom: none;
} */

.clock {
    font-size: 2.5rem;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #727cf5;
}

.nav-pills .nav-link:hover {
    cursor: pointer;
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 16px;
}

.settings-sidebar {
    width: 300px;
    right: -300px;
}

.blockquote-wrapper {
    display: flex;
    /* height: 100vh;
    padding: 0 20px; */
}

/* Blockquote main style */
.blockquote {
    position: relative;
    max-width: 100%;
    align-self: center;
}

/* Blockquote header */
.blockquote h3 {
    position: relative;
    color: #5E50F9;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius: 20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h3:after {
    content: "";
    position: absolute;
    border: 2px solid #5E50F9;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.blockquote h3:before {
    content: "";
    position: absolute;
    width: 80px;
    /* border: 6px solid #0c1427; */
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h3 {
        font-size: 1.3rem;
        line-height: 1.3;
    }
}

/* Blockquote subheader */
.blockquote h5 {
    position: relative;
    color: #ffffff;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left: 150px;
    padding-left: 12px;
}

.blockquote h5:first-letter {
    margin-left: -12px;
}

.chat-wrapper {
    height: auto;
}

span.Typewriter__wrapper {
    font-size: 0.875rem !important;
    color: inherit !important;
}

.form-check-label.strikethrough {
    text-decoration: line-through;
}

@keyframes mercuryTypingAnimation {
    0% {
        transform: translateY(0px);
        background-color: #99cbcf;
    }

    28% {
        transform: translateY(-7px);
        background-color: #6bb4ba;
    }

    44% {
        transform: translateY(0px);
        background-color: #3d9ca5;
    }
}

.typing {
    align-items: center;
    display: flex;
    height: 17px;
}

.typing .dot {
    animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
    background-color: #99cbcf;
    height: 5px;
    border-radius: 50%;
    margin-right: .25rem;
    vertical-align: middle;
    width: 5px;
    display: inline-block;
}

.typing .dot:nth-child(1) {
    animation-delay: 200ms;
}

.typing .dot:nth-child(2) {
    animation-delay: 300ms;
}

.typing .dot:nth-child(3) {
    animation-delay: 400ms;
}

.typing .dot:last-child {
    margin-right: 0;
}

.badge {
    font-size: 85%;
    padding: 6px 10px;
}

.settings-sidebar {
    top: 80px;
}

.swiper-pagination {
    position: relative !important;
}

/* FullCalendar */

.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(102, 209, 209, 0.05);
}

.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 16px;
}

/* Form Wizard */
.wizard>.content {
    min-height: auto;
    border: none;
}

/* Sweetalert */
.colored-toast.swal2-icon-success {
    background-color: #10b759 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #ff3366 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #fbbc06 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #5E50F9 !important;
}

.colored-toast.swal2-icon-question {
    background-color: #66d1d1 !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

/* Summernote */
.note-toolbar .note-btn,
.note-toolbar>.note-btn-group>.note-btn i {
    font-size: 14px !important;
}

.note-editor.note-airframe .note-status-output,
.note-editor.note-frame .note-status-output {
    height: auto !important;
}

/* DataTables */
.dt-buttons.btn-group.flex-wrap,
div.dataTables_wrapper div.dataTables_info {
    float: left;
}
