﻿/*-----------------------content start-----------------------*/
.navbar {
    border-bottom: var(--greyBorder);
    position: sticky;
    top: 0;
    z-index: 1020;
    padding: 5px 10px;
}

.leslinq-logo {
    height: 24px;
}

#main-section {
    height: calc(100vh - 50px);
}

.menu-icon svg {
    width: 22px;
    height: 22px;
}

.sidebar {
    overflow-y: auto;
    scrollbar-width: thin;
    position: relative;
    height: 100%;
}

.main-content {
    min-width: 900px;
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    background-color: var(--backgroundGrey);
}

.participant-enrollment-wrapper {
    padding: 20px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
    background-color: var(--backgroundGrey);
}

.main-content-wrapper {
    scrollbar-width: thin;
}

/*-----------------------content end-----------------------*/

/*-----profile dropdown start----------*/
.avatar-dropdown-menu li a {
    text-decoration: none;
    color: var(--textGrey);
    display: block;
}

    .avatar-dropdown-menu li a:focus {
        color: var(--red);
    }

.avatar-dropdown-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.avatar-dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .avatar-dropdown-menu li {
        padding: 8px 12px;
        cursor: pointer;
    }

        .avatar-dropdown-menu li:hover {
            background-color: var(--backgroundGrey);
        }

.k-animation-container:has(.profile-dropdown) {
    top: 41.1406px !important;
    right: 20px !important;
    left: auto !important;
}
/*-----profile dropdown end----------*/

/*-------navbar icon start-----*/
.icon-link {
    display: inherit;
    color: var(--textGrey);
    text-decoration: none;
}

    .icon-link:hover {
        color: var(--red);
    }

.sidebar-wrapper {
    scrollbar-width: thin;
}

/*-------navbar icon end-----*/


/*----------select company start--------------- */

.client-link:hover {
    color: var(--red);
}

/*----------select company end--------------- */

/*--------------------account manager start-----------------*/
.summary-box {
    width: 33.33%;
    text-align: center;
}

.user-summary-box {
    width: 25%;
    text-align: center;
}

.companies-details-summary-box {
    width: 20%;
    text-align: center;
}

.project-summary-box {
    width: 16.66%;
    text-align: center;
}

#useractivity-notification {
    border: none;
}

#useractivity-alert {
    border: none;
}

.k-listview-content {
    scrollbar-width: thin;
}

.activity-item {
    font-weight: 400;
    font-size: var(--small);
    line-height: 18.75px;
    margin-bottom: 12px;
}

.activity_user {
    color: var(--red);
}

.activity-time {
    margin-top: 2px;
    font-weight: 400;
    font-size: var(--smallest);
}

.active-users-dashboard {
    padding: 8px;
}

span#active-users-count {
    font-size: var(--fontExtraLarge);
}



.active-users-dashboard {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.active_user {
    letter-spacing: .5px;
    text-transform: uppercase;
    font: var(--smallest);
    margin-top: 1rem;
    margin-bottom: 5px;
}
/*--------------------account manager end-----------------*/
/*--------------------company page start-----------------*/
.expiry-date {
    border: 1px solid #FF6358;
    padding: 5px;
    width: fit-content;
}

.licensed-module-tag {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 7px;
    flex-wrap: wrap;
    max-height: 60vh;
    overflow: auto;
}

.modules {
    padding: 4px 10px;
    border: 1px solid var(--Color, #EBEBEB);
    background: #FAFAFA;
}

.company-detail-wrapper {
    min-height: 560px;
}

#company-section {
    height: 78vh !important;
    border: unset !important;
    background-color: unset !important;
    border-style: unset !important;
}

    #company-section .right-pane {
        width: 24% !important;
    }
/*--------------------company page end-----------------*/

/*--------------------client feature page start-----------------*/

.clientfeaturesettings ul.panelbar {
    border: 1px solid #EBEBEB;
}

