/* font */
.font-24 {
    font-size: 24px;
}

.cont {
    display: grid;
    grid-template-columns: 450px auto;
    grid-template-rows: 100%;
}

.log-scr {
    background-color: #f9f9fc;
    display: grid;
    justify-content: center;
    min-height: 100%;
}

/* auth right side */
.img-scr {
    display: grid;
}

.img-scr a {
    justify-self: end;
}

.img-scr .head {
    justify-self: end;
    height: 90px;
}

.img-scr>img {
    justify-self: center;
    height: 460px;
}

.forms {
    display: grid;
    padding: 0px 20px;
    align-content: center;
    width: 350px;
}

.verify {
    border-radius: 15px;
    display: grid;
    min-height: 400px;
    row-gap: 20px;
}

.verify>img:first-child {
    width: 310px;
    justify-self: center;
}

.verify>img:nth-child(2) {
    width: 125px;
}

.verify>.grid-center {
    justify-self: center;
}

.verify .desc {
    justify-self: center;
    width: 380px;
}

.btn-purple {
    background-color: #5653fc;
    color: white;
}

.btn-purple-a {
    background-color: #2f2cb8;
    color: white;
}

.btn-teal-50 {
    background: #fff;
    color: #2e9491;
    border: 1.5px solid #2e9491;
}

.btn-teal-50:hover {
    color: #fff;
    transition: 0.3s ease-in;
    background: #2e9491;
}

.img-register {
    display: flex;
    justify-content: center;
}

.inputemail::placeholder {
    text-align: left;
}

.customBgImage {
    height: 100vh;
    min-height: 500px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right center;
}

.wrappass {
    position: relative;
}

.showpass {
    position: absolute;
    top: 35px;
    right: 4px;
    z-index: 999999999;
}

#customInput::placeholder {
    background-color: white;
}

/* header section*/
.headImg img {
    height: 40px;
    border-radius: 50%;
    width: 40px;
}

.changePass input {
    border: 1px solid white;
    background-color: white;
    outline: 0;
    height: 40px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(173, 170, 170, 0.6);
}

/* All Auth Section */
.authImg {
    height: 540px;
}

/* Signin section */
.signIn input {
    border: 1px solid white;
    box-shadow: 0px 0px 10px 0.1px rgb(230, 230, 230);
    background-color: white;
}

.signIn img {
    background-color: rgb(96, 127, 211);
    width: 200px;
}

.signIn label,
.changePass label {
    pointer-events: none;
}

.signIn .custom-checkbox {
    margin-left: 8px;
}

.signIn .resetPassLink {
    margin-right: 1px;
}

/* for employee page, add employee page, etc */
.nopadding {
    padding: 0px !important;
    margin: 0px !important;
}

.rounded-custom {
    border-radius: 12px;
}

.rounded-8-custom {
    border-radius: 8px !important;
}

.circled-custom {
    display: inline;
    margin: 0 auto;
    height: 48px;
    max-width: auto;
}

.bg-primary-purple {
    background-color: #0a0952 !important;
}

.btn.btn-purple-50 {
    background: #5653fc;
    color: #fff;
}

.btn.btn-purple-50:hover {
    background: #413eda;
}

.border-purple-50 {
    border: 1px solid #5653fc !important;
}

.btn-purple-10 {
    background-color: #eeeeff !important;
    color: #fff;
}

.btn-purple-10:hover {
    background-color: #c8cdff !important;
}

.btn-monochrome-30 {
    background: #e1e3f5;
    border: 1px solid #b3b7d5;
    border-radius: 4px;
    font-size: 1rem;
}

.btn-monochrome-30:hover {
    background-color: #b6b8c9;
}

.bg-none {
    background: none !important;
}

.bg-purple-10 {
    background-color: #eeeeff !important;
}

.bg-monochrome-20 {
    background-color: #edeef9 !important;
}

.bg-monochrome-100 {
    background-color: #2b2e43;
}

/* end for employee page, add employee page, etc */
.hero-static .cont {
    height: 100% !important;
}

.cont {
    height: 100% !important;
}

.emailSend img {
    width: 400px;
}

.emailSend h2 {
    font-size: 16px;
}

.emailSend .mt-30 {
    padding-top: 20px;
}

.content-header-item {
    display: inline-block;
    vertical-align: middle;
    height: inherit;
}

