/*general css*/
.rtl-text {
    direction: rtl;
    unicode-bidi: embed;
}
.ltr-text {
    direction: ltr;
}
.text-truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dash-bottom-border-1px{
    border-bottom: 1px dashed #adb5bd;
}

/*session-alert-wraper-open*/
.session-alert-wraper {
    position: absolute;
    padding: 0px;
    left: 0px;
    text-align: center;
    top: 0px;
    width: 100%;
    z-index: 9999999;
}
.session-alert-wraper .alert {
    margin-bottom: 3px;
}

.az-body-dashboard-nine .session-alert-wraper
{
    top: 0px;
    position: fixed;
}
.session-alert-wraper .close {
    opacity: 1;
    color: #fff;
}
/*session-alert-wraper-close*/

/*pupup alert css open*/
.pupup-main-wraper
{
    position: fixed;
    top: 0px;
    right: 0pc;
    z-index: 9999998;
    display: none;
    width: 25%;
    min-width: 250px;
    padding: 0px;
}
.pupup-main-wraper.show
{
    display: block;
}
.custom-pupup-alert {
    margin: 10px 5px 10px 0px;
}
/*pupup alert css open*/


.form-group .custom-switch {
    padding-top: 35px;
}

/*remove textarea x axix sizing*/
.text-area-x-sizing-remove
{
    resize: vertical;
}

/*data table css*/
.action-td .btn-group {
    width: 100%;
}
.action-td .btn-group .dropdown-menu
{
    width: 100%;
}

.dataTable .status-icon-col {
    text-align: center;
    vertical-align: middle !important;
}
.dataTable .status-icon-col i
{
    font-size: 15px;
}
.table-tags-show-wrapper {
    display: block;
    width: 100%;
}
.table-tags-show {
    display: inline-block;
    width: auto;
    margin: 3px 5px 0px 0px;
    background-color: #007bff;
    border-color: #006fe6;
    color: #fff;
    padding: 2px 5px;
    border: 1px solid #bdc6d0;
    border-radius: 0.2rem;
}

.dataTable .img-thumbnail {
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

.datatable-checkbox-row-select {
    cursor: pointer;
}

/*form section css*/
.multi-lang-input-wrapper{
    border: 1px dashed #adb5bd;
    padding: 10px 10px;
    margin: 10px 0px;
}
.button-wihout-label-margin {
    margin-top: 30px;
}


/*select 2 */
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice{
    background-color: #007bff !important;
    border-color: #006fe6 !important;;
    color: #fff !important;;
}

/*ajax-loader-css*/

.ajax-loader-main-wapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none;
}
.ajax-loader-main-wapper.show {
    display: block !important;
}
.ajax-loader-main-wapper.show.fill-full {
    background-color: #000;
}
.ajax-loader-main-wapper.show.fill-half {
    background-color: #000;
    opacity: 0.6;
}
.ajax-loader-inner-wapper {
    position: relative;
    width: 100%;
    text-align: center;
    top: 40%;
}
.ajax-loader-main-wapper .loader-text {
    color: #fff;
    font-size: 15px;
    position: relative;
    bottom: 15px;
}
.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-facebook div {
    display: inline-block;
    border-radius: 65px;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #fff;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
/*ajax-loader-css*/


/*panel user module css*/
.panel-user-listing-img {
    max-width: 90px !important;
    display: block;
    margin: 0 auto;
}


/*umrah screen css*/
.section-2-inner-box {
    margin: 15px 0px !important;
    padding: 10px 15px 0px !important;
    border: 2px dashed #ababab;
}




