@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Light.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Light.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Regular.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Regular.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Medium.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Medium.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-DemiBold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-DemiBold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-DemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Bold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Bold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-ExtraBold.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-ExtraBold.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: IRANSansXFaNum;
  src:
    url(../fonts/IRANSansXFaNum/woff2/IRANSansXFaNum-Black.woff2) format("woff2"),
    url(../fonts/IRANSansXFaNum/woff/IRANSansXFaNum-Black.woff) format("woff"),
    url(../fonts/IRANSansXFaNum/ttf/IRANSansXFaNum-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

/* base  */

:root {
  --color1: #349067;
  --color2: #ebbe6d;
  --back: #fff;
  --font1: IRANSansXFaNum;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font1);
  direction: rtl;
  background-color: var(--back);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--color2)
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .d-m-none {
    display: none !important;
  }

}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}


/* loader  */
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #001a0d, #222206);
  background-size: 200% 200%;
  animation: gradientMove 6s ease infinite;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  z-index: 9999;
  backdrop-filter: blur(2px);
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.loader-text {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  background: linear-gradient(135deg, #fff8e7, #ffd89a, #fff0c0);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: textFadeIn 1.8s ease-out forwards;
  opacity: 0;
  transform: translateY(15px);
  text-shadow: 0 0 20px rgba(255, 200, 100, 0.3);
}

@keyframes textFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(10px);
  }

  40% {
    opacity: 0.6;
    transform: translateY(5px);
    filter: blur(3px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 220, 140, 0.2);
  border-top: 3px solid #ffdf8c;
  border-right: 3px solid rgba(255, 220, 140, 0.6);
  border-radius: 50%;
  animation: spin 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
  box-shadow: 0 0 12px rgba(255, 210, 100, 0.3);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* main */

.main-container {
  max-width: 600px;
  margin: auto;
  background: #020d05;
  /*background: linear-gradient(135deg, #001a0d, #6a6a0f);*/
  background: linear-gradient(135deg,
  #061208 0%,
  #112313 55%,
  #1ea25b 100%
  );

  color: #fff;
  padding: 20px;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.main-wrap-start {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.main-wrap-user {
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #d8c07b;
  box-shadow: 0 0 10px #d8c07b;
  margin-top: 20px;
  position: relative;
  animation: goldenSpin 3s linear infinite;
}

@keyframes goldenSpin {
  0% {
    box-shadow: 0 0 5px #d8c07b, 0 0 10px #ffd700;
    border-color: #d8c07b;
  }

  50% {
    box-shadow: 0 0 15px #d8c07b, 0 0 25px #ffaa00;
    border-color: #d8c07b;
  }

  100% {
    box-shadow: 0 0 5px #d8c07b, 0 0 10px #ffd700;
    border-color: #d8c07b;
  }
}

.main-wrap-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.main-wrap-qr {
  border: 1px solid #4e6142;
  padding: 6px;
  width: 80px;
  height: 80px;
  background: #010e05;
  border-radius: 16px;
}

.main-wrap-qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 2px;
}

.main-wrap-right {
  width: 100%;
}

.main-wrap-left {
  width: 100%;
}

.main-wrap-badge {
  background: #021c0f;
  border: 1px solid #4e6142;
  font-size: 12px;
  width: max-content;
  margin-right: auto;
  padding: 5px 8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.main-wrap-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.main-wrap-title {
  font-size: 18px;
  font-weight: bold;
}

.main-wrap-subtitle {
  font-size: 14px;
  font-weight: 600;
}

.main-wrap-text {
  max-width: 90%;
  margin: auto;
  line-height: 2;
  font-size: 12px;
}

.main-wrap-btn {
  height: 44px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(360deg, #887033, #d5ad58);
  border: 1px solid #80733e;
  box-shadow: 0 0 1px #bfa75d inset;
  color: #061c0c;
  position: relative;
  font-size: 18px;
  margin: auto;
  margin-top: 30px;
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.3s;
}

.main-wrap-btn i {
  position: absolute;
  right: 15px;
  top: 12px;
}

.main-wrap-btn:active {
  background: transparent;
  color: var(--color2);
}

.main-wrap-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}

.main-wrap-item {
  display: block;
}


.main-wrap-item-icon {
  width: 44px;
  height: 44px;
  border: 1px solid #658668;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01150a;
  color: #fff;
  font-size: 18px;
}

.main-wrap-item-icon img {
  width: 60%;
}

.main-wrap-item:active .main-wrap-item-icon {
  background: var(--color2);
  color: #000;
}

.main-wrap-item-title {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

.main-wrap-gallery {
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  display: grid;
}

.main-gallery-item img {
  width: 100%;
  height: 80px;
  border-radius: 12px;
  border: 1px solid #bab69e;
  object-fit: cover;
}

.main-row-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
}

.main-row-title i {
  color: #c4a47a;
  font-size: 18px;
}


.main-wrap-video {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  display: grid;
}

.main-video-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.main-video-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000006b;
}

.main-video-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #bab69e;
}

.main-video-item i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  max-height: max-content;
  max-width: max-content;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  backdrop-filter: blur(8px);
}


