.profile-dropdown a.dropdown-toggle {
    background-color: #D9D9D9;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    text-align: center;
    margin: 2px;
}

.stellarnav>ul>li.profile-dropdown {
    border: 2px solid #D4EC8E;
    border-radius: 50%;
    margin-left: 30px;
    position: relative;
}

.stellarnav.desktop li.has-sub ul li a.dropdown-item {
    padding-right: 15px;
    color: #194449 !important;
}

.stellarnav>ul>li.profile-dropdown::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #BFDAD2;
    top: 5px;
    left: -30px;
}

.stellarnav ul ul {
    right: 0;
    top: auto;
    width: 150px !important;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #ddd;
}

.stellarnav.desktop li.has-sub.profile-dropdown a.dropdown-toggle {
    padding-right: 5px;
    color: #194449 !important;
    font-weight: 600 !important;
}

.stellarnav li.has-sub.profile-dropdown>a:after {
    content: '';
    margin-left: 4px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff00;
    display: inline-block;
}

.project-dropdown .form-select {
    min-width: 100px !important;
}

/* table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child{
    display: flex !important;
    align-items: center;
} */
.daterangepicker .btn-primary {
    background: #07641D !important;
}

section.certification-banner {
    position: relative;
    display: block;
    padding: 50px 0px;
    background-image: url(../../new-design/images/certifc-bg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(25, 68, 72, 0.1);
    background-blend-mode: overlay;

}

.certification-banner p {
    font-family: 'Segoe UI Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #252526;
    display: block;
    margin: 22px 0px;
}


.time-bx {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Segoe UI Regular';
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}

.sponser-logo {
    width: 160px;
}


.course-catalog-list .check-box-list .inner-check-box-list {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}


.feedback-icn img {
    width: 80px;
    height: 80px;
}

.feedback-icn {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 170px;
    cursor: pointer;
    z-index: 99;
}


.feedback-trigger-wrapper {
    position: fixed;
    bottom: 105px;
    right: 20px;
    z-index: 99;
    min-width: 60px;
    min-height: 60px;
    cursor: pointer;
}


#agentBotToggle {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 9999;
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* Slide-in iframe */
#agentBotFrameWrapper {
    position: fixed;
    top: 0;
    right: -400px;
    /* hidden by default */
    width: 400px;
    height: 100%;
    z-index: 9998;
    background: white;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease;
}

#agentBotFrameWrapper.open {
    right: 0;
}

#agentBotFrameWrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Optional close button inside iframe wrapper */
#agentBotClose {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: rgb(11, 85, 106);
    border: none;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10000;
}


/* feedback css */

.feedback-icn img {
    width: 80px;
    height: 80px;
}

.feedback-trigger-wrapper {
    position: fixed;
    bottom: 105px;
    right: 20px;
    z-index: 99;
    min-width: 60px;
    min-height: 60px;
     cursor: pointer;
}
.feedback-icn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
     display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.feedback-popup-box {
    position: absolute;
    bottom: 80px;
    right: 0;
    display: none;
    transition: all 0.3s ease;
}


