﻿/*---------------------- scroll bar ---------------------*/
/*
 *  STYLE 3
 */
.scroll-v1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.scroll-v1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scroll-v1::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.master-scroll-v1::-webkit-scrollbar {
    width: 8px !important;
}
.timeline-strip-container.scroll-v1::-webkit-scrollbar {
    height: 8px !important;
}
/*---------------------------- Ev UI V2 Start ----------------------- */
.ev-table-curved {
    border: none;
    border-radius: 4px;
    border-collapse: separate;
}
    /*------------------------- curved table------------------------*/
    .ev-table-curved > thead > tr > th {
        background-color: #fff !important;
        font-weight: 700;
        border: none !important;
        border-bottom: 2px solid var(--button-bgColor) !important;
        color: #000000;
        opacity: 0.64;
    }

        .ev-table-curved > thead > tr > th:first-child {
            border-left: none !important; /* Hide the first border-left */
        }

    .ev-table-curved > tbody > tr > td {
        border: none !important;
        border-bottom: 1px solid #dddddd !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .ev-table-curved > tbody > tr > td:first-child {
            border-left: none !important; /* Hide the first border-left */
        }

    .ev-table-curved td, .ev-table-curved th {
        /* border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;*/
    }

    .ev-table-curved th {
        /* border-top: none;*/
    }

.ev-table-medium.ev-table-curved tr {
    height: auto;
}

.ev-table-medium.ev-table-curved thead tr {
    height: 54px;
}

.ev-table-medium.ev-table-curved tbody tr {
    height: 52px;
}

.ev-table-curved tr {
    height: 75px;
}

    .ev-table-curved tr:nth-child(even) {
        background-color: #f2f2f2;
    }

.table-rows-white.ev-table-curved tr:nth-child(even) {
    background-color: #fff;
}

.ev-table-curved th:first-child {
    border-radius: 4px 0 0 0;
}

.ev-table-curved th:last-child {
    border-radius: 0 4px 0 0;
}

.ev-table-curved th:only-child {
    border-radius: 4px 4px 0 0;
}

.ev-table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}

.ev-table-curved tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}

.ev-table-medium tr th, .ev-table-curved tr th {
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
    vertical-align: middle !important;
}

.ev-table-medium tr td, .ev-table-curved tr td {
    font-size: 1.4rem;
    font-weight: 400;
    vertical-align: middle !important;
}
.btn-ev-theme-v2 {
    color: var(--button-bgColor);
    border: 1px solid var(--button-bgColor);
    background-color: var(--button-bgColor-rgba);
}
    .btn-ev-theme-v2:hover {
        color: var(--button-Color-hover);
        border: 1px solid var(--button-bgColor-hover);
        background-color: var(--button-bgColor-hover);
    }

@media only screen and (max-width: 767px) {
    .ev-table-curved {
        width: 100%;
    }

    .ev-table-medium.ev-table-curved tbody tr {
        height: auto !important;
    }
    .ev-table-curved tr {
        border-top: 1px solid #ccc !important;
    }
}
/*---------------------------- Ev UI V2 End ----------------------- */


.ev-autocomplete-readonly {
    background-color: #fff !important;
}
.ev-input-loader {
    background-color: #ffffff;
    background-image: url(http://loadinggif.com/images/image-selection/3.gif);
    background-size: 25px 25px;
    background-position: 96% center;
    background-repeat: no-repeat;
}
p{
    margin:0;
}
.btn.ev-school-theme-btn, .btn.btn-color-red, .btn.btn-color-green {
    margin: 2px 0;
}
.ev-school-theme-btn {
    outline: none !important;
}
.lds-ring {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
}
.no-spin::-webkit-inner-spin-button, .no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance: textfield !important;
}
    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 40px;
        height: 40px;
        border: 4px solid #c0c0c0;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: rgb(193, 193, 193) transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.blink_me {
    animation: blinker 1s linear infinite;
    -webkit-animation: blinker 1s linear infinite;
}

@keyframes blinker {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.page-title-bottom-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page-title {
    padding-bottom: 8px;
    color: #333333;
    font-size: 2.3rem;
    font-weight: 400;
    white-space: normal;
}

.thumbnailList-thumbnail-container {
    background-color: #e3e3e3;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #1a73e8;
    border-color: #1a73e8;
}
.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}
@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.ev-progress, .ev-progress-quiz, .ev-progress-quizpreview {
    height: 3px;
    margin-bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 99%;
    background-color: unset;
    display: none;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 1; /*newly added*/
}
.ev-progress-bar, .ev-progress-bar-quiz, .ev-progress-bar-quizpreview {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.ev-progress .ev-progress-bar, .ev-progress-quiz .ev-progress-bar-quiz, .ev-progress-quizpreview .ev-progress-bar-quizpreview {
    border-radius: 4px;
    width: 1%;
    -webkit-transition: none !important;
    transition: none !important;
}
.player-loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.ev-progress .ev-progress-bar-info, .ev-progress-quiz .ev-progress-bar-info-quiz, .ev-progress-quizpreview .ev-progress-bar-info-quizpreview {
    background-color: #287ae6;
}
.ev-dropdown-menu {
    padding: 10px 0;
}
.show-inline {
    display: inline-block !important;
}
.show-table-cell {
    display: table-cell !important;
}

.svg-spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    
}

    .svg-spinner .path {
        stroke: #93bfec;
        stroke-linecap: round;
        -webkit-animation: dash 1.5s ease-in-out infinite;
        animation: dash 1.5s ease-in-out infinite;
    }

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
    /*------------------------------ form css ------------------------------------*/
.text-gray {
    color: rgb(158, 158, 158);
}
.form-info-text-red {
    font-size: 1.3rem;
    line-height: normal;
    color: rgb(217, 48, 37);
    display: inline-block;
}
.form-info-text-gray {
    font-size: 1.3rem;
    line-height: normal;
    color: #9E9E9E;
    display: inline-block;
}

.form-info-text-spacing {
    font-size: 14px;
    line-height: normal;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 3px;
    font-weight: 400;
    min-height: 56px;
}
    
    .ev-form-group {
    position: relative;
}

    .ev-form-group .ev-input-text:not(:first-child):not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.ev-input-text {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #202124;
    font-size: 16px;
    height: 54px;
    padding: 13px 15px;
    box-shadow: none;
}
    .ev-input-text .btn {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #202124;
        font-size: 16px;
        height: 54px;
        padding: 13px 15px;
        box-shadow: none;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #cccccc;
    }

        .ev-input-text .btn:disabled ~ .ev-input-float-label {
            background-color: #eee !important;
        }

        .ev-input-text .btn:focus {
            box-shadow: none;
            border: 2px solid #1a73e8;
        }
    .ev-input-text:disabled ~ .ev-input-float-label {
        cursor: not-allowed;
        background-color: #eee !important;
    }
.chosen-disabled .chosen-choices {
    cursor: not-allowed !important;
    background-color: #eee !important;
}

button[disabled], html input[disabled] {
    cursor: not-allowed;
}

    .ev-input-text:focus {
        box-shadow: none;
        border: 2px solid #1a73e8;
    }