.main-wrap-group {
  border: 1px solid #3d503e;
  border-radius: 14px;
  height: 40px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0a160863;
  overflow: hidden;
}

.main-wrap-group i {
  background: #16250c;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 14px;
  color: #fff;
}

.main-wrap-group span {
  padding: 10px;
  color: #ffffffa8;
  font-size: 14px;
}

.panel-header-inner {
  position: fixed;
  height: 70px;
  background: #010e05;
  padding: 10px 20px;
  width: 100%;
  right: 0;
  top: 0;
  left: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 600px;
  margin: auto;
  border-bottom: 1px solid #4e6142;
  z-index: 1;
}

.panel-header-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.panel-header {
  height: 70px;
}

.panel-menu {
  position: fixed;
  width: 100%;
  max-width: 300px;
  background: #001a0d;
  right: 0;
  top: 0;
  height: 100%;
  padding: 20px;
  transition: 0.5s;
  transform: translateX(100%);
  z-index: 9;
}

.panel-menu.active {
  transform: translateX(0);
}

.panel-menu-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.panel-menu-title {
  font-weight: bold;
}


.panel-menu-close {
  background: transparent;
  width: 30px;
  height: 30px;
  border: 1px solid #4e6142;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color2);
  border-radius: 8px;
}

.panel-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  border-bottom: 1px solid #4e6142;
  padding-bottom: 15px;
  margin-top: 15px;
  font-size: 14px;
}


/* panel card content */

.panel-page-title i {
  color: #92cc92;
}

.panel-page-title {
  padding-bottom: 15px;
  font-weight: 600;
}

.panel-upload-box {
  background: #020c0080;
  padding: 15px;
  border-radius: 14px;
  box-shadow: 0 0 4px #18261c;
}

.row-panel-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
}

.panel-upload-profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px dashed #414f42;
  border-radius: 12px;
  padding: 15px;
}

.profile-thumb-area {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #89d4a5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.2s;
  box-shadow: 0 0px 14px #155626;
}

.profile-thumb-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-placeholder-icon {
  font-size: 28px;
  color: #fff;
  text-align: center;
}

.profile-upload-btn-label {
  background: linear-gradient(182deg, #165324, #0a220c);
  border: 1px solid #334f36;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
}

.profile-upload-btn-label:hover {
  background: transparent;
  color: #89d4a5;
}

input[type="file"] {
  display: none;
}

.row-panel {
  margin-bottom: 25px;
}

.panel-upload-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 15px;
}

.gallery-slot {
  background: #06160b;
  border: 1px dashed #405143;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.2s;
  height: 80px;
  width: 100%;
}

.gallery-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.empty-slot-content {
  text-align: center;
  color: #fff;
}

.empty-slot-content i {
  font-size: 24px;
  display: block;
}

.empty-slot-content span {
  font-size: 0.75rem;
}

