body {
    padding-top: 90px;
}

#footer {
    margin: 0 0;
}

.body-gray {
    background-color: #f3f3f3;
}

.custom_light_color {
    color: #b6b6b6;
}

.pro-title {
    /* color: #ff6033 !important; */
    color: #F3969A !important;
}

.icon-in-dropdown {
    color: #F3969A;
}

.element-in-dropdown {
    background-color: #F3969A;
    /* color: #FFFFFF; */
}

.navbar-brand {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    position: relative;
    bottom: 2px;
}

.bs-docs-section {
    margin-top: 0em;
}

.bs-docs-section .page-header h1 {
    margin: 0;
    padding: 23px 0;
    /* white-space: nowrap; */
    /* color: #333; */
    font-family: 'PT Sans', Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

.app-select-menu {
    right: -72px;
    left: auto;
}

.lead {
    line-height: 20px;
    font-size: 16px;
    font-weight: 100;
}

.green-outline-button {
    color: #56CC9D;
    border-color: #56CC9D;
    font-size: 16px;
    font-weight: 650;
    padding: 9px 26px;
}

.green-outline-button:hover {
    background-color: #56CC9D;
    border: 1px solid transparent;
}


/* .col-4 {
  padding-right: 10px;
  padding-left: 10px;
} */

.text-info-section {
    position: relative;
    bottom: -15px;
}

.author_text_label {
    position: relative;
    bottom: 10px;
}

.text-text {
    white-space: pre-line;
    font-size: 1.05rem;
    position: relative;
    bottom: 20px;
}

.text-title {
    font-size: 21px;
    font-weight: 600;
    color: #3f3f3f;
}

.text-title:visited {
    color: #6b6b9e !important;
}


/* ВЫПАДАЮЩЕЕ МЕНЮ */


/* .dropdown-item:hover {
/* background-color: #327ccb; */

/* color: white!important;

} */
*/ .dropdown-item:hover {
    background-color: #F3969A;
    color: white;
}
.dropdown-item:hover .badge {
    background-color: white;
    color: #F3969A;
}

/* .dropdown-item.active, .dropdown-item:active {
/* background-color: #327ccb; */
/* color: white!important;

} */
.margin_bottom_for_empty_content {
    margin-bottom: 21rem;
}
.margin_bottom_for_small_content {
    margin-bottom: 11rem;
}
.dot_text_label {
    position: relative;
    bottom: 3px;
}