.input-group .ev-input-text:focus {
    box-shadow: none;
    border: 2px solid #1a73e8;
    z-index: 2;
}
.ev-input-text .btn-default:active,
.ev-input-text .btn-default.active,
.ev-input-text.open > .dropdown-toggle.btn-default,
.ev-input-text .btn-default:active:hover,
.ev-input-text .btn-default.active:hover,
.ev-input-text.open > .dropdown-toggle.btn-default:hover,
.ev-input-text .btn-default:active:focus,
.ev-input-text .btn-default.active:focus,
.ev-input-text.open > .dropdown-toggle.btn-default:focus,
.ev-input-text.btn-default:active.focus,
.ev-input-text .btn-default.active.focus,
.ev-input-text.open > .dropdown-toggle.btn-default.focus {
    box-shadow: none;
    border: 2px solid #1a73e8 !important;
    background-color: #ffffff;
    background-image: none;
    color: #202124;
    border: 1px solid #cccccc;
    outline: none;
}
.ev-input-text[readonly] {
    background-color: #ffffff;
}
.ev-input-text[disabled] {
    background-color: #eeeeee;
}
.ev-input-text:focus ~ .ev-input-float-label {
    color: #1a73e8;
}
select[data-input-value=''] ~ .ev-input-float-label, select[data-input-value=\[\]] ~ .ev-input-float-label {
    display: none;
}

.ev-input-text:focus ~ .ev-input-float-label, .ev-input-text:not([data-input-value='']) ~ .ev-input-float-label {
    -ms-transform: scale(.75) translateY(-37px) !important;
    -moz-transform: scale(.75) translateY(-37px) !important;
    -webkit-transform: scale(.75) translateY(-37px) !important;
    transform: scale(.75) translateY(-37px) !important;
    transform-origin: left !important;
}

.ev-input-text:focus ~ .ev-input-float-label-captcha {
    left: 158px !important;
    z-index: 3 !important;
}
.quizkeyword:focus ~ .quizkeywordlabel {
    width: auto !important;
}

.ev-input-float-label {
    left: 8px;
    top: 0;
    z-index: 2;
    height: 20px;
    margin-top: 18px;
    bottom: 0;
    border-radius: 4px;
}
    .ev-input-float-label.wrap-oneline-placeholder {
        height: auto;
        margin-top: 16px;
        max-width: calc(100% - 12px);
        font-size: 14px;
    }
    .ev-input-float-label.wrap-twoline-placeholder {
        height: auto;
        margin-top: 11px;
        max-width: calc(100% - 12px);
        font-size: 13px;
    }
    .ev-input-float-label.wrap-threeline-placeholder {
        height: auto;
        margin-top: 9px;
        max-width: calc(100% - 12px);
        font-size:12px;
    }
    .ev-input-float-label-captcha {
    left: 158px;
    bottom: 10px;
    z-index: 2;
}
.ev-btn-indicator {
    display: inline-block;
    background: transparent;
    margin: 0 4px 0 0; 

}
.indicator-active {
    width: 9px;
    height: 9px;
    margin: 0 3px;
    border-radius: 50%;
    background: rgb(76, 175, 80);
    display: inline-block;
}
.indicator-inactive {
    width: 9px;
    height: 9px;
    margin: 0 3px;
    border-radius: 50%;
    background: rgb(204, 0, 0);
    display: inline-block;
}
.indicator-initialize {
    width: 9px;
    height: 9px;
    margin: 0 3px;
    border-radius: 50%;
    background: rgb(255,165,0);
    display: inline-block;
}
.ev-input-placeholder {
    position: absolute;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #80868b;
    font-size: 16px;
    font-weight: 400;
    padding: 0 8px;
    -webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
    width: auto;
}

.evInputInvalid, .evDivInvalid, .evInputInvalid:focus {
    border: 2px solid #d93025 !important;
}
    .evInputInvalid ~ .chosen-container-active .chosen-choices, .evInputInvalid ~ .chosen-container-active .chosen-single {
        border: none ;
    }

    .evInputInvalid ~ .chosen-container .chosen-choices, .evInputInvalid:focus ~ .chosen-container .chosen-choices,
    .evInputInvalid ~ .chosen-container .chosen-single, .evInputInvalid:focus ~ .chosen-container .chosen-single {
        border: 2px solid #d93025 !important;
        border-radius: 4px !important;
    }

    .evInputInvalid:focus ~ .ev-input-float-label, .ev-input-text:not([data-input-value='']).evInputInvalid ~ .ev-input-float-label {
        color: #d93025;
    }
.ev-form-clear-link {
    color: #1a73e8;
    cursor: pointer;
}    
.ev-form-error-text {
    position: absolute;   
    color: #d93025;    
    font-size: 12px;
    line-height: normal;
    margin-top: 3px;
    display: none;
    transition: all linear 0.5s;
}
.ev-error-text-noninput {
    color: #d93025;
    font-size: 12px;
    line-height: normal;
    margin-top: 3px;
    transition: all linear 0.5s;
    display: none;
}

    .show_error {
        display: block;
    }

.ev-form-error-icon {
    margin-right: 4px;
    margin-top: -2px;
}

.ev-form-feedback {
    width: 18px;
    height: 18px;
    line-height: 18px;
    top: 18px;
    right: 18px;
}
.ev-row-botton-spacing {
    height: 150px;
}
.ev-input-spacing {
    margin-bottom: 26px;
}

.ev-form-label {
    font-size: 1.6rem;
    font-weight: 400;
}
.input-group-addon:not(:first-child):not(:last-child) {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.ev-input-addon-btn {
    width: auto;
    margin: 8px 0;
    padding: 8px;
    border-radius: 4px !important;
}

.input-group-space-btn {
    width: 100%;
}

.padding-zero {
    padding: 0;
}
.margin-zero {
    margin: 0 !important;
}
.margin-left-right-zero {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.padding-left-zero{
    padding-left:0;
}
.padding-right-zero {
    padding-right: 0;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.ev-live-not-started {
    background: rgba(0, 0, 0, 0.05);
    color: rgb(96, 96, 96);
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2rem;
    white-space: inherit;
}
.ev-badge {
    background: rgba(0, 0, 0, 0.05);
    color: rgb(96, 96, 96);
    font-weight: 500;
    padding: 0 4px;
    border-radius: 4px;
}
.glyphicon-usd:before {
    padding-right: 2px;
    margin-left: -3px;
}
.glyphicon-lock:before {
    padding-right: 3px;
}
.border-btn {
    border: 1px solid #065fd4;
    cursor: pointer;
    border-radius: 4px;
    height: 40px;
    color: #065fd4;
}
.ev-pagination > li > a, .ev-pagination > li > span {
    color: #333333;
    cursor: pointer;
}
.ev-icons {
    cursor: pointer;
    display: block;
    width: 24px;
    height: 32px;
    fill: #606060;
}
/*------------------------- Live coment --------------------------------*/
.player-bottom-menu-button {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 4rem;
    text-align: center;
    float: left;
}
.player-bottom-menu-link {
    color: rgb(96, 96, 96);
    margin: 0;
    font-weight: 500;
    transition: 0.5s ease;
}
    .player-bottom-menu-link:hover, .player-bottom-menu-link:focus{
        text-decoration: none;
        color: rgba(51, 51, 51, 0.85);
    }
.player-bottom-menu-icon {
    fill: currentColor;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 4px;
    margin-top: 8px;
    color: rgb(144, 144, 144);
}
.change-channel-btn .player-bottom-menu-button {
    padding: 0 32px;
}
.change-channel-btn .player-bottom-menu-link {
    color: rgb(26, 115, 232);
}
.player-overlay-messages {
    position: absolute;
    width: 90px;
    height: auto;
    right: 14px;
    top: 14px;
}
#QuizCompleteSuccessMessage, #testQuizCompleteSuccessMessage {
    position: absolute;
    width: 100%;
    height: auto;
    right: 0;
    left: 0;
    top: calc(50% - 43px);
    z-index: 1;
}
ul.player-overlay-messages-list.list-unstyled {
    text-align: right;
    float: right;
}

.player-wrapper {
    margin-left: auto;
    margin-right: auto;
}
.Quiz-Complete-Success-Message {
    max-width: 60%;
    font-size: 26px;
    background-color: rgba(0, 0, 0,0.5);
    color: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 6px;
    text-align: center;
    margin: 0 auto;
}
div#QuizCompleteSuccessMessage.successmessagewithscore {
    top: calc(50% - 60px);
}
div#testQuizCompleteSuccessMessage.previewsuccessmessagewithscore {
    top: calc(50% - 80px);
}
div#abtnShowQuizResult, div#testabtnShowQuizResult {
    width: 90px;
    border-color: #9e9e9ec7;
    background-color: rgba(0, 0, 0, 0.5);
    color: aliceblue;
    border-radius: 4px;
    font-size: 12px;
    padding: 2px;
    text-align: center;
    cursor: pointer;
}
#abtnShowQuizResult > svg, #testabtnShowQuizResult > svg {
    height: 30px;
    width: 30px;
    margin: 4px 26px 0px 26px;
    color: rgb(255, 255, 255);
}