.gallery-upload-label {
  background: linear-gradient(182deg, #165324, #0a220c);
  border: 1px solid #334f36;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
  justify-content: center;
}

.gallery-upload-label:hover {
  background: transparent;
  color: #fff;
}

.panel-upload-gallery {
  border: 1px dashed #414f42;
  border-radius: 12px;
  padding: 15px;
}

.panel-upload-video .video-upload-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

.video-thumb-box {
  width: 110px;
  max-width: 170px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: 0.2s;
  background: #06160b;
  border: 1px dashed #405143;
  border-radius: 12px;
}

.video-thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-placeholder-content {
  text-align: center;
  color: #fff;
}

.video-placeholder-content i {
  font-size: 28px;
  display: block;
}

.video-label-btn {
  background: linear-gradient(182deg, #165324, #0a220c);
  border: 1px solid #334f36;
  padding: 10px 20px;
  border-radius: 7px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
  justify-content: center;
}

.info-text {
  font-size: 0.75rem;
  color: #fff;
  margin-top: 12px;
}

.panel-preview-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.panel-preview-btn i {
  background: #06160b;
  border: 1px dashed #405143;
  border-radius: 12px;
  width: 60px;
  height: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}


.panel-link-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}

.panel-link-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #658668;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01150a;
  color: #fff;
  font-size: 18px;
}

