@charset "utf-8";
/* CSS Document */

/*
-----------------------------
 reset.css
-----------------------------
*/
br {
    letter-spacing: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 0;
    vertical-align: baseline;
    background: transparent;
}

html {
    font-family: sans-serif;
    /* background-color: cadetblue; */
    margin-top: 0;
}

body {
    font-size: 0px;
    line-height: 1;
    /*font-family: Georgia, "Times New Roman", Times,'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
    /* font-family: 'Hiragino Mincho ProN', "ヒラギノ明朝 ProN W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Georgia, "Times New Roman", Times, 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
    /* font-family: math, sans-serif; */
    font-family: serif;
    letter-spacing: 0px;
    font-weight: normal;
}

header,
.breadcrumb,
section#connect,
section.accordion,
#colophon,
footer {
    display: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

br {
    letter-spacing: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
a img {
    border: 0;
    line-height: 0;
    font-size: 0;
    vertical-align: top;
}

.clear {
    clear: both;
}

a:link {
    color: #fff;
}

a:visited {
    color: #fff;
}

a:hover {
    color: #fff;
}

a:active {
    color: #fff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

pre {
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.m10t {
    margin-top: 10px;
}

.m10r {
    margin-right: 10px;
}

.m10b {
    margin-bottom: 10px;
}

.m10l {
    margin-left: 10px;
}

.p10t {
    padding-top: 10px;
}

.p10r {
    padding-right: 10px;
}

.p10b {
    padding-bottom: 10px;
}

.p10l {
    padding-left: 10px;
}

.m5t {
    margin: 5px 0 0 0
}

.center {
    width: 100%;
    text-align: center;
}

.right {
    width: 100%;
    text-align: right;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

/* .inner{
	width:920px;
	margin:0 auto;
} */
.inner dl:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.fit {
    width: 100%;
}


/*============================
container
============================*/

#container {
    width: 100%;
    font-size: 12px;
    margin-bottom: 32px;
}

/*============================
header
============================*/
#header {
    background: url(../img/common/rep01.gif) repeat center;
    width: 100%;
    color: #fff;
}

#header:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

#header h2,
#header h3,
#header h4 {
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
}

#header h2 {
    margin: 0 0 15px 0;
}

#header h3 {
    margin: 0 0 0 0;
}

#header h4 {
    margin: 0 0 12px 0;
    color: #827364;
    font-family: serif;
}

#header dl {
    width: 920px;
    margin: 0 auto;
    padding: 18px 0 16px 0;
}

#header dl:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

#header dl dt {
    float: left;
    width: 235px;
}

#header dl dt h1 {
    margin: 10px 0 0 0;
}

#header dl dd {
    float: right;
    width: auto;
}

/*============================
img
============================*/
#img {
    width: 100%;
    background: #32231e;
    clear: both;
}

#img div {
    width: 920px;
    margin: 0 auto;
}

.entry_btn {
    position: relative;
    top: 279px;
    left: 704px;
    width: 196px;
}

.main_img {
    /* margin:-101px 0 0 0; */
}

#img:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

.player {
    font-size: 16px;
    text-align: left;
}


/*============================
worry
============================*/
#worry {
    background: url(../img/common/rep01.gif) repeat center;
    padding: 0 0 50px 0;
}

#worry div.inner h2 {
    padding: 36px 0;
}

#worry ul {
    width: auto;
    margin: 0 auto;
}

#worry ul:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

#worry ul li {
    float: left;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    width: 271px;
}

#worry ul li p.img {
    margin: 0 0 20px 0;
}

#worry ul li.img_center {
    margin: 0 40px;
}

/*============================
amazing
============================*/

#amazing {
    width: 100%;
    background: #f0e6cd url(../img/amazing/bg.jpg) repeat-y center;
    padding: 0 0 20px 0;
}

#amazing h2 {
    padding: 34px 0 50px 0;
}

#amazing ul {
    width: 920px;
    margin: 0 auto 20px auto;
}

#amazing ul li {
    background: #ebe6e1;
    text-align: center;
    color: #500a0a;
    font-size: 16px;
    margin: 0 0 30px 0;
}

