/* IMPORTANT: this variables are using in ecift.media.css */
:root {
  --main-color: #b6000a;
  --main-color-active: #a20009;
  --main-color-footer: #bb0002;
  --main-bg-color: #f2f2f2;
  --text-link-color-active: #979797;
  --text-success-story: #262626;
  --text-color-main: #333;
  --text-color-grey: #7d7d7d;
  --text-color-payment-grey: #aeacac;
  --icon-color-grey: #bcbcbc;
  --icon-color-green: #7ab002;
  --checked-color-green: #54870b;
  --select-color-grey: #999;
  --shimmer-color-grey: #ebebeb;
  --border-color-grey: #ddd;
  --border-color-lightgrey: #e8e8e8;
}

.container{
    max-width: 1024px;
    width: 100%
}

a {
    color: var(--main-color);
}

a:focus, a:hover {
    color: var(--text-link-color-active);
}

/* MARGINS */
/* ALL */
.m-0 {
    margin: 0!important;
}

.m-20 {
    margin: 20px!important;
}

/* X AXIS */
.mx-10 {
    margin-left: 10px!important;
    margin-right: 10px!important;
}

/* TOP */
.mt-0 {
    margin-top: 0!important;
}

.mt-5 {
    margin-top: 5px!important
}

.mt-10 {
    margin-top: 10px!important
}

.mt-15 {
    margin-top: 15px!important
}

.mt-20 {
    margin-top: 20px!important
}

/* BOTTOM */
.mb-0 {
    margin-bottom: 0!important
}

.mb-5 {
    margin-bottom: 5px!important
}

.mb-10 {
    margin-bottom: 10px!important
}

.mb-15 {
    margin-bottom: 15px!important
}

.mb-20 {
    margin-bottom: 20px!important
}

.mb-25 {
    margin-bottom: 25px!important
}

.mb-30 {
    margin-bottom: 30px!important
}

/* LEFT */
.ml-20 {
    margin-left: 20px!important
}

/* RIGHT */
.mr-5 {
    margin-right: 5px!important;
}

.mr-10 {
    margin-right: 10px!important
}

.mr-20 {
    margin-right: 20px!important
}
/* END OF MARGINS */

/* PADDINGS */
/* ALL */
.p-0 {
    padding: 0!important;
}

.p-5 {
    padding: 5px!important;
}

.p-10 {
    padding: 10px!important;
}

.p-15 {
    padding: 15px!important;
}

.p-20 {
    padding: 20px!important;
}

.p-30 {
    padding: 30px!important;
}

/* X AXIS */
.px-0 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.px-5 {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.px-10 {
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.px-15 {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.px-20 {
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.px-30 {
    padding-left: 30px!important;
    padding-right: 30px!important;
}

/* Y AXIS */
.py-5 {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.py-10 {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}

.py-20 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

/* TOP */
.pt-0 {
    padding-top: 0!important;
}

.pt-5 {
    padding-top: 5px!important;
}

.pt-10 {
    padding-top: 10px!important;
}

.pt-20 {
    padding-top: 20px!important;
}

.pt-30 {
    padding-top: 30px!important;
}

/* BOTTOM */
.pb-0 {
    padding-bottom: 0px!important;
}

.pb-10 {
    padding-bottom: 10px!important;
}

.pb-15 {
    padding-bottom: 15px!important;
}

.pb-20 {
    padding-bottom: 20px!important;
}

.pb-30 {
    padding-bottom: 30px!important;
}

/* LEFT */
.pl-0 {
    padding-left: 0!important;
}

.pl-20 {
    padding-left: 20px!important;
}


/* RIGHT */
.pr-0 {
    padding-right: 0!important;
}

.pr-10 {
    padding-right: 10px!important;
}

.pr-20 {
    padding-right: 20px!important;
}
/* END OF PADDINGS */

/* FONT WEIGHT */
.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: 600;
}
/* END OF FONT WEIGHT */

/* LINE HEIGHT */
.line-height-0 {
    line-height: 0!important;
}
/* END OF LINE HEIGHT */

/* BORDER RADIUS */
.border-radius-6 {
    border-radius: 6px!important;
}
/* END OF BORDER RADIUS */

/* FONT SIZE */
.font-size-16 {
    font-size: 16px!important;
}

.font-size-18 {
    font-size: 18px!important;
}
/* END OF FONT SIZE */



body {
    font-family: Source Sans Pro, sans-serif
}

.select-color-grey {
    color: var(--select-color-grey);
}

button i.fa {
    margin-right: 13px
}

button.red-btn {
    background: var(--main-color)
}
button.btn-green {
    height: 35px
}

button.btn-green,
button.btn-green:active,
button.btn-green:active:focus,
button.btn-green:active:hover,
button.btn-green:focus,
button.btn-green:hover {
    background: var(--icon-color-green);
    color: #ffffff;
    border-color: var(--icon-color-green);
    border: 0
}

button.btn-large {
    padding: 8px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.topLogin form.form-inline label {
    font-weight: 600;
    margin-right: 20px
}

.topLogin form.form-inline input {
    margin-right: 10px
}

.topLogin form.form-inline input[type=mail].form-control,
.topLogin form.form-inline input[type=password].form-control,
.topLogin form.form-inline input[type=tel].form-control,
.topLogin form.form-inline input[type=text].form-control {
    width: 150px;
    height: 35px;
    line-height: 37px;
    vertical-align: middle;
    border-radius: 4px
}

.topLogin form.form-inline a.pwdRecovery {
    width: 80px;
    line-height: 17px;
    vertical-align: middle;
    text-align: left;
    font-size: 15px;
    flex-wrap: inherit;
    color: #ffffff;
    opacity: .9;
    text-decoration: underline;
    margin-left: 23px;
    display: inline-block
}
.topLogin h1, #login-row{
    display: inline-block;
}

.sliderForm {
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0
}

.loginFormContainer, .testFormContainer {
    text-align: center;
    border-radius: 6px;
    margin-top: 40px
}

.loginFormContainer h1 {
    background: var(--main-color) url(../images/logo.png) 50% no-repeat;
    height: 86px;
    border-radius: 6px 6px 0 0;
    padding: 0;
    margin: 0;
    text-indent: -999999px
}

.loginFormContainer h2.form-title {
    background: var(--main-color);
    height: 86px;
    line-height: 86px;
    vertical-align: middle;
    color: #ffffff;
    border-radius: 6px 6px 0 0
}

.loginFormContainer .loginForm {
    background: #f5f5f5;
    padding: 20px 30px;
    border-radius: 0 0 6px 6px
}

.loginFormContainer .loginForm .formTitle {
    font-size: 26px
}

.loginFormContainer .loginForm .formSubtitle {
    font-size: 16px
}

.loginFormContainer .loginForm .formZone {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    padding: 22px 15px 17px;
    margin: 16px 0 14px
}

.loginFormContainer .loginForm .formZone input[type=mail],
.loginFormContainer .loginForm .formZone input[type=password],
.loginFormContainer .loginForm .formZone input[type=tel],
.loginFormContainer .loginForm .formZone input[type=text] {
    height: 40px
}

.loginFormContainer .loginForm a.recoverPwd {
    text-align: right;
    color: #323232;
    text-decoration: underline;
    margin-bottom: 13px;
    display: inline-block;
    float: right
}

.loginFormContainer .loginForm a.loginHelp {
    color: #323232;
    text-decoration: underline
}

.loginFormContainer .loginForm a.loginHelp i.fa {
    color: #000000;
    margin-right: 10px
}

.loginFormContainer .registerForm h2.form-title {
    font-size: 24px;
    font-weight: 400
}

.loginFormContainer .registerForm .formZone {
    padding-top: 14px
}

.loginFormContainer .registerForm .genderLine strong {
    display: block;
    font-size: 20px;
    margin-bottom: 14px
}

.loginFormContainer .registerForm .genderLine label {
    font-size: 16px;
    margin-right: 10px
}

.loginFormContainer .registerForm .genderLine label span {
    position: relative;
    top: -8px
}

.loginFormContainer .registerForm .genderLine label .ei {
    font-size: 25px;
    color: var(--icon-color-grey);
    margin: 0 5px;
    position: relative;
    top: -3px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    padding: 0;
    margin: 0
}

h2 {
    font-size: 26px
}

h2.staticTitle,
h3.staticTitle {
    font-size: 34px
}

span.line {
    background: hsla(0, 0%, 59%, .2);
    height: 2px;
    width: 100%;
    margin: 20px 0 13px;
    display: block
}

.badge {
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    padding: 3px 7px;
    position: absolute;
    top: 0;
    left: 0
}

.badge.new-badge {
    background: #ffb500
}

.tab-container {
    margin-top: 20px
}

.tab-container .box.tab-box {
    margin: 0
}

.tab-container .nav-tabs > li.active > a,
.tab-container .nav-tabs > li.active > a:focus,
.tab-container .nav-tabs > li.active > a:hover,
.tab-container .nav-tabs > li > a,
.tab-container .nav-tabs > li > a:focus,
.tab-container .nav-tabs > li > a:hover {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color-main);
    padding: 10px 25px
}

.tab-container .nav-tabs > li.active > a .tab-item-count,
.tab-container .nav-tabs > li.active > a:focus .tab-item-count,
.tab-container .nav-tabs > li.active > a:hover .tab-item-count,
.tab-container .nav-tabs > li > a .tab-item-count,
.tab-container .nav-tabs > li > a:focus .tab-item-count,
.tab-container .nav-tabs > li > a:hover .tab-item-count {
    font-size: 14px;
    color: var(--text-color-grey);
    margin-left: 5px
}

.pagination {
    margin: 10px 0 0
}

.pagination li.active a {
    background-color: var(--main-color);
    color: #ffffff;
    border-color: var(--main-color)
}

.pagination li a,
.pagination li a:focus,
.pagination li a:hover {
    color: var(--main-color)
}

.step-container {
    width: 70%;
    margin: 10px auto 15px auto;
    overflow: hidden
}

.step-container.full-width {
    width: 100%
}

.step-container .step {
    width: 33%;
    font-weight: 600;
    color: var(--icon-color-grey);
    float: left;
    font-size: 14px;
    display: flex;
}

.step-container .step .step-no {
    width: 46px;
    height: 46px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    color: var(--icon-color-grey);
    border: 3px solid var(--icon-color-grey);
    border-radius: 50%;
    margin-right: 15px;
    display: block;
    float: left;
    flex-shrink: 0;
}

.step-container .step.active-step {
    color: #323232
}

.step-content {
    display: flex;
    align-items: center;
}

.step-container .step.active-step .step-no {
    color: var(--main-color);
    border-color: var(--main-color)
}

.step-container.mini .step .step-no {
    line-height: 30px;
    width: 36px;
    height: 36px;
}

.step-container.mini-4 .step {
    width: 25%;
    line-height: 36px
}

.step-container.mini-4 .step .step-no {
    line-height: 28px;
    width: 36px;
    height: 36px
}
.step-container .title{
    line-height: 34px !important;
}

.questionsContainer .step-container {
    width: 100%;
    margin-bottom: 20px
}
footer.secondaryFooter {
    background: #e4e4e4
}

footer.secondaryFooter a {
    color: #323232
}

footer.secondaryFooter .footerSecMenu {
    padding: 10px 0;
    text-align: center;
}

footer.secondaryFooter .footerSecMenu a {
    font-size: 12px;
    margin-right: 12px
}

footer.secondaryFooter .footerSecMenu a:last-child {
    margin-right: 0
}

footer.secondaryFooter .copyrightLine {
    margin: 25px 0 30px;
    overflow: hidden;
    border-top: 2px solid hsla(0, 0%, 59%, .2);
}

footer.secondaryFooter .copyrightLine .copyText {
    font-size: 12px;
    float: left
}

footer.secondaryFooter .copyrightLine .socialSide {
    float: right
}

footer.secondaryFooter .copyrightLine .socialSide a {
    margin: 0 5px
}

.topLogin {
    background: #180204;
    font-size: 16px;
    color: #ffffff;
    padding: 17px 0 18px
}

.ppDropdown {
    position: relative
}

#ppDropdown, #ptpDropdown {
    background: #ffffff;
    width: 275px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    right: 15px;
    z-index: 51;
    display: none;
    text-align: left;
    white-space: nowrap;
}

#ptpDropdown {
    width: 250px;
    right: 0;
    top: 0;
    display: block;
    border-radius: 6px;
    border: none;
    opacity: 0;
    transform: scale(0);
}

#ptpDropdown.opened {
    opacity: 1;
    transform: scale(1);
    transform-origin: top right;
    transition: transform 0.2s cubic-bezier(0.45, 0.03, 0.52, 0.95),opacity 0.2s cubic-bezier(0.45, 0.03, 0.52, 0.95);
}

#closePtpDropdown {
    line-height: 1;
    padding: 20px 0 0 0;
    color: #000;
    opacity: .2;
    font-size: 21px;
    font-weight: 700;
}

#closePtpDropdown:hover,
#closePtpDropdown:hover * {
    color: #000;
    opacity: .5;
}

.userProfileMenuHeader {
    background: url(../images/bg.jpg);
    background-size: 100% 88px;
    width: 100%;
    height: 88px;
    padding: 25px 20px
}

.userProfileMenuHeader span,
.userProfileMenuHeader strong {
    line-height: 18px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: block
}

.userProfileMenuHeader span {
    font-size: 14px;
    font-weight: 400
}

.userProfileMenuList {
    padding: 0;
}

.userProfileMenuList li {
    padding: 0 0 0 20px;
    margin: 0;
    float: none;
    display: list-item;
}

.partnerProfileMenuList li {
    padding: 0 20px;
}

.userProfileMenuList li.bordered {
    border-bottom: 1px solid var(--border-color-grey);
}

.userProfileMenuList li.bordered>a {
    border-bottom: 0;
}

.userProfileMenuList li a {
    color: var(--text-color-main);
    padding: 10px 0;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    border-bottom: 1px var(--border-color-grey) solid;
}

.userProfileMenuList li:last-child a {
    border: none
}

.userProfileMenuList li a:hover, .userProfileMenuList li a:hover *, 
.userProfileMenuList li a.active, .userProfileMenuList li a.active * {
    color: var(--main-color);
    text-decoration: none;
}

.userProfileMenuList li a .ei {
    color: #727272;
    margin-right: 5px;
    position: relative;
    top: 1px
}

.userProfileMenuList li a .ecift-icon-svg {
    width: 24px; 
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -4px;
}

a#closeSidebar .ecift-icon-svg {
    width: 12px; 
    height: 12px;
    display: inline-block;
}

.userProfileMenuList li a .ei.ecift-icon-visitors2 {
    font-size: 14px
}

.userProfileMenuList li:last-child {
    border: none
}

.loginSlider {
    background: #000000
}

.loginSlider img:focus {
    outline: 0
}