.content-header-item p.item-title {
    margin-bottom: 0;
}

#page-container.page-header-fixed #main-container {
    padding-top: 68px;
    /* background-color: #fff; */
    background-color: #f9fafb;
}

#page-container.page-header-fixed #page-header>.content-header {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: rgb(41 48 66 / 10%) 1px solid;
    /* box-shadow: 0 0 2rem 0 rgb(41 48 66 / 10%); */
}

.br-10 {
    border-radius: 10px;
}

.br-24-topOnly {
    border-radius: 24px 24px 0px 0px;
}

.br-20 {
    border-radius: 20px;
}

.br-24 {
    border-radius: 24px !important;
}

.container-home .row {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
}

.box-shadow {
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.leave-list {
    min-height: 100px;
    max-height: 420px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.leave-list ul {
    padding: 0 20px;
}

.leave-list ul li {
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
}

.leave-list ul li:first-child {
    padding-top: 0;
}

.leave-list ul li:last-child {
    border-bottom: none;
}

.leave-list img {
    height: 40px;
    border-radius: 50%;
    width: 40px;
}

#doughnut-legend ul {
    padding: 0;
}

#doughnut-legend li div {
    padding: 5px 0;
    width: 10px;
    position: relative;
    top: 15px;
    height: 10px;
}

#doughnut-legend li {
    list-style-type: none;
}

#page-container.main-content-boxed>#main-container .content,
#page-container.main-content-boxed>#page-footer .content,
#page-container.main-content-boxed>#page-header .content,
#page-container.main-content-boxed>#page-header .content-header {
    max-width: none;
}

/* Color */
.bg-monochrome-20,
input#file-upload-button {
    background-color: #edeef9 !important;
}

.btn.bg-monochrome-20:hover {
    background-color: #cccdda !important;
}

.bg-monochrome-10 {
    background-color: #f9f9fc !important;
}

.monochrome-50 {
    color: #b3b7d5;
}

.bg-purple-100 {
    background-color: #0a0952 !important;
}

.bg-purple-50 {
    background-color: #5653fc !important;
}

.bg-purple-20 {
    background-color: #c8c7ff;
}

.purple-50 {
    color: #5653fc !important;
}

.btn-tosca-10-70 {
    background-color: #f1fffe;
    color: #42b6b3;
}

.btn-tosca-10-70:hover {
    background-color: #c2fffb;
}

.bg-tosca-70 {
    background-color: #42b6b3;
}

/* border radius */
.footer-border-table {
    border-radius: 0.5rem;
}

.swal2-popup.swal2-modal {
    border-radius: 1.5rem;
}

/* dashboard header section */
.headGreet p:first-child {
    margin-bottom: 0px;
    font-size: 1rem;
    margin-top: 20px;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 140%;
}

.headGreet p:nth-child(2) {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #9398b8;
}

/* dashboard birthday section */
.birthdayWrapper {
    min-height: 200px;
}

.birthday {
    height: 100px;
}

.birthday img {
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    width: 40px;
}

.birthday i {
    margin-right: 10px;
}

.birthday hr {
    margin: 2px 20px;
}

.birthday span {
    border-radius: 4px;
    padding: 5px;
    background-color: #edeef9;
}

/*dashboard package */
.packageWrapper {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 250px;
}

.companyPackageWrapper {
    height: 240px;
    background-repeat: no-repeat;
    width: 275px;
}

.packageBtnOne {
    height: inherit;
    border-radius: 10px;
    padding: 5px 20px;
}

.package>span:first-child,
.packageInfo>span {
    display: block;
}

.package .extend {
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    height: inherit;
    display: block;
    max-width: 200px;
}

.package .upgrade {
    background-color: #59d8d5;
    border-radius: 10px;
    padding: 5px;
    display: block;
    height: inherit;
    max-width: 200px;
}

/* dashboard new device */
.newDevice {
    height: 160px;
}

/* company section */
.company-bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* leave - leave type section */
.leaveTypeDatatables table.dataTable tr.odd {
    background-color: #eeeeff;
}

.leaveTypeDatatables table.dataTable tr.odd td:first-child {
    border-radius: 15px 0 0 15px;
}

.leaveTypeDatatables table.dataTable tr.odd td:last-child {
    border-radius: 0px 15px 15px 0px;
}