#amazing ul li h3 {
    line-height: 1;
}

#amazing ul li p {
    background: #ebe6e1;
    width: auto;
    font-size: 16px;
    padding: 20px 0;
    border: #231212 3px solid;
    line-height: 1.5;
}

/*============================
user
============================*/

#user {
    width: 100%;
    background: #f0e6cd url(../img/user/bg.jpg) repeat-y center;
    padding: 0 0 20px 0;
}

#user h2 {
    padding: 34px 0 50px 0;
}

#user div.user_comment {
    color: #500a0a;
    margin: 0 0 30px 0;
}

#user div.user_comment:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

#user div.user_comment h3 {
    line-height: 1;
}

/*user01*/
#user div.user_comment div.user01 {
    float: left;
    position: relative;
    z-index: 101;
    color: #231212;
    font-size: 12px;
}

#user div.user_comment div.comment01 {
    position: absolute;
    width: 789px;
    z-index: 100;
    margin: 14px 0 0 131px;
    font-size: 16px;
    line-height: 1.5;
}

#user div.user_comment div.comment01 p {
    width: auto;
    background: url(../img/user/user_com_rep.png) repeat-y;
    padding: 0 20px;
}

/*user02*/
#user div.user_comment div.user02 {
    float: right;
    position: relative;
    z-index: 101;
    color: #231212;
    font-size: 12px;
    margin: 0 1px 0 0;
    text-align: right;
}

#user div.user_comment div.comment02 {
    position: absolute;
    width: 789px;
    z-index: 100;
    margin: 14px 0 0 0px;
    font-size: 16px;
    line-height: 1.5;
}

#user div.user_comment div.comment02 p {
    width: auto;
    background: url(../img/user/user_com_rep.png) repeat-y;
    padding: 0 20px;
}

#user .f_red {
    color: #c80000;
    font-size: 20px;
}

/*============================
faq
============================*/

#faq {
    width: 100%;
    background: #0f2869 url(../img/faq/bg.jpg) repeat-y center;
    padding: 0 0 20px 0;
}

#faq h2 {
    padding: 34px 0 50px 0;
}

#faq h4 {
    color: #c87d00;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 15px 0;
}

#faq p {
    background: #2d5087;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin: 0 0 26px 0;
}



#formWrap .att {
    background-color: #f26123;
    color: #fff;
    padding: 0px 8px;
    font-size: 14px;
    font-weight: normal;
    font-family: serif;
}

#formWrap h3.head {
    margin-top: 0;
    margin-bottom: 4px;
}

#formWrap h3 {
    font-size: 18px;
    color: #666666 !important;
    line-height: 1;
    margin: 32px 0;
}

#formWrap div.q-ttl {
    color: #292a58;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 4px;
    margin-top: 24px;
}

#formWrap input,
textarea,
#formWrap select {
    border: none;
    background: #fff;
    font-size: 16px;
    font-family: serif;
    width: 895px;
    padding: 14px;
}

#formWrap select {
    width: 100%;
    font-size: 16px;
}

#formWrap div.btn_submit {
    background: url(https://dym.asia/media/wp-content/themes/dym-theme/img/cta.webp) no-repeat center;
    width: 80%;
    background-size: contain;
    text-align: center;
    transition: all 0.3s;
}

#formWrap div.btn_submit:hover {
    opacity: .8;
}

#formWrap div.btn_submit input {
    background: none;
    padding: 24px 0;
    cursor: pointer;
}

#result {
    text-align: center;
    font-size: 16px;
}

#result h3 {
    width: 100%;
    font-size: 20px;
    background: #827364;
    line-height: 1;
    margin: 0 0 30px 0;
    padding: 15px;
}

#result h4 {
    font-size: 16px;
    color: #FFF;
    line-height: 1;
    margin: 50px 0;
}

#result p {
    font-size: 18px;
    line-height: 2.4;
    margin: 50px 0;
    color: #FFF;
}

#policy {
    overflow-y: scroll;
    /* スクロール表示 */
    width: 920px;
    height: 200px;
    margin: 0 auto;
}


