@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap);@charset "UTF-8";
body {
  background-color: #f0f0f0;
  overflow-x: hidden;
}

.tox-fullscreen {
  padding-top: 100px !important;
  transition: all 0.3s;
}
.tox-fullscreen.sidebar-mini .tox.tox-tinymce.tox-fullscreen {
  max-width: calc(100% - 65px) !important;
  left: auto !important;
  right: 0 !important;
}
.tox-fullscreen .tox.tox-tinymce.tox-fullscreen {
  max-width: calc(100% - 260px) !important;
  left: auto !important;
  right: 0 !important;
}

.sort-handler .fas {
  color: #c8c8c8;
}

.form-group label {
  display: block;
  font-size: 14px;
  color: #3d3d3d;
  font-weight: 700;
  margin: 5px 0px;
}
.form-group .image-preview label, .form-group #callback-preview label {
  margin: auto;
}

.filesAdd {
  margin-top: 25px;
}
.filesAdd .filesAddList .filesAddListElement {
  height: calc(100% - 15px);
}
.filesAdd .filesAddList .filesAddListElement .filesAddListElementInner {
  border: 1px solid #c1c1c1;
  min-height: 230px;
  padding: 10px;
  height: 100%;
  margin-bottom: 15px;
}
.filesAdd .filesAddList .filesAddListElement .filesAddListElementSortable {
  display: inline-block;
  cursor: pointer;
}
.filesAdd .filesAddList .filesAddListElement .filesAddListElementIcon {
  display: block;
  width: 100%;
  text-align: center;
}
.filesAdd .filesAddList .filesAddListElement .filesAddListElementIcon {
  margin-top: 15px;
}
.filesAdd .filesAddList .filesAddListElement .filesAddListElementIcon i {
  font-size: 45px;
}
.filesAdd .filesAddList .filesAddListElement .filesAddListElementName {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
.filesAdd .filesAddList .filesAddListElement.filesAddListElementBtn .filesAddListElementInner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.filesAdd .filesAddList .filesAddListElement.filesAddListElementBtn .filesAddListElementInner .filesAddListElementIcon i {
  font-size: 95px;
}
.filesAdd .filesAddList .filesAddListElement.filesAddListElementBtn .filesAddListElementInner .filesAddListElementName {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
}

body.sidebar-mini .main-content, body.sidebar-mini .main-footer {
  margin-left: 95px;
  width: calc(100% - 95px);
  padding: 0;
}

.main-sidebar {
  z-index: 1;
}
.main-sidebar .sidebar-brand.logo4real {
  padding-left: 20px;
  display: flex;
  padding-bottom: 40px;
  padding-top: 18px;
  align-items: center;
  position: relative;
}
.main-sidebar .sidebar-brand.logo4real a {
  position: relative;
}
.main-sidebar .sidebar-brand.logo4real a:first-of-type::after {
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  margin: auto;
  background: #000;
  width: 1px;
  height: 100%;
}
.main-sidebar .sidebar-brand.logo4real a.bars {
  align-items: center;
  display: flex;
  margin-left: 0;
  padding: 0;
}
.main-sidebar .sidebar-brand.logo4real a.bars i.fas {
  color: #f49527;
  font-size: 26px;
  font-weight: 900;
  margin-left: 20px;
}
.main-sidebar .sidebar-brand {
  height: auto;
}
.main-sidebar .sidebar-menu li a.nav-link.active {
  color: #f49527;
  background-color: #f8fafb;
}

button:focus {
  outline: none;
}

.btn-group.dropup:hover > .btn-success:hover {
  background-color: #47c363;
}

.main-wrapper .navbar-bg {
  background-color: #f49527;
  height: 100px;
}
@media (max-width: 992px) {
  .main-wrapper .navbar-bg {
    height: 80px;
    background-color: #fff;
  }
}
.main-wrapper .navbar {
  top: 0;
  z-index: 1;
  height: 100px;
}
@media (max-width: 992px) {
  .main-wrapper .navbar {
    height: 80px;
  }
}
.main-wrapper .navbar .navbar-nav {
  align-items: center;
}
.main-wrapper .navbar .navbar-nav li a.title__subpage {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 33px;
  font-weight: 700;
  position: relative;
}
.main-wrapper .navbar .navbar-nav li a.title__subpage:before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  min-height: 62px;
}
.main-wrapper .navbar .navbar-nav li .fas {
  font-size: 25px;
}
@media (max-width: 992px) {
  .main-wrapper .navbar .navbar-nav li a .fas {
    color: #f49527;
  }
}

