.hyg-card {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background: #FFF;
    box-shadow: 0 0 3px #676666;
    border-radius: 20px;
    max-width: 550px;
    min-height: 200px;
}

.avatar-preview-div {
    position: relative;
    max-width: 205px;
}

.avatar-preview {
    width: 110px;
    height: 110px;
    position: relative;
    border-radius: 100%;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.24);
    background-size: cover;
    background: #F2F2F2 no-repeat center;
    text-align: center;
    color: #12cb00;
    font-size: 42px;
    object-fit: cover;
}

.av-line {
    line-height: 110px;
}

.avatar-upload .avatar-preview {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background: no-repeat center;
    text-align: center;
    line-height: 130px;
    color: #FFF;
    font-size: 55px;
}

.avatar-company {
    position: absolute;
    left: 90px;
    z-index: 1;
    bottom: 0;
    width: 55px;
    line-height: 55px;
    height: 55px;
    border-radius: 100%;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.24);
    background-color: #F2F2F2;
}

.avatar-company-image {
    left: 0 !important;
    border-radius: 100%;
    object-fit: cover;
    display: block;
    box-shadow: none;
}

.small-card-info {
    font-family: montserratregular, serif;
    display: block;
    word-break: break-word;
    line-height: 30px;
}

.small-card-info.light {
    font-family: montserratregular, serif;
    font-size: 15px;
}

.small-card-info.empty {
    height: 30px;
}

.small-card-info.light-small {
    font-family: montserratregular, serif;
    font-size: 12px;
}

.small-card-info.bold {
    font-size: 16px;
    font-weight: 600;
    font-family: montserratregular, serif;
}

.card-basic-info {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 33px;
}

.card-owner-name {
    font-family: montserratregular, serif;
    font-size: 22px;
    display: block;
}

.card-owner-company {
    font-family: montserratsemibold, serif;
    font-size: 14px;
}

.second-card-col {
    border-left: solid 3px #f2f2f2;
    margin-top: 24px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 30px;
}

.card-position {
    font-family: montserratregular, serif;
    font-size: 15px;

}

.card-others-info {
    font-family: montserratregular, serif;
    display: block;
    font-size: 16px;
    font-weight: 600;
    word-break: break-word;
}

.card-social-btn {
    font-size: 23px;
    /*background-color: #f2f2f2;*/
    /*border-radius: 8px;*/
    padding: 0 4px;
    /*!*box-shadow: 0 0 1px 1px rgba(68, 66, 66, 0.25);*!*/
    /*margin-right: 2px;*/
    /*margin-bottom: 10px;*/
    /*min-width: 32px;*/
}

.fa-facebook {
    color: #596DA2;
    vertical-align: bottom;
}

.fa-linkedin {
    color: #0088C1;
    vertical-align: bottom;
}

.fa-twitter {
    color: #1da1f2;
    vertical-align: bottom;
}

.fa-skype {
    color: #00B7F2;
    vertical-align: bottom;
}

.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    vertical-align: bottom;
}

.fa-snapchat-ghost {
    color: #fffc00;
    vertical-align: bottom;
}

.fa-weixin {
    color: #7bb32e;
    vertical-align: bottom;
}

.view-more-info {
    font-family: montserratsemibold, serif;
    font-size: 12px;
    color: #000;
}

.view-more-info:hover {
    color: #000;
    text-decoration: none;
}

.view-more-info:active {
    color: #000;
    text-decoration: none;
}

.download-card {
    width: 100%;
    height: 50px;
    background-color: #12CA00;
    border-color: #12CA00;
    font-size: 16px;
    text-align: left;
    border-radius: 10px;
    font-family: montserratbold, serif;
}

.download-card:hover {
    width: 100%;
    height: 50px;
    background-color: #12CA00;
    border-color: #12CA00;
    font-size: 17px;
    text-align: left;
}

