/* label.error {
  color: red !important;
} */

.hello-wave {
    width: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -88px;
    width: 160px;
}

.pointer-none {
    pointer-events: none;
}

.right-top-header .searchbar {
    width: 89%;
}

.left-menu {
    width: 90px;
    height: 100vh;
    position: fixed;
    left: 0;
}

.right-main {
    margin-left: 90px;
    padding: 30px 40px;
    background: #FFFAF5;
}

.dashboard-card {
    flex: 1 0 180px;
    width: 18.83%;
}

.card-list-wrap:hover {
    /* opacity: 1; */
    background: linear-gradient(255.95deg, #ffe7cf -10.31%, #d1c2d9 46.44%, #ffe7cf 110.94%);
}

.card-list-wrap {
    background: linear-gradient(255.95deg, #ffe7cf80 -10.31%, #d1c2d97a 46.44%, #ffe7cfe8 110.94%);
    /* opacity: .7; */
    border-radius: 15px 15px 0px 0px;
}

.top-card-wrap .card-list-wrap {
    border-radius: 15px;
}

.dashboard-card .card-list-body {
    border-radius: 0px 0px 15px 15px;
}

.icon-bg {
    min-width: 40px;
    height: 40px;
    background: var(--second-theme-clr);
    border-radius: 50%;
}

.admin-table th,
.admin-table td {
    padding: 10px 16px;
    color: #252525;
}

.admin-table th,
.left-message,
.left-req-left,
.edit-group-manual {
    background: var(--table-header-clr);
}

input[type="radio"] {
    appearance: none;
    min-width: 20px;
    min-height: 20px;
    border-radius: 50%;
    background: #fff;
    outline: none;
    cursor: pointer;
    position: relative;
}

input[type="radio"]:checked {
    background-color: #d1c2d9;
}

input[type="radio"]:checked::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d1c2d9;
    /* Inner circle color */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#filter-student input[type="radio"] {
    min-width: 14px !important;
    min-height: 14px !important;
    background-color: #fff !important;
}

.admin-table td,
.pre-question,
.request-description {
    background: var(--table-body-clr);
}

.admin-table th button,
.admin-table th p,
.admin-table td p,
.admin-table td a {
    color: #252525;
    font-size: 13px;
}

.signup-form {
    height: calc(100vh - 150px);
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.signup-backicon {
    margin-left: -40px !important;
}

.manual-student-card {
    padding: 10px 15px;
    margin: 10px;
    font-size: 12px;
}

.manual-student {
    height: 250px;
    overflow-y: scroll;
    scrollbar-width: 6px !important;
}

.manual-student-card {
    min-width: 143px;
}

#myTab .nav-item .nav-link,
.progress-label {
    border: 0;
    color: var(--tab-label-text);
    font-weight: 600;
}

#myTab .nav-item .nav-link.active {
    color: #252525;
}

#filter-student .dropdown-menu,
#user-list-drop .dropdown-menu {
    background: var(--second-theme-clr) !important;
    width: 240px;
}

#filter-student .dropdown-menu a:hover {
    background: transparent;
}

/* progress bar  */

.progress-container {
    width: 80%;
    background-color: #f4eef7;
    border-radius: 20px;
    overflow: hidden;
}

.progress-bar {
    height: 20px;
    width: 0;
    background-color: #9a76be !important;
    border-radius: 20px;
}

.team-info-list {
    width: calc(100% / 6);
}

.team-info-listing {
    height: calc(100vh - 340px);
    overflow-y: scroll;
}

.team-info-listing::-webkit-scrollbar-track,
.manual-student::-webkit-scrollbar-track {
    background: #d9d9d9;
    /* height: 2px; */
}

.team-info-listing::-webkit-scrollbar,
.manual-student::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background: #939191;
    border-radius: 20px;
}

.modal-bg-linear {
    background: linear-gradient(246.43deg, rgba(209, 194, 217, 0.9) 1.6%, rgba(255, 231, 207, 0.9) 48.11%, rgba(209, 194, 217, 0.9) 97.5%);

    border-radius: 20px !important;
}

