.app-content--inner{
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),  url('https://worldofpeace.de/wp-content/uploads/2023/08/WOP-Logo-Positiv-1024x340.png') center fixed no-repeat;
}

.he-50{
    height: 50px !important;
}

.obligatory{
    color: red;
}

.wh-color{
    color: #009ee2;
    font-weight: 900 !important;
}

.progress-span{
    position: absolute;
    top: 117px;
    right: 48%;
    font-size: 12px;
}

.progress{
    background-color: #cbcbcb;
}

.wh-background{
    background-color: #009ee2 !important;
}
.btn-whipso{
    color: #fff;
    background-color: #009ee2 !important;
    border-color: #009ee2 !important;
}

.btn-wop-green{
    color: #fff;
    background-color: #a5ca38 !important;
    border-color: #a5ca38 !important;
}

.btn-wop-darkblue{
    color: #fff;
    background-color: #00354f !important;
    border-color: #00354f !important;
}

.wop-darkblue-color{
    color: #00354f !important;
}

table a:not(.btn), .a-underline{
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-underline-offset: 5px;
}

.opaque-menu{
    background-color: rgba(255,250,250, 0.5);
}

.text-bold{
    font-weight: bold;
}

/** TABLE SETTINGS */
.clean-table td { text-align: right; }
.clean-table td:first-child { text-align: left; }


/** TOOLTIPS */
/* line 21, src/scss/components/_tooltips.scss */
.tooltip-whipso.show {
    opacity: 1;
}

/* line 25, src/scss/components/_tooltips.scss */
.tooltip-whipso .tooltip-inner {
    background: #009ee2;
    color: #ffffff;
}

/* line 33, src/scss/components/_tooltips.scss */
.tooltip-whipso.bs-tooltip-auto[x-placement^="top"] .arrow::before, .tooltip-whipso.bs-tooltip-top .arrow::before, .tooltip-whipso.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #009ee2;
}

/* line 42, src/scss/components/_tooltips.scss */
.tooltip-whipso.bs-tooltip-auto[x-placement^="right"] .arrow::before, .tooltip-whipso.bs-tooltip-right .arrow::before, .tooltip-whipso.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #009ee2;
}

/* line 51, src/scss/components/_tooltips.scss */
.tooltip-whipso.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, .tooltip-whipso.bs-tooltip-bottom .arrow::before, .tooltip-whipso.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #009ee2;
}

/* line 60, src/scss/components/_tooltips.scss */
.tooltip-whipso.bs-tooltip-auto[x-placement^="left"] .arrow::before, .tooltip-whipso.bs-tooltip-left .arrow::before, .tooltip-whipso.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #009ee2;
}

.whipso-header{
    font-size: 22px;
    font-weight: bold;
}

.whipso-header-lite{
    font-size: 20px;
    font-weight: bold;
}

.center-cropped {
    width: 100%;
    height: 200px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
}

/* Set the image to fill its parent and make transparent */
.center-cropped img {
    min-height: 100px;
    min-width: 100px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* modern browsers */
    opacity: 0;
}

.child-container{
    transition: opacity 2s ease-out 100ms;
}

.child-container:hover{
    opacity: 40%;
}

.orphan_avatar_preview{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2%;
}

.info-bar{
    font-size: 16px;
    color: inherit;
}

.info-bar > i{
    width: 8%;
    height: 8%;
}

.slick-dots{
    margin-top: 10px;
}

.slider-item{
    background-color: white;
}

.avatar-profile-flag{
    position: absolute;
    top: 20px;
    left: 38%;
}

.desert-bg{
    height: 400px;
    background-image: url("https://paten.worldofpeace.de/img/bg/landscape.jpg");
    background-size: cover;
    border-radius: 5px 5px 5px 5px;
}

.orphan_avatar_preview{
    border: 2px solid white;
}

.paper{
    position: absolute;
    height: 100%;
    width: 80px;
    left: -580px;
    z-index: 0;
}

.desktop-view{
    margin-left: 15%;
    margin-right: 15%;
}

.header-img{
    height: 100%;
}

.info-card{
    min-height: 300px;
}

.slider-item{
    text-align: left;
    font-size: unset;
    line-height: unset;
    color: unset;
    padding: 10px;
}

.small-text{
    font-size: 14px;
}

.news_image{
    width: 100px;
    cursor: pointer;
}

.table-upload{
    position: absolute;
    left: 74px;
    margin-top: 24px;
    color: #009ee2;
    border-radius: 50%;
    background-color: rgba(0,53,79,0.7);
}

.center-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.slick-slider::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.slick-slider {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.slick-dots{
    position: absolute;
    bottom: 10px;
}

@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */
    .desktop-padding{
        padding-left: 22%;
        padding-right: 22%
    }
}

@media only screen and (max-width: 600px) {
    .avatar-profile-flag{
        position: absolute;
        top: 26px;
        left: 28%;
    }

    #project-preview-image{
        display: none;
    }

    .mobile-p0{
        padding-left: 0;
        padding-right: 0;
    }

    .paper{
        position: absolute;
        height: 60px;
        width: inherit;
        left: 0;
        top: -60px;
    }

    .desktop-view{
        margin-left: -25px;
        margin-right: unset;
    }

    .header-img{
        height: unset;
        width: 40%;
    }
}
