@import url("root-style.css");
@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
    font-size: 16px;
    color: #000000;
    overflow-x: hidden;
    background: var(--WhiteColor);
    font-weight: 500;
}

.sortOrder {
    width: 140px;
}

ul,
ol,
p,
form,
input,
textarea,
select,
pre,
em,
sub,
sup,
canvas,
section,
article,
aside,
img,
a,
li,
iframe,
table,
nav,
header,
footer,
body,
menu,
button {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

*,
after,
before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: var(--PrimaryColor);
    display: inline-block;
}

a:hover {
    color: #321839;
}

label {
    font-weight: normal !important;
}

b,
strong {
    font-weight: 700;
}

u {
    text-decoration: underline;
}

i,
em {
    font-style: italic;
}

img {
    max-width: 100%;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-: none;
}

select::-ms-expand {
    display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

p {
    color: var(--BlackColor);
    letter-spacing: 1.6px;
}

a {
    transition: 0.2s ease-out;
    -webkit-transition: 0.2s ease-out;
}

html {
    scroll-behavior: smooth;
}

body,
html {
    overflow-x: hidden;
}

img {
    visibility: visible!important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.text-right {
    text-align: right;
}

.onlink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.form-control {
    appearance: auto;
    -webkit-appearance: auto;
}

.btn {
    background: var(--PrimaryColor);
    color: var(--WhiteColor);
    font-size: var(--font16);
    padding: 10px 15px;
    border-radius: 0px;
    line-height: 1;
    border: 1px solid var(--PrimaryColor);
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    font-weight: 400;
    text-transform: uppercase;
    min-width: 160px;
}

.btn:hover {
    background: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
    color: var(--WhiteColor);
}

.btn-primary.focus,
.btn-primary:focus {
    background: var(--SecondaryColor);
    color: var(--WhiteColor);
    border-color: var(--SecondaryColor);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
    background: var(--SecondaryColor);
    color: var(--PrimaryColor);
    border-color: var(--SecondaryColor);
}

.btn-primary {
    min-width: 50px;
    background: var(--PrimaryColor);
    color: var(--WhiteColor);
    font-weight: 400;
}

.btn-primary:hover {
    background: var(--PrimaryColor);
    color: var(--WhiteColor);
}

.blackbtn.btn {
    background: transparent;
    color: var(--textBlack);
    font-size: var(--font14);
    padding: 10px 24px;
    border-radius: 6px;
    line-height: 1;
    border: 1px solid var(--textBlack);
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    font-weight: 500;
    text-transform: uppercase;
}

.blackbtn:hover {
    background: var(--textBlack);
    border-color: var(--textBlack);
    color: var(--WhiteColor);
}


/*== Margin and Paddinf Class ==*/

.marginT10 {
    margin-top: 10px;
}

.marginB10 {
    margin-bottom: 10px;
}

.marginB15 {
    margin-bottom: 15px;
}

.marginT20 {
    margin-top: 20px;
}

.marginB20 {
    margin-bottom: 20px;
}

.paddingT20 {
    padding-top: 20px;
}

.paddingB20 {
    padding-bottom: 20px;
}

.marginT30 {
    margin-top: 30px;
}

.marginB30 {
    margin-bottom: 30px;
}

.paddingT30 {
    padding-top: 30px;
}

.paddingB30 {
    padding-bottom: 30px;
}

.marginT50 {
    margin-top: 50px;
}

.marginT60 {
    margin-top: 60px;
}

.marginB60 {
    margin-bottom: 60px;
}

.paddingT60 {
    padding-top: 60px;
}

.paddingB60 {
    padding-bottom: 60px;
}

.marginT80 {
    margin-top: 80px;
}

.marginB80 {
    padding-bottom: 80px;
}

.marginB100 {
    padding-bottom: 100px;
}


/*== END Margin and Paddinf Class ==*/


/*Go to Top*/

.gotop {
    position: fixed;
    z-index: 9;
    top: auto;
    bottom: 30px;
    right: 30px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: var(--SecondaryColor);
    border-radius: 0px;
    display: inline-block;
    color: var(--WhiteColor);
    font-size: var(--font24);
    line-height: 39px;
    cursor: pointer;
}

.gotop:hover {
    background: var(--PrimaryColor);
    color: var(--WhiteColor);
}


/*== Header ==*/

.headnav_main {
    background: #ffffff;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 16%);
    -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 16%);
}

.headnav_main .container {
    max-width: 100%;
}

.leftH_logo img {
    max-width: 200px;
    max-height: 52px;
}

.navH_perent .nav-item a {
    color: var(--BlackColor);
    background: var(--textWhite);
    font-size: var(--font16);
    padding-left: 0rem;
    padding: 5px 10px !important;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-left: 1px solid #D0D0D0;
}

.navH_perent .nav-item:nth-of-type(5) a {
    border-right: 1px solid #D0D0D0;
}

.navH_perent .nav-item.active a {
    color: var(--textWhite);
    background: var(--PrimaryColor);
}

.navH_perent .nav-item a:hover {
    color: var(--PrimaryColor);
}

.navH_perent {
    padding-left: 125px;
    padding-right: 125px;
}

.headnav_main .col-sm-9.col-md-9.col-lg-9 {
    align-self: center;
}

.navH_perent .nav-item .dropdown-menu {
    border-top: 2px solid var(--PrimaryColor);
    min-width: 200px;
}

.navH_perent .nav-item .dropdown-menu li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 50;
    border-bottom: 1px solid #f3f3f3;
}

.navH_perent .nav-item .dropdown-menu li .dropdown-item {
    margin: 0;
    padding: 15px 20px !important;
    font-size: 14px;
    display: inline-block;
    float: left;
    width: 100%;
    color: var(--SecondaryColor);
    font-weight: 600;
    min-height: 48px;
    text-transform: uppercase;
    text-align: left;
}