.checkbox {
    padding-left: 20px
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.checkbox label:before {
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #ffffff;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label:after,
.checkbox label:before {
    display: inline-block;
    position: absolute;
    left: 0;
    margin-left: -20px
}

.checkbox label:after {
    width: 16px;
    height: 16px;
    top: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.checkbox input[type=checkbox]:focus + label:before,
.checkbox input[type=radio]:focus + label:before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.checkbox input[type=checkbox]:checked + label:after,
.checkbox input[type=radio]:checked + label:after {
    font-family: FontAwesome;
    content: "\f00c"
}

.checkbox input[type=checkbox]:indeterminate + label:after,
.checkbox input[type=radio]:indeterminate + label:after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px
}

.checkbox input[type=checkbox]:disabled,
.checkbox input[type=radio]:disabled {
    cursor: not-allowed
}

.checkbox input[type=checkbox]:disabled + label,
.checkbox input[type=radio]:disabled + label {
    opacity: .65
}

.checkbox input[type=checkbox]:disabled + label:before,
.checkbox input[type=radio]:disabled + label:before {
    background-color: #eeeeee;
    cursor: not-allowed
}

.checkbox.checkbox-circle label:before {
    border-radius: 50%
}

.checkbox.checkbox-inline {
    margin-top: 0
}

.checkbox-primary input[type=checkbox]:checked + label:before,
.checkbox-primary input[type=radio]:checked + label:before {
    background-color: #337ab7;
    border-color: #337ab7
}

.checkbox-primary input[type=checkbox]:checked + label:after,
.checkbox-primary input[type=radio]:checked + label:after {
    color: #ffffff
}

.checkbox-danger input[type=checkbox]:checked + label:before,
.checkbox-danger input[type=radio]:checked + label:before {
    background-color: #d9534f;
    border-color: #d9534f
}

.checkbox-danger input[type=checkbox]:checked + label:after,
.checkbox-danger input[type=radio]:checked + label:after {
    color: #ffffff
}

.checkbox-info input[type=checkbox]:checked + label:before,
.checkbox-info input[type=radio]:checked + label:before {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.checkbox-info input[type=checkbox]:checked + label:after,
.checkbox-info input[type=radio]:checked + label:after {
    color: #ffffff
}

.checkbox-warning input[type=checkbox]:checked + label:before,
.checkbox-warning input[type=radio]:checked + label:before {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.checkbox-warning input[type=checkbox]:checked + label:after,
.checkbox-warning input[type=radio]:checked + label:after {
    color: #ffffff
}

.checkbox-success input[type=checkbox]:checked + label:before,
.checkbox-success input[type=radio]:checked + label:before {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.checkbox-success input[type=checkbox]:checked + label:after,
.checkbox-success input[type=radio]:checked + label:after {
    color: #ffffff
}

.checkbox-primary input[type=checkbox]:indeterminate + label:before,
.checkbox-primary input[type=radio]:indeterminate + label:before {
    background-color: #337ab7;
    border-color: #337ab7
}

.checkbox-primary input[type=checkbox]:indeterminate + label:after,
.checkbox-primary input[type=radio]:indeterminate + label:after {
    background-color: #ffffff
}

.checkbox-danger input[type=checkbox]:indeterminate + label:before,
.checkbox-danger input[type=radio]:indeterminate + label:before {
    background-color: #d9534f;
    border-color: #d9534f
}

.checkbox-danger input[type=checkbox]:indeterminate + label:after,
.checkbox-danger input[type=radio]:indeterminate + label:after {
    background-color: #ffffff
}

.checkbox-info input[type=checkbox]:indeterminate + label:before,
.checkbox-info input[type=radio]:indeterminate + label:before {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.checkbox-info input[type=checkbox]:indeterminate + label:after,
.checkbox-info input[type=radio]:indeterminate + label:after {
    background-color: #ffffff
}

.checkbox-warning input[type=checkbox]:indeterminate + label:before,
.checkbox-warning input[type=radio]:indeterminate + label:before {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.checkbox-warning input[type=checkbox]:indeterminate + label:after,
.checkbox-warning input[type=radio]:indeterminate + label:after {
    background-color: #ffffff
}

.checkbox-success input[type=checkbox]:indeterminate + label:before,
.checkbox-success input[type=radio]:indeterminate + label:before {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.checkbox-success input[type=checkbox]:indeterminate + label:after,
.checkbox-success input[type=radio]:indeterminate + label:after {
    background-color: #ffffff
}

.radio {
    padding-left: 20px
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.radio label:before {
    content: "";
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #ffffff;
    transition: border .15s ease-in-out
}

.radio label:after,
.radio label:before {
    display: inline-block;
    position: absolute;
    margin-left: -20px
}

.radio label:after {
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}

.radio input[type=radio] {
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.radio input[type=radio]:focus + label:before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.radio input[type=radio]:checked + label:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.radio input[type=radio]:disabled {
    cursor: not-allowed
}

.radio input[type=radio]:disabled + label {
    opacity: .65
}

.radio input[type=radio]:disabled + label:before {
    cursor: not-allowed
}

.radio.radio-inline {
    margin-top: 0
}

.radio-primary input[type=radio] + label:after {
    background-color: #337ab7
}

.radio-primary input[type=radio]:checked + label:before {
    border-color: #337ab7
}

.radio-primary input[type=radio]:checked + label:after {
    background-color: #337ab7
}

.radio-danger input[type=radio] + label:after {
    background-color: #d9534f
}

.radio-danger input[type=radio]:checked + label:before {
    border-color: #d9534f
}

.radio-danger input[type=radio]:checked + label:after {
    background-color: #d9534f
}

.radio-info input[type=radio] + label:after {
    background-color: #5bc0de
}

.radio-info input[type=radio]:checked + label:before {
    border-color: #5bc0de
}

.radio-info input[type=radio]:checked + label:after {
    background-color: #5bc0de
}

.radio-warning input[type=radio] + label:after {
    background-color: #f0ad4e
}

.radio-warning input[type=radio]:checked + label:before {
    border-color: #f0ad4e
}

.radio-warning input[type=radio]:checked + label:after {
    background-color: #f0ad4e
}

.radio-success input[type=radio] + label:after {
    background-color: #5cb85c
}

.radio-success input[type=radio]:checked + label:before {
    border-color: #5cb85c
}

.radio-success input[type=radio]:checked + label:after {
    background-color: #5cb85c
}

input[type=checkbox].styled:checked + label:after,
input[type=radio].styled:checked + label:after {
    font-family: FontAwesome;
    content: "\f00c"
}

input[type=checkbox] .styled:checked + label:after,
input[type=checkbox] .styled:checked + label:before,
input[type=radio] .styled:checked + label:after,
input[type=radio] .styled:checked + label:before {
    color: #ffffff
}

.radio.thick label:before {
    width: 24px;
    height: 24px;
    border-width: 3px;
    border-color: var(--text-color-grey)
}

.radio.thick label:after {
    width: 8px;
    height: 8px;
    border-width: 3px;
    top: 8px;
    left: 8px
}

.radio.thick input[type=radio]:checked + label:before {
    border-color: var(--icon-color-green)
}

.radio.thick input[type=radio]:checked + label:after {
    background-color: var(--icon-color-green)
}

.ecift-styled-button {
    font-size: 14px!important;
    border: 1px solid transparent!important;
    padding: 6px 32px!important;
}

.ecift-styled-xl-button {
    font-size: 18px!important;
    border: 1px solid transparent!important;
    padding: 10px 50px!important;
    margin: 5px;
}

#confirm-email .ecift-styled-xl-button {
    white-space: initial;
}

.ecift-styled-icon-button {
    font-size: 22px!important;
    border: 1px solid transparent!important;
    padding: 6px 12px!important;
    margin: 5px;
}

.ecift-styled-button.active, 
.ecift-styled-button:active, 
.ecift-styled-button.focus, 
.ecift-styled-button:focus,
.ecift-styled-xl-button.active, 
.ecift-styled-xl-button:active, 
.ecift-styled-xl-button.focus, 
.ecift-styled-xl-button:focus,
.ecift-styled-icon-button.focus, 
.ecift-styled-icon-button:focus {
    outline-offset: 0!important;
    outline: none!important;
    text-decoration: inherit;
}

.ecift-styled-button-default, 
.ecift-styled-xl-button-default {
    color: var(--text-color-main)!important;
    background-color: #fff!important;
    border-color: #ccc!important;
}

.ecift-styled-icon-button {
    color: var(--text-color-main)!important;
    background-color: #fff!important;
}

.ecift-styled-transparent-button {
    border: 1px solid #e9e9e9;
    color: #e9e9e9;
    background-color: #55555500;
    border-radius: 4px;
}

.ecift-styled-transparent-button:hover, 
.ecift-styled-transparent-button:focus {
    color: #e9e9e9;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.ecift-styled-button-default.active, 
.ecift-styled-button-default:active, 
.ecift-styled-button-default:hover, 
.ecift-styled-xl-button-default.active, 
.ecift-styled-xl-button-default:active, 
.ecift-styled-xl-button-default:hover {
    color: var(--text-color-main)!important;
    background-color: #e6e6e6!important;
    border-color: #adadad!important;
}

.ecift-styled-icon-button.active, 
.ecift-styled-icon-button:active, 
.ecift-styled-icon-button:hover {
    opacity: 0.7;
    box-shadow: none;
}

.modal-body .icebreaker-wrapper {
    padding: 0; 
    margin: 0;
}

.modal-body .icebreaker, 
.modal-body.icebreaker-cancel, 
.modal-body.icebreaker-confirm, 
.modal-body.info_popup {
    text-align: left;
    font-size: 16px;
}

.modal-body.icebreaker-cancel .content, 
.modal-body.icebreaker-confirm .content,
.modal-body.info_popup .content {
    padding: 20px;
}

.modal-body.icebreaker-cancel .content h2, 
.modal-body.icebreaker-confirm .content h2, 
.modal-body.info_popup .content h2 {
    margin-bottom: 30px;
}

.modal-body .icebreaker fieldset.info-step {
    text-align: center;
}

.modal-body .icebreaker fieldset.info-step h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

.modal-body .icebreaker fieldset.info-step p {
    margin: 0 0 10px!important;
}

.modal-body .questionsContainer {
    margin: 0;
    padding: 0;
    min-height: 450px;
    display: flex;
    align-items: center;
}

.modal-body .questionBody {
    margin: 0!important;
}

.modal-body .questionsContainer h5 {
    font-size: 18px;
    margin: 30px 0;
    text-align: center;
}

.modal-body .icebreaker p {
    width: 100%!important;
}

.modal-body .questionBlock {
    margin: 0;
    padding: 0;
    width: 100%;
}

.modal-body .info-step .questionBlock .button-row {
    margin: 40px 0 0 0;
}

.modal-body .questionBlock .button-row {
    text-align: center;
    margin: 30px 0 20px 0;
}

.icebreaker-cancel .button-row, 
.icebreaker-confirm .button-row, 
.info_popup .button-row {
    margin: 0 0 20px 0;
}

.badgeRound {
    display: block; 
    position: absolute; 
    font-size: 12px; 
    font-weight: 700; 
    line-height: 1; 
    padding: 3px 6px; 
    border: 2px solid transparent;
    border-radius: 10px; 
}

.mainNavigation {
    background: var(--main-color)
}

.userProfileMenuHeaderLogo {
    background: var(--main-color);
    padding: 9.5px 15px;
}

#closeSidebar {
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: 300;
}

#closeSidebar:hover {
    text-decoration: none;
    color: #da8084;
}

.topMenu {
    padding: 0;
    width: 100%;
    font-size: 0px;
}

.topMenuEditorial {
    padding: 0;
    width: 100%;
    line-height: 1;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}

.topMenu li {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.topMenuEditorial li {
    display: inline-block;
    position: relative;
    padding-top: 0;
}

.topMenu li > a {
    padding: 11px 16px;
}

.topMenuEditorial li > a {
    font-size: 12px;
    color: #fff;
    padding: 5px 14px 9px 14px;
}

.topMenuEditorial li > a:hover, .topMenuEditorial li > a:focus, .topMenuEditorial li > a:active {
    text-decoration: none;
    color: #da8084;
}

.topMenu li > a, .hasDdMenu a {
    color: #da8084;
    text-decoration: none;
    display: block;
}

.topMenu li.hasDdMenu a span {
    line-height: 40px;
}

.topMenu li > a i.fa {
    font-size: 20px;
    padding-right: 5px;
}

.topMenu li > a i.ecift-icon {
    font-size: 22px;
    padding-right: 5px;
    vertical-align: bottom;
}

.topMenu li > a .ecift-icon-svg {
    float: left;
}

.topMenu li > a span {
    font-size: 16px;
    line-height: 48px;
    vertical-align: middle;
}

.topMenu li > a.activeMenu {
    color: #ffffff;
    font-weight: 600
}

.topMenu li#menuMessages > a .badgeRound {
    top: 10px; 
    left: 42px;
    font-size: 12px; 
    font-weight: 700; 
    line-height: 1; 
    border: 2px solid var(--main-color);
    background: #da8084; 
    color: var(--main-color);
}

.topMenu li#menuMessages > a.activeMenu .badgeRound {
    background: #fff; 
}

.topMenu li.menuPremium a {
    background: #ffffff;
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    border-radius: 4px;
    padding: 4px 15px;
    margin: 18px 16px;
}

.topMenu li.menuPremium:after {
    background-color: transparent;
}

.topMenu li.menuPremium a i.fa {
    color: var(--main-color);
    position: relative;
    top: 2px
}

.topMenu li.menuPremium a span {
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
}

.topMenu > li:hover::after, .topMenu > li.activeMenu:after, .topMenu > li.hasDdMenu:hover::after {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
}

.topMenu > li:after, .topMenu > li.hasDdMenu:after  {
    background-color: #fff;
    pointer-events: none;
    position: absolute;
    content: "";
    left: 0px;
    height: 4px;
    width: 100%;
    bottom: -4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .1s ease-in;
    transition: -webkit-transform .1s ease-in;
    transition: transform .1s ease-in;
    transition: transform .1s ease-in, -webkit-transform .1s ease-in;
}

.topMenu > li#menuSidebar > a > i{
    color : #fff;
    font-size: 24px;
    padding: 0;
}

.topLogin .dropdownbutton{
    display: inline-block;
    float: left;
    width: 60px;
    padding-right: 15px;
    padding-left: 15px;
}
.topLogin .dropdownbutton a{
    color : #fff;
    font-size: 24px;
    margin: 8px;
}

.topLogin h1#logo{
    padding : 0px;
}
.hasDdMenu {
    text-align: right;
}
.hasDdMenu .ppDropdown {
    color : #fff;
    white-space:nowrap;
    display: inline-block;
    padding: 15px 0;
}
header {
    min-width : 320px;
}
header#page-header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 4;
}
.hasDdMenu .ppDropdown img {
    border: 2px solid #ffffff;
    margin-right: 10px;
    border-radius: 50%;
    width: 56px;
    height: 56px;
}

.hasDdMenu .ppDropdown i.fa {
    margin-right: 0;
    margin-left: 10px;
}

.overflow-x-hidden{
    overflow-x: hidden !important;
}

.overflow-x-auto{
    overflow-x: auto !important;
}

.subNavigation.mainsub {
    background: #ffffff;
    display: none;
    border-bottom: 1px solid var(--border-color-grey);
}

.subNavigationTabs {
    background: #ffffff;
    padding-top: 91px;
}

.subNavigation.mainsub .subMenu, 
.static-tabs-menu {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
    scrollbar-width: none;
}

.subNavigation.mainsub .subMenu::-webkit-scrollbar, 
.static-tabs-menu::-webkit-scrollbar {
    display: none;
}

.subNavigation.mainsub .submenu_container .afterlis, .subNavigation.mainsub .submenu_container .beforelis {
    position: absolute;
    background-color: #fff;
    color: #b60b09;
    font-size: 18px;
    padding-top: 17px;
    padding-bottom: 15px;
    z-index: 1;
    opacity: 0;
}

.subNavigation.mainsub .submenu_container .afterlis {
    right: 0px;
    padding-left: 40px;
    padding-right: 5px;
}

.subNavigation.mainsub .submenu_container .beforelis {
    left: 0px;
    padding-left: 5px;
    padding-right: 40px;
}

.subNavigation.mainsub .submenu_container {
    list-style: none;
    display: flex;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-overflow-scrolling: touch;
}

.subNavigation.mainsub .subMenu li, 
.static-tabs-menu li {
    white-space: nowrap;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    position: relative;
}

.subNavigation.mainsub .subMenu li a, 
.static-tabs-menu li a {
    padding: 15px;
    border: 0;
}

.subNavigation.mainsub .subMenu li:after, 
.static-tabs-menu li:after {
    background-color: var(--main-color);
    pointer-events: none;
    position: absolute;
    content: "";
    height: 3px;
    left: 0px;
    width: 100%;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.subNavigation.mainsub .subMenu li:hover::after, 
.subNavigation.mainsub .subMenu li.active:after, 
.subNavigation.mainsub .subMenu li.activeSubMenu:after, 
.static-tabs-menu li:hover::after, 
.static-tabs-menu li.active:after, 
.static-tabs-menu li.activeSubMenu:after {
    opacity: 1;
}

.subNavigation.mainsub .subMenu li.disabled:hover::after, 
.static-tabs-menu li.disabled:hover::after {
    opacity: 0!important;
}

.subNavigationTabs .subMenu li {
    float: left;
    white-space: nowrap;
    padding: 0 15px;
}

.subNavigation.mainsub .subMenu a, 
.subNavigationTabs .subMenu a, 
.static-tabs-menu a {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color-grey);
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 2px solid #ffffff;
    display: block
}

.subNavigation.mainsub .subMenu a.activeSubMenu, 
.subNavigation.mainsub .subMenu li.active a,
.subNavigationTabs .subMenu a.activeSubMenu, 
.subNavigationTabs .subMenu li.active a {
    color: #323232;
    border-color: var(--main-color)
}
.subNavigation.mainsub .subMenu a.inactiveSubMenu, 
.subNavigationTabs .subMenu a.inactiveSubMenu {
    font-weight: normal !important;
}

.subNavigation.mainsub .subMenu.full-centered-2 li, 
.subNavigationTabs .subMenu.full-centered-2 li {
    width: 50%;
    text-align: center;
    margin: 0
}

.subNavigation.mainsub .subMenu.full-centered-2 li a, 
.subNavigationTabs .subMenu.full-centered-2 li a {
    font-size: 18px;
    padding: 15px 0 9px
}

.subMenu.subMenuMyProfile a {
    font-size: 18px!important;
}
.ecift-icon-svg {
    width: 48px; 
    height: 48px;
    display: inline-block;
}

.ecift-icon-svg.broken-heart {
    width: 128px; 
    height: 106px;
    color: var(--main-color);
}

.mainBg {
    background: var(--main-bg-color);
    padding-bottom: 40px;
}

.box {
    background: #ffffff;
    border-radius: 6px;
    margin-top: 20px;
    padding: 0px 20px;
}

.box .box-header {
    border-bottom: 1px solid var(--border-color-grey);
    padding: 10px 0px 0px;
}

.box .box-header span.box-title {
    font-size: 15px;
    color: var(--text-color-main);
    font-weight: 600;
    padding: 0 2px;
    margin-bottom: 5px;
    display: block;
    position: relative
}

.box .box-header span.box-title i {
    margin-right: 10px
}

.box .box-header span.box-title i.fa-info-circle {
    font-size: 14px;
    color: var(--text-color-grey);
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer
}

.box .box-header span.box-info {
    font-size: 14px;
    padding: 0 20px
}

.box .box-header span.box-info i {
    color: var(--icon-color-grey);
    font-style: normal
}

.box .box-header span.box-info em {
    color: var(--text-color-main);
    font-style: normal
}

.box .box-header i.fa {
    font-size: 20px;
    color: var(--icon-color-grey)
}

.box .box-header i.ecift-icon {
    font-size: 20px;
    color: var(--icon-color-grey);
    vertical-align: sub;
}

.box .box-body > ul li {
    padding: 10px 0px;
    border-bottom: 1px solid var(--border-color-grey);
    overflow: hidden;
    position: relative
}

.box .box-body > ul li img {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border: 2px solid #ffffff;
    margin-right: 10px;
    float: left;
    border-radius: 50%;
}

.box .box-body > ul li .msgDetails {
    float: left
}

.box .box-body > ul li .msgDetails i.fa {
    color: var(--icon-color-grey)
}

.box .box-body > ul li .msgDetails strong.userJob {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
    display: block
}

.box .box-body > ul li .msgDetails em {
    font-style: normal
}

.box .box-body > ul li .msgDetails span.compatibilityPerc {
    display: block
}

.box .box-body > ul li a.check-details {
    float: right;
    width: 45px;
    height: 45px;
    margin: 18px 0 5px 20px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 2px 1px hsla(0, 0%, 67%, .2);
    color: var(--icon-color-grey);
    text-align: center;
}

.box .box-body > ul li a.check-details.centered {
    margin: 0 0 0 20px;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
}

.box .box-body > ul li a.check-details i {
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    margin-top: -1px;
    margin-left: 1px;
}

.box .box-footer {
    text-align: right;
    padding: 10px 7px;
}

.box .box-footer.bordered {
    border-top: 1px solid var(--border-color-grey);
}

.box .box-footer a {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color);
}

.box.profileBox li {
    display: flex;
    align-items: center;
}

.box.profileBox li a.profile-link, 
.box.profileBox li a.profile-link:hover {
    color: var(--text-color-main);
    flex-grow: 1;
    text-decoration: none;
}

.box.profileBox strong.profileCode {
    font-size: 20px;
    display: block
}

.box.profileBox .profileCompletion {
    font-size: 12px
}

.box.profileBox .box-footer a {
    text-align: left;
    color: var(--main-color);
    text-decoration: underline;
    margin-bottom: 8px;
    display: block
}

.box.profileBox .box-footer a i.fa {
    color: var(--text-color-grey);
    margin-right: 10px
}

.box.bannerBox {
    padding: 5px;
}

.box.sideBox {
    padding-top: 15px;
}

.box.sideBox .box-body {
    padding: 10px 7px;
}

.box.bannerBox img {
    display: block;
}

.box .welcomeSteps {
    padding: 22px 0px 32px;
}

.box .welcomeSteps strong.welcomeTitle {
    font-size: 20px;
    display: block;
}

.box .welcomeSteps span.welcomeSubtitle {
    color: rgba(51, 51, 51, .6);
    margin-bottom: 10px;
    display: block;
}

.box .welcomeSteps span.stepNo {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    line-height: 32px;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    margin-bottom: 6px;
    display: block
}

.box .welcomeSteps a {
    color: var(--main-color);
    text-decoration: underline
}
.box .welcomeSteps #content{
    display: inline-block;
}
.box.profile-box .box-header {
    border: none;
    padding: 20px
}

.box.profile-box .box-header h2 {
    vertical-align: middle;
    line-height: 36px
}

.box.profile-box .box-header .box-title-icon {
    background: var(--main-color);
    width: 36px;
    height: 36px;
    border-radius: 100%;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    margin-right: 10px;
    display: inline-block
}

.box.profile-box .box-header .box-title-icon i.fa {
    color: #ffffff
}

.box.profile-box .box-header .box-title-icon i.ei {
    font-size: 16px;
    color: #ffffff
}

.box.profile-box .box-body {
    padding: 0 20px 40px 66px
}

.box.profile-box .icebreaker .box-body {
    padding: 0 10px 10px 10px
}

.box.profile-box .box-body .profile-info-line {
    font-size: 16px
}

.box.profile-box .box-body .profile-info-line strong {
    color: #323232
}

.box.profile-box .box-body .profile-info-line p {
    color: var(--text-color-grey);
    margin-top: 5px
}

.box.profile-box .box-body .profile-info-line.border-bottom {
    border-bottom: 1px solid hsla(0, 0%, 59%, .2);
    margin-bottom: 12px
}

.box.profile-edit-box .panel-group {
    margin: 0 15px
}

.box.profile-edit-box .panel-group .panel {
    border: 0
}

.box.profile-edit-box .panel-heading {
    background: #ffffff;
    padding: 10px
}

.box.profile-edit-box .panel-heading .feature-name {
    width: 40%;
    font-size: 14px;
    display: block;
    float: left
}

.box.profile-edit-box .panel-heading .feature-content {
    width: 50%;
    font-size: 14px;
    font-weight: 600;
    display: block;
    float: left
}

.box.profile-edit-box .panel-heading .feature-edit {
    width: 10%;
    text-align: right;
    font-size: 18px;
    color: var(--main-color);
    display: block;
    float: right;
    position: relative;
    top: -2px
}

.box.feature-box .box-header {
    border: none;
    padding: 10px 0 6px;
    position: relative
}

.box.feature-box .box-header h3 {
    font-size: 24px;
    padding: 0 10px;
    margin-bottom: 5px
}

.box.feature-box .box-header a.edit-features {
    position: absolute;
    top: 15px;
    right: 15px
}

.box.feature-box .box-header a.edit-features i.fa {
    font-size: 18px !important;
    color: var(--main-color) !important
}

.box.feature-box .box-body ul.feature-list {
    padding: 0 15px 1px
}

.box.feature-box .box-body ul.feature-list li {
    line-height: 24px;
    vertical-align: middle;
    color: #7c7c7c;
    border: none;
    padding: 0;
    margin: 0 0 8px
}

.box.feature-box .box-body ul.feature-list li i.ei,
.box.feature-box .box-body ul.feature-list li i.fa {
    width: 24px;
    height: 28px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    font-size: 22px;
    margin-right: 10px
}

.box.feature-box .box-body ul.feature-list li i.ei.ecift-icon-zodiac,
.box.feature-box .box-body ul.feature-list li i.fa.ecift-icon-zodiac {
    font-size: 14px;
    position: relative;
    top: 2px
}

.box.notifications-box {
    padding-top: 10px;
    padding-bottom: 20px;
}

.box.profile-photo-box {
    padding: 10px;
}

.box.profile-photo-box .box-body {
    padding: 10px
}

.box.profile-photo-box .box-body .btn-box {
    border: 1px solid var(--border-color-grey);
    border-radius: 4px;
    padding: 10px;
    margin: 0 0 10px
}

.box.profile-photo-box .box-body .btn-box .btn {
    font-size: 16px;
    padding: 6px 0
}

.box.profile-photo-box .box-body .btn-box i.fa {
    font-size: 22px;
    position: relative;
    top: 1px
}

.box.profile-photo-box .box-body ul {
    font-size: 14px;
}

.box.profile-photo-box .box-body ul span {
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px
}

.box.profile-photo-box .box-footer {
    background: var(--main-bg-color);
    border-radius: 4px;
    overflow: hidden
}

.box.profile-photo-box .box-footer img {
    max-width: 15%;
    margin-right: 2%;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    float: left
}

.box.profile-photo-box .box-footer .box-footer-desc {
    max-width: 100%;
    float: left
}

.box.profile-photo-box .box-footer p {
    text-align: left
}

.box.profile-photo-box .box-footer a {
    text-align: left;
    display: block
}

.box.suggestion-box .box-header {
    border-bottom: 1px solid var(--border-color-grey)
}

.box.suggestion-box .box-header h2 {
    font-size: 22px;
    float: left
}

.box.suggestion-box .box-body {
    padding: 0
}

.box.suggestion-box .box-body > ul li {
    padding: 10px 0px
}

.box.suggestion-box .box-body > ul li .msgDetails {
    margin-top: 10px
}

.box.suggestion-box .box-body span.userHarmony {
    background: url(../images/icon-hearts.png) 0 no-repeat;
    background-size: auto 16px;
    line-height: 25px;
    vertical-align: middle;
    padding-left: 30px;
    display: block
}

.box.suggestion-box .box-body span.userHarmony i {
    font-style: normal;
    font-weight: 600
}

ul, ul li {
    margin: 0;
    padding: 0
}

ul li {
    list-style-type: none
}

ul.disced li {
    list-style-type: disc
}

.cover-container-shimmer, 
.cover-container-shimmer-light {
    max-width: 100%;
    position: relative;
    height: auto;
}

.cover-container-shimmer-light {
    aspect-ratio : 1;
}

.top-profile-background {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background:url('/build/images/profile_background.jpg') no-repeat center;
    background-size: cover;
    height: auto;
}

.profile-id-part {
    padding-top: 56px;
}

.partner-profile-data-light {
    padding: 20px 0;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.profile-id-part span {
    text-align: right;
    color: #ffffff;
    display: block
}

.profile-id-part span.profile-id-code, 
span.profile-id-code.profile-light {
    font-size: 28px;
    font-weight: 600
}

span.profile-id-code.profile-light {
    margin-top: 30px;
}

span.profile-id-code.profile-light i {
    font-size: 20px;
}

.profile-id-part span.profile-years {
    font-size: 14px
}

#profile-img-part {
    position: relative;
}

.profile-favourite-mark {
    background: #ffffff;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    line-height: 37px;
    vertical-align: middle;
    font-size: 24px;
    color: #ffcb3b;
    display: inline-block;
    text-align: center;
}

.profile-percentage-part {
    padding-top: 15px;
    text-align: left
}

.profile-percentage-part p {
    background: hsla(0, 0%, 100%, .2);
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #626262;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    padding: 5px 15px 7px;
    margin-top: 15px
}

.profile-percentage-part p strong {
    font-size: 20px;
    margin: 0 3px;
    position: relative;
    top: 2px
}

.profile-percentage-part p i.percentage {
    width: 70%;
    height: 3px;
    margin: 2px auto 0;
    display: block
}

.profile-header-buttons {
    overflow: hidden;
    display: block;
    margin: 0 auto;
    min-width: 290px;
}

.box-header .submenu{
    width: 78px;
}

.box-header .submenu .dropdown-toggle {
    width: 100%;
}

.profile-header-buttons li {
    max-width: 98px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.profile-header-buttons li:last-of-type {
    margin-right: 0px;
}

.profile-header-buttons li a.sent {
    color: var(--text-color-grey);
    cursor: default;
}

.profile-header-buttons li a {
    background: #ffffff;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    color: var(--text-color-main);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
    margin: 0;
    display: block;
    padding: 0 30px;
}

.button-more, 
.profile-header-button-list {
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: block;
    margin: 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    box-shadow: none!important;
}

.profile-header-button-more, 
.profile-header-button-list {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.profile-header-button-more:hover,
.profile-header-button-more:focus,
.profile-header-button-list:hover, 
.profile-header-button-list:focus {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.profile-header-buttons li a:hover {
    background: #e6e6e6;
}

.profile-header-buttons li a i.ei {
    line-height: 50px;
    vertical-align: middle;
    font-size: 30px;
    margin-top: 4px
}

.button-more .ecift-icon-svg {
    height: 36px;
    width: 36px;
    transform: rotate(90deg);
}

.profile-header-buttons li.profile-mid-button {
    max-width: 122px
}

.profile-header-buttons li.profile-mid-button a {
    background: var(--main-color);
    width: 88px;
    height: 88px;
    border-radius: 100%;
    margin: 0 17px 10px
}

.profile-header-buttons li.profile-mid-button a i.ei {
    line-height: 88px;
    font-size: 36px;
    color: #ffffff
}

.profile-header-buttons li span {
    color: #999999
}

.profile-photo-gallery .profile-photo-gallery-item {
    width: 40px;
    display: inline-block;
    position: relative
}

.profile-my-photo-gallery .profile-photo-gallery-item {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    display: inline-block;
    position: relative
}

.profile-photo-gallery .profile-photo-gallery-item:hover {
    text-decoration: none
}

.profile-photo-gallery .profile-photo-gallery-item:focus {
    outline: none
}

.profile-photo-gallery .profile-photo-gallery-item span.count-label, 
.profile-my-photo-gallery .profile-photo-gallery-item span.count-label {
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: var(--text-color-main);
    display: block;
    position: absolute;
    top: -1px;
    bottom: -2px;
    left: 10px;
    font-weight: bold;
}

.profile-photo-gallery > a > img, 
.profile-my-photo-gallery > a > img {
    width: 40px;
    height:40px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: var(--border-color-grey);
    vertical-align: initial;
}

.cropper-modal .modal-header {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-color);
    padding: 10px 10px 5px
}

.cropper-modal #image {
    width: 100%
}

.comp-desc {
    font-size: 16px;
    color: var(--text-color-grey);
    padding: 0 0 10px
}

.graph-legend span {
    line-height: 20px;
    vertical-align: middle;
    font-size: 16px
}

.graph-legend .mine {
    color: #46a7ff;
    margin-right: 10px
}

.graph-legend .theirs {
    color: var(--main-color)
}

.graph-legend i {
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 1px
}

.profile-comp-info {
    padding: 30px 20px 0
}

.profile-comp-info .profile-comp-graph-title {
    text-align: center;
    margin: 10px auto
}

.profile-comp-info .profile-comp-graph-title strong {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block
}

.profile-comp-info i.icon-bg {
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    display: block
}

.profile-comp-info i.icon-bg.ib-sociality {
    background-position: -64px -383px
}

.profile-comp-info i.icon-bg.ib-risk {
    background-position: 0 -383px
}

.profile-comp-info i.icon-bg.ib-perspective {
    background-position: 0 -617px;
    width: 97px;
    height: 46px
}

.profile-comp-info i.icon-bg.ib-general {
    background-position: 0 -447px
}

.profile-comp-info i.icon-bg.ib-comunication {
    background-position: -56px -146px
}

.profile-comp-info i.icon-bg.ib-build {
    background-position: -64px -447px
}

.profile-comp-info i.icon-bg.ib-relationship {
    background-position: -97px -617px
}

.profile-comp-info i.fa {
    font-size: 20px;
    color: #c4c4c4;
    position: relative;
    top: 1px;
    left: 3px
}

.profile-comp-info .profile-comp-graph-subtitle {
    text-align: center;
    color: var(--text-color-grey);
    padding: 0 20px;
    margin-top: 10px
}

.profile-comp-graph {
    background: #f8f8f8;
    width: 100%;
    height: 150px;
    margin-top: 20px;
    position: relative
}

.profile-comp-graph.own-values {
    height: 100px;
}

.profile-comp-graph i {
    height: 20px;
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    padding: 0 10px;
    display: block;
    position: absolute;
    z-index: 3;
    min-width: fit-content;
}

.profile-comp-graph i.zero {
    width: auto;
    border-radius: 10px !important
}

.profile-comp-graph i.partner-value {
    background: var(--main-color);
    top: 40px;
}

.profile-comp-graph i.me-value {
    background: #46a7ff;
    bottom: 40px;
}

.profile-comp-graph i.positive {
    text-align: right;
    border-radius: 0 10px 10px 0;
    left: 50%
}

.profile-comp-graph.type-two i.positive {
    left: 0;
}

.profile-comp-graph i.negative {
    text-align: left;
    border-radius: 10px 0 0 10px;
    right: 50%
}

.profile-comp-graph .mid-bg {
    background: #ececec;
    width: 20%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40%;
    z-index: 1
}

.profile-comp-graph .mid-border {
    background: #d8d8d8;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 2
}

.profile-comp-graph.type-two .mid-bg {
    width: 10%;
    left: 0
}

.profile-comp-graph.type-two .mid-border {
    left: 0
}

.profile-graph-labels {
    border-top: 1px solid #c4c4c4
}

.profile-graph-labels span {
    width: 50%;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.profile-graph-labels span.text-right {
    padding-right: 5px;
}

.profile-graph-labels span i.fa {
    font-size: 20px;
    color: #c4c4c4;
    position: relative;
    top: 1px;
    left: 3px
}

.profile-graph-labels span i.fa:hover {
    cursor: pointer;
    color: var(--text-color-grey);
}

.brandBg {
    background: var(--main-color)
}

.questionsContainer {
    background: #ffffff;
    border-radius: 6px;
    padding: 30px
}

.questionsContainer .progressLine {
    background: #d8d8d8;
    width: 100%;
    height: 5px;
    border-radius: 3px;
    margin-bottom: 30px;
    display: block;
    position: relative
}

.questionsContainer .progressLine .completed {
    background: var(--icon-color-green);
    height: 5px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0
}

.questionsContainer .questionHeader {
    padding: 20px 0;
    position: relative
}

.questionsContainer .questionHeader strong, 
.questionsContainer .questionHeader span {
    font-size: 20px;
    text-align: center;
    margin: 0 60px;
    display: block
}

.questionsContainer .questionHeader i {
    position: absolute;
    top: 18px;
    left: 10px;
    font-size: 34px
}

.questionsContainer .questionBody {
    background: #ffffff;
    padding: 30px 0 25px;
}

.questionsContainer .questionBody input[type=checkbox],
.questionsContainer .questionBody input[type=radio] {
    display: none
}

.questionsContainer .questionBody input[type=checkbox] + label,
.questionsContainer .questionBody input[type=radio] + label {
    background: var(--main-bg-color);
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block !important;
    cursor: pointer
}

.questionsContainer .questionBody input[type=checkbox] + label:hover,
.questionsContainer .questionBody input[type=radio] + label:hover {
    filter: brightness(97%);
}

.questionsContainer .questionBody input[type=checkbox] + label.question-answer-label,
.questionsContainer .questionBody input[type=radio] + label.question-answer-label {
    background: #fff;
    padding: 0px;
}

.questionsContainer .questionBody input[type=checkbox]:checked + label,
.questionsContainer .questionBody input[type=radio]:checked + label {
    background: #c1e07f;
}

.questionsContainer .questionBody input[type=checkbox]:disabled + label, 
.questionsContainer .questionBody input[type=radio]:disabled + label {
    color: #a2a2a2;
    cursor: default;
}

.questionsContainer .questionBody input[type=checkbox]:checked + label.question-answer-label:before,
.questionsContainer .questionBody input[type=radio]:checked + label.question-answer-label:before {
    content: url(/build/images/circle-check.png);
    display: block;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}

.questionsContainer .questionBody input[type=checkbox]:checked + label.question-answer-label > img,
.questionsContainer .questionBody input[type=radio]:checked + label.question-answer-label > img {
    border: 5px solid var(--icon-color-green);
}

.questionsContainer .questionBody input[type=checkbox]:checked + label.question-answer-label,
.questionsContainer .questionBody input[type=radio]:checked + label.question-answer-label {
    background: #fff;
    border: 1px solid #fff
}

.questionsContainer .questionBody img.question-answer {
    cursor: pointer;
    width: 283px;
    height: auto;
    border: 5px solid #fff;
    border-radius: 4px;
}

.questionsContainer .questionBody img.question-answer:hover {
    border: 5px solid var(--icon-color-green);
}

.questionsContainer .questionBody.twoColumnList{
    overflow: hidden
}

.questionsContainer .questionMultiline .questionHeader i.fa {
    color: #cccccc
}

.questionsContainer .questionMultiline .questionHeader strong {
    font-size: 18px;
    color: #323232
}

.questionsContainer .questionMultiline .questionBody strong {
    font-size: 18px;
    display: block
}

.questionsContainer .questionMultiline .questionBody strong i.fa {
    font-size: 24px;
    color: #727272;
    margin-right: 10px;
    position: relative;
    top: 3px
}

.questionsContainer .questionMultiline .questionBody label.importance {
    background: var(--main-bg-color);
    font-size: 12px;
    font-weight: 400;
    border-radius: 4px;
    padding: 6px 15px;
    margin-left: 32px;
    display: flex;
}

.questionsContainer .questionMultiline .questionBody label.importance > span {
    vertical-align: middle;
    display: inline-block;
    flex-grow: 1;
}

.questionpage-text .tab-content-wrapper {
    overflow: hidden
}

.questionpage-text .tab-content-wrapper > img {
    width: 30%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    border: 2px solid #ffffff;
    margin-right: 3%;
    float: left
}

.questionpage-text .tab-content-wrapper > div {
    width: 67%;
    float: left
}

.questionpage-text .tab-content-wrapper > div h3 {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 5px
}

.initial-hidden {
    display: none
}

.initial-hidden-important {
    display: none!important;
}

span[id$=-payment-sales-agreement-link-1], 
span[id$=-payment-sales-agreement-link-2] {
    color: var(--main-color);
    position: relative;
}

span[id$=-payment-sales-agreement-link-1] a,
span[id$=-payment-sales-agreement-link-1] a {
    color: var(--main-color);
    text-decoration: underline
}

.payment-tab-dummy.active span {
    color: var(--main-color)
}

#field-payment_method_Billing_plugin_cc_garanti + label > span {
    position: relative;
    top: -2px
}

#payment .headline {
    font-size: 20px;
    color: var(--main-color);
    margin-bottom: 10px
}

.payment-box .box-header {
    border: 0;
}

.payment-box .box-header h2 {
    padding: 10px 10px 10px 0px
}

.payment-box .box-body {
    padding-top: 15px;
    padding-bottom: 20px
}

.payment-box.payment-method-box .row_old {
    margin: 0 0 30px 33px; 
}

.payment-box.payment-billdata-box label {
    font-weight: normal;
}

.payment-box.payment-billdata-box .payment-tab-dummy label {
    line-height: 25px;
    padding: 14px 18px 12px;
}

.payment-box.payment-billdata-box .payment-tab-dummy span.label  {
    padding: 0;
}

.payment-product-box-tick {
    font-size: 20px;
    color: var(--icon-color-green)
}

#payment .backLink {
    color: var(--main-color)
}

.plan {
    border: 2px solid #323232;
    padding: 0;
    border-radius: 7px;
    background: #323232;
}

.plan h3.plan-name {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.plan h3.plan-name > span:first-child {
    display: block;
    font-size: 10px;
    padding-bottom: 10px;
}

.plan .plan-content-wrapper {
    background: #fff;
    border-radius: 4px;
}

.plan div.plan-period {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #bdbdbd;
    padding: 15px 0;
    margin: 0 20px 20px;
    display: block
}

.plan .plan-details li {
    margin: 0 20px 13px
}

.plan .plan-details li:hover {
    cursor: auto !important;
}

.plan .plan-details li i.fa, 
.payment-product-box-features-list li i.fa {
    line-height: 20px;
    vertical-align: middle;
    font-size: 20px;
    color: var(--icon-color-green);
    margin-right: 10px;
    position: relative;
    top: -1px
}

.plan .plan-price {
    margin: 30px 20px;
    border: solid #bdbdbd 1px;
    border-radius: 8px;
    padding-top: 30px;
}

.plan .plan-price span.price-period {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 10px;
    display: block;
    position: relative
}

.plan .plan-price span.price-period i.period-text {
    background: #ffffff;
    position: absolute;
    bottom: -12px;
    font-size: 20px;
    font-weight: 600;
    width: 60px;
    text-align: center;
    left: 50%;
    margin-left: -30px;
    font-style: normal
}

.plan .plan-price .price-tag {
    text-align: center;
    font-size: 40px;
    display: block;
    line-height: 20px;
    padding: 10px 10px 35px 10px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.plan .plan-price .price-tag-dec {
    font-size: 22px;
    position: relative;
    bottom: 0.6em;
    left: -0.6em;
}

.plan .plan-price .price-tag span i {
    font-style: normal;
    color: #989898
}

.plan .plan-price .price-tag span.period-text {
    font-size: 15px;
    font-weight: normal;
    color: #999999;
    position: absolute;
    left: .5em;
    bottom: -1em;
    white-space: nowrap;
}

.plan-price-standard {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
}

.plan-price-standard span {
    font-weight: 700;
    text-decoration: line-through;
}

.plan.plan-choosen {
    position: relative;
    top: -30px;
    border: 2px solid var(--main-color);
    background: var(--main-color);
}

.plan.plan-choosen h3.plan-name {
    font-size: 32px;
    padding: 35px 0;
}

.plan.plan-choosen .price-tag, .plan.plan-choosen-mobile .price-tag {
    color: var(--icon-color-green);
}

.runtime-info-cell {
    background: var(--main-bg-color);
    padding: 35px 25px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}

.runtime-info-icon {
    width: 62px;
    color: var(--main-color);
    margin-right: 16px;
    flex-shrink: 0;
    flex-grow: 0;
}

.runtime-info-text {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.box.welcome-window {
    padding: 50px;
}

.box.welcome-window h1 {
    color: var(--main-color);
}

.welcome-window-desc p {
    font-size: 16px;
    text-align: center;
    margin: 20px 40px;
}

.welcome-window-info {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
    display: block;
}

.welcome-window-info span {
    display: block;
}

.completed-profile-profile {
    width: 67px;
    height: 86px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 32px;
    background: transparent url(/static/images/completed-profile-profile.png) no-repeat scroll 0 0;
}

.box-completed-profile {
    width: 228px;
    background-color: var(--main-bg-color);
    border: 1px solid #d9d9d9;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
}

.completed-profile-no-picture-man,
.completed-profile-no-picture-woman {
    width: 178px;
    height: 103px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 25px;
    background: transparent url(/static/images/sprite-completed-profile-no-picture.png) no-repeat scroll 0 0;
}

.box-percent-grey {
    width: 228px;
    margin: 0 auto;
    background: #c7c7c7;
    padding: 4px 0px;
    font-size: 15px;
    font-weight: bold;
    color: white;
}

.completed-profile-button-div .btn {
    background: var(--main-color);
    color: #ffffff;
    margin-bottom: 10px;
}

.completed-profile-button-div .btn span {
    color: #ffffff;
}

.clearfix {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.chatbox-time {
    line-height: 20px;
    margin-top: 1px;
    padding: 2px 6px;
}

.chatbox-report-message-url {
    margin: 0px 10px;
}

.chatbox-active-user-photo {
    width: 52px !important;
    height: 52px !important;
    border: 2px solid #cfcfcf;
    border-radius: 50%;
}

.message-delete-checkbox-left {
    margin: -10px 0px !important;
}

.register-msg-error {
    color: red;
}

.message-delete-checkbox-right {
    margin: -8px 10px !important;
}

.box-body li:hover {
    cursor: pointer !important;
}

.box-body #messages-list li:hover {
    cursor: unset !important;
}

.box-msg-error {
    color: #fdf7f7;
    background-color: #e00;
    padding: 5px 10px !important;
    margin: 5px 0px 5px 0px;
    font-size: 14px;
}

#delete_profile .box-msg-error {
    border: 1px solid transparent;
    border-radius: 4px;
}

.msg-sender-score {
    font-size: 16px;
    font-weight: 600;
    color: var(--main-color);
    background: url(../images/icon-hearts.png) 0 no-repeat;
    background-size: auto 16px;
    line-height: 25px;
    vertical-align: middle;
    padding-left: 30px;
    display: block;
}

#personal-preferences-tab .checkbox input[type=checkbox],
#personal-preferences-tab .radio input[type=radio],
.profile-box-details .radio input[type=radio] {
    opacity: 1 !important;
}

.collapse .featureContent {
    width: 100% !important;
}

.h10 {
    height: 10px;
}

.h5 {
    height: 5px;
}

.hidden_div {
    display: none !important;
}

.control-label {
    font-weight: bolder !important;
}

.no-padding {
    padding: 0 !important;
}

#report-dialog-form .radio-inline {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#report-dialog-form .radio-inline input[type=radio] {
    margin-left: -30px;
}

.btn-label {
    display: inline-block;
    padding: 0 12px;
    background: rgba(0, 0, 0, 0.15);
    margin-right: 8px;
}

.btn-labeled {
    position: relative;
    overflow: hidden;
    padding: 0;
    text-align: left;
    line-height: 40px;
    font-size: 15px;
    font-weight: bolder;
}

.control-label {
    font-weight: bolder !important;
}

.readmessage {
    width: 100% !important;
    margin: 0 auto;
}

.dummy_male {
    height: 180px;
    width: 146px;
    background: transparent url(/static/images/mailbox-dummy-male.png) no-repeat scroll left bottom;
}

.dummy_female {
    height: 180px;
    width: 146px;
    background: transparent url(/static/images/mailbox-dummy-female.png) no-repeat scroll right bottom;
}

.box-info {
    width: 98% !important;
    padding: 20px;
    border-radius: 6px !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    margin: 15px !important;
}

.messagebox-fixed {
    height: 100% !important;
}

a.list_button.green_ssl {
    background: var(--checked-color-green);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#629f01) to(var(--checked-color-green)));
    /*old webkit*/
    background: -webkit-linear-gradient(#629f01, var(--checked-color-green));
    /*new webkit*/
    background: -moz-linear-gradient(#629f01, var(--checked-color-green));
    /*gecko*/
    background: -ms-linear-gradient(#629f01, var(--checked-color-green));
    /*IE10*/
    background: -o-linear-gradient(#629f01, var(--checked-color-green));
    /*opera 11.10+*/
    background: linear-gradient(#629f01, var(--checked-color-green));
    /*future CSS3 browsers*/
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#629f01, EndColorStr=var(--checked-color-green));
    border-color: var(--checked-color-green) var(--checked-color-green) #5a5a5a;
    min-width: 70px;
    height: 35px;
    line-height: 31px;
    font-size: 15px;
    padding: 0 10px 0 10px;
}

a.list_button {
    border-radius: 3px 3px 3px 3px;
    text-shadow: 0 0 0 transparent, 0 1px 0 rgba(32, 32, 32, 0.45);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.45) inset;
    background: #ffae2a;
    /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffae2a) to(#ff7a05));
    /*old webkit*/
    background: -webkit-linear-gradient(#ffae2a, #ff7a05);
    /*new webkit*/
    background: -moz-linear-gradient(#ffae2a, #ff7a05);
    /*gecko*/
    background: -ms-linear-gradient(#ffae2a, #ff7a05);
    /*IE10*/
    background: -o-linear-gradient(#ffae2a, #ff7a05);
    /*opera 11.10+*/
    background: linear-gradient(#ffae2a, #ff7a05);
    /*future CSS3 browsers*/
    zoom: 1;
    border-color: #ff7a05 #ff7a05 #b33c00;
    border-style: solid;
    border-width: 1px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffae2a, EndColorStr=#ff7a05);
    position: relative;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 25px;
    cursor: pointer;
}

a.list_button:hover {
    text-decoration: none;
    background: #ff9933;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ff9933, EndColorStr=#ff9933);
}

.messagebox-premium-list-item {
    margin: 0 auto;
    width: 300px;
    text-align: left;
    padding: 3px 15px !important;
    border: 0px !important;
}

a.btn-green,
a.btn-green:active,
a.btn-green:active:focus,
a.btn-green:active:hover,
a.btn-green:focus,
a.btn-green:hover {
    background: var(--icon-color-green);
    color: #ffffff;
    border-color: var(--icon-color-green);
    border: 0;
    height: 35px;
    padding: 6px 12px;
    margin: 20px auto;
    display: block;
    width: 20%;
}

.dd .ddTitle span.arrow {
    height: 100% !important;
    background-size: contain !important;
    background-position: center center !important;
}

#country_code_select_title {
    width: 100%;
    height: 34px;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    line-height: 34px;
}

#country_code_select_child {
    position: relative !important;
    top: 0 !important;
    width: 200px !important;
    overflow: auto !important;
    min-height: 200px !important;
}

#country_code_select_child a span {
    font-size: 13px;
    border-bottom: 1px solid var(--border-color-grey);

}

.partner-message-count {
    height: 10px !important;
    margin-top: -15px;
}

.shortcut {
    font-size: 11px !important;
}

.box-bordered-top {
    border-top: 1px solid var(--border-color-grey);
}

.box-bordered-bottom {
    border-bottom: 1px solid var(--border-color-grey);
}

/*Payment Screen*/

.payment-benefits-box {
    height: auto;
    display: block;
    clear: both;
    padding: 0px 0px 20px;
    font-weight: bolder
}

.payment-benefits-box .box-bordered {
    border: 1px solid var(--border-color-grey);
}

.payment-benefits-box .box-bordered-top {
    border-top: 1px solid var(--border-color-grey);
}

.payment-benefits-box .box-bordered-right {
    border-right: 1px solid var(--border-color-grey);
}

.payment-benefits-box .box-bordered-left {
    border-left: 1px solid var(--border-color-grey);
}

.payment-benefits-box .box-white-bordered {
    border: 1px solid #ffffff;
}

.payment-benefits-box .box-white-bordered-bottom {
    border-bottom: 1px solid #ffffff;
}

.payment-benefits-box .box-bordered-grey {
    border: 1px solid #f7f7f7;
}

.payment-benefits-box .payment-advantage {
    line-height: 30px;
    text-align: left;
}

.payment-benefits-box .payment-advantage .premium-advantage-line div:first-child {
    border-right: 1px solid var(--border-color-grey);
}

.payment-advantage-header {
    text-align: center;
    font-size: 20px;
    min-height: 50px;
    line-height: 20px;
    padding: 15px 0px;
}

.payment-benefits-box li.panel>a {
    color:var(--main-color);
}
.payment-benefits-box li.panel .glyphicon {
    margin-right: 5px;
}
.tax-info{
    font-weight: normal;
    margin: 10px 0 0 30px;
}
div.payment-advantage .premium-column {
    text-align: center;
    background-color: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.payment-benefits-box .payment-advantage .font-green {
    color: #00ae01;
}

.payment-benefits-box .payment-advantage .font-red {
    color: red;
}

div.payment-advantage .premium-column-headline,
.premium-column {
    font-size: 18px;
    color: #760600;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: relative;
    left: -10px;
}

.payment-benefits-box .first-row,
.payment-benefits-box .last-row {
    padding: 0 1px;
}

.payment-benefits-box .first-row .premium-column,
.payment-benefits-box .last-row .premium-column {
    height: 10px;
    border-right: 1px solid var(--border-color-grey);
}

.payment-benefits-box .last-row .premium-column {
    border-bottom: 1px solid var(--border-color-grey);
    background: #ffffff;
    bottom: 1px;
    position: relative;
}

.payment-benefits-box .first-row .premium-column {
    border-top: 1px solid var(--border-color-grey);
    position: relative;
    top: 1px;

}

.active-msg-arrow {
    height: 20px;
    width: 20px;
    position: relative;
    background: transparent;
    margin-right: -4px;
    margin-top: -45px;
}

/*Payment Screen Finish*/

.remove-border-bottom {
    border-bottom: 0px solid var(--main-color) !important;
}

a.list_button {
    line-height: inherit;
    display: inline-block;
}

#edit-location {
    padding-top: 0px;
}

.breadcrumb ul li, .breadcrumb ul li a, .breadcrumb ul li span {
    color: var(--main-color);
    font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.0em !important;
}

.breadcrumb ul li a, .breadcrumb ul li span {
    margin: 0 5px;
}

.csc-default .box-content>div:first-child, .column-30 {
    margin: 10px;
    overflow: hidden;
}
.column-70 , .column-85 {
    width: 70% !important;
    padding-left: 10px;
}
.box-content>div:nth-child(2).column-70 {
    padding-left: 10px;
}
#editorial-header  .box-content>div:first-child {
    width: 30%;
    margin: 0px;
    overflow: hidden;
}
#editorial-header .box-content>div:first-child img {
    width: 100%;
}
.sidebar .csc-default{
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    border: 2px solid var(--main-color-footer);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    margin: 0px 0 10px 0;
    padding-right: 0px;
    padding: 10px;
}
.sidebar iframe {
    width: 267px !important;
}
.sidebar #password1{
    border: 1px solid #ccc;
    width: 100%;
}
.sidebar #email{
    border: 1px solid #ccc;
    width: 100%;
}
.sidebar div div {
    text-align: center;
}
#start-infos .breadcrumb {
    display: none;
}
#start-infos .home-partners .csc-default {
    width:15%;
    float: left;
}
.csc-default .box-margin > img {
    float: left;
}
.csc-default h2 {
    margin-bottom:10px;
}
.csc-default ul {
    width: 100%;
}
.csc-default ul li {
    min-width: 20%;
    float: left;
}
.csc-default .column-75 strong {
    font-size : 18px;
    color : var(--main-color)
}
.csc-default .column-75 br:first-child {
    display:none;
}
.column-main{
    padding: 22px 15px 32px;
    box-sizing: border-box;
    min-height: 120px;
    float: left;
}
.mainBg .breadcrumb {
    background-color: inherit;
    padding: 0px 15px;
    margin-bottom: 0px;
    margin-top: 22px;
    width: 100%;
}
.mainBg .breadcrumb ul li {
    float: left;
}
.mainBg .breadcrumb ul {
    display: inline-block;
}
.column-main .column-main-inner .breadcrumb {
    display: none;
}
.column-sub{
    padding: 22px 15px 32px;
    box-sizing: border-box;
    min-height: 120px;
    float: right;
    overflow: hidden;
}
.sidebar .icon-label-link a.label{
    color: #666;
    font-size: inherit;
    font-weight: normal;
}
.sidebar .icon-label-link{
    margin: 10px 5px;
}
.csc-default .box-bordered h3 {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.csc-default .box-bordered {
    width: 250px !important;
}
.sidebar .csc-default .box-bordered {
    width: initial !important;
}
.csc-default .tab-content-wrapper div:nth-child(2){
    padding-left: 20px;
}
.column-main-inner .csc-default .editorial h1, .column-main-inner .csc-default .editorial h2{
    font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    color: var(--main-color-footer);
    margin-bottom:15px;
}
.column-main-inner .csc-default .editorial h2 a{
    color: var(--main-color-footer);
}
.box-content p.bodytext {
     margin-bottom: 12px !important;
}
.column-main-inner .csc-default .box-content {
    padding : 10px !important;
}
.column-main-inner .csc-default .box-info {
    width:100% !important;
    padding: 0px;
}
#editorial-header h2 , #imprint-main h2 {
    font-family: "SourceSansPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.3em !important;
    font-weight: 400;
    color: var(--main-color-footer);
}
.modal-body {
    max-height: 650px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}
.box-white .plugin {
    float: left;
    padding-right: 15px;
}

#c2699 {
    height: 155px;
}

.questionTitle i:nth-child(3){
    font-size: 14px;
    color: #b60b09;
    margin-left: 30px;
}

.questionBody label[class*='importance_'] span, .register-test-label, .importance.clearfix {
    margin-left: 27px;
    margin-top: 10px;
}

ul.partners-tabset a,ul.partners-tabset a:hover {
    font-size: 16px;
    cursor: pointer;
}

.tab-content-wrapper {
    padding: 10px;
    background-color: #fffff;
    line-height: expression("14px");
}

.tabular-info {
    margin-top: 10px;
    overflow: hidden;
}

.tabular-info-value {
    font-weight: bold;
    padding-top: 2px;
    width: 75%;
}

.personal-tabular-info:hover {
    background-color: #ededed;
}

.edit-form-header:hover {
    background-color: #cccccc;
}

.personal-tabular-info div.column-60 {
    cursor: pointer;
}

#partner-profile .tabular-info-value {
    width: 95%;
}