/*----------------------------- video Player ------------------------------*/

.player-content-title-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0 8px 0;
}

.player-content-description-container {
    padding: 20px 0 8px 0;
    margin-bottom: 24px;
    padding-bottom: 16px;
    font-size: 1.3rem;
    color: #7a7a7a;
    font-weight: 400;
    line-height: 2.1rem;
    word-break: break-word;
}
    .player-content-description-container p{
        margin:0;
    }
.ev-list-thumbnail-description p {
    margin: 0 0 2px;
}

.playlist-container, .collection-playlist-container, .embed-collection-playlist-container {
    padding-left: 24px;
}
.player-bottom-menu-button {
    margin-left: 2px;
    padding-right: 8px;
}
.ev-video-details {
    display: block;
    max-height: 4rem;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 4rem;
}

    .ev-video-details > #metadata-line {
        line-height: 4rem;
    }

.default-container .player-bottom-menu-container {
    position: relative;
    /*padding: 0;*/
}

    .player-bottom-menu-container ul {
        margin: 0;
        float: right;
    }
    .player-bottom-menu-container li.dropup ul.dropdown-menu {
        min-width: 162px;
    }

.new-assets-badge {
    line-height: 1.2rem;
    background: rgba(0, 0, 0, 0.05);
    color: rgb(96, 96, 96);
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0 4px;
    border-radius: 4px;
}

.player-content-showmore-btn {
    color: rgba(17, 17, 17, 0.6);
    display: inline-block;
    margin-top: 8px;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .007px;
    text-transform: uppercase;
    cursor: pointer;
    width: fit-content;
}

.ev-video-title-text {
    max-height: 4.8rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 2.4rem;
    font-family: inherit;
    font-size: 1.8rem;
    font-variant: inherit;
    transform: none;
    text-shadow: none;
}

    .ev-video-title-text > .title-text {
        display: block;
        max-height: 4.8rem;
        overflow: hidden;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 2.4rem;
        font-family: inherit;
        font-size: 1.8rem;
        font-variant: inherit;
        transform: none;
        text-shadow: none;
    }

.ev-video-title-text-info {
    -webkit-align-items: center;
    align-items: center;
}

#metadata-line.ev-video-meta-block {
    color: #7a7a7a;
    max-width: 100%;
    display: block;
    /*max-height: 3.6rem;*/
    overflow: hidden;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: none;
    
}

    #metadata-line.ev-video-meta-block span.ev-video-meta-block {
        display: inline-block;
    }

    #metadata-line.ev-video-meta-block > .ev-video-meta-block:not(:last-of-type):after {
        content: '•';
        margin: 0 4px;
    }
.before-content-dot:before {
    content: '•';
    margin: 0 4px;
}

.after-content-none:after {
    content: '' !important;
    margin: 0 !important;
}


/*------------------------------------material-switch-----------------------------------------------*/
/*commment auto refresh icon btn*/
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 12px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 20px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 20px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.material-switch #loadCommentText {
    margin-right: 10px;
    font-size: 14px;
}
/*------------------------------Submit form-------------------------------*/
.Guset-comment-form {
    padding: 25px 10px 50px;
}

.floating-form {
    width: 100%;
}

/****  floating-Lable style start ****/
.floating-label {
    position: relative;
    margin-bottom: 20px;
}

.floating-input {
    font-size: 14px;
    padding: 4px 4px;
    display: block;
    max-width: 100%;
    min-width: 50%;
    width: 100%;
    background-color: transparent;
    border: none;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    border-bottom: 1px solid rgb(184, 184, 184);
    box-shadow: none;
}

    .floating-input:focus {
        outline: none;
        border-bottom: 2px solid rgb(39, 147, 230);
    }

.floating-label-text {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.floating-input:focus ~ .floating-label-text, .floating-input.ng-not-empty ~ .floating-label-text {
    top: -18px;
    font-size: 14px;
    color: rgb(39, 147, 230);
}

.floating-textarea {
    max-height: 150px;
    overflow: hidden;
    overflow-x: hidden;
}

.watchliveInvalid, .watchliveInvalid:focus {
    border-bottom: 2px solid #d93025;
}

.floating-input:focus.watchliveInvalid:focus ~ .floating-label-text, .floating-input.ng-invalid-pattern.watchliveInvalid ~ .floating-label-text {
    color: #d93025;
}

/*------------------------------ caption -----------------------------------*/
.cc-settings-button-Live {
    cursor: pointer;
    height: 2.5em;
    margin: .1em -3em 0;
    position: absolute;
    width: 2.5em;
    background: rgba(33,33,33,.8);
    border-radius: 50%;
    border: 1px solid #333;
}


/*-------------------------------- Player Overlay ------------------------*/
.Player-overlay-container {
    /*background-color: #000;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*z-index: 1;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Player-overlay-wrapper {
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    bottom: 10px;
    padding: 5px 15px;
    border-radius: 4px;
    text-align: center;
}

/*------------------------------- Associated file-download --------*/
#FileDownloadModal .modal-content div:not(:first-child) .modal-header, #DirectPlayerFileDownloadModal .modal-content div:not(:first-child) .modal-header {
    padding-top: 0;
}
.modal-header, .modal-footer {
    margin: 0 5px;
}
.download-file-container {
    display: table;
    width: 100%;
}
.download-file-wrapper {
    display: table-row;
}
    
    .download-file-wrapper .left-cell {
        display: table-cell;
        position: relative;
        vertical-align: middle;
        width: 57px;
    }
        .download-file-wrapper .left-cell .file-format-container {
            font-size: 41px;
            margin-left: 4px;
            position: relative;
        }
            .download-file-wrapper .left-cell .file-format-container .file-extention {
                position: absolute;
                top: 20px;
                left: 0;
                right: 0;
                margin-left: auto;
                margin-right: auto;
                color: #fff;
                text-align: center;
                font-size: 10px;
                font-weight: 600;
            }
    .download-file-wrapper .middle-cell {
        display: table-cell;
        padding: 0;
        vertical-align: middle;
    }
    .download-file-wrapper .right-cell {
        display: table-cell;
        vertical-align: middle;
        width: 32px;
    }
        .download-file-wrapper .right-cell .glyphicon-download-alt {
            font-size: 24px;
            color: #606060;
        }

.associated-file-title {
    font-size: 1.6rem;
    margin: 5px 0;
    color: #333333;
    -webkit-line-clamp: 2;
    max-height: 4.2rem;
    overflow: hidden;
    font-weight: 500;
    line-height: 1.6rem;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
	word-break: break-word;
}
.associated-file-description {
    font-size: 1.4rem;
    margin: 5px 0;
    color: #333333;
    -webkit-line-clamp: 2;
    max-height: 4.2rem;
    overflow: hidden;
    line-height: 2.2rem;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    word-break: break-word;
}

/*----------------------- star Rating ------------------------*/

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .rating-stars ul > li.star {
        display: inline-block;
        height: 11px;
        cursor: pointer;
    }

        /* Idle State of the stars */
        .rating-stars ul > li.star > svg {
            fill: rgba(0, 0, 0, 0.18); /* Color on idle state */
        }       

        /* Hover state of the stars */
        .rating-stars ul > li.star.hover > svg {
            fill: rgba(81, 81, 81, 0.44);
        }

        /* Selected state of the stars */
        .rating-stars ul > li.star.selected > svg {
            fill: rgb(26, 115, 232);
        }


/*------------------------------ style checkbox -----------------------------*/
#masterMenu .tagSearch-list-container {
    padding: 0 15px;
}
.tagsearch-header {
    font-size: 1.6rem;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
}
.tagsearch-content {
    max-width: 400px;
    min-width: 320px;
    max-height: 180px;
    overflow: hidden;
    overflow-y: auto;
}

