/*Font Size*/

.text-20px {
    font-size: 20px !important;
}

.text-19px {
    font-size: 19px !important;
}

.text-18px {
    font-size: 18px !important;
}

.text-17px {
    font-size: 17px !important;
}

.text-16px {
    font-size: 16px !important;
}

.text-15px {
    font-size: 15px !important;
}

.text-14px {
    font-size: 14px !important;
}

.text-13px {
    font-size: 13px !important;
}

.text-12px {
    font-size: 12px !important;
}

.text-11px {
    font-size: 11px !important;
}

.text-10px {
    font-size: 10px !important;
}

.text-9px {
    font-size: 9px !important;
}

.text-8px {
    font-size: 8px !important;
}

/*Start common css*/

.ellipsis-line-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

.ellipsis-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    height: 48px;
}

.ellipsis-line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}

.title-height {
    height: 43px;
}

body {
    font-size: 14px;
}

/*Bootstrap toaster*/

.search-box {
    position: relative;
    margin-bottom: 30px;
}

.search-box .icon {
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
}

.search-box input {
    padding: 12px 50px 12px 20px;
    border-radius: 10px;
    border: 1px solid #6b738530;
    box-shadow: none !important;
}

.search-box input::placeholder {
    width: 163px;
    height: 23px;
    top: 898px;
    left: 50px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22.5px;
}

.add-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.add-question h1 {
    padding: 11px o;
    font-weight: 600;
    font-size: 20px;
    line-height: 25.36px;
    color: #192335;
}

.add-question a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

.add-question a span {
    display: inline-flex;
}

.bg-blue {
    background: #0c1528 !important;
}

.bg-blue:hover {
    background: #000000 !important;
}

.question-section {
    border-radius: 10px;
    padding: 25px 15px;
}

.summary-types {
    justify-content: space-between;
    display: flex;
    padding-right: 30px;
    color: #4A5568;
}

.count-container {
    max-height: 210px;
    overflow-y: auto;
}

.mock-test-pages .container {
    max-width: 1700px;
    width: 96%;
}


.color-box {
    position: absolute;
    width: 33px;
    height: 25px;
    right: 0;
    top: 1px;
    border-radius: 3px;
    left: auto;
}



.bold {
    font-weight: bold;
}

.count-number {
    background: #E3E6E8;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 13px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #4A5568;
    cursor: pointer;
}

.count-number.current {
    background: #000 !important;
    color: #fff;
}

.count-number.active {
    background: #5DB03D;
    color: #fff;
}

.summary-panel {
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
}

.st-box {
    padding: 15px;
}

.bg-CBD5E0 {
    background-color: #CBD5E0;
    color: #4A5568 !important;
}

.bg-009967 {
    background: #009967;
}

.bg-206CA5 {
    background: #206CA5;
}

.bg-D73140 {
    background: #D73140;
}

.bg-D7D7D7 {
    background: #D7D7D7;
    color: #4A5568 !important;
}

.qs-number {
    padding: 15px;
}

.section-one {
    border-radius: 10px;
    overflow: hidden;
    background: #F5F7F9;
}

.summary-title {
    background-color: #CBD5E0;
    color: #0c1528;
}

/* .gradient {
    background-image: linear-gradient(
        to right,
        #2f57ef 0%,
        #8ca3ff 51%,
        #8ca3ff 100%
    );
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
}

.gradient:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
} */

.eBtn {
    padding: 7px 15px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
}

.card-style {
    border-radius: 10px;
    padding: 25px 15px;
}

.mock-test-card {
    box-shadow: 0px 2px 12px -4px #d9d9d9;
    border: none;
}

.mock-test-card h2 {
    width: fit-content;
    text-align: center;
    font-size: 14px;
    background: #fcf4e6;
    color: #dda83a;
    padding: 6px 10px;
    border-radius: 8px;
    line-height: 23px;
}

.login-bn {
    background: #D1A42C !important;
    color: #0c1528 !important;
    font-weight: 500;
}

