/* Mobile responsive */
@media (max-width: 325px) {
    .carousel-caption > .f-s-16 {
        font-size: 8px !important;
    }

    .carousel-caption > .f-s-22 {
        font-size: 9px !important;
    }

    .carousel-caption {
        top: 0% !important;
    }
}

@media (max-width: 425px) {
    .carousel-caption > .f-s-16 {
        font-size: 9px !important;
    }

    .carousel-caption > .f-s-22 {
        font-size: 9px !important;
    }

    .carousel-caption {
        top: 0% !important;
    }
}

@media (max-width: 768px) {
    .f-s-22 {
        font-size: 18px !important;
    }

    .f-s-18.text-white {
        font-size: 13px !important;
    }

    .carousel-inner img {
        width: 100% !important;
        height: 100% !important;
    }
}

/* End Mobile responsive */

#selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#selectable li {
    margin: 0 3px 15px 3px;
    padding: 15px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    box-shadow: 0px 0px 5px #cfcfcf;
    accent-color: rgb(43 157 100);
}

#selectable .ui-selecting {
    background: rgba(0, 0, 0, 0.08);
    accent-color: rgb(43 157 100);
}

#selectable .ui-selected {
    background: rgba(80, 212, 146, 0.08);
    color: #000;
    border-color: rgba(80, 212, 146, 0.5);
    accent-color: rgb(43 157 100);
}

.ui-widget-content {
    border: 1px solid #dddddd;
}

video {
    width: 100%;
    height: auto;
    pointer-events: none;
}

.close {
    position: absolute;
    right: 40px;
    top: 35px;
    z-index: 999;
    font-size: 3rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.pl-head2 {
    display: unset !important;
}

img.ann {
    max-width: 100%;
    max-height: 100%;
    border-radius: 15px 15px;
}

@media (max-width: 768px) {
    .b-left {
        border-left: 0 !important;
    }
}

.b-left {
    border-left: 1px solid rgba(112, 112, 112, 0.3);
}

.card-leave-option:hover,
.card-leave-option.selected {
    background-image: linear-gradient(to right, #6883ba, #50d492);
    border: 1px solid rgb(255 255 255);
    cursor: pointer;
}

.card-leave-option:hover .text-gray,
.card-leave-option.selected .text-gray {
    color: #fff !important;
}

.card-custom-d {
    padding: 15px;
    width: 100%;
}

.card-custom-d.selected {
    background-color: var(--primary-light-tangerine);
    cursor: pointer;
}

.custom-check.selected > div > label {
    color: var(--color-text-primary);
    cursor: pointer;
}

.carousel-inner {
    border-radius: 10px;
    height: 500px;
}

.carousel-inner .carousel-item {
    height: 500px;
    background-size: 100% 100% !important;
}

.carousel-caption {
    width: 80%;
    position: absolute;
    bottom: unset !important;
    left: 50%;
    top: 50%;
    z-index: 10;
    padding-top: unset !important;
    transform: translate(-50%, -50%);
    padding-bottom: unset !important;
    color: #fff;
    text-align: left;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    /* color: white; */
    font-size: 30px;
    padding: 0px 30px;
    color: white;
}

.message-body-text {
    word-wrap: break-word;
}

.whiteboard-text {
    color: #243665;
    margin-bottom: 0;
}

.truncate {
    width: 20vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-text-table {
    width: 20vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table-cell;
    max-width: 20vw !important;
}

.leave-overlay {
    position: absolute;
    width: 96.6%;
    height: 96.6%;
    opacity: 0.8;
    background: #00000026;
    display: flex;
    border-radius: 5px;
    justify-content: right;
    padding: 19px;
    align-items: flex-start;
    z-index: 1;
    font-size: 29px;
    cursor: not-allowed;
}

.leave-overlay:hover .unsub-body {
    background-color: var(--color-text-primary);
    color: #fff;
}

.unsub-body {
    width: 24px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.manage-btn {
    min-width: 54px;
    position: absolute;
    float: right;
    right: 30px;
    top: 20px;
    color: rgba(36, 54, 101, 1);
    background: none;
    border: none;
    box-shadow: none !important;
}

.filter-btn {
    min-width: 54px;
    position: absolute;
    float: right;
    right: 135px;
    top: 20px;
    color: rgba(36, 54, 101, 1);
    background: none;
    border: none;
    box-shadow: none !important;
}

.manage-btn:hover,
.manage-btn:focus {
    min-width: 54px;
    position: absolute;
    float: right;
    right: 30px;
    top: 20px;
    color: rgba(36, 54, 101, 1);
    background: rgba(36, 54, 101, 0.08);
    border-radius: 10px;
}

.filter-btn:hover,
.filter-btn:focus {
    min-width: 54px;
    position: absolute;
    float: right;
    right: 135px;
    top: 20px;
    color: rgba(36, 54, 101, 1);
    background: rgba(36, 54, 101, 0.08);
    border-radius: 10px;
}

.chartDiv {
    margin: 25px auto;
}

.dropdown {
    text-align: right;
}

.dropdown-item-export {
    padding: 20px !important;
}

.dropdown-menu-export.show {
    min-width: 150px !important;
    background: rgb(255, 255, 255);
    overflow: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 30px 0px;
    z-index: 1;
    border-radius: 15px !important;
    position: absolute;
    transform: translate3d(-20px, 32px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    padding: 5px;
}

.filter-dropdown {
    display: none;
    background: #fff;
    right: 135px;
    top: 50px;
    position: absolute;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    z-index: 1;
    border-radius: 15px;
}

.filter-dropdown a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-menu-export:hover {
    border-radius: 15px !important;
    color: #fff;
    background: #707070;
}

.filter-dropdown a:hover {
    background-color: #707070 !important;
}

.section-title {
    color: #202020 !important;
}

.filter-show {
    display: block;
}

.top-analytic-btn {
    min-width: 54px;
    position: fixed;
    float: right;
    right: 20px;
    top: 100px;
    color: rgba(36, 54, 101, 1);
    background: none;
    border: none;
    box-shadow: none !important;
}

.nav-toolbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 10px;
    z-index: 2;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .09), 0 1px 10px 0 rgba(0, 0, 0, .09) !important;
}