html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #fff;
    line-height: 16px;
}

input, select, textarea {
    outline: none;
}

p {
    margin: 0;
}

a,
a:hover {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main-container {
    height: 100%;
}

.tab-content > .tab-pane {
    height: 100%;
}

.mainpane {
    position: absolute;
    top: 0;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    min-height: 500px;
    height: -webkit-calc(100% - 22px);
    height: calc(100% - 22px);
    margin-left: 190px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    transition: all 0.5s ease;
}

#master-container.leftpanel-collapsed .mainpane {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    transition: all 0.5s ease;
}

#master-container.chat-collapsed .mainpane {
    width: calc(100% - 195px);
}

.contentpanel {
    position: relative;
    padding: 12px 3px 3px 5px;
    height: 100%;
}

.leftpanel-collapsed .contentpanel {
    padding-left: 50px;
}

#ribbon .ribbon-tab {
    transition: all 0.5s ease;
}

.contentpanel.ribbon-collapse #ribbon .ribbon-tab {
    height: 0;
    padding: 0;
    border-bottom: 0;
    position: absolute;
    width: calc(100% - 53px);
    transition: all 0.5s ease;
}
.leftpanel-collapsed .contentpanel.ribbon-collapse.floating-ribbon #ribbon .ribbon-tab {
    position: absolute;
    width: calc(100% - 53px);
    height: 102px;
    padding: 4px 0 0;
    margin-top: 0;
    overflow: hidden;
    min-width: 500px;
    z-index: 30;
    border-bottom: 2px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    transition: all 0.5s ease;
}
.contentpanel.ribbon-collapse.floating-ribbon #ribbon .ribbon-tab {
    position: absolute;
    width: calc(100% - 8px);
    height: 102px;
    padding: 4px 0 0;
    margin-top: 0;
    overflow: hidden;
    min-width: 500px;
    z-index: 30;
    border-bottom: 2px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    transition: all 0.5s ease;
}

#master-container.leftpanel-collapsed .mainpane {
    width: -webkit-calc(100% - 115px);
    width: calc(100% - 115px);
    margin-left: 5px;
}

#master-container.leftpanel-collapsed.chat-view .mainpane {
    width: -webkit-calc(100% - 315px);
    width: calc(100% - 315px);
}

#master-container.leftpanel-collapsed.chat-collapsed .mainpane {
    margin-left: 5px;
    width: calc(100% - 10px);
}

.scroll-wrapper {
    max-height: 100%;
    height: 100%;
}

.altair-body-wrapper {
    height: -webkit-calc(100% - 157px);
    height: calc(100% - 157px);
    padding: 5px 0 0 0;
    transition: all 0.5s ease;
}

.contentpanel.ribbon-collapse .altair-body-wrapper {
    height: calc(100% - 57px);
    transition: all 0.5s ease;
}
/********* Sidebar Outer Styling Starts Here **************/
.altair-sidebar {
    float: left;
    height: 100%;
    position: relative;
    width: 260px;
    transition: all 0.5s ease;
}

    .altair-sidebar > form {
        height: 100%;
    }

.hide-sidebar .altair-sidebar {
    height: 100%;
    padding: 10px 0 0;
    position: relative;
    text-align: center;
    width: 50px;
    /*box-shadow: 0 3px 0 rgb(12 12 12 / 3%);*/
    transition: all 0.5s ease;
}

.hide-sidebar .altair-sidebar-bottom ul {
    width: 36px;
    border-top: 1px solid #000;
}

.hide-sidebar .altair-sidebar-bottom li a {
    padding: 5px 3px;
}

.hide-sidebar .altair-accordion-menu-section {
    margin-top: 0;
    padding: 0 10px;
    text-align: center;
    height: calc(100% - 40px);
    position: relative;
}

.hide-sidebar .menu-head {
    margin-bottom: 0;
}

    .hide-sidebar .altair-sidebar-heading,
    .hide-sidebar .menu-head .menu-body,
    .hide-sidebar .menu-head.open .menu-body,
    .hide-sidebar .altair-sidebar-top-menu,
    .hide-sidebar .altair-sidebar-search-box {
        display: none;
    }

    .hide-sidebar .menu-head > a {
        display: block;
        height: auto;
        padding: 0;
        -ms-writing-mode: sideways-lr;
        border: 0 none;
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    }

.menu-head > a img {
    display: inline-block;
}

.hide-sidebar .menu-head {
    display: none;
}

    .hide-sidebar .menu-head.open {
        display: block;
    }

        .hide-sidebar .menu-head.open > a span {
            -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            margin-top: 15px;
            font-size: 18px;
            font-weight: bold;
            margin-left: 0;
        }

.hide-sidebar .altair-accordion-menu:last-child .menu-head > a span {
    border: 0;
    /*min-height: 170px;*/
}

.altair-sidebar-top-menu {
    height: 40px;
}

    .altair-sidebar-top-menu ul {
        height: 36px;
        margin: 0;
    }

    .altair-sidebar-top-menu li {
        float: left;
        margin: 8px 7px;
    }

        .altair-sidebar-top-menu li span {
            padding-left: 4px;
        }

        .altair-sidebar-top-menu li img {
            float: left;
        }

.altair-sidebar-bottom {
    bottom: -34px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 34px;
}

.hide-sidebar .altair-sidebar-bottom {
    bottom: 5px;
    left: 7px;
    position: absolute;
    width: auto;
}

.altair-sidebar-bottom .nav-arrows {
}

.altair-sidebar-bottom ul {
    border-top: 1px solid #fff;
}

.altair-sidebar-bottom li {
    float: left;
}

    .altair-sidebar-bottom li.sidebar-collapse {
        float: right;
    }

    .altair-sidebar-bottom li a {
        display: block;
    }

.hide-sidebar .altair-sidebar-bottom li.sidebar-collapse a img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.altair-accordion-menu-section {
    margin-top: 5px;
    height: calc(100% - 45px);
    /*height: calc(100% - 87px);*/
}

.altair-sidebar-search-box {
    padding: 3px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 42px;
}

.search-wrapper {
    position: relative;
    float: left;
    width: 84%;
}

    .search-wrapper input {
        font-family: "Impact";
        font-size: 16px;
        font-weight: normal;
        width: 100%;
        height: 34px;
        padding: 0 30px 0 8px;
        color: #8cb8f5;
        border: 1px solid #000;
        outline: medium none;
        background: none;
    }

    .search-wrapper img {
        position: absolute;
        top: 7px;
        right: 6px;
        cursor: pointer;
    }

.altair-sidebar-search-box a {
    display: inline-block;
    float: right;
    width: 14%;
    height: 34px;
    text-indent: -9999px;
    border: 1px solid #000;
    background: url("../img/Icons-Sidebar/Search-Close-basic.png") no-repeat scroll center center;
}

.altair-sidebar-heading {
    border: 1px solid #0067c6;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: rgba(0, 103, 198, 0.5) none repeat scroll 0 0;
    height: 52px;
}

    .altair-sidebar-heading h3 {
        font-family: "Impact";
        font-size: 19px;
        margin: 8px 0 8px 5px;
        vertical-align: middle;
        color: #b1cced;
    }

.sidebar-outer-head {
    position: relative;
    padding: 0 0 0 6px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

    .sidebar-outer-head h4 {
        font-family: "impact";
        font-size: 19px;
        font-weight: normal;
        line-height: 2.8;
        margin-bottom: 0;
        color: #387bbf;
    }

    .sidebar-outer-head img {
        position: absolute;
        top: 4px;
        right: 13px;
    }

.sidebar-outer-top-menu ul {
    margin-bottom: 0;
    padding: 9px;
}

.sidebar-outer-top-menu li {
    display: inline-block;
    margin-right: 8.5%;
}

    .sidebar-outer-top-menu li:last-child {
        margin-right: 0;
    }

.sidebar-outer-top-menu span {
    font-size: 11px;
    font-weight: 600;
    color: #505050;
}

.sidebar-outer-search-wrapper {
    margin-bottom: 3px;
    padding: 3px 0;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
}

.sidebar-search-box {
    position: relative;
    float: left;
    width: 85%;
}

    .sidebar-search-box input {
        font-family: Arial;
        font-size: 12px;
        height: 34px;
        padding: 0 28px 0 13px;
        border: 1px solid #505050;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .sidebar-search-box img {
        position: absolute;
        top: 7px;
        right: 7px;
        cursor: pointer;
    }

.sidebar-outer-search-wrapper input[type="button"] {
    float: left;
    width: 13%;
    height: 34px;
    margin-left: 5px;
    border: 1px solid #505050;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url(../../img/Topeka/Search-Close.png) no-repeat;
    background-position: center;
}

.pd-accordion-menu {
    margin-bottom: 4px;
}

.altair-accordion-menu {
    margin-bottom: 5px;
}

    .altair-accordion-menu.clicked {
        /* height: calc(100% - 99px);*/
        height: calc(100% - 50px);
    }

.menu-head > a {
    display: flex;
    padding: 5px;
    height: 42px;
    align-items: center;
    text-decoration: none;
}

    .menu-head > a,
    .menu-head > a:hover,
    .menu-head > a:focus,
    .menu-head > a:active {
        text-decoration: none;
    }

        .menu-head > a i.heading-icon {
            float: left;
            width: 30px;
            height: 30px;
            margin: 0 8px 0 0;
            border: 1px solid #8cb8f5;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

.menu-head.one > a i.heading-icon {
    background: transparent url("../img/Activity-Manager-Close.png") no-repeat scroll center center;
}

.menu-head.two > a i.heading-icon {
    background: transparent url("../img/Task-Manager-White.png") no-repeat scroll center center;
}

.menu-head.three > a i.heading-icon {
    background: transparent url("../img/Document-Manager-White.png") no-repeat scroll center center;
}

.menu-head.four > a i.heading-icon {
    background: transparent url("../img/Billing-White.png") no-repeat scroll center center;
}

.menu-head > a span {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    display: inline-block;
    margin-left: 5px;
}

.menu-head > .menu-body {
    display: none;
}

.menu-head.open {
    height: 100%;
}

    .menu-head.open > .menu-body {
        display: block;
        border: 2px solid #000;
        border-top: none;
        height: calc(100% - 42px);
    }

.menu-body {
    background: none;
}

    .menu-body .scroll-wrapper {
        /* max-height:403px;*/
    }

.parent-menu > a {
    display: block;
    padding: 0 5px;
    height: 32px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 1) inset;
}

.parent-menu {
    margin-right: 9px;
    margin-left: 6px;
    border-bottom: 1px solid #0067c6;
}

.child-menu {
    margin-left: 6px;
}

.parent-menu > a:hover {
    text-decoration: none;
    background: rgba(222, 149, 0, 0.5) none repeat scroll 0 0;
}

.parent-menu > a span,
.child-menu > a span {
    font-size: 12px;
    font-weight: 600;
    line-height: 31px;
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
    color: #82b1ef;
}

.parent-menu .child-menu {
    display: none;
}

.parent-menu.show .child-menu {
    display: block;
}

.child-menu > a {
    display: block;
    margin-right: 8px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #0067c6;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 1) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 1) inset;
    height: 32px;
    position: relative;
}

.del-member-entry {
    position: absolute;
    right: 8px;
    top: 6px;
    color: #82b1ef;
    font-size: 18px;
    display: none;
}

.child-menu > a:last-child {
    /* border-bottom: 1px solid #a9a9a9;*/
}

.child-menu > a.selected,
.child-menu > a:hover {
    text-decoration: none;
    background: rgba(222, 149, 0, 0.5) none repeat scroll 0 0;
}

    .child-menu > a:hover .del-member-entry {
        display: block;
    }

.pd-sidebar-bottom-menu {
    position: fixed;
    /* bottom: 50px; */
    bottom: 36px;
    width: 14.4%;
    margin-top: 8px;
    padding: 6px 8px 0 15px;
    border-top: 1px solid #6b6b6b;
}

    .pd-sidebar-bottom-menu li {
        display: inline-block;
        margin-right: 10.5%;
    }

        .pd-sidebar-bottom-menu li:last-child {
            margin-right: 0;
        }

/* Scrollbar in Sidebar Outer */

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -7px;
    width: 5px;
}

.scroll-inner {
    height: 100%;
    margin: 0 16px 0 10px;
}

.pd-accordion-menu .scroll-wrapper {
    /* height: 360px; */
    height: 400px;
}

.pd-accordion-menu .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    width: 0;
}


/********* Sidebar Outer Styling Ends Here **************/

/********* altair Tabs Start Here **************/

.altair-tabs {
    position: relative;
    float: left;
    /*width: 80.5%;*/
    width: -webkit-calc(100% - 309px);
    width: calc(100% - 309px);
    height: 100%;
    transition: all 0.5s ease;
}

.hide-sidebar .altair-tabs {
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
    transition: all 0.5s ease;
}

#master-container.leftpanel-collapsed .altair-tabs {
    width: -webkit-calc(100% - 270px);
    width: calc(100% - 270px);
    transition: all 0.5s ease;
}

#master-container.leftpanel-collapsed .hide-sidebar .altair-tabs {
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
    transition: all 0.5s ease;
}

#master-container.leftpanel-collapsed .hide-sidebar.calendar-view .altair-tabs {
    transition: all 0.5s ease;
}

#master-container.leftpanel-collapsed.chat-view .hide-sidebar .altair-tabs {
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
    transition: all 0.5s ease;
}

#master-container.chat-view .altair-tabs {
    width: -webkit-calc(100% - 309px);
    width: calc(100% - 309px);
    transition: all 0.5s ease;
}

