/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.tab-pane ul {
    display: block !important;
    list-style-type: disc !important;
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    padding-inline-start: 40px !important;
}

.tab-pane p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.card {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.inneresult {
    width: 100%;
    margin-top: 20px;
}

.inneresult .card {
    margin-top: 5px;
    border: none;
}

.inneresult .card-header.rigthans a {
    color: #fff;
    padding: 10px 30px;
    font: 600 18px/24px 'Montserrat', sans-serif;
    display: block;
    background: url(../images/down.png)no-repeat right 24px center;
    background-size: 24px;
}

.inneresult .card-header.worngans a {
    color: #fff;
    padding: 10px 30px;
    font: 600 18px/24px 'Montserrat', sans-serif;
    display: block;
    background: url(../images/down.png)no-repeat right 24px center;
    background-size: 24px;
}

.inneresult .card-header {
    border-radius: 0;
    border: none;
    background-color: #39b5f0;
    padding: 0;
}

.inneresult ul li {
    background: #f2f2f2;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inneresult ul li a {
    color: #fff;
    display: block;
    padding: 10px 20px 10px 50px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.inneresult ul li a:hover {
    color: #000;
    background-color: #c2b4a7;
}

.inneresult .card-header h5 {
    margin: 0;
}

.inneresult .card-body {
    padding: 0;
}

.inneresult .card-header.rigthans .collapsed {
    color: #4c8465;
    background: url(../images/side-gre.png)no-repeat right 24px center #a1e2bd;
    background-size: 24px;
}

.inneresult .card-header.worngans .collapsed {
    color: #a5686c;
    background: url(../images/down-col.png)no-repeat right 24px center #f5c1c6;
    background-size: 24px;
}


/* .inneresult .card-header.rigthans{background: #a1e2bd;}
.inneresult .card-header.rigthans a{color: #4c8465;}

.inneresult .card-header.worngans{background: #f5c1c6;}
.inneresult .card-header.worngans a{color: #4c8465;} */


/* examresule */

.mdl-shadow--2dp,
.card-panel,
.card {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.insideqa {
    padding: 30px;
    border: 1px solid #cacaca;
    border-top: none;
}

.wizardForm p {
    font-size: 16px;
    line-height: 20px;
}

.wizardForm ul li {
    list-style: none;
    padding: 10px 20px;
}

.inneresult .wizardForm ul li.redresult {
    background-color: #f5c1c6;
}

.inneresult .wizardForm ul li {
    border: none;
}

.wizardForm ul {
    margin: 0;
    padding: 0;
}

.inneresult .wizardForm ul li.greenresult {
    background-color: #a1e2bd;
}

.inneresult .wizardForm ul li.redresult i {
    padding: 5px 20px;
    color: #fff;
    background: #a5686c;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

.inneresult .wizardForm ul li.greenresult i {
    padding: 5px 20px;
    color: #fff;
    background: #4c8465;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}