/* universal styling */
:root {
  --ixb-blue: #6ABE52;
  --ixb-white: #ffffff;
  --ixb-orange: #fec106;
   --ixb-light-yellow: #ffddbd;
  --ixb-black: #000000;
  --ixb-light-gray: #f4f4f4;
  --ixb-gray: #4e4e4e;
  --ixb-green:#155348;;
  --ixb-transparent: transparent;
  --ixb-border-radius: 10px;
  --ixb-border-radius-50: 50px;
  --ixb-font-16: 16px;
  --ixb-text-bold:700;
  --ixb-display-flex:flex;
}

body {
    background-color: #e9ecef;
}


.breadcrumb li, .breadcrumb a {
    font-size: 12px;
}

.relevntBox {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 1rem;
    box-shadow: 0 5px 20px #ccc;
}

.boxStyleGoesHere {
    transition: all ease-in 0.2s;
    max-height: 500px;
    overflow-y: auto;
}

.relevntBox  a {
    padding: 0;
}

.subjectListingGoesHere > li {
    list-style: none;
    padding-left: 0;
    padding-top: 1rem;
    border-bottom: solid 1px #ededed;
}

.subjectListingGoesHere > li:last-child {
    border: 0;
}

.subjectListingGoesHere > li > a {
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}

.subjectListingGoesHere > li > a:hover {
    color: var(--ixb-blue);
}

.relevantForExam {
    margin-top: 20px;
}

.relevantForExam li {
    display: inline-block;
    background-color: #ffffff;
    margin-bottom: 0px;
    margin-right: 10px;
    padding: 2px 20px;
    border-radius: 50px;
    max-width: 200px;
    text-align: center;
    font-size: 14px;
    border: solid 1px var(--ixb-blue);
    color: #2b2b2b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.continue-wrap .course-name-icon img {
    background-color: #e6e6e6;
    padding: 2px;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    float: left;
}


.continue-wrap .course-name-icon h4 {
    font-size: 16px;
    color: var(--ixb-black);
    padding-left: 15px;
    float: left;
    width: 100%;
}   

.custom-group-btn {
    display: flex;
    justify-content: center;
}

.custom-group-btn .btn-secondary:first-of-type {
    border-radius: 5px !important;
    border: solid 1px var(--ixb-blue);
    margin: 0 10px 10px;
    font-size: 14px;
    font-weight: 500;
}

.course-name-icon {
    display: flex;
    align-items: center;
}

.custom-group-btn .btn-secondary {
    border-radius: 0;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
}

.continue-wrap {
    border: 2px solid #e3e3e3;
    background-color: #fff;
    padding: 1rem;
    border-radius: 10px;
}

.blue-border {
    border: solid 2px var(--ixb-blue);
    background-color: var(--ixb-white);
    color: var(--ixb-blue);
}

a.animate-btn:hover, button.animate-btn:hover, .bck:hover {
    transition-timing-function: cubic-bezier(0.6,4,0.3,0.8);
    animation: .5s gelatine;
    color: var(--ixb-black);
}

a, button {
    text-decoration: none;
    border-radius: var(--ixb-border-radius);
    padding: 10px 20px;
}

@keyframes gelatine {
            0%,100% {
                transform: scale(1,1)
            }

            25% {
                transform: scale(.9,1.1)
            }

            50% {
                transform: scale(1.1,.9)
            }

            75% {
                transform: scale(.95,1.05)
            }
}


.need-any-help-user {
    background-color: var(--ixb-white);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    border: solid 3px var(--ixb-white);
    transition: .2s ease-in-out;
}

.check-circle {
    font-size: 4rem;
    color: var(--ixb-blue);
}

ul.pagination {
        background-color: #fff;
        justify-content: center;
        padding: 0.5rem;
}

ul.pagination li a,
ul.pagination li button{
    border: 0;
}

.subjectListingGoesHere>li>a:before {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    content: "Q.";
    position: absolute;
    left: -30px;
    top: 0px;
    color: #2b2b2b;
    font-weight: 600;
}

.questions_head {
    background-color: #fff;
    border-radius: 10px;
    border: solid 1px #ccc;
    box-shadow: 0 0 20px #ccc;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.questions_innerHead {
    display: flex;
    flex-direction: column;
}

.subjectNameGoesHere h2 {
    font-size: 1rem;
    margin-bottom: 20px;
}

.subjectNameGoesHere h1 {
    font-size: 1rem;
    line-height: 26px;
    font-family: 'LatoWeb', sans-serif !important;
    display: inline;
    padding-left: 6px;
    word-break: break-word;
}

.allOptions_goes_here {
    width: 90%;
    display: inline-block;
}

.all_options_show {
    margin-bottom: 20px;
    border: solid 1px #ccc;
    padding: 0.8rem;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.1s ease-in;
    position: relative;
    overflow: hidden;
    display: flex;
}

.all_options_show:hover {
    box-shadow: 0 5px 5px #ccc;
}

.correctAnswer, .incorrectAnswer {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: green;
    color: #fff;
    padding: 2px 5px;
    font-size: 10px;
    line-height: normal;
}

.incorrectAnswer {
    background-color: red;
}

.wrongAnswer {
    border: solid 1px red !important;
}

.rightAnswer {
    border: solid 1px green !important;
}

button#download_question_pdf {
    border: 0;
}

.qution_answer_options .all_options_show .questions_alfa {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    line-height: 20px;
    top: 6px;
}

.questionSolution {
    margin-bottom: 1rem;
    background: #e9fcdf;
    padding: 1.5rem;
    border-radius: 10px;
}

.subjectNameGoesHere h2 {
    font-size: 1rem;
}

.groupBtnPDFQuestion {
    text-align: right;
}

.questionsListingcheck {
    font-size: 1.6rem;
    font-weight: 600;
}

    .wordBreak {
        word-break: break-all;
        font-size: 2rem;
    }


.this_h2 {
    font-size: 24px;
    color: var(--ixb-black);
    position: relative;
    margin: 1.2rem 0;
}

.this_h3 {
    font-size: 20px;
}

.this_bold {
    font-weight: 700;
}

.this_ul, .this_secondul {
    margin-left: 2rem;
    padding-bottom: 1.2rem;
}

ul.this_ul li {
    list-style-type: disc;
    padding-left: 0;
    margin-bottom: 10px;
    padding-right: 10px;
    position: relative;
    color: var(--ixb-gray);
}

.daily--current {
    font-size:1.4rem;}