.flash_msg_body {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(30, 30, 30, .9);
    z-index: 9999;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flash_message {
    padding: 15px;
    border-radius: 10px;
    max-width: max-content;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    z-index: 9999999;
    justify-content: center;
}

.flash_message span.icon {
    width: 25px;
    display: inline-block;
    margin-right: 10px;
}

.flash_message .msg {
    color: #fff;
    text-align: left;
    font-size: 15px;
}

.flash_message.warning {
    background: #ffd029;
}

.flash_message.error {
    background: #fc0014;
}

.flash_message.success {
    background: #008972;
}

input[type=checkbox] {
    accent-color: #008376
}

label.error {
    color: #fc0014;
    font-size: 13px;
    margin-top: 5px;
}

.error_input {
    color: #fc0014;
}

.success_input {
    color: #008972;
}

.ui-datepicker {
    z-index: 9999!important;
}

.input-item {
    cursor: text;
}

.accordion-header:hover {
    cursor: pointer;
}

.tick-bx.approved {
    background-color: #519c66;
}

.tick-bx.rejected {
    background-color: #f64d44;
}

span.breadscrum:first-child {
    margin-right: 0px;
}

.django-ckeditor-widget {
    width: 100%;
}

.table-raw-box {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    justify-content: start;
    align-items: center;
    width: 100%;
    min-height: 35px;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: var(--deep-black);
}

.table-raw-box ol li {
    list-style-type: decimal;
}

.table-raw-box ul li {
    margin: 0px 20px;
    list-style: square;
}

.image-name-uploaded {
    color: var(--light-grey);
    line-height: 27px;
}

.input_box .SumoSelect {
    width: 100%;
}

.video-box .vid-tumb a img {
    width: 100%;
    margin-right: 0 !important;
}

.no-job-found {
    min-height: 50vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
}

.expiry span {
    color: var(--light-grey);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px;
}

#play-this-item {
    cursor: pointer
}

.join-now-btn {
    cursor: pointer
}

#rqst-subject {
    height: 35px;
    border: 1px solid #E7E7E7;
    font-weight: 400;
    font-size: 14px;
    color: var(--deep-black);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 0 10px 0;
}

.training-up-section .corporate-video-upload,
.training-up-section .video-upload-box {
    margin: 0;
    width: 66%;
}

.training-up-section .video-upload-box {
    margin-bottom: 15px;
}

.training-up-section .crp-vid-up {
    margin-top: 15px;
}

.event-video-list .no-data-found {
    margin: 0 1%;
}

p.content-title.active {
    color: #008e0e;
}

