#loader {
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 90000
}

.next-operation .modal-body {
    font-size: 16px;
}

#image-upload-recruit {
    width: 120px;
    height: 120px;
    border: 1px dashed #ced4da;
    background-repeat: repeat;
    background-size: 120px 120px;
}

#loader.fadeOut {
    opacity: 0;
    visibility: hidden
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

/* TODO Admin */
.todo-admin-reason-block-content {
    max-width: 400px;
    overflow-wrap: break-word;
}
/* END */

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.block-header .cursor-update-billing {
    cursor: not-allowed !important;
}
.notifications > span {
    z-index: 2;
}
.notifications > a {
    position: relative;
    margin: 0 8.5px;
}
.notifications > a > i {
    position: absolute;
    top: calc(50% - 12px);
    right: 7px;
    z-index: 1;
}
.notifications .dropdown-menu {
    min-width: 450px !important;
}


.h3,
h3 {
    font-size: 1.3rem !important;
}

.form-control:focus {
    -webkit-box-shadow: 0 0 0 4 #00bcd43f !important;
    box-shadow: 0 0 0 4 #00bcd43f !important;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: 0 0 0 4 #00bcd43f !important;
    box-shadow: 0 0 0 4 #00bcd43f !important;
}

.main-content {
    padding: 70px 20px 20px !important;
}

.btn {
    line-height: 1.2 !important;
    font-weight: bold;
}

a.seeker_name {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

textarea {
    line-height: 1.5 !important;
}

.vA-top {
    vertical-align: top;
}

.vA-middle {
    vertical-align: middle;
}

.card .card-body .nav-tabs .nav-item .nav-link {
    height: 100% !important;
}

ul.nav-tabs {
    border-bottom: 1px solid #dedede;
}

.nav-tabs .nav-link {
    margin-bottom: 0 !important;
}

ul.nav-tabs li.nav-item {
    margin-right: 0.3em;
    border: none;
    position: relative;
}

.tabs-detail li.nav-item button.nav-link {
    height: 50px !important;
    padding: 0.4em 0em !important;
}

ul.nav-tabs li.nav-item button.nav-link {
    font-size: 13.5px;
    background: #dedede;
    height: 70px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #dedede;
    padding: 0.4em 1em;
    border-bottom: none;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:not(.tab-support-information) {
    background: #fff;
    border-color: #fff;
    border-color: #dedede;
}
.nav-tabs .nav-link .label-count {
    position: unset;
    margin-left: 1em;
    width: 20px;
    height: 20px;
    line-height: 20px;
}



ul.nav-tabs li.nav-item button.nav-link p {
    line-height: 1.3;
}

@media (max-width: 766px) {
    ul.nav-tabs li.nav-item button.nav-link p {
        font-size: 0.7rem;
        line-height: 1rem;
    }
}

.fs-14 {
    font-size: 14px;
}

.bold {
    font-weight: bold !important;
}

.red {
    color: #ff0000 !important;
}

.black {
    color: black;
}

.grey {
    color: grey !important;
}

.green {
    color: green !important;
}

.orange {
    color: #ffa500 !important;
}

.yellow {
    color: #ffff00 !important;
}

.gray {
    color: grey;
}

.info {
    color: #038FDD !important;
}

.indigo {
    color: #4b0082 !important;
}

.violet {
    color: #ee82ee !important;
}

tr.label-info td:first-child {
    border-left: solid 2px #00bcd4;
}

tr.label-danger td:first-child {
    border-left: solid 2px #ff0000;
}

tr.label-green td:first-child {
    border-left: solid 2px #6AA84F;
}

tr.label-orange td:first-child {
    border-left: solid 2px #ffa500;
}

tr.label-yellow td:first-child {
    border-left: solid 2px #ffff00;
}

tr.label-indigo td:first-child {
    border-left: solid 2px #4b0082;
}

tr.label-violet td:first-child {
    border-left: solid 2px #ee82ee;
}

tr.label-grey td:first-child {
    border-left: solid 2px grey;
}

tr.label-gray td:first-child {
    border-left: solid 2px #bbbbbb;
}

.breadcrumb__step--disabled {
    color: #999 !important;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(button),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback):not(button) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc .fc-toolbar .fc-toolbar-chunk {
    display: inline-flex !important;
}

@media (max-width:768px) {

    .fc .fc-button-group {
        float: left !important;
    }

    .fc-header-toolbar {
        display: block !important;
    }

    .fc .fc-toolbar .fc-toolbar-chunk:first-child {
        width: 100%;
        justify-content: center;
    }

    .fc .fc-toolbar .fc-toolbar-chunk:first-child .fc-toolbar-title {
        font-size: 18px !important;
    }

    .fc .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
        width: 40%;
    }

    .fc .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
        width: 60%;
        justify-content: flex-end;
    }

    .nav-right .peer {
        display: none !important;
    }

    #search_box .pX-5,
    #search_box .pL-0 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    #search_box .form-label {
        margin-bottom: 0 !important;
        margin-bottom: 0.1rem !important;
    }

    #mainContent .mT-10 {
        margin-top: 5px !important;
    }

    #mainContent .mB-20 {
        margin-bottom: 10px !important;
    }

    #mainContent .p-20 {
        padding: 10px 20px !important;
    }

    .fc th {
        padding: 10px 0 !important;
        font-size: 10px !important;
    }
}