.panel-link-btn {
  background: linear-gradient(182deg, #165324, #0a220c);
  border: 1px solid #334f36;
  padding: 10px 20px;
  height: 40px;
  color: #fff;
  border-radius: 7px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
  justify-content: center;
}

.panel-link-btn-2 {
  background: linear-gradient(360deg, #531616, #980000);
  border: 1px solid #334f36;
  padding: 10px 20px;
  height: 40px;
  color: #fff;
  border-radius: 7px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.2s;
  justify-content: center;
}

.panel-form-group {
  display: flex;
  margin-top: 15px;
}

.panel-form-group span {
  background: #000f08a8;
  border: 1px solid #405143;
  border-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 14px;
  color: #fff;
  height: auto;
  border-radius: 0 10px 10px 0;
}

.panel-form-group input {
  width: 100%;
  border: 1px solid #3d503e;
  border-radius: 10px 0 0 10px;
  background: #0a160863;
  padding: 8px 10px;
  outline: none;
  color: #fff;
  font-size: 14px;
}


.panel-form-group textarea {
  width: 100%;
  border: 1px solid #3d503e;
  border-radius: 10px 0 0 10px;
  background: #0a160863;
  padding: 8px 10px;
  outline: none;
  color: #fff;
  font-size: 14px;
}

.panel-btn-submit {
  height: 40px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(360deg, #887033, #d5ad58);
  border: 1px solid #80733e;
  box-shadow: 0 0 1px #bfa75d inset;
  color: #061c0c;
  position: relative;
  margin: auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.3s;
  font-size: 14px;
  gap: 10px;
  font-weight: 600;
}

.panel-btn-submit:active {
  background: transparent;
  color: #bfa75d;
}

.panel-btn-gird {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
  margin-top: 15px;
}

.panel-btn-gold {
  background: linear-gradient(360deg, #887033, #d5ad58);
  border: 1px solid #80733e;
  padding: 10px 4px;
  height: 40px;
  color: #061c0c;
  border-radius: 10px;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.2s;
  justify-content: center;
  font-weight: 600;
}

.panel-btn-normal {
  background: linear-gradient(81deg, #001006, #0a220c);
  border: 1px solid #334f36;
  padding: 10px 4px;
  height: 40px;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.2s;
  justify-content: center;
}


.panel-modal.active {
  display: block;
}

.panel-modal {
  position: fixed;
  top: 90px;
  bottom: 20px;
  background: #010e05;
  right: 20px;
  left: 20px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--color2);
  display: none;
  height: max-content;
  margin: auto;
  max-width: 500px;
}

.panel-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.panel-modal-title {
  font-weight: 600;
  font-size: 14px;
}


/* / */

.modal-icon-item {
  cursor: pointer;
  display: block;
  margin: 0;
}

.modal-icon {
  background: #f0f4f8;
  border: 1px solid #658668;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01150a;
  color: #fff;
  font-size: 18px;
  transition: all 0.2s;
  height: 40px;
  color: #fff;
}

.modal-icon-item input:checked+.modal-icon {
  background: var(--color2);
  border-color: gold;
  color: #000;
}

.modal-icon img {
  max-width: 65%;
}


.modal-form {
  display: flex;
  margin-top: 15px;
}

.modal-form span {
  background: #414b0f;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 14px;
  color: #fff;
  height: auto;
  border-radius: 0 10px 10px 0;
  width: 36px;
}

.modal-form input {
  width: 100%;
  border: 1px solid #3d503e;
  border-radius: 10px 0 0 10px;
  background: #0a160863;
  padding: 8px 10px;
  outline: none;
  color: #fff;
  font-size: 14px;
}

.panel-modal-close {
  background: transparent;
  width: 30px;
  height: 30px;
  border: 1px solid #4e6142;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color2);
  border-radius: 8px;
}

.modal-row-title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
}

.modal-icon-list {
  grid-template-columns: repeat(5, 1fr);
  display: grid;
  gap: 10px;
  max-height: 200px;
  overflow-y: auto;
  padding: 16px;
  background: #06160b;
  border: 1px dashed #405143;
  border-radius: 8px;
  margin-top: 15px;
}

.modal-icon-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.modal-icon-list::-webkit-scrollbar-track {
  background: #1e1e1e;
  border-radius: 6px;
}

.modal-icon-list::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 8px;
  border: 2px solid #1e1e1e;
}

.modal-icon-list::-webkit-scrollbar-thumb:hover {
  background: #777;
}

.modal-form-btn {
  height: 40px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(360deg, #887033, #d5ad58);
  border: 1px solid #80733e;
  box-shadow: 0 0 1px #bfa75d inset;
  color: #061c0c;
  position: relative;
  margin: auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.3s;
  font-size: 14px;
  gap: 10px;
  font-weight: 600;
}

.modal-form-btn:active {
  background: transparent;
  color: #d5ad58;
}


.auth-body {
  height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.auth-box {
  background: #020c0080;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 4px #18261c;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border: 1px solid var(--color2);
}

.auth-box-title {
  font-size: 18px;
  font-weight: bold;
}

.auth-box-input {
  width: 100%;
  height: 46px;
  border: 1px solid #3d503e;
  border-radius: 12px;
  background: #0a160863;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  outline: none;
}

.auth-box-input:focus {
  border-color: var(--color2);
}

.auth-box-input::placeholder {
  text-align: right;
  color: #fff8e7b5;
}

.auth-box-btn {
  height: 40px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(360deg, #887033, #d5ad58);
  border: 1px solid #80733e;
  box-shadow: 0 0 1px #bfa75d inset;
  color: #061c0c;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.3s;
  font-size: 16px;
  gap: 10px;
  font-weight: 600;
}

.auth-box-btn:active {
  background: transparent;
  color: var(--color2);
}

.auth-box-alert {
  font-size: 14px;
  margin-left: auto;
  color: #bfa75d;
}



.row-head-title {
  font-size: 18px;
  font-weight: 600;
}

.row-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.row-head-back {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 18px;
}

.res-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000f08;
  border: 1px dashed #405143;
  padding: 15px;
  border-radius: 12px;
  margin-top: 25px;
}

.res-box-img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 2px solid gold;
  object-fit: cover;
}

.res-box-title {
  font-size: 14px;
  font-weight: 600;
}

.res-box-rate {
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-size: 12px;
  gap: 5px;
}

.res-box-rate i {
  color: #ecc16e;
}

.res-box-rate span {
  background: #00331ba8;
  border: 1px solid #405143;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 4px;
  margin-right: 5px;
}

.res-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 15px;
  border-radius: 12px;
  margin-top: 25px;
}

.res-box-text {
  font-size: 12px;
}

.res-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 25px;
}

.res-service {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}

.res-service-item span {
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 12px 5px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
}

.res-service-item {
  margin: 0;
}


.res-service-item input:checked+span {
  border-color: var(--color2);
  color: var(--color2);
}

.datepicker-day-view .day.disabled {
  background-color: #f8d7da !important;
  color: #721c24 !important;
  cursor: not-allowed !important;
  text-decoration: line-through;
}

.datepicker-plot-area .toolbox {
  display: none;
}

.datepicker-plot-area {
  padding: 0;
  font: 12px IRANSansXFaNum;
  background-color: #000f08a8;
  border: 1px solid #405143;
  border-radius: 12px;
  margin-bottom: 20px;
}

.datepicker-navigator {
  background: #02160a;
  border-bottom: 1px solid #405143;
  height: 40px;
  display: flex;
  align-items: center;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  background-color: transparent;
  color: #fff;
}

.pwt-btn.pwt-btn-next {
  transform: rotate(180deg);
}

.pwt-btn.pwt-btn-prev {
  transform: rotate(180deg);
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
  color: #fff;
  font-size: 10px;
}

.datepicker-plot-area .datepicker-day-view .table-days td span,
.datepicker-plot-area .datepicker-year-view .year-item,
.datepicker-plot-area .datepicker-month-view .month-item {
  background-color: transparent;
  color: #fff;
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next,
.datepicker-plot-area .datepicker-navigator .pwt-btn-switch,
.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
  height: 40px;
  line-height: 40px;
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span,
.datepicker-plot-area .datepicker-year-view .year-item.selected,
.datepicker-plot-area .datepicker-month-view .month-item.selected {
  background-color: transparent;
  color: var(--color2);
  border: 1px solid var(--color2);
  border-radius: 8px;
}




.res-time {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: grid;
}

.res-time-item span {
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 8px 5px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
}

.res-time-item {
  margin: 0;
}


.res-time-item input:checked+span {
  border-color: var(--color2);
  color: var(--color2);
}





.res-form-group {
  display: flex;
  margin-top: 15px;
}

.res-form-group span {
  background: #414b0f;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 14px;
  color: #fff;
  height: auto;
  border-radius: 0 10px 10px 0;
}

.res-form-group input::placeholder {
  text-align: right;
}

.res-form-group input {
  width: 100%;
  border-radius: 10px 0 0 10px;
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 8px 10px;
  outline: none;
  color: #fff;
  font-size: 14px;
}


.res-form-group textarea {
  width: 100%;
  border-radius: 10px 0 0 10px;
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 8px 10px;
  outline: none;
  color: #fff;
  font-size: 14px;
}

.res-btn-submit {
  height: 40px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(360deg, #887033, #d5ad58);
  border: 1px solid #80733e;
  box-shadow: 0 0 1px #bfa75d inset;
  color: #061c0c;
  position: relative;
  margin: auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.3s;
  font-size: 14px;
  gap: 10px;
  font-weight: 600;
}

.res-btn-submit:active {
  background: transparent;
  color: #bfa75d;
}


.res-info-text a {
  color: var(--color2);
}

.res-info-text {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  margin-top: 15px;
  gap: 5px;
}




/* switch */

.sort-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-right: auto;
}

.sort-switch span {
  cursor: pointer;
  font-weight: 600;
  color: #000;
  margin: 0;
  font-size: 14px;
}

input[type="checkbox"].switch {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3em;
  height: 1.5em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 1;
  right: auto !important;
  left: auto !important;
  position: relative;
}

input[type="checkbox"].switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch:checked {
  background: var(--color1);
}

input[type="checkbox"].switch:checked:after {
  left: calc(100% - 1.5em);
}

input[type="checkbox"].switch:after {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.panel-box {
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.panel-box-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.panel-box-title {
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.panel-box-text {
  font-size: 12px;
  margin-top: 10px;
}

.panel-box i {
  color: var(--color2);
}

.panel-box-btn {
  background: #0e2217;
  border: 1px solid #405143;
  color: #87ab8e;
  font-size: 12px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 8px;
  font-weight: 600;
}


.panel-box-btn i {
  color: #87ab8e;
}

.modal-new {
  position: fixed;
  top: 90px;
  bottom: 20px;
  background: #010e05;
  right: 20px;
  left: 20px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--color2);
  display: none;
  height: max-content;
  margin: auto;
  max-width: 500px;
  z-index: 999;
}

.modal-new.active {
  display: block;
}

.panel-service-item {
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 15px;
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 12px;
  height: 36px;
  align-items: center;
  justify-content: space-between;
}



.panel-gird-day {
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  display: grid;
  margin-top: 15px;
}

.panel-day-item span {
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 8px 5px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
}

.panel-day-item {
  margin: 0;
}

.panel-day-item input:checked+span {
  border-color: var(--color2);
  color: var(--color2);
}

.panel-select {
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 8px 5px;
  border-radius: 8px;
  width: 100%;
  color: #fff;
  font-size: 12px;
}

.panel-gird-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  display: grid;
  margin-top: 10px;
}

.panel-info-add {
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 15px;
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 12px;
  height: 36px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #0e2217;
  border: 1px solid #405143;
  color: #87ab8e;
}

.panel-info-add i {
  color: #87ab8e;

}

.panel-info-item {
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 15px;
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 12px;
  height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}


.panel-info-item i:last-child {
  margin-right: auto;
}

/* table */

.reservation-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  background: #000f08a8;
  border: 1px solid #405143;
  border-radius: 10px;
  backdrop-filter: blur(3px);
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  padding: 0.75rem;
}

.table-title {
  padding: 1rem 1rem 0.5rem 1rem;
  border-bottom: 1px solid #40514380;
  margin-bottom: 0.75rem;
}

.table-title h1 {
  color: #fafae4;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 12px;
}

.table-title h1::before {
  content: "📆";
  font-size: 1.9rem;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

.sub-caption {
  color: #e2efdb;
  margin-top: 8px;
  font-size: 0.85rem;
  opacity: 0.9;
  font-weight: 400;
}

.reservation-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 10px;
  background: transparent;
}

.reservation-table thead tr {
  background: #0f2b1fe0;
  backdrop-filter: blur(2px);
}

.reservation-table th {
  text-align: right;
  padding: 16px 14px;
  font-weight: 600;
  font-size: 1rem;
  color: #fef7cf;
  border-bottom: 2px solid #5f7b64;
  background-color: #0a241bb3;
  letter-spacing: 0.3px;
}

.reservation-table td {
  padding: 14px 14px;
  color: #f5f7e9;
  border-bottom: 1px solid #40514370;
  font-size: 0.95rem;
  font-weight: 500;
  vertical-align: middle;
  background-color: rgba(0, 15, 8, 0.45);
  backdrop-filter: blur(1px);
}

.reservation-table tbody tr:hover td {
  background-color: #2c5a42b3;
  transition: 0.2s ease;
  cursor: default;
}

.appointment-badge {
  display: inline-block;
  background: #1f543eb3;
  padding: 5px 14px;
  border-radius: 40px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid #7ca586;
  color: #f0fae6;
  white-space: nowrap;
}

.phone-style {
  direction: ltr;
  display: inline-block;
  letter-spacing: 0.3px;
  background: #00000040;
  padding: 4px 10px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--color2);
}

.table-info-footer {
  margin-top: 1.2rem;
  padding: 0.9rem 1rem 1rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid #40514360;
}

.info-message {
  font-size: 0.75rem;
  color: #e2f0da;
  background: #071f17a0;
  padding: 6px 15px;
  border-radius: 50px;
  font-weight: 400;
}

.legend {
  display: flex;
  gap: 12px;
  font-size: 0.7rem;
  color: #d0e2c7;
  background: #0e2a1fb3;
  padding: 5px 12px;
  border-radius: 40px;
}

@media screen and (max-width: 768px) {

  .reservation-container {
    padding: 0.5rem;
    border-radius: 14px;
  }

  .reservation-table,
  .reservation-table tbody,
  .reservation-table thead,
  .reservation-table tr,
  .reservation-table th,
  .reservation-table td {
    display: block;
  }

  .reservation-table thead {
    display: none;
  }

  .reservation-table tr {
    margin-bottom: 1.3rem;
    border-radius: 18px;
    background: #001a12c9;
    border: 1px solid #405143;
    backdrop-filter: blur(3px);
    padding: 0.4rem 0;
    transition: all 0.1s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }

  .reservation-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid #40514370;
    font-size: 0.9rem;
    text-align: right;
    background: transparent;
  }

  .reservation-table td:last-child {
    border-bottom: none;
  }

  .reservation-table td::before {
    content: attr(data-label);
    font-weight: 700;
    color: #eaffd6;
    background: #1c4535b3;
    padding: 5px 12px;
    border-radius: 40px;
    font-size: 0.7rem;
    letter-spacing: 0.2px;
    width: 85px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    flex-shrink: 0;
  }

  .appointment-badge {
    font-size: 0.75rem;
    padding: 4px 12px;
    white-space: normal;
    text-align: center;
  }

  .phone-style {
    font-size: 0.8rem;
    background: #0e2e23;
    padding: 4px 10px;
  }

  .table-info-footer {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 10px;
  }

  .legend {
    justify-content: center;
  }

  .table-title h1 {
    font-size: 1.35rem;
  }

  .table-title h1::before {
    font-size: 1.5rem;
  }

  .reservation-table td {
    flex-wrap: wrap;
    padding: 10px 12px;
  }

  .reservation-table td::before {
    width: 70px;
    font-size: 0.65rem;
    padding: 4px 8px;
  }

  .appointment-badge {
    font-size: 0.7rem;
    padding: 3px 10px;
  }

  .reservation-table tbody tr:hover td {
    background-color: transparent;
  }
}


