
.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;
}
.delete-img-input:hover {
    color: white;
}

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

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

.header-home {
    font-size: 30px;
    font-weight: 700;
    color: #150007;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .header-home {
        font-size: 18px;
        font-weight: 500;
    }
}


/* news home section */

.container-news-section-home {
    margin-bottom: 74px;
    margin-top: 48px;
}

.news-section-link {
    background-color: #EFF0F0;
    padding: 4%;
    border-radius: 23px;
    position: absolute;
    top: 58%;
    right: 78%;
}

.news-section-home-text {
    position: absolute;
    top: 15px;
    right: 196px;
    text-wrap: nowrap;
    font-weight: 600;
    font-size: 20px;
    color: #00150F;
}

.news-section-home-img {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 250px;
    height: 15vh;
}

.container-news-section-image {
    position: relative;
}

.container-news-section-home-mobile {
    display: none;
}

.container-news-section-home {
    display: flex;
}

@media (max-width: 768px) {
    .container-news-section-home-mobile {
        display: inline;
    }

    .container-news-section-home {
        display: none;
    }
}

.news-section-right-mobile {
    background-color: #EFF0F0;
    border-radius: 16px;
    display: flex;
    padding: 8px;
    justify-content: space-between;
    align-items: center;
}

.news-section-home-img-mobile {
    width: 105px;
    height: 85px;
}

.news-section-home-text-mobile {
    font-weight: 600;
    font-size: 14px;
    color: #00150F;
    margin: 0px !important;
}