.message {
    background-color: var(--message-info-bg);
    width: 470px;
    margin-bottom: -50px;
    height: 0px;
    border-radius: 20px;
    z-index: 9999;
    display: none;
    /* transition: 0.8s all ease-in; */
}

.height-full {
    height: calc(100vh - 120px);
    z-index: 99999;
    bottom: 10px !important;
    margin-bottom: 14px;
    top: 90px;
    margin-right: 40px;
    display: block;
}

.message.height-full .fa-solid {
    /*transform: rotate(180deg);*/
    height: 16px;
    padding-right: 5px;
}

.message-search-border {
    border: 3px solid #4b4b4b;
}

.message .message-search-border:focus-visible {
    border: 3px solid var(--tab-label-text);
    outline: 0;
}

/* .message-down-icon {
    width: 20px;
    height: 20px;
    border-radius: 20px 20px 20px 0;
    position: absolute;
    bottom: -1px;
}

.right-message.message-down-icon {
    border-radius: 20px 20px 0px 20px;
} */

.message-box {
    height: calc(100vh - 235px);
}

.student-content-wrap {
    height: calc(100vh - 300px);
}

.message-chat-box {
    height: calc(100vh - 340px);
}

.sendbtn,
.downloadbtn {
    width: 30px !important;
    height: 25px;
}

.message-footer input:focus-visible {
    outline: 0;
    border: 0;
}

.project-edit {
    background: var(--table-body-clr);
    border-radius: 0px 15px 15px 15px;
}

.edit-group-manual {
    border-radius: 0px 15px 15px 15px;
}

.edit-project-tabs .nav-pills button.nav-link.active {
    background: var(--table-body-clr) !important;
}

.edit-project-tabs .group-edit.nav-pills button.nav-link.active {
    background: var(--table-header-clr) !important;
}

.edit-project-tabs .nav-pills button.nav-link {
    border-radius: 20px 0px 0px 20px;
}

.number-lisiting.active {
    background: #ffa33c !important;
    color: #fff;
}

#all-user-listasd.owl-carousel .owl-nav button span,
#unread-request.owl-carousel .owl-nav button span {
    position: absolute;
    top: 0;
    bottom: 0;
    /* left: 0; */
    padding: 0px 10px;
    margin: auto;
    height: fit-content;
}

#all-user-listasd.owl-carousel .owl-nav button.owl-next span,
#unread-request.owl-carousel .owl-nav button.owl-next span {
    right: 0;
}

#all-user-listasd.owl-carousel .owl-nav .owl-prev span,
#unread-request.owl-carousel .owl-nav .owl-prev span {
    left: 0;
}

#all-user-listasd.owl-carousel .owl-nav .owl-prev,
#all-user-listasd.owl-carousel .owl-nav .owl-next,
#unread-request.owl-carousel .owl-nav .owl-prev,
#unread-request.owl-carousel .owl-nav .owl-next {
    /* opacity: 1; */
    background: transparent !important;
    border: 0 !important;
    /* height: fit-content; */
    /* margin: auto 0; */
}

.nav-margin-lr .owl-carousel .owl-nav button span {
    margin: auto 20px !important;
}

#all-user-listasd.owl-carousel .owl-nav .owl-prev:hover,
#all-user-listasd.owl-carousel .owl-nav .owl-next:hover,
#unread-request.owl-carousel .owl-nav .owl-next:hover,
#unread-request.owl-carousel .owl-nav .owl-next:hover {
    background: transparent;
}

#all-user-listasd.owl-carousel .owl-nav span,
#unread-request.owl-carousel .owl-nav span {
    font-size: 48px;
    color: #252525;
}

/* .imagefeeback-request .owl-stage-outer {
    z-index: 3;
} */

/* #unread-request.owl-stage-outer {
    z-index: 3;
    pointer-events: none;
} */
#unread-request.owl-carousel .owl-nav {
    cursor: pointer;
    z-index: 9999;
}

#thank-text {
    height: calc(100vh - 436px);
    display: flex;
    align-items: center;
}

.user-chat-icon {
    width: 30px;
    height: 30px;
    padding: 9px;
}

.project-image-green {
    border: 4px solid #7cb872;
}

.project-image-orange {
    border: 4px solid #fb6a4a;
}

