/*#region ----------------- General */
@import url(../css/fontface.css);
*,
::before,
::after {
  box-sizing: border-box;
  outline: none !important;
}

body {
  font-family: "Yekan Bakh" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  direction: rtl;
  margin: 0;
  background-color: #ffffff;
  text-align: right;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  line-height: 1.2;
  color: #15151f;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
strong,
span,
p {
  font-family: "Yekan Bakh" !important;
}

h1 {
  font-weight: 800;
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
  font-weight: 800;
}

h3 {
  font-size: 1.625rem;
  font-weight: 800;
}

h4 {
  font-size: 1.375rem;
  font-weight: 800;
}

h5 {
  font-size: 1.125rem;
  font-weight: 600;
}

h6 {
  font-size: 1rem;
  font-weight: 600;
}

p {
  margin-bottom: 1rem;
  line-height: 26px;
  font-weight: 400;
}

hr {
  margin: 0.8rem 0;
  color: inherit;
  border: 0;
  border-top: #ddd solid 1px;
}

img {
  border-style: none;
  font-size: 13px;
  font-weight: 300;
}

svg,
img {
  vertical-align: middle;
}

button {
  cursor: pointer;
}

::-moz-selection {
  background-color: #42a7fb;
  color: white;
}

::selection {
  background-color: #42a7fb;
  color: white;
}

.fixed-position {
  overflow: hidden !important;
}

.shadow-d {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 1024px) {
  body {
    margin-bottom: 120px;
  }
}
/*#endregion -------------- General */
/*#region ----------------- Animation */
@keyframes swipeupsmall {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleZoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(66, 167, 251, 0.7), 0 0 0 0 rgba(66, 167, 251, 0.7);
  }
  40% {
    box-shadow: 0 0 0 20px rgba(66, 167, 251, 0), 0 0 0 0 rgba(66, 167, 251, 0.7);
  }
  80% {
    box-shadow: 0 0 0 20px rgba(66, 167, 251, 0), 0 0 0 20px rgba(66, 167, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(66, 167, 251, 0), 0 0 0 20px rgba(66, 167, 251, 0);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/*#endregion -------------- Animation */
/*#region ----------------- Container */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) {
  .container,
  .container-sm {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 750px;
  }
}
@media (min-width: 1024px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1000px;
  }
}
@media (min-width: 1280px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1220px;
  }
}
@media (min-width: 1536px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1350px;
  }
}
/*#endregion -------------- Container */
/*#region ----------------- Buttons */
.btn {
  padding: 0rem 48px;
  font-size: 14px;
  font-weight: 400;
  background-color: silver;
  height: 48px;
  border-radius: 10rem;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 48px;
}
.btn .ci {
  font-size: 24px;
}
.btn img {
  width: 24px;
}

.icon-right .ci,
.icon-right .img-btn,
.icon-left .ci,
.icon-left .img-btn {
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-right .ci,
.icon-right .img-btn {
  right: 0;
}

.icon-left .ci,
.icon-left .img-btn {
  left: 0;
}

.btn-primary {
  background-color: #42a7fb;
  color: white;
}
.btn-primary .ci {
  color: white;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #1a94fa;
}

.btn-secondary {
  background-color: #16d45f;
  color: white;
}
.btn-secondary .ci {
  color: white;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #12af4e;
}

.btn-primary-outline {
  background-color: transparent;
  border: 2px solid #42a7fb;
  color: #42a7fb;
  line-height: 2;
}
.btn-primary-outline .ci {
  color: #42a7fb;
}
.btn-primary-outline:hover, .btn-primary-outline:focus {
  background-color: rgba(66, 167, 251, 0.15);
}

.btn-secondary-outline {
  background-color: transparent;
  border: 2px solid #16d45f;
  color: #16d45f;
  line-height: 2;
}
.btn-secondary-outline .ci {
  color: #16d45f;
}
.btn-secondary-outline:hover, .btn-secondary-outline:focus {
  background-color: rgba(22, 212, 95, 0.15);
}

/*#endregion -------------- Buttons */
/*#region ----------------- Navbar */
.mynavbar {
  position: relative;
  width: 100%;
  z-index: 888;
  background-color: white;
}
.mynavbar .inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.mynavbar .nav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mynavbar .nav-logo .link {
  display: block;
}
.mynavbar .nav-logo .link img {
  width: 60px;
}
.mynavbar .nav-logo .text {
  padding-right: 10px;
}
.mynavbar .nav-logo .text .title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.mynavbar .nav-logo .text a {
  font-size: 14px;
  display: none;
}
.mynavbar .nav-logo .text a span {
  color: #42a7fb;
}
.mynavbar .nav-logo .text a .ci {
  font-size: 14px;
  margin-right: 4px;
  position: relative;
  top: 3px;
}
.mynavbar .nav-links {
  padding: 0 20px;
}
.mynavbar .nav-links ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mynavbar .nav-links ul li {
  margin: 0 12px;
  position: relative;
}
.mynavbar .nav-links ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #58575b;
  display: block;
  padding: 30px 0;
  position: relative;
}
.mynavbar .nav-links ul li a:hover {
  color: #42a7fb;
}
.mynavbar .nav-links ul li.have-icon a .ci {
  margin-left: 8px;
  position: relative;
  top: 4px;
  font-size: 18px;
}
.mynavbar .nav-links ul li.have-icon.icon-color-primary .ci {
  color: #42a7fb !important;
}
.mynavbar .nav-links ul li.have-links > a {
  display: flex;
  align-items: center;
}
.mynavbar .nav-links ul li.have-links > a::after {
  content: "\e95c";
  font-family: "coolicons";
  font-size: 18px;
  color: #58575b;
  margin-right: 4px;
  position: relative;
}
.mynavbar .nav-links ul li.have-links:hover > ul {
  display: block;
}
.mynavbar .nav-links ul li > ul {
  background-color: white;
  display: none;
  position: absolute;
  top: 100%;
  min-width: 200px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 0;
  animation: swipeupsmall 0.1s ease-in-out;
}
.mynavbar .nav-links ul li > ul li a {
  text-align: right;
  white-space: nowrap;
  padding: 8px 10px;
}
.mynavbar .nav-links ul li > ul li a::before {
  display: none;
}
.mynavbar .nav-links ul li > ul li.have-links > a::after {
  content: "\f154";
  position: absolute;
  left: 5px;
  top: 8px;
}
.mynavbar .nav-links ul li > ul ul {
  right: 100%;
  top: 0;
}
.mynavbar .nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mynavbar .nav-actions .item {
  margin-right: 10px;
}
.mynavbar .nav-actions .item:first-child {
  margin-right: 0;
}
.mynavbar .nav-actions .user-actions {
  position: relative;
}
.mynavbar .nav-actions .user-actions:hover .menu-content {
  display: block;
}
.mynavbar .btn-action {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f4;
  font-size: 24px;
  color: #58575b;
  position: relative;
  border-radius: 50rem;
}
.mynavbar .btn-action .ci {
  display: flex;
}
.mynavbar .btn-action .badge {
  position: absolute;
  right: -4px;
  top: -4px;
}
.mynavbar .btn-action .check {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0da059;
}

