:host {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: var(--font-size-6);
    color: #333;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: var(--font-size-6);
    font-family: "JioType" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 8px 0;
}

p {
    margin: 0;
}

.spacer {
    flex: 1;
}

.toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #1976d2;
    color: var(--color-white);
    font-weight: 600;
}

.toolbar img {
    margin: 0 16px;
}

.toolbar #twitter-logo {
    height: 40px;
    margin: 0 16px;
}

.toolbar #twitter-logo:hover {
    opacity: 0.8;
}

.content {
    display: flex;
    margin: 82px auto 32px;
    padding: 0 16px;
    max-width: 960px;
    flex-direction: column;
    align-items: center;
}

svg.material-icons {
    height: 24px;
    width: auto;
}

svg.material-icons:not(:last-child) {
    margin-right: 8px;
}

.card svg.material-icons path {
    fill: #888;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 16px;
}

.card {
    border-radius: 4px;
    border: 1px solid #eee;
    background-color: #fafafa;
    height: 40px;
    width: 200px;
    margin: 0 8px 16px;
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
    line-height: 24px;
}

.card-container .card:not(:last-child) {
    margin-right: 0;
}

.card.card-small {
    height: 16px;
    width: 168px;
}

.card-container .card:not(.highlight-card) {
    cursor: pointer;
}

.card-container .card:not(.highlight-card):hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.35);
}

.card-container .card:not(.highlight-card):hover .material-icons path {
    fill: rgb(105, 103, 103);
}

.card.highlight-card {
    background-color: #1976d2;
    color: var(--color-white);
    font-weight: 600;
    border: none;
    width: auto;
    min-width: 30%;
    position: relative;
}

.card.card.highlight-card span {
    margin-left: 60px;
}

svg#rocket {
    width: 80px;
    position: absolute;
    left: -10px;
    top: -24px;
}

svg#rocket-smoke {
    height: calc(100vh - 95px);
    position: absolute;
    top: 10px;
    right: 180px;
    z-index: -10;
}

a,
a:visited,
a:hover {
    color: #1976d2;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #125699;
}

.terminal {
    position: relative;
    width: 80%;
    max-width: 600px;
    border-radius: 6px;
    padding-top: 45px;
    margin-top: 8px;
    overflow: hidden;
    background-color: rgb(15, 15, 16);
}

.terminal::before {
    content: "\2022 \2022 \2022";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background: rgb(58, 58, 58);
    color: #c2c3c4;
    width: 100%;
    font-size: 2rem;
    line-height: 0;
    padding: 14px 0;
    text-indent: 4px;
}

.xyz .mat-form-field-appearance-outline .mat-form-field-wrapper {
    margin: 0
}

.xyz .mat-form-field-wrapper {
    padding-bottom: 0;
}

.terminal pre {
    font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    color: var(--color-white);
    padding: 0 1rem 1rem;
    margin: 0;
}

.circle-link {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    margin: 8px;
    background-color: var(--color-white);
    border: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: 1s ease-out;
}

.circle-link:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

footer {
    margin-top: 8px;
    display: flex;
    align-items: center;
    line-height: 20px;
}

footer a {
    display: flex;
    align-items: center;
}