.project-image-yellow {
    border: 4px solid #ffdb1d;
}

/* 04-06-2024 */
.form-check-input:checked {
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}

input#flexSwitchCheckChecked {
    padding: 11px 1.2rem;
}

.bg-voilet {
    background-color: #d1c2d9 !important;
}

select {
    padding: 0.5rem 0;
    border-radius: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="14px" height="14px" style="fill:252525;"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>') no-repeat right 20px center;
}

.bg-orange {
    background-color: #ffc996 !important;
}

.active-class {
    border-right: 4px solid white;
}

li {
    list-style: none;
}

/*end 04-06-2024 */

.list-group li:hover {
    background: var(--second-theme-grey-clr);
    border-radius: 20px;
    color: #fff;
}

.top-header-info-card:hover {
    background: var(--second-theme-grey-clr);
    color: #fff !important;
}

.top-header-info-card:hover img {
    filter: invert(0);
}

.feeback-image-body {
    height: 370px;
    position: absolute !important;
    width: 100%;
    inset: 0 0 0 0;
    margin: auto;
}

.feedback-image-wrap {
    height: 500px;
}

.rotate-180 {
    transform: rotate(-180deg);
}

.right-top-header button {
    height: 40px !important;
}

.colored-toast.swal2-icon-success {
    background-color: #1b7d1b !important;
    /*a5dc86 */
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
    font-size: 15px !important;
    font-family: gilroy-thin !important;
    letter-spacing: 0.5px !important;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

.modal-content {
    background-color: transparent !important;
}

div#chatUsersList img {
    border-radius: 80px;
}

div#chatContainer img {
    border-radius: 12px;
    object-fit: cover;
}

.image-width {
    width: 161px !important;
    height: 161px;
    object-fit: fill;
}


/* 19-sep-2024 */
label.error,
.error-content {
    margin-bottom: 0 !important;
    background: #FFB3AA;
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 12px;
    color: #000 !important;
    font-weight: bold;
}

.second-step {
    background: #d9d9d9;
}

.progress-multistep span {
    color: #9A76BE;
}

.first-step svg {
    display: none;
}

.first-step.active {
    background: #76BE82;
}

.first-step.active svg {
    display: block !important;
}

.first-step.active span {
    display: none;
}

.left-menu-content.active .hidetext {
    display: none;
}

.left-menu-content .text-back-arrow {
    display: none;
}

.left-menu-content.active .text-back-arrow {
    display: flex !important;
}

.dropdown-input-field select,
.dropdown-input-field .input,
.multiselect>.title {
    width: 100%;
    border: 1px solid #D9D9D9 ;
    height: 40px !important;
    border-radius: 6px;
    padding-left: 10px;
    font-size: 12px;
    color: #939191;
}

    .is-invalid {
        border: 2px solid #FB6B5B !important; 
     }

.multiselect>.title {
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    border: 0;
}
.multiselect>.title.projectmanual{
    background: #fff !important;
    height: 60px !important;
    border-radius: 20px;
    border: 0  !important;
    color: #000;
}
.dropdown-input-field select:focus-visible,
.dropdown-input-field .input:focus-visible {
    border: 1px solid #D9D9D9;
    outline: 0;
}

.dropdown-input-field .input input:focus-visible {
    border: 0;
    outline: 0;
}

.subject-overview {
    border: 2px solid var(--second-theme-clr) !important;
}

.subject-overview-list .item {
    background: #D9D9D9;
}

.subject-overview-list .item.active {
    background: var(--second-theme-grey-clr);
}

.successful-save-info {
    background: #C5E5CA;
}

.no-data-search {
    background: #FFB3AA;
}

.border-gray {
    height: 1px;
    background: var(--grey-field-clr);
}

.add-anotherbtn {
    color: var(--second-theme-grey-clr);
}

.addstudent-tab.active div:nth-child(1) div {
    background: var(--theme-bg-clr);
}

.addstudent-tab.completed div:nth-child(1) div {
    background: #76BE82;
}

.addstudent-tab.active div:nth-child(1) svg,
.addstudent-tab div:nth-child(1) svg {
    display: none;
}

.addstudent-tab.completed div:nth-child(1) div span {
    display: none;
}