.tabular-info-value.empty,.tabular-info-value .empty {
    color: #999999;
}
.box-content {
    padding: 20px !important;
    background-color: #ffffff;
}

h3 {
    font-size: 14px;
}
.clear {
    clear: both;
}

.row-seperator {
    clear: both;
    border-bottom: 1px solid var(--border-color-grey);
    margin-bottom: 12px;
    padding-top: 8px;
    font-size: 0px;
    line-height: 0px;
}

.column-main-inner {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    padding: 20px 5px;
    overflow: hidden;
}

.sidebar {
    overflow: hidden;
}

.sidebar-cs {
    margin: 10px;
    overflow: hidden;
}
#sidebar .remove_partner{
    padding:10px;
}

.box-info,.box-panel {
    height: expression("100%");
}

h2.section-header, .section-header-pager {
    background-color: #fff;
    margin: 0 auto;
    padding: 0 10px;
    line-height: 36px;
}

h2.section-header {
    font-size: 16px;
    border-bottom: 1px solid var(--border-color-grey);
}

h4.section-header {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0 10px;
    line-height: 30px;
    height: 29px;
    font-size: 14px;
    border-bottom: 1px solid var(--border-color-grey);
}

h2.section-header-payment {
    font-size: 16px;
    border-bottom: 1px solid var(--border-color-grey);
    background-color: #fff;
    margin: 0 auto;
    padding: 0 10px;
    line-height: 36px;
    min-height: 37px;
}