.github-star-badge {
    color: #24292e;
    display: flex;
    align-items: center;
    font-size: var(--font-size-8);
    padding: 3px 10px;
    border: 1px solid rgba(27, 31, 35, 0.2);
    border-radius: 3px;
    background-image: linear-gradient(-180deg, #fafbfc, #eff3f6 90%);
    margin-left: 4px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.github-star-badge:hover {
    background-image: linear-gradient(-180deg, #f0f3f6, #e6ebf1 90%);
    border-color: rgba(27, 31, 35, 0.35);
    background-position: -0.5em;
}

.github-star-badge .material-icons {
    height: 16px;
    width: 16px;
    margin-right: 4px;
}

svg#clouds {
    position: fixed;
    bottom: -160px;
    left: -230px;
    z-index: -10;
    width: 1920px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.card-new-community .mat-field {
    float: left;
    width: 100% !important;
}

.card-new-community .mat-field .mat-form-field-outline {
    background: rgba(0, 0, 0, 0.12) !important;
    color: transparent !important;
    font-size: 18px !important;
    border-radius: 10px;
}

.card-new-community .mat-field .mat-input-element {
    font-size: 16px;
}

.card-new-community .mat-field .mat-form-field-infix {
    border-top: 8px ​solid transparent !important
}

.card-new-community .mat-field .mat-form-field-label .mat-label {
    font-size: 16px !important;
}

.card-new-community .mat-tab-label-content {
    color: var(--color-primary);
    font-weight: 400;
}

.card-new-community .mat-tab-label-active.mat-tab-label .mat-tab-label-content {
    font-weight: 600;
}

.card-create-community .mat-field {
    float: left;
    width: 100%;
}

.card-create-community .mat-field .mat-form-field-outline {
    background: rgba(0, 0, 0, 0.12) !important;
    color: transparent !important;
    font-size: 18px !important;
    border-radius: 10px;
}

.card-create-community .mat-field .mat-input-element {
    font-size: 16px;
}

.card-create-community .mat-field .mat-form-field-infix {
    border-top: 8px ​solid transparent !important
}

.card-create-community .mat-field .mat-form-field-label .mat-label {
    font-size: 16px !important;
}

.card-create-community .mat-tab-label-content {
    color: var(--color-primary);
    font-weight: 400;
}

.card-new-community .mat-tab-label-active.mat-tab-label .mat-tab-label-content {
    font-weight: 600;
}

.dialog-container .dialog-row .mat-form-field.mat-field .mat-form-field-wrapper {
    padding-bottom: 0;
}

.dialog-container .dialog-row .mat-field {
    float: left;
    width: 100%;
}

.dialog-container .dialog-row .mat-field .mat-form-field-outline {
    background: rgba(65, 45, 45, 0.12) !important;
    color: transparent !important;
    font-size: 18px !important;
    border-radius: 10px;
}

.dialog-container .dialog-row.dialog-textarea .mat-field .mat-form-field-outline {
    height: 60px
}

.dialog-container .dialog-row .mat-field .mat-input-element {
    font-size: 16px;
}

.dialog-container .dialog-row .mat-field textarea.mat-input-element {
    height: 45px;
}

.dialog-container .dialog-row .mat-field .mat-form-field-label .mat-label {
    font-size: 16px !important;
}

.dialog-container .dialog-row .mat-tab-label-content {
    color: var(--color-primary);
    font-weight: 400;
}

.dialog-container .dialog-row .mat-tab-label-active.mat-tab-label .mat-tab-label-content {
    font-weight: 600;
}

.dialog-container .dialog-row .outline-input .mat-form-field-wrapper {
    background: transparent;
    box-shadow: none;
}

.dialog-course-container .dialog-row .mat-field .mat-form-field-outline {
    background: rgba(0, 0, 0, 0.12) !important;
    color: transparent !important;
    font-size: 18px !important;
    border-radius: 10px;
}

.dialog-course-container .dialog-row.dialog-textarea .mat-field .mat-form-field-outline {
    height: 40px
}

.dialog-course-container .dialog-row .mat-field .mat-input-element {
    font-size: 16px;
}

.dialog-course-container .dialog-row .mat-field textarea.mat-input-element {
    height: 30px;
}

.dialog-course-container .dialog-row .mat-field .mat-form-field-label .mat-label {
    font-size: 16px !important;
}

.dialog-course-container .dialog-row .mat-tab-label-content {
    color: var(--color-primary);
    font-weight: 400;
}

.dialog-course-container .dialog-row .mat-tab-label-active.mat-tab-label .mat-tab-label-content {
    font-weight: 600;
}

.dialog-course-container .dialog-row .outline-input .mat-form-field-wrapper {
    background: transparent;
    box-shadow: none;
}

.main_cont .idpdropdown .mat-field .mat-select-arrow {
    visibility: hidden;
}

.topic-list .mat-expansion-indicator::after {
    display: none;
}


/* .mat-button-disabled {
    opacity: .4;
    pointer-events: none;
} */


/* Responsive Styles */

@media screen and (max-width: 767px) {
    .card-container>*:not(.circle-link),
    .terminal {
        width: 100%;
    }
    .card:not(.highlight-card) {
        height: 16px;
        margin: 8px 0;
    }
    .card.highlight-card span {
        margin-left: 72px;
    }
    svg#rocket-smoke {
        right: 120px;
        transform: rotate(-5deg);
    }
}

@media screen and (max-width: 575px) {
    svg#rocket-smoke {
        display: none;
        visibility: hidden;
    }
}


/* popup-user-list component css  */

.popup-user-list .mat-form-field-appearance-outline .mat-form-field-outline-start,
.popup-user-list .mat-form-field-appearance-outline .mat-form-field-outline-end {
    border: 0px !important;
}

.popup-user-list .mat-form-field-appearance-outline .mat-form-field-outline {
    background: #f4f3f4 !important;
    border-radius: 5px !important;
    background: #ece9ec !important;
    width: 300px;
    border-radius: 6px;
    height: 28px;
    /* margin-bottom: -1px; */
}

.popup-user-list .mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 0 !important;
}

