﻿.header-sidebar-Block {
    width: 100%;
    height: 100%;
}

    .header-sidebar-Block .header-block {
        width: 100%;
        float: left;
    }

    .header-sidebar-Block .sidebar-block {
        width: 288px;
        float: left;
        transition: .1s ease-in-out;
        transform: scale(1) !important;
    }

        .header-sidebar-Block .sidebar-block header {
            padding: 0px !important;
        }

    .header-sidebar-Block .content-block {
        width: calc(100% - 289px);
        float: right;
        height: calc(100vh - 73px);
        overflow: hidden auto;
        transition: .1s ease-in-out;
        padding: 30px 15px 0;
    }

.header-upper {
    background: #31383f;
    width: 100%;
    height: 72px;
    padding: 0px !important;
}

    .header-upper .logo-part {
    }

.logo-part a {
    width: 150px;
    display: block;
    height: 56px;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-top: 8px;
}

.header-upper .logo-part img {
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    bottom: 0;
    max-height: 100%;
    right: 0;
    display: block;
    transform: translate(-50%, -50%);
}

.header-upper .right-part {
    float: right;
    padding-right: 20px;
    line-height: 72px;
}

    .header-upper .right-part .acteelogo {
        position: absolute;
        width: 170px;
        z-index: 1;
        right: 20px;
    }

        .header-upper .right-part .acteelogo .poweredBy {
            color: #414347;
            font-size: 13px;
            padding-right: 10px;
        }

        .header-upper .right-part .acteelogo img {
            width: 25px;
        }

        .header-upper .right-part .acteelogo .acteeText {
            color: #fff;
            padding-left: 10px;
            font-size: 14px;
            font-weight: 500;
        }

.header-left {
    height: calc(100vh - 73px );
    width: 288px;
    box-shadow: 1px 2px 3px #ccc;
    padding-top: 100px;
    float: none !important;
}

    .header-left .tab-part {
        min-height: 36px;
        width: 248px;
        margin: 0px auto;
        cursor: pointer;
        padding: 0px 15px;
        margin-bottom: 5px;
        display: block;
        overflow: hidden;
        position: relative;
    }

        .header-left .tab-part svg {
            height: 16px;
            width: 16px;
        }

        .header-left .tab-part span {
            margin-left: 15px;
            font-size: 15px;
            font-weight: 400;
            color: #000;
            text-transform: capitalize;
        }

        .header-left .tab-part:hover {
            border-radius: 8px;
            background-color: #31383f80;
            font-weight: 500;
        }

        .header-left .tab-part.active {
            background-color: #31383f69;
            border-radius: 8px;
            font-weight: 500;
        }

        .header-left .tab-part .notif-count {
            position: absolute;
            right: 10px;
            border: 1px solid grey;
            height: 18px;
            width: 18px !important;
            border-radius: 50%;
            text-align: center;
            top: 1.5px;
            line-height: 18px;
        }

        .header-left .tab-part .svg-icon {
            float: left;
            margin-top: 9px;
        }

        .header-left .tab-part .left-bar-text {
            float: left;
            margin-top: 7px;
        }

.header-session-section {
    width: 250px;
    margin: 30px auto 0;
}

    .header-session-section .header-session-text {
        height: 30px;
        line-height: 30px;
        border-bottom: 2px solid #ccc;
        margin-bottom: 20px;
    }

        .header-session-section .header-session-text span {
            font-size: 16px;
            font-weight: 400;
        }

    .header-session-section .header-session-list {
        float: left;
    }

        .header-session-section .header-session-list .header-session-name {
            width: 212px;
            height: 40px;
            line-height: 35px;
            padding: 5px 10px;
            cursor: pointer;
        }

            .header-session-section .header-session-list .header-session-name .tab-part .svg-icon {
                float: left;
                margin-top: 2px;
                margin-right: 15px;
            }

            .header-session-section .header-session-list .header-session-name .tab-part .left-bar-text {
                margin-top: -2px;
            }

            .header-session-section .header-session-list .header-session-name .tab-part svg {
                height: 25px;
                width: 18px;
            }

            .header-session-section .header-session-list .header-session-name .tab-part .h-s-name {
                font-size: 15px;
                font-weight: 400;
            }

            .header-session-section .header-session-list .header-session-name .tab-part .h-s-pending {
                font-size: 15px;
                font-weight: 400;
                color: red;
            }

    .header-session-section .header-session-add {
        padding: 5px 10px;
        width: 212px;
        height: 40px;
        line-height: 35px;
        cursor: pointer;
        float: left;
    }

        .header-session-section .header-session-add .left-bar-text {
        }

        .header-session-section .header-session-add .tab-part .svg-icon {
            float: left;
            margin-top: 2px;
            margin-right: 15px;
        }

        .header-session-section .header-session-add .tab-part svg {
            height: 30px
        }

        .header-session-section .header-session-add .tab-part span {
            font-size: 15px;
            font-weight: 400;
        }

.header-footer {
    width: 240px;
    height: 228px;
    position: absolute;
    bottom: 10px;
    left: 24px;
    min-height: 238px;
}

    .header-footer .user-lang-section {
        width: 100%;
        height: 40px;
        /* padding: 0px 4px; */
        /* margin-bottom: 5px; */
        /* line-height: 40px; */
        position: relative;
        min-height: 30px;
        height: auto;
    }

        .header-footer .user-lang-section .tab-part .header-lang {
        }

            .header-footer .user-lang-section .tab-part .header-lang .icon {
                float: left;
                margin-right: 15px;
                margin-top: 5px;
                /* width: 40px; */
            }

                .header-footer .user-lang-section .tab-part .header-lang .icon svg {
                    height: 19px;
                }

            .header-footer .user-lang-section .tab-part .header-lang .lang-Text {
                float: left;
            }

                .header-footer .user-lang-section .tab-part .header-lang .lang-Text span {
                    font-size: 15px;
                    font-weight: 300;
                    float: left;
                }

                .header-footer .user-lang-section .tab-part .header-lang .lang-Text label {
                    font-size: 11px;
                    font-weight: 300;
                    float: left;
                    letter-spacing: 1px;
                    display: inline-block;
                    width: auto;
                    cursor: pointer;
                    height: auto;
                    margin: 0;
                    padding: 0;
                    line-height: inherit;
                }

                .header-footer .user-lang-section .tab-part .header-lang .lang-Text img {
                    top: 12px;
                    cursor: pointer;
                    position: absolute;
                    right: 0px;
                    height: 17px;
                }

/* .header-footer .user-lang-section .header-lang .lang-Text label:before {
                        position: absolute;
                        content: "\f105";
                        font: normal normal normal 14px/1 FontAwesome;
                        right: 0px;
                        font-size: 28px;
                        top: 5px;
                    }*/

.user-setting-section {
    width: 100%;
    min-height: 36px;
    padding: 0;
    border-bottom: 2px solid #ccc;
    float: left;
    margin-bottom: 5px;
}

    .user-setting-section .tab-part .header-setting {
    }

        .user-setting-section .tab-part .header-setting .icon {
            float: left;
            margin-right: 15px;
            margin-top: 5px;
        }

            .user-setting-section .tab-part .header-setting .icon svg {
                height: 19px;
            }

        .user-setting-section .tab-part .header-setting .user-Text {
        }

            .user-setting-section .tab-part .header-setting .user-Text span {
                font-size: 15px;
                font-weight: 300;
            }

.user-detail-section {
    width: 100%;
    height: 70px;
    padding: 0px 4px 0px;
    float: left;
}

    .user-detail-section .tab-part .h-user-profile {
        width: 40px;
        float: left;
    }

        .user-detail-section .tab-part .h-user-profile span {
            border: 1px solid #000;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: block;
            margin-top: 14px;
            overflow: hidden;
            margin-left: -8px;
        }

        .user-detail-section .tab-part .h-user-profile img {
            /* width: 19px; */
        }