.tagsearch-items {

}

.tagsearch-footer {
    width: 100%;
    padding: 8px 0;
    text-align: center;
}

.tagsearch-title {
    padding: 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6rem;
    color: rgb(13, 13, 13);
}

.tagsearch-footer input {
    padding: 2px 8px;
}
.tagsearch-item-list {
    padding-right: 8px;
}

.span_pseudo, .tagsearch-item-list span:before, .tagsearch-item-list span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.form-group-checkbox {
    display: block;
}

    .form-group-checkbox input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }
        input[type="radio"], .form-group-checkbox input[type="checkbox"] {
            opacity: 0;
        }

.form-group-checkbox label {
    position: relative;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    overflow: hidden;
    font-weight: 400;
    white-space: inherit;
    word-break: break-all;
    text-overflow: ellipsis;
    color: rgb(96, 96, 96);
}

        .form-group-checkbox label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #0079bf;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 5px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
        }
.channel-tree-view-sub-list .form-group-checkbox label:before {
    border: 2px solid rgb(158, 158, 158);
}
.form-group-checkbox input:checked + label:after,.form-group-checkbox.checked label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.channel-tree-view-sub-list .form-group-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: 2px solid rgb(158, 158, 158);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.ev-checkbox.form-group-checkbox input:disabled + label:before {
    cursor: not-allowed;
    opacity: 0.5;
}

    .form-group-checkbox input:disabled + label:after {
        cursor: not-allowed;
    }

.channel-tree-view-sub-list .form-group-checkbox:hover input:checked + label:after, .channel-tree-view-sub-list .form-group-checkbox:hover label:before {
    border-color: rgb(158, 158, 158);
}

.form-control:disabled + .ev-form-selectbox {
    background-color: #eeeeee;
} 

span.showLess {
    display: inline-block;
    max-height: 4.2rem;
    overflow: hidden;
    line-height: 2.1rem;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
/*------------------------------ Ev Radio button ------------------------*/

 

    .ev-radio-button input[type="radio"] {
        position: absolute;
        opacity: 0;
    }

        .ev-radio-button input[type="radio"] + .ev-radio-button-label:before {
            content: '';
            background: rgb(255, 255, 255);
            border-radius: 100%;
            border: 2px solid #3197EE;
            display: inline-block;
            width: 20px;
            height: 20px;
            position: relative;
            top: -0.2em;
            margin: 5px 15px 0 0;
            vertical-align: top;
            cursor: pointer;
            text-align: center;
            -webkit-transition: all 250ms ease;
            transition: all 250ms ease;
        }

        .ev-radio-button input[type="radio"]:checked + .ev-radio-button-label:before {
            background-color: #3197EE;
            box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
        }

        .ev-radio-button input[type="radio"]:focus + .ev-radio-button-label:before {
            outline: none;
            border-color: #3197EE;
        }

        .ev-radio-button input[type="radio"]:disabled + .ev-radio-button-label:before {
            box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
            border-color: #b4b4b4;
            background: #b4b4b4;
        }

        .ev-radio-button input[type="radio"] + .ev-radio-button-label:empty:before {
            margin-right: 0;
        }
.ev-radio-button-label {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0;
}


/*--------------------------------- comment style -----------------------------*/
#CommentModal #CommentContainer {
    margin: 0 auto;
    min-height: 100%;
    min-width: 100%;
}







.ev-live-comment-container {
    min-width: 300px;
    /*min-height: calc(100vh - 80px);*/
    position: relative;
    margin-top: 36px;
}

.live-comment-wrapper {
    height: 100%;
    background-color: rgb(247, 247, 247);
}

.live-comment-header {
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 18px;
    background-color: rgba(238, 238, 238, 0.4);
    align-items: center;
}

    .live-comment-header ul > li {
        padding-left: 2px;
        padding-right: 2px;
        margin: 0;
        font-size: 16px;
        font-weight: 500;
    }

.live-comments-footer-container {
    background-color: rgb(244, 244, 244);
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 125px;
}

    .live-comments-footer-container.guest-footer-comment-container {
        min-height: 320px;
    }

.live-comments-list-container {
    background-color: white;
    height: calc(100vh - 326px);
    width: 100%;
    overflow-x: hidden;
    border: 2px solid #f4f4f4;
    overflow-y: auto;
    border-left: none;
}


.Guset-comment-form #Comment_Captcha {
    width: calc(100% - 130px);
    margin-left: 130px;
}

.Guset-comment-form .error-text {
    color: rgb(218, 10, 10);
    font-size: 14px;
    padding: 0px 5px;
}

.Guset-comment-form .Comment-btn-container {
    line-height: 40px;
}