h4.section-header {
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0 10px;
    line-height: 30px;
    height: 29px;
    font-size: 14px;
    border-bottom: 1px solid var(--border-color-grey);
}

div.section-header-wrapper {
    font-size: 16px;
    border-bottom: 1px solid var(--border-color-grey);
    background-color: #fff;
}

.box-info h3 {
    font-weight: bold;
    font-size: 13px;
    margin: 0 auto;
    padding: 0 10px;
    line-height: 36px;
    height: 37px;
}



.box-margin {
    margin: 10px;
}

.box-margin-top {
    margin-top: 10px;
}

.box-margin-right {
    margin-right: 10px;
}

.box-margin-bottom {
    margin-bottom: 10px;
}

.box-margin-left {
    margin-left: 10px;
}

.box-padding {
    padding: 10px;
}

.box-padding-top {
    padding-top: 10px;
}

.box-padding-right {
    padding-right: 10px;
}

.box-padding-bottom {
    padding-bottom: 10px;
}

.box-padding-left {
    padding-left: 10px;
}

.box-teaser {
    line-height: 1.2;
    margin-top: 0px;
    width: 290px;
    background: #f7f7f7;
}

.list-row-simple br {
    line-height: 100%;
}
p.bodytext {
    margin-bottom : 25px
}

