#signIn_blade #recaptcha-container {
    display: flex;
    justify-content: center;
}

#signIn_blade .iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    width: 100%;
    margin-bottom: 2em;
}
/* .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background: #fff8f8 !important;
    height: 14px;
    width: 25px;
    text-align: center;
    font-size: 26px;
    margin-top: 0px;
    left: -10px;
    opacity: 0.7;
    top: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 0px 15px 0px 35px  !important;
}
 */

html:not([dir=rtl]) .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    right: 0.1rem;

    top: -4px;
}

html:not([dir=rtl]) .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-right: 0.3rem;
    padding-top: 8px;
    margin-right: 1em;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #14a1a79e !important;
    border-color: #14a1a79e !important;

}
.select2-container--classic .select2-results__option[aria-selected='true'], .select2-container--default .select2-results__option[aria-selected='true'] {
    background-color: #14a1a79e !important;
}
.select2-container--classic .select2-results__option[aria-selected='true'], .select2-container--default .select2-results__option[aria-selected='true'] {
    background-color: #14a1a79e !important;
}
.select2-container--classic.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #14a1a79e !important;
    outline: 0;
}
.select2-container--default .select2-results__option--highlighted:not([aria-selected=true]) {
    background-color:#daf0f19e !important;
    color: #14a1a79e !important;
}
.testmode_cls{
    position: absolute;
    right: 0;
    top: 0px;
}
.button-enabled {
    background-color: #af7ab3; /* Original button color */
    color: white; /* Original text color */
    cursor: pointer;
}
.button-disabled {
    background-color: #c7acc9;
    color:white; /* Disabled text color */
    cursor: progress !important;
}
/* home page banner height fixed (1920*1080 )*/
.banner-img img {
    max-height: 700px !important;
}
.help-text small {
    color: #e66525 !important/* Adjust the color as needed */
}
.upload_btn_set{
    position: absolute;
    left: 10%;
    top: 20%;
}
.contact_map_set{
    border: 0;
    position: relative;
    top: -97px;
    margin-bottom: -100px;
}
/* website setting tooltip for url */
.tooltip-icon {
    position: absolute;
    cursor: pointer;
    margin-left: 14px;
    padding-top: 5px;
    top: 40px;
    color: #434950;
    font-size: 15px;
    vertical-align: middle;
}

.payment-badge{
    width: 7em;
    height: 2em;
    font-size: 13px;
    padding: 6px;
    margin: 4px -6px;
}
.addproduct{
    border-color: #af7ab3 1px solid !important;
    border: 1px solid #e8e2e8 !important;
}
.addproduct :hover{
    background-color: #06283d;
}
.downloadapp-content-btn-new a img {
    height: 70px;
    width: 220px;
    object-fit: contain;
}

.upload-image-preview-cls-btn{
   width: 150px;
   cursor: pointer;
}

/* General styling for the image preview */
img.image-preview-cls {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

/* Apply specific styles when the image source contains "no-image.png" or "no-image.jpg" */
img.image-preview-cls[src*="no-image.png"],
img.image-preview-cls[src*="no-image.jpg"] {
    object-fit: contain;
    border: 1px dotted;
}

.img-footer{
    margin-top: 5px;
}

p.img-label{
    margin-top: 10px;
    margin-bottom: 0px;
}


img.user-avatar {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

img.user-avatar[src*="no-image.png"]{
    object-fit: contain;
    border: 1px dotted;
}



small#help-text,
small#testmode-help-text, 
small#firebase-help-text,
small#twilio-help-text,
small#fast2sms-help-text,
small#Factor2-help-text
{
    color: #9e4716 !important;
    font-weight: 800;
}