.training-inside .join-now-sec {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
    position: relative;
    background-color: #efefef;
    margin-top: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.training-inside .join-now-sec video {
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.training-inside .join-now-sec .join-sec-wrapper {
    position: absolute;
}

.pdf-image {
    width: 70px;
    height: auto;
}

.join-now-sec .course-title {
    margin: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--deep-black);
    text-align: center;
    max-width: 625px;
}

.search-payroll {
    margin-right: 0 !important;
}

.search-payroll>* {
    margin: 0 10px;
}

.gradient-button {
    cursor: pointer !important;
}

.total_ctc_row {
    background-color: #00A293;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

.new-job-popup.salaryslip-popup {
    width: 100%;
    max-width: 800px;
}

.select-default.payroll_employee_select {
    min-width: 300px;
}

.tr-req-detail .pop-body {
    min-width: 700px;
}

.p-green {
    color: #519C66;
}

.p-red {
    color: #F64D44;
}

.p-yellow {
    color: #e9a44f;
}

.no-data-found {
    color: #969595;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#payrol_map_view {
    margin-top: 40px;
}

.lvapprove-form {
    margin: 0 -10px;
}

.lvapprove-form>ul {
    margin: 0 10px;
}

.leave-history-table table {
    margin-bottom: 0;
}

.leave-history-table .table_wrapper {
    max-height: 190px;
    overflow-y: auto;
}

.mapping-status-popu .pop-body {
    min-width: 600px;
}

.mapping-status-popu .mapping-error-list {
    margin: 15px 15px 0;
}

.mapping-status-popu .mapping-error-list>li {
    border-bottom: 1px solid #eaeaea;
    padding-top: 15px;
}

.mapping-status-popu .mapping-error-list>li h5 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #475366;
}

.mapping-errors li {
    margin-left: 25px;
    list-style: disc;
    color: #ababab;
}

.mapping-errors li p {
    color: red;
    font-size: 13px;
    margin-bottom: 8px;
}

.mapping-error-list {
    max-height: 300px;
    overflow-y: auto;
}

.mapping-error-list::-webkit-scrollbar {
    display: none;
}

.no-mapping-errors {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #696a67;
    border-bottom: 1px solid #eaeaea;
}

.mapping-msg {
    margin-top: 20px;
}

.mapping-msg p {
    font-size: 15px;
    color: #696a67;
}

.leaveup-doc {
    padding: 10px;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leaveup-doc label {
    max-width: 300px;
    overflow: hidden;
    margin-right: 10px;
    text-overflow: ellipsis;
    margin-left: 10px;
    margin-bottom: 0 !important;
}

.late_arrival td {
    color: red;
}

@media only screen and (max-width:1440px) {
    .hr-work-updates .SumoSelect {
        width: 120px;
        min-width: auto;
    }
}

.flash_msg_body {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(30, 30, 30, .9);
    z-index: 9999;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flash_message {
    padding: 15px;
    border-radius: 10px;
    max-width: max-content;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    z-index: 9999999;
    justify-content: center;
}

.flash_message span.icon {
    width: 25px;
    display: inline-block;
    margin-right: 10px;
}

.flash_message .msg {
    color: #fff;
    text-align: left;
    font-size: 15px;
}

.flash_message.warning {
    background: #ffd029;
}

.flash_message.error {
    background: #fc0014;
}

.flash_message.success {
    background: #008972;
}

input[type=checkbox] {
    accent-color: #008376
}

.error_input {
    color: #fc0014 !important;
}

.ui-datepicker {
    z-index: 9999!important;
}

.input-item {
    cursor: text;
}

.accordion-header:hover {
    cursor: pointer;
}

.tick-bx.approved {
    background-color: #519c66;
}

.tick-bx.rejected {
    background-color: #f64d44;
}

span.breadscrum:first-child {
    margin-right: 0px;
}

.django-ckeditor-widget {
    width: 100%;
}

.table-raw-box {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    justify-content: start;
    align-items: center;
    width: 100%;
    min-height: 35px;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: var(--deep-black);
}

.table-raw-box ol li {
    list-style-type: decimal;
}

.table-raw-box ul li {
    margin: 0px 20px;
    list-style: square;
}

.image-name-uploaded {
    color: var(--light-grey);
    line-height: 27px;
}

.input_box .SumoSelect {
    width: 100%;
}

.video-box .vid-tumb a img {
    width: 100%;
    margin-right: 0 !important;
}

.no-job-found {
    min-height: 50vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
}

.expiry span {
    color: var(--light-grey);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px;
}

#play-this-item {
    cursor: pointer
}

.join-now-btn {
    cursor: pointer
}

#rqst-subject {
    height: 35px;
    border: 1px solid #E7E7E7;
    font-weight: 400;
    font-size: 14px;
    color: var(--deep-black);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 0 10px 0;
}

.training-up-section .corporate-video-upload,
.training-up-section .video-upload-box {
    margin: 0;
    width: 66%;
}

.training-up-section .video-upload-box {
    margin-bottom: 15px;
}

.training-up-section .crp-vid-up {
    margin-top: 15px;
}

.it-support-ticket .crp-vid-up {
    margin-top: 10px;
}

.it-support-ticket .crp-vid-up label {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #6e7079;
    margin-bottom: 8px;
}

.event-video-list .no-data-found {
    margin: 0 1%;
}

p.content-title.active {
    color: #008e0e;
}

.training-inside .join-now-sec {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
    /* min-height: 595px; */
    background-color: #efefef;
    margin-top: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.pdf-image {
    width: 70px;
    height: auto;
}

.join-now-sec .course-title {
    margin: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: var(--deep-black);
    text-align: center;
    max-width: 625px;
}

.search-payroll {
    margin-right: 0 !important;
}

.search-payroll>* {
    margin: 0 10px;
}

.gradient-button {
    cursor: pointer !important;
}
.gradient-button:hover {
    color: #ffffff;
    background: linear-gradient(93.66deg, #008376 0.75%, #15c2b0 115.87%);
  }

.total_ctc_row {
    background-color: #00A293;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

.new-job-popup.salaryslip-popup {
    width: 100%;
    max-width: 800px;
}

.select-default.payroll_employee_select {
    min-width: 300px;
}

.tr-req-detail .pop-body {
    min-width: 700px;
}

.p-green {
    color: #519C66;
}

.p-red {
    color: #F64D44;
}

.p-yellow {
    color: #e9a44f;
}

.no-data-found {
    color: #969595;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#payrol_map_view {
    margin-top: 40px;
}

.lvapprove-form {
    margin: 0 -10px;
}

.lvapprove-form>ul {
    margin: 0 10px;
}

.leave-history-table table {
    margin-bottom: 0;
}

.leave-history-table .table_wrapper {
    max-height: 190px;
    overflow-y: auto;
}

.mapping-status-popu .pop-body {
    min-width: 600px;
}

.mapping-status-popu .mapping-error-list {
    margin: 15px 15px 0 0;
}

.mapping-status-popu .mapping-error-list>li {
    border-bottom: 1px solid #eaeaea;
    padding-top: 15px;
}

.mapping-status-popu .mapping-error-list>li h5 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #475366;
}

.mapping-errors li {
    margin-left: 18px;
    list-style: disc;
    color: #ababab;
}

.mapping-errors li p {
    color: red;
    font-size: 13px;
    margin-bottom: 8px;
}

.mapping-error-list {
    max-height: 300px;
    overflow-y: auto;
}

.mapping-error-list::-webkit-scrollbar {
    display: none;
}

.no-mapping-errors {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #696a67;
    border-bottom: 1px solid #eaeaea;
}

.leaveup-doc {
    padding: 10px;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leaveup-doc label {
    max-width: 300px;
    overflow: hidden;
    margin-right: 10px;
    text-overflow: ellipsis;
    margin-left: 10px;
    margin-bottom: 0 !important;
}

.late_arrival td {
    color: red;
}

.nmelbl {
    font-size: 10px;
}

.extra-filter h4 {
    padding-bottom: 10px
}

.table-top .month-selector {
    min-height: 35px;
}

.salary_view_hr .carousel__button.is-close {
    top: -35px !important;
    right: -35px !important;
}

.salary_view_hr {
    min-width: 740px;
}

@media only screen and (max-width:1600px) {
    .extra-filter .table-search {
        width: 220px;
    }
    .search-txt {
        width: 175px;
    }
}

@media only screen and (max-width:1440px) {
    .extra-filter .table-search {
        width: 200px;
    }
    .table-top .month-selector {
        min-height: 30px;
    }
}

@media only screen and (max-width:1400px) {
    .search-txt,
    #rqst-subject {
        height: 30px;
    }
}

#mp-status {
    display: none;
}

#month_extended {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    min-height: 35px;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: var(--deep-black);
}

.edit__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 99;
    cursor: pointer;
    color: #ffffff;
    font-size: 12px;
}

