@charset "utf-8";
/* CSS Document */

.product-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}


main {
}

ul {
    list-style-type: square;
}

.tooltip-lg {
    --bs-tooltip-max-width: 500px !important;
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.05);
}

.nav-selected {
    border: 1px solid #FFF;
}

.nav-text {
    display: block;
    transition-duration: 1s;
}

.nav-small .nav-text {
    display: none;
    transition-duration: 1s;
}

.nav-user-menu {
    padding: 1rem;
    transition-duration: 1s;
}

.nav-small .nav-user-menu {
    padding: 0.25rem;
    transition-duration: 1s;
}

.header-nav-item {
    min-width: 110px;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-success-degrade {
    background: linear-gradient(45deg, #77CB59, #A4DA5E);
    border-color: none;
    color: #FFF !important;
}

.bg-success-degrade {
    background: linear-gradient(45deg, #77CB59, #A4DA5E);
}

a[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.alert {
    z-index: 1 !important;
}

.red {
    color: #EE4C3B !important;
}

.bgred {
    background-color: #EE4C3B !important;
}

.blue {
    color: #204C68 !important;
}

.bgblue {
    background-color: #204C68 !important;
}

/* .bggrey{  background-color: #fcfbfb!important; } */
.bg-blue-gradient {
    background: linear-gradient(45deg, #42A5F5, #62B4F7);
    border-color: none;
}

.bggrey {
    background-color: #F8F9FA !important;
}

.blue2 {
    color: #2B3B4E !important;
}

.bgblue2 {
    background-color: #2B3B4E !important;
}

.white {
    color: #FFFFFF !important;
}

.bgwhite {
    background-color: #FFFFFF !important;
}

.sstitre {
    font-size: 22px !important;
    padding-top: 20px;
}

.btn {
    white-space: normal !important;
}

.modifyb {
    color: #CCC !important;
}

.modifyb:hover {
    color: green !important;
}

.removeb {
    color: #CCC !important;
}

.removeb:hover {
    color: red !important;
}

a {
    cursor: pointer !important;
}

alert {
    margin-top: 40px !important;
}

@media all and (max-width: 991px) {
    #presentiel {
        width: 100% !important;
    }

    #elearning {
        width: 100% !important;
        margin-top: 15px;
    }

    #regForm input, #regForm select {
        font-size: 12px;
    }

    #note_min {
        width: 100% !important;
        margin-top: 15px;
    }

    #note_max {
        width: 100% !important;
    }
}


.modal-header {

    text-align: center;
}

.modal-header .modal-title {
    color: #666666;
    text-align: center;
    width: 100%;
}

.modal-header .close {
    color: #666666;
    border: 0 !important;
    background: none !important;
}

.modal-body {
    padding: 2rem;
}

.toggle-certif {
    color: #CCC !important;
}

.toggle-certif:hover {
    color: green !important;
}

body {
    font-weight: 200;
}

h1, h2, h3, h4, H4, a, ul, li {
    font-weight: 200;
}


/* Code By Webdevtrick ( https://webdevtrick.com ) */
.contener {
    padding: 50px 10%;
}

.box {
    position: relative;
    background: #ffffff;
    width: 100%;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
}

.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 100%;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 60px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    outline: none !important;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.preview-zone {
    text-align: center;
}

.preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.btn-eval-type {
    color: #606060;
}

.btn-eval-type:hover {
    color: #42A5F5;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.form-switch > .form-check-input {
    width: 60px;
    height: 34px;
}

.form-switch-sm > .form-check-input {
    width: 30px;
    height: 19px;
}

.form-switch > .form-check-input:focus {
    border-color: #28A745;
    box-shadow: 0 0 1px #28A745;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(40,167,69,0.25)'/></svg>");
}

.form-switch > .form-check-input:checked {
    background-color: #28A745;
    border-color: #28A745;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(255,255,255,1)'/></svg>");
}

.switch-sm {
    position: relative;
    display: inline-block;
    min-width: 30px;
    height: 19px;
}

/* Hide default HTML checkbox */
.switch input, .switch-sm input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-sm .slider:before {
    height: 15px;
    width: 15px;
    left: 2px;
    bottom: 2px;
}