.live-user-comments .username {
    border-radius: 2px;
    color: rgba(17, 17, 17, 0.6);
    font-weight: 500;
    margin-right: 8px;
    width: 125px;
    line-height: 20px;
    height: 20px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-user-comments .comments {
    color: rgb(75,75,75);
    line-height: 16px;
    overflow: hidden;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
    opacity: 0.9;
    padding-left: 2px;
}

.live-user-comments .comment-details {
    font-weight: 400;
    font-size: 13px;
    color: rgb(109, 104, 104);
}

.live-comments-list-container .live-user-comments .commentList {
    margin: 10px 5px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px;
    border-radius: 8px;
}

.jw-icon.KeyboardShortcutsButtons .jw-button-image {
    max-height: 30px;
}
.jw-icon.CaptionSettingsButtons .jw-button-image {
    max-height: 20px;
}
.jw-icon.EmpedPlayerMoreOptionsButton .jw-button-image {
    height: 18px;
    width: 18px;
}
.jw-icon.ShareButtons .jw-button-image {
    max-width: 18px;
}
:focus {
    /* You can remove this to use the browser's defaults */
    outline: #06f auto 2px;
}

body.using-mouse :focus {
    outline: none;
}

.views-eye-icon {
    width: 24px;
    height: 24px;
    padding: 3px;
    margin-bottom: -8px;
    fill: currentColor;
}
.alert.ev-info-message-page-top {
    max-width: calc(100% / 2.5);
    margin: 0 auto;
    margin-top: calc(100vh / 5);
}
.alert.ev-info-message-page-top-v2 {
    max-width: calc(100% / 1.5);
    margin: 0 auto;
    margin-top: calc(100vh / 5);
}

.divModal-Description {
    font-size: 1.4rem;
    padding-bottom: 12px;
    font-weight: 500;
    text-align: left;
    color: #7a7a7a;
}

.User-login-captcha-Container {
    width: 123px;
    height: 26px;
}

    .User-login-captcha-Container > img {
        width: auto;
        height: 26px;
    }



    .user-login-action-link .ev-btn-link-default {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #1a73e8;
        display: inline-block;
        font-weight: bold;
        letter-spacing: .25px;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        font-size: inherit;
        outline: 0;
        padding: 0;
        text-align: left;
    }
    .ev-text-link {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #1a73e8; 
        letter-spacing: .25px;
        background-color: transparent;
        border: 0;
        cursor: pointer;        
        outline: 0;
        padding: 0; 
    }

.ev-btn-link-default:focus {
    background-color: rgba(26,115,232,0.149);
}
#PaymentLoginContainer .form-group, #ConnectPaymentContainer .form-group {
    padding-left: 2px;
    padding-right: 2px;
}
#PaymentLoginContainer select, #ConnectPaymentContainer select {
    height: 54px;
    color: #80868b;
    font-size: 16px;
    font-weight: 400;
    padding: 0 8px;
}
.user-login-meta-details {
    margin: 15px 0 4px;
    color: rgb(96, 96, 96);
    background-color: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.15);
    font-weight: 500;
}
.user-login-meta-details-title {
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 4px 0;
}
.user-login-meta-details-discription {
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin: 4px 0;
    font-weight: 400;
}

.associated-GroupItem-title {
    font-weight: 500;
}
span.associated-GroupItem-LiveIcon {
    color: rgb(204, 0, 0);
}
.red-color-text {
    color: rgb(204, 0, 0);    
}
.green-color-text {
    color: rgb(76, 175, 80);
}
.associated-GroupItem-list-contanier {
    max-height: calc(100vh - 330px);
    min-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}
.modal-footer .ev-school-theme-btn, .modal-footer .btn + .btn {
    margin-bottom: 5px;
}

.channel-tree-view-container {
    width: 100%;   
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 15px;
  
}
.channel-tree-view--list-content {
    max-height: 250px;
    min-height: 238px;
    overflow-y: auto;
    margin-top: 20px;
    width: 100%;
    transition: 1s ease;
}
li.channel-tree-view-list-parent {
    padding: 5px 0;
    text-overflow: ellipsis;
}
ul.list-unstyled.channel-tree-view-sub-list {
    padding-left: 30px;
}
li.channel-tree-view-list {
    padding: 5px 0;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ev-form-selectbox {
    position: absolute;
    text-align: center;
    z-index: 2;
    pointer-events: none;
    background-color: transparent;
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: 15px;
    right: 5px;
}
.chosen-disabled ~ .ev-form-selectbox {
    background-color: #eeeeee;
}
.clickable {
    cursor: pointer;
}

.panel-heading .statistics-refresh-btn {
    margin-top: -18px;
    font-size: 15px;
}
.panel-title .ev-btn-indicator{
    font-size:1.6rem;
}
.statistics-data {
    font-weight: 400;
    padding: 10px 0;
}

.cursor-pointer{
    cursor:pointer;
}
.cursor-not-allowed {
    cursor: not-allowed;
}
/*---------------------- embed player css ----------------------*/
div#PlayerMoreOptions-container {
    height: 192px;
    width: 284px;
    max-height: 192px;
    position: absolute;
    bottom: 57px;
    right: 12px;
    background-color: #333;
    display: none;
    max-width: 284px;
    pointer-events: auto;
    z-index: 1;
    font-family: Arial,Helvetica,sans-serif;
}
.player-more-options-header {
    background-color: rgba(0,0,0,0.4);
    padding: 3px 5px 0;
    width: 100%;
}

.player-more-options-header-text {
    display: inline-block;
    color: rgb(255, 255, 255);
    padding: 10px 7px;
    font-size: 1em;
    line-height: 1em;
    list-style: none;
    text-transform: none;
    font-weight: 600;
}
.player-more-option-close-btn {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-weight: 500;
    float: right;
    cursor: pointer;
    padding: 3px 3px;
}
    .player-more-option-close-btn svg {
        height: 24px;
        width: 24px;
    }
.player-more-options-body {
    min-height: 110px; 
    overflow-y: auto;
    padding: 8px 20px 0 5px; 
}
.player-more-options-list {
    padding: 0 5px;
    margin: 0 auto;
}
    .player-more-options-list li {
        padding: 0;
        list-style: none;
    }
button.player-more-option-buttons {
    position: relative;
    color: rgba(255,255,255,0.8);
    cursor: pointer;
    font-size: 13px;
    line-height: 1;
    padding: 7px 0 7px 15px;
    width: 100%;
    text-align: left;
    outline: none;
    border: none;
    background: none;
}
    button.player-more-option-buttons:hover {
        color: rgb(255,255,255);
    }
 
/* Extra small devices (phones, 420px and down) */
@media only screen and (max-width: 420px) {
    div#PlayerMoreOptions-container {
        max-height: 100%;
        max-width: 100%;
        height: 100%;
        width: 100%;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

}
    /* Extra small devices (phones, 600px and down) */
    @media only screen and (max-width: 600px) {
        .ev-image-player-title {
            font-size: 16px;
            padding: 10px 12px;
        }

        .ev-image-player-playicon-backdrop .ev-svg-icon {
            width: 66px;
            height: 64px;
        }
        .player-overlay-messages {
            width: 60px;
            top:15px;
        }
        .Quiz-Complete-Success-Message {
            font-size: 14px;
            width: 90%;
        }
        #QuizCompleteSuccessMessage, #testQuizCompleteSuccessMessage {
            top: calc(50% - 25px);
        }
        div#abtnShowQuizResult, div#testabtnShowQuizResult {
            width: 50px !important;
            font-size: 12px;
        }
        #abtnShowQuizResult > svg, #testabtnShowQuizResult > svg {
            height: 30px !important;
            width: 30px !important;
            margin: 0 auto !important;
        }
    }