.clientfeaturesettings li.k-panelbar-item.k-panelbar-header {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.clientfeaturesettings span.k-panelbar-item-text {
    width: 100%;
}

.clientfeaturesettings ul li .k-switch {
    float: right;
}

.sendersmssetting {
    padding: 16px;
}

.clientfeaturesettings span.k-icon.k-svg-icon.k-panelbar-toggle.k-svg-i-chevron-up.k-panelbar-collapse,
.clientfeaturesettings span.k-icon.k-svg-icon.k-svg-i-chevron-down.k-panelbar-toggle.k-panelbar-expand {
    display: none;
}

.client-settings .k-panelbar .k-panelbar-item {
    margin-top: 0px;
}

.float-right{
    float:right;
}

/*--------------------client feature page end-----------------*/

/*--------------------user page start-----------------*/
.user-table {
    background-color: var(--backgroundGrey);
    padding: 20px;
}

.tab-content-inner-tab ul li::before {
    border-left: transparent !important;
}

.user-tree-view {
    width: 32.60%;
}

.treeview-container {
    height: 300px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.iti--allow-dropdown input.iti__tel-input {
    padding-left: 70px;
    border: var(--greyBorder);
}

#all-leslinq-users .k-grid-content {
    scrollbar-width: thin;
}

.add-user-form .iti--allow-dropdown {
    width: 100%;
}

.add-user-form .iti--allow-dropdown input:focus-visible {
    outline: none;
    box-shadow: inherit;
}
/*--------------------user page end-----------------*/

/*-------------project card start--------------------*/
.project-thumbnail {
    width: 100%;
    height: 220px;
    object-fit: contain;
    background-color: #FAFAFA;
}

/*-------------project card end--------------------*/

/*-------------distribution type start--------------------*/

.distribution-type-wrapper {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 22px;
    flex-wrap: wrap;
    list-style: none;
}

    .distribution-type-wrapper li.nav-item {
        cursor: pointer;
    }

.distribution-type {
    display: flex;
    width: 220px;
    padding: var(--kendo-spacing-5, 20px);
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    border: 1px solid #EBEBEB;
}

    .distribution-type.active, .distribution-type:hover {
        border: 1px solid #FF6358;
        color: var(--red)
    }

        .distribution-type.active svg path, .distribution-type:hover svg path {
            fill: #FF6358;
        }

.btn-continue {
    position: fixed;
    bottom: 0;
    z-index: 1;
}

    .btn-continue .w-79 {
        width: 79%;
    }

.access-type {
    border-top: 1px solid #EBEBEB;
}

.space-warning {
    padding-left: 20px;
}

div.k-tooltip.k-popup#distribution-type_tb_active {
    background: #FF6358;
}

.k-list-item-text .select-option .profile-name {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
}

.send-copy-window {
    max-height: 40vh;
    overflow-y: auto;
    scrollbar-width: thin;
}
/*-------------distribution type  end--------------------*/

/*-------------client dashboard page start--------------------*/
.info-box {
    padding: 1em;
    border-radius: 4px;
    background-color: #fff;
}

.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.box-title {
    font-size: 1em;
}

.box-value {
    font-size: 1.5em;
    color: #ff0000;
}

.custom-filter {
    width: 38dvh;
    color: var(--textGrey);
}

    .kendo-filter:active {
        background-color: var(--red);
        color: var(--white);
    }

.kendo-filter a {
    color: var(--textGrey);
    width: 100% !important;
    display: block;
}

.kendo-filter:active a{
    color: var(--white);
}

.dashboard-user-avatar{
    width: 80px;
}

.dropdown-item:hover{
    background-color: var(--red) !important;
}

#dashboard-tilelayout .k-tilelayout-item[data-index="0"] .k-tilelayout-item-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#dashboard-tilelayout .k-tilelayout-item[data-index="11"] {
    height: 570px;
}
/*-------------client dashboard page end--------------------*/
/*-------------login page start--------------------*/
.form-icon {
    width: 75px;
}

/*-------------login page end--------------------*/

/*------------------------custom edit button (participant page) start---------------------*/
.k-grid-customEdit {
    background: var(--red);
    background-color: var(--red);
    color: white;
}
.k-grid-customTags {
    background: var(--red);
    background-color: var(--red);
    color: white;
}

    .k-grid-customTags.k-button-solid-base:hover, .k-button-solid-base.k-hover {
        background-color: var(--red);
    }


    .k-grid-customEdit.k-button-solid-base:hover, .k-button-solid-base.k-hover {
        background-color: var(--red);
    }
/*------------------------custom edit button (participant page) end---------------------*/

/*--------------------Participant Report Attempt Start-----------------*/
/* Overall Average Percentage */
.overall-score {
    margin: 15px;
    border: 1px solid #EBEBEB;
    padding: 15px;
    background: #FAFAFA;
    font-weight: 400;
    font-size: 16px;
    line-height: 18.75px;
    color: #595959;
    border-radius: 5px;
}

