body {
  font-family: "Montserrat", sans-serif;
}

.header {
  padding: 1rem 0;
}

.header__login {
  font-size: 0.875rem;
  line-height: 1.2;
}

.header__login img {
  width: 30px;
}

@media screen and (min-width: 768px) {
  .header {
    padding: 3rem 0;
  }
  .header__login {
    font-size: 1.25rem;
  }
  .header__login {
  font-size: 1rem;
  border: 1px solid #000000;
  border-radius: 10px;
  padding: 5px 10px;
}
}

.showcase__title {
  font-size: 1.25rem;
  color: #363636;
  margin: 2.375rem 0;
}

.showcase__list-wrapper {
  margin-bottom: 1rem;
}

.showcase__list-item {
  padding: 2.5rem 0.75rem;
  border: 1px solid #e7e7e7;
  border-radius: 1rem;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1rem;
}

.showcase__list-item-icon {
  margin-bottom: 2rem;
}

.showcase__list-item-title {
  font-size: 1.25rem;
}

.showcase__list-item-description {
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.showcase__list-item-title, .showcase__list-item-description {
  color: #363636;
}

.showcase__button {
  background-color: #f7954c;
  border: none;
  border-radius: 10rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  padding: 1rem 2rem;
  margin: 1.5rem 0;
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  .showcase__title {
    font-size: 1.875rem;
    margin-top: 1rem;
    margin-bottom: 2.375rem;
  }
  .showcase__button {
    font-size: 2rem;
    padding: 1.5rem 6.875rem;
    margin: 2.5rem 0;
  }
  .showcase__list-item {
    padding: 4.5rem 1.25rem;
  }
  .showcase__list-item-icon {
    margin-bottom: 3.125rem;
  }
  .showcase__list-item-title {
    font-size: 1.5rem;
  }
  .showcase__list-item-description {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .showcase__list-wrapper {
    margin-bottom: 0;
  }
}

.promotion {
  border: 1px solid #e7e7e7;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 2rem;
}

.promotion__description {
  color: #363636;
}

.promotion__description-first {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.promotion__description-second {
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .promotion {
    padding: 3.125rem 1.5rem 3.125rem 3.125rem;
    margin-bottom: 5.625rem;
  }
  .promotion__description-first {
    font-size: 1.375rem;
    margin-bottom: 2.25rem;
  }
  .promotion__description-second {
    font-size: 1.125rem;
  }
}

.tab-wrapper {
  margin-bottom: 2rem;
}

@media screen and (min-width: 992px) {
  .tab-wrapper {
    margin-bottom: 6.25rem;
  }
}

.tab {
  margin-bottom: 2rem;
}

.tab__nav {
  overflow-y: scroll;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.tab__nav-item button {
  background: transparent;
  border: none;
  outline: 0;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.75rem;
  color: #000000 !important;
  text-decoration: none !important;
}

.tab__nav-item button.active {
  background-color: #fff0e5;
  border-radius: 100rem;
  color: #fe7b21;
}

.tab__content {
  background-color: #fff0e5;
  padding: 3.75rem 0;
}

@media screen and (min-width: 992px) {
  .tab {
    margin-bottom: 1rem;
  }
  .tab__nav {
    overflow-y: inherit;
    white-space: inherit;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab__nav-item button {
    font-size: 1.25rem;
    padding: 0.5rem 2.75rem;
  }
}

@media screen and (min-width: 1400px) {
  .tab__nav {
    overflow-y: inherit;
    white-space: inherit;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab__nav-item button {
    font-size: 1.625rem;
    padding: 0.5rem 3.75rem;
  }
}

.sss__title {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.sss__list {
  border: 1px solid #e7e7e7;
  border-radius: 0.75rem;
}

.sss__list-item {
  border-bottom: 1px solid #e7e7e7;
}

.sss__list-item:last-child {
  border: none;
}

.sss__list-item-header {
  margin: 0;
}

.sss__list-item-count {
  color: #dddddd;
  font-weight: 700;
}

.sss__list-item-body {
  padding: 0 1.5rem 1rem;
}

.sss__list-item .accordion-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 1rem;
  gap: 0.5rem;
  padding: 1.5rem;
  background: transparent;
  outline: 0;
  color: #000000;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-transition: none;
  transition: none;
}

.sss__list-item .accordion-button:hover {
  color: #fe7b21;
}

.sss__list-item .accordion-button:hover .sss__list-item-count {
  color: #fe7b21;
}

.footer {
  text-align: center;
  padding: 3rem 0;
}

.footer img {
  margin-bottom: 1rem;
}

.footer__text {
  font-size: 1rem;
  color: #fe7b21;
}

.signin {
  margin-top: -8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.signin__form {
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  border-radius: 1rem;
  padding: 1rem;
  z-index: 1;
}

.signin__form-group {
  margin-bottom: 1rem;
}

.signin__form-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.signin__form-button {
  width: 100%;
  height: 2.75rem;
  background-color: #fe7b21;
  color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: none;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

.signin__form-button:hover {
  background-color: #738eda;
}
 
.signin__form-button.signup {
  background-color: #738eda;
  color: #2a2a2a;
}

.signin__form-button.signup:hover {
  background-color: #0dcaf0;
}

.signin__form-input {
  width: 100%;
  height: 2.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.signin__form-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.signin__form-input input::-webkit-input-placeholder {
  color: #b9b9b9;
  font-size: 1rem;
}

.signin__form-input:-ms-input-placeholder {
  color: #b9b9b9;
  font-size: 1rem;
}

.signin__form-input::-webkit-input-placeholder {
  color: #b9b9b9;
  font-size: 1rem;
}

.signin__form-input::-ms-input-placeholder {
  color: #b9b9b9;
  font-size: 1rem;
}

.signin__form-input::placeholder {
  color: #b9b9b9;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .signin__form {
    padding: 2rem 1.875rem;
  }
  .signin__form-group {
    margin-bottom: 1rem;
  }
  .signin__form-title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
  .signin__form-button {
    height: 3.75rem;
    font-size: 1rem;
  }
  .signin__form-input {
    height: 3.75rem;
  }
  .signin__form-input input::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .signin__form-input:-ms-input-placeholder {
    font-size: 1rem;
  }
  .signin__form-input::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .signin__form-input::-ms-input-placeholder {
    font-size: 1rem;
  }
  .signin__form-input::placeholder {
    font-size: 1rem;
  }
}

.profile__navbar {
  border: solid 1px #d2d2d2;
  border-radius: 0.5rem;
  background-color: #ffffff;
  font-size: 0.875rem;
  padding: 1rem 0.75rem;
  margin-top: 1rem;
}

.profile__navbar li {
  border-bottom: 1px solid #eeeeee;
  padding: 0.5rem 0;
}

.profile__navbar li:last-child {
  border: none;
  padding-bottom: 0;
}

.profile__navbar li:first-child {
  padding-top: 0;
}

.profile__navbar-title {
  font-weight: 700;
}

.profile__navbar-link {
  text-decoration: none !important;
  color: #262626;
}

.profile__navbar-link:hover {
  color: #ff7b21;
}

.profile__navbar-link.active {
  color: #ff7b21;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .profile__navbar {
    margin-top: -7%;
    font-size: 1rem;
    padding: 1.125rem 1rem;
  }
  .profile__navbar li {
    padding: 1rem 0;
  }
}

@media screen and (min-width: 1400px) {
  .profile__navbar {
    margin-top: -15%;
  }
}

.profile__content {
  margin-top: 2rem;
}

.profile__content-create-link {
  margin-bottom: 2rem;
}

.profile__content-create-link button {
  width: 100%;
  background-color: #2b45b7;
  border: none;
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
}

.profile__content-create-link button:hover {
  background-color: #0dcaf0;
}

.profile__content-accordion-header {
  margin: 0;
}

.profile__content-accordion-item {
  margin-bottom: 1rem;
  border: 1px solid #d2d2d2;
  border-radius: 0.5rem;
}

.profile__content-accordion-body {
  padding: 1rem;
  font-size: 0.875rem;
}

.profile__content-accordion .accordion-button {
  position: relative;
  width: 100%;
  font-size: 0.875rem;
  text-decoration: none !important;
  color: #000000;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  padding: 1rem;
  text-align: left;
  -webkit-border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
  -moz-border-radius-topleft: 0.5rem;
  -moz-border-radius-topright: 0.5rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.profile__content-accordion .accordion-button:not(.collapsed) {
  background-color: #f3f3f3;
}

.profile__content table {
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.profile__content table thead tr {
  border-color: #000000;
}

.profile__content table tr {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  padding: .35em;
}

.profile__content table tbody tr:last-child {
  border: none;
}

.profile__content table tbody td {
  width: auto;
  word-wrap: break-word;
}

.profile__content table th,
.profile__content table td {
  padding: .625em;
  text-align: left;
  word-wrap: break-word;
  max-width: 100%;
  width: auto;
}

.profile__content table button {
  background: #0dcaf0;
  color: #FFFFFF;
  border: none;
  outline: 0;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

.profile__content table button.delete {
  background-color: #dddddd;
}

.profile__content table button.delete:hover {
  background: #0dcaf0;
}

.profile__content table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .profile__content table {
    border: 0;
  }
  .profile__content table caption {
    font-size: 1.3em;
  }
  .profile__content table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .profile__content table tr {
    border-bottom: 2px solid #f7954c;
    display: block;
    margin-bottom: .625em;
  }
  .profile__content table tr:last-child {
    border: none;
  }
  .profile__content table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  .profile__content table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .profile__content table td:last-child {
    border-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .profile__content-create-link {
    margin-bottom: 1.5rem;
  }
  .profile__content-create-link button {
    width: auto;
    font-size: 1rem;
    padding: 0.5rem 2rem;
  }
  .profile__content-accordion-item {
    margin-bottom: 1.5rem;
  }
  .profile__content-accordion-body {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
  .profile__content-accordion .accordion-button {
    font-size: 1.25rem;
    padding: 1.5rem 2rem;
  }
}

.settings {
  margin-top: -5%;
  margin-bottom: 2rem;
}

.settings__navbar {
  border: solid 1px #d2d2d2;
  border-radius: 0.5rem;
  background-color: #ffffff;
  font-size: 0.875rem;
  padding: 1rem 0.75rem;
}

.settings__navbar li {
  border-bottom: 1px solid #eeeeee;
  padding: 0.5rem 0;
}

.settings__navbar li:last-child {
  border: none;
  padding-bottom: 0;
}

.settings__navbar li:first-child {
  padding-top: 0;
}

.settings__navbar-title {
  font-weight: 700;
}

.settings__navbar-link {
  text-decoration: none !important;
  color: #262626;
}

.settings__navbar-link:hover {
  color: #ff7b21;
}

.settings__navbar-link.active {
  color: #ff7b21;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .settings__navbar {
    margin-top: -7%;
    font-size: 1rem;
    padding: 1.125rem 1rem;
  }
  .settings__navbar li {
    padding: 1rem 0;
  }
}

@media screen and (min-width: 1400px) {
  .settings__navbar {
    margin-top: -15%;
  }
}

.settings__button {
  width: 100%;
  margin-bottom: 1rem;
  background: #2798e8;
  color: #FFFFFF;
  border: none;
  outline: 0;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 768px) {
  .settings {
    margin-bottom: 0;
  }
  .settings__button {
    width: auto;
    margin-bottom: 0;
  }
}

.modal .form-group {
  margin-bottom: 1rem;
}

.modal .form-group input, .modal .form-group textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.modal .form-group input:disabled, .modal .form-group textarea:disabled {
  background-color: #efefef;
  opacity: 1;
}

.modal .form-group input:focus, .modal .form-group textarea:focus {
  border-color: #f7954c;
}

.modal .form-group label {
  font-size: 0.875rem;
  color: #2a2a2a;
}

.modal .submit-button {
  width: 100%;
  background-color: #2798e8;
  border: none;
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 0.1rem;
}

.modal .submit-button:hover {
  background-color: #f7954c;
}

.modal .close-button {
  padding: 0;
  color: #000000;
  font-weight: 300;
  background-color: #f0f0f0;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 1.2;
}

.modal-body {
  padding-bottom: 0;
}

.modal-footer {
  border: none;
}
/*# sourceMappingURL=index.css.map */

.my-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .my-table td, .my-table th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .my-table tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .my-table tr:hover {
        background-color: #ddd;
    }

    .my-table th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #0448aa;
        color: white;
    }
	
.filter input:focus, .filter select:focus, .filter button:focus {
  outline: 0;
  border-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter__label {
  font-size: 0.875rem;
}

.filter__mobile-title {
  font-size: 1rem;
}

.donut-chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.donut-chart__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.donut-chart__content-title {
  font-size: 1.25rem;
}

.donut-chart__content-count {
  font-size: 3rem;
}

.total-sales__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.total-sales__item-count {
  width: 40px;
  height: 40px;
  background-color: #21c6ff;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 0.875rem;
}

.total-sales__item-text {
  font-size: 0.875rem;
  line-height: 1.2;
}

.month-data__item-text {
  font-size: 0.875rem;
}

.markamamaSlider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.markamamaSlider .swiper-button-prev:after, .markamamaSlider .swiper-button-next:after {
  color: #FFFFFF;
  font-size: 2em;
}
.markamamaSlider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.markamamaSlider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.markamamaSlider .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #fdb767;
}

.markamamaCollectionSlider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
  top:0;
  margin-top: 15px;
}
.markamamaCollectionSlider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.markamamaCollectionSlider .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #fdb767;
}

.z-index-1 {
  z-index: 1;
}

.filter input:focus, .filter select:focus, .filter button:focus {
  outline: 0;
  border-color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter__label {
  font-size: 0.875rem;
}

.filter__mobile-title {
  font-size: 1rem;
}

.favorite-products__title {
  font-size: 17px;
  color: #ff7c21;
}

.favorite-products__item:hover {
  background-color: #eeeeee;
}

.favorite-products__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
}

.favorite-products__item-title {
  font-size: 14px;
  color: #363636;
}

.create-link {
  min-height: 40px;
  background: #ff9000;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 5px 10px;
}

.create-link-group button {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .create-link-group button {
    width: auto;
  }
}

.modal-button {
	padding: 12px;
    background: #ff9000;
    color: #FFFFFF;
    border: none;
    width: 100%;
	text-align:center;
	border-radius: 5px;
	text-decoration:none;
}

.modal-button:hover {
	color:#FFFFFF;
}

.title-v1 {
   font-size: 17px;
  color: #ff7c21;
}
/*# sourceMappingURL=index.css.map */
/*# sourceMappingURL=index.css.map */
body {
  padding: 0;
}

.opportunities__item {
  position: relative;
  border-radius: 15px;
}
.opportunities__item-title {
  font-size: 15px;
  font-weight: 700;
  word-break: break-all;
}
.opportunities__item-warning {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fe7b21;
  padding: 2px 7px;
  border-radius: 30px;
  font-size: 10px;
  border: 1px solid #fe7b21;
}

.opportunities__item-link {
  border: 1px solid #fe7b21;
  background: transparent;
  border-radius: 100px;
  color: #fe7b21;
  padding: 5px 10px;
}
.opportunities__item-link:hover {
  background: #fe7b21;
  color: #eeeeee;
}/*# sourceMappingURL=index.css.map */
opportunities__item-commission {
    width: 45px;
    height: 45px;
    border: 1px solid #fe7b21;
    border-radius: 100%;
    color: #fe7b21;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
 

.collection__header-button {
  min-height: 40px;
  background: #ff9000;
  color: #ffffff;
  border-radius: 6px;
  padding: 5px 10px;
  border: none;
}

.collection__empty {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  height: 500px;
}

.collection__empty-title {
  color: #e98400;
  font-size: 17px;
  letter-spacing: 1px;
}

.collection__empty-subtitle {
  color: #514f4f;
  font-size: 14px;
}

.collection__add-modal-title {
  font-size: 1.375rem;
}

.collection__add-modal-input {
  height: 3rem;
  border-radius: 6px;
}

.collection__add-modal-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.collection__add-modal-button button {
  width: 100%;
  height: 3rem;
  background: #ff9000;
  color: #ffffff;
  border-radius: 6px;
  padding: 5px 10px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.collection__product-select-modal-input {
  height: 3rem;
  border-radius: 6px;
  font-size: 14px;
}

.collection__product-select-modal-input::-webkit-input-placeholder {
  color: #4a4747;
}

.collection__product-select-modal-input:-ms-input-placeholder {
  color: #4a4747;
}

.collection__product-select-modal-input::-ms-input-placeholder {
  color: #4a4747;
}

.collection__product-select-modal-input::placeholder {
  color: #4a4747;
}

.collection__product-select-modal-input::-webkit-input-placeholder {
  color: #4a4747;
}

.collection__product-select-modal-input::-moz-placeholder {
  color: #4a4747;
}

.collection__product-select-modal-input :-ms-input-placeholder {
  color: #4a4747;
}

.collection__product-select-modal-input:-moz-placeholder {
  color: #4a4747;
}

.collection__product-select-modal-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.collection__product-select-modal-button button {
  width: 100%;
  height: 3rem;
  background: #ff9000;
  color: #ffffff;
  border-radius: 6px;
  padding: 5px 10px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.collection__product-select-modal-footer-input {
  background: transparent;
  outline: 0;
  border: none;
  width: 30px;
  font-size: 16px;
  color: #000000;
  padding: 0;
  margin: 0;
}

.collection__product-select-modal-checkbox-title {
  font-size: 14px;
  color: #4a4747;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
}

.collection__product-select-modal-checkbox-price {
  font-size: 13px;
  color: #4a4747;
}

.collection__product-select-modal-custom-checkbox input[type="checkbox"] {
  display: none;
}

.collection__product-select-modal-custom-checkbox input + label {
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 6px;
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.collection__product-select-modal-custom-checkbox input + label:before {
  content: "";
  position: absolute;
  border: 1px solid #e98400;
  right: 10px;
  top: 10px;
  bottom: inherit;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.collection__product-select-modal-custom-checkbox input + label:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: inherit;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.collection__product-select-modal-custom-checkbox input:checked + label {
  border-color: #e98400;
  background-color: #fffaf6;
  color: #333;
}

.collection__product-select-modal-custom-checkbox input:checked + label:before {
  opacity: 1;
  border: none;
}

.collection__product-select-modal-custom-checkbox input:checked + label:after {
  opacity: 1;
  border: 5px solid #e98400;
}

.collection__product-select-modal-nav {
  overflow-x: scroll;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.collection__product-select-modal-nav::-webkit-scrollbar{
    display: none;
}
  
.collection__product-select-modal-nav.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.collection__product-select-modal-nav .nav-link {
  background: transparent;
  border: none;
  color: #4a4747;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid transparent;
}

.collection__product-select-modal-nav .nav-link.active {
  border-color: #ff9000;
  color: #e98400;
}

@media only screen and (min-width: 600px) {
  .collection__product-select-modal-custom-checkbox input + label {
    padding: 10px 61px 10px 10px;
  }
  .collection__product-select-modal-custom-checkbox input + label:before {
    right: 24px;
    top: 0;
    bottom: 0;
  }
  .collection__product-select-modal-custom-checkbox input + label:after {
    right: 24px;
    top: 0;
    bottom: 0;
  }
}
/*# sourceMappingURL=index.css.map */
 .collection-item {
  border: 1px solid #eeeeee;
  border-radius: 6px;
  margin-bottom: 1.5rem;
}

.collection-item__header {
  border-bottom: 1px solid #eeeeee;
}

.collection-item__header-title {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.collection-item__header-share {
  font-size: 14px;
}

.collection-item__header-share a {
  color: #666666;
  text-decoration: none;
  padding: 10px 5px 10px 15px;
}

.collection-item__header-share:hover svg {
  fill: #ff9000;
}

.collection-item__header-share:hover a {
  color: #ff9000;
}

.collection-item__header-options a {
  color: #666666;
  padding: 10px 15px 10px 5px;
}

.collection-item__header-options a:hover {
  color: #ff9000;
}

.collection-item__header-options .dropdown-menu {
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 6px;
  border: none;
  padding: 15px;
  min-width: 13rem;
}

.collection-item__header-options .dropdown-menu.show {
	flex-direction:column;
}

.collection-item__header-options .dropdown-menu li {
  width: 100%;	
  padding: 5px 0;
}

.collection-item__header-options .dropdown-menu li button {
  background: transparent;
  box-shadow: none;
  border: none;
  outline: 0;
  font-size: 13px;
  color: #666666;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 0;
}

.collection-item__header-options .dropdown-menu li button:hover {
  color: #ff9000;
}

.collection-item__content {
  padding: 10px 15px;
}

.collection-item__content-images img {
  width: 45px;
  height: 63px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.collection-item__content-button a {
  width: 100%;
  min-height: 2.5rem;
  background: transparent;
  border: 1px solid #ff9000;
  font-size: 14px;
  color: #ff9000;
  border-radius: 6px;
  padding: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

.collection-item__content-button a:hover {
  background: #ff9000;
  color: #ffffff;
}
/*# sourceMappingURL=index.css.map */
 
 
.collection-page__header-toogle {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

.collection-page__header-toogle:focus {
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: none;
}

.collection-page__head {
  background-color: #fffaf6;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 15px 0;
}

.collection-page__head-collection-name {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  color: #514f4f;
}

.collection-page__head-collection-count {
  font-size: 15px;
  line-height: 1.2;
  color: #aeaeae;
}

.collection-page__head-button {
  min-height: 40px;
  background: #ff9000;
  color: #ffffff;
  border-radius: 6px;
  padding: 5px 10px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-size: 15px;
}

.collection-page__slider-image {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.collection-page__slider-image img {
  width: 100%;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.collection-page__slider-title {
  background-color: #282828;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 14px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.collection-page__back {
  display: block;
  font-size: 14px;
  color: #282828;
  padding: 1rem 0;
  text-decoration: none;
}

.collection-page__back:hover {
  color: #ff9000;
}

.collection-page__product-item {
  height: 100%;
  border-radius: 6px;
  padding: 10px;
  position: relative;
  border: 1px solid #dee2e6;
}

.collection-page__product-item a {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.collection-page__product-item.active {
  border-color: #ff9000;
}

.collection-page__product-item-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 6px;
  background-color: #ff9000;
  font-size: 11px;
  padding: 0 7px;
  color: #ffffff;
  z-index: 10;
}

.collection-page__product-item-image {
  width: 130px;
  height: auto;
}

@media screen and (min-width: 768px) { 
.collection-page__product-item-image {
  width: 170px;
  height: auto;
}

}

.collection-page__product-item-name {
  font-size: 16px;
  line-height: 1.2;
  color: #514f4f;
  margin-bottom: 10px;
}

.collection-page__product-item-price {
  font-size: 15px;
  line-height: 1.2;
  color: #ff9000;
  margin-bottom: 20px;
}

.collection-page__product-item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 2.5rem;
  border: 1px solid #ff9000;
  font-size: 14px;
  color: #ff9000;
  border-radius: 6px;
  padding: 5px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  text-align: center;
}

.collection-page__product-item-button:hover {
  background: #ff9000;
  color: #ffffff;
}

.collection-page__product-item-actions {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e6e6e6;
}

.collection-page__product-item-actions .dropdown-menu {
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 6px;
  border: none;
  padding: 15px;
  min-width: 12rem;
}

.collection-page__product-item-actions a {
  font-size: 15px;
  color: #666666;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 0;
}

.collection-page__product-item-actions a:hover {
  color: #ff9000;
}

.collection-page__banner img {
  border-radius: 6px;
}

.collection-page__info-item {
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  height: 100%;
}

.collection-page__info-image img {
  width: 40px;
}

.collection-page__info-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #282828;
}

.collection-page__info-description {
  font-size: 13px;
  line-height: 1.2;
  color: #666666;
}

@media only screen and (min-width: 600px) {
  .collection-page__info-image img {
    width: 70px;
  }
  .collection-page__info-item {
    padding: 60px 20px;
  }
  .collection-page__info-title {
    font-size: 15px;
  }
  .collection-page__info-description {
    font-size: 14px;
  }
}

.collection-page__footer {
  border-top: 1px solid #dddddd;
  padding: 50px 0;
}

.collection-page__footer-title {
  font-size: 21px;
  color: #333333;
  margin-bottom: 1rem;
}

.collection-page__footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.collection-page__footer-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 26%;
          flex: 0 26%;
  margin: 3px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.collection-page__footer-list-item a {
  text-decoration: none;
  font-size: 13px;
  color: #282828;
}

.collection-page__footer-list-item a:hover {
  text-decoration: underline;
}

.collection-page__nav {
  background-color: #ff9000;
  width: 100%;
  padding: 0;
}

.collection-page__nav-list-wrapper {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.collection-page__nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 25%;
          flex: 0 25%;
}

.collection-page__nav-item a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  padding: 12px 0;
}

.collection-page__nav-item-title {
  color: #FFFFFF !important;
  font-size: 16px !important;
}

@media only screen and (min-width: 992px) {
  .collection-page__nav-item-title {
    color: #282828 !important;
  }
}

.collection-page__nav-dropdown-item a {
  color: #FFFFFF !important;
  font-size: 0.875rem;
}

@media only screen and (min-width: 992px) {
  .collection-page__nav-dropdown-item a {
    color: gray !important;
  }
}

.collection-page__nav-dropdown-menu {
  border: none;
  border-radius: 0;
  background: transparent !important;
}

.collection-page__nav-dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.collection-page__nav-dropdown-menu ul {
  list-style: none;
  padding: 0;
}

@media only screen and (min-width: 992px) {
  .collection-page__nav-dropdown-menu {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    padding: 15px;
    background: #FFFFFF !important;
    gap: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .collection-page__nav-item:hover .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .collection-page__nav-dropdown-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .collection-page__nav-dropdown-menu[data-bs-popper] {
    top: inherit;
    left: inherit;
    margin-top: 0;
}
}

@media only screen and (max-width: 992px) {
  .collection-page__nav-item:hover .dropdown-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    color: #FFFFFF;
  }
}

.collection__product-select-modal .select2-container{
	width: 100% !important;
}

.collection__product-select-modal .select2-selection--single{
	border-radius: 6px !important;
    border: 1px solid #dddddd !important;
    height: 46px !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    font-size: 14px !important;
}

.collection__product-select-modal .select2-selection__arrow{
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
}

.collection__product-select-modal .select2-dropdown {
    border: 1px solid #dddddd !important;
    padding-top: 5px !important;
    top: -5px !important;
}

.collection__product-select-modal .select2-search__field {
	outline:0 !important;
    border: 1px solid #dddddd !important;
	font-size: 14px !important;
}

.collection__product-select-modal .select2-results__option {
	font-size: 14px !important;
}

.collection__product-select-modal .select2-results__option--highlighted[aria-selected] {
	background: #ff9000 !important;
	color: #FFFFFF !important;
}

.collection__product-select-modal .select2-selection__clear {
    font-size: 30px !important;
    color: #ff9000 !important;
    font-weight: 400 !important;
	line-height: 30px !important;
	margin-left: 7px !important;
}

.notifications__button {
  background: #ff9000;
  border: none;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  font-size: 15px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-radius: 6px;
  padding: 5px 15px;
}

.notifications__button-icon {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.notifications__button-icon-badge {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.notifications__menu {
  width: 360px;
  border-radius: 6px;
  padding: 0;
}

.notifications__menu li {
  border-bottom: 1px solid #dddddd;
}

.notifications__menu li:last-child {
  border: none;
}

.notifications__menu-header {
  padding: 15px 30px;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
}

.notifications__menu-header button {
  background: transparent;
  border: none;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.notifications__menu-header button:hover {
  color: #ff9000;
}

.notifications__menu-count {
  color: #ff9000;
}

.notifications__menu-wrapper {
  max-height: 400px;
  overflow-y: scroll;
}

.notifications__menu-wrapper::-webkit-scrollbar {
  display: none;
}

.notifications__menu-item {
  white-space: normal;
  padding: 15px 30px;
}

.notifications__menu-item.unread {
  background-color: #ffe9d7;
}

.notifications__menu-item:hover {
  background-color: #ebebeb;
}

.notifications__menu-icon {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 22px;
}

.notifications__menu-icon.money {
  background: #92cc92;
}

.notifications__menu-icon.influencer {
  background: #ffa600;
}

.notifications__menu-icon.new-user {
  background-color: #f1c7a1;
}

.notifications__menu-icon.mission {
  background-color: #63ebf8;
}

.notifications__menu-icon.piece-mission {
  background-color: #ebacf0;
}

.notifications__menu-subject, .notifications__menu-date {
  color: #707070;
  font-weight: 500;
  font-size: 11px;
}

.notifications__menu-message {
  color: #333131;
  font-size: 13px;
  line-height: 15px;
}

@media only screen and (min-width: 600px) {
  .notifications__menu {
    width: 420px;
  }
}

.task {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 15px 20px;
}

.task.active {
  border: 1px solid #ff9000;
}

.task__icon {
  width: 75px;
  height: 75px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.task__title {
  font-size: 15px;
  font-weight: 500;
}

.task__description {
  font-size: 14px;
  color: #494949;
}

.task__detail button {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  color: #ff9000;
}

.task__count {
  font-size: 14px;
  color: #494949;
}

.task__count span {
  color: #ff9000;
}

.task__date {
  font-size: 14px;
  color: #494949;
}

.task__award {
  font-size: 14px;
  color: #494949;
}

.task__award span {
  color: #ffdc45;
}

.task__join button {
  background: #ff9000;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  padding: 3px 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  color: #FFFFFF;
}

.task__progress progress {
  width: 100%;
}

.task__progress progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 15px;
}

.task__progress progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 6px;
}

.task__progress progress[value]::-webkit-progress-value {
  background-color: #ff9000;
  border-radius: 6px;
}

.task-modal__title {
  font-size: 16px;
  color: #ff9000;
  margin-bottom: 7px;
}

.task-modal__description {
  font-size: 15px;
  color: #494949;
  padding-bottom:30px;
}

.task-modal__date {
  font-size: 14px;
  color: #494949;
}
.nav-link{
	font-size:0.9rem !important;
	color:rgba(255,255,255,0.9)!important;
}
.nav-link i{
	margin-right:.18rem !important;
}
.accordion {
	--bs-accordion-btn-color: black;
	--bs-accordion-btn-bg: white;
	--bs-accordion-active-color: black;
	--bs-accordion-active-bg: white;
}
.accordion .accordion-button:hover {
  color: #fe7b21;
}
.circular_image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background-color: blue;
  /* commented for demo
  float: left;
  margin-left: 125px;
  margin-top: 20px;
  */
  
  /*for demo*/
  display:inline-block;
  vertical-align:middle;
}
.circular_image img{
  width:100%;
}
#panicButton {
    background-color: red;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#panicButton:hover {
    background-color: darkred;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Siyah yarı saydam arka plan */
    display: none; /* Başlangıçta gizli */
	
	
	
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Hafif gölge efekti */
    text-align: left;
	width: 40%;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 50px;
    cursor: pointer;
	
}
 #aiButton {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 99;
            border: none;
            outline: none;
            background-color: #2196F3; /* Mavi renk */
            color: white;
            cursor: pointer;
            padding: 15px;
            border-radius: 50%; /* Yuvarlak */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hafif gölge */
        }

        /* Yapay zeka ikonu stilleri */
#aiIcon {
	width: 24px;
	height: 24px;
	fill: white; /* İkon rengi */
	margin-bottom: 2px;
}

.aipopup {
	display: none;
	position: fixed;
	bottom: 70px; /* Butondan 70px üstünde */
	right: 40px; /* Butondan 20px daha sola */
	background-color: white;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	z-index: 100; /* Butondan üstte */
	height: 400px; /* Yükseklik ayarı */
	width: 800px; /* genislik ayarı */
	overflow-y: auto; /* Dikey scroll çubuğu için */
}

.aipopup-content {
	text-align: center;
}

.aiclose {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
font-size: 20px;
}
/*# sourceMappingURL=index.css.map */
.side-panel {
    position: fixed;
    top: 0;
    right: -400px; /* Başlangıçta görünmez */
    width: 400px;
    height: 100vh; /* Panel tam ekran boyutunda olacak */
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    padding: 20px;
    display: flex;
    flex-direction: column;
    overflow-y: auto; /* Panelin içinde kaydırma aktif */
    overscroll-behavior: contain; /* Sayfa kaymasını engeller */
}

	/* Panel Açıkken */
	.side-panel.open {
		right: 0;
	}

	/* Kapatma butonu */
	.close-btn {
		position: absolute;
		top: 10px;
		right: 15px;
		font-size: 24px;
		cursor: pointer;
	}

	/* İçeriğin stili */
	.side-panel-content {
		margin-top: 30px;
	}

/* Kapanma için dış alan */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 999;
}

/* Sabit Buton - Sağ Alt Köşe */
#openPanelBtn {
	position: fixed;
	top: 80px;
	right: 20px;
	background: #007bff;
	color: white;
	border: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 24px;
	cursor: pointer;
	z-index: 1001;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

/* Hover efekti */
#openPanelBtn:hover {
	background: #0056b3;
}
#loadingSpinner {
    text-align: center;
    margin-top: 20px;
}
#dataSahaIsmiList {
    border: 2px solid #007bff; /* Mavi çerçeve */
    width: 100%;
    border-radius: 8px; /* Köşeleri yumuşat */
    overflow: hidden; /* Taşma olursa engelle */
}

#dataSahaIsmiList th, #dataSahaIsmiList td {
    border: 1px solid #0056b3 !important; /* Daha koyu mavi iç çizgiler */
    padding: 10px;
    text-align: center;
}

#dataSahaIsmiList thead {
    background-color: #cce5ff; /* Açık mavi başlık */
    font-weight: bold;
    color: #004085; /* Koyu mavi yazı */
}

#dataSahaIsmiList tbody tr:hover {
    background-color: #d6e9ff; /* Hafif mavi hover efekti */
    cursor: pointer; /* İmleç değişimi */
}

#dataSahaIsmiList tbody tr {
    transition: background-color 0.3s ease-in-out; /* Geçişli hover efekti */
}

#dataAlarmDetayList {
    border: 2px solid #ff9800; /* Turuncu çerçeve */
    width: 100%;
    border-radius: 8px; /* Köşeleri yumuşat */
    overflow: hidden; /* Taşma olursa engelle */
}

#dataAlarmDetayList th, #dataAlarmDetayList td {
    border: 1px solid #e65100 !important; /* Daha koyu turuncu iç çizgiler */
    padding: 10px;
    text-align: center;
}

#dataAlarmDetayList thead {
    background-color: #ffcc80; /* Açık turuncu başlık */
    font-weight: bold;
    color: #bf360c; /* Koyu turuncu yazı */
}

#dataAlarmDetayList tbody tr:hover {
    background-color: #ffe0b2; /* Hafif turuncu hover efekti */
    cursor: pointer; /* İmleç değişimi */
}

#dataAlarmDetayList tbody tr {
    transition: background-color 0.3s ease-in-out; /* Geçişli hover efekti */
}
.summary-container {
    max-height: 150px;
    overflow-y: auto;
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px; /* Alt kısma boşluk ekledik */
}
.alt-design {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	animation: parlama 1.2s infinite alternate;
}

@keyframes parlama {
	0% {
		box-shadow: 0 0 10px var(--dynamic-color, blue);
		background-color: var(--dynamic-color, blue);
	}
	100% {
		box-shadow: 0 0 20px var(--dynamic-color-light, lightblue);
		background-color: var(--dynamic-color-light, lightblue);
	}
}

.alt-design i {
	font-size: 24px;
	color: white;
}

#newAlarmIcon {
	width: 20px;
	height: 20px;
	background-color: white;
	border-radius: 50%;
}
/* 5 mayıs 2025 */
.regular-div {
    border: 2px solid #ccc; /* Varsayılan sınır rengi */
    padding: 10px;
    margin-bottom: 10px;
    transition: border-color 0.3s ease; /* Kenar rengi değişimi */
}

