@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900&display=swap');

@font-face {
    font-family: 'Conv_Muli-Regular';
    src: url('../../../admin/dist/css/fonts/Muli-Regular.eot');
    src: local('☺'), url('../../../admin/dist/css/fonts/Muli-Regular.woff') format('woff'), url('../../../admin/dist/css/fonts/Muli-Regular.ttf') format('truetype'), url('../../../admin/dist/css/fonts/Muli-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Muli-ExtraBold';
    src: url('../../../admin/dist/css/fonts/Muli-ExtraBold.eot');
    src: local('☺'), url('../../../admin/dist/css/fonts/Muli-ExtraBold.woff') format('woff'), url('../../../admin/dist/css/fonts/Muli-ExtraBold.ttf') format('truetype'), url('../../../admin/dist/css/fonts/Muli-ExtraBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('../../../admin/dist/css/fonts/Muli-Bold.eot');
    src: local('☺'), url('../../../admin/dist/css/fonts/Muli-Bold.woff') format('woff'), url('../../../admin/dist/css/fonts/Muli-Bold.ttf') format('truetype'), url('../../../admin/dist/css/fonts/Muli-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muli-Black';
    src: url('../../../admin/dist/css/fonts/Muli-Black.eot');
    src: local('☺'), url('../../../admin/dist/css/fonts/Muli-Black.woff') format('woff'), url('../../../admin/dist/css/fonts/Muli-Black.ttf') format('truetype'), url('../../../admin/dist/css/fonts/Muli-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}

/*Custom common styles*/

html {
    position: relative;
    min-height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* background: url("../../../web/profile/img/bg.png") repeat; */
    font-family: 'Muli', sans-serif;
}


.container {
    width: 100%;
    max-width: 600px;
}
a:hover,
a:focus,
button:focus {
    outline: 0 none !important;
}

a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover,
a:focus {
    text-decoration: none;
}


ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.top-section {
    position: relative;
    width: 100%;
    height: 423px;
    left: 0px;
    top: 0px;
    background: #1f1f20;
}

.main-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/** header section **/

header {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 17px 0;
}

header h1 {
    font-family: Muli-Black;
}

.menu-icon {
/* TO DO Needs to revert when we show menu icon on profile */
    /*margin-right: 40px;*/
}

.menu-icon img {
    height: 17px;
    color: #fff;
}

h1 {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.contact-info {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 386px;
    width: 100%;
}

.contact-info li a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info li a img {
    height: 44px;
    width: 44px;
}


li.save-contact {
    min-width: 120px;
    height: 44px;
    background: linear-gradient(142.91deg, #3FA1FC 0%, #007BFF 100%);
    border-radius: 8px;
    text-align: center;
    border: 0;
    width: auto;
    line-height: 44px;
    margin: 0px 6px;
}

li.save-contact a {
    color: #fff;
    font-size: 13px;
    display: block;
    font-weight: 600;
}

.share-icon {
    cursor: pointer;
}

.profile-container {
    display: flex;
}

.feedback-section {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    min-height: 600px;
    padding: 24px 15px 15px;
    margin-top: 17px;
}

.feedback-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

.feedback-review h2 {
    color: #00B184;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

.feedback-review {
    display: flex;
    justify-content: space-between;
}

.feedback-review .rating-outer-btn {
    font-size: 26px;
    margin-top: 10px;
}

.rating-outer-btn .fa-star {
    font-size: 26px;
}

.review-summary {
    text-align: center;
    border-top: 2px solid #E0E6ED;
    padding-top: 10px;
    margin: 10px 0;
}

.review-summary-rating {
    justify-content: center;
    display: flex;
    margin-top: 10px;
}

.review-summary-rating ul {
    display: flex;
    margin-left: 10px;
    align-items: center;
}

.review-summary-rating ul li {
    margin-left: 3px;
}


.review-summary h2 {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.review-summary h3 {
    color: #000;
    font-weight: bold;
    font-size: 28px;
    margin: 0;
}

.review-summary p {
    font-size: 13px;
    font-weight: normal;
    margin-top: 6px;
    color: #000;
}

.review-summary p span {
    color: #4FBBFE;
    font-weight: bold;
    position: relative;
    padding: 0 4px;
    margin-left: 3px;
}

.review-summary p span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 1px;
    height: 10px;
    background: #3B4857;
}

.review-summary-rating ul div {
    font-size: 22px;
}

.fas.fa-star,.fas.fa-star-half-alt {
    color: #FE9C26 !important;
}

.far.fa-star {
    color: #FE9C26;
}
.far.fa-star.white {
    color: #FFFFFF;
}

.media-left {
    padding-right: 10px;
}

.media-left span {
    color: #4FBBFE;
    font-size: 12px;
    font-weight: 600;
    padding-top: 5px;
    display: block;
}

.pro-rat-cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.cropper-btn-content {
    background: #fff;
}



.uploader-sec {
    width: 100%;
    height: 100px;
    background: #fff;
    border: 2px dashed #8492A5;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 10px;
    position: relative;
}

.uploader-sec span {
    font-size: 20px;
    color: #8492A5;
}

.uploader-sec p {
    font-size: 12px;
    color: #273443;
    font-weight: bold;

}

.instruction {
    max-width: 210px;
    width: 100%;
}

.form-row-uploader .instruction p {
    text-align: left;
}


.host-modal .modal-dialog {
    width: 400px;
}

.modal-header {
    border-bottom: 0;
}

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

.pic-default {
    max-width: 100%;
}

.cropper-wrap-box {
    overflow: hidden;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cropper-crop {
    cursor: crosshair;
}

#cropper-modal .img-container {
    max-height: 400px !important;
    overflow: hidden;
    overflow-y: scroll;
}


.docs-buttons {
    margin-top: 20px;
    text-align: center;
    display: flex;
}


.docs-buttons .btn-primary {
    padding: 8px 12px;
    width: auto;
    min-height: auto;
    border-radius: 4px;
    margin: 0 2px;
    background: linear-gradient(142.91deg, #3FA1FC 0%, #007BFF 100%);
    border-color: transparent;
}

.docs-buttons .btn-primary:visited, .docs-buttons .btn-primary:active,.docs-buttons .btn-primary:hover  {
    border-color: transparent;
    background: linear-gradient(142.91deg, #3FA1FC 0%, #007BFF 100%);
}


.modal-trigger {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


#croppedImage {
    max-width: 100%;
    border-radius: 10px;
}

.clear {
    display: none;
}

.cropper-img {
    max-width: 100%;
}

.modal-trigger img {
    max-width: 100%;
    height: auto;
    max-height: 80px;
}

.file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid;
    opacity: 0;
}

.cropper-modal {
    background-color: transparent;
    opacity: 0;
}

.clear {
    position: absolute;
    right: 6px;
    top: 6px;
    color: #8492A5;
    font-size: 20px;
}

.cropper-modal .modal-header .close {
    margin-top: -2px;
    margin-left: auto;
    opacity: 1;
}

.cropper-modal .modal-header {
    display: flex;
}

.add-review-photo-label {
    font-size: 10px;
    font-weight: normal;
    margin-top: 6px;
    color: grey;
}

.pro-rat-cont span {
    color: #575757;
    font-size: 12px;
    font-weight: bold;
}

.profile-rating {
    display: flex;
}

.media-heading {
    color: #273443;
    font-size: 17px;
    font-weight: bold;
}

.profile-rating li {
    font-size: 16px;
}

.rating-description {
    color: #3B4857;

}

.morecontent span {
    display: none
}

.morelink {
    display: inline-block;
    align-items: center;
    position: relative;
    margin-top: 0px;
    font-size: 11px;
    font-weight: bold;
    color: #4FBBFE;
    margin-left: 4px;
}

.morelink:focus {
    color: #4FBBFE;
}

.feedback-right-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
}
.profile-block.new-business-card {
    display: block;
    max-width: 386px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
}

.new-business-card .profile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}

.new-business-card .pf-user-image {
    width: 100%;
    height: 129px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    min-width: 129px;
    max-width: 129px;
}

.new-business-card .pf-logo {
    width: 100%;
    height: 129px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    min-width: 257px;
    max-width: 257px;
}

.pf-logo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0px 10px 0px 0px;
}

.new-business-card .pf-content {
    padding: 10px;
    min-height: 80px;
    background: #c3c3c3;
    border-radius: 0px 0px 9px 9px;
}

.new-business-card .pf-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: Muli-Bold;
}

.new-business-card .pf-content p {
    font-size: 15px;
    color: #000;
}

.business-card-image-title, .business-card-image-mobile {
    font-family: Conv_Muli-Regular;
}

.new-business-card p {
    margin: 10px 0px 0px;
    line-height: 1;
}

.new-business-card .fnt-normal {
    font-weight: normal !important;
}

.new-business-card .profile-image {
    box-sizing: border-box;
    border-radius: 10px 0px 0px 0px;
    height: 100%;
    width: 100%;
}
.fnt-normal {
    font-weight: normal !important;
}

.btn-profile {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.btn-profile .btn-primary {
    background: linear-gradient(142.91deg, #3FA1FC 0%, #007BFF 100%);
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    height: 50px;
    width: 100%;
    min-width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    margin: 0px 0px 10px 0px;
}

.pf-video-sec {
    width: 100%;
    border-radius: 10px;
    background: transparent;
}

.pf-video-sec iframe.wistia_embed {
    width: 100% !important;
    border-radius: 10px;
}

.pf-video-sec .plyr {
    border-radius: 10px;
    margin-bottom: 10px;
}
.pf-video-sec + .pf-video-sec {
    margin-top:0;
}

.plyr__video-wrapper {
    border-radius: inherit !important;
}

.carousal-main {
    height: 230px;
}

.plyr--video {
    border-radius: 8px;
}

.bio-sec {
    background: #fff;
    border: 1px solid #E9EBEE;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.social-platform .bio-sec {
    padding: 10px;
    margin-bottom: 0px;
}

.bio-sec h2 {
    font-size: 16px !important;
    margin: 0 0 10px;
    font-family: Muli-Black;
}

.bio-sec p {
    font-size: 14px;
    color: #3B4857;
    margin: 0;
}

.social-list {
    display: flex;
    justify-content: center;
}

.social-list li {
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 9px;
}

#leaveReview .social-list img {
    margin: 0px;
}

.social-bbb {
    background: #005A77 !important;
}

.social-zillow {
    background: #0074E4 !important;
}

.social-facebook-white {
    background: #475993 !important;
}

.social-facebook {
    background: #3B5998;
}

.social-platform-wrapper {
    -webkit-box-shadow: 0 0px 2px 2px #4FBBFE !important;
    -moz-box-shadow: 0 0px 2px 2px #4FBBFE !important;
    box-shadow:  0 0px 2px 2px #4FBBFE !important;
}

.social-platform {
    display: none;
}

.social-platform ul li {
    padding: 0px !important;
}

.social-instagram {
    background: linear-gradient(90deg, #FEDA75 0%, #FA7E1E 26.56%, #D62976 50.52%, #962FBF 76.56%, #4F5BD5 100%);
    box-shadow: 0px 6px 25px rgba(59, 72, 87, 0.15);
}

.social-linkedin {
    background: #2D9CDB;
}

.social-youtube {
    background: #fd636b; /* Old browsers */
    background: -moz-linear-gradient(top,  #fd636b 0%, #fd6365 33%, #fc6262 36%, #fe6661 78%, #fe675e 78%, #ff6861 85%, #fe6a60 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fd636b 0%,#fd6365 33%,#fc6262 36%,#fe6661 78%,#fe675e 78%,#ff6861 85%,#fe6a60 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fd636b 0%,#fd6365 33%,#fc6262 36%,#fe6661 78%,#fe675e 78%,#ff6861 85%,#fe6a60 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd636b', endColorstr='#fe6a60',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 6px 25px rgba(59, 72, 87, 0.15);
}

.social-twitter {
    background: #1DA1F3;
}

.social-list li a {
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.footer {
    background: #fff;
    font-size: 12px;
    padding: 8px 0;
    color: #4FBBFE;
    font-weight: bold;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    box-shadow: 0px -4px 9px rgba(39, 52, 67, 0.06);
    z-index: 2;
}

.footer p {
    margin-bottom: 0
}

.contact-info.sm {
    display: none;
}

/** share modal **/

.custom-modal-sm .modal-dialog {
    max-width: 335px;
    border-radius: 10px;
    width: 100%;
    margin: 30px auto 0;
}

/* #saveContactModal .modal-dialog {
    max-width: 335px;
    margin: 100px auto 0;
} */

/* .custom-modal-sm ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 0 24px;
}

.custom-modal-sm ul li {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    background: #FFFFFF;
    color: #3B4857;
    box-shadow: 0px 6px 25px rgba(59, 72, 87, 0.15);
    border-radius: 10px;
    padding: 26px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
} */

.custom-modal-sm ul li a {
    color: #3B4857;
}

.custom-modal-sm ul li span {
    min-width: 40px;
    text-align: center;
}

.custom-modal-sm .modal-header {
    padding: 15px;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.custom-modal-sm .close {
    float: none;
    font-size: 14px;
    margin: 0;
    opacity: 1;
    color: #8492A5;
}

#leaveReview .close {
    font-size: 20px;
}

.custom-modal-sm .modal-title {
    font-size: 14px;
    flex-grow: 1;
    text-align: center;
}



.custom-modal-sm ul li img {
    margin-right: 20px;
}

.custom-modal-sm .modal-footer {
    border: 0;
    margin: 0 0 5px;
    justify-content: center;
}

.custom-modal-sm .btn-primary {
    border: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(142.91deg, #3FA1FC 0%, #007BFF 100%);
    border-radius: 8px;
    padding: 13px;
}

#saveContactQrCodeModal .btn-primary {
    width: auto;
    min-width: 82px;
}

.profile-block {
    box-shadow: 0px 6px 25px rgba(59, 72, 87, 0.15);
}

.referral-form {
    margin: 15px 0 10px;
}
.thank-modal{
   max-width: 205px;
    margin: 50px auto 220px;
    border-bottom:1px solid #D3DCE6;
}

.referral-form .row {
    margin: 0px;
}

.referral-form p {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.referral-form p.msg{
    font-size: 14px;
    text-align: left;
    color: #8492A5;
    margin-bottom: 10px;
    font-weight: normal;
}
.referral-form h2 {
   font-weight: 900;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.referral-form .form-control {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #D3DCE6;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    height: 50px;
    line-height: normal;

}

.referral-form textarea.form-control {
    border: 1px solid #E0E6ED;
    padding: 16px;
    resize: none;
    height: 120px;
    line-height: normal;
}

.form-group {
    position: relative;
    float: left;
    width: 100%;
}

.form-control-placeholder {
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    background-color: #fff;
    transition: all 200ms;
}


.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder,
.form-control[disabled="disabled"] + .form-control-placeholder,
.form-control.error + .error + .form-control-placeholder,
.form-control.valid + .error + .form-control-placeholder {
    font-size: 75%;
    -webkit-transform: translate3d(0, -120%, 0);
    transform: translate3d(0, -120%, 0);
    opacity: 1;
    font-size: 12px;
    color: #8492a5;
}

.referral-form .col-xs-6 {
    padding: 0 15px 0 0;
}

.referral-form .col-xs-6:last-child {
    padding: 0;
}

.referral-form label {
    padding: 0;
    color: #8492A5;
    font-weight: normal;
    font-size: 14px;
}

.btn-feedback {
    display: flex;
    justify-content: center;
    padding-top: 0;
}

.btn-feedback .btn,.btn-feedback .btn:hover,
.btn-feedback .btn:active {
    color: #fff;
    font-size: 16px;
    background: linear-gradient(142.91deg, #3FA1FC 0%, #007BFF 100%);
    border-radius: 8px;
    padding: 13px;
}

.btn-cancel {
    background: none;
    border: 1px solid #E0E6ED;
}

.btn.disable {
    background: #D3DCE6;
}

.rating {
    justify-content: center;
    display: flex;
    /* border-bottom: 2px solid #E0E6ED; */
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
}

.rating .fa-star {
    font-size: 25px;
    margin-right: 4px;
}

.share-review-rating {
    justify-content: center;
    display: flex;
    /* border-bottom: 2px solid #E0E6ED; */
    /* padding-bottom: 20px; */
    margin-bottom: 20px;
}

.share-review-rating .fa-star {
    font-size: 25px;
    margin-right: 4px;
}

.social-rating .social-list {
    flex-direction: row;
    padding: 0;

}

.social-rating .social-list li a {
    color: #3B5998 !important;
}

.btn-white {
    background: #fff !important;
    color: #2F80ED !important;
    font-weight: bold !important;
    box-shadow: 0px 6px 25px rgba(59, 72, 87, 0.15);
}

.or-divider {
    font-size: 12px;
    font-weight: bold;
    margin: 12px;
    text-align: center;
    width: 100%;
}

.error-msg {
    font-size: 13px;
    color: #e74b3e;
}

.error-msg-h-15 {
    height: 15px;
}

.error {
    /* border: 1px solid red !important; */
 color: #e74b3e!important;
 font-size: 12px!important;
}

.form-control.error {
    margin-bottom: 6px;
}

.user-image {
    border-radius: 50%;
}

.load-more-container {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.referral-form .form-control[disabled], .referral-form .form-control[readonly]{
    background-color: transparent;
    opacity: 1;
    color: #ddd;
}


.social-platform ul li {
    height: 50px;
    width: 50px;
}

.thankyou-popup-wrapper {
    background: #fff url("../../.../../../web/profile/images/thank-you-bg.png") no-repeat top;
    width: 100%;
    padding: 50px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.thankyou-popup-wrapper img {
    margin: 0 auto;
    margin-top: 120px;
}

.top-success img{ width: 120px; }
.sucess_pop .modal-header {
    padding: 0;
}

.welcome-text {
    text-align: center;
    padding: 60px 40px;
}
.welcome-text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
    margin: 0 0 20px;
}
.welcome-text p {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin: 0 0 0px;
}

.dismiss-text {
    color: #A6A6A6;
    font-size: 16px;
}

.top-success {
    text-align: center;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.pf-logo {
    overflow: hidden;
}

h1.company-name {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: Muli-Bold;
    text-align: right;
    overflow: hidden;
    padding: 0px;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.referral-form input , .referral-form textarea{
    color: #000;
}

h1.profile-image {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    font-family: Muli-Bold;
    height: 100%;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background: linear-gradient(
        0deg, black, transparent);
    border-radius: 16px;
}

.copy-share-link img {
    width: 24px;
    height: 24px;
}


.common-modal .modal-header .close {
    margin-top: -2px;
    background: #F1F2F4;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    opacity: 1;
    color: #7A7F85;
}

.common-modal .modal-content {
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1), 0px 3px 1px rgba(0, 0, 0, 0.02);
    border: none;
}

.common-modal .modal-header, .common-modal .modal-footer {
    border: none;
}

.common-modal .modal-body {
    padding: 22px;
}

.common-modal .form-group {
    margin-bottom: 12px;
}

#add-customer-modal .modal-body {
    text-align: center;
}

.thanks-image {
    margin-top: -67px;
}

.welcome-heading {
    padding: 12px 0px;
}

.welcome-heading h1 {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

.welcome-heading span {
    color: #0097ff;
}

.welcome-heading p {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    display: block;
    align-items: center;
    margin: auto;
    width: 199px;
}

#add-customer-modal .form-control {
    border: 1.5px solid #E9EBEE;
    box-sizing: border-box;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    height: 48px;
    padding: 12px;
}

#add-customer-modal * {
    font-family: 'SF Pro Display', sans-serif;
}

#add-customer-modal ::placeholder,#add-customer-modal :-ms-input-placeholder, #add-customer-modal ::-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #B6BFC9;
}

#add-customer-form {
    text-align: left;
}

.add-customer-btn {
    border: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(142.91deg, #3FA1FC 0%, #007BFF 100%);
    border-radius: 8px;
    padding: 13px;
}

.disclaimer {
    color: #7A7F85;
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-align: center;
}

#customer-phone-number {
    top: -5px;
}

.profile-top {
    border-radius: 20px 20px 0 0;
    background: #F9FAFA;
    padding-top: 24px;
}


/* Custom Profile V2 */
ul, ol, li {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* TYPOGRAPHY */

@font-face{
    font-family:'SF Light';
    src:url('../../../web/profile/fonts/SFProText-Light.ttf') format('truetype');
}

@font-face{
    font-family:'SF Regular';
    src:url('../../../web/profile/fonts/SFProText-Regular.ttf') format('truetype');
}

@font-face{
    font-family:'SF Semibold';
    src:url('../../../web/profile/fonts/SFProText-Semibold.ttf') format('truetype');
}

@font-face{
    font-family:'SF Bold';
    src:url('../../../web/profile/fonts/SFProText-Bold.ttf') format('truetype');
}

.sf-light {
    font-family: 'SF Light';
}

.sf-regular {
    font-family: 'SF Regular';
}

.sf-semibold {
    font-family: 'SF Semibold';
}

.sf-bold {
    font-family: 'SF Bold';
}

.fw-400 {
    font-weight: normal;
}

.dsp-in {
    display: inline-block;
}

.pos-rel {
    position: relative;
}

.align-mid {
    vertical-align: middle;
}

.bs-contain {
    background-size: contain !important;
}

.icon-48 {
    width: 48px;
    height: 48px;
}
.icon-48.icon-clap {
    background: url('../../../web/profile/images/icon-clap.png') center no-repeat;
}

.icon-48.icon-facebook {
    background: url('../images/icon-facebook.png') center no-repeat;
}

.icon-48.icon-text {
    background: url('../images/icon-text.png') center no-repeat;
}

.icon-48.icon-email {
    background: url('../images/icon-email.png') center no-repeat;
}

.icon-48.icon-insta {
    background: url('../images/icon-insta.png') center no-repeat;
}

.icon-45 {
    width: 45px;
    height: 45px;
}

.icon-45.star {
    background: url('../../../web/profile/images/star.png') center center no-repeat;
}

.icon-40 {
    width: 80px;
    height: 80px;
}

.icon-40.icon-1 {
    background: url('../../../web/profile/images/facebook.png') center center no-repeat;
}

.icon-40.icon-2 {
    background: url('../../../web/profile/images/twitter.png') center center no-repeat;
}

.icon-40.icon-3 {
    background: url('../../../web/profile/images/instagram.png') center center no-repeat;
}

.icon-40.icon-4 {
    background: url('../../../web/profile/images/linkedin.png') center center no-repeat;
}

.icon-40.icon-5 {
    background: url('../../../web/profile/images/youtube.png') center center no-repeat;
}

.icon-40.icon-sad {
    background: url('../../../web/profile/images/icon-sad.png') center no-repeat;
}
.icon-40.icon-happy {
    background: url('../../../web/profile/images/icon-happy.png') center no-repeat;
}
.icon-38 {
    width: 38px;
    height: 38px;
}
.icon-38.icon-symbol {
    background: url('../../../web/profile/images/icon-symbol.png') center no-repeat;
}
.icon-38.icon-connect {
    background: url('../../../web/profile/images/icon-connect.png') center no-repeat;
}
.icon-24 {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.icon-24.icon-mail {
    background: url('../../../web/profile/images/icon-mail.png') center no-repeat;
}
.icon-24.icon-copy {
    background: url('../../../web/profile/images/icon-copy.png') center no-repeat;
}

.icon-24.tick-copied {
    background: url('../images/icon-tick-green.svg') center no-repeat;
}

.icon-21 {
    width: 21px;
    height: 21px;
}

.icon-21.icon-7 {
    background: url('../../../web/profile/images/icon-7.png') center center no-repeat;
}

.icon-21.icon-fb {
    background: url('../../../web/profile/images/icon-fb.png') center no-repeat;
}

.icon-21.icon-instagram {
    background: url('../../../web/profile/images/icon-instagram.png') center no-repeat;
}
.icon-21.icon-star-filled {
    background: url('../../../web/profile/images/icon-star-filled.png') center no-repeat;
}

.icon-connect {
    background: url('../../../web/profile/images/connect.png') center center no-repeat;
}

.icon-20 {
    width: 20px;
    height: 20px;
}

.icon-20.symbol {
    background: url('../../../web/profile/images/symbol.png') center center no-repeat;
}

.icon-20.icon-8 {
    background: url('../../../web/profile/images/icon-8.png') center center no-repeat;
}

.icon-20.icon-9 {
    background: url('../../../web/profile/images/icon-9.png') center center no-repeat;
}

.icon-20.icon-check {
    background: url('../../../web/profile/images/icon-check.png') center center no-repeat;
}

.icon-18 {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.icon-18.icon-message {
    background: url('../../../web/profile/images/icon-message.png') center no-repeat;
}

.icon-17 {
    width: 17px;
    height: 17px;
}

.icon-17.icon-share {
    background: url('../../../web/profile/images/share.png') center no-repeat;
}

.icon-17.icon-6 {
    background: url('../../../web/profile/images/icon-6.png') center no-repeat;
    background-size: 14px 17px;
}

.icon-17.icon-send {
    background: url('../../../web/profile/images/icon-send.png') center no-repeat;
}


.icon-15.icon-save {
    background: url('../../../web/profile/images/save.png') center no-repeat;
}

.icon-17.icon-hand {
    background: url('../images/icon-hand.svg') center no-repeat;
}

.icon-16 {
    width: 16px;
    height: 16px;
}

.icon-16.icon-11 {
    background: url('../../../web/profile/images/icon-11.png') center center no-repeat;
    background-size: 16px 13px;
}

.icon-15 {
    width: 15px;
    height: 15px;
}

.icon-15.icon-1 {
    background: url('../../../web/profile/images/icon-1.png') center center no-repeat;
}

.icon-15.icon-2 {
    background: url('../../../web/profile/images/icon-2.png') center center no-repeat;
}

.icon-15.icon-3 {
    background: url('../../../web/profile/images/icon-3.png') center center no-repeat;
}

.icon-15.icon-4 {
    background: url('../../../web/profile/images/icon-4.png') center center no-repeat;
}

.icon-15.icon-5 {
    background: url('../../../web/profile/images/icon-5.png') center center no-repeat;
}

.icon-15.icon-load {
    background: url('../../../web/profile/images/icon-load.png') center center no-repeat;
}

.icon-15.icon-call-text {
    background: url('../../../web/profile/images/call-text.png') center center no-repeat;
}

.fs24px {
    font-size: 24px;
}

.fs22px {
    font-size: 22px;
}

.fs20px {
    font-size: 20px;
}
.fs17px {
    font-size: 17px;
}

.fs16px {
    font-size: 16px;
}

.fs14px {
    font-size: 14px;
}

.fs13px {
    font-size: 13px;
}

.fs12px {
    font-size: 12px;
}

.fs11px {
    font-size: 11px;
}

/* COLOR */
.color-01 {
    color: #fff;
}

.color-02 {
    color: #000;
}

.color-03 {
    color: #00CA67;
}

.color-04 {
    color: #4FBBFE;
}

.color-05 {
    color: #7A7F85;
}

.color-06 {
    color: #323334;
}
	
.color-07 {
    color: #00B25B;
}
.color-08 {
    color: #e6fff4;
}
.color-09 {
    color: #f1f2f4;
}
.color-10 {
    color: #555758;
}
.color-11 {
    color: #FF8A18;
}
.color-12 {
    color: #1E1F1F;
}
.color-13 {
    color: #0087e2;
}
.color-14 {
    color: #555758;
}

.color-15 {
    color: #8e8f8f;
}
.color-16 {
    color: #00B35B;
}
.color-17 {
    color: #3FA1FC;
}

/* BG */
.bg-color-01 {
    background-color: #fff;
}
.bg-color-02 {
    background-color: #000;
}
.bg-color-03 {
    background-color: #00CA67;
}
.bg-color-04 {
    background-color: #4FBBFE;
}
.bg-color-05 {
    background-color: #7A7F85;
}
.bg-color-06 {
    background-color: #323334;
}
.bg-color-07 {
    background-color: #00B25B;
}
.bg-color-08 {
    background-color: #e6fff4;
}
.bg-color-09 {
    background-color: #f1f2f4;
}
.bg-color-10 {
    background-color: #555758;
}
.bg-color-11 {
    background-color: #FF8A18;
}
.bg-color-12 {
    background-color: #1E1F1F;
}
.bg-color-13 {
    background-color: #0087e2;
}

/* Button */
.btn-custom,
.btn-custom:hover,
.btn-custom:active,
.btn-custom:focus  {
    color: #fff;
    font-size: 16px;
    background: linear-gradient(142.91deg, #3FA1FC 0%, #007BFF 100%);
    border-radius: 8px;
    padding: 12px 16px;
    outline: none !important;
}

.btn-custom-11,
.btn-custom-11:hover,
.btn-custom-11:active,
.btn-custom-11:focus  {
    color: #fff;
    font-size: 16px;
    background: linear-gradient(142.91deg, #3FA1FC 0%, #007BFF 100%);
    border-radius: 8px;
    /* padding: 12px 16px; */
    outline: none !important;
}

	
.btn-common {
    color: #fff;
    border-radius: 8px;
    padding: 12px 21px;
    display:inline-block;
    margin-bottom:0;
    font-size:16px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border: none;
}
.btn-common.isDisabled {
    opacity: 0.2;
    pointer-events: none;
}
.btn-custom-01 {
    background: #FE9C26;
}
.btn-custom-01:hover,
.btn-custom-01:active,
.btn-custom-01:focus {
    background: #E67D00;
    color:#FFFFFF;
}
.btn-custom-02,
.btn-custom-02:hover,
.btn-custom-02:active {
    background: #4FBBFE;
}
.btn-custom-03,
.btn-custom-03:hover,
.btn-custom-03:active {
    background: #D94F3D;
}
.btn-custom-04,
.btn-custom-04:hover,
.btn-custom-04:active {
    background: #1877F2;
}
.btn-custom-05,
.btn-custom-05:hover,
.btn-custom-05:active {
    background: #006AFF;
}
.btn-custom-06,
.btn-custom-06:hover,
.btn-custom-06:active {
    background: #015A78;
}
.btn-custom-07,
.btn-custom-07:hover,
.btn-custom-07:active {
    background: #00B67A
    ;
}
.btn-custom-08,
.btn-custom-08:hover,
.btn-custom-08:active {
    background: #1E1F1F;
}

.btn-custom-09 {
    background: #ffffff;
    border: solid 2px #B6BFC9;
}


.btn-custom-google,
.btn-custom-google:hover,
.btn-custom-google:active {
    background: #D94F3D;
}
.btn-custom-facebook,
.btn-custom-facebook:hover,
.btn-custom-facebook:active {
    background: #1877F2;
}
.btn-custom-zillow,
.btn-custom-zillow:hover,
.btn-custom-zillow:active {
    background: #006AFF;
}
.btn-custom-bbb,
.btn-custom-bbb:hover,
.btn-custom-bbb:active {
    background: #015A78;
}
.btn-custom-trust_pilot,
.btn-custom-trust_pilot:hover,
.btn-custom-trust_pilot:active {
    background: #00B67A
    ;
}

.btn-custom-appstore,
.btn-custom-appstore:hover,
.btn-custom-appstore:active {
    background: #1E1F1F;
}

.btn-custom-playstore,
.btn-custom-playstore:hover,
.btn-custom-playstore:active {
    background: #1E1F1F;
}





.btn-custom-09,
.btn-custom-09:hover,
.btn-custom-09:active {
    color: #1E1F1F;
    background: #fff;
    border: 1px solid #E9EBEE;
    box-sizing: border-box;
    border-radius: 8px;
}
.share-link-box {
    position: relative;
    background: #fff;
    border: 1px solid #E9EBEE;
    box-sizing: border-box;
    padding: 11px 8px;
    border-radius: 8px;
}
.copy-link-text {
    width: 90%;
    width: calc(100% - 48px);
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
}
.focus-visible {
    border: none;
    background-color: #FFFFFF;
}

.copy-link-text:hover,
.copy-link-text:active,
.copy-link-text:focus {
    border: none;
    background-color: #FFFFFF;
}

.copy-link-placeholder {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 100%;
    margin: 0 4px;
}
.dialog-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    background: #f1f2f4 url('../../../web/profile/images/icon-close.png') center no-repeat;
    background-size: 16px 16px;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}

.dialog-back {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 32px;
    height: 32px;
    background: #FFFFFF url('../../../web/profile/images/arrow-left.svg') center no-repeat;
    background-size: 24px 24px;
    /* border-radius: 50%; */
    z-index: 1;
    cursor: pointer;
}

.container-fixed {
    margin: 0 auto;
    max-width: 420px;
}

.container-fixed .container {
    width: 100%;
    padding-top: 26px;
}

.dsp-block {
    display: block;
}

.mar-t-5 {
    margin-top: 5px;
}

.mar-t-10 {
    margin-top: 10px;
}

.mar-t-16 {
    margin-top: 16px;
}

.mar-t-20 {
    margin-top: 20px;
}

.mar-t-30 {
    margin-top: 30px;
}

.mar-b-5 {
    margin-bottom: 5px;
}

.mar-b-10 {
    margin-bottom: 10px;
}
.mar-b-12 {
    margin-bottom: 12px;
}

.mar-b-15 {
    margin-bottom: 15px;
}

.mar-b-20 {
    margin-bottom: 20px;
}

.mar-b-30 {
    margin-bottom: 30px;
}

.mar-b-55 {
    margin-bottom: 55px;
}

.mar-b-75 {
    margin-bottom: 75px;
}

.mar-b-100 {
    margin-bottom: 100px;
}

.mar-b-250 {
    margin-bottom: 250px;
}

.mar-l-6 {
    margin-left: 6px;
}
.mar-r-6 {
    margin-right: 6px;
}

.mar-v-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mar-v-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mar-v-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mar-h-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mar-h-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mar-h-30 { 
    margin: 0 30px;
}
.pad-h-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pad-h-16 {
    padding-left: 16px;
    padding-right: 16px;
}
.pad-h-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.pad-v-6 {
    padding-top: 6px;
    padding-bottom: 6px;
}

.pad-v-11 {
    padding-top: 11px;
    padding-bottom: 11px;
}

.pad-v-13 {
    padding-top: 13px;
    padding-bottom: 13px;
}

.pad-v-16 {
    padding-top: 16px;
    padding-bottom: 16px;
}

.pad-t-8 {
    padding-top: 8px;
}

.pad-t-10 {
    padding-top: 10px;
}

.pad-t-16 {
    padding-top: 16px;
}
.pad-t-40 {
    padding-top: 40px;
}

.pad-b-16 {
    padding-bottom: 16px;
}

.pad-b-26 {
    padding-bottom: 26px;
}

.pad-l-32 {
    padding-left: 32px;
}

.pad-r-32 {
    padding-right: 32px;
}

.cursor-pointer{
    cursor: pointer;
}

.btn-list {
    display: flex;
    justify-content: center;
}

.btn-list li {
    padding: 0;
    color: #fff;
    max-width: 80px;
    height: 48px;
    flex: 1;
    margin: 0 5px;
}

.call-dropdown{
    background-color: #323334;
}

.call-dropdown li {
    max-width:inherit;
    height: inherit;
    line-height: 3;
}
.call-button-action,.text-button-action {
    color: #FFFFFF;
}

.ml-3{
    margin-left:20px;
}

.mt-2{
    margin-top:12px;
}

.save-profile {
    background-color: #00B25B !important;
}

.btn-list-btn {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    background: #323334;
    flex-direction: column;
    color: #fff;
    cursor: pointer;
}

/* .btn-list-btn:hover, .btn-list-btn:focus {
    color: #0097FF;
} */

.btn-list-2 {
    display: flex;
    justify-content: space-between;
}

.btn-list-2 li {
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    flex: 1;
    margin: 0 2px;
}

.content-list li {
    border: 1px solid #D3D8DF;
    border-radius: 8px;
    width: 100%;
    min-height: 54px;
    padding: 8px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    cursor: pointer;
}

.content-list-thumb {
    width: 36px;
    height: 36px;
    background: rgba(182, 191, 201, .32);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.content-list-text {
    padding-left: 10px;
}

.content-list-edit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.body-bg {
    background: url('../../../web/profile/images/bg.png') repeat;
    /* background: #1e1f1f; */
}

.main-header {
    position: relative;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
}

.main-header .profile-photo {
    width: 100px;
    height: 100px;
    border-radius: 16px;
    /* background: url('../images/profile.png') no-repeat; */
    background-size: cover;
    margin-right: 8px;
    border: 1px solid grey;
}

.main-header .other-info {
    width: 195px;
    height: 100px;
    background: #fff;
    border-radius: 16px;
    background: url('../images/home.png') center no-repeat;
    background-size: contain;
}

/* .main-header {
    position: relative;
    height: 70px;
    margin-bottom: 65px;
}

.main-header .profile-photo {
    position: absolute;
    top: 70px;
    left: 50%;
    width: 96px;
    height: 96px;
    transform: translate(-50%, -50%);
    border: 2px solid #0087E2;
    border-radius: 50%;
    background: url('../../../web/profile/images/profile.png') no-repeat;
    background-size: cover;
}

.main-header .other-info {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 75px;
    height: 50px;
    background: #fff;
    border-radius: 8px;
    background: url('../../../web/profile/images/home.png') center no-repeat;
    background-size: cover;
} */

/* STAR RATING */

.rate {
    margin: 0 auto;
    display: inline-block;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:24px;
    color: #0087E2;
    margin: 0;
}
.rate:not(:checked) > label:before {
    font-family:'Glyphicons Halflings';
    content: "\e007";
}
.rate > input:checked ~ label:before {
    font-family:'Glyphicons Halflings';
    content: "\e006";
}

/* LAYOUT */

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

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

.flex-v-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.layout-2 {
    border-radius: 20px 20px 0 0;
    background: #F9FAFA;
    padding-top: 24px;
}

.sec-01 {
    background: #fff;
    border: 1px solid #E9EBEE;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 15px;
}

.sec-01.with-shadow {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.06);
}

.sec-02 {
    background: #fff;
    border: 1px solid #E9EBEE;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 7px 8px;
}

.sec-03 {
    background: #fff;
    border: 1px solid #E9EBEE;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 25px 15px;
}

.create-own {
    color: #555758;
    background: #F1F2F4;
    padding: 10px 0;
}

.review-box {
    position: relative;
}

.review-box-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    /* background: #007BFF; */
    border-radius: 50%;
}

.verify-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    bottom: 0;
    background: url('../../../web/profile/images/verify.png') center center no-repeat;
    background-size: contain;
}

.review-star {
    padding: 10px 32px;
    width: 260px;
    height: 48px;
    background: #F1F2F4;
    border-radius: 30px;
    margin: 0 auto;
}

.header-01 {
    background: #fff;
}

.header-01-inner {
    max-width: 420px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.rate .fas.fa-star, .rate .far, .rate .fa-star-half-alt {
    font-size: 21px;
}

	/* New */
.label-type-01 {
    border-radius: 4px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 5px;
}
.label-type-02 {
    border-radius: 4px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 3px;
    min-width: 80px;
    display: inline-block;
    text-align: center;
}
.add-photo-section {
    background: #FFFFFF;
    border: 1.5px dashed #E9EBEE;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px;
}
.add-photo-icon {
    height: 32px;
    background: url('../../../web/profile/images/icon-photo.png') center no-repeat;
    background-size: 32px 28px;
}
.custom-textarea-wrap {
    position: relative;
}
.custom-textarea {
    width: 100%;
    min-height: 70px;
    background: #fff;
    border: 1px solid #E9EBEE;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 32px 16px 16px;
    outline: none;
}
.custom-textarea-label {
    position: absolute;
    top: 3px;
    left: 16px;
    color: #B6BFC9;
    font-size: 12px;
    padding: 7px 0;
    font-weight: normal;
    background: #fff;
    z-index: 1;
}
.custom-textarea-simple {
    width: 100%;
    min-height: 70px;
    background: #fff;
    border: 1px solid #E9EBEE;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px;
    outline: none;
}

.review-icon {
    height: 100px;
    width: 100px;
    border-radius: 6px;
}

.chk-wrap {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* text-align: center; */
    margin-top: 15px;
    padding: 0px 10px;
  }
  .chk-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 1px solid #E9EBEE;
    border-radius: 4px;
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  
  .chk-wrap input:checked ~ .checkmark:after {
    display: block;
  }
  .chk-wrap input:checked ~  .checkmark:after {
    background: #4fbbfe url('../../../web/profile/images/icon-check.png') center no-repeat;
    background-size: 15px 11px;
  }
  .custom-input {
    width: 100%;
    background: #fff;
    border: 1px solid #E9EBEE;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px 16px 16px;
    outline: none;
  }
  .dialog-done-icon {
    width: 80px;
    height: 80px;
    background: url('../../../web/profile/images/icon-done.png') center no-repeat;
    background-size: 80px 80px;
    margin: 0 auto;
}
/* Loader */
.sk-circle {
    margin: 4px auto;
    width: 40px;
    height: 40px;
    position: relative;
  }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #4FBBFE;
    border-radius: 100%;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  }
  .sk-circle .sk-circle2 {
    transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    animation-delay: -0.1s; }
  
  @-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        transform: scale(0);
    } 40% {
        transform: scale(1);
    }
  }
  
  @keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        transform: scale(0);
    } 40% {
        transform: scale(1);
    }
  }
/* CUSTOM INPUT */
.input-group {
    position: relative;
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #E9EBEE;
    box-sizing: border-box;
    border-radius: 8px;
}
.input-group.isDisabled {
    background: #DEE3E7;
    pointer-events: none;
}
.input-group.isDisabled .input-01 {
    color: #000 !important;
}
.input-group.isDisabled .label-01 {
    color: #7A7F85 !important;
}
.input-01 {
    width: 77%;
    width: calc(100% - 10px);
    background: none;
    color: #1E1F1F !important;
    font-size: 14px !important;
    padding: 25px 10px 11px;
    display: block;
    border: none;
    border-radius: 0;
}
.input-01:focus {
    outline: none;
}
.input-01:focus ~ .label-01,
.input-01:valid ~ .label-01,
.input-01:not(:placeholder-shown) {
    top: 8px;
    font-size: 12px;
    color: #B6BFC9;
}

.input-02 {
    width: 77%;
    width: calc(100% - 10px);
    background: none;
    color: #1E1F1F !important;
    font-size: 14px !important;
    padding: 25px 10px 11px;
    display: block;
    border: none;
    border-radius: 0;
}
.input-02:focus {
    outline: none;
}
.input-02:focus ~ .label-02,
.input-02:valid ~ .label-02,
.input-02:not(:placeholder-shown) {
    top: -5px;
    font-size: 12px;
    color: #B6BFC9;
}

.label-01 {
  color: #1e1f1f80;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 18px;
  transition: 150ms ease all;
}

.radius-16 {
    border-radius: 16px;
}

.input-icon {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 8px 8px 0;
    width: 34px;
    height: 100%;
    background: #F8F2F2 url('../../../web/profile/images/icon-phonebook.png') center no-repeat;
    background-size: 16px 19px;
}

.terms-and-condition-text{
    color : #0894c2
}

.modal-content {
    border-radius: 16px;
}

.alert-success-custom {
    color: #FFFFFF;
    background-color: #00B25B;
    border-color: #00B25B;
    margin-top: 12px;
    text-align: center;
    font-size: 17px;
    border-radius: 8px;
    z-index: 1;
    top: 12px;
    margin-left: 12px;
    position: fixed;
    max-width: 344px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.label-gray{
	font-size: 12px;
	line-height: 18px;
	border-radius: 4px;
	background-color:#F1F2F4;
	color:#7A7F85;
}

.btn-hand {
    width: 31px;
    height: 31px;
    position: absolute;
    left: 105%;
    left: calc(100% + 8px);
    top: 0;
}


.footer-01 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 0;
    background: #F1F2F4;
    max-width: 420px;
    margin: 0 auto;
    z-index: 1;
    box-shadow: 0px -0.5px 0px rgba(0, 0, 0, 0.3);
}

.footer-btns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-bottom: 1px solid #a9a9ab; */
    padding: 0 11px 0px;
}

.footer-btn {
    margin: 0 4px;
    width: 100%;
}

.footer-text {
    padding: 5px 16px 0px;
}

.of-hidden {
    overflow: hidden;
}

/* -- LOADER TIMER -- */
.circle-wrap {
    width: 52px;
    height: 52px;
    position: relative;
    border-radius: 999px;
    margin: 0 auto;
    box-shadow: inset 0 0 0 6px #EBEBEB;
}

.l-half, .r-half {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.l-half:before, .r-half:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 6px solid #FE9C26;
    animation-duration: 8s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.l-half:before {
    border-right: none;
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    transform-origin: center right;
    animation-name: l-rotate;
}

.r-half:before {
    border-left: none;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    transform-origin: center left;
    animation-name: r-rotate;
}

.platform-redirect-count {
    position: absolute;
    width: 100%;
    line-height: 52px;
    text-align: center;
    font-size: 24px;
    font-family: Helvetica;
    color: #FE9C26;
    z-index: 2;
    animation: fadeout 0.5s 9s 1 linear;
    animation-fill-mode: forwards;
}

@keyframes l-rotate {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(-180deg); }
    100% { transform: rotate(-180deg); }
}

@keyframes r-rotate {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(0deg); }
    100% { transform: rotate(-180deg); }
}

@keyframes fadeout {
    0% { opacity: 1; }
    100% { opacity: 0.5; }
}


.icon-circle-ph, .icon-circle-re {
    width: 88px;
    height: 88px;
    border-radius: 50%;
}

.icon-circle-ph {
    background: #F1F2F4 url(../images/icon-phone-black.svg) no-repeat center;
}

.icon-circle-re {
    background: #F1F2F4 url(../images/icon-repcard.svg) no-repeat center;
}

.div-sep {
    width: 70px;
    height: 88px;
}

.qr-code-image {
    width: 185px;
    height: 185px;
    margin: 8px;
    background: url(../images/qr-code.png) center no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.btn-list-3 {
    display: flex;
    justify-content: center;
}

.btn-list-3 li {
    padding: 0;
    margin: 0;
    width: 84px;
    height: 84px;
    margin: 0 2px;
}

.btn-list-btn-3 {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.share-link-box {
    position: relative;
    background: #fff;
    border: 1px solid #E9EBEE;
    box-sizing: border-box;
    padding: 11px 8px;
    border-radius: 8px;
}

.copy-link-text {
    width: 90%;
    width: calc(100% - 48px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.copy-link-placeholder {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 100%;
    margin: 0 4px;
}

.btn-custom-10,
.btn-custom-10:hover,
.btn-custom-10:active {
    color: #1E1F1F;
    background: #fff;
    border: 2px solid #7A7F85;
    box-sizing: border-box;
    border-radius: 8px;
}

.copied-text {
    position: relative;
}

.copied-tick {
    position: absolute;
    right: 0;
    top: 0;
}

.input-copy {
    border: none;
    width: 85%;
}

.save-phone-btn {
    border: none;
    background: none;
}

.iti__selected-flag {
    border-radius: 8px 0px 0px 8px;
}

.toast-container {
    background: #fff;
    border-radius: 0 0 8px 8px;
    display: flex;
    justify-content: center;
    position: fixed;
    margin-left: -15px;
    max-width: 420px;
    top: 0;
    z-index: 3;
}

.save-icon {
    min-width: 36px;
    width: 36px;
    height: 36px;
    background: url(../images/icon-save.png) no-repeat center;
}

.save-btn {
    min-width: 65px;
    height: 30px;
    line-height: 30px;
    background: #00B35B;
    color: #F9FAFA;
    border-radius: 6px;
}

.toast-msg {
    padding: 0 8px;
}

.save-btn:hover,.save-btn:active, .save-btn:focus {
    color: #fff;
}

.dis-flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.bg-light-gray {
    background: #DEE3E7;
}

.bg-light-gray .input-01 ~ .label-01 {
    top: 8px;
    font-size: 12px;
    color: #B6BFC9;
}

.bg-light-gray .input-01 {
    pointer-events: none;
}

.icon-24.icon-share-2 {
    background: url('../../../web/profile/images/share-icon.svg') center center no-repeat;
}
.call-to-action-btn{background: #000 !important;}
[data-initials]:before {
    background: #000000;
    color: white;
    content: attr(data-initials); 
    display: inline-block; 
    font-weight: 600; 
    border-radius: 50%; 
    margin-right: 0.5em; 
    width: 38px; 
    height: 38px; 
    line-height: 38px; 
    font-size: 18px;
    text-align: center; 
    }



    .input-preview__src {
        display: none !important;
    }
    
    .input-preview {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        transition: ease-in-out 750ms;
    }
    
    .input-preview::after {
        position: absolute;
        top: -14%;
        left: 0;
        width: 100%;
        text-align: right;
        transform: translateY(50%);
        content: "";
        font-size: 1em;
    }
    
    .has-image::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        transition: ease-in-out 750ms;
    }

    #removeImg{
        float: right;
        color: red;
        position: relative;
        left: -10px;
        top: -5px;
        z-index: 100;
        cursor: pointer;
    }

    .main-review-star {
        cursor: pointer;
    }