/* @import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */


@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), url('../fonts/Roboto-Light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), url('../fonts/Roboto-Regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), url('../fonts/Roboto-Medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), url('../fonts/Roboto-Bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", serif;
    font-weight: normal;
    font-size: 14px;
    padding: 0 .5rem 0.5rem;
    background-color: #f3f3f3;
}

button {
    transition: all ease-in-out 0.5s;
}

    button:focus {
        box-shadow: none !important;
        outline: none;
    }

a,
a:hover {
    color: #fff;
    text-decoration: none;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
    line-height: 20px;
}

.fs-15 {
    font-size: 15px;
    line-height: 24px;
}

.fs-16 {
    font-size: 16px;
    line-height: 24px;
}

.fs-17 {
    font-size: 17px;
    line-height: 25px;
}

.fs-18 {
    font-size: 18px;
    line-height: 26px;
}
.cursor-pointer{
    cursor:pointer
}
.w-65 {
    width: 65%;
}

.w-35 {
    width: 35%;
}

.text-gray {
    color: #616673;
}

.text-dark-gray {
    color: #484848;
}

.box-shadow {
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.1);
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-semibold {
    font-weight: 500 !important;
}

.header-outer {
    border-top: 0.5rem solid #f3f3f3;
    position: fixed;
    width: calc(100% - 15px);
    z-index: 9;
}

.header {
    background: rgb(115, 45, 218);
    background: linear-gradient(90deg, rgba(115, 45, 218, 1) 0%, rgba(74, 85, 244, 1) 100%);
    vertical-align: middle;
}

.border-radius-8 {
    border-radius: 8px;
}

.border-radius-50 {
    border-radius: 50%;
}

.bg-light-purple {
    background: #ecdeff;
}

    .bg-light-purple:hover {
        background: #caa8f9;
    }

.border-purple {
    border-color: #dcc8f8 !important;
}

    .border-purple:hover {
        border-color: #732dda !important;
    }

.body-wrapper {
    padding-top: 65px;
}

.bg-icons-header {
    background-color: #fff;
    border-radius: 50%;
    padding: 6px;
    height: 32px;
    width: 32px;
    border: 2px solid transparent;
    transition: all ease-in-out 0.5s;
    line-height: 13px;
    -webkit-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.3);
}

    .bg-icons-header:hover {
        border: 2px solid #a1a5db;
    }

    .bg-icons-header.dropdown-toggle::after {
        display: none;
    }

.left-sidebar {
    width: 64px;
    float: left;
    height: 100%;
    padding-top: 20px !important;
    height: calc(100vh - 76px) !important;
    position: fixed;
}

.body-container {
    float: right;
    width: calc(100% - 74px);
}

