
.d-icon {
    font-family: "icons-font";
    font-style: normal;
    font-weight: normal;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    /*margin-right: .2em;*/
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    /*margin-left: .2em;*/
    display: table;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.home-body {
    background-color: #FFFFFF;
}

button.cu-blue-b {
    background-color: rgba(0, 0, 0, 0);
    color: #61d7e0 !important;
    border: 2px solid #61d7e0;
    border-radius: 10px;
    padding: 8px 10px;
    outline: 0;
    transition: all 0.5s;
    background-color: #8b451300;
}

.btn-outline-blue {
    background-color: rgba(0, 0, 0, 0);
    color: #61d7e0 !important;
    border: 2px solid #61d7e0;
    border-radius: 10px;
    outline: 0;
    transition: all 0.5s;
    background-color: #8b451300;
}
.btn-outline-blue:hover {
    color: #36c4ce !important;
    border: 2px solid #36c4ce;
    transform: scale(1.02);
}



button.cu-blue {
    background-image: linear-gradient(to right, #61d7e0, #5fd1db);
    color: white !important;
    border: none !important;
    border-radius: 10px;
    padding: 10px 10px;
    outline: 0;
    transition: all 0.5s;
    background-color: #8b451300;
}

.smaller, smaller {
    font-size: 65%;
    font-weight: 400;
}

.btn-gold {
    background-image: linear-gradient(to right, #F7CA46, #F59E1C);
    color: white !important;
    border: none !important;
    border-radius: 10px;
    padding: 8px 9px;
    outline: 0;
    transition: transform .2s;
    /*font-size: 1.1rem;*/
    font-weight: 700;
}

.btn-gold:hover {
    background-image: linear-gradient(to right, #fcc933, #d78306);
    -ms-transform: scale(1.03); /* IE 9 */
    -webkit-transform: scale(1.03); /* Safari 3-8 */
    transform: scale(1.03);
}

.btn-purple {
    background-image: linear-gradient(to right, #944660, #662138);
    color: white !important;
    border: none !important;
    border-radius: 10px;
    padding: 8px 9px;
    outline: 0;
    transition: transform .2s;
    /*font-size: 1.1rem;*/
    font-weight: 700;
}

.btn-purple:hover {
    background-image: linear-gradient(to right, rgba(148, 70, 96, 0.87), rgba(102, 33, 56, 0.82));
    -ms-transform: scale(1.03); /* IE 9 */
    -webkit-transform: scale(1.03); /* Safari 3-8 */
    transform: scale(1.03);
}

.text-purple {
    color: #662138;
}

.text-gold {
    color: #d78306;
}


.btn-light-gold {
    border: 2px solid #F59E1C;
    color: #F59E1C;
    border-radius: 10px;
    padding: 8px 9px;
    outline: 0;
    transition: transform .2s;
    /*font-size: 1.1rem;*/
    font-weight: 700;
    padding: 6px;
}

.btn-light-gold:hover {
    color: #d78b1a;
    border: 2px solid #d78b1a;
    transform: scale(1.03);
}

.btn-lg {
    font-size: 1.2rem!important;
    font-weight: 700;
}

.btn-outline-green {
    background-color: rgba(0, 0, 0, 0);
    color: #61e06c !important;
    border: 2px solid #9ae061;
    border-radius: 10px;
    outline: 0;
    transition: all 0.5s;
    background-color: #8b451300;
}
.btn-outline-green:hover {
    color: #45ce36 !important;
    border: 2px solid #40ce36;
    transform: scale(1.02);
}



.have-right-shadow-green:before {
    content: '';
    position: absolute;
    right: -25%;
    bottom: 26%;
    background-image: url(../../img/bg-r.png);
    width: 500px;
    max-width: 100%;

    background-size: 100%;
    height: 500px;
    z-index: -22;
    background-repeat: no-repeat;
}

.have-right-shadow-orange:before {
    content: '';
    position: absolute;
    right: -25%;
    bottom: 26%;
    background-image: url(../../img/bg-l.png);

    width: 500px;
    max-width: 100%;
    background-size: 100%;
    height: 500px;
    z-index: -22;
    background-repeat: no-repeat;
}

.have-left-shadow-orange:after {
    content: '';
    position: absolute;
    left: 0%;

    bottom: -30%;
    background-image: url(../../img/bg-l.png);
    width: 500px;
    max-width: 100%;

    background-size: 100%;
    height: 500px;
    z-index: -22;
    background-repeat: no-repeat;
}

.have-left-shadow-green:after {
    content: '';
    position: absolute;
    left: 0%;

    bottom: -30%;
    background-image: url(../../img/bg-r.png);
    max-width: 100%;

    width: 500px;
    background-size: 100%;
    height: 500px;
    z-index: -22;
    background-repeat: no-repeat;
}

.gray-cu {
    color: #72777c;
}

.star {
    font-size: 20px;
}

.video-view {
    position: relative;
     /*width: 90%;*/
    /*right: 5%;*/
    /*height: 300px;*/
    border-radius: 20px;
    overflow: hidden;
}

.video-view .video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: -webkit-linear-gradient(rgba(63, 158, 183, 0.31), rgba(87, 207, 217, 0.31));
}

.video-view .video-content {
    position: absolute;
    right: 50%;
    width: 0;
    top: 50%;
    height: 0;

}

.player-btn {
    background-image: url(../../img/player.png);
    width: 80px;
    height: 80px;
    background-color: #ee82ee00;
    border: 0;
    outline: none;
    margin-top: -40px;
    background-repeat: no-repeat;
    left: -40px;
    position: absolute;

}

.player-btn:hover {
    transform: scale(1.02);
}
.player-btn-course {
    background-image: url(../../img/player.png);
    width: 80px;
    height: 80px;
    background-color: #ee82ee00;
    border: 0;
    outline: none;
    background-repeat: no-repeat;
    top: 34%;
    right: 50%;
    position: absolute;

}

.player-btn-course:hover {
    transform: scale(1.02);
}


.video-banner {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.star i.icon-star1.fill {
    color: #F7CA46;
    background: -webkit-linear-gradient(#F7CA46, #F59E1C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star i.icon-star1 {
    background: -webkit-linear-gradient(#D9D9D9, #D9D9D9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.have-pic-before {
    position: relative;
}

.have-pic-before:before {
    position: absolute;
    content: '';
    background-image: url(../../img/pic1.png);
    opacity: 0.2;
    width: 50%;
    background-size: contain;
    height: 50%;
    background-repeat: no-repeat;
    transform: rotateY(181deg);
    left: 0;
    bottom: 0;
}

#sec-one {
    height: 100%;
    margin: 0 auto;
    background-image: url(../../img/pat1.jpg);
    position: relative;
    box-shadow: 0px 10px 20px -22px black;
}

#instructor-viewport {
    height: 100%;
    margin: 0 auto;
    background: url(../../img/instructor-bg-1.png), #0d8ddc;
    position: relative;
    box-shadow: 0px 10px 20px -22px black;
}

.box .title {
    color: #22a3ae;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
}

.text-blue {
    color: #22a3ae;
}

.box .text {
    text-align: justify;
    color: rgba(33, 37, 41, 0.51);
    font-weight: 500;
}

.teachers {
    position: relative;
    width: 100%;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: flex-start;*/
    /*align-items: center;*/
    /*flex-wrap: nowrap;*/
    /*align-content: center;*/
}

.teachers .image {
    border-radius: 100%;
    width: 200px;
    height: 200px;
    position: relative;
}

.teachers .image:before {
    content: '';
    width: 100%;
    position: absolute;
    border-radius: 50%;
    height: 100%;
    background-color: rgba(119, 212, 230, 0.31);
    z-index: -1;
    left: 5px;
    top: 5px;
}

.teachers .box {
    width: 90%;
    margin-right: 10%;
    background-color: #ffffffa3;
    padding: 15px 40px;
    /*font-size: 15px;*/
    border-radius: 25px;
    margin-top: -75px;
    position: relative;
}

.teachers.b-left {
    direction: ltr;
}

.teachers .box .text {
    line-height: 25px;
    text-align: right;
}

.teachers.b-left .box {
    width: 90%;
    margin-left: 10%;
    background-color: #ffffffa3;
    padding: 15px 40px;
    /*font-size: 12px;*/
    border-radius: 25px;
    margin-top: -75px;
    position: relative;
}

.teachers .box .title {
    /*font-size: 15px;*/
    margin-bottom: 15px;
    text-align: right;
    margin-right: 40px;
}

.teachers .image .img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.teachers .image .img img {
    width: 100%;
    height: 100%;
}

.course .item {
    background-color: white;
    border-radius: 20px;
    padding: 20px 25px;
    width: 100%;
    overflow: hidden;
    transition: all 0.9s;
    max-height: 80px;
}

.course .item.active {
    max-height: 1000px;
}

.course .item i.ro-icon {
    background: -webkit-linear-gradient(#DEE38E, #57CFD9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform-origin: 21px 18px;
    font-size: 35px;
    transition: all 0.9s;
    width: 45px;
    height: 45px;
}

.course .item.active i.ro-icon {
    background: -webkit-linear-gradient(#F7CA46, #F59E1C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(135deg);
}

.course .item .text {
    font-weight: bold;
    padding: 0 25px;
}

.course .item .text:first-child {
    padding-right: 0;
    border-left: 2px solid #57cfd9;
}

.course .item .items {
    background-color: #fafafa;
    margin: 0 20px;
    border-radius: 15px;
    padding: 11px;
    /*font-size: 14px;*/
    cursor: pointer;
}

.course .items .text.num {
    font-size: 30px;
    margin-right: 10px !important;
}

.course .border {
    border-color: #57cfd9 !important;
    margin-top: 25px;
}

.cu-hr {
    background-image: url(../../img/line.png);
    width: 100%;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
    margin: 40px 0;

}

.question .item {
    background-color: white;
    border-radius: 20px;
    padding: 24px;
    /*font-size: 15px;*/
    overflow: hidden;
    max-height: 70px;
    transition: all 0.9s;
    cursor: pointer;

}

.question .item .text.gray-cu {
    padding: 15px 28px;
}

.relative {
    position: relative;
}

.question .item.active {
    max-height: 1000px;
}

.question .item i {
    transition: all 0.9s;

}

.question .item.active i {
    background: -webkit-linear-gradient(#F7CA46, #F59E1C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotateZ(180deg);
}

.comment .image {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: relative;
}

.avatar .image {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    position: relative;
    margin-left: 15px;
}

.comment .image:before, .avatar .image:before {
    content: '';
    width: 100%;
    position: absolute;
    border-radius: 50%;
    height: 100%;
    background-color: rgba(119, 212, 230, 0.31);
    z-index: -1;
    left: 5px;
    top: 5px;
}

.comment .image .img, .avatar .image .img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.comment .image .img img, .avatar .image .img img {
    width: 100%;
    height: 100%;
}

.comment .box, .avatar .box {
    width: 70%;
    background-color: #ffffffa3;
    padding: 15px 40px;
    margin-right: 15px;
    /*font-size: 12px;*/
    border-radius: 25px;
    position: relative;
}

.avatar {
    justify-content: flex-end;
    cursor: pointer;
    position: relative;
}

.avatar .profile-item {
    position: absolute;
    bottom: -96px;
    left: 15px;
    width: 110px;

    background-color: #ffffffcc;
    padding: 7px 20px;
    border-radius: 20px;
    display: none;
    /*font-size: 12px;*/
    border: 2px solid white;
}

.avatar.active .profile-item {
    display: block;
}

.avatar .profile-item .item {
    cursor: pointer;
    margin: 7px 0px;
}

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

.comment .box .title {
    /*font-size: 16px;*/
    margin-bottom: 15px;
    text-align: right;
    margin-right: 40px;
}

footer {
    background-color: #fafafa;
    padding-top: 25px;
}

.footer-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-items h4 {
    font-weight: 600;
    /*font-size: 18px;*/
    text-align: right;
    margin-bottom: 30px;
}

.footer-items ul {
    padding-right: 0;
    text-align: right;
}

.footer-items li {
    margin-bottom: 15px;
    list-style: none;
}

.footer-items a {
    text-decoration: none;
    color: #666464;
    /*font-size: 16px;*/
}

.footer-items .permissions, .footer-items .permissions .permission-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}

.footer-items .permissions {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-items .permissions #iwmf-certificate {
    background: #d3d3d3;
    border-radius: 10px;
    padding: 7px 5px;
    -webkit-box-shadow: -2px 3px 14px rgb(0 0 0 / 20%);
    box-shadow: -2px 3px 14px rgb(0 0 0 / 20%);
}

.footer-items img {
    width: 90px;
    height: auto;
}

.footer-items .permissions, .footer-items .permissions .permission-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}

.footer-items .permissions {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-items .permissions .permission-logos {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer-items .permissions, .footer-items .permissions .permission-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
}

.footer-address {
    border-top: 1px solid #e1e1e1;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-address a {
    color: #212529;
}

.social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.footer-address .social-link a {
    margin: 15px;
}

.footer-address a {
    color: #212529;
}

.social-link img {
    width: 30px;
    height: auto;
}

.footer-bottom {
    background-color: #dfdfdf;
    text-align: center;
    padding: 20px 0;
}

footer .version {
    color: #c1c1c1;
    font-weight: 700;
    margin-right: 1rem;
}

/*te*/
.v-box {
    width: 100%;
    min-height: 500px;
    background-color: white;
    /* margin-top: 100px; */
    border-radius: 25px;
    position: relative;
    padding: 20px;
    box-shadow: 0 0 30px -30px black;
    margin-bottom: 75px;
}

.message-dash-box .main-items {
    overflow-y: auto;
    height: 418px;

}

.btns-silver button.smaller {
    /*font-size: 12px;*/
    padding: 10px 15px;
}

.conversation-box .main-items .my-message {
    background-color: rgba(217, 217, 217, 0.31);
    margin-left: auto !important;
}

.conversation-box .main-items .my-message, .conversation-box .main-items .your-message {
    padding: 15px 25px 25px 25px;
    position: relative;
    margin: 20px;
    box-sizing: border-box;
    font-size: 11px;
    /* font-weight: bold; */
    border-radius: 10px;
    width: 213px;
    color: #72777c;
}

.conversation-box .main-items .your-message .time, .conversation-box .main-items .my-message .time {
    position: absolute;
    left: 10px;
    /*font-size: 9px;*/
    bottom: 0;
}

.green-color {
    color: #155800 !important;
}

.conversation-box .main-items .your-message .time i, .conversation-box .main-items .my-message .time i {
    /*font-size: 13px;*/
}

.conversation-box .main-items .your-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conversation-box .main-items .your-message {
    background-color: rgba(87, 207, 217, 0.11);
    margin-right: auto !important;
}

.conversation-box .main-items .my-message, .conversation-box .main-items .your-message {
    padding: 20px 15px;
    position: relative;
    /* margin: 20px; */
    box-sizing: border-box;
    /*font-size: 11px;*/
    border-radius: 10px;
    width: 213px;
    color: #72777c;
}

.conversation-box .main-items .my-message {
    background-color: rgba(217, 217, 217, 0.31);
    margin-left: auto !important;
}

.conversation-box .main-items .my-message, .conversation-box .main-items .your-message {
    /*padding: 15px 25px 25px 25px;*/
    padding: 10px;
    position: relative;
    margin: 20px;
    box-sizing: border-box;
    /*font-size: 11px;*/
    font-weight: bold;
    border-radius: 10px;
    width: auto;
    max-width: 75%;
}

.btns-silver button {
    background-image: linear-gradient(to right, rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.5));
    color: #4B4B4B;
    margin-bottom: 10px;
}

.conversation-box .date-btn {
    /*font-sizef: 8px !important;*/
}

.overflow-hidden {
    overflow: hidden !important;
}

.full-h {
    height: 100%;
}

.message-dash-box .main-items {
    overflow-y: auto;
    height: 418px;
    margin: 5px;
}

.message-dash-box .copyable-area {
    background-color: rgb(255 255 255);
    height: 70px;
    padding: 0;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.copyable-area .btn, .your-message .play-btn {
    background: -webkit-linear-gradient(#F7CA46, #F59E1C) !important;
    border-radius: 50%;
    width: 40px;
    /* font-size: 100%; */
    height: 40px;
    color: white;
    margin: 15px 4px;
    overflow: hidden;
    /*font-size: 18px;*/
    cursor: pointer;
}

.copyable-area {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
    height: 55px;
    padding: 0px 15px;
}

.copyable-area input {
    width: 100%;
    outline: 0;
    height: 40px;
    border: 0;
    background-color: #e6f7ff;
    border-radius: 10px;
    padding: 5px 11px;
    /*font-size: 11px;*/
}

.massage-box::-webkit-scrollbar, .notification-box::-webkit-scrollbar, .notification-dash-box::-webkit-scrollbar, .conversation-box .main-items::-webkit-scrollbar, .message-dash-box::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

.v-box .video-view {

    right: 0;
    margin: 0 auto;
    height: 100%;

}

.conversation-box .main-items {
    height: 500px;
    overflow-y: auto;
    padding-bottom: 70px;
}

.v-box .cu-video {
    height: 400px;
}

.conversation-box {
    background-color: #f7f7f780;
    border-radius: 20px;
}

.v-box .question .item {
    background-color: #efefef96;
}

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

.cu-ml-1 {
    margin-left: -1.5rem;
}

.h-auto {
    height: auto;
}

.lighter {
    font-weight: 300 !important;
}

.cu-ml-3 {
    margin-left: -3.5rem;
}

.full {
    width: 100%;
}

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

.overflow-hidden {
    overflow: hidden !important;
}

.login .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    padding: 0;
}

.login .img {
    opacity: 0.8;
    width: 100%;
}

.sec-one {
    width: 100%;
    height: 100%;
}

.slogan-text {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}

.header-text {
    font-size: 32px;
}

.c-blue {
    color: #57CFD9 !important;
}

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

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

section.about div.image {
    overflow: hidden;
    border-radius: 15px;
    /* height: 300px; */
    box-shadow: 0 0 20px -6px #57cfd954;
}

.sec-one.about .left-side .image {
    overflow: hidden;
    border-radius: 20px;
    /* height: 300px; */
    box-shadow: 0 0 20px -6px #57cfd954;
}

.log .box {
    background-color: white;
    border-radius: 20px;
    padding: 25px;
    width: 100%;
    padding-bottom: 20px;
}

.contact-us-items form .title-in, .box form .title-in, .dash-box form .title-in {
    color: #4b4b4ba6;
    padding-left: 25px;
    position: relative;
    /*font-size: 15px;*/
    width: max-content;
    font-weight: 500;
}

.contact-us-items form .title-in.star:after, .dash-box form .title-in.star:after, .box form .title-in.star:after {
    /*font-size: 18px;*/
    content: '*';
    position: absolute;
    right: -10px;
    top: 0;
    color: salmon;
}

.contact-us-items form input, .box form input, .contact-us-items form textarea, .dash-box form input, .dash-box form select, .dash-box form textarea, .contact-us-items form select, section.comment textarea, .box form textarea, .box form select, .filter-tu select, header select {
    height: 50px;
    border: 0;
    border-radius: 10px;
    background-color: rgba(87, 207, 217, 0.1);
    width: 100%;
    outline: 0;
    padding-left: 20px;
    /*font-size: 12px;*/
    padding-right: 20px;
    margin-top: 10px;
}

.left-part input, .login .check-item input, .check-box-type-one input, .dash-box form .check-item input {
    -webkit-appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    background-color: #d9d9d9;
    vertical-align: sub;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    content: "";
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    /* left: 0; */
    /* top: 0; */
}

.login .check-item input {
    padding: 0 !important;
    margin: 0 auto;
}

.left-part input:checked, .login .check-item input:checked, .check-box-type-one input:checked, .dash-box .check-item input:checked {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    border-radius: 6px;
}

.left-part label, .login .check-item label, .check-box-type-one label, .dash-box .check-item label {
    padding-left: 50px;
    padding-top: 6px;
    cursor: pointer;
}

.contact-us-items form button, .login .box form button, section.comment button {
    margin: 0 auto !important;
    /*font-size: 15px;*/
    height: 50px;
}

button.cu-pad {
    padding: 8pt 30pt;
}

button.gold {
    background-image: linear-gradient(to right, #F7CA46, #F59E1C);
    color: white !important;
    border: none !important;
    border-radius: 10px;
    padding: 8px 60px;
    outline: 0;
    transition: all 0.5s;
    background-color: #8b451300;
}

.log .te-cu-xt {
    font-weight: bold;
    color: #0000006b;
}

.login .box .text {
    /*font-size: 11px;*/
    margin-top: 20px;
    font-weight: bold;
}

.login .box .text-b {
    /*font-size: 15px;*/
    margin-top: 20px;
}


.accordion-button:not(.collapsed) {
    color: #181C32;
    background-color: #f8f8f8;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__remove {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
    left: 0px;

}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-search.select2-search--inline .select2-search__field {
    font-size: 14px;
}

.course-card-image {
    width: 100%;
    /* height: 100%; */
    border-radius:  24px 24px 0 0;
    margin-top: 1px;
}

.swiper-slide-category {
    width: 100% !important;
}

.course-image {
    position: relative;
    width: 256px;
    height: 110px;
    overflow: hidden;
    text-align: center;
}
.course-card {
    border-radius: 24px;
    height: 250px;
    width: 256px;
}
.scroll-banner-card {
    border-radius: 44px;
    width: 300px;
}
.swiper-wrapper-category {
    width: 256px !important;
    display: flex;
}

@media (min-width: 768px) {
    .course-image {
        width: 398px;
        height: 172px;
    }
    .course-card {
        width: 398px;
        height: 327px;
    }
    .swiper-wrapper-category {
        width: 398px !important;
    }

    .title-course {
        font-size: 16px;
        font-weight: 600;
    }
}

.card-teachers {
    opacity: 60%;
    font-size: 14px;
    font-weight: 400;
}

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

.card-course-container {
    padding: 11px !important;
}

.course-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #6B203A;
}

.rate-score {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

.title-course {
    color: #150007;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.container-time-parent {
    position: relative;
    margin-right: 5px;
    margin-left: 5px;
}

.time-parent {
    font-size: 42px;
    font-weight: 600;
    line-height: 63px;
    width: 136px;
    height: 136px;
    border-radius: 24px;
    border: 2px solid #F18848;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time-seperator {
    font-size: 6vh;
    color: #FFC63B;;
}

.time-child {
    position: absolute;
    top: 155px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 400;
    color: black;
}

.search-header {
    width: 100%;
    height: 70px;
    background-color: #682038;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0 40px;
}

.input-search-header {
    width: 90%;
    height: 35px;
    outline: none;
    border: 1px solid #56162C;
    border-radius: 20px;
    padding: 10px;
    background-color: #56162C;
    color: #fff;
}


@media (max-width: 990px) {
    .search-header {
        margin-top: 22px;
    }
}

@media (max-width: 767.98px) {
    .header-image {
        width: 60% !important;
    }
}

.input-search-header::placeholder {
    color: #fff;
    font-weight: 500px;
}

.search-header-input-container {
    position: relative;
}
.header-image {
    width: 30%;
}

.alert-success {
    background-color: #dcf5e7d9;
}
.alert-warning {
    background-color: #fff4ccc9;
}
.alert-danger {
    background-color: #fcd9e2db;
}
.title-price-widget {
    font-size: 46px;
}

.title-price-widget-span {
    font-size: 20px;
}

.btn-primary-color {
    color: #682038;
    border: 2px solid #682038;
}
.instructor-card-container {
    display: flex;
    flex-direction: column;
    justify-content: end;
}


.swiper-pagination-bullets.swiper-pagination-horizontal.instructor-category-pagination{
    bottom: 10px !important;
}

.favorite-course {
    position: absolute;
    top: 15px;
    left: 15px;
}
.favorite-button {
    border: 1px solid #E4E6EF;
    margin-right: 4px;
    border-radius: 10px;
}
.timer-button, .timer-button:hover {
   font-size: 16px !important;
   font-weight: 600;
   line-height: 24px;
   color: #6B203A;
   border: 0px !important;
}

.timer-button.active {
    border: 0px !important;
    color: #6B203A !important;
    background-color: transparent !important;
    border-bottom: 2px solid #6B203A !important;
}

.nav-tab-timer {
    border-bottom: 2px solid #EFEAED;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    text-wrap: nowrap;
    scrollbar-width: none;
}

.container-timer {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}

.widget-timer {
    display: flex;
    justify-content: left;
}

.timer-text {
    color: black;
    font-weight: 600;
    font-size: 32px;
    position: relative;
    padding: 1px;
    line-height: 63px;
    text-align: right;
}

.timer-link {
    text-align: right;
    display: flex;
    align-items: center;
}

.arrow-timer {
    margin-right: 5px;
    color: #56162C;
}

.timer-link a {
    color: #6B203A;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.timer-nav-item-margin {
    margin-left: -11px;
}

/* .timer-nav-item {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
} */

li:has(> button.active) {
    z-index: 10 !important;
}

.header-form {
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
}

.container-serach {
    margin-top: 100px;
}

.card-body-timer {
    margin: 20px 0 30px 0;
    padding-right: 0px;
    padding-left: 0px;
}
.timer-text p {
    margin: 0px;
}

@media (max-width: 990px) {
    .container-serach {
        margin-top: 140px;
    }
    .header-form {
        top: 38px;
    }
}

.span-for-category-widget {
    margin-right: 10px;
    font-weight: 100;
    font-size: 12px;
}
.gray-dark {
    color: #EFEAED;
}

.bgc-gray-dark {
background-color: #EFEAED;
}

.nav-tabs-category-widget {
border-bottom: 2px solid #EFEAED;
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
overflow-y: hidden;
text-wrap: nowrap;
scrollbar-width: none;
}

.color-primary {
color: #6B203A;
}

.bgc-primary {
background-color: #6B203A;
}

.nav-item-category-widget {
font-weight: 600;
font-size: 16px;
line-height: 24px;
}

.nav-link-category-widget:hover {
color: #6B203A;
}

.nav-link-category-widget {
border: 0px solid transparent !important;
}

.nav-tabs-category-widget .nav-item-category-widget .active {
border: 0px !important;
border-bottom: 2px solid #6B203A !important;
background-color: transparent !important;
color: #6B203A !important;
}

.see-all-category-widget span, .see-all-category-widget span:hover {
font-weight: 500;
font-size: 14px;
line-height: 24px;
color: #6B203A;
}

@media (max-width: 768px) {
    .see-all-category-widget span, .see-all-category-widget span:hover {
        font-size: 16px;
        font-weight: 600 !important;
        line-height: 24px;
    }
    .see-all-category-widget {
        position: absolute;
        top: 0px;
        left: 20px;
    }
    .container-see-all {
        height: 0px !important;
    }
    .arrow-category-widget {
        padding-right: 5px !important;
    }
}

.arrow-category-widget {
color: #6B203A;
font-size: 13px;
padding-right: 10px;
}
.container-category-widget {
    position: relative;

}
.swiper-button-next-category-widget {
    background-color: transparent;
    color: #6B203A !important;
    left: -40px !important;
    right: auto !important;
    transform: scale(-1, 1) !important;
}
.swiper-button-prev-category-widget {
    background-color: transparent;
    color: #6B203A !important;
    right: -40px !important;
    left: auto !important; 
    transform: scale(-1, 1) !important;
}
.currency-price {
    font-size: 14px;
}

@media (max-width: 992px) {
    .swiper-button-next-category-widget {
        display: none !important;
    }
    .swiper-button-prev-category-widget {
        display: none !important;
    }
    .container-see-all {
        height: 10px;
        margin-left: 15px;
    }
    .nav-item-category-widget {
        font-size: 14px;
        font-weight: 500;
        background-color: #F9F7F8;
        border-radius: 8px;
        margin: 0 0 0 5px;
        
    }
    .nav-link-category-widget {
        font-size: 16px;
        font-weight: 600;
    }
    .nav-tabs-category-widget .nav-item-category-widget .active {
        border: 0px !important;
        background-color: #FFD8DC !important;
        border-radius: 8px !important;
    }
    .nav-tabs-category-widget {
        border: 0px !important;
    }
    .container-tab {
        margin-top: 0px;
    }
}


@media (max-width: 768px) {
    .course-price {
        font-size: 16px;
        flex-flow: column-reverse;
    }
    .discount-course-price {
        font-size: 12px !important;
    }
}

.discount-course-price {
    color: #D9000D !important;
    opacity: 57%;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.course-link, .course-link:hover {
    color: black;
}

.container-see-all {
    height: 17px;
}

.container-tab {
    margin-top: 13px;
}
.container-register-mobile {
    display: none;
}

@media (max-width: 990px) {
    .container-timer-text {
        display: none;
    }
    .container-timer {
        justify-content: center;
    }
    .text-timer-register-mobile {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .text-timer-register-mobile p {
        margin: 0px !important;
    }
    .card-body-timer {
        padding-top: 50px;
        position: relative;
    }
    .container-register-mobile {
        display: inline;
        position: absolute;
        top: 10px;
        left: 0px;
        right: 0px;
    }
    .widget-timer {
        justify-content: center !important;
    }
    .timer-button.active {
        background-color: #FFD8DC !important;
        border-radius: 8px !important;
        border: 0px !important;
    }
    .timer-button {
        background-color: #F9F7F8 !important;
        margin-left: 5px;
        border-radius: 8px !important;
    }
    .nav-tab-timer {
        border: 0px !important;
    }
}
@media (max-width: 767.98px) {
    .time-parent {
        width: 116px;
        height: 116px;
    }
    .time-child {
        top: 117px;
        font-size: 17px;
    }
}
@media (max-width: 550px) {
    .time-parent {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 440px) {
    .time-parent {
        width: 70px;
        height: 70px;
        border-radius: 16px;
    }
    .time-child {
        top: 96px;
        font-size: 16px;
    }
    .time-parent {
        font-size: 22px;
    }
}
@media (max-width: 330px) {
    .time-parent {
        width: 60px;
        height: 60px;
    }

    .time-child {
        top: 76px;
    }

}

.container-course {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .container-course {
        justify-content: center;
    }
    #box-widget-icon {
        padding-top: 0px !important;
    }
    #goftino_w {
        bottom: 54px !important;
    }
}
@media (max-width: 425px) {
    .swiper-header {
        font-size: 14px;
    }
    .time-registration-user {
        font-size: 13px;
    }
    .last-registration-course-see-all {
        font-size: 12px !important;
    }
}

.view-feature-title {
    color: #150007;
    font-weight: 600;
    margin-bottom: 28px;
}

.text-view-featute {
    color: #150007;
    font-weight: 600;
    font-size: 14px;
    text-wrap: nowrap;
    margin-top: 35px;
}

.container-image-view-feature {
    width: 70px;
    height: 70px;
}

.container-image-view-feature img {
    width: 100%;
    height: 100%;
}

.long-line {
    background-color: #6B203A;
    width: 91.5px;
    height: 1.5px;
    margin: 1.25px 0;
}

.short-line {
    background-color: #6B203A;
    width: 25.5px;
    height: 1.5px; 
    margin: 1.25 0;
}

.container-view-feature {
    width: 149px;
}

.container-full-view-feature {
    margin-bottom: 63px;
    padding: 0px 20px 0 20px;
}

@media (max-width: 1440px) {
    .view-lines {
        display: none !important;
    }
    
    .border-left-feature {
        border-left: 1.5px solid #EFEAED;
    }

    .container-view-feature {
        width: 160px;
    }
}

@media (max-width: 1024px) {
    .border-left-feature {
        border-left: 0px;
    }

    .border-left-mobile-feature {
        border-left: 1.5px solid #EFEAED;
    }

    .border-bottom-mobile-feature {
        border-bottom: 1.5px solid #EFEAED;
    }

    .container-view-feature {
        width: 50%;
        padding-top: 24px;
    }

    .container-full-view-feature {
        flex-wrap: wrap;
        padding: 0px;
    }
}

/* fix icon in home page */
.fix-icon {
    position: fixed;
    top: 144px;
    left: 0px;
    /* width: 56px;
    height: 136px; */
    background-color: white;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 0px 12px 0px #15000726;
    border-radius: 0px 16px 16px 0px;
    z-index: 10000;
}

@media (max-width: 768px) {
    .fix-icon {
        display: none;
    }
}

.container-img-fix-icon {
    padding: 11px 16px;
}

.container-img-fix-icon img {
    width: 100%;
    height: 100%;
}

/* one line banner */

.container-one-line-banner {
    border: 2px solid #6B203A;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}

.container-one-line-banner:last-child {
    margin-left: 0px !important;
}


.text-one-line-banner {
    font-weight: 600;
    font-size: 18px;
    color: #150007;
}

.image-one-line-banner {
    margin: 1vw  5vw 0.8vw 5vw;
}

.image-one-line-banner{
    width: 53%;
}

.image-one-line-banner img {
    width: 100%;
}

.text-container-one-line-banner {
    text-wrap: nowrap;
}

.one-line-banner {
    margin: 40px 0 40px 0;
}


@media (max-width: 768px) {
    .text-one-line-banner {
        font-weight: 400;
        font-size: 12px;
    }
    .image-one-line-banner {
        margin: 4vw;
    }
    .image-one-line-banner{
        width: 80%;
    }

    .text-container-one-line-banner {
        margin-left: 8px;
        padding-top: 8px;
    }

    .container-one-line-banner {
        margin-left: 8px;
    }

    .one-line-banner {
        margin: 10px 0 10px 0;
    }

}
@media (max-width: 375px) {
    .image-one-line-banner {
        margin: 5vw;
    }

    .text-container-one-line-banner {
        margin-left: 2px;
        padding-top: 2px;
    }

    .container-one-line-banner {
        margin-left: 2px;
    }
}

/*  */

/* posts */

.tiny-editor-long-description-post + .tox-tinymce {
    height: 700px !important;
}

.input-post-help {
    margin-top: 13px;
    font-size: 12px;
}

.news-card {
    border-radius: 24px;
    border: 2px solid #EFEAED;
    overflow: hidden;
}

.container-news-texts {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.news-title-card {
    padding: 16px 16px 0px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #150007;
    margin: 0px;
}

.news-short-description {
    padding: 16px 16px 0px 16px;
    font-weight: 400;
    font-size: 12px;
    opacity: 70%;
    color: #150007;
    margin: 0px;
}

.see-all-news {
    font-weight: 600;
    font-size: 16px;
    color: #6B203A;
    padding: 16px;
}

.arrow-news-widget {
    color: #6B203A;
    font-size: 13px;
    padding-right: 5px;
}

.swiper-news-wraper {
    width: 256px !important;
    display: flex;
}

.swiper-scroll-banner-wraper {
    width: 300px !important;
    display: flex;
}
.news-card {
    width: 256px;
    height: 274px;
}

.container-news-img {
    width: 100%;
    height: 111px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.container-news {
    display: flex;
    flex-flow: column-reverse;
}
@media (min-width: 768px) {
    .container-news {
        display: flex;
        flex-flow:row;
    }

    .container-news-img {
        width: 190px;
        height: 171px;
    }
    
    .container-news-texts {
        width: 208px;
        height: 171px;
    }
    .swiper-news-wraper {
        width: 398px !important;
    }
    .news-card {
        width: 398px;
        height: 171px;
    }
}

.news-title {
    font-weight: 700;
    font-size: 22px;
    color: #150007;
    margin-bottom: 24px;
    text-wrap: nowrap;
}

.container-news-widget {
    position: relative;
}

.post-header {
    text-align: right;
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;
}

.information-post-text {
    opacity: 50%;
    color: #150007;
}

.information-post p {
    margin: 0px !important;
}

.container-card-news {
    display: flex;
    flex-flow:row;
}

.container-card-news-img {
    width: 190px;
    height: 171px;
}

.container-card-news-texts {
    width: 208px;
    height: 171px;
}

.card-news-card {
    width: 398px;
    height: 171px;
}

.swiper-events-wraper {
    width: 189px !important;
    display: flex;
}

.events-card {
    width: 181px;
    height: 158px;
}

.container-events-img {
    width: 181px;
    height: 158px;  
}

.container-events-img img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    position: relative;
}
.container-events-text {
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
    padding: 16px;
}
.container-background-events {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.swiper-slide-event {
    margin-left: 13px !important;
}

.container-card-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

@media (max-width: 768px) {
    .container-card-news {
        justify-content: center !important;
    }
}

@media (min-width: 768px) {
    .swiper-events-wraper {
        width: 189px !important;
    }
    
    .events-card {
        width: 189px;
        height: 246px;
    }
    
    .container-events-img {
        width: 189px;
        height: 246px;  
    }

    .swiper-slide-event {
        margin-left: 19px;
    }
}
.container-card-events {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.short-description-post {
    font-size: 20px;
    font-weight: 600;
}

.container-video-post {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.video-post {
    width: 80%;
}

.video-icon {
    position: absolute;
    top: 11px;
    left: 11px;
}
.h_iframe-aparat_embed_frame{
    position:relative;
    border-radius: 30px;
}
.h_iframe-aparat_embed_frame .ratio{
    display:block;width:100%;height:auto;
}
.h_iframe-aparat_embed_frame iframe{
    position:absolute;top:0;left:0;width:100%;height:100%;
}
.player-btn-post {
    width: 80px;
    height: 80px;
    background-color: transparent;
    border: 0;
    outline: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../../img/player.png);
    background-repeat: no-repeat;
    background-position: center; /* Center the background image */

}
.image-post {
    border-radius: 30px;
    max-width: 400px;
}
.image-post-wrapper {
    width: 80%;
    text-align: center;
}
@media (max-width: 768px) {
    .image-post-wrapper {
        width: 100%;
    }
    .video-post {
        width: 100%;
    }
    .post-header {
        font-size: 23px;
    }
}

.long-description-post * {
    margin: 0 !important;
    font-family: var(--bs-body-font-family) !important;
    line-height: 34px !important;
    font-size: 17px !important;

}
.long-description-post {
    margin-top: 10px;
}

.see-all-post-widget:hover {
    color: #6B203A;
}

.post-badge {
    color: #6B203A;
    font-weight: 400;
    font-size: 14px;
    background-color: #F9F7F8;
    border-radius: 14px;
    padding: 19px 12px;
    
}

.publication-date-post {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 21px;
}

.container-category-post {
    margin: 20px 0px 10px 0px;
    padding: 0px !important;
}

.wrapper-category-post {
    overflow-y: scroll;
    overflow-x: visible;
    margin-left: 5px;
    text-wrap: nowrap;
    scrollbar-width: none;
    padding: 19px 12px;
}
.container-video-icon {
    display: flex;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: -10px;
}
.video-image-post {
    width: 20px !important;
    height: 20px !important;
}
.video-text {
    font-weight: 400;
    font-size: 12px;
    margin-right: 2px;
}
.container-video-icon-journal {
    position: absolute;
    bottom: 9px;
    right: 9px;
}
/*  */

/* alert  */
.container-alert-class {
    background-color: #FBD51B;
    border-radius: 15px;
    width: 100%;
    margin-top: 32px;
    text-align: center;
}

.alert-class {
    color: black;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    padding: 10px;
}

@media (min-width: 768px) {
    .desktop-header-with-alert {
        height: 150px !important;
    }
}

.container-alert-class-mobile {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    border-radius: 0px;
    height: 64px;
    margin-top: 0px;
}

.alert-class-mobile {
    padding: 0px !important;
}

.header-with-alert {
    top: 64px !important;

}

.close-alert {
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.close-alert img {
    width: 100%;
    height: 100%;
}

.home-content-with-alert {
    margin-top:100px !important;
}
/*  */
/* product */
.card-product-container {
    padding: 10px 20px !important;
    position: relative;
}

.product-button-add-to-card {
    font-size: 14px !important;
    width: 100%;
}

.total_price {
    color: #22a3ae;
}

.container-total-price {
    font-size: 18px;
}

.card_number {
    color: #22a3ae;
    font-size: 18px;
}

.swiper-product-wraper {
    display: flex;
}

.product-card {
    width: 648px;
    height: 171px;
    border-radius: 24px;
    border: 2px solid #EFEAED;
    overflow: hidden;
}

.container-product-texts {
    width: 460px;
    padding: 10px;
}

.container-product-img {
    width: 190px;
    height: 171px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.container-product {
    display: flex;
    flex-flow:row;
}

@media (max-width: 768px) {
    .product-card {
        width: 256px !important;
        height: 325px !important;
    }

    .container-product-texts {
        width: 253px !important;
    }
}

.title-history-modal {
    border-bottom: 1px solid #EFF2F5;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.product-descrition {
    opacity: 60%;
    font-size: 14px;
    font-weight: 400;
}

.product-price {
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    color: #6B203A;
    text-align: right;
}



.title-product {
    color: #150007;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

.info-product {
    color: #150007;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.container-products {
    display: flex;
    flex-flow: column;
}

.container-button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 234px;
}


@media (min-width: 768px) {
    .container-products {
        display: flex;
        flex-flow:row;
    }

    .product-price {
        font-size: 20px;
        text-align: left !important;
    }

    .title-product {
        font-size: 20px;
    }

    .container-button {
        width: auto;
    }

}


.story-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.story {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-size: cover;
    background-position: center;
}

.controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.controls .arrow {
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
}
.controls .arrow.disabled {
    color: rgba(255, 255, 255, 0.5);
}


/*  */


/* menu */
.icon-sort-menu {
    font-size: 12px;
}

.child-menu {
    margin-right: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.title-sort-menu {
    font-size: 15px;
}

.edit-icon-menu {
    font-size: 12px;
}

.submenu {
    position: absolute;
    top: 35px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(21, 0, 7, 0.15) 2px 0px 12px 0px;
    list-style-type: none;
    padding: 5px 10px;

}

.menu-parent {
    position: relative;
}

.submenu:hover {
    display: block;
}

.accordion-item-menu {
    border: 0px !important;
}

.accordion-button-menu {
    background-color: transparent !important;
    padding: 9px;
}

.container-header-hamberger-sub-menu {
    width: 100%;
    padding: 20px 30px;
    position: relative;
}

.accordion-body-menu {
    padding: 0px !important;
}
/*  */
/* story instructor */

.story-image {
    display: none;
}

.story-image.active {
    display: block;
}

.story-admin-title {
    font-size: 20px;
    margin-top: 60px;
}

.progress-bar-story {
    height: 5px;
    background-color: #616161;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 1000;
    left: 0px;
    right: 0px;
    height: 4px;
  }

  .progress-bar-fill {
    height: 100%;
    background-color: #ffffff;
    width: 0;
    transition: width 5000ms;
  }

  .container-progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-story-wraper {
    width: 189px !important;
}

.container-content-story {
    width: 490px !important;
    height: 590px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-story {
    width: 189px;
    height: 246px; 
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.close {
    position: absolute;
    top: 0px;
    right: 27px;
    font-size: 55px;
    cursor: pointer;
    color: white;
}

@media (max-width: 768px) {
    .close {
        top: -20px;
        right: 10px;
    }
    .container-story {
        width: 128px !important;
        height: 158px !important; 
    }
    .show-story-img {
        width: 100%;
    }
    .story-card {
        width: 128px;
        height: 286px;
    }


    .story-title {
        font-size: 13px !important;
    }

    .story-second-title {
        font-size: 12px;
    }

    .swiper-story-slide {
        width: 128px !important;
        margin-left: 12px !important;
    }
}

.swiper-story-card-slide {
    position: relative;
}

.paginate-story-right {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 23px;
    color: #fff;
    padding: 5px 9px;
    background-color: #7a7a7a;
    border-radius: 50%;
    z-index: 10000;
}

.paginate-story-left {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 23px;
    color: #fff;
    padding: 5px 9px;
    background-color: #7a7a7a;
    border-radius: 50%;
    z-index: 10000;
}

.container-story-active {
    border: 2px solid #F18848;
}

.container-story-deactive {
    border: 3px solid #a3a3a3;
}

.story-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0px;
}

.story-second-title {
    font-size: 14px;
    font-weight: 400;
    opacity: 60%;
    text-align: center;
    margin-top: 8px;
}

.float-container-story {
    font-weight: 400;
    font-size: 10px;
    color: #6B203A;
    background-color: #FFFFFF;
    text-wrap: nowrap;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    padding: 2px;
    cursor: pointer;
}

.show-story-container {
    /* display: none;  */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999; /* Ensure overlay covers everything */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.swiper-story-container {
	width: 100% !important;
	height: 100% !important;
	
	+ .swiper-container {
		margin-top: 30px !important;
	}
}

.pointer {
    cursor: pointer;
}

.helper-input {
    margin-top: 5px;
    font-size: 13px;
    color: #22a3ae;
}

/*  */

/* user panel */

.admin-profile-name {
    font-size: 14px;
    font-weight: 600;
    color: #6B203A;
    padding-right: 3px;
}

.container-admin-profile {
    padding: 12px;
    background-color: #EFEAED;
    border-radius: 16px;
}

.container-admin-calendar {
    padding: 12px;
    border: 1px solid #6B203A;
    border-radius: 16px; 
    margin-left: 24px;
}

.content-dashboard-user {
    background-color: #F9F7F8;
    border-radius: 24px 24px 0px 0px;
    padding: 24px;
    overflow: hidden;
}

.menu-title {
    font-weight: 500;
    font-size: 15px;
    color: #6B203A !important;
    padding-right: 6px;
}

@media (max-width: 990px) {
    .container-admin-profile {
        display: none !important;
    }

    .container-button-business-dashboard {
        display: none !important;
    }

    .container-header-mobile {
        justify-content: space-between;
        width: 100%;
    }

    .container-fluid {
        padding: 0px !important;
    }

    .content-dashboard-user {
        border-radius: 0px !important;
    }

    .container-header-mobile {
        margin: 0px 30px;
    }
}

.aside-menu {
    position: relative;
}

.logout-sidebar {
    position: absolute;
    bottom: 0px;
    right: 30px;
}

@media (max-width: 990px) {
    .logout-sidebar {
        bottom: 20px !important;
    }
}
/* class programing */

.class-programing-table {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.header-programing-table {
    background-color: #f189483e;
    text-align: center;
}

.header-programing-table th {
    color: #000000;
    padding: 16px 0px;
}

/* .title-header-programing-table {
    padding: 24px 16px;
    font-weight: 700;
    font-size: 14px;
} */

.body-programing-table tr td {
    text-align: center;
}

.body-programing-table tr {
    border-bottom: 1px solid #EFEAED;
    background-color: #FFFFFF;
}

.teacher-body-programing-table {
    font-weight: 400;
    font-size: 14px;
    opacity: 60%;
    padding-top: 8px;
}

.course-body-programing-table {
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 18px 0px !important;
}

.header-body-programing-table {
    padding: 32px 16px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.first-header-programing-table {
    width: 100px;
}

.class-programing-mobile {
    display: none !important;
}

.container-button-business-dashboard-mobile {
    display: none !important;
}

@media (max-width: 990px) {
    .class-programing-table-dashboard {
        display: none;
    }

    .class-programing-mobile {
        display: flex !important;
        border-radius: 16px;
        padding: 14px;
        align-items: center;
        justify-content: space-between;
        background-color: #EFEAED;
    }

    .container-button-business-dashboard-mobile {
        display: block !important;
    }

    .class-programing-text-mobile {
        font-size: 14px;
        font-weight: 500;
        color: #6B203A;
        margin: 0px !important;
        padding-right: 10px;
    }
}

@media (max-width: 990px) { 
    .class-programing-table-page {
        border-radius: 24px;
        overflow-x: auto;
        flex-wrap: nowrap;
        overflow-y: hidden;
        scrollbar-width: none;
        width: 1143px;
        overflow: hidden;
    }
}

.span-programing-table {
    font-weight: 400;
}

/*  */

/* icons */

.icon-dashboard {
    width: 20px;
    height: 20px;
    background: url('../../img/dashboard-icon.svg') no-repeat center center;
    background-size: contain;
    fill: red;
    color: red !important;
}

/*  */

/* calculate percentage */

.card-setting-percentage {
    border: 1px solid #aeaeae;
    padding: 20px;
    border-radius: 5px;
}

.input-percentage {
    width: 50px !important;
    height: 50px !important;
    padding: 7px;
    border-radius: 0.475rem;
    border: 1px solid #E4E6EF;
    margin: 0 5px;
}

.img-calculate-percentage {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 30px;
}
/* rules */

.rules-text {
    text-align: justify;
    font-size: 16px;
    line-height: 37px;
}

/*  */

/* comment */
.reply-comment {
    color: #22a3ae;
}

.box-comment {
    width: 98% !important;
}
/*  */

.button-business-dashboard {
    background-color: #6B203A;
    color: white;
    padding: 14px 33px;
    border-radius: 12px;
}

.button-business-dashboard:hover {
    color: white;
}

.text-wrap-th {
    word-wrap: normal;
    white-space: normal;
    overflow-wrap: break-word;
}