.breadcrumb ul li {
    width: auto;
}

.box-body.flex-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.list-row.flex-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.list-row.flex-container > .msgDetails.basic-details {
    margin-top: 0!important;
    max-width: calc(100% - 145px)!important;
    overflow: hidden;
}

.list-row.flex-container > .msgDetails.basic-details.no-width {
    margin-top: 0!important;
    max-width: none!important;
    overflow: hidden;
}

.list-row.flex-container span.text-ellipsis, .text-ellipsis {
    text-overflow: ellipsis; 
    white-space: nowrap; 
    overflow: hidden;
}

.list-row.flex-container span.flex-container {
    display: flex;
}

.list-row.flex-container span.flex-item {
    flex-shrink: 0;
    white-space: nowrap;
}

.text-nowrap {
    white-space: nowrap;
}

.list-row.flex-container > a.check-details {
    display: block;
    margin: 0!important;
    align-self: center;
    margin-left: auto!important;
}

.list-row.flex-container strong.userJob {
    color: var(--text-color-main)!important;
}

.btn-main {
    background-color: var(--main-color)!important; 
    color: #fff!important;
    text-decoration: none!important;
}

.btn-main:hover, .btn-main:active {
    background-color: var(--main-color-active)!important;
}

.btn-outline, .btn-outline:focus {
    color: var(--main-color);
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    border-color: var(--main-color);
}

.btn-outline:hover, .btn-outline:active {
    color: #fff;
    background-color: var(--main-color-active);
    border-color: var(--main-color-active);
}

.btn-green-ssl {
    background: var(--checked-color-green);
    background: -webkit-linear-gradient(#629f01, var(--checked-color-green));
    /*new webkit*/
    background: -moz-linear-gradient(#629f01, var(--checked-color-green));
    /*gecko*/
    background: -ms-linear-gradient(#629f01, var(--checked-color-green));
    /*IE10*/
    background: -o-linear-gradient(#629f01, var(--checked-color-green));
    /*opera 11.10+*/
    background: linear-gradient(#629f01, var(--checked-color-green));
    /*future CSS3 browsers*/
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#629f01, EndColorStr=var(--checked-color-green));
    /*border-color: var(--checked-color-green) var(--checked-color-green) #5a5a5a;*/
    background-origin: border-box;
    color: #fff!important;
    text-decoration: none!important;
    font-weight: 600;
}

.btn-green-ssl:hover, .btn-green-ssl:active {
    background: var(--checked-color-green);
}

.btn-green-ssl-runtime {
    min-width: 135px;
}

.no-border {
    border: 0!important;
}

ul.checked > li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    position: relative;
    margin-right: 10px;
    top: 3px;
    color: #00ae01;
}

.payment-button-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.payment-button-container-runtime {
    padding-top: 0px;
    padding-bottom: 30px;
}

.payment-button-container-runtime-preffered {
    padding: 0px 20px 30px 20px;
}

.payment-button-container-runtime-preffered > a {
    width: 100%;
    padding: 15px!important;
    margin: 0;
    white-space: initial;
}

.payment-premium-membership-inner a.ecift-styled-xl-button, 
.payment-billdata-inner a.ecift-styled-xl-button {
    width: 80%;
    padding: 15px 50px!important;
}

.payment-premium-membership-inner span.payment-ssl-icon, 
.payment-billdata-inner span.payment-ssl-icon {
    margin-top: 18px; 
    transform: scale(1.5);
}

.ecift-styled i.glyphicon,
.payment-button-container-runtime i.glyphicon, 
.payment-button-container-runtime-preffered i.glyphicon, 
.payment-product-box-features-special i.glyphicon, 
#payment-accordion i.glyphicon, 
#personal_data-accordion i.glyphicon,
#confirm-email-accordion i.glyphicon {
    margin: 0 5px;
    top: 3px;
}

#payment-accordion .panel, 
#confirm-email-accordion .panel {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-top: 0;
    font-size: 16px;
    font-weight: normal;
}

#confirm-email-accordion .panel {
    font-size: 14px;
}

#payment-accordion .panel+.panel, 
#personal_data-accordion .panel+.panel, 
#confirm-email-accordion .panel+.panel {
    border-top: 0;
}

#payment-accordion .panel-default, 
#personal_data-accordion .panel-default, 
#confirm-email-accordion .panel-default {
    border-color: var(--border-color-grey);
}

#payment-accordion.panel-group, 
#personal_data-accordion .panel-group,
#confirm-email-accordion .panel-group {
    margin-bottom: 0;
}

#payment-accordion .panel-heading+.panel-collapse>.list-group, 
#payment-accordion .panel-heading+.panel-collapse>.panel-body, 
#personal_data-accordion .panel-heading+.panel-collapse>.list-group, 
#personal_data-accordion .panel-heading+.panel-collapse>.panel-body, 
#confirm-email-accordion .panel-heading+.panel-collapse>.list-group, 
#confirm-email-accordion .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

#payment-accordion .panel-body, 
#personal_data-accordion .panel-body, 
#confirm-email-accordion .panel-body {
    padding: 15px 25px;
}

#payment-accordion button, 
#personal_data-accordion button, 
#confirm-email-accordion button {
    border: 0;
    width: 100%;
    background: none;
    display: flex;
    padding: 10px 0px;
    cursor: auto;
}

#confirm-email-accordion button {
    font-size: 18px;
    cursor: pointer;
}

#payment-accordion button:hover, 
#payment-accordion button:not(.collapsed), 
#payment-accordion .panel-collapse, 
#personal_data-accordion button:hover, 
#personal_data-accordion button:not(.collapsed), 
#personal_data-accordion .panel-collapse, 
#confirm-email-accordion button:hover, 
#confirm-email-accordion button:not(.collapsed), 
#confirm-email-accordion .panel-collapse {
    background: var(--main-bg-color);
}

#payment-accordion .accordion-toggle i.glyphicon:before, 
#personal_data-accordion .accordion-toggle i.glyphicon:before, 
#confirm-email-accordion .accordion-toggle i.glyphicon:before {
    /* symbol for "opening" panels */
    display: inline-block;
    transition: all .6s 0s;
    transform: rotate(90deg);
    color: var(--main-color);
}

#payment-accordion .accordion-toggle.collapsed i.glyphicon:before, 
#personal_data-accordion .accordion-toggle.collapsed i.glyphicon:before, 
#confirm-email-accordion .accordion-toggle.collapsed i.glyphicon:before {
    /* symbol for "collapsed" panels */
    transform: rotate(0deg);
    color: inherit;
}

.csc-default ul.bullet li {
    width: 100%;
}

.box-info {
    width: 98% !important;
    padding: 10px;
    border-radius: 6px !important;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    margin: 3px !important;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 4px;
}


.home-comment-action {
    text-decoration: none !important;
}
.comment-list-button {
    width: 150px !important;
    float: right !important;
}
.cs-top-profile-img {
    width: 61px !important; height: 72px !important; border: 1px solid #f7f7f7 !important;
}
.login_reminder .formZone .form-group .submit-commit , .login_reminder .formZone .form-group .submit-commit+.btn {
    margin :0 10px 15px;
}
.welcomeSteps.login_reminder{
    padding-top : 45px;
}

i.fa_rounded {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #888;
    background-color: #b60b09;
    color: #ffffff;
    padding: 0.5em 0.6em;
    font-size:24px;
}

.linklist li {
    text-align: left;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 15px;
    padding-top: 5px;

}

.sidebar-menu {
    width: 0%;
    height: 100%;
    position: fixed;
    z-index: 51;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    top: 0px;
    right: auto;
    margin-top: 0;
}
.sidebar-menu.active{
    width: auto;
}
.sidebar-inner{
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 300px;
    height: 100%;
    min-width: 160px;
    background-color: #fff;
    font-size: 14px;
    position: fixed;
    left:-300px;
    transition: .3s;
    display: flex;
    flex-direction: column;
}
.sidebar-inner.active{
     left:0px;
}

.menu-overlay {
    background-color: rgba(0, 0, 0, 0.10196078431372549);
    display:none;
}
.menu-overlay.active {
    display:block;
    position:fixed;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.sidebar-inner ul li {
    float: left;
    width: 100%;
    line-height: 4.4rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #3f3f3f;
}
.sidebar-inner ul li:before {
    float: left;
    width: 50px;
    height: 4.4rem;
    font-size: 2.2rem;
    line-height: 4.4rem;
    text-align: center;
    color: #727272;
}
.sidebar-inner ul li>a {
    float: left;
    width: 100%;
    height: 100%;
}
.sidebar-inner ul li:last-of-type>a {
    border-bottom: none;
}
.sidebar-inner > div.thumbnailWrapper {
    position: relative;
    top: -74px;
    left: 12px;
}
.sidebar-inner>h2 {
    padding: 23px 20px 25px 75px;
    width: 100%;
    height: 88px;
    background-image: url(../images/bg.jpg);
    background-size: 100% 88px;
    margin: 0;
    font-size: 30px;
}
.sidebar-inner>h2>strong {
    font-weight: 600;
    font-size: 2rem;
    float: left;
    clear: both;
}
.sidebar-inner>h2>em {
    font-weight: 400;
    font-size: 1.6rem;
    float: left;
    clear: both;
}

.profile-percentage-part{
    white-space: nowrap;
    text-align: center;
}

.profile-percentage-part p {
    max-width: 200px;
}

.box .box-body > ul li:last-child {
    border-bottom: 0px solid var(--border-color-grey);
}
.box .box-body > ul li#collapse6 {
    border-bottom: 0px solid var(--border-color-grey);
    margin-bottom: 10px;
    width: 100%;
}
#register_2 ul li .col-md-12 .col-md-4 {
    text-align: left;
}
#register_2 ul li .col-md-12 label {
    display: block;
}

.white-color {
    color: #ffffff !important;
}
.text-center {
    text-align: center !important;
}

.modal-dialog-centered .modal-content {
    width: 100%;
}

.modal-lg .modal-body{
    max-height: calc(100vh - 9.5rem)!important;
}

.modal-lg .modal-content {
    overflow: hidden;
    padding-bottom: 3px;
}

.modal-lg .box-padding{
    margin: 10px;
}
.modal-lg legend {
    margin-bottom: 10px;
    border-bottom: 0px solid #e5e5e5;
}

.list-group-item.other-reason {
    border: 0;
}

.checkbox-inline, .radio-inline {
    margin-left: 10px;
    padding-left: 0px;
}
#register_2 .checkbox, .radio {
    margin-top: 5px;
    margin-bottom: 5px;
}

#register_2 ul li .col-md-12 label {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 100;
}
.box.profile-box .box-body .profile-info-line.border-bottom:last-child {
    border-bottom: 0px solid #e5e5e5;
}

.icebreaker .questionsContainer .questionBody {
    border-radius: 0px;
}

.send-message-btn{
    margin-top: 13px;
}
#billing_continue.list_button{
    display: inline-block;
    width:135px;
}
#billing_continue.list_button_last{
    display: inline-block;
    width:300px !important;
}
.plan #billing_continue.list_button {
    display: block;
}
.payment-benefits-box .pricing-table, 
.payment-benefits-box .advantages-table, 
.payment-benefits-box .pricing-table-special {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.payment-benefits-box .pricing-table-special {
    padding-left: 20px;
    padding-right: 20px;
}
.payment-benefits-box .advantages-table {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}
.plan.plan-choosen>div:first-child{
    margin-top : 40px;
}
/* PAYMENT START */

.payment-column-main {
    width: 99.999%;
}

.payment-teaser-man, .payment-teaser-woman {
    background: url(/build/images/payment/teaser-special-woman.jpg) no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
    margin: auto;
    padding-top: 300px;
    margin-bottom: -70px!important
}

.payment-teaser-man {
    background: url(/build/images/payment/teaser-special-man.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.payment-teaser-special-woman {
    background: url(/build/images/payment/teaser-special-woman.jpg) no-repeat 50% 50%;
    background-size: cover;
}

.payment-teaser-special-man {
    background: url(/build/images/payment/teaser-special-man.jpg) no-repeat 50% 50%;
    background-size: cover;
}

#_inc_payment_progressbar.step-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    min-width: 75%;
    margin: 0; 
    overflow: hidden;
}

#_inc_payment_progressbar.step-container .step {
    color: #fff;
    opacity: 0.7;
    justify-content: center;
}

#_inc_payment_progressbar.step-container .step.active-step {
    opacity: 1;
}

#_inc_payment_progressbar.step-container .step .step-no {
    color: #fff;
    border-color: #fff;
    opacity: 0.7;
}

#_inc_payment_progressbar.step-container .step.active-step .step-no {
    opacity: 1;
}

.payment-progress-step-point {
    background: url(/images/payment/sprite.png) no-repeat left -33px;
    width: 31px;
    width: expression("31px");
    height: 31px;
    height: expression("31px");
    display: inline-block;
    color: #ffffff;
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.payment-progress-step-point-active {
    background: url(/images/payment/sprite.png) no-repeat left top;
}

.payment-security-icon {
    display: inline-block;
    width: 100px;
    width: expression("100px");
    height: 70px;
    height: expression("70px");
    margin-right: 10px;
}

.payment-security-icon-tr_TR {
    background: url(/images/payment/security-icon-tr_TR.png) no-repeat left top;
}

.payment-security-icon-de_DE {
    background: url(/images/payment/security-icon-de_DE.png) no-repeat left top;
}

.payment-globalsign {
    display: inline-block;
    width: 100px;
    width: expression("100px");
    height: 64px;
    height: expression("64px");
    background: url(/images/globalsign-seal.gif) no-repeat left top;
}

.payment-runtime-wrapper, .payment-wrapper {
    margin: auto;
    width: 90%;
}

.payment-wrapper {
    top: 0px;
}

.payment-coupon-box-wrapper {
    width: 890px;
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -445px;
}

.payment-product-box-wrapper, .payment-advantage, .payment-advantage-header {
    margin: 0 auto 10px;
    width: 100%;
}

.product-box-wrapper {
    padding: 0;
}

.product-box-wrapper-1 > .plan {
    position: relative;
    left: 10px;
}

.product-box-wrapper-2 > .plan {
    z-index: 1;
}

.product-box-wrapper-3 > .plan {
    position: relative;
    left: -10px;
}

#payment-product-row-standard-wrapper {
    margin: auto;
    width: 90%;
}

.payment-product-box {
    width: 270px;
    width: expression("270px");
    height: 380px;
    height: expression("380px");
    position: relative;
    top: 40px;
    background: url(/images/payment/product-box-header.png) no-repeat left top;
    float: left;
    background-color: #ffffff;
}

.payment-product-box-preferred {
    height: 490px;
    height: expression("490px");
    top: 0px;
    background: url(/images/payment/product-box-header-preferred.png) no-repeat left top;
    background-color: #ffffff;
}

.payment-product-box-special {
    height: 260px;
    margin: auto;
    border: 2px solid var(--main-color);
    background: var(--main-color);
    border-radius: 7px;
    display: flex;
    flex-wrap: nowrap;
}

