* {
    box-sizing: border-box;
}
h1 {
    font-size: 50px;
    line-height: 40px;
    font-weight: 100;
}
p {
    margin-bottom: 1em;
}
a {
    color: #61c7b3;
    text-decoration: none;
    transition-duration: 0.3s;
}
a:hover {
    color: #338f7d;
    transition-duration: 0.05s;
    text-decoration: none;
}
.circle-icon {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #b4bbc1;
    border-radius: 100px;
    font-size: 14px;
    color: #b4bbc1;
    cursor: pointer;
    display: block;
    float: left;
}
.circle-icon.small {
    height: 25px;
    width: 25px;
    line-height: 23px;
    font-size: 11px;
}
.circle-icon:hover {
    color: #57636c;
    border-color: #57636c;
}
.circle-icon.red {
    color: #d23b3d;
    border-color: #d23b3d;
}
.circle-icon.red:hover {
    color: #791c1e;
    border-color: #791c1e;
}
.checkbox-wrapper {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 1px #a3adb2;
    border-radius: 1px;
}
.checkbox-wrapper input {
    opacity: 0;
    cursor: pointer;
}
.checkbox-wrapper input:checked ~ label {
    opacity: 1;
}
.checkbox-wrapper label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background: #a3adb2;
    opacity: 0;
    transition-duration: 0.05s;
}
.checkbox-wrapper label:hover {
    background: #95a1a6;
    opacity: 0.5;
}
.checkbox-wrapper label:active {
    background: #87949b;
}
#sidebar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    background: #00c8a9;
    transition-duration: 0.3s;
    z-index: 5;
}
#sidebar,
#sidebar a {
    color: rgba(255, 255, 255, 0.5);
}
#sidebar .logo-container {
    font-weight: 100;
    font-size: 50px;
    line-height: 40px;
    text-align: center;
    margin: 50px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con-side-teacher-lecture-name {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 200px;
    background: url("../images/1647433071_xwAZfP.jpeg") center center no-repeat;
    background-size: cover;
    position: relative;
    padding: 10px;
}
.con-side-teacher-lecture-name::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.con-side-teacher-lecture-name img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
    z-index: 2;
}
.lec-name {
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 50%;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 800;
    z-index: 2;
    position: relative;
}
.name-of-teacher {
    color: #fff;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: 800;
    z-index: 2;
    position: relative;
}
.logo-container .con-img-logo-icon {
    width: 60px;
    height: 60px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.logo-container p {
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 200;
    color: #fff;
}
.logo-container .con-img-logo-icon img {
    width: 100%;
    height: 100%;
}
#sidebar .logo-container .logo {
    position: relative;
    top: -6px;
    font-size: 25px;
    margin-right: 15px;
    padding: 10px;
    border: 2px solid #61c7b3;
    border-radius: 100px;
    text-indent: 1px;
    color: #61c7b3;
}
#sidebar .compose-button {
    border-radius: 100px;
    padding: 13px 20px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #61c7b3;
    border: 2px solid #61c7b3;
    display: block;
    margin: 0 50px 30px 50px;
    cursor: pointer;
}
#sidebar .compose-button:hover {
    color: #abb4be;
    border-color: #abb4be;
}
#sidebar .menu-segment {
    padding: 0 10px 0 10px;
    margin: 20px 0px;
}
#sidebar .menu-segment ul,
#sidebar .menu-segment li {
    margin: 0;
    padding: 0;
}
#sidebar .menu-segment .ball.pink {
    border-color: #ea4c89;
}
#sidebar .menu-segment .ball.green {
    border-color: #9ae14f;
}
#sidebar .menu-segment .ball.blue {
    border-color: #1bc3e1;
}
#sidebar .menu-segment li.title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
    color: #465162;
}
#sidebar .menu-segment li.title .icon {
    float: right;
}
.content-text-side-bar {
    color: #ff620e !important;
    margin-bottom: 30px !important;
    margin: 30px auto !important;
}
.content-text-side-bar::after {
    bottom: -10px !important;
}
#main video {
    width: 95% !important;
    /* max-height: 400px; */
    margin: auto;
    border-radius: 30px;
}
.con-video-123 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.con-video {
    width: 90%;
    margin: auto;
}
.content-text-side-bar::before {
    bottom: -10px !important;
}
#sidebar .menu-segment li.active {
    height: fit-content;
}
#sidebar .menu-segment li.active > a,
#sidebar .menu-segment li.active > a:hover {
    background: rgba(255, 255, 255, 0.1);
}
#sidebar .menu-segment li.active > ul {
    padding: 0px 0px;
    list-style: none;
}
#sidebar .menu-segment li.active > ul > li > a {
    padding: 10px 40px;
    color: #fff;
}
#sidebar .menu-segment li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
}
.menu-segment > ul {
    list-style: none;
    padding: 0px;
}
#sidebar .menu-segment li a:hover {
    background: rgba(255, 255, 255, 0.1);
}
#sidebar .menu-segment li .italic-link {
    margin-left: -30px;
    font-style: italic;
    color: #465162;
}
#sidebar .menu-segment li {
    height: 44px;
    overflow: hidden;
}
#sidebar .menu-segment li .italic-link,
#sidebar .menu-segment li .italic-link:hover {
    background: transparent;
}
#sidebar .menu-segment li .italic-link:hover {
    color: #abb4be;
}
#sidebar .menu-segment .labels li a span,
#sidebar .menu-segment .chat li a span {
    display: block;
    border: 5px solid red;
    border-radius: 100px;
    margin-top: 6px;
}
#sidebar .menu-segment .labels.labels li a span,
#sidebar .menu-segment .chat.labels li a span {
    float: right;
}
#sidebar .menu-segment .labels.chat li a span,
#sidebar .menu-segment .chat.chat li a span {
    float: left;
    margin-right: 10px;
}
#sidebar .menu-segment .chat li a {
    padding-left: 50px;
}
#sidebar .separator {
    margin: 0px 35px;
    height: 1px;
    background: #a4bfdf;
}
.con-quiz video {
    width: 90%;
    margin: auto;
}
#sidebar .bottom-padding {
    height: 100px;
}
#sidebar > .nano-pane {
    background: transparent;
}
#sidebar > .nano-pane .nano-slider {
    background: rgba(255, 255, 255, 0.1);
}
#main {
    position: absolute;
    top: 0;
    left: 300px;
    bottom: 0;
    right: 0;
    z-index: 4;
    transition-duration: 0.3s;
    padding-left: 0px;
    box-shadow: inset 4px 0 0 #efefef, inset 5px 0 0 #e2e2e2;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

