html, body {
    height: 100%;
}

body {
    background-color: #f8f9fa;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.header {
    background-image: url('/w/assets/images/bg/fon_app3.jpeg');
    /*background-color: #343a40;*/
    color: #fff;
    padding: 20px;
}




.footer-bottom {
    width: 100%;
    color: rgba(255, 255, 255, 1);
    /*position: absolute;*/
    bottom: 0;
    flex-shrink: 0;
}

.footer-bottom ul li a {
    color: #ace4ff;
}

.container-fluid {
    flex: 1;
    margin-top: 20px;
    margin-bottom: 50px;
}

.container {
    flex: 1;
}

.container-otstup {
    margin-top: 20px;
    margin-bottom: 50px;
}

.container-app {
    flex: 1;
    margin-top: 20px;
    margin-bottom: 50px;
}

.card {
    margin-bottom: 20px;
    border-radius: 10px;


    border: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);

    /*border: 1px solid rgba(85, 85, 85, 0.09);;*/
}

.card-img-top {
    border-radius: 10px 10px 0 0;
}

.card-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 24px;
}

.card-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.btn-group {
    margin-top: 20px;
}


.app-photos-container {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.0) rgba(0, 0, 0, 0.1);
}

.app-photos-container:hover {
    scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.1);
}


.app-photos {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.app-photos img {
    /*width: 100px;*/
    height: 100px;
    margin-right: 10px;
}
.app-title {
    border-radius: 10px 10px 0 0;
}

.img_app {
    height: 44px !important;
}

.user-icon--small {
    width: 30px;
    height: 30px;
}

/*.app-photos {*/
/*  display: flex;*/
/*  flex-wrap: nowrap;*/
/*}*/
/*.app-photos img {*/
/*  width: 100px;*/
/*  height: 100px;*/
/*  margin-right: 10px;*/
/*}*/

.modal-content.error {
    background-color: #ffe4e4;
    border-color: #ffc1c1;
}

.blurry-text {
    backdrop-filter: blur(5px);
    display: inline-block;
    border-radius: 10px 10px 10px 10px;
    /*color: white; !* Цвет текста, чтобы он был читаемым *!*/
    /*background-color: rgba(0, 0, 0, 0.5); !* Прозрачный фон *!*/
    /*padding: 10px;*/
}


#toastContainer {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10500; /* Ensure it's above other elements */
}
