:root {
    --ag-red-color: #ff494c;
    --ag-blue-color: #182548;
    --bs-heading-color: #404040;
    --bs-dark-text: #454545;
    --bs-dark-rgb: #454545;
    --ag-side-menu-wrapper-width:410px;
    line-height: normal;
    --ag-light-gray: #D5DAE0;
    --ag-light-blue: #DBECFC;
    --ag-light-blue-opacity: 219, 236, 252;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Nunito Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
        "wdth" 87.5,
        "YTLC" 500;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 200 1000;
    font-stretch: 87.5%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0OMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t3NeCAAFOvV9L9jBwHuBZFI.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: italic;
    font-weight: 200 1000;
    font-stretch: 87.5%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0OMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t3NeCAAFOvV9L9jBznuB.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200 1000;
    font-stretch: 87.5%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CL1o_kJPxzGOF.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 200 1000;
    font-stretch: 87.5%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe0AMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfUVwoNnq4CL1o_kJ3xzA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--ag-blue-color);
}
.fs-7 {
    font-size: 0.85rem !important;
}
.fs-8 {
    font-size: 0.75rem !important;
}
.fs-4-5{
    font-size: 1.4rem !important;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.mt-n1 {
    margin-top: -0.25rem !important;
}
.mt-n2 {
    margin-top: -0.5rem !important;
}
.mt-n3 {
    margin-top: -0.75rem !important;
}
.mt-n4 {
    margin-top: -1rem !important;
}
.btn-bordered-light {
    --bs-btn-color: #1F1F1F;
    --bs-btn-bg: rgba(255, 255, 255, 0.8);
    --bs-btn-border-color: #1F1F1F;
    --bs-btn-hover-color: #1F1F1F;
    --bs-btn-hover-bg: rgba(255, 255, 255, 0.5);
    --bs-btn-hover-border-color: #1F1F1F;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #1F1F1F;
    --bs-btn-active-bg: rgba(255, 255, 255, 0.5);
    --bs-btn-active-border-color: #1F1F1F;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgba(0, 0, 0, 0.51);
    --bs-btn-disabled-bg: rgba(255, 255, 255, 0.8);
    --bs-btn-disabled-border-color: #1F1F1F;
}

.btn-red {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--ag-red-color);
    --bs-btn-border-color: #F23B42;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--ag-red-color);
    --bs-btn-disabled-border-color: var(--ag-red-color);
}
.btn-outline-red {
    --bs-btn-color: var(--ag-red-color);
    --bs-btn-border-color: var(--ag-red-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--ag-red-color);
    --bs-btn-hover-border-color: var(--ag-red-color);
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--ag-red-color);
    --bs-btn-active-border-color: var(--ag-red-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--ag-red-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--ag-red-color);
    --bs-gradient: none;
}
.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--ag-blue-color);
    --bs-btn-border-color: var(--ag-blue-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #185190;
    --bs-btn-hover-border-color:  #185190;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg:  #185190;
    --bs-btn-active-border-color:  #185190;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #394857;
    --bs-btn-disabled-border-color: #394857;
}
.btn-outline-blue {
    --bs-btn-color: var(--ag-blue-color);
    --bs-btn-border-color: var(--ag-blue-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--ag-blue-color);
    --bs-btn-hover-border-color: var(--ag-blue-color);
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--ag-blue-color);
    --bs-btn-active-border-color: var(--ag-blue-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--ag-blue-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--ag-blue-color);
    --bs-gradient: none;
}
.bg-ag-gray{
    background-color: var(--ag-light-gray) !important;
    background-image: var(--ag-light-gray) !important;
}
.bg-ag-blue{
    background-color: var(--ag-blue-color) !important;
    background-image: var(--ag-blue-color) !important;
}
.bg-light-blue{
    background-color: var(--ag-light-blue) !important;
}
.main-gradient {
    background-image: linear-gradient(90deg, #1F1F1F, var(--ag-blue-color));
    color: #ffffff;
}

.main-gradient-vertical {
    background-image: linear-gradient(180deg, #1F1F1F, var(--ag-blue-color));
    color: #ffffff;
}
header[not] ul{
    padding-left: 0;
    list-style: none;
}
header[not] li::before {
    content: "";
    border-radius: 100%;
    margin-right: 0.5rem;
}

/* ------------------------------- Header ------------------------------- */

header .navbar .container {
    position: relative;
}
header .navbar-nav {
    --bs-nav-link-color: var(--ag-light-gray);
    --bs-nav-link-hover-color: var(--ag-light-gray);
    --bs-nav-link-disabled-color: rgba(221, 221, 221, 0.7);
    font-weight: 300;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 1em 0.9em;
    position: relative;
    height: 100%;
    text-align: center;
    font-size: larger;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    color: var(--ag-light-gray);
    font-weight: 600;
}

header .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.95em;
    width: calc(100% - 1.9em);
    height: 0;
    border-radius: 8px 8px 0 0;
    background-color: var(--ag-red-color);
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out; /* Firefox 4 */
    -webkit-transition: all 0.15s ease-in-out; /* Safari and Chrome */
    -o-transition: all 0.15s ease-in-out; /* Opera */
    -ms-transition: all 0.15s ease-in-out; /* Explorer 10 */
}

header .nav-link:hover::before, header .nav-link.active::before {
    height: 8px;
}

.navbar-toggler {
    color: rgb(255 255 255 / 100%);
    background-color: #78363600;
    border-color: #fff;
}
/* ------------------------------- END Header ------------------------------- */



fieldset.border-box {
    display: block;
    position: relative;
}

fieldset.border-box:before {
    content: "";
    border-right: 1px solid #ffffff;
    height: 2rem;
    position: absolute;
    right: 0;
    top: -18px;
}

fieldset.border-box:after {
    content: "";
    border-right: 1px solid #ffffff;
    height: 2rem;
    position: absolute;
    right: 0;
    bottom: 0;
}

legend.border-box-title {
    display: table;
    float: initial;
    padding: 0 20px;
    margin: 0;
    text-align: center;
    width: auto;
}

.frame {
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 2rem;
}

.box-gradient {
    padding: 2rem 1.5rem;
    color: #fff;
    background: linear-gradient(0deg, #24272C -11.29%, rgba(36, 39, 44, 0.75) 57.45%, rgba(36, 39, 44, 0) 100%);
    position: absolute;
    left: calc(var(--bs-gutter-x) * .5);
    right: calc(var(--bs-gutter-x) * .5);
    bottom: 0;
}

.box-gradient h1, .box-gradient h2, .box-gradient h3, .box-gradient h4 {
    color: #ffffff;
}

#sideMenuCollapse.collapse.show {
    width: var(--ag-side-menu-wrapper-width);
}
#sideMenuCollapse.collapsing{
    min-width: 0;
    transition: all 0.1s ease;
    opacity: 0;
    overflow: hidden;
}

