/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
.flex-style {
  flex: auto !important;
}
.button-size{
  width: 20%;
  height: 32px;
}
.add-class{
  justify-content: space-between;
}
.text-changes{
  align-items: center;
}

.font-added{
  font-size: 10px;
}
.avatar12{
  background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRJlLyKjJ9s4S7Zp2MjrYtqggH-OGVnSlvD1uWMsUblAg&s");
  padding: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
}
.image-upload {
  position: relative;
  width: 120px;
  height: 120px;
  /* border-radius: 50%; */
  overflow: hidden;
  cursor: pointer;
  border-radius: 12px;
}
.image-upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cursor {
  cursor: pointer;
}

.cursor:hover {
  color: #7367f0;
}
.menu-item .menu-link.active {
  background-color: #7367f0;
  color: #fff !important;
}

.menu-item .menu-link.active i {
  background-color: #7367f0;
  color: #fff !important;
}
.form-logo {
  display: flex;
  justify-content: center;
}
.modal-background {
  background-color: snow !important;
}
.modal-center {
  display: flex;
  justify-content: center !important;
}
.card-bg-color {
  background: #e6e6ff;
  border-radius: inherit;
  cursor: pointer;
}
.card-flex {
  display: flex;
  justify-content: center;
}
.bg-card-color {
  background: #e6ecff !important;
}
.mt-class {
  display: flex;
  gap: 17px;
}
.btn-bg-color {
  background: #e6ecff !important;
}
.premium-card {
  background-color: #7367f0 !important;
}
.chips-size {
  margin-right: 6px;
  height: 26px;
  color: black !important;
  border-color: #7367f0 !important;
  background: transparent !important;
}

.size-fix {
  width: 14px !important;
  margin-right: 4px !important;
  border-radius: 8px !important;
}

.size-fix-form {
  width: 14px !important;
  margin-right: 4px !important;
  border-radius: 8px !important;
}

.float-move {
  float: right !important;
}

.color-trash {
  color: red;
}

.text-text {
  text-align: center;
}

.chips-category {
  height: 26px;
  color: black !important;
  border-color: black !important;
  background-color: #DFDFDF !important;
}

.form-flag {
  border: none !important;
  background: none !important;
}

.round-border {
  height: 26px;
  background-color: #DFDFDF !important;
}
.btn-outline-chips {
  background-color: #fff !important;
  border-color: #fff !important;
  background-color: #D9F6E3 !important;
}

.btn-green {
  background-color: green;
  color: white;
}

.card-padding {
  padding: var(--bs-modal-padding) !important;
}

.create-plan {
  padding-left: 1rem !important;
}

.plan-card {
  background-color: #F1F3F3 !important;
}

.check-input {
  border-radius: 15px !important;
}

.input-group-icon {
  display: flex;
  height: 38px !important;
  align-items: center;
  padding: 0.422rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6f6b7d;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: var(--bs-border-width) solid #dbdade;
  border-radius: var(--bs-border-radius);
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.color-confirm {
  background-color: #7367f0 !important;
  color: white !important;
}
.circle {
  width: 100px;
  height: 100px;
  background-color: #6660a7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: white;
}
.circle-fluid {
  display: flex;
  /* justify-content: center; */
  gap: 22px;
  align-items: center;
}
.offCanvasCircle-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.real-text {
  margin-left: 12px;
}
.img-back {
  width: 25px !important;
  height: 30px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
}
.text-source {
  font-size: 14px !important;
}
.text-small {
  font-size: 12px !important;
}
.display-grid {
  display: grid !important;
}
.text-gap {
  gap: 32px;
}
.text-align {
  display: flex;
  align-items: center;
}
.button-layout {
  border-radius: 12px !important;
  background: none !important;
  color: #6660a7 !important;
}
.btn-color-layout {
  background-color: #E4E4E4 !important;
  color: black !important;
  display: inline !important;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: all 0.135s ease-in-out;
  transform: scale(1.001);
  box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
  border-radius: 16px;
  padding: 0.5rem;
}
.text-font {
  font-size: 13px;
}
.add-style {
  display: flex; 
  gap: 12px;
  height: 26px;
}

.add-css {
  height: 26px;
}
.fa-add {
  float: right;
  margin: -8px;
  color: red;
  cursor: pointer;
}
.rounded-margin {
  margin-left: 10px !important;
}
.img_wood_card {
  width: 100%;
  object-fit: cover;
}
.card-device {
  background-color: #E4E4E4 !important;
}
.hr-border {
  border-top: 2px solid #333 !important;
}
.class-font {
  font-size: 12px !important;
  font-weight: 100 !important;
}
.style-add {
  display: flex;
  gap: 8px;
  align-items: center;
}
.biznfc-card {
  display: flex;
  justify-content: center;
}
.font-control {
  font-size: 10px !important;
}
.card-device-bg {
  color: red !important;
  background-color: #E4E4E4 !important;
  display: flex !important;
  gap: 12px;
  align-items: center;
}
.font-device {
  font-size: 12px !important;
}
.circle-height {
  height: 100% !important;
  width: 100%;
}
.blur-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(6px);
}
.card-title-margin {
  margin: 0;
}
.tab-list {
  border: 1px solid #7637f0;
  width: 66%;
  border-radius: 10px;
}
.tab-pane-list {
  border: 1px solid #7637f0 !important;
  border-radius: 10px !important;
}
.modal-footer-ti {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)* 0.5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    gap: 16px;
}
.modal-body-ti {
  position: relative;
  flex: 1 1 auto;
}
/* .accordion-collapse {
  width: 50% !important;
} */

@media (max-width: 768px) {
  .accordion-collapse {
      width: 100% !important;
  }
}

.tab-responsive {
  width: 50% !important;
}

@media (max-width: 768px) {
  .tab-responsive {
      width: 100% !important;
  }
}

@media (min-width: 768px) {
  .form-desktop{
    width: 75% !important;
  }
}
.center {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .no_mobile {
      width: 100% !important;
  }
}

@media (max-width: 768px) {
  .fix-css-issue {
    padding: 0px 0px 21px 0px;
    margin-top: 8px;
    margin-bottom: 6px;
  }

  .link-css {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .fix-css-issue {
    padding: 0px 0px 21px 0px;
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .link-css {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}