.navH_perent .nav-item .dropdown-menu li .dropdown-item:hover {
    color: var(--textWhite);
    background-color: var(--PrimaryColor);
}

.navH_perent .nav-item .dropdown-menu li .dropdown-item:focus {
    background-color: var(--textWhite);
    color: var(--PrimaryColor);
}

.navH_perent .navbar-nav li.nav-item {
    width: 20%;
}

.navH_perent .navbar {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding: 6px 0px;
}

.navH_perent .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.navH_perent .navbar-expand-lg .navbar-nav {
    width: 100%;
}

.head_contactD {
    display: flex;
    justify-content: flex-end;
}

.head_contLeft {
    width: 40%;
    align-self: center;
    text-align: left;
    padding-left: 15px;
}

.head_contRight {
    width: 60%;
}

.header_navbar_perent {
    border-top: 1px solid #D0D0D0;
}

.firstrow_header {
    padding-left: 76px;
    display: flex;
    justify-content: space-between;
}

.LeftH_logo {
    width: 215px;
    align-self: center;
}

.RightH_logo_buttons {
    flex: 1;
    align-self: center;
    text-align: right;
}

.color_btn {
    padding: 23px 34px;
    background: #f29c87;
    /* Old browsers */
    background: -moz-linear-gradient(left, #f29c87 0%, #e53636 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f29c87 0%, #e53636 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f29c87 0%, #e53636 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f29c87', endColorstr='#e53636', GradientType=1);
    /* IE6-9 */
    color: var(--WhiteColor);
}

.color_btn:hover {
    color: var(--WhiteColor);
}

.logbbtn img {
    vertical-align: middle;
}

.logbbtn span {
    vertical-align: middle;
}

.logbbtn {
    padding: 0px 20px;
    color: var(--BlackColor);
    font-weight: bold;
}

.logbbtn:hover {
    opacity: 0.8;
}

.head_contLeft a {
    color: var(--BlackColor);
    font-size: var(--font14);
}

.RightButton_Mob {
    display: none;
    opacity: 0;
    visibility: hidden;
}


/*== Checkbox ==*/

.list-check-box input {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
}

.list-check-box label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    color: #707070;
    font-size: var(--font18);
    text-transform: initial;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.list-check-box label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 2px solid;
    background: #fff;
    border-color: #ddd;
    transition: 0.3s;
    -webkit- transition: 0.3s;
    border-radius: 100px;
}

.list-check-box label:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: var(--PrimaryColor);
    /* transform: translateY(-50%); */
    background-size: 100%;
    visibility: hidden;
    opacity: 0;
    /* background-size: 100%; */
    border-radius: 100px;
}

.list-check-box input[type="checkbox"]:checked+label:before {
    border-color: var(--PrimaryColor);
}

.list-check-box input[type="checkbox"]:checked+label:after {
    visibility: visible;
    opacity: 1;
}

.list-check-box input[type="checkbox"]:checked+label {
    color: var(--BlackColor);
    font-weight: bold;
}

.list-check-box label:hover:before {
    border-color: var(--PrimaryColor);
}

.list__item {
    margin-bottom: 15px;
}

.list {
    display: flex;
    flex-wrap: wrap;
}

.list li {
    flex: 0 0 auto;
    width: 25%;
    padding-right: 10px;
}


/*== END Checkbox ==*/


/*== File Button ==*/

div.upload {
    background-color: #fff;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    font-size: var(--font18);
    border: 1px solid #A0A0A0;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
}

div.upload:hover {
    opacity: 0.95;
}