.timeline.dropdown > button {
    width: 130px;
}

    .timeline.dropdown > button::after {
        background-image: url(../images/chevron.png);
        background-repeat: no-repeat;
        border: none;
        width: 15px;
        height: 14px;
        background-size: 15px;
        position: absolute;
        right: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.icon-btn span img {
    position: relative;
    top: -2px;
}

.apexcharts-canvas {
    margin: auto;
}

.info-card-footer {
    background-color: #f1f1fa;
    transition: all ease-in-out 0.5s;
}

.comment-body {
    transition: all ease-in-out 0.5s;
}

    .comment-body:hover {
        background-color: #f8f8f8;
    }

.success-comment {
    background-color: #e6f4ea;
    border-radius: 20px;
    color: #298a56;
    border: none;
    font-weight: 500;
    padding: 4px 10px;
}

.unsuccess-comment {
    background-color: #fce8e6;
    border-radius: 20px;
    color: #de4e43;
    border: none;
    font-weight: 500;
    padding: 4px 10px;
}

.info-cards.three-cards .info-container {
    transition: all ease-in-out 0.5s;
}
    /* .info-cards.three-cards .info-container:hover {
    scale: 1.25;
    transform: translate(0, -10%);
} */
    .info-cards.three-cards .info-container:hover {
        border-color: #5f1fbe !important;
    }

        .info-cards.three-cards .info-container:hover .info-card-footer {
            background-color: #542788 !important;
        }

            .info-cards.three-cards .info-container:hover .info-card-footer * {
                color: #fff;
            }

.grey-comment {
    background-color: #f1f3f4;
    color: #61666b !important;
    border-radius: 20px;
    border: none;
    font-weight: 500;
    padding: 4px 10px;
}

.comments {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .comments::-webkit-scrollbar {
        width: 7px;
    }

    .comments::-webkit-scrollbar-track {
        background: #edefee;
    }

    .comments::-webkit-scrollbar-thumb {
        background: #4270d3;
        border-radius: 8px;
    }

        .comments::-webkit-scrollbar-thumb:hover {
            background: #2952ac;
        }

    .comments::-webkit-scrollbar-button:start:decrement,
    .comments::-webkit-scrollbar-button:end:increment {
        display: block;
    }

    .comments::-webkit-scrollbar-button:start:increment,
    .comments::-webkit-scrollbar-button:end:decrement {
        display: none;
    }

    .comments::-webkit-scrollbar-button:end:increment {
        background-color: #edefee;
        background-image: url(../images/arrow-down.png);
        background-repeat: no-repeat;
        background-size: 8px;
        height: 12px;
        background-position: center;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .comments::-webkit-scrollbar-button:start:decrement {
        background-color: #edefee;
        background-image: url(../images/arrow-up.png);
        background-repeat: no-repeat;
        background-size: 8px;
        height: 12px;
        background-position: center;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.left-sidebar .nav-link {
    padding: 0;
    text-align: center;
}

.nav-item {
    text-align: center;
    margin: 0 0 8px;
}

    .nav-item a {
        position: relative;
        display: inline-block;
    }

    .nav-item label {
        background: #542788;
        position: absolute;
        left: 41px;
        z-index: 9999;
        top: 5px;
        color: #fff;
        padding: 4px 10px;
        border-radius: 3px;
        display: none;
        font-weight: 300;
    }

.left-sidebar .nav-item:hover label {
    display: block;
}

.nav-item label::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #542788;
    left: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.menu-text {
    font-size: 12px;
    font-weight: 300 !important;
    display: block;
    margin: 12px 0 !important;
}

.nav-item:hover label,
.nav-item.active label {
    visibility: visible;
}

.left-sidebar {
    text-align: center;
}

    .left-sidebar .nav-link span {
        padding: 8px;
        width: 36px;
        height: 36px;
        border-radius: 5px;
        margin: 0 auto;
        display: inline-block;
    }

    .left-sidebar .nav-link:hover span,
    .left-sidebar .nav-item.active .nav-link span {
        background-color: #edf5fa;
    }

#chartPie .apexcharts-tooltip,
#donutChart .apexcharts-tooltip,
#Piecharttwo .apexcharts-tooltip {
    background: #f3f3f3 !important;
}

#chartPie .apexcharts-tooltip-series-group,
#donutChart .apexcharts-tooltip-series-group,
#Piecharttwo .apexcharts-tooltip-series-group {
    color: #fff !important;
}

.four-cards .card-container {
    transition: all ease-in-out 0.5s;
}

    .four-cards .card-container:hover,
    .dropdown-item:hover {
        background-color: #542788 !important;
        color: #fff !important;
    }

.dropdown-item {
    font-weight: 300;
}

.four-cards .card-container:hover * {
    color: #fff !important;
}

.dropdown-menu.show {
    padding: 0;
}
.feedback .info-card-header {
    border-bottom:1px solid #ccc !important
}

.login-hcl-logo img {
    margin-right: 5px !important;
    max-width: 42px;
}
@media screen and (min-width:992px) and (max-width:1200px) {
    .info-cards.three-cards .col:not(.line-col) {
        display: block;
        max-width: calc(50% - 6px);
        margin-bottom: 8px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .info-cards.three-cards .col:not(.line-col) {
        display: block;
        max-width: calc(50% - 6px);
        margin-bottom: 8px;
    }

    .info-cards.three-cards .col.line-col {
        display: block;
        max-width: calc(100% - 0);
    }

    .info-cards.four-cards label {
        font-size: 13px;
    }

    .feedback h3 {
        font-size: 12px !important;
    }

    .feedback p {
        font-size: 12px;
    }

    .comment-status button {
        font-size: 11px;
        margin: 0 !important;
    }

    .comment-body span {
        font-size: 10px;
    }
}

@media screen and (max-width:767px) {
    .mobile-hidden {
        display: none !important;
    }

    .info-cards.three-cards .col {
        display: block;
        max-width: calc(100% - 14px);
        margin-bottom: 7px;
    }

        .info-cards.three-cards .col.line-col {
            display: block;
            margin-bottom: 0;
            padding-right: 0;
        }

    .two-cards .feedback {
        padding-right: 0;
        flex: none;
        width: calc(100% - 12px);
    }

    .info-cards.four-cards .col {
        width: calc(50% - 7px);
        flex: none;
        padding-right: 0;
    }

        .info-cards.four-cards .col:first-child,
        .info-cards.four-cards .col:nth-child(2) {
            margin-bottom: 7px;
        }
}

@media screen and (max-width:480px) {
    .info-cards.four-cards .col {
        width: calc(100% - 13px);
        flex: none;
        padding-right: 0;
    }

        .info-cards.four-cards .col:nth-child(3) {
            margin-bottom: 7px;
        }

    .left-sidebar {
        width: 40px;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .body-container {
        float: right;
        width: calc(100% - 49px);
    }

    .left-sidebar .nav-link span {
        padding: 5px;
        width: 30px;
        height: 30px;
    }

    .card-icons {
        padding-left: 0;
    }

        .card-icons a {
            margin-left: 4px;
        }

            .card-icons a:first-child {
                margin-left: 0;
            }

        .card-icons img {
            max-width: 12px !important;
        }

    .info-container h3 {
        font-size: 11px !important;
    }

    .info-card-footer h4 {
        font-size: 12px !important;
        line-height: 16px;
    }

    .info-card-footer h2,
    .logo a {
        font-size: 13px !important;
        line-height: 16px;
    }

    .info-card-footer p {
        font-size: 10px !important;
    }

    .info-cards.three-cards .info-container {
        padding: 10px !important;
    }

    .feedback h3 {
        font-size: 12px !important;
    }

    .comment-body p {
        font-size: 12px;
        font-weight: 300;
    }

    .login-hcl-logo img {
        margin-right: 5px !important;
        max-width: 24px;
    }

    .top-stripe button {
        font-size: 11px !important;
    }

    .refresh-btn .export-btn {
        width: 100% !important;
        margin-top: 8px;
    }

    .header .row > div {
        display: inline-block !important;
        width: auto;
    }

    .bg-icons-header {
        padding: 4px;
        height: 26px;
        width: 26px;
    }

    .notifications,
    .users {
        margin: 0 !important;
    }

    .logo {
        padding-right: 5px;
    }

    .right-profile {
        padding-left: 9px;
        padding-right: 5px;
        float: right;
        margin-right: 8px;
    }

    .body-wrapper {
        padding-top: 57px;
    }

    .header .row {
        display: block;
    }

    .userID,
    .department span {
        font-size: 12px;
        padding-left: 0;
    }

    .top-stripe .dropdown > .btn {
        display: block;
        width: 100%;
    }

    .top-stripe .dropdown,
    .top-stripe .dropdown + .btn {
        display: inline-block;
        WIDTH: calc(50% - 6px);
    }

    .footer .row,
    .unsuccess-comment {
        display: block;
    }

    .dropdown-head {
        width: 100%;
    }

    .refresh-btn {
        width: 100%;
    }

    .footer .row .col-6 {
        display: block;
        flex: none;
        text-align: center !important;
        width: 100%;
        font-size: 11px;
        font-weight: 300;
    }
}

.snow-forums {
    min-height: 198px;
}

.pagination .active {
    background: rgba(74, 85, 244, 1);
    color: #fff;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.question-body {
    display: none;
}

.pagination-ques {
    margin-top: 0;
    text-align:right;
}

    .pagination-ques button {
        margin: 0 1px;
        cursor: pointer;
        padding: 4px 9px;
    }

    .pagination-ques .active {
        background: #22F;
        color: #fff;
    }
#prev-ques {
    padding: 3px;
    margin-right: 10px;
}
#next-ques {
    padding: 3px;
    margin-left: 10px;
}

/*Login Page CSS*/
/********* CSS Starts Here **********/
.login-body{
    padding:0
}
.login {
    background: linear-gradient(90deg, rgba(115, 45, 218, 1) 0%, rgba(74, 85, 244, 1) 100%);
    height: 100vh;
    padding: 0;
}

.login-form-mainimg {
    max-width: 100%;
}

.logo-loginPage img {
    max-width: 50px;
    border-radius: 50%;
}
.field-validation-error  span{
    font-size: 11px;
    font-weight: 300;
}
.login-img-wrap img {
    max-width: 100%;
}

.login-img-wrap,
.login-form-main {
    height: 100vh;
}
.login-form-main {
    position:relative;
}
.login-img-wrap {
    /* background-color: #fff; */
    height: 100vh;
    float: right;
    padding: 60px 50px;
}

.login-form-main {
    padding: 60px 50px;
}

.login-form-main {
    background-color: #fff;
}

.content-heading h2 {
    font-weight: 500;
}

.content-heading p.login-descp {
    font-weight: 300;
}

.welcome-text p {
    font-weight: 300;
}

.login-img-wrap .form-control {
    border: none;
    padding: 0;
}

.form-field-main .form-group .form-label {
    display: block;
    font-size: 12px;
    font-family: 300;
    font-weight: normal;
}

.form-field-main .form-group label span {
    margin-left: 5px;
    color: red;
}

.form-field-main .form-group input.form-control {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    padding: 9px 12px;
    border-radius: 6px;
    font-size: 12px;
}

    .form-field-main .form-group input.form-control:focus {
        border: 1px solid #4a55f4;
    }

.btn-common {
    background: linear-gradient(90deg, rgba(115, 45, 218, 1) 0%, rgb(74, 85, 244) 100%);
    color: #fff;
    padding: 7px 12px;
    border-radius: 6px;
    width: 100%;
    border: 2px solid #732dda;
    font-size:14px;
}

.login-img-wrap button:hover {
    color: #732dda;
}

.remember-text {
    font-weight: 300;
    font-size: 12px
}

    .remember-text input {
        margin-top: -2px;
        vertical-align: middle;
    }

.error-text {
    color: red;
    font-size: 12px;
    font-weight: 300;
}

div.reg-main a {
    color: #732dda !important;
    margin-right: 12px;
    cursor: pointer;
}

.reg-main {
    font-size: 12px;
}

@media (max-width:767px) {
    .login{
        background:transparent;
        height:100%
    }
    body, .login-conent-main,
    .login-form-main {
        height: 100vh;
    }
    /*.login-img-wrap {
        width: 100%;
        display: block;
    }

        .login-img-wrap img {*/
            /* width: 100%; */
            /*max-height: 280px;
            margin: 0 auto;
            display: block;
        }

    .login-img-wrap {*/
        /* background-color: #fff; */
        /*height: auto;
        float: none;
        width: 100%;
        max-height: 280px;
        overflow: hidden;
        height: auto !important;
    }*/

    .login-form-main {
        width: 100%;
        height: 100vh;
        padding: 30px 40px;
    }
    .login-img-wrap{
        display:none
    }
}

/*@media (max-width: 480px) {
    .login-img-wrap img {*/
        /* width: 100%; */
        /*max-height: 210px;
        margin: 0 auto;
        display: block;
        padding: 20px;
    }
}*/
/*Login Page CSS*/
/********* CSS Ends Here **********/

#chartContainer .apexcharts-tooltip {
    color: #000000;
}

    #chartContainer .apexcharts-tooltip .apexcharts-tooltip-series-group.active {
        background: #ffffff !important;
    }