






.form-group textarea {
  height: 400px; /* Установите желаемую высоту */
}



.btnsave {
  color: green;
}

.btnsave-active {
  color: red;
}


/* --------- */



.disabled-field {
  background-color: #f2f2f2;
  color: #666666;
}



/* **** Light theme **** */


.body_style {
  background-color: whitesmoke;
} 

/*
.body_style {
  background: linear-gradient(to right, rgba(255, 165, 0, 0.8), rgba(128, 0, 128, 0.8));
} */


/* Header */



body {
  padding-top: 50px; /* Высота вашей фиксированной навигационной панели */
}

.navbar-style {
  background: linear-gradient(to right, #FFA500, #800080);
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}



.container-style {
  background-color: transparent;
  color:black
}

.offcanvas-header-style {
  background-color: whitesmoke;
}

.offcanvas-body-style {
  background-color: whitesmoke;

}





/* Переключатели */


.form-check-input:checked {
  --bs-checked-color: red;

}


/* ------ Buttons light ----- */


/*
.invite-button {
  background-color: green;
  color: #fff;
  border-radius: 10px;
}

.invite-button:hover {
  background-color: orange;
  border-color: orange;
  color: #16082f;
} 



.invite-button {
  background: linear-gradient(to right, #4CAF50, #FFA500);
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px; 
  border: none; 
  cursor: pointer;
  transition: background 0.3s ease-in-out; 
}

.invite-button:hover {
  background: linear-gradient(to right, #FFA500, #4CAF50);
  color: #16082f;
} 
*/


.invite-button {
  background: linear-gradient(to right, #FFA500, #6C36D8);  /* #800080 */
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.invite-button:hover {
  background: linear-gradient(to right, #6C36D8, #FFA500);
  color: #16082f;
}


.charity_projects_button {
  background: linear-gradient(to right,  #EE3811, #A23B25);  /* #800080 */
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease-in-out;

}

.charity_projects_button:hover {
  background: linear-gradient(to right, #A23B25, #EE3811);
  color: #16082f;
}


.advertisements-button {
  background: linear-gradient(to right,  #D8D8D7, #8D8D8A);  /* #800080 */
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease-in-out;

}

.advertisements-button:hover {
  background: linear-gradient(to right, #8D8D8A, #D8D8D7);
  color: #16082f;
}





.btn-custom {
  background-color: #16082f;
  border-color: #16082f;
  border-radius: 5px;
  color: #fff;
}

.btn-custom:hover {
  color: gray
}

.custom-menu {
  background-color: white;
  border-color: lightslategray;
  color: gray;
  
}

.custom-menu:hover {
  background-color: orange;
  border-color: orange;
  color: #16082f;
}



.custom-menu-2 {
  background-color: lightslategray;
  color: #fff;
  border-radius: 10px;
}

.custom-menu-2:hover {
  background-color: orange;
  border-color: orange;
  color: #16082f;
}

.custom-menu-3 {
  background-color: orange;
  color: #fff;
  border-radius: 10px;
}

.custom-menu-3:hover {
  background-color: orange;
  border-color: orange;
  color: #16082f;
}

.custom-menu-4 {
  background-color: lightslategray;
  color: orange;
  border-color: orange;
  border-radius: 10px;
}

.custom-menu-4:hover {
  background-color: orange;
  border-color: orange;
  color: #fff;
}

.custom-menu-5 {
  background-color: whitesmoke;
  color: lightslategray;
  border-color: whitesmoke;
  border-radius: 10px;
}

.custom-menu-5:hover {
  background-color: orange;
  border-color: orange;
  color: #fff;
}

.custom-menu-5-0 {
  background-color: whitesmoke;
  color: lightslategray;
  border-color: whitesmoke;
  border-radius: 10px;
}

.custom-menu-5-0:hover {
  background-color: whitesmoke;
  color: lightslategray;
  border-color: whitesmoke;
  border-radius: 10px;
}


.custom-menu-6 {
  background-color: whitesmoke;
  color: lightslategray;
  border-color: lightslategray;
  border-radius: 10px;
}

.custom-menu-6:hover {
  background-color: orange;
  border-color: orange;
  color: #fff;
}


.custom-menu-7 {
  background-color: white;
  color: lightslategray;
  border-color: lightslategray;
  border-radius: 10px;
}

.custom-menu-7:hover {
  background-color: orange;
  border-color: orange;
  color: #fff;
}


.custom-menu-8 {
  background-color: whitesmoke;
  color: lightslategray;
  border-color: whitesmoke;
  border-radius: 10px;
}

.custom-menu-8:hover {
  background-color: orange;
  border-color: orange;
  color: #fff;
}


.custom-menu-9 {
  background-color: white;
  color: lightslategray;
  border-color: white;
  border-radius: 10px;
}

.custom-menu-9:hover {
  background-color: orange;
  border-color: orange;
  color: #fff;
}


/* ---- */


.save-post {
  background-color: orange;
  color: #fff;
  border-radius: 10px;
}

.save-post:hover {
  background-color: white;
  border-color: orange;
  color: orange;
}



.custom-follow {
  background-color: white;
  color: green;
  border-color: green;
  border-radius: 10px;
}

.custom-follow:hover {
  background-color: orange;
  border-color: orange;
  color: #fff;
}


.custom-unfollow {
  background-color: white;
  color: red;
  border-color: red;
  border-radius: 10px;
}

.custom-unfollow:hover {
  background-color: orange;
  border-color: orange;
  color: #fff;
}

.custom-message {
  background-color: white;
  color: lightseagreen;
  border-color: lightseagreen;
  border-radius: 10px;
}

.custom-message:hover {
  background-color: orange;
  border-color: orange;
  color: #fff;
}


.custom-info {
  background-color: whitesmoke;
  color: lightseagreen;
  border-color: lightseagreen;
  border-radius: 10px;
}

.custom-info:hover {
  background-color: lightseagreen;
  border-color: lightseagreen;
  color: whitesmoke;
}


.custom-info-modal {
  background-color: white;
  color: lightseagreen;
  border-color: lightseagreen;
  border-radius: 10px;
}

.custom-info-modal:hover {
  background-color: lightseagreen;
  border-color: lightseagreen;
  color: white;
}


/* Post edit */

.custom-del-attach {
  background-color: white;
  color: red;
  border-color: red;
  border-radius: 10px;
}

.custom-del-attach:hover {
  background-color: red;
  border-color: red;
  color: #fff;
}

.custom-del-post {
  background-color: whitesmoke;
  color: red;
  border-color: red;
  border-radius: 10px;
}

.custom-del-post:hover {
  background-color: red;
  border-color: red;
  color: whitesmoke;
}


.custom-attachment-block {
  margin-top: 15px;
  margin-bottom: 15px;
}

.attachment-block-image {
  margin: 5px;
  height: 70px;
}

.custom-del-attach {
  border-radius: 10px;
}



/* Accordeon profile */

.accordion-button:not(.collapsed):not(:disabled):not(.disabled):active {
  background-color: white;
  color: #fff;
}


.accordion-button:not(.collapsed):not(:disabled):not(.disabled) {
  background-color: white;
  color: #212529;
}



/*
.my-form .form-control:focus {
    border-color: #16082f;
    box-shadow: orange; 
  } */


/* Изменяем цвет подсветки полей формы, которые не проходят валидацию */
/* input:invalid {
  border-color: red;
} */

/* Изменяем цвет подсветки поля при наведении курсора 
input:focus:hover:invalid {
  border-color: orange;
} */

/* Изменяем цвет подсветки поля при фокусе 
input:focus {
  border-color: orange;
} */


/* Изменяем цвет подсветки поля при фокусе в формах*/
.form-control:focus {
  border-color: orange;
  box-shadow: none;
}

/* Profile -------------------------------------------------- */

.db-social .jumbotron {
  /*
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100% !important; 
  background-position: bottom calc(50px + 50%) center !important;
  height: 50%;
  position: relative; */


  
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom center;
  height: 300px;
  position: relative;
  padding: 0; 

}

/*
    .container-fluid {
        padding: 0px 0px;
        background-color: aqua;
    }
*/
/* Осн контейн */
.db-social .head-profile {
  margin-top: -120px;
  border-radius: 5px;
  position: relative;
  /*background-color: #fff;*/
}


.widget {
  background: #fff;
  border-radius: 0;
  border: none;
  margin-bottom: 10px;
}

.has-shadow {
  box-shadow: 0 1px 10px 1px rgba(52, 40, 104, .08);
}

.db-social .head-profile:before {
  content: "";
  background: rgba(255, 255, 255, .6);
  height: 20px;
  width: 90%;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 4px 4px 0 0;
}

.db-social .head-profile:after {
  content: "";
  background: rgba(255, 255, 255, .3);
  height: 20px;
  width: 80%;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 4px 4px 0 0;
}

.db-social .widget-body {
  padding: 1rem 1.4rem;
}

.widget-body {
  padding: 1.4rem;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.db-social .image-default img {
  width: 120px;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 1);
  z-index: 10;
}

.db-social .infos {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 1rem;
  line-height: 1.8rem;
}

.db-social h2 {
  color: #2c304d;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: .2rem;
}

.db-social .location {
  color: #fff;
  font-size: 1rem;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-shadow,
.btn-shadow a {
  color: #5d5386;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 15px 1px rgba(52, 40, 104, .15);
}

.db-social .head-profile .actions {
  display: inline-block;
  vertical-align: middle;
  margin-left: .5rem;
}

.actions {
  z-index: 999;
  display: block;
}

.actions.dark .dropdown-toggle {
  color: #2c304d;
}

.actions .dropdown-toggle {
  color: #98a8b4;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.7rem;
}

.actions .dropdown-menu {
  border: none;
  min-width: auto;
  font-size: 1rem;
  border-radius: 4px;
  padding: 1.4rem 1.8rem;
  text-align: left;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .15);
}

.actions .dropdown-menu .dropdown-item {
  padding: .5rem 0;
}

.actions .dropdown-menu a {
  color: #2c304d;
  font-weight: 500;
}

.db-social .head-profile li:first-child {
  padding-left: 0;
}

.db-social .head-profile li {
  display: inline-block;
  text-align: center;
  padding: 0 1rem;
}

.db-social .head-profile li .counter {
  color: #2c304d;
  font-size: 1.4rem;
  font-weight: 600;
}

.db-social .head-profile li .heading {
  color: #aea9c3;
  font-size: 1rem;
}



/* --------------------------------------- */


/* All users in cpuntry */

















/* -------------- */










@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

body {
  background: white;

  color: #333333;

  scroll-behavior: smooth;

}




h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
}

ul {
  margin: 0;
}

.bg-steel {
  background: orange;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

/* 
  .site-header .navbar-nav .nav-link {
    color: #ffffff;
    font-family:'Poppins';
    font-weight: 100;
    margin: 0px 6px;
    font-size: 15px;
    letter-spacing: 1px;
  }

  .site-header .navbar-nav .nav-link:visited {
    color: rgba(255, 255, 255, 0.836);
  } */




/*сами блоки друг от друга */
.content-section {
  background: white;
  padding: 20px 20px;
  border: 1px solid white;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 2px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

/* .site-header .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.836);
  } 
  
  .site-header .navbar-nav .nav-link:active {
    color: rgba(255, 255, 255, 0.836);
  } */

.article-title {
  color: #444444;
  font-family: 'poppins';
  font-weight: 600;
}

.article-title:hover {
  color: #1466ff;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 170px;
  width: 170px;
  margin: 20px;
  padding: 5px;
  margin-bottom: 0px;
  transform: translate(-20px, 0px);
  border: 5px solid #ebebeb;

}


.online-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #07dd00;
  border: 3px solid white;
  bottom: 0;
  right: 10px;
  position: absolute;
}

.offline-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #6e6e6e;
  border: 3px solid white;
  bottom: 0;
  right: 10px;
  position: absolute;
}

.img-cont {
  height: 170px;
  width: 170px;
  position: relative;
}

.img-cont2 {
  height: 55px;
  width: 55px;
  position: relative;
}

.img-cont3 {
  height: 78px;
  width: 78px;
  position: relative;
}

.online-circle3 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #07dd00;
  border: 3px solid white;
  bottom: -16px;
  right: 2px;
  position: absolute;
}

.offline-circle3 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #6e6e6e;
  border: 3px solid white;
  bottom: -16px;
  right: 2px;
  position: absolute;
}

.online-circle2 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #07dd00;
  border: 3px solid white;
  bottom: 0;
  right: 6px;
  position: absolute;
}

.offline-circle2 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #6e6e6e;
  border: 3px solid white;
  bottom: 0;
  right: 6px;
  position: absolute;
}

.online-circle4 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #07dd00;
  border: 3px solid white;
  bottom: 10px;
  right: 10px;
  position: absolute;
}

.offline-circle4 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #6e6e6e;
  border: 3px solid white;
  bottom: 10px;
  right: 10px;
  position: absolute;
}

.account-img-container {
  display: flex;
  align-items: center;
  justify-content: center;

}

.account-heading {
  font-size: 2.5rem;
}



.container-body {
  /*background: #1466ff; */
  margin-left: 5%;
  margin-right: 5%;
}




.container-left {
  background: white;
  margin-left: 15px;
  margin-right: 15px;
}




.big-card {
  background: greenyellow;

  /* max-width: 30%; */
}

.left_menu {
  background-color: white
    /* whitesmoke; */
}

.line_menu {
  border-bottom: 1px solid gray;
  /* Параметры линии */
  margin-left: 5%;
  margin-top: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
}

/*.menu-item {
  /*display: inline-block; */
/* margin-right: 10px; /* отступ между элементами меню */
/* border-bottom: 1px solid gray; /* боковая граница между элементами меню */
/* padding-right: 10px; }/* отступ справа для выравнивания текста элементов меню */


/*.menu-item:last-child { */
/*
  border-right: none; }/* удаляем боковую границу у последнего элемента меню */












/*
.custom-nav {
  background-color: #fff; 
  border: 0px solid #ccc; 
  box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
/*
.custom-nav .nav-link:not(.active) {
  color: #999; 
} */

#searchbar form {
  width: auto;
  display: flex;
  flex-direction: row;
  border-radius: 50px;
  padding: 3px 15px;
  background-color: transparent;
  border: 1px solid #e4e4e4;
  margin-right: 10px;
}