.leaveTypeDatatables table.dataTable thead th {
    font-weight: bolder;
}

/* Custom Label */
.custom-label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1;
    left: 6.5rem;
    z-index: 1;
    /* height: 34px; */
    padding: 2px 8px;
    line-height: 16px;
    color: #575757;
    background-color: #fff;
}

.custom-label.label-attachment {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1;
    left: 7rem;
    z-index: 1;
    /* height: 34px; */
    padding: 2px 8px;
    line-height: 16px;
    color: #575757;
    background-color: #fff;
}

/* disappearing sort number */
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
    content: "" !important;
}

/* content page */
.multiple-file-name-label,
#custom-label {
    position: relative;
    top: 30%;
    width: auto;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 360px) {

    .multiple-file-name-label,
    #custom-label {
        width: 50vw;
    }
}

.begone-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.begone-scrollbar::-webkit-scrollbar {
    display: none;
}

.greeting_color {
    width: 50px;
    height: 50px;
    flex: none;
    border-radius: 50%;
    margin: 0px 5px;
    opacity: 0.5;
}

.greeting_add_color {
    width: 50px;
    height: 50px;
    flex: none;
    border-radius: 50%;
    margin: 0px 5px;
    opacity: 0.5;
}

.preview_color_picker {
    width: 50px;
    height: 50px;
    flex: none;
    border-radius: 50%;
    margin: 0px 5px;
    opacity: 0.5;
}

.greeting_add_color:hover {
    cursor: pointer;
}

.greeting_color>i {
    display: none;
}

.greeting_color i.active {
    display: inline-block;
}

.greeting_color:hover,
.greeting_color.active {
    opacity: 1;
}

.greeting_datatables_color {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.color_picker .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.color_picker .colorpicker-hue,
.color_picker .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.color_picker .colorpicker-color,
.color_picker .colorpicker-color div {
    height: 30px;
}

.modal-content,
.modal-content .block {
    border-radius: 24px;
}

.modal-content .block .block-header {
    border-radius: 24px 24px 0px 0px;
}

.modal-content .block .block-header i.si-close {
    font-size: 25px;
}

.modal-content .block .block-title {
    font-weight: bolder;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000 !important;
}

.select2-selection {
    max-height: 110px !important;
    padding: 0;
    overflow: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: white;
    border: none;
}

.select2-selection__rendered {
    background: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #e1e3f5;
    border: 1px solid #b3b7d5;
    border-radius: 4px;
}

.file-span {
    border-radius: 4px !important;
    border: 1.6px solid rgb(131, 129, 230, 0.8) !important;
    padding: 5px 8px;
    color: #000;
    background-color: rgb(224, 224, 252, 0.7);
    display: inline-block !important;
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
    background: white;
}

.tab {
    font-size: 1.25rem;
}

.nav-tabs a.active {
    padding-bottom: 10px;
    position: relative;
    color: #3432a7;
    font-weight: 600;
}

.nav-tabs a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3432a7;
    height: 4px;
    /* border-radius:10px; */
}

td.tab-emp {
    max-width: 100px;
}

td.tab-atc {
    max-width: 220px;
}

a.file-span {
    max-width: 220px;
}

td.tab-emp,
a.file-span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* word-break: break-all; */
}

td.det-title {
    max-width: 180px;
}

.badge-active {
    font-family: "Inter";
    font-weight: 500;
    font-size: 12px;
    background-color: #ecfdf3;
    color: #027a48;
    border-radius: 16px !important;
}

.badge-blue {
    font-family: "Inter";
    font-weight: 500;
    font-size: 12px;
    background-color: #b1c4f2;
    color: #214394;
    border-radius: 16px !important;
}

.badge-inactive {
    font-size: 12px;
    font-family: "Inter";
    font-weight: 500;
    border-radius: 16px !important;
    background-color: #fef3f2;
    color: #b42318;
}

.badge {
    font-family: "Inter";
    font-size: 12px;
    font-weight: 500;
    border-radius: 16px !important;
}

.badge-public {
    background-color: #ddddfe;
    color: #3432a7;
}

.badge-not-public {
    background-color: #fdf2fa;
    color: #c11574;
}

.badge-published {
    background-color: #eff8ff;
    color: #175cd3;
}