@media (max-width: 767px) {
    div#abtnShowQuizResult, div#testabtnShowQuizResult {
        width: 50px !important;
    }
    #abtnShowQuizResult > svg, #testabtnShowQuizResult > svg {
        height: 30px !important;
        width: 30px !important;
        margin: 0 auto !important;
    }
}
    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (min-width: 600px) {
        .ev-image-player-title {
            font-size: 20px;
            padding: 18px 12px;
        }

        .ev-image-player-playicon-backdrop .ev-svg-icon {
            width: 88px;
            height: 88px;
        }

        #PrimaryFileProgress circle.progress-circle-back, #PrimaryFileProgress circle.progress-circle-prog {
            r: 74px;
        }
    }

    /* Medium devices (landscape tablets, 768px and up) */
    @media only screen and (min-width: 768px) {
        .ev-image-player-title {
            font-size: 22px;
            padding: 22px 12px;
        }

        #mailTypesLabel {
            max-height: 15rem;
        }
    }

    /* Large devices (laptops/desktops, 992px and up) */
    @media only screen and (min-width: 992px) {
        .ev-image-player-title {
            font-size: 28px;
            padding: 24px 12px;
        }
    }

    /* Extra large devices (large laptops and desktops, 1200px and up) */
    @media only screen and (min-width: 1200px) {
        .ev-image-player-title {
            font-size: 32px;
            padding: 26px 12px;
        }
    }

    /*------------------------ Drag  command drop --------------*/
    #drop-position-placeholder {
        height: 66px;
        margin: 4px 5px;
        padding: 0 5px;
        cursor: pointer;
        border: 2px dashed blue;
    }


    /*------------------------- curved table------------------------*/

    .table-curved {
        border-collapse: separate;
    }

    .table-curved {
        border: solid #ccc 1px;
        border-radius: 4px;
        border-left: 0px;
    }

        .table-curved td, .table-curved th {
            border-left: 1px solid #ccc;
            border-top: 1px solid #ccc;
        }

        .table-curved th {
            border-top: none;
        }

    .ev-table-medium.table-curved tr {
        height: auto;
    }

    .ev-table-medium.table-curved thead tr {
        height: 54px;
    }

    .ev-table-medium.table-curved tbody tr {
        height: 52px;
    }

    .table-curved tr {
        height: 75px;
    }
    .table-double-line-tr tr {
        height: 45px;
    }

    .table-curved > thead > tr > th {
        background-color: #c1c1c1;
    }

    .table-curved tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .table-rows-white.table-curved tr:nth-child(even) {
        background-color: #fff;
    }

    .table-curved th:first-child {
        border-radius: 4px 0 0 0;
    }

    .table-curved th:last-child {
        border-radius: 0 4px 0 0;
    }

    .table-curved th:only-child {
        border-radius: 4px 4px 0 0;
    }

    .table-curved tr:last-child td:first-child {
        border-radius: 0 0 0 4px;
    }

    .table-curved tr:last-child td:last-child {
        border-radius: 0 0 4px 0;
    }

    @media only screen and (max-width: 767px) {
        #mailTypesLabel {
            max-height: 13rem;
        }

        .table-curved {
            width: 100%;
        }

        /* Force table to not be like tables anymore */
        .ev-mobile-responsive-table, .ev-mobile-responsive-table thead, .ev-mobile-responsive-table tbody, .ev-mobile-responsive-table th, .ev-mobile-responsive-table td, .ev-mobile-responsive-table tr {
            display: block;
            border: none;
        }

            /* Hide table headers (but not display: none;, for accessibility) */
            .ev-mobile-responsive-table thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

            .ev-mobile-responsive-table tr {
                border: 1px solid #ccc;
                height: auto;
                margin-bottom: 10px;
                box-shadow: 2px 2px 3px #9e9e9e54;
                border-radius: 4px;
                border-top: none;
            }

            .ev-mobile-responsive-table td {
                /* Behave  like a "row" */
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                padding-left: 110px !important;
                text-align: left;
                min-height: 50px;
            }

        .bulkupload-mobile-view-background td:first-child {
            background: linear-gradient(to right, #ffffff 5%,#ffffff 0%,#ffffff 4%,#ffffff ) !important;
        }

        #Persistent-players-list.ev-mobile-responsive-table td {
            padding-left: 115px !important;
        }

        .ev-mobile-responsive-table td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 15px;
            left: 10px;
            width: 110px;
            padding-right: 10px;
            white-space: nowrap;
            /* Label the data */
            content: attr(data-column);
            color: rgb(51,51,51);
            font-weight: bold;
        }

        .ev-table-without-responsive tr {
            border: none !important;
            box-shadow: none;
        }

        .ev-table-without-responsive td {
            padding-left: 0 !important;
            min-height: auto;
        }

        .file_name_align {
            text-align: left !important;
        }

        .file_name_left_align {
            text-align: left !important;
        }

        .ev-table-medium.table-curved tbody tr {
            height: auto !important;
        }
    }

 
    .ev-table-medium tr th, .ev-table-asset-list tr th {
        font-size: 1.6rem;
        font-weight: 400;
        text-align: center;
        vertical-align: middle !important;
    }

    .ev-table-medium tr td, .ev-table-asset-list tr td {
        font-size: 1.4rem;
        font-weight: 400;
        vertical-align: middle !important;
    }

    .player-error-message {
        text-align: center;
        width: 80%;
        color: rgb(255,255,255);
        padding: 5px;
        height: auto;
        font-size: 16px;
        border-radius: 4px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .Transaction-history-review-title {
        width: calc(100% - 30px);
        display: inline-block;
        font-weight: 500;
        padding: 2px 8px;
    }

    .Transaction-history-review-price {
        display: inline-block;
        font-weight: 500;
        padding: 1px 8px;
    }

    .bulkupload-circle-Progress {
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        position: relative;
    }

    .Circle-Progress {
        position: absolute;
        height: 167px;
        width: 167px;
        cursor: pointer;
        font-weight: 500;
        text-align: center;
        top: 50%;
        left: 50%;
        margin: -80px 0 0 -80px;
    }

        .bulkupload-circle-Progress .progress-circle, .Circle-Progress .progress-circle {
            transform: rotate(-90deg);
        }

        .Circle-Progress .progress-circle {
            margin-top: -40px;
        }

        .bulkupload-circle-Progress .progress-circle-back, .Circle-Progress .progress-circle-back {
            fill: none;
            stroke: #D2D2D2;
            stroke-width: 10px;
        }

    .bulkupload-circle-Progress .progress-circle-back {
        stroke-width: 6px;
    }

    .bulkupload-circle-Progress .progress-circle-prog, .Circle-Progress .progress-circle-prog {
        fill: none;
        stroke: #7E3451;
        stroke-width: 10px;
        stroke-dasharray: 0 999;
        stroke-dashoffset: 0px;
        transition: stroke-dasharray 0.7s linear 0s;
    }

    .bulkupload-circle-Progress .progress-circle-prog {
        stroke-width: 6px;
    }

    .bulkupload-circle-Progress .progress-text, .Circle-Progress .progress-text {
        width: 100%;
        position: absolute;
        top: 60px;
        text-align: center;
        font-size: 2em;
    }

    .bulkupload-circle-Progress .progress-text {
        font-size: 1.2em;
        top: 28px;
    }

    #PrimaryFileProgress circle.progress-circle-back, #PrimaryFileProgress circle.progress-circle-prog {
        r: 50px;
    }

    .primary-upload-below-text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -18px;
    }