#ticket_approve_form {
    max-width: 700px;
}

.tickets-popup {
    min-width: 700px;
}

.input_box label,
.screen_img label {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #6e7079;
    margin-bottom: 8px;
}

.curr-pass-li .input-box {
    position: relative;
}

.curr-pass-li .form-icon {
    top: 30px;
    right: 10px;
}

.event-title input {
    min-height: 35px;
    border: 1px solid #dddddd;
    margin: 10px auto;
    padding: 3px 8px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    width: 100% !important;
}

.event-title input::-webkit-input-placeholder {
    /* Edge */
    color: #aaaaaa;
}

.event-title input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaaaaa;
}

.event-title input::placeholder {
    color: #aaaaaa;
}

.event-video-list .col-three-item.image,
.event-video-list .col-three-item.video {
    border: 1px solid #dddddd;
}

.event-video-list .col-three-item h3 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    margin: 10px 15px;
    font-weight: 500;
}

.mini-preview-frame {
    max-width: unset !important;
}

#attendanceRequestsLog .log-item {
    width: calc(100% / 3);
}

.eye-icon {
    cursor: pointer;
}

.sumo-extra .SumoSelect:last-of-type {
    min-width: 200px;
}

.pop-body .icon-close_icon {
    cursor: pointer;
}

.pop-body .icon-close_icon:hover {
    color: #008376;
}

.btn-delete {
    cursor: pointer;
}

.btn-delete:hover {
    color: #008376;
}


/* .attendence-user-view table {
    height: 100%;
} */

.table-no-data {
    border-bottom: 0 !important;
}

#view-request {
    min-width: 650px;
}

#view-request p {
    font-size: 14px;
}

.top-action a {
    display: inline-block;
    width: 30px;
    margin: 0 !important;
}

.top-action img {
    width: 100%;
}

.icon-close_icon {
    cursor: pointer;
}

.icon-close_icon:hover {
    color: #008376;
}

.absent-view {
    cursor: pointer;
}

#leave-adjusment-div {
    padding-top: 20px;
}

