@import url('https://use.fontawesome.com/releases/v6.0.0/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --shadow-01: 0px 2px 4px 0px rgba(219, 223, 233, 0.3);
    --shadow-02: 0px 4px 30px 0px rgba(26, 59, 108, 0.1);
    --btt: 4px 4px 20px 0px rgba(32, 73, 109, 0.1);
    --base-background: rgba(250, 250, 252, 1);
    --base-white: rgba(255, 255, 255, 1);
    --blue-10: rgba(234, 242, 255, 1);
    --blue-50: rgba(171, 204, 255, 1);
    --blue-default: rgba(0, 122, 255, 1);
    --blue-hover: rgba(0, 85, 213, 1);
    --grayscale-10: rgba(233, 234, 235, 1);
    --grayscale-100: rgba(35, 45, 58, 1);
    --grayscale-20: rgba(211, 213, 216, 1);
    --grayscale-30: rgba(189, 192, 196, 1);
    --grayscale-40: rgba(167, 171, 176, 1);
    --grayscale-5: rgba(244, 245, 245, 1);
    --grayscale-50: rgba(145, 150, 156, 1);
    --grayscale-60: rgba(123, 129, 137, 1);
    --grayscale-70: rgba(101, 108, 117, 1);
    --grayscale-80: rgba(79, 87, 97, 1);
    --grayscale-90: rgba(57, 66, 78, 1);
    --green-10: rgba(230, 246, 236, 1);
    --green-50: rgba(153, 217, 179, 1);
    --green-default: rgba(0, 161, 65, 1);
    --green-hover: rgba(0, 141, 57, 1);
    --orange-default: rgba(255, 126, 32, 1);
    --orange-default-2: rgba(239, 105, 7, 1);
    --orange-default-3: rgba(255, 203, 166, 1);
    --orange-default-4: rgba(255, 242, 233, 1);
    --red-10: rgba(253, 237, 236, 1);
    --red-50: rgba(255, 169, 163, 1);
    --red-default: rgba(226, 29, 18, 1);
    --red-hover: rgba(194, 16, 7, 1);
    --text-body: rgba(57, 66, 78, 1);
    --text-disable: rgba(200, 202, 206, 1);
    --text-heading: rgba(35, 45, 58, 1);
    --text-seconndary: rgba(101, 108, 117, 1);
    --text-tertiary: rgba(145, 150, 156, 1);
    --violet-default: rgba(160, 117, 238, 1);
    --violet-default-2: rgba(120, 77, 199, 1);
    --violet-default-3: rgba(217, 200, 248, 1);
    --violet-default-4: rgba(246, 241, 253, 1);
    --yellow-10: rgba(255, 249, 230, 1);
    --yellow-default: rgba(255, 199, 0, 1);
    --yellow-default-2: rgba(227, 136, 0, 1);
    --yellow-default-3: rgba(255, 233, 153, 1);
    --slide: 0px 3.3191487789154053px 24.89361572265625px 0px rgba(127, 137, 229, 0.1);
    --background-modal: var(--BG-Light, linear-gradient(100deg, #F4F9FF 1.43%, #F9FCFF 34.12%, #FFF 62.69%, #F0EEFF 114.15%));
    --BG-Light: linear-gradient(100deg, #F4F9FF 1.43%, #F9FCFF 34.12%, #FFF 62.69%, #F0EEFF 114.15%);

}

.body-14 {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

.body-16 {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.captions-10-m {
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
}

.captions-10-SB {
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 14px !important;
}

.captions-12-m {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 16px !important;
}

.captions-12-SB {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
}

.subtitles-14 {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}

.subtitles-16 {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}

.titles-h1 {
    font-size: 56px !important;
    font-weight: 700 !important;
    line-height: 62px !important;
}

.titles-h2 {
    font-size: 48px !important;
    font-weight: 600 !important;
    line-height: 53px !important;
}

.titles-h3 {
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 48px !important;
}

.titles-h4 {
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 38px !important;
}

.titles-h5 {
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
}

.titles-h6 {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
}

.logo-image {
    width: 121px;
    height: 42.091px;
    border-radius: 0px;
    padding-left: 24px;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */

i {
    font-style: italic !important;
}

* {
    font-family: "Inter", Helvetica !important;
    letter-spacing: 0px !important;
    font-style: normal;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

*::-webkit-scrollbar-track {
    background: #FAFAFC;
}

*::-webkit-scrollbar-thumb {
    background-color: #E9EAEB;
    border-radius: 10px;
}
.nav-link-modify.active > div {
    border-radius: 8px;
    background-color: #ffffff1f!important;
}

.projects-none {
    font-size: 5rem;
    margin: 0 auto;
    opacity: 0.3;
}

.activities-none {
    font-size: 3rem;
    margin: 0 auto;
    opacity: 0.3;
    text-align: center;
}

.circle-identifier {
    height: 65px;
    float: left;
    width: 65px;
    background-color: #e0e3e9;
    border-radius: 50%;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}

.center-identifier {
    text-align: center;
    margin-top: 19px;
}

.nowrap-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.des-modify {
    height: 50px;
    overflow: hidden;
    text-transform: capitalize;
    text-overflow: ellipsis;
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol';
}

.des-modify p {
    text-transform: capitalize;
    text-overflow: ellipsis;
}

.search-btn-activities {
    margin-top: 31px;
}

.react-tabs {
    display: flex;
    margin-left: 36px;
    height: 400px;
    border: 1px solid #3c3e43;
    color: white;
    font-size: 16px;
}

.react-tabs__tab-list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    color: white;
}

.tab-row {
    background-color: #f8f8f8;
    padding-inline-start: 0;
    margin-block-end: 0;
    border-radius: 24px;
    justify-content: center;
    margin-bottom: 40px;
    flex-flow: wrap;
}

.react-tabs__tab--selected {
    white-space: nowrap;
    background-color: #fff;
    color: rgb(0, 0, 0) !important;
}

.tab-row > .react-tabs__tab--selected {
    background-color: #0069d9 !important;
    border-left: unset !important;
    color: #fff !important;
}

.react-tabs__tab-panel {
    display: none;
    transition: all 0.5s ease 0s;
}

.react-tabs__tab-panel--selected {
    display: block;
    animation-name: fadeIn;
    animation-duration: 500ms;
    animation-timing-function: linear;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 2;
    }
}

.react-tabs__tab-panel--selected.tab-row {
    padding-left: 0 !important;
}

.tab-row > .react-tabs__tab {
    border-radius: 24px;
    width: 165px;
    text-align: center;
}

.tab-row > .react-tabs__tab:hover {
    background-color: #f1f1f1;
    color: #4a4a4a;
}

.react-tabs__tab {
    padding: 10px 20px;
    list-style: none;
    cursor: pointer;
    color: #777;
    font-weight: 600;
    text-align: left;
    border-bottom-left-radius: 24px;
    border-top-left-radius: 24px;
    white-space: nowrap;
}

.react-tabs__tab:hover {
    background-color: #ecf0f3;
}

.container-fluid ul {
    padding-right: 0px;
}

.panel-content {
    text-align: center;
}

span.error-select {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
span.error-select.left {
    margin-left: 7rem;
}

.username > a:hover {
    text-decoration: none;
}

.hightlight-activities {
    background-color: #f6f1ee;
    color: #7c5b48;
    padding: 0 5px;
    transition: 0.5s;
}

.hightlight-activities:hover {
    background-color: #cfcac7;
    transition: 0.5s;
    text-decoration: none;
}

.imageThumb {
    max-height: 55px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
    position: relative;
}
.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}
.img-delete::before {
    height: 8px;
    width: 8px;
    position: absolute;
    content: '';
    left: 76px;
    top: 31px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTM4IDEyLjgzbC0yLjgzLTIuODMtMTEuMTcgMTEuMTctMTEuMTctMTEuMTctMi44MyAyLjgzIDExLjE3IDExLjE3LTExLjE3IDExLjE3IDIuODMgMi44MyAxMS4xNy0xMS4xNyAxMS4xNyAxMS4xNyAyLjgzLTIuODMtMTEuMTctMTEuMTd6Ii8+PHBhdGggZD0iTTAgMGg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+)
        no-repeat center center;
    background-size: 30px 30px;
}

.pointer {
    cursor: pointer;
}

.employee-img {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    position: absolute;
    top: -30px;
    left: 10px;
}

.job-title {
    color: #9b9b9b;
    font-size: 13px;
}
.info-wrapper {
    margin-top: 14px;
}

.parent-department ~ ul > li {
    padding: 0 30px;
}
.department-title {
    font-size: 16px;
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        'Segoe UI Symbol';
    margin-bottom: 0;
}
.department-wrapper {
    text-align: center;
}

.parent-department > div > h5 {
    font-size: 20px;
    color: white;
}
.department-node {
    padding: 10px;
    width: 200px;
    border: 1px solid black;
    border-radius: 5px;
    font-weight: 550;
    border: 1px solid #e7e7e7;
    min-height: 50px;
    position: relative;
    top: 20px;
    display: inline-block;
    background-color: purple;
}

.employee-name {
    /* text-transform: capitalize; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
    width: 125px;
    display: inline-block;
}

.parent-department {
    background-color: #002f95;
}

.node-wrapper {
    font-weight: 550;
    padding: 10px;
    text-align: left;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    width: 140px;
    min-height: 50px;
    position: relative;
    top: 20px;
    display: inline-block;
}
.from-now {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
    width: 125px;
    display: inline-block;
}

.form-control.is-invalid {
    background-image: none !important;
}

.bread-crums ul {
    list-style-type: none;
    display: inline-block;
    padding-left: 0px;
}

.bread-crums ul li {
    display: inline;
}

.bread-crums ul li a {
    display: block;
    float: left;
    background-color: #e8d3df;
    height: 25px;
    text-align: center;
    padding: 0 20px;
    position: relative;
    margin: 0 5px 0 0;
    font-size: 1rem;
    text-decoration: none;
    color: black;
}

.bread-crums ul li a::after {
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #e8d3df;
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 2;
}

.bread-crums ul li a::before {
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #f4f6f9;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 1;
}

.bread-crums ul li :first-child a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bread-crums ul li:first-child a::before {
    display: none;
}

.bread-crums ul li :last-child a {
    padding-right: 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bread-crums ul li a:hover {
    background-color: #88c6ed;
}

.bread-crums ul li a:hover::after {
    border-left-color: #88c6ed;
    color: #e8d3df;
}

.bread-crums ul li:last-child a::after {
    border-left: 10px solid #88c6ed;
}

.bread-crums ul li:last-child a {
    background-color: #88c6ed;
}

.delete {
    cursor: pointer !important;
    font-size: 15px;
    position: absolute;
    color: rgb(0, 0, 0);
    border: none;
    background: none;
    right: -3px;
    top: -3px;
    line-height: 1;
    z-index: 99;
    padding: 0;
}
.delete span {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: block;
}

.preview-gallery {
    width: calc((100% - 30px) * 0.999);
    height: 150px;
    /* overflow-x: scroll; */
    position: relative;
    margin: 2px 0;
}

.box {
    width: calc((100% - 30px) * 0.333);
    margin: 10px;
    height: 70px;
    background: #e9e9e9;
    float: left;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
}

.box:hover {
    background: #c7c6c6;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.5);
}

.box .image {
    width: 100%;
    height: 100%;
    position: relative;
}

.box .image img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.srcl {
    display: flex;
    margin: 10px 5px;
    justify-content: space-between;
}

.srcl div {
    width: 130px;
    height: 80px;
    position: relative;
    margin-right: 5px;
    background: #e1e1e1;
}

.srcl .previewImg {
    width: 130px;
    height: 80px;
    position: relative;
    margin-right: 5px;
    background: #e1e1e1;
}

.previewImg {
    width: 100%; /* or any custom size */
    height: 100%;
    object-fit: contain;
}

.srcl div:hover {
    background: #c7c6c6;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.5);
}

.slide-sample {
    position: relative;
    display: table;
}

.slideouter {
    width: 400px;
    overflow-x: scroll;
    margin: auto;
    display: flex;
}

.preSlide {
    left: -23px;
    position: absolute;
    top: 11px;
    font-size: 27px;
    color: #0080cd;
}

.nextSlide {
    right: -24px;
    position: absolute;
    top: 11px;
    font-size: 27px;
    color: #0080cd;
}

.preview-fileName {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    background: transparent;
    transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, border-color 0.3s ease 0s;
    padding: 24px;
    font-size: 10px;
}

@media (max-width: 600px) {
    .box {
        width: calc((100% - 20px) * 0.5);
        height: 200px;
    }
}

.media-viewer-popup {
    position: fixed;
    inset: 0px;
    background-color: rgb(27, 38, 56);
    z-index: 9998;
    display: none;
    width: 100%;
}

.page-media-viewer {
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1 1 0%;
    overflow: visible;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}

.pdf-viewer {
    margin-top: 64px;
    margin-bottom: 64px;
}

.pdf-viewer .page {
    margin: 1px auto -8px;
    border: 9px solid transparent;
    position: relative;
}

.header-viewer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 98px;
    opacity: 0.85;
    background-image: linear-gradient(rgb(14, 22, 36), rgba(14, 22, 36, 0));
    color: rgb(184, 199, 224);
    font-weight: 500;
    padding: 24px;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 9999;
}

#preview-file {
    padding-right: 0 !important;
}

.bg-primary-modify {
    background-color: #007bff8c;
    color: white;
}

.bg-warning-modify {
    background-color: #ffc1075c;
    color: white;
}

.bg-success-modify {
    background-color: #28a745b8;
    color: white;
}

.bg-project {
    background-color: #505abbc7 !important;
    color: white;
}
.attacked-file {
    margin-bottom: 15px;
}
.attacked-file .btn-attacked-file {
    -webkit-box-align: baseline;
    align-items: baseline;
    border-width: 0px;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-flex;
    font-size: inherit;
    font-style: normal;
    font-family: inherit;
    font-weight: 500;
    max-width: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background 0.1s ease-out 0s,
        box-shadow 0.15s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s;
    white-space: nowrap;
    background: var(--ds-background-subtleNeutral-resting, rgba(112, 112, 112, 0.04));
    cursor: pointer;
    height: 2.28571em;
    line-height: 2.28571em;
    padding: 0px 10px;
    vertical-align: middle;
    width: auto;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    margin: 0px;
    color: var(--ds-text-highEmphasis, #42526e) !important;
}

.attacked-file .btn-attacked-file:hover {
    background: var(--ds-background-subtleNeutral-resting, rgba(14, 14, 14, 0.2));
}

.attacked-file ::-webkit-file-upload-button {
    cursor: pointer;
}

.attacked-file .file-preview {
    padding: 10px 0 10px 0;
}
.attacked-file .wrapper-image:hover {
    opacity: 0.8;
}

.attacked-file .wrapper-image img {
    padding: 5px;
    border: 1px solid;
    background: #d7d7d7;
    cursor: zoom-in;
    width: 50%;
}

.attacked-file .btn-attacked-file input {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.button-viewall {
    padding: 10px !important;
    border: none;
    box-shadow: none;
    font-family: inherit;
    background-color: #505abb;
    color: white;
    font-size: 15px;
    transition: 0.25s;
    float: right;
    border-radius: 6px;
}

.button-viewall:hover {
    box-shadow: 10px 5px 40px 20px darken(#cbd449, 5%);
    cursor: pointer;
    transform: translate(0, -13%);
}

.button-viewall i {
    padding-right: 4px;
}

.one-half {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 115%;
    font-weight: 500;
    text-shadow: 2px 0 0 #000000, -2px 0 0 #000000, 0 2px 0 #000000, 0 -2px 0 #000000,
        1px 1px #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000;
    height: 100px;
    text-align: start;
    overflow: hidden;
}

.radius10 {
    border-radius: 10px !important;
}

.sidebar-custom {
    background-color: #505abb;
}

.nav-item-modify > .active {
    background-color: #f4f6f9 !important;
    color: #505abb !important;
    font-weight: bold;
}

.nav-item-modify > .active::after {
    content: '';
    position: absolute;
    border-radius: 10%;
    right: -8px;
    bottom: 20%;
    width: 20px;
    height: 20px;
    background-color: #f4f6f9;
    animation: nav-item-active 0.3s;
}

.nav-link-modify {
    color: white !important;
}

@keyframes nav-item-active {
    0% {
        right: -3px;
    }

    100% {
        right: -8px;
    }
}

th,
td {
    white-space: nowrap;
}

table thead {
    position: sticky;
    background: white;
    top: -1px;
}

table p {
    max-width: 480px;
    overflow: hidden;
    text-transform: capitalize;
    text-overflow: ellipsis;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label::before {
    content: '\f004';
    font-family: 'Font Awesome\ 5 Free';
    color: #757575;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 30%;
    height: 3px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: #43d8d8;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50%;
    background: #43d8d8;
    cursor: pointer;
}
.fc-toolbar,
.fc-toolbar.fc-header-toolbar {
    padding-left: 0;
    padding-right: 0;
}

/* .fc .fc-daygrid-event-harness {
    position: relative;
    margin-top: 0px;
    background: #b3b9ef;
    border-radius: 5px;
} */

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    color: #0069d9;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #EDEFF1 !important;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    background-color: #0069d9;
    border-radius: 50%;
    width: 35px;
    text-align: center;
    color: whitesmoke;
}

.fc-morelink-customize {
    background-color: #FFCBA4;
    color: white;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

.fc-daygrid-event-dot {
    visibility: hidden;
}

.fc .fc-button-group > .fc-button {
    background: #0069d9;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: 0.75em;
    background: #0069d9 !important;
    text-transform: capitalize;
}

.fc .fc-button-group > .fc-button:focus,
.fc .fc-button-group > .fc-button:active,
.fc .fc-button-group > .fc-button.fc-button-active {
    background: #0069d9 !important;
}

.fc .fc-button-group > .fc-button-primary {
    text-transform: capitalize !important;
}

.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0;
    background: #0069d9;
}

.gantt_task_content {
    background: #9098db;
}

.gantt_task_line {
    border: 1px solid #9098db !important;
    border: unset;
}

.gantt_row.gantt_row_project {
    font-weight: bold;
    background-color: #f1e7e76e;
    font-size: inherit;
}

.avatar-frame {
    width: 40px;
    height: 40px;
    background: transparent;
    padding: 0px;
    margin-right: -5px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    z-index: 0;
    transition: transform 0.1s ease-out 0s;
}

.avatar-box.avatar-select {
    border: 2px solid #0069d9;
    padding: 2px;
    margin-top: -2px;
    border-radius: 50%;
    transition: 0.15s all ease;
    transform: scale(1);
}

.avatar-box:hover.avatar-select {
    margin-top: -2px;
    transform: scale(1.2);
    transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
}

.avatar-box {
    height: 36px;
    width: 36px;
    -webkit-box-align: stretch;
    align-items: stretch;
    background-color: var(--ds-surface-overlay, #ffffff);
    border-radius: 50%;
    box-sizing: content-box;
    cursor: inherit;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    overflow: hidden;
    position: static;
    transform: translateZ(0px);
    transition: transform 200ms ease 0s, opacity 200ms ease 0s;
    box-shadow: 0 0 0 2px var(--ds-surface-overlay, #ffffff);
    border: none;
    margin: 2px;
    padding: 0px;
    font-size: inherit;
    z-index: 0;
    font-family: inherit;
}

.avatar-frame:hover .avatar-box:hover {
    transition: transform 2000ms ease 1s, opacity 2000ms ease 1s, 0.15s margin ease-out,
        0.15s border ease-out;
    margin-top: -2px;
}

.zIndex-up {
    z-index: 1;
    position: relative;
}

.gantt_tree_content {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-scrollX {
    overflow-x: auto;
}

#detail-btn {
    display: none;
}

.issue-subject-detail {
    font-size: 1.5rem;
    font-weight: bold;
}

@keyframes tabs-collapse {
    0% {
        height: 0px;
    }
    100% {
        height: 265px;
    }
}

@keyframes tabs-collapse-general {
    0% {
        height: 0px;
    }
    100% {
        height: 130px;
    }
}

@keyframes tabs-collapse-organization {
    0% {
        height: 0px;
    }
    100% {
        height: 170px;
    }
}

@media screen and (max-width: 786px) {
    .react-tabs__tab {
        border-top-right-radius: 24px;
        border-bottom-right-radius: 24px;
        text-align: center;
    }

    .tab-list-sp {
        animation: tabs-collapse 2s;
    }

    .tab-list-sp-general {
        animation: tabs-collapse-general 2s;
        padding: 0 20px !important;
    }

    .tab-list-sp-organization {
        animation: tabs-collapse-organization 2s;
    }

    .mt-3-sp {
        margin-top: 1rem;
    }

    #issue-detail-form {
        display: none;
    }

    #detail-btn {
        display: unset;
    }

    #modal-holiday {
        top: 60px !important;
        left: 50px !important;
    }

    #modal-employeeleave {
        width: 95% !important;
    }

    #interview-modal {
        width: 95% !important;
    }

    #modal-employee-form {
        width: 95% !important;
    }

    .candidates-sp {
        margin-top: 10px;
    }

    .general-created-by {
        width: 150px !important;
    }

    #subscription-modal-sp {
        width: 95% !important;
    }
    .notification ul {
        width: 315px;
    }
    .issue-subject-detail {
        font-size: 1.5rem;
    }
    .table-scrollX-clientId {
        overflow-x: auto;
    }
}

