/**
 * Background & Side colors
 */
.content-wrapper {
    background-color: #fff;
    /*background-color: #f2f0f3;*/
}

nav.sidebar,
nav.navbar,
nav.navbar .navbar-brand-wrapper,
nav.sidebar i.mdi.menu-icon {
    background-color: #f7f6f8;
}

/**
 * Global css
 */

.hide {
    display: none !important;
}

.align-left {
    text-align: left;
}

.align-center,
.text-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.light-font {
    font-weight: 200;
}

.inline-left-margin,
.space-left-margin {
    margin-left: 4px;
}

h2 .inline-left-margin,
h2 .space-left-margin {
    margin-left: 8px;
}

h1 .inline-left-margin,
h1 .space-left-margin,
h1.inline-left-margin,
h1.space-left-margin{
    margin-left: 1rem;
}

.vertical-center-div {
    margin-top: auto;
    margin-bottom: auto;
}

.vertical-center-div img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.pointer {
    cursor: pointer;
}

html, body, tr, th, h1, h2, h3, h4, h5, h6, h7, h8, input {
    font-family: 'Roboto', sans-serif !important;
}

.table th, .table td {
    padding: 5px;
}

.content-height {
    height: fit-content;
}

.divider {
    min-height: 1px;
    background-color: #9e9e9e;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.right {
    position: absolute;
    right: 0;
}

.left {
    position: absolute;
    left: 0;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.row-top-margin {
    margin-top: 24px;
}

.margin-top-10-vh {
    margin-top: 10vh;
}

select.form-control {
    color: rgb(73, 80, 87) !important;
}

.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-image: linear-gradient(to bottom right, #1B309A, #6AC0DD);
    border-radius: 2px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}
.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #6AC0DD;
    -webkit-transition: width .3s linear;
    transition: width .3s linear;
}

.progress .indeterminate {
    background-color: #6AC0DD;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

/***************
    ScrollBar
***************/

::-webkit-scrollbar
{
    width: 10px;  /* for vertical scrollbars */
    height: 8px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5);
    background: rgba(55, 71, 79, 0.1);
}

::-webkit-scrollbar-thumb
{
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.5);
    /*background: rgba(0, 172, 193, 0.3);*/
    background: rgba(55, 71, 79, 0.6);
}

/*************
    COLORS
*************/

.text-adricotier,
.sidebar .nav .nav-item .nav-link .menu-title.text-adricotier,
.sidebar .nav .nav-item .nav-link .menu-icon.text-adricotier {
    color: #007ACB;
}

.btn-adricotier {
    color: #fff;
    background-color: #007ACB;
    border-color: #007ACB;
}

.btn-adricotier {
     color: #fff;
     background-color: #007ACB;
     border-color: #007ACB;
 }

.btn-adricotier:hover {
    color: #fff;
    background-color: #1B309A;
    border-color: #1B309A;
}

.btn-adricotier:focus, .btn-adricotier.focus {
    color: #fff;
    background-color: #1B309A;
    border-color: #1B309A;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 203, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 122, 203, 0.5);
}

.btn-adricotier.disabled, .btn-adricotier:disabled {
    color: #fff;
    background-color: #007ACB;
    border-color: #007ACB;
}

.btn-adricotier:not(:disabled):not(.disabled):active, .btn-adricotier:not(:disabled):not(.disabled).active,
.show > .btn-adricotier.dropdown-toggle {
    color: #fff;
    background-color: #1B309A;
    border-color: #1B309A;
}

.btn-adricotier:not(:disabled):not(.disabled):active:focus, .btn-adricotier:not(:disabled):not(.disabled).active:focus,
.show > .btn-adricotier.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 203, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 122, 203, 0.5);
}

.btn-outline-adricotier {
    color: #007ACB;
    border-color: #007ACB;
}

.btn-outline-adricotier:hover {
    color: #fff;
    background-color: #1B309A;
    border-color: #1B309A;
}

.btn-outline-adricotier:focus, .btn-outline-adricotier.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 203, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 122, 203, 0.5);
}

.btn-outline-adricotier.disabled, .btn-outline-adricotier:disabled {
    color: #007ACB;
    background-color: transparent;
}

.btn-outline-adricotier:not(:disabled):not(.disabled):active, .btn-outline-adricotier:not(:disabled):not(.disabled).active,
.show > .btn-outline-adricotier.dropdown-toggle {
    color: #fff;
    background-color: #1B309A;
    border-color: #1B309A;
}

.btn-outline-adricotier:not(:disabled):not(.disabled):active:focus, .btn-outline-adricotier:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-adricotier.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 203, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 122, 203, 0.5);
}

.badge-adricotier {
    color: #fff;
    background-color: #007ACB;
}

a.badge-adricotier:hover, a.badge-adricotier:focus {
    color: #fff;
    background-color: #1B309A;
}

a.badge-adricotier:focus, a.badge-adricotier.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 203, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 122, 203, 0.5);
}