.payment-product-row-standard {
    height: 40px;
    height: expression("40px");
    background-color: #ffffff;
    margin: auto;
    border: 1px solid var(--border-color-grey);
    border-top: none;
    padding-left: 16px;
    line-height: 40px;
}

.payment-product-row-standard-header {
    border: 0;
    font-size: 16px;
    color: var(--text-color-payment-grey);
    text-align: center;
    height: 40px;
}

#modal-loader-connecting .content, 
#modal-loader-connecting .loader-wrap {
    color: var(--text-color-payment-grey);
}

.pricing-table-special .product-box-wrapper > .plan {
    left: 0;
    border: 2px solid #bfbfbf;
    background: #bfbfbf;
}

.pricing-table-special .product-box-wrapper > .plan h3.plan-name {
    color: inherit;
}

.pricing-table-special .product-box-wrapper > .plan div.plan-period {
    border-bottom: 0;
    margin-bottom: 0;
}

.pricing-table-special .product-box-wrapper-1, 
.pricing-table-special .product-box-wrapper-2 {
    padding-right: 15px;
}

.pricing-table-special .product-box-wrapper-2, 
.pricing-table-special .product-box-wrapper-3 {
    padding-left: 15px;
}

.payment-product-box-header {
    margin: auto;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.payment-product-box-header-special {
    width: 40%;
    color: #ffffff;
    text-align: center;
    background-image: linear-gradient(to bottom, #db000c 4%, var(--main-color) 98%);
    background-repeat: no-repeat;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.payment-product-box-header-special::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 50%;
    right: -14px;
    margin: -14px 0 0 0;
    display: block;
    content: ' ';
    width: 28px;
    height: 28px;
    background-image: linear-gradient(215deg, #db000c 4%, var(--main-color) 98%);
    background-repeat: no-repeat;
    background-size: 28px 260px;
    background-position: 50% 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}

.payment-product-box-header-headline {
    font-size: 17px;
}

.payment-product-box-header-special .payment-product-box-header-headline {
    font-size: 21px;
}

.payment-product-box-header-price {
    width: 100%;
    padding-top: 10px;
    padding-top: expression("0px");
}

.payment-product-box-header-special .payment-product-box-header-price {
    padding-top: 25px;
    padding-top: expression("15px");
}

.payment-product-box-price-intvalue {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
}

.payment-product-box-header-preferred .payment-product-box-price-intvalue, 
.payment-product-box-header-special .payment-product-box-price-intvalue {
    font-size: 54px;
    line-height: 62px;
}

.payment-product-box-price-decvalue {
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    line-height: expression("16px");
    position: relative;
    left: -15px;
    display: inline-block;
    height: 42px;
    text-align: left;
}

.payment-product-box-header-preferred .payment-product-box-price-decvalue, 
.payment-product-box-header-special .payment-product-box-price-decvalue {
    font-size: 31px;
    line-height: 38px;
    line-height: expression("21px");
    left: -23px;
    height: 52px;
}

.payment-product-box-price-period {
    font-size: 12.5px;
    line-height: 18px;
    display: inline-block;
    padding-left: 10px;
    text-align: center;
}

.payment-product-box-header-preferred .payment-product-box-price-period, 
.payment-product-box-header-special .payment-product-box-price-period {
    font-size: 15.5px;
    line-height: 21px;
    padding-left: 15px;
}

.payment-product-box-special-details {
    background: #fff;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    padding: 0 35px 20px;
}

.payment-product-box-desc {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #ac0800;
    text-align: center;
    font-weight: bold;
    padding-top: 55px;
}

.payment-product-box-preferred .payment-product-box-desc {
    font-size: 15px;
    line-height: 22px;
    color: #760600;
    height: 46px;
    height: expression("41px");
    padding-top: 65px;
}

.payment-product-box-special .payment-product-box-desc {
    font-size: 18px;
    line-height: 22px;
    color: #760600;
    padding: 20px 0px;
    text-align: left;
}

.payment-product-box-features {
    height: 200px;
}

.payment-product-box-features-preferred {
    height: 264px;
    border: 6px solid #580400;
    border-top: none;
}

.payment-product-box-features-special {
    width: 100%;
}

.payment-product-box-features-list {
    height: 120px;
    padding: 30px 0px 0px 25px;
    line-height: 30px;
}

.payment-product-box-preferred .payment-product-box-features-list {
    height: 160px;
}

.payment-product-box-tick, .payment-product-box-cross {
    width: 16px;
    width: expression("16px");
    height: 16px;
    height: expression("16px");
    background: url(/images/payment/sprite.png) no-repeat left -65px;
    display: inline-block;
    margin-right: 10px;
}

.payment-product-box-cross {
    background: url(/images/payment/sprite.png) no-repeat left -81px;
}

.payment-info {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 0;
}

.payment-product-box-button-wrapper {
    width: 35%;
    text-align: center;
    margin: auto;
}

.payment-product-box-preferred .payment-product-box-button-wrapper {
    width: 50%;
    text-align: center;
    margin: auto;
}

.payment-product-box-button-wrapper-special {
    width: 30%;
    text-align: center;
    float: left;
}

.payment-product-box-button-wrapper-row-standard {
    float: right;
    padding-right: 15px;
}

.payment-product-box-button-wrapper a.list_button.green_ssl,
.payment-product-box-button-wrapper-row-standard a.list_button.green_ssl,
.payment-coupon-box-wrapper a.list_button.green_ssl {
    float: none;
    min-width: 90px;
    text-align: center;
}

.payment-product-box-preferred .payment-product-box-button-wrapper a.list_button.green_ssl,
.payment-product-box-button-wrapper-special a.list_button.green_ssl {
    float: none;
    min-width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.payment-product-box-preferred .payment-product-box-button-wrapper .arrow-right,
.payment-product-box-button-wrapper-special .arrow-right {
    margin-top: 10px;
}

.payment-ribbon {
    position: absolute;
    z-index: 10;
    background: transparent url(/images/payment/ribbon-tr_TR.png) no-repeat scroll 0 0;
    padding-top: 11px;
    width: 92px;
    height: 81px;
    right: -4px;
    top: -4px;
}

.payment-ribbon-tr_TR {
    background: transparent url(/images/payment/ribbon-tr_TR.png) no-repeat scroll 0 0;
}

.payment-ribbon-de_DE {
    background: transparent url(/images/payment/ribbon-de_DE.png) no-repeat scroll 0 0;
}

* html .payment-ribbon-tr_TR {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/payment/ribbon-tr_TR.png');
    top: -7px;
}

* html .payment-ribbon-de_DE {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/payment/ribbon-de_DE.png');
    top: -7px;
}
.box .bannerBox .campaign_button {
    padding: 5px;
}

.payment-coupon-header {
    font-size: 14px;
    color: #990000;
    padding-bottom: 10px;
}

input.payment-field {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 15px;
    font-size: 12px;
    font-style: italic;
    padding-left: 5px;
}

#coupon-code-error {
    margin-top: 10px;
    padding-left: 20px;
    font-weight: bold;
    color: #de6562;
    background: transparent url(/images/payment/sprite.png) no-repeat scroll -16px -96px;
}

#coupon-code-success {
    padding: 0;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #760600;
}

#payment-coupon-box {
    width: 335px;
    min-height: 76px;
    height: 76px;
    height: auto !important;
    padding: 10px;
    border: 1px solid var(--border-color-grey);
    background-color: #ffffff;
}

.payment-information {
    font-size: 16px;
    padding: 5px 0px;
    min-height: 30px;
    display: flex;
}

.payment-information span.label, 
.payment-tab-dummy span.label {
    font-size: 16px;
    color: #990000;
    padding: 0.2em 0.6em 0 0;
    text-align: left;
}

.payment-billdata-box .payment-information span.label {
    white-space: normal;
}

.payment-information span.price {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
}

.payment-form {
    background-color: #ffffff;
    border: 1px solid var(--border-color-grey);
    padding: 10px;
}
.payment-method-tab label, 
.payment-tab-dummy label {
    display: block;
    cursor: pointer;
    line-height: 25px;
    margin-bottom: 0;
    padding: 14px 18px 12px 53px;
    height: 54px;
}
.payment-tab-dummy label {
    line-height: normal;
}
#cc_billing label, 
#dd_billing label,
#moneyorder_billing label, 
#payment-billdata label {
    display: block;
    font-weight: 100;
    line-height: normal;
}
#payment-billdata label.custom-label {
    line-height: 25px;
}
#cc_billing select.form-control {
    padding: 6px;
}
.payment-method-tab, .payment-tab-dummy {
    background-color: var(--main-bg-color);
    font-size: 14px;
    cursor: pointer;
}

.payment-method-tab,
.payment-tab-dummy {
    border-left: none!important;
    border-right: none!important;
    border-bottom: none!important;
    border-top-color: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 5px;
}

.payment-method-tab {
    min-width: 160px;
}

.payment-method-tab:hover, 
.payment-method-tab.active, 
.payment-tab-dummy.active {
    background-color: #ffffff;
    position: relative;
}

.payment-method-tab.active, 
.payment-tab-dummy.active {
    border-left: none!important;
    border-right: none!important;
    border-bottom: none!important;
    border-top-color: var(--main-color);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 5px;
    display: flex;
}

.payment-method-tab:hover label,
.payment-method-tab.active label {
    color: #990000;
}

.payment-method-tab span[class^=accepted_cc_] {
    filter: grayscale(1);
}

.payment-method-tab:hover span[class^=accepted_cc_],
.payment-method-tab.active span[class^=accepted_cc_] {
    filter: grayscale(0);
}

.payment-method-tab span[class^=CC] {
    height: 23px;
    width: 32px;
    display: inline-block;
    background: url(/build/images/payment/sprite.png) no-repeat left -392px;
}

.payment-method-tab:hover span[class^=CC], 
.payment-method-tab.active span[class^=CC] {
    background: url(/build/images/payment/sprite.png) no-repeat left -369px;
}    

.payment-method-tab span[class^=DD] {
    height: 22px;
    width: 23px;
    display: inline-block;
    background: url(/build/images/payment/sprite.png) no-repeat left -440px;
}

.payment-method-tab:hover span[class^=DD], 
.payment-method-tab.active span[class^=DD] {
    background: url(/build/images/payment/sprite.png) no-repeat left -416px;
}
    
.payment-method-tab span[class^=MO] {
    height: 23px;
    width: 43px;
    display: inline-block;
    background: url(/build/images/payment/sprite.png) no-repeat left -526px;
}

.payment-method-tab:hover span[class^=MO], 
.payment-method-tab.active span[class^=MO] {
    background: url(/build/images/payment/sprite.png) no-repeat left -504px;
}

.payment-method-tab span[class^=PP] {
    height: 23px;
    width: 73px;
    display: inline-block;
    background: url(/build/images/payment/sprite.png) no-repeat left -483px;
}

.payment-method-tab:hover span[class^=PP], 
.payment-method-tab.active span[class^=PP] {
    background: url(/build/images/payment/sprite.png) no-repeat left -462px;
}

.payment-billdata .active {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
}

.payment-tab-dummy {
    font-size: 14px;
    color: var(--text-color-payment-grey);
}

.payment-tabset {
    display: flex;
    padding: 15px 15px 0 15px;
}

.payment-method-fields-cc-new,
.payment-method-fields-mo,
.payment-method-fields-pp,
.payment-method-fields-dd-new,
.payment-billdata-fields-new, 
.payment-premium-membership {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    padding: 0 15px 15px 15px;
    background: var(--main-bg-color);
}

.payment-method-fields-mo {
    font-weight: bold;
}

.box-explanation {
    background-color: #e6e6e6;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 7px 6px;
    font-weight: 400!important;
}

.payment-method-fields-mo .payment-method-inner .row {
    min-height: 25px;
}

.payment-premium-membership {
    position: relative;
    top: -1px;
    z-index: 10;
}

.payment-premium-membership .headline {
    font-size: 16px;
    color: #760600;
    padding-bottom: 20px;
    padding-top: 20px;
}

.payment-premium-membership-inner {
    padding:15px 30px 50px;
    background: #fff;
}

.payment-method-inner .row, 
.payment-billdata-inner .row {
    min-height: 45px;
    line-height: 20px;
}

.payment-method-inner .box-msg-error, 
.payment-billdata-inner .box-msg-error {
    line-height: 17px;
    margin: 3px 0px 5px 0px;
}

.payment-method-inner .box-msg-error div, 
.payment-billdata-inner .box-msg-error div {
    background: none;
    border: none;
    padding: 1px 0px;
    font-weight: bold;
}

#link_new_form_errors-cc.not-sufficient-funds-warning {
    padding: 4px 8px;
    border: 1px solid #f57e28;
    background-color: #fff9d4;
    margin-bottom: 10px;
    color: #c30101;
    font-weight: bold;
}

.payment-method-inner input,
.payment-method-inner select,
.payment-method-inner textarea {
    margin: 5px 0 15px 0;
}

.payment-method-inner select option {
    padding: 0px 9px;
}

.payment-method-inner textarea, 
.payment-billdata-inner textarea {
    height: 40px;
    height: expression("40px");
    margin-bottom: expression("5px");
}

.payment-method-inner, 
.payment-billdata-inner {
    padding: 25px 30px 25px 30px;
    background: #fff;
}

.payment-ssl-icon {
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url(/images/payment/sprite.png) no-repeat left -550px;
    float: left;
}

.payment-billdata-fields-new .column-third {
    width: 30%;
    width: expression("30%");
}

#edit-location.questionBody ul {
    margin: auto;
    text-align: center;
    float: none;
}
.importance clearfix {

}
/* PAYMENT END */

/*messagetest*/
.ecift-color { color:#990000 !important;}
.font-red { color: red !important;}
.font-12p { font-size: 12px !important;}
.padding-left-5 { padding-left: 5px !important; }
.padding-left-10 { padding-left: 10px !important; }
.padding-right-5 { padding-right: 5px !important; }
.padding-right-10 { padding-right: 10px !important; }
.padding-top-5 { padding-top: 5px !important; }
.padding-top-10 { padding-top: 10px !important; }
.padding-bottom-5 { padding-bottom: 5px !important; }
.padding-bottom-10 { padding-bottom: 10px !important; }
.color-red { color:#dc3545!important; }
.color-black { color:#343a40!important; }
.border-bottom-1p { border-bottom: 1px solid var(--border-color-grey);}
.border-bottom-2p { border-bottom: 2px solid var(--border-color-grey);}

.partnerphoto-panel-middle  img {
    width: 80px; height: 80px;
}
.thumbnailWrapper {
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    flex-shrink: 0;
    isolation: isolate;
}
.thumbnailWrapper.bordered {
    width: 140px;
    height: 140px;
    float: none;
    border: 5px solid #ffffff;
    margin: auto;
}
.thumbnailWrapper.bordered.small {
    width: 40px;
    height: 40px;
    float: left;
    border: 2px solid #ffffff;
}
.thumbnailWrapper.bordered.medium {
    width: 56px;
    height: 56px;
    float: left;
    border: 2px solid #ffffff;
    margin-right: 10px;
}
.thumbnailWrapper.bordered.big.topprofile {
    width: 200px;
    height: 200px;
}
.thumbnailWrapper.bordered.big.partnertopprofile {
    max-width: 250px;
    max-height: 250px;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}
.thumbnailWrapper * {
/*  top: 50%;
    left: auto;*/
    position: relative;
/*  transform: translate(0, -50%);*/  
    margin: 0px !important;
    border: 0px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    height: 100% !important;
}

.thumbnailWrapper div {
    aspect-ratio: 0.75;
}

.dummy-big-man {
    background: transparent url(/static/images/dummy_big_man.png) no-repeat center / cover;
    width: 250px;
    height: 333px;
}

.dummy-big-woman {
    background: transparent url(/static/images/dummy_big_woman.png) no-repeat center / cover;
    width: 250px;
    height: 333px;
}

.dummy-medium-man {
    background: transparent url(/static/images/dummy_big_man.png) no-repeat center / cover;
    width: 120px;
    height: 160px;
}

.dummy-medium-woman {
    background: transparent url(/static/images/dummy_big_woman.png) no-repeat center / cover;
    width: 120px;
    height: 160px;
}

.dummy-middle-man {
    background: transparent url(/static/images/dummy_big_man.png) no-repeat center / cover;
    width: 72px;
    height: 96px;
}

.dummy-middle-woman {
    background: transparent url(/static/images/dummy_big_woman.png) no-repeat center / cover;
    width: 72px;
    height: 96px;
}

.dummy-small-man {
    background: transparent url(/static/images/dummy_big_man.png) no-repeat center / cover;
    width: 36px;
    height: 48px;
}

.dummy-small-woman {
    background: transparent url(/static/images/dummy_big_woman.png) no-repeat center / cover;
    width: 36px;
    height: 48px;
}

.box.bannerBox.campaign_button {
    height: 0;
    padding-bottom: 22%; /* for constant aspect ratio: 616x137 */
    position: relative;
}

.campaign-banner {
    margin-top: 20px;
    height: 0;
    padding-bottom: clamp(70px, 16.5%, 100px);
    position: relative;
    background: linear-gradient(45deg, #00a1ed 0%, #00c981 100%);
    border-radius: 6px;
}

.campaign-banner-inner {
    display: flex;
    color: #fff;
    padding: 5px 15px;
    height: 100%;
    width:  100%;
    justify-content: space-between;
    position: absolute;
}

.campaign-banner-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
}

.campaign-banner-text-big {
    font-size: clamp(20px, 4vw, 32px); 
    font-weight: 600;
    line-height: 1;
}

.campaign-banner-discount {
    border-radius: 6px;
    background: #00c981;
    padding: 10px 20px;
    font-weight: bold;
    font-size: clamp(35px, 5vw, 42px);
    line-height: 1;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.box-msg-warning {
    background-color: #ffcbcb;
    border: 1px solid #b72d1b;
    border-radius: 3px;
    padding: 3px 10px;
    color: #b72d1b;
}

.box-msg-danger {
    background-color: #ffcbcb;
    border: 1px solid #b72d1b;
    border-radius: 3px;
    padding: 3px 10px;
    color: #b72d1b;
}

.box-msg-urgent {
    background-color: #fff1a1;
    border: 1px solid #f57e28;
    border-radius: 3px;
    padding: 3px 10px;
    color: #b72d1b;
    font-weight: normal;
    clear: both;
}

.profile-my-photo-gallery {
    overflow: hidden;
    padding-top: 8px;
}

.profile-my-photo-gallery .profile-photo-gallery-item {
    margin-left: 0px;
    margin-right: 10px;
}

/* Search Animation start */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--main-color) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#headerLogo {
    padding-top: 0;
}

#headerLogo img, .userProfileMenuHeaderLogo img {
     width: 100px; 
     height: auto;
}

#headerLogo.col-xs-2 img {
     width: 100%; 
     height: auto;
}

