@font-face {
    font-family: "BIZUDPGothic-Bold";
    src: url("../BIZ_UDPGothic/BIZUDPGothic-Bold.ttf")
    format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BIZUDPGothic-Regular";
    src: url("../BIZ_UDPGothic/BIZUDPGothic-Regular.ttf")
    format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "BIZUDPGothic-Regular", sans-serif;
}

.wrap-content {
    flex: 1;
    height: initial;
    display: flex;
    flex-direction: column;
}

.wrap-content * {
    letter-spacing: 2.5px;
    line-height: 27px;
}

* input,
* textarea {
    letter-spacing: normal!important;
}

.font-regular {
    font-family: "BIZUDPGothic-Regular", sans-serif;
}

.font-bold {
    font-family: "BIZUDPGothic-Bold", sans-serif;
}

body {
    color: #000000;
}

p {
    margin: 0;
}

.main {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.required::after {
    content: "*";
    color: red;
    margin-left: 5px;
    margin-top: -10px;
}

.is-invalid + .invalid-feedback {
    font-size: 12px;
}

.input input[readonly],
.input textarea[readonly] {
    cursor: not-allowed;
}

.input input[readonly]:focus,
.input textarea[readonly]:focus {
    outline: none;
}

.input textarea[readonly] {
    border-radius: 5px;
    border: solid 1px #000;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.15) url("../images/loading.gif") no-repeat
        center center;
    z-index: 99999;
}

.fm-medium {
    font-family: "BIZUDPGothic-Regular", sans-serif;
}

.fm-bold {
    font-family: "BIZUDPGothic-Regular", sans-serif;
}

.fm-light {
    font-family: "BIZUDPGothic-Regular", sans-serif;
}

.fm-regular {
    font-family: "BIZUDPGothic-Regular", sans-serif;
}

.form-control::placeholder {
    color: #989898 !important;
    font-size: 14px !important;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

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

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-30 {
    font-size: 30px;
}

.fs-46 {
    font-size: 46px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-900 {
    font-weight: 900;
}

.w-40 {
    width: 40%;
}

.lh-21 {
    line-height: 21px;
}

.lh-29 {
    line-height: 29px;
}

.disabled-link {
    pointer-events: none;
    opacity: 0.5;
}

#page > #header,
#page > hr,
#page > #footer {
    display: none !important;
}

span.underline {
    display: inline-block;
    text-align: center;
}

@media only screen and (max-width: 769px) {
    .content-wrapper,
    .navbar {
        width: 94% !important;
    }
}

.pum-close {
    color: #000 !important;
}

.text-content.header-modal {
    color: #000;
    font-size: 22px;
    font-family: "BIZUDPGothic-Regular", sans-serif;
    font-weight: bold;
}

.text-content.body-modal {
    color: #000;
    font-size: 16px;
    font-family: "BIZUDPGothic-Regular", sans-serif;
    font-weight: bold;
}

.text-content .underline {
    display: inline-block;
    text-align: center;
    line-height: 1em;
}

.text-content p {
    padding: 0 !important;
    margin: 0 !important;
    letter-spacing: 0.8px;
}

.text-content.header-modal .sub-text {
    font-size: 12px;
    font-weight: 500;
}

.text-content.body-modal .sub-text {
    font-size: 11px;
    font-weight: 500;
}

.submit-button-wp {
    position: relative;
}

.submit-button-wp::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    top: 40%;
    right: 25px;
    color: #fff;
    font-size: 12px;
}

.icon-close-video {
    color: #fff !important;
}
.form-footer .submit-form {
    background-color: #000;
    color: #fff;
}

a.elementor-button:hover {
    transform: scale(1.08);
}

a.my-page {
    color: #fff !important;
    text-decoration: none;
    background-color: #ff0788;
    padding: 5px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

a.my-page > i {
    margin-left: 10px;
}

a.my-page:hover {
    transform: scale(1.08);
    text-decoration: none;
    background-color: #ff0788;
}

.password,
.confirm-password {
    position: relative;
}

.password .is-invalid,
.confirm-password .is-invalid {
    background-image: none !important;
}

.icon-password {
    position: absolute;
    display: none;
    z-index: 5;
    cursor: pointer;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    text-align: center;
}

.icon-password > i {
    margin-top: 25%;
}

.password > input,
.confirm-password > input {
    padding-right: 45px !important;
}

.no-scroll {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .card-top {
        box-shadow: none !important;
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.background-none {
    background: none;
}

.button-not-hover:hover {
    transform: none!important;
}

.pagination-user .page-link {
    background: #ffffff;
    border: 1px solid black;
    color: #000000;
}

.pagination-user .active .page-link {
    background: #000000;
    border: 1px solid black;
    color: #ffffff;
}

.note-seen {
    width: 16px;
    top: 16px;
    left: 58%;
}

#page .text-contact {
    letter-spacing: 1px;
    line-height: 1.8;
}

#page .pe-none img {
    display: inline-block;
}

#page .button-link .elementor-button:hover {
    transform: none;
}

#page .button-link:hover {
    transform: scale(1.08);
}

#page .elementor-120 .elementor-element.elementor-element-2a3cef6 {
    --margin-block-end: 80px;
}

#page .text-title-share .elementor-heading-title{
    line-height:1.6!important;
}

.title-education-top {
    border-bottom: 1px solid #000000;
    padding-bottom: 8px
}

#page .elementor-widget-heading .elementor-heading-title {
    font-family: "BIZUDPGothic-Regular", sans-serif;
    letter-spacing: 1px;
}

#page .button-top a {
    width: 100%;
}

.form-company .contact-interview {
    background-color: #FF6767;
    padding: 20px;
}

.form-company .contact-interview span {
    color: #FFFFFF;
    font-size: 16px;
}

.form-company .contact-interview .email-contact{
    border-radius: 10px;
    padding: 20px;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 18px;
    line-height: 37px;
    margin-top: 20px;
    font-weight: bold;

}

.content-title .title-email {
    background-color: #EDEDED;
    padding: 20px 40px 20px 40px;
}

.content-title .title-email span {
    color: #000000;
    font-size: 16px;
}

.content-title .title-email .email-contact{
    border-radius: 10px;
    padding: 20px;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 18px;
    line-height: 37px;
    margin-top: 20px;
    font-weight: bold;

}