.menu-content {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  animation: swipeupsmall 0.1s ease-in-out;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 0;
}
.menu-content ul li {
  margin: 0 12px;
}
.menu-content ul li a {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  font-size: 16px;
  color: #58575b;
}
.menu-content ul li a .ci {
  margin-left: 5px;
  font-size: 20px;
}
.menu-content ul li:hover a {
  color: #42a7fb;
}

@media (max-width: 1280px) {
  .mynavbar .nav-links ul li {
    margin: 0 10px;
  }
  .mynavbar .nav-links ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .mynavbar {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
    position: fixed;
    top: 0;
    right: 0;
  }
  .mynavbar .inner {
    grid-template-columns: auto 1fr;
    padding: 12px 0;
  }
  .mynavbar .nav-logo .link {
    display: none;
  }
  .mynavbar .nav-logo .text .title {
    margin-bottom: 8px;
  }
  .mynavbar .nav-logo .text a {
    display: block;
  }
  .mynavbar .nav-links {
    display: none;
  }
  .mynavbar .nav-actions .item {
    margin-right: 10px;
  }
  .mynavbar .nav-actions .item.user-actions {
    display: none;
  }
  .mynavbar .btn-action {
    font-size: 22px;
  }
}
/*#endregion -------------- Navbar */
/*#region ----------------- Modal */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9998;
}
.modal.show {
  display: flex;
}

.modal-dialog {
  width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-height: 95%;
  z-index: 9999;
}
.modal-dialog.show {
  display: flex;
  animation: scaleZoomIn 0.35s ease-in-out;
}
.modal-dialog.modal-sm {
  width: 640px;
}
.modal-dialog.modal-md {
  width: 768px;
}
.modal-dialog.modal-lg {
  width: 1024px;
}
.modal-dialog.modal-xl {
  width: 1280px;
}
.modal-dialog.modal-full {
  width: 100%;
  max-height: 100%;
  height: 100%;
}
.modal-dialog.modal-full .modal-header,
.modal-dialog.modal-full .modal-footer {
  border-radius: 0;
}

