.slider-container {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100vw;
    min-height: 100vh;
    width: 100vw;
    display: none;
    z-index: 999;
}

.slider-container {
    background: rgba(0,0,0,.6);
}

    .slider-container.green-slider-container {
        background: rgba(8,150,1,.6) !important;
    }

    .slider-container.blue-slider-container {
        background: rgba(0,118,148,.6) !important;
    }

    .slider-container.orange-slider-container {
        background: rgba(143,61,13,.6) !important;
    }

.common-slider-detail {
    padding: 1rem;
    float: right;
    height: 100vh;
    width: 100vw;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

.common-slider-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.slider-container .resource {
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    overflow: hidden;
    overflow-y: hidden;
    min-height: 85vh;
    height: 85vh;
}

    .slider-container .resource .common-slider-card-title {
        font-size: 1.6rem;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-bottom: unset;
        line-height: 2;
    }

        .slider-container .resource .common-slider-card-title.standard-card-title {
            border-left: 4px solid #0080a1;
            padding-left: 1rem;
        }

    .slider-container .resource .resource-content {
        border-top: 1px solid #d3d3d3;
    }

@media (min-width: 768px) {
    .slider-container .common-slider-detail {
        width: calc(100vw - 250px - 3rem);
    }

        .slider-container .common-slider-detail.w800 {
            width: calc(100vw - 800px - 3rem);
        }

        .slider-container .common-slider-detail.w650 {
            width: calc(100vw - 650px - 3rem);
        }
}

.tipped-section-info {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 22px;
    color: #666666;
    font-weight: normal;
    z-index: 10;
}

.info-icon {
    width: 25px;
}

.common-slider-detail .fa-asterisk,
.resource-reviewer-detail .fa-asterisk {
    font-size: 8px !important;
    color: red;
}

.cursor-pointer {
    cursor: pointer;
}

.dashboard-cmap-card {
    min-height: 391px !important;
}

    .dashboard-cmap-card .containerslider {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .dashboard-cmap-card .wrapperslider {
        display: flex;
        transition: transform 0.5s ease-in-out;
        word-break: break-all;
    }

    .dashboard-cmap-card .slide {
        min-width: 100%;
        height: 100%;
        /*   display: flex;
        align-items: center;*/
    }

    .dashboard-cmap-card .cmap-card-h {
        min-height: 155px;
    }

.text-decoration-underline {
    text-decoration: underline;
}

#accordionToolbar.toolbar li.nav-item {
    max-width: 172px;
}

#accordionToolbar .menu-wrapper {
    height: calc(100vh - 120px);
    overflow-y: scroll;
}

    #accordionToolbar .menu-wrapper ul {
        margin-left: 0;
        padding-left: 0;
    }

#related-tips {
    background-color: #BFEFFF;
    min-height: 40px;
    padding: 8px 0 0;
}

    #related-tips a {
        color: #333;
        font-size: 14px;
        text-decoration: none;
    }

#expand-tips {
    background-color: #BFEFFF;
}

    #expand-tips .tipsDescription ul li, #expand-tips .tipsDescription ol li {
        list-style: inherit;
    }

    #expand-tips .tipsDescription ul:not([style]) li {
        list-style: initial;
    }

#edit-tips .loading-overlay {
    display: none;
    background: rgba(150, 150, 150, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
}

#edit-tips .loading-overlay-image-container {
    display: none;
    position: absolute;
    z-index: 7;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
}

#edit-tips .loading-overlay-img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

#edit-tips .tips-content-div {
    min-height: 570px;
}

.subnav:not(#collapse-cmap) .subnav-links a {
    margin-left: 1rem !important;
}

.subnav .subnav-links h6 {
    margin-top: .75rem;
    margin-bottom: 0rem;
    font-size: 1.2rem;
}

    .subnav .subnav-links h6:first-child {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

.sidebar-menu:not([data-menu="cmap"]) li .menu-wrapper a {
    padding-right: 1.2rem;
    padding-left: 2.8rem;
}

.sidebar-menu li .menu-wrapper h6 {
    padding: 0rem 2rem 0rem 2rem;
    margin-bottom: 0;
    color: #b3b3b3;
    font-size: 1.4rem;
}

    .sidebar-menu li .menu-wrapper h6:first-child {
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

.SSO-Login .providerbtns {
    cursor: pointer;
    border: 1px solid #cacaca;
    height: 100%;
    padding: 8px 4px;
    border-radius: 4px;
}
.SSO-Login .providerbtns h4{margin-bottom: 0;font-size: 1.375rem;}
.SSO-Login .providerbtns img{display: block;margin: auto;width:176px;max-width: 100%;}
.SSO-Login .providerbtns.default-btn-color{background-color:#20447b;}
.SSO-Login .providerbtns:hover {opacity:0.94;}

.cursor-default {
    cursor: default;
}
.required-field::after {
    content: "*";
    color: red;
    vertical-align: bottom;
}

.btn .spinner-grow, .btn .spinner-border {
    vertical-align: middle
}