.alert {
    border: 0;
    position: relative;
    padding: .95rem 1.25rem;
    border-radius: 1px;
    color: inherit;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 14px 0 rgba(18, 38, 63, .26);
    -moz-box-shadow: 1px 1px 14px 0 rgba(18, 38, 63, .26);
    box-shadow: 1px 1px 14px 0 rgba(18, 38, 63, .26)
}
.alert [data-notify=icon] {
    display: block
}
.alert [data-notify=icon]::before {
    line-height: 35px;
    font-size: 22px;
    display: block;
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 30px;
    text-align: center;
    color: #fff
}
.alert [data-notify=title] {
    display: block;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px
}
.alert [data-notify=message] {
    font-size: 13px;
    color: #908e8e
}
.alert .close {
    background: rgba(255, 255, 255, .8);
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 12px!important;
    border-radius: 50%
}
.alert-default {
    border-left: 4px solid #1a2035
}
.alert-default [data-notify=icon]:before {
    background: #1a2035
}
.alert-primary {
    border-left: 4px solid #eb5353
}
.alert-primary [data-notify=icon]:before {
    background: #eb5353
}
.alert-secondary {
    border-left: 4px solid #eb5353
}
.alert-secondary [data-notify=icon]:before {
    background: #eb5353
}
.alert-info {
    border-left: 4px solid #eb5353
}
.alert-info [data-notify=icon]:before {
    background: #eb5353
}
.alert-success {
    border-left: 4px solid #31ce36
}
.alert-success [data-notify=icon]:before {
    background: #31ce36
}
.alert-warning {
    border-left: 4px solid #ffad46
}
.alert-warning [data-notify=icon]:before {
    background: #ffad46
}
.alert-danger {
    border-left: 4px solid #f25961
}
.alert-danger [data-notify=icon]:before {
    background: #f25961
}   .active-show{
    background-color: #008FE1 !important;
    color: white!important;
}
#search-results {
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 999;
    display: none;
    /* Initially hidden */
}

.search-result-item {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.search-result-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.search-result-item:hover {
    background-color: #f1f1f1;
}

.form-group .intl-tel-input{
    width: 100%;
}
.form-group .intl-tel-input .form-control{
    min-width: auto !important;
    width: 100%;
}

.auth-page{
    z-index: auto;
}