.tab-part .h-user-details {
    width: calc(100% - 40px);
    float: left;
    margin-left: -23px;
}

    .tab-part .h-user-details .h-user-name {
        margin: 5px;
    }

        .tab-part .h-user-details .h-user-name span {
            font-size: 16px;
            font-weight: 500;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 100%;
            overflow: hidden;
            display: block;
        }

    .tab-part .h-user-details .h-user-role {
        padding-left: 5px;
        padding-bottom: 8px;
    }

        .tab-part .h-user-details .h-user-role span {
            font-size: 16px;
            font-weight: 400;
        }


header .top_nav .right_nav > ul {
    margin: 0px;
    padding: 0;
    height: 100%;
}

    header .top_nav .right_nav > ul > li {
        margin: 0px;
        padding: 0;
        list-style: none;
        display: block !important;
        position: inherit !important;
    }

        header .top_nav .right_nav > ul > li > a.notification_icon {
            fill: #cfcfcf;
        }


.user-lang-section .dropdown-menu {
    padding: 0px;
    max-height: 125px;
    overflow: auto;
}

.user-lang-section .dropdown-menu {
    right: -226px !important;
    left: inherit;
    min-width: 230px;
    padding: 15px;
    margin-top: -31px;
    border: none;
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    min-width: 200px !important;
    position: fixed;
    bottom: 10px;
    top: auto;
    left: 0px;
    right: 0px !important;
    z-index: 111;
}

    .user-lang-section .dropdown-menu > li > a {
        border-bottom: 1px solid #d8dcdc;
        padding: 10px;
    }

    .user-lang-section .dropdown-menu > li > a {
        display: block;
        padding: 8px 5px;
        font-size: 13px;
        color: #768093;
        font-weight: 300;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .user-lang-section .dropdown-menu > li > a:hover {
            color: #ff9700;
        }

    .user-lang-section .dropdown-menu > li > a {
        border-bottom: 1px solid #d8dcdc;
        padding: 10px;
        margin: 0;
        line-height: initial;
    }

    .user-lang-section .dropdown-menu > li.active > a {
        color: #ff9700;
    }

.left-bar-text label {
    letter-spacing: 1px;
}

.left-bar-text svg {
    position: absolute;
    right: 7px;
    top: 11px;
}

.header-notifications {
}

    .header-notifications.notification_bell .dropdown-menu {
        left: 6px;
        right: 0;
        position: fixed;
        top: 220px;
        width: 240px;
        z-index: 1;
    }

.header-left .tab-part svg {
    fill: #ff9700;
}

.header-left .tab-part .left-bar-text span, .header-left .tab-part .left-bar-text label {
    color: #414347;
}

.header-left .tab-part:hover, .header-left .tab-part.active {
    background-color: #ff9700 !important;
}

    .header-left .tab-part:hover svg, .header-left .tab-part.active svg {
        fill: #fff !important;
    }

    .header-left .tab-part:hover span, .header-left .tab-part:hover label, .header-left .tab-part.active span {
        color: #fff !important;
    }

    .header-left .tab-part.active .profile_image_round, .header-left .tab-part:hover .profile_image_round {
        border-color: #fff !important;
    }

.sidebar-block.colapsed {
    width: 79px;
    transition: .1s ease-in-out;
}

    .sidebar-block.colapsed .header-left {
        width: 79px;
        transition: .1s ease-in-out;
        overflow: hidden;
    }

        .sidebar-block.colapsed .header-left .tab-part {
            min-height: 36px;
            width: 48px;
            margin: 0px auto;
            cursor: pointer;
            padding: 0px 15px;
            margin-bottom: 5px;
            display: block;
            overflow: hidden;
            position: relative;
        }

            .sidebar-block.colapsed .header-left .tab-part .left-bar-text {
                display: none;
            }

    .sidebar-block.colapsed .header-session-section {
        width: 38px;
        margin: 5px auto 0;
    }

        .sidebar-block.colapsed .header-session-section .header-session-text {
            height: 10px;
            line-height: 0;
            margin-bottom: 5px;
        }

            .sidebar-block.colapsed .header-session-section .header-session-text span {
                display: none;
            }



    .sidebar-block.colapsed .header-footer {
        width: 48px;
        height: 150px;
        position: absolute;
        bottom: 10px;
        left: 20px;
    }

        .sidebar-block.colapsed .header-footer.guestUs {
            height: 140px;
        }

        .sidebar-block.colapsed .header-footer .user-detail-section .tab-part .h-user-profile {
            width: 40px;
            float: left;
            margin-top: -4px;
            padding-bottom: 9px;
        }

.header-sidebar-Block .content-block.fullblock {
    width: calc(100% - 80px);
    float: right;
    height: calc(100vh - 73px);
    overflow: hidden auto;
    transition: .1s ease-in-out;
}

.modal.profileSettingPopup {
}

    .modal.profileSettingPopup .modal-dialog {
        /* margin: 5px; */
    }

        .modal.profileSettingPopup .modal-dialog .modal-content {
        }

            .modal.profileSettingPopup .modal-dialog .modal-content .modal-body {
                /* height: calc(100vh - 85px); */
                /* overflow: hidden; */
            }

.user-settings {
    padding-top: 30px;
}

    .user-settings .main_wrapper .main_content {
        padding: 30px 10px 0px;
        border-top: 2px solid #f5f5f5;
        height: calc(100vh - 330px);
        overflow: hidden scroll;
    }

    .user-settings .user-detail-box {
        max-width: 700px;
        margin: 0px auto;
        height: 144px;
        box-shadow: 1px 2px 3px #ccc;
        border-radius: 10px;
    }

        .user-settings .user-detail-box .user-img {
            width: 140px;
            float: left;
        }

            .user-settings .user-detail-box .user-img .profile_image_round {
                height: 128px;
                width: 128px;
                margin-left: 10px;
                margin-top: 10px;
            }

                .user-settings .user-detail-box .user-img .profile_image_round span {
                    font-size: 44px;
                    line-height: 123px;
                }

                .user-settings .user-detail-box .user-img .profile_image_round img {
                    max-width: 128px;
                    max-height: 128px;
                }

        .user-settings .user-detail-box .user-nme {
            float: left;
            width: auto;
            margin: 0px 20px 0px 0px;
            padding: 0px 0px 0px 20px;
        }

            .user-settings .user-detail-box .user-nme label {
                margin: 0 0 3px;
                font-weight: 400;
                font-size: 11px;
                text-transform: capitalize;
                width: auto;
                display: block;
            }

            .user-settings .user-detail-box .user-nme span {
                font-size: 15px;
                font-weight: 500;
                padding: 4px;
                background: #f5f5f5;
                border-radius: 5px;
                width: 100%;
            }

        .user-settings .user-detail-box .user-eml {
            width: auto;
            float: left;
            margin-right: 20px;
            /* padding-top: 50px; */
        }

            .user-settings .user-detail-box .user-eml label {
                width: 100%;
                margin-bottom: 3px;
                font-weight: 400;
                font-size: 11px;
                text-transform: capitalize;
                display: block;
            }

            .user-settings .user-detail-box .user-eml span {
                font-size: 15px;
                font-weight: 500;
                padding: 4px;
                background: #f5f5f5;
                border-radius: 5px;
            }

        .user-settings .user-detail-box .user-pos {
            width: auto;
            float: left;
            margin-right: 20px;
            /* padding-top: 50px; */
        }

            .user-settings .user-detail-box .user-pos label {
                width: 100%;
                margin-bottom: 3px;
                font-weight: 400;
                font-size: 11px;
                text-transform: capitalize;
                display: block;
            }

            .user-settings .user-detail-box .user-pos span {
                font-size: 15px;
                font-weight: 500;
                padding: 4px;
                background: #f5f5f5;
                border-radius: 5px;
            }

        .user-settings .user-detail-box .user-lang {
            float: left;
            /* padding-top: 50px; */
        }

            .user-settings .user-detail-box .user-lang label {
                width: 100%;
                margin-bottom: 3px;
                font-weight: 400;
                font-size: 11px;
                text-transform: capitalize;
                display: block;
            }

            .user-settings .user-detail-box .user-lang span {
                font-size: 15px;
                font-weight: 500;
                padding: 4px;
                background: #f5f5f5;
                border-radius: 5px;
                /* line-height: 22px; */
            }

                .user-settings .user-detail-box .user-lang span img {
                    width: 15px;
                    margin-top: -4px;
                }

.header-transform {
}

.user-settings .user-details {
    padding-top: 50px;
    float: right;
    width: calc(100% - 145px);
}

.user-nav-box {
    width: 240px;
    margin: 20px auto;
    border-radius: 7px;
    box-shadow: 1px 2px 3px #ccc;
    padding: 0;
    overflow: hidden;
    box-sizing: border-box;
}

    .user-nav-box a {
        width: 50%;
        display: block;
        text-align: center;
        color: #3d4650;
        font-size: 13px;
        padding: 5px 0px;
        font-weight: 500;
        box-sizing: border-box;
        float: left;
    }

        .user-nav-box a.activeTab {
            background: #ff9700;
            color: #fff;
        }

.prfl-setting .modal-footer {
    border: 0px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.user-detail-section .tab-part .h-user-profile span.profile_name {
    margin: 0px;
    border: 0;
    line-height: 29px;
}

/*.modal-backdrop {
    position: fixed;
    top: 73px !important;
    right: 0;
    bottom: 0;
    left: 289px !important;
    z-index: 1040;
    background-color: #fff !important;
}*/

.guestBottom {
    border-bottom: 2px solid #ccc;
    margin-bottom: 5px;
}

.header-footer.guestUs {
    height: 160px;
    min-height: 125px;
}

@media screen and (min-width: 767px), screen and (min-height: 901px) {

    .header-sidebar-Block {
        width: 100%;
        height: 100%;
    }

        .header-sidebar-Block .header-block {
            width: 100%;
            float: left;
            box-shadow: 1px 2px 3px #ccc;
        }

        .header-sidebar-Block .sidebar-block {
            width: 248px;
            float: left;
            transition: .1s ease-in-out;
            transform: scale(1) !important;
            position: fixed;
            top: 73px;
            z-index: 999;
        }

            .header-sidebar-Block .sidebar-block header {
                padding: 0px !important;
            }

        .header-sidebar-Block .content-block {
            width: calc(100% - 249px);
            float: right;
            height: calc(100vh - 73px);
            overflow: hidden auto;
            transition: .1s ease-in-out;
            padding: 30px 15px 0;
        }

    .header-upper {
        background: #31383f;
        width: 100%;
        height: 72px;
        padding: 0px !important;
    }

        .header-upper .logo-part {
        }

    .logo-part a {
        width: 150px;
        display: block;
        height: 56px;
        float: left;
        position: relative;
        margin-left: 10px;
        margin-top: 8px;
    }

    .header-upper .logo-part img {
        object-fit: contain;
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 100%;
        bottom: 0;
        max-height: 100%;
        right: 0;
        display: block;
        transform: translate(-50%, -50%);
    }

    .header-upper .right-part {
        float: right;
        padding-right: 20px;
        line-height: 72px;
    }

        .header-upper .right-part .acteelogo {
        }

            .header-upper .right-part .acteelogo .poweredBy {
                color: #414347;
                font-size: 13px;
                padding-right: 10px;
            }

            .header-upper .right-part .acteelogo img {
                width: 25px;
            }

            .header-upper .right-part .acteelogo .acteeText {
                color: #414347;
                padding-left: 10px;
                font-size: 14px;
                font-weight: 500;
            }

    .header-left {
        height: calc(100vh - 73px );
        width: 248px;
        box-shadow: 1px 2px 3px #ccc;
        padding-top: 30px;
        float: none !important;
    }

        .header-left .tab-part {
            min-height: 26px;
            width: 220px;
            margin: 0px auto;
            cursor: pointer;
            padding: 0px 15px;
            margin-bottom: 5px;
            display: block;
            overflow: hidden;
            position: relative;
            box-sizing: border-box;
        }

            .header-left .tab-part svg {
                height: 16px;
                width: 16px;
            }

            .header-left .tab-part span {
                margin-left: 15px;
                font-size: 13px;
                font-weight: 400;
                color: #000;
                text-transform: capitalize;
            }

            .header-left .tab-part:hover {
                border-radius: 8px;
                background-color: #31383f80;
                font-weight: 500;
            }

            .header-left .tab-part.active {
                background-color: #31383f69;
                border-radius: 8px;
                font-weight: 500;
            }

            .header-left .tab-part .notif-count {
                position: absolute;
                right: 10px;
                border: 1px solid grey;
                height: 18px;
                width: 18px;
                border-radius: 50%;
                text-align: center;
                top: 1.5px;
            }

            .header-left .tab-part .svg-icon {
                float: left;
                margin-top: 4px;
            }

            .header-left .tab-part .left-bar-text {
                float: left;
                margin-top: 2px;
            }

    .header-session-section {
        width: 220px;
        margin: 10px auto 0;
    }

        .header-session-section .header-session-text {
            height: 25px;
            line-height: 20px;
            border-bottom: 2px solid #ccc;
            margin-bottom: 10px;
        }

            .header-session-section .header-session-text span {
                font-size: 15px;
                font-weight: 400;
            }

        .header-session-section .header-session-list {
            float: left;
        }

            .header-session-section .header-session-list .header-session-name {
                width: 212px;
                height: 40px;
                line-height: 35px;
                padding: 5px 10px;
                cursor: pointer;
            }

                .header-session-section .header-session-list .header-session-name .tab-part .svg-icon {
                    float: left;
                    margin-top: 2px;
                    margin-right: 15px;
                }

                .header-session-section .header-session-list .header-session-name .tab-part .left-bar-text {
                    margin-top: -2px;
                }

                .header-session-section .header-session-list .header-session-name .tab-part svg {
                    height: 25px;
                    width: 18px;
                }

                .header-session-section .header-session-list .header-session-name .tab-part .h-s-name {
                    font-size: 15px;
                    font-weight: 400;
                }

                .header-session-section .header-session-list .header-session-name .tab-part .h-s-pending {
                    font-size: 15px;
                    font-weight: 400;
                    color: red;
                }

        .header-session-section .header-session-add {
            padding: 5px 10px;
            width: 212px;
            height: 40px;
            line-height: 35px;
            cursor: pointer;
            float: left;
        }

            .header-session-section .header-session-add .left-bar-text {
            }

            .header-session-section .header-session-add .tab-part .svg-icon {
                float: left;
                margin-top: 2px;
                margin-right: 15px;
            }

            .header-session-section .header-session-add .tab-part svg {
                height: 30px
            }

            .header-session-section .header-session-add .tab-part span {
                font-size: 15px;
                font-weight: 400;
            }

    .header-footer {
        width: 220px;
        /*height: 228px;*/
        position: absolute;
        bottom: 10px;
        left: 14px;
        /*min-height: 228px;*/
    }

        .header-footer .user-lang-section {
            width: 100%;
            height: auto;
            /* padding: 0px 4px; */
            /* margin-bottom: 5px; */
            /* line-height: 40px; */
            position: relative;
            overflow: hidden;
        }

            .header-footer .user-lang-section .tab-part .header-lang {
            }

                .header-footer .user-lang-section .tab-part .header-lang .icon {
                    float: left;
                    margin-right: 15px;
                    margin-top: 5px;
                    /* width: 40px; */
                }

                    .header-footer .user-lang-section .tab-part .header-lang .icon svg {
                        height: 19px;
                    }

                .header-footer .user-lang-section .tab-part .header-lang .lang-Text {
                    float: left;
                }

                    .header-footer .user-lang-section .tab-part .header-lang .lang-Text span {
                        font-size: 15px;
                        font-weight: 300;
                        float: left;
                    }

                    .header-footer .user-lang-section .tab-part .header-lang .lang-Text label {
                        font-size: 11px;
                        font-weight: 300;
                        float: left;
                        letter-spacing: 1px;
                        display: inline-block;
                        width: auto;
                        cursor: pointer;
                        height: auto;
                        margin: 0;
                        padding: 0;
                        line-height: inherit;
                    }

                    .header-footer .user-lang-section .tab-part .header-lang .lang-Text img {
                        top: 12px;
                        cursor: pointer;
                        position: absolute;
                        right: 0px;
                        height: 17px;
                    }

    .user-setting-section {
        width: 100%;
        min-height: 36px;
        padding: 0;
        border-bottom: 2px solid #ccc;
        float: left;
        margin-bottom: 5px;
    }

        .user-setting-section .tab-part .header-setting {
        }

            .user-setting-section .tab-part .header-setting .icon {
                float: left;
                margin-right: 15px;
                margin-top: 5px;
            }

                .user-setting-section .tab-part .header-setting .icon svg {
                    height: 19px;
                }

            .user-setting-section .tab-part .header-setting .user-Text {
            }

                .user-setting-section .tab-part .header-setting .user-Text span {
                    font-size: 15px;
                    font-weight: 300;
                }

    .user-detail-section {
        width: 100%;
        height: 70px;
        padding: 0px 4px 0px;
    }

        .user-detail-section .tab-part .h-user-profile {
            width: 40px;
            float: left;
        }

            .user-detail-section .tab-part .h-user-profile span {
                border: 1px solid #000;
                width: 32px;
                height: 32px;
                border-radius: 50%;
                display: block;
                margin-top: 14px;
                overflow: hidden;
                margin-left: -8px;
            }

            .user-detail-section .tab-part .h-user-profile img {
                /* width: 19px; */
            }

    .tab-part .h-user-details {
        width: calc(100% - 40px);
        float: left;
        margin-left: -23px;
    }

        .tab-part .h-user-details .h-user-name {
            margin: 5px;
        }

            .tab-part .h-user-details .h-user-name span {
                font-size: 16px;
                font-weight: 500;
            }

        .tab-part .h-user-details .h-user-role {
            padding-left: 5px;
            padding-bottom: 8px;
        }

            .tab-part .h-user-details .h-user-role span {
                font-size: 16px;
                font-weight: 400;
            }


    header .top_nav .right_nav > ul {
        margin: 0px;
        padding: 0;
        height: 100%;
    }

        header .top_nav .right_nav > ul > li {
            margin: 0px;
            padding: 0;
            list-style: none;
            display: block !important;
            position: inherit !important;
        }

            header .top_nav .right_nav > ul > li > a.notification_icon {
                fill: #cfcfcf;
            }


    .user-lang-section .dropdown-menu {
        padding: 0px;
        max-height: 205px;
        overflow: auto;
    }

    .user-lang-section .dropdown-menu {
        right: 11px !important;
        left: 250px;
        min-width: 160px;
        bottom: 28px;
        padding: 15px;
        margin-top: 0px;
        border: none;
        -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        min-width: 230px !important;
        z-index: 32;
    }

        .user-lang-section .dropdown-menu > li > a {
            border-bottom: 1px solid #d8dcdc;
            padding: 10px;
        }

        .user-lang-section .dropdown-menu > li > a {
            display: block;
            padding: 8px 5px;
            font-size: 13px;
            color: #768093;
            font-weight: 300;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .user-lang-section .dropdown-menu > li > a:hover {
                color: #ff9700;
            }

        .user-lang-section .dropdown-menu > li > a {
            border-bottom: 1px solid #d8dcdc;
            padding: 10px;
            margin: 0;
            line-height: initial;
        }

        .user-lang-section .dropdown-menu > li.active > a {
            color: #ff9700;
        }

    .left-bar-text label {
        letter-spacing: 1px;
    }

    .left-bar-text svg {
        position: absolute;
        right: 7px;
        top: 8px;
    }

    .header-notifications {
    }

        .header-notifications.notification_bell .dropdown-menu {
            left: 6px;
            right: 0;
            position: fixed;
            top: 220px;
            width: 535px;
            z-index: 1;
            box-shadow: 0 1px 15px rgb(0 0 0 / 17%), 0 1px 15px rgb(0 0 0 / 17%);
            transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        }

    .header-left .tab-part svg {
        fill: #ff9700;
    }

    .header-left .tab-part .left-bar-text span, .header-left .tab-part .left-bar-text label {
        color: #414347;
    }

    .header-left .tab-part:hover, .header-left .tab-part.active {
        background-color: #ff9700 !important;
    }

        .header-left .tab-part:hover svg, .header-left .tab-part.active svg {
            fill: #fff !important;
        }

        .header-left .tab-part:hover span, .header-left .tab-part:hover label, .header-left .tab-part.active span {
            color: #fff !important;
        }

        .header-left .tab-part.active .profile_image_round, .header-left .tab-part:hover .profile_image_round {
            border-color: #fff !important;
        }

    .sidebar-block.colapsed {
        width: 79px;
        transition: .1s ease-in-out;
    }

        .sidebar-block.colapsed .header-left {
            width: 79px;
            transition: .1s ease-in-out;
            overflow: hidden;
        }

            .sidebar-block.colapsed .header-left .tab-part {
                min-height: 26px;
                width: 38px;
                margin: 0px auto;
                cursor: pointer;
                padding: 0px 10px;
                margin-bottom: 5px;
                display: block;
                overflow: hidden;
                position: relative;
            }

                .sidebar-block.colapsed .header-left .tab-part .left-bar-text {
                    display: none;
                }

        .sidebar-block.colapsed .header-session-section {
            width: 50px;
            margin: 5px auto 0;
        }

            .sidebar-block.colapsed .header-session-section .header-session-text {
                height: 10px;
                line-height: 0;
                margin-bottom: 5px;
            }

                .sidebar-block.colapsed .header-session-section .header-session-text span {
                    display: none;
                }



        .sidebar-block.colapsed .header-footer {
            width: 48px;
            height: 220px;
            position: absolute;
            bottom: 10px;
            left: 10px;
        }

            .sidebar-block.colapsed .header-footer .user-detail-section .tab-part .h-user-profile {
                width: 40px;
                float: left;
                margin-top: -4px;
                padding-bottom: 9px;
            }

    .header-sidebar-Block .content-block.fullblock {
        width: calc(100% - 80px);
        float: right;
        height: calc(100vh - 73px);
        overflow: hidden auto;
        transition: .1s ease-in-out;
    }

    .modal.profileSettingPopup {
        left: 249px;
        top: 72px;
        overflow: hidden !important;
    }

    .fullblock .modal.profileSettingPopup {
        left: 60px;
    }

    .modal.profileSettingPopup .modal-dialog {
        /* margin: 15px; */
        margin: 0;
        max-width: calc(100vw - 0px);
    }

        .modal.profileSettingPopup .modal-dialog .modal-content {
        }

            .modal.profileSettingPopup .modal-dialog .modal-content .modal-body {
                height: calc(100vh - 0px);
                overflow: hidden auto;
                overflow: hidden auto;
                padding-bottom: 50px;
            }

    .user-settings {
        padding-top: 30px;
    }

        .user-settings .main_wrapper .main_content {
            padding: 30px 10px 0px;
            border-top: 0;
            height: 100% !important;
            overflow: hidden auto !important;
            padding-top: 20px !important;
        }

            .user-settings .main_wrapper .main_content .left_form {
                border-right: 0px solid #d8dcdc;
                padding: 20px;
            }

        .user-settings .user-detail-box {
            max-width: 700px;
            margin: 0px auto;
            height: 144px;
            box-shadow: 1px 2px 3px #ccc;
            border-radius: 10px;
        }

            .user-settings .user-detail-box .user-img {
                width: 140px;
                float: left;
            }

                .user-settings .user-detail-box .user-img .profile_image_round {
                    height: 128px;
                    width: 128px;
                    margin-left: 10px;
                    margin-top: 10px;
                }

                    .user-settings .user-detail-box .user-img .profile_image_round span {
                        font-size: 44px;
                        line-height: 123px;
                    }

                    .user-settings .user-detail-box .user-img .profile_image_round img {
                        max-width: 128px;
                        max-height: 128px;
                    }

            .user-settings .user-detail-box .user-nme {
                float: left;
                width: auto;
                margin: 0px 20px 0px 0px;
                padding: 0 0px 0px 20px;
                /* max-width: 100px; */
            }

                .user-settings .user-detail-box .user-nme label {
                    margin: 0 0 3px;
                    font-weight: 400;
                    font-size: 11px;
                    text-transform: capitalize;
                    width: auto;
                    display: block;
                }

                .user-settings .user-detail-box .user-nme span {
                    font-size: 15px;
                    font-weight: 500;
                    padding: 4px;
                    background: #f5f5f5;
                    border-radius: 5px;
                    width: 100%;
                }

            .user-settings .user-detail-box .user-eml {
                width: auto;
                float: left;
                margin-right: 20px;
                /* padding-top: 50px; */
            }

                .user-settings .user-detail-box .user-eml label {
                    width: 100%;
                    margin-bottom: 3px;
                    font-weight: 400;
                    font-size: 11px;
                    text-transform: capitalize;
                    display: block;
                }

                .user-settings .user-detail-box .user-eml span {
                    font-size: 15px;
                    font-weight: 500;
                    padding: 4px;
                    background: #f5f5f5;
                    border-radius: 5px;
                }

            .user-settings .user-detail-box .user-pos {
                width: auto;
                float: left;
                margin-right: 20px;
                /* padding-top: 50px; */
            }

                .user-settings .user-detail-box .user-pos label {
                    width: 100%;
                    margin-bottom: 3px;
                    font-weight: 400;
                    font-size: 11px;
                    text-transform: capitalize;
                    display: block;
                }

                .user-settings .user-detail-box .user-pos span {
                    font-size: 15px;
                    font-weight: 500;
                    padding: 4px;
                    background: #f5f5f5;
                    border-radius: 5px;
                }

            .user-settings .user-detail-box .user-lang {
                float: left;
                /* padding-top: 50px; */
            }

                .user-settings .user-detail-box .user-lang label {
                    width: 100%;
                    margin-bottom: 3px;
                    font-weight: 400;
                    font-size: 11px;
                    text-transform: capitalize;
                    display: block;
                }

                .user-settings .user-detail-box .user-lang span {
                    font-size: 15px;
                    font-weight: 500;
                    padding: 4px;
                    background: #f5f5f5;
                    border-radius: 5px;
                    /* line-height: 22px; */
                }

                    .user-settings .user-detail-box .user-lang span img {
                        width: 15px;
                        margin-top: -4px;
                    }

    .header-transform {
    }

    .user-settings .user-details {
    }

    .user-nav-box {
        width: 240px;
        margin: 20px auto 30px;
        border-radius: 7px;
        box-shadow: 1px 2px 3px #ccc;
        padding: 0;
        overflow: hidden;
        box-sizing: border-box;
    }

        .user-nav-box a {
            width: 50%;
            display: block;
            text-align: center;
            color: #3d4650;
            font-size: 13px;
            padding: 5px 0px;
            font-weight: 500;
            box-sizing: border-box;
            float: left;
        }

            .user-nav-box a.activeTab {
                background: #ff9700;
                color: #fff;
            }

    .prfl-setting .modal-footer {
        border: 0px;
        position: fixed;
        bottom: 60px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .user-detail-section .tab-part .h-user-profile span.profile_name {
        margin: 0px;
        border: 0;
        line-height: 29px;
    }

    /*    .modal-backdrop {
        position: fixed;
        top: 72px !important;
        right: 0;
        bottom: 0;
        left: 249px !important;
        z-index: 1040;
        background-color: #fff !important;
    }*/
    .header-footer.guestUs {
        height: 125px;
    }
}

.prfl-search-block {
}

    .prfl-search-block .form-control {
        max-width: 300px;
        margin: 0px auto;
        border-radius: 10px;
        font-size: 20px;
        font-weight: 400;
    }

.sidebar-block.colapsed .header-footer .user-lang-section {
    width: auto;
}

.back_btn.main-body-back {
    padding: 20px 20px 30px;
    visibility: hidden;
}

    .back_btn.main-body-back.showback {
        padding: 20px 20px 30px;
        visibility: visible;
    }

    .back_btn.main-body-back a {
    }

        .back_btn.main-body-back a svg {
            width: 30px;
            height: 30px;
            cursor: pointer;
        }

.content-block .main_content {
    padding: 0px 20px 80px !important;
}

.guest-user-info {
    position: absolute;
    margin: 10px;
    z-index: 1;
    top: calc(50% - 150px);
    background: #f5f5f5;
    border-radius: 5px;
}

    .guest-user-info .tab-part {
        margin-bottom: 0px !important;
        padding-top: 10px !important;
    }

    .guest-user-info span {
        font-size: 17px;
        font-weight: 500;
        color: #414347;
        line-height: 17px;
        text-align: left;
        text-transform: none !important;
        margin-left: 0px !important;
    }

    .guest-user-info a {
        color: #414347;
        padding: 7px 10px;
        border-radius: 7px;
        width: auto;
    }

.desktop-header {
    display: block !important;
}

.mobile-header {
    display: none !important;
}

@media(max-width:767px) {
    .desktop-header {
        display: none !important;
    }

    .header-sidebar-Block .content-block.guestmode {
        height: 100vh;
        margin: 0;
        padding-top: 60px;
    }

    .mobile-header {
        display: block !important;
    }

    .header-sidebar-Block {
    }

        .header-sidebar-Block .header-block {
        }

            .header-sidebar-Block .header-block header {
            }

                .header-sidebar-Block .header-block header.header-upper.header {
                    height: 56px;
                }

    .main_header {
        height: 56px;
    }

        .main_header .logo-part {
        }

            .main_header .logo-part a {
                height: 40px;
                width: 90px;
            }

                .main_header .logo-part a img {
                }

        .main_header .right-part {
            display: none !important;
        }

    .header-left.mobile-header {
        float: right !important;
        width: auto;
        box-shadow: none;
        padding: 0px;
        height: 100%;
        margin-right: 15px;
        overflow: hidden;
    }

        .header-left.mobile-header .header-notifications {
            float: left;
        }

        .header-left.mobile-header .tab-part {
            width: auto;
            float: left;
            padding: 0px;
            margin: 13px 5px;
            min-height: 5px;
        }

            .header-left.mobile-header .tab-part .svg-icon {
                margin-top: 4px;
            }

                .header-left.mobile-header .tab-part .svg-icon svg {
                    height: 20px;
                    width: 20px;
                }

    .tab-part .guest-test {
        width: 110px;
        border: 1px solid #808080;
        border-radius: 29px;
        padding: 3px;
        text-align: center;
    }

        .tab-part .guest-test.profile_image_round {
            width: 110px;
            border: 1px solid #808080;
            border-radius: 29px;
            padding: 3px;
            text-align: center;
            height: auto;
        }

        .tab-part .guest-test span {
            font-size: 13px;
            margin: 0;
            line-height: 20px;
        }

    .h-user-profile {
    }

        .h-user-profile .profile_image_round {
            margin-left: 0px !important;
            /* margin: 0; */
            text-align: center;
            /* line-height: 24px; */
            /*margin: 0 !important;*/
            text-align: center;
            line-height: 24px !important;
            height: 30px !important;
            width: 30px !important;
            border: 1px solid #768093 !important;
        }

            .h-user-profile .profile_image_round span {
                line-height: 29px;
                margin-left: 0;
            }

            .h-user-profile .profile_image_round img {
            }

    .sidebar-block.mobile-header {
        width: 100%;
        float: none;
        height: 56px;
        position: fixed;
        bottom: 0;
        z-index: 999;
        border-top: 1px solid #f5f5f5;
        top: auto;
    }

        .sidebar-block.mobile-header header {
            height: 56px;
            position: relative;
        }

            .sidebar-block.mobile-header header .top_nav {
                display: block;
                top: 0;
                position: relative;
                height: 100%;
            }

                .sidebar-block.mobile-header header .top_nav .header-left {
                    width: 100%;
                    height: 100%;
                    padding: 0px;
                    display: block;
                }

                    .sidebar-block.mobile-header header .top_nav .header-left .header-transform {
                    }

        .sidebar-block.mobile-header .tab-part {
            float: left;
            width: 25%;
            padding: 0;
            margin: 0;
            min-height: 5px;
            text-align: center;
            border-radius: 0;
        }

        .sidebar-block.mobile-header .header-left .tab-part .svg-icon {
            width: 100%;
            float: none;
            margin: 0px;
            text-align: center;
        }

        .sidebar-block.mobile-header .tab-part svg {
        }

        .sidebar-block.mobile-header .tab-part .left-bar-text {
            width: 100%;
            margin: -6px 0 0;
        }

            .sidebar-block.mobile-header .tab-part .left-bar-text span {
                font-size: 10px;
                margin: 0;
            }

    .header-sidebar-Block .content-block {
        width: 100%;
    }

    .tab-block-white {
        /*background: #fff;*/
        height: 55px;
        margin-top: 1px;
        padding-top: 7px;
    }

    .header-notifications.notification_bell .dropdown-menu {
        left: auto;
        right: 50px;
        position: fixed;
        top: 60px;
        width: 400px;
        z-index: 1;
    }

    .user-nav-box {
        width: 240px;
        margin: 20px auto;
        border-radius: 7px;
        box-shadow: 1px 2px 3px #ccc;
        padding: 0;
        overflow: hidden;
        box-sizing: border-box;
    }

        .user-nav-box a {
            width: 50%;
            display: block;
            text-align: center;
            color: #3d4650;
            font-size: 13px;
            padding: 5px 0px;
            font-weight: 500;
            box-sizing: border-box;
            float: left;
        }

            .user-nav-box a.activeTab {
                background: #ff9700;
                color: #fff;
            }

    .user-lang-section .dropdown-menu {
        padding: 0px;
        max-height: 205px;
        overflow: auto;
    }

    .user-lang-section .dropdown-menu {
        right: 11px !important;
        left: inherit;
        min-width: 160px;
        padding: 15px;
        margin-top: 8px;
        border: none;
        -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.17), 0 1px 15px rgba(0, 0, 0, 0.17);
        transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        min-width: 100% !important;
        z-index: 99999;
        /* max-height: 100%; */
        /* position: relative; */
    }

        .user-lang-section .dropdown-menu > li > a {
            border-bottom: 1px solid #d8dcdc;
            padding: 10px;
        }

        .user-lang-section .dropdown-menu > li > a {
            display: block;
            padding: 8px 5px;
            font-size: 13px;
            color: #768093;
            font-weight: 300;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .user-lang-section .dropdown-menu > li > a:hover {
                color: #ff9700;
            }

        .user-lang-section .dropdown-menu > li > a {
            border-bottom: 1px solid #d8dcdc;
            padding: 10px;
            margin: 0;
            line-height: initial;
        }

        .user-lang-section .dropdown-menu > li.active > a {
            color: #ff9700;
        }

    .modal.header-lang-popup .modal-body .main_content {
        padding: 0px 20px 30px !important;
        overflow: hidden auto;
        max-height: 300px;
    }

    .modal.header-lang-popup .modal-body .left_form {
        border-right: 0px solid #d8dcdc;
    }

    .chat_icon {
        bottom: 60px !important;
    }

    .acteelogo_hubtype_down {
        margin-right: 0 !important;
    }

    .header-left .tab-part.mob-device:hover, .header-left .tab-part.mob-device.active {
        background-color: transparent !important;
    }
}

.header-small-popup.modal {
    top: auto;
    bottom: 0 !important;
    width: 100%;
    margin: 0px !important;
}

.header-small-popup {
}

    .header-small-popup .modal-dialog {
        margin: 0px !important;
        border-radius: 10px 0 0 0;
        max-height: 400px;
    }

        .header-small-popup .modal-dialog .modal-content {
        }

            .header-small-popup .modal-dialog .modal-content .modal-body {
                border: 0;
            }

                .header-small-popup .modal-dialog .modal-content .modal-body .header-left {
                    height: auto;
                    padding: 0px;
                    box-shadow: none;
                    padding: 10px 0px;
                    width: 100%;
                    border: 0;
                }

                    .header-small-popup .modal-dialog .modal-content .modal-body .header-left .tab-part {
                        width: 95%;
                        /* margin: 0px 10px; */
                        box-sizing: border-box;
                    }

                        .header-small-popup .modal-dialog .modal-content .modal-body .header-left .tab-part .svg-icon {
                            margin-top: 2px;
                        }

                            .header-small-popup .modal-dialog .modal-content .modal-body .header-left .tab-part .svg-icon img {
                                height: 15px;
                            }

                            .header-small-popup .modal-dialog .modal-content .modal-body .header-left .tab-part .svg-icon svg {
                            }

                        .header-small-popup .modal-dialog .modal-content .modal-body .header-left .tab-part .left-bar-text {
                            margin-top: 0px;
                        }

                            .header-small-popup .modal-dialog .modal-content .modal-body .header-left .tab-part .left-bar-text span {
                            }



.header-lang-popup.modal {
    top: auto;
    bottom: 0 !important;
    width: 100%;
    margin: 0px !important;
}

.header-lang-popup {
}

    .header-lang-popup .modal-dialog {
        margin: 0px !important;
        border-radius: 10px 0 0 0;
        max-height: 90%;
        box-shadow: none !important;
        border: 0px !important;
    }

        .header-lang-popup .modal-dialog .modal-content {
            background: transparent;
            padding-top: 50px;
            border: 0;
        }

            .header-lang-popup .modal-dialog .modal-content .modal-body {
                background: #fff;
            }

                .header-lang-popup .modal-dialog .modal-content .modal-body .header-left {
                    height: auto;
                    padding: 0px;
                    box-shadow: none;
                    padding: 10px 0px;
                    width: 100%;
                }

                    .header-lang-popup .modal-dialog .modal-content .modal-body .header-left .tab-part {
                        width: 95%;
                        /* margin: 0px 10px; */
                        box-sizing: border-box;
                    }

                        .header-lang-popup .modal-dialog .modal-content .modal-body .header-left .tab-part .svg-icon {
                        }

                    .header-lang-popup .modal-dialog .modal-content .modal-body .header-left .language_dropdown .tab-part .svg-icon {
                        margin-top: 0px;
                    }

                    .header-lang-popup .modal-dialog .modal-content .modal-body .header-left .tab-part .svg-icon img {
                        height: 15px;
                    }

                    .header-lang-popup .modal-dialog .modal-content .modal-body .header-left .tab-part .left-bar-text {
                    }

                        .header-lang-popup .modal-dialog .modal-content .modal-body .header-left .tab-part .left-bar-text span {
                        }

.user-mob-profile {
    height: 100px;
    width: 100px;
    float: left;
    margin-left: 20px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: -30px;
    /* z-index: 999999; */

    position: relative;
    margin-right: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
}

    .user-mob-profile img {
        height: 100px;
    }

    .user-mob-profile span {
    }

.user-mob-detail {
    padding-top: 19px;
    float: left;
    margin-bottom: 20px;
    width: calc(100% - 140px);
}

    .user-mob-detail label {
        width: 100%;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 2px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
    }

    .user-mob-detail span {
        font-size: 15px;
        font-weight: 400;
    }

.user-data-3 {
    width: 33%;
    float: left;
    text-align: center;
}

    .user-data-3 label {
        width: 100%;
        color: #a8a8a8;
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 1px;
    }

    .user-data-3 span {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
    }

        .user-data-3 span svg {
            height: 20px;
        }

        .user-data-3 span label.user-activity {
            width: auto;
            margin: 0px;
            margin-top: 0px;
            display: table-caption;
            padding-left: 10px;
            font-weight: 400;
            color: #000;
        }

.profileSettingPopup .modal-footer {
    position: fixed;
    bottom: 75px;
    border: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
}

.head-notif {
}

    .head-notif .noti-list {
    }

        .head-notif .noti-list .bellicon {
        }

            .head-notif .noti-list .bellicon.active {
            }

            .head-notif .noti-list .bellicon.notificationRead a:before {
                content: "";
                background: red;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                position: absolute;
                left: 9px;
                top: 17px;
                z-index: 9999;
                right: 0px;
            }

            .head-notif .noti-list .bellicon a {
                color: #414347;
                font-size: 18px;
                padding: 8px 10px;
                border-bottom: 1px solid #ccc;
                display: inherit;
            }

                .head-notif .noti-list .bellicon a span {
                }

        .head-notif .noti-list p {
        }

.guestMode.header-small-popup .modal-dialog {
    max-height: 64px;
}

.guest-user-info span.profile_image_round {
    display: block;
    width: 168px;
    border-radius: 20px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 10px;
}

span.h-s-name {
    display: inline-block;
    min-width: 70px;
}

span.h-s-pending {
    float: right;
    display: inline-block;
}

.colapsed .screate {
    float: left;
}


.custom_popup.newSuperHubPopup {
}

    .custom_popup.newSuperHubPopup .ng-modal-dialog {
        max-width: 935px;
    }

        .custom_popup.newSuperHubPopup .ng-modal-dialog .ng-modal-dialog-content {
        }

            .custom_popup.newSuperHubPopup .ng-modal-dialog .ng-modal-dialog-content.border_radius30 {
                border-radius: 10px !important;
            }

                .custom_popup.newSuperHubPopup .ng-modal-dialog .ng-modal-dialog-content.border_radius30 .modal-header {
                }

                    .custom_popup.newSuperHubPopup .ng-modal-dialog .ng-modal-dialog-content.border_radius30 .modal-header img {
                        width: 60px;
                        height: 51px;
                        float: left;
                    }

                .custom_popup.newSuperHubPopup .ng-modal-dialog .ng-modal-dialog-content.border_radius30 h2.modal-title {
                    margin-left: 20px;
                    display: inline-block;
                    font-size: 30px;
                    font-weight: 500;
                }

        .custom_popup.newSuperHubPopup .ng-modal-dialog .modal-body {
            padding: 20px 50px 0px;
            max-height: 550px;
        }

h4.select-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: initial;
    margin-bottom: 10px;
}

h5.permission-title {
    text-transform: inherit !important;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: .5px;
}

.ownerSuper.modal-body {
}

    .ownerSuper.modal-body .btn {
        border-radius: 12px;
        /* position: fixed; */
    }

    .ownerSuper.modal-body .platformslogo {
        border: 1px solid #ccc;
        width: 145px;
        height: 149px;
        border-radius: 5px;
        cursor: pointer;
        float: left;
        margin-left: 20px;
        margin-bottom: 20px;
    }

        .ownerSuper.modal-body .platformslogo > div {
            flex: 0 1 149px;
            max-width: 149px;
            padding-left: 0;
            padding-right: 0;
        }

            .ownerSuper.modal-body .platformslogo > div img {
            }

                .ownerSuper.modal-body .platformslogo > div img.free {
                    width: 56px;
                    height: 56px;
                    /* margin-top: 12px; */
                }

            .ownerSuper.modal-body .platformslogo > div .img-section {
                width: 143px;
                height: 80px;
                margin: 0;
                padding: 0;
                background: #ccc;
                overflow: hidden;
                vertical-align: top;
                text-align: center;
                align-items: center;
                display: flex;
                justify-content: center;
                position: relative;
            }

                .ownerSuper.modal-body .platformslogo > div .img-section img {
                    max-width: 149px;
                    max-height: 80px;
                    height: auto;
                    width: auto;
                }

            .ownerSuper.modal-body .platformslogo > div .hub-text {
            }

                .ownerSuper.modal-body .platformslogo > div .hub-text a {
                    margin: 0;
                    padding: 10px 0 0;
                    width: 100%;
                    display: block;
                    text-align: left;
                }

        .ownerSuper.modal-body .platformslogo a {
            align-items: center;
            display: flex;
            justify-content: center;
            margin: 0 0 30px;
            position: relative;
        }

        .ownerSuper.modal-body .platformslogo > div .hub-text .subName {
            height: auto;
            color: #000;
            font-size: 13px;
            width: 100%;
            padding: 0px 0 0 5px;
            display: block;
        }

        .ownerSuper.modal-body .platformslogo > div .hub-text .ownName {
            height: auto;
            color: #414847;
            font-size: 12px;
            width: 100%;
            padding: 0px 0 0 5px;
            display: block;
            font-weight: 400;
        }

        .ownerSuper.modal-body .platformslogo > div .hub-text .subName {
            height: auto;
            color: #000;
            font-size: 15px;
            width: 100%;
            padding: 0px 7px 0;
            display: block;
            margin: 0;
        }

        .ownerSuper.modal-body .platformslogo > div .hub-text .ownName {
            height: auto;
            color: #414847;
            font-size: 12px;
            width: 100%;
            padding: 0px 0 0 5px;
            display: block;
            font-weight: 400;
        }


@media(max-width:767px) {
    .custom_popup.newSuperHubPopup {
    }

        .custom_popup.newSuperHubPopup .ng-modal-dialog {
        }

            .custom_popup.newSuperHubPopup .ng-modal-dialog .ng-modal-dialog-content {
            }

                .custom_popup.newSuperHubPopup .ng-modal-dialog .ng-modal-dialog-content.border_radius30 {
                }

                    .custom_popup.newSuperHubPopup .ng-modal-dialog .ng-modal-dialog-content.border_radius30 .modal-header {
                    }

                        .custom_popup.newSuperHubPopup .ng-modal-dialog .ng-modal-dialog-content.border_radius30 .modal-header img {
                            width: 32px;
                            height: 27px;
                        }

                    .custom_popup.newSuperHubPopup .ng-modal-dialog .ng-modal-dialog-content.border_radius30 h2.modal-title {
                        font-size: 20px;
                        margin-left: 15px;
                    }

            .custom_popup.newSuperHubPopup .ng-modal-dialog .modal-body {
                padding-bottom: 100px;
            }

    h4.select-sub {
        font-size: 17px;
    }

    h5.permission-title {
        font-size: 14px;
    }

    .ownerSuper.modal-body {
    }

        .ownerSuper.modal-body .btn {
            position: fixed;
            bottom: 30px;
            left: calc(50% - 125px);
            /* right: 0; */
            width: 250px;
        }

        .ownerSuper.modal-body .platformslogo {
            margin-right: 20px;
            margin-left: 0;
        }

            .ownerSuper.modal-body .platformslogo > div {
                flex: 0 1 149px;
                max-width: 149px;
                padding-left: 0;
                padding-right: 0;
            }

                .ownerSuper.modal-body .platformslogo > div img {
                }

                .ownerSuper.modal-body .platformslogo > div .img-section {
                }

                    .ownerSuper.modal-body .platformslogo > div .img-section img {
                    }

                .ownerSuper.modal-body .platformslogo > div .hub-text {
                }

                    .ownerSuper.modal-body .platformslogo > div .hub-text a {
                    }

            .ownerSuper.modal-body .platformslogo a {
                align-items: center;
                display: flex;
                justify-content: center;
                margin: 0 0 30px;
                position: relative;
            }

            .ownerSuper.modal-body .platformslogo > div .hub-text .subName {
            }

            .ownerSuper.modal-body .platformslogo > div .hub-text .ownName {
            }
}

@media (max-height: 753px) {
    .header-footer, .sidebar-block.colapsed .header-footer {
        /*position: relative;*/
    }

    .header-footer {
        /*left: 4px;*/
    }

    .sidebar-block.colapsed .header-footer {
        /* position: relative;
        left: 8px;*/
    }

    .sidebar-block.colapsed .header-left, .header-left {
        overflow: hidden auto;
    }
}

.header-upper .right-part .acteelogo {
    position: absolute;
    width: 170px;
    z-index: 1;
    right: 20px;
}

.user-settings .user-detail-box {
    max-width: 700px;
    margin: 0px auto;
    min-height: 144px;
    box-shadow: 1px 2px 3px #ccc;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
    height: auto;
}

.custom_popup.newSuperHubPopup .modal-body .left_form {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.ownerSuper.modal-body .platformslogo {
    border: 1px solid #ccc;
    width: 145px;
    height: 149px;
    border-radius: 5px;
    cursor: pointer;
    /* margin-left: 10px; */
    /* margin-bottom: 20px; */
    /* max-width: 145px; */
    /* float: none; */
}

    .ownerSuper.modal-body .platformslogo > div .img-section {
        width: 100%;
    }

@media(max-width:767px) {
    .user-settings .main_wrapper .main_content {
        padding: 30px 10px 0px;
        border-top: 2px solid #f5f5f5;
        height: 100%;
        overflow: hidden;
    }

    .custom_popup.newSuperHubPopup .ng-modal-dialog .modal-body {
        padding-bottom: 100px;
    }

    .header-sidebar-Block .content-block {
        height: calc(100vh - 124px);
        overflow: hidden auto;
        transition: .1s ease-in-out;
        margin: 30px 0 0;
        float: left;
    }

    .back_btn.main-body-back {
        padding: 20px 20px 30px;
        visibility: hidden;
        display: none;
    }

        .back_btn.main-body-back.showback {
            padding: 20px 20px 30px;
            visibility: visible;
            display: block;
        }
}

.colapse-btn {
    position: fixed;
    left: 238px;
    z-index: 9;
    top: 60px;
}

    .colapse-btn .tab-part {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        padding: 0;
        background: transparent !important;
    }

        .colapse-btn .tab-part svg {
            height: 20px;
            width: 20px;
            margin-top: 5px;
        }

.colapsed .colapse-btn {
    left: 68px;
}

    .colapsed .colapse-btn .tab-part {
        height: 32px !important;
        width: 32px !important;
        border-radius: 50%;
        padding: 0 !important;
        background: transparent !important;
    }

        .colapsed .colapse-btn .tab-part svg {
            height: 20px;
            width: 20px;
            margin-top: 5px;
        }

.header-left .colapse-btn .tab-part svg:hover, .header-left .colapse-btn .tab-part svg:active, .header-left .colapsed .colapse-btn .tab-part svg:hover, .header-left .colapsed .colapse-btn .tab-part svg:active {
    fill: #ff9700;
}

.header-left .profile_image_round {
    width: 30px;
    height: 30px;
}

.colapse-col {
    transform: rotate(180deg);
}

.lang-sel {
    margin-left: 0px !important;
    margin-left: -15px !important;
    margin-top: -2px;
}

.header-left .tab-part .left-bar-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 16px);
    position: relative;
}

.header-left .tab-part .h-user-details.left-bar-text {
    width: calc(100% - 40px);
}

.header-tool-tip {
    width: 250px;
    position: absolute;
    min-height: 50px;
    border-radius: 10px;
    background: #000;
    padding: 5px;
    left: 200px;
    top: -18px;
    text-align: center;
}

    .header-tool-tip span {
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px;
        margin: 0;
        text-transform: none;
    }

.header-left .tab-part .left-bar-text span {
    float: left;
    width: 90%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-left #lang_dropdown.tab-part .left-bar-text span {
    float: left;
    width: 70%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-left #lang_dropdown.tab-part .left-bar-text svg {
    position: absolute;
    right: -3px;
    top: 2px;
}


.header-left .tab-part .left-bar-text, .header-left .tab-part, .header-footer .user-lang-section {
    overflow: initial !important;
}


.needtoshowTooltip .tooltip {
    display: block !important;
    visibility: visible !important;
    position: absolute !important;
    top: 30px !important;
    z-index: 999999;
    opacity: 1 !important;
    width: 100%;
}

.secondTooltip + .tooltip {
    top: 40px !important;
}

.tooltipGame.needtoshowTooltip .tooltip {
    top: 70px !important;
}

.user-detail-section .tab-part.left-s-user {
    min-height: 55px;
}


/*.ownerSuper.locatedSubs.modal-body .platformslogo.fdiv{
  max-height:130px;
}

.ownerSuper.locatedSubs.modal-body .platformslogo {
  display: flex !important;
  justify-content: left;
  flex-wrap: wrap;
  width: 660px;
  margin: 0 auto;
  max-width: inherit;
  border: none;
  float: none;
  height: auto;
}

    .ownerSuper.locatedSubs.modal-body .platformslogo > div {
        flex: 0 1 200px;
        max-width: 200px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .ownerSuper.locatedSubs.modal-body .platformslogo > div img {
        }

            .ownerSuper.locatedSubs.modal-body .platformslogo > div img.free {
                width: 56px;
                height: 56px;*/
                /* margin-top: 12px; */
            /*}

        .ownerSuper.locatedSubs.modal-body .platformslogo > div .img-section {
            width: 143px;
            height: 80px;
            margin: 0;
            padding: 0;
            background: #ccc;
            overflow: hidden;
            vertical-align: top;
            text-align: center;
            align-items: center;
            display: flex;
            justify-content: center;
            position: relative;
        }

            .ownerSuper.locatedSubs.modal-body .platformslogo > div .img-section img {
                max-width: 149px;
                max-height: 80px;
                height: auto;
                width: auto;
            }

        .ownerSuper.locatedSubs.modal-body .platformslogo > div .hub-text {
        }

            .ownerSuper.locatedSubs.modal-body .platformslogo > div .hub-text a {
                margin: 0;
                padding: 10px 0 0;
                width: 100%;
                display: block;
                text-align: left;
            }*/

            .mrt-3{
              margin-top:20px;
            }
img.removePlatform {
  height: 20px !important;
  position: absolute;
  right: 6px;
  top: 4px;
  opacity: 1;
  cursor: pointer;
  z-index: 1;
}