.sidenav .navbar-brand.sidebar-logo {
    padding: 0;
    background: #f7f7f7;
}

body.front {
    background:  var(--bs-white);
}

.sidenav .navbar-brand.sidebar-logo img {
    height: 100%;
    /* width: 100%; */
    max-height: 78px;
}

.th-bg {
    /* background: #ECF0F1; */
    background: #edf1f7;
}
.img-profile {
    width: 35px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d2d6da;
    border-radius: 0;
    padding: 0.314rem 1rem 0.314rem 0.75rem;
    min-height: 40px;
}

.wrap-select-sm .select2-container--default .select2-selection--single  {
    min-height: 32px;
    padding: initial;
}

.select2-container .select2-selection--single {
    height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0.5em;
}
.select2-container .select2-selection--multiple {
    min-height: 40px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #5e72e4 1px;
    outline: 0;
}

.nav-tabs .nav-link {
    background: #f7f7f7;
    border: 1px solid #dee2e6;
    color: gray;
}

.tab-content {
    border: 1px solid #C5D0DC;
    padding: 16px 12px;
    position: relative;
    border-top: none;
}

.nav.nav-pills .nav-link.active {
    background-color: #FFF;
}

.custom-nav .nav-item {
    color: #000000;
    padding-right: 0;
    border-bottom: 1px solid #000000;
}

.custom-nav .nav-link {
    display: inline-block;
    color: #000000;
    font-weight: 400;
    font-size: 17px;
    padding-left: 15px;
    padding-right: 15px;
    transition: color 0.4s;
}

.custom-nav .nav-link.active,
.custom-nav .nav-link:hover {
    border-bottom: 2px solid #000000;
}

.wrap-search-input {
    position: relative;
}

.search-result-input {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    list-style-position: inside;
    padding-left: 0;
    border: 1px solid #d2d6da;
    display: none;
}

.search-result-input li {
    color: #000000;
    background: #f7f8f9;
    cursor: pointer;
    user-select: none;
    padding: 15px;
}

.search-result-input li:hover {
    background-color: #a3a3a3;
    color: #fff !important;
}

.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.js-can-add-file .select2 {
    display: block;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0;
}

.js-question-choices  {
    padding: 0;
    list-style: none;
}

.js-tag-certificate {
    display: inline-block;
    border: 1px solid #000000;
    padding: 10px;
    font-size: .75em;
    font-weight: 700;
    cursor: move;
    margin-bottom: 10px;
    width: 300px;
    text-align: center;
}


.front .navbar-nav {
    text-transform: uppercase;
}

.account-settings-fileinput {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
    opacity: 0;
}

/**
*
* QUIZZ
*
**/

.quiz-navbar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
    background: #FFF;
}

.quiz-wrapper {
    display: flex;
    padding-top: 80px;
    flex-wrap: wrap;
}

.quiz-recap {
    flex: 0 0 290px;
    max-width: 290px;
    padding-right: 4rem;
    flex-shrink: 0;
    order: 1;
}

.quiz-recap_box {
    padding: 18px 0 15px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .08);
    position: sticky;
    top: 100px;
    text-align: center;
}

.quiz-recap_box .badge {
    width: 22px;
    height: 22px;
}

.quiz-recap_box::before {
    position: absolute;
    content: "";
    left: -1px;
    right: -1px;
    top: 0;
    height: 3px;
    background-color: #000000;
}

.quiz-recap_box_item {
    margin-bottom: 35px;
}

.quiz-recap_box_item .count-answer {
    font-size: 25px;
}

.quiz-questions {
    /* flex: 0 0 calc(100% - 290px); */
    flex: 1;
    order: 2;
    max-width: calc(100% - 290px);
    padding-top: 25px;    
}


.quiz-content {
    margin-left: 300px;
    padding-top: 80px;
}

.quiz-content-title {
    margin-bottom: 40px;
}

.quiz-question {
    margin-bottom: 25px;
}

.quiz-question_choices {
    list-style: none;
    padding: 0;
}

.quiz-question_title {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.quiz-question_choices li {
    padding: 5px;
    border-radius: 7px;
    margin-bottom: 5px;
}

.quiz-question_choices li.is-correct {
    background: #95e99540;
}

.quiz-question_choice {
    display: flex;
}

.quiz-question_choice_content {
    margin-left: 10px;
}

/* .quiz-question_choice_content img {
} */

.quiz-question_choices .form-check-input {
    cursor: pointer;
}

.quiz-question_choices .form-check-input:checked[type="checkbox"] {
    background: #000000;
}

.quiz-question_choices .form-check-input:checked[type="radio"] {
    background: #000000;
}

.quiz-message p {
    margin-bottom: 0;
}

.select-lang,
.select-lang:focus-visible {
    border: 1px solid #e1e1e1;
    background-color: #f9f9f9;
    padding:0 4px;
    cursor: pointer;
    font-size: 12px;
    width: 80%;
}

.front .card {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}

.expired {
    max-width: 600px;
    margin-top: 220px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
    border-top: 2px solid #000000;
}

.expired h1 {
    text-align: center;
    margin-bottom: 15px;
}

.edit-question-note {
    width: 60px;
    margin-right: 5px;
    padding: 4px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    appearance: none;
    border-radius: 0;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.question-note {
    font-weight: bold;
    font-size: 20px;
    vertical-align: bottom;
}

.question-note .fa-edit {
    font-size: 18px;
    margin: 0 2px;
}

.editable-number {
    display: inline-block;
    border: 1px solid transparent;
    cursor: pointer;
}

.editable-number input {
    width: 100%;
    box-sizing: border-box;
}


.my-account .nav-link.is-active,
.my-account .nav-link:hover {
    background: #e9ecef;
    border-radius: 4px;
}

.img-cover {
    object-fit: cover;
    width: 26px;
    height: 26px;
}




/** check certif **/
.check-certif svg {
    width: 80px;
    display: block;
    margin: 40px auto 0;
}

.check-certif .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

.check-certif .path.circle {
    -webkit-animation: dash 0.9s ease-in-out;
    animation: dash 0.9s ease-in-out;
}

.check-certif .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
    animation: dash 0.9s 0.35s ease-in-out forwards;
}

.check-certif .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
    animation: dash-check 0.9s 0.35s ease-in-out forwards;
}

.check-certif p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 55px;
}

.check-certif .success,
.check-certif .success a {
    color: #73AF55;
}
.check-certif .success a {
    text-decoration: underline;
}

.check-certif .error {
    color: #D06079;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.file-item .download {
    text-decoration: underline;
}

.file-item .delete-btn {
    color: red;
    cursor: pointer;
    font-weight: bold;
}


*[dir="rtl"] .quiz-question_choice_content {
    margin-right: 10px;
}

.logo-login {
    text-align: center;
    margin-bottom: 40px;
}

.logo-login img {
    max-width: 80%;
}

.circle {
    /* width: 200px;
    height: 200px; */
    /* border-radius: 50%; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.circle img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.circle-block {
    margin-top: 50px;
}

.bg-login {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #5e72e4;
}

.close-questions.quiz-wrapper {
    display: block;
}

.close-questions.quiz-wrapper .quiz-questions {
    margin: 0 auto;
}

.close-questions.quiz-wrapper .quiz-recap {
    width: 100%;
    max-width: calc(100% - 290px);
    padding-right: 0;
    margin: 0 auto;
}

.close-questions.quiz-wrapper .quiz-recap #langs {
    display: none;
}