@media (max-width: 767px) {

    #sideMenuCollapse.collapse .nav-link{
        text-align: center;
    }
}

#sideMenuCollapse.collapse:not(.show) .nav-link{
    text-align: center;
}
.collapse.show .d-none.d-md-inline{
    opacity: 1;
    transition: all 0.1s ease-in;
}
.collapsing .d-none.d-md-inline{
    opacity: 0 !important;
    transition: all 0.2s ease-in;
}
.collapse:not(.show) .d-none.d-md-inline{
    display: none !important;
}
.side-menu-wrapper {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 76px);
    background: #FFFFFF;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}

.side-menu-wrapper .nav-link {
    background: none;
    color: #888E9A;
    position: relative;
    padding: 1.5rem;
}

.side-menu-wrapper .nav-link.active, .side-menu-wrapper .nav-link.active:hover {
    background: linear-gradient(141.08deg, #D31F26 14.25%, #EF5157 85.16%);
    color: #ffffff;
}

.side-menu-wrapper .nav-link .course-icon {
    display: inline-block;
    width: 32px;
    text-align: center;
}

.side-menu-wrapper ul.show .nav-link {
    padding: 0.85rem 1.5rem;
    background: #F0F0F0;
    font-size: 0.85rem;
}

.side-menu-wrapper ul.show li:last-child .nav-link {
    border-radius: 0 0 12px 12px;
}

.side-menu-wrapper ul.show .nav-link.active {
    color: var(--ag-red-color);
    background: rgba(233, 69, 75, 0.15);
}

/*.side-menu-wrapper ul.show .nav-link.active .course-icon.fill svg {*/
/*    fill: var(--ag-red-color);*/
/*}*/

/*.side-menu-wrapper ul.show .nav-link.active .course-icon.stroke svg {*/
/*    stroke: var(--ag-red-color);*/
/*}*/

.card .progress {
    height: 16px;
    border-radius: 9px;
    background-color: #ffffff;
}

.card .progress-bar {
    background-color: var(--ag-red-color);
}

.card.course-color {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
    border-color: #ffffff;
}

.progress-circle-0 {
    width: 33px;
    height: 33px;
    border: 1px solid;
    float: left;
    border-radius: 17px;
}

:root {
    --course-color-green: #46B764;
    --course-color-yellow: #E5DC3D;
    --course-color-purple: #8D59F0;
    --course-color-orange: #E7932E;
    --course-color-red: #F56469;
}

.circle-progress-item.size-40 .circle-progress {
    width: 40px;
    height: 40px;
}
.circle-progress-item.size-24 .circle-progress {
    width: 24px;
    height: 24px;
}
.circle-progress-circle {
    stroke-width: 2px;
    stroke: #CCC;
}
.side-menu-wrapper.lesson .circle-progress-circle {
    fill: #EEE;
}
.circle-progress-text {
    fill: #24272C;
    font-weight: 700;
    font-size: 40px;
}
.circle-progress-text a {
    color: #24272C;
    font-weight: 700;
    font-size: 20px;
}

/* ------------------------------- END Progress circle ------------------------------- */

.pulse {
    animation: pulsing 1.5s infinite;
    -webkit-animation: pulsing 1.5s  infinite;
    display: inline-block;
}
@keyframes pulsing {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes pulsing {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.side-menu-wrapper.lesson{
    box-shadow: none;
}
.side-menu-wrapper.lesson .course-icon{
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #ffffff;
    line-height: 20px;
    border: 2px solid #F23B42;
}
.side-menu-wrapper.lesson .nav-link.active .course-icon{
    border-color: #ffffff ;
}

.side-menu-wrapper.lesson .nav-link {
    color: #24272C;
    font-size: 0.87rem;
    padding: 0.8rem 1.4rem;
    display: flex;
    align-items: center!important;
    border-bottom: 1px solid #DDDDDD;
}
.side-menu-wrapper.lesson .course-color.red a:hover {
    background: rgba(233, 69, 75, 0.15);
    transition: all 0.3s ease-in-out;
}
.side-menu-wrapper.lesson .nav-link.active span {
    color: #ffffff !important;
}
.side-menu-wrapper.lesson  .nav-link.active-part.course-color.red[aria-expanded="true"] {
    background-color: rgba(233, 69, 75, 0.15);
}
.side-menu-wrapper.lesson .nav-link.active-part[aria-expanded="true"]{
    border: none;
}
.side-menu-wrapper.lesson .nav-link.active-part + ul .nav-link {
    border: none;
    border-radius: 0;
}
.side-menu-wrapper.lesson .nav-link.active-part.course-color.red[aria-expanded="true"] + ul .nav-link {
    background-color: rgba(233, 69, 75, 0.15);
}
.side-menu-wrapper.lesson .nav-link.active-part.course-color.red + ul .nav-link.active,
.side-menu-wrapper.lesson .nav-link.active-part.course-color.red + ul .nav-link:hover {
    background-color: #F23B42;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}
.side-menu-wrapper.lesson .nav-link.active-part.course-color.red + ul .nav-link .fs-8 {
    color: #F23B42;
}
.side-menu-wrapper.lesson .nav-link.active-part.course-color.red + ul .nav-link.active .fs-8 ,
.side-menu-wrapper.lesson .nav-link.active-part.course-color.red + ul .nav-link:hover .fs-8 {
    color: #ffffff !important;
}
.side-menu-wrapper.lesson  .nav-link img.ms-2{
    transition: all 0.3s ease-in-out;
}
.side-menu-wrapper.lesson  .nav-link.collapsed img.ms-2{
    transform: rotateX(180deg)
}
@media (min-width: 768px) {

    .side-menu-wrapper.lesson + div.fixed-bottom {
        left: 320px;
        padding-left: 100px !important;
    }
}
@media (max-width: 767px) {

    .side-menu-wrapper.lesson + div.fixed-bottom {
        left: 100px;
    }
}
.side-menu-wrapper.lesson li{
    position: relative;
}
.side-menu-wrapper.lesson .quiz-nav{
    position: absolute;
    left: 8.5rem;
    bottom: 0.9rem;
    z-index: 999;
    font-size: 0.75rem;
}
.side-menu-wrapper.lesson .nav-link.active-part.course-color.red + ul .quiz-nav a{
    display: inline;
    text-decoration: none;
    cursor: pointer;
    padding: 0 0.35rem;
}
.side-menu-wrapper.lesson .nav-link.active-part.course-color.red + ul .quiz-nav a{
    color: #F23B42;
}
.side-menu-wrapper.lesson .nav-link.active-part + ul .quiz-nav a.active{
    font-weight: bold;
    border: 1px solid #ffffff70;
    border-radius: 50%;
}
.side-menu-wrapper.lesson .nav-link.active-part + ul .quiz-nav a:hover{
    font-weight: bolder;
}
.side-menu-wrapper.lesson .nav-link.active-part + ul .quiz-nav a:hover ~ a.nav-link{
    background-color: red;
}
.side-menu-wrapper.lesson .nav-link.active-part.course-color.red + ul .nav-link:hover + .quiz-nav a,
.side-menu-wrapper.lesson .nav-link.active-part.course-color.red + ul .nav-link.active + .quiz-nav a{
    color: #FFFFFF;
}
.side-menu-wrapper.lesson .nav-link.active-part + ul .quiz-nav a:first-child:before {
    content: "·";
    position: absolute;
    left: -0.5rem;
    font-weight: normal;
}
.side-menu-wrapper.lesson .nav-link.active-part + ul .quiz-nav a:first-child {
    margin-left: 0.75rem;
    position: relative;
}
#fixed-bottom-nav{
    margin-left: var(--ag-side-menu-wrapper-width);
    background: #fff;
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
}
#show-content-bnt{
    position: fixed;
    transition: transform 400ms cubic-bezier(.2, 0, .38, .9);
    transform: translateX(-74%);
    bottom: 15px;
    top: auto;
    z-index: 9;
}
#show-content-bnt span{
    opacity: 0;
    transition: opacity 400ms linear;
}
#show-content-bnt:hover {
    transform: translateX(0%);
}
#show-content-bnt:hover span{
    opacity: 1;
}
#show-content-bnt.collapsed .hide, #show-content-bnt .show{
    display: none;
}
#show-content-bnt .hide, #show-content-bnt.collapsed .show{
    display: inline-block;
}
#fixed-bottom-nav.collapsed{
    margin-left: 0;
}
#fixed-bottom-nav.collapsed .course-back-button{
    margin-left: 3rem;
}
#fixed-bottom-nav .course-back-button{
    margin-left: 0;
}
.quiz-options a{
    display: block;
    border-radius: 0.25rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    text-decoration: none;
    color: var(--bs-body-color);
    overflow: hidden;
    padding: 0;
}
.quiz-options a:hover, .quiz-options a:focus, .quiz-options .active{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.32);
    background-size: 100% 0px;
}
.quiz-options a span.answer-cha{
    background-image: linear-gradient(90deg, #3A3C41, #6D7B8D);
    color: #ffffff;
    display: inline-block;
    width: 2.5rem;
    padding: 0.6rem 0;
    font-weight: bolder;
    text-align: center;
}
.quiz-options a.correct, .quiz-options a.incorrect{
    pointer-events: none;
    cursor: default;
}
.quiz-options a.correct span.answer-char {
    background-image:none;
    background-color: #1AE049;
}
.quiz-options a.incorrect span.answer-char{
    background-image:none;
    background-color: #CE1C1C;
}
.quiz-options a.correct{
    box-shadow: 0 0 14px rgba(28, 235, 77, 0.32);
}
.quiz-options a.show.correct{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.quiz-options a.incorrect{
    box-shadow: 0 0 14px rgba(242, 59, 66, 0.32);
}
.quiz-options a.show {
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}
.step-container {
    position: relative;
    text-align: center;
}

.step-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #e9ecef;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-circle.correct {
    background-color: #146c43;
    border: 2px solid #fff;
    color: #fff;
}
.step-circle.incorrect {
    background-color: #b02a37;
    border: 2px solid #fff;
    color: #fff;
}
.step-circle.active{
    border: 2px solid #6c757d;
}

.progress.red .progress-bar {
    background-color: var(--ag-red-color);
}
header .progress {
    height: 8px;
}
.segment-content-container{
    min-height: calc(100vh - 170px);
}
@media (min-height: 820px) {
    .col-xxlY-12{
        width: 100%;
    }
    .d-none-xxlY{
        display:none !important;
    }
    .d-block-xxlY{
        display:block !important;
    }
}
.d-block-xxlY{
    display:none;
}
.profile-img-holder{
    color: #ffffff;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    align-items: center;
    height: 2.5rem;
    display: flex;
}
.segment-content-video {
    background-image: url("../img/video-camera-red.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.segment-content-pdf {
    background-image: url("../img/file-pdf-red.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 16px;
}
.segment-content-pbn {
    background-image: url("../img/file-pbn-red.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 16px;
}
.segment-content-quiz {
    background-image: url("../img/quiz-red.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 16px;
}
.segment-content-text {
    background-image: url("../img/file-text-red.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 16px;
}
.side-menu-wrapper.lesson .nav-link.course-color.red + ul .nav-link:hover .segment-content-video,
.side-menu-wrapper.lesson .nav-link.course-color.red + ul .nav-link.active .segment-content-video,
.side-menu-wrapper.lesson .nav-link.course-color.red.active .segment-content-video {
    background-image: url("../img/video-camera-white.svg");
}
.side-menu-wrapper.lesson .nav-link.course-color.red + ul .nav-link:hover .segment-content-pdf,
.side-menu-wrapper.lesson .nav-link.course-color.red + ul .nav-link.active .segment-content-pdf {
    background-image: url("../img/file-pdf-white.svg");
}
.side-menu-wrapper.lesson .nav-link.course-color.red + ul .nav-link:hover .segment-content-pbn,
.side-menu-wrapper.lesson .nav-link.course-color.red + ul .nav-link.active .segment-content-pbn {
    background-image: url("../img/file-pbn-white.svg");
}
.side-menu-wrapper.lesson .nav-link.course-color.red + ul .nav-link:hover .segment-content-quiz,
.side-menu-wrapper.lesson .nav-link.course-color.red + ul .nav-link.active .segment-content-quiz {
    background-image: url("../img/quiz-white.svg");
}
.side-menu-wrapper.lesson .nav-link.course-color.red + ul .nav-link:hover .segment-content-text,
.side-menu-wrapper.lesson .nav-link.course-color.red + ul .nav-link.active .segment-content-text {
    background-image: url("../img/file-text-white.svg");
}
.segment-item .course-icon .pulse {
    display: none;
}
.segment-item.active .course-icon .pulse {
    display: inline-block;
}

.modal-content{
    border-radius: 0;
    border: 0;
}
.modal-body{
    padding: 0.5rem 1.75rem 2.25rem;
}
.modal-header{
    border: 0;
    padding: 1.25rem 1.75rem;
}
.modal-header h1{
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
}
.text-line{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.text-line:after{
    content: "";
    width: 100%;
    flex: 1 1;
    border-bottom: 1px solid #999999;
    margin: auto 10px;
}
.form-control{
    border-radius: 4px;
    font-size: 0.9rem;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999999;
    opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
}
.form-control:focus, .form-select:focus, .form-check-input:focus {
    border-color: #bbbbbb;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(187, 187, 187, 0.25);
}
.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}
a {
    text-decoration:none;
    background-image: linear-gradient(#212529, #212529);
    padding-bottom: 3px;
    background-size: 0 1px;
    background-position-y: 100%;
    background-position-x: 50%;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease-in-out;
}
a:hover, a:focus, a:active {
    background-size: 100% 1px;
}
a.text-decoration-none{
    background-image: none;
}
a.btn:active, a.btn:hover, a.btn:focus{
    background-image: none !important;
}

a.link-primary{
    background-image: linear-gradient(#0d6efd, #0d6efd);
}
a.link-secondary{
    background-image: linear-gradient(#6c757d, #6c757d);
}
a.link-danger{
    background-image: linear-gradient(#dc3545, #dc3545);
}
a.link-success{
    background-image: linear-gradient(#198754, #198754);
}
a.link-warning{
    background-image: linear-gradient(#ffc107, #ffc107);
}
a.link-info{
    background-image: linear-gradient(#0dcaf0, #0dcaf0);
}
a.link-light{
    background-image: linear-gradient(#f8f9fa, #f8f9fa);
}
a.link-dark{
    background-image: linear-gradient(#212529, #212529);
}
.select2-selection__rendered {
    line-height: 33px !important;
}
.select2-container .select2-selection--single {
    height: 37px !important;
    border: 1px solid #DDD;
    border-radius: 6px;
}
.select2-selection__arrow {
    height: 36px !important;
}


/* ------------------------------- Dashboard ------------------------------- */

.AG-table-light {
    --bs-table-bg: none;
    --bs-table-striped-bg: #EBEEF6;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #EBEEF6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e1e4ec;
    --bs-table-hover-color: #24272C;
    --bs-table-accent-bg: rgba(235, 238, 246, 0);
    color: #24272C;
    margin-bottom: 0;
    line-height: 30px;
}

.table-striped>tbody>tr:nth-of-type(odd)>:first-child {
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}
.table-striped>tbody>tr:nth-of-type(odd)>:last-child {
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
}
.AG-yellow-tile{
    background: #FFFDD9;
    overflow: hidden;
    border: 1px #E5DC3D solid;
}
.aspect-ratio-box-16x9, .aspect-ratio-box-4x3, .aspect-ratio-box-3x1, .aspect-ratio-box-1x1, .aspect-ratio-box-4x1 {
    height: 0;
    overflow: hidden;
    position: relative;
}
.aspect-ratio-box-16x9 {
    padding-top: 56.25% ;
}
.aspect-ratio-16x9-inside, .aspect-ratio-inside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.aspect-ratio-box-3x1 {
    padding-top: 33.33%;
}
.aspect-ratio-box-4x3 {
    padding-top: 75%;
}
.aspect-ratio-box-1x1 {
    padding-top: 100%;
}
.aspect-ratio-box-4x1{
    padding-top: 25%
}
.blur{
    filter: blur(4px);
    -webkit-filter: blur(4px);
    opacity: 90%;
}

/* ------------------------------- END Dashboard ------------------------------- */

/* ------------------------------- Homepage ------------------------------- */


.carousel-indicators [data-bs-target]{
    background-color: #000000;
}
.carousel-indicators .active{
    background-color: var(--ag-red-color);
}
.shadow{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .16);
}

.border-effect{ <---delete----->
    border-left: 1px solid #515964;
    border-right: 1px solid #515964;
    text-align: center;
    padding: 2rem 0;
}
.border-effect-top, .border-effect-bottom{
    display: flex;
    flex-direction: row;
    height: 1rem;
    line-height: 1rem;
}
.border-effect-top {
    margin-top: -2.5rem;
}
.border-effect-bottom{
    margin-bottom: -2.5rem;
}
.border-effect-top:before, .border-effect-top:after,
.border-effect-bottom:before, .border-effect-bottom:after{
    content: "";
    flex: 1 1;
    border-bottom: 1px solid;
    margin: auto;
}
.border-effect-top:before, .border-effect-bottom:before {
    margin-right: 10px
}
.border-effect-top:after, .border-effect-bottom:after {
    margin-left: 10px
}

.radial-gradient{
    background: radial-gradient(transparent, rgb(0 0 0 / 15%));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.slide-image {
    position: relative;
    overflow: hidden;
}
.slide-overlay {
    position: absolute;
    top:0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.slide-overlay-right {
    width: 100%;
    height: 100%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    float: right;
}
.slide-overlay-left {
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    float: left;
}
.slide-overlay-info {
    position: absolute;
    top:0;
    z-index: 10;
    height: calc(100% - 1rem);
    width: calc(100% - 2rem);
    left: 1rem;
}
.slide-info {
    padding-top: 13%;
    z-index: 11;
    color: #FFF;
}
.slide-overlay-info.right .slide-info{
    text-align: right;
}
.slide-info-left {
    width: 104%;
    height: 100%;
    float: right;
    shape-outside: polygon(0 0, 100% 100%, 100% 0);
}
.slide-info-right {
    width: 100%;
    height: 100%;
    float: left;
    shape-outside: polygon(0 100%, 100% 0, 0 0);
}
.slide-title{
    font-weight: 600;
    font-size: 1.75rem;
}
.slide-description{
    line-height: 1.25rem;
    font-size: 1.25rem;
}
.slide-description p{
    margin-bottom: 0;
}
.slide-info .slide-button{
    margin-top: 1rem;
}
.card-group .card-body h5.h2{
    min-height: 4.7rem;
}
.card-group .card-body ul{
    justify-items: center;
}
.card-group .card-body ul li{
    list-style: inside;
}
.img-left-wrapper{
    width: calc(100% + 2.75rem);
    margin-left: -2.75rem;
}
.top-bucket .row .col-md-9 .row .col-md-6:last-of-type{
    width: 100%;
}
.top-bucket .display-5 {
    font-size: 2.75rem;
}
/* ------------------------------- END Homepage ------------------------------- */

/* ------------------------------- SHARK OVERLAY HACK  ------------------------------- */
.shark-iframe-holder {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #f1ecea;
}
.shark-dashboard-overlay {
    position: absolute;
    bottom: 7px;
    left: 0;
    background: #F1ECEA;
    height: 40px;
    width: 290px;
}
@media only screen and (max-width: 1200px) {
    .shark-dashboard-overlay {
        width: 130px;
    }
}
/* ------------------------------- END SHARK OVERLAY HACK  ------------------------------- */

.light-bg-w-100{
    background-color: #F1F3F6;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}
.light-bg-w-100:before, .light-bg-w-100:after{
    content: "";
    background-color: #F1F3F6;
    width: 100vw;
    position: absolute;
    height: calc(100% + 2px);
    top: -1px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    box-shadow: -20px 0 20px rgba(0, 0, 0, .16);
}
.light-bg-w-100:before{
    left: 100%;
    z-index: -2;
}
.light-bg-w-100:after{
    right: 0;
    z-index: -1;
}
main.container-fluid{
    overflow: hidden;
}
.bi.red {
    color: var(--ag-red-color);
    font-size: 1.2rem;
}
.quiz-score {
    font-size: 50px;
}

/* ------------------------------- PRODUCT LESSON PAGE  ------------------------------- */

.product-hero-section-title{
    font-size:3.2rem;
    font-weight:bold;
    color:#ffffff;
    text-shadow: 2px 2px 6px rgba(0,0,0,1);
}
.product-hero-section-img{
    position: absolute;
    bottom: 0;
    left: 82%;
    transform: translate(-50%,50px);
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: -2;
}
.product-hero-section-gradient{
    position: absolute;
    bottom: -19px;
    top: -19px;
    left: 82%;
    transform: translate(-50%,0px);
    width: 100vw;
    z-index: -1;
    background: linear-gradient(90deg, #1f1f1f 0%, #1f1f1fed 10%, #515964f2 100%);
}
.price-package-box{

}
.price-package-box-img{
    position:absolute;
    z-index: -1;
    width: 100%;
}
.price-package-box-bg{
    padding: 2rem 1.5rem;
    color: #fff;
    background: linear-gradient(0deg, #24272C 20%, rgba(36, 39, 44, 0.75) 57.45%, rgba(36, 39, 44, 0) 70%);
    bottom: 0;
}
.price-package-box-btn, .price-package-box-btn:hover {
    border:solid 3px var(--ag-blue-color);
    padding: 0.75rem 1rem;
    background-color: rgba(var(--ag-light-blue-opacity), 0.8);
    pointer-events: none;
}
.price-off-box {
    position: absolute;
    right: -22px;
    transform: rotate(30deg);
    top: -15px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}
.price-off{
    margin-bottom: -6px;
    position: relative;
}
.price-off::before{
    content: "";
    position: absolute;
    height: 1px;
    width: 90%;
    background: var(--ag-red-color);
    top: 45%;
    left: 5%;
}

/* ------------------------------- PRACTICE DEALS PAGE  ------------------------------- */

.practice-deal-btn, .video-lessons-list-practice-deal-btn{
    width: 46px;
    height: 45px;
    line-height: 43px;
    font-weight: bold;
    border-radius: 50%;
    font-size: 1.5rem;
    padding: 0;
    margin: 0.5rem 0.5rem;
    position: relative;
}
.practice-deal-number-label{
    width: 200px;
    height: 100%;
    margin-top: 3px;
    padding-top: 10px;
    padding-right: 55px;
    position: relative;
    color: var(--ag-blue-color);
    font-size: 2.5rem;
    font-weight: 800;
    text-align: right;
    background-repeat: no-repeat;
}
.practice-deal-number-label span{
     font-size: 1.5rem;
     position: absolute;
     top: 10px;
     right: 0;
 }
.counter{
    counter-reset: item;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.counter .counter-item::before {
    content: "Course " counter(item) ": ";
    counter-increment: item;
    font-weight: 300;
}



.practice-deal-btn.btn-outline-dark {
    --bs-btn-bg:#ffffff;
}
.practice-deal-btn.btn-outline-success {
    --bs-btn-bg: #ffffff;
    --bs-btn-color: #388e3c;
    --bs-btn-border-color: #388e3c;
    --bs-btn-hover-bg: #388e3c;
    --bs-btn-hover-border-color: #0F540E;
    --bs-btn-active-bg: #388e3c;
    --bs-btn-active-border-color: #0F540E;
    --bs-btn-disabled-color: #388e3c;
    --bs-btn-disabled-border-color: #0F540E;
}
.practice-deal-btn.btn-outline-danger {
    --bs-btn-bg:#ffffff;
    --bs-btn-color: #BC0000;
    --bs-btn-border-color: #BC0000;
    --bs-btn-hover-bg: #eb5151;
    --bs-btn-hover-border-color: #BC0000;
    --bs-btn-active-bg: #eb5151;
    --bs-btn-active-border-color: #BC0000;
    --bs-btn-disabled-color: #eb5151;
    --bs-btn-disabled-border-color: #BC0000;
}
.course-table .practice-deal-btn.locked {
    --bs-btn-bg: #DDDDDD;
}
.course-table .practice-deal-btn.locked span{
    filter: blur(0.1rem);
}
.course-table .row.like-table-row {
    display: table-row;
}
.course-table .row.like-table-row > div {
    display: table-cell;
    vertical-align: middle;
}
.course-table .row.like-table-row:nth-of-type(even) > div {
    background-color: #ffffff75;
}
.course-table .row.like-table-row:nth-of-type(even) > div:first-of-type {
    background-color: #ffffff75;
    -moz-border-radius-topleft: 1.5rem;
    -webkit-border-top-left-radius: 1.5rem;;
    border-top-left-radius: 1.5rem;
    -moz-border-radius-bottomleft: 1.5rem;
    -webkit-border-bottom-left-radius: 1.5rem;;
    border-bottom-left-radius: 1.5rem;
}
.course-table .row.like-table-row:nth-of-type(even) > div:last-of-type {
    background-color: #ffffff75;
    -moz-border-radius-topright: 1.5rem;
    -webkit-border-top-right-radius: 1.5rem;;
    border-top-right-radius: 1.5rem;
    -moz-border-radius-bottomright: 1.5rem;
    -webkit-border-bottom-right-radius: 1.5rem;;
    border-bottom-right-radius: 1.5rem;
}