.regular-div.completed {
    border-color: #28a745;  /* Yeşil kenar rengi */
    background-color: #e2f9e1; /* Hafif yeşil arka plan rengi */
}
/* 9 mayıs */
 .notification-text {
    font-size: 14px;
    color: #555; /* Metin rengi */
    padding: 10px;
    border: 1px solid #ccc; /* Sınır ekleme */
    background-color: #f9f9f9; /* Arka plan rengi */
    display: block; /* Satır sonu ekler */
    margin-bottom: 15px; /* Alt boşluk */
    border-radius: 5px; /* Köşe yuvarlama */
    font-weight: bold; /* Yazıyı kalın yapma */
}
/* 11 MAYIS*/
 
#datatableCozumDokuman {
    border: 2px solid #b3d7ff;
    border-radius: 6px;
    background-color: #f4faff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
    overflow: hidden;
}

#datatableCozumDokuman thead {
    background-color: #e1f0ff;
    color: #003366;
    font-weight: bold;
    border-bottom: 2px solid #b3d7ff;
}

#datatableCozumDokuman th,
#datatableCozumDokuman td {
    border: 1px solid #cce5ff;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

#datatableCozumDokuman tbody tr:hover {
    background-color: #d9ecff;
}

#datatableCozumDokuman td button {
    padding: 4px 8px;
    font-size: 13px;
}
.blinking-icondetay {
  animation: blink 1s infinite;
  color: orange;
  text-shadow: 0 0 5px orange, 0 0 10px orange, 0 0 15px orange;
}
.custom-box {
	width: 100%;
	max-width: 300px; /* Kolon genişliği */
	height: 400px;    /* Kolon yüksekliği */
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.custom-scroll {
	width: 100%;
	height: 100%;
	overflow: auto; /* 2 yönlü scroll */
}

.custom-table {
	width: max-content;
	min-width: 100%;
	border-collapse: collapse;
}

.custom-table thead th,
.custom-table tbody td {
	white-space: nowrap;
	padding: 6px 10px;
	border: 1px solid #ddd;
	font-size: 14px;
}
.scroll-row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 16px;
  padding-bottom: 10px;
  height: 60vh; /* ekranın tamamı */
  width: 97vw;
  
}
.scroll-rowUserUst {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 16px;
  padding-bottom: 10px;
  height: 60vh; /* ekranın tamamı */
  
  
}
.scroll-rowUserAlt {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 16px;
  padding-bottom: 10px;
  height: 25vh; /* ekranın tamamı */
 
  
}
.scroll-rowAlt {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 5px;
  padding-bottom: 5px;
  height: 180px; /* ekranın tamamı */
  
}
.scroll-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
  transition: box-shadow 0.2s ease;
  height: 525px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  
}
.scroll-boxalt {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
  transition: box-shadow 0.2s ease;
  height: 100;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  
}