/* 転職者の紹介・選考状況一覧 */
@media (max-width:460px) {
    body {
        font-size: 13px !important;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif !important;
    }
    .header .header-container {
        display: flex;
        justify-content: space-between;
    }
    .header .header-container .nav-left>li>a i, .header .header-container .nav-right>li>a i {
        font-size: 15px !important;
    }
    .header .header-container .nav-left,
    .header .header-container .nav-right {
        float: unset !important;
    }
    .header .header-container .nav-left>li>a,
    .header .header-container .nav-right>li>a {
        padding: 0 8px !important;
        font-size: 11px;
    }
    .header .header-container .nav-left {
        margin-left: 5px !important;
    }

    .p-20 {
        padding: 10px !important;
    }

    .mX-40 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .main-content {
        padding: 70px 15px 15px !important;
    }



    .dataTables_wrapper .dataTables_paginate {
        clear: both;
        text-align: center;
        float: none !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 6px !important;
        margin: 0px !important;
    }
}

/* @media (max-width:992px) {

    .modal-dialog .radio-container {
        height: 90%;
    }
} */

.jcondition_detail_title,
.breadcrumb_detail_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-right: 15px;
    padding-left: 15px;
}

.jcondition_detail_content,
.breadcrumb_detail_content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-right: 15px;
    padding-left: 15px;
}

.radio-container label {
    white-space: break-spaces !important;
}

.datepicker-orient-top {
    margin-top: 20px !important;
}

.fLeft {
    float: left !important;
}

.fRight {
    float: right !important;
}

.ti-search.place {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #999;
}


.c-grey-icon,
.c-grey-icon:hover {
    color: #888888 !important;
}

.link-icon,
.link-icon:hover {
    color: #038FDD !important;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items {
    margin-right: 15px;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    text-align: left;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #eeeeee;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.calendar-ttl {
    background-color: rgb(207, 226, 243);
    font-size: 16px;
}

div.fixed-max-content {
    width: max-content;
    white-space: break-spaces;
}

div.fixed-w100 {
    width: 100px;
    white-space: break-spaces;
}

div.fixed-w150 {
    width: 150px;
    white-space: break-spaces;
}

div.fixed-w200 {
    width: 200px;
    white-space: break-spaces;
}

div.fixed-w250 {
    width: 250px;
    white-space: break-spaces;
}

div.fixed-w300 {
    width: 300px;
    white-space: break-spaces;
}

div.fixed-w400 {
    width: 400px;
    white-space: break-spaces;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    background-color: #ffffff !important;
    border-radius: 6px !important;
    color: #038FDD !important;
    border: 1px solid #038FDD !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #038FDD !important;
    border: 1px solid #ffffff !important;
    border-radius: 6px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #ffffff !important;
    border-radius: 6px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-right: 2px !important;
}

.fc table {
    font-size: 12px !important;
}

.fc .fc-timegrid-slot {
    height: 18px !important;
}

.remove-file {
    border: solid 1px #ccc;
    border-radius: 2px;
}

.sidebar .sidebar-inner .sidebar-logo a .logo {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.sidebar .sidebar-inner .sidebar-logo a .logo img {
    content: url("../assets/static/images/logo_mark.png");
    width: 40px;
}

body.is-collapsed .sidebar .sidebar-inner .sidebar-logo a .logo img {
    content: url("../assets/static/images/logo_02.png");
    width: 120px;
}

/*
@media screen and (min-width: 1440px) {
    .sidebar .sidebar-inner .sidebar-logo a .logo img {
      content: url("../assets/static/images/logo_02.png");
      width: 120px;
    }

    body.is-collapsed .sidebar .sidebar-inner .sidebar-logo a .logo img {
      content: url("../assets/static/images/logo_02.png");
      width: 40px;
    }
}
*/
.dialog-comment {
    line-height: 1.5;
    font-size: 12px;
}

.sz-3r,
.w-3r {
    width: 2.6rem !important;
}


@media (max-width:768px) {

    div#interview_list,
    div#interview_others {
        text-align: center !important;
        padding: 0 20px;
    }

    .md-mb-2 {
        margin-bottom: 0.5rem !important;
    }
}

