/*!
 * Start Bootstrap - Simple Sidebar HTML Template (https://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    #wrapper.toggled {
        padding-left: 0px;
    }

.k-state-selected {
    color: rgb(255, 255, 255);
    background-color: rgb(81, 205, 196) !important;
    border-color: rgb(81, 205, 196) !important;
    border-radius: 0px !important;
}

.k-treeview .k-in.k-state-hover {
    /* color: rgb(81, 205, 196) !important;
    background-color: transparent !important; 353535 !important*/
    background-color: #6ca19d !important;
    color: #fff !important;
}

.k-treeview .k-in {
    margin: 0;
    padding: 0;
    line-height: 1.3333em;
    text-decoration: none;
    border-bottom: 1px solid #dbdcdc !important;
    width: 100%;
    position: relative;
    padding: 16px 10px;
    box-sizing: border-box;
    font-size: 14px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    /*left: 250px;*/
    left: 280px;
    height: 85%;
    margin-left: -250px;
    overflow-y: auto;
    background: transparent;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9999999;
    top: 59px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    /*position: absolute;
    padding: 15px;
          top: 64px;
    */
    padding: 0;
}

#wrapper.toggled #page-content-wrapper {
    /*    position: absolute;
    margin-right: -250px;*/
    position: absolute;
    margin-right: 0px;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #fff;
                background: rgba(255,255,255,0.2);
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

/*@media(min-width:768px) {
*/
@media (min-width: 390px) and (max-width: 1025px) {
    /*ul.nextarrow li:first-child {
        padding: 0 0 0 0px;
    }
    ul.nextarrow li {
        padding: 0 0 0 15px;
    }*/

    #wrapper {
        padding-left: 0; /*250*/
    }

        #wrapper.toggled {
            padding-left: 0;
        }

    #sidebar-wrapper {
        width: 250px;
        /* height:30vh;*/
    }



    #page-content-wrapper {
        padding: 0px;
        /* padding: 20px;*/
        /* position: relative;*/
    }

    /* #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }*/
}

.arrowposition {
    /*  position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background: #293651;
    width: 47px;
    padding: 16px; AK 23may*/
    position: fixed;
    z-index: 99;
    top: 10px;
    left: 1%;
    width: 47px;
    padding: 10px 10px 10px 14px;
    background: rgba(74, 74, 74, 0.31);
    backdrop-filter: blur(6.5px);
    border-radius: 50px;
}

    .arrowposition a {
        color: white
    }

.arrowbg {
    background-color: #f3f3f6;
    text-align: right;
}

/*.lefthide {
    display: none !important;
}*/