.badge-not-published {
    background-color: #fff1f3;
    color: #c01048;
}

.badge-skill-odd {
    background-color: #ddddfe;
    color: #3432a7;
}

.badge-skill-even {
    background-color: #eff8ff;
    color: #175cd3;
}

.badge-not-permanent {
    color: #b54708;
    background-color: #fffaeb;
}

.text-route-1 {
    color: #767a9b;
}

.text-route-2 {
    color: #5653fc;
}

.text-route-small {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.006em;
}

.text-route-big {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
}

.input-form-custom {
    margin-top: 10px;
    border: 1px solid #b3b7d5 !important;
    border-radius: 6px !important;
    font-family: "Inter";
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.011em;
    color: #767a9b;
}

.header-datatable {
    padding: 1rem 0em 1rem 1em !important;
    text-transform: capitalize !important;
}

.header-datatable-2 {
    padding: 1rem 1em !important;
    text-transform: capitalize !important;
}

.text-data-title {
    color: #767a9b;
}

.text-data {
    color: #2b2e43;
}

.bg-danger {
    background: #d92d20 !important;
    border: 1px solid #d92d20 !important;
}

.bg-confirm {
    background: #4543d1 !important;
    border: 1px solid #4543d1 !important;
}

/* Search and datatables */

#main-container {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

table.dataTable {
    margin-bottom: 0 !important;
}

table.dataTable td.dataTables_empty {
    border-left: 1px solid #e1e3f5;
    border-right: 1px solid #e1e3f5;
    background: #fff;
}

.table thead th {
    text-transform: capitalize;
    font-weight: 500;
    background: #f9fafb;
    padding: 12px 24px;
    font-size: 12px;
    height: 44px;
}

.table tbody td {
    padding: 16px 24px;
    height: 72px;
    font-size: 14px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 16px;
    font-weight: 400;
}

.text-route-a1 {
    color: #767a9b;
}

.text-route-a1:hover {
    color: #5653fc;
}

.text-route-a2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #344054;
    padding: 4px 8px;
    background: #f9fafb;
    border-radius: 6px;
    height: 28px;
}

.text-route-a2:hover {
    color: #344054;
}

.btn-new-primary {
    height: 40px;
    border-radius: 8px !important;
    align-items: center;
    background: #4543d1;
    border: 1px solid #4543d1;
    color: #fff;
}

.btn-new-secondary {
    height: 40px;
    border-radius: 8px !important;
    border: 1px solid #e1e3f5;
    color: #5653fc;
    background-color: #f9f9fc;
    margin-top: 12px;
}

.btn-new-danger {
    height: 40px;
    border-radius: 8px !important;
    align-items: center;
    padding: 8px 16px;
    background: #d92d20;
    border: 1px solid #d92d20;
    color: #fff;
}

.btn-new-default {
    height: 40px;
    border-radius: 8px !important;
    align-items: center;
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    color: #344054;
}

.text-btn-new {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.006em;
}

.text-header-new {
    font-family: "Inter";
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #101828;
    float: left;
}

.text-header-tab-new {
    font-family: "Inter";
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #101828;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .new-search-form input {
        margin-bottom: 10px !important;
    }
}

.search-datatable-new {
    flex-direction: row;
    align-items: center;
    color: #667085;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    margin: 20px 24px;
}

/* Add Ext Style */
.search-datatable-new-emp {
    /* hallo its me */
    flex-direction: row;
    align-items: center;
    color: #667085;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    margin: 20px 12px;
}

.dropdown-filter-style {
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-filter-style::after {
    margin-right: 14px;
}

.form-range-date {
    background: transparent !important;
    border: 0px !important;
}

.list-filter-length {
    background: #5653fc;
    border-radius: 20px;
    color: #fff;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-not-found {
    padding: 64px 0;
    margin: 0 auto;
    width: 352px;
}

.search-not-found h3 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 16px;
    color: #101828;
    padding-top: 16px;
    margin-bottom: 4px;
}

.search-not-found p {
    font-family: "Inter";
}

.div-before-header-dt {
    background-color: #ffffff;
    border: 1px solid #e1e3f5;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    /* border-bottom: none; */
    position: relative;
    top: 6px;
}