.form-comment {
    transition: 1s;
}

.notification {
    position: relative;
    font-size: 1.5rem;
}

#notification-count {
    position: absolute;
    top: 0;
    right: 15px;
    background-color: red;
    color: white;
    border-radius: 40%;
    border: 2px solid white;
    font-size: 0.8rem;
    padding: 0 5px;
}

.notification-container {
    width: 450px;
    height: calc(100vh - 100px);
}

#notification-subject:hover {
    text-decoration: underline;
}

.notifications-render li {
    border-bottom: 1px solid rgb(219 219 219);
}

.sidebar-header {
    background-color: #505abb;
    color: white;
}

.comment-time {
    color: #6c757d;
    font-size: 13px;
    margin-top: -3px;
}

.sidebar-right-notifications {
    height: calc(100vh - 72px);
    width: 0;
    position: fixed;
    z-index: 200;
    top: 72px;
    right: 0;
    background: #fff;
    border-left: 1px solid #ddd;
    box-shadow: rgb(145 158 171 / 24%) 0px 0px 2px 0px, rgb(145 158 171 / 24%) -20px 20px 40px -4px;
    transition: 0.5s;
}

.sidebar-right-notifications .sidebar-header {
    height: 50px;
    padding: 0.5rem;
    border-bottom: 1px solid #ddd;
}