#leave-history-div {
    padding-top: 35px;
    padding-bottom: 18px;
}

#ticket-history-div {
    padding-top: 35px;
    padding-bottom: 18px;
}

.attendance-overview-count {
    margin-left: 10px;
}

.activity-table .table-form>* {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
}

.activity-table .table-form {
    margin-top: -7.5px !important;
    margin-bottom: -7.5px !important;
}

.hr-dashboad-home .rescent-act {
    height: 467px;
}

.email-field {
    text-transform: lowercase;
}

.thumb-img.thumb-img-default {
    background-image: url(../images/no-image-default.jpg) !important;
}

.request-send-error {
    color: red;
    font-size: 16px;
}

.email-field::placeholder {
    text-transform: capitalize;
}

.table-probation .table_head td {
    vertical-align: middle;
}

.it-manage-popup {
    max-width: 700px;
    min-width: 700px;
}

.job-details-p,
.job-details-p p,
.job-details-p * {
    color: var(--deep-black)!important;
    font-family: var(--font-family) !important;
}

.span-er {
    color: #fc0014 !important;
}

.posted-coments.hr-posts-section {
    height: auto;
}

.request-rescent .table-hr-dashboard {
    min-height: 407px;
}

.lvapprove-form .form-feild-box {
    justify-content: flex-end;
}

.break-support {
    display: none;
}

@media screen and (max-width:1262px) {
    .break-support {
        display: block;
    }
}

.edit_user_password:hover {
    color: #00A595;
}

.per_month_count {
    color: #00a293 !important;
}

a.gradient-button.leave-rejected.lv-reject-btn {
    background: linear-gradient(93.66deg, #dc3545 0.75%, #dc3545 115.87%) !important;
    position: absolute;
    left: 20px;
}

.not-assigned-des {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: var(--light-grey) !important;
    text-align: center !important;
}

#leave_reject_reason-error {
    color: #dc3545;
}

.select-user {
    text-transform: capitalize !important;
}

.info-icon {
    width: 26px;
}

.text-align-center {
    text-align: center!important;
}
.include_education{
    margin-top: 8px;
}
.noc-include-education{
    flex-wrap: wrap;
}

.textarea-post-disabled[disabled] {
    background-color: #fff0;
}

.disabled{
    cursor: not-allowed!important;
}
.flight_approve_leave_select_wrapper{
    width: 38%;
}

#errorModal{
    padding-top: 235px;
}

.pending-req-list {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:15px;
    width:100%;
}

.req-box {
    width:100%;
    border:0.5px solid #d9d9d9;
    border-radius: 5px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 15px;
    background-color: transparent;
    cursor: pointer;
}

.req-box:hover {
    background-color:#f4f5fa;
}

.px-20 {
    padding-inline:20px;
    padding-bottom:20px;
}

.req-box p {
    color:#98a0ac;
    font-size:14px;
}

.req_count {
    background-color: #dc3545;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:100%;
    padding:4px;
    min-height:24px;
    min-width:24px;
}

.req_count span {
    color:#ffffff;
    font-weight:700;
    font-size:12px;
}

.no-data-found {
    min-height: 10vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
}


.post-video{
    max-height: 500px;
}
@media (max-width : 768px) {
    .pending-req-list {
        grid-template-columns:1fr 1fr;
    }
}

@media (max-width : 540px) {
    .pending-req-list {
        grid-template-columns:1fr;
    }
}

.form-field-checkbox-wrapper{
    display: flex;
    gap: 40px;
    align-items: center;
    width: calc(33.33% - 20px);
    margin: 0 10px !important;
}

.form-field-checkbox-wrapper>label {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #6e7079;
    margin-bottom: 8px;
}

.remove-button{
    background: none;
    width: 24px;
    height: 24px;
    padding: 0;
}

.remove-button>span{
    width: 100%;
    height: 100%;
}

.revision-input-wrapper{
    width: 40%;
}

.received-input-wrapper{
    width: 82% !important;
}

.dynamic-width {
    width: calc(50% - 20px) !important;
    margin: 10px 10px !important;
}
.dynamic-width-one {
    width: calc(25% - 20px) !important;
    margin: 10px 10px !important;
}
.dynamic-width-three {
    width: calc(33.33% - 20px) !important;
    margin: 10px 10px !important;
}
.dynamic-width-four {
    width: calc(25% - 20px) !important;
    margin: 10px 10px !important;
}

.dynamic-width-five {
    width: calc(20% - 20px) !important;
    margin: 10px 10px !important;
}

