@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Medium.eot");
    src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-Medium.woff2") format("woff2"),
        url("../fonts/Poppins-Medium.woff") format("woff"),
        url("../fonts/Poppins-Medium.ttf") format("truetype"),
        url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-SemiBold.eot");
    src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
        url("../fonts/Poppins-SemiBold.woff") format("woff"),
        url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
        url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
        url("../fonts/Poppins-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Mont";
    src: url("../fonts/Mont-Bold.eot");
    src: url("../fonts/Mont-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Mont-Bold.woff2") format("woff2"),
        url("../fonts/Mont-Bold.woff") format("woff"),
        url("../fonts/Mont-Bold.ttf") format("truetype"),
        url("../fonts/Mont-Bold.svg#Mont-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* All common css*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins";
}

.asp-admin p,
.asp-admin h1,
.asp-admin h2,
.asp-admin h3,
.asp-admin h4,
.asp-admin h5,
.asp-admin h6 {
    margin-bottom: 0;
}

.asp-admin ul {
    padding-left: 0;
    margin-bottom: 0;
}

.asp-admin li {
    list-style: none;
}

.asp-admin .btn {
    border: unset;
    box-shadow: unset !important;
    color: unset;
    cursor: pointer;
}

.asp-admin a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.asp-admin a:hover {
    color: #fff;
}

/*******Admin Modal*********/
.login-page-main {
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
}

.login-form-section {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-section-admin {
    background: url(../images/admin-login.png);
    background-repeat: no-repeat;
    max-width: 50%;
    background-color: #3282c4;
    background-position: bottom left;
    width: 50%;
    background-size: 100% 80%;
}

.login-form-section .login-form {
    border: 0;
    box-shadow: 0;
    margin: 0 !important;
}

.login-form-section .input-section h2 {
    text-align: center;
}

.login-form-section .logo {
    margin: auto;
}

.input-section {
    flex-direction: column;
}

.login-form {
    border-radius: 20px;
    background: #fff;
    max-width: 410px;
    padding: 30px;
    margin: 20px 0;
    width: 100%;
    color: #282828;
}
.login-form form {
    display: block;
    width: 100%;
}
input#email:focus,
input#password:focus {
    border-radius: 4px;
    border: 1px solid #3282c4;
    background: var(--Input-Field---BG, #ebf3fa);
    outline: none;
    color: #282828;
}
p.login-forget a:hover {
    color: #282828;
}
.logo {
    width: 185px;
    height: 90px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.login-email,
.login-password {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.login-head h1 {
    color: #fff;
    letter-spacing: -0.5px;
    max-width: 371px;
}

.update-btn a:hover {
    color: #fff;
}

.login-head {
    height: 100vh;
    padding-top: 110px;
}

.input-section h2 {
    letter-spacing: -0.24px;
    margin: 30px 0;
}

.input-section label {
    line-height: normal;
    margin-bottom: 14px;
}

input#email,
input#password {
    padding: 13px 20px;
    border-radius: 6px;
    border: 1px solid #dedede;
    background: var(--Input-default, rgba(222, 222, 222, 0.1));
    display: block;
    color: var(--Place-holder-text, rgba(37, 46, 74, 0.4));
    font-weight: 400;
}
input#password {
    font-size: 18px;
}

input#email::placeholder,
input#password::placeholder {
    color: #282828;
    font-size: 16px;
}

.login-email {
    margin-bottom: 20px;
}

.login-password {
    position: relative;
    margin-bottom: 16px;
}

.i-icon {
    position: absolute;
    /* background: url(../images/eye.png); */
    width: 24px;
    height: 24px;
    right: 16px;
    top: 50px;
    cursor: pointer;
}

p.login-forget {
    text-align: end;
    margin-bottom: 30px;
    cursor: pointer;
}

.login-btn {
    border-radius: 4px;
    background: var(--Primary, #3282c4);
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

a.btn.re-submit {
    padding: 0;
}

.foget {
    margin-left: auto;
}

/****Mail popup****/
.modal-content.mail-detail {
    padding: 20px 31px 30px 30px;
    text-align: center;
}

.modal-header.no-head,
.modal-footer.mail-btn {
    padding: 0;
    border: 0;
}

.modal-header.no-head .btn-close {
    opacity: 1;
    background: url(../images/close-circle.png) no-repeat;
    width: 24px;
    height: 24px;
    box-shadow: none;
    margin-top:10px !important;
}

.modal-body.mail-sent-deatil {
    padding: 0;
}

.email-icon {
    padding-bottom: 30px;
}

.modal-body.mail-sent-deatil h5 {
    color: #282828;
    margin-bottom: 10px;
    line-height: normal;
}

.modal-body.mail-sent-deatil p {
    color: #282828;
}

.modal-footer a.btn-send {
    border-radius: 4px;
    background: var(--Primary, #3282c4);
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 12px 0;
    border: 0;
}

/*****Dashboard*****/
.asp-admin .row {
    margin: 0;
}

.menu-section {
    background: #192030;
    box-shadow: 2px 0px 6px 0px rgba(20, 20, 20, 0.1);
    max-width: 240px;
    min-height: 100vh;
}

.toggled .menu-section {
    width: 95px;
}

.toggled .menu-section .list-group-item.list-group-item-action span {
    margin-left: 12px;
}

.toggled .page-wrapper {
    width: calc(100% - 95px);
}

.toggled .mobile-logo {
    display: none !important;
}

.toggled .top-head.text-center {
    display: block;
}

.toggled .primary-bg.menu-section {
    width: 240px;
}

.mobile-menu h3 {
    color: #252e4a;
}

/* .dash-res-logo {
    margin-right: 5px;
    background: #192030;
    height: 82px;
    padding-top: 11px;
    display: none;
} */

.course-btn:hover {
    background: #3282c4;
    color: #fff;
}

.notify-circle {
    width: 46px;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #eaf1fb;
    background: #fff;
    padding: 11px;
}

.notify-circle img {
    width: 100%;
    height: 100%;
}

.page-wrapper {
    width: calc(100% - 240px);
}

.toggled .page-wrapper {
    width: calc(100% - 95px);
}

.top-head {
    width: 100%;
    cursor: pointer;
    padding-top: 16px;
}

.list-group.list-group-flush {
    margin-top: 30px;
    height: calc(100vh - 118px);
    padding: 0 16px;
    overflow-x: hidden;
    overflow-y: auto;
}

a.list-group-item.list-group-item-action {
    background: #192030;
    box-shadow: 2px 0px 6px 0px rgba(20, 20, 20, 0.1);
    color: var(--DIsable, #adb4bf);
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

.left-nav {
    position: relative;
    width: 240px;
    max-width: 100%;
}

.left-section {
    padding-left: 20px;
    padding-right: 22px;
}


.mobile-logo.top {
    background: #192030;
    box-shadow: 2px 0px 6px 0px rgba(20, 20, 20, 0.1);
    height: 82px;
    position: fixed;
    top: 0;
    display: none;
}

.mobile-logo {
    padding-top: 16px;
    text-align: center;
    display: none;
    display: none;
}

.toggled .top-head.text-center {
    display: block;
}

img.search-bar {
    width: 30px;
    height: 30px;
    padding: 6px;
    background: rgba(50, 130, 196, 0.1);
    border-radius: 50%;
}

a.list-group-item.list-group-item-action span {
    margin-left: 14px;
}

a.list-group-item.list-group-item-action.active {
    border-radius: 6px;
    background: var(--Primary, #3282c4);
    padding: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

a.list-group-item.list-group-item-action svg {
    width: 20px;
    height: 20px;
}

/* a.list-group-item.list-group-item-action.active svg path {
    fill: #fff;
}  */
.cpy-text {
    position: absolute;
    bottom: 0;
    padding-inline: 16px;
    background: #192030;
    width: 100%;
}

.profile-page {
    position: relative;
    cursor: pointer;
}

/*navabr*/
.menu-section {
    background: #192030;
    box-shadow: 2px 0px 6px 0px rgba(20, 20, 20, 0.1);
    max-width: 240px;
    height: 100vh;
}

.toggled .menu-section {
    width: 95px;
}

.toggled .menu-section .list-group-item.list-group-item-action span {
    margin-left: 12px;
}

.mobile-menu h3 {
    color: #252e4a;
}

/* .dash-res-logo {
    margin-right: 5px;
    background: #192030;
    height: 82px;
    padding-top: 11px;
    display: none;
} */

/* .course-btn:hover {
    background: #3282C4;
    color: #FFF;
} */

.notify-circle {
    width: 46px;
    height: 46px;
    border-radius: 6px;
    border: 1px solid #eaf1fb;
    background: #fff;
    padding: 11px;
}

.notify-circle img {
    width: 24px;
    height: 24px;
}

.page-wrapper {
    width: calc(100% - 240px);
}

.toggled .page-wrapper {
    width: calc(100% - 95px);
}

.top-head {
    width: 100%;
    cursor: pointer;
    padding-top: 16px;
}

.list-group.list-group-flush {
    margin-top: 30px;
    height: calc(100vh - 118px);
    padding: 0 16px;
    overflow-x: hidden;
    overflow-y: auto;
}

a.list-group-item.list-group-item-action {
    background: #192030;
    box-shadow: 2px 0px 6px 0px rgba(20, 20, 20, 0.1);
    color: var(--DIsable, #adb4bf);
    font-weight: 500;
    margin-bottom: 12px;
    outline: none;
}

.left-nav {
    position: relative;
    width: 240px;
    max-width: 100%;
}

.left-section {
    padding-left: 20px;
    padding-right: 22px;
}

.mobile-logo.top {
    background: #192030;
    box-shadow: 2px 0px 6px 0px rgba(20, 20, 20, 0.1);
    height: 82px;
    position: fixed;
    top: 0;
    display: none;
}

.mobile-logo {
    padding-top: 16px;
    text-align: center;
    display: none;
    display: none;
}

.toggled .top-head.text-center {
    display: block;
}

img.search-bar {
    width: 30px;
    height: 30px;
    padding: 6px;
    background: rgba(50, 130, 196, 0.1);
    border-radius: 50%;
}

/* .toggled .menu-section .list-group-item.list-group-item-action span {
    margin-left: 12px;
} */
a.list-group-item.list-group-item-action span {
    margin-left: 14px;
}

a.list-group-item.list-group-item-action.active {
    border-radius: 6px;
    background: var(--Primary, #3282c4);
    color: #fff;
    padding: 14px;
}

a.list-group-item.list-group-item-action svg {
    width: 20px;
    height: 20px;
}
.cpy-text {
    position: absolute;
    bottom: 0;
    padding-inline: 16px;
    background: #192030;
    width: 100%;
}

.profile-page {
    position: relative;
    cursor: pointer;
}

/*navabr*/
nav.navbar.navbar-expand-lg.dashboard-content {
    position: fixed;
    top: 0;
    height: 82px;
    background: #fff;
    box-shadow: 0px 1px 4px 2px rgba(6, 40, 61, 0.03);
    width: calc(100% - 240px);
    z-index: 999;
    display: block;
    display: block;
    padding: 18px 18px 18px 20px;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu i {
    display: none;
    margin-right: 20px;
    font-size: 22px;
    padding-top: 5px;
    cursor: pointer;
}

button.btn.Notification_btn {
    position: relative;
    padding: 0;
}

.top-icon {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: rgb(221 42 42);
    border-radius: 50%;
    /* top: 36px; */
    right: 15%;
}

.profile-section img {
    width: 100%;
    height: 100%;
    border-radius: 45px;
    object-fit: cover;
}

.profile-section {
    width: 45px;
    height: 45px;
    margin-left: 30px;
}

.dropbtn {
    color: var(--Text-Primary, #252e4a);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}

/*dropdown*/
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 64px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(6, 40, 61, 0.03) 0px 1px 4px 2px;
    min-width: 240px;
    color: var(--Input-field-header, #767a7a);
    /* font-weight: 500; */
    z-index: 1;
    padding: 10px;
}

.dropbtn {
    outline: none;
    background: none;
    border: none;
    color: #252e4a;
    font-weight: 500;
    margin-top: 9px;
}

.dropdown-content a {
    padding-block: 10px;
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    /* color: var(--Input-field-header, #767A7A); */
}

.dropdown-content a svg {
    margin: 0 14px 0 12px;
}

.dropdown-content a:hover {
    border-radius: 6px;
    background: var(--Primary, #3282c4);
    color: #fff;
}

.dropdown-content:hover svg path {
    fill: #fff;
}

.dropdown {
    margin-left: 14px;
}

a.list-group-item.list-group-item-action {
    padding: 8px 16px;
}
.dropbtn span {
    margin-left: 11px;
}

.dropdown h3.font-12 {
    color: #699765;
    font-weight: 600;
    padding: 6px;
    border-radius: 4px;
    background: rgba(105, 151, 101, 0.16);
    width: fit-content;
}

.main-bg {
    margin-top: 84px;
    background: #f5f7fb;

    overflow-y: scroll;

    height: calc(100vh - 139px);
}

.course-no h5 {
    color: var(--Text-Primary, #252e4a);
    font-weight: 600;
    margin-top: 7px;
}

.course-no p {
    color: rgba(37, 46, 74, 0.9);
}

.leader-board h5 {
    color: var(--Text-Primary, #252e4a);
    margin-bottom: 20px;
}

.leader-board .rank-section,
.leader-board .rank-table {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 3px 3px 2px rgba(6, 40, 61, 0.05);
    height: 100%;
}

.leader-board .rank-section {
    flex-direction: column;
    padding: 20px 0;
    text-align: center;
}

.table-responsive.rank-table th {
    padding-bottom: 18px;
    white-space: nowrap;
}

.table-responsive.rank-table td {
    padding: 20px 8px;
}

.rank-img {
    width: 64px;
    height: 64px;
    margin: 16px 0 20px;
    position: relative;
    padding: 5px;
    border: 2px solid #fabe2c;
    border-radius: 50%;
}

.rank-img::after {
    content: "";
    position: absolute;
    left: 19px;
    bottom: -5px;
    background: url(../images/star.png);
    width: 24px;
    height: 24px;
    background-size: cover;
}

.rank-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.rank-img p::before {
    position: absolute;
    content: attr(tank-content);
    width: fit-content;
    left: 28px;
    z-index: 999;
    top: 43px;
}

.rank-table-img {
    margin-right: 16px;
}

.pro-content h3 {
    border-radius: 4px;
    background: rgba(105, 151, 101, 0.16);
    color: #699765;
    padding: 6px;
    margin-bottom: 12px;
}

.pro-content h5 {
    color: var(--Text-Primary, #252e4a);
    line-height: 14px;
    margin-bottom: 12px;
}

.pro-content p {
    color: var(--DIsable, #adb4bf);
    margin-bottom: 0;
}

.rank-table {
    padding: 24px 20px 27px 20px;
}

.rank-table thead {
    color: var(--Text-Primary, #252e4a);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border-bottom: 1px solid #a8abb7;
}

.rank-table td,
.rank-table th {
    border-bottom: unset;
}

.rank-table table.table td {
    white-space: nowrap;
    vertical-align: middle;
}

.rank-table th {
    color: var(--Text-Primary, #252e4a);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    padding-bottom: 18px;
}

.rank-table td {
    color: var(--Text-Primary, #252e4a);
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.rank-section h6 {
    color: var(--Text-Primary, #252e4a);
}

.request-section {
    margin-bottom: 20px;
}

.request-section h5 {
    color: var(--Text-Primary, #252e4a);
}

.request-section h6 {
    color: var(--Primary, #3282c4);
}

.clock {
    background: #fcd042;
    border-radius: 50%;
    margin-right: 16px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clock img {
    width: 100%;
    height: 100%;
    padding: 9px;
}

.arrow-bg {
    border-radius: 49%;
    background: #3282c4;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-bg img {
    width: 100%;
    height: 100%;
    padding: 6px;
}

.motiv {
    height: 60px;
    width: 60px;
    margin-right: 12px;
}

.motiv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.event-btn a:hover {
    color: #fff;
}

.event-btn a {
    border-radius: 4px;
    background: var(--Primary, #3282c4);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 26px;
    display: block;
    text-align: center;
}

.motivation-comment {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 15, 0.1),
        0px -1px 4px 0px rgba(0, 0, 15, 0.1);
    padding: 12px 12px 10px 12px;
}

.motivation-session {
    padding-bottom: 13px;
}

.moti-head h5 {
    color: var(--Text-Primary, #252e4a);
    margin-bottom: 8px;
}

.moti-head p {
    color: var(--Input-field-header, #767a7a);
    margin-bottom: 12px;
}

.moti-head img {
    margin-right: 8px;
}

.event-btn img {
    padding-left: 10px;
}

.edit {
    border-radius: 49%;
    background: #3282c4;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.edit img {
    width: 100%;
    height: 100%;
    padding: 7px;
}

.netflix img {
    width: 100%;
    height: 100%;
}

.netflix {
    margin-right: 10px;
    width: 46px;
    height: 46px;
}

.netflix-head img {
    margin-right: 5px;
}

.netflix-head p {
    color: var(--Text-Primary, #252e4a);
}

.netflix-head h6 {
    margin-bottom: 10px;
    color: var(--Text-Primary, #252e4a);
}

.on-site {
    border-bottom: 1px solid #e5e6e8;
}

.on-site:last-of-type {
    border: none;
}

.on-site-head h5 {
    color: var(--Text-Primary, #252e4a);
    padding: 20px 0 10px 0;
}

.on-site-head p {
    color: var(--Text-Primary, #252e4a);
    padding-bottom: 20px;
}

.projects {
    border-radius: 6px;
    border: 0.75px solid rgba(98, 192, 192, 0.5);
    background: #e5ffff;
    padding: 12px 14px;
    margin-bottom: 16px;
}

.projects:nth-of-type(2n-1) {
    border-radius: 6px;
    border: 0.75px solid #6db83f;
    background: #efffe6;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.on-board {
    border-radius: 6px;
    background: #feffff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 15, 0.1),
        0px -1px 4px 0px rgba(0, 0, 15, 0.1);
    padding: 0px 16px;
    margin-bottom: 30px;
    height: 14em;
    overflow: hidden;
}

.course-section {
    margin: 24px 0;
}

.course.book {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 3px 3px 2px rgba(6, 40, 61, 0.05);
    padding: 18px 14px;
    height: 100%;
}

/* .course-offer img {
    width: 40px;
    height: 40px;
    padding: 11px 10px 10px 10px;
    border-radius: 49%;
} */
.course-offer {
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-offer img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 9px;
}

.course-no {
    padding-left: 16px;
}

.usercourse-1 img {
    width: 40px;
    height: 40px;
    padding: 0;
}

.usercourse-2 img {
    background: #88c264;
}

.usercourse-3 img {
    background: #bb64c2;
}

.usercourse-4 img {
    background: #3282c4;
}

/*Notification*/
.notification_popup_body {
    border-radius: 10px;
    background: #feffff;
    box-shadow: 2px 17px 10px 1px rgba(0, 0, 15, 0.06),
        -4px -1px 10px 1px rgba(0, 0, 15, 0.06);
}

.update-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 4px;
    background: var(--Primary, #3282c4);
    padding: 8px 26px;
}

.modal-body.notification_popup_body {
    position: fixed;
    top: 9.5% !important;
    right: 16%;
    width: 424px;
    min-height: 388px;
    padding: 0 !important;
}

.notification_body_main {
    display: flex;
    align-items: baseline;
}

.notification_body_main,
.notification_popup_head {
    border-bottom: 1px solid lightgrey;
}

.notification_body_main:last-of-type {
    border-bottom: 0;
}

.notification_img {
    margin-right: 14px;
}

.notification_popup_head {
    padding: 24px 20px 20px 24px;
}

.notification_body_main {
    margin: 24px 24px 20px 24px;
}

.update-btn {
    margin-bottom: 18px;
    display: block;
}
.nodata{
    margin: auto;
}

.notification_popup_text p {
    padding-bottom: 10px;
}

/* .modal-dialog {
    margin: 0 !important;
} */

/*notification back side*/
/* Right side wrapper dashboard*/

.right-section {
    padding: 24px 16px;
    background: #feffff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 15, 0.1),
        0px -1px 4px 0px rgba(0, 0, 15, 0.1);
}

/*****donut Chart******/
.do-chart {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 3px 3px 2px rgba(6, 40, 61, 0.05);
    /* margin-top: 24px; */
    padding: 24px;
    width: 100%;
    padding: 24px;
}

.do-chart h5 {
    margin-bottom: 38px;
}

.bar-content {
    margin-bottom: 20px;
}

.chart-section {
    margin-top: 24px;
}

.do-chart img {
    margin: 0 0 36px 30px;
}

.bar-chart {
    /* margin-top: 24px; */
    width: 100%;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 3px 3px 2px rgba(6, 40, 61, 0.05);
    padding: 24px;
}

.modal-content {
    border: 0 !important;
}

.do-chart-content img {
    margin: 0 !important;
}

.do-chart-percentage {
    margin-left: 35px;
}

/*footer*/
.footer {
    background: #f5f7fb;
}

.footer p {
    padding: 24px 20px 12px;
    color: var(--DIsable, #adb4bf);
    line-height: 18px;
}

p.copyright {
    margin: 0 auto !important;
    padding-left: 84px;
}

/***********Learning Page***********/
.learning-stack {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(37, 46, 74, 0.1);
    background: #fff;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}

.stack-tablecontent {
    border-radius: 4px;
    border: 1px solid rgba(37, 46, 74, 0.1);
    background: #fff;
    padding: 24px 20px;
    margin-bottom: 30px;
}

.learning-stack h5 {
    margin: 24px 0;
    color: var(--Text-Primary, #252e4a);
    line-height: normal;
}

.learning-section {
    padding: 20px;
}

a.add-stack {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 11px 24px;
}

.add-btn {
    border-radius: 4px;
    background: var(--Primary, #3282c4);
    color: #fff;
    cursor: pointer;
    display: block;
    width: fit-content;
}

.modal-footer.cre-can .btn {
    border-radius: 4px;
    padding: 11px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    width: 151px;
}

.modal-footer.cre-can {
    border: 0;
}

.btn.btn-cancel,
.btn.btn-cancel:hover {
    border: 1px solid var(--Primary, #3282c4);
    color: var(--Primary, #3282c4);
}

.btn.btn-create,
.btn.btn-create:hover {
    background: var(--Primary, #3282c4);
    color: #fff;
}

.upload-img input.drop-zone_input {
    display: none;
}

/*
.thumb input {
    display: none;
} */

.upload-img {
    /* display: flex;
    align-items: center; */
    border-radius: 5px;
    /* border: 1.43px dashed var(--Default-input-stroke, #dedede); */
    width: 240px;
    /* height: 135px; */
}

.upload-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    cursor: pointer;
}

/* .upload-img label {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 34px 0;
    cursor: pointer;
} */

.upload-img p {
    color: var(--Primary, #3282c4);
    margin-bottom: 0;
    padding-top: 14px;
}

.stack-count label {
    margin-bottom: 16px;
    color: var(--Input-field-header, #767a7a);
}

.stack-count input {
    /* margin-bottom: 30px; */
    padding: 13px 0 13px 20px;
    border-radius: 6px;
    border: 1px solid var(--Default-input-stroke, #dedede);
    background: var(--Input-default, rgba(222, 222, 222, 0.1));
    width: 100%;
}
.form-tech {
    margin-bottom: 30px;
}

.stack-img {
    width: 395px;
    height: 320px;
}

.stack-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stack-count input:focus {
    border-radius: 4px;
    border: 1px solid #3282c4;
    background: var(--Input-Field---BG, #ebf3fa);
    outline: none;
}
.btn.btn-create a:hover,
.btn.btn-create a:visited {
    color: #fff;
    background-color: #3282c4;
}

textarea#des-text {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
    border: 1px solid var(--Default-input-stroke, #dedede);
    background: var(--Input-default, rgba(222, 222, 222, 0.1));
    padding: 15px 20px;
}

textarea#des-text:focus {
    /* outline: none; */
    box-shadow: none !important;
    /* border: none; */
    border-radius: 4px;
    border: 1px solid #3282c4;
    background: var(--Input-Field---BG, #ebf3fa);
    outline: none;
}

.table-responsive.any-role table {
    border-right: 1px solid rgba(37, 46, 74, 0.2);
    border-bottom: 1px solid rgba(37, 46, 74, 0.2);
    border-left: 1px solid rgba(37, 46, 74, 0.2);
    background: #fff;
}

.table-responsive.any-role table thead {
    border: 1px solid rgba(37, 46, 74, 0.2);
    background: var(--Input-Field---BG, #ebf3fa);
}

.table-responsive.any-role th {
    color: rgba(37, 46, 74, 0.6);
    font-weight: 500;
    padding: 15px 0 15px 15px;
}

td.text-co p {
    width: 200px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-responsive.any-role th,
.table-responsive.any-role td {
    white-space: nowrap;
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
}

.table-responsive.any-role td {
    color: var(--Text-Primary, #252e4a);
    font-weight: 400;
    padding: 10px 5px 10px 15px;
}

td.stack-output span {
    margin-right: 14px;
}

.page-popup .modal-dialog {
    max-width: 890px;
}

.page-popup .modal-dialog button.btn-close {
    padding: 0;
    margin: 0;
}

.tech-name.form-tech {
    display: flex;
    flex-direction: column;
    position: relative;
}

.modal-body.stack-count {
    margin-top: 20px;
    padding: 0;
}

.modal-content.stack-poup {
    padding: 25px 30px 30px;
}

.page-popup .modal-header {
    padding: 0 0 15px;
}

/**********Add stach***********/
.table-responsive.any-role {
    margin-top: 20px;
}

/********CourseviewPage*******/
.post-image {
    width: 251px;
    height: 130px;
    /* aspect-ratio: 1.9; */
    max-width: 100%;
}

.post-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
    /* background: #D9D9D9; */
}

.post-slide {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 3px 3px 2px rgba(6, 40, 61, 0.05);
    padding: 12px;
}

.resume-course {
    border-radius: 4px;
    background: var(--Primary, #3282c4);
    text-align: center;
    padding: 12px 20px;
}

.resume-course a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.post-content h3 {
    color: var(--Text-Primary, #252e4a);
    padding: 10px 0 16px;
}

.resume-course span {
    padding-left: 8px;
}

a.webc {
    color: #787e91;
}

.web-course a:hover {
    color: #252e4a;
}

.right-arrow {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.right-arrow img {
    width: 100%;
    height: 100%;
}

.web-course {
    padding-bottom: 35px;
    /* white-space: nowrap; */
    flex-wrap: wrap;
}

a.webc.active {
    color: #252e4a;
}

.course-view {
    padding-top: 35px;
}

.web-stack {
    width: 40px;
    height: 26px;
}

.web-stack img {
    width: 100%;
    height: 100%;
}

.tech-stack {
    align-items: baseline;
}

.tech-stack h5 {
    color: #252e4a;
}

.msg-show {
    min-width: 20px;
    height: 20px;
    display: flex;
    margin-right: 14px;
}

.msg-show img {
    width: 100%;
    height: 100%;
}

.warning {
    border-radius: 4px;
    background: #fff;
    margin-bottom: 20px;
}

.warning p {
    color: #7c8292;
    margin-right: 14px;
}

.warning h6 {
    color: var(--Primary, #3282c4);
    line-height: 18px;
    margin-right: 14px;
}

/* .upload-img {
    width: 240px;
    height: 135px;
} */
.edit-photo {
    width: 40px;
    height: 40px;
}
a.page-link.active {
    background: #3282c4;
}
a.paginate_button.current {
    background: #3282c4 !important;
    border: none !important;
    color: white !important;
}
.paginate_button:hover {
    background: #3282c4 !important;
    border: none !important;
}
a#DataTables_Table_0_previous:hover {
    background: #3282c4 !important;
    border: none !important;
    color: white !important;
}
div#DataTables_Table_0_length,
div#DataTables_Table_0_paginate {
    padding: 29px 0 0 0;
}
.edit-photo img {
    width: 100%;
    height: 100%;
}

.upload-content {
    padding: 0;
    /* width: 240px; */
    height: 135px;
}
#edit_Image {
    opacity: 0;
    margin-top: -60px;
    cursor: pointer;
    height: 40px !important;
    padding-bottom: 50px;
}
/* .upload-img .input {
    display: none;
} */

/******learning page empty state****/
.learning-stack.empty {
    background: unset;
    border: unset;
}

/********Delete popup*******/
.delete-detail .modal-header.no-head {
    margin-left: auto;
}

.modal-content.delete-detail {
    max-width: 454px;
    margin: auto;
    padding: 12px 30px 30px;
}

.del-icon {
    width: 70px;
    height: 70px;
    background: #ff6b63;
    border-radius: 50%;
    padding: 17px;
    margin: auto;
}

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

.modal-body.delete-sent-deatil h5,
.modal-body.delete-sent-deatil p {
    text-align: center;
}

.modal-body.delete-sent-deatil h5 {
    margin: 16px 0 10px;
    color: #333335;
}

.modal-body.delete-sent-deatil p {
    color: #333335;
}

.modal-footer.delete-button {
    border: 0;
    padding: 0;
    margin-top: 24px;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.delete-button .btn-cancel,
.delete-button .btn-create {
    width: 180px;
    padding: 10px 0;
    margin: 0;
}

.modal-body.delete-sent-deatil {
    padding: 0;
}

button.btn.btn-cancel {
    margin-right: 14px;
}
p.error {
    margin-bottom: 15px;
    color: var(--Error, #e84138);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
/* .pagenation-section {
    padding: 5px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 5px 5px 0px 0px;
} */
.pagenation-section {
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
    flex-wrap: wrap;
}
.pagnation-left {
    display: flex;
    align-items: center;
}
.pagnation-left h3 {
    /* font-family: 'MTTMilano-Medium'; */
    font-size: 15px;
    /* line-height: 23px; */
    /* color: #606060; */
    margin: 0 10px;
    font-weight: 600;
}
.btn-create a {
    color: #fff;
    text-decoration: none;
}
.select-icon {
    position: relative;
}
select.pagnation-count {
    width: 57px;
    height: 35px;
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-icon:after {
    content: "";
    width: 25px;
    height: 100%;
    position: absolute;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/select-page-count-icon.png);
}
.pagination {
    margin: 0 !important;
    align-items: center;
}
.pagination li.page-item {
    margin: 0 5px;
}
a.page-link {
    border-radius: 8px;
}
div#DataTables_Table_0_length select {
    border-radius: 8px !important;
}
.paginate_button {
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin: 0 5px !important;
    border: 1px solid #80808026 !important;
}

.upload-img {
    position: relative;
}

.upload-img label {
    position: absolute;
    inset: 0;
}
.upload-img .img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.edit-option {
    position: absolute;
    width: 26px;
    height: 26px;
    right: 12px;
    top: 12px;
    background: #3282c4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
}
.edit-option img {
    width: 100%;
    height: 100%;
}

#video-popup .btn-close {
    margin-left: auto;
}
.embed-video {
    width: 539px;
    height: 330px;
}
.embed-video iframe {
    width: 100%;
    height: 100%;
}
/******Scrollbar****/
textarea#des-text::-webkit-scrollbar {
    width: 3px;
}
/* Track */
textarea#des-text::-webkit-scrollbar-track {
    background: #fff;
}
/* Handle */
textarea#des-text::-webkit-scrollbar-thumb {
    background: #d1d3d4;
}
/* Handle on hover */
textarea#des-text::-webkit-scrollbar-thumb:hover {
    background: blue;
}
/********Edit stack popup thumbnail *******/
.upload-content-detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
/****Youtube Overlay****/
.video iframe {
    border: 0;
    width: 100%;
    height: 100%;
}
.modal-content.project-video {
    padding: 12px 16px 50px 46px;
    max-width: 639px !important;
    margin: auto;
    background: var(--Input-Field---BG, #ebf3fa);
}
.modal-header.material-video {
    margin-left: auto;
}
.modal-body.video-pause {
    padding: 0;
    width: 100%;
}
.project-button .btn-cancel,
.project-button .btn.btn-create {
    width: 150px;
    padding: 11px 24px;
    font-size: 14px;
    font-weight: 500;
}
.modal-footer.project-button img {
    padding-right: 8px;
}
.modal-footer.project-button {
    justify-content: center;
    border: 0;
}
.modal-body.project-stack {
    padding: 20px 0 30px 0;
}
.proj-title label {
    color: var(--Input-field-header, #767a7a);
    margin-bottom: 16px;
}
.proj-title p {
    color: var(--Input-text, #333335);
}
.proj-title {
    margin-bottom: 40px;
}
.descript label {
    margin-bottom: 16px;
    color: var(--Input-field-header, #767a7a);
}
.project-stack textarea#des-text {
    background: unset;
    border: unset;
    overflow: auto;
    height: 160px;
    color: var(--Input-text, #333335);
    padding: 0;
}
.paste img {
    width: 100%;
    height: 100%;
}
.radio-value {
    align-items: baseline;
    margin-bottom: 47px;
}
.radio-value input {
    width: 30px;
    margin: 0;
}

.paste {
    width: 20px;
    height: 20px;
    right: 18px;
    position: absolute;
    top: 44px;
}

.tech-id.form-tech.type-project label {
    margin-bottom: 24px;
}

.radio-value label {
    margin: 0 !important;
}

.add-pro-btn {
    background: var(--Primary, #3282c4);
    color: #fff;
    width: fit-content;
    border-radius: 4px;
    padding: 8px 16px;
    position: absolute;
    right: 8px;
    top: 39px;
}

.tech-name.form-tech.duration input {
    width: 70%;
}

.pro-month select {
    border-radius: 6px;
    border: 1px solid var(--Default-input-stroke, #dedede);
    background: var(--Input-default, rgba(222, 222, 222, 0.1));
    padding: 14px 20px 10px 16px;
    margin-left: 16px;
    width: fit-content;
    margin-bottom: 30px;
    color: var(--Place-holder-text, rgba(37, 46, 74, 0.4));
}

.react-js {
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border: 1px solid var(--Primary, #3282c4);
    background: var(--Input-Field---BG, #ebf3fa);
    box-shadow: 0px 3px 3px 2px rgba(6, 40, 61, 0.05);
    margin-right: 10px;
    padding: 0px 8px;
}

.tech-name.form-tech.add-proj- input {
    margin-bottom: 9px;
}

.react-js p {
    padding-right: 6px;
}

.project-name {
    margin-bottom: 34px;
    flex-wrap: wrap;
}

.modal-backdrop.show {
    opacity: 0.3 !important;
}

#edit-material .tech-name.form-tech input {
    padding-right: 60px;
}

#edit-project .tech-name.form-tech input {
    padding-right: 60px;
}

/*****Events and Info*******/
.add-events-page.d-flex {
    position: relative;
    width: 50%;
}

.calen-clock,
.calender-clock {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 14px;
}

.add-events-time.d-flex {
    position: relative;
    width: 40%;
    margin-left: 16px;
}

#event-project-detail .modal-footer.project-button {
    justify-content: flex-end;
}

/*****Timesheet******/
.main-bg.learning-section.as-progress {
    padding: 0;
}

.progress-detail ul {
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.progress-detail {
    background: #fff;
    box-shadow: 0px 2px 12px 1px rgba(6, 40, 61, 0.06);
    margin-bottom: 20px;
}

.progress-detail li.active {
    color: var(--Primary, #3282c4);
    font-weight: 500;
    border-bottom: 2px solid #3282c4;
}

.progress-detail li a:hover {
    color: #3282c4;
    font-weight: 500;
    /* border-bottom: 2px solid #3282C4; */
    /* transition: 0.5s; */
}

.progress-detail li a {
    position: relative;
    padding-bottom: 10px;
}

.progress-detail li {
    padding: 10px 26px;
    color: #252e4a;
}

.training-plan {
    border-radius: 4px;
    border: 1px solid rgba(37, 46, 74, 0.1);
    background: #fff;
    padding: 24px 20px;
}

td.low p {
    color: var(--Error, #e84138);
}
.pagenation-section {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    flex-wrap: wrap;
    float: none;
    gap: 20px;
}
a.page-link {
    font-size: 15px;
    font-weight: 600;
}

/* Datatabel Styles */
.dataTables_length {
    margin-top: 5px;
}
.dataTables_filter {
    margin-bottom: 5px;
}
.dataTables_filter input {
    max-width: 171px;
}
.custom-data-design {
    margin-top: 10px !important;
}

th {
    border-top: 2px solid #dddddd;
}

.resume-course svg path {
    stroke: #ffff;
}
.resume-course a {
    margin-right: 10px;
}
.password-section {
    background: var(--Primary, #3282c4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    min-height: 100vh;
}

.modal-footer.check-btn {
    border-top: unset;
    padding: 0;
}

.check-btn a.btn.btn-send {
    font-weight: 500;
    margin-top: 20px;
}

.modal-body.mail-sent-deatil p {
    color: #282828;
    margin: 0;
}

.modal-footer.check-btn img {
    margin-left: 10px;
}

input#email:focus,
input#password:focus,
input#re-pass:focus,
input#pass-wo:focus {
    border-radius: 4px;
    border: 1px solid #3282c4;
    background: var(--Input-Field---BG, #ebf3fa);
    outline: none;
    color: #282828;
}
input#email,
input#password,
input#re-pass,
input#pass-wo {
    padding: 13px 20px;
    border-radius: 6px;
    border: 1px solid #dedede;
    background: var(--Input-default, rgba(222, 222, 222, 0.1));
    display: block;
    color: var(--Place-holder-text, rgba(37, 46, 74, 0.4));
    font-weight: 400;
}
input#password,
input#re-pass {
    width: 350px;
}
.updated-addImage,
.updated-addImageMaterial {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn.btn-create,
.btn.btn-create {
    padding: 10px 24px;
}
.profile-update-btn.profile-update {
    margin-top: 30px;
}
.btn-create.editForm {
    margin-left: 16px;
}
/****Profile page***/
.myprofile-page a.list-group-item.list-group-item-action span {
    display: none;
}

.myprofile-page .menu-section {
    width: 95px;
}

.myprofile-page .mobile-logo {
    display: block;
}

.myprofile-page .mobile-logo.top {
    display: none;
}

.myprofile-page .top-head {
    display: none;
}

.myprofile-page a.list-group-item.list-group-item-action {
    display: flex;
    align-items: center;
    justify-content: center;
}

.myprofile-page nav.navbar.navbar-expand-lg.dashboard-content {
    width: calc(100% - 95px);
}

.myprofile-page .toggled .menu-section {
    width: 95px;
}

.myprofile-page .toggled .page-wrapper {
    width: calc(100% - 95px);
}

.myprofile-page .toggled .mobile-logo {
    display: none;
}

.myprofile-page .toggled .top-head.text-center {
    display: block;
}

.myprofile-page .toggled .primary-bg.menu-section {
    width: 95px;
}

.myprofile-page
    .toggled
    .menu-section
    .list-group-item.list-group-item-action
    span {
    margin-left: 12px;
}

.vertical-tabs {
    border-right: 1px solid rgba(37, 46, 74, 0.1);
    background: #fff;
    min-height: 100vh;
}
a.nav-link.pro-list-item.active {
    background: var(--Primary, #3282c4);
    border-radius: unset;
}
.nav-link.pro-list-item {
    padding: 17px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #252e4a;
}

.nav-link.pro-list-item:hover {
    color: #252e4a;
}

li.nav-item.pro-security {
    margin-bottom: 10px;
}

.genral-infor {
    border-radius: 4px;
    border: 0.75px solid rgba(37, 46, 74, 0.1);
    background: #fff;
    padding: 30px;
    margin-top: 20px;
}

.profile-edit-btn {
    border-radius: 4px;
    background: var(--Primary, #3282c4);
    width: fit-content;
    padding: 10px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0;
}

.profile-creation {
    padding-bottom: 30px;
}

.profile-update {
    margin-right: 16px;
    width: 80px;
    height: 80px;
}

.login-name {
    margin-right: 24px;
    width: fit-content;
}

.login-name label {
    color: var(--Input-field-header, #767a7a);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 16px;
}

input#fname,
input#lname,
input#c-pass,
input#n-pass,
input#rest-password {
    border-radius: 6px;
    border: 1px solid var(--Default-input-stroke, #dedede);
    background: var(--Input-default, rgba(222, 222, 222, 0.1));
    padding: 13px 20px;
    width: 340px;
}

.genral-infor h6 {
    color: var(--Text-Primary, #252e4a);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 30px;
}

.admin-profile h6 {
    color: #699765;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    background: rgba(105, 151, 101, 0.16);
    padding: 6px;
    width: fit-content;
    margin-bottom: 12px;
}

.admin-profile p {
    color: var(--Text-Primary, #252e4a);
    font-size: 20px;
    font-weight: 600;
    line-height: 18px;
}

a.btn.cancel {
    border-radius: 4px;
    border: 1px solid var(--Primary, #3282c4);
    color: #3282c4;
}

.profile-update-btn a {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
a.btn.save {
    border-radius: 4px;
    background: var(--Primary, #3282c4);
    color: #fff;
    margin-left: 16px;
}
a.btn.cancel:hover {
    color: #3282c4;
}
.login-name {
    position: relative;
    width: 340px;
}
.profile-ctrl {
    margin-top: 15px;
    color: #3284c4;
}

button.btn.remove-profile-btn {
    padding: 0;
    font-size: 14px;
}

.profile-ctrl label {
    margin-right: 16px;
    font-size: 14px;
    cursor: pointer;
}
.login-name {
    margin-bottom: 15px;
}
.profile-update-btn.cancel-buttons {
    margin-top: 15px;
}
a.btn.cancel.cancel-btn {
    margin-right: 16px;
}
.genral-infor.warning {
    margin-bottom: 0;
}

input#fname:focus,
input#lname:focus,
input#c-pass:focus,
input#n-pass:focus,
input#rest-password:focus {
    border-radius: 4px;
    border: 1px solid #3282c4;
    background: var(--Input-Field---BG, #ebf3fa);
    outline: none;
}


.profile-update img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.modal-footer.project-button.showeventinfo {
    justify-content: flex-end;
}

/*****Timesheet******/
.main-bg.learning-section.as-progress {
    padding: 0;
}

.progress-detail ul {
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.progress-detail {
    border-radius: 4px;
    border: 1px solid rgba(37, 46, 74, 0.10);
    background: #FFF;
    padding: 20px;
}

.progress-detail li.active {
    color: var(--Primary, #3282C4);
    font-weight: 500;
    border-bottom: 2px solid #3282C4;

}

.progress-detail li a:hover {
    color: #3282C4;
    font-weight: 500;
    /* border-bottom: 2px solid #3282C4; */
    /* transition: 0.5s; */
}

.progress-detail li a {
    position: relative;
    /* padding-bottom: 10px; */
}

/* .progress-detail li {
    padding: 10px 26px;
    color: #252E4A;
} */

.training-plan {
    border-radius: 4px;
    border: 1px solid rgba(37, 46, 74, 0.10);
    background: #FFF;
    padding: 24px 20px;
}

td.low p {
    color: var(--Error, #E84138);
}

.pagenation-section {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    flex-wrap: wrap;
    float: none;
    gap: 20px;
}

a.page-link {
    font-size: 15px;
    font-weight: 600;
}

/********TIMESHEET*************/
.nav-link.tab-list {
    padding: 17px 26px;
    color: #252E4A;
    font-weight: 500;
    line-height: 18px;
    font-size: 16px;
    outline: none;
    background: none !important;
}

.nav-link.tab-list:hover, .nav-link.tab-list.active {
    color: #3282C4 !important;
    border-bottom: 2px solid #3282C4;
    border-radius: 0;
    /* transition: 0.5s; */
}

.btn-close img {
    width: 24px;
    height: 24px;
}

.as-tabs {
    background: #FFF;
    box-shadow: 0px 2px 12px 1px rgba(6, 40, 61, 0.06);
    margin-bottom: 20px;
}

button#pills-home-tab {
    background: none !important;
    /* color: #3284C2 !important; */
    /* border-bottom: 2px solid #3282C4; */
    border-radius: 0;
}

/****Timesheet no data found*/
.progress-section .learning-stack.empty {
    display: none;
}

/****End***/

.date-header {
    display: flex;
    gap: 1vw;
    /* justify-content: space-between; */
    row-gap: 20px;
    border-radius: 4px;
    border: 1px solid var(--Default-input-stroke, #DEDEDE);
    background: var(--Input-default, rgba(222, 222, 222, 0.10));
    padding: 16px 20px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.date-section {
    display: flex;
    /* gap: 20px; */
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    flex-wrap: wrap;
}

.date-section::after {
    position: absolute;
    content: '';
    top: 20px;
    right: -15px;
    border: 1px solid #DEDEDE;
    height: 54px;
}

.date-section:nth-last-child(1)::after {
    border: 0;
}

.date-form {
    flex-direction: column;
    position: relative;
    margin-right: 16px;
}

.date-form input,
.date-form select {
    border-radius: 4px;
    border: 1px solid var(--Default-input-stroke, #DEDEDE);
    background: var(--Input-default, rgba(222, 222, 222, 0.10));
    color: var(--Text---in---field, #333335);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 10px 20px;
    outline: none;
}

.date-form input:focus,
.date-form select:focus {
    border: 1px solid var(--Primary, #3282C4);
    background: var(--Input-Field---BG, #EBF3FA);
}

.date-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    background: white;
    pointer-events: none;
    bottom: 12px;
    display: flex;
    /* align-items: center;
    justify-content: space-evenly; */
}

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

.search-items {
    border-radius: 4px;
    border: 1px solid var(--Primary, #3282C4);
    background: var(--Primary, #3282C4);
}

.search-items img {
    padding: 10px 20px;
}

.date-form label {
    margin-bottom: 12px;
    color: #767A7A;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

button.rotate {
    color: #3282C4;
    font-size: 15px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 4px;
    border: 1px solid var(--Primary, #3282C4);
    background: #FCFCFC;
    padding: 10px;
}

button.rotate img {
    margin-right: 8px;
}

/* new Registration */


/****Registration Section****/
.registration-section {
    padding-top: 20px;
}

td.reject p {
    color: #E84138;
    font-weight: 500;
}

.registration-section .date-section::after {
    border: unset;
}

/* .registration-section .date-header {
    gap: 0;
    row-gap: 20px;
} */

select {
    cursor: pointer;
}

.resume-details {
    border-radius: 4px;
    border: 0.75px solid rgba(37, 46, 74, 0.10);
    background: #FFF;
    padding: 20px 30px 30px;
}

.resume-name {
    border-bottom: 1px solid #D3D5DB;
    padding-bottom: 20px;
}

.resume-name a {
    border-radius: 4px;
    background: var(--Success, #6AAA43);
    padding: 10px 24px;
    color: #fff;
}

.resume {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.resume img {
    width: 100%;
    height: 100%;
}

.resume-form {
    margin-top: 30px;
}

a.g-access {
    border-radius: 4px;
    background: var(--Primary, #3282C4);
    padding: 10px 24px;
    color: #fff;
    margin-right: 20px;
    margin-top: 30px;
}

a.g-reject {
    border-radius: 4px;
    background: var(--Secondary, #6AAA43);
    padding: 10px 24px;
    color: #fff;
    max-width: 150px;
}

.access-btn {

    padding: 0 !important;
}
.access-btn a{
    display: inline-block;
}
.resume-form input, .login-first.error select  {
    margin-bottom: 30px;
    width: 95%;
    border-radius: 6px;
    border: 1px solid rgba(222, 222, 222, 0.50);
    background: var(--Input-default, rgba(222, 222, 222, 0.10));
    padding: 13px 20px !important;

}
.login-first.error select{
    -moz-appearance: none;
    -webkit-appearance: none;
}
.resume-form input:focus{
    border-radius: 4px;
border: 1px solid var(--Primary, #3282C4);
background: var(--Input-Field---BG, #EBF3FA);
outline: none;
}
.resume-form .radio-value{
    margin-bottom: 30px;
}
.resume-form label{
    color: var(--Input-field-header, #767A7A);
    margin-bottom: 16px;
}
.login-first.error {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position:relative;
}
.resume-form .date-icon {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 30px;
    background: white;
    pointer-events: none;
    bottom: 45px;
    display: flex;
}
.resume-form .i-icon {
    position: absolute;
    background: url(../images/eye.png);
    width: 24px;
    height: 24px;
    right: 37px;
    top: 41%;
    cursor: pointer;
}
.resume-form .arrow-p {
    position: absolute;
    right: 37px;
    height: 16px;
    width: 16px;
    top: 39px;
}
.resume-form .radio-value input {
    width: 9%;
    margin-right: 10px;
}
.resume-form .radio-value label{
    margin-right: 20px !important;
    white-space: nowrap;
}

.resume-form .tech-id.form-tech.type-project label {
    margin-bottom: 26px;
}
.war-icon{
    text-align: center;
}
.reg-img {
    width: 280px;
    height: 226px;
}
.reg-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.modal-header.register-send {
    border-bottom: unset;
    margin-left: auto;
    padding: 20px 20px 0 0 !important;
}
.modal-body.register-main-detail {
    padding: 0 20px 20px 20px;
}
.modal-body.register-main-detail h6 {
    color: var(--Text-Primary, #252E4A);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 2px;
}

.modal-body.register-main-detail p {
    color: var(--Input-field-header, #767A7A);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 38px;
}

.modal-body.register-main-detail h5{
    color: var(--Input-text, #333335);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 16px;
}
.input-send-btn input#popup-email {
    border-radius: 6px;
    border: 1px solid var(--Default-input-stroke, #DEDEDE);
    background: var(--Input-default, rgba(222, 222, 222, 0.10));
    outline: none;
    padding: 13px 20px;
    margin-right: 14px;
    height: 42px;
    width: 100%;
}

.input-send-btn a {
    border-radius: 4px;
    background: var(--Primary, #3282C4);
    color: #fff;
    padding: 12px 24px;
    display: inline-block;
    width: 151px;
    height: 42px;
    text-align: center;
}
.mail-receive .modal-header {
    margin-left: auto;
    border-bottom:unset;
    padding:20px 17px 0 0;
}
.mail-receive {
    width: 455px !important;
    margin: auto;
    padding-bottom: 40px;
}

.mail-receive .modal-header {
    margin-left: auto;
    border-bottom:unset;
    padding:20px 17px 0 0;
}


.mail-receive h5 {
    color: #282828;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    text-align: center;
}

.mail-receive p {
    color: #282828;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.mail-icon {
    width: 72px;
    height: 80px;
    text-align: center !important;
}

.mail-icon img {
    width: 100%;
    height: 100%;
}
.modal-content.mail-receive .modal-body {
    padding-bottom: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.registration-section .learning-stack.empty {
    display: flex !important;
    justify-content: center;
    align-items: center;

}
.namefilter{
    max-width: 200px !important;
}
.reg-condition{
    max-width: 164px !important;
}
.src-button {
    margin-top: 15px;
}
.invalid-email{
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}
.radio[disabled] {
    background-color: #dc3545;
}
.input_field_register{
    line-height: 15px;
    font-size: 14px;
    height: 42px;
}

/* new Registration */
.modal-content.tech-material {
    width: 70%;
    margin: auto;
    padding: 30px;
}

.techno .date-form {
    position: relative;
    margin-bottom: 32px;
}

.arrow-p {
    position: absolute;
    right: 20px;
    bottom: 6px;
}

.techno select#status {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.tech-name-list span {
    color: #767A7A;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-right: 30px;
    padding-bottom: 30px;
    display: inline-block;
}

.course-progress p {
    color: #6D7785;
    text-transform: capitalize;
}
.course-progress h6 {
     color: #6AAA43;
}
.course-progress {
    margin-bottom: 12px;
}
.course-progress {
    margin-bottom: 12px;
}

.post-slide .progress {
    margin-bottom: 20px;
}
.post-slide{
    height: 100%;
}
.post-slide .progress .progress-bar {
    background-color: #6AAA43;
}

/* master data */
<!----CSS---->



/********Master Data*******/

td.inprogress p {
    color: #E46A11;
    font-weight: 500;
}
td.hired p {
    color: #6AAA43;
    font-weight: 500;
}
td.jobready p {
    color: #3282C4;
    font-weight: 500;
}
td.term p {
    color: #E84138;
    font-weight: 500;
}
.masterdata .date-section::after{
    border: unset;
}
.masterdata .date-header{
    gap: 0px;
    row-gap: 20px;
}
.masterdata .arrow-p {
    position: absolute;
    right: 11px;
    bottom: 7px;
}
.masterdata .date-header select{
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 200px;
    padding: 12px 20px;
}
.m-group-one img {
    padding: 0;
}
.m-group-two img {
    background-color: #6AAA43;
}
.m-group-three img{
    background-color: #E46A11;
}
.m-group-four img{
    background-color: #E84138;
}
.m-group-five img{
    background-color: #32BBC4;
}
.main-bg.masterdata .course.book {
    padding: 18px 14px;
}
.main-bg.masterdata .course-no{
    padding-left: 16px;
}
.aspirant-data {
    padding: 0;
    margin-bottom: 20px;
}
.aspirant-data h5 {
    color: #252E4A;
}
.aspirant-data p {
    color: #252E4A;
}

.aspirant-data h6 {
    color: #767A7A;
    margin: 0 2px 0 14px;
}
.up-square {
    width: 16px;
    height: 16px;
}
.master-img {
    height: 80px;
    width: 80px;
}
.master-img img {
    width: 100%;
    height: 100%;
}
.master-profile {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 3px 3px 2px rgba(6, 40, 61, 0.05);
    padding: 24px;
}

.m-pf-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #d3d5db;
}
.m-pf-detail h5 {
    padding: 16px 0 8px;
    color: #252E4A;
    line-height: 16px;
}

.m-pf-detail h6 {
    color: #333335;
    line-height: 20px;
}

.m-pf-detail p {
    line-height: 20px;
    color: #767A7A;
    padding: 6px 0 24px;
}
.personal-details li {
    margin-bottom: 17px;
}
.personal-details h5 {
    margin: 25px 0 24px;
    color: #2D3748;
    line-height: 14px;
}
.personal-details h6 {
    color: #333335;
    line-height: 22px;
    margin-bottom: 8px;
}

.personal-details p {
    color:#767A7A;
    line-height: 22px;
}
.social h5 {
    margin: 30px 0 24px;
}
.social span {margin-right: 20px;}
.personal-contact {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.job-status {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 3px 3px 2px rgba(6, 40, 61, 0.05);
    padding: 16px 20px 17px 24px;
}
.job-radio h5 {
    color: #2D3748;
    padding-bottom: 22px;
}
.edit-master {
    border-radius: 4px;
    background: #3282C4;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 10px 24px;
    outline: none;
    border:unset;
}
.job-detail {
    align-items: flex-end;
}
.job-radio label {
    color: #ADB4BF;
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 20px;
}
.job-radio input {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.document-detail {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 3px 3px 2px rgba(6, 40, 61, 0.05);
    padding: 20px 20px 0px 20px;
    margin: 20px 0;
}
.document-proof {
    margin-top: 20px;
}
.document-detail h6 {
    color: #2D3748;
    border-bottom: 1px solid #ded5db;
    padding-bottom: 20px;
}
.proof-detail h5 {
    color: #333335;
    line-height: 22px;
    margin-bottom: 17px;
}
.pdf {
    width: 20px;
    height: 20px;
}
.join p {
    color: #767A7A;
}
.pdf img, .export-master img {
    width: 100%;
    height: 100%;
}
.export-master {
    width: 18px;
    height: 18px;
}
.proof-detail p{
    color: #767A7A;
    line-height: 22px;
    margin: 0 10px 0 8px;
}
.aadhar-detail {
    margin-bottom: 30px;
}
.personal-about a {
    border-radius: 4px;
    background: #6AAA43;
    color: #FFF;
    line-height: normal;
    padding: 10px 24px;
}
.personal-head h5 {
    color: #2D3748;
   margin-bottom: 14px;
}
.personal-head p {
    color: #767A7A;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.joining-date {
    margin: 24px 0;
}
.join h5 {
    color: #2D3748;
    margin-right: 8px;
}
.user-data {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 3px 3px 2px rgba(6, 40, 61, 0.05);
    padding: 20px;
}
.contact-detail p {
    color: #767A7A;
}
.master-personl {
    flex-wrap: wrap;
}
/* master data */

/* Interview */


/* .user-timesheet {
    padding-top: 20px;
} */

ol.breadcrumb.ad-sck {
    align-items: center;
    margin-bottom: 35px;
}

.ad-sck li.breadcrumb-item a, .ad-sck li.breadcrumb-item a:hover {
    color: #787E91 !important;
}

li.breadcrumb-item.active {
    border-bottom: unset;
}

li.breadcrumb-item.active {
    color: #252E4A !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

.usertime-id {
    position: relative;
}
.usertime-id p {
    color: #252E4A;
}
.usertime-id::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 26px;
    border: 4px solid #6AAA43;
    left: -18px;
    top: -4px;
}

.feedback-count {
    padding: 24px 0 30px;
}

.feedback-count h5 {
    margin: 0;
    padding-bottom: 10px;
    color: #252E4A;
}

.feedback-count p {
    color: #767A7A;
    line-height: 24px;
    margin-bottom: 0;
}

.modal-footer.viewqus {
    border-top: unset;
    padding: 0;
}

.modal-body.stack-count {
    margin-top: 20px;
    padding: 0;
}

.page-popup .modal-header {
    padding: 0 0 15px;
}

.modal-content.stack-poup {
    padding: 25px 30px 30px;
}

.feedback-one .course-offer img {
    background: #E99F42;
}

.feedback-two .course-offer img {
    background: #E1E129;
}

.feedback-three .course-offer img {
    background: #5AB464;
}

.feed-book .course-no {
    padding-left: 16px;
}

.feed-book .course-no h5 {
    padding-bottom: 7px;
}

.feed-book .course-no p {
    color: #3B435C;
}

.feed-book {
    position: relative;
}

.feed-book::after {
    position: absolute;
    content: '';
    height: 34px;
    top: 11px;
    border: 1px solid #EBEBEB;
    right: -8px;
}

.feedback-three .feed-book::after {
    border: unset;
}

.profile-feedback .course-offer img {
    padding: 0;
    object-fit: cover;
}

.feedback-star i {
    color: #f4a403;
}

.feedback-detail {
    border-radius: 4px;
    border: 0.75px solid rgba(37, 46, 74, 0.10);
    background: #FFF;
    padding: 18px 20px;
    margin-bottom: 24px;
}

.question-paper span {
    margin-right: 25px;
    color: #252E4A;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.question-paper {
    margin-bottom: 20px;
}

#question .modal-content .feedback-count::-webkit-scrollbar {
    width: 10px;

}


#question .modal-content .feedback-count::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 10px;
}


#question .modal-content .feedback-count::-webkit-scrollbar-thumb {
    background: #333335;
    border-radius: 10px;
}


#question .modal-content .feedback-count::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#question .modal-content .feedback-count {
    overflow-y: scroll;
    height: 314px;
    padding-top: 0;
    margin-top: 24px;
}

.question-paper span:last-child {
    margin: 0;
}
/* Interview */

/* Productive Page */
.journey-timeline {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 3px 3px 2px rgba(6, 40, 61, 0.05);
    margin-bottom: 20px;
    padding: 24px;
}

.journey-timeline h6 {
    color: var(--Text-Primary, #252E4A);
    margin-bottom: 24px;
    font-size: 20px;
}

.stage-level {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 842px;
}

.stage-flow {
    position: relative;
}

.stage-flow.orange-line p {
    color: #FF6636;
}

p.productive-time {
    font-size: 14px;
    font-weight: 500;
    line-height: 12px;
    margin-bottom: 6px;
}

.block {
    background-color: #FF6636;
    width: 132px;
    height: 34px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    z-index: 999;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.stage-flow.orange-line p {
    color: #FF6636;
}
p.btm-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #252E4A !important;
    margin-top: 10px;
}

.stage-flow:after {
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 47%;
    z-index: 10;
}

.stage-flow.blue-line:after {
    background-color: #FF6636;
}

.stage-flow .blue {
    background: #3282C4;
}

.stage-flow.blue-line:after {
    background-color: #FF6636;
}

.stage-flow .green {
    background-color: #6AAA43;
}

.stage-flow.green-line:after {
    background-color: #3282C4;
}

.block.yellow {
    background-color: #FFAA00;
}

.stage-flow.yellow-line:after {
    background-color: #6AAA43;
}

.product-rate {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 3px 3px 2px rgba(6, 40, 61, 0.05);
    padding: 32px 20px 25px;
}

.progress-section .tech-stack {
    padding: 0;
}

tr.grand-value td {
    font-weight: 600 !important;
}

tr.total-value {
    border-right: 1px solid rgba(37, 46, 74, 0.20);
    border-bottom: 1px solid rgba(37, 46, 74, 0.20);
    border-left: 1px solid rgba(37, 46, 74, 0.20);
    background: var(--Primary, #3282C4);
}
.block:after {
    color: #FF6636;
    border-left: 13px solid;
    border-top: 18px solid transparent;
    border-bottom: 16px solid transparent;
    display: inline-block;
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
}
.stage-flow.blue-line .block::after {
    color: #3282C4;
}
.stage-flow.green-line .block:after {
    color: #6AAA43;
}
.stage-flow.yellow-line .block::after {
    color: #FFAA00;
}
tr.total-value td {
    color: #fff !important;
}
.content-divider {
    padding: 0 20px;
}

.reg-filter .date-section {
    justify-content: unset;
    gap: 12px;
}

.reg-filter .date-form {
    flex: 1 1 100px;
    max-width: 160px;
    margin: unset;
}
.mas-header .date-section {
    justify-content: unset;
    gap: 20px;
}

.mas-header .date-form {
    flex: 1 1 100px;
    max-width: 160px;
    margin: unset;
}
.asp-set {
    margin-left: 10px;
}

.export-js-btn {
    background-color: #3282c4;
    color: #fff;
    outline: none;
    border-radius: 4px;
    padding: 8px 10px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    float: right;
    margin-bottom: 15px;
    margin-left: 5px;
}

.timesheet-gap .table-responsive.any-role {
    margin-top: 0;
}
.table-responsive.any-role.tab-space td {
    line-height: 24px !important;
}
.star-rating {
    display:flex;
    flex-direction: row-reverse;
    font-size:1.5em;
    justify-content:space-around;
    padding:0 .2em;
    text-align:center;
    width:5em;
  }
  .star-rating input {
    display:none;
  }
  .star-rating label {
    color:#ccc;
    cursor:pointer;
  }
  .star-rating :checked ~ label {
    color:#f90;
  }
  .star-rating label:hover,
  .star-rating label:hover ~ label {
    color:#fc0;
  }


.reg-check{
    overflow-y: scroll;
}

.reg-check::-webkit-scrollbar{
    visibility: hidden;
}
.cursor{
    cursor: pointer;
}
.on-boards {
    border-radius: 6px;
    background: #feffff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 15, 0.1),
        0px -1px 4px 0px rgba(0, 0, 15, 0.1);
    padding: 10px 16px;
    margin-bottom: 30px;
    height: 12em;
    overflow: hidden;
}

.pre_loader{
    display: none;
}
.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1100;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  h3.no-request {
    align-content: center;
    align-items: center;
    height: 100%;
    color: grey;
    user-select: none;
    text-align: center;
}

.add_edit_event-information{
    column-gap: 30px;
}
.ProductiveRate {
    margin-left: 12px;
}
.ProductiveRate.green{
    border-left: solid 4px #6AAA43;
}
.ProductiveRate.red{
    border-left: solid 4px #FF6636;
}
.ProductiveRate.blue{
    border-left: solid 4px #3282C4;
}
.ProductiveRate.yellow{
    border-left: solid 4px #FFAA00;
}
.cke_notification_message{
    display: none !important;
   }
   .cke_notification_warning{
    display: none !important;
   }

   .rotate a {
    color: inherit; /* inherit color from parent */
    text-decoration: none; /* remove underline from link */
}
.rotate:hover a {
    color: #8198a4; /* change text color to black on hover */
}

.upload-content {
    border: 2px dotted #3282c4; /* Dotted border with blue color */
    padding: 10px; /* Space between the border and content */
    border-radius: 5px; /* Optional: Rounded corners */
}
.text-co p {
  line-height: normal;
}