.primary-upload-below-text, #downloadValue {
    bottom: -36px;
}
    .gray-tooltip + .tooltip > .tooltip-inner {
        background-color: #fcfcfc;
        border: 0.5px solid #ccc;
        color: #000;
        width: 180px;
    }

    .gray-tooltip + .tooltip > .tooltip-arrow {
        border-bottom-color: #ccc;
        border-top-color: #ccc;
    }

    .error-text-color {
        color: #d93025;
    }

    .clear-both {
        clear: both;
    }

    .ev-choose-text {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #202124;
        font-size: 16px;
        height: 54px;
        padding: 13px 15px;
        box-shadow: none;
        background-color: #fff !important;
    }

    .input-group .ev-choose-text:focus {
        box-shadow: none;
        border: 2px solid #1a73e8;
        z-index: 2;
    }

    .ev-choose-text:not([data-input-value='']) ~ .ev-input-float-label {
        -ms-transform: scale(.75) translateY(-37px) !important;
        -moz-transform: scale(.75) translateY(-37px) !important;
        -webkit-transform: scale(.75) translateY(-37px) !important;
        transform: scale(.75) translateY(-37px) !important;
        transform-origin: left !important;
    }

    .ev-choose-text:not([data-input-value='']):focus ~ .ev-input-float-label {
        color: #1a73e8;
    }

    .ev-choose-text.evInputInvalid:focus ~ .ev-input-float-label {
        color: #80868b;
    }

    .ev-choose-text[disabled], .ev-choose-text[disabled] ~ .ev-input-float-label {
        background-color: #eeeeee !important;
    }

    .ev-multiFormatFile-player-container {
        border: none;
    }

.page-title-tooltip {
    background: none;
    border: none;
    outline: none;
    height: 30px;
    width: 30px;
    padding: 0;
    position: absolute;
    margin-left: 8px;
    margin-top: 3px;
    color: rgb(204, 0, 0);
}
    .page-title-tooltip svg {
        width: 22px;
        height: 22px;
        fill: currentColor;
    }
    .page-title-tooltip:hover, .page-title-tooltip:focus {
        color: rgb(240, 0, 0);
    }
svg.default-play-icon {
    width: 80%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    /*----------------------- select choosen ---------------------------------------*/
    select {
        width: 80%; /* Only for example */
    }

    #LiveEvent_RemoveDimensionCode_chosen {
        width: calc(100% - 5px) !important;
    }

    select.form-control + .chosen-container.chosen-container-single .chosen-single {
        display: block;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #202124;
        font-size: 16px;
        height: 54px;
        padding: 13px 15px;
        box-shadow: none;
        width: 100%;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid #ccc;
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        background-image: none;
    }

        select.form-control + .chosen-container.chosen-container-single .chosen-single div {
            top: 4px;
            color: #000;
        }

    select.form-control + .chosen-container .chosen-drop {
        background-color: #FFF;
        border: 1px solid #CCC;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
        margin: 2px 0 0;
    }

    select.form-control + .chosen-container .chosen-search input[type=text] {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555;
        vertical-align: middle;
        background-color: #FFF;
        border: 1px solid #CCC;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        background-image: none;
    }

    select.form-control + .chosen-container .chosen-results {
        margin: 2px 0 0;
        padding: 5px 0;
        font-size: 15px;
        list-style: none;
        background-color: #fff;
        margin-bottom: 5px;
    }

        select.form-control + .chosen-container .chosen-results li,
        select.form-control + .chosen-container .chosen-results li.active-result {
            display: block;
            padding: 6px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.428571429;
            /*color: #333;*/
            white-space: nowrap;
            background-image: none;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            select.form-control + .chosen-container .chosen-results li:hover,
            select.form-control + .chosen-container .chosen-results li.active-result:hover,
            select.form-control + .chosen-container .chosen-results li.highlighted {
                text-decoration: none;
                background-color: rgba(0, 0, 0, 0.1);
                background-image: none;
            }

    select.form-control + .chosen-container-multi .chosen-choices {
        display: block;
        width: 100%;
        min-height: 54px;
        padding: 8px 15px;
        font-size: 16px;
        line-height: 1.428571429;
        color: #202124;
        vertical-align: middle;
        background-color: #FFF;
        border: 1px solid #CCC;
        border-radius: 4px;
        box-shadow: none;
        /*-webkit-transition: 1s ease;*/
        /*transition: 1s ease;*/
        background-image: none;
    }

        select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
            height: auto;
            padding: 5px 0;
            color: #80868b;
        }

        select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
            background-image: none;
            padding: 3px 24px 3px 5px;
            margin: 3px;
            font-size: 14px;
            font-weight: normal;
            line-height: 1.428571429;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            cursor: pointer;
            border: 1px solid #ccc;
            border-radius: 4px;
            color: #333;
            background-color: #FFF;
            border-color: #CCC;
        }

            select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                top: 8px;
                right: 6px;
                background-size: 52px 37px !important;
            }

    select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
    select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
    select.form-control + .chosen-container .chosen-search input[type=text]:focus {
        outline: 0;
        box-shadow: none;
        border: 2px solid #1a73e8 !important;
    }

    select.form-control + .chosen-container-multi .chosen-results li.result-selected {
        display: list-item;
        color: #ccc;
        cursor: default;
        background-color: white;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .btn-color-red {
        background-color: rgb(197, 72, 61);
        color: rgb(255, 255, 255);
        outline: none !important;
    }

        .btn-color-red:hover, .btn-color-red:focus, .btn-color-red:active {
            background-color: rgb(228, 90, 78);
            color: rgb(255, 255, 255);
        }

    .btn-color-green {
        background-color: rgb(76, 175, 80);
        color: rgb(255, 255, 255);
        outline: none !important;
    }

        .btn-color-green:hover, .btn-color-green:focus, .btn-color-green:active {
            background-color: rgb(65, 156, 67);
            color: rgb(255, 255, 255);
        }
.btn-color-yellow {
    background-color: rgb(255,165,0);
    color: rgb(255, 255, 255);
    outline: none !important;
}

    .btn-color-yellow:hover, .btn-color-yellow:focus, .btn-color-yellow:active {
        background-color: rgb(237,155,6);
        color: rgb(255, 255, 255);
    }

.btn-color-black {
    background-color: rgb(13, 13, 13);
    color: rgb(255, 255, 255);
    outline: none !important;
}

    .btn-color-black:hover, .btn-color-black:focus, .btn-color-black:active {
        background-color: rgb(76, 73, 73);
        color: rgb(255, 255, 255);
    }
.excel-export-icon {
    width: 34px;
    height: 34px;
    vertical-align: middle;
    margin: 0 5px;
}

    .excel-icon {
        color: rgb(30, 110, 66);
        text-decoration: none;
    }

        .excel-icon:hover, .excel-icon:active, .excel-icon:focus {
            color: rgb(44, 156, 94);
            outline: none;
        }

.text-ellipsis-two-line {
    max-height: 88px;
    word-break: break-all;
    display: inline-block;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.ev-btn-margin-1 {
    margin: 1px;
}
.text-decoration-none, .text-decoration-none:hover, .text-decoration-none:focus, .text-decoration-none:active {
    text-decoration: none;
}
.selected-title {
    font-weight: 300;
}

/*--------------------- Studio Changes ----------------------------*/

.padding-left-spacing {
    padding: 0 5px 0 15px;
}

.padding-right-spacing {
    padding: 0 15px 0 5px;
}

.studio-input-spacing {
    margin-bottom: 18px;
}

.studio-spacing {
    margin-bottom: 5px;
}

.chosen-select-sm {
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 10px;
}

select.form-control.chosen-select-sm + .chosen-container.chosen-container-single .chosen-single {
    height: 34px;
    padding: 7px 10px;
}

    select.form-control.chosen-select-sm + .chosen-container.chosen-container-single .chosen-single span {
        font-size: 14px;
        height: 18px;
        line-height: 18px;
    }

    select.form-control.chosen-select-sm + .chosen-container.chosen-container-single .chosen-single div {
        top: 0;
    }

        select.form-control.chosen-select-sm + .chosen-container.chosen-container-single .chosen-single div b {
            margin-top: 5px;
        }

select.form-control.chosen-select-sm + .chosen-container .chosen-results li, select.form-control + .chosen-container .chosen-results li.active-result {
    font-size: 14px;
}

select.form-control.chosen-select-sm + .chosen-container-multi .chosen-choices {
    /*height: 34px;*/
    min-height: 34px;
    padding: 4px 10px;
}

    select.form-control.chosen-select-sm + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        padding: 0;
        font-size: 14px;
        height: 18px;
        line-height: 18px;
        margin: 0;
    }
    select.form-control.chosen-select-sm + .chosen-container-multi .chosen-choices li.search-choice {
        height: 24px;
        line-height: 18px;
       /* margin: 0;*/
    }
    select.form-control.chosen-select-sm + .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
        top: 6px;
    }