.dt-br-bottom {
    padding-left: 24px;
    margin-bottom: 50px;
    border-radius: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-left: 1px solid #e1e3f5;
    border-right: 1px solid #e1e3f5;
    border-bottom: 2px solid #e1e3f5;
    border-top: 1px solid #e1e3f5;
}

.btn-paging {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #d0d5dd;
    padding: 9.2px 10px;
    cursor: pointer;
}

.paging-left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: none;
}

.paging-right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: none;
}

.btn-paging-icon {
    background-color: #ffffff;
    color: #b3b7d5;
    width: auto;
}

.page-link {
    position: relative;
    font-family: "Inter";
    font-weight: 600;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 10px 16px 10px 15px;
    color: #344054;
    background: #ffffff;
    border: 1px solid #d0d5dd;
}

.page-item.active .page-link {
    font-weight: 600;
    z-index: 1;
    color: #1d2939;
    background: #f9fafb;
    border: 1px solid #d0d5dd;
}

.page-item.disabled .page-link {
    border: 1px solid #d0d5dd;
}

.color-grey {
    color: #667085;
}

.color-grey:hover {
    color: #3432a7;
}

.breadcrum-secondary {
    color: #475467;
    font-weight: 500;
    background: none;
    border-radius: 0px;
}

.form-control.custom-search {
    font-family: "Inter";
    font-weight: 500;
    font-size: 16px;
    padding: 10px 14px;
    height: 44px;
}

.form-custom-border>input,
.form-custom-border>textarea,
.form-custom-border>select {
    font-family: "Inter";
    font-style: normal;
    color: #101828;
    height: 44px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    font-size: 16px;
    padding: 10px 14px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.form-custom-border>input[type="radio"] {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #d0d5dd !important;
    border-radius: 10px;
}

.form-custom-border>input:focus,
.form-custom-border>textarea:focus,
.form-custom-border>select:focus {
    color: #101828;
}

.form-custom-border>textarea {
    height: 96px;
    padding: 10px 12px !important;
    line-height: 20px !important;
}

.form-custom-border>label,
.label-title {
    font-size: 16px;
    color: #101828;
    font-weight: 500;
}

.form-custom-border>select {
    height: 48px !important;
}

.ml-24 {
    margin-left: 24px !important;
}

.mr-24 {
    margin-right: 24px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.m-24 {
    margin: 24px !important;
}

.pl-24 {
    padding-left: 24px !important;
}

.pr-24 {
    padding-right: 24px !important;
}

.pt-24 {
    padding-top: 24px !important;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.p-24 {
    padding: 24px !important;
}

.twentythree-pop-title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #101828;
}

.twentythree-pop-caption {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #475467;
}

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

.wizard-wrapper {
    height: 200px;
    padding: 24px 32px;
    margin-bottom: 16px;

    height: 200px;

    /* Base/White */

    background: #ffffff;
}

.wizard-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */

    /* Neutral/700 */

    color: #344054;
}

.wizard-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    /* Neutral/700 */

    color: #344054;
}

.wizard-card-wrapper {
    margin-top: 24px;
}

.wizard-card {
    padding: 16px 24px;
    height: 96px;

    /* Base/White */

    background: #ffffff;
    /* Gray/200 */

    border: 1px solid #eaecf0;
    border-radius: 8px;

    cursor: pointer;
}

.wizard-card:hover {
    background: #eaecf0;
}

.wizard-card-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    /* Gray/900 */

    color: #101828;
}

.wizard-card-subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    /* Gray/700 */

    color: #344054;
}

.wizard-close-button {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    /* Gray/600 */

    color: #475467;
    cursor: pointer;
}

.data-reference-card {
    position: absolute;
    min-width: 260px;
    top: 80px;
    left: 20%;
    /* padding: 16px; */
    height: auto;

    /* Base/White */

    background: #ffffff;
    /* Gray/200 */

    border: 1px solid #eaecf0;
    border-radius: 8px;
    z-index: 1;
}

.data-reference-item {
    cursor: pointer;
    padding: 16px;
}

.data-reference-item:hover {
    background: #eaecf0;
}

.data-reference-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    /* Gray/700 */

    color: #344054;
}

.data-reference-text-muted {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;

    color: #667085 !important;
}

.gray-900 {
    color: var(--gray-900, #101828);
}

.gray-600 {
    color: var(--gray-600, #475467);
}

.gray-500 {
    color: var(--gray-500, #667085);
}