/* Animation end */

.userProfileMenuIconWrapper {
    color: #727272;
    display: inline-block;
}

.loginSlider { max-height: 540px; height: 540px; }
.loginSlider img { float: left;}

html {
    height: 100%;
}
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main.mainBg#main-wrapper, main.mainBg {
    flex-grow: 1;
}

.payment-back-link-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    padding-left: 20px;
}

.payment-back-link-wrapper span.fa {
    margin-right: 10px;
    font-size: 12px;
}

main.mainBg#main-wrapper, 
main.mainBg.fullwidthflex {
    display: flex;
    padding-bottom: 0;
}

.mainRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 20px;
    min-height: 100%;
}

.box-msg-result-ajax-wrapper-v2 {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 300ms;
}

.box-msg-result-ajax-wrapper-v2.display  {
    transform: translate3d(0, 0, 0);
    z-index: 5;
}

.box-msg-result-v2 {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    color: #ffffff;
    padding: 15px;
    letter-spacing: 0;
    z-index: 15;
    border-radius: 8px;
}

.box-msg-result-v2.success {
    background: #86c64d;
}

.box-msg-result-v2.error {
    background: #000;
}

.modal-dialog-centered {
    min-height: calc(100% - 6.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-dialog-centered-new {
    min-height: 100%;
    margin: 0 auto;
}

body {
    padding-right:0 !important;
}

.modal-open{
    overflow: hidden;
}

#icebreaker-modal .modal-lg .modal-body {
    max-height: calc(100vh - 6.5rem)!important;
}

#icebreaker-modal .modal-lg .modal-content {
    width: 100%; 
    overflow: hidden; 
    padding-bottom: 3px;
}

.icebreaker-progressbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #d8d8d8;
}

.icebreaker-progressbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 0;
    background-color: var(--main-color);
    -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.icebreaker-progressbar.step1::before {
    width: 20%;
}

.icebreaker-progressbar.step2::before {
    width: 40%;
}

.icebreaker-progressbar.step3::before {
    width: 60%;
}

.icebreaker-progressbar.step4::before {
    width: 80%;
}

.icebreaker-progressbar.step5::before {
    width: 100%;
}

.icebreaker-progressbar::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    padding: 5px 10px;
    background-color: #d8d8d8;
    color: #000;
    font-family: Source Sans Pro, sans-serif;
    border-bottom-right-radius: 8px;
    opacity: 0;
    z-index: 1;
}

.icebreaker-progressbar.step1::after {
    content: "1/5";
    opacity: 1;
}

.icebreaker-progressbar.step2::after {
    content: "2/5";
    opacity: 1;
}

.icebreaker-progressbar.step3::after {
    content: "3/5";
    opacity: 1;
}

.icebreaker-progressbar.step4::after {
    content: "4/5";
    opacity: 1;
}

.icebreaker-progressbar.step5::after {
    content: "5/5";
    opacity: 1;
}

.scrolled-div, 
.ms-options {
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f1f1f1;
}

.scrolled-div::-webkit-scrollbar, 
.ms-options::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scrolled-div::-webkit-scrollbar-track-piece, 
.ms-options::-webkit-scrollbar-track-piece {
    background-color: #f1f1f1;
}

.scrolled-div::-webkit-scrollbar-thumb:vertical, 
.ms-options::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #ccc;
}

#icebreaker-result .questionBlock {
    margin-bottom: 20px;
}

#icebreaker-result input[type=radio]+label {
    margin-left: 45px;
    width: auto;
}

#icebreaker-result .icon-wrapper {
    float: left;
    width: 50px;
    text-align: center;
}

#icebreaker-result .ecift-icon-svg.man {
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-top:7px;
}

#icebreaker-result .ecift-icon-svg.woman {
    width: 24px;
    height: 26px;
    display: inline-block;
    margin-top:7px;
}

#icebreaker-result .userProfileMenuIconWrapper.partner-value {
    color: var(--main-color);
}

#icebreaker-result .userProfileMenuIconWrapper.my-value {
    color: #b2d904;
}

#icebreaker-result input[type=radio]+label.partner-value {
    background-color: orange;
    cursor: default;
}
#icebreaker-result input[type=radio]+label.my-value {
    background-color: lightskyblue;
    cursor: default;
}
#icebreaker-result input[type=radio]+label.both-value {
    background-color: yellowgreen;
    cursor: default;
}
#icebreaker-result input[type=radio]+label.empty-value {
    background-color: lightgrey;
    cursor: default;
}

#icebreaker-result .lbl-partner {
    background-color: orange;
    margin: 5px;
    cursor: default;
}
#icebreaker-result .lbl-my {
    background-color: lightskyblue;
    margin: 5px;
    cursor: default;
}
#icebreaker-result .lbl-both {
    background-color: yellowgreen;
    margin: 5px;
    cursor: default;
}

.btn-message-box-action {
    border-radius: 20px;
    padding: 14px 10%;
    max-width: 85%;
    width: auto;
    white-space: normal;
    font-size: 15px;
    font-weight: 800;
    position: relative;
}

#cc-help h3 {
    font-size: 20px;
    font-weight: normal;
}

#cc-help h4 {
    font-weight: normal;
}

.col-flex {
    display: flex;
}

.icon_amex_cc {
    background: transparent url(/build/images/payment/icon_amex_cc.jpg) no-repeat scroll;
    width: 140px;
    height: 88px;
    flex-shrink: 0;
}

.icon_visa_cc {
    background: transparent url(/build/images/payment/icon_visa_cc.jpg) no-repeat scroll;
    width: 140px;
    height: 86px;
    flex-shrink: 0;
}

.custom-label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  line-height: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-label-gender {
    border: 2px solid var(--icon-color-grey);
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
    max-width: 80px;
    margin: 0 auto;
}

.custom-label-gender.wanted-gender {
    cursor: initial;
}

.custom-label-gender.checked {
    border: 2px solid var(--icon-color-green);
}

.custom-label-gender.gender-man > span.background {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--icon-color-grey);
    -webkit-mask: url(/build/images/icons/glyphs-header-menu-profile-man.svg) no-repeat 50% -25% / 110% 110%;
    mask: url(/build/images/icons/glyphs-header-menu-profile-man.svg) no-repeat 50% -25% / 110% 110%;
}

.custom-label-gender.gender-woman > span.background {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--icon-color-grey);
    -webkit-mask: url(/build/images/icons/glyphs-header-menu-profile-woman.svg) no-repeat 50% -25% / 105% 115%;
    mask: url(/build/images/icons/glyphs-header-menu-profile-woman.svg) no-repeat 50% -25% / 105% 115%;
}

.custom-label-gender.gender-man.checked > span.background, 
.custom-label-gender.gender-woman.checked > span.background {
    background-color: var(--icon-color-green);
}

/* Hide the browser's default radio button */
.custom-label input, 
.custom-label-gender input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.label-radio .checkmark, 
.label-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: var(--main-bg-color);
  border-radius: 50%;
  border: 2px solid #ccc;
  transition: all .3s ease-out;
}

.label-checkbox .checkmark {
    border-radius: 3px;
}

.payment-method-tab .label-radio .checkmark {
    top: 14px;
    left: 18px;
}

.payment-tab-dummy .label-radio .checkmark{
    top: 19px;
    left: 18px;
}

/* When the radio button is checked, add a green background */
.label-radio input:checked ~ .checkmark, 
.label-checkbox input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid var(--checked-color-green);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.label-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--checked-color-green);
}

/* Style the checkmark/indicator */
.label-checkbox .checkmark:after {
  left: 6px;
  top: 0px;
  width: 10px;
  height: 15px;
  border: solid var(--checked-color-green);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accepted_cc_VISA, 
.accepted_cc_MCARD, 
.accepted_cc_AMEX, 
.accepted_cc_DCLUB {
    height: 30px;
    width: 48px;
    display: inline-block;
    background: url(/build/images/payment/sprite.png) no-repeat left -114px;
    transform: scale(0.86);
    vertical-align: middle;
    margin-top: -2px;
    margin-right: -2px;
}

.accepted_cc_VISA {
    background: url(/build/images/payment/sprite.png) no-repeat left -114px;
}

.accepted_cc_MCARD {
    background: url(/build/images/payment/sprite.png) no-repeat left -178px;
}

.accepted_cc_AMEX {
    background: url(/build/images/payment/sprite.png) no-repeat left -242px;
}

.accepted_cc_DCLUB {
    background: url(/build/images/payment/sprite.png) no-repeat left -306px;
}

.payment-method-inner .form-control, 
.payment-billdata-inner .form-control, 
.edit-data-modal .form-control, 
.form-inner .form-control, 
#delete_profile .form-control, 
#contact .form-control, 
#confirm-email .form-control, 
#search .form-control {
    border-width: 2px;
    height: 45px;
}

.edit-data-modal .dropdown-menu>.active>a, 
.edit-data-modal .dropdown-menu>.active>a:focus, 
.edit-data-modal .dropdown-menu>.active>a:hover {
    color: #555;
    text-decoration: none;
    background-color: #d4d4d4;
    outline: 0!important;
}

.payment-billdata-inner textarea.form-control {
    height: 70px;
}

input#field-cc_pan {
    padding-left: 50px;
}

span#CC_icon {
    position: absolute;
    bottom: 27px;
    left: 12px;
}

.payment-method-inner .CC {
    height: 22px;
    width: 32px;
    display: inline-block;
    background: url(/build/images/payment/sprite.png) no-repeat left -392px;
}

#partner-profile-info, #my-profile-info, .partner-profile-info {
    display: flex;
}

.img-container {
    min-height: 380px; 
    max-height: 380px; 
    height: auto; 
    display: flex; 
    justify-content: center;
}

.img-container img {
    display: block;
    max-width: 100%;
}

.col-picture-edit-control {
    display: flex; 
    justify-content: center;
}

.edit-data-modal .ecift-styled-xl-button, 
#my_photos .ecift-styled-xl-button, 
#edit-profilequestions-data .ecift-styled-xl-button, 
#delete-picture-modal .ecift-styled-xl-button,
.btn-block.ecift-styled-xl-button {
    padding: 10px!important;
    margin: 0!important;
}

#modal-cropper .cropper-view-box::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    content: '';
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border: 1px solid #000;
    border-radius: 50%;
}

.photo-upload-image {
    width: 170px;
    width: expression("170px");
    height: 130px;
    height: expression("130px");
    float: left;
}

.first-photo-man {
    background: transparent url("/static/images/upload-first-photo-man.gif") no-repeat scroll 0 0;
}

.first-photo-woman {
    background: transparent url("/static/images/upload-first-photo-woman.gif") no-repeat scroll 0 0;
}

.photo-man {
    background: transparent url("/static/images/upload-photo-man.gif") no-repeat scroll 0 0;
}

.photo-woman {
    background: transparent url("/static/images/upload-photo-woman.gif") no-repeat scroll 0 0;
}

.dropzone-wrapper {
    border: 2px dashed #000;
    border-radius: 5px;
    position: relative;
    height: 130px;
    margin-bottom: 20px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 30px;
    font-size: 16px;
}

.dropzone-desc svg {
    width: 40px;
    height: 40px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 130px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: var(--main-bg-color);
}

.browse-file-link-wrapper {
    flex-grow: 1;
    padding-left: 20px;
}

ul#my-photos > li:not(:last-child) {
    border-bottom: 1px solid var(--border-color-grey);
}

ul#my-photos > li.ui-state-disabled:hover {
    cursor: default !important;
}

ul#my-photos > li:not(.ui-state-disabled):hover {
    cursor: move !important;
}

.organizer-photo-panel {
    min-width: 164px;
}

.organizer-photo-panel-wrapper-right {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.organizer-photo-panel-wrapper-right > div:first-child {
    flex-grow: 1;
}

.ecift-styled-icon-button.button-photo-organizer {
    color: var(--main-color)!important;
    font-size: 14px!important;
    margin: 0;
}

.subMenu.full-centered-2 {
    display: flex;
    justify-content: center;
}

#profile-data-part, .profile-data-part {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-end;
}

.profile-match {
    align-self: flex-start;
    padding: 2px 15px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    width: fit-content;
    min-width: fit-content;
    font-weight: normal;
    box-shadow: none;
    border: 0;
    background-color: rgba(0, 0, 0, .3);
}

.profile-match span {
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
}

.profile-data-wrapper-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

#profile-data-part div.profile-id-code, 
.profile-data-part div.profile-id-code {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
}

.profile-data {
    font-size: 20px;
    color: #fff;
}

.content-personal {
    display: flex;
}

.sidebar-personal-data-item {
    padding: 12px 0;
    display: flex;
}

.sidebar-personal-data-item.linked-row:hover, 
.main-personal-data-item.linked-row:hover {
    cursor: pointer;
}

.sidebar-personal-data-item.linked-row:hover a, 
#manage_profile .main-personal-data-item.linked-row:hover a, 
#search .main-personal-data-item.linked-row:hover a {
    color: var(--text-link-color-active);
}

.main-personal-data-item.linked-row a[class^=main-personal-data-item-icon]:hover {
    color: var(--text-link-color-active);
    text-decoration: none;
}

.main-personal-data-item.linked-row a[class^=main-personal-data-item-icon]:hover span {
    text-decoration: underline;
}

.sidebar-personal-data-item-info,
.sidebar-personal-data-item-icon, 
.main-personal-data-item-info, 
#manage_profile .main-personal-data-item-icon, 
#search .main-personal-data-item-icon {
    display: flex; 
    flex-direction: column; 
    flex-grow: 1;
    justify-content: center;
}

#manage_profile .main-personal-data-item.linked-row {
    flex-direction: row;
}

.sidebar-personal-data-item-info, 
#search .main-personal-data-item-info {
    padding-right: 5px;
}

.sidebar-personal-data-item-icon, 
#manage_profile .main-personal-data-item-icon, 
#search .main-personal-data-item-icon {
    font-size: 18px;
    flex-grow: 0; 
}

#manage_profile .main-personal-data-item-icon, 
#search .main-personal-data-item-icon:first-of-type{
    justify-content: flex-start; 
}

.sidebar-personal-data-item-icon .userProfileMenuIconWrapper{
    height: 48px; 
}

.sidebar-personal-data-item-info .featureName, 
#search .main-personal-data-item-info .featureName {
    padding-bottom: 10px;
    line-height: 14px;
}

.featureCategory {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding-top: 20px;
    border-top: 1px solid var(--border-color-grey);
}

.featureCategory:first-of-type {
    border: 0;
}

.main-personal-data-item-info .featureName {
    font-size: 16px;
    line-height: 1;
}

.main-personal-data-item-info .featureContent {
    font-size: 18px;
    line-height: 1.2;
}

.main-personal-data-item-info .featureName {
    font-weight: 600;
}

.sidebar-personal-data-item-info .featureContent, 
#search .main-personal-data-item-info .featureContent {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.sidebar-personal-data-item-info .featureContent span, 
#search .main-personal-data-item-info .featureContent span {
    line-height: 1;
}

.main-personal-data-item-info .box-msg-urgent, 
.main-personal-data-item-info .rejected-msg {
    width: fit-content;
}

.main-personal-data-item-info .rejected-msg {
    border:1px solid #c30101;
    color:#c30101;
    background-color:#fdefe3;
    border-radius: 3px;
    padding: 3px 10px;
    font-weight: normal;
    clear: both;
}

#main-personal-leisure > li.main-personal-data-item {
    padding: 0 0 20px 0;
    border: 0!important;
}

.main-personal-data-item {
    padding: 20px 0;
    border-top: 1px solid var(--border-color-grey);
    display: flex;
    flex-direction: column;
}

#search .main-personal-data-item {
    padding: 20px 10px;
    flex-direction: row;
}

#search .main-personal-data-item > div:first-of-type {
    display: flex; 
    flex-grow: 1;
}

.main-personal-data-item:first-of-type {
    border: 0;
}

.edit-data-modal .modal-flex-container {
    display: flex;
    flex-direction: column;
}

.edit-data-modal .modal-header {
    border-bottom: 0;
    padding: 20px 20px 10px 20px;
}

.edit-data-modal .modal-header a.close, 
.modal-body a.close {
    font-size: 18px;
}

.edit-data-modal .modal-body {
    padding: 20px;
}

.edit-data-modal h2, 
#change_password_with_key h2 {
    font-weight: normal;
}

.edit-data-modal label, 
.form-inner label, 
#delete_profile label, 
#contact label, 
#confirm-email label 
{
    width: 100%;
}

.edit-data-modal .custom-label, 
.edit-data-modal label, 
.form-inner label, 
#delete_profile label, 
#contact label
{
    font-size: 16px;
    font-weight: 400;
}

.user-height-control {
    width: calc(100% - 40px);
    display: inline;
    margin-right: 10px;
}

.main-personal {
    padding-right: 0px;
}

.wrapper-personal {
    opacity: 0;
    transition: opacity .2s ease;
}

.wrapper-personal h4, 
.wrapper-match h4, 
.wrapper-testresult h4, 
.wrapper-myphotos h4, 
.personal-column-left h4 {
    color: var(--main-color);
}

.wrapper-personal.reorder-done {
    opacity: 1;
}

.edit-data-modal.modal > .modal-dialog.modal-dialog-centered-new .modal-content .modal-body .content textarea, 
#contact textarea {
    word-wrap: break-word; 
    min-height: 200px; 
    flex-grow: 1; 
    resize: none;
}

.main-personal-data-item-control-wrapper {
    display: flex; 
    align-items: center;
}

.main-personal-data-item-control {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}

.main-personal-data-item-icon.delete a {
    color: var(--text-color-main);
}

.organizer-photo-item {
    display: flex;
    width: 100%;
}

.organizer-photo-position {
    width: 20px;
}

a[data-fancybox=images] {
    display: block;
}