.menuimg {
    width: 18%;
}
/**************************8888888888888888*/
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/*************************************
.lead {
    font-size: 1.5rem;
    font-weight: 300;
}

.container {
    margin: 150px auto;
    max-width: 960px;
    color: #000;
}

.side-bar-left {
    width: 23.2rem;
    height: 100%;
    padding: 2.1rem 1.2rem;
    background-color: #ccc;
    position: fixed;
    transition: all 0.5s ease;
    top: 150px;
}

.logo-name-wrapper {
    position: relative;
    margin-bottom: 2.1rem;
    display: flex;
    font-size: 1.2rem;
}

.logo-name {
    display: flex;
    align-items: center;
}

.logo-name__name {
    margin-left: 0.9rem;
    white-space: nowrap;
}

.logo-name__button {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 1.8rem;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.logo-name__icon {
    font-size: 1.8rem;
    color: var(--grey-color);
}

.message {
    background-color: var(--dark-grey-color);
    display: flex;
    align-items: center;
    padding: 1.55rem 0 1.55rem 1.2rem;
    border-radius: 0.4rem;
    margin-bottom: 3.6rem;
    cursor: pointer;
    position: relative;
}

.message-icon {
    font-size: 2rem;
    transform: translateX(3rem);
    transition: all 0.5s ease;
}

.message-text {
    margin-left: 1.1rem;
    font-size: 1.4rem;
    white-space: nowrap;
    transform: translateX(3rem);
    transition: all 0.5s ease;
}

.features-list {
    padding-bottom: 1rem;
    border-bottom: 1px solid #292932;
    list-style: none;
}

.features-item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.5rem 0.9rem;
    margin-bottom: 1.1rem;
    color: var(--grey-color);
    cursor: pointer;
    transition: 0.5s ease;
}

    .features-item::before {
        transition: 0.5s ease;
        content: '';
        position: absolute;
        left: -1.2rem;
        height: 100%;
        border-left: 3px solid var(--white-color);
        border-radius: 2px;
        opacity: 0;
        visibility: hidden;
    }

    .features-item:hover {
        color: var(--white-color);
        transition: 0.5s ease;
    }

        .features-item:hover::before {
            opacity: 1;
            visibility: unset;
        }

.features-item-icon {
    font-size: 2rem;
}

.features-item-text {
    margin-left: 1.5rem;
    transition: opacity 0.6s ease;
    opacity: 1;
}

.inbox-number {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #1e75ff;
    padding: 0.5rem 0.9rem;
    border-radius: 0.4rem;
    color: var(--white-color);
    opacity: 1;
    transition: 0.6s linear;
}

.inbox-icon {
    position: relative;
}

    .inbox-icon .status {
        position: absolute;
        top: 0;
        right: -1px;
        background-color: #1e75ff;
        height: 9px;
        width: 9px;
        border-radius: 50%;
        border: 2px solid var(--white-color);
        opacity: 0;
        transition: 0.6s linear;
    }

.category-list {
    padding-top: 2.1rem;
    padding-bottom: 0.9rem;
    color: var(--grey-color);
    list-style: none;
    font-size: 1.2rem;
    font-weight: 500;
    border-bottom: 1px solid #292932;
}

.category-header {
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 1.8rem;
    color: var(--white-color);
    margin-bottom: 1.3rem;
    white-space: nowrap;
}

.category-item {
    position: relative;
    padding: 0.9rem 1.1rem;
    line-height: 1.8rem;
    cursor: pointer;
    white-space: nowrap;
}

.category-item-status {
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 50%;
    border: none;
    background-color: white;
    display: inline-block;
}

.category-item-text {
    margin-left: 1rem;
    transition: opacity 0.6s ease;
    opacity: 1;
}

.category-item-number {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.chat-list {
    padding: 2.1rem 0;
    font-size: 1.2rem;
}

.chat-header {
    text-transform: uppercase;
    line-height: 1.8rem;
    color: var(--white-color);
    margin-bottom: 1.3rem;
    white-space: nowrap;
}

.chat-new-btn {
    color: #1e75ff;
    background-color: transparent;
    outline: none;
    border: none;
    line-height: 1.8rem;
    display: flex;
    align-items: center;
    padding-bottom: 2.1rem;
    padding-left: 0.1rem;
    cursor: pointer;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.chat-new-btn-text {
    white-space: nowrap;
    transition: opacity 0.6s ease;
    opacity: 1;
}

.chat-icon {
    font-size: 2.1rem;
    margin-right: 1.2rem;
}

.chat-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2.1rem;
    color: var(--grey-color);
    cursor: pointer;
}

.chat-item-avatar-wrapper {
    position: relative;
}

    .chat-item-avatar-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        right: -3px;
        border-radius: 50%;
        height: 8px;
        width: 8px;
        background-color: #79d861;
        opacity: 0;
        transition: 0.6s linear;
    }

    .chat-item-avatar-wrapper.has-message::before {
        background-color: #1e75ff;
        border: 2px solid var(--white-color);
        height: 6px;
        width: 6px;
    }

.chat-item-avatar {
    object-fit: cover;
    object-position: top;
    height: 2.1rem;
    width: 2.1rem;
    border-radius: 50%;
    border: 1px solid var(--white-color);
}

.chat-item-status {
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 50%;
    border: none;
    background-color: white;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 5px;
    opacity: 1;
    transition: 0.6s linear;
}

.chat-item-number {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #1e75ff;
    padding: 0.5rem 0.9rem;
    border-radius: 0.4rem;
    color: var(--white-color);
    opacity: 1;
    transition: 0.6s linear;
}

.chat-item-name {
    white-space: nowrap;
    transition: opacity 0.6s ease;
    opacity: 1;
    margin-left: 1.4rem;
}

.tooltip {
    position: absolute;
    top: -2.1rem;
    left: 6.4rem;
    background-color: white;
    color: var(--background-color);
    border-radius: 0.4rem;
    padding: 0.5rem 0.9rem;
    font-size: 1.4rem;
    transition: 0s;
    opacity: 0;
    display: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.side-bar-left.collapse .message:hover .tooltip,
.features-item:hover .tooltip,
.category-item:hover .tooltip,
.chat-new-btn:hover .tooltip {
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    opacity: 1;
}

.side-bar-left.collapse {
    width: 6.4rem;
}

    .side-bar-left.collapse .tooltip {
        display: block;
    }

    .side-bar-left.collapse .logo-name,
    .side-bar-left.collapse .category-header,
    .side-bar-left.collapse .chat-header,
    .side-bar-left.collapse .chat-new-btn-text,
    .side-bar-left.collapse .features-item-text,
    .side-bar-left.collapse .inbox-number,
    .side-bar-left.collapse .category-item-text,
    .side-bar-left.collapse .category-item-number,
    .side-bar-left.collapse .message-text,
    .side-bar-left.collapse .chat-item-name,
    .side-bar-left.collapse .chat-item-number,
    .side-bar-left.collapse .chat-item-status {
        opacity: 0;
        pointer-events: none;
    }

    .side-bar-left.collapse .message-text {
        opacity: 0;
        pointer-events: none;
        transform: translateX(0);
    }

    .side-bar-left.collapse .message-icon {
        transform: translateX(0);
    }

    .side-bar-left.collapse .logo-name__button {
        right: 0.5rem;
    }

    .side-bar-left.collapse .inbox-icon .status,
    .side-bar-left.collapse .chat-item-avatar-wrapper::before {
        opacity: 1;
    }
    */