div.circle_no {
    margin-left: -20px;
    font-size: 12px;
    color: black;
    width: 20px;
    height: 20px;
}

.nav-tabs {
    border-bottom: unset !important;
}

td div.padding-box.fixed-w100 p,
td div.padding-box.fixed-w150 p,
td div.padding-box.fixed-w200 p {
    white-space: normal;
    word-break: break-all;
}

.attach-note {
    word-break: break-all;
    color: #555;
    padding: 10px 5px 0 1em;
    line-height: 1.5;
    text-indent: -1em;
}

.timelineFile {
    width: 1px;
    height: 1px;
    visibility: hidden;
    z-index: 2
}

.nomax-width {
    max-width: none !important;
}

.blurdark {
    color: #073763;
}

.blueweak {
    color: #2b7cbf;
}

.header-interview {
    color: white;
    border: solid 2px black;
}

.confirmed-interview {
    color: #073763;
    border: solid 3px #073763;
    background: #073763;
}

.pending-interview {
    color: white;
    border: solid 3px #073763;
}

.pT-22 {
    padding-top: 22px !important;
}

.fixed-interview-date {
    display: flex;
    align-items: center;
}

.fixed-interview-date label {
    word-break: keep-all !important;
}

.fixed-interview-date div {
    position: relative !important;
}

.remainCharacters {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    width: 100%;
    margin: 5px 0;
}

.remainCharactersDetail {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    width: 100%;
    margin: 5px 0;
}

.proposal_price {
    margin-top: 5px;
    font-size: 13px;
}

.btn.disabled,
.btn:disabled {
    opacity: 1 !important;
    background: #ddd !important;
    border-color: #ddd !important;
    cursor: not-allowed !important;
}

.lh-26 {
    line-height: 2.6 !important;
}

.w-160 {
    width: 160px !important;
}
.h-115{
    height: 115px !important;
}
.inline {
    display: inline-flex !important;
}

.ng-day {
    text-decoration: line-through;
    color: grey;
}

p.break-line {
    white-space: break-spaces !important;
}

.mL-12 {
    margin-left: 12px;
}

.pL-40 {
    padding-left: 40px;
}

.pL-80 {
    padding-left: 80px;
}

.pL-120 {
    padding-left: 120px;
}

.h-56px {
    height: 56px;
}

.none {
    display: none !important;
}

.jc-center {
    justify-content: center !important;
}

.cv-hidden {
    content-visibility: hidden !important;
}

.w-30pro {
    width: 30% !important;
}

.w-100pro {
    width: 100% !important;
}

.header .nav-right .dropdown .peer span:hover {
    opacity: 0.6;
}

.label-flexpro {
    flex: 1 !important;
}

.required-label {
    font-size: 11px;
    color: #ff0000;
    background-color: white;
    border: 1px solid #ff0000;
    border-radius: 6px;
    padding: 3px 5px;
    height: 20px;
    white-space: nowrap;
    line-height: 1;
    display: inline-block;
    margin: 0px 5px;
}

.required-label::before {
    content: "必須";
}

.close-img-upload {
    color: #f44336;
    border: 1px solid silver;
    background-color: white;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.close-img-upload:hover {
    color: white;
    background-color: #f44336;
    border-color: #f44336;
}

.image-upload {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.image-common {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.h-35 {
    height: 35px !important;
}

.h-60 {
    height: 60px !important;
}


/* fix */
#interview_others,
#interview_list {
    text-align: left;
    font-size: 13px;
    margin: 10px;
}
#interview_others .ta-l,
#interview_list .ta-l {
    display: flex;
}

#interview_others .ta-l a,
#interview_list .ta-l a {
    font-size: 13px;
    font-weight: 500;
    margin-top: 1em;
}

#interview_others .ta-l .circle_no,
#interview_list .ta-l .circle_no {
    margin-top: 1em;
    width: 18px;
}

.title-font-12 {
    margin-bottom: 5px;
    font-size: 11px;
}

#guaranteedAgree {
    margin-bottom: 3px;
}

.tippy-content {
    white-space: break-spaces !important;
}

#loadBillingDetails table#billings_detail tbody td,
#loadBillingDetails .add-billing-detail table tbody td {
    vertical-align: top !important;
}

.text-break-spaces {
    white-space: break-spaces;
}

.text-pre-line {
    white-space: pre-line;
}

.c-box-activity {
    z-index: 1;
}

.deleted-record {
    align-items: end;
    display: flex;
    color: #038FDD;
}

.c-d {
    cursor:default !important;
}

.label {
    cursor: text !important;
}