/*kiyaku*/
.kiyaku {
    color: white;
    line-height: 2em;
    width: 920px;
    margin: 0 auto;
    padding-top: 50px
}

p.mid {
    font-size: 160%;
    margin-bottom: 20px;
    margin-top: 20px;
}

p.agreement.error {
    color: white;
    font-size: 19px;
    text-align: center;
}

/*validetta*/

.validetta-bubble {
    position: absolute;
    background-color: #CD2E26;
    max-width: 325px;
    border-radius: 5px;
    color: white;
    padding: 5px 12px;
    margin-right: -920px;
    margin-top: -30px;
}

.validetta-bubble:before {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    left: 20px;
    width: 0;
    height: 0;
    border-top: 5px solid #CD2E26;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.validetta-bubbleClose {
    display: block;
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: 3px;
    color: white;
    font-weight: bold;
}

.validetta-inline,
.validetta-bubble {
    display: block;
    font: 12px/14px Arial, Helvetica, sans-serif;
}

.validetta-inline {
    color: #CD2E26;
}


#formWrap input.input__important,
#formWrap p.input__important input,
#formWrap select,
#formWrap #step5.flatpicker input.wpcf7-form-control.wpcf7-hidden,
#preferDT,
#preferDT02,
#preferDT03{
    background: #fff;
    border: 1px solid #D2D2D3;
    border-radius: 12px;
}

footer {
    background-color: #1d2957;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    /* font-family: system-ui; */
    font-family: serif;
    padding-bottom: 16px;
    /* margin-top: -58px; */
    display: block;
    font-size: 10px;
}

@media screen and (max-width: 767px) {
    .contact_iframe {
        height: 360px;
    }

    .contact_iframe p {
        font-size: 14px;
        margin-bottom: 0;
    }
}

/* 2025.7.9 */
body,
#container {
    max-width: 470px !important;
    margin: auto;
}

picture.fv img {
    width: 100%;
}

/* #formWrap {
    height: 180px;
} */

/* #formWrap {
    background-color: #a0b0d8;
    padding: 24px 5%;
} */

#formWrap .whiteForm {
    background-color: #fff;
    /* border-radius: 12px; */
    padding: 24px;
    margin-bottom: 24px;
}

#formWrap h3,
.term_agree_text {
    color: black;
}

#formWrap input,
textarea {
    width: 100%;
    margin: auto;
}

#formWrap input[type="date"],
#formWrap input[type="number"],
#formWrap textarea {
    background: #fff;
    border: 1px solid #D2D2D3;
    border-radius: 12px;
    width: 90% !important;
}


#formWrap textarea {
    height: 150px;
}

.select-flex {
    display: flex;
    justify-content: space-between;
}

/*
-----------------------------
exepart.css
-----------------------------
*/
.terms {
    margin-top: 20px;
}

.contact_iframe {
    margin-top: 25px;
    height: 150px;
    margin-bottom: 0px;
}

.term_area {
    width: 100%;
    border-radius: 12px;
}

.term_box {
    /* font-family: Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
    background: #fff;
    font-size: 12px;
    width: 100%;
    padding: 14px;
    overflow-y: scroll;
    height: 180px;
    border-radius: 12px;
    border: 1px solid #D2D2D3;
}

.term_box p {
    margin: 10px 0;
    line-height: 1.5;
}

.term_agree_text {
    font-size: 18px;
    color: black;
    margin: 18px 0;
}

.term_content {
    margin: auto;
    margin: 5px 0 50px;
    width: 100%;
    text-align: left;
    font-size: 16px;
}

.term_check_box {
    width: 4% !important;
    text-align: left;
}

.term_check_box+span {
    font-size: 16px;
}

.term {
    margin-top: 40px;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .contact_iframe p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .term_box {
        /* width: 92%; */
        width: 100%;
        font-size: 12px;
        padding: 4%;
    }

    .contact_iframe {
        height: 200px;
        margin-bottom: 25px;
    }

    .term_content {
        margin: 0;
        font-size: 16px;
    }

    .term_agree_text {
        font-size: 15px;
    }
}