div.upload input[type="file"] {
    display: input-block;
    width: 100%;
    height: 40px;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.uploadButton {
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    font-size: var(--font16);
    box-sizing: content-box;
    border: 1px solid var(--BlackColor);
    margin-top: 7px;
}

.fileName {
    font-size: var(--font14);
    opacity: 0.8;
}

.Stepfive .repeatRFBX+.repeatRFBX {
    margin-top: 0px;
    background: #F0F0F0;
}

.Stepfive .repeatRFBX_Fright {
    background: #FAFAFA;
    align-self: center;
    padding: 9px 10px;
}

.Stepfive .repeatRFBX_Fleft {
    background: #F0F0F0;
}

.Stepfive .repeatRFBX {
    border-top: 1px solid #D1D1D1;
}

.afterfivst_messg {
    text-align: right;
    font-size: var(--font12);
    margin-top: 10px;
}

.Stepfive .applybtnSide .bluebtnCF {
    width: 100%;
    min-width: auto;
}

.Stepfive .applybtnSide .applybtnSide_FormB {
    width: 100%;
    min-width: auto;
}


/*====  Skills Custom Check Box  ====*/

ul.ks-cboxtags {
    list-style: none;
}

ul.ks-cboxtags li {
    display: inline;
    margin-right: 10px;
}

ul.ks-cboxtags li label {
    display: inline-block;
    font-size: var(--font14);
    min-width: 168px;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #707070;
    color: var(--BlackColor);
    border-radius: 4px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li input[type="checkbox"]:checked+label {
    border: 1px solid var(--PrimaryColor);
    background-color: var(--PrimaryColor);
    color: var(--WhiteColor);
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.ks-cboxtags li input[type="checkbox"]:hover+label {
    border: 1px solid var(--SecondaryColor);
}


/*==== Login Page ====*/

.contain_log_comn {
    align-self: center;
    padding-left: 30px;
    padding-right: 30px;
}

.Loginscrn_Pmain {
    display: flex;
    min-height: 100vh;
    justify-content: center;
}

.titlelog_pages {
    color: var(--BlackColor);
    font-size: var(--font22);
    font-weight: bold;
}

.logBXC {
    background: var(--WhiteColor);
    padding: 50px 30px;
    max-width: 362px;
    margin: auto;
    border: 2px solid #DEDEDE;
    border-radius: 9px;
}

.LogRBX label {
    font-weight: 600 !important;
    font-size: var(--font14);
    padding-bottom: 10px;
}

.LogRBX+.LogRBX {
    margin-top: 15px;
}

.LogRBX .bluebtnCF {
    width: 100%;
    min-width: auto;
}

.forgotPL {
    font-size: var(--font12);
    color: var(--TextColor);
    text-decoration: underline !important;
}

.forgotpas_Link {
    margin-top: 10px !important;
}

.registerPL {
    font-size: var(--font12);
    color: var(--PrimaryColor);
    text-decoration: underline !important;
}

.registpas_Link {
    padding-top: 10px;
    font-size: var(--font12);
    font-weight: bold;
    margin-top: 10px !important;
}

.loginpas_Link {
    padding-top: 10px;
    font-size: var(--font12);
    font-weight: bold;
    margin-top: 10px !important;
}

.regnow_linkL {
    margin-top: 30px;
}

.forgotPScreen .LogRBX span {
    margin-left: 15px;
    font-size: var(--font14);
    color: #747474;
}

.forgotPScreen .logBXC {
    max-width: 100%;
    padding: 45px 45px;
}

.forgotPScreen .LogBxForm {
    max-width: 596px;
    margin: auto;
}

.forgotPScreen .forgotpas_bottBF {
    max-width: 406px;
    margin: auto;
    margin-top: 30px;
}

.forgotPScreen {
    padding-bottom: 107px;
}

.Cformfuild {
    background: var(--WhiteColor);
    width: 100%;
    height: 40px;
    padding: 0px 5px;
    font-size: var(--font14);
    border: 1px solid #898989;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-: auto;
}

.Cformfuild_ins {
    background: var(--WhiteColor);
    width: 80%;
    height: 40px;
    padding: 0px 5px;
    font-size: var(--font14);
    border: 1px solid #898989;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-: auto;
}

.Cformfuild_U {
    background: var(--WhiteColor);
    width: 100%;
    height: 40px;
    padding: 0px 5px;
    font-size: var(--font14);
    border: 1px solid #898989;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-: auto;
}

.Cformfuild:hover,
.Cformfuild:focus {
    border-color: var(--PrimaryColor);
}

.Cformfuild::placeholder {
    color: #C0C0C0;
}

.bluebtnCF {
    background: var(--PrimaryColor);
    padding: 10px 15px;
    color: var(--WhiteColor);
    font-size: var(--font15);
    font-weight: bold;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}

.loginbtnCF {
    background: var(--WhiteColor);
    border: 1px solid var(--PrimaryColor);
    padding: 10px 15px;
    color: var(--PrimaryColor);
    font-size: var(--font15);
    font-weight: bold;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}

.bluebtnCF:hover,
.applybtnSide_FormB:hover {
    background: #3ea2db;
    color: var(--WhiteColor);
}

.graybtnCF {
    background: #9A9595;
    padding: 15px 15px;
    color: var(--WhiteColor);
    font-size: var(--font15);
    font-weight: bold;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}

.lowGraybtnCF {
    background: #CACACA;
    padding: 10px 15px;
    color: var(--WhiteColor);
    font-size: var(--font15);
    font-weight: bold;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}

.lowGraybtnCF:hover {
    background: #9A9595;
    color: var(--WhiteColor);
}

.graybtnCF:hover,
.applybtnSide_FormB:hover {
    background: #767171;
    color: var(--WhiteColor);
}

.redbtnCF {
    background: #F68181;
    padding: 10px 15px;
    color: var(--WhiteColor);
    font-size: var(--font15);
    font-weight: bold;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}

.redbtnCF:hover,
.applybtnSide_FormB:hover {
    background: #ef5858;
    color: var(--WhiteColor);
}

.blackbtnCF {
    background: var(--BlackColor);
    padding: 15px 15px;
    color: var(--WhiteColor);
    font-size: var(--font15);
    font-weight: bold;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}

.blackbtnCF:hover,
.applybtnSide_FormB:hover {
    background: #767171;
    color: var(--WhiteColor);
}

.LogRBX.logSbtns {
    margin-top: 15px;
}

.subtitlLogS {
    font-size: var(--font12);
    color: var(--BGGray);
    padding-top: 15px;
}


/*==== Basic information registration Page ====*/

.basic_infor_registr .logBXC,
.conclusionof_pledge .logBXC {
    border-color: var(--PrimaryColor)
}

.peregrapgcon_pledgeBX p {
    font-size: 11px;
    color: var(--TextColor);
}

.peregrapgcon_pledgeBX p+p {
    margin-top: 20px;
}

.peregrapgcon_pledgeBX {
    border: 1px solid #898989;
    border-radius: 4px;
    padding: 10px 30px;
    max-height: 290px;
    overflow-y: auto;
}

.yellowbtnC {
    background: var(--YellowColor);
    color: var(--WhiteColor);
    font-size: var(--font15);
    text-align: center;
}

.yellowbtnC:hover {
    background: var(--SecondaryColor);
    color: var(--WhiteColor);
}


/*=== Log Checkbox ===*/

input#check {
    position: absolute;
    opacity: 0;
    width: 22px;
    height: 22px;
}

input#check:checked+label svg path {
    stroke-dashoffset: 0;
}

input#check:checked+label {
    border-color: var(--PrimaryColor);
    color: var(--PrimaryColor);
}

input#check:focus+label {
    transform: scale(1.03);
}

