.widget-body-no-padding {
    padding: 0 !important;
}


.popup-outer {
    display: none;
    position: fixed;
    align-items: center;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 10002;
}

.popup-inner {
    margin: 0 auto;
    background-color: white;
    min-width: 50vw;
    min-height: 50vh;
}


.tooltip-inner {
    max-width: 300px;
    padding: 6px 12px;
    color: #000;
    background-color: #eee;
    border-radius: .25rem;
    line-height: 1.1;
    box-shadow: 0 0 5px black;
}


textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
a:focus-visible {
    outline: 0 !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}


.page-imagesubject-div {
    padding: 100px 0;
    position: relative;
    margin-bottom: 3rem;
    min-height: 450px;
    display: flex;
    align-items: center;
}

.page-imagesubject-div h1 {
    color: white;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
}

.page-imagesubject-div p {
    color: white;
    margin-bottom: 0;
    margin-top: 1rem;
    text-align: center;
}

.page-subject-div {
    padding: 50px 0 30px;
    position: relative;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
}

.page-subject-div h1 {
    color: var(--primary);
    margin-bottom: 0;
    text-align: left;
    font-weight: 700;
}

.page-subject-div p {
    color: var(--secondary);
    margin-bottom: 0;
    margin-top: 1rem;
    text-align: left;
}


.personal-header {
    background-image: linear-gradient(180deg, rgb(111, 121, 146), rgb(89, 97, 117));
    height: 400px;
    margin-bottom: 3rem;
}

.personal-header-container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.personal-header img {
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.personal-header h1 {
    color: white;
    width: 50%;
    text-align: center;
    font-variant: small-caps;
    scale: 1.5;
}

.personal-header h2 {
    color: rgba(255, 255, 255, 0.8);
    width: 50%;
    text-align: center;
}

@media (max-width: 991px) {
    .personal-header {
        height: 350px;
    }

    .personal-header img {
        height: 350px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .personal-header h1 {
        scale: 1.2;
    }

}

@media (max-width: 767px) {
    .personal-header {
        height: 600px;
    }

    .personal-header-container {

        justify-content: flex-start;
    }

    .personal-header img {
        position: absolute;
        bottom: 0;
        right: calc(50% - 200px);
    }

    .personal-header h1 {
        width: 100%;
        margin-top: 3rem;
    }

    .personal-header h2 {
        width: 100%;
        margin-top: 2rem;
    }

}

.card-title {
    margin-bottom: 0 !important;
}

.mt-100 {
    margin-top: 100px;
}

.backInBlack {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 20000;
    display: flex;
    align-items: center;
}

.backInBlack img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
}

.ubtn {
    border: 1px solid var(--secondary);
    color: var(--bs-dark);
    background-color: var(--secondary);
    padding: 4px 40px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