#searchbar form input::placeholder {
  color: #fff;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  #searchbar form {
    border-radius: 0;
    margin: 12px 10px 10px 0px;
  }
}

#searchbar form input {
  border: none;
  outline: none;
  color: #fff;
  font-size: 15px;
  flex: 1;
  background-color: transparent;
}

.search-btn {
  color: #fff;
  border: none;
  width: 25px;
  padding-left: 10px;
  border-left: 1px solid rgba(202, 202, 202, 0.829);
  outline: none;
  background-color: transparent;
}

.search-btn i {
  font-size: 16px;
}


.btnhrt i {
  font-size: 22px;
  color: rgb(255, 0, 0);
}

.btncmt i {
  font-size: 22px;
  color: rgb(0, 84, 241);
}


.btn {
  border-radius: 0px;
  padding: 8px 15px;
  font-size: 14px;
}

.btn-warning {
  background-color: rgb(255, 187, 0);
  color: rgb(0, 0, 0);
}

.btn-danger {
  background-color: rgb(255, 20, 20);
  color: rgb(255, 255, 255);
}

.btnhrt {
  padding: 0;
}

.btncmt {
  padding: 0;
}


.btnsave {

  font-size: 24px;
  padding: 0;
  color: orange;
  border: 3px;
}

.btnsave:hover {
  color: orange;
  cursor: pointer;
  border: 3px;
}

.btnedit {

  font-size: 22px;
  padding: 0;
  color: orange;
}

.btndel {

  font-size: 22px;
  padding: 0;
  color: red;
}

.custom-txt {
  width: 100%;
}


.messages-box,
.chat-box {
  height: 58vh;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  width: 5px;
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  width: 1em;
  background-color: rgb(212, 212, 212);
}


.notify-badge {
  position: absolute;
  right: -10px;
  bottom: 3px;
  background: white;
  box-shadow: 0px 0px 5px 0.3px;
  text-align: center;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  color: rgb(128, 128, 128);
  padding: 5px 10px;
  font-size: 20px;
}

/*
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited, .btn-outline-info {
  background-color: red !important;
} */





/* Footer */









/* Меняет цвет кнопок переключения между лентами */
.active {
  background-color: orange !important;
}

/*
  .navbar-light.bg-light {
    background-color: gainsboro !important;

  } */

.notification-count {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 5px;
}



/* To do */
.page-header {
  margin-top: 30px;
}

.fa-trash-alt {
  color: red;
  float: right;
  cursor: pointer;
}

.todo-complete {
  text-decoration: line-through;
}

.todo-status-checkbox {
  cursor: pointer;
  margin-right: 10px;
}