
img {
    max-width: 100%;
  }
  li {
    list-style: none;
  }
  .flex {
    display: flex;
  }
  .item-center {
    display: grid;
    place-items: center;
  }
  a, button {
    border: none;
    text-decoration: none;

  }

/* HEADER */
.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.btn_header .btn_left{
    color: white;
    background:rgb(255, 0, 155) ;
    border:none;
    width: 170px;
    height: 2.2rem;
}
 .btn_header .btn_right{
    color: rgb(255, 0, 155);
    border-color: #FF009B;
    background: white ;
    width: 140px;
    height: 2.2rem;
}

.nav_header nav{
    background-color: #FFFFFF;
}

.nav_header nav .nav_content .nav_link li a{
    color: #515151;
}
.nav_header nav ul a img{
    width: 4.2rem;
    margin-left: 70px;
}
.nav_header nav a img{
    width: 4.2rem;
    margin-left: 70px;
}

.text-required {
    padding: 2px 3px;
    font-size: 12px;
    margin-bottom: 3px;
    margin-left: 7px;
}

.required-field span:after {
    float: right;
    content: "必須";
    display: inline-block;
    background: #FC78B8;
    vertical-align: middle;
    color: #FFF;
    font-size: 0.7rem;
    line-height: 1.25rem;
    text-align: center;
    padding: 0.15rem 1.5em;
    margin-top: 0em;
    margin-right: 0;
    margin-left: 1em;
    border-radius: 15px;
}

.form_register .form-regsiter-recruiter-width{
    margin-top: 80px
}

.btn-submit-register-recruiter ,.btn-submit-register-seeker {
    width: 15%;
    background-color: #FF009B;
    color: white;
}

@media only screen and (min-width: 1200px) and (max-width: 1610px) {
    .form-regsiter-width {
        max-width: 90%;
        flex: 0 0 90%;
    }

    .box-input {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 850px) {

    .box-input {
        flex: 0 0 60%;
        max-width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .header__auth .container {
        max-width: 100%;
    }
    .header__auth .navbar .navbar-nav {
        flex-direction: row;
        justify-content: center;
    }
    .header__auth .collapse.show, .header__auth .collapsing {
         transform: translateX(-81px);
    }
    .header__auth .header-nav__nav-item {
        justify-content: center;
    }
    .header__auth .header-set-margin, .header__auth .header-button-options {
        margin-left: 0;
    }

    .header-button-options {
        height: 80%;
    }

    .header__auth .btn-logout a {
        padding: 19px 8px;
    }

    .btn-submit-register-recruiter ,.btn-submit-register-seeker {
        width: max-content;
        padding-right: 15px;
        padding-left: 15px;
    }
    
}

@media screen and (max-width: 390px) {
    .header-nav__nav-item span {
        font-size: 9px;
    }
}

/* FOOTER */
footer {
    background-color:black;
    color: #fff;
}
footer .container {
    display: flex;
}
footer  .logo img {
    width: 4.2rem;
}
footer .container ul {
    display: contents;
}
footer .container ul li {
    padding: 0 0.2rem;
    text-align: left;
}
footer .container li a {
    color: #fff;
    text-decoration: none;
}
footer .container li a:hover {
    opacity: 0.7;
    color:  rgb(255, 0, 155);
}
footer .copyright {
    font-size: 0.8rem;
    color: gray;
}
footer .footer_copyright{
    background-color:white
}


@media screen and (min-width: 480px) {
    footer .container ul li {
        padding: 0 0.5rem;
    }
}

@media screen and (min-width: 768px) {
    footer .container ul li {
        padding: 0 1rem;
    }
}

@media screen and (min-width: 768px) {
    footer .container ul li {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 768px) {
    footer .container > div {
       justify-content: center;
    }
    footer .container ul li:nth-of-type(n + 2) {
        border-left: 1px solid #FFF;
    }
}

@media screen and (max-width: 1200px) and (min-width: 770px) {
    footer .container ul li {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0.2rem 0.2rem;
    }
}

.plr-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.form_login .title_login_seeker
{
    color: #515151;
}

.master-section {
    min-height:  calc(100vh - 144px - 92px - 26.5px);
    background-color: #F7F7F7;
    padding-bottom: 100px;
}

body .content-recruiter {
    background-color: #F8F8F8;
}

.btn-seeker-login{
 background-color: #F87B05;
}
.btn-route-seeker-register{
 background-color: #E6E6E6
}

.color-main {
    color: #FF009B !important;
}

.error-message {
    font-size: 13px;
}

.wrapper {
    height: max-content !important;
}
@media only screen and (max-width: 800px)  {
     .box-content {
          margin-top: 200px;
     }
 }

 .box-content {
     margin-top: 250px;
 }

 .menu-2-after-login {
    background-color: #FF009B;
 }
 nav .menu-link:focus {
     border-bottom: 4px solid #FF009B;
 }

 .menu-link-mobile {
     color: white;
     font-weight: bold;
 }

 .menu-link {
    color: white;
 }



 @media only screen and (max-width: 991px) {
     .menu-2-after-login {
         display: none;
     }

     .btn-logout {
         display: none;
     }

     .header-inner ul li {
         border-top: 1px solid #dcdcdc;
         padding: 10px 5px;
     }


 }

 .menu-mobile{
     position: absolute;
     left: 0;
     background-color: #FC78B8;
     z-index: 9999;
     width: 100%;
 }

.noscroll{
    overflow: hidden;
}


 .bar1, .bar2, .bar3 {
     width: 26px;
     height: 3px;
     background-color: rgb(255, 0, 155);
     margin: 3px 0;
     transition: 0.4s;
 }

 .change .bar1 {
     transform: translate(0, 9px) rotate(-45deg);
 }

 .change .bar2 {opacity: 0;}

 .change .bar3 {
     transform: translate(0, -9px) rotate(45deg);
 }

 a {
     color: black;
 }

.blue-highlink {
    color: #00BDFF;
}
body .content-recruiter {
    background-color: #F8F8F8;
}

.bg-main-color {
    background-color: #FF009B;
}

.btn-seeker-login {
    background-color: #F87B05;
}

.btn-route-seeker-register {
    background-color: #E6E6E6
}

.error-message {
    font-size: 13px;
}

.wrapper {
    height: max-content !important;
}

@media only screen and (max-width: 800px) {
    .box-content {
        margin-top: 200px;
    }
}

.box-content {
    margin-top: 250px;
}


nav .menu-link:focus {
    border-bottom: 4px solid #FF009B;
}

.menu-link-mobile {
    color: white;
    font-weight: bold;
}

@media only screen and (min-width: 993px) {
    .menu-item-nav {
        display: none;
    }

}



.noscroll {
    overflow: hidden;
}


.bar1,
.bar2,
.bar3 {
    width: 26px;
    height: 3px;
    background-color: rgb(255, 0, 155);
    margin: 3px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 9px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -9px) rotate(45deg);
}

a {
    color: black;
}

.edit-profile {
    padding-bottom: 100px;
    background-color: #F7F7F7;
}

.menu-recruiter-desktop  .nav-item, .menu-seeker-desktop  .nav-item {
    padding-right: 2rem !important;
}

.menu-recruiter-desktop  .nav-item a, .menu-seeker-desktop  .nav-item a{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.w-36 {
    width: 36%;
}