.border-adricotier {
    border-color: #007ACB !important;
}

.text-adricotier, .list-wrapper .completed .remove {
    color: #007ACB !important;
}

a.text-adricotier:hover, .list-wrapper .completed a.remove:hover, a.text-adricotier:focus, .list-wrapper .completed a.remove:focus {
    color: #1B309A !important;
}

.bg-gradient-adricotier {
    background: -webkit-gradient(linear, left top, right top, from(#6AC0DD), to(#007ACB)) !important;
    background: linear-gradient(to right, #6AC0DD, #007ACB) !important;
}

.btn-adricotier:not(.btn-light) {
    color: #ffffff;
}

.btn-adricotier:not(.btn-light):hover, .btn-adricotier:not(.btn-light):focus, .btn-adricotier:not(.btn-light):active {
    color: #ffffff;
}

.btn-adricotier:not(.btn-light):focus, .btn-adricotier:not(.btn-light):active {
    background: #007ACB;
    border-color: #007ACB;
}

.btn-outline-adricotier:hover, .btn-outline-adricotier:focus, .btn-outline-adricotier:active {
    background: -webkit-gradient(linear, left top, right top, from(#6AC0DD), to(#007ACB));
    background: linear-gradient(to right, #6AC0DD, #007ACB);
    color: #000;
}

/*****************
    BLOCKQUOTE
*****************/

i.mdi.blockquote-icon {
    position: absolute;
    left: -20px;
    font-size: 2rem;
    top: -24px;
    margin-left: 50%;
    margin-right: 50%;
    padding: 3px;
    background-color: #f2f0f3;
}

/*****************
    BUTTONS
*****************/

button.btn.not-validated {
    background-color: #c3bdbd;
    border-color: #c3bdbd;
    color: #fff;
}
button.btn.not-validated:hover {
    cursor: not-allowed;
}


/*****************
    GLOBAL PAGE
*****************/

.main-panel {
    height: calc(100vh - 70px);
    overflow: auto;
}

@media screen and (max-width: 991px) {
    .content-wrapper {
        padding-left: 4px;
        padding-right: 4px;
    }

    .sm-none {
        display: none;
    }

    .sm-center {
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }
}

@media screen and (min-width: 992px) {
    .lg-none {
        display: none;
    }

    .max-500-px-lg {
        max-width: 500px;
    }
}

/**
 Global Progress Bar
 */
.global-progress-bar-wrapper {
    position: absolute;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    top: 70px;

    left: 260px;
    width: 100%;
    width: -webkit-calc(100% - 260px) !important;
    width: -moz-calc(100% - 260px) !important;
    width: calc(100% - 260px) !important;

    z-index: 9;
}

body.sidebar-icon-only .global-progress-bar-wrapper {
    left: 70px;
    width: 100%;
    width: -webkit-calc(100% - 70px) !important;
    width: -moz-calc(100% - 70px) !important;
    width: calc(100% - 70px) !important;
}

.global-progress-bar-wrapper .global-progress-bar {
    width: 0;
    height: 5px;
    background-color: #007ACB;
    border-radius: 2px;
    z-index: 10;
    transition: width 1s;
}

.global-progress-bar-wrapper .global-progress-bar.no-transition {
    transition: width 100ms;
}


@media screen and (max-width: 991px) {
    .global-progress-bar-wrapper,
    body.sidebar-icon-only .global-progress-bar-wrapper {
        left: 0;
        width: 100% !important;;
    }
}

/**
 Global page CSS
 */


h1 {
    font-size: 3rem;
}

.list-margin {
    margin-bottom: 16px;
}

.card .card-title,
.card p,
.card span {
    font-family: "ubuntu-medium", sans-serif !important;
}

.card h2.card-title {
    font-size: 1.88rem;
    margin: 6px 0;
}

.card p.card-description {
    margin: 0 !important;;
}

.card p.card-description {
    margin-bottom: 12px;
}

.bottom-margin {
    margin-bottom: 8px;
}

.badge.badge-margin {
    margin-right: 2px;
}

.course-block {
    margin-top: 10vh;
    margin-left: 0px !important;
    margin-right: 0px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.play-active .main-panel {
    overflow-y: hidden;
}

.play-active .main-panel .content-wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.play-active .course-block {
    margin: 0 !important;
    height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
}

.course-block .course-block-wrapper {
    margin-left: 0px !important;
    margin-right: 0px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;;
}

.play-active .course-block:not(.course-active) {
    display: none;
}

.play-active .course-block .course-block-wrapper {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/**
 Modal
 */
.modal-background {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9998;
}
.modal {
    display: block;
    position: fixed;
    width: 90vw;
    height: fit-content;
    max-height: 90vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: auto;
}
/**
 Test
 */
button.choice-btn {
    transition: all .3s ease-in;
}
button.choice-btn.blur {
    filter: blur(20px);
}