input:checked + .slider {
    background: linear-gradient(45deg, #77CB59, #A4DA5E);
}

input:focus + .slider {
    box-shadow: 0 0 1px #A4DA5E;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch-sm input:checked + .slider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.slidecontainer {
    width: 100%;
}


.slider2 {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider2:hover {
    opacity: 1;
}

.slider2::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.slider2::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}

.change .apres, .change:hover .avant {
    display: none;
}

.change:hover .apres {
    display: block;
}

.nps .checked {
    color: orange;
}

.nps .checked2 {
    color: #0056b3;
}

.nps .initial_feedback {
    color: orange;
}

.nps .delayed_feedback {
    color: #0056b3;
}

.progressbar {
    background-color: #CCCCCC;
    border-radius: 13px;
    /* (height of inner div) / 2 + padding */
    padding: 3px;
}

.progressbar {
    background-color: #CCCCCC;
    border-radius: 13px;
    /* (height of inner div) / 2 + padding */
    padding: 3px;
}

.progressbar > div {
    background-color: #2B3B4E;

    /* Adjust with JavaScript */
    height: 20px;
    border-radius: 10px;
    color: #FFF;
}

.account_valid {
    color: #28A745;
}

.account_guest {
    color: #80B780;
}

.image-upload > input {
    display: none;
}

.image-upload img {
    cursor: pointer;
}

/* Make circles that indicate the steps of the form: */

.step {
    height: 30px;
    width: 30px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #FFF;
    text-align: center;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #4CAF50;
}

/* The container */

.contener {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */

.contener:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.contener input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.contener input:checked ~ .checkmark:after {
    display: block;
}

/*Style the checkmark/indicator*/

.contener .checkmark:after {
    left: 9px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media print {
    .impression_invisible {
        display: none;
    }
}


.radio-xl {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 9px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 30px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
    font-family: 'Roboto', sans-serif;
}

.radio-xl:hover {
    background: #9faab7;
}

.radio-xl:checked {
    background: #28A745;
}

.radio-xl:checked::before {
    height: 30px;
    width: 30px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 32px;
}

.radio-xl:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #28A745;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.radio-xl.radio {
    border-radius: 50%;
}

.radio-xl.radio::after {
    border-radius: 50%;
}


/* The container */
.container_radio {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    border: 1px solid #CCC;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container_radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


@keyframes click-wave {
    0% {
        height: 30px;
        width: 30px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

@media all and (max-width: 800px) {
    .displaymobile {
        display: block !important;
    }

    .displaypc {
        display: none !important;
    }
}

@media all and (min-width: 801px) {
    .displaymobile {
        display: none !important;
    }

    .displaypc {
        display: block !important;
    }
}


@media all and (max-width: 800px) {
    .no-mobile {
        display: none !important;
    }

    .timeline-no-mobile {
        padding-left: 0px !important;
    }
}


@media all and (max-width: 572px) {
    .sticky-top {
        position: inherit;
    }

    .min-height-mobile {
        height: 225px;
    }

    .mobile-center {
        text-align: center !important;
    }

    .mobile-100 {
        width: 100% !important;
    }
}


.brille:hover {
    background: #DFDFDF;
}


.line_even {
    background: #F2F2F2;
}

.line_odd {
    background: #FFF;
}

.line_even:hover, .line_odd:hover {
    background: #DFDFDF !important;
}


/* SHOW / HIDE PASSWORD */
::-ms-reveal {
    display: none;
}

button.toggle-password {
    position: absolute;
    top: 3px;
    right: 4px;
    z-index: 9;
    width: 28px;
    height: 30px;
    background: 0;
    border: 0;
}

button.toggle-password:active,
button.toggle-password:focus,
button.toggle-password:hover {
    cursor: pointer;
}

button.toggle-password:focus {
    outline: none !important;
}

.input-password {
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.input-password[type=password]:valid {
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z'/%3E%3Cpath d='M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z'/%3E%3Cpath d='M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709z'/%3E%3Cpath fill-rule='evenodd' d='M13.646 14.354l-12-12 .708-.708 12 12-.708.708z'/%3E%3C/svg%3E") !important;
}

.input-password[type=text]:valid {
    background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.134 13.134 0 0 0 1.66 2.043C4.12 11.332 5.88 12.5 8 12.5c2.12 0 3.879-1.168 5.168-2.457A13.134 13.134 0 0 0 14.828 8a13.133 13.133 0 0 0-1.66-2.043C11.879 4.668 10.119 3.5 8 3.5c-2.12 0-3.879 1.168-5.168 2.457A13.133 13.133 0 0 0 1.172 8z'/%3E%3Cpath fill-rule='evenodd' d='M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z'/%3E%3C/svg%3E") !important;
}

.select-border {
    border: 6px solid #2B3B4E;
    border-radius: 6px;
}

.select-border:hover {
    border: 6px solid #2B3B4E !important;
    border-radius: 6px;
}

.select-certificate-session-filter {

    background-color: #F8F9FA !important;
    color: #6C757D;
    border: 0 !important;
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1320px !important;
    }
}


.modal-xxl {
    max-width: 95vw !important;
    max-height: 95vh !important;
}


.pcert_card {
    margin-top: 20px !important;
}

.pcert_card_inner {
    padding: 5px;
    width: 100%;
    min-height: 154px;
    background: #FFF;
}

.pcert_card_hover {
    width: 100%;
    min-height: 154px;
}

.certification_more {
    display: none;
}

.pcert_card_archive {
    opacity: 0.6;
    background: #F9F9F9;
}

.avatar {
    background-color: #ccc;
    border-radius: 50%;
    border: solid 1px #adacac;
    --avatar-size: 50px;
    --avatar-border-size: 1px;
    height: var(--avatar-size);
    width: var(--avatar-size);
    min-width: var(--avatar-size);
    text-align: center;
    position: relative;
}

.avatar-lg {
    --avatar-size: 70px;
}

.avatar-sm {
    --avatar-size: 50px;
}

.avatar-xs, .avatar-36 {
    --avatar-size: 36px;
}

.avatar-xxs, .avatar-20 {
    --avatar-size: 20px;
}

.avatar-xl {
    --avatar-size: 100px;
}

.avatar-xxl {
    --avatar-size: 160px;
}

.avatar-success {
    border: solid 3px #95db9e;
    --avatar-border-size: 3px;
}

.avatar-failed {
    border: solid 3px #EFA0A8;
    --avatar-border-size: 3px;
}

.avatar-quit {
    border: solid 3px #D87452;
    --avatar-border-size: 3px;
}

.avatar-ongoing {
    border: solid 3px #8CC2FF;
    --avatar-border-size: 3px;
}

.avatar__image {
    border-radius: 50%;

    height: 100%;
    width: 100%;
}

.avatar__initials {
    font-size: calc(var(--avatar-size) / 2); /* 50% of parent */
    font-weight: 400;
    line-height: calc(var(--avatar-size) - 2 * var(--avatar-border-size));
    display: block;
}

.avatar__overlap {
    float: left;
    margin-left: -25px;
}

.text-quit {
    --bs-text-opacity: 1;
    color: #D87452 !important;
}

.bg-quit {
    --bs-bg-opacity: 1;
    background-color: #D87452 !important;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.hover-border {
    transition-duration: 0.4s;
}

.hover-border:hover {
    box-shadow: 0 0 1em rgba(66, 164, 245, .7) !important;
}

.text-link {
    color: #000;
    text-decoration: underline;
}

.btn:hover, btn:active, btn:focus {
    border-color: transparent;
    outline: 0;
}

.nav-link:hover {
    border-color: #FFF;
}

.assess_popover {
    max-width: 405px;
}

.text-blue-gradient {
    background: -webkit-gradient(linear, left bottom, right top, from(#42A5F5), to(#5C3CB6));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu2 {
    padding-left: 0;
    margin-top: 10px;
    display: inline;
}

.menu2 li {
    display: inline;
    padding-bottom: 15px;
}

.active-border {
    border-radius: 0px;
    border-bottom: 3px solid #42A5F5 !important;
}

.active-border-start {
    border-radius: 0px !important;
    border-left: 3px solid #42A5F5 !important;
}

.sidebar-start .active {
    border-radius: 0px !important;
    border-left: 3px solid #42A5F5 !important;
    font-weight: normal;
}

.flip-card {
    background-color: transparent;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    perspective: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.flip-card-sm {
    width: 50px !important;
    height: 50px !important;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    color: black;
}

.flip-card-back {
    color: white;
    background: #000000;
    opacity: 0.8;
    border-radius: 35px;
    transform: rotateY(180deg);
}

.nav-user-menu-full .dropdown-toggle::after {
    vertical-align: 0px !important;
}

.bg-procertif-rose {
    background: #ff2d69 !important;
}

.text-skilldy-rose {
    color: #ff2d69 !important;
}

.starter .subscription_selected_start.starter {
    border-top: 5px solid #3498db;
    border-left: 5px solid #3498db;
    border-right: 5px solid #3498db;
}

.starter .subscription_selected_end.starter {
    border-bottom: 5px solid #3498db !important;
    border-left: 5px solid #3498db;
    border-right: 5px solid #3498db;
}

.starter .subscription_selected.starter {
    border-left: 5px solid #3498db;
    border-right: 5px solid #3498db;
}

.premium .subscription_selected_start.premium {
    border-top: 5px solid #ff5687;
    border-left: 5px solid #ff5687;
    border-right: 5px solid #ff5687;
}

.premium .subscription_selected_end.premium {
    border-bottom: 5px solid #ff5687 !important;
    border-left: 5px solid #ff5687;
    border-right: 5px solid #ff5687;
}

.premium .subscription_selected.premium {
    border-left: 5px solid #ff5687;
    border-right: 5px solid #ff5687;
}

.full .subscription_selected_start.full {
    border-top: 5px solid #323232;
    border-left: 5px solid #323232;
    border-right: 5px solid #323232;
}

.full .subscription_selected_end.full {
    border-bottom: 5px solid #323232 !important;
    border-left: 5px solid #323232;
    border-right: 5px solid #323232;
}

.full .subscription_selected.full {
    border-left: 5px solid #323232;
    border-right: 5px solid #323232;
}

.free .subscription_selected_start.free {
    border-top: 5px solid #469f76;
    border-left: 5px solid #469f76;
    border-right: 5px solid #469f76;
}

.free .subscription_selected_end.free {
    border-bottom: 5px solid #469f76 !important;
    border-left: 5px solid #469f76;
    border-right: 5px solid #469f76;
}

.free .subscription_selected.free {
    border-left: 5px solid #469f76;
    border-right: 5px solid #469f76;
}

.dropdown-menu2 li {
    position: relative;
}

.dropdown-menu2 .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu2 .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu2 > li:hover > .dropdown-submenu {
    display: block;
}

.top3px {
    top: 3px !important;
}

.grey-light {
    color: #D2D2D2;
}

.filter_result_row_cursor {
    cursor: pointer;
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.loading_background {
    background: url(/images/loading_big_square.gif) center center no-repeat;
}

.loading_background_light {
    background: url(/images/loading_big_square_light.gif) center center no-repeat;
}

.input-loader {
    position: relative;
}

.input-loader.is-loading input {
    padding-right: calc(1.5em + 0.75rem);
}

.spinner-border {
    display: none;
    position: absolute;
    top: calc((0.375em + 0.1875rem) + 2px);
    right: calc(0.375em + 0.1875rem);
    z-index: 4;
}

.is-loading .spinner-border {
    display: block;
}

.btn-outline-warning {
    color: #F75B00 !important;
    border-color: #F75B00 !important;
}

.btn-warning {
    background-color: #F75B00 !important;
    border-color: #c44800 !important;
    color: #FFFFFF;
}

.btn-outline-warning:hover {
    border-color: #c44800 !important;
    background-color: #F75B00 !important;
    color: #FFFFFF !important;
}

.text-warning {
    color: #F75B00 !important;
}

.btn-warning:hover {
    background-color: #c44800 !important;
    color: #FFFFFF;
}

/* Datepicker styles in the Admin */
.react-datepicker__aria-live {
    position: absolute;
    clip-path: circle(0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    white-space: nowrap;
}

.react-datepicker-wrapper {
    width: 100%;
}

.react-datepicker__tab-loop {
    position: absolute;
    top: 0;
}

.react-datepicker__triangle {
    display: none !important;
}


.cursor_pointer {
    cursor: pointer;
}


.body_standalone {
    background: linear-gradient(90deg, #42A5F5, #5C3CB6);
}

.custom-shape-divider-top-1655198441 {
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1655198441 svg {
    position: relative;
    display: block;
    width: calc(127% + 1.3px);
    height: 177px;
}

.custom-shape-divider-top-1655198441 .shape-fill {
    fill: #FFFFFF;
}

.bg-ongoing {
    background: #8CC2FF;
}

h3 badge, .card-header .badge {
    font-size: 10px;
}

.eval_details {
    text-align: center;
}

.jury_eval_details .eval_details {
    text-align: left !important;
}


.timeline_area {
    position: relative;
    z-index: 1;
}

.single-timeline-area {
    position: relative;
    /* z-index: 1; */
    padding-left: 180px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}

.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}

.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    z-index: 1;
}

.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #6c757d;
    content: "";
    top: 50%;
    right: 56px;
    z-index: 5;
    margin-top: -5.5px;
}

.add .single-timeline-area .timeline-date::before {
    height: 0;
}

.assessment_quiz .single-timeline-area .timeline-date::before {
    background-color: #EE4C3B;
}

.assessment_jury .single-timeline-area .timeline-date::before {
    background-color: #084298;
}

.assessment_360 .single-timeline-area .timeline-date::before {
    background-color: #AC54C2;
}

.assessment_360 .border_custom {
    border-color: #AC54C2 !important;
    border-width: 2px;
}


.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}

.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}

.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}

.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}

.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}

.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}

.accordion-flush {
    border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
    color: rgb(33, 37, 41) !important;
    box-shadow: 0 0 0 0 #FFF !important;
}

.accordion-flush .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg>");
}

.accordion-flush .accordion-button:focus {
    z-index: 3;
    border-color: #FFF !important;
    outline: 0;
    box-shadow: 0 0 0 0 #FFF !important;
}

.editableTextField {
    border: 1px solid #fff;
    padding: 0px 5px;
    display: block;
}

.editableTextField:hover {
    cursor: pointer;
    width: 100%;
    /* padding: .375rem .75rem;
    /* font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;*/
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;

}

.notthelast:not(:last-child) {
    border-bottom: 1px solid #CCC;
}

.notthelast canvas {
    margin: 0 auto;
}

.chart-container {
    position: relative;
    margin: auto;
    width: 100%;
}

@media all and (min-width: 572px) {
    .border-lg-start {
        border-left: 1px solid #C7C8C9;
    }

    .border-lg-top {
        border-top: 1px solid #DEE2E6;
    }

    .check-min-height {
        min-height: 110px;
    }
}

@media all and (max-width: 572px) {
    .border-sm-top {
        border-top: 1px solid #C7C8C9;
    }
}


/* HIDE RADIO */
.senquencing [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.senquencing [type=radio] + img, .senquencing [type=radio] + i {
    cursor: pointer;
}

/* CHECKED STYLES */
.senquencing [type=radio]:checked + img, .senquencing [type=radio]:checked + i {
    outline: 6px solid #007BFF;
}

.cursor-grab {
    cursor: grab !important;
}

.text-review {
    color: #EDD024;
}

.bg-review {
    background-color: #EDD024;
}

.border-review {
    border: 2px solid #EDD024;
}

.dropdown-menu2 {
    --bs-dropdown-link-active-color: #000;
    --bs-dropdown-link-active-bg: #FFF;
}

.bg-white-opacity-75 {
    background-color: rgba(255, 255, 255, 0.75);
}

.active-outline {
    border: 2px solid #1F242A !important;
}

.rollover_input {
    border: 1px solid #FFFFFF !important;
}

.rollover_input:hover {
    border: 1px solid #dee2e6 !important;
    border-radius: 0.375em;
}

.text-grey {
    color: #505868 !important;
}


.share_linkedin_wall_btn {
    color: #0a66c2;
    border-color: #0a66c2;
}

.share_linkedin_wall_btn:hover {
    background-color: #0a66c2;
    color: #FFF;
}

.share_facebook_btn {
    color: #0866ff;
    border-color: #0866ff;
}

.share_facebook_btn:hover {
    background-color: #0866ff;
    color: #FFF;
}

.share_whatsapp_btn {
    color: #19af4b;
    border-color: #19af4b;
}

.share_whatsapp_btn:hover {
    background-color: #19af4b;
    color: #FFF;
}


#sidebar {
    min-width: 240px;
    max-width: 240px;
    background: #1d1919;
    color: #fff;
}

#sidebar.active {
    margin-left: -240px;
}

#sidebar ul.components {
    padding: 0;
}