.login-bn:hover {
    background: #bb9122 !important;
    color: #0c1528 !important;
}

.qu-title {
    font-size: 18px;
}

.qu-title h2 {
    font-size: 18px;
}

.mock-test-card h3 {
    font-size: 16px;
}

#quizTimer {
    width: 80px;
    color: #D1A42C;
}

.timer-container i {
    padding-top: 6px;
}

.time-section {
    border: 1px solid #E2E2E2;
    padding: 7px 10px;
    background: #fff;
    border-radius: 5px;
}

.question-section .form-check-input:checked {
    background-color: #D1A42C;
    border-color: #D1A42C;
    box-shadow: none !important;
}

.user {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.user h1 {
    font-weight: 600;
    font-size: 15px;
    line-height: 22.5px;
    color: #192335;
    padding: 10.5px 0 10.5px 12px;
}

.user .image {
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 100px;
    background: red;
    overflow: hidden;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.review {
    border-bottom: 1px solid #dbdee4;
    padding-bottom: 20px;
}

.parent-review {
    margin-bottom: 20px;
}

.parent-review p {
    font-weight: 500;
    font-size: 15px;
    color: #6b7385;
    line-height: 27px;
    margin-bottom: 16px;
}

.like,
.reply {
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7385;
}

#forum-area {
    margin-bottom: 30px;
}

.group-menu {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 6px;
    border-radius: 8px;
    width: 160px;
    box-shadow: 0px 3px 29px 0px #0000001a;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    position: absolute;
    top: 100%;
    right: 0px;
}

.group-menu li {
    list-style: none;
    padding: 8px;
    border-radius: 8px;
    transition: 0.4s;
}

.group-menu li:hover {
    background: #edf0f7;
}

.group-menu li a {
    color: #6b7385;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.4s;
}

.group-menu li:hover a {
    color: #192335;
}

.group-menu li a path {
    transition: 0.4s;
}

.group-menu li:hover a path {
    fill: #192335;
}

.three-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.three-dot:hover .group-menu {
    opacity: 1;
    visibility: visible;
}

.toast {
    border-radius: 10px;
}

.toast-header {
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    border-bottom: none;
}

.toast-header .btn-close {
    width: 20px;
    height: 10px;
    padding: 0px 1px;
    filter: invert(1);
}

.toast-body {
    color: #fff;
    border-radius: 0px 0px 8px 8px;
    padding: 0px 14px 14px 14px;
}

.toast.success .toast-header,
.toast.success .toast-body {
    background-color: #13a96c;
}

.toast.warning .toast-header,
.toast.warning .toast-body {
    background-color: rgb(229 153 40);
}

.toast.error .toast-header,
.toast.error .toast-body {
    background-color: rgb(255 85 119);
}

.like.active span,
.dislike.active span {
    color: #754ffe;
}

.like.active path,
.dislike.active path {
    fill: #754ffe;
}

.like,
.dislike,
.reply {
    cursor: pointer;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7385;
}

.like svg,
.dislike svg {
    width: 20px;
    height: 20px;
}

.playing-header-btns>a {
    min-height: 40px;
    display: flex !important;
    align-items: center;
}

.image-100 {
    min-width: 100px !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-80 {
    width: 80px !important;
    min-width: 80px !important;
    height: 80px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-50 {
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-45 {
    width: 45px !important;
    min-width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-40 {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-35 {
    width: 35px !important;
    min-width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.image-30 {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.max-w-auto {
    max-width: auto;
}


@media all and (max-width: 767px) {
    .left-side-menu {
        width: 100%;
    }

    div#player_content {
        padding: 0;
    }
}




.custom-tooltip {
    position: relative;
    cursor: pointer;
}

.custom-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 125%;
    /* show on top */
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 9999;
}

.custom-tooltip::before {
    content: '';
    position: absolute;
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 9999;
}

.custom-tooltip:hover::after,
.custom-tooltip:hover::before {
    opacity: 1;
    visibility: visible;
}