.download-card:not(:disabled):not(.disabled):active {
    width: 100%;
    height: 50px;
    background-color: #12CA00;
    border-color: #12CA00;
    font-size: 17px;
    text-align: left;
}

.fa-id-card {
    font-size: 20px;
}

.extended-card-fields {
    font-family: montserratregular, serif;
    display: block;
    padding-left: 35px;
    font-size: 16px;
    line-height: 25px;
}

.extended-card-fields .fa {
    vertical-align: baseline;
    width: 18px;
}

.extended-card-name {
    font-weight: 600;
    font-family: montserratsemibold, serif;
}

.avatar-secondary {
    width: 80px;
    height: 80px;
    font-size: 30px;
    margin-right: auto;
    margin-left: auto;
}

.av-secondary-line {
    line-height: 80px;
}

.send-back-title {
    font-family: montserratsemibold, serif;
    text-align: center;
    display: block;
    font-weight: 700;
}

.create-account {
    width: 100%;
    margin-top: 10px;
    height: 40px;
    border: 1px solid #F2F2F2;
    border-radius: 12px;
    background: #F2F2F2;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
}

.create-account-btn {
    padding: 10px 50px;
    background-color: #12CA00;
    border-color: #12CA00;
    border-radius: 15px;
    display: block;
}

.create-account-btn:hover {
    background-color: #12CA00;
    border-color: #12CA00;
}

.create-account-btn:not(:disabled):not(.disabled):active {
    background-color: #12CA00;
    border-color: #12CA00;
}

.create-account-btn:disabled {
    background-color: #8e8e8e;
    border-color: #8e8e8e;
}

#later-click:disabled {
    color: #8e8e8e;
}

/*#later-click {*/
/*color: #12CA00;*/
/*font-weight: 500;*/
/*display: block;*/
/*border: 0;*/
/*background: transparent;*/
/*}*/

#later-click {
    padding: 5px 28px;
    color: #fff;
    font-weight: 500;
    border: 0;
    background: #E64A19;
    border-radius: 15px;
    font-size: 25px;
    font-family: montserratbold, serif;
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.2)

}

#send-info-true {
    padding: 5px 28px;
    color: #fff;
    border: 0;
    font-weight: 500;
    background: #4CAF50;
    border-radius: 15px;
    font-size: 25px;
    font-family: montserratbold, serif;
    box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.2)
}

.send-back-title-div {
    width: 100%;
}

.clickable-account {
    color: black;
}

.clickable-account:hover {
    color: black;
    text-decoration: none;
}

.clickable-account:not(:disabled):not(.disabled):active {
    color: black;
    text-decoration: none;
}

.avatar-company-secondary {
    width: 40px;
    height: 40px;
}

.extended-avatar-company {
    left: 65px;
    width: 35px;
    line-height: 35px;
    height: 35px;
}

.error {
    font-weight: 500;
    color: red;
    font-size: 13px;
}

.view-more-div {
    text-align: center;
}

.extended_card_arrow_up {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.fa-chevron-up {
    font-size: 22px;
    color: gray;
    cursor: pointer;
    align-self: flex-end;
}

#send_error span {
    display: block;
}

#create_error span {
    display: block;
}

#suggested_usernames {
    font-size: 14px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.row.extended_card {
    height: 100%;
    position: relative;
}

.fa-close {
    position: absolute;
    right: 35px;
    font-size: 25px;
    top: 10px;
    color: #aba3a3;
    cursor: pointer;
}

.fa-close-notch {
    position: absolute;
    right: 35px;
    font-size: 25px;
    top: 10px;
    color: #aba3a3;
    cursor: pointer;
}

.send-back-section {
    position: relative;
}

.tutorial-img {
    height: 475px !important;

}

.tutorial-div {
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
}

.hyg-card-hide {
    background: transparent;
    box-shadow: none;
}

.fa-spin{
    font-size: 20px;
}

.hyCard2 {
    min-height: 230px !important;
}