#sidebar ul li {
    font-size: 17px;
}

#sidebar ul li > ul {
    padding-left: 20px;
    padding-right: 20px;
}

#sidebar ul li > ul li {
    font-size: 16px;
}

#sidebar ul li a {
    padding: 10px 0;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    font-weight: normal !important;
}

#sidebar ul li a:hover {
    color: #FFFFFF;
}

#sidebar ul li.active > a {
    background: transparent;
    color: #f8b739;
}

#sidebar .active {
    color: #FFFFFF !important;
    text-decoration: underline;
}

.bg-light2 {
    background-color: #f0f0f7;
}

.evengrey:nth-child(even) {
    background-color: #f2f2f2 !important;
}


/* HIDE RADIO */
.radio_container_selector input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.radio_container_selector input + h5 {
    cursor: pointer;
    border: 6px solid #F8F9FA;
    min-width: 160px;
}

/* CHECKED STYLES */
.radio_container_selector input:checked + h5 {
    border: 6px solid #2B3B4E;
    border-radius: 6px;
    min-width: 160px;
}

.text-secondary-light {
    color: #d0dadd !important;
}

.text-hover-secondary:hover {
    color: #5c636a !important;
}

.lead-sm {
    font-size: 1.15rem;
    font-weight: 300;
}

.opacity-3-gradient:nth-child(2) {
    opacity: 0.6;
}

.opacity-3-gradient:nth-child(3) {
    opacity: 0.3;
}