#check+label {
    display: block;
    border: 2px solid var(--BGGray);
    width: 20px;
    height: 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 1;
    position: relative;
}

#check+label:active {
    transform: scale(1.05);
    border-radius: 3px;
}

#check+label svg {
    pointer-events: none;
    position: relative;
    top: -3px;
    left: 1px;
}

#check+label svg path {
    fill: none;
    stroke: var(--PrimaryColor);
    stroke-width: 7px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 100;
    stroke-dashoffset: 101;
    transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91);
}

.formm span {
    display: inline-block;
    position: relative;
    left: 30px;
    top: -24px;
    color: var(--BGGray);
    font-size: var(--font12);
}

#check+label::after {
    content: '';
    position: absolute;
    top: 0;
    right: -164px;
    height: 22px;
    width: 164px;
    z-index: 2;
    cursor: pointer;
}

.checkBXL {
    margin-top: 10px;
}

.formm {
    max-width: 184px;
    margin: auto;
}


/*== Only Logo Header ==*/

header {
    background: var(--SecondaryColor);
    padding: 14px 15px;
    position: relative;
    height: 55px;
}

.logoBX img {
    max-height: 30px;
}


/*==== only-members-screen ====*/

.member_slider {
    display: flex;
    justify-content: center;
}

.member_sliderIN {
    max-width: 426px;
}

.member_sliderIN .carousel-indicators [data-bs-target] {
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 100px;
    display: inline-block;
    border: 0px;
    background: #BEBEBE;
    opacity: 1;
}

.member_sliderIN .carousel-indicators .active {
    background: #ffffff;
}

.member_sliderIN .carousel-indicators {
    bottom: 10px;
}

.profileF_mainb {
    display: flex;
    justify-content: center;
    position: relative;
}

.profileF_BX {
    background: #F1F1F1;
    width: 100%;
    max-width: 426px;
    padding: 30px 20px;
    padding-bottom: 50px;
}

.memberedit_onlyPage {
    margin: 0 auto;
    display: block;
    max-width: 640px;
    justify-items: center;
}

.profile-edit-form {
    max-width: 426px!important;
}

.prof_UserTitl a {
    margin-right: 5px;
}

.prof_UserTitl img {
    width: 30px;
}

.prof_UserTitl span {
    align-self: center;
    color: #AAAAAA;
    font-size: var(--font14);
}

.prof_list {
    margin-top: 5px;
    display: flex;
}

.prof_list img {
    width: 25px !important;
}

.prof_UserSNS {
    display: block;
}

.prof_UserSNS div {
    margin-top: 5px;
}

.prof_UserSNS img {
    width: 24px;
}

.prof_UserSNS span {
    align-self: center;
    color: #AAAAAA;
    font-size: var(--font14);
    padding-left: 10px;
}

.profileF_BX_inn {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    padding: 25px 0;
}

.twoformPP {
    display: flex;
}

.twoformPP_left {
    width: 72px;
}

.twoformPP_right {
    flex: 1;
    padding-left: 10px;
    text-align: left;
    align-self: center;
    color: #757575;
}

.profileF_BX_inn .LogRBX label {
    color: var(--BlackColor);
    font-weight: 900;
    font-size: 15px;
}

.threeformPP {
    display: flex;
}

.three_fomInEQ {
    display: flex;
    width: 33.333%;
}

.threeformPP_right {
    align-self: center;
    color: #AAAAAA;
    font-size: var(--font12);
    padding-left: 5px;
    padding-right: 5px;
}

.threeformPP_left .Cformfuild {
    text-align: center;
}

textarea.Cformfuild {
    height: 210px;
    padding: 15px 15px;
    resize: none;
}

textarea.Cformfuild_U {
    height: 210px;
    padding: 15px 15px;
    resize: none;
}

.circleFix_btn {
    display: flex;
}

.circleFB {
    text-align: center;
}

.circlebb {
    display: inline-block;
    background: #ffffff;
    width: 57px;
    height: 57px;
    border-radius: 100px;
    border: 1px solid var(--BlackColor);
    text-align: center;
}

a.circlebb i {
    font-size: 24px;
    color: #000000;
    line-height: 54px;
}

.circlebb:hover {
    background: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}

.circlebb:hover i {
    color: var(--WhiteColor);
}

.circleFB p {
    font-size: var(--font16);
    color: var(--BlackColor);
    padding-top: 5px;
    font-weight: 600;
}

.userbtn_fixed,
.circleFix_btn {
    display: flex;
    width: 100%;
    max-width: 214px;
    justify-content: space-between;
    margin: auto;
    padding: 15px 0px;
}

.userFBTN {
    text-align: center;
}

.userFBTN a,
.userFBTN a p {
    font-size: 12px;
    color: #D0D0D0;
}

.userFBTN a i {
    font-size: 20px;
}

.userFBTN a:hover,
.userFBTN a:hover p {
    color: var(--PrimaryColor);
}

.userFBTN a.active,
.userFBTN a.active p {
    color: var(--PrimaryColor);
}

.userFBTN a.focus,
.userFBTN a.focus p {
    color: var(--PrimaryColor);
}

.userFBTN a p {
    padding-top: 10px;
}

.bottomsideBX_Fixed {
    width: 100%;
    max-width: 426px;
    position: fixed;
    bottom: 0;
    z-index: 100;
    top: auto;
    border-top: 1px solid #D0D0D0;
}

.fixBT_userBT_main {
    background: #ffffff;
    padding-top: 15px;
}

.fixx_btn {
    padding: 0px 15px;
    padding-bottom: 15px;
}

.userbtn_fixed_penrt {
    background: #f1f1f1;
    margin-top: 30px;
}