#main .overlay {
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
    opacity: 0;
    transition-duration: 0s;
    transition-property: opacity;
}
.con-question-numb-1 {
    margin-bottom: 50px;
}
.con-sticky-box-exam {
    position: sticky;
    top: 10px;
    padding: 15px;
    border-radius: 10px;
}
.show-main-overlay #main .overlay {
    opacity: 1;
    bottom: 0;
    transition-duration: 0.5s;
}
#main .header {
    padding: 20px 60px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    height: 150px;
    background: url(../images/10.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}
#main .header::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 3, 32, 0.6);
}
.con-row-ans-1 p {
    margin-bottom: 0px;
    padding: 5px 10px;
    border-radius: 10px 10px 0px 0px;
    background-color: #0071dc;
    margin: 0px 20px 0px;
    width: fit-content;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
}
.con-row-ans-1 {
    margin-bottom: 20px;
}
.con-question-heading-1 img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
}
.con-answ-cer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}
.con-one-card-for-download-file {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 15px;
    padding: 20px 10px;
    width: 95%;
    margin: 0px auto 30px;
}
.con-one-card-for-download-file img {
    width: 150px;
    margin-right: 20px;
}
.name-name-lect,
.quen-quen-lect {
    font-size: 15px;
    font-weight: 800;
    color: #444;
    margin-bottom: 5px;
}
.name-name-lect-cont,
.quen-quen-lect-cont {
    font-size: 13px;
    font-weight: 600;
    color: #9396af;
    margin-bottom: 10px;
}
.con-lectre-name-quen {
    flex-grow: 1;
}
.con-input-to-download-1 button {
    background-color: #0071dc;
    padding: 5px 30px;
    border: none;
    outline: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 800;
    color: #fff;
}
.con-side-bar-exam-lecture {
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}
.con-answ-cer span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ddddddcd;
    color: #444;
    border-radius: 50%;
    border: 1px solid grey;
    font-size: 15px;
    font-weight: 900;
}
#main .header .page-title {
    display: block;
    /* display: flex; */
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 1;
    color: white;
    font-size: 50px;
    font-weight: 700;
}
#main .header .page-title .sidebar-toggle-btn {
    width: 0;
    margin-top: 1px;
    padding: 11px 0 0 0;
    float: left;
    position: relative;
    display: block;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-delay: 0.5s;
    opacity: 0;
    margin-right: 0;
}
.show-sidebar #main .header .page-title .sidebar-toggle-btn {
    transition-delay: 0s;
}
#main .header .page-title .sidebar-toggle-btn .line {
    height: 3px;
    display: block;
    background: #888;
    margin-bottom: 4px;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
}
.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle1 {
    transform: rotate(-120deg);
}
.show-sidebar #main .header .page-title .sidebar-toggle-btn .line-angle2 {
    transform: rotate(120deg);
}
#main .header .page-title .sidebar-toggle-btn .line-angle1 {
    width: 8px;
    margin: 0;
    position: absolute;
    top: 15px;
    left: -11px;
    transform: rotate(-60deg);
}
#main .header .page-title .sidebar-toggle-btn .line-angle2 {
    width: 8px;
    margin: 0;
    position: absolute;
    top: 21px;
    left: -11px;
    transform: rotate(60deg);
}
#main .header .page-title .icon {
    font-size: 15px;
    margin-left: 20px;
    position: relative;
    top: -5px;
    cursor: pointer;
}
#main .header .search-box {
    float: right;
    width: 150px;
    height: 40px;
    position: relative;
}
#main .header .search-box input,
#main .header .search-box .icon {
    transition-duration: 0.3s;
}
#main .header .search-box input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    height: 40px;
    z-index: 2;
    outline: none;
    color: #999;
    background: transparent;
    border: 2px solid #efefef;
    border-radius: 5px;
    transition-timing-function: cubic-bezier(0.3, 1.5, 0.6, 1);
}
#main .header .search-box input:focus {
    color: #333;
    border-color: #d6d6d6;
    width: 150%;
}
#main .header .search-box input:focus ~ .icon {
    opacity: 1;
    z-index: 3;
    color: #61c7b3;
}
#main .header .search-box .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 1;
    cursor: pointer;
    opacity: 0.5;
}
#main .action-bar {
    padding: 20px 60px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}