.mobonly {
    display: none
}

@media (min-width: 360px) and (max-width: 1023px)and (orientation: portrait) {
    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
        background: rgb(255 255 255 / 0%);
        height: 85%;
    }

    #sidebar-wrapper {
        border-right: 0px solid #bdbdbd;
    }

    /*   .arrowposition {
        top: 65px;
    }
*/
    #sidebar-wrapper {
        z-index: 8;
        transition: unset !important
    }
}

@media (min-width: 360px) and (max-width: 1023px)and (orientation: landscape) {


    #sidebar-wrapper {
        width: 250px;
        transition: unset;
        border-right: 0px solid #bdbdbd;
    }
}

@media (min-width: 800px) and (max-width: 1400px)and (orientation: landscape) {
    .mobonly {
        display: none
    }
}

**************************************************************************************
header {
    display: flex;
    background-color: #0A855F;
    padding: 1rem;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: auto;
    height: 40px;
    display: block;
}

.prev, .next {
    cursor: pointer;
    width: auto;
    padding: 8px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.page-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.session-details {
    display: flex;
    align-items: center;
    gap: 10px;
}


#sidenav {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #0cd092;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    #sidenav a {
        padding: 8px;
        text-decoration: none;
        color: #ffffff;
        display: block;
        transition: 0.3s;
    }

        #sidenav a:hover {
            color: #f1f1f1;
        }

    #sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        color: white;
    }

.session-details-sidenav {
    display: none;
}

@media(max-width:650px) {

    .extend-time {
        display: flex;
        align-items: center;
    }

    .signout-logo {
        display: flex;
        align-items: center;
    }

    .time {
        padding-left: 10px;
    }

    .session-details {
        display: none;
    }

    .session-details-sidenav {
        display: block;
    }
}
/*-------------------------changes done by Pritee------------------------------------*/