.ev-form-selectbox-sm {
    top: 6px;
}

.ev-input-text-sm {
    height: 34px;
    padding: 8px 10px;
    font-size: 14px;
}

.ev-input-float-label-sm {
    font-size: 14px;
    margin-top: 7px;
    padding: 0px 3px;
}

.ev-input-text-sm:focus ~ .ev-input-float-label-sm, .ev-input-text-sm:not([data-input-value='']) ~ .ev-input-float-label-sm {
    -webkit-transform: scale(.75) translateY(-37px) !important;
    transform: scale(.75) translateY(-20px) !important;
    transform-origin: left !important;
    padding: 0 8px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}
.ev-btn-small {
    padding: 8px;
}
.ev-info-message-channel-search {
    max-width: calc(100% / 1.5);
    margin: 0 auto;
    margin-top: calc(100vh / 5);
}

.dropdown:hover .dropdown-menu,.dropdown:active .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}
#PaymentLoginModal .modal-header {
    padding: 15px 15px 0px 15px;
    border:none;
}
#PaymentLoginModal .user-Login-content-wrapper{
    padding-top:15px;
}
.inside-table-content-showmore-btn {
    color: rgba(17, 17, 17, 0.6);
    display: inline-block;
    margin-top: 8px;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .007px;
    text-transform: uppercase;
    cursor: pointer;
    width: fit-content;
    float: right;
}
.thumbnail-play-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 2;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
    .thumbnail-play-icon svg {
        fill: currentColor;
        width: 32px;
        height: 32px;
    }
.st-btn:hover {
    opacity: .8;
    top: 0 !important;
}
.collection-playlist-wrapper {
    height: 60px;
    margin-bottom: 8px;
    /* height: 95px;*/
    width: 100%;
    cursor: pointer;
    padding: 5px 0px 0px 1px;
}
.collection-playlist-wrapper:hover {
    background-color: #f2f2f2;
    border-radius:4px;
}
.collection-playlist-wrapper.active {
    background-color: #eee;
    border-radius: 4px;
}
.playlist-thumbnail-container {
    width: 168px;
    height: 95px;
    margin-right: 8px;
    float: left;
    background-color: rgb(227, 227, 227);
    position: relative;
}
.playlist-thumbnail-image-wrapper {
    width: 168px;
    height: 95px;
}

    .playlist-thumbnail-image-wrapper img{
        /* width: 100%;*/
        height: 100%;
    }
.small-playlist-thumbnail-container {
    width: 100px;
    height: 57px;
}

    .small-playlist-thumbnail-container .playlist-thumbnail-image-wrapper {
        width: 100px;
        height: 57px;
    }
.thumbline-core-container {
    display: inline-block;
    width: calc(100% - 40px);
    vertical-align: middle;
}
.thumbline-index-container {
    display: inline-block;
    width: 25px;
    /* padding: 20px 10px; */
    vertical-align: middle;
    text-align: center;
}

.collection-playlist-scroll {
    padding: 5px 0px;
    overflow-y: auto !important;
    max-height: 270px;
    /*max-height: 340px;*/
    min-height: 80px;
}

.vertical-align-div {
    display: inline-block;
    vertical-align: middle;
}

.collection-playlist-title {
    width: 94%;
}
.collection-playlist-core {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 10px;
}
.playlist-asset-title {
    margin: 0 0 4px 0;
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6rem;
    color: rgb(13, 13, 13);
}

.playlist-asset-metadata .playlist-asset-views {
    max-width: 100%;
    line-height: 1.8rem;
    max-height: 3.6rem;
    overflow: hidden;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: none;
    color: rgb(96, 96, 96);
}
.relatedAsset-title {
    color: rgb(13, 13, 13);
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
}

.collection-playlist-slide-container {
    height: calc(100% - 32px);
    overflow-y: hidden;
    position: relative;
}
@media (max-width: 1300px) {
    .collection-playlist-title {
        width: 90% !important;
    }
}


.ev-input-group-btn .btn {
    height: 54px;
    margin: 0;
}

svg.ev-copy-icon {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: currentColor;
}

svg.ev-qr-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
}
.channel-tree-status{
    padding-left:4px;
}
.inline-table td {
    
    display: inline-block;
    border-bottom: none;
}
.asset-upload-title-bgcolor {
    word-break: break-all;
    width: 350px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    margin: 2px auto;
    padding: 2px;
    color: rgb(255, 255, 255);
    background-color: rgba(8, 8, 8, 0.65);
}
@media(max-width:430px){
    #driveiframe {
        height: 340px !important;
    }    
}
@media(max-width:375px) {
    #driveiframe {
        height: 390px !important;
    }
}
.go-to-live {
    color: #fff; 
    font-size: 12px; 
    background: #00000057;
    padding: 5px; 
    border-radius: 4px;
    position: absolute; 
    right: 10px; 
    top: 5px;
    z-index: 5;
}
.showMore-showLess-btn {
    color: rgba(17, 17, 17, 0.6);   
    margin-top: 8px;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .007px;
    text-transform: uppercase;
    cursor: pointer;
    width: fit-content;
}
.title-without-dot-text {
    font-size: 16px;
    margin: 0 0 4px 0;   
    font-weight: 500;
    line-height: 19px;
}
.title-with-dot-text {
    font-size: 16px;
    margin: 0 0 4px 0;
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;   
    font-weight: 500;
    line-height: 1.6rem;    
}
.collection-agendalist-wrapper {
    height: 40px;
    margin-bottom:0;
    /* height: 95px;*/
    width: 100%;
    cursor: pointer;
    padding: 0;
}

    .collection-agendalist-wrapper:hover {
        background-color: #f2f2f2 !important;
        border-radius: 4px;
    }

    .collection-agendalist-wrapper.active {
        background-color: #eee !important;
        border-radius: 4px;
    }
.ev-status {
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight:400;
}
.cursor-default {
    cursor: default !important;
}
.ev-active-icon {
    color: #909090;
    height: 16px;
    width: 16px;
    fill: currentColor;
    cursor: pointer;
}

    .ev-active-icon.active, .ev-active-icon:hover {
        color: #333333 !important;
    }