.sidebar-right-notifications .sidebar-content {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 122px);
}

.title-level {
    color: #a3a3a3;
    padding: 5px 10px;
    border: 2px solid #a3a3a3;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: bold;
}

.bg-comment {
    background-color: rgb(241, 241, 241);
}

.bg-comment:hover {
    background-color: #ebebeb;
    transition: 0.3s;
}

.mention-hightlight {
    color: #575f67;
    cursor: pointer;
    display: inline-block;
    background: #e6f3ff;
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 2px;
    text-decoration: none;
}

.react-datepicker__close-icon {
    background-color: #e9ecef !important;
    padding: 0.375rem 0.75rem !important;
    border: 1px solid #ced4da !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.noti-hover:hover {
    background-color: #fbefef;
}

.popup-container {
    background-color: #505abb;
    font-weight: 400;
    width: 370px;
    display: flex;
    gap: 15px;
    padding: 10px;
    border-radius: 5px;
}

.popup-employee-detail {
    color: white;
}

.popup-img img {
    border-radius: 50%;
    border: 2px solid white;
    height: 100px;
    width: 100px;
}

body.swal2-shown {
    height: 100vh !important;
    overflow-y: hidden !important;
}

body.modal-open {
    height: 100vh !important;
    overflow-y: hidden !important;
}