#attempts-panel {
    border: 1px solid #EBEBEB;
    border-top: none;
    margin: 15px;
}

.attempted-panel .k-panelbar-item.k-panelbar-header {
    border: 1px solid #EBEBEB;
}

/* Attempt Header */
.attempted-panel .attempt-header {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #595959;
    border-radius: 5px;
}

.attempted-panel .k-link.k-selected,
.attempted-panel .k-link.k-selected .attempt-header {
    background-color: #FF6358 !important;
    color: #fff !important;
}

.attempted-panel span.k-panelbar-item-text {
    width: 100%;
}

.attempted-panel .k-panelbar-content {
    padding: 10px;
}

/* Tabs Container */
.attempted-panel .tabs {
    margin-top: 15px;
    border-top: none;
}

    .attempted-panel .tabs .tab-header {
        display: flex;
        position: relative;
        z-index: 100;
        margin-bottom: -2px;
    }

    .attempted-panel .tabs .tab-btn {
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 5px 5px 0 0;
        transition: background 0.3s;
        color: #FF6358;
    }

        .attempted-panel .tabs .tab-btn.active {
            background-color: transparent;
            color: #595959;
            border-top: 1px solid #EBEBEB;
            border-right: 1px solid #EBEBEB;
            border-left: 1px solid #EBEBEB;
            position: relative;
            z-index: 100;
            background: white;
        }

.attempted-panel .tab-content {
    display: none;
    padding: 15px;
    background-color: #ffffff;
}

    .attempted-panel .tab-content.active {
        display: block;
        border: 1px solid #EBEBEB;
    }

/* Question Section */
.attempted-panel .question-section {
    padding: 15px;
    background: #fff;
    border: 1px solid #EBEBEB;
    margin-bottom: 15px;
    border-radius: 5px;
}

.attempted-panel .question-text {
    font-size: 14px;
    font-weight: bold;
    color: #FF6358;
}

.attempted-panel .options-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.attempted-panel .option {
    padding: 10px;
    border: 1px solid #EBEBEB;
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
}

    .attempted-panel .option.selected {
        border-color: #FF6358;
        background-color: #FFF5F5;
        color: #FF6358;
        font-weight: bold;
    }

.attempted-panel .selected-label {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FF6358;
    font-size: 12px;
    font-weight: bold;
}
.multiple_option_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .multiple_option_list li {
    width: calc(50% - 10px);
    list-style-type: none;
    }

    .multiple_option_list li.selected {
        font-weight: bold;
    }


.correct_image img {
    width: 120px;
}
/*--------------------Participant Report Attempt  end-----------------*/

.readspeaker-playbtn {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 1;
}

.readspeaker-loader {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 1;
}

#text-to-speech-voice-language-grid .k-table-td:nth-child(3) {
    position: relative;
}

#text-to-speech-voice-language-grid .k-picker.k-dropdownlist {
    margin: 8px 0;
}

.readspeaker-playbtn:hover {
    color: var(--red);
}

#text-to-speech-voice-language-grid .k-table-td:nth-child(3) .k-input-value-text, .voice-text {
    margin-left: 30px;
}

.field-validation-error {
    color: var(--red);
}
img.question-opt-image {
    width: 275px;
    max-height: 100px;
    object-fit: cover;
}

/*-----------------------Distribution summary start-----------------------*/

.distribution-summary-wrapper-scrollbar {
    max-height: 450px;
    padding-right: 10px;
}

.scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.distribution-summary-wrapper {
    border-radius: 4px;
    border: 1px solid #EBEBEB !important;
}

.distribution-head-wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px 4px 0px 0px;
    background: #FAFAFA !important;
    padding: 7px 20px;
}

.distribution-inner-wrapper {
    padding: 20px;
}

.block-content-list-wrapp {
    width: 50%;
}

.distribution-head-wrapp p {
    margin-bottom: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 500;;
    color: #595959 !important;
}

/*-----Distribution summary start----------*/

/*----- assign menu management start-----*/

#companyGroup {
    border: none !important;
}

/*----- assign menu management end-----*/

/*----------------Telerik Report-----------------------------*/
#reportViewer {
    position: relative;
    width: 100%;
    height: 87dvh;
    font-family: Verdana, Arial;
}

.trv-report-page.k-state-default {
    margin: auto;
}

.trv-report-page {
    margin: auto;
}