/* In main.css */
body {
    font-family: 'Inter!important', sans-serif;
}

.page-contents :is(h1, h2, h3, h4, h5, h6,
    p, ul, ol, li,
    blockquote, pre, figure, figcaption,
    hr, dl, dt, dd,
    table, thead, tbody, tfoot, tr, th, td,
    a, strong, em, img, code,
    iframe, video, audio, caption,
    mark, sup, sub, br, span) {
    /* all: revert; */
    margin: revert;
    padding: revert;
    font: revert;
    list-style: revert;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Inter !important;
}

html a:hover {
    color: #1bd2a4;
    opacity: 0.8;
}

html body h1 {
    font-size: 24px;
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html p,
html span,
html strong {}

:root :where(.is-layout-flow)>* {
    margin-block-start: unset !important;
}

:root :where(.is-layout-constrained)>* {
    margin-block-start: 0;
}

.filter-collapse .ant-collapse-item .ant-collapse-header .ant-collapse-expand-icon {
    display: none;
}

.technical-expertise-container {
    margin-top: 40px !important;
}

.technical-group {}

.technical-group-img {
    margin-bottom: 10px;
}

.technical-group-content {}

.technical-group-content h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

.technical-group-content {
    position: relative;
}


.technical-group-hover-block-button {
    text-align: center;
}

.technical-group-hover-block a {
    margin: 0;
    padding: 0;
    background: none;
    color: #1D1929;
    font-size: 14px;
}

@media (min-width: 768px) {
    .technical-group-hover-block {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .technical-group-hover-block a:hover {
        color: #1D1929;
    }

    .technical-group-hover-block,
    .technical-group-hidden {
        visibility: hidden;
    }

    .technical-group:hover .technical-group-hover-hidden {
        visibility: hidden;
    }

    .technical-group:hover .technical-group-hover-block {
        visibility: visible;
    }
}

/* #region why-jdi-central-section */
body .why-jdi-central-section {
    /* padding-left: 220px !important;
    padding-right: 220px !important; */
}

.why-jdi-central-section .header-box-group-section p img {
    float: left;
    clear: both;
}

.why-jdi-central-section .why-jdi-central-grids {}

/* Responsive */
@media (min-width: 320px) {
    .why-jdi-central-section .why-jdi-central-grids {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (min-width: 640px) {
    .why-jdi-central-section .why-jdi-central-grids {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .why-jdi-central-section .why-jdi-central-grids {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .why-jdi-central-section .why-jdi-central-grids {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* #endregion why-jdi-central-section */


/* #region Trusted */
.trusted-by-section {}

.trusted-by-section .trusted-by-grids {
    grid-template-columns: none;
}

/* Responsive */
@media (min-width: 320px) {}

@media (min-width: 640px) {}

@media (min-width: 768px) {}

@media (min-width: 1024px) {
    .trusted-by-section .trusted-by-grids {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

/* #endregion Trusted */


/* PAGE PATTERN TEMPLATES */
.intro-section-template-01 {}


/* #region template-03 */
.intro-section-template-03 {}

.intro-section-template-grids {}

.intro-section-template-03.intro-section-template-grids {}

.intro-section-template-03.intro-section-template-grids {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

/* Responsive */
@media (min-width: 320px) {
    .intro-section-template-03.intro-section-template-grids {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (min-width: 640px) {
    .intro-section-template-03.intro-section-template-grids {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .intro-section-template-03.intro-section-template-grids {}
}

@media (min-width: 1024px) {
    .intro-section-template-03.intro-section-template-grids {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* #endregion template-03 */

/* #region success-stories-section */
.success-stories-section .success-stories-grids {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

/* Responsive */
@media (min-width: 320px) {}

@media (min-width: 640px) {}

@media (min-width: 768px) {}

@media (min-width: 1024px) {
    .success-stories-section .success-stories-grids {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* #endregion success-stories-section */

.custom-gradient-group {
    background: linear-gradient(rgb(3, 149, 113) 0%, rgb(24, 186, 146) 83.33%);
}

.gradient-bg {
    background: linear-gradient(to bottom, transparent, #F4FFFC);
    border-image: conic-gradient(from 0deg at 100% 100%, #1EE9B6 0%, #1EE9B6 50%, #1EE9B600 75%) 1;
}





.embla {
    max-width: 100%;
    margin: 0 auto;
}

.embla__viewport {
    overflow: hidden;
    width: 100%;
}

.embla__container {
    display: flex;
    /* gap: 16px; */
    align-items: flex-end;
}

.embla__slide {
    /* flex: 0 0 auto;
    width: 348px;
    height: 386px;
    border-radius: 8px;
    overflow: hidden;
    background: #eee;
    transition: height 0.3s ease, transform 0.3s ease; */
    /* transform-origin: bottom center; */
}

.embla__slide img {
    /* display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; */
}

.embla__slide.active {
    /* outline: 4px solid #007bff; */
    /* transition: outline 0.3s; */
    /* border-radius: 8px; */
    /* z-index: 1; */
    height: 471px;
}


.home-page .embla__slide .freelancer-info {
    /* position: absolute; */


    position: absolute;
}

.home-page .embla__slide.active .freelancer-info {
    /* position: unset; */


    transition: transform 0.3s ease, opacity 0.3s ease;
    /* transform: translateY(0); */
    opacity: 1;
}

.home-page .embla__slide.active .freelancer-info.transition-out {
    /* transform: translateY(20px); */
    opacity: 1;
}

.home-page .embla__slide.active .freelancer-info span {
    font-size: 14px;
}

.home-page .embla__slide.active .freelancer-info p {
    font-size: 24px;
}

.home-page .embla__slide .view-profile-button,
.home-page .embla__slide .company-and-rating {
    visibility: hidden;
}

.home-page .embla__slide.active .view-profile-button,
.home-page .embla__slide.active .company-and-rating {
    visibility: visible;
}

.home-page .embla__slide:not(.active) .bg-card-border {
    background-image: none;
}


/* For porfolio  */
.profiles-carousel-portfolio .embla {
    position: relative;
}

.profiles-carousel-portfolio .embla__viewport {
    overflow: hidden;
    width: 100%;
}

.profiles-carousel-portfolio .embla__container {
    display: flex;
    -webkit-tap-highlight-color: transparent;
    margin-left: 0;
    margin-right: 0;
}

.profiles-carousel-portfolio .embla__slide {
    position: relative;
    flex: 0 0 100%;
    min-width: 0;
}

.profiles-carousel-portfolio .embla__slide__number {
    box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
    font-size: 4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--slide-height);
}

.profiles-carousel-portfolio .embla-thumbs {
    --thumbs-slide-spacing: 0.8rem;
    --thumbs-slide-height: 6rem;
    margin-top: var(--thumbs-slide-spacing);
}

.profiles-carousel-portfolio .embla-thumbs__viewport {
    overflow: hidden;
}

.profiles-carousel-portfolio .embla-thumbs__container {
    display: flex;
    flex-direction: row;
}

.profiles-carousel-portfolio .embla-thumbs__slide {
    flex: 0 0 22%;
    min-width: 0;
}

@media (min-width: 576px) {
    .profiles-carousel-portfolio .embla-thumbs__slide {
        flex: 0 0 15%;
    }
}

.profiles-carousel-portfolio .embla-thumbs__slide__number {
    border-radius: 1.8rem;
    -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    touch-action: manipulation;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--detail-high-contrast);
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--thumbs-slide-height);
    width: 100%;
}

.profiles-carousel-portfolio .embla-thumbs__slide--selected .embla-thumbs__slide__number {
    color: var(--text-body);
}


.profiles-carousel-portfolio .embla-thumbs__slide.is-selected {
    border: 1px solid #1BD2A4;
    /* hoặc highlight gì đó */
}











/* talents-carousel */
.talents-carousel .slick-track {
    display: flex !important;
    align-items: flex-end;
}

.talents-carousel .team-member.slick-slide {}

.talents-carousel .team-member.slick-slide .freelancer-info {
    position: absolute;
}

.talents-carousel .team-member.slick-slide:not(.slick-current) .view-profile-button,
.talents-carousel .team-member.slick-slide:not(.slick-current) .company-and-rating {
    visibility: hidden;
}

.talents-carousel .team-member.slick-slide:not(.slick-current) .freelancer-info {
    /* position: absolute; */
}

.talents-carousel .team-member.slick-slide:not(.slick-current) .bg-card-border {
    background-image: none;
}


.talents-carousel .team-member.slick-slide.slick-current.slick-active.slick-center:hover {
    cursor: pointer;
}

.talents-carousel .team-member.slick-slide.slick-current.slick-active.slick-center .freelancer-info {
    position: relative;
}

.talents-carousel .team-member.slick-slide.slick-current.slick-active.slick-center .freelancer-info span {
    font-size: 14px;
}

.talents-carousel .team-member.slick-slide.slick-current.slick-active.slick-center .freelancer-info p {
    font-size: 24px;
}












/* ========================================== */
/* ============ Talents Carousel =============*/
/* ========================================== */
.talents-carousel .slick-prev,
.talents-carousel .slick-next {
    border: 1px solid #e5e7eb;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background-color: white;
    z-index: 9;
    transform: translateY(-50%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.talents-carousel .slick-prev:hover,
.talents-carousel .slick-prev:focus,
.talents-carousel .slick-next:hover,
.talents-carousel .slick-next:focus {
    background-color: white;
}

.talents-carousel .slick-prev:before,
.talents-carousel .slick-next:before {
    color: red;
    content: unset;
}

.talents-carousel .anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.talents-carousel .anticon svg {
    display: inline-block;
}



:root :where(.is-layout-flow)>* {
    margin-block-start: 0
}

.success-stories-card .success-stories-card-img {}

.success-stories-card .success-stories-card-info {
    margin-left: 10px;
}

.not-sure-where-group {
    margin-top: 24px !important;
}

.not-sure-where-link a {
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 225px;
}

.not-sure-where-img {
    float: left;
    margin-top: 2px !important;
    margin-left: 10px;
}

.not-sure-where-img img {
    margin-top: 5px;
}

.not-sure-where-link {
    width: 225px;
    display: block;
    margin-left: 45px;
    margin-top: 15px !important;
}

.wp-block-button__link.has-link-color.wp-element-button {
    font-size: 14px;
}

.jdi-central-bg {
    background-color: #18BA92;
}

.why-jdi-central-grid {}

.why-jdi-central-grid figure {
    margin-bottom: 10px;
}

.why-jdi-central-grid h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.why-jdi-central-grid p {}

/* ========================================== */
/* ============ Tabs format ================*/
/* ========================================== */
.tabs {
    display: flex;
    cursor: pointer;
}

.tab-button {}

.tab-button.active {
    border-bottom-width: 2px;
    border-color: rgb(27 210 164 / var(--tw-border-opacity, 1));

}

.tab-content {
    display: none;
    border-top: none;
}

.tab-content.active {
    display: block;
}

/* ========================================== */
/* ============ For Q&A style ================*/
/* ========================================== */
.faq-section {}

.wp-block-post-content .qa-pattern,
.qa-pattern {
    margin-top: 20px !important;
    border: 1px solid #E8E8EA;
    border-radius: 4px;
}

.qa-pattern_container_subtitle {
    margin-top: 8px !important;
}

.wp-block-post-content .qa-item__question,
.qa-pattern__title {
    text-align: center;
    color: #1D1929;
    margin-bottom: 20px;
}

.wp-block-post-content .qa-item__question:hover,
.qa-item__question {
    width: 100%;
    background-color: #F9F9F9;
    color: #1D1929;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E8E8EA;
    cursor: pointer;
    line-height: 29px;
    margin: 0 !important;
}

.wp-block-post-content .qa-item__question,
.qa-item__question:hover {
    background-color: #F9F9F9;
}

.wp-block-post-content .arrow-right,
.arrow-right {
    display: inline-block;
}

.qa-item .qa-item__question .arrow-right,
.qa-item .qa-item__question .arrow-up {
    margin-left: 10px;
}

.wp-block-post-content .arrow-up,
.arrow-up {
    display: none;
}

.wp-block-post-content .qa-item.active .arrow-right,
.qa-item.active .arrow-right {
    display: none;
}

.wp-block-post-content .qa-item.active .arrow-up,
.qa-item.active .arrow-up {
    display: inline-block;
}

.wp-block-post-content .qa-item.active .qa-item__question,
.qa-item.active .qa-item__question {
    background: none;
    border: none;
}

.wp-block-post-content .qa-item__answer,
.qa-item__answer {
    display: none;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 30px;
}

.wp-block-post-content .qa-item.active .qa-item__answer,
.qa-item.active .qa-item__answer {
    display: block;
}

.wp-block-post-content .qa-item ul.qa-item__answer,
.wp-block-post-content .qa-item ol.qa-item__answer,
.qa-item ul.qa-item__answer,
.qa-item ol.qa-item__answer {
    list-style: unset;
    padding: revert;
}

/* ========================================== */
/* ============ profile Carousel =============*/
/* ========================================== */
/* Talent profile modal */
.ant-drawer-content-wrapper .ant-drawer-buttons {
    display: none;
}

.ant-drawer-content-wrapper.translate-x-0 .ant-drawer-buttons {
    display: block;
}

.ant-drawer-content-wrapper {
    display: block;
    position: fixed;
    z-index: 1000;
    max-width: 100vw;
    transition: all 0.3s;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: -6px 0 16px 0 rgba(0, 0, 0, 0.08), -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05);
}

.ant-drawer-content-wrapper .ant-drawer-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #ffffff;
    pointer-events: auto;
}

.ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-body {
    flex: 1;
    min-width: 0;
    min-height: 0;
    padding: 24px;
    overflow: auto;
}

.ant-drawer-mask {
    display: none;
}

.ant-drawer-mask.active {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: auto;
}

/* For modal portfolio */
.ant-drawer-mask-portfolio {
    display: none;
}

.ant-drawer-mask-portfolio.active {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: auto;
}

.ant-drawer-content-wrapper-portfolio .ant-drawer-buttons {
    display: none;
}

.ant-drawer-content-wrapper-portfolio.translate-x-0 .ant-drawer-buttons {
    display: block;
}

.ant-drawer-content-wrapper-portfolio {
    display: block;
    position: fixed;
    z-index: 3000;
    width: 100vw;
    padding: 0 16px;
    transition: all 0.3s;
    box-sizing: border-box;
    margin: auto;
    background: transparent;
    box-shadow: -6px 0 16px 0 rgba(0, 0, 0, 0.08), -3px 0 6px -4px rgba(0, 0, 0, 0.12), -9px 0 28px 8px rgba(0, 0, 0, 0.05);
}

.ant-drawer-content-wrapper-portfolio .ant-drawer-content-portfolio {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #ffffff;
    pointer-events: auto;
}

.ant-drawer-content-wrapper-portfolio .ant-drawer-content-portfolio .ant-drawer-body-portfolio {
    flex: 1;
    min-width: 0;
    min-height: 0;
    padding: 20px 24px;
    overflow: auto;
}

.anticon-close svg {
    font-size: 16px;
}




.profiles-carousel .slick-prev,
.profiles-carousel .slick-next {
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    background-color: white;
    z-index: 9;
    transform: translateY(-50%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.profiles-carousel .slick-prev:hover,
.profiles-carousel .slick-prev:focus,
.profiles-carousel .slick-next:hover,
.profiles-carousel .slick-next:focus {
    background-color: white;
}

.profiles-carousel .slick-prev:before,
.profiles-carousel .slick-next:before {
    color: red;
    content: unset;
}

.profiles-carousel .anticon {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-style: normal;
    line-height: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.profiles-carousel .anticon svg {
    display: inline-block;
}

/* ========================================== */
/* ============ Help and Support =============*/
/* ========================================== */

.help-support-sidebar.sticky {
    position: sticky;
}

.help-support-sidebar input[name=jobName] {
    height: 36px;
}

.help-support-sidebar .ant-collapse-ghost {
    background-color: transparent;
    border: 0;
}

.help-support-sidebar .ant-collapse-ghost .ant-collapse-item {
    border-bottom: 0;
}

.help-support-sidebar .ant-collapse-ghost .ant-collapse-item .ant-collapse-header {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 12px 16px;
    color: #1D1929;
    line-height: 1.5714285714285714;
    cursor: pointer;
    transition: all 0.3s, visibility 0s;
}

.help-support-sidebar .ant-collapse-ghost .ant-collapse-item .ant-collapse-header .ant-collapse-expand-icon {
    order: 1;
    padding-inline-end: 0;
    padding-inline-start: 12px;
    height: 22px;
    display: flex;
    align-items: center;
}

.help-support-sidebar .ant-collapse-ghost .ant-collapse-item .ant-collapse-header .ant-collapse-header-text {
    margin-inline-end: auto;
    flex: auto;
}

.help-support-sidebar .ant-collapse-ghost .ant-collapse-item .ant-collapse-content-box {
    padding: 0 16px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, padding 0.3s ease;
}

.help-support-sidebar .ant-collapse-ghost .ant-collapse-item.active .ant-collapse-content-box {
    max-height: 100%;
    padding: 12px 16px;
    opacity: 1;
}


.ant-input-affix-wrapper.app-input {
    background: #fff;
    padding: 16px;
    border: 1px solid #e8e8ea;
    border-radius: 12px;
    font-size: 14px;
    line-height: 14px;
}

.ant-input-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: #1D1929;
    font-size: 14px;
    line-height: 1.5714285714285714;
    background-color: #ffffff;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    border-radius: 6px;
    transition: all 0.2s;
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 4px 11px;
    color: #1D1929;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    background-color: #ffffff;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    border-radius: 6px;
    transition: all 0.2s;
}

.ant-input-affix-wrapper.app-input .ant-input {
    font-size: 14px;
    line-height: 14px;
}

:where(.css-133oihn).ant-input-affix-wrapper>input.ant-input {
    padding: 0;
    font-size: inherit;
    border: none;
    border-radius: 0;
    outline: none;
}

:where(.css-133oihn).ant-input-affix-wrapper::before {
    width: 0;
    visibility: hidden;
    content: "\a0";
}

:where(.css-133oihn).ant-input-affix-wrapper .ant-input-suffix {
    margin-inline-start: 4px;
}

:where(.css-133oihn).ant-input-affix-wrapper .ant-input-prefix,
:where(.css-133oihn).ant-input-affix-wrapper .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
}

.ant-input-affix-wrapper.app-input .ant-input-prefix {
    margin-right: 10px;
}

.ant-input-affix-wrapper.app-input .ant-input {
    font-size: 14px;
    line-height: 14px;
}

.ant-row {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
}

[class^="ant-row"],
[class*=" ant-row"] {
    font-size: 14px;
    box-sizing: border-box;
}


.ant-col-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
}

.ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}

[class^="ant-col"],
[class*=" ant-col"] {
    font-size: 14px;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .ant-col-sm-24 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .ant-col-md-12 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .ant-col-lg-6 {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .ant-col-lg-18 {
        display: block;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .ant-col-lg-14 {
        display: block;
        flex: 0 0 58.333333333333336%;
        max-width: 58.333333333333336%;
    }

    .ant-col-lg-10 {
        display: block;
        flex: 0 0 41.66666666666667%;
        max-width: 41.66666666666667%;
    }
}

@media (min-width: 1200px) {
    .ant-col-xl-6 {
        display: block;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1280px) {
    .desktop\:justify-end {
        display: flex;
        justify-content: flex-end;
    }
}

/* Account tabs */
.account-type-tabs .tab-content .account-tab-item:hover,
.account-type-tabs .tab-content .account-tab-item {
    color: #1d1929;
}

.account-type-tabs .tab-btn {}

.account-type-tabs .tab-btn.active {
    background-color: black;
    color: white;
}

.account-type-tabs .tab-btn.active svg {
    stroke: none;
}

.account-type-tabs .tab-btn.active svg path {
    fill: #1BD2A4;
}

.account-type-tabs .tab-content {
    display: none;
}

.account-type-tabs .tab-content.active {
    display: block;
}

.account-type-tabs .cursor-pointer {
    cursor: pointer;
}

.account-type-tabs .css-133oihn.ant-row {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
}

.account-type-tabs .css-133oihn[class^="ant-col"],
.account-type-tabs .css-133oihn[class*=" ant-col"] {
    font-size: 14px;
    box-sizing: border-box;
}

.account-type-tabs .css-133oihn.ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}

.account-type-tabs .css-133oihn[class^="ant-col"],
.account-type-tabs .css-133oihn[class*=" ant-col"] {
    font-size: 14px;
    box-sizing: border-box;
}

.account-type-tabs .css-133oihn.ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}

@media (min-width: 768px) {
    .account-type-tabs .css-133oihn.ant-col-md-24 {
        display: block;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .account-type-tabs .css-133oihn.ant-col-lg-12 {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .account-type-tabs .css-133oihn.ant-col-xl-8 {
        display: block;
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%;
    }
}


/* Work search results */
.work-search-results .Typography_secondary__jtlKG {
    font-size: 11px;
    color: rgba(29, 25, 41, 0.45);
}

.work-search-results .ant-pagination {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #1D1929;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
}

.work-search-results .ant-pagination-prev,
.work-search-results .ant-pagination-next {
    position: relative;
}

.work-search-results .ant-pagination-prev button,
.work-search-results .ant-pagination-next button {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: -1;
}

.work-search-results .ant-pagination .ant-pagination,
.work-search-results .ant-pagination .ant-pagination-disabled,
.work-search-results .ant-pagination .ant-pagination-item {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    min-width: 32px;
    height: 32px;
    margin-inline-end: 8px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: 0;
    cursor: pointer;
    user-select: none;
}

.work-search-results .ant-pagination .ant-pagination-disabled,
.work-search-results .ant-pagination .ant-pagination-disabled:hover {
    cursor: not-allowed;
}

.work-search-results .ant-pagination .ant-pagination-disabled .ant-pagination-item-link,
.work-search-results .ant-pagination .ant-pagination-disabled:hover .ant-pagination-item-link {
    color: rgba(29, 25, 41, 0.25);
    cursor: not-allowed;
}

.work-search-results .ant-space-align-center {
    display: inline-flex;
    align-items: center;
}

.Pagination_pagination___l_WJ .ant-pagination-item.active a {
    color: #1d1929;
    font-weight: 700;
    font-size: 14px;
}

/* Custom button */
.button-without-icon {
    font-size: 14px;
    height: 48px;
    padding: 0;
}

.button-without-icon a {
    border-radius: 12px;
    height: 48px;
    padding: 10px 48px;
    font-size: 14px;
    line-height: 25px;
}

.button-with-img-icon {}

.button-with-img-icon a {
    font-size: 14px;
    line-height: 27px;
    font-size: 14px;
    line-height: 27px;
    padding: 10px 24px;
    border-radius: 12px;
}

.button-with-img-icon a img {
    float: left;
    width: 27px;
    height: 27px;
    margin-right: 8px;
}

/* wp-pagination */
.wp-pagination span.current {
    font-weight: 600;
}

.work-search-results .ant-divider {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #1D1929;
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    border-block-start: 1px solid rgba(5, 5, 5, 0.06);
}

.work-search-results .ant-divider-horizontal {
    display: flex;
    clear: both;
    width: 100%;
    min-width: 100%;
    margin: 24px 0;
}

.work-search-results .search-topic {}

.work-search-results .search-topic .topic-title {}

.work-search-results .search-topic:hover .topic-description {
    color: black;
}

.account-type-placeholder,
.work-search-results {
    display: none;
}

.account-type-placeholder.active,
.work-search-results.active {
    display: block;
}

/* Toast message */
@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fade-in 0.3s ease-out;
    transition: opacity 0.3s ease;
}


.wp-block-group .special-img img {
    margin-top: 15px;
}

/* Responsive */
@media (min-width: 320px) {
    .wp-block-group-is-layout-grid {
        /* grid-template-columns: repeat(1, minmax(0, 1fr)) !important; */
    }
}

@media (min-width: 640px) {
    .wp-block-group-is-layout-grid {
        /* grid-template-columns: repeat(2, minmax(0, 1fr)) !important; */
    }
}

@media (min-width: 768px) {
    body .why-jdi-central-section .why-jdi-central-grid.wp-block-columns-is-layout-flex {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {

    .wp-block-group-is-layout-grid {
        /* grid-template-columns: repeat(4, minmax(0, 1fr)) !important; */
    }

    .ant-drawer-content-wrapper.translate-x-0 .ant-drawer-buttons {
        left: -40px;
    }
}