@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");

.ajax-loader {
    background-color: rgba(000, 000, 000, 0.4);
    background-image: url("../img/loader.svg?v=2");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    border-radius: 0;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1000000;
}

/* the norm */
#gritter-notice-wrapper {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 230px;
    z-index: 100000;
    text-align: center;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
    position:relative;
    margin:0 0 10px 0;
    /*background:url('../image/gritter/ie-spacer.gif'); *//* ie7/8 fix */
    background: rgba(228, 46, 47, 0.92) none repeat scroll 0 0;
    border-radius: 5px;
}
.success-gritter {
    background-color: #8460EF !important;
}
.gritter-top {
    /*background:url(../image/gritter/gritter.png) no-repeat left -30px;*/
    height:10px;
}
.hover .gritter-top {
    background-position:right -30px;
}
.gritter-bottom {
    /*background:url(../image/gritter/gritter.png) no-repeat left bottom;*/
    height:8px;
    margin:0;
}
.hover .gritter-bottom {
    background-position: bottom right;
}
.gritter-item {
    display:block;
    /*background:url(../image/gritter/gritter.png) no-repeat left -40px;*/
    /* background: rgba(153, 40, 18, 0.92) none repeat scroll 0 0;*/
    color:#eee;
    padding:2px 11px 8px 11px;
    font-size: 14px;
    font-family:verdana;
}
.hover .gritter-item {
    background-position:right -40px;
}
.gritter-item p {
    padding:0;
    margin:0;
    word-wrap:break-word;
    font-family: Tahoma;
    font-size: 12px;
}
.gritter-close {
    position:absolute;
    top:5px;
    right:3px;
    background:url(gritter/gritter.png) no-repeat left top;
    cursor:pointer;
    width:30px;
    height:30px;
    text-indent:-9999em;
}

.gritter-title {
    font-family: Tahoma;
    font-size: 17px;
    padding: 0 0 7px;
    text-transform: uppercase;
}

.gritter-image {
    width:48px;
    height:48px;
    float:left;
}
.gritter-with-image,
.gritter-without-image {
    padding:0;
}
.gritter-with-image {
    width:220px;
    float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(gritter/gritter-light.png);
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}
.text-center {
    text-align: center;
}
.tr-table th:first-child {
    width: 20px;
}
.card-header-tabs {
    margin-bottom: 20px;
}
.card-header-tabs .nav-link {
    padding-bottom: 5px !important;
    font-size: 16px !important;
}
.card-header-tabs .nav-link.active {
    color: #2c7be5 !important;
}
.select2-container {
    z-index: 10000 !important;
}
.fs-base {
    font-size: 14px !important;
}
.bg-warning-soft {
    background-color: #f6b814 !important;
    color: white !important;
}
.badge.bg-success-soft {
    color: white;
    background-color: #18b070 !important;
}
.badge {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    margin-bottom: 5px;
}
.sort-content input {
    padding: 2px 10px !important
}
.sort-content label {
    margin-bottom: 0px !important;
}
.sort-content .form-select {
    padding: 2px 10px 2px 10px;
}
.multiple-select .choices {
    flex: 1;
}
.input-group button {
    border-radius: 0px;
}
.multiple-select .form-select, .multiple-select input {
    border-radius: 0px !important;
}
.multiple-select {
    margin-bottom: 20px;
}

.choices .form-elements-control {
    background-color: transparent;
    border-radius: 0;
    border-width: 0;
    display: inline-block;
    font-size: .9375rem;
    min-height: 0;
    padding: 0;
    width: auto;
}
.choices__list--multiple > .choices__item {
    background-color: #7bacf0;
}
.paper {
    display: flex;
    flex-wrap: wrap;
    border: 0.5px solid;
    font-family: Inter;
    font-size: 14px;
}
.paper-item {
    flex-basis: 33.33%;
    border: 0.5px solid;
    height: 358.5px;
    padding: 10px;
    box-sizing: border-box;
    border-color: #ccc3c3;
}
.card-edit-paper .paper-item {
    height: 53px;
    border-color: black;
}
.a7-paper .paper-item {
    flex-basis: 25%;
}
.card-info {
    font-weight: 500;
}
.task-title {
    width: 100%;
}
.paper-item .card-info {
    display: flex;
    flex-wrap: wrap;
}
.card-info-item {
    width: 33.25%;
    min-height: 30px;
    font-size: 11px;
    font-weight: bold;
}
.a7-paper .card-number {
    width: 27%;
}
.a7-paper .card-level-name {
    width: 39.5%;
}
.paper-item .question-list {
    display: flex;
    flex-wrap: wrap;
}
.question-item {
    width: 100%;
    min-height: 30px;
}
.a7-paper .card-level-name {
    text-align: left !important;
}
.question-item-answer {
    padding-top: 15px;
    text-align: right;
}
body {
    margin: 0px;
}
.correct-question .card {
    background-color: #a8d9a8 !important;
}
.error-question .card {
    background-color: #ea9393 !important;
}
.user-item {
    cursor: pointer;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.user-item.active-user {
    background-color: #cad7e3;
}
.student-list {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.edit-icon a{
    font-size: 12px !important;
    color: black;
}
.edit-icon {
    margin-bottom: 5px;
}
.edit-icon i {
    margin-right: 4px;
}
.card-task-modal .input-group {
    margin-bottom: 25px;
}
.text-right {
    text-align: right;
}
.card-icon span {
    font-size: 17px;
}
.btn-primary {
    background-color: #8561EF;
    border-color: #8561EF;
}
.btn-primary:hover {
    background-color: #6D42EE;
    border-color: #6D42EE;
}
.logo-auth {
    max-width: 200px;
    margin-bottom: 30px;
}
.random-number h1 {
    font-size: 80px;
    color: #6D42EE;
}
.random-number {
    padding-top: 200px;
    text-align: center;
}
.card-header-title span {
    color: grey;
}
.header-pretitle {
    margin-top: 8px;
    font-weight: 600;
    font-size: 11px;
}
.dropdown-ellipses {
    color: #8460EF;
}
.equal-width .input-group-btn{
    min-width: 180px;
}
.equal-width .input-group-btn .btn{
    width: 100%;
}
.question-img {
    text-align: center;
}
.question-img img {
    width: 70%;
}
.list .question-img img {
    max-width: 100px;
    max-height: 100px;
}
.list .question-img {
    text-align: left;
}
.choices > .dropdown-menu {
    height: 300px;
    overflow: auto;
}
.user-header {
    display: flex;
    align-items: center;
}
.user-header-name p {
    margin: 0px;
}
.user-header-name {
    margin-left: 10px;
}
.user-header img {
    margin-right: 10px;
}
.user-header-name .user-name {
    font-weight: bold;
    font-size: 14px;
}
.user-header-name .role-name {
    color: #797474;
    font-size: 13px;
}
.select-multiple .choices {
    border: 1px solid #d1d1ec;
    border-radius: 5px;
    padding: 1px 3px;
}
@media screen and (max-width: 480px) {
    .random-number {
        padding-top: 20px;
    }
}

.total-bold{
    font-weight: bold;
}

.student-scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 700px;
}