.modal-header {
  flex-shrink: 0;
  background-color: white;
  border-radius: 20px 20px 0 0;
  z-index: 1;
  position: relative;
  padding: 1rem;
  border-bottom: 1px solid #ddd;
}
.modal-header .modal-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #15151f;
  position: relative;
  display: flex;
}
.modal-header .modal-title .ci {
  margin-left: 5px;
  font-size: 24px;
  color: #58575b;
}
.modal-header .btn-close {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #9fa0a9;
  width: 34px;
  height: 34px;
  font-size: 20px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-header .btn-close .ci {
  display: flex;
}
.modal-header .btn-close:hover {
  color: #58575b;
}

.modal-body {
  overflow-y: auto;
  flex: 1 1 auto;
  background-color: white;
  border-radius: 0;
  padding: 2rem 1.2rem 1.2rem 1.2rem;
}
.modal-body.is-radius {
  border-radius: 0 0 20px 20px;
}

.modal-footer {
  flex-shrink: 0;
  background-color: white;
  border-radius: 0 0 20px 20px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.modal-footer .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.modal-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

@media (max-width: 450px) {
  .modal .modal-footer .buttons {
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
  .modal .modal-footer .btn {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .modal .modal-dialog {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .modal .modal-dialog.modal-sm {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .modal .modal-dialog.modal-md {
    width: 90%;
  }
  .modal .modal-dialog.modal-lg {
    width: 90%;
  }
  .modal .modal-dialog.modal-xl {
    width: 90%;
  }
}
@media (max-width: 1280px) {
  .modal .modal-dialog.modal-lg {
    width: 92%;
  }
  .modal .modal-dialog.modal-xl {
    width: 92%;
  }
}
@media (max-width: 1536px) {
  .modal .modal-dialog.modal-xl {
    width: 95%;
  }
}
/*#endregion -------------- Modal */
/*#region ----------------- Table */
.table-custom {
  width: 100%;
  border: 1px solid #ddd;
}
.table-custom.no-border {
  border: none;
}
.table-custom.no-border thead {
  border: none;
}
.table-custom.no-border tbody td {
  border: none;
}
.table-custom.border-bottom {
  border: none;
}
.table-custom.border-bottom tbody td {
  border: none;
}
.table-custom.border-bottom tbody tr {
  border-bottom: 1px solid #ddd;
}
.table-custom.border-bottom tbody tr:last-child {
  border-bottom: none;
}
.table-custom.border {
  border: 1px solid #ddd;
}
.table-custom.border thead {
  border-bottom: 1px solid #ddd;
}
.table-custom.border tbody td {
  border: none;
}
.table-custom.border tbody tr {
  border-bottom: 1px solid #ddd;
}
.table-custom.border tbody tr:last-child {
  border-bottom: none;
}
.table-custom.type-2 {
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 10px;
}
.table-custom.type-2 thead th {
  background-color: #424242;
  padding: 15px;
  color: white;
}
.table-custom.type-2 thead th:first-child {
  border-radius: 0 10px 10px 0;
}
.table-custom.type-2 thead th:last-child {
  border-radius: 10px 0 0 10px;
}
.table-custom.type-2 tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.table-custom.type-2 tbody tr:last-child {
  border-bottom: none;
}
.table-custom.type-2 tbody tr:nth-child(odd) td {
  background-color: white;
  border-radius: 10px !important;
}
.table-custom thead {
  border-bottom: 1px solid #ddd;
  background-color: whitesmoke;
}
.table-custom thead th {
  padding: 12px;
  font-size: 13px;
  font-weight: 400;
}
.table-custom tbody tr:nth-child(odd) td {
  background-color: #fefdfc;
}
.table-custom tbody tr:nth-child(odd) td:first-child {
  border-radius: 0 15px 15px 0;
}
.table-custom tbody tr:nth-child(odd) td:last-child {
  border-radius: 15px 0 0 15px;
}
.table-custom tbody td {
  padding: 12px;
  font-size: 13px;
  font-weight: 400;
}
.table-custom tbody img {
  width: 50px;
  height: 50px;
}
.table-custom tbody img.diamond {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.table-custom tbody .table-icon {
  font-size: 24px;
}
.table-custom tbody .link {
  color: #42a7fb !important;
  -webkit-text-decoration: underline dashed 1px #42a7fb;
          text-decoration: underline dashed 1px #42a7fb;
}
.table-custom tbody .link:hover {
  color: #16d45f !important;
}
.table-custom tbody .btn-plus,
.table-custom tbody .btn-minus {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
.table-custom tbody .number-count {
  width: 24px;
  display: inline-block;
  text-align: center;
}
.table-custom .status {
  white-space: nowrap;
  color: white;
  padding: 2px 8px;
  border-radius: 5rem;
}
.table-custom .status.color-new {
  background-color: #f20a05;
}
.table-custom .status.color-success {
  background-color: #0da059;
}
.table-custom .status.color-error {
  background-color: #ccc;
  color: #58575b;
}
.table-custom .status.color-waiting {
  background-color: #eabf00;
}
.table-custom .btns-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.table-custom .btns-action .btn-circle {
  margin: 2px;
}

.table-responsive {
  overflow-x: auto;
}

/*#endregion -------------- Table */
/*#region ----------------- Forms */
.textarea-group {
  margin-bottom: 16px;
}
.textarea-group label {
  font-size: 14px;
  color: #15151f;
  display: block;
  margin-bottom: 5px;
  padding-right: 5px;
}
.textarea-group .textarea {
  padding: 12px;
  width: 100%;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #ddd;
  color: #15151f;
}
.textarea-group .textarea:hover, .textarea-group .textarea:focus {
  border-color: #42a7fb;
}

.input-group {
  position: relative;
  margin-bottom: 16px;
}
.input-group label {
  font-size: 14px;
  color: #15151f;
  display: block;
  margin-bottom: 5px;
  padding-right: 5px;
}
.input-group .input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 0 50px 0 15px;
  transition: all 0.2s ease-in-out;
  background-color: white;
  border: 1px solid #ddd;
  color: #15151f;
  font-size: 14px;
}
.input-group .input:hover, .input-group .input:focus {
  border-color: #42a7fb;
}
.input-group .input:hover ~ .icon, .input-group .input:focus ~ .icon {
  color: #42a7fb;
}
.input-group .input[type=number] {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}
.input-group .input[type=number]::-webkit-inner-spin-button, .input-group .input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-group .icon {
  position: absolute;
  top: 26px;
  right: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #58575b;
}
.input-group.small label {
  font-size: 13px;
}
.input-group.small .input {
  height: 36px;
  font-size: 13px;
}
.input-group.in-row {
  display: flex;
  align-items: center;
}
.input-group.in-row label {
  margin-bottom: 0;
}

.select-group {
  margin-bottom: 16px;
}
.select-group label {
  font-size: 14px;
  color: #15151f;
  display: block;
  margin-bottom: 5px;
  padding-right: 5px;
}
.select-group .select {
  transition: all 0.2s ease-in-out;
  background-color: white;
  border: 1px solid #ddd;
  height: 40px;
  font-size: 14px;
  padding: 0 15px 0 35px;
  width: 100%;
  border-radius: 10rem;
  color: #15151f;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 0.75rem center;
  background-size: 16px 12px;
}
.select-group .select:hover, .select-group .select:focus {
  border-color: #42a7fb;
}
.select-group.small label {
  font-size: 13px;
}
.select-group.small .select {
  height: 36px;
  font-size: 13px;
}

.form-switch .form-switch-input {
  display: none;
}
.form-switch .form-switch-input:checked ~ .form-switch-label::before {
  background-color: #42a7fb;
}
.form-switch .form-switch-input:checked ~ .form-switch-label::after {
  right: 2px;
  background-color: white;
}
.form-switch .form-switch-label {
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  color: #15151f;
  cursor: pointer;
}
.form-switch .form-switch-label::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  display: inline-block;
  width: 32px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10rem;
  z-index: 0;
}
.form-switch .form-switch-label::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.form-checkbox .form-checkbox-label {
  position: relative;
  padding-right: 26px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400 !important;
}
.form-checkbox .form-checkbox-label::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
}
.form-checkbox .form-checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.form-checkbox .form-checkbox-input:checked + .form-checkbox-label::before {
  background-color: #42a7fb;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2212%22%20viewBox%3D%220%200%2015%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%206L5.24264%2010.2426L13.727%201.75732%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.form-checkbox.is-small .form-checkbox-label {
  font-size: 14px;
}
.form-checkbox.is-white .form-checkbox-label::before {
  border-color: #58575b;
}

.form-radio {
  margin: 10px 0;
}
.form-radio .form-radio-label {
  position: relative;
  padding-right: 26px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.form-radio .form-radio-label::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}
.form-radio .form-radio-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.form-radio .form-radio-input:checked + .form-radio-label::before {
  background-color: #42a7fb;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%201C2.79086%201%201%202.79086%201%205C1%207.20914%202.79086%209%205%209C7.20914%209%209%207.20914%209%205C9%202.79086%207.20914%201%205%201Z%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}
.form-radio.is-small .form-radio-label {
  font-size: 14px;
}

.form-control-group .group-label {
  font-size: 14px;
  color: #15151f;
  display: block;
  margin-bottom: 5px;
  padding-right: 5px;
}

.progress-contnet {
  width: 100%;
  height: 4px;
  border-radius: 5rem;
  background-color: #f2f2f4;
}
.progress-contnet .progress-inner {
  background-color: #42a7fb;
  border-radius: 5rem;
  height: 4px;
}

/*#endregion -------------- Forms */
/*#region ----------------- Login */
.login-wrapper {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #42a7fb;
  overflow: hidden;
  padding: 80px 0;
}
.login-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern-1.svg);
  background-repeat: repeat-x;
  background-size: 402px 421px;
  background-position: top center;
  z-index: 0;
  opacity: 0.2;
}
.login-wrapper .login-inner {
  width: 550px;
  z-index: 100;
}
.login-wrapper .login-inner .title {
  margin-bottom: 30px;
}
.login-wrapper .login-inner .title .logo {
  width: 80px;
  margin: 0 auto 20px auto;
}
.login-wrapper .login-inner .title .logo img {
  width: 100%;
}
.login-wrapper .login-inner .title h1 {
  font-size: 18px;
  font-weight: 600;
  color: white;
  text-align: center;
}
.login-wrapper .form-content {
  background-color: white;
  padding: 40px;
  border-radius: 60px 10px 10px 10px;
}
.login-wrapper .form-content .login-button {
  text-align: center;
  padding: 20px 0 5px 0;
}
.login-wrapper .form-content .login-button .btn {
  width: 100%;
}

@media (max-width: 768px) {
  .login .login-inner {
    width: 100%;
    margin: 0 20px;
  }
  .login-wrapper {
    padding-bottom: 0;
    padding-top: 40px;
    align-items: flex-end;
  }
  .login-wrapper .login-inner {
    width: 100%;
  }
  .login-wrapper .form-content {
    border-radius: 60px 0 0 0;
    padding: 50px 30px 30px 30px;
  }
}
@media (max-width: 640px) {
  .login-wrapper .form-content {
    padding: 50px 20px 20px 20px;
  }
}
/*#endregion -------------- Login */
/*#region ----------------- Tabs */
.tabs {
  width: 100%;
  background-color: white;
  border-radius: 8px;
}
.tabs .list-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  overflow-y: auto;
  border-bottom: 1px solid #ddd;
}

.tab-item {
  cursor: pointer;
  font-size: 16px;
  padding: 15px 10px;
  color: #58575b;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 8px;
  white-space: nowrap;
}
.tab-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  border-bottom: 3px solid transparent;
  display: none;
}
.tab-item .icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.tab-item .icon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
  opacity: 0.6;
}
.tab-item .icon .ci {
  font-size: 24px;
  color: #9fa0a9;
}
.tab-item.active {
  color: #15151f;
}
.tab-item.active::after {
  display: block;
  border-color: #42a7fb;
}
.tab-item.active .icon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}
.tab-item.active .icon .ci {
  font-size: 24px;
  color: #15151f;
}