/*====  only-members-screen EDIT  ====*/

.memberedit_onlyPage .Cformfuild {
    background: var(--WhiteColor);
    border-color: transparent;
}

.memberedit_onlyPage .Cformfuild_ins {
    background: var(--WhiteColor);
    border-color: transparent;
}

.basicInfoL span {
    display: inline-block;
    color: var(--WhiteColor);
    font-size: var(--font16);
    font-weight: bold;
    background: var(--PrimaryColor);
    border-radius: 5px 5px 0px 0px;
    padding: 10px 20px;
}

.backICN a {
    font-size: var(--font20);
    color: var(--WhiteColor);
}

.backICN {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -16px;
}

.lSPager.lSGallery li {
    border-radius: 10px !important;
    overflow: hidden;
    opacity: 0.7;
}

.lSPager.lSGallery {
    margin-top: 20px !important;
}

.lSPager.lSGallery li.active {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    opacity: 1;
}

#product-image-slider li img {
    width: 100%;
}

.member_Product_sliderIN {
    /*margin-top: 26px;*/
}

.Productmember_slider {
    padding-bottom: 30px;
}

.Productmember_slider {
    background: #f1f1f1;
    width: 100%;
    max-width: 426px;
    margin: auto;
}


/*== thumbnail-screen ==*/

.thumbnail_body {
    margin-top: 113px;
    padding: 0px 30px 300px 30px;
    /*background: #F1F1F1;*/
}

.thumb_flex_main {
    display: flex;
}

.thumb_Flleft {
    width: 270px;
    padding-top: 64px;
}

.thumbnail_body .container {
    max-width: 1538px;
}

.pagetitle {
    font-size: 18px;
    color: #979797;
    font-weight: bold;
}

.thumb_FlRight {
    flex: 1;
    padding-left: 30px;
}

.product-listing-main-bx {
    padding-bottom: 200px;
}

.sideBar-choose-distance {
    display: flex;
}

.sideBar-choose-distance .form-group-icon-bx {
    padding-right: 11px;
    width: calc(100% - 37px);
    float: left;
}

.sideBar-choose-distance .form-group-icon-bx .form-group-icon {
    right: 16px;
}

.sideBar-choose-distance .go-btn {
    display: inline-block;
    float: left;
}

