
.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); */
}


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-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);
}

.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%;
}

.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;
}
