body {
  /* background: #ced4da !important; */
}

.hide {
  display: none !important;
}

.border-1 {
  border: 1px;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  cursor: pointer;
  font-size: 40px;
  width: max-content;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before,
.rating > span:checked ~ .simple-rating__label:hover {
  content: "★";
  position: absolute;
  color: rgb(255, 0, 162);
}
.star {
  content: "☆";
  position: absolute;
  color: red;
}

.margin0 {
  margin: 0px !important;
}

/* Importing fonts from Google */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

/* Reseting */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
} */

body {
  background: #ecf0f3;
}

.col-my {
  flex: 1 0 0%;
  width: 300px;
}

#editor_bbcode,
#bb_editor,
#bb_editor,
#ck_editor {
  width: 100%;
  height: auto;
  padding: 10px;
}

.nav-icon {
  font-size: 20px;
}

.red {
  color: red;
}

/* Custom style */
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
 
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e") !important;
}

.form-control-sm {
  height: 30px !important;
  padding: .25rem .5rem !important;
  font-size: .875rem !important;
  border-radius: .2rem !important;
}

.my_border
{
  border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px 19px;
}

.pl-1{
  margin: 0 -8px;
}


/*Стили для fancybox*/
.thumb img {
  -webkit-filter: grayscale(0);
  filter: none;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
}

.thumb video {
  
  filter: none;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
}

.thumb img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.thumb {
  padding: 5px;
}
/* End Стили для fancybox*/
.select2-results__group{
  font-weight: bold !important;  
  font-size: 20px !important;
}


.user-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* Меню для гл страницы */
.app-header {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
  border-bottom: 1px solid #e7e9ed;
  height: 56px;
  background: #fff;
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}


.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-right: auto;
  margin-left: auto;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}


.app-header {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
  border-bottom: 1px solid #e7e9ed;
  height: 56px;
  background: #fff;
}
/* menu */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.app-utility-item {
  display: inline-block;
  margin-right: 1.25rem;
  margin-left: 10px;
}

 .dropdown-toggle {
  position: relative;
}
.app-utility-item > a {
  color: #5d6778;
}
.dropdown-toggle {
  white-space: nowrap;
}
.app-utility-item .icon-badge.icon-badge {
  background: #ec776c;
  border: 2px solid #fff;
}

.icon-badge {
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: -0.45rem;
  top: -0.3rem;
  width: 20px;
  height: 20px;
  font-size: .6rem;
  font-weight: bold;
  padding-top: 1px;
  color: #fff;
  text-align: center;
}

.no-toggle-arrow:after{display:none !important}

.app-utility-item .dropdown-menu.show {
  top: 23px !important;
}

.app-notifications-dropdown .dropdown-menu .dropdown-menu-header {
  border-bottom: 1px solid #e7e9ed;
}
.form-label {
  margin-bottom: 0px; 
}

align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.app-notifications-dropdown .app-icon-holder {
  display: inline-block;
  background: #edfdf6;
  color: #15a362;
  width: 36px;
  height: 36px;
  padding-top: 4px;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
}
.app-notifications-dropdown .dropdown-menu .info {
  padding-right: 80px;
  position: relative;
}
.app-notifications-dropdown .dropdown-menu .meta {
  color: #828d9f;
  position: absolute;
  right: 0;
  top: 0;
  font-size: .75rem;
}

.app-notifications-dropdown .dropdown-menu .link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
}
.info {
  font-size: 15px;
}

app-notifications-dropdown .dropdown-menu .dropdown-menu-title {
  font-size: 1rem;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #252930;
  font-weight: 600;
}

.app-notifications-dropdown .dropdown-menu .item {
  min-width: 400px !important;
  position: relative;
  border-bottom: 1px solid #e7e9ed;
}
/* ! menu */


table {
  display: block;
  overflow: auto;
  max-width: 100%;
}

.scrollup{
  width:40px;
  height:40px;
  opacity:0.3;
  position:fixed;
  bottom:50px;
  right:100px;
  display:none;
  text-indent:-9999px;
  background: url('icon_top.png') no-repeat;
  z-index: 10;
  }