.news-section-right-mobile {
    background-color: #EFF0F0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.news-section-left-mobile {
    background-color: #EFF0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}

/* source-analysis */
.source-analysis-header {
    padding: 1vw;
    background-color: #89E1CA;
    border-radius: 24px;
    margin-left: 16px;
    margin-bottom: 0px !important;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 998px) {
    .source-analysis-header {
        margin-bottom: 10px !important;
        width: 200px;
        border-radius: 16px;
    }
}

.container-source-analysis-body-one {
    padding: 17px;
    background-color: #EFF0F0;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-source-analysis-body {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.text-source-analysis-active {
    padding: 1vw;
    color: #2A8F75;
    background-color: #FFFFFF;
    border-radius: 12px;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-wrap: nowrap;
}

.text-source-analysis {
    padding: 10px 20px;
    color: #2A8F75;
    border-radius: 12px;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    text-wrap: nowrap;
}

.source-analysis-image {
    width: 250px;
    height: 244px;
}

.container-hobbies {
    width: 190px;
    height: 190px;
    border-radius: 24px;
    background-color: #EFF0F0;
}

.hobbies-image {
    width: 50%;
}

@media (max-width: 768px) {
    .hobbies-card {
        width: 124px;
        height: 124px;
    }
    .container-hobbies {
        width: 124px;
        height: 124px;
    }
}


/* */


/* advisor question */

.container-advisor-question {
    border-radius: 24px;
    border: 4px solid #EFF0F0;
    padding: 24px;
}

.advisor-question-label {
    font-size: 14px;
    color: #00150F;
    margin-bottom: 8px;
}

.advisor-question-input {
    border: 1px solid #2A8F75;
    width: 328px;
    border-radius: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.advisor-question-input-modal {
    border: 1px solid #2A8F75;
    width: 100%;
    border-radius: 16px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.advisor-question-option {
    color: #00150F;
    opacity: 24%;
    font-size: 14px;
}

.submit-advisor-question-modal {
    background-color: #2A8F75;
    border-radius: 16px;
    color: white;
    border: 0px;
    padding: 14px;
    width: 100%;
}

.wrap-advisor-question {
    margin-bottom: 20px;
}

.container-advisor-question-mobile {
    border: 2px solid #EFF0F0;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
}

.advisor-question-button {
    background-color: #2A8F75;
    border-radius: 16px;
    width: 256px;
    border: 0px;
    color: white;
    padding: 14px;
}

.advisor-question-mobile-image {
    width: 80px;
}

.submit-advisor-question {
    background-color: #2A8F75;
    border-radius: 16px;
    color: white;
    border: 0px;
    padding: 14px;
    width: 328px;
}

/**/


/* honors-section */

.container-honors {
    width: 190px;
    height: 190px;
    border-radius: 24px;
}

.story-sub-title {
    color: #00150F;
    opacity: 60%;
    text-align: center;
}

.main-container-honors {
    margin-top: 70px;
}

@media (max-width: 768px) {
    .container-honors {
        width: 124px;
        height: 124px;
    }

    .main-container-honors {
        margin-bottom: 70px;
    }
}

/*  */



/* why mahbam */

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

.text-view-featute {
    color: #2A8F75;
    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: #2A8F75;
    width: 91.5px;
    height: 1.5px;
    margin: 1.25px 0;
}

.short-line {
    background-color: #2A8F75;
    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: 244px;
    }

    .container-full-view-feature {
        justify-content: center !important;
    }
}

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

/**/

/* advise request */

.toggle-advise-request .toggle{
    width: 176px !important;
}

/*  */


.nav-slider-pills .nav-link.active {
    background-color: #2A8F75 !important;
    border-radius: 32px !important;
}

.nav-slider-pills .nav-link {
    background-color: #F9F7F8 !important;
    border-radius: 32px !important;
    color: #2A8F75;
}

.hide-scrollbar {
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none; /* IE و Edge */
    scrollbar-width: none; /* فایرفاکس */
}

.hide-scrollbar::-webkit-scrollbar {
display: none; /* Chrome، Safari و Opera */
}

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

.advisor-tabs {
    margin-bottom: 20px;
    border: none;
}
.advisor-tabs .nav-item {
position: relative;
z-index: 1;
}
.advisor-tabs .nav-link {
color: #666;
border: none;
padding: 10px 20px;
margin: 0 5px;
border-radius: 5px;
font-size: 0.875rem;
transition: all 0.3s ease;
}
.advisor-tabs .nav-link.active {
background-color: #007bff;
color: white;
}
.advisor-tab-content {
display: none;
}
.advisor-tab-content.active {
display: block;
}
.nav-tab-timer {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
}
.nav-tab-timer::-webkit-scrollbar {
display: none;
}
.timer-nav-item {
flex: 0 0 auto;
}

.alert-green {
    background-color: #F9F7F8;
    color: #2A8F75;
}

.see-interview, .see-interview:hover {
    color: #2A8F75;
    margin-top: 16px;
}

.ul-menu {
    display: flex;
    list-style-type: none;
    margin: 10px 0 0 0;
  }
  
.ul-menu li a {
    font-weight: 400;
    font-size: 14px;
    margin: 0 10px 0 10px;
    color: black;
    text-wrap: nowrap;
}
  
.ul-menu li a.disabled {
    opacity: 50%;
    cursor: default;
    pointer-events: none;
}
  
.link-header-hamberger-menu.disabled {
    opacity: 50%;
    cursor: default;
    pointer-events: none;
}
  
.header-search {
    width: 0px;
    height: 0px;
    border-radius: 16px;
    background-color: #EFEAED;
    border: 0px;
    padding: 0 40px;
    transition: width 0.5s linear;
    outline: none;
}
  
.mobile-header-search {
    width: 95px;
    height: 48px;
    border-radius: 16px;
    background-color: #EFEAED;
    border: 0px;
    padding: 0 30px 0 0; 
    outline: none;
}
  
.mobile-search-icon {
    position: absolute;
    right: 3px;
    top: 11px;
}
  
.container-search {
    position: relative;
}
  
.search-icon {
    text-align: left;
    margin-top: 20px;
}
  
.search-icon-header {
    position: absolute;
    top: 11px;
    right: 10px
}
  
.search-icon-header-attachment {
    position: absolute;
    top: 22px;
    right: 10px
}
  
  
.mobile-header {
    display: none;
}
  
.header-footer-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 97;
    height: 60px;
    background-color: white;
    box-shadow: 0px -2px 12px 0px #1500071C;
  
}
  
.text-header-footer-mobile {
    opacity: 64%;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #150007;
}
  
.home-icon-mobile {
    padding-left: 20px;
}
  
.link-header-footer-mobile {
    color: #150007;
}
.home-content {
    margin-top: 50px;
}
  
.header-hamberger-menu {
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 100;
    width:0% ;
    background-color: white;
    box-shadow: 0px -2px 12px 0px #1500071C;
    overflow-y: auto;
    transition: width 0.3s;
}
  
  .container-header-hamberger-menu {
    width: 100%;
    border-bottom: 1px solid #EFEAED;
    padding: 20px 30px;
    position: relative;
  }
  
  .hamberger-header-search {
    width: 100%;
    height: 48px;
    border-radius: 16px;
    background-color: #F9F7F8;
    border: 0px;
    padding: 0 35px 0 0; 
    outline: none;
  }
  
  .hamberger-search-icon {
    position: absolute;
    top:31px;
    right: 35px;
  }
  
  .container-header-hamberger-menu i {
    font-size: 15px;
    color: #2A8F75;
  }
  
  .link-header-hamberger-menu {
    color: #150007;
  }
  
  .title-category-widget {
    font-weight: 700;
    font-size: 16px;
    color: #150007;
  }
  
  @media (max-width: 1200px) {
    .ul-menu {
      padding-right: 5px;
    }
    .login-btn {
      width: 90px;
    }
    .container-registration {
      padding-right: 0px;
      padding-left: 0px;
    }
  }
  
  @media (max-width: 768px) {
    .desktop-header {
      display: none;
    }
    .mobile-header {
      display: inline;
    }
    .container-mobile-header {
      margin-top: 20px;
    }
    .slogan-text {
      font-size: 16px !important;
      text-align: center;
      margin-bottom: 8px;
    }
    .scrolltop {
      display: none !important;
    }
    .home-content {
      margin-top: 10px !important;
    }
    #box-widget-icon {
      padding-top: 0px !important;
    }
  }
  
  @media (max-width: 425px) {
    .title-category-widget {
      font-size: 16px;
    }
    .slogan-text {
      font-size: 16px !important;
    }
  }

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

.swiper-slide {
    height: auto !important;
}

.swiper-wrapper {
    display: flex !important;
    align-items: stretch !important;
}

.add-field-btn-submit {
    background-color: #6B203A;
    color: white;
    border-radius: 7px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
}

.add-field-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background-color: #6B203A;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.add-field-btn i {
    color: white;
}