.alert {
  width: 100%;
  padding: 15px 20px;
  border-radius: 12px;
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: fadeInUp 0.4s ease;
}

.alert:hover {
  transform: translateY(-3px);
  scale: 1.02;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.alert-icon {
  font-size: 24px;
}

.alert-content {
  flex: 1;
}

.alert-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.alert-message {
  font-size: 12px;
  opacity: 0.85;
}

.alert--success {
  background: rgba(46, 204, 113, 0.2);
  border: 1px solid rgba(46, 204, 113, 0.5);
  color: #a8f0c6;
}

.alert--success .alert-icon {
  color: #2ecc71;
}

.alert--danger {
  background: rgba(231, 76, 60, 0.2);
  border: 1px solid rgba(231, 76, 60, 0.5);
  color: #f5acac;
}

.alert--danger .alert-icon {
  color: #e74c3c;
}

.alert--warning {
  background: rgba(243, 156, 18, 0.2);
  border: 1px solid rgba(243, 156, 18, 0.5);
  color: #f9e7b3;
}

.alert--warning .alert-icon {
  color: #f39c12;
}

/* /// */


.dashboard-container {
  max-width: 1400px;
  margin: 0 auto;
}

.dashboard-header {
  margin-bottom: 30px;
}

.dashboard-header h1 {
  color: #e8f5e9;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.dashboard-header h1 i {
  background: #000f08a8;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #405143;
  font-size: 24px;
}

.dashboard-subtitle {
  color: #b8d9c6;
  font-size: 12px;
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 30px;
}

.dashboard-stat-card {
  background: #000f08a8;
  border: 1px solid #405143;
  border-radius: 10px;
  backdrop-filter: blur(8px);
  padding: 22px 18px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dashboard-stat-card:hover {
  transform: translateY(-5px);
  background: #001a0fb0;
  border-color: #6f9a78;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.dashboard-stat-icon {
  font-size: 24px;
  margin-bottom: 15px;
}

.dashboard-stat-icon i {
  background: rgba(0, 0, 0, 0.3);
  padding: 12px;
  border-radius: 16px;
}

.dashboard-stat-value {
  font-size: 20px;
  font-weight: 700;
  color: #f5f9e6;
  margin-bottom: 8px;
}

.dashboard-stat-label {
  color: #c5e0d0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.dashboard-stat-change {
  font-size: 12px;
  margin-top: 10px;
  color: #a8d5b8;
}

.dashboard-stat-card:nth-child(1) .dashboard-stat-icon i {
  color: #2ecc71;
}

.dashboard-stat-card:nth-child(2) .dashboard-stat-icon i {
  color: #3498db;
}

.dashboard-stat-card:nth-child(3) .dashboard-stat-icon i {
  color: #e74c3c;
}

.dashboard-stat-card:nth-child(4) .dashboard-stat-icon i {
  color: #f39c12;
}

.dashboard-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.dashboard-card {
  background: #000f08a8;
  border: 1px solid #405143;
  border-radius: 10px;
  backdrop-filter: blur(8px);
  padding: 20px;
  transition: all 0.2s ease;
}

.dashboard-card-title {
  color: #f0f7e6;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #405143;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dashboard-card-title i {
  color: #7faa8a;
  font-size: 20px;
}

.dashboard-visit-stats {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.dashboard-visit-item {
  flex: 1;
  text-align: center;
  padding: 12px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.dashboard-visit-number {
  font-size: 22px;
  font-weight: bold;
  color: #f0f7e6;
}

.dashboard-visit-label {
  font-size: 12px;
  color: #bdd8cb;
  margin-top: 5px;
}

.dashboard-recent-list {
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
}

.dashboard-recent-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #40514360;
}

.dashboard-recent-item:last-child {
  border-bottom: none;
}

.dashboard-recent-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dashboard-recent-info i {
  width: 32px;
  height: 32px;
  background: #1a3528;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7faa8a;
}

.dashboard-recent-name {
  color: #eef5e6;
  font-weight: 500;
  margin-bottom: 5px;
}

.dashboard-recent-date {
  font-size: 11px;
  color: #b2d1be;
}

.dashboard-recent-badge {
  background: #1f543e;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  color: #d4f0dd;
}

.dashboard-business-card {
  background: linear-gradient(135deg, #001a0fb3, #000f08cc);
  border: 1px solid #5c7c64;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.dashboard-card-header {
  background: #0f2b1fb3;
  padding: 18px 20px;
  border-bottom: 1px solid #405143;
}

.dashboard-card-header h3 {
  color: #fbffeb;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin: 0;
}

.dashboard-card-body {
  padding: 20px;
}

.dashboard-info-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #e0f0e0;
  font-size: 14px;
}

.dashboard-info-row i {
  width: 20px;
  color: #7faa8a;
  font-size: 16px;
}

.dashboard-info-row span:last-child {
  font-weight: 500;
}

.dashboard-social-icons {
  display: flex;
  gap: 18px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #405143;
}

.dashboard-social-icons a {
  color: #bfe6cf;
  font-size: 22px;
  transition: 0.2s;
}

.dashboard-social-icons a:hover {
  color: #f9ffc2;
  transform: translateY(-3px);
}

.dashboard-stats-mini {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

.dashboard-mini-item {
  text-align: center;
  flex: 1;
  background: #00000030;
  border-radius: 8px;
  padding: 8px;
}

.dashboard-stats {
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}

.dashboard-row {
  grid-template-columns: 1fr;
  gap: 20px;
}

.dashboard-stat-card {
  padding: 16px;
}


/* / */

.panel-box-gird {
  /*grid-template-columns: repeat(2, 1fr);*/
  display: grid;
  gap: 15px;
}

.form--input {
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 15px;
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 12px;
  height: 38px;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.form--text {
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 15px;
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 12px;
  height: 38px;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.form--input button {
  background: transparent;
  border: 0;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: var(--color2);
}

.form--text button {
  background: transparent;
  border: 0;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: var(--color2);
}

.form--check {
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 12px;
  gap: 10px;
  flex-direction: column;
}

.form--radio {
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
  display: flex;
  width: 100%;
  color: #fff;
  font-size: 12px;
  gap: 10px;
  flex-direction: column;
}

.form--radio button {
  background: transparent;
  border: 0;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-right: auto;
  color: var(--color2);
}

.form--check button {
  background: transparent;
  border: 0;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-right: auto;
  color: var(--color2);
}

.res-check-group {
  border-radius: 10px;
  background: #000f08a8;
  border: 1px solid #405143;
  padding: 10px;
  margin-top: 15px;
}

.res-check-title {
  font-size: 14px;
  margin-bottom: 15px;
}

.res-check-body {
  display: flex;
  flex-direction: column;
}


.res-check-item {
  font-size: 14px;
  gap: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}


.res-check-item input {
  accent-color: var(--color2);
}

.row-head-text {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}