.md-country-picker-flag {
    position: absolute;
    left: 0;
    height: 20px;
}

.mbsc-scroller-wheel-item-2d .md-country-picker-item {
    transform: scale(1.1);
}

.btns_upload-images{
    max-width: 7%;
    cursor: pointer;
    transition: 0.7s;
}
.btns_upload-images:hover{
    transform: scale(1.1);
}

.content-whatsapp-number{
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #3CBA27;
    border-radius: 7px;
    padding: 8px 2px;
    margin-bottom: 6px;
}
.mbsc-ios.mbsc-textfield-wrapper{
    width: 260px;
}
.content-main-clipboard{
    border: 1px solid #4d88ff;
    padding: 6px;
    border-radius: 7px;
    margin-bottom: 11px;
}
.svg-clipboard-icon{
    max-width: 6%;
}
.content-visit-emails{
    display: flex;
    border: 1px solid #00BCD4;
    padding: 6px;
    border-radius: 7px;
    margin-bottom: 10px;
}
.mbsc-ios.mbsc-scroller-pointer .mbsc-wheel-item-checkmark.mbsc-ltr{
    line-height: 20px !important;
    /* height: 35px !important; */
}

.mbsc-ios.mbsc-wheel-checkmark{
    position: relative;
    float: right;
}
.content-whatsapp-number > label{
    margin-bottom: 0;
}
#whatsapp_number{
    border: 1px solid #CCC;
    width: 210px;
    height: 35px;
    margin: 0;
    /* padding: 6px 12px; */
    border-radius: 2px;
    font-family: inherit;
    font-size: 100%;
    color: inherit;
}