/*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;
}

/*group experience*/
#group-tabs li a.nav-link {
    background: white;
    margin-right: 20px;
    color: black;
    border-radius: 8px;
    border: 2px solid #cecece;
    font-weight: 600;
}

a.nav-link.active {
    border-color: #5b21b6 !important;
}

#group-tabs li a.nav-link svg {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.group-label {
    color: #5b21b6;
    font-size: 15px;
    font-weight: 600 !important;
}

button.group-btn {
    background: #5b21b6;
    color: white;
    border-color: #5b21b6;
    padding: 7px 30px;
    border-radius: 7px;
    transition: all 0.5s ease;
}

button.group-btn:hover,
button.group-btn:active,
button.group-btn:focus{
    background-color: #5b21b6cf !important;
    border-color: #5b21b6cf !important;
}

.group-detail-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #dddddd;
    border-radius: 9px;
    background: #f7f9fc;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 350px;
}

.group-detail-card .group-person-desc {
    display: flex;
    align-items: center;
    gap: 10px;
}

.group-detail-card .group-person-desc p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.group-detail-card .group-person-desc span {
    font-size: 13px;
    font-weight: 500;
    color: gray;
}

.group-detail-card .group-detail-card i {
    font-size: 17px;
    margin-right: 8px;
    color: gray;
}

.group-detail-card .group-person-desc img {
    border-radius: 100px;
    object-fit: cover;
    height: 40px;
}

.group-requirements-card {
    background: #f7f9fc;
    border-radius: 12px;
    border: 1px solid #d9dadd;
}

.group-requirements-card h6 {
    font-weight: 600;
}

#your-updates textarea {
    resize: none;
}

.itenerary-item h6 {
    font-weight: 600;
}

.itenerary-item p {
    font-weight: 500;
    color: gray;
}

.itenerary-item button {
    border: none;
    background: #f9f8ff;
    color: #5b21b6;
    font-weight: 600;
    padding: 6px 20px;
    border-radius: 8px;
    border: 1px solid #e8e7ec;
}

.itenerary-item .upload-image-label {
    color: gray;
    font-weight: 500;
}

.card.invitation-item {
    border-radius: 9px;
    box-shadow: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.divider {
    height: 60%;
    width: 1px;
    background: #1b1f2326;
    margin: 50px;
}

.group-detail-card div i:first-child {
    margin-right: 10px;
}

.group-contact-members,
.group-emergency-members {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

#group-details .fa-phone {
    color: black;
    text-decoration: none;
}

input.hidden-file-input {
    position: absolute;
    left: 0;
    height: 34px;
    opacity: 0;
}

button.visible-file-input {
    cursor: pointer;
}

.itenerary-container {
    display: flex;
    flex-wrap: wrap;
}

.group-details .group-description {
    display: flex;
    flex-direction: column;
}

.group-details {
    display: flex;
    align-items: center;
    gap: 15px;
}

.group-details .group-description p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.group-details .group-description {
    background: white;
    padding: 10px 14px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