.scroll-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.scroll-box:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
} 
	.scroll-colnew {
	  flex: 0 0 auto;
	  width: 20vw;
	}
    .scroll-col {
      flex: 0 0 auto;
      width: 27vw;
    }
	.scroll-colProjeler {
      flex: 0 0 auto;
      width: 27vw;
    }
	.scroll-colSahaEkipman {
      flex: 0 0 auto;
      width: 20vw;
    }
	.scroll-colOtomasyonPano {
	  flex: 0 0 auto;
	  width: 25vw;
	}
	.scroll-colMekanikCihaz {
	  flex: 0 0 auto;
	  width: 22vw;
	}
	.scroll-colDouble {
      flex: 0 0 auto;
      width: 48vw;
	 
	  
    }
	.scroll-colUserUzun {
		  flex: 0 0 auto;
		  width:90vw;
		 
	}
     .scroll-colUser {
      flex: 0 0 auto;
      width: 30vw;
    }

    .scroll-inner {
      flex: 1;
      overflow: auto;
    }

    .scroll-table {
      width: max-content;
      min-width: 100%;
      border-collapse: collapse;
	 
    }
	.scroll-table th.ariza-column,
	.scroll-table td.ariza-column {
	width: 3px;
	text-align: left;
	white-space: nowrap;
	}
	.scroll-table th.proje-column,
	.scroll-table td.proje-column {
	width: 10px;
	text-align: left;
	white-space: nowrap;
	}
	
	.scroll-table th.SahaEkipman-column,
	.scroll-table td.SahaEkipman-column {
	width: 15px;
	text-align: left;
	white-space: nowrap;
	}
	
	#duzenleDropdown {
	height: 30px;
	padding: 4px 10px;
	font-size: 15px;
	}
	.scroll-table th,
	.scroll-table td {
	white-space: nowrap;
	padding: 6px 10px;
	border: 1px solid #ddd;
	font-size: 12px;
	height: 15px; /* 🌟 Satır yüksekliği */
	vertical-align: middle; /* İçerik ortalansın */
	}
	
	@media (max-width: 768px) {
  /* Satır grubu elemanları */
  .scroll-row,
  .scroll-rowUserUst,
  .scroll-rowUserAlt,
  .scroll-rowAlt {
    display: flex;
    flex-direction: column; /* Satırları alt alta yerleştir */
    flex-wrap: wrap;
    overflow-x: visible;
    height: auto; /* 100vh yerine içerik kadar yükseklik daha sağlıklı olabilir */
  }

  /* Kolonlar - her biri %100 genişlikte olacak */
  .scroll-col,
  .scroll-colDouble,
  .scroll-colDoubleDouble,
  .scroll-colUser,
  .scroll-colUserUzun,
  .scroll-colnew,
  .scroll-colProjeler,
  .scroll-colSahaEkipman,
  .scroll-colOtomasyonPano,
  .scroll-colMekanikCihaz {
    width: 100% !important;
    display: block;
  }

  /* İçerik kutuları */
  .scroll-box,
  .scroll-boxalt {
    height: auto;
  }
}

    h5 {
      font-size: 16px;
      margin-bottom: 10px;
    }
	.header__logo img {
    max-height: 30px; /* istediğiniz yüksekliğe göre ayarlayın */
    width: auto; /* orantılı küçülme */
    }
	.custom-user-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 16px;
        background-color: rgba(255, 255, 255, 0.85); /* yarı saydam beyaz */
        border-radius: 8px;
        box-shadow: none; /* gölgeyi kaldır */
        border: none;
    }

    .custom-user-left {
        font-weight: 600;
        font-size: 16px;
        color: #333;
    }

    .custom-user-right {
        display: flex;
        gap: 12px;
        align-items: center;
    }

    .custom-user-right i {
        font-size: 18px;
        color: #444;
        cursor: pointer;
        transition: color 0.2s;
    }

    .custom-user-right i:hover {
        color: #000;
    }
	/*04.06.2025*/
	.inactive-row {
    background-color: #f9f9f9; /* Açık gri */
    color: #999999; /* Soluk yazı rengi */
}
/* Tablonun genel çerçevesi */
#cozumTanimTable {
    border: 2px solid #cce0ff; /* Açık mavi dış çerçeve */
    border-collapse: collapse;
    width: 100%;
    font-family: Arial, sans-serif;
}