.c-pointer {
    cursor: pointer;
}

.wH-40 {
    width: 40px !important;
    height: 40px !important;
}

.max-w415 {
    max-width: 415px;
}

#edit .deleted-record {
    justify-content: end;
}

i.mX-5.ti-trash,
i.mX-5.ti-pencil {
    color: #038FDD;
}

#detail_skill_detail_comment {
    margin-top: 10px;
}

.c-cyan-500 {
    color: #038FDD;
}

.min-w325 {
    min-width: 325px;
}

.c-list-telework .pl-copy-job label,
.c-list-telework .pl-copy-job p,
#createJob .block-confirm__body label.width-label,
#createJob .block-confirm__body .c-list-add-telework .itemWPlace,
#createJob .block-confirm__body .c-list-old-telework .itemWPlace ,
#createJob .block-confirm__body .c-list-copy-telework .itemWPlace {
    padding-left: 20px;
}

#createJob .block-confirm__body .salary1 input,
#createJob .block-confirm__body .salary2 input,
#createJob .block-confirm__body .salary3 input,
#createJob .block-confirm__body .salary4 input {
    max-width: 237px;
}

#dataTable3 .qa_contents_item {
    padding-bottom: 10px;
}

#dataTable3 .qa_contents_item .qa_contents_item_container,
#dataTable3 .qa_contents_item .qa_contents_item_container .qa_contents_item_text {
    margin-bottom: 20px;
}

#dataTable3 .qa_table_accordion .qa_title {
    padding-left: 12px;
}

#dataTable3 .qa_table_accordion .qa_contents_item {
    padding-top: 18px;
    padding-left: 12px;
    padding-bottom: 0.1px;
}

@media (min-width: 1200px) {
    .md-min-w60 {
        min-width: 60px !important;
    }

    .md-max-w80 {
        max-width: 80px !important;
    }

    .md-max-w95 {
        max-width: 95px !important;
    }
}

.dtfc-fixed-left {
    z-index: 1;
}

.agent-apply-td-center-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

. {
    z-index: 1;
}

.mB-18 {
    margin-bottom: 18px;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height {
    line-height: 1.5;
}

.w45 {
    width: 45px;
}

#selection_flows .vertical-bar:last-child,
.selection_flows .vertical-bar:last-child {
    display: none;
}

.min-w235 {
    min-width: 235px;
}

.initial {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #777;
    font-size: 22px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    text-overflow: ellipsis;
    overflow-x: clip;
}

.mW-25 {
    min-width: 25px;
}

.search-img {
    width: 60px;
}

.break-all {
    word-break: break-all;
}

.font-s13 {
    font-size: 13px !important;
}

.close i {
    font-size: 12px;
}

.min-w40 {
    min-width: 40px !important;
}

#toTop {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 63px;
    right: 55px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 1004;
}
.wrap-text-pro{
    white-space: pre-line !important;
    word-break: break-word !important;
}
.ws-unset{
    white-space: unset !important;
}
@media screen and (max-width:767px) {
    .required-label{
        margin-bottom: 8px;
    }
    .c-list-telework .pl-copy-job label,
    .c-list-telework .pl-copy-job p,
    #createJob .block-confirm__body label.width-label,
    #createJob .block-confirm__body .c-list-add-telework .itemWPlace,
    #createJob .block-confirm__body .c-list-old-telework .itemWPlace ,
    #createJob .block-confirm__body .c-list-copy-telework .itemWPlace {
        padding-left: 0px;
        min-width: 0px;
    }
    #toTop {
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 63px;
        right: 5%;
        cursor: pointer;
        opacity: 0.8;
        z-index: 1004;
    }
}

@media only screen and (max-width: 1279px) {
    #importantNotify > div.modal-dialog {
        max-width: 100%;
        height: auto;
    }

    .carousel.slide > .carousel-inner {
        padding: 0 12px;
    }

    .carousel-inner > .carousel-item.active::-webkit-scrollbar {
        display: none;
    }

    .carousel-inner > .carousel-item.active {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        -webkit-scrollbar-width: none;  /* safari*/
    }
}

@media only screen and (min-width: 1280px) {
    #importantNotify > div.modal-dialog {
        height: auto;
    }
}
 /* tooltip */
div.tooltip-inner {
    display: inline-block !important;
    max-width: 500px !important;
}

.w100 {
    width: 100px;
}

.maxw-100pro {
    max-width: 100% !important;
}

.color-f44336 {
    color: #f44336;
}

.color-95bf82 {
    color: #95bf82;
}

.bgc-b7b7b7{
    background-color: #B7B7B7 !important;
}
.lang-switcher {
    position: absolute;
    bottom: 50px;
    width: 100%;
}