.css-64pf72-Field {
    margin-top: 0px !important;
}

.bg-issuedetailform-select {
    background-color: #b8d2b84d;
}

.ql-mention-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .ql-mention-list-container {
    width: fit-content;
    height: 200px;
    overflow-y: auto;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(30, 30, 30, 0.08);
    z-index: 9001;
  }
  
  .ql-mention-list-item {
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding: 0 20px;
    vertical-align: middle;
  }
  
  .ql-mention-list-item.selected {
    background-color: #d3e1eb;
    text-decoration: none;
  }
  
  .mention {
    border-radius: 6px;
    background-color: #d3e1eb;
    padding: 4px;
  }
  
  .ql-editor {
    max-height: inherit;
    overflow: hidden;
    overflow-y: scroll;
  }

  li .mentionLi {
    display: flex;
  }

  li .mentionLi .mentionAvatar {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    align-self: center;
  }

  .package_des ul[data-checked="true"] {
    padding: 0;
    position: relative;
    display: block;
  }

  .package_des ul[data-checked="false"] {
    padding: 0;
    position: relative;
    display: block;
  }

  .package_des ul[data-checked="true"] li{
    width: 85%;
    position: relative;
  }

  .package_des ul[data-checked="true"] li::after{
    font-family: 'Font Awesome\ 5 Free';
    font-size: 15px;
    color: #0054fc;
    content: '';
    position: absolute;
    right: -15%;
    top: calc(50% - 16px);
  }

  .package_des ul[data-checked="false"] li{
    position: relative;
    width: 85%;
  }

  .package_des ul[data-checked="false"] li::after{
    font-family: 'Font Awesome\ 5 Free';
    font-size: 15px;
    color: #ff0000;
    content: '\f057';
    position: absolute;
    right: -15%;
    top: calc(50% - 16px);
  }