.popup-user-list .mat-form-field-appearance-outline .mat-form-field-wrapper {
    margin: 0 !important;
}

.popup-user-list .mat-form-field-wrapper {
    padding: 0px !important;
}

.popup-user-list .mat-form-field-appearance-outline .mat-form-field-flex {
    width: 300px !important;
}

.backdropBackground .cdk-overlay-pane .mat-dialog-course-container {
    background: #FFFF !important;
}

.backdropBackground {
    background: #000000cc
}

.lmsfieldhover .mat-option:hover:not(.mat-option-disabled) {
    background: var(--color-primary) !important;
    color: var(--color-white);
}

.lmsfieldhover .mat-menu-item:hover {
    background: var(--color-primary) !important;
    color: var(--color-white);
}

.integrationProp .outline-input .mat-form-field-wrapper {
    background: var(--outline-input-bg) 0% 0% no-repeat padding-box !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    padding: 0px !important;
}

.integrationProp .outline-input .mat-form-field-wrapper .mat-field-light-color {
    background: white 0% 0% no-repeat padding-box !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    padding: 0px !important;
}

.integrationProp .dropdown-icon {
    position: absolute !important;
    right: -2px !important;
    top: 2px !important;
    color: var(--color-primary) !important;
    background: var(--outline-input-bg) !important;
}

.integrationProp .attach-drag-drop .drag-drop-container {
    background: var(--outline-input-bg) 0% 0% no-repeat padding-box !important;
}

.integrationProp .div-width-area .mat-form-field-wrapper {
    height: 70px;
}

.integrationProp .input-width {
    width: 100%
}

.integrationProp .full-width-select {
    width: 95%
}

.modal-dialog-box-learning .mat-dialog-title,
.modal-dialog-box-learning .mat-dialog-container {
    background: var(--color-white) !important;
    color: var(--modal-text-color) !important;
    font-family: "Roboto" !important;
}

.segmentAttach .attach-drag-drop .drag-drop-container {
    background: var(--color-white) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px var(--box-shadow-color);
    border: 1px dashed var(--border-color);
    border-radius: 10px;
    height: 40px;
    padding: 10px;
    margin-bottom: 5px;
}

.manage-course-notification .mat-slide-toggle-bar {
    background-color: #ED544E;
}

.training-card .mat-tab-label {
    min-width: auto;
}

.gamification .mat-expansion-indicator::after {
    color: var(--color-primary) !important;
}

.learn-video .video-player {
    border-radius: 10px !important;
    height: 321px !important;
}

.date-picker-blue .mat-datepicker-toggle-default-icon {
    color: royalblue;
}

.manage-notification .mat-expansion-indicator::after {
    color: royalblue;
}

.manage-notification .mat-expansion-panel:not([class*=mat-elevation-z]) {
    box-shadow: none !important;
}

.manage-notification .mat-content {
    margin-left: -20px;
}


/* .transcript .mat-form-field-appearance-outline .mat-form-field-outline {

    background: #f4f3f4 !important;

    border-radius: 5px !important;

    
    background: #ece9ec !important;
    width: 300px;
    border-radius: 6px;
    height: 35px;

} */

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
    background-color: #c5cae9 !important;
}

.topic-container .mat-expansion-indicator {
    margin: -7px 30px 0 0;
}

.progress {
    height: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.yellow-text {
    color: #f0ad4e;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.topic-container .mat-expansion-indicator::after {
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    padding: 3px;
    transform: rotate( 45deg);
    vertical-align: middle;
    color: var(--link-color);
}
.modal-dialog-box-filter .mat-dialog-title,
.modal-dialog-box-filter .mat-dialog-container {
    background: var(--color-white) !important;
    color: var(--modal-text-color) !important;
    font-family: "Roboto" !important;
}

.modal-dialog-box-filter .mat-dialog-content {
    display: block;
    margin: 0 -24px;
    padding: 0 24px;
    max-height: 85vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-dialog-box-filter{
  margin-left: 1090px !important;
  margin-top: 85px;
}