/* CLASSES */

/* login */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}


.Termspopup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    display: none;
}


#CaptchaImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#CaptchaInputText {
    width: 100%;
    /*        margin-top:-20px;
        */
}
/*body {
                overflow: hidden;*/ /* Hide scrollbars */
/*}*/
#login {
    margin: 30px auto;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}
 
.Left {
    left: 0px !important
}

/* login */

/* UnAuthorized */

#error_page {
    height: 610px;
}
/* UnAuthorized */

/* EmptyAttachmentAdmin*/
.card {
    /* other default style */
    grid-row: 2/3;
    grid-column: 2/3;
    margin: 0 auto;
    display: grid;
    grid-template-rows: 1fr 6fr 1fr;
}


.card div {
    grid-row: 2/3;
}
/* EmptyAttachmentAdmin*/

/* AddDependency */
.py-3 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}
/* AddDependency */

/* UpdateInformation */
.cen {
    color: #221d90;
    padding: 1px;
    text-align: center;
}
.box_general.padding_bottom {
    padding: 1px;
}

/* UpdateInformation */

/* UpdateInformationByMember */ 
.modal { 
    position: absolute;
    top: 50px;
    right: 100px;
    bottom: 0;
    left: 0;
    z-index: 10040;
    overflow: auto;
    overflow-y: auto;
}

#app_section {
    /*background: #3f4079 url(../img/hero_bg_1.svg) repeat fixed;*/ /*comment by osama*/
    padding: 11% 0 327px 0;
    color: #fff;
}

#app_section_DataCleansing {
    /*background: #3f4079 url(../img/hero_bg_1.svg) repeat fixed;*/ /*comment by osama*/
    padding: 11% 0 5% 0;
    color: #fff;
}

.modal-backdrop {
    visibility: hidden;
}

.justify-content-Center{
    justify-content:center !important;
}

.margin-top5 {
    margin-top: 5%;
}
.IDwiseWidth{
    width:48% !important;
}
.MiniPlaceHolder {
    width: 100%;
}
.MiniPlaceHolder::placeholder {
    font-size: 1px !important;
    }
.UpdatePageheight{
    height:770px;

}
@media (max-width:575px) {
    .UpdatePageheight {
        height: 1700px;
    }
}
.UpdatePageMargin {
    margin-top: -135px;
}
@media (max-width:575px) {
    .UpdatePageMargin {
        margin-top: 0px;
    }
}
.xlargfontSize {
    font-size: x-large !important;
}
.NumberOfMemberCircle {
    width: 20px;
    height: 20px;
    background-color: #221d90;
    color: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}

.tooltip-icon {
    position: relative;
    display: inline-block;
    margin-left: 6px;
    color: #007bff;
    cursor: pointer;
}

    .tooltip-icon .fa-info-circle {
        font-size: 14px;
    }

/* Default behavior for desktops */
.tooltip-image {
    display: none;
    position: absolute;
    top: -120px;
    left: -260px;
    z-index: 1000;
    background: rgb(209 138 97);
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    width: 250px;
}

    .tooltip-image img {
        width: 100%;
        height: auto;
        display: block;
    }

.tooltip-icon:hover .tooltip-image {
    display: block;
}

/* Mobile behavior: Center image in the screen */
@media (max-width: 768px) {
    .tooltip-image {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80vw;
        max-width: 300px;
        border: 1px solid #ccc;
        background: rgb(209 138 97);
        z-index: 9999;
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
        padding: 8px;
        border-radius: 8px;
    }
}