/* Tablonun başlığı */
#cozumTanimTable thead th {
    background-color: #3399ff; /* Koyu mavi başlık */
    color: white;               /* Beyaz yazı */
    font-weight: bold;
    text-align: left;
    padding: 10px;
    border: 1px solid #99ccff; /* Açık mavi kenarlık */
}

/* Tablodaki veri hücreleri */
#cozumTanimTable td {
    background-color: #e6f2ff; /* Çok açık mavi */
    color: #003366;            /* Koyu mavi yazı */
    border: 1px solid #cce0ff; /* Hücre kenarlığı */
    padding: 8px;
}

/* Alternatif satır renkleri */
#cozumTanimTable tbody tr:nth-child(even) td {
    background-color: #f2f9ff; /* Daha da açık mavi tonu */
}

/* Satır üzerine gelince efekt */
#cozumTanimTable tbody tr:hover td {
    background-color: #d0e7ff; /* Hover için orta açık mavi */
    cursor: pointer;
}
/*05/06/2025*/
 #carousel {
  max-height: 80vh;
  overflow: hidden;
}

#carousel .carousel-item img {
  max-height: 60vh;
  object-fit: cover;
  width: 100%;
}

#carousel .carousel-caption {
  bottom: 10px;
  padding: 10px;
}

#carousel .carousel-caption h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

#carousel .carousel-caption p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
.uyari {
  padding: 10px;
  text-align: center;
}

.uyari img {
  width: 40px;         /* Görseli küçült */
  height: auto;
  margin-bottom: 8px;  /* Alt boşluğu azalt */
}

.uyari p {
  font-size: 13px;     /* Yazıyı küçült */
  line-height: 1.4;
  margin: 0;
}
/* 26/06/2025*/
.full-height-section {
  height: auto; /* ekranın tamamı */
   width: 100vh; /* ekranın tamamı */
  background-color: #f0f0f0;
  padding: 20px;
}
.table-wrapper {
  max-height: 400px;      /* Tablonun yüksekliğini belirle */
  overflow-y: auto;       /* Dikey scroll aktif */
  overflow-x: hidden;     /* Yatay scroll engellenir */
  border: 1px solid #ccc;
}
/*07/08/2025*/
.nav-link.active {
    background-color: #007bff;
    color: white !important;
    font-weight: bold;
    border-radius: 5px;
}