.none-data {
    color: #a59a9ade;
}

.reacted-icon {
    background-color: #00000029;
    padding: 0 5px;
    border-radius: 10px;
    color: white
}

.disabled-employee {
    opacity: .4;
    position: relative;
}

.ql-font-georgia {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.ql-font-comic-sans {
    font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
}

.ql-font-courier-new {
    font-family: 'Courier New', monospace;
}

.ql-font-helvetica {
    font-family: Helvetica, sans-serif;
}

.ql-font-Inter {
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.ql-font-lucida {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.table-leave {
    text-align: center;
}

.head-table-leave {
    text-align: center;
}

.card {
    border: none !important;
    box-shadow: none !important;
}

.main-header {
    backdrop-filter: blur(6px);
    background-color: rgba(249, 250, 251, 0.8);
}

.dashboard-welcome {
    background: url('../../images/dashboardwelcome.jpg') no-repeat center;
    height: 270px;
}

.dashboard-slider {
    height: fit-content
}

.loader:empty {
    position: absolute;
    top: calc(50% - 4em);
    left: calc(50% - 4em);
    width: 6em;
    height: 6em;
    border: 1.1em solid #f3f3f3;
    border-left: 1.1em solid #3498db;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    animation: load8 1.1s infinite linear;
  }
  
  @keyframes load8 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

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


  .custom-row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  

.custom-row > div {
    width: 50%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.custom-row > div > p {
    margin: 0;
}

.custom-aside-bar > div {
    position: relative;
}

.custom-aside-bar > div > ul {
    height: 100vh;
    padding-top: 90px;
}

.custom-menu {
    background: linear-gradient(180deg, #0060F0 36.43%, #003E9A 100%) !important;
    overflow-y: hidden;
    transition: overflow-y 0.3s;
    overflow-x: hidden;
}

.custom-menu:hover {
    overflow-y: auto;
    overflow-x: hidden;
}

.custom-menu::-webkit-scrollbar {
    width: 6px; 
}
.custom-menu::-webkit-scrollbar-track {
    background: transparent !important;
}
.custom-menu::-webkit-scrollbar-thumb {
    background-color: var(--blue-50, #ABCCFF);
    border-radius: 3px; 
}

.ant-menu-light.ant-menu-inline .ant-menu-sub.ant-menu-inline {
    background: transparent !important;
}

.custom-aside-bar > div > button {
    border-radius: 50%;
    z-index: 99;
}

.custom-aside-bar > div > button > svg {
    width: 16px;
    color: black;
}

.custom-menu > li, .custom-menu > li > div {
    color: white !important;
}

.custom-menu > li > svg, .custom-menu > li > div > svg  {
    width: 18px;
    height: 18px;
}

.custom-menu > li > span, .custom-menu > li > div > span {
    color: var(--Base-White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.custom-menu > li:hover {
    background-color: #0000001b !important;
}

.navbar {
    box-shadow: 0px 2px 4px 0px #DBDFE94D;
}

.ant-menu-item-icon {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(100%);
    min-width: 24px !important;
}

.ant-menu-item, .ant-menu-submenu > div, .ant-menu-submenu-popup > ul > li {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
}

.ant-menu-submenu-popup > ul > .connector-line {
    opacity: 0;
}

.custom-submenu > ul > .menu-item {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: white;
    transition: 0.3s;
    position: relative;
    left: 46px !important;
    padding-left: 16px !important;
    overflow: visible;
}

.custom-submenu > ul > .menu-item::before {
    content: "";
    position: absolute;
    left: -13px;
    width: 13.285px;
    height: 1px;
    background-color: #80AEF4;
    top: 50%;
    transform: translateY(-50%);
}

.custom-menu > .ant-menu-item-selected {
    border-left: 3px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
}

.connector-line {
    position: absolute;
    top: 0px;
    left: 36px;
    width: 1px;
    height: calc(100% - 29px);
    background-color: #80AEF4;
    z-index: 1;
}

.custom-submenu > ul {
    position: relative;
}

.custom-submenu > ul > li > span, .ant-menu-submenu-popup > ul > li > span {
    color: var(--Base-White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.ant-menu-item, .ant-menu-submenu-title {
    height: 52px !important;
    border-radius: 0 !important;
    min-width: 271px !important;
}

.ant-menu-inline-collapsed .ant-menu-submenu-selected > .ant-menu-submenu-title {
    border-left: 3px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
}
.ant-menu-inline-collapsed .ant-menu-submenu-title,
.ant-menu-inline-collapsed .ant-menu-item {
    min-width: auto !important;
}

.ant-menu-sub > .ant-menu-item-selected {
    background: rgba(255, 255, 255, 0.20);
}

.custom-tabs > div > div > div > .ant-tabs-tab {
    padding: 14px 40px !important;
    display: flex;
    justify-content: center;
    border-radius: 12px 12px 0 0 !important;
    border: none !important;
    border-top: 1px solid rgba(211, 213, 216, 1) !important;
    background: #F4F5F5 !important;
}

.custom-tabs > div > div > div > .ant-tabs-tab > div {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #39424E !important;
}

.custom-tabs > div > div > div > .ant-tabs-tab-active {
    border-top: 3px solid rgba(0, 122, 255, 1) !important;
    background: white !important;
}
.custom-tabs > div > div > div > .ant-tabs-tab-active > div {
    color: #007AFF !important;
}

.ant-menu-title-content {
    margin-left: 0 !important;
}

.ant-tabs-nav {
    margin-bottom: 0 !important;
}

.custom-shadow {
    box-shadow: 0px 2px 4px 0px rgba(219, 223, 233, 0.3);
}

.shadow-modal {
    box-shadow: 4px 4px 20px 0px #20496D1A;
}
.custom-checkbox > span > span {
    width: 20px !important;
    height: 20px !important;
}

.custom-checkbox > span:last-child {
    padding-left: 14px !important;
}

.custom-select-leave > div {
    min-height: 44px !important;
    background-color: white !important;
    border-radius: 8px !important;
    display: flex;
    justify-content: center;
    font-size: 16px !important;
}

.custom-select-leave > div > div > .css-1cgsk15-placeholder {
    color: #232D3A !important;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
}

.ant-picker-input > input {
    color:#232D3A !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 20px;
}

.ant-picker-disabled > .ant-picker-input > input {
    color: #91969C !important;
}

.custom-select-status > .ant-select-selector {
    border: none !important;
    background: transparent !important;
    width: 122px !important;
}

.custom-select-status > .ant-select-selector > .ant-select-selection-item {
    font-weight: 600;
    font-size: 16px;
}

.leave-box:hover {
    box-shadow: 0px 2px 4px 0px #e4e7f2;
}

.custom-leave-modal > div > .ant-modal-content {
    padding: 0;
    box-shadow: 0px 4px 30px 0px #1A3B6C1A !important;
}

.custom-leave-modal > div > div > .ant-modal-header {
    padding: 16px 32px 18px 32px;
    margin-bottom: 0;
}

.ant-dropdown > ul {
    max-height: 400px;
    overflow-y: auto;
}

.swal2-toast {
    border-radius: 18px !important;
}

.ant-picker-disabled {
    border-color: #E9EAEB !important;
}

@media (max-width: 1440px) {
    .hrm-service {
        width: 1088px;
    }
    .employees-leave {
        width: 492px;
    }
}

@media (min-width: 1441px) and (max-width: 1799px) {
    .hrm-service {
      width: 1165px;
    }
}

@media (min-width: 1800px) {
    .hrm-service {
        width: 1440px;
    }
}

@media (min-width: 1921px) {
    .hrm-service {
        width: 1580px;
    }
}

@media (min-width: 2559px) {
    .hrm-service {
        width: 1650px;
    }
}

.MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
    margin-top: 2px;
}

.dialog .MuiBackdrop-root {
    background-color: unset !important;
    background: linear-gradient(116deg, rgba(152, 152, 152, 0.6) 10.92%, rgba(45, 45, 45, 0.1) 96.4%);
    backdrop-filter: blur(5px) !important;
}

.dialog .MuiDialogTitle-root{
    border-radius: 12px 12px 0px 0px;
    border-bottom: 1px solid var(--Grayscale-10, #E9EAEB) !important;
    background: var(--Base-White, #FFF);
    display: flex;
    padding: 16px 24px 16px 32px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.dialog .MuiDialogContent-root{
    padding: 0px !important;
}

.ant-select-selection-placeholder {
    color: black !important;
    font-size: 16px;
}

.ant-select-single, .ant-select-item-option {
    font-size: 16px !important;
}

.custom-remove-modal > div > .ant-modal-content {
    padding: 0 !important;
}

.custom-upload > .ant-upload-list {
    width: 186px;
    height: 42px;
    overflow-y: auto;
}

.anticon-paper-clip, .ant-upload-list-item-name {
    color: #007AFF !important;
}

.custom-placeholder > div > input::placeholder {
    color: #232D3A;
    opacity: 1;
}

.custom-filter-user > div > div > div > .ant-select-selection-item {
    border: 1px solid #E9EAEB !important;
    background-color: white !important;
    border-radius: 50px !important;
    padding: 1px 5px;
}

.custom-filter-user > div > .ant-select-selection-overflow {
    height: 32px;
    align-items: center;
}

.custom-filter-user > div > span, .custom-filter-user > div > span > span {
    height: 100%;
    display: flex;
    align-items: center;
}

.custom-input-w {
    width: 151px;
}

.custom-rounded > .ant-select-selector {
    border-radius: 8px 8px 0px 0px !important;
}

.custom-rounded-executor > .ant-select-selector {
    border-radius: 0px 0px 8px 8px !important;
    padding-left: 195px !important;
    border-top: none !important;
}

.custom-rounded-executor > div > .ant-select-selection-item {
    display: flex !important;
    align-items: center !important;
}

.custom-rounded-executor > div > span,
.custom-rounded-executor > div > span > span {
    flex: none !important;
}

@media (min-width: 1536px) {
    .custom-input-w {
        width: 220px;
    }
}

@media (min-width: 1440px) and (max-width: 1535px) {
    .custom-input-w {
        width: 170px;
    }
}

@media (max-width: 1440px) {
    .custom-input-w {
        width: 151px;
    }
}

@media (min-width: 1920px) {
    .custom-input-w {
        width: 250px;
    }
}

.custom-cv-select > .ant-select-selector {
    background-color: white !important;
    border: 1px solid #007AFF !important;
    border-radius: 20px;
    width: 210px !important;
    cursor: pointer !important;
}

.custom-cv-select > .ant-select-selector > .ant-select-selection-item,
.custom-cv-select > div > span > .ant-select-selection-item {
    color: #007AFF !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}


.custom-cv-select > div > .ant-select-selection-placeholder {
    color: #007AFF !important;
    font-size:  14px;
    font-weight: 600;
}

.custom-ant-upload > .ant-upload {
    background: white !important;
    border: 1px dashed #60A5FA;
    border-radius: 16px;
}

.ant-picker-suffix {
    color: #91969C !important;
}

.custom-checkbox-group > .ant-checkbox-wrapper {
    display: flex;
    flex-direction: row-reverse !important;
    padding: 0 16px;
}

.custom-checkbox-group > .ant-checkbox-wrapper > span:last-child {
    width: 100% !important;
}

.custom-checkbox-group > .ant-checkbox-wrapper:hover {
    background-color: #F8FAFD;
}

.css-14lo706 > span {
    padding: 0 !important;
}

.custom-border-table > div > div > div > .ant-table-container {
    border-inline-start: none !important;
}

.css-1shk792 {
    background-color: transparent !important;
}

.ant-table-wrapper .ant-table {
    scrollbar-color: auto !important;
}

.ant-table-wrapper .ant-table::-webkit-scrollbar {
    width: initial !important;
    height: initial !important;
}

.ant-table-wrapper .ant-table::-webkit-scrollbar-track {
    background: transparent !important;
}

.ant-table-wrapper .ant-table::-webkit-scrollbar-thumb {
    background: initial !important;
}

.custom-date-logwork > .ant-picker-input > input::placeholder {
    color: #232D3A !important;
    opacity: 1;
    font-weight: 600;
    line-height: 20px;
    font-size: 16px;
}

.css-1v93wu8-AvatarImage {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.ant-input-disabled {
    background-color: white !important;
}

.custom-fieldset > div > div > div > fieldset > legend {
    padding-right: 10px !important;
}

.css-14lo706 > span > .custom-workingTime {
    width: 88px;
}

.custom-filter-user > .ant-select-selector {
    padding-right: 30px;
}

.ant-picker-week-panel .ant-picker-cell-week {
    visibility: hidden !important;
}

.custom-error > div > span > input,
.custom-error-mui > div > fieldset {
    border-color: #E21D12 !important;
}

.custom-disabled > div {
    background-color: #fff !important;
}

.custom-register-btn:hover::before {
    -webkit-animation: sh02 0.7s 0s linear;
    -moz-animation: sh02 0.7s 0s linear;
    animation: sh02 0.7s 0s linear;
}

.custom-register-btn::before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

@keyframes sh02 {
    from {
      opacity: 0;
      left: 0%;
    }
  
    20% {
      opacity: 1;
    }

    70% {
        opacity: 1;
    }
  
    to {
      opacity: 0;
      left: 100%;
    }
}

.ant-select-dropdown .rc-virtual-list-scrollbar {
    width: 4px !important;
    background: #FAFAFC !important;
    border-radius: 10px;
}

.ant-select-dropdown .rc-virtual-list-scrollbar-thumb {
    background: #E9EAEB !important;
    border-radius: 10px;
}

.ant-picker-outlined:focus-within {
    box-shadow: none !important;
}