#main .action-bar li {
    float: left;
    margin-right: 10px;
}
#main #main-nano-wrapper {
    position: absolute;
    top: 214px;
    bottom: 0;
    height: auto;
}
#main .message-list {
    display: block;
}
#main .message-list li {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: default;
    transition-duration: 0.3s;
}
#main .message-list li:hover,
#main .message-list li.active,
#main .message-list li.selected {
    background: #efefef;
    transition-duration: 0.05s;
}
#main .message-list li.active,
#main .message-list li.active:hover {
    box-shadow: inset 5px 0 0 #61c7b3;
}
#main .message-list li.unread {
    font-weight: 600;
    color: #555;
}
#main .message-list li .col {
    float: left;
    position: relative;
}
#main .message-list li.blue-dot .col-1 .dot {
    border-color: #1bc3e1;
}
#main .message-list li.orange-dot .col-1 .dot {
    border-color: #e2a917;
}
#main .message-list li.green-dot .col-1 .dot {
    border-color: #9ae14f;
}
#main .message-list li .col-1 {
    width: 400px;
}
#main .message-list li .col-1 .star-toggle,
#main .message-list li .col-1 .checkbox-wrapper,
#main .message-list li .col-1 .dot {
    display: block;
    float: left;
}
#main .message-list li .col-1 .dot {
    border: 4px solid transparent;
    border-radius: 100px;
    margin: 22px 26px 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
}
#main .message-list li .col-1 .checkbox-wrapper {
    margin-top: 15px;
    margin-right: 10px;
}
#main .message-list li .col-1 .star-toggle {
    margin-top: 15px;
}
#main .message-list li .col-1 .title {
    position: absolute;
    top: 0;
    left: 140px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#main .message-list li .col-2 {
    position: absolute;
    top: 0;
    left: 400px;
    right: 0;
    bottom: 0;
}
#main .message-list li .col-2 .subject,
#main .message-list li .col-2 .date {
    position: absolute;
    top: 0;
}
#main .message-list li .col-2 .subject {
    left: 0;
    right: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#main .message-list li .col-2 .date {
    right: 0;
    width: 200px;
    padding-left: 80px;
}
#main .load-more-link {
    display: block;
    text-align: center;
    margin: 30px 0 100px 0;
}
#message {
    position: fixed;
    top: 0;
    left: 60%;
    bottom: 0;
    width: 40%;
    z-index: 5;
    transform: translateX(200%);
    transition-duration: 0.5s;
    padding: 50px 30px;
    background: #efefef;
}
.show-message #message {
    transition-duration: 0.3s;
}
#message .header {
    margin-bottom: 30px;
    padding: 0;
}
#message .header .page-title {
    display: block;
    float: none;
    margin-bottom: 20px;
}
#message .header .page-title .icon {
    margin-top: 4px;
    margin-right: 10px;
}
#message .header .grey {
    margin-left: 10px;
    color: #999;
}
#message #message-nano-wrapper {
    position: absolute;
    top: 165px;
    bottom: 0;
    height: auto;
    left: 0;
    right: 0;
    width: auto;
}
#message .message-container {
    padding: 0 30px;
}
#message .message-container li {
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff;
    margin: 0 0 30px 0;
    position: relative;
}
#message .message-container li:hover .details .left .arrow {
    background: #61c7b3;
    border: 0px solid #61c7b3;
}
#message .message-container li:hover .details .left .arrow.orange {
    background: #e2a917;
    border: 0px solid #e2a917;
}
#message .message-container li .details {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
}
#message .message-container li .details .left {
    float: left;
    font-weight: 600;
    color: #888;
    transition-duration: 0.3s;
}
#message .message-container li .details .left .arrow {
    display: inline-block;
    position: relative;
    height: 2px;
    width: 20px;
    background: rgba(0, 0, 0, 0.15);
    vertical-align: top;
    margin-top: 12px;
    margin: 12px 20px 0 15px;
    border: 0px solid rgba(0, 0, 0, 0.15);
    transition-duration: 0.3s;
}
#message .message-container li .details .left .arrow:after {
    position: absolute;
    top: -4px;
    left: 100%;
    height: 0;
    width: 0;
    border: inherit;
    border-width: 7px;
    border-style: solid;
    content: "";
    border-right: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
}
#message .message-container li .details .right {
    float: right;
    color: #999;
}
#message .message-container li .message {
    margin-bottom: 40px;
}
#message .message-container li .message p:last-child {
    margin-bottom: 0;
}
#message .message-container li:hover .tool-box .red-hover {
    color: #d23b3d;
    border-color: #d23b3d;
}
#message .message-container li:hover .tool-box .red-hover:hover {
    color: #791c1e;
    border-color: #791c1e;
}
#message .message-container li .tool-box {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0px solid #dddfe1;
    border-top-width: 1px;
    border-left-width: 1px;
    padding: 8px 10px;
    transition-duration: 0.3s;
}
#message .message-container li .tool-box a {
    margin-right: 10px;
}
#message .message-container li .tool-box a:last-child {
    margin-right: 0;
}
.show-message #message {
    transform: none;
}
.show-message #main {
    margin-right: 40%;
}
@media only screen and (min-width: 1499px) {
    #main .overlay {
        display: none;
    }
}
@media only screen and (max-width: 1500px) {
    .show-message #main {
        margin-right: 0;
    }
    .show-message #message {
        left: 50%;
        width: 50%;
    }
}
@media only screen and (max-width: 1024px) {
    #sidebar {
        transform: translateX(-100%);
    }
    #main {
        left: 0;
        box-shadow: none;
    }
    #main .header .page-title .sidebar-toggle-btn {
        margin-right: 20px;
        opacity: 1;
        width: 20px;
    }
    .show-sidebar #sidebar {
        transform: none;
    }
    .show-sidebar #main {
        transform: translateX(300px);
    }
    .show-message #main {
        margin-right: 0;
    }
    .show-message #message {
        left: 20%;
        width: 80%;
    }
}
@media only screen and (max-width: 600px) {
    #main .header .search-box {
        float: none;
        width: 100%;
        margin-bottom: -110px;
        margin-top: 70px;
    }
    #main .header .search-box input,
    #main .header .search-box input:focus {
        width: 100%;
    }
    #main .header .page-title {
        /* margin-bottom: 50px; */
    }
    #main #main-nano-wrapper {
        position: absolute;
        top: 260px;
        bottom: 0;
        height: auto;
    }
    #main .message-list li .col-1 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 120px;
        width: auto;
    }
    #main .message-list li .col-2 {
        right: 0;
        left: auto;
        width: 120px;
    }
    #main .message-list li .col-2 .date {
        padding-left: 0;
        position: static;
    }
    #main .message-list li .col-2 .subject {
        display: none;
    }
}
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.nano > .nano-content:focus {
    outline: none;
}
.nano > .nano-content::-webkit-scrollbar {
    visibility: hidden;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
    visibility: visible;
}
.nano > .nano-pane {
    background: rgba(117, 117, 117, 0.2);
    position: absolute;
    width: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    visibility: hidden \9;
    opacity: 0.01;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nano > .nano-pane > .nano-slider {
    background: #444;
    background: #c7c7c7;
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
}
.nano > .nano-pane:hover > .nano-slider,
.nano > .nano-pane.active > .nano-slider {
    background: #a6a6a6;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible \9;
    opacity: 0.99;
}
.con-teacher-name-cata-side-bar-course .name-1 {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0px;
}
.con-teacher-name-cata-side-bar-course .cata-2 {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}
.con-teacher-side-bar-course-1 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.con-teacher-side-bar-course-1 {
    display: flex;
    align-items: center;
    background-color: #38ce88;
    width: 90%;
    margin: 20px auto;
    padding: 5px;
    border-radius: 10px;
}

.main-con-progress-bar-ins-course-icon {
    width: 90%;
    margin: 20px auto;
    /* background: white; */
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px 0px #80808038; */
    margin-top: 30px;
}

.con-icon-home-exit {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 6px;
    margin-right: 10px;
    color: #21c87a;
}
.con-progress-bar-ins-course {
    flex-grow: 1;
    background-color: rgb(221 221 221);
    border-radius: 50px;
    position: relative;
    height: 15px;
}
.con-fill-to-progress-bar {
    width: 35%;
    background-color: #21c87a;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    border-radius: 50px;
}

.con-fill-to-progress-bar span {
    position: absolute;
    top: -50px;
    left: 98%;
    transform: translateX(50%);
    background-color: #21c87a;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
}
