
.verify {
    width: 22px;
    height: 22px;
    background: #19c337;
    color: white;
    font-size: 12px;
    padding-top: 5px;
    text-align: center;
    border-radius: 75%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-left: 5px;
}

/***====================================
===============================
        alert message
        ===============================
====================================***/
.alertMsg {
    text-align: center;
}

.alertMsg > .alert {
    padding: 7px 7px;
    border-radius: 0;
    /*margin: 0 0 10px;*/
    margin: 15px 0 10px 0;
    width: 100%;
}

.alert-info {
    margin: 0 !important;
    border-radius: 0;
}



/**====================================
===============================
        validation error
        ===============================
====================================**/

.error{
    border-color:Red !important;
    border-style:solid;
    border-width:1px;
}


/**====================================
===============================
        delete images
        ===============================
====================================**/


.img-blk{
    margin-bottom: 10px;
}
.img-blk img{
    height:100px;
    margin-bottom: 10px;
}

/**====================================
===============================
        top pbar
        ===============================
====================================**/

.pBar {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
    z-index: 99999;
}

.pBar > span {
    display: block;
    width: 100%;
    height: 100%;
    background: #37b36f;
}

/**====================================
===============================
        chat tips
        ===============================
====================================**/

/*.filesAtch {
    margin: -2px -2px 2px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filesAtch > span {
    position: relative;
    max-width: 14ch;
    background: #f5f8fa;
    color: #444;
    font-size: 12px;
    margin: 2px;
    padding: 2px 7px 4px;
    padding-right: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.filesAtch > span.fail {
    color: #cc3c3c;
}

.filesAtch > span > i {
    position: absolute;
    top: 5px;
    right: 3px;
    cursor: pointer;
}

.filesAtch > span > em {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #b797e0;
}*/

/***====================================
===============================
        upload bar
        ===============================
====================================***/
.uploadBar{
     border: 1px solid #ccc;
     border-radius: 50%;
     height: 5px;
     margin-top: 5px;
     background: #fff;
     overflow: hidden;
}
.uploadBar>span{
    display: block;
    border-radius: 50%;
    width: 0%;
    height: 100%;
    background: #da2234;
}
/**====================================
===============================
        mini Loader
        ===============================
====================================**/
.loadBtn {
    margin-top: 15px;
    text-align: center;
}
#miniLoader,.cstmMiniLoader {
    min-height: 200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

#miniLoader span,.cstmMiniLoader span {
    width: 18px;
    height: 18px;
    background: #12b579;
    margin: 0 3px;
    border-radius: 75%;
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: rgba(23, 57, 88, 0.2) 0 0 20px 0;
    box-shadow: rgba(23, 57, 88, 0.2) 0 0 20px 0;
}

#miniLoader span:nth-child(1),.cstmMiniLoader span:nth-child(1) {
    background: #ffb2b2;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

#miniLoader span:nth-child(2),.cstmMiniLoader span:nth-child(2) {
    background: #b797e0;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
    }
}

@keyframes tp-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
    }
}

/*========== Autocomplete ==========*/

.ui-menu.ui-widget-content {
    border: 1px solid #eee;
    background: #fff;
    color: #444;
    -webkit-box-shadow: #000 1px 1px 5px -3px;
    box-shadow: #000 1px 1px 5px -3px;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-front {
    z-index: 100;
}

.ui-menu .ui-menu-item {
    display: block;
    margin: 0;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 4px 10px 4px 4px;
}

.ui-menu .ui-menu-item-wrapper:hover {
    background: #f5f5f5;
    color: #444;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    /*border: 1px solid #f5f5f5;*/
    background: #f5f5f5;
    color: #444;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #f5f5f5;
    background-color: #444;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #444;
    text-decoration: none;
}
.visHide{
    position: absolute;
    right: 0;
    bottom: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

.intl-tel-input .flag-dropdown, 
.intl-tel-input .flag-container {
    display: none !important;
}
/* .intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
    padding-left: 12px;
} */

/**====================================
===============================
        App Loader
        ===============================
====================================**/
.appLoad {
    position: relative;
    min-height: 200px;
}

.appLoad .appLoader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.appLoad .spiner {
    width: 40px;
    height: 40px;
    border: 4px solid var(--secondary-color);
    border-right: 4px solid #4a494912;
    border-radius: 75%;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}