.addstudent-tab.completed div:nth-child(1) div svg {
    display: block;
}

#nav-list {
    height: calc(100vh - 250px);
    overflow: auto;
}

#nav-list::-webkit-scrollbar {
    display: none;
}

.pagination div,
.pagination span {
    padding: 4px;
    font-weight: 800;
    border: 1px solid #DEDEDE;
    font-size: 12px;
    width: 30px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pagination span.active {
    background: #D1C2D9;
}

.pagination :first-child {
    border-radius: 4px 0px 0px 4px;
}

.pagination :last-child {
    border-radius: 0px 4px 4px 0px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




.multiselect>.title>.text {
    max-width: 130px;
    max-height: 25px;
    display: block;
    float: left;
    overflow: hidden;
    line-height: 1.3em;
}

.multiselect>.title>.expand-icon,
.multiselect>.title>.close-icon {
    display: none;
}


.multiselect>.container {
    max-height: 200px;
    overflow: auto;
    margin-top: 4px;
    margin-left: -5px;
    width: 100%;
    transition: 0.2s;
    position: absolute;
    z-index: 99;
    background: #fff;
    border: 1px solid #d9d9d9;
}

/* Hide the default checkbox */
.multiselect input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    position: relative;
}

/* Add a custom checkbox background */
.multiselect input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
}

/* Change the color of the checkbox when checked */
.multiselect input[type="checkbox"]:checked::before {
    background-color: #FFA33C;
    /* Customize with your preferred color */
}

/* Add a checkmark when checked */
.multiselect input[type="checkbox"]::after {
    content: "\2713";
    /* Unicode for checkmark */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: white;
    display: none;
}

/* Display the checkmark when checked */
.multiselect input[type="checkbox"]:checked::after {
    display: block;
}


.pagination-count-field {
    width: 60px;
    padding-left: 10px;
    border: 1px solid #dedede;
    height: 28px;
    padding: 0px;
    padding-left: 10px;
    border-radius: 7px;
    background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" width="10px" height="10px" style="fill:252525;"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>') no-repeat right 10px center;
}

.Project-accordian {
    position: relative;
}

.projectaccor-title,
.projectadd-title a{
    position: relative;
    background: #D1C2D9;
    /* margin-bottom: 20px;
    border-radius: 20px; */
}
.projectadd-title a{
    margin-bottom: 14px;
}
.projectaccor-title>a {
    display: block;
}

.projectaccor-title>a span.text-before-icon {
    margin-right: 10px;
    font-weight: bold;
}

.projectaccor-title>a i {
    float: right;
    margin-top: 2px;
}

.projectaccor-content {
    display: none;
    max-height: 400px;
    overflow-y: auto;
}
.projectaccor-content::-webkit-scrollbar{
    display: none;
}
.projectaccor-content.projecthumb div:nth-child(1) {
    gap: 7px;
    justify-content: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    /* gap: 30px; */
}
.student-profile-content-content {
    width: calc(100% / 8.2);
}
.email-width {
    max-width: 120px;
    word-wrap: break-word;
}
/* .projectaccor-content p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
} */

.owl-nav{
   
/* display: flex !important; */
align-items: center;
justify-content: center;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #000 !important;
    text-decoration: none;
}
.owl-next i{
    font-size: 28px;
    line-height: 0 !important;
    position: absolute;
    right: -28px;
    top: 24px;

}
.owl-prev i{
    font-size: 28px;
    line-height: 0 !important;
    position: absolute;
    left: -28px;
    top: 24px;

}
.owl-prev.disabled,
.owl-next.disabled{
    opacity: 0 !important;
}
.resendtitle{
    font-style: normal;
    text-decoration: underline;
    list-style: none;
}
.resendtitle.fa-minus:before, .resendtitle.fa-subtract:before{
content: '' !important;
}
.multiselect>.title>.text{
    max-width: 100% !important;
}
.groupremove-btn{
    right: -26px;
}

.accordion-button::after{
    background-size: var(--bs-accordion-btn-icon-width) 18px;
}
.add-anotherbtn {
    color: var(--second-theme-grey-clr);
}

li.page-item a {
    color: black;
}

.page-link:focus {
    box-shadow: none !important;
}