.form-error {
    color: rgb(239, 83, 80);
}

.has-error>label {
    color: rgb(239, 83, 80);
}

#home-carousel .carousel-caption {
    background-color: rgba(0,0,0,0.6);
    padding: 1.2rem;
}

#home-carousel .carousel-caption h2 {
    font-size: 2rem;
}

#home-list-course {
    padding: 2rem;
}

.footer {
    background: #ffffff;
    padding-top: 2rem;
}

.footer .copyright {
    font-size: 0.8rem;
}

.footer a {
    color: #000000;
}

.navbar {
    background-color: transparent !important;
    border-width: 0;
}

.nav-link {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff !important;
}

.nav-link:hover {
    color: #ffffff !important;
}

.navbar-brand-img, .navbar-brand > img {
    max-height: 8rem;
}

.link-menu-top {
    color: #ffffff;
}

.link-menu-top:hover {
    color: #ffffff;
}

.btn-out-primary {
    color: #fff;
    background-color: transparent;
    border-color: #1862c6;
    border: 1px solid;
}

.btn-out-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: #1862c6;
    border: 1px solid;
}

.c-primary {
    color: #1AC3DE;
}

.pricing {
    color: #F02D2D;
}

.btn-border-primary {
    color: #1AC3DE;
    background-color: transparent;
    border-color: #1AC3DE;
    border: 1px solid;
}

.btn-border-primary:hover {
    color: #1AC3DE;
    background-color: transparent;
    border-color: #1AC3DE;
    border: 1px solid;
}

.btn-chapter-primary {
    color: #FFFFFF !important;
    background-color: #7DDDA9 !important;
    border-color: #7DDDA9 !important;
}

.btn-chapter-primary:hover {
    color: #FFFFFF;
    background-color: #7DDDA9;
    border-color: #7DDDA9;
    border: 1px solid;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 576px) {
    #home-detail-course {
        margin-top: -100px;
    }
}

@media (min-width: 768px) {
    #home-detail-course {
        margin-top: -250px;
    }
}

@media (min-width: 992px) {
    #home-detail-course {
        margin-top: -300px;
    }
}

@media (min-width: 1200px) {
    #home-detail-course {
        margin-top: -400px;
    }
}

@media (min-width: 1400px) {
    #home-detail-course {
        margin-top: -450px;
    }

    .table-fixed {
        display: block;
        overflow-x: auto;
    }
}

.static {
    position: absolute;
    background-color: white;
    min-width: 700px;
}
  
.first-col {
    padding-left: 800px!important;
}
  
div[role="progressbar"] {
    --size: 1.5rem;
    --fg: #7DDDA9;
    --bg: #FFFFFF;
    --pgPercentage: var(--value);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: 
      radial-gradient(closest-side, #21B5E8 70%, transparent 0 99.9%, #21B5E8 0),
      conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
      ;
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
    float: left;
    margin-right: 10px;
}
  
div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
}

div[role="progressbar-full"] {
    --size: 1.5rem;
    --fg: #7DDDA9;
    --bg: #FFFFFF;
    --pgPercentage: var(--value);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: 
      radial-gradient(closest-side, #21B5E8 0%, transparent 0 99.9%, #21B5E8 0),
      conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
      ;
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
    float: left;
    margin-right: 10px;
}
  
div[role="progressbar-full"]::before {
    counter-reset: percentage var(--value);
}

.item-chapter {
    background-color: #21B5E8; 
    color: #ffffff !important;
    border-color: #21B5E8;
}

.item-chapter h4 {
    color: #ffffff;
}

.item-chapter a {
    color: #ffffff;
}

.item-chapter i {
    color: #ffffff !important;
}

.list-ic li {
    position: relative;
}
.list-ic li span {
    display: inline-block;
    font-weight: 800;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em;
    border-radius: 1em;
    background: #7DDDA9;
    color: white;
    position: relative;
}
.list-ic li::before {
    content: '';
    position: absolute;
    background: #FFFFFF;
    z-index: 0;
}
.list-ic.horizontal li {
    display: inline-block;
}
.list-ic.horizontal li span {
    margin: 0 1em;
}
.list-ic.horizontal li::before {
    top: 0.9em;
    left: -25px;
    width: 4em;
    height: 0.2em;
}
.list-ic.vertical {
    padding: 0;
    margin: 0;
}
.list-ic.vertical li {
    list-style-type: none;
    text-align: left;
}
.list-ic.vertical li span {
    margin: 1.4em 0;
}
.list-ic.vertical li::before {
    top: -45px;
    left: 11px;
    width: 0.2em;
    height: 3em;
}
.list-ic li:first-child::before {
    display: none;
}

.bg-chapter-items {
    color: #FFFFFF !important;
    background-color: #21B5E8 !important;
    border-color: #21B5E8 !important;
}

.accordion>.card:last-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.collapsed .card-header-title span {
    opacity: .4 !important;
}

.card-header-title span {
    opacity: 1 !important;
    padding-top: 20px !important;
}

.note-toolbar {
    border-radius: 5px;

.textarea-claim {
    resize: none;
}