.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

/*#endregion -------------- Tabs */
/*#region ----------------- Hero */
.home-hero {
  margin: 30px 0 50px 0;
}

.swiper-home-hero .swiper-wrapper {
  padding-bottom: 30px;
}
.swiper-home-hero .swiper-slide a {
  display: block;
}
.swiper-home-hero .swiper-slide img {
  border-radius: 20px;
  width: 100%;
}
.swiper-home-hero .swiper-pagination {
  bottom: 0 !important;
}
.swiper-home-hero .swiper-pagination-bullet {
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.swiper-home-hero .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #42a7fb;
  width: 20px;
}

@media (max-width: 1024px) {
  .home-hero {
    margin-top: 100px;
  }
}
/*#endregion -------------- Hero */
/*#region ----------------- Navbar Bottom */
.navbar-bottom-content {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  z-index: 888;
  display: none;
}
.navbar-bottom-content .grid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20rem;
  box-shadow: 0px -4px 25px rgba(0, 0, 0, 0.1);
  padding: 8px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.navbar-bottom-content .grid .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  padding: 10px;
  cursor: pointer;
}
.navbar-bottom-content .grid .icon {
  color: #15151f;
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.navbar-bottom-content .grid .text {
  display: none;
  color: white;
  font-size: 14px;
  font-weight: 500;
  margin-right: 5px;
  white-space: nowrap;
}
.navbar-bottom-content .grid.active .inner {
  background-color: #42a7fb;
}
.navbar-bottom-content .grid.active .text {
  display: block;
}
.navbar-bottom-content .grid.active .icon {
  color: white;
}

@media (max-width: 1024px) {
  .navbar-bottom-content {
    display: block;
  }
}
@media (max-width: 768px) {
  .navbar-bottom-content {
    padding: 16px;
  }
}
/*#endregion -------------- Navbar Bottom */
/*#region ----------------- Category */
.categpry-home {
  margin: 60px 0;
}
.categpry-home .section-inner {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.card-category {
  margin-bottom: 20px;
}
.card-category .card-inner {
  display: block;
}
.card-category .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
}
.card-category .icon .ci {
  font-size: 38px;
  color: #42a7fb;
}
.card-category .icon img {
  width: 38px;
}
.card-category h3 {
  margin: 12px 0 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .categpry-home .section-inner {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1024px) {
  .categpry-home .section-inner {
    grid-template-columns: repeat(5, 1fr);
  }
  .card-category .icon {
    width: 70px;
    height: 70px;
  }
  .card-category .icon .ci {
    font-size: 32px;
  }
  .card-category .icon img {
    width: 32px;
  }
  .card-category h3 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .categpry-home .section-inner {
    grid-template-columns: repeat(4, 1fr);
  }
  .card-category .icon {
    width: 60px;
    height: 60px;
  }
  .card-category .icon .ci {
    font-size: 28px;
  }
  .card-category .icon img {
    width: 28px;
  }
  .card-category h3 {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .categpry-home {
    margin: 30px 0;
  }
  .card-category .icon {
    width: 60px;
    height: 60px;
  }
  .card-category .icon .ci {
    font-size: 24px;
  }
  .card-category .icon img {
    width: 24px;
  }
  .card-category h3 {
    font-size: 12px;
  }
}
/*#endregion -------------- Category */
/*#region ----------------- Page Title */
.page-title {
  margin-bottom: 2rem;
}
.page-title .title-inner {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.page-title h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #15151f;
  margin-bottom: 0;
}
.page-title p {
  font-size: 16px;
  font-weight: 400;
  color: #58575b;
  margin: 10px auto 0 auto;
  position: relative;
}

@media (max-width: 1024px) {
  .page-title h2 {
    font-size: 1.4rem;
  }
  .page-title p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-title {
    margin-bottom: 1.5rem;
  }
  .page-title h2 {
    font-size: 1.2rem;
  }
  .page-title p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .page-title {
    margin-bottom: 1.2rem;
  }
}
/*#endregion -------------- Page Title */
/*#region ----------------- Products */
.products-swiper {
  margin: 80px 0;
}

.swiper-products .swiper-wrapper,
.swiper-products-row .swiper-wrapper,
.swiper-products-more .swiper-wrapper {
  padding: 10px 0 20px 0;
}
.swiper-products .card-procuct,
.swiper-products-row .card-procuct,
.swiper-products-more .card-procuct {
  padding: 0 10px;
}

.swiper-products-more .card-category .icon {
  width: 100px;
  height: 100px;
}

.products-list-section {
  margin: 40px 0 80px 0;
}
.products-list-section .section-inner {
  width: 65%;
  margin: 0 auto;
}

.products-list.is-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.card-procuct {
  position: relative;
}
.card-procuct .card-inner {
  display: block;
  background-color: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  padding: 15px;
  position: relative;
}
.card-procuct .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(66, 167, 251, 0.1);
}
.card-procuct .icon .ci {
  font-size: 38px;
  color: #42a7fb;
}
.card-procuct .icon img {
  width: 38px;
}
.card-procuct .icon.is-gray {
  background-color: #f2f2f4;
}
.card-procuct .icon.is-gray .ci {
  color: #58575b;
}
.card-procuct .icon.is-gray img {
  filter: grayscale(1);
}
.card-procuct .icon.color-gold {
  background-color: rgba(254, 154, 0, 0.1);
}
.card-procuct .icon.color-gold .ci {
  color: #fe9a00;
}
.card-procuct .icon.color-silver {
  background-color: rgba(144, 161, 185, 0.1);
}
.card-procuct .icon.color-silver .ci {
  color: #90a1b9;
}
.card-procuct .icon.color-bronze {
  background-color: rgba(227, 146, 93, 0.1);
}
.card-procuct .icon.color-bronze .ci {
  color: #e3925d;
}
.card-procuct .info {
  margin-top: 10px;
  text-align: center;
}
.card-procuct .info h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  min-height: 52px;
  height: 52px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-procuct .info .desc {
  font-size: 13px;
  color: #58575b;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.card-procuct .price-content {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.card-procuct .price-content .prev-price {
  font-size: 14px;
  font-weight: 400;
  color: #9fa0a9;
  -webkit-text-decoration: line-through 1px solid #9fa0a9;
          text-decoration: line-through 1px solid #9fa0a9;
  margin-left: 10px;
  margin-bottom: 0;
}
.card-procuct .price-content .price {
  font-size: 16px;
  font-weight: 600;
  color: #15151f;
  margin-bottom: 0;
}
.card-procuct .price-content .price span {
  font-size: 14px;
  font-weight: 400;
  color: #58575b;
  margin-right: 2px;
}
.card-procuct .percentage {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 2px solid #f20a05;
  color: #f20a05;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5rem;
}
.card-procuct .arrow {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #9fa0a9;
}
.card-procuct .share {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #9fa0a9;
  background-color: #f2f2f4;
}
.card-procuct .list-info li {
  margin: 4px 0;
  font-size: 14px;
  color: #58575b;
}
.card-procuct .list-info li span {
  margin-right: 5px;
  color: #15151f;
}
.card-procuct .list-info li .code-copy {
  margin-right: 8px;
  font-size: 20px;
}
.card-procuct .point {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #15151f;
  background-color: #f2f2f4;
  border-radius: 10rem;
  padding: 0 10px;
}
.card-procuct.type-row .card-inner {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  padding: 12px;
}
.card-procuct.type-row .icon {
  width: 80px;
  height: 80px;
}
.card-procuct.type-row .info {
  text-align: right;
  margin-top: 0;
}
.card-procuct.type-row .info h3 {
  height: unset;
  min-height: unset;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-procuct.type-row .price-content {
  justify-content: flex-start;
}
.card-procuct.type-row .percentage {
  background-color: #f20a05;
  color: white;
  right: 5px;
  top: 5px;
}
.card-procuct.is-arrow .card-inner {
  padding-left: 35px;
}
.card-procuct.is-arrow .card-inner::before {
  content: "\e97f";
  font-family: "coolicons";
  position: absolute;
  top: 50%;
  left: 10px;
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%);
  font-size: 24px;
  color: #9fa0a9;
}
.card-procuct.is-arrow .info h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-procuct.is-arrow:hover .card-inner::before {
  left: 15px;
}
.card-procuct.type-footer.type-row .card-inner {
  grid-template-areas: "icon info" "cFooter cFooter";
}
.card-procuct.type-footer.type-row .c-footer {
  grid-area: cFooter;
  padding-top: 12px;
}
.card-procuct.type-footer .c-footer {
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 15px;
}
.card-procuct.is-share .info {
  padding-left: 40px;
}

@media (max-width: 1280px) {
  .products-list-section .section-inner {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .products-swiper {
    margin: 60px 0;
  }
  .card-procuct .icon {
    width: 80px;
    height: 80px;
  }
  .card-procuct .icon .ci {
    font-size: 32px;
  }
  .card-procuct .icon img {
    width: 32px;
  }
  .card-procuct .info {
    margin-top: 10px;
  }
  .card-procuct .info h3 {
    font-size: 14px;
    line-height: 22px;
    min-height: 44px;
    height: 44px;
  }
  .card-procuct .price-content .prev-price {
    font-size: 13px;
  }
  .card-procuct .price-content .price {
    font-size: 14px;
  }
  .card-procuct .price-content .price span {
    font-size: 12px;
  }
  .card-procuct.type-row .card-inner {
    grid-template-columns: 80px 1fr;
    padding: 10px;
  }
  .card-procuct.type-row .icon {
    width: 70px;
    height: 70px;
  }
  .card-procuct.type-row .percentage {
    font-size: 12px;
  }
  .card-procuct.is-arrow .card-inner {
    padding-left: 35px;
  }
  .swiper-products-more .card-category .icon {
    width: 80px;
    height: 80px;
  }
  .products-list-section {
    margin-top: 110px;
    margin-bottom: 0;
  }
  .products-list-section .section-inner {
    width: 100%;
  }
  .products-list.is-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .products-swiper {
    margin: 50px 0;
  }
  .products-list.is-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 640px) {
  .products-swiper {
    margin: 30px 0;
  }
  .card-procuct .icon {
    width: 70px;
    height: 70px;
  }
  .card-procuct .icon .ci {
    font-size: 28px;
  }
  .card-procuct .icon img {
    width: 28px;
  }
  .card-procuct .info {
    margin-top: 8px;
  }
  .card-procuct .info h3 {
    font-size: 13px;
    line-height: 20px;
    min-height: 40px;
    height: 40px;
    margin-bottom: 0.4rem !important;
  }
  .card-procuct .price-content .prev-price {
    font-size: 12px;
  }
  .card-procuct .price-content .price {
    font-size: 13px;
  }
  .card-procuct .price-content .price span {
    font-size: 11px;
  }
  .card-procuct.type-row .card-inner {
    grid-template-columns: 70px 1fr;
    padding: 8px;
  }
  .card-procuct.type-row .icon {
    width: 60px;
    height: 60px;
  }
  .card-procuct.is-arrow .card-inner {
    padding-left: 30px;
  }
  .card-procuct.is-arrow .card-inner::before {
    font-size: 20px;
  }
  .card-procuct .list-info li {
    margin: 3px 0;
    font-size: 12px;
  }
  .card-procuct .list-info li .code-copy {
    margin-right: 6px;
    font-size: 18px;
  }
  .card-procuct .point {
    font-size: 14px;
  }
  .swiper-products-more .card-category .icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 400px) {
  .swiper-products-more .card-category .icon {
    width: 50px;
    height: 50px;
  }
  .swiper-products-more .card-category h3 {
    font-size: 10px;
  }
}
/*#endregion -------------- Products */
/*#region ----------------- Footer */
.footer {
  background-color: #f2f2f4;
  padding: 40px 0 0 0;
  border-radius: 80px 80px 0 0;
}
.footer .information {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer .information .logo {
  text-align: center;
}
.footer .information .logo img {
  width: 60px;
  margin: 0 auto;
}
.footer .information h2 {
  font-size: 18px;
  margin: 10px 0;
}
.footer .information .text {
  font-size: 13px;
  line-height: 19px;
  text-align: center;
}
.footer .footer-title {
  font-size: 18px;
}
.footer .links {
  margin-bottom: 20px;
}
.footer .links ul li a {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #58575b;
}
.footer .links ul li a:hover {
  color: #42a7fb;
}
.footer .certificate {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer .certificate li {
  margin: 5px 0 5px 5px;
  width: 100px;
}
.footer .certificate li a {
  display: block;
}
.footer .certificate li img {
  border-radius: 10px;
}
.footer .copyright {
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding: 15px 20px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .footer {
    display: none;
  }
}
/*#endregion -------------- Footer */
/*#region ----------------- Growth */
.video-content video,
.video-content iframe {
  width: 100%;
  display: inline-block;
  border-radius: 15px;
}

.hashtag-search {
  position: relative;
}
.hashtag-search .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #9fa0a9;
}
.hashtag-search .input {
  width: 100%;
  height: 54px;
  padding: 5px 50px;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.hashtag-search .input:hover, .hashtag-search .input:focus {
  border-color: #42a7fb;
}
.hashtag-search .btn-circle {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
  background-color: #42a7fb;
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*#endregion -------------- Growth */
/*#region ----------------- Blogs */
.card-blog {
  margin-bottom: 15px;
}
.card-blog .card-inner {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  padding: 10px;
  border-radius: 12px;
}
.card-blog .thumb img {
  border-radius: 7px;
}
.card-blog .desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-blog .desc p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .card-blog .card-inner {
    padding: 8px;
  }
  .card-blog .thumb img {
    border-radius: 4px;
  }
  .card-blog .desc {
    -webkit-line-clamp: 1;
  }
  .card-blog .desc p {
    font-size: 13px;
  }
}
/*#endregion -------------- Blogs */
/*#region ----------------- Hashtags */
.card-hashtag {
  background-color: #f2f2f4;
  padding: 5px 10px;
  border-radius: 10rem;
}

/*#endregion -------------- Hashtags */
/*#region ----------------- Story */
.story-maker {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 25px;
}

.card-story .card-inner {
  display: block;
}
.card-story .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.card-story .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s linear;
}
.card-story .text {
  margin-top: 10px;
  font-size: 14px;
}
.card-story:hover .thumb img {
  transform: scale(1.05);
}

.swiper-category .swiper-slide {
  width: unset !important;
  display: inline-block !important;
}
.swiper-category .category {
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 10rem;
  cursor: pointer;
}
.swiper-category .category.active {
  background-color: #42a7fb;
  border-color: #42a7fb;
  text-align: center;
  color: white;
}

@media (max-width: 768px) {
  .story-maker {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .card-story .thumb {
    border-radius: 10px;
  }
  .card-story .text {
    margin-top: 8px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .swiper-category .category {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .story-maker {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .card-story .thumb {
    border-radius: 8px;
  }
  .card-story .text {
    font-size: 12px;
  }
}
/*#endregion -------------- Story */
/*#region ----------------- Shopping */
.shopping-cart-section {
  margin: 30px 0 80px 0;
  position: relative;
}
.shopping-cart-section::before {
  content: "";
  position: absolute;
  top: 64px;
  right: 0;
  width: 100%;
  height: 100px;
}
.shopping-cart-section.have-bg-info::before {
  background: linear-gradient(180deg, rgba(66, 167, 251, 0.12), rgba(66, 167, 251, 0));
}
.shopping-cart-section.have-bg-success::before {
  background: linear-gradient(180deg, rgba(13, 160, 89, 0.12), rgba(13, 160, 89, 0));
}
.shopping-cart-section.have-bg-danger::before {
  background: linear-gradient(180deg, rgba(242, 10, 5, 0.12), rgba(242, 10, 5, 0));
}
.shopping-cart-section.payment-status {
  margin-top: 0;
}
.shopping-cart-section.payment-status::before {
  top: 0;
}
.shopping-cart-section .section-inner {
  width: 65%;
  margin: 0 auto;
}
.shopping-cart-section .user-id {
  background-color: #f2f2f4;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.shopping-cart-section .user-id h6 {
  font-weight: 400;
}
.shopping-cart-section .user-id h6 span {
  font-weight: 600;
}
.shopping-cart-section .user-id .input-group .icon {
  top: 0;
}
.shopping-cart-section .user-id .form-checkbox .form-checkbox-label {
  font-size: 14px;
  color: #58575b;
}
.shopping-cart-section .payment-content {
  background-color: white;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.14);
  border-radius: 10rem;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
}
.shopping-cart-section .payment-content .price-content h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.shopping-cart-section .payment-content .price-content .price {
  font-size: 18px;
  font-weight: 700;
}
.shopping-cart-section .payment-content .price-content .price span {
  font-weight: 400;
  color: #58575b;
  font-size: 14px;
}

.shopping-info {
  text-align: center;
}
.shopping-info .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #42a7fb;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}
.shopping-info .info {
  margin-top: 20px;
}
.shopping-info .info h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.shopping-info .info h3 {
  font-size: 16px;
  font-weight: 400;
  color: #58575b;
}
.shopping-info .info p {
  font-size: 16px;
  font-weight: 400;
  color: #58575b;
}
.shopping-info .info p strong {
  font-size: 18px;
  color: #15151f;
}

.tips .list li {
  display: flex;
  align-items: center;
  margin: 5px 0;
}
.tips .list li .ci {
  margin-left: 5px;
  font-size: 22px;
}
.tips .list li.color-success .ci {
  color: #0da059;
}
.tips .list li.color-danger .ci {
  color: #f20a05;
}
.tips .list li.color-info .ci {
  color: #00e2e9;
}
.tips .list li.color-warning .ci {
  color: #eabf00;
}

@media (max-width: 1280px) {
  .shopping-cart-section .section-inner {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .shopping-cart-section {
    margin-bottom: 0;
  }
  .shopping-cart-section .section-inner {
    width: 100%;
  }
  .shopping-cart-section .payment-content {
    position: fixed;
    bottom: 20px;
    right: 50%;
    width: 95%;
    transform: translateX(50%);
  }
  .shopping-info {
    text-align: center;
  }
  .shopping-info .icon {
    width: 70px;
    height: 70px;
    font-size: 34px;
  }
  .shopping-info .info {
    margin-top: 20px;
  }
  .shopping-info .info h2 {
    font-size: 16px;
  }
  .shopping-info .info h3 {
    font-size: 14px;
  }
  .shopping-info .info p {
    font-size: 14px;
  }
  .shopping-info .info p strong {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .shopping-cart-section .payment-content {
    border-radius: 10rem;
    margin-top: 0;
    padding: 8px 8px 8px 25px;
  }
  .shopping-cart-section .payment-content .price-content h6 {
    font-size: 14px;
  }
  .shopping-cart-section .payment-content .price-content .price {
    font-size: 16px;
  }
  .shopping-cart-section .payment-content .price-content .price span {
    font-size: 13px;
  }
}
/*#endregion -------------- Shopping */
/*#region ----------------- User Profile */
.userProfile-section {
  margin-bottom: 80px;
  position: relative;
}
.userProfile-section .section-inner {
  width: 65%;
  margin: 0 auto;
}

.profile-header {
  background-color: white;
}
.profile-header .header-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 15px 0;
}
.profile-header .text {
  padding-right: 10px;
}
.profile-header .text .title {
  font-size: 18px;
  font-weight: 600;
}
.profile-header .text a {
  font-size: 14px;
  color: #58575b;
}
.profile-header .text a span {
  color: #42a7fb;
  margin-right: 10px;
}
.profile-header .text a .ci {
  font-size: 14px;
  margin-right: 4px;
  position: relative;
  top: 3px;
}
.profile-header .nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-header .btn-action {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f4;
  font-size: 24px;
  color: #58575b;
  position: relative;
  border-radius: 50rem;
}
.profile-header .btn-action .ci {
  display: flex;
}
.profile-header .btn-action.bg-danger {
  background-color: rgba(242, 10, 5, 0.1);
  color: #f20a05;
}

.profile-body .user-levels {
  background-color: #f2f2f4;
  padding: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.profile-body .user-levels .level-numbers {
  padding: 0;
  margin: 12px 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: calc(100% + 160px);
  right: 50%;
  transform: translateX(50%);
  position: relative;
}
.profile-body .user-levels .level-numbers li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  flex: 0 0 20%;
}
.profile-body .user-levels .level-numbers li:first-child::after {
  display: none;
}
.profile-body .user-levels .level-numbers li::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 3px;
  background-color: white;
  z-index: 1;
}
.profile-body .user-levels .level-numbers li.active span {
  background-color: #42a7fb;
  color: white;
  font-weight: 600;
}
.profile-body .user-levels .level-numbers li.active::after {
  background-color: #42a7fb;
  z-index: 10;
}
.profile-body .user-levels .level-numbers li span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  position: relative;
  z-index: 11;
  color: #58575b;
}
.profile-body .user-levels .btn-help {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #58575b;
  color: #58575b;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-body .user-links {
  margin-top: 15px;
}
.profile-body .user-links .item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.profile-body .user-links .item:last-child {
  border-bottom: none;
}
.profile-body .user-links .item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-body .user-links .text {
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
}
.profile-body .user-links .text .icon {
  width: 48px;
  height: 48px;
  color: #58575b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.profile-body .user-links .text .title h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.profile-body .user-links .text .title h6 {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 8px;
  font-weight: 400;
  color: #58575b;
}
.profile-body .user-links .text .title h6 span {
  font-size: 16px;
  font-weight: 600;
  color: #15151f;
  margin: 0 2px;
}

.modal-user-levels .item {
  padding-bottom: 20px;
  position: relative;
}
.modal-user-levels .item::before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 100%;
  width: 2px;
  height: 100%;
  background-color: #f2f2f4;
}
.modal-user-levels .item:first-child::before {
  display: none;
}
.modal-user-levels .item.active::before {
  background-color: #42a7fb;
}
.modal-user-levels .item.active .number {
  background-color: #42a7fb;
  font-weight: 600;
  color: white;
}
.modal-user-levels .item .item-inner {
  display: grid;
  grid-template-columns: 28px auto;
}
.modal-user-levels .item .number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f2f2f4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #58575b;
  position: relative;
  z-index: 10;
}
.modal-user-levels .item .info {
  padding-right: 10px;
  padding-top: 2px;
}
.modal-user-levels .item .info h6 {
  font-weight: 600;
}
.modal-user-levels .item .info h6 span {
  color: #58575b;
}
.modal-user-levels .item .info ul li {
  font-size: 14px;
  font-weight: 400;
  margin: 4px 0;
  color: #58575b;
}
.modal-user-levels .item .info ul li span {
  color: #42a7fb;
}

.inputgroup-price {
  display: none;
}

.radio-input-content:checked ~ .inputgroup-price {
  display: block;
}

@media (max-width: 1280px) {
  .userProfile-section .section-inner {
    width: 75%;
  }
  .profile-body .user-levels .level-numbers {
    width: calc(100% + 130px);
  }
}
@media (max-width: 1024px) {
  .userProfile-section {
    margin-bottom: 0;
  }
  .userProfile-section .section-inner {
    width: 100%;
  }
  .profile-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 900;
    padding: 0 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  .profile-body {
    margin-top: 100px;
  }
  .profile-body .user-levels .level-numbers {
    width: calc(100% + 100px);
  }
}
@media (max-width: 768px) {
  .profile-body .user-levels .level-numbers li span {
    width: 28px;
    height: 28px;
  }
  .profile-body .user-levels .btn-help {
    width: 28px;
    height: 28px;
    font-size: 24px;
  }
  .profile-body .user-links .text {
    grid-template-columns: 44px auto;
  }
  .profile-body .user-links .text .icon {
    width: 44px;
    height: 44px;
    font-size: 28px;
  }
  .profile-body .user-links .text .title h5 {
    font-size: 14px;
  }
  .profile-body .user-links .text .title h6 {
    font-size: 13px;
    margin-top: 8px;
  }
  .profile-body .user-links .text .title h6 span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .profile-body .user-levels .level-numbers {
    width: calc(100% + 80px);
  }
}
@media (max-width: 460px) {
  .profile-body .user-levels .level-numbers {
    width: calc(100% + 50px);
  }
}
@media (max-width: 390px) {
  .profile-body .user-levels .level-numbers {
    width: calc(100% + 40px);
  }
}
/*#endregion -------------- User Profile */
/*#region ----------------- Sheet */
.sheet {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1050;
  transition: all 0.3s ease;
}
.sheet.active {
  bottom: 0;
}
.sheet .inner {
  transition: all 0.3s ease;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 75vh;
  z-index: 1060;
  border-radius: 15px 15px 0 0;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
}
.sheet .inner.show {
  transform: translateY(0);
}
.sheet .sheet-header {
  padding: 12px 12px 0 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.sheet .sheet-header h3 {
  font-size: 17px;
  display: flex;
  align-items: center;
  color: #15151f;
}
.sheet .sheet-header h3 .ci {
  display: flex;
  margin-left: 10px;
  font-size: 20px;
  color: #58575b;
}
.sheet .sheet-header .close-sheet {
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 0;
  border: none;
  font-size: 24px;
  color: #9fa0a9;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sheet .sheet-header .close-sheet .ci {
  display: flex;
}
.sheet .sheet-header .close-sheet:hover {
  color: #15151f;
}
.sheet .sheet-body {
  padding: 12px;
  flex: 1 1 auto;
  overflow-y: auto;
  height: 100%;
}
.sheet .sheet-actions {
  flex-shrink: 0;
  padding: 12px;
  text-align: center;
  width: 100%;
}
.sheet.sheet-h-full .inner {
  max-height: 100vh;
  border-radius: 0;
}

.sheet-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.sheet-backdrop.active {
  display: block;
}

/*#endregion -------------- Sheet */
/*#region ----------------- Collapse */
.collapse-item {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

.btn-collapse {
  display: flex;
  align-items: center;
  background-color: transparent;
  justify-content: space-between;
  color: #15151f;
  padding: 15px;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-radius: 10px;
}
.btn-collapse .icon {
  width: 24px;
  height: 24px;
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-collapse .icon:before {
  content: "\e97f";
  font-family: "coolicons";
  color: #9fa0a9;
}
.btn-collapse .icon.icon-plus::before {
  content: "\e904";
}
.btn-collapse .text {
  font-size: 16px;
  font-weight: 400;
  color: #15151f;
}
.btn-collapse.collapsed .icon::before {
  content: "\e97c";
}
.btn-collapse.collapsed .icon.icon-plus::before {
  content: "\ea4d";
}
.btn-collapse.type-simple {
  border: none;
}

.card-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.card-collapse.show {
  max-height: 1000px; /* Adjust based on content */
}

@media (max-width: 768px) {
  .btn-collapse .text {
    font-size: 14px;
  }
}
/*#endregion -------------- Collapse */