﻿
body {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    background-color:#ffffff;
}
input:focus, button:focus{
    outline:none !important;
    box-shadow:none !important;
}
.pd-top-1{
    padding-top:100px;
}
.pd-bottom-1 {
    padding-bottom: 100px;
}
.pd-bottom-2 {
    padding-bottom: 80px;
}
.pd-bottom-3 {
    padding-bottom: 50px;
}
a:hover{
    color:#000000;
}
.b_radius_5{
    border-radius:5px;
}
.word-break{
    word-break:break-all;
}
.white-space-normal{
    white-space:normal;
}
.dropdown-item{
    white-space:normal;
}
.flex-10auto{
    flex:1 0 auto;
}
.flex-01uto {
    flex: 0 1 auto;
}
.letter-spacing-2{
    letter-spacing:2px;
}
.opacity-7{
    opacity:0.7;
}
.u-dash-header .heading {
    font-size: 30px;
    position: relative;
    z-index: 0;
    padding-left: 15px;
}
    .u-dash-header .heading:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 47px;
        background: #1736ff;
        z-index: -1;
        left: 0;
        top: 3px;
    }
/* COLORS start */
.text-black {
    color: #000000 !important;
}
.text-grey-1{
    color:#222222;
}
.text-grey-2 {
    color: #999999;
}
.text_primary {
    color: #0022ff;
}
.text_blue {
    color: #3d64ff;
}
.grey-1 {
    color: rgba(255,255,255,0.7);
}
.bg-black{
    background-color:#000000 !important;
}
.bg-grey-1 {
    background-color: rgb(249, 249, 249);
}
.bg-grey-2 {
    background: #f2f3f5 !important;
}
/* COLORS end */

/* Fonts start */
.font-weight-200 {
    font-weight: 200;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-900 {
    font-weight: 900;
}

.font-10 {
    font-size: 10px;
}
.font-12{
    font-size:12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-36 {
    font-size: 36px;
}
.font-40 {
    font-size: 40px;
}

h1{
    font-size:32px;
    color:#222222;
}
h5 {
    font-size: 20px;
    color: #222222;
}
/* Fonts end */

/* Button Start */

.cstm-btn {
    font-size: 14px;
    font-weight: 600;
    fill: #ffffff;
    color: #ffffff;
    background-color: #1736ff; 
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #1736ff; 
    border-radius: 5px 5px 5px 5px;
    padding: 10px 30px 9px 30px;
    cursor: pointer;
}
.course-dash-backtocourse a:hover {
    color: #1736ff !important;
}
.cstm-btn-hov {
    font-size: 14px;
    font-weight: 600;
    fill: #ffffff;
    color: #1736ff;
    background-color: rgba(255,255,255,0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #1736ff;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 30px 9px 30px;
}
    .cstm-btn-hov:hover {
        color: #ffffff;
        background-color: #1736ff;
        border-color: #1736ff;
    }

.cstm-btn:hover {
    color: #007bff;
    background-color: #ffffff;
    border-color: #007bff;
}
/* Button End */

.heading-title-1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.3em;
}
.heading-title-2 {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    font-weight: 600;
}

/* Multi-line ellipsis */
.ellipsis-one{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ellipsis-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ellipsis-three {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ellipsis-four {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.user_img_60 {
    border-radius: 50px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.user_img_80 {
    border-radius: 50px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.bg-blue-1 {
    background-color: #1736ff;
}
.pd-top-2 {
    padding-top: 60px;
}
.slide img {
    max-width: 150px;
    width:100%;
    height: auto;
    background: white;
    box-shadow: 0 0 9px -6px grey;
    padding: 10px;
    object-fit :contain;
}

.pric-content-img img {
    max-height: 150px;
    object-fit: contain;
}

.incomplete-lesson {
    position: relative;
}
    .incomplete-lesson:before {
        content: "";
        height: 18px;
        width: 18px;
        background: #e5e5e5;
        border-radius: 30px;
        position: absolute;
        top: 3px;
        right: 10px;
        border: 1px solid #1736ff;
    }
.completed-lesson {
    position: relative;
}
    .completed-lesson::before {
        font: normal normal normal 22px/1 FontAwesome;
        content: '\f058';
        height: 18px;
        width: 18px;
        /*background: #1736ff;*/
        color: #1736ff;
        border-radius: 30px;
        position: absolute;
        top: 2px;
        right: 10px;
        /*border: 1px solid #1736ff;*/
    }

.testPreparation-accordion ul li:has(a.active) {
    background: #2e2eff2b;
}