#formWrap div.btn_submit {
    margin: 0 auto;
}

.exepart_thanks p {
    font-size: 16px;
}

#formWrap input[type="text"].com_post {
    margin-top: 10px
}

span.wpcf7-spinner {
    display: none;
}

.btn_submit:has(input[disabled]) {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s;
}

#formWrap div.btn_submit input[disabled] {
    cursor: not-allowed;
}

/* exepart02 */
/* step共通　バー */
.progressbar {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 10px;
    margin: 24spx auto;

}

/* 背景の長いバー */
.progressbar::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1d2653;
    /* 紺色 */
    transform: translateY(-50%);
    z-index: 0;
}

/* ドット部分 */
ul.progressbar li {
    position: relative;
    width: 14px;
    height: 14px;
    background-color: #1d2653;
    /* 紺色 */
    border-radius: 50%;
    z-index: 1;
    /* ←バーより前面に表示 */
}

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

ul.progressbar li.active {
    background-color: #f15a24;
    /* オレンジ */
}

/* h2, h3 */
.whiteForm h2 {
    color: #262957;
    font-size: 20px;
    text-align: center;
    padding-bottom: 32px;
}

.whiteForm h2 span {
    font-size: 28px;
}

.whiteForm h3 {
    color: #676666;
    font-size: 20px;
    text-align: center;
}

/* step1 */
#step1 .wpcf7-radio {
    /* display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); */
    gap: 16px 12px;
    font-size: 16px;
    font-family: serif;
    color: #454f75;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
}

#step1 .wpcf7-list-item {
    margin: 0;
    width: 48%;
}

#step1 .wpcf7-list-item label {
    display: block;
}

#step1 .wpcf7-list-item input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#step1 .wpcf7-list-item .wpcf7-list-item-label {
    display: block;
    width: 100%;
    padding: 8px;
    padding: 12px 10px;
    text-align: center;
    border: 1.5px solid #454f75;
    border-radius: 12px;
    background: #fff;
    color: #454f75;
    transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
    user-select: none;
    font-size: 14px;
}

#step1 .wpcf7-list-item label:hover .wpcf7-list-item-label {
    border-color: #ff7a00;
    box-shadow: 0 0 0 2px rgba(255, 122, 0, .12) inset;
}

#step1 .wpcf7-list-item input[type="radio"]:focus-visible+.wpcf7-list-item-label {
    outline: 3px solid rgba(255, 122, 0, .45);
    outline-offset: 2px;
}

#step1 .wpcf7-list-item input[type="radio"]:checked+.wpcf7-list-item-label {
    background: #ff7a00;
    color: #fff;
    border-color: #ff7a00;
    box-shadow: none;
}

@media (max-width: 640px) {
    #step1 .wpcf7-radio {
        grid-template-columns: 1fr;
    }
}

/* step4 */
#step4 .birth-select-wrap {
    display: flex;
}

#step4 .birth-select-wrap p {
    display: flex;
}

#step4 .birth-select-wrap .birth-year {
    width: 38%;
}

#step4 .birth-select-wrap .birth-month,
#step4 .birth-select-wrap .birth-day {
    width: 28%;
}

/* btn */
/* ステップの表示/非表示 */
.whiteForm>section {
    display: none;
}

.whiteForm>section.is-current {
    display: block;
}

.step-nav {
    margin-top: 48px;
}

.step-nav>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
}

.btn-next,
.btn-back,
.cta-submit {
    /* max-width: 100px; */
    width: 90%;
    margin: auto;
}

@media screen and (max-width: 469px) {

    .btn-next,
    .btn-back,
    .cta-submit {
        /* max-width: 100px; */
        width: 40%;
    }

    #step1 .btn-next {
        width: 80%;
        margin: auto;
    }
}

.btn-back:disabled,
.send_text:disabled {
    filter: grayscale(1) brightness(.9);
    cursor: not-allowed;
}

.is-error {
    outline: 2px solid rgba(224, 49, 49, .35);
    outline-offset: 2px;
}

