@charset "utf-8";

/* [ S ] input style */
 input.form-control[type=text]
,input.form-control[type=password] 
,input.form-control[type=email] 
,textarea.form-control {
    -webkit-transition:all 0.30s ease-in-out; 
    -moz-transition:all 0.30s ease-in-out; 
    -ms-transition:all 0.30s ease-in-out; 
    -o-transition:all 0.30s ease-in-out; 
    border:#ccc 1px solid; 
    /* border-radius:0;  */
    outline:none; 
}

 input.form-control[type=text]:focus
,input.form-control[type=password]:focus
,input.form-control[type=email]:focus
,textarea.form-control:focus
,select.form-control:focus {
    -webkit-box-shadow:0 0 5px #9ed4ff; 
    -moz-box-shadow:0 0 5px #9ed4ff; 
    box-shadow:0 0 5px #9ed4ff; 
    border:#2a3044 1px solid !important;
}



 /* input.form-check-input[type=checkbox]
,input.form-check-input[type=radio] {
    width:18px; 
    height:18px; 
    border:0; 
    cursor:pointer; 
    display:inline-block; 
    padding:0; 
    -webkit-appearance:none;
    border-radius:0;
}

input.form-check-input[type=checkbox] {
    background:url('/images/custom/checkbox_18x18_off.svg') 0 0 no-repeat; 
    margin-right:4px;
}

input.form-check-input[type=checkbox]:checked {
    background:url('/images/custom/checkbox_18x18_on.svg') 0 0 no-repeat;
}

input.form-check-input[type=checkbox]+label {
    cursor:pointer; 
} */

 .form-check-input:focus
,.form-check-input:active {
    outline: none !important;
    box-shadow: none !important;
}

/* [ E ] input style */


/* [ S ] layout style */
.mb-10 {
    margin-bottom: 10px;
}

.h44 {
    height: 44px;
}

.h40 {
    height: 40px;
}
/* [ E ] layout style */

.accordion-button:not(.collapsed) {
    background: transparent;
    color:#ff7169;
}

.accordion-body {
    background: #f4f4f4;
}

.wrap_background {
    height: 100vh;
}

.desktop .wrap_background {
    background-image: url(/front/auth/_lib/images/login_bg.jpg);
}

.swiper-pagination-bullet {
    background: rgba(136,136,136,0.4);
}

.swiper-pagination-bullet-active {
    background: rgba(136,136,136,0.8);
}

#login_banner_swiper {
    margin-bottom : 30px;
}



.flex-form-left {
    flex-shrink: 0;
    width: 120px;
    margin-right: 26px;
    text-align: left;
    padding-left : 10px;
    align-self: center;
}

.flex-form-left.mand:before {
    content: '*';
    color:var(--bs-danger);
    vertical-align: middle;
    margin-right: 10px;
}







.page_tab {
    background: #fff;
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}
/* Mobile - Landscape */
@media (max-width: 576px) {
    .page_tab {
        border-top: 0;
    }   
}

.page_tab .nav-tabs {
    border: none;
    border: 0;
}

.page_tab .nav-item {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.page_tab .nav-item:last-child {
    border-right: 0;
}

.page_tab .nav-link {
    color: #333;
    font-weight: 500;
    font-size: 1rem;
    padding: 1rem 0;
    border-radius: 0;
}
/* Mobile - Landscape */
@media (max-width: 576px) {
    .page_tab .nav-link {
        padding: 0.5rem 0;
    }   
}

.page_tab .nav-pills .nav-link.active {
    background-color: transparent;
    color: #ff7169;
    border-bottom: 2px solid #ff7169;
}



.nav-tabs {
    border-bottom: 1px solid #8f8f8f;
}

.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color:#6c7580;
    background:#f8f8f8;
    border-right:1px solid #e9ecef;
    border-bottom: 1px solid #8f8f8f;
    font-size:1rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    /* border-color: transparent transparent transparent; */
    background:#fff;
}

.nav-tabs .nav-link.active {
    color:#000;
    font-weight:bold;
    background-color: #fff;
    border-color: #8f8f8f #8f8f8f #fff;
}

.login_title {
    font-size: 2.5rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: -1.6px;
    text-align: center;
    color: #f3b424;
}

.login_title span {
    color: #888;
}
.login_title_sub {
    font-size: 1.125rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.72px;
    text-align: center;
    color: #888;
}