@charset "UTF-8";
@font-face {
    font-family: 'xabo';
    src: url('/s/dist/fonts/xabo-regular-webfont.woff2') format('woff2'), url('/s/dist/fonts/xabo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Product Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Product Sans'), url('/s/dist/fonts/ProductSans-Regular.woff') format('woff');
}
@font-face {
    font-family: 'TR Century Gothic';
    font-weight: normal;
    font-style: normal;
    src: url('/s/dist/fonts/TR Century Gothic.ttf') format('ttf');
}
html {
    box-sizing: border-box!important;
}
*,*:before,*:after {
    box-sizing: inherit!important;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body,html {
    background: var(--main-bg-color);
    color: var(--main-tx-color);
    margin: 0px;
    overflow-x: hidden;
    font-family: arial,Product Sans,Century Gothic,CenturyGothic,AppleGothic,Open Sans,sans-serif;
    font-size: 14px;
    font-weight: normal;
}
body {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    overflow-x: hidden;
    height: 100%;
}
body a:link {
    text-decoration: none;
    overflow-x: hidden;
    color: var(--main-tx-color);
    display: inline-block;
    vertical-align: middle;
}
body a:hover,body a:active,body a:visited {
    text-decoration: none;
    overflow-x: hidden;
    color: var(--main-tx-color);
}
a span {
    color: var(--mainDarkGray)!important;
    font-weight: normal;
}
textarea:focus {
    outline: none!important;
    background: transparent!important;
}
input:focus {
    outline: none!important;
}
button:focus {
    outline: none!important;
}
a:focus {
    outline: none!important;
}
a:-webkit-any-link:focus {
    outline: none!important;
}
div:focus {
    outline: none!important;
    color: inherit;
}
select:focus {
    outline: none!important;
}
.row {
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 1040px;
    margin: 0 auto;
}
.main {
    display: flex;
    flex-grow: 8;
    flex-shrink: 0!important;
    max-width: 600px;
    background: var(--main-crd-color);
    padding: 0;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.xabo_bgc {
    background: rgb(224,36,94) linear-gradient(-90deg, #A3278F 0%, #E52F50 100%)!important;
    color: #ffffff!important;
}
.xabo_c {
    background-color: rgb(224,36,94);
    background-image: linear-gradient(-90deg, #A3278F 0%, #E52F50 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.xabo_ic {
    display: inline-block;
    position: relative;
    font-family: xabo;
    font-size: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xabo_ic:before {
    content: 'x';
}
.mrg10 {
    margin-right: 10px;
}
.google_ic {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    line-height: 1;
    background: url(/s/dist/im_imgs/svgs/google_icon.svg) no-repeat;
    background-position: center center;
    background-size: 20px 20px;
}
.ayoba_ic{
    display:inline-block;
    position:relative;
    width:24px;
    height:24px;
    line-height:1;
    background:url(/s/dist/imgs/AyobaFinalIcon.webp) no-repeat;
    background-position:center center;
    background-size:20px 20px;
}
small {
    width: 100%;
    text-align: left;
}
.fi_18 {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    font-size: 18px;
    vertical-align: middle;
}
.fi_24,.fi {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    font-size: 24px;
    vertical-align: middle;
}
.fi_28 {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    font-size: 28px;
    vertical-align: middle;
}
.fi_32 {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 32px;
    vertical-align: middle;
}
.ImInputSec_Ayoba,.ImInputSec_Google,.ImInputSec_Instant {
    padding-left: 42px!important;
    position: relative;
}
.ImInputSec_Ayoba i,.ImInputSec_Google i,.ImInputSec_Instant i {
    position: absolute;
    left: 15px;
    top: 5px;
}
.ImInputSec_Ayoba{
    background-color:#1262a1!important;
    color:#ffffff!important;
}
.grayscale {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.tint {
    -webkit-filter: sepia(1) hue-rotate(200deg);
    filter: sepia(1) hue-rotate(200deg);
}
.tip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--mainGray);
    padding: 15px;
    border-radius: 15px;
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 305px;
    text-align: center;
}
.tip_links {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}
.tip_links>a:nth-child(1),.tip_links>a:link:nth-child(1) {
    margin-right: 15px;
}
input[type='text'],input[type='email'],input[type='password'],input[type='username'],input[type='file'],input[type='number'],textarea {
    background-color: #fffafa;
    border: 0px solid var(--mainGray);
    color: #373737;
    text-decoration: none;
    padding: 5px 15px;
    margin: 1px;
    height: 35px;
    width: 99%;
    resize: none;
    border-radius: 8px;
}
input[type='submit'],button,input[type='image'] {
    background-color: var(--mainColor);
    border: 0px solid var(--mainGray);
    color: var(--mainWhite);
    text-decoration: none;
    padding: 5px 10px;
    margin: 1px;
    height: 32px;
    width: 100%;
    border-radius: 8px;
    clear: both;
}
input[type='submit']:disabled,button:disabled,input[type='image']:disabled {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mainColor);
    border: 0px solid var(--mainGray);
    color: var(--mainWhite);
    text-decoration: none;
    padding: 5px 10px;
    margin: 1px;
    min-height: 32px;
    width: 100%;
    border-radius: 8px;
    clear: both;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.disabledbutton {
    background: var(--main-bg-color);
    color: var(--secondary-gray);
}
select {
    background-color: #fffafa;
    border: 0px solid var(--mainGray);
    color: var(--main-tx-color);
    text-decoration: none;
    padding: 5px;
    margin: 1px;
    height: 32px;
    border-radius: 8px;
    width: 99%;
}
select:required:invalid {
    color: gray;
}
option[value=""][disabled] {
    display: none;
}
option {
    color: var(--main-tx-color);
}
form {
    display: block;
    position: relative;
    width: 100%;
    text-align: left!important;
    margin: auto;
}
._bar,.bar,.title,.h1 {
    display: block;
    width: 100%;
    color: var(--mainDarkGray);
    background: var(--mainGray);
    border-bottom: 0px solid var(--mainGray);
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    margin: 0;
    padding: 8px;
}
.section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column!important;
    padding: 0px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    color: var(--main-tx-color);
}
.onboading {
    flex-grow: 8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100vw;
    max-width: 600px;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    clear: both;
    color: var(--main-tx-color);
    background-color: var(--main-crd-color);
    background-image: url(/s/dist/imgs/inapp_logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
}
.propic {
    border-radius: 100px;
    border: 2px solid rgb(248, 249, 250);
}
.center {
    text-align: center!important;
    border: none!important;
}
.center a:link {
    text-align: center!important;
    border: none!important;
}
.greenstat {
    display: inline-block;
    background: #4caf50;
    color: var(--mainWhite);
    padding: 5px 10px;
}
.orangestat {
    display: inline-block;
    background: #f79921;
    color: var(--mainWhite);
    padding: 5px 10px;
}
.redstat {
    display: inline-block;
    background: #F44336;
    color: var(--mainWhite);
    padding: 5px 10px;
}
 .paddingTop {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 15px 10px 0px;
     gap: 15px;
     z-index: 2;
     width: 100%;
}
 .paddingTop button {
     background-color: var(--mainColor);
     border: 0px solid var(--mainGray);
     color: var(--mainWhite);
     text-decoration: none;
     padding: 5px 10px;
     margin: 1px;
     height: 32px;
     width: 100%;
     border-radius: 8px;
     clear: both;
}
/*Overide Xabo ID button defaults*/
 .paddingTop button#XaID_SignInBtn, .paddingTop button#XaID_SignInBtn:hover {
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     padding: 10px;
     height: max-content;
     white-space: nowrap;
     width: fit-content;
     font-weight: bold;
     gap: 10px;
     border: none;
     border-radius: 8px;
     cursor: pointer;
     position: relative;
     background: var(--mainColor)!important;
     color: #ffffff !important;
     width: 100%;
}
 .welcome {
    background-image: url(../imgs/bg_left.jpg), url();
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 72px auto, 72px auto;
    color: var(--main-tx-color);
}
.welcome2 {
    background-image: url(), url(), url('../im_imgs/bg/2.png');
    background-position: top right, bottom center, center bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100% , 150px auto, auto 80px;
    color: var(--main-tx-color);
}
.main_bg {
    background-image: url('../im_imgs/bg/bg_xx.svg'), url(), url();
    background-position: 15px -20px, bottom center, center bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 100% , 150px auto, auto 80px;
    color: var(--main-tx-color);
}
.welcome3 {
    background-image: url(), url('../im_imgs/svgs/bgs/coner_bg.svg');
    background-position: 0px -30px;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--main-tx-color);
}
.Xwelcome {
    display: inline-block;
    margin: auto;
    color: var(--main-tx-color);
}
#Imlanding {
    flex-grow: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    padding: 20px!important;
    width: 100%;
    height: 100vh;
    margin: auto;
    position: relative;
    clear: both;
    color: var(--main-tx-color);
}
.Impage,.Imwelcome {
    flex-grow: 8;
    display: block;
    height: 100vh;
    margin-top: 52px!important;
    width: 100%;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--main-crd-color)!important;
    position: relative;
    padding: 0px!important;
}
.skip_all,.theme_switch {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    flex-shrink: 0;
    color: var(--mainColor);
}
.Imconts {
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    width: 100%;
}
#Imlogin,#ImReg {
    flex-grow: 8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 600px;
    margin-top: 52px!important;
    width: 100vw;
    max-width: 600px;
    height: calc(100vh - 52px);
    margin-right: auto;
    margin-left: auto;
    position: relative;
    clear: both;
    overflow-y: auto;
    overflow-x: hidden;
    color: var(--main-tx-color);
}
#Impage0 .Imconts_container {
    display: block;
    width: 100%;
    margin: 100px auto 0;
    position: relative;
    clear: both;
    color: var(--main-tx-color);
}
.Imconts_container:not(#Impage0 .Imconts_container) {
    display: block;
    width: 100%;
    margin: 25px auto 0;
    position: relative;
    clear: both;
    color: var(--main-tx-color);
}
.login,.expired {
    flex-grow: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    padding: 20px!important;
    width: 100%;
    height: 100vh;
    margin: auto;
    position: relative;
    clear: both;
    color: var(--main-tx-color);
}
#Imlogin>div:not(.innerHeader),#ImReg>div:not(.innerHeader) {
    display: block;
    padding: 0 20px!important;
    position: relative;
    width: 100%;
    height: 100%;
    color: var(--main-tx-color);
}
.innerHeader {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 600px;
    padding: 0px!important;
    width: 100%;
    height: 52px;
    overflow: hidden;
    background: var(--main-crd-color);
    color: var(--main-tx-color);
    position: fixed;
    top: 0px;
    z-index: 2;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.innerHeader_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px!important;
    width: 100%;
    height: 52px;
    margin: auto;
    position: relative;
    overflow: hidden;
    color: var(--main-tx-color);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.innerHeader_back {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px!important;
    width: 52px;
    height: 52px;
    margin: auto;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.xbutton {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    color: var(--secondary-gray);
    padding: 10px;
    font-weight: bold;
    text-align: right;
}
.okbutton {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    color: var(--mainColor);
    padding: 10px;
    font-weight: bold;
    text-align: right;
}
.ImInputSec_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 305px;
    padding: 15px 25px!important;
    margin: auto;
    position: relative;
    clear: both;
    text-align: left;
}
.ImInputSec_input,.form-field {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 305px;
    padding: 5px 0!important;
    margin: auto;
    position: relative;
    clear: both;
    text-align: left;
}
.ImInputSec_input .seePass,.form-field .seePass {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 5px;
    font-size: 18px!important;
    z-index: 1;
}
.form-field .seePass1,.form-field .seePass2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 21px;
    padding: 5px;
    font-size: 18px!important;
    z-index: 1;
}
.seePass i,.seePass1 i,.seePass2 i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fi-rr-eye-crossed {
    color: var(--secondary-gray);
}
.form-field-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 305px;
}
label {
    width: 100%;
    max-width: 305px;
    text-align: left;
}
.form-field.success input {
    border-color: var(--success-color);
}
.form-field.success input {
    border-color: var(--success-color);
}
.form-field small {
    color: var(--error-color);
}
.p {
    max-width: 230px;
    display: inline-block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 1em;
    -webkit-margin-end: 1em;
    color: var(--main-tx-color);
    text-align: center;
}
h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    color: var(--main-tx-color);
}
@media (orientation: landscape) {
    .swiperbles>div.active {
        flex-grow: 8;
        display: flex!important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        height: 100%!important;
        overflow: hidden!important;
    }
    .swiperbles>div>div.imgDiv {
        width: 100%!important;
        height: 0!important;
        padding-bottom: 50%!important;
    }
    .swiperbles>div>div.imgDiv>img {
        width: 240px!important;
        height: auto!important;
    }
}
.swiperbles {
    flex-grow: 8;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 82px);
    margin: auto;
    position: relative;
}
.swiperbles>div.active {
    display: block;
    width: 100%;
    height: calc(100vh - 82px);
    margin: auto;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    clear: both;
}
.swiperbles>div>div.imgDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
}
.swiperbles>div>div.imgDiv>img {
    display: block;
    position: absolute;
    bottom: 2px;
    width: calc(100% - 15px)!important;
    height: auto;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.swiperbles>div>div:not(.imgDiv) {
    flex-grow: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
}
.swiperbles .nav_indicators {
    display: block;
    position: relative;
    padding: 0px 15px;
    z-index: 2;
    bottom: 0px;
    width: 100%!important;
}
.swiperbles .nav_indicators ul {
    list-style: none;
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: 100%!important;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}
.swiperbles .nav_indicators li {
    display: block;
    width: auto;
    padding: 5px;
    color: rgba(255,255,255,.5);
    background-color: rgba(255,255,255,.5);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    margin: 2px 5px;
    box-shadow: rgba(0,0,0,.25) 0px 3px 5px;
}
.swiperbles .nav_indicators li.active {
    display: block;
    width: auto;
    padding: 5px;
    color: var(--mainColor);
    background-color: var(--mainColor);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    margin: 2px 5px;
    box-shadow: rgba(0,0,0,.25) 0px 3px 5px;
}
.ImDelOptn_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.ImDelOptn_actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 0!important;
}
.ImDelOptn_actions div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 100%;
}
.ImInfoDialog_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding: 0 15px!important;
}
.ImInfoDialog_info:not(:empty):not(:nth-child(1)) {
    display: flex!important;
    align-items: flex-start!important;
    justify-content: center!important;
    border: none!important;
    width: 100%!important;
    padding: 15px 0 0!important;
    text-align: center!important;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
}
.ImInfoDialog_info:nth-child(1):not(:empty) {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border: none!important;
    width: 100%!important;
    padding: 0!important;
    text-align: center!important;
}
.ImInfoDialog_info>span {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border: none!important;
    width: 50px!important;
    height: 50px!important;
    padding: 5px!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 1px 0.5px rgba(11,20,26,.13);
}
.ImInfoDialog_info>span>svg {
    color: var(--mainColor)!important;
    width: 32px;
    height: 32px;
    fill: currentColor;
    vertical-align: bottom;
    margin: auto!important;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    direction: ltr;
    position: relative;
    opacity: 0.8;
}
.ImInfoDialog_info#ImInfoDialog_infoTitle {
    font-weight: bold;
    text-align: center!important;
}
.ImInfoDialog_tip {
    display: flex!important;
    align-items: flex-start!important;
    justify-content: center!important;
    color: var(--secondary-gray);
    font-size: 11px;
    text-align: center!important;
    padding: 15px 0 0!important;
}
.BoxW {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(58,58,58, 0.4);
    z-index: 1000000;
    padding: 0 10px;
    margin: 0px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
}
.BoxW2 {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--main-crd-color);
    z-index: 0;
    padding: 0;
    margin: 0 auto 0;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: relative;
}
.BoxW3 {
    display: block;
    background-color: transparent!important;
    z-index: 998!important;
    padding: 0!important;
    margin: 0px!important;
    width: 100%!important;
    height: 100%!important;
    top: 0px!important;
    bottom: 0px!important;
    left: 0px!important;
    right: 0px!important;
    position: fixed!important;
}
.BoxW4 {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: rgba(58,58,58, 1);
    z-index: 900000;
    padding: 0px;
    margin: 0px;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
}
.popcard {
    display: inline-block;
    font-family: 'Lucida Grande', 'arial', sans-serif;
    height: auto;
    width: 300px;
    background-color: var(--main-crd-color)!important;
    border-radius: 5px;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%,-30%);
    transform: translate(-50%,-30%);
    position: fixed;
    z-index: 2;
}
.popcard_large {
    display: block;
    font-family: 'Lucida Grande', 'arial', sans-serif;
    height: 100vh;
    width: 100%;
    background-color: var(--main-crd-color)!important;
    border-radius: 0px;
    margin: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.popcard_medium {
    display: inline-block;
    font-family: 'Lucida Grande', 'arial', sans-serif;
    height: auto;
    width: 300px;
    background-color: var(--main-crd-color)!important;
    margin: auto;
    left: 50%;
    top: 15%;
    -webkit-transform: translate(-50%,-15%);
    transform: translate(-50%,-15%);
    position: fixed;
    z-index: 2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.popcard_medium div.popcard_medium_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.popcard_medium div.popcard_medium_title div:first-child {
    flex-grow: 8;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-weight: bold;
    padding: 15px 10px;
}
.popcard_medium div.popcard_medium_title div:last-child {
    flex-basis: 50px;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding: 15px 10px;
}
.popcard_medium {
    padding-bottom: 25px;
}
.popcard_small {
    display: inline-block;
    font-family: 'Lucida Grande', 'arial', sans-serif;
    height: auto;
    width: 300px;
    background-color: var(--main-crd-color)!important;
    margin: auto;
    left: 50%;
    top: 30%;
    -webkit-transform: translate(-50%,-30%);
    transform: translate(-50%,-30%);
    position: fixed;
    z-index: 2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.popcard_small div.popcard_small_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.popcard_small div.popcard_small_title div:first-child {
    flex-grow: 8;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-weight: bold;
    padding: 15px 10px;
}
.popcard_small div.popcard_small_title div:last-child {
    display: flex;
    flex-basis: 50px;
    align-items: center;
    justify-content: center;
    text-align: right;
    padding: 15px 10px;
}
.popcard_small_cont div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 15px 15px;
    border-bottom: 1px solid #e8e8e8;
}
.popcard_small_cont div:last-child {
    border-bottom: 0px solid #e8e8e8;
}
.popcard_small_innercont {
    padding: 15px;
}
.popcard_small_innercont input[type='text'] {
    text-align: left;
    width: 100%;
    background: var(--main-crd-color)!important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    line-height: 1.5;
    vertical-align: middle;
}
h3 {
    font-size: 1.17em;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
p[align='center'] {
    color: var(--secondary-gray);
}
.ImInfoDialog_lister {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
    width: 100%;
}
.ImInfoDialog_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
    padding: 10px 10px;
    width: 100%;
}
.ImInfoDialog_list>* {
    text-align: left;
    width: 100%;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.ImInfoDialog_list_butt {
    display: flex;
    width: 100%;
}
.ImAppIframespop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.popcard_large {
    display: block;
    font-family: Product Sans,Century Gothic,CenturyGothic,AppleGothic,Open Sans,sans-serif;
    height: 100vh;
    width: 100vw;
    background-color: var(--main-crd-color)!important;
    border-radius: 0px;
    margin: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    max-width: 600px;
}
.popcard_large div.popcard_large_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.popcard_large div.popcard_large_title>div:nth-child(1) {
    flex-basis: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 10px 10px;
}
.popcard_large div.popcard_large_title>div:nth-child(2) {
    flex-grow: 8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
    padding: 10px 10px;
}
.popcard_large div.popcard_large_title>div:nth-child(2)>div:nth-child(1) {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: bold;
    margin: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.popcard_large div.popcard_large_title>div:nth-child(2)>div:nth-child(2) {
    display: block;
    width: 100%;
    text-align: left;
    color: #c0c0c0;
    margin: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.popcard_large div.popcard_large_title>div:nth-child(3) {
    flex-basis: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 10px 10px;
}
div#ImAppIframes_popcard_large_cont.popcard_large_cont {
    flex-grow: 8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 52px);
    position: relative;
    border-radius: 0 15px 0;
}
.popcard_large_cont iframe {
    flex-grow: 8;
    width: 100%;
    height: 100%;
    border: none;
}
.iframe_loading {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.iframe_loading_ic {
    flex-grow: 8;
    height: 100%;
    width: 240px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    margin: auto;
}
.iframe_loading_vendor {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
}
.iframe_loading_vendor *:last-child {
    padding-left: 10px;
}
.hidden {
    display: none!important;
}
.ucontainer {
    position: relative;
    height: 270px;
    width: 270px;
    margin-bottom: 15px;
    clear: both;
}
#ucontainer img,.Npreview img {
    height: 270px;
    width: 270px;
    object-fit: cover!important;
}
.edit-section {
    width: 100%;
    padding: 5px 15px;
}
.user_photo_edit {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--main-bg-color);
    width: 100%;
    height: 150px;
    margin: 0 auto 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
}
.user_photo_edit .user_photo_editadd {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    background: #eee;
    bottom: 10px;
    right: 30%;
    border: 2px solid #eee!important;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}
.cropit-preview {
    background-color: var(--mainGray);
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-top: 7px;
    width: 250px;
    height: 250px;
}
.cropit-preview-image-container {
    cursor: move;
    border-radius: 0;
}
.cropit-preview-background {
    opacity: .2;
    cursor: auto;
}
.image-size-label {
    display: block;
    padding: 10px;
    position: relative;
    clear: both;
}
input, .export {
    position: relative;
    z-index: 10;
}
span.thumb {
    position: relative;
    display: none;
}
div.rotate-ccw,div.rotate-cw {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 10px;
    height: 32px;
    width: 32px;
}
.rotations {
    display: block;
    position: relative;
    margin: 10px;
    height: auto;
    width: auto;
    margin: auto;
    clear: both;
}
.cropit-image-loading {
    background-image: url("/imgs/loading-2.png")!important;
    background-size: 100px 100px;
    background-position: center;
    background-repeat: no-repeat;
}
.cropit-image-zoom-input {
    display: inline-block!important;
    -webkit-appearance: none!important;
    height: 5px!important;
    border-radius: 5px!important;
    background: var(--mainColor)!important;
    outline: none!important;
    opacity: 0.7!important;
    -webkit-transition: opacity .15s ease-in-out!important;
    margin-right: 5px;
    transition: opacity .15s ease-in-out!important;
    margin-top: 0px!important;
    vertical-align: top!important;
    width: 200px!important;
    border: none!important;
    box-shadow: none;
}
.cropit-image-zoom-input:hover {
    opacity: 1!important;
}
input.cropit-image-zoom-input:focus {
    background: var(--mainColor)!important;
}
.cropit-image-zoom-input::-webkit-slider-runnable-track {
    width: 100%;
    background: var(--mainColor)!important;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
    height: 2px;
}
.cropit-image-zoom-input:hover::-webkit-slider-thumb {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.cropit-image-zoom-input::-webkit-slider-thumb {
    margin-top: -8px;
    -webkit-appearance: none!important;
    appearance: none!important;
    width: 10px!important;
    height: 20px!important;
    border-radius: 10px!important;
    background: var(--mainColor)!important;
    cursor: pointer!important;
    box-shadow: none;
    border: 1px solid var(--mainWhite);
}
.cropit-image-zoom-input-container {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 25px;
}
.cropit-image-zoom-input-container .cropit-image-zoom-input {
    flex-grow: 8;
}
.bottomizer {
    display: block;
    width: 100%;
    position: relative;
    padding: 15px;
    background-color: var(--main-crd-color);
    clear: both;
}
.bottomizer .progress-bar {
    display: block;
    position: relative;
    height: 2px;
    background: var(--mainColor);
    margin-top: 0;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 2px 5px;
    max-width: 99.9%!important;
    text-align: center;
    color: var(--mainWhite);
    overflow: hidden;
    clear: both;
}
.bottomizer .progress-bar-stat {
    display: block;
    position: relative;
    text-align: center;
    clear: both;
}
.popcard_small_contx div {
    padding: 15px 10px;
}
.ImUserInterest_container {
    display: block;
    position: relative;
    width: 100%;
}
.ImUserPersonas_des {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 15px;
}
.ImUserPersonas_main {
    flex-grow: 8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.ImUserPersonas_main>div {
    flex-grow: 8;
}
.ImUserInterest_section {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100vw;
    max-height: 100px;
    overflow: hidden;
    white-space: nowrap;
    padding: 15px 0px;
    overflow-y: hidden;
    overflow-x: auto;
}
.ImUserInterest_section_other {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    max-width: 100vw;
    max-height: 210px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.ImUserInterest_section:empty, .ImUserInterest_section_other:empty {
    padding: 0px;
    margin-bottom: 0px;
}
.ImUserInterest_title {
    padding: 0px 20px;
    width: 100%;
    text-align: center;
}
.ImUserInterest {
    display: inline-block;
    height: 50px;
    width: auto;
    min-width: 50px;
    vertical-align: top;
    position: relative;
    margin: 1px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.ImUserInterest._JotIntr.active_JotIntr>.ImUserInterest_ic:before {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    font-size: 12px;
    background-color: var(--mainGray);
    border: 2px solid var(--mainGray);
    border-radius: 2px 5px 2px 8px;
    -webkit-border-radius: 2px 5px 2px 8px;
    -moz-border-radius: 2px 5px 2px 8px;
    -o-border-radius: 2px 5px 2px 8px;
    font-family: FluentSystemIcons-Regular !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f295";
}
.ImUserInterest_ {
    display: inline-block;
    background-color: var(--main-crd-color);
    min-height: 100px;
    height: 127px;
    width: 100px;
    vertical-align: top;
    position: relative;
    margin: 1px 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}
.ImUserInterest .ImUserInterest_ic {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    background: var(--mainGray);
    position: relative;
    margin: 5px;
    min-width: 48px;
    width: auto;
    padding: 8px 15px;
    vertical-align: top;
    font-size: 15px!important;
    vertical-align: top;
    margin: 0 auto 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid var(--mainWhite);
    position: relative;
}
.ImUserInterest .ImUserInterest_ic>img {
    display: block;
    height: 28px;
    width: 28px;
    vertical-align: top;
    position: relative;
    margin: 0 auto 0;
    border: 0px solid var(--main-crd-color);
    object-fit: fill;
}
.ImUserInterest .ImUserInterest_ic>svg {
    color: var(--mainColor)!important;
    !important;
    width: 28px;
    height: 28px;
    fill: currentColor;
    vertical-align: bottom;
    margin: auto!important;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    direction: ltr;
    position: relative;
    opacity: 0.8;
}
.ImProfileinfo_tag._tag_no>svg {
    color: #babcff!important;
    !important;
    width: 28px;
    height: 28px;
    fill: currentColor;
    vertical-align: bottom;
    margin: auto!important;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    direction: ltr;
    position: relative;
    opacity: 0.8;
}
.ImProfileinfo_tag._tag_yes>svg {
    color: var(--mainColor)!important;
    !important;
    width: 28px;
    height: 28px;
    fill: currentColor;
    vertical-align: bottom;
    margin: auto!important;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    direction: ltr;
    position: relative;
    opacity: 0.8;
}
.ImUserInterest .ImUserInterest_ic>div {
    margin-left: 15px;
    white-space: nowrap;
}
.ImUserInterest .ImUserInterest_x:before {
    font-family: FluentSystemIcons-Regular !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f36b";
}
.ImUserInterest .ImUserInterest_x {
    display: block;
    height: 18px;
    width: 18px;
    padding: 2px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 12px;
    background-color: var(--mainGray);
    border: 2px solid var(--mainGray);
    border-radius: 2px 5px 2px 8px;
    -webkit-border-radius: 2px 5px 2px 8px;
    -moz-border-radius: 2px 5px 2px 8px;
    -o-border-radius: 2px 5px 2px 8px;
}
.ImUserInterest_ .ImUserInterest_ic>img {
    display: block;
    height: 50px;
    width: 50px;
    vertical-align: top;
    position: relative;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    margin: 0 auto 0;
    border: 2px solid var(--main-crd-color);
    object-fit: fill;
}
.ImUserInterest_ .ImUserInterest_ic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    vertical-align: top;
    position: relative;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    margin: 0 auto 0;
    border: 0px solid var(--main-crd-color);
}
.ImUserInterest_ .ImUserInterest_ic>svg {
    color: var(--mainColor)!important;
    width: 32px;
    height: 32px;
    fill: currentColor;
    vertical-align: bottom;
    margin: auto!important;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    direction: ltr;
    position: relative;
    opacity: 0.8;
}
.ImUserInterest_info {
    display: block;
    width: 100px;
    height: 52px;
    overflow: hidden;
    padding: 0 3px;
    white-space: normal;
    font-size: 0.8em;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: var(--mainBlack);
    position: relative;
}
.ImUserInterest_action {
    display: block;
    white-space: normal;
    line-height: 0.8;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
}
.ImUserInterest_action_sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: normal;
    position: relative;
}
.ImUserInterest_action_sec button {
    display: inline-block;
    background-color: var(--mainColor);
    border: 0px solid var(--mainColor);
    color: var(--mainWhite);
    text-decoration: none;
    padding: 3px 10px;
    margin: 1px;
    height: auto;
    min-width: 70px;
    border-radius: 5px;
    margin: 0 auto 0;
}
.INTRactive_yes button {
    display: inline-block;
    background-color: var(--main-crd-color)!important;
    border: 0px solid var(--main-crd-color);
    color: var(--mainBlackOpacity);
    text-decoration: none;
    padding: 3px 10px;
    margin: 1px;
    height: auto;
    min-width: 70px;
    border-radius: 5px;
    margin: 0 auto 0;
}
.Imsug-person,.Imuser-grid {
    flex-shrink: 0;
    display: inline-block;
    background-color: var(--main-crd-color);
    min-height: 100px;
    height: 200px;
    width: 31%;
    max-width: 120px;
    vertical-align: top;
    position: relative;
    margin: 1px 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid var(--main-bg-color);
}
.Imsug-person-avatar,.Imuser-grid-avatar {
    display: block;
    height: 90px;
    width: 90px;
    vertical-align: top;
    position: relative;
    margin: 0 auto 5px;
}
.Imsug-person-avatar>img,.Imuser-grid-avatar>img {
    display: block;
    height: 90px;
    width: 90px;
    vertical-align: top;
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    margin: 0 auto 0;
    border: 2px solid var(--main-crd-color);
    object-fit: cover;
}
.Imsug-person-online-stat,.Imuser-grid-online-stat {
    display: block;
    background: none;
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: -5px;
    right: 5px;
    z-index: 1;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}
.Imsug-person-verified-stat {
    display: block;
    background: none;
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: -5px;
    left: 5px;
    z-index: 1;
    color: var(--mainColor);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
}
.ImProfileheader_user-online-stat {
    display: block;
    background: #04de04;
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: -2px;
    right: 10px;
    z-index: 1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}
.ImProfileheader_user-online-stat>div.online-stat-green img {
    display: none;
    position: relative;
    width: 14px!important;
    height: 14px!important;
}
.Imsug-person-instant-stat {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    background-color: var(--mainWhite);
    border: 2px solid var(--mainWhite);
    border-radius: 2px 8px 2px 8px;
    -webkit-border-radius: 2px 8px 2px 8px;
    -moz-border-radius: 2px 8px 2px 8px;
    -o-border-radius: 2px 8px 2px 8px;
}
.ImProfileheader_user-instant-stat {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 1;
    background: var(--mainWhite);
    border: 2px solid var(--mainWhite);
    border-radius: 2px 15px 2px 8px;
    -webkit-border-radius: 2px 15px 2px 8px;
    -moz-border-radius: 2px 15px 2px 8px;
    -o-border-radius: 2px 15px 2px 8px;
}
.chat-person-instant-stat,.list-person-instant-stat {
    display: block!important;
    width: 18px!important;
    height: 18px!important;
    position: absolute;
    top: 0px;
    right: 1px;
    z-index: 1;
    background-color: var(--mainWhite);
    border: 2px solid var(--mainWhite);
    border-radius: 2px 15px 2px 8px;
    -webkit-border-radius: 2px 15px 2px 8px;
    -moz-border-radius: 2px 15px 2px 8px;
    -o-border-radius: 2px 15px 2px 8px;
}
.list-person-online-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #04de04;
    position: absolute;
    bottom: 2px;
    right: 4px;
    width: 13px;
    height: 13px;
    padding: 0 0 0 0!important;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}
.ImProfileheader_user-instant-stat>div.instant-stat-green img {
    display: inline-block;
    position: relative;
    width: 15px!important;
    height: 15px!important;
}
.Imsug-person-instant-stat>div.instant-stat-green img {
    display: inline-block;
    position: relative;
    width: 12px!important;
    height: 12px!important;
}
.chat-person-instant-stat>div.instant-stat-green img ,.list-person-instant-stat>div.instant-stat-green img {
    display: inline-block;
    position: relative;
    width: 13px!important;
    height: 13px!important;
}
.Imsug-person-cont,.Imuser-grid-cont {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    width: 90px;
    overflow: hidden;
    padding: 0 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--mainBlack);
    height: 75px;
    margin: 0 auto 0;
    vertical-align: bottom;
}
.Imsug-person-cont b,.Imuser-grid-cont b {
    flex-shrink: 0;
    width: 90px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 5em;
    text-overflow: -o-ellipsis-lastline;
}
.Imsug-person-cont small,.Imuser-grid-cont small {
    display: inline-block!important;
    width: 90px;
    font-weight: normal;
    font-size: 11px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}
.Imsug-person-cont button ,.Imuser-grid-cont button {
    display: inline-block;
    background-color: var(--mainColor);
    border: 0px solid var(--main-crd-color);
    color: var(--mainWhite);
    text-decoration: none;
    padding: 3px 10px;
    margin: 1px;
    height: auto;
    min-width: 100%;
    border-radius: 5px;
    margin: 0 auto 0;
}
.Imsug-person-cont button:disabled, .Imsug-person-cont button.disabled, .Imuser-grid-cont button:disabled, .Imuser-grid-cont button.disabled {
    display: inline-block!important;
    background-color: #e8e8e8!important;
    border: 0px solid var(--main-crd-color);
    color: var(--mainBlack);
    text-decoration: none;
    padding: 3px 10px;
    margin: 1px;
    height: auto;
    min-width: 100%;
    border-radius: 5px;
    margin: 0 auto 0;
}
.Imperson-add button:disabled,.Imperson-add button.disabled {
    display: inline-block!important;
    background-color: #e8e8e8!important;
    border: 0px solid var(--main-crd-color);
    color: var(--mainBlack)!important;
}
.Imaddfriend-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: normal;
    position: relative;
}
.Imperson-add {
    display: block;
    white-space: normal;
    line-height: 0.8;
    position: relative;
    min-width: 100%;
    margin-top: 5px;
}
.Imsug-person-cont br,.Imuser-grid-cont br {
    content: ''!important;
    display: block!important;
    margin-bottom: 1px!important;
    clear: both!important;
}
@media screen and (max-width: 768px) {
    .popcard_small {
        top: auto!important;
        bottom: 0px!important;
        transform: translate(-50%,-0%)!important;
        min-height: 200px;
        width: 100%!important;
        border-radius: 8px 8px 0 0!important;
        -webkit-border-radius: 8px 8px 0 0!important;
        -moz-border-radius: 8px 8px 0 0!important;
        -o-border-radius: 8px 8px 0 0!important;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.16), 0 0 10px 0 rgba(0,0,0,0.12);
    }
    .popcard_small_title>div:last-child i._ic {
        height: 24px;
        width: 24px;
        font-size: 16px!important;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        box-shadow: 0 1px 0.5px rgba(11,20,26,.13);
    }
}
.ImDelOptn_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.ImDelOptn_actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 25px 0 0!important;
}
.ImDelOptn_actions div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 100%;
}
.ImInfoDialog_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding: 0 15px!important;
}
.ImInfoDialog_info:not(:empty):not(:nth-child(1)) {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border: none!important;
    width: 100%!important;
    padding: 15px 0 0!important;
    text-align: center!important;
}
.ImInfoDialog_info:nth-child(1):not(:empty) {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border: none!important;
    width: 100%!important;
    padding: 0!important;
    text-align: center!important;
}
.ImInfoDialog_info>span {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    border: none!important;
    width: 50px!important;
    height: 50px!important;
    padding: 5px!important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0 1px 0.5px rgba(11,20,26,.13);
}
.ImInfoDialog_info>span>svg {
    color: var(--mainColor)!important;
    width: 32px;
    height: 32px;
    fill: currentColor;
    vertical-align: bottom;
    margin: auto!important;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    direction: ltr;
    position: relative;
    opacity: 0.8;
}
.ImInfoDialog_info#ImInfoDialog_infoTitle {
    font-weight: bold;
    text-align: center!important;
}
.ImInfoDialog_tip {
    display: flex;
    align-items: flex-start!important;
    justify-content: center!important;
    color: var(--secondary-gray);
    font-size: 11px;
    text-align: center!important;
    padding: 15px 0 0!important;
}
.ImDelOptn_actions button.disabled {
    display: inline-block!important;
    background-color: #e8e8e8!important;
    border: 0px solid var(--main-crd-color);
    color: var(--mainBlack)!important;
    text-align: center!important;
}
#skip1,#skip2,#skip3,#skip4,#skip5 {
    display: inline-block;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    background-color: #e8e8e8!important;
    border: 0px solid var(--main-crd-color);
    text-align: center!important;
    vertical-align: middle;
    color: var(--mainBlack)!important;
    text-decoration: none;
    padding: 8px 10px;
    margin: 1px;
    height: 32px;
    width: auto;
    border-radius: 8px;
    clear: both;
}
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}
.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    @media (max-width: 768px) {
        font-size: 12px;
    }
}
.stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
}
.stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
}
.stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
    border: 2px solid white;
}
.stepper-item.active .step-counter {
    font-weight: bold;
    background-color: var(--mainColor);
    color: var(--mainWhite);
}
.stepper-item.completed .step-counter, .stepper-item.y .step-counter {
    background-color: #4bb543;
    color: #ffffff;
}
.stepper-item.y .step-counter:before {
    content: '\2714';
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: 3;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    color: var(--main-tx-color);
    border: 2px solid white;
}
.stepper-item.completed::after, .stepper-item.y::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #4bb543;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
}
.stepper-item:first-child::before {
    content: none;
}
.stepper-item:last-child::after {
    content: none;
}
.step-name {
    font-size: small;
}
._toast3 div {
    left: 0;
    right: 0;
    bottom: 72px;
    padding: 0 15px;
    text-align: center;
    position: fixed;
    z-index: 1999999;
}
._toast3 div span {
    display: inline-block;
    background: var(--main-tx-color);
    color: var(--mainWhite);
    padding: 10px 15px;
    margin: 0 auto 0;
    text-align: left;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
}