.go-btn {
    width: 37px;
    height: 37px;
    line-height: 0;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    outline: none !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 12px;
    background: -moz-linear-gradient(270deg, rgba(254, 140, 132, 1) 0%, rgba(254, 98, 88, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254, 140, 132, 1)), color-stop(100%, rgba(254, 98, 88, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(254, 140, 132, 1) 0%, rgba(254, 98, 88, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(254, 140, 132, 1) 0%, rgba(254, 98, 88, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(254, 140, 132, 1) 0%, rgba(254, 98, 88, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(254, 140, 132, 1) 0%, rgba(254, 98, 88, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
    /* ie6-9 */
}

.go-btn:hover {
    opacity: 0.8;
}

.product-listing-sideBar {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

div#side-bar-fixed.scroll-to-fixed-fixed {
    margin-top: 70px;
}

.product-listing-sideBar-colum {
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.11);
    border-radius: 4px;
    background: var(--WhiteColor);
}

.product-listing-sideBar-colum>h2 {
    font-size: 15px;
    color: #495867;
    font-weight: 600;
    padding: 16px 23px;
}

.product-listing-sideBar-colum .form-control-line {
    border-bottom-width: 1px;
    border-color: #c5c5c5;
    font-size: 12px;
}

ul.toggle-bx {
    display: none;
}

.sideBar-category li+li {
    margin-top: 5px;
}

.sideBar-category li a {
    font-size: 12px;
    color: #495867;
}

.sideBar-category li a i {
    font-size: 10px;
    margin-right: 3px;
}

.sideBar-category li.active a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #495867;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 800;
}

.sideBar-category li a:hover {
    color: #fe645a;
}

.show-more-btn {
    margin-top: 15px;
}

.toggle-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.toggle-category i {
    color: #9A9797;
    font-size: 15px;
}

.other-option {
    border: none;
}


/*.check-box{margin-bottom: 10px;}*/

.check-box input {
    display: none;
}

.check-box label {
    position: relative;
    font-size: 13px;
    color: #8B8B8B;
    padding-left: 24px;
    cursor: pointer;
}

.check-box label:after {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #586573;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 100px;
}

.check-box label:before {
    content: "";
    width: 8px;
    height: 7px;
    background: url(../images/check.svg);
    background-size: cover;
    position: absolute;
    left: 3px;
    top: 6px;
    display: none;
    z-index: 1;
    filter: invert(100);
    -webkit-filter: invert(100);
}

.check-box input:checked+label:before {
    display: block;
    color: var(--PrimaryColor);
}

.check-box input:checked+label:after {
    background: var(--PrimaryColor);
    border-color: var(--PrimaryColor);
}

.check-box input:checked+label:before {
    border-color: var(--PrimaryColor);
}

.thumbSearch {
    display: flex;
}

.thum_leftSerch {
    flex: 1;
    padding-right: 15px;
}

.thum_RighSerch {
    width: 64px;
}

.thmssrh {
    background: var(--WhiteColor);
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    font-size: 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    outline: none;
    box-shadow: none;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-: auto;
    background: #DDDDDD;
}

.thm_serchbtn {
    background: #636363;
    height: 40px;
    color: var(--WhiteColor);
    font-size: var(--font12);
    width: 100%;
    border-radius: 3px;
}

.thm_serchbtn:hover {
    background: var(--BlackColor);
}

.thumb_tuitl {
    font-size: 18px;
    color: #979797;
    font-weight: bold;
}

.product-listing-sideBar-colum ul li {
    padding: 13px 23px;
    border-top: 1px solid #E3E3E3;
}

.thimgBX {
    position: relative;
}

.thimgBX>a {
    width: 100%;
}

.thmIMG_cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.thimgBX img {
    border-radius: 5px;
    width: 100%;
    /*max-width: 235px;*/
}

.thmIMG_cont {
    background: rgba(117, 117, 117, 0.53);
    padding: 10px 15px;
    border-radius: 0px 0px 5px 5px;
    /*max-width: 235px;*/
    min-height: 90px;
}

.thmIMG_cont p {
    font-size: 14px;
    color: var(--WhiteColor);
}

.thmIMG_cont p.birth-text {
    font-size: 10px!important;
    padding-top: 7px;
}

.thumbBX_perent .col-sm-3 {
    margin-bottom: 15px;
}

footer {
    padding-top: 100px;
    padding-bottom: 100px;
    background: var(--SecondaryColor);
    position: relative;
}

.footSlink {
    font-size: var(--font14);
    color: var(--WhiteColor);
}

.footSlink:hover {
    color: var(--PrimaryColor);
}

.footerlinks {
    max-width: 738px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}


/*== thumbnilSC01 ==*/

.thumbnilSC01,
.btnthm_main,
.thumbnilSC02 {
    max-width: 426px;
    margin: auto;
}

.btnthm_main {
    padding-left: 30px;
    padding-right: 30px;
}

.thumbnilSC02 .thumbBX_perent .col-sm-3 {
    width: 50%;
}

.thumbnilSC02 .thmIMG_cont p {
    font-size: var(--font10);
}

.thumbnilSC02 .pagetitle {
    color: #2b2b2b;
    text-align: right;
    font-size: var(--font18);
}

.thumbnilSC02 .thumb_FlRight {
    padding-left: 0px;
}

.thumbnilSC02.thumbnail_body,
.thumbnilSC01 {
    padding-top: 30px;
}

.thumbnilSC01 {
    padding-bottom: 30px;
}


/*=== details-screen  ===*/

.details-screen {
    padding: 70px 10px 300px 10px;
}

.screenBX .container {
    max-width: 1194px;
}

.DTright_imgs .col-sm-4 {
    margin-bottom: 15px;
}

.titleDetails {
    font-size: var(--font24);
    color: var(--BlackColor);
    font-weight: bold;
}

.titleDetails span {
    color: #B5B5B5;
    position: relative;
    padding-left: 130px;
    font-size: 18px;
}

.titleDetails span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 100px;
    height: 2px;
    background: #ACACAC;
}

.detail_descS p {
    font-weight: 300;
    margin-top: 20px;
    font-size: 13px;
}

body.InnFixT_Padd {
    background: #F1F1F1;
    /*padding-top: 55px;*/
}

@media screen and (max-width: 1199px) {
    .thumbnail_body {
        /*padding-top: 30px;*/
        padding-bottom: 30px;
    }
    .thumbBX_perent .col-sm-3 {
        width: 33.333%;
    }
    .dtrightIM_BX img,
    .DTleft_sideimage img {
        width: 100%;
    }
    .dtrightIM_BX a,
    .DTleft_sideimage a {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .thumbBX_perent .col-sm-3 {
        width: 50%;
    }
    .thumbnail_body {
        padding-left: 30px;
        padding-right: 30px;
    }
    .thumb_Flleft {
        width: 270px;
    }
    .thmIMG_cont {
        padding: 15px 15px;
    }
    .thmIMG_cont p {
        font-size: var(--font14);
    }
}

@media screen and (max-width: 767px) {
    .thumbBX_perent .col-sm-3 {
        width: 50%;
    }
    .thumb_Flleft {
        width: 100%;
    }
    .thumb_flex_main {
        flex-direction: column;
    }
    .thumb_FlRight {
        padding-left: 0;
    }
    .thumb_Flleft {
        padding-top: 0px;
    }
    .thumbnail_body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pagetitle {
        color: #2b2b2b;
        text-align: right;
        font-size: var(--font18);
    }
    .thmIMG_cont p {
        font-size: var(--font12);
    }
    .footerlinks {
        max-width: 280px;
        flex-direction: column;
        text-align: left;
    }
    footer {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footSlink+.footSlink {
        margin-top: 15px;
    }
    .details-screenBX .col-sm-6 {
        width: 100%;
    }
    .DTright_imgs {
        margin-top: 15px;
    }
}

@media screen and (max-width: 667px) {
    .DTright_imgs .col-sm-4 {
        width: 50%;
    }
    .thumbnail_body {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .user-thubnail-img {
        min-height: 250px!important;
        max-height: 250px!important;
    }
    .thumb_tuitl {
        font-size: 13px!important;
    }
}

@media screen and (min-width: 320px) {
    .thumbnilSC01 .thumb_Flleft {
        width: 100%;
        padding-top: 0px;
    }
    .thumbnilSC02 .thumb_title {
        margin-top: 30px;
    }
}

.main-visual-img {
    /*width: 430px;*/
    height: 596px;
    object-fit: cover;
    border-radius: 5px;
    min-height: 530px;
    max-height: 596px;
}

.thumbnail-img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    min-height: 255px;
    max-height: 288px;
}

.user-thubnail-img {
    object-fit: cover;
    min-height: 480px;
    max-height: 480px;
}

@media screen and (min-width:768px) and (max-width: 1600px) {
    .user-thubnail-img {
        object-fit: cover;
        min-height: calc(480/1600 * 100vw);
        max-height: calc(480/1600 * 100vw);
    }
}

.main-slider-img {
    width: 100%;
    object-fit: cover;
}

.badge-entry {
    font-size: 7px;
    background-color: #57aefe;
    color: white;
    padding: 2px 3px 1px 3px;
    margin-top: 3px;
    border-radius: 3px;
}

.badge-pro {
    font-size: 7px;
    background-color: #93c183;
    color: white;
    padding: 2px 3px 1px 3px;
    margin-top: 3px;
    border-radius: 3px;
}

.badge-enterprise {
    font-size: 7px;
    background-color: #B87CE8;
    color: white;
    padding: 2px 3px 1px 3px;
    margin-top: 3px;
    border-radius: 3px;
}

.badge-youtube {
    font-size: 7px;
    background-color: #fe576b;
    color: white;
    padding: 2px 3px 1px 3px;
    margin-top: 3px;
    border-radius: 3px;
}

.badge-tiktok {
    font-size: 7px;
    background-color: #575757;
    color: white;
    padding: 2px 3px 1px 3px;
    margin-top: 3px;
    border-radius: 3px;
}

.contDE_RBX h3 {
    font-size: 18px;
    font-weight: bold;
    color: #7a7a7a;
}

.text-black {
    color: #1a1e21;
}

.invalid-feedback {
    font-size: 13px!important;
}

.hidden {
    display: none;
}

.required {
    font-size: 16px;
    color: white;
}

.MSedit_btn .confirmDelTitle {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.MSedit_btn .delConText {
    display: inline-flex;
}

.MSedit_btn .delConText .delConTextSub {
    padding-left: 15px;
}

.MSedit_btn .delConText .alertTitle {
    font-size: 14px;
    font-weight: bold;
}

.MSedit_btn .delConText .alertTxt {
    font-size: 12px;
    color: #9A9595;
}

.sd {
    -webkit-overflow-scrolling: touch;
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 100%;
    pointer-events: all;
    position: relative;
    z-index: 0;
}

.sd.icon,
.sd.text {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.sd[data-s-7b2004d8-ae02-4cc7-ace1-6205412514f2] {
    align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.0);
    bottom: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 113px;
    justify-content: space-between;
    left: 0px;
    margin: 0 0 0 0;
    padding: 0px 25px 0px 36px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    z-index: 1;
    max-width: 100%;
}

.sd[data-s-37d178ad-b3bd-4c09-bb38-917aae1b9554] {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px;
}

.sd[data-s-607dddb7-b72c-4e8a-ae59-88532fd7764a] {
    align-content: flex-end;
    align-items: flex-end;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    width: 23px;
    max-width: 100%;
}

.sd[data-s-a06c0e3c-849a-4ee6-9c4e-ee17601dbfd5] {
    color: #333;
    font-family: var(--s-font-ab81b141);
    font-size: 15px;
    font-weight: 400;
    height: auto;
    letter-spacing: 0.4em;
    line-height: 1.4;
    margin: 0px 0px 0px 9px;
    text-align: center;
    width: auto;
    max-width: calc(100% - 9px);
    justify-content: center;
}

@media screen and (max-width: 1096px) {
    .thumbnail_body {
        margin-top: 88px;
    }
    .sd[data-s-7b2004d8-ae02-4cc7-ace1-6205412514f2] {
        bottom: auto;
        height: 88px;
        top: 0px;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .thumbnail_body {
        margin-top: 88px;
    }
    .sd[data-s-7b2004d8-ae02-4cc7-ace1-6205412514f2] {
        background: rgba(0, 0, 0, 0.0);
        left: 0px;
        padding: 0px 24px 0px 21px;
        right: 0px;
        width: auto;
        max-width: 100%;
        bottom: auto;
        height: 88px;
        top: 0px;
    }
    .sd[data-s-607dddb7-b72c-4e8a-ae59-88532fd7764a] {
        flex: none;
        height: auto;
        width: 25px;
        max-width: 100%;
    }
    .sd[data-s-a06c0e3c-849a-4ee6-9c4e-ee17601dbfd5] {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {
    .thumbnail_body {
        margin-top: 66px;
    }
    .sd[data-s-7b2004d8-ae02-4cc7-ace1-6205412514f2] {
        bottom: auto;
        height: 66px;
        padding: 0px 20px 0px 20px;
        top: 0px;
        max-width: 100%;
    }
    .sd[data-s-607dddb7-b72c-4e8a-ae59-88532fd7764a] {
        flex: none;
        height: 46px;
        width: 46px;
        max-width: 100%;
    }
}

footer {
    align-content: center;
    align-items: center;
    background: #0e0e0e;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 274px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}

footer .logo-link {
    color: #EEEEEE;
    font-size: 24px;
    font-weight: 700;
    height: auto;
    letter-spacing: 0.15em;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

footer .link-list {
    align-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.0);
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 22px 0px 0px 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 70%;
    max-width: 70%;
}

footer .link-list a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    margin: 0px 13px 0px 0px;
    text-align: center;
    width: auto;
    line-height: 1.4;
    max-width: calc(100% - 13px);
    justify-content: center;
}

footer .link-list a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 680px) {
    footer {
        display: flex;
        flex: none;
        height: auto;
        padding: 30px 0px 20px 0px;
        width: 100%;
        max-width: 100%;
    }
    footer .link-list {
        align-content: flex-start;
        align-items: flex-start;
        flex: none;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 28px 0px 0px 0px;
        overflow-x: hidden;
        overflow-y: hidden;
        width: 75%;
        max-width: 75%;
    }
    footer .link-list a {
        border: solid 0px rgba(255, 255, 255, 0.23);
        border-bottom: solid 1px rgba(255, 255, 255, 0.23);
        border-left: solid 0px rgba(255, 255, 255, 0.23);
        border-right: solid 0px rgba(255, 255, 255, 0.23);
        flex: none;
        font-size: 15px;
        margin: 0px 0px 0px 0px;
        padding: 12px 0px 12px 0px;
        text-align: left;
        width: 100%;
        max-width: 100%;
        justify-content: flex-start !important;
    }
    footer .link-list a:first-child {
        border-top: solid 1px rgba(255, 255, 255, 0.23);
    }
}

div.arrow-up {
    align-content: center;
    align-items: center;
    bottom: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 74px;
    justify-content: center;
    left: auto;
    margin: 0 0 0 0;
    position: fixed;
    right: 0px;
    top: 717px;
    width: 140px;
    max-width: 100%;
    z-index: 1;
}

div.arrow-up .to-link {
    align-content: center;
    align-items: center;
    background: #000000;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 74px;
    justify-content: center;
    width: 74px;
    max-width: 100%;
}

div.arrow-up .to-link svg {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
}

div.arrow-up .to-link svg:hover {
    opacity: 0.7;
}

div.arrow-up .to-link p {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 400;
    height: auto;
    margin: 3px 0px 0px 0px;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

ul.upload-images {
    background: var(--WhiteColor);
    border-radius: 7px 7px 7px 7px;
    padding: 15px 10px;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    list-style: none;
}

ul.upload-images li {
    position: relative;
    width: 68px;
    height: 100px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    margin: 0 5px 0 0;
    flex: none;
    counter-increment: cnt1;
}

ul.upload-images li:before {
    content: counter(cnt1);
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    background-color: #939393;
    margin-left: 0px;
    width: 16px;
    height: 16px;
    position: absolute;
    text-align: center;
}

ul.upload-images li div {
    width: 68px;
    height: 85px;
    background: #dedede;
    display: flex;
}

ul.upload-images li img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

ul.upload-images li p {
    position: absolute;
    bottom: 0;
    font-size: 8px;
    font-weight: bold;
}

a.img-logout {
    position: absolute !important;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

a.img-setting {
    position: absolute !important;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

a.img-notification {
    position: absolute !important;
    right: 85px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.notification-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
}

section.profile-image {
    padding-top: 80px;
    background: #F1F1F1;
    max-width: 426px;
    text-align: center;
    margin: 0 auto;
}

section.profile-image .img-profile {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    background: #000000A8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

section.profile-image .img-profile img.img-pro {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.LogRBX .addition-link {
    background-color: #F0F0F0;
    border-radius: 10px;
    padding: 50px 10px 20px 10px;
    display: flex;
    position: relative;
}

.LogRBX .addition-link:not(:first-child) {
    margin-top: 10px;
}

.LogRBX .addition-link .symbol {
    width: 25px;
    display: block;
}

.LogRBX .addition-link .symbol div {
    cursor: pointer;
    margin: auto 0;
}

.LogRBX .addition-link .symbol div.btn-seq-down {
    margin-top: 20px;
}

.LogRBX .addition-link .input {
    margin-left: 10px;
}

.LogRBX .addition-link .Cformfuild_ins {
    background-color: #ffffff;
    width: 100%;
}

.LogRBX .addition-link input:not(:first-child) {
    margin-top: 20px;
}

.LogRBX .addition-link .Cformfuild_ins {
    width: 85%;
    display: inline-grid;
    justify-content: center;
    vertical-align: middle;
}

.LogRBX .addition-link .Cformfuild_ins.name {
    margin-left: 27px;
}

.LogRBX .addition-link .input .img_link_icon {
    display: inline-grid;
    background-image: url(/images/light_link.svg);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #6BBCF7;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
    margin-right: 5px;
}

.LogRBX .addition-link .actions {
    display: inline-flex;
    position: absolute;
    top: 10px;
    right: 10px;
}

.LogRBX .addition-link .actions .go-link {
    cursor: pointer;
    background-color: #000000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin-right: 10px;
}

.LogRBX .addition-link .actions .delete-link {
    cursor: pointer;
    background-color: #000000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin-right: 10px;
}

.LogRBX #btn_add_link {
    border-radius: 30px;
    background: #FF6FA3;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    margin: 0 auto 40px auto;
    display: block;
    padding: 15px 0;
    width: 90%;
}

p.invalid-feedback {
    display: block;
}

a.link-hp-profile:after {
    content: '';
    background-image: url(/images/open-outline.svg);
    display: inline-flex;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

nav.breadcrumb-navbar {
    margin: 70px auto 20px auto;
    padding-left: 20px;
    display: block;
    max-width: 426px;
}

nav.breadcrumb-navbar li {
    font-size: 12px;
    display: inline-flex;
}

nav.breadcrumb-navbar li a {
    color: unset;
}

nav.breadcrumb-navbar li.selected {
    color: #37B3ED;
}

li.breadcrumb-item+li.breadcrumb-item::before {
    content: '＞';
}

h1.page-title {
    font-size: 1.3rem;
    color: #37B3ED;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
}

h1.page-title:after {
    content: '';
    border-bottom: solid 1px #37B3ED;
    display: block;
    width: 100px;
    text-align: center;
    margin: 5px auto 0 auto;
}

div.profile-header {
    height: 100px;
    background-color: #D6D6D6;
}

div.login-footer,
div.user-footer {
    width: 100%;
}

div.login-footer ul,
div.user-footer ul {
    display: block;
    margin: 30px auto;
    text-align: center;
}

div.login-footer li,
div.user-footer li {
    display: inline-flex;
    padding: 0 20px;
}

div.login-footer li a,
div.user-footer li a {
    color: #7D7D7D;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

line-height: normal;

}
font-weight: 400;
line-height: normal;

}

}
font-weight: 400;
line-height: normal;

}

}
font-weight: 400;
line-height: normal;

}

}

}

}