.nav-tabs {
    border: 0 none;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.altair-tabs .nav.nav-tabs {
    position: absolute;
    top: 23px;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.altair-tabs.tabs-right > .nav-tabs > li {
    float: none;
    width: 28px;
    height: auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

    .altair-tabs.tabs-right > .nav-tabs > li.active {
        margin-top: -25px;
        margin-bottom: -25px;
        z-index: 1;
    }

    .altair-tabs.tabs-right > .nav-tabs > li:first-child.active {
        margin-top: 0;
        margin-bottom: -25px;
    }

    .altair-tabs.tabs-right > .nav-tabs > li > a {
        color: #b1cff8;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: center;
        width: 29px;
        background: none;
    }

        .altair-tabs.tabs-right > .nav-tabs > li > a span.tab-l {
            background: rgba(0, 0, 0, 0) url("../images/tab-l-curve.png") no-repeat scroll 0 0;
            float: left;
            height: 12px;
            width: 29px;
        }

        .altair-tabs.tabs-right > .nav-tabs > li > a span.tab-c {
            background: rgba(0, 0, 0, 0) url("../images/tab-center.png") repeat-y scroll 0 0;
            float: left;
            line-height: 28px;
            width: 29px;
            padding-top: 5px;
        }

        .altair-tabs.tabs-right > .nav-tabs > li > a span.tab-r {
            background: rgba(0, 0, 0, 0) url("../images/tab-r-curve.png") no-repeat scroll 0 bottom;
            float: left;
            height: 36px;
            width: 29px;
        }

    .altair-tabs.tabs-right > .nav-tabs > li.active > a span.tab-l {
        background: rgba(0, 0, 0, 0) url("../images/tab-l-curve-active.png") no-repeat scroll 0 0;
    }

    .altair-tabs.tabs-right > .nav-tabs > li.active > a span.tab-c {
        background: rgba(0, 0, 0, 0) url("../images/tab-center-active.png") repeat-y scroll 0 0;
    }

    .altair-tabs.tabs-right > .nav-tabs > li.active > a span.tab-r {
        background: rgba(0, 0, 0, 0) url("../images/tab-r-curve-active.png") no-repeat scroll 0 bottom;
    }

.altaira-tabs.tabs-right > .nav-tabs > li:hover > a span.tab-l {
    background: rgba(0, 0, 0, 0) url("../images/tab-l-curve-hover.png") no-repeat scroll 0 0;
}

.altair-tabs.tabs-right > .nav-tabs > li:hover > a span.tab-c {
    background: rgba(0, 0, 0, 0) url("../images/tab-center-hover.png") repeat-y scroll 0 0;
}

.altair-tabs.tabs-right > .nav-tabs > li:hover > a span.tab-r {
    background: rgba(0, 0, 0, 0) url("../images/tab-r-curve-hover.png") no-repeat scroll 0 bottom;
}

.altair-tabs.tabs-right > .nav-tabs > li:hover > a {
    color: #fff;
}

.altair-tabs .tab-content {
    padding: 0;
    background: none;
    box-shadow: none;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}

    .altair-tabs .tab-content > .tab-pane {
        display: none;
        height: 100%;
        width: 100%;
        transition: all 0.5s ease;
    }

    .altair-tabs .tab-content > .active {
        display: block;
    }

.activity-overview {
    padding: 0;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 100%;
}

.inbox-section {
    position: relative;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 100%;
}

.inbox-sidebar {
    height: 100%;
}

.inbox-tab-content {
    display: none;
    overflow: hidden;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

    .inbox-tab-content.current {
        display: inherit;
    }

.toggleSwitch {
    /* just for presentation */
    margin: 5px 0 20px 15px;
}

.email-setup-section label.toggleSwitch {
    /* setup stuff */
    position: relative;
    z-index: 1;
    display: block;
    font-size: 11px;
    width: 65px;
    height: 25px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    background-color: #151515;
    margin-top: 10px !important;
}

label.toggleSwitch input {
    position: absolute;
    opacity: 0;
}

label.toggleSwitch span {
    color: #b4c6e5;
    display: block;
    font-size: 13px;
    position: absolute;
    right: -240px;
    text-align: left;
    top: 2px;
    width: 230px;
    line-height: 16px;
}

label.toggleSwitch .knob {
    position: absolute;
    margin: 0;
    height: 27px;
    width: 32px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #272727;
    z-index: 5;
    top: -1px;
    left: -1px;
    border: 0;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(00, 00, 00, 0.75);
    box-shadow: 0px 1px 4px 0px rgba(00, 00, 00, 0.75);
    -webkit-transition: 0.18s all ease-out;
    -o-transition: 0.18s all ease-out;
    transition: 0.18s all ease-out;
}

label.toggleSwitch:before,
label.toggleSwitch:after {
    position: relative;
    z-index: 2;
}

label.toggleSwitch:before {
    content: attr(data-on);
    color: #8190b0;
    float: left;
    padding: 2px 0 0 5px;
}

label.toggleSwitch:after {
    content: attr(data-off);
    float: right;
    padding: 2px 5px 0 0;
    color: #383838;
}

label.toggleSwitch input:checked + .knob {
    left: 34px;
}

.blue-check {
    float: left;
    position: relative;
    width: 30px;
    margin-top: 0px;
}

    .blue-check [type="checkbox"]:not(:checked),
    .blue-check [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }

        .blue-check [type="checkbox"]:not(:checked) + label,
        .blue-check [type="checkbox"]:checked + label {
            position: relative;
            padding-left: 25px;
            cursor: pointer;
        }

            /* checkbox aspect */

            .blue-check [type="checkbox"]:not(:checked) + label:before {
                content: url("../images/check-square-blue.png");
                position: absolute;
                left: 5px;
                top: 1px;
                width: 20px;
                height: 20px;
            }

            /* checked mark aspect */

            .blue-check [type="checkbox"]:checked + label:after {
                content: url("../images/check-mark-blue.png");
                position: absolute;
                top: 1px;
                left: 5px;
                -webkit-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s;
            }

            /* checked mark aspect changes */

            .blue-check [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
            }

            .blue-check [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

.blue-check-name {
    color: #b4c6e5;
    font-size: 13px;
    margin-top: 0px;
}

.blue-check-circle {
    float: left;
    position: relative;
    width: 30px;
    margin-top: 0px;
}

    .blue-check-circle [type="checkbox"]:not(:checked),
    .blue-check-circle [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }

        .blue-check-circle [type="checkbox"]:not(:checked) + label,
        .blue-check-circle [type="checkbox"]:checked + label {
            position: relative;
            padding-left: 25px;
            cursor: pointer;
        }

            /* checkbox aspect */

            .blue-check-circle [type="checkbox"]:not(:checked) + label:before {
                content: url("../images/check-circle-blue.png");
                position: absolute;
                left: 5px;
                top: 1px;
                width: 20px;
                height: 20px;
            }

            /* checked mark aspect */

            .blue-check-circle [type="checkbox"]:checked + label:after {
                content: url("../images/check-mark-circle-blue.png");
                position: absolute;
                top: 1px;
                left: 5px;
                -webkit-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s;
            }

            /* checked mark aspect changes */

            .blue-check-circle [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
            }

            .blue-check-circle [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    background-color: #ccc;
    left: -9px;
    width: 8px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    /*background-color: #8cb8f5;*/
}

.slide-handle {
    float: left;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 8px;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
}

.hide-sidebar .slide-handle {
    width: 5px;
    transition: all 0.5s ease;
}

.slide-handle-bar {
    height: 40px;
    width: 10px;
    cursor: e-resize;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hide-sidebar .slide-handle-bar {
    display: none;
}

.slide-handle-bar-dot {
    background-color: #0067c6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 5px;
    margin: 5px auto;
    width: 5px;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background: #eed9a4 none repeat scroll 0 0;
}

/* Event Calendar Checkbox */

.event-check [type="checkbox"]:not(:checked),
.event-check [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    .event-check [type="checkbox"]:not(:checked) + label,
    .event-check [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
    }

        .event-check [type="checkbox"]:not(:checked) + label:before {
            content: url("../images/check-circle.png");
            position: absolute;
            left: 5px;
            top: 1px;
            width: 20px;
            height: 20px;
        }

        .event-check [type="checkbox"]:checked + label:after {
            content: url("../images/check.png");
            position: absolute;
            top: 1px;
            left: 5px;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }

        .event-check [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }

        .event-check [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

/* Message List Checkbox */

.msg-body [type="checkbox"]:not(:checked),
.msg-body [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    .msg-body [type="checkbox"]:not(:checked) + label,
    .msg-body [type="checkbox"]:checked + label {
        color: #b1cced;
        cursor: pointer;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
        padding-left: 20px;
        position: relative;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 95%;
        margin: 0;
    }

        .msg-body [type="checkbox"]:not(:checked) + label:before {
            content: url("../images/check-square.png");
            height: 15px;
            left: 0;
            position: absolute;
            top: 1px;
            width: 15px;
        }

        .msg-body [type="checkbox"]:checked + label:after {
            content: url("../images/check-mark.png");
            position: absolute;
            top: 1px;
            left: 0px;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }

        .msg-body [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }

        .msg-body [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

/* Custom Check Box */

[type="checkbox"].custom-check:not(:checked),
[type="checkbox"].custom-check:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"].custom-check:not(:checked) + label,
    [type="checkbox"].custom-check:checked + label {
        color: #b1cced;
        cursor: pointer;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
        padding-left: 20px;
        position: relative;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: auto;
    }

.member-role-item [type="checkbox"].custom-check:not(:checked) + label,
.member-role-item [type="checkbox"].custom-check:checked + label {
    font-size: 17px;
    margin: 0 !important;
}

[type="checkbox"].custom-check:not(:checked) + label:before {
    content: url("../images/check-square.png");
    height: 15px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 15px;
}

[type="checkbox"].custom-check:checked + label:after {
    content: url("../images/check-mark.png");
    position: absolute;
    top: 1px;
    left: 0px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

[type="checkbox"].custom-check:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"].custom-check:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/************Custom Checkbox - 3 ***************/

input.custom-cbox-3 {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

label.custom-cbox-3 {
    position: relative;
    cursor: pointer;
    float: left;
    margin: 0 0 0 3px;
}

    label.custom-cbox-3::before {
        content: "";
        -webkit-appearance: none;
        background-color: #00274a;
        border: 2px solid #1c66fb;
        box-shadow: 0px 0px 0px 1px #00274a;
        padding: 0;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        width: 18px;
        height: 18px;
        margin-left: 1px;
        border-radius: 2px;
    }

input.custom-cbox-3:checked + label.custom-cbox-3::after {
    content: url("../images/orange-check.png");
    display: block;
    position: absolute;
    top: 1px;
    left: 4px;
}

.sub-tabs {
    bottom: -28px;
    height: 29px;
    left: 10px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
}

    .sub-tabs li {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        height: 34px;
        margin: 0;
        padding: 3px 15px;
        /*cursor: pointer;*/
        color: #bebcbf;
        border-top: 0 none;
    }

        .sub-tabs li span.workspace-icon {
            display: block;
            float: left;
            width: 20px;
            height: 20px;
            margin-top: 5px;
            margin-right: 5px;
            /* background: rgba(0, 0, 0, 0) url(../img/workspace2.png) no-repeat scroll 0 0; */
        }

        /* .sub-tabs li:last-child span.workspace-icon {
  background: rgba(0, 0, 0, 0) url(../img/add.png) no-repeat scroll 0 0;
} */

        .sub-tabs li span.workspace-title {
            line-height: 29px;
            float: left;
        }

        .sub-tabs li span.right-curve {
            float: right;
            width: 15px;
            height: 29px;
            background: rgba(0, 0, 0, 0) url(../images/bottom-tab-r.png) no-repeat scroll right 0;
        }

        .sub-tabs li:hover span.right-curve {
            background: rgba(0, 0, 0, 0) url(../images/bottom-tab-r-hover.png) no-repeat scroll right 0;
        }

        .sub-tabs li.current span.right-curve {
            background: rgba(0, 0, 0, 0) url(../images/bottom-tab-r-active.png) no-repeat scroll right 0;
        }

        .sub-tabs li:last-child span.right-curve {
            width: 36px;
            background: rgba(0, 0, 0, 0) url(../images/bottom-tab-r-last.png) no-repeat scroll right 0;
        }

        .sub-tabs li:hover:last-child span.right-curve {
            background: rgba(0, 0, 0, 0) url(../images/bottom-tab-r-last-hover-new.png) no-repeat scroll right 0;
        }

        .sub-tabs li.current:last-child span.right-curve {
            background: rgba(0, 0, 0, 0) url(../images/bottom-tab-r-last-hover.png) no-repeat scroll right 0;
        }

        .sub-tabs li:hover {
            color: #bebcbf;
            background-color: #fff;
        }

        .sub-tabs li.current {
            color: #bebcbf;
            background-color: #fff;
        }

.inbox-tab-content {
    display: none;
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    /* padding: 15px; */
}

    .inbox-tab-content.current {
        display: inherit;
    }

/*********************** User Account Screen ****************************/

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.form-group {
    position: relative;
}

.two-col-custom-row {
    width: calc(100% - 40px);
}

.two-col-row .form-group {
    width: 50%;
    float: left;
    position: relative;
}

.w-20 {
    width: 20%;
    float: left;
}

.w-25 {
    width: 25%;
    float: left;
}

.w-30 {
    width: 30%;
    float: left;
}

.w-40 {
    width: 40%;
    float: left;
}

.w-50 {
    width: 50%;
    float: left;
}

.w-70 {
    width: 70%;
    float: left;
}

.w-80 {
    width: 80%;
    float: left;
}

/* Event Calendar Checkbox */

[type="checkbox"].blue-circle:not(:checked),
[type="checkbox"].blue-circle:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"].blue-circle:not(:checked) + label,
    [type="checkbox"].blue-circle:checked + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
    }

        /* checkbox aspect */

        [type="checkbox"].blue-circle:not(:checked) + label:before {
            content: url("../images/check-circle-small.png");
            position: absolute;
            left: 2px;
            top: 1px;
            width: 20px;
            height: 20px;
        }

        /* checked mark aspect */

        [type="checkbox"].blue-circle:checked + label:after {
            content: url("../images/check-small.png");
            position: absolute;
            top: 1px;
            left: 2px;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            transition: all 0.2s;
        }

        /* checked mark aspect changes */

        [type="checkbox"].blue-circle:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }

        [type="checkbox"].blue-circle:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

.custom-cbox {
    margin-bottom: 10px;
}

    .custom-cbox label {
        margin: 0;
        display: block;
    }

        .custom-cbox label > span {
            color: #b4c6e5;
            display: inline-block;
            font-size: 14px;
            font-weight: normal;
            line-height: 24px;
            padding-left: 0;
            vertical-align: top;
        }

    .custom-cbox input[type="checkbox"] {
        display: none;
    }

.csscheckbox {
    background: #0067c4 none repeat scroll 0 0;
    border: 1px solid #0067c6;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    position: relative;
    -webkit-transition: all 200ms ease-in 0s;
    -o-transition: all 200ms ease-in 0s;
    transition: all 200ms ease-in 0s;
    width: 64px;
}

.custom-cbox.locked .csscheckbox {
    background: #b03303 none repeat scroll 0 0;
    border: 1px solid #b03303;
}

.custom-cbox.locked input[type="checkbox"]:checked + label .csscheckbox {
    background: #b03303 none repeat scroll 0 0;
}

.custom-cbox.locked .csscheckbox div {
    background: #003363 none repeat;
}

.custom-cbox.locked span {
    color: #b03303;
}

.csscheckbox span {
    float: left;
    font-size: 20px;
    text-align: center;
    width: 31px;
}

.csscheckbox div {
    background: #003363 none repeat scroll 0 0;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 200ms ease-in 0s;
    -o-transition: all 200ms ease-in 0s;
    transition: all 200ms ease-in 0s;
    width: 32px;
}

.custom-cbox input[type="checkbox"]:checked + label .csscheckbox div {
    left: 20px;
}

.custom-cbox input[type="checkbox"]:checked + label .csscheckbox div {
    left: 30px;
}

.custom-cbox input[type="checkbox"]:checked + label .csscheckbox {
    background: #0067c4 none repeat scroll 0 0;
}

.custom-cbox input[type="checkbox"]:disabled + label .csscheckbox {
    background: #bbbdbc;
}

.custom-cbox input[type="checkbox"]:disabled + label > span {
    color: #bbbdbc;
}

.custom-cbox input[type="checkbox"][data-warning="true"] + label .csscheckbox {
    background: #ba400d;
}

.custom-cbox input[type="checkbox"][data-warning="true"] + label > span {
    color: #ba400d;
}

.custom-cbox label > span {
    font-size: 13px;
    font-weight: normal;
    padding-left: 6px;
}

/********************** CUSTOM CHECKBOX 2 (Rounded Toggle with YES/NO) **************************/
.custom-cbox-2 {
    padding: 0 0 0 6px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

    .custom-cbox-2 label {
        margin: 0;
        display: flex;
        cursor: pointer;
    }

        .custom-cbox-2 label > span {
            color: #b4c6e5;
            font-size: 13px;
            font-weight: normal;
            padding-left: 6px;
            width: calc(100% - 90px);
            line-height: 14px;
            vertical-align: middle;
            align-self: center;
        }

    .custom-cbox-2 input[type="checkbox"] {
        display: none;
    }

    .custom-cbox-2 .csscheckbox {
        background-color: #eae8ea;
        border: 2px solid #bebcbf;
        color: #696969;
        display: inline-block;
        height: 26px;
        position: relative;
        -webkit-transition: all 200ms ease-in 0s;
        -o-transition: all 200ms ease-in 0s;
        transition: all 200ms ease-in 0s;
        width: 80px;
        border-radius: 16px;
    }

        .custom-cbox-2 .csscheckbox span {
            float: left;
            font-size: 12px;
            text-align: left;
            width: 38px;
            font-family: Impact;
            text-transform: uppercase;
            line-height: 22px;
            padding: 0px 7px;
        }

            .custom-cbox-2 .csscheckbox span.chk-no {
                text-align: right;
                color: #696969;
            }

        .custom-cbox-2 .csscheckbox div {
            background: #fff url(../images/toggle-tab-dots.png) no-repeat scroll center;
            height: 22px;
            left: 0px;
            position: absolute;
            top: 0;
            -webkit-transition: all 200ms ease-in 0s;
            -o-transition: all 200ms ease-in 0s;
            transition: all 200ms ease-in 0s;
            width: 48px;
            border-radius: 10px;
        }

    .custom-cbox-2 input[type="checkbox"]:checked + label .csscheckbox div {
        left: 20px;
    }

    .custom-cbox-2 input[type="checkbox"]:checked + label .csscheckbox div {
        left: 28px;
    }

    .custom-cbox-2 input[type="checkbox"]:checked + label .csscheckbox {
        background: #eae8ea none repeat scroll 0 0;
    }

    .custom-cbox-2.locked-acc input[type="checkbox"]:checked + label .csscheckbox {
        background: #e4151c none repeat scroll 0 0;
    }

    .custom-cbox-2 input[type="checkbox"]:disabled + label .csscheckbox {
        background: #bbbdbc;
    }

    .custom-cbox-2 input[type="checkbox"]:disabled + label > span {
        color: #bbbdbc;
    }

    .custom-cbox-2
    input[type="checkbox"][data-warning="true"] + label
    .csscheckbox {
        background: #ba400d;
    }

    .custom-cbox-2 input[type="checkbox"][data-warning="true"] + label > span {
        color: #ba400d;
    }

    .custom-cbox-2.locked-acc label > span {
        font-weight: bold;
    }

    .custom-cbox-2 label ~ span {
        color: #696969;
        font-size: 12px;
        padding-left: 5px
    }
/************************************************************************************************/
.form-control.drop-arrow {
    -moz-appearance: none;
    background: #fff url("../images/drop-icon.png") no-repeat scroll right center;
    padding: 8px 40px 8px 10px;
}

.acc-tab-content input[type="button"] {
    background-color: #0067c6;
    border: 0 none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    height: 34px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
    padding: 0 10px;
    font-weight: 600;
}

.mail-sent-notify {
    background: rgba(0, 0, 0, 0) url("../img/email-flow/email-msg.png") no-repeat scroll 0 center / 40px auto;
    color: #f2a600;
    float: left;
    line-height: 30px;
    padding: 0 0 0 45px;
    margin: 2px 0 0 10px;
}

.profile-pic {
    margin-bottom: 30px;
}

    .profile-pic p {
        color: #b4c6e5;
        font-size: 13px;
        margin: 5px 0;
    }

.profile-pic-box {
    width: 100px;
    margin: 10px 10px 10px 0;
    display: inline-block;
}

.img-box {
    border: 2px dashed #b1cff8;
    width: 100px;
    height: 120px;
    position: relative;
    margin-bottom: 5px;
}

.male-pic {
    background: url(../images/profile-pic-male.png) rgba(0, 103, 198, 0.6) no-repeat scroll center / 95%;
}

.female-pic {
    background: url(../images/profile-pic-female.png) rgba(0, 103, 198, 0.6) no-repeat scroll center / 95%;
}

.profile-pic a {
    background: #0067c6 none repeat scroll 0 0;
    border-bottom: 2px solid #023b72;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    text-decoration: none;
}

.city-region .form-group {
    float: left;
    width: 31.5%;
}

.login-stats,
.login-activity {
    border: 1px solid #0067c6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 8px;
    color: #b1cff8;
}

.login-stats {
    height: 110px;
}

.stats-heading,
.login-activity-heading {
    background: #f4f4f4 none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #747474;
    padding: 0 10px;
}

    .stats-heading i,
    .login-activity-heading i {
        font-size: 20px;
        padding-right: 6px;
        vertical-align: middle;
    }

    .stats-heading span,
    .login-activity-heading span {
        display: inline-block;
        font-size: 16px;
        line-height: 28px;
        font-family: Impact;
    }

.stats-body {
    border-top: 1px solid #0067c6;
    padding: 10px 0;
}

.login-activity-body {
    padding: 10px;
    height: calc(100% - 28px);
}

.login-activity-row-container {
    height: calc(100% - 31px);
    border-bottom: 1px solid #0067c6;
}

.stats {
    border: 1px solid #0067c6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    float: left;
    margin: 0 1%;
    padding: 5px 0;
    text-align: center;
    width: 31%;
}

    .stats:first-child {
        margin-left: 2%;
    }

    .stats:last-child {
        margin-right: 2%;
        width: 30%;
    }

    .stats h3 {
        font-family: "Impact";
        font-size: 20px;
        margin: 0 0 5px;
    }

    .stats p {
        font-size: 14px;
        margin-bottom: 0;
    }

.login-activity {
    margin-bottom: 10px;
    margin-top: 10px;
    height: calc(100% - 110px);
}

.stats-heading,
.login-activity-heading {
    background-color: rgba(0, 103, 198, 0.5);
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #b1cff8;
    padding: 0 10px 0 20px;
    height: 28px;
}

.login-activity-body-details,
.login-activity-body-headers {
    border: 1px solid #0067c6;
    border-bottom: 0;
}

.login-activity-body-headers {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #0067c6;
}

.login-activity-body-details:last-child {
    border-bottom: 1px solid #0067c6;
}
/*.icon-sprite {
    background:url(../images/icon-sprite.png) no-repeat 0 0;
    width:24px;
    height:24px;
    display:block;
}*/
.correct {
    background-position: -24px -24px;
}

.incorrect {
    background-position: -24px 0;
}

.login-activity-first-col,
.login-activity-second-col,
.login-activity-third-col,
.login-activity-fourth-col {
    float: left;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-activity-body-headers .login-activity-first-col,
.login-activity-body-headers .login-activity-second-col,
.login-activity-body-headers .login-activity-third-col,
.login-activity-body-headers .login-activity-fourth-col {
    font-family: impact;
    font-size: 16px;
}

.login-activity-first-col {
    width: 8%;
}

.login-activity-first-col,
.login-activity-second-col,
.login-activity-third-col {
    border-right: 1px solid #0067c6;
}

.login-activity-second-col,
.login-activity-fourth-col {
    width: 35%;
}

.login-activity-third-col {
    width: 20%;
}

.login-activity-first-col .fa {
    font-size: 22px;
    vertical-align: middle;
}

    .login-activity-first-col .fa.correct {
        color: #02741f;
    }

    .login-activity-first-col .fa.incorrect {
        color: #b13303;
    }

label.toggleSwitch {
    /* setup stuff */
    position: relative;
    z-index: 1;
    display: block;
    font-size: 11px;
    width: 65px;
    height: 25px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
    background-color: #151515;
    margin-top: 10px !important;
}

    label.toggleSwitch span.knob-title {
        line-height: 20px;
        right: -280px;
        width: 270px;
    }

.form-control.drop-arrow2 {
    background: #004e94 url("../images/drop-icon2.png") no-repeat scroll right center;
    padding: 8px 40px 8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-control.drop-arrow3 {
    background: #004e94 url("../images/drop-icon3.png") no-repeat scroll right center;
    padding: 8px 40px 8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .form-control.drop-arrow2::-ms-expand,
    .form-control.drop-arrow3::-ms-expand {
        display: none;
    }

.user-account-wrapper input.moving-txt,
.user-account-wrapper select.moving-txt {
    height: 48px;
    border: 1px solid #0067c6;
    font-size: 16px;
    padding: 18px 10px 5px 10px;
}

.user-account-wrapper input.moving-txt {
    padding: 18px 10px 5px 14px;
}

input.moving-txt:focus {
    outline: none;
}

/* Label */

label.moving-lbl {
    color: #4877ca;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 8px;
    top: 14px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0 !important;
}

/* active */

input.moving-txt:focus ~ label.moving-lbl,
input.moving-txt.used ~ label.moving-lbl,
select.moving-txt:focus ~ label.moving-lbl,
select.moving-txt.used ~ label.moving-lbl {
    top: 0;
    /*transform: scale(.75); */
    left: 14px;
    font-size: 12px;
    color: #bebcbf;
}

.search-options {
    height: 25px;
    margin: 0 10px;
    display: none;
}

    .search-options div {
        float: left;
        color: #66a1ee;
        font-size: 12px;
        padding-left: 20px;
    }

    .search-options .display-search-icon {
        background: url("../images/display-search-panel-icon.png") no-repeat scroll left center;
        margin-right: 12px;
    }

    .search-options .advanced-search-icon {
        background: url("../images/advanced-search-icon.png") no-repeat scroll left center;
    }

.custom-icon-field-inner-wrapper label.moving-lbl,
.custom-field-wrapper label.moving-lbl {
    color: #bfcdf1;
    left: 10px;
    top: 14px;
}

.custom-icon-field-inner-wrapper .moving-txt:focus ~ label.moving-lbl,
.custom-icon-field-inner-wrapper .moving-txt.used ~ label.moving-lbl,
.custom-icon-field-inner-wrapper .moving-txt:focus ~ label.moving-lbl,
.custom-icon-field-inner-wrapper .moving-txt.used ~ label.moving-lbl,
.custom-field-wrapper .moving-txt:focus ~ label.moving-lbl,
.custom-field-wrapper .moving-txt.used ~ label.moving-lbl,
.custom-field-wrapper .moving-txt:focus ~ label.moving-lbl,
.custom-field-wrapper .moving-txt.used ~ label.moving-lbl {
    color: #bfcdf1;
    left: 10px;
    top: 0;
    font-size: 12px;
}

/*========== CHK-BOX =============*/
.chk-box {
    margin-top: -22px;
}
    /* Base for label styling */
    .chk-box [type="checkbox"]:not(:checked),
    .chk-box [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }

        .chk-box [type="checkbox"]:not(:checked) + label,
        .chk-box [type="checkbox"]:checked + label {
            position: relative;
            padding-left: 1.95em;
            cursor: pointer;
        }
            /* checkbox aspect */
            .chk-box [type="checkbox"]:not(:checked) + label:before,
            .chk-box [type="checkbox"]:checked + label:before {
                background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
                border: 2px solid #008ee4;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
                content: "";
                height: 26px;
                left: 0;
                position: absolute;
                top: 0;
                width: 26px;
            }
            /* checked mark aspect */
            .chk-box [type="checkbox"]:not(:checked) + label:after,
            .chk-box [type="checkbox"]:checked + label:after {
                color: #fff;
                content: "✔";
                font-size: 1.7em;
                left: 0.2em;
                line-height: 0.8;
                position: absolute;
                top: 0.1em;
                -webkit-transition: all 0.2s ease 0s;
                -o-transition: all 0.2s ease 0s;
                transition: all 0.2s ease 0s;
            }
            /* checked mark aspect changes */
            .chk-box [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
            }

            .chk-box [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }
    /* disabled checkbox */
    .chk-box [type="checkbox"]:disabled:not(:checked) + label:before,
    .chk-box [type="checkbox"]:disabled:checked + label:before {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #bbb;
        background-color: #ddd;
    }

    .chk-box [type="checkbox"]:disabled:checked + label:after {
        color: #999;
    }

    .chk-box [type="checkbox"]:disabled + label {
        color: #aaa;
    }
    /* accessibility */
    .chk-box [type="checkbox"]:checked:focus + label:before,
    .chk-box [type="checkbox"]:not(:checked):focus + label:before {
        border: 2px solid #008ee4;
    }

    /* hover style just for information */
    .chk-box label:hover:before {
        border: 2px solid #f2a600 !important;
    }

/*========== GREEN CHK-BOX =============*/

/* Base for label styling */
.green-chk-box [type="checkbox"]:not(:checked),
.green-chk-box [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    .green-chk-box [type="checkbox"]:not(:checked) + label,
    .green-chk-box [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        color: #009b00;
        font-size: 13px;
        font-weight: 600;
        margin: 0;
    }
        /* checkbox aspect */
        .green-chk-box [type="checkbox"]:not(:checked) + label:before {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border: 2px solid #009b00;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
            content: "";
            height: 18px;
            left: 0;
            position: absolute;
            top: 0;
            width: 18px;
        }

        .green-chk-box [type="checkbox"]:checked + label:before {
            background: #009b00 none repeat scroll 0 0;
            border: 2px solid #009b00;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            content: "";
            height: 18px;
            left: 0;
            position: absolute;
            top: 0;
            width: 18px;
        }
        /* checked mark aspect */
        .green-chk-box [type="checkbox"]:not(:checked) + label:after,
        .green-chk-box [type="checkbox"]:checked + label:after {
            color: #fff;
            content: "✔";
            font-size: 1em;
            left: 0.2em;
            line-height: 16px;
            position: absolute;
            top: 0.1em;
            -webkit-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
        }
        /* checked mark aspect changes */
        .green-chk-box [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
        }

        .green-chk-box [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

/*========== GREEN CHK-BOX ENDS =============*/

.clearfix {
    clear: both;
}

.button_cancel:hover,
.button_cancel:active,
.button_cancel:focus {
    background: #8773a6; /* Old browsers */ /* FF3.6-15 */
}

/*******************************************
*********************Custom Radio Button****/
.radio-btn-box {
    height: 26px;
    display: inline-block;
    margin-right: 20px;
}

    .radio-btn-box input[type="radio"] {
        float: left;
        display: block;
        margin: 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
        box-shadow: inset 0 0 1px #000;
        visibility: hidden;
    }

        .radio-btn-box input[type="radio"]:checked ~ label::before {
            content: "";
            position: absolute;
            display: block;
            top: 3px;
            left: -20px;
            width: 20px;
            height: 20px;
            background-color: #00274a;
            border-radius: 50%;
            border: 2px solid #1c65f9;
            box-shadow: 0px 0px 0px 1px #00274a;
        }

        .radio-btn-box input[type="radio"]:checked ~ label::after {
            content: url("../images/orange-check.png");
            top: 2px;
            left: -17px;
            background: none;
            border: 0;
            box-shadow: none;
        }

.project-permission-box
.radio-btn-box
input[type="radio"]:checked ~ label::after {
    top: -1px;
}

.radio-btn-box input[type="radio"] ~ label {
    position: relative;
    float: left;
    display: block;
    margin: 0;
    padding: 0 0 0 10px;
    height: 26px;
    line-height: 26px;
    width: calc(100% - 30px);
    color: #b4c6e5;
}

    .radio-btn-box input[type="radio"] ~ label::after {
        content: "";
        position: absolute;
        display: block;
        top: 3px;
        left: -20px;
        width: 20px;
        height: 20px;
        /*transition: all 250ms ease-in-out 0ms;*/
        background-color: #00274a;
        border-radius: 50%;
        border: 2px solid #1c65f9;
        box-shadow: 0px 0px 0px 1px #00274a;
    }

.top-user-menu-content ul.enroll-company-list {
    padding: 0;
    border-radius: 0;
}

.enroll-company-list .radio-btn-box {
    height: 42px;
    display: inline-block;
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 30px;
}

    .enroll-company-list .radio-btn-box input[type="radio"] ~ label {
        position: relative;
        float: left;
        display: block;
        margin: 0;
        padding: 0 0 0 5px;
        line-height: 42px;
        width: calc(100% - 30px);
        color: #888;
        font-size: 15px;
    }

        .enroll-company-list .radio-btn-box input[type="radio"] ~ label::after {
            content: url("../images/grey-chk-square.png");
            position: absolute;
            display: block;
            top: 3px;
            left: -24px;
            width: 24px;
            height: 20px;
            transition: all 250ms ease-in-out 0ms;
            background: none;
            border-radius: 0;
            border: 0;
            box-shadow: none;
        }

    .enroll-company-list .radio-btn-box input[type="radio"]:checked ~ label::after {
        content: url("../images/grey-chk-mark.png");
        top: 3px;
        left: -24px;
        background: none;
        border: 0;
        box-shadow: none;
        width: 24px;
        height: 20px;
    }

    .enroll-company-list
    .radio-btn-box
    input[type="radio"]:checked ~ label::before {
        display: none;
    }

.icon-sprite {
    width: 24px;
    height: 24px;
    background-image: url(../img/Icons-Sidebar/IconSprite.png);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    line-height: 24px;
    display: inline-block;
}

.icon-1-1 {
    background-position: 0 0;
}

.icon-2-1 {
    background-position: 0 -24px;
}

.icon-3-1 {
    background-position: 0 -48px;
}

.icon-4-1 {
    background-position: 0 -72px;
}

.icon-5-1 {
    background-position: 0 -96px;
}

.icon-6-1 {
    background-position: 0 -120px;
}

.icon-7-1 {
    background-position: 0 -144px;
}

.icon-8-1 {
    background-position: 0 -168px;
}

.icon-9-1 {
    background-position: 0 -192px;
}

.icon-1-2 {
    background-position: -24px 0;
}

#cookies-bar {
    height: 74px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #0067c6;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-size: 15px;
    justify-content: flex-end;
    display: none;
}

    #cookies-bar a {
        color: #fff;
        text-decoration: underline;
    }

    #cookies-bar p {
        margin-right: auto;
    }

    #cookies-bar a.cookies-accept {
        background-color: #fff;
        padding: 8px 20px;
        border-radius: 4px;
        color: #0067c6;
        text-decoration: none;
        font-weight: bold;
        margin: 0 20px;
    }

    #cookies-bar a.cookies-moreinfo {
        font-weight: bold;
        text-decoration: none;
    }

    #cookies-bar a.cookies-close {
        text-decoration: none;
        font-weight: bold;
        font-size: 30px;
    }
/***********************************
        Range Slider Control
************************************/
.rangeslider,
.rangeslider__fill {
    display: block;
    border-radius: 10px;
}

.rangeslider {
    position: relative;
}

    .rangeslider:after {
        top: 50%;
        left: 0;
        right: 0;
        content: "";
        width: 100%;
        height: 5px;
        margin-top: -2.5px;
        border-radius: 5px;
        position: absolute;
        background: #fff;
        border: 1px solid #3d8bb9;
    }

.rangeslider--horizontal {
    width: 100%;
    height: 28px;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    position: absolute;
    background: #3d8bb9;
    border: 1px solid #3d8bb9;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider__handle {
    top: 50%;
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-top: -7px;
    background: white;
    position: absolute;
    background: #e8eff7;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #c6e0f1;
}

    .rangeslider__handle:active {
        background: #3d8bb9;
    }

.rangeslider__fill,
.rangeslider__handle {
    z-index: 1;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 50%;
    height: 5px;
    margin-top: -2.5px;
}

.slider-value {
    color: #3b88b4;
    font-size: 11px;
    float: right;
    width: 40px;
    text-align: right;
}

.grid-column-setting-row {
    height: 24px;
    margin: 10px 0;
    display: flex;
}

.grid-column-setting-row-titles {
    width: 100%;
    color: #3b88b4;
    font-size: 11px;
    max-width: 130px;
}

.grid-column-setting-row-control {
    max-width: 280px;
    width: 100%;
}

.grid-edit-column-tab-content .grid-column-setting-row-control {
    max-width: 60px;
}

.slider-control {
    width: 240px;
    float: left;
}

/*  Toggle Switch  */

.toggleButton span span {
    display: none;
}

@media only screen {
    .toggleButton {
        display: inline-block;
        height: 16px;
        position: relative;
        overflow: visible;
        padding: 0;
        cursor: pointer;
        width: 40px;
    }

        .toggleButton * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .toggleButton label,
        .toggleButton > span {
            line-height: 20px;
            height: 20px;
            vertical-align: middle;
        }

        .toggleButton input:focus ~ a,
        .toggleButton input:focus + label {
            outline: none;
        }

        .toggleButton label {
            position: relative;
            z-index: 3;
            display: block;
            width: 100%;
        }

        .toggleButton input {
            position: absolute;
            opacity: 0;
            z-index: 5;
        }

        .toggleButton > span {
            position: absolute;
            left: -50px;
            width: 100%;
            margin: 0;
            padding-right: 50px;
            text-align: left;
            white-space: nowrap;
        }

            .toggleButton > span span {
                position: absolute;
                top: 0px;
                left: 0;
                z-index: 5;
                display: block;
                width: 50%;
                margin-left: 50px;
                text-align: left;
                font-size: 0.9em;
                width: 100%;
                left: 10%;
                top: 2px;
                opacity: 0;
                font-size: 10px;
            }

        .toggleButton a {
            position: absolute;
            right: 50%;
            z-index: 4;
            display: block;
            height: 100%;
            padding: 0;
            left: 3px;
            top: 3px;
            width: 16px;
            background-color: #b6d6ed;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        }

        .toggleButton > span span:first-of-type {
            color: #3b88b4;
            opacity: 1;
            left: 50%;
        }

        .toggleButton > span::before {
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 50px;
            top: 0;
            background-color: #fafafa;
            border: 1px solid #3b88b4;
            border-radius: 30px;
            -webkit-transition: all 0.2s ease-out;
            -moz-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
            height: 22px;
        }

        .toggleButton input:checked ~ a {
            left: 100%;
            margin-left: -8px;
            background-color: #3b88b4;
        }

        .toggleButton input:checked ~ span:before {
            border-color: #3b88b4;
            box-shadow: inset 0 0 0 30px #fff;
        }

        .toggleButton input:checked ~ span span:first-of-type {
            opacity: 0;
        }

        .toggleButton input:checked ~ span span:last-of-type {
            opacity: 1;
            color: #3b88b4;
        }
        /* Switch Sizes */
        .toggleButton.large {
            width: 60px;
            height: 27px;
        }

            .toggleButton.large a {
                width: 27px;
            }

            .toggleButton.large > span {
                height: 29px;
                line-height: 28px;
            }

            .toggleButton.large input:checked ~ a {
                left: 41px;
            }

            .toggleButton.large > span span {
                font-size: 1.1em;
            }

                .toggleButton.large > span span:first-of-type {
                    left: 50%;
                }

        .toggleButton.xlarge {
            width: 80px;
            height: 36px;
        }

            .toggleButton.xlarge a {
                width: 36px;
            }

            .toggleButton.xlarge > span {
                height: 38px;
                line-height: 37px;
            }

            .toggleButton.xlarge input:checked ~ a {
                left: 52px;
            }

            .toggleButton.xlarge > span span {
                font-size: 1.4em;
            }

                .toggleButton.xlarge > span span:first-of-type {
                    left: 50%;
                }
}
/*  End Toggle Switch  */

/************************ TOP USER MENU **********************/

.top-user-menu {
    width: 280px;
    /*min-height: 470px;*/
    position: absolute;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.top-user-menu-inner {
    margin: 0;
    background-color: #676767;
    position: relative;
    padding-bottom: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.top-user-menu-header {
    height: 36px;
    border-radius: 0;
    padding: 5px 0 5px 8px;
}

    .top-user-menu-header p {
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        padding-left: 32px;
        background: url("../images/tools-icon.png") no-repeat 0 center;
        margin: 0;
        line-height: 26px;
        width: calc(100% - 30px);
        float: left;
    }

    .top-user-menu-header .close-it {
        float: right;
        margin: 6px 10px 0 0;
        color: #fff;
    }

.top-user-menu-content {
    margin: 0 5px;
}

.top-user-menu-title {
    background: url("../images/top-menu-user-icon.png") no-repeat 8px center #dbdbdb;
    border-radius: 6px 6px 0 0;
    padding: 10px 5px 10px 48px;
    background-size: 34px;
}

    .top-user-menu-title p {
        color: #888;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
    }

        .top-user-menu-title p small {
            display: block;
            font-size: 13px;
            font-weight: normal;
        }

.top-user-menu-content ul {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    padding: 5px 7px;
}

    .top-user-menu-content ul li {
        display: block;
        margin: 0;
        float: none;
        background: none;
    }

        .top-user-menu-content ul li ul li {
            height: 42px;
        }

        .top-user-menu-content ul li a {
            border-bottom: 1px solid #dbdbdb;
            font-size: 15px;
            color: #888;
            display: block;
            line-height: 42px;
            -moz-transition: all 0.2s ease-out 0s;
            -webkit-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
        }

        .headermenu .dropdown-menu li a:hover,
        .top-user-menu-content ul li ul li div:hover {
            background: #fef1e8;
            color: #888;
            box-shadow: 0 0 0 1px #fff inset;
        }

.top-menu-user-icon {
    background-image: url("../images/top-menu-icon-sprite.png");
    width: 26px;
    height: 26px;
    background-position: 0 0;
    float: left;
    margin: 7px 5px;
}

.top-menu-user-icon-1-1 {
    background-position: 0 0;
}

.top-menu-user-icon-1-2 {
    background-position: -26px 0;
}

.top-menu-user-icon-1-2 {
    background-position: -52px 0;
}

.top-menu-user-icon-2-1 {
    background-position: 0 -26px;
}

.top-menu-user-icon-2-1 {
    background-position: -26px -26px;
}

.top-menu-user-icon-2-3 {
    background-position: -52px -26px;
}

/*********************************************************
                 Side Accordion Menu
*********************************************************/
.accordion-menu {
    margin: 5px 10px 5px 5px;
}

    .accordion-menu h1,
    h2,
    h3,
    h4 {
        cursor: pointer;
    }

    .accordion-menu h1 {
        padding: 3px 10px 3px 5px;
        font-size: 13px;
        font-weight: 600;
        color: #000;
        margin: 0;
        border-bottom: 1px solid #000;
        border-radius: 0 !important;
        height: 30px;
        display: flex;
        align-items: center;
    }

        .accordion-menu h1 span.accordion-menu-icon {
            font-size: 20px;
            margin-right: 8px;
        }

    .accordion-menu h2 span.accordion-menu-icon {
        font-size: 18px;
        margin-right: 5px;
    }

.accordion-menu-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .accordion-menu ul li {
        padding: 3px 10px 3px 55px;
        border-bottom: 1px solid #0067c6;
        color: #4c97e4;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.1;
        height: 30px;
    }

    .accordion-menu h1:not(:last-of-type) {
    }

    .accordion-menu div,
    .accordion-menu p {
        display: none;
    }

    .accordion-menu h2 {
        padding: 3px 10px 3px 20px;
        font-size: 13px;
        font-weight: 600;
        color: #4c97e4;
        margin: 0;
        height: 30px;
        border-bottom: 1px solid #000;
        border-radius: 0 !important;
        display: flex;
        align-items: center;
    }

        .accordion-menu h1:hover,
        .accordion-menu h2:hover,
        .accordion-menu ul li:hover {
            background-color: #fbdea8;
        }

        .accordion-menu h2 + div ul li {
            padding-left: 45px;
        }

    .accordion-menu h3 {
        padding: 5px 30px;
        background-color: #b94152;
        font-size: 0.9rem;
        color: #ddd;
    }

        .accordion-menu h3:hover {
            background-color: #a93142;
        }

    .accordion-menu h4 {
        padding: 5px 35px;
        background-color: #ffc25a;
        font-size: 0.9rem;
        color: #af720a;
    }

        .accordion-menu h4:hover {
            background-color: #e0b040;
        }

    .accordion-menu .opened-for-codepen {
        display: block;
    }

/*********************************************************
                 altair AI Slider
*********************************************************/
.kha-ai-wrapper {
    width: 344px;
    position: absolute;
    left: 50px;
    top: 137px;
    height: calc(100% - 140px);
    z-index: 1;
    background: url(../images/kha-ai-right-curve.png) no-repeat right 0;
    overflow: hidden;
    display: none;
}

.kha-ai-wrapper-inner {
    background-color: #8eb8f3;
    margin-right: 11px;
    height: 100%;
}

.kha-ai-header {
    height: 54px;
    width: 330px;
}

.kha-ai-icon {
    width: 42px;
    height: 42px;
    background: url(../images/kha-ai-header-icon.png) no-repeat 0 0;
    float: left;
    margin: 5px 10px;
}

.kha-ai-heading {
    font-family: "Cooper Black";
    color: #fff;
    font-size: 24px;
    float: left;
    margin-top: 12px;
}

    .kha-ai-heading small {
        display: block;
        font-size: 14px;
        font-family: tahoma;
        letter-spacing: 0.15px;
    }

.kha-ai-close {
    float: right;
    margin-top: 10px;
}

.kha-ai-body {
    margin: 0 16px 0 8px;
    background-color: #a7c5f5;
    border-radius: 6px;
    height: calc(100% - 120px);
    position: relative;
    display: flex;
}

.kha-ai-footer {
    height: 50px;
    margin: 6px 16px 0 8px;
}

.kha-ai-txt {
    height: 50px;
    width: calc(100% - 60px);
    float: left;
    background-color: #a7c5f5;
    border: 0;
    border-radius: 6px;
}

.kha-ai-mic {
    height: 50px;
    width: 54px;
    background: url(../images/kha-ai-mic.png) no-repeat center #a7c5f5;
    float: right;
    border-radius: 6px;
}

.kha-ai-girl-wrapper {
    width: 190px;
    height: 180px;
    margin: auto;
}

.kha-ai-girl {
    background: url(../images/kha-ai-girl.png) no-repeat center;
    height: 148px;
}

.kha-ai-girl-wrapper p {
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.branding {
    position: absolute;
    left: 4px;
    bottom: 20px;
    cursor: pointer;
    z-index: 100;
    width: 42px;
    height: 368px;
    background-size: contain;
}

.branding-logo {
    width: 42px;
}

/***********************************************************

                    Edit Panel NEW
**************************************************************/

.dash-edit-panel,
.ur-edit-panel {
    height: 100%;
    border-left: 0;
    background-color: #f4f4f4;
}

.ep-tabs-panel1 {
    padding: 0 10px;
}

.ep-tabs-panel2 {
    height: 100%;
    display: none;
}

.ep-heading {
    height: 40px;
    border-bottom: 4px solid #e7e7e7;
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
    align-items: center;
}

.ep-heading-txt {
    color: #676767;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding-left: 5px;
    display: flex;
    align-items: center;
}

.ep-heading-txt-upload {
    color: #676767;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding-left: 5px;
    display: flex;
    align-items: center;
}
.ep-tabs {
    height: 36px;
    border-bottom: 1px solid #ccc;
    position: relative;
    display: flex;
    margin: 0 10px;
    align-items: end;
    padding-bottom: 8px;
}

.rights-search-panel {
    height: 36px;
    border-bottom: 1px solid #ccc;
    position: relative;
    display: flex;
    margin: 0 10px;
    align-items: center;
}

.ep-tabs:before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 3px;
    background-color: #ccc;
    content: "";
}

.ep-tabs-item {
    color: #696969;
    font-weight: 600;
    height: 22px;
    margin: 0 3px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
}

    .ep-tabs-item:hover,
    .ep-tabs-item.active {
        background-color: #bebcbf;
        color: #fff;
    }

.user-search {
    width: 70%;
    height: 24px;
    background-color: #fff;
    border: 0;
    color: #696969;
    font-size: 12px;
    padding: 2px 5px;
}

.ur-head {
    display: flex;
    height: 31px;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
    padding: 0 5px;
    background-color: #fff;
    color: #696969
}

.urh-col1 {
    width: 25px;
    font-size: 20px;
}

.urh-col2 {
    width: 1px;
    flex-grow: 1;
    font-size: 14px;
    font-weight: bold;
}

.urh-col3,
.urh-col4 {
    width: 50px;
    text-align: center;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ep-tabs-panel {
    height: calc(100% - 84px);
}

.ur-panel {
    height: calc(100% - 107px);
}

.ur-panel-inner {
    height: 100%;
    margin: 0 10px;
}

.ur-row {
    display: flex;
    height: 31px;
    align-items: center;
    border-bottom: 1px solid #ccc;
    color: #999;
    padding: 0 5px;
}

    .ur-row:hover {
        background-color: #fbdea8;
    }

.urr-col1 {
    width: 25px;
    font-size: 20px;
}

.urr-col2 {
    width: 1px;
    flex-grow: 1;
    font-size: 12px;
    font-weight: bold;
    color: #696969;
}

.urr-col3,
.urr-col4 {
    width: 50px;
    display: flex;
    justify-content: center;
}
/*.edit-form {
  padding: 0 10px;
  height: 315px;
}*/
.edit-form {
    height: auto;
}

.edit-form-sec {
    border-bottom: 1px solid #bebcbf;
    margin-top: 5px;
}

.edit-txt-field {
    height: 46px;
    border: 1px solid #bebcbf;
    border-radius: 4px;
    width: 100%;
    padding: 16px 10px 5px 8px;
    outline: none;
    background: transparent;
}

.edit-dd-field {
    height: 46px;
    border: 1px solid #bebcbf;
    border-radius: 4px;
    width: 100%;
    padding: 16px 20px 8px 5px;
    outline: none;
}

.edit-txt-area {
    min-height: 90px;
    border: 1px solid #bebcbf;
    border-radius: 4px;
    width: 100%;
    padding: 20px 10px 10px 8px;
    outline: none;
    resize: vertical;
    background-color: transparent;
}

    .edit-txt-field:hover,
    .edit-dd-field:hover,
    .edit-txt-area:hover,
    .custom-user-dd-wrap:hover,
    .edit-txt-field:focus,
    .edit-dd-field:focus,
    .edit-txt-area:focus,
    .custom-user-dd-wrap:focus {
        box-shadow: 0 0 3px rgba(0,0,0,0.4);
    }

.edit-txt-field-user {
    height: 46px;
    border: 1px solid #bebcbf;
    border-radius: 24px;
    width: 100%;
    padding: 20px 10px 10px 50px;
    outline: none;
}

.custom-dd-wrap.open .edit-txt-field-user {
    position: relative;
    z-index: 4;
}

.txt-field-user {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    border: 1px solid #bebcbf;
    position: absolute;
    left: 0;
    top: 0;
}

.edit-field-label {
    position: absolute;
    left: 8px;
    top: 2px;
    font-weight: normal;
    margin: 0;
    font-size: 12px;
    color: #bebcbf;
}

.ef-wrap {
    position: relative;
    padding-bottom: 5px;
}

.custom-user-dd-wrap .edit-field-label {
    left: 45px;
}

.ef-50-wrap {
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.ef-50 {
    width: 49%;
    position: relative;
}

.comment-history-panel {
    height: calc(100% - 405px);
}

.comment-history-panel2 {
    padding: 0 10px;
    height: calc(100% - 432px);
}

.custom-user-dd-wrap {
    width: 100%;
    height: 40px;
    position: relative;
    border: 1px solid #bebcbf;
    border-radius: 24px;
}

.comment-user-img {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 1px solid #bebcbf;
    position: absolute;
    left: 0px;
    top: 0px;
}

.custom-user-dd {
    width: 100%;
    height: 100%;
    background: none;
    border: 0 none;
    padding: 15px 30px 2px 42px;
    outline: none;
}

.comments-heading {
    position: sticky;
    top: 0;
    margin: 0;
    padding: 4px 0;
    font-size: 13px;
    color: #b7b1b1;
}

.comment-area {
    height: 90px;
    border-top: 1px solid #d4dbdf;
    padding: 5px 10px;
}

.comment-box {
    border: 1px solid #d4dbdf;
    height: 76px;
    border-radius: 4px;
}

.user-comment-wrap {
    width: 100%;
    height: 52px;
    position: relative;
    border-bottom: 1px solid #d4dbdf;
}

.user-comment-area {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    padding: 5px 10px 5px 55px;
    resize: none;
    font-size: 13px;
    background-color: transparent;
}

.user-comment-wrap-1 {
    width: 100%;
    height: 40px;
    position: relative;
    margin: 8px 0;
}

.user-comment-area-1 {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    padding: 5px 10px 5px 55px;
    resize: none;
    font-size: 13px;
    background-color: #f4f4f4;
    border: 1px solid #bebcbf;
    border-radius: 25px;
}

.comment-user-1 {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 1px solid #bebcbf;
    position: absolute;
    left: 0px;
    top: 0px;
}

.comment-user {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 1px solid #bebcbf;
    position: absolute;
    left: 10px;
    top: 5px;
}

.mention-wrap {
    width: 100%;
    height: 22px;
    position: relative;
}

.mention-txtbox {
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    padding: 2px 60px 2px 35px;
    font-size: 13px;
    background: transparent;
}

.mention-to {
    position: absolute;
    left: 5px;
    top: 1px;
}

.mention-at {
    position: absolute;
    right: 30px;
    top: 1px;
    background-color: #bebcbf;
    padding: 0 5px;
    border-radius: 3px 0 0 3px;
    color: #fff;
    width: 28px;
    text-align: center;
    cursor: pointer;
    height: 20px;
}

.mention-user {
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: #bebcbf;
    padding: 0 5px;
    border-radius: 0 3px 3px 0;
    color: #fff;
    width: 28px;
    height: 20px;
    cursor: pointer;
}

.processing-files {
    padding: 10px 0 10px 20px;
    height: 200px;
}

.processing-files-item {
    padding: 3px 0;
    border-bottom: 1px dashed #aeaeae;
}

    .processing-files-item i {
        margin-right: 5px;
    }

.file-upload-count {
    padding: 5px 0;
    text-align: right;
    border-bottom: 1px solid #676767;
    font-size: 12px;
}

#myDropzone .file-type-icon.fa-file-pdf {
    color: #E53E3E;
}

#myDropzone .file-type-icon.fa-file-word {
    color: #3182CE;
}

#myDropzone .file-type-icon.fa-file-excel {
    color: #38A169;
}

#myDropzone .file-type-icon.fa-file-powerpoint {
    color: #DD6B20;
}

#myDropzone .file-type-icon.fa-file-alt {
    color: #718096;
}

#myDropzone .file-type-icon.fa-file-archive {
    color: #D69E2E;
}

#myDropzone .file-type-icon.fa-file-image {
    color: #ED8936;
}
/*********************************************************
                 altair POPUP Overlay
*********************************************************/
.kha-popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

/*********************************************************
                 altair Structure CSS
*********************************************************/
.screen-wrapper-1 {
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
    transition: all 0.5s ease;
}

.screen-wrapper-2 {
    float: left;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.screen-wrapper-3 {
    height: 100%;
    width: calc(100% - 50px);
    float: left;
    transition: all 0.5s ease;
    border-bottom: 8px solid #000;
}

.screen-wrapper-main {
    float: left;
    height: 100%;
    width: 100%;
    position: relative;
}

/*********************************************************
                 Template Type 1 Structure CSS
*********************************************************/

.template-type-1 {
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.template-type-1-col-1 {
    height: 100%;
    width: 300px;
    float: left;
    border-right: 1px dashed #0067c6;
}

.template-type-1-col-2 {
    height: 100%;
    width: 300px;
    float: left;
    border-right: 1px dashed #0067c6;
}

.template-type-1-col-main {
    height: 100%;
    width: calc(100% - 600px);
    float: left;
}

/*********************************************************
                 Template Type 2 Structure CSS
*********************************************************/

.template-type-2 {
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.template-type-2-col-main {
    height: 100%;
    width: calc(100% - 900px);
    float: left;
    border-right: 1px dashed #0067c6;
}

.template-type-2-col-2 {
    height: 100%;
    width: 300px;
    float: left;
    border-right: 1px dashed #0067c6;
}

.template-type-2-col-3 {
    height: 100%;
    width: 300px;
    float: left;
    border-right: 1px dashed #0067c6;
}

.template-type-2-col-4 {
    height: 100%;
    width: 300px;
    float: left;
}

/*********************************************************
                 Template Type 3 Structure CSS
*********************************************************/

.template-type-3 {
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.template-type-3-col-1 {
    height: 100%;
    width: 300px;
    float: left;
    border-right: 1px dashed #0067c6;
}

.template-type-3-col-main {
    height: 100%;
    width: calc(100% - 600px);
    float: left;
    border-right: 1px dashed #0067c6;
}

.template-type-3-col-3 {
    height: 100%;
    width: 300px;
    float: left;
}

/********************************************************************
                            Application Manager Content
***********************************************************************/
.application_box {
    width: 100%;
    height: 100%;
}

.head_box {
    height: 40px;
    margin: 0 8px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 6px;
    border-bottom: 4px solid #676767;
}

.application_box .app_head {
    color: #676767;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.title_header {
    display: flex;
    align-items: center;
    height: 56px;
    border-top: 2px solid #ccc;
    margin: 0 8px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    position: relative;
    padding-bottom: 4px;
}

    .title_header:after {
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #000;
        content: '';
    }

.data_box {
    height: calc(100% - 96px);
    background-color: #fff;
    margin: 0 8px 8px;
}

.title_header p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #aaaaaa;
    padding-left: 5px
}

.headerbar-rightpanel {
    height: 35px;
}

.space_head {
    width: 36px;
    height: 100%;
}

.app_id {
    width: 120px;
}

.app_no,
.app_no_data {
    width: 200px;
}

.prep_by {
    width: 230px;
}

.status {
    width: 180px;
}

.d_space {
    display: flex;
    align-items: center;
}

.d_justify {
    justify-content: space-between;
    padding-right: 10px;
}

.carret_icons .fa-solid {
    display: block;
    color: #aaaaaa;
    line-height: 8px;
}

.carret_icons .fa-caret-up {
    margin-bottom: 0;
    cursor: pointer;
}

.carret_icons .fa-caret-down {
    margin-top: 0;
    cursor: pointer;
}

    .carret_icons .fa-caret-up:hover,
    .carret_icons .fa-caret-down:hover {
        color: #cbcacc;
    } 

.carret_icons .fa-solid.active {
    color: #0075ba;
}

.white_space {
    width: 100%;
    height: 22px;
    margin-top: 2px;
    padding: 0 2px;
    border-radius: 3px;
}

    .white_space input {
        background-color: #f4f4f4;
        width: 100%;
        height: 100%;
        border: 0;
        outline: 0;
        padding: 0 5px;
    }

.border_box {
    height: 4px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.data_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 43px;
    border-bottom: 1px solid #ccc;
    padding-left: 2px;
}

    .data_row:hover,
    .data_row.active {
        background-color: #fbdea8;
        cursor: pointer;
    }

    .data_row p {
        color: #999;
        font-size: 13px;
    }

.app_data {
    width: 156px;
    display: flex;
    align-items: center;
}

    .app_data p {
        text-transform: uppercase;
        margin-left: 10px;
    }

.app_name,
.app_name_data {
    width: 300px;
}

.app-desc {
    flex-grow: 1;
    width: 1px;
}


.app_name .d_space p {
    margin-right: 20px;
}

.app_desc_data {
    flex-grow: 1;
    width: 1px;
    padding: 0 5px;
}

    .app_desc_data p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.app_name_data p {
    text-transform: capitalize;
}

.prep_data {
    width: 230px;
    display: flex;
    align-items: center;
    padding: 0 5px;
}

    .prep_data img {
        border-radius: 50%;
        border: 2px solid #ccc;
    }

    .prep_data p {
        text-transform: uppercase;
        margin-left: 10px;
    }

.status_data {
    width: 180px;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.last_subs {
    width: 150px;
}

.last_subs_data {
    width: 150px;
    padding: 0 5px;
}

.status_data p {
    text-transform: uppercase;
}

.read_subs {
    width: 44px;
    text-align: center;
    color: #aaaaaa;
}
.read_subs:hover {
    color: #1e90ff;
}

.read_subs:hover .fa-edit {
    color: #1e90ff;
}
.read_subs .btn {
    color: #aaa;
}

.del_subs {
    width: 44px;
    text-align: center;
    color: #aaaaaa;
}

.del_subs .btn {
    color: #aaa;
}
.del_subs:hover {
    color: red;
}

.del_subs:hover .fa-trash {
    color: red;
}
.deluser_subs:hover {
    color: red;
}
.status_data .pending {
    background: #cbcacc;
    color: #fff;
    border-radius: 15px;
    width: 155px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status_data .declined {
    background-color: #cc0000;
}

.status_data .inreview {
    background-color: #ec932e;
}

.app_name_data .small_para,
.prep_data p,
.status_data .pending,
.last_subs_data p {
    font-weight: 600;
    font-size: 12px;
}

.active_bg {
    background-color: #fbdea8;
}
/***********************************************************
                            POP UP
************************************************************/
.modal-dialog {
    max-width: 650px;
    width: 650px;
}

.popup-content {
    background-color: #f4f4f4 !important;
    padding: 0 10px 10px !important;
}

.popup-header {
    padding: 15px 0;
    border: 0;
}

.popup-content-wrap {
    padding-top: 15px;
}

.popup-title {
    font-size: 24px;
    color: #676767;
    font-weight: 600;
}

.popup-body {
    background-color: #fff;
    position: relative;
    padding: 20px;
}

.popup-icon {
    font-size: 28px;
    margin-right: 10px;
}

.close-popup {
    font-size: 24px;
    cursor: pointer;
    /*transition: all 0.5s;*/
}

.close-popup:hover {
    font-size: 26px;
    transition: all 0.5s.;
    color: red;
}

.popup-subtitle {
    border-bottom: 2px solid #676767;
    font-size: 18px;
    color: #676767;
    padding: 0 0 10px;
}

.popup-footer {
    background-color: #fff;
    border-top: 2px solid #f4f4f4;
}

.popup-btn {
    color: #676767;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 30px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 120px;
    text-align: center;
    border: 1px solid #676767;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}

button.popup-btn {
    background-color: #fff;
}

    .popup-btn:hover,
    button.popup-btn:hover {
        background-color: #f4f4f4;
    }

.popup-form {
    flex-grow: 1;
    width: 1px;
}

.popup-help {
    width: 250px;
    margin-left: 20px;
    background-color: #f4f4f4;
    min-height: 150px;
    max-height: 300px;
    padding-bottom: 10px;
}

.popup-help-heading {
    border-bottom: 2px solid #676767;
    font-weight: bold;
    color: #676767;
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    margin: 0 10px;
}

.help-txt {
    padding-top: 10px;
    height: calc(100% - 36px);
}

    .help-txt p {
        padding-bottom: 10px;
        font-size: 13px;
        color: #676767;
        line-height: 18px;
        text-align: justify;
    }
/***********************************
                Flex Model
***********************************/
.df {
    display: flex;
}

.aic {
    align-items: center;
}

.jcc {
    justify-content: center;
}

.jcsb {
    justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
}

.fdc {
    flex-direction: column;
}
/******************************************/

.theme-popup {
    background-color: #fff;
    border-radius: 6px;
    border: 2px solid #bebcbf;
    padding: 5px 8px;
    position: absolute;
    top: -100px;
    width: 130px;
    left: -50px;
    box-shadow: 0 0 5px black;
    z-index: 1000;
}

    .theme-popup::after {
        position: absolute;
        bottom: -8px;
        left: calc(50% - 5px);
        width: 12px;
        height: 12px;
        content: '';
        background-color: white;
        transform: rotate(45deg);
        border-radius: 2px;
        border-right: 2px solid #bebcbf;
        border-bottom: 2px solid #bebcbf;
    }

.theme-title {
    font-size: 13px;
    padding: 5px 0;
    border-bottom: 1px solid #d2d1d1;
    cursor: pointer;
}
/*****************************/
.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.h-full {
    height: 100%;
}

.down-arrow {
    margin-left: 5px;
}

.openDiv {
    display: block !important;
}

.activNav {
    background-color: #fbdea8 !important;
}
/*******************************/
.edit-panel-attachement {
    height: calc(100% - 40px);
    position: relative;
}

.edit-panel-attachement-outer {
    height: calc(100% - 90px);
    padding-top: 5px;
    display: none;
}

.list_attachment {
    height: 52px;
    background-color: #fff;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    border-radius: 5px;
    justify-content: flex-start;
    position: relative;
}

.list_attachment_icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background-size: 22px;
    border-radius: 50%;
    border: 1px solid #cbdffb;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.list_attachment_heading {
    width: calc(100% - 82px);
}

.list_attachment p {
    color: #696969;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.drop-files-area {
    height: 100%;
    /*height: 92px;
    position: absolute;
    bottom: 0;
    left: 0;*/
    width: 100%;
    padding: 5px 10px;
}

.drop-files-box {
    position: relative;
    /*border: 2px dashed #cecece;*/
    border-radius: 5px;
    /*height: 80px;*/
    height: 100%;
    /*background: url('../images/drop-file-bg.png') no-repeat center;*/
    overflow: hidden;
    background-size: contain;
}

    .drop-files-box .dropzone {
        padding: 0;
        /*min-height: 76px;*/
        height: 100%;
        background: no-repeat;
        border: 0;
    }

        .drop-files-box .dropzone .dz-message {
            margin: 0;
        }

    .drop-files-box .dz-button {
        display: none;
    }

    .drop-files-box .dropzone .dz-preview {
        margin: 0 0 2px;
        min-height: auto;
        width: 100%;
        padding: 0;
    }

        .drop-files-box .dropzone .dz-preview .dz-image {
            height: 50px;
            width: 98%;
            border-radius: 4px;
            margin: 0 1%;
            background: linear-gradient(to bottom, #eee, #ddd);
            border: 1px dashed #aeaeae;
            z-index: 1;
        }

        .drop-files-box .dropzone .dz-preview.dz-file-preview .dz-image {
            background: linear-gradient(to bottom, #eee, #ddd);
        }

        .drop-files-box .dropzone .dz-preview .dz-details {
            opacity: 1;
        }

        .drop-files-box .dropzone .dz-preview .dz-image img {
            display: none;
        }

        .drop-files-box .dropzone .dz-preview .dz-error-message {
            top: 55px;
            left: 75px;
        }

        .drop-files-box .dropzone .dz-preview .dz-details .dz-size {
            margin-bottom: 0;
            font-size: 10px;
        }

        .drop-files-box .dropzone .dz-preview .dz-details {
            font-size: 10px;
            padding: 0 10px;
            z-index: 1;
        }

            .drop-files-box .dropzone .dz-preview .dz-details .dz-filename {
                /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
                display: flex;
            }

        .drop-files-box .dropzone .dz-preview .dz-success-mark,
        .drop-files-box .dropzone .dz-preview .dz-error-mark {
            margin-left: -10px;
            margin-top: 0;
        }

            .drop-files-box .dropzone .dz-preview .dz-success-mark svg,
            .drop-files-box .dropzone .dz-preview .dz-error-mark svg {
                width: 20px;
                height: 20px;
            }

        .drop-files-box .dropzone .dz-preview .dz-progress {
            height: 10px;
            left: 0;
            top: 50%;
            margin-top: 5px;
            width: 90%;
            margin-left: 0;
            position: relative;
            animation: none;
            border: 2px solid #ccc;
            background-color: #e2e2e2;
            opacity: 1 !important;
        }

.sidebar-panel-click {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.hide-sidebar .sidebar-panel-click {
    display: block;
}
/****************Altair ToolTip*****************/

.show-tooltip {
    position: relative;
}

.kha-tooltip {
    display: none;
}

.leftpanel-collapsed .kha-tooltip {
    display: none;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background-color: #fac744;
    border-radius: 4px;
    color: #5a5a5a;
    font-size: 12px;
    padding: 4px 5px;
    line-height: 14px;
    transition: all .15s ease-in-out;
    text-align: center;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

.leftpanel-collapsed .show-tooltip.tooltip-fix-pos .kha-tooltip {
    position: fixed;
    height: 24px;
}

    .leftpanel-collapsed .show-tooltip.tooltip-fix-pos .kha-tooltip::after {
        position: absolute;
        content: " ";
        top: 50%;
        left: -9px;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #fac744 transparent transparent;
    }

.tooltip-line-2 {
    white-space: nowrap;
    border-top: 1px dashed #000;
    padding-top: 5px;
    margin-top: 5px;
    display: block;
}

.show-tooltip.left .kha-tooltip {
    top: 50%;
    right: 100%;
    margin-top: -28px;
}

.show-tooltip::after {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    content: " ";
    border-width: 5px;
    border-style: solid;
    transition: all .15s ease-in-out;
}

.show-tooltip.left::after {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-color: transparent transparent transparent #fac744;
}

.leftpanel-collapsed .show-tooltip:hover .kha-tooltip,
.leftpanel-collapsed .show-tooltip:hover::after {
    opacity: 1;
    z-index: 999;
    display: block;
}
/************************ Update Account *********************/
.ua-popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    overflow: auto;
    position: fixed;
    background-color: #fff;
    display: block;
}

.page-top-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 3px solid #bebcbf;
    z-index: 9;
    height: 46px;
    background-color: #fff;
}

    .page-top-header img {
        padding-left: 10px;
        height: 40px;
    }

.account-upgrade {
    height: 100%;
}

.subs-pg-wrapper {
    max-width: 1050px;
    margin: 0 auto;
    min-height: calc(100% - 65px);
    padding-top: 100px;
    padding-bottom: 50px;
}

.subsc-pg-header {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .subsc-pg-header h1 {
        font-family: Impact;
        color: #bebcbf;
        font-size: 44px;
        font-weight: normal;
        outline: none;
    }

    .subsc-pg-header p {
        margin-top: 18px;
        line-height: 22px;
        font-size: 28px;
        font-weight: bold;
        color: #bebcbf;
        cursor: pointer;
    }

        .subsc-pg-header p:hover {
            color: #696969;
        }

.usubsc-pg-header {
    margin-top: 50px;
    text-align: center;
}

    .usubsc-pg-header h1 {
        font-family: Impact;
        color: #bebcbf;
        font-size: 44px;
        font-weight: normal;
    }

    .usubsc-pg-header p {
        font-size: 18px;
        color: #424242;
        margin-top: 18px;
        font-weight: bold;
        line-height: 22px;
    }

.subs-detail-wrap {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.subs-detail-left {
    width: calc(100% - 296px);
}

.subs-detail-block {
    border-radius: 8px;
    border: 1px solid #bebcbf;
    background-color: #fff;
    margin-bottom: 5px;
}

.subs-detail-block-head {
    background-color: #bebcbf;
    border-radius: 6px 6px 0 0;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 15px;
}

.subs-detail-block-subhead {
    height: 32px;
    background-color: #eae8ea;
    padding: 5px 0 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subs-detail-block-main-head {
    font-size: 16px;
    font-weight: bold;
    color: #696969;
    margin: 5px 0;
    width: calc(100% - 120px);
}

.choose-plan-bl1-foot {
    height: 54px;
    background-color: #ffedc8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    text-transform: uppercase;
    color: #4c4e50;
    border-radius: 6px;
    font-weight: bold;
    padding: 0 15px;
    MARGIN: 0 10px 10px;
    position: relative;
}

.no-of-lic {
    margin: 0;
    border-radius: 0;
    height: 48px;
    font-size: 16px;
    text-transform: none;
}

.subs-section {
    padding: 5px 15px;
}

.subs-section-heading {
    font-size: 14px;
    font-weight: bold;
    color: #696969;
    padding: 10px 0;
}

.subs-field-row {
    width: calc(100% - 20px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.subs-field-50 {
    width: calc(50% - 10px);
    display: flex;
    justify-content: space-between;
}

.subs-field-50 {
    width: calc(50% - 10px);
    display: flex;
    justify-content: space-between;
}

.subs-field-35 {
    width: calc(35% - 10px);
    display: flex;
    justify-content: space-between;
}

.subs-field-65 {
    width: calc(65% - 10px);
    display: flex;
    justify-content: space-between;
}

.subs-field-70 {
    width: calc(70% - 10px);
    display: flex;
    justify-content: space-between;
}

.subs-field-small-50 {
    width: calc(50% - 1px);
}

    .subs-field-small-50:first-child .subs-field-wrap input {
        border-radius: 6px 0 0 6px;
    }

    .subs-field-small-50:last-child .subs-field-wrap input {
        border-radius: 0 6px 6px 0;
    }

.subs-field-wrap {
    position: relative;
    width: 100%;
}

    .subs-field-wrap input {
        height: 60px;
        width: 100%;
        border: 0;
        background-color: #eae8ea;
        border-radius: 6px;
        padding: 20px 10px 5px;
        color: #696969;
        font-size: 14px;
        font-weight: bold;
    }

    .subs-field-wrap select {
        height: 60px;
        width: 100%;
        border: 0;
        background-color: #eae8ea;
        border-radius: 6px;
        padding: 20px 10px 5px;
        color: #696969;
        font-size: 14px;
        font-weight: bold;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /*background-image: url(../images/drop-icon-new.png);*/
        background-position: right center;
        background-repeat: no-repeat;
    }

    .subs-field-wrap label {
        color: #636e7b;
        font-size: 12px;
        position: absolute;
        left: 10px;
        top: 5px;
    }

.subs-coupon-btn {
    width: calc(25% - 10px);
    height: 60px;
    border-radius: 4px;
    border: 2px solid #bebcbf;
    background-color: #eae8ea;
    color: #696969;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
}

    .subs-coupon-btn:hover {
        background-color: #bebcbf;
        color: #fff;
    }

.txt-upcase {
    text-transform: uppercase;
}

.subs-detail-right {
    width: 290px;
}

.subs-order-block {
    border-radius: 8px;
    border: 1px solid #bebcbf;
    background-color: #eae8ea;
    margin-bottom: 5px;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subs-order-btn-block {
    width: 35%;
}

.subs-order-btn,
.subs-order-btn:focus {
    height: 60px;
    border-radius: 6px;
    border: 2px solid #ffa800;
    background-color: #ffa800;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}

    .subs-order-btn:hover {
        background-color: #bebcbf;
        border-color: #bebcbf;
        color: #fff;
    }

.subs-order-detail {
    width: 55%;
    margin-left: 20px;
}

    .subs-order-detail .order-total {
        color: #696969;
        font-size: 16px;
        font-weight: bold;
    }

.subs-faq-section {
    margin-top: 60px;
}

.subs-faq-header {
    margin-bottom: 20px;
    position: relative;
    height: 20px;
}

    .subs-faq-header p {
        font-size: 18px;
        font-weight: bold;
        background-color: #fff;
        color: #868482;
        position: relative;
        z-index: 1;
        float: left;
        padding-right: 5px;
    }

    .subs-faq-header::after {
        position: absolute;
        left: 0;
        top: 9px;
        width: 100%;
        height: 4px;
        background-color: #868482;
        content: '';
    }

.subs-faq-q {
    font-size: 16px;
    font-weight: bold;
    color: #868482;
    margin-bottom: 10px;
    text-align: justify;
}

.subs-faq-a {
    font-size: 14px;
    color: #868482;
    margin-bottom: 20px;
    text-align: justify;
}

.footer-copyright-statement {
    height: 60px;
    border-top: 3px solid #bebcbf;
    font-size: 12px;
    text-align: center;
    color: #696969;
    margin-top: 5px;
    padding: 20px 0;
}

    .footer-copyright-statement a,
    .subs-order-note a,
    .subs-order-detail .order-tc a {
        color: #ffa800;
    }

.subs-order-note {
    font-size: 12px;
    color: #636e7b;
    text-align: center;
    padding: 15px;
}

.subs-order-summary {
    margin: 5px 15px;
    border-top: 2px solid #bebcbf;
    border-bottom: 2px solid #bebcbf;
    padding: 5px 0 20px;
}

.subs-detail-block-main-head {
    font-size: 16px;
    font-weight: bold;
    color: #696969;
    margin: 5px 0;
    width: calc(100% - 120px);
}

.subs-order-summary-row {
    color: #696969;
    min-height: 20px;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
}

.subs-order-summary-total .subs-order-summary-row {
    color: #696969;
    font-weight: bold;
    font-size: 20px;
}

.subs-order-summary-col1 {
    width: calc(100% - 70px);
}

.subs-order-summary-total .subs-order-summary-col1 {
    width: 70px;
}

.subs-order-summary-col2 {
    width: 70px;
    text-align: right;
}

.subs-order-summary-total .subs-order-summary-col2 {
    width: calc(100% - 70px);
}

.subs-order-summary-total {
    margin: 5px 15px;
    padding: 10px 0 25px;
}

.subs-order-summary-total-btn {
    width: 90%;
    margin: 0 auto;
}

.subs-number {
    color: #bebcbf;
    font-weight: bold;
    font-size: 14px;
    margin: 2px auto 15px;
    text-align: center;
}

.subs-detail-block-footer {
    background-color: #eae8ea;
    border-radius: 0 0 6px 6px;
    color: #696969;
    font-size: 12px;
    padding: 10px 15px;
}

.txt-11 {
    font-size: 11px !important;
}

.txt-gray {
    color: #b0b0b0 !important;
}

.subs-order-detail .order-tc {
    color: #5d6572;
    font-size: 12px;
}

.subs-user-block {
    height: 90px;
    /*border-bottom: 2px solid #eae8ea;*/
    display: flex;
    align-items: center;
}

.subs-user-pic {
    width: 64px;
    text-align: center;
}

    .subs-user-pic i {
        font-size: 36px;
        color: #bebcbf;
    }

.subs-info-block,
.subs-user-info-block {
    display: flex;
    width: calc(100% - 64px);
    align-items: center;
}

.subs-plan-name {
    width: calc(100% - 160px);
}

.subs-plan-head1 {
    font-weight: bold;
    font-size: 14px;
    color: #696969;
}

.subs-plan-head2 {
    font-size: 12px;
    color: #636e7b;
}

.icon-span {
    width: 40px;
    text-align: center;
    color: #eae8ea;
    font-size: 30px;
    cursor: pointer;
}

.subs-plan-price {
    width: 80px;
    font-weight: bold;
    font-size: 14px;
    color: #696969;
    text-align: right;
    margin-left: auto;
}

.icon-span {
    width: 40px;
    text-align: center;
    color: #eae8ea;
    font-size: 30px;
    cursor: pointer;
}

.subs-user-info {
    width: calc(100% - 145px);
    height: 78px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #bebcbf;
    border-radius: 6px;
    overflow: hidden;
}

.subs-user-fname {
    height: 50%;
    width: 50%;
    border-bottom: 1px solid #bebcbf;
    border-right: 1px solid #bebcbf;
    border-radius: 4px 0 0 0;
    position: relative;
}

.subs-user-info label {
    font-weight: normal;
    color: #bebcbf;
    font-size: 12px;
    position: absolute;
    left: 5px;
    top: 2px;
}

.subs-user-info input[type="text"] {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 16px 10px 3px 5px;
    color: #696969;
    font-size: 14px;
    font-weight: bold;
}

.subs-user-fname input {
    border-radius: 6px 0 0 0;
}

.subs-user-lname input {
    border-radius: 0 6px 0 0;
}

.subs-user-lname {
    height: 50%;
    width: 50%;
    border-bottom: 1px solid #bebcbf;
    border-radius: 0 4px 0 0;
    position: relative;
}

.subs-user-email {
    height: 50%;
    width: 100%;
    border-radius: 0 0 4px 4px;
    position: relative;
}

.subs-user-save-btn {
    width: 100px;
    height: 78px;
    border-radius: 4px;
    border: 2px solid #bebcbf;
    background-color: #eae8ea;
    color: #696969;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
}

    .subs-user-save-btn:hover {
        background-color: #bebcbf;
        color: #fff;
    }

.icon-span {
    width: 40px;
    text-align: center;
    color: #eae8ea;
    font-size: 30px;
    cursor: pointer;
}

    .icon-span:hover {
        color: #bebcbf;
    }

.subs-new-user-invite {
    height: 48px;
    padding-left: 60px;
    display: flex;
    align-items: center;
    color: #bebcbf;
    font-size: 16px;
    font-weight: bold;
}

    .subs-new-user-invite:hover {
        color: #696969;
    }

    .subs-new-user-invite span {
        margin-right: 10px;
        font-size: 22px;
        font-weight: normal;
        cursor: pointer;
    }

.subsc-pg-feature-block {
    margin: 40px 0 0;
    display: flex;
    justify-content: flex-start;
}

.logo-img {
    width: 280px;
    text-align: center;
}

    .logo-img img {
        width: 190px;
    }

.subsc-pg-feature-list {
    margin-left: 30px;
}

    .subsc-pg-feature-list p {
        font-size: 14px;
        color: #696969;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .subsc-pg-feature-list ul {
        margin-left: 5px;
    }

        .subsc-pg-feature-list ul li {
            font-size: 14px;
            margin-bottom: 15px;
            color: #424242;
            padding-left: 15px;
            position: relative;
        }

            .subsc-pg-feature-list ul li::before {
                position: absolute;
                left: 0;
                top: 4px;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background-color: #424242;
                content: '';
            }

.plan-duration-block {
    margin-top: 60px;
}

.plan-duration-tabs {
    height: 46px;
    display: flex;
    padding: 0 20px;
    background-color: #eae8ea;
}

    .plan-duration-tabs li {
        width: 503px;
        height: 46px;
        background-color: #bebcbf;
        border-radius: 4px 4px 0 0;
        border: 2px solid #eae8ea;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: #696969;
        font-size: 18px;
        font-weight: bold;
        margin-right: 2px;
    }

        .plan-duration-tabs li.active {
            background-color: #ffedc8;
            border: 2px solid #f69638;
            color: #f69638;
        }

.choose-plan-main-wrap {
    background-color: #eae8ea;
    padding: 0 20px;
    border-radius: 0;
}

.choose-plan-wrap {
    display: flex;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
}

.choose-plan-bl1 {
    width: calc(100% - 664px);
    border-radius: 4px 0 0 0;
}

.plan-radio-col1 {
    height: 40px;
    background-color: #eae8ea;
}

.choose-plan-bl1-head {
    height: 44px;
    background-color: #bebcbf;
    border-radius: 4px 0 0 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #696969;
}

.choose-plan-content {
    height: 160px;
    padding: 10px 4px;
}

.choose-plan-bl1-desc {
    font-size: 13px;
    color: #7d7a7a;
    font-weight: bold;
    line-height: 16px;
    padding: 15px 0 20px;
}

.plan-highlight {
    color: #696969;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.choose-plan-bl2,
.choose-plan-bl3,
.choose-plan-bl4,
.choose-plan-bl5 {
    width: 332px;
    border-left: 4px solid #eae8ea;
}

.plan-radio-col {
    width: 332px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #eae8ea;
}

.choose-plan-bl2 .choose-plan-bl-head {
    height: 44px;
    background-color: #f69638;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.choose-plan-content {
    height: 160px;
    padding: 10px 4px;
}

.plan-value {
    margin: 25px 0;
    text-align: center;
}

.choose-plan-bl2 .plan-value {
    color: #f69638;
}

.curr-symbol {
    font-size: 32px;
}

.curr-value {
    font-size: 36px;
}

.curr-type {
    font-size: 16px;
}

.txt-bold {
    font-weight: bold;
}

.plan-total {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.choose-plan-bl2 .plan-total {
    color: #f69638;
}

.plan-total span {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
}

    .plan-total span.billed-month {
        color: #bfbfbf;
        display: block;
    }

.choose-plan-bl2 .choose-plan-bl-foot {
    height: 54px;
    background-color: #f69638;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    margin: 0 10px 10px;
    cursor: pointer;
}

.choose-plan-bl3 .choose-plan-bl-head {
    height: 44px;
    background-color: #359f4a;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.popular-plan {
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -62px;
    width: 124px;
    height: 24px;
    background-color: #ffedc8;
    border-radius: 4px;
    color: #4c4e50;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
    border: 1px solid #c0c0c0;
}

.choose-plan-bl3 .plan-value {
    color: #359f4a;
}

.choose-plan-bl3 .plan-total {
    color: #359f4a;
}

.choose-plan-bl3 .choose-plan-bl-foot {
    height: 54px;
    background-color: #359f4a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    margin: 0 10px 10px;
}

.choose-plan-bl4 .choose-plan-bl-head {
    height: 44px;
    background-color: #1ca0cc;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.choose-plan-content {
    height: 160px;
    padding: 10px 4px;
}

.choose-plan-bl4 .plan-value {
    color: #1ca0cc;
}

.choose-plan-bl4 .plan-total {
    color: #1ca0cc;
}

.choose-plan-bl4 .choose-plan-bl-foot {
    height: 54px;
    background-color: #1ca0cc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    margin: 0 10px 10px;
}

.choose-plan-bl5 .choose-plan-bl-head {
    height: 44px;
    background-color: #a359d0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.plan-contact {
    height: 160px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 72px;
    color: #a359d0;
}

    .plan-contact p {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        margin: 10px 0;
        text-align: center;
    }

.choose-plan-bl5 .choose-plan-bl-foot {
    height: 54px;
    background-color: #a359d0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    margin: 0 10px 10px;
}

.subs-plan-wrapper {
    background-color: #eae8ea;
    border-radius: 0 0 6px 6px;
    padding: 0 20px 20px;
    min-height: 400px;
    margin-top: 0;
}

.subs-tbl-header {
    height: 45px;
    background-color: #eae8ea;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subs-row-col1 {
    width: calc(100% - 664px);
    display: flex;
    align-items: center;
    height: 44px;
}

.subs-tbl-header .subs-row-col1 p {
    color: #424242;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}

.subs-tbl-row {
    height: 45px;
    background-color: #fff;
    border-bottom: 1px solid #e8effb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .subs-tbl-row p {
        color: #636e7b;
        font-size: 14px;
    }

    .subs-tbl-row .subs-row-col1 p {
        position: relative;
        padding-left: 25px;
    }

        .subs-tbl-row .subs-row-col1 p::before {
            position: absolute;
            left: 10px;
            top: 4px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #bebcbf;
            content: '';
        }

.subs-row-col2 {
    width: 332px;
    border-left: 4px solid #eae8ea;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-size: 20px;
    color: #f69638;
}

.subs-row-col3 {
    width: 332px;
    border-left: 4px solid #eae8ea;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-size: 20px;
    color: #359f4a;
}

.subs-row-col4 {
    width: 166px;
    border-left: 4px solid #eae8ea;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-size: 20px;
    color: #1ca0cc;
}

.subs-row-col5 {
    width: 166px;
    border-left: 4px solid #eae8ea;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    font-size: 20px;
    color: #a359d0;
}

.subs-plan-footer {
    height: 78px;
    background-color: #bebcbf;
    border-radius: 0 0 6px 6px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.subs-footer-col1 {
    width: calc(100% - 664px);
    height: 78px;
}

.subs-footer-col2,
.subs-footer-col3,
.subs-footer-col4,
.subs-footer-col5 {
    width: 332px;
    border-left: 4px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 78px;
}

.subs-plan-footer .choose-plan-bl-foot {
    margin: 0;
    width: 90%;
    height: 54px;
    background-color: #f69638;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}

.subs-footer-col2 .choose-plan-bl-foot {
    background-color: #f69638;
}

.subs-footer-col3 .choose-plan-bl-foot {
    background-color: #359f4a;
}

.subs-footer-col4 .choose-plan-bl-foot {
    background-color: #1ca0cc;
}

.subs-footer-col5 .choose-plan-bl-foot {
    background-color: #a359d0;
}

.choose-plan-bl-foot:hover {
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.5);
}

/*************** Radio Button CSS***************/
.plan-radio-col [type="radio"]:checked,
.plan-radio-col [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none;
    margin: 0;
}

    .plan-radio-col [type="radio"]:checked + label,
    .plan-radio-col [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 26px;
        cursor: pointer;
        line-height: 26px;
        display: inline-block;
        margin: 0;
        height: 26px;
    }

        .plan-radio-col [type="radio"]:checked + label:before,
        .plan-radio-col [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 26px;
            height: 26px;
            border: 2px solid #666;
            border-radius: 100%;
            background: none;
        }

        .plan-radio-col [type="radio"]:checked + label:after,
        .plan-radio-col [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 18px;
            height: 18px;
            background: #666;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .plan-radio-col [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .plan-radio-col [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }
/********************** WorkSpace CSS ************************/
.free-trial-bar {
    height: 38px;
    background-color: rgba(253,255,205,0.9);
    border-top: 1px solid #ffcd35;
    border-bottom: 1px solid #ffcd35;
    color: #55606a;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    width: 100%;
    z-index: 101;
}

    .free-trial-bar img {
        float: right;
        margin: 2px 10px 0 0;
        cursor: pointer;
    }

.workspace-screen {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #bebcbf;
    z-index: 101;
    width: 0; /*100%*/
    overflow: hidden;
    -webkit-transition: width 1000ms;
    -moz-transition: width 1000ms;
    -o-transition: width 1000ms;
    -ms-transition: width 1000ms;
    transition: width 1000ms;
}

.wss-wrap {
    display: flex;
    width: 100%;
    height: 100%;
}

.ws-left-panel {
    width: 360px;
    height: 100%;
    background-color: #bebcbf;
    padding: 70px 20px 0;
}

.workspace-back-container {
    padding: 20px 0;
}

.workspace-back-icon {
    display: flex;
    align-items: center;
    font-size: 21px;
    justify-content: flex-end;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 0px;
    cursor: pointer;
}

    .workspace-back-icon i {
        margin-right: 10px;
        font-size: 24px;
    }

.workspace-main-menu-list-item {
    margin-bottom: 1px;
}

.main-menu-list-item-subitem {
    width: 100%;
    border-bottom: 1px solid #eae8ea;
    display: flex;
    height: 42px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 0 15px;
    align-items: center;
    cursor: pointer;
}

    .main-menu-list-item-subitem:hover,
    .main-menu-list-item-subitem.active {
        background-color: #eae8ea;
    }

        .main-menu-list-item-subitem:hover .workspace-main-menu-icon,
        .main-menu-list-item-subitem.active .workspace-main-menu-icon,
        .main-menu-list-item-subitem:hover .ws-item-title,
        .main-menu-list-item-subitem.active .ws-item-title {
            color: #696969;
        }

.workspace-main-menu-icon {
    margin-right: 10px;
    font-size: 22px;
    width: 28px;
}

.ws-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ws-right-panel {
    width: calc(100% - 360px);
    height: calc(100% - 18px);
    background-color: #fff;
    position: relative;
}

.ws-frame-panel {
    height: calc(100% - 10px);
    margin: 5px;
    border: 3px solid #c5c5c5;
    border-radius: 12px;
}

.ws-contentpanel {
    position: relative;
    padding: 5px 0 0 0;
    height: 100%;
    background-color: #f4f4f4;
}

.ws-body-wrapper {
    height: calc(100% - 138px);
    padding: 10px 10px 0 10px;
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
}

.my-ws-section {
    display: flex;
    width: 100%;
    height: 100%;
}

.ws-body-wrapper-left {
    width: calc(100% - 428px);
    height: 100%;
    background: none;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #bebcbf;
}

.hide-right-pane .ws-body-wrapper-left {
    width: calc(100% - 58px);
}

.ws-navigation {
    width: 350px;
    height: 100%;
    padding: 0 15px;
    background-color: #eae8ea;
    border-radius: 8px 0 0 8px;
}

.ws-middle-panel {
    width: calc(100% - 350px);
    height: 100%;
    border-radius: 0 8px 8px 0;
    background-color: #fff;
}

.ws-body-wrapper-right {
    width: 420px;
    height: 100%;
    margin-left: 8px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}

.hide-right-pane .ws-body-wrapper-right {
    width: 50px;
}

.ws-nav-heading {
    border-bottom: 4px solid #bebcbf;
    height: 42px;
    display: flex;
    align-items: center;
    margin: 5px 0 0 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    color: #bebcbf;
}

.subs-menu-item {
    padding: 3px 0 3px 5px;
    border-bottom: 1px solid #bebcbf;
    height: 36px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

    .subs-menu-item:hover,
    .subs-menu-item.active {
        background-color: #ffe4ad;
    }

.subs-menu-item-icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    font-size: 20px;
    color: #696969;
}

.subs-menu-item-text {
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    font-weight: 600;
    color: #696969;
    display: inline-block;
    max-width: calc(100% - 60px);
}

.ws-my-workspace {
    height: 100%;
    /* display: none; */
}

.workspaces-title-wrapper {
    border-bottom: 4px solid #bebcbf;
    box-sizing: border-box;
    height: 47px;
    display: flex;
    align-items: center;
    margin: 0 16px 0 10px;
    padding-top: 5px;
}

.workspaces-title-left-col {
    width: calc(100% - 100px);
    display: inline-block;
    float: left;
}

.workspaces-title-right-col {
    width: 100px;
    display: inline-block;
    float: left;
}

.workspaces-title {
    color: #bebcbf;
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
}

.lic-main-wrapper {
    height: calc(100% - 36px);
}

.admin-main-screen-item {
    padding: 12px 15px;
    margin: 10px;
    height: 106px;
    display: flex;
    justify-content: flex-start;
    width: calc(33% - 20px);
    align-items: center;
    position: relative;
    float: left;
}

    .admin-main-screen-item:hover {
        background-color: #eae8ea;
    }

.admin-main-screen-item-icon {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    font-size: 68px;
    color: #bebcbf;
}

.admin-main-screen-item-header {
    width: calc(100% - 80px);
}

.admin-main-screen-item-heading {
    color: #696969;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: "Impact";
    text-decoration: none;
    line-height: 20px;
}

.admin-main-screen-item-desc {
    color: #696969;
    font-size: 12px;
}

.ws-right-content {
    width: calc(100% - 50px);
    height: 100%;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    position: relative;
}

.ws-right-nav {
    width: 50px;
    height: 100%;
    padding-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #bebcbf;
    border-radius: 0 8px 8px 0;
}

.admin-help-container {
    width: calc(100% - 460px);
    float: right;
    height: 100%;
    padding: 20px;
}

.acc-info-form {
    float: left;
    width: 460px;
    height: 100%;
    padding: 10px 0;
}

.comment-header {
    min-height: 30px;
    border-left: 4px solid #bebcbf;
    padding-left: 8px;
}

.comment-header-title-1 {
    color: #a7a7a7;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.comment-header-title-2 {
    color: #a7a7a7;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
}

.comment-header-title-2 {
    font-size: 14px;
    line-height: 14px;
}

.comment-body {
    padding-left: 13px;
    padding-top: 10px;
}

.comment-text {
    color: #a7a7a7;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
}

.field-group-wrap {
    margin-bottom: 5px;
}

.field-group {
    position: relative;
}

.form-field {
    height: 46px;
    width: 100%;
    border: 1px solid #bebcbf;
    color: #636e7b;
    border-radius: 4px;
    font-size: 15px;
    padding: 16px 10px 5px 8px;
    background-color: transparent;
    outline: none;
}

    .form-field:hover .form-field {
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

.form-field-lbl {
    position: absolute;
    left: 8px;
    top: 2px;
    font-weight: normal;
    margin: 0;
    font-size: 12px;
    color: #bebcbf;
}

.user-list-box {
    background-color: #fff;
    border: 1px solid #bebcbf;
    color: #636e7b;
    padding: 20px 0 5px 0;
    font-size: 15px;
    height: 220px;
    border-radius: 4px;
    width: 100%;
}

.user-list-box-item {
    border-bottom: 1px solid #bebcbf;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .user-list-box-item:first-child {
        border-top: 1px solid #bebcbf;
    }

    .user-list-box-item:hover {
        background-color: #ffe4ad;
    }

    .user-list-box-item i {
        font-size: 18px;
        margin-right: 5px;
    }

.sub-lic-wrap {
    height: 100%;
}

.lic-header {
    position: relative;
    height: 26px;
    display: flex;
    background-color: #eae8ea;
    color: #696969;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #bebcbf;
    margin: 2px 16px 0 10px;
    align-items: center;
}

.subs-lic-row {
    height: 45px;
    border-bottom: 1px solid #bebcbf;
    display: flex;
    align-items: center;
    color: #696969;
    font-size: 14px;
    font-weight: bold;
}

    .subs-lic-row:hover,
    .subs-lic-row.active {
        background-color: #ffe4ad;
    }

.sub-lic-col1 {
    width: 50px;
    font-size: 18px;
    padding-left: 5px;
}

.sub-lic-col2 {
    width: 1px;
    flex-grow: 1;
    font-family: "Courier New";
    text-transform: uppercase;
}

.sub-lic-col3 {
    width: 220px;
    font-size: 12px;
    font-weight: bold;
}

.sub-lic-col4 {
    width: 100px;
    font-size: 12px;
    font-weight: bold;
}

.sub-lic-col5 {
    width: 50px;
    color: #696969;
    font-size: 26px;
    text-align: center;
}

.lic-footer {
    height: 30px;
    border-top: 1px solid #bebcbf;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 16px 0 10px;
}

    .lic-footer p {
        font-size: 13px;
        color: #696969;
    }

.subs-lic-row-wrapper {
    height: calc(100% - 56px);
}

.help-content-header {
    min-height: 30px;
    border-left: 4px solid #bebcbf;
    padding-left: 8px;
}

.hch-title-1 {
    color: #a7a7a7;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.hch-title-2 {
    color: #a7a7a7;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
}

.help-content-body {
    padding-left: 13px;
    padding-top: 10px;
}

.help-content-text {
    color: #a7a7a7;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
    text-align: justify;
}

.lpd-header {
    border-bottom: 3px solid #bebcbf;
    box-sizing: border-box;
    height: 42px;
    display: flex;
    align-items: center;
    margin: 5px 16px 0 10px;
}

.lpd-header-txt {
    color: #bebcbf;
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
}

.lpdt-header {
    position: relative;
    height: 26px;
    display: flex;
    background-color: #eae8ea;
    border-bottom: 1px solid #bebcbf;
    margin: 2px 16px 0 10px;
    align-items: center;
}

.uld-panel {
    height: calc(100% - 75px);
}

.license-box {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.license-container {
    width: 260px;
    height: 150px;
    margin: 10px 0 0 0;
    float: left;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    border: 2px dashed #696969;
    border-radius: 12px;
    background-color: #f5f5f5;
    box-shadow: 0 0 5px;
}

.license-no {
    position: absolute;
    left: 0;
    top: 15px;
    width: 100%;
    border-top: 1px dotted #696969;
    border-bottom: 1px dotted #696969;
    padding: 5px 0;
    background-color: #e3e3e3;
}

    .license-no p {
        font-family: Impact;
        font-size: 22px;
        color: #696969;
        text-align: center;
    }

        .license-no p span {
            font-family: Arial;
            font-size: 10px;
            color: #696969;
            display: block;
            text-transform: uppercase;
            font-weight: bold;
            line-height: 12px;
            margin-top: 5px;
        }

.license-type {
    position: absolute;
    left: 30px;
    top: 80px;
    width: 140px;
}

    .license-type p {
        font-family: Impact;
        font-size: 22px;
        color: #696969;
        text-align: center;
    }

        .license-type p span {
            font-family: Arial;
            font-size: 11px;
            display: block;
            text-transform: uppercase;
            font-weight: bold;
            line-height: 20px;
        }

.license-ver {
    position: absolute;
    right: 20px;
    top: 75px;
    font-size: 60px;
    width: 60px;
}

    .license-ver span {
        color: #fff;
        font-family: Impact;
        font-size: 32px;
        position: absolute;
        left: 35%;
        top: 35%;
    }

.edit-project-field {
    border-bottom: 1px solid #dfe5e7;
    padding: 5px 0;
    min-height: 36px;
}

.edit-box-input {
    position: relative;
    margin-bottom: 4px;
}

input.edit-box-input-txt {
    height: 46px;
    background: none;
    border: 1px solid #bebcbf;
    color: #696969;
    font-size: 14px;
    padding: 20px 5px 4px 8px;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}

label.edit-box-label {
    color: #bebcbf;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 2px;
    -webkit-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    transition: top 0.2s ease;
    margin: 0 !important;
}

select.edit-box-select {
    height: 46px;
    background: none;
    border: 1px solid #bebcbf;
    color: #696969;
    font-size: 14px;
    padding: 20px 5px 4px 4px;
    width: 100%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

    select.edit-box-select option:hover {
        box-shadow: 0 0 10px 100px #f00 inset;
    }

.css-custom-blue-check {
    margin: 0;
    width: auto;
    min-height: 20px;
}

    .css-custom-blue-check input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .css-custom-blue-check label {
        position: relative;
        cursor: pointer;
        color: #696969;
        margin: 0;
        width: auto;
        height: auto;
        padding-left: 20px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .css-custom-blue-check label::before {
            content: '';
            -webkit-appearance: none;
            border: 2px solid #bebcbf;
            padding: 6px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            border-radius: 3px;
            height: 16px;
            width: 16px;
            position: absolute;
            top: 0;
            left: 0;
        }

    .css-custom-blue-check input:checked + label::before {
        content: '';
        -webkit-appearance: none;
        background-color: #bebcbf;
        padding: 6px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 3px;
        height: 16px;
        width: 16px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .css-custom-blue-check input:checked + label::after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 5px;
        width: 7px;
        height: 10px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg);
        border-radius: 0 0 1px 0;
    }

.bg-white {
    background-color: #fff;
}

.current-plan-alert {
    height: 54px;
    background-color: #ffffe5;
    border-radius: 6px 6px 0 0;
    border-bottom: 3px solid #ced1d4;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #444c54;
}

    .current-plan-alert .warning-icon {
        color: #ffd42a;
        text-shadow: 0px 0px 2px #000;
        font-size: 26px;
        margin: 0 10px;
    }

.change-plan-wrap {
    display: flex;
    padding: 0 35px;
    justify-content: space-between;
}

.change-plan-l {
    width: 364px;
}

.cancel-subs-txt {
    font-size: 14px;
    color: #444c54;
    line-height: 18px;
    margin: 15px 0;
}

.cancel-subs-block {
    height: 54px;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.cancel-subs-block-item {
    border: 1px solid #b5bdc4;
    border-radius: 4px;
    height: 54px;
    position: relative;
}

    .cancel-subs-block-item:first-child {
        width: 194px;
    }

    .cancel-subs-block-item select {
        border: 0;
        background: none;
        outline: none;
        padding: 25px 5px 5px 2px;
        width: 100%;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        color: #696969;
        font-weight: bold;
    }

    .cancel-subs-block-item label {
        color: #b9b9b9;
        font-size: 13px;
        position: absolute;
        left: 5px;
        top: 5px;
        margin: 0;
    }

    .cancel-subs-block-item input[type="text"] {
        border: 0;
        background: none;
        outline: none;
        padding: 25px 5px 5px 5px;
        width: 100%;
        resize: none;
        color: #999;
        font-weight: bold;
    }

.cancel-subs-txt {
    font-size: 14px;
    color: #444c54;
    line-height: 18px;
    margin: 15px 0;
}

.change-plan-r {
    width: 257px;
    border: 1px solid #dfe5e7;
    background-color: #f6f8f9;
    border-radius: 4px;
    margin: 20px 0;
    position: relative;
}

.plan-row {
    height: 40px;
    margin: 35px 0;
    padding: 0 5px;
    color: #727272;
    display: flex;
}

.plan-heading {
    font-size: 12px;
    font-weight: bold;
    width: 36px;
    height: 34px;
}

.plan-cost {
    font-family: Impact;
    font-size: 34px;
    text-align: right;
    height: 34px;
    line-height: 34px;
    width: calc(100% - 80px);
}

.plan-cycle {
    font-size: 12px;
    font-weight: bold;
    width: 44px;
    height: 34px;
    display: flex;
    align-items: flex-end;
    text-align: right;
    justify-content: flex-end;
}

.mar-b-0 {
    margin-bottom: 0 !important;
}

.warning-panel {
    background: #d02b1c url(/images/form-warning-icon.png) no-repeat scroll 15px center;
    border-radius: 6px;
    height: 80px;
    padding: 3px 3px 3px 70px;
    margin: 0 auto;
}

.warning-msg-box {
    background-color: #ffe2e4;
    border-radius: 6px;
    height: 74px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

p.warning-msg {
    color: #d02b1c;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

    p.warning-msg small {
        color: #5f5f5f;
        font-weight: normal;
        font-size: 14px;
        display: block;
        line-height: 18px;
    }

.cancel-subs-txt {
    font-size: 14px;
    color: #444c54;
    line-height: 18px;
    margin: 15px 0;
}

.cancel-subs-block {
    height: 54px;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.cancel-subs-block-item {
    border: 1px solid #b5bdc4;
    border-radius: 4px;
    height: 54px;
    position: relative;
}

    .cancel-subs-block-item:first-child {
        width: 194px;
    }

    .cancel-subs-block-item select {
        border: 0;
        background: none;
        outline: none;
        padding: 25px 5px 5px 2px;
        width: 100%;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        color: #4e9bea;
        font-weight: bold;
    }

    .cancel-subs-block-item input[type="text"] {
        border: 0;
        background: none;
        outline: none;
        padding: 25px 5px 5px 5px;
        width: 100%;
        resize: none;
        color: #4e9bea;
        font-weight: bold;
    }

    .cancel-subs-block-item label {
        color: #b9b9b9;
        font-size: 13px;
        position: absolute;
        left: 5px;
        top: 5px;
        margin: 0;
    }

    .cancel-subs-block-item:last-child {
        width: calc(100% - 200px);
    }

.invoice-hist-title {
    width: calc(100% - 280px);
    display: inline-block;
    float: left;
}

.calendar-filter {
    width: 280px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .calendar-filter .form-group {
        width: 138px;
        height: 34px;
        display: inline-block;
        margin-bottom: 0;
    }

    .calendar-filter .form-control {
        color: #767676;
        font-size: 12px;
        padding: 16px 10px 0px;
        width: 100%;
        height: 34px;
        /*background: url(/images/Calendar.png) no-repeat 98% center / 28px;*/
        cursor: pointer;
    }

.invoice-main-wrapper {
    height: calc(100% - 36px);
}

.subs-invoicing-header-row {
    border-bottom: 1px solid #bebcbf;
    background-color: #ffffff;
    vertical-align: middle;
    min-height: 52px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #696969;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 16px 0 10px;
}

.subs-invoicing-col1 {
    width: 5%;
    text-align: center;
}

.subs-invoicing-col2 {
    width: 15%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.subs-invoicing-col3 {
    width: 10%;
}

.subs-invoicing-col4 {
    width: calc(27% - 34px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.subs-invoicing-col5 {
    width: 15%;
}

.subs-invoicing-col6 {
    width: 13%;
}

.sprint-header-sorting-label {
    display: flex;
    margin: 8px 0 0;
}

.sprint-header-label {
    color: #696969;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.sorting-arrows {
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    width: 20px;
    display: flex;
    padding-top: 2px;
    color: #d2def8;
}

.sorting-arrows .fa-solid.active {
    color: #0075ba;
}

.subs-invoicing-header-row input[type="text"] {
    border: 0 none;
    border-radius: 2px;
    margin: 0;
    padding: 1px 5px;
    width: calc(100% - 3px);
    height: 22px;
    font-size: 13px;
    background-color: #eae8ea;
    color: #696969;
}

.user-list-outer {
    height: calc(100% - 76px);
}

.invoice-history-wrapper {
    height: 100%;
    background: transparent;
    position: relative;
}

.subs-invoicing-row {
    border-bottom: 1px solid #bebcbf;
    vertical-align: middle;
    min-height: 42px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #696969;
    text-transform: capitalize;
    font-weight: 500;
}

    .subs-invoicing-row:hover,
    .subs-invoicing-row.active {
        background-color: #ffe4ad;
        cursor: pointer;
    }

    .subs-invoicing-row div[class^="subs-invoicing-col"] {
        padding: 0 3px;
    }

.subs-invoicing-col1 {
    width: 5%;
    text-align: center;
}

.subs-invoicing-col2 {
    width: 15%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.subs-invoicing-col3 {
    width: 10%;
}

.subs-invoicing-col4 {
    width: calc(27% - 34px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.subs-invoicing-col5 {
    width: 15%;
}

.subs-invoicing-row .subs-invoicing-col5,
.subs-invoicing-row .subs-invoicing-col6,
.subs-invoicing-row .subs-invoicing-col7 {
    text-align: right;
}

.invoice-history-footer {
    border-top: 2px solid #bebcbf;
    margin: 0 16px 0 10px;
    height: 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .invoice-history-footer p span {
        color: #636e7b;
        font-weight: normal;
    }

.invoicing-history .ws-middle-panel {
    width: 100%;
    border-radius: 6px;
}

.user-rights-wrapper {
    border-bottom: 3px solid #bebcbf;
    box-sizing: border-box;
    height: 42px;
    display: flex;
    align-items: center;
    margin: 5px 16px 0 10px;
}

.workspaces-title {
    color: #bebcbf;
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
}

.user-rights-list-wrapper {
    height: calc(100% - 75px);
}

.invoicing-history .user-rights-list-wrapper {
    height: calc(100% - 82px);
}

.invoice-pdf-container {
    background: #fff;
    height: 100%;
    overflow: hidden;
}

.billing-invoice-box {
    width: 100%;
    height: 100%;
    padding: 25px;
}

    .billing-invoice-box table {
        width: 100%;
    }

        .billing-invoice-box table .invoice-top-head tr td {
            width: 50%;
            vertical-align: top;
        }

.logo-invoice {
    max-width: 166px;
}

.billing-invoice-box .invoice-top-head tr td {
    padding: 0px 10px 10px 0;
}

.billing-invoice-box p {
    font-size: 11px;
    color: #636e7b;
}

    .billing-invoice-box p span {
        font-weight: 600;
        color: #545454;
    }

.invoice-plan-list {
    text-align: right;
}

    .invoice-plan-list tr {
        height: 26px;
    }

        .invoice-plan-list tr td:nth-child(1) {
            width: 12px;
            text-align: left;
        }

.invoice-plan-list-head {
    text-align: right;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
}

    .invoice-plan-list-head tr {
        height: 28px;
    }

        .invoice-plan-list-head tr td:first-child {
            text-align: left;
        }

.invoice-plan-list tr td:nth-child(2) {
    width: calc(100% - 237px);
    text-align: left;
}

.invoice-plan-list tr td {
    width: 75px;
}

.invoice-plan-list-head p {
    font-size: 9px;
}

.billing-invoice-box tfoot {
    text-align: right;
    border-top: 1px solid #ccc;
}

.billing-invoice-box tfoot {
    text-align: right;
    border-top: 1px solid #ccc;
}

    .billing-invoice-box tfoot tr {
        height: 26px;
    }

.invoice-tdborder {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.invoicebill-capital {
    text-transform: uppercase;
}

.invoice-seprater {
    width: 60px;
    height: 1px;
    background: #ccc;
}

.download-border-top {
    border-top: 2px solid #bebcbf;
    margin: 3px 20px 0;
    padding: 8px 0 0;
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
}

.invoicing-history .ws-body-wrapper-left {
    width: calc(100% - 658px);
}

.invoicing-history .ws-body-wrapper-right {
    width: 650px;
}

.invoicing-history .ws-middle-panel {
    width: 100%;
    border-radius: 8px;
}

.invoicing-history .user-rights-list-wrapper {
    height: calc(100% - 82px);
}

.invoicing-history .download-border-top {
    padding: 5px 0 0;
    font-size: 13px;
}

.download-invoice-btn {
    color: #bebcbf;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
    text-decoration: none;
}

.lic-main-wrapper2 {
    height: calc(100% - 77px);
}
/************** Custom Circle Checkbox **********/
.checkbox-effect:not(:checked),
.checkbox-effect:checked {
    position: absolute;
    left: -9999px;
}

label.checkbox-effect-lbl {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    margin: auto;
}

.checkbox-circle:not(:checked) + label:before,
.checkbox-circle:checked + label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #5a5a5a;
    box-sizing: border-box;
    border-radius: 50%;
}

.checkbox-circle:not(:checked) + label:after,
.checkbox-circle:checked + label:after {
    content: "";
    font-family: fontawesome;
    font-size: 16px;
    display: flex;
    height: 100%;
    align-items: center;
    position: absolute;
    top: -1px;
    left: 2px;
    color: #ff7b06;
    text-shadow: 0px -1px 0px #fff;
    transform-origin: center center;
}

.checkbox-circle:not(:checked) + label:after {
    transform: scale(1, 0);
}

.checkbox-circle:checked + label:after {
    transform: scale(1, 1);
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.upload-prog {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 5px;
    border: 1px solid #000;
    cursor: pointer;
    animation: zoom-in-zoom-out 1s ease-out infinite;
}

.encr-green {
    background: rgb(12,186,2);
    background: radial-gradient(circle, rgba(12,186,2,1) 0%, rgba(27,140,4,1) 100%);
}

.chunk-orange {
    background: rgb(247,207,0);
    background: radial-gradient(circle, rgba(247,207,0,1) 0%, rgba(213,146,1,1) 100%);
}

.upload-red {
    background: rgb(255,55,33);
    background: radial-gradient(circle, rgba(255,55,33,1) 0%, rgba(189,21,3,1) 100%);
}

.pass-info-wrapper {
    position: relative;
    width: 20px;
    height: 20px
}

.pass-info {
    display: none;
    width: 200px;
    border: 1px solid #ccc;
    font-size: 11px;
    padding: 5px;
    border-radius: 8px;
    background-color: #cbcacc;
    position: absolute;
    left: calc(-100% + 40px);
    top: -30px;
    line-height: 14px;
    color: #303030;
    z-index: 1;
}

.pass-info-wrapper:hover .pass-info {
    display: block;
}

.test-info-wrapper {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

.test-info {
    display: none;
    position: absolute;
    z-index: 1;
    /* Adjust the below properties to fit your design */
    background-color: #cbcacc;
    border: 1px solid #ccc;
    margin-top: 5px; /* Adjust based on your layout */
    padding: 10px;
    width: 200px; /* Adjust width as needed */
}

.test-info-wrapper:hover .test-info {
    display: block;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}



/**************************************
    Common Popup CSS
**************************************/
.common-popup {
    width: 100%;
    max-width: 904px;
    left: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 101;
}

.common-popup-inner {
    margin: 0;
    background-color: #bebcbf;
    border-radius: 6px;
    position: relative;
    padding-bottom: 5px;
}

.common-popup-header {
    height: 60px;
    padding: 10px;
}

.common-popup-header-icon {
    float: left;
    width: 38px;
    margin-right: 10px;
}

.common-popup-header p {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    line-height: 40px;
    width: calc(100% - 100px);
    float: left;
}

.common-popup-content-wrapper {
    margin: 0 5px;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
}

.common-popup-content {
    min-height: 200px;
    padding: 20px 20px 0;
}

.common-popup-btn-box {
    border-top: 3px solid #bebcbf;
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: flex-end;
    padding-right: 20px;
    width: calc(100% - 40px);
    margin: 0 20px;
}

.btns {
    border: 3px solid #bebcbf !important;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
}

    .btns:hover {
        background-color: #bebcbf;
    }

    .btns .buttons {
        -webkit-border-radius: 6px;
        border-radius: 6px;
        color: #696969 !important;
        display: block;
        font-size: 15px;
        font-weight: bold;
        padding: 0 20px !important;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 120px;
        text-align: center;
        line-height: 30px;
        height: 32px;
    }

/*********************************************
          User Profile Picture Popup
*********************************************/
.profile-pic-popup {
    max-width: 1040px;
    height: 466px;
}

    .profile-pic-popup .common-popup-inner {
        height: 100%;
    }

    .profile-pic-popup .common-popup-content-wrapper {
        margin: 0 5px;
        background-color: #fff;
        border-radius: 6px;
        position: relative;
        display: flex;
        height: calc(100% - 60px);
    }

.profile-pic-popup-panel-1 {
    width: 242px;
    border-right: 1px solid #bebcbf;
    height: 100%;
    padding: 30px 8px 10px;
}

.left-nav-list li {
    background-color: #eff4fd;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 5px;
    list-style-type: none;
    display: flex;
    align-items: center;
    padding: 0 8px;
}

.profile-pic-popup .left-nav-list li {
    padding: 0;
}

.left-nav-list li {
    background-color: #f5f5f5 !important;
}

.tab-link.current {
    background-color: #ffefda !important;
}

.profile-pic-popup .step-icon {
    width: 34px;
    height: 34px;
    background: none;
    margin-left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #716969;
}

.profile-pic-popup .step-count-no {
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0 10px 5px;
    text-transform: uppercase;
    color: #696969;
}

    .profile-pic-popup .step-count-no small {
        text-transform: none;
        color: #5a5a5d;
        display: block;
        font-weight: normal;
        font-size: 12px;
    }

.profile-pic-popup-panel-2 {
    width: calc(100% - 542px);
    padding: 0 0 0 16px;
}

.profile-pic-popup-panel-3 {
    height: 100%;
    position: relative;
    width: 300px;
    background: #f5f5f5;
    padding: 0 16px;
    border-radius: 0 6px 0 0;
}


.profile-pic-popup-panel-2 .profile-pic-popup-title {
    border-bottom: 3px solid #bebcbf;
    color: #696969;
    font-size: 20px;
    margin: 20px 16px 10px 0;
    height: 24px;
    font-weight: bold;
}

.profile-pic-popup-panel-3 .profile-pic-popup-title {
    border-bottom: 3px solid #bebcbf;
    color: #696969;
    font-size: 20px;
    margin: 20px 0 10px;
    height: 24px;
    font-weight: bold;
}

.profile-pic-popup-img-section {
    text-align: center;
}

.profile-pic-popup-img {
    background-color: #fff;
    border: 8px solid #bebcbf;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 180px;
    margin: 20px auto 10px;
    width: 180px;
    overflow: hidden;
    text-align: center;
}

    .profile-pic-popup-img img {
        width: 170px;
    }

.profile-pic-popup-img-section .user-name {
    font-size: 24px;
    line-height: 24px;
    font-family: "Impact";
    color: #bebcbf;
}

.profile-pic-popup-img-section .user-title {
    font-size: 16px;
    color: #bebcbf;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
    line-height: 20px;
}

.profile-pic-popup .user-stats {
    margin: 15px auto;
    text-align: center;
    height: 72px;
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
}

.user-stats li {
    text-align: center;
    width: 80px;
}

    .user-stats li .stat-data {
        border: 4px solid #bebcbf;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #bebcbf;
        font-family: "Impact";
        font-size: 18px;
        height: 48px;
        line-height: 38px;
        text-align: center;
        width: 48px;
        margin: 0 auto;
    }

    .user-stats li .stat-title {
        color: #bebcbf;
        font-size: 10px;
        margin: 3px 0 0;
        text-transform: uppercase;
    }

.profile-popup-field-desc {
    color: #a4a4a4;
    font-size: 12px;
    margin: 5px 0 10px;
}

.profile-pic-popup .edit-box-input {
    margin-bottom: 6px !important;
    height: 48px;
    position: relative;
}

.profile-pic-popup .two-col-custom-row .form-group .edit-box-input-txt {
    width: calc(100% - 10px);
    margin-right: 10px;
}

.profile-pic-popup .two-col-custom-row .form-group.last-one .edit-box-input-txt {
    width: 100%;
    margin-right: 0;
}

.profile-pic-popup label.edit-box-label {
    color: #a4a4a4 !important;
}

.profile-pic-popup input.edit-box-input-txt,
.profile-pic-popup select.edit-box-select {
    border: 1px solid #b9b9b9 !important;
    color: #696969 !important;
    font-size: 16px !important;
    border-radius: 3px !important;
    width: calc(100% - 40px);
    height: 46px;
    background: none;
    padding: 20px 5px 4px 7px;
}

.edit-box-input-txt:focus ~ label.edit-box-label,
.edit-box-input-txt.used ~ label.edit-box-label,
.edit-box-input-txtarea:focus ~ label.edit-box-label,
.edit-box-input-txtarea.used ~ label.edit-box-label {
    color: #a4a4a4;
    left: 8px;
    top: 5px;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    margin: 0;
}

.profile-pic-popup select.edit-box-select {
    height: 46px;
    padding: 20px 5px 4px 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.profile-pic-popup .form-group {
    margin-bottom: 7px;
}

label.edit-box-label {
    color: #a4a4a4;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 8px;
    top: 15px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0 !important;
}

.edit-box-select:focus ~ label.edit-box-label,
.edit-box-select.used ~ label.edit-box-label {
    color: #a4a4a4;
    left: 8px;
    top: 5px;
    font-size: 12px;
}

.profile-pic-popup .common-popup-btn-box {
    width: auto;
    margin: 0 20px 0 0;
    height: 60px;
    padding-right: 30px;
}

.profile-pic-popup-panel-2-content {
    height: calc(100% - 114px);
}

.profile-pic-popup-panel-2-content-inner {
    height: 100%;
    width: 446px;
}

span.otp-spinner {
    position: absolute;
    right: 8px;
    top: 16px;
    margin: 0;
}

.otp-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1051;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0,0,0,0.2);
}

.on-off-toggle {
    width: 56px;
    height: 24px;
    position: relative;
    display: inline-block;
}

.on-off-toggle__slider {
    width: 56px;
    height: 24px;
    display: block;
    border-radius: 34px;
    background-color: #d8d8d8;
    transition: background-color 0.4s
}

    .on-off-toggle__slider:before {
        content: '';
        display: block;
        background-color: #fff;
        box-shadow: 0 0 0 1px #949494;
        bottom: 3px;
        height: 18px;
        left: 3px;
        position: absolute;
        transition: .4s;
        width: 18px;
        z-index: 5;
        border-radius: 100%;
    }

    .on-off-toggle__slider:after {
        display: block;
        line-height: 24px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        content: 'off';
        color: #484848;
        padding-left: 26px;
        transition: all 0.4s;
    }

.on-off-toggle__input {
    /*
        This way of hiding the default input is better
        for accessibility than using display: none;
      */
    position: absolute;
    opacity: 0;
}

    .on-off-toggle__input:checked +
    .on-off-toggle__slider {
        background-color: #149317;
    }

        .on-off-toggle__input:checked +
        .on-off-toggle__slider:before {
            transform: translateX(32px);
        }

        .on-off-toggle__input:checked +
        .on-off-toggle__slider:after {
            content: 'on';
            color: #FFFFFF;
            padding-left: 8px;
        }

/*** END CSS NEEDED FOR SWITCH **/

.two-col-row {
    display: flex;
}

    .two-col-row .edit-box-input {
        width: 50%;
    }

.timezone-drop {
    /*background: url(../images/timezone-drop-icon.png) no-repeat right top;*/
    padding: 20px 65px 4px 4px !important;
}

.disabled-field {
    background-color: #f2f2f2 !important;
}

.profile-pic-popup-notification {
    border-bottom: 1px solid #b9b9b9;
    height: 38px;
    padding: 8px 0 5px 10px;
}

.session-length-radio-panel {
    display: flex;
    padding-top: 10px;
}

.session-length-radio {
    padding-left: 12px;
}

.profile-pic-popup-btn-section {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 20px;
}

.profile-pic-upload-btn {
    background-color: #bebcbf;
    border: 2px solid #bebcbf;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    width: 160px;
    padding: 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    margin: 0 auto;
}

    .profile-pic-upload-btn:hover {
        background-color: #fff;
        color: #bebcbf;
    }

    .profile-pic-upload-btn small {
        text-transform: none;
        font-size: 12px;
        display: block;
    }

.profile-pic-popup-btn-section span {
    font-weight: bold;
    color: #cadbf9;
    margin: 10px;
}

.upload-pic-desc {
    color: #5a5a5d;
    font-size: 12px;
    margin-bottom: 10px;
}


.user-prof-pic-wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.user-prof-pic-select {
    width: calc(100% - 320px);
    padding: 35px 20px 0;
    height: 100%;
}

.user-prof-pic-preview-section {
    /*width: 320px;
    height: 100%;*/
    text-align: center;
}

.user-prof-pic-preview {
    width: 180px;
    height: 180px;
    border: 8px solid #b1cced;
    border-radius: 50%;
    overflow: hidden;
    margin: 25px auto 40px;
}

    .user-prof-pic-preview img {
        width: 100%;
    }

.prof-pic-list-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .prof-pic-list-wrapper i {
        color: #ddd;
    }

.prof-pic-list {
    height: 64px;
    margin: 0 5px;
    display: flex;
    justify-content: flex-start;
    width: calc(100% - 34px);
}

.prof-pic-item {
    width: 64px;
    height: 64px;
    margin-right: 5px;
    overflow: hidden;
    text-align: center;
    border: 1px dashed #b4b4b4;
}

.prof-pic-error-panel {
    height: 120px;
    display: flex;
    align-items: center;
}

.prof-pic-error {
    background: url(../images/form-warning-icon.png) no-repeat 0 center;
    padding-left: 60px;
    color: #c00;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 25px;
}

    .prof-pic-error strong {
        display: block;
    }

.user-prof-pic-slide-container {
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-prof-pic-slider {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    width: calc(100% - 74px) !important;
    height: 16px;
    background: url(../images/pro-pic-slide-bg.png) repeat-x 0 -2px;
    outline: none;
    border-radius: 12px;
    border: 2px solid #fff;
}

    .user-prof-pic-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 32px;
        height: 32px;
        border: 0;
        background: url(../images/slider-thumb.png);
        cursor: pointer;
    }

    .user-prof-pic-slider::-moz-range-thumb {
        -moz-appearance: none;
        width: 32px;
        height: 32px;
        border: 0;
        background: url(../images/slider-thumb.png);
        cursor: pointer;
    }

.slider-zoomout {
    width: 24px;
}

/*************** Radio Button CSS***************/

.cust-rad [type="radio"]:checked,
.cust-rad [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none;
    margin: 0;
}

    .cust-rad [type="radio"]:checked + label,
    .cust-rad [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 26px;
        cursor: pointer;
        line-height: 26px;
        display: inline-block;
        margin: 0;
        height: 26px;
    }

        .cust-rad [type="radio"]:checked + label:before,
        .cust-rad [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 26px;
            height: 26px;
            border: 2px solid #666;
            border-radius: 100%;
            background: none;
        }

        .cust-rad [type="radio"]:checked + label:after,
        .cust-rad [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 18px;
            height: 18px;
            background: #666;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .cust-rad [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .cust-rad [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }


/******Popup Notification Checkbox START******/
.popup-notification-check {
    height: 18px;
}

    .popup-notification-check input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .popup-notification-check label {
        position: relative;
        cursor: pointer;
        color: #4e5455;
        font-size: 13px;
        margin: 0;
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .popup-notification-check label::before {
            content: '';
            -webkit-appearance: none;
            border: 1px solid #5296e6;
            padding: 7px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 10px;
            border-radius: 3px;
            height: 18px;
            width: 18px;
        }

    .popup-notification-check input:checked + label::after {
        content: '';
        display: block;
        position: absolute;
        top: 1px;
        left: 6px;
        width: 7px;
        height: 13px;
        border: solid #5296e6;
        border-width: 0 2px 2px 0;
        transform: rotate(35deg);
        border-radius: 0 0 1px 0;
    }
/******END Popup Notification Checkbox******/


/**********************************************
        Profile Pic Popup Radio Button
**********************************************/
.session-length-radio [type="radio"]:checked,
.session-length-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .session-length-radio [type="radio"]:checked + label,
    .session-length-radio [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        line-height: 24px;
        display: inline-block;
        color: #a4a4a4;
        height: 24px;
        min-width: 105px;
        font-size: 12px;
    }

        .session-length-radio [type="radio"]:checked + label::before,
        .session-length-radio [type="radio"]:not(:checked) + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #a4a4a4;
            border-radius: 100%;
        }

        .session-length-radio [type="radio"]:checked + label::after,
        .session-length-radio [type="radio"]:not(:checked) + label::after {
            content: '';
            width: 12px;
            height: 12px;
            background: #a4a4a4;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .session-length-radio [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .session-length-radio [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }




/*********************************************************
                 POPUP Overlay
*********************************************************/
.kha-popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.h-full {
    height: 100%;
}

/*****************************************************/
.close-it {
    float: right;
}

.left-nav-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.btn-hide {
    display: none !important;
}

.scroll-wrapper {
    max-height: 100%;
    height: 100%;
}


.pay-success {
    width: 836px;
    height: 220px;
    border: 5px solid #bebcbf;
    border-radius: 6px;
    margin: 100px auto 50px;
    padding: 20px 20px 10px;
    display: flex;
}

.pay-success-icon {
    width: 240px;
}

.pay-success-txt {
    width: calc(100% - 240px);
    color: #696969;
}

.pay-success-msg-wrap {
    min-height: 90px;
}

.pay-success-txt p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
}

p.pay-success-head {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 30px;
}

.pay-success-button {
    border-top: 2px solid #bebcbf;
    padding-top: 10px;
    text-align: right;
}

    .pay-success-button a {
        border: 2px solid #bebcbf;
        border-radius: 4px;
        padding: 5px 20px;
        display: inline-block;
        font-size: 16px;
        text-decoration: none;
        color: #696969;
        text-transform: uppercase;
        font-weight: bold;
    }

        .pay-success-button a:hover {
            background-color: #bebcbf;
            color: #fff;
        }

.processing-paymentbox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 396px;
    flex-direction: column;
    padding: 0 244px;
    text-align: center;
}

    .processing-paymentbox .main-heading {
        color: #a9a9a9;
        font-size: 19px;
        font-weight: bold;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .processing-paymentbox p {
        color: #a9a9a9;
        font-size: 16px;
        line-height: 21px;
    }

.processing-payment-now {
    -webkit-animation: rotation 3s infinite linear;
    -moz-animation: rotation 3s infinite linear;
    -apperance-animation: rotation 3s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.plan-popup-step-4 {
    height: 100%;
}

.img-container {
    max-height: 300px;
    width: 100%;
}

.crop-pic-pane {
    float: right;
    background-color: #dfdfdf;
    width: 180px;
    padding: 5px 8px;
    margin-top: 8px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .crop-pic-pane span {
        cursor: pointer;
        transition: all 0.5s;
    }

        .crop-pic-pane span:hover {
            transition: all 0.5s;
            transform: scale(1.4);
        }

.common-popup-form-heading {
    font-size: 20px;
    font-weight: 600;
    color: #bebcbf;
    border-bottom: 3px solid #bebcbf;
    height: 28px;
    line-height: 26px;
    margin-right: 20px;
}

.common-popup-content-outer {
    max-height: 300px;
    margin: 6px 0;
}

    .common-popup-content-outer .scroll-wrapper {
        max-height: 300px;
    }

.common-popup-content-inner {
    height: 100%;
    width: 100%;
    background-color: #eae8ea;
    display: flex;
    justify-content: space-between;
}

.common-popup-item-category {
    background-color: #fff;
    width: 590px;
}

.user-account-wrapper {
    -webkit-border-radius: 0 8px 8px;
    border-radius: 0 8px 8px;
    height: 100%;
    position: relative;
}

.user-account-container {
    position: relative;
    height: calc(100% - 82px);
}

.new-manage-help-container {
    width: calc(100% - 590px);
    height: 100%;
}

.new-manage-help {
    width: 230px;
    background-color: #eae8ea;
    min-height: 280px;
    padding: 10px;
}

.manage-all-comment .comment-header {
    min-height: 30px;
    border-left: 4px solid #bebcbf;
    padding-left: 8px;
}

.manage-all-comment .comment-header-title-1 {
    color: #a7a7a7;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.manage-all-comment .comment-header-title-2 {
    color: #a7a7a7;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
}

.manage-all-comment .comment-body {
    padding-left: 13px;
    padding-top: 10px;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("/images/spinner.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loader img {
        width: 100px;
    }

.viewer-nodata-found-wrapper {
    height: calc(100% - 200px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nodata-found-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

span#title {
    display: none;
}

.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 50;
}
.upload-panel-icons {
    display: flex;
}

    .upload-panel-icons .fa {
        margin-left: 3px;
    }

.upload-panel-close {
    cursor: pointer;
    color: #676767;
    font-size: 16px;
}
.upload-panel-close:hover {
    color: red;
}
.upload-panel-pause {
    cursor: pointer;
    color: #f69638;
    font-size: 16px;
}
.upload-panel-pause:hover {
    color: #ffd700; 
}

.upload-panel-resume {
    cursor: pointer;
    color: green;
    font-size: 16px;
}
.upload-panel-resume:hover {
    color: #32cd32; /* Bright green color for hover state */
}