/* deactivate thumbs in fancybox */
.carousel__button.fancybox__button--thumbs, 
.fancybox__thumbs {
    display: none;
}

#my-profile-header, #my-profile-info,
#partner-profile-header, #partner-profile-info, 
.partner-profile-info {
    height: 100%;
}

.profile-id-age {
    font-size: 22px;
    font-weight: normal;
}

.partner-top-profile-image {
    flex-basis: 250px;
}

.partner-top-profile-image a {
    width: 100%;
}

.partner-profile-photo-gallery-item {
    padding: 2px 15px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.3);
    width: fit-content;
    color: #fff;
    text-align: center;
    display: block;
}

.partner-profile-photo-gallery-item:hover, 
.partner-profile-photo-gallery-item:focus {
    background: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    color: #fff;
    outline: 0;
}

.profile-photo-gallery {
    height: 24px;
}

.profile-photo-gallery-wrapper {
    height: 24px;
    margin-top: 8px;
}

.profile-data-wrapper-top {
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.list-style-disc li {
    list-style-type: disc;
}

.switch-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 0px!important;
    font-weight: normal;
}

.switch-wrapper form {
    line-height: 0px;
}

input.cbx-switch, .not-visible {
    height: 0;
    width: 0;
    margin: 0!important;
    padding: 0!important;
    visibility: hidden;
}

input.cbx-switch:checked+label {
    background: linear-gradient(#629f01, var(--checked-color-green));
}

input.cbx-switch:checked+label:after {
    left: calc(100% - .2em);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.cbx-switch-label {
    cursor: pointer;
    text-indent: -9999px;
    width: 5em;
    height: 2.5em;
    background-color: #ccc;
    border-radius: 5em;
    position: relative;
    -webkit-box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: -1px!important;
    font-size: 10px;
    transform: scale(0.8);
}

.cbx-switch-label:after {
    content: '';
    position: absolute;
    top: .2em;
    left: .2em;
    width: 2.1em;
    height: 2.1em;
    background: #fff;
    border-radius: 2.1em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.cbx-switch-label:active:after {
    width: 4.6em; 
}

.featureContentFlex {
    display: flex;
}

.featureContentFlexItem {
    flex-grow: 1;
    line-height: initial;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.password-toggle-icon {
    position: absolute;
    right: 0;
    bottom: 3px;
    color: var(--text-color-grey);
    cursor: pointer;
    padding: 10px;
    min-width: 40px;
    font-size: 20px;
}

.form-wrapper label, 
#edit-data-modal-user_password label, 
#delete_profile label {
    position: relative;
}

input[name^=password], 
input[name^=user_password] 
{
    padding-right: 40px;
}

.flag{
    background-image: url('/static/images/flagssprite_small.png')!important;
}

.ms-dd .ms-dd-header { 
    height: 45px!important; 
    background-color: #fff!important;
    background-image: none!important;
    border: 2px solid #ccc!important;
    border-radius: 4px!important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%)!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out!important;
    padding: 0;
}

.ms-dd .ms-dd-header .ms-list-option.option-selected {
    background-color: #fff!important;
    border: 0;
}

.ms-dd .ms-dd-header .ms-dd-option-content { 
    display : none; 
}

.ms-dd .ms-middle {
    align-items: center;
}

#edit-data-modal-personal_data .ms-dd {
    width: 60px;
}

#edit-data-modal-personal_data .ms-dd .ms-list-option.option-selected {
    padding: 12px 20px 12px 10px;
}

.ms-dd .ms-options {
    border-top: 1px solid #ccc!important;
    bottom: 45px;
}

#update-elem-user_email_pending .box-msg-urgent {
    font-size: 14px; 
    white-space: nowrap;
}

#update-elem-user_email_pending .email-pending {
    display: inline-block; 
    padding-bottom: 10px;
    padding-right: 20px;
}

.shimmer, 
.cover-container-shimmer-light {
  background-image: linear-gradient(to right, var(--shimmer-color-grey) calc(50% - 100px), #c5c5c5 50%, var(--shimmer-color-grey) calc(50% + 100px));
  background-size:0;
  position:relative;
  overflow:hidden;
}

.shimmer::before, 
.cover-container-shimmer-light::before {
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:calc(200% + 200px);
  bottom:0;
  background-image:inherit;
  animation:move 1.5s linear infinite; 
}

@keyframes move{
  to {
    transform:translateX(calc(50% + 100px));
  }
}

img.shimmered {
    position: relative;
    object-fit: cover;
}

.top-profile-background {
    width: 100%; 
    height: 100%;
}

.campaign-button-text-wrapper {
    padding-left:15px;
    padding-top:10px;
    padding-bottom:10px;
    max-width: 75%;
    display: flex;
    flex-direction: column;
    height: 100%;
    line-height: 1;
}

.campaign-button-text-headline {
    color: var(--text-color-main);
    padding-bottom: 10px;
}

.campaign-button-text-text {
    font-size:16px;
    padding-bottom: 10px;
    margin-bottom: 0!important;
    flex-grow: 1;
}

.campaign-button-text-button {
    font-size:16px;
    margin-bottom: 0!important;
}

.campaign-button-text-button > .btn.btn-green-ssl {
    padding: 6px 20px!important;
}

.min-height-100 {
    min-height: 100%;
}

.form-wrapper {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    min-height: 100%;
}

.form-inner {
    width: 100%; 
    max-width: 550px; 
}

.form-inner-test {
    max-width: 700px; 
}

.form-container {
    background: var(--main-color); 
    margin-top: 0; 
    padding: 20px 20px;
}

.background-white {
    background: #fff!important;
}

.form-container form.background-white {
    border-radius: 0 0 4px 4px;
    padding: 30px;
}

.form-container .subNavigation.mainsub {
    display: block;
    border-radius: 4px 4px 0 0;
    max-width: 510px;
    margin: 0 auto;
}

.form-container .tab-content {
    max-width: 510px;
    margin: 0 auto;
}

.form-container .register-form-terms span {
    font-size: 14px;
    line-height: 1;
}

.register-form-terms .custom-label.label-checkbox {
    width: auto;
    height: 20px;
    align-self: center;
}

.register-form-terms .label-checkbox .checkmark {
  height: 20px;
  width: 20px;
  background-color: var(--main-bg-color);
  border-radius: 3px;
}

.register-form-terms .label-checkbox .checkmark:after {
    left: 5px;
    top: 0px;
    width: 7px;
    height: 12px;
    border: solid var(--icon-color-grey);
    border-width: 0 3px 3px 0;
}

.register-form-terms .label-checkbox input:checked ~ .checkmark {
  border: 2px solid var(--icon-color-grey);
}

.loader-wrap, .loader-wrap-msg-list {
    font-size: 52px; 
    color: var(--main-color);
}

.loader-wrap-msg-list {
    font-size: 26px;
}

.partner-top-profile-image-premium-button, 
.partner-top-profile-image-premium-button-mobile {
    width: auto!important; 
    border-radius: 15px; 
    margin: 0 auto;
    font-size: 14px;
    padding: 5px 14px;
    line-height: 1.5;
}

.partner-top-profile-image-premium-button-mobile {
    margin: 0 10px 0 0;
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.1);
    color: #fff!important;
    text-decoration: none!important;
    font-weight: 600;
    display: none;
}

.partner-top-profile-image-premium-button-mobile:hover, 
.partner-top-profile-image-premium-button-mobile:active {
    background: rgba(0, 0, 0, 0.4);
}

.partner-top-profile-image-premium-button-wrap {
     position: absolute; 
     bottom: -5px; 
     left: 0; 
     right: 0;
     display: flex;
}

main.mainBg.fullwidthflex > .container {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

main.mainBg.fullwidthflex > .container > .row, 
main.mainBg.fullwidthflex > .container > .row > .col-xs-12 {
    display: flex;
    flex-grow: 1;
}

main.mainBg.fullwidthflex > .container > .row > .col-xs-12 {
    background-color: var(--main-color);
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

main.mainBg.fullwidthflex > .container > .row > .col-xs-12 > .form-wrapper {
    min-height: auto;
    flex-grow: 1;
}

main.mainBg.fullwidthflex footer.secondaryFooter {
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 5;
} 

main.mainBg.fullwidthflex footer.secondaryFooter a {
    color: #fff;
}

#confirm-email .box.confirm-email-box {
    border-radius: 0;
    max-width: 720px;
    width: 100%;
    padding: 0px 30px 30px 30px;
    margin: 0;
    font-size: 16px;
}

.confirm-email-header-wrapper {
    padding-top: 20px;
}

.confirm-email-header {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.confirm-email-row {
    max-width: 620px;
    margin: 0 auto 20px auto;
    padding-left: 10px;
    padding-right: 10px;
}

#confirm-email .box-bordered {
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 4px;
    font-weight: 600;
}

#confirm-email .spam-hint {
    border: 2px solid var(--main-color);
    border-radius: 4px;
    background: #fff;
    padding: 20px;
}

.ajax-register-msg-condition {
    color: #fff;
    background: rgba(0,0,10,.80);
    padding: 5px 10px;
    border-radius: 4px;
    left: calc(100% + 12px);
    width: 315px;
    text-align: left;
    display: none;
}

.ajax-register-msg-condition:before {
    border-color: transparent rgba(0,0,10,.80) transparent transparent;
    border-style: solid;
    border-width: 15px 11px 15px 0;
    content: "";
    height: 0;
    left: -11px;
    width: 0;
}

.ajax-register-msg-condition, 
.ajax-register-msg-condition:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ajax-register-msg-condition-modal {
    color: #fff;
    background: rgba(0,0,10,.80);
    padding: 5px 10px;
    border-radius: 4px;
    text-align: left;
    display: none;
    position: absolute;
    top: auto;
    left: 15px;
    width: calc(100% - 30px);
    bottom: 100%;
    pointer-events: none;
}

.ajax-register-msg-condition-modal:before {
    border-color: rgba(0,0,10,.80) transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    position: absolute;
    content: "";
    height: 0;
    width: 0;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}

.ajax-register-msg-condition > ul > li, 
.ajax-register-msg-condition-modal > ul > li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 4px;
}

.ul-checkmark {
    position: absolute;
    top: 3px!important;
    left: 0;
    height: 16px!important;
    width: 16px!important;
    background-color: var(--checked-color-green)!important;
    border: 2px solid var(--checked-color-green)!important;
    border-radius: 50%;
    transition: all .3s ease-out;
}

.ajax-register-msg-condition > ul > li > .ul-checkmark, 
.ajax-register-msg-condition-modal > ul > li > .ul-checkmark {
    background-color: transparent!important;
    border: 2px solid transparent!important;
}

.ajax-register-msg-condition > ul > li.success > .ul-checkmark:after, 
.ajax-register-msg-condition-modal > ul > li.success > .ul-checkmark:after {
    border: solid var(--checked-color-green);
    border-width: 0 2px 2px 0;
}

.ul-checkmark:after {
    left: 3px;
    top: 0px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
    background-color: transparent;
}

.ul-checkmark:after {
  content: "";
  position: absolute;
  display: block;
}

.campaign-banner-wrapper {
    max-width: 652px;
    margin: 0 auto;
}

.campaign-banner-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin:5px;
}

.list-item-partner-wrapper {
    padding-right:10px!important; 
    padding-left:10px!important; 
    border-bottom:0!important;
    width:33.33333333%;
    float:left;
}

.list-item-partner {
    aspect-ratio: 0.67; 
    border-radius: 10px;
    padding: 0!important;
    isolation: isolate;
}

.list-item-partner-background {
    width: 100%; 
    height: 100%; 
    position: relative;
}

.list-item-partner .badge-new {
    align-self: flex-start;
    padding: 2px 15px;
    border-radius: 100px;
    background-color: #ffb500;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    width: fit-content;
    min-width: fit-content;
    text-align: center;
}

.list-item-partner .profile-data-wrapper-top {
    height: auto;
}

.list-item-partner .profile-data {
    padding-bottom: 2px;
}

.list-item-partner .profile-data.occupation {
    font-size: 17px;
}

.list-item-partner .profile-data.location {
    font-size: 14px;
}

.list-item-partner .profile-data-part {
    width: 100%;
}

.list-item-partner .profile-id-code {
    font-size: 22px!important;
    display: flex;
    align-items: flex-end;
}

.list-item-partner .profile-data-wrapper-middle-background {
    padding: 5px 15px 15px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    border-top: solid 1px rgba(255, 255, 255, .4);
    background-color: rgba(0, 0, 0, .15);
}

.list-item-partner .listrow-globallink {
    text-decoration: none;
}

.profile-header-button-list {
    width: 34px;
    height: 34px;
    font-size: 25px;
}

.profile-header-button-list .ecift-icon-favorite-sent {
    font-size: 22px;
}

.profile-data-wrapper-top.align-right {
    justify-content: flex-end;
}

.profile-header-button-list.profile-favourite-mark {
    background: #ffffff;
    color: #ffcb3b;
}

.profile-header-button-list.profile-favourite-mark:hover, 
.profile-header-button-list.profile-favourite-mark:focus {
    background: var(--shimmer-color-grey);
}

.profile-list-header h2 {
    max-width: 60%;
    display: flex;
    flex-wrap: nowrap
}

a.profile-list-header-link {
    color: var(--text-color-grey);
    line-height: 36px; 
    text-decoration: none;
    padding: 0 10px;
    font-weight: bold;
}

a.profile-list-header-link:hover, a.profile-list-header-link:focus {
    color: var(--text-link-color-active);
    text-decoration: underline;
}

a.profile-list-header-link.profile-list-header-link-new-sort {
    color: var(--main-color);
}

a.profile-list-header-link.profile-list-header-link-new-sort:hover, 
a.profile-list-header-link.profile-list-header-link-new-sort:focus {
    color: var(--main-color-active);
}

#search .ecift-icon-svg {
    height: 30px;
    width: 30px;
}

#search .featureName {
    font-size: 14px;
    font-weight: bold;
}

#search .main-personal-data-item-info .featureContent {
    font-weight: 400;
}

#search .select-wrapper {
    width: 40%; 
    max-width: 120px;
    float: left;
}

.select-wrapper label {
    font-size: 14px;
    width: 100%;
}

li#no-items-message, 
li#no-items-message li {
    cursor: default!important;
}

.no-items-message-icon {
    color: var(--border-color-grey);
    padding-top: 10px;
    padding-bottom: 70px;
}

.no-items-message-icon .ecift-icon-svg {
    width: 100px;
    height: 100px;
}

.no-items-message-icon .no-items-message-icon-wrapper {
    font-size: 108px;
    margin: 0 auto;
    background: var(--border-color-grey);
    border-radius: 100%;
    color: #fff;
    width: 144px;
    height: 144px;
}

.no-items-message-icon .no-items-message-icon-wrapper .ecift-icon-favorite-sent {
    font-size: 100px;
}

.partners-list-loader {
    position: fixed; 
    left: 0; 
    right: 0; 
    top: calc(50% - 36px);
}

.register-test-area-body {
    overflow: hidden
}

.register-test-area {
    background: white; 
    position: fixed; 
    top: 0; 
    right: 0; 
    bottom: 0;
    left: 0; 
    z-index: 5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.register-test-area.area1 {
    background-image: url(/build/images/testareapagebg/image.jpg);
}

.register-test-area.native-completed {
    background-image: url(/build/images/testareapagebg/native_completed.jpg);
    display: flex;
}

.register-test-area.not-matched {
    background-image: url(/build/images/testareapagebg/not_matched.jpg);
    display: flex;
}

.register-test-area.native-completed-overlay, 
.register-test-area.not-matched-overlay {
    background: rgba(0,0,0,.6);
    display: flex;
}

.register-test-area .title {
    font-size: 36px;
    margin-bottom: 25vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    line-height: 1.1;
}

.register-test-area.native-completed-overlay > div.text-center, 
.register-test-area.not-matched-overlay > div.text-center {
    margin-bottom: 60px;
}

.register-test-area.native-completed-overlay .title, 
.register-test-area.not-matched-overlay .title {
    margin-bottom: 8vh;
}

.register-test-area.area2 {
    background-color: var(--main-color);
}

.entered_user_age_row {
    padding-top: 20px; 
    font-size: 13px;
}

.picmo__emojiArea {
    scrollbar-width: thin;
    scrollbar-color: #ccc #f1f1f1;
}

.picmo__emojiArea::-webkit-scrollbar, 
.picmo__emojiArea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.picmo__emojiArea::-webkit-scrollbar-track-piece, 
.picmo__emojiArea::-webkit-scrollbar-track-piece {
    background-color: #f1f1f1;
}

.picmo__emojiArea::-webkit-scrollbar-thumb:vertical, 
.picmo__emojiArea::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color: #ccc;
}

.picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton {
    font-size: 2rem!important;
}

.has-error .checkmark {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.edit-data-modal.modal {
    padding: 0 !important;
}

.stack-modal-padding {
    padding: 0 8px !important;
}

.link-disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.65;
  text-decoration: none;
}

a.link-disabled:hover, 
a.link-disabled:hover * {
  color: var(--text-color-main) !important;
}


.social-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 16px;
  height: 44px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  min-width: min-content;
}

.social-button .social-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.social-button .social-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.social-button .social-button-contents {
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.social-button .social-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.social-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.social-button:disabled .social-button-contents {
  opacity: 38%;
}

.social-button:disabled .social-button-icon {
  opacity: 38%;
}

.social-button:not(:disabled):active .social-button-state, 
.social-button:not(:disabled):focus .social-button-state {
  background-color: #303030;
  opacity: 12%;
}

.social-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.social-button:not(:disabled):hover .social-button-state {
  background-color: #303030;
  opacity: 8%;
}

.social-buttons-separator {
    display: flex;
    margin: 12px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    align-items: center;
}

.social-buttons-separator::before {
/*    position: absolute;
    left: 0;
    top: 10px;*/
    display: inline-block;
    content: "";
    /*width: 100%;*/
    border-top: 1px solid var(--border-color-grey);
    flex: 1;
}

.social-buttons-separator::after {
/*    position: absolute;
    left: 0;
    top: 10px;*/
    display: inline-block;
    content: "";
    /*width: 100%;*/
    border-top: 1px solid var(--border-color-grey);
    flex: 1;
}

.social-buttons-separator-text {
    display: inline;
    padding: 4px 18px;
    /*background-color: #fff;*/
    position: relative;
    z-index: 1;
}