@media (max-width: 992px) {
  .navbar .nav-link.nav-link-user {
    color: #f49527;
  }
}

.section .section-header {
  background-color: #f1f1f1;
  box-shadow: none;
  margin-left: -30px;
  margin-top: 0;
  padding-left: 30px;
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 20px !important;
}

.section.products {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -35px;
  background-color: #f1f1f1;
}
.section.products .section-header {
  margin-left: 0;
}

.main-content {
  z-index: 0;
  padding: 0;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  .main-content {
    width: calc(100% - 280px);
    margin-top: 100px;
    margin-left: 280px;
    padding-right: 0px !important;
  }
}
.main-content .input__select {
  padding-left: 30px;
  padding-right: 30px;
}
.main-content .section-body .card {
  background-color: transparent;
  box-shadow: none;
}
.main-content .section-body .card .card-body .col-md-2 {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .main-content .section-body .card .card-body .col-md-2 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.main-content .section-body .card .card-body .col-md-10 {
  background-color: #fff;
  padding: 20px;
  border: 2px solid #f49527;
}
@media (max-width: 992px) {
  .main-content .section-body .card .card-body .col-md-10 {
    margin-top: 20px;
  }
}
.main-content .header__list__products {
  background-color: #f1f1f1;
}
.main-content .header__list__products .shop__title {
  display: flex;
  align-items: center;
  padding-right: 65px;
  min-height: 62px;
}
.main-content .header__list__products .shop__title .dropdown-menu.show {
  transform: translate3d(20px, 25px, 0px) !important;
}
@media (min-width: 992px) {
  .main-content .header__list__products .shop__title {
    border-left: 1px solid black;
  }
}
@media (min-width: 992px) {
  .main-content .header__list__products .shop__title img {
    padding-left: 35px;
  }
}
.main-content .header__list__products h1 {
  color: #282828;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
}
.main-content .header__list__products h3 {
  color: #282828;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  padding-left: 10px;
}
.main-content .content__list__products {
  background-color: #fff;
}
.main-content .content__list__products .main__content__list {
  padding-left: 0;
  padding-right: 0;
}
.main-content .content__list__products .main__content__list .header__content__list {
  display: flex;
  align-items: center;
  padding: 20px 0px;
}
.main-content .content__list__products .main__content__list .header__content__list .header__content__list__left h2 {
  font-family: "IBM Plex Sans", sans-serif;
  color: #282828;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 0;
}
.main-content .content__list__products .main__content__list .header__content__list .header__content__list__left p {
  color: #282828;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .main-content .content__list__products .main__content__list .header__content__list .header__content__list__right {
    padding-right: 100px;
  }
}
.main-content .content__list__products .main__content__list .header__content__list .header__content__list__right .btn-2 {
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  padding: 0.6rem 0.8rem;
  letter-spacing: 0.5px;
}
.main-content .content__list__products .main__content__list .header__content__list .header__content__list__right .btn-new {
  background-color: #f49527;
  border-radius: 50px;
  border: 1px solid #f49527;
  padding: 7px 25px 7px 15px;
  font-size: 15px;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif;
  transition: all 0.5s;
}
.main-content .content__list__products .main__content__list .header__content__list .header__content__list__right .btn-new:hover {
  background-color: #ffa426;
}
.main-content .content__list__products .main__content__list .header__content__list .header__content__list__right .btn-new a {
  color: #fff;
  text-decoration: none;
}
.main-content .content__list__products .main__content__list .header__content__list .header__content__list__right .btn-new a .fas {
  padding-right: 10px;
}
.main-content .section-header {
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 35px;
}
@media (min-width: 992px) {
  .main-content .section-header {
    display: flex;
  }
}
.main-content .section-header .shop__title {
  display: flex;
  align-items: center;
  padding-right: 65px;
  min-height: 62px;
}
.main-content .section-header .shop__title .dropdown-menu.show {
  transform: translate3d(20px, 25px, 0px) !important;
}
@media (min-width: 992px) {
  .main-content .section-header .shop__title {
    border-left: 1px solid black;
  }
}
@media (min-width: 992px) {
  .main-content .section-header .shop__title img {
    padding-left: 32px;
  }
}
.main-content .section-header h1 {
  color: #282828;
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
}
.main-content .section-header h3 {
  color: #282828;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  padding-left: 15px;
}
.main-content .activity-box {
  min-height: 200px;
  min-width: 209px;
  border: 2px solid #c1c1c1;
  margin: 20px 25px 20px 25px;
  padding: 0;
}
@media (max-width: 992px) {
  .main-content .activity-box {
    margin: 20px 0px 20px 0px;
  }
}
.main-content .activity-box.active {
  border: 2px solid #f49527;
}
.main-content .activity-box.active .top__active__box {
  border-bottom: 1px solid #f49527;
  background-color: #f49527;
}
.main-content .activity-box.active .top__active__box:after {
  background-color: #f49527;
}
.main-content .activity-box.active .top__active__box:before {
  border-color: #ce7f1d transparent transparent transparent;
}
.main-content .activity-box.active .top__active__box .custom-control {
  background-color: #f49527;
}
.main-content .activity-box.active .top__active__box .custom-control-label {
  padding-left: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.main-content .activity-box.active .top__active__box .checkbox__product {
  background-color: #f49527;
}
.main-content .activity-box.active .top__active__box .checkbox__product input[type=checkbox] {
  border: 2px solid #f49527;
}
.main-content .activity-box.active .top__active__box .activ__product {
  background-color: #f49527;
}
.main-content .activity-box.active .title__headline__box {
  border-bottom: 1px solid #f49527;
}
.main-content .activity-box.active .custom-control-label::before {
  border: #f49527 solid 1px;
}
.main-content .activity-box.active .custom-control-input.input-custom:checked ~ .custom-control-label.label-custom::before {
  border-color: #f49527 !important;
  background-color: #fff !important;
}
.main-content .activity-box.active .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f49527 !important;
  background-color: #fff !important;
}
.main-content .activity-box .top__active__box {
  border-bottom: 1px solid #c1c1c1;
  background-color: #c1c1c1;
  padding: 5px 0px;
  padding: 0;
  position: relative;
}
.main-content .activity-box .top__active__box:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 10px;
  height: calc(100% + 2px);
  background-color: #c1c1c1;
  top: -2px;
}
.main-content .activity-box .top__active__box:before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #888888 transparent transparent transparent;
}
.main-content .activity-box .top__active__box .form-group {
  margin: 0;
}
.main-content .activity-box .top__active__box .custom-control {
  background-color: #c1c1c1;
  align-items: center;
  padding-left: 32px;
}
.main-content .activity-box .top__active__box .custom-control input[type=checkbox] {
  margin: 0 auto;
}
.main-content .activity-box .top__active__box .checkbox__product {
  background-color: #c1c1c1;
  display: flex;
  align-items: center;
  padding: 0;
}
.main-content .activity-box .top__active__box .checkbox__product input[type=checkbox] {
  margin: 0 auto;
  border: 2px solid #c1c1c1;
}
.main-content .activity-box .top__active__box .activ__product {
  background-color: #c1c1c1;
  padding: 0;
}
.main-content .activity-box .top__active__box .activ__product span {
  padding-left: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.main-content .activity-box .activity-box__chekboxes {
  padding: 0 20px;
}
.main-content .activity-box .activity-box__prices {
  padding: 0 20px;
}
.main-content .activity-box .title__headline__box {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 10px;
}
.main-content .activity-box .title__headline__box h3 {
  text-align: center;
  font-size: 14px;
  color: #222222;
  padding: 10px 0px;
  margin-bottom: 0;
}
.main-content .activity-box .checkboxes__box {
  padding: 2px 20px;
}
.main-content .activity-box .checkboxes__box span {
  font-size: 15px;
  font-weight: 600;
  color: #191919;
  padding-left: 20px;
}
.main-content .activity-box .prince__netto {
  margin-top: 5px;
  padding: 0px 20px;
}
.main-content .activity-box .prince__netto input[type=text] {
  width: 100%;
}
.main-content .activity-box .prince__netto span {
  font-family: "IBM Plex Sans", sans-serif;
  color: #4f4f4f;
  font-size: 15px;
  font-weight: 400;
}
.main-content .activity-box .prince__brutto {
  padding: 0px 20px;
}
.main-content .activity-box .prince__brutto input[type=text] {
  width: 100%;
}
.main-content .activity-box .prince__brutto span {
  font-family: "IBM Plex Sans", sans-serif;
  color: #4f4f4f;
  font-size: 15px;
  font-weight: 400;
}
.main-content .content__products {
  margin-top: 20px;
}
.main-content .content__products .container {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  margin: 0 !important;
}
.main-content .content__products .content__product {
  background-color: #fff;
  min-height: 760px;
  border-top: 2px solid #f49527;
  border-left: 2px solid #f49527;
  padding-left: 0px;
  padding-right: 0px;
}
.main-content .content__products .content__product.form__inputs {
  padding-left: 60px;
  padding-top: 50px;
}
.main-content .content__products .content__product.form__inputs label {
  display: block;
  font-size: 14px;
  color: #3d3d3d;
  font-weight: 700;
  margin-bottom: 5px;
}
.main-content .content__products .content__product.form__inputs input[type=text] {
  width: 100%;
  margin-bottom: 5px;
  padding: 12px 15px;
  border: 1px solid #c1c1c1;
  outline: none;
  color: #4f4f4f;
}
.main-content .content__products .list__products {
  margin-top: -30px;
}
.main-content .content__products .list__products select {
  margin-left: 10px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 10px 30px 10px 5px;
  border: 2px solid #dbdbdb;
  border-radius: 5px;
  outline: none;
}
.main-content .content__products .list__products ul li {
  padding: 7px 0px 7px 5px;
  transition: all 0.5s;
}
.main-content .content__products .list__products ul li:hover {
  background-color: #f49527;
  color: #fff;
  font-weight: 700;
}
.main-content .content__products .list__products ul li.active {
  background-color: #f49527;
}
.main-content .content__products .list__products ul li.active > a {
  color: #fff;
  font-weight: 700;
}
.main-content .content__products .list__products ul li:hover > a {
  color: #fff;
  font-weight: 700;
}
.main-content .content__products .list__products ul li a {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400;
}

.products {
  background: #f1f1f1;
  margin: 0 -45px;
  padding: 15px 0 45px 45px;
}
.products .tab-content {
  background-color: #fff;
  padding: 20px 45px 20px 45px;
  border: 2px solid #f49527;
  height: 100%;
}
.products .nav-pills {
  padding-top: 40px;
}
.products .nav-pills .nav-link.active {
  box-shadow: none;
  background-color: #f49527;
  color: #fff;
  border-radius: 0;
  font-weight: 700;
  font-size: 14px;
}
.products .nav-pills .nav-link.active:after {
  border-color: #f49527 transparent transparent transparent;
}
.products .nav-pills .nav-link.active:before {
  border-color: transparent transparent transparent #fff;
}
.products .nav-pills .nav-link {
  margin-right: -15px;
  z-index: 1;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.products .nav-pills .nav-link:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: transparent transparent transparent transparent;
  right: 0;
  top: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.products .nav-pills .nav-link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent transparent;
  right: 10px;
  top: 50%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 1;
  transform: translateY(-50%);
}
.products .nav-pills .nav-link:hover {
  background-color: #f49527;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.products .nav-pills .nav-link:hover:after {
  border-color: #f49527 transparent transparent transparent;
}
.products .nav-pills .nav-link:hover:before {
  border-color: transparent transparent transparent #fff;
}

.form-group.select1 {
  margin: 0px 10px 0px 10px;
}

.form-group {
  margin: 5px 0 10px;
}
.form-group label {
  margin-top: 5px;
}

@media (max-width: 992px) {
  .pagination__section nav {
    display: flex;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .navbar-right {
    border-left: 1px solid white;
  }
}

.pagination {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .pagination {
    margin: 0 auto;
  }
}

.buttons {
  padding: 10px 0px;
  display: flex;
}
.buttons .btn {
  margin: 0 auto;
}
.buttons .btn a {
  color: #78828a;
  font-size: 15px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.page-item.disabled .page-link, .page-item .page-link {
  color: #f49527;
  background-color: #fcdeb8;
  opacity: 1;
}
.page-item.disabled .page-link:hover, .page-item .page-link:hover {
  color: #fff;
  background-color: #f49527;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #ffa426;
  border-color: #ffa426;
}

.form-control {
  padding: 12px 15px;
  border: 1px solid #c1c1c1;
  outline: none;
  color: #4f4f4f;
  border-radius: 0;
  background-color: transparent;
}

.form-check-label {
  display: block !important;
  font-size: 14px !important;
  color: #3d3d3d !important;
  font-weight: 700 !important;
  margin: 5px 0px !important;
}

.form-control:focus, .input-group-text:focus, .custom-select:focus, .custom-file-label:focus {
  border-color: #f49527;
}

.tab-pane .container {
  width: 100%;
}
@media (min-width: 992px) {
  .tab-pane .container {
    margin-left: 0;
    margin-right: 0;
  }
}

.custom-select {
  width: auto;
}

.shops-table img {
  width: 60px;
  height: auto;
  max-height: 60px;
}

.table.shops-table:not(.table-sm) thead th {
  background-color: transparent;
}

.shops-table tbody tr {
  background-color: #fff;
}
.shops-table tbody tr:hover {
  background-color: #f1f1f1;
}

.shops-table thead tr {
  border: 1px solid #c5c5c5;
  background-color: #f5f5f5;
}

.shops-table .table thead th,
.shops-table .table.dataTable thead th,
.shops-table .table:not(.dataTable) thead th,
.shops-table .table:not(.table-sm):not(.table-md):not(.dataTable) thead th {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
  font-family: "IBM Plex Sans", sans-serif;
  height: auto;
  font-weight: 600;
  color: #6d6d6d !important;
}

.shops-table tbody tr td {
  font-weight: 400;
  font-size: 13px;
  color: #6d6d6d;
  font-family: "IBM Plex Sans", sans-serif;
}

td .btn-warning {
  margin-left: 5px;
}

.box-image {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .box-image {
    margin-bottom: 20px;
  }
}

.category-table .table:not(.table-sm) thead th {
  background-color: #fff;
}

.dropzone {
  border: 1px solid #c1c1c1;
  min-height: 270px;
}

.shops-table .table.table-striped tbody tr {
  background-color: #fff;
}

.box__col {
  width: 40%;
}
.box__col .box__col__content {
  margin: 0 auto;
}
.box__col .box__col__content img {
  margin-bottom: 5px;
  margin-right: 2px;
}

@media (max-width: 992px) {
  .shop_form {
    margin-top: 40px;
  }
}

.boxes__image {
  border: 1px solid #c1c1c1;
  min-height: 270px;
}
.boxes__image .top-box {
  background-color: #f49527;
  display: flex;
  padding: 5px 0px;
  justify-content: space-around;
}
.boxes__image .top-box .btn {
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: none;
}
.boxes__image .top-box .btn:active, .boxes__image .top-box .btn:focus, .boxes__image .top-box .btn:hover {
  background-color: transparent;
}
.boxes__image .top-box .box__col__center {
  width: auto;
}
.boxes__image .image-box {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxes__image .image-box img {
  max-height: 200px;
  width: auto;
  height: auto;
  max-width: 100%;
}

.custom-control-label::before {
  border: #c1c1c1 solid 1px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #c1c1c1 !important;
  background-color: #fff !important;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: #c1c1c1 !important;
  background-color: #fff !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.dropup .dropdown-toggle::after {
  border-bottom: 0;
  border-top: 0.3em solid;
}

.btn-secondary, .btn-secondary.disabled {
  box-shadow: none;
}

.btn-info, .btn-info.disabled {
  box-shadow: none;
  background-color: #39baf4;
  border-color: #39baf4;
}

.btn .dropdown-menu.show .dropdown-item {
  font-weight: 700;
}

.btn .dropdown-menu.show {
  background-color: #39baf4;
  width: 150px;
  border-radius: 30px;
  padding: 20px 10px 20px 10px;
}

.btn-primary:focus:active, .btn-primary.disabled:focus:active {
  background-color: #39baf4;
}

.custom-control-input.input-custom:checked ~ .custom-control-label.label-custom::after, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../img/upload/check.png);
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQxN3B0IiB2aWV3Qm94PSIwIC00NiA0MTcuODEzMzMgNDE3IiB3aWR0aD0iNDE3cHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTE1OS45ODgyODEgMzE4LjU4MjAzMWMtMy45ODgyODEgNC4wMTE3MTktOS40Mjk2ODcgNi4yNS0xNS4wODIwMzEgNi4yNXMtMTEuMDkzNzUtMi4yMzgyODEtMTUuMDgyMDMxLTYuMjVsLTEyMC40NDkyMTktMTIwLjQ2ODc1Yy0xMi41LTEyLjUtMTIuNS0zMi43Njk1MzEgMC00NS4yNDYwOTNsMTUuMDgyMDMxLTE1LjA4NTkzOGMxMi41MDM5MDctMTIuNSAzMi43NS0xMi41IDQ1LjI1IDBsNzUuMTk5MjE5IDc1LjIwMzEyNSAyMDMuMTk5MjE5LTIwMy4yMDMxMjVjMTIuNTAzOTA2LTEyLjUgMzIuNzY5NTMxLTEyLjUgNDUuMjUgMGwxNS4wODIwMzEgMTUuMDg1OTM4YzEyLjUgMTIuNSAxMi41IDMyLjc2NTYyNCAwIDQ1LjI0NjA5M3ptMCAwIiBmaWxsPSIjZjQ5NTFlIi8+PC9zdmc+");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-control-input.input-custom:checked ~ .custom-control-label.label-custom::before {
  border-color: #c1c1c1 !important;
  background-color: #fff !important;
}

.custom-checkbox label.custom-control-label {
  padding-top: 3px;
  padding-left: 5px;
}

.box-upload {
  display: flex;
  align-items: center;
  border: 1px solid #c1c1c1;
  min-height: 270px;
  margin-top: 20px;
  width: 100%;
}
.box-upload .box__upload__content {
  margin: 0 auto;
}
.box-upload .box__upload__content img {
  margin: 0 auto;
  display: flex;
  margin-bottom: 25px;
}
.box-upload .box__upload__content h4 {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 700;
}

.btn-dropdown {
  background-color: #fff;
  outline: none;
  border: none;
}

.main-sidebar .sidebar-menu li.active a {
  color: #f49527;
}

input[type=file] {
  display: none;
}

.custom-file {
  display: flex;
  margin: 0 auto;
  width: unset;
  align-items: center;
}
.custom-file .custom-file-upload {
  display: inline-block;
  padding: 100px 20px 80px 20px;
  cursor: pointer;
  margin-top: 70px;
  background-image: url(../img/aaa.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.custom-control-label::after {
  background: no-repeat 75%/75% 75%;
  width: 22px;
  height: 22px;
}

.section-body .custom-control-label::before {
  width: 22px;
  height: 22px;
}

.table .btn-group .dropdown-item {
  padding: 8px 0px 8px 10px;
}

.section-title {
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 25px !important;
  color: #282828 !important;
  font-weight: 400 !important;
}
.section-title:before {
  content: unset !important;
}

.section-lead {
  margin-left: 0 !important;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 15px !important;
  color: #282828 !important;
  font-weight: 400 !important;
}

.btn {
  padding: 8px 10px;
  border-radius: 30px;
  line-height: 1;
}
.btn.btn-lg {
  padding: 13px 27px;
  font-size: 15px;
  font-weight: 700;
}

.btn span {
  padding-right: 5px;
}

.search-element .btn {
  line-height: 24px;
  padding: 9px 15px 9px 15px;
}

.btn-primary {
  border: none;
  box-shadow: none;
}
.btn-primary span {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

.card .card-header .btn {
  padding: 8px 10px;
}
.card .card-header h3 {
  font-size: 22px;
  line-height: 28px;
  color: #f4951e;
  padding-right: 10px;
  margin-bottom: 0;
}

.btn-warning {
  background-color: #ffa426;
  border: none;
  box-shadow: none;
}
.btn-warning span {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

.btn-danger {
  background-color: #fc544b;
  border: none;
  box-shadow: none;
}
.btn-danger span {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

.btn-success {
  background-color: #47c363;
  border: none;
  box-shadow: none;
}
.btn-success span {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}

.localeButtonText {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.btn-group .dropdown-menu.show {
  background-color: #39baf4;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 20px;
  max-width: 209px;
  padding-left: 10px;
  padding-right: 10px;
  left: auto !important;
  width: 50px;
  right: 0;
}
.btn-group .dropdown-menu.show a.dropdown-item {
  color: #fff;
  padding-left: 10px;
}
.btn-group .dropdown-menu.show a.dropdown-item:hover {
  color: #39baf4;
}

.btn-secondary {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
.btn-secondary .fas {
  font-size: 12px;
  padding-left: 2px;
}

/* --> Generic hierarcy checkbox fields*/
.hierarchy-checkboxes {
  float: left;
  width: 200px;
  border: 1px solid transparent;
  display: flex;
}

input.hierarchy-root-checkbox[type=checkbox] {
  float: left;
  margin: 6px 5px 0 5px;
}

input.hierarchy-root-radio[type=radio] {
  float: left;
  margin: 6px 5px 0 5px;
}

label.hierarchy-root-label {
  font-weight: normal;
  padding: 3px;
  margin: 0;
  font-weight: 700;
  color: #3d3d3d;
  font-size: 15px;
  margin-top: -5px;
}

label.hierarchy-root-label:hover,
.hierarchy-root-child .hierarchy-label:hover {
  background: #eee;
}

.hierarchy-checkboxes.child-expanded {
  border-bottom: none;
}

.hierarchy-root-child {
  position: absolute;
  display: none;
  width: 200px;
  z-index: 55;
  background: #fff;
  border-top: none;
}

.hierarchy-root-child .hierarchy-node {
  clear: both;
  display: block;
  padding-left: 8px;
  background: url(../img/dashed-line-vertical.gif) repeat-y scroll left top rgba(0, 0, 0, 0);
  margin-left: 9px;
}

.hierarchy-root-child .hierarchy-label {
  background: url(../img/dashed-line-horizontal.gif) no-repeat scroll 13px 12px rgba(0, 0, 0, 0);
  margin: 0 0 0 -20px;
  font-weight: normal;
  display: block;
  font-size: 15px !important;
  width: 250px;
}

.hierarchy-checkboxes .expand-collapse-button,
.hierarchy-root-child .hierarchy-node .expand-collapse-button {
  display: block;
  content: " ";
  float: left;
  background: url("../img/plus.png") no-repeat scroll 0 0px transparent;
  width: 20px;
  height: 20px;
}

.hierarchy-checkboxes.child-expanded .expand-collapse-button,
.hierarchy-root-child .hierarchy-node.child-expanded > .expand-collapse-button {
  background: url("../img/minus.png") no-repeat scroll 0 0px transparent;
}

.hierarchy-root-child .hierarchy-node.leaf .expand-collapse-button {
  background: none;
  width: 6px;
}

.hierarchy-root-child input[type=checkbox] {
  float: left;
  margin: 3px;
  margin-top: 8px;
}

.hierarchy-root-child input[type=radio] {
  float: left;
  margin: 3px;
  margin-top: 8px;
}

.hierarchy-checkboxes .custom-control-label::before, .hierarchy-checkboxes .custom-control-label::after, .hierarchy-node .custom-control-label::before, .hierarchy-node .custom-control-label::after {
  left: 0 !important;
}

.label-radio {
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-left: 5px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-right: -5px;
}

.label-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.label-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
}

.label-radio:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #c1c1c1;
}

.label-radio input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #c1c1c1;
}

.label-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.label-radio input:checked ~ .checkmark:after {
  display: block;
}

.label-radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f49527;
}

.label-checkbox {
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  float: left;
  user-select: none;
}

.label-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.label-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  margin-left: -10px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
}

.label-checkbox:hover input ~ .checkmark {
  background-color: #fff;
  border: 1px solid #c1c1c1;
}

.label-checkbox input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #c1c1c1;
}

.label-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.label-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.label-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #f49527;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.treeWrapMain {
  margin: 0;
  padding: 0;
  list-style: none;
}
.treeWrapMain .treeWrap {
  width: 100%;
}
.treeWrapMain .treeNode {
  padding: 5px 0;
  display: none;
  align-items: center;
  flex-wrap: wrap;
}
.treeWrapMain .treeNode.open > .treeWrap > .treeNode {
  display: flex;
}
.treeWrapMain .treeCheckboxes {
  display: flex;
  align-items: center;
}
.treeWrapMain span {
  display: block;
  margin-left: 15px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}
.treeWrapMain > .treeNode {
  display: flex;
}

.dropdown-menu-active .btn {
  display: block;
}
.dropdown-menu-active .btn-group-toggle {
  margin-bottom: 5px;
}
.dropdown-menu-active .btn-group-toggle:last-of-type {
  margin-bottom: 0;
}

.loader__wrap {
  position: relative;
}
.loader__wrap--small .lds-ring {
  width: 23px;
  height: 23px;
}
.loader__wrap--small .lds-ring div {
  width: 20px;
  height: 20px;
}
.loader__wrap .loader {
  max-height: 0px;
}
.loader__wrap .loader .lds-ring {
  background: rgba(221, 221, 221, 0.6);
  top: 0;
  min-height: 35px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 33px;
  height: 33px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 3px;
  border: 3px solid #f49527;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #f49527 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.input-group-quanitity .form-control {
  width: 20px;
}
.input-group-quanitity .btn.btn-quantity {
  border-radius: 0;
  z-index: 1;
  border: 1px solid #c1c1c1;
}
.input-group-quanitity .btn.btn-quantity:focus, .input-group-quanitity .btn.btn-quantity:active, .input-group-quanitity .btn.btn-quantity:hover {
  border-color: #c1c1c1 !important;
  background-color: transparent;
}

.dashboard .real_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dashboard .real_list ul li {
  width: 30%;
}
.dashboard .real_list ul a {
  display: block;
}
.dashboard .real_list ul p {
  margin-top: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.dashboard .real_list ul img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  aspect-ratio: 1.5/1;
}
.dashboard .real_news > div {
  max-width: 100%;
  padding-left: 0;
  margin-bottom: 25px;
}
.dashboard .real_news h3 {
  font-size: 20px;
}
.dashboard .real_news .tresc {
  font-size: 16px;
}
.dashboard .real_news .iart-news > div {
  max-width: 100%;
  padding-left: 0;
}
.dashboard .contact a {
  font-weight: 700;
  color: #6c757d;
}

@media (max-width: 992px) {
  .main-wrapper .navbar {
    background: #f49527;
  }
  .main-wrapper .navbar .navbar-nav li a .fas {
    color: #f2f2f2;
  }

  .navbar .nav-link.nav-link-user {
    color: #f2f2f2;
  }

  .navbar .form-inline .form-control {
    width: auto;
  }
}
.navbar .nav-link {
  color: #000000;
}
.navbar .nav-link.nav-link-user {
  color: #000000;
}
.navbar .nav-link.nav-link-user:hover {
  border-bottom: 1px solid #000000;
}

.card .card-header h2, .card .card-header h3, .card .card-header h4, .card .card-header h5 {
  color: #000000;
}

a:hover, a:visited, a:link {
  color: #000000;
}

.main-sidebar .sidebar-menu li a {
  color: #696969;
}
.main-sidebar .sidebar-menu li.active a {
  color: #000000;
}
.main-sidebar .sidebar-brand.logo4real a.bars i.fas {
  color: #000000;
}

.btn-primary, .btn-danger {
  color: #000;
}

body.sidebar-mini .main-sidebar .sidebar-menu > li.active > a {
  color: #000;
}

.shops-table .table thead th,
.shops-table .table.dataTable thead th,
.shops-table .table:not(.dataTable) thead th,
.shops-table .table:not(.table-sm):not(.table-md):not(.dataTable) thead th {
  color: #000 !important;
}

.shops-table tbody tr td {
  color: #000;
}

.text-muted {
  color: #696969 !important;
}

.btn-outline-primary, .btn-outline-primary.disabled {
  color: #000;
}

h1 {
  font-size: 27px;
}

.page-item.disabled .page-link, .page-item .page-link {
  color: #aa2e00;
}

.page-item.active .page-link {
  color: #000;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?iqtfsu");
  src: url("../fonts/icomoon.eot?iqtfsu#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?iqtfsu") format("truetype"), url("../fonts/icomoon.woff?iqtfsu") format("woff"), url("../fonts/icomoon.svg?iqtfsu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=pcpr-icon-], [class*=" pcpr-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 25px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon11:before {
  content: "\E900";
}

.icon-icon1:before {
  content: "\E901";
}

.icon-icon2:before {
  content: "\E902";
}

.icon-icon3:before {
  content: "\E903";
}

.icon-icon4:before {
  content: "\E904";
}

.icon-icon5:before {
  content: "\E905";
}

.icon-icon6:before {
  content: "\E906";
}

.icon-icon7:before {
  content: "\E907";
}

.icon-icon8:before {
  content: "\E908";
}

.icon-icon9:before {
  content: "\E909";
}

.icon-icon10:before {
  content: "\E90A";
}