@media(max-width: 766px) and (orientation: portrait) {
    .navbar.bg-light {
        background: #51CDC4;
        border-bottom: 0px solid #fff !important;
        color: #fff;
        padding-top: 0;
        padding-bottom: 0px;
        z-index: 1;
        border-radius: 0;
        display: flex;
        align-items: center;
        box-shadow: -6px 3px 17px #00000080;
        justify-content: space-between;
        clear: both;
        height: 40px;
        min-height: 40px;
    }

    .mobonly {
        display: flex;
        background: #1d1d1d;
        align-items: center;
        padding: 0 0px;
        justify-content: center;
        z-index: 9999999;
    }

    .upcomingscript ul {
        margin: 0px;
        display: none;
    }

        .upcomingscript ul li {
            padding: 0px;
            font-size: 11px;
            font-weight: 400;
        }

    .navbar-brand {
        float: left;
        height: auto;
        padding-left: 55px !important;
    }

    .logo img {
        width: 104px;
        height: auto;
        display: block;
    }

    ul.nextarrow li {
        padding: 0 5px 0px 5px;
    }

        ul.nextarrow li a .fa {
            font-size: 30px !important
        }

    #endsinmeetingTime {
        font-size: 15px;
    }

    ul.extend {
        padding: 0px;
        margin: 0;
        padding-left: 20px;
    }

    .arrowposition {
        text-align: center;
        position: fixed;
        z-index: 99999;
        top: 10px;
        left: 17px;
        background: #293651;
        width: 44px;
        padding: 9px;
    }

    .SPtreeviewcard {
        width: 75%;
        top: 6.7%;
        /*AK 23may top*/
        position: relative;
        position: fixed;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-clip: border-box;
        border-radius: 0rem;
        height: auto;
        overflow-y: auto;
        overflow-x: hidden;
        /* top: 8.7%; width: 97%; background: rgb(255 255 255);
        box-shadow: 5px -3px 9px 2px #00000017; AK 23may*/
    }

    #sidebar-wrapper {
        /* width: 91%;
        border-right: 0px solid #bdbdbd;
        top: 7.6%;
        height: auto;*/
        left: 65%;
    }

    ul.extend li a {
        display: none
    }

    .menu__btn {
        top: 20px;
    }

    .menu__box {
        top: 9%;
    }
}

@media(min-width: 390px) and (max-width: 430px) and (orientation: portrait) {
    .menu__box {
        top: 7%;
    }
}

@media (min-width: 360px) and (max-width: 1023px)and (orientation: landscape) {
    .mobonly {
        display: none
    }

    .navbar-brand {
        margin-left: 45px !important;
        height: auto;
    }

    .logo img {
        width: 100px;
        height: auto;
        display: block;
    }

    .upcomingscript ul li {
        font-size: 15px;
    }

    #endsinmeetingTime {
        font-size: 16px;
    }

    .menu__box {
        top: 16%;
    }

    ul.nextarrow li a .fa {
        font-size: 26px !important
    }
}

@media (min-width: 500px) and (max-width: 650px)and (orientation: landscape) {
    .menu__box {
        top: 13%;
    }
}

@media (min-width: 651px) and (max-width: 667px)and (orientation: landscape) {
    .menu__box {
        top: 13%;
    }
}

@media (min-width: 668px) and (max-width: 800px)and (orientation: landscape) {
    .menu__box {
        top: 18%;
    }
}

@media (min-width: 530px) and (max-width: 1200px)and (orientation: portrait) {
    .navbar.bg-light {
        justify-content: space-between;
        z-index: 8;
    }

    .menu__box {
        top: 5%;
    }

    ul.extend {
        display: none
    }

    .mobilePortraitnone {
        display: block;
    }

    .mobonly {
        display: none
    }

    .navbar-brand {
        padding-left: 55px !important;
    }
}

@media (min-width: 779px) and (max-width: 1200px)and (orientation: landscape) {
    .navbar-brand {
        float: left;
        height: auto;
        padding-left: 55px !important;
    }

    .logo img {
        width: 104px;
        height: auto;
        display: block;
    }

    .SPtreeviewcard {
        width: auto
    }
}

@media(min-width: 500px) and (max-width: 600px) and (orientation: portrait) {

    .mobilePortraitnone {
        display: none;
    }

    .mobonly {
        display: flex
    }
}

@media(min-width: 1023px) and (max-width: 1025px) and (orientation: portrait) {
    .menu__box {
        top: 9%;
    }
}

@media(min-width: 1023px) and (max-width: 1025px) and (orientation: landscape) {
    .menu__box {
        top: 9%;
    }
}

@media (min-width: 290px) and (max-width: 1200px) and (orientation: portrait) {
    .SPtreeviewcard {
        width: auto;
        height: 85%;
    }

    /* .lefthide {
        display: block !important;
    }*/
}

@media (min-width: 600px) and (max-width: 1200px)and (orientation: landscape) {
    #sidebar-wrapper {
        border-right: 0px solid #bdbdbd;
        height: 80%;
        overflow-y: auto;
        width: 216px;
        left: 260px;
    }

    /*.lefthide {
        display: none !important;
    }*/
    #logo-name__icon {
        color: white !important
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 216px;
    }

    #divminmax {
        top: 10px !important;
    }

    .menu__box {
        top: 16%;
    }
}
/*-------------------------closed------------------------------------*/
.SPtreeviewcard.lefthide #sidebar-wrapper {
    height: 0px
}