.wpcf7-step-error {
    display: block;
    color: #e03131;
    font-size: 13px;
    margin-top: 6px;
}

/* step5 */
.confirm .h3-ttl {
    font-weight: 700;
    color: #666666;
    font-size: 15px;
}

.confirm dl {
    display: grid;
    grid-template-columns: 15em 1fr;
    gap: .5rem 1rem;
    margin: 0 0 1.5rem;
}

.confirm dt {
    font-weight: 600;
    color: #666666;
    font-size: 14px;
}

.confirm dd {
    margin: 0;
    color: #666666;
    font-size: 14px;
}

.is-error {
    outline: 2px solid rgba(224, 49, 49, .35);
    outline-offset: 2px;
}

.wpcf7-step-error {
    display: block;
    color: #e03131;
    font-size: 13px;
    margin-top: 6px;
}

.cf7-hidden-submit {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    background-image: url(./img/exepart02/cta.webp);
    background-position: center;
    background-size: contain;
    width: 48%;
    background-repeat: no-repeat;
}

.cta-submit[disabled] {
    opacity: .5;
    pointer-events: none;
}

input.wpcf7-submit.cf7-hidden-submit {
    opacity: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

#step5 #cf7submit,
#step6 #cf7submit {
    display: none !important;
}

/* flatpicker追加 */
.flatpickr-calendar.two-stage {
    width: min(90vw, 320px);
    max-width: 320px;
    overflow: visible !important;
    padding-top: 32px;
    position: absolute !important;
    left: 38% !important;
    right: 50% !important;
}

.fp2-container {
    position: relative;
    width: 100%;
    min-height: 340px
}

.fp2-stage {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease
}

.fp2-stage.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.fp2-stage--time {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 8px 10px 14px;
    box-sizing: border-box
}

.fp2-back {
    align-self: flex-start;
    font-size: 12px;
    line-height: 1;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef6ff;
    cursor: pointer;
    user-select: none
}

.fp2-date-label {
    font-size: 14px;
    font-weight: 600;
    padding: 0 2px
}

.fp2-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px
}

.fp2-time {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px
}

.fp2-time:hover {
    background: #f3f4f6
}

.flatpickr-time,
.flatpickr-time-separator {
    display: none !important
}

@media (max-width:479px) {
    .fp2-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .flatpickr-calendar.two-stage {
        width: 92vw;
        left: 6% !important;
    }
}

.flatpickr-day.fp2-em {
    font-weight: 700
}

/* NG時間の見た目 */
.fp2-time.is-disabled-time {
    opacity: .35;
    cursor: not-allowed;
}

.fp2-time.is-disabled-time:hover {
    background: transparent
}
#step5.flatpicker .whiteForm p {
  position: relative;
}

#step5.flatpicker .whiteForm p input[type="text"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.flatpickr-calendar{
  position: absolute !important;
  top: 0;
  left: 0;
}
.flatpickr-innerContainer{
    justify-content: space-around;
}
.flatpickr-current-month select.flatpickr-monthDropdown-months {
  width: auto !important;
  margin: 0 !important;
  padding: 0 22px 0 0 !important;
  line-height: 1.2 !important;
  height: auto !important;
  border: 0 !important;
  background: transparent !important;
  appearance: auto !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year{
    border: none;
        /* appearance: menulist; */
    background: transparent;
    border: none;
    border-radius: 0;
    /* box-sizing: border-box; */
    color: inherit;
    /* cursor: pointer; */
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}
.flatpickr-current-month{
    height: 48px;
    display: flex !important;
    justify-content: center !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
}
.flatpickr-months .flatpickr-month .flatpickr-monthDropdown-months,
.flatpickr-months .flatpickr-month .numInputWrapper{
    width: 40%;
}
.flatpickr-current-month,
.flatpickr-current-month input,
.flatpickr-current-month select {
  font-size: 16px; 
  line-height: 1.6;
  border: none !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  padding-right: 18px;
  min-width: 4.5em; 
}
.flatpickr-current-month input.cur-year{
    max-width: 100px;
}