.scEmptyPlaceholder {
    min-height: 100px;
    min-width: 100px;
}


/*TODO delete after  FE integration*/
.slider .scLooseFrameZone.scEnabledChrome {
    height: 100%;
}


.blockTitle.doc-group-title {
    font-size: 20px;
}

.docBlock {
    padding-left: 0px;
}

.doc-group .docBlock {
    padding-left: 40px;
}

@media (max-width: 768px) {
    .doc-group .docBlock {
        padding-left: 15px;
    }
}

#header .navbar .navbar-collapse .langWrapper .lang_sel_list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex !important;
}

.dropdown-filter .button-group .btn:after {
    display: inline-block;
    margin-left: 14px;
    vertical-align: 2px;
    content: url(/assets/img/arrow-down-yellow.svg);
    border: none;
    width: 24px;
    height: 24px;
}

/*TODO end delete*/

.accordion .card {
    overflow: hidden;
    border-bottom: none !important;
}

.emptyModuleEditFrameFill {
    min-height: 250px;
}

.marginTop {
    margin-top: 60px;
}

.marginBottom {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .marginTop {
        margin-top: 30px;
    }

    .marginBottom {
        margin-bottom: 30px;
    }
}

.accordionNoTitle.blockTitle {
    font-family: Nunito-Bold;
    font-size: 30px;
    color: #333F48;
    margin-top: 20px;
    margin-bottom: 20px;
}

.textBlock .bottom .link {
    flex-grow: 1;
}

    .textBlock .bottom .link img {
        margin-bottom: 20px;
        max-width: 100%;
        width: auto !important;
    }


    .textBlock .bottom .link .iconTitle {
        font-family: Nunito-Bold;
    }

.collapsing {
    transition: height 0.5s;
}

.accordion-notitle {
    width: 100%;
}

.total > span {
    line-height: 35px;
    padding-left: 40px;
}

.profile-name {
    color: #F0B323;
}


.teamListElement.modal-dialog {
    margin-top: 0;
}

@media (min-width: 577px) {
    .teamListElement.modal-dialog {
        max-width: 75%;
    }
}

@media (min-width: 768px) {
    .teamListElement.modal-dialog {
        max-width: 50%;
    }

        .teamListElement.modal-dialog .modal-content .modal-body .image-name {
            float: left;
            width: 50%;
        }

        .teamListElement.modal-dialog .modal-content .modal-body .name {
            float: right;
            width: 48%;
        }
}

.teamListElement.modal-dialog .close-popup {
    position: absolute;
    right: 20px;
    top: 20px;
}

.teamListElement.modal-dialog .modal-content {
    height: 80vh;
}

.teamListElement.modal-dialog .modal-content .modal-header .btn-close {
    --bs-btn-close-focus-shadow: none;
}
 
.teamListElement.modal-dialog .modal-content .modal-body {
        height: 100%;
        overflow-y: auto;
    }

#teamlistelementimage img {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#profile-title {
    font-family: Nunito-ExtraBold;
}

.teamListElement.modal-dialog .modal-content .info p {
    font-family: Nunito-Bold;
}

.modal {
    top: 10% !important;
}

.required::after {
    content: "*";
    font-weight: bold;
    color: red;
}

.form-check-input:not(:checked), .form-check-input:checked {
    position: absolute;
    pointer-events: auto;
    opacity: 0;
    z-index: 1000;
}

.form-horizontal .form-group .field-validation-error {
    display: block;
}

.form-horizontal .form-group .inputWrapper .form-control {
    line-height: 1.5;
}

.form-check-inline .form-check-input {
    margin-top: 6px;
    margin-right: .3125rem;
    margin-left: 3px;
}

.custom-check {
    padding-left: 30px !important;
    padding-top: 1px !important;
}

.success-message {
    color: green
}

.failure-message {
    color: red
}

@media (max-width: 768px) {
    .divProcessingDataMobile {
        display: block;
    }

    .divProcessingData {
        display: none;
    }
}

@media (min-width: 768px) {
    .divProcessingDataMobile {
        display: none;
    }

    .divProcessingData {
        display: block;
    }
}

img.note-float-left {
    margin-right: 10px;
    height: auto;
}

img.note-float-right {
    margin-left: 10px;
    height: auto;
}