.feedback-box {
    width: 360px;
    border-radius: 20px;
    background: linear-gradient(111.9deg, #194449 -3.13%, #204d53 26.65%, #2f656d 44.81%, #387881 70.57%, #438791 101.39%);
    overflow: hidden;
    position: relative;
    box-shadow: 3px 5px 12px 1px #00000012;

}

.qus-box {
    display: inline-block;
    padding: 1px 1px;
    border-radius: 13px 13px 13px 0px;
    background: linear-gradient(to right, #204d53, #438791) padding-box,
    linear-gradient(to right, #204d53, #438791) border-box;
    border: 0px solid transparent;
    font-family: sans-serif;
    font-size: 14px;
    color: #222;
    background-clip: padding-box, border-box;
    margin-bottom: 12px;
}

.feedback-header {
    color: white;
    padding: 25px;
    text-align: center;
    justify-items: center;
}

.feedback-header .bot-icon {
    width: 50px;
    margin-bottom: 10px;
}

.feedback-header h3 {
    margin: 2px 0 10px;
    font-family: Lexend;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}

.feedback-header p {
    font-family: Lexend;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    color: #FFFFFF;
}

.feedback-content {
    padding: 15px 20px 20px 20px;
    background-color: white;
    margin: 3px;
    border-radius: 30px 30px 16px 16px;
}

.feedback-content .question {
    margin-bottom: 0px;
    border: 0;
    padding: 12px;
    border-radius: 12px 12px 12px 0px;
    background-color: #FFFFFF;
    font-family: Lexend;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #252526;
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}

.radio-group input[type="radio"] {
    accent-color: #204d53;
}


.feedback-content .next-btn {
    background: linear-gradient(111.9deg, #194449 -3.13%, #204d53 26.65%, #2f656d 44.81%, #387881 70.57%, #438791 101.39%);
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
}
.feedback-content .submit-btn {
    background: linear-gradient(111.9deg, #194449 -3.13%, #204d53 26.65%, #2f656d 44.81%, #387881 70.57%, #438791 101.39%);
    border: none;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
}
.feedback-content .submit-btn:hover {
        background: linear-gradient(111.9deg, #194449 -3.13%, #204d53 26.65%, #2f656d 44.81%, #387881 70.57%, #438791 101.39%) !important;
}
.feedback-content .next-btn:hover {
        background: linear-gradient(111.9deg, #194449 -3.13%, #204d53 26.65%, #2f656d 44.81%, #387881 70.57%, #438791 101.39%) !important;
}
.feedback-trigger-wrapper .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;

}

.feedback-content label {
    margin-bottom: 5px;
    font-family: Lexend;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252526;
    display: flex;
    gap: 4px;
}

.feedback-header-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px 8px 20px;
}

.feedback-header-inner img {
    width: 38px;
    height: 38px;
}

.feedback-header-inner h3 {
    margin: 2px 0 10px;
    font-family: Lexend;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    color: white;
    margin-bottom: 0px;
}

.toast {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
.toast-text{
    font-family: Lexend;
    font-weight: 400;
    font-size: 14px;
    color: white;
    line-height: 18px;
}
.toast .show{
    opacity: 1;
}
.toast-icon {
    font-size: 16px;
}
.toast {
    width: 450px;
   }
.toast-close {
    margin-left: auto;
    cursor: pointer;
    font-size: 25px;
}
.tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 5px 0px 12px 0;
}

.tag {
    align-items: center;
    padding: 6px 15px;
    border-radius: 20px;
    background-color: #FFFFFF;
    border: 1px solid #204d53;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.tag input[type="checkbox"] {
    display: none;
}

.tag input[type="checkbox"]:checked + span {
    background: linear-gradient(to right, #204d53, #387881);
    color: white;
    border-color: transparent;
}

.tag::before {
    content: '';
}

.tag input[type="checkbox"]:checked + label,
.tag input[type="checkbox"]:checked + span {
    background-color: #387881;
    color: white;
    border: none;
}
.tag.selected {
    background: linear-gradient(111.9deg, #194449 -3.13%, #204d53 26.65%, #2f656d 44.81%, #387881 70.57%, #438791 101.39%);
    color: #fff;
    border-color: transparent;
}
.rating-group {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 10px 0px 158px 0px;
}
.rating-group .fa {
    font-weight: 900;
    color: #EEEEEE;
    font-size: 30px;
}
.feedback-content textarea {
    resize: vertical;
    width: 100%;
    background: #F9F9F9;
    font-family: Lexend;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252526;
    border-color: #204d53;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    height: 181px;
}
/* end feedback css */

span.star-translation.selected {
    color: #cef379;
}

span.star.selected{
    color: #cef379;
}