

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.eot');
  src: url('../fonts/Satoshi-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Satoshi-Bold.woff2') format('woff2'),
      url('../fonts/Satoshi-Bold.woff') format('woff'),
      url('../fonts/Satoshi-Bold.ttf') format('truetype'),
      url('../fonts/Satoshi-Bold.svg#Satoshi-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.eot');
  src: url('../fonts/Satoshi-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Satoshi-Light.woff2') format('woff2'),
      url('../fonts/Satoshi-Light.woff') format('woff'),
      url('../fonts/Satoshi-Light.ttf') format('truetype'),
      url('../fonts/Satoshi-Light.svg#Satoshi-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.eot');
  src: url('../fonts/Satoshi-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Satoshi-Black.woff2') format('woff2'),
      url('../fonts/Satoshi-Black.woff') format('woff'),
      url('../fonts/Satoshi-Black.ttf') format('truetype'),
      url('../fonts/Satoshi-Black.svg#Satoshi-Black') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.eot');
  src: url('../fonts/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Satoshi-Regular.woff2') format('woff2'),
      url('../fonts/Satoshi-Regular.woff') format('woff'),
      url('../fonts/Satoshi-Regular.ttf') format('truetype'),
      url('../fonts/Satoshi-Regular.svg#Satoshi-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.eot');
  src: url('../fonts/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Satoshi-Medium.woff2') format('woff2'),
      url('../fonts/Satoshi-Medium.woff') format('woff'),
      url('../fonts/Satoshi-Medium.ttf') format('truetype'),
      url('../fonts/Satoshi-Medium.svg#Satoshi-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


body,html {  height: 100%;  margin: 0;}

body {
    font-size: 14px;
    overflow-x: hidden;
    font-family: 'Satoshi';
    color: #858B98;
    background: var(--primary-light);
}

:root {
  --primary-color: #712F79;
  --secondary-color:#F26419;
  --primary-light:#F2EEF8;
  --paragraph:#858B98;
  --title:#3E2155;
}

a { outline: none !important;}

.app-sidebar, 
.sec-toolbar-main .toolbox-main, .link-view-all, .user-img .dropdown-menu a, .action-tool, .auth-button.post-btn .btn, .btn-upload, .timeline-icon, .top-tag-list .tags {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

img {    max-width: 100%;}
a,a:hover {    text-decoration: none;}
button,select {    outline: none !important;}
ul,ol {padding: 0px;margin: 0px;list-style: none;}
h1,h2,h3,h4,h5,h6 {  margin: 0px; line-height: 1.1;}


.dashboard-header {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--bs-white);
  z-index: 14;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-logo {
  flex: 0 0 250px;
  width: 250px;
  padding: 10px 24px;
  background: var(--dark-gray);
  margin-right: auto;
  border-bottom: 1px solid rgb(255 255 255 / 21%);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.header-logo img{ 
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.header-logo a {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  overflow: hidden;
}

.header-logo img+img {transform: translateX(55px);}
.open-menu  .header-logo img{transform: translateX(-59px);}
.open-menu  .header-logo img+img {transform: translateX(-50px);opacity: 1;visibility: visible;}


.navbar-full {
  padding: 8px 18px;
  flex: 1;
  min-height: 56px;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hd-inner {
  display: flex;
  align-items: center;
  width: 100%;
}
.user-img {
  display: flex;
  align-items: center;
}


.dropdown-menu.dropdown-top-area {
  min-width: 182px;
  border: 0;
  border-radius: 16px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  margin-top: 8px !important;
}
.dropdown-menu.dropdown-top-area::before{position: absolute;content: "";right: 6px;top: -15px;background-image: url(../images/arrow-top.svg);background-repeat: no-repeat;width: 24px;height: 24px;}
.dropdown-menu.dropdown-top-area li a{font-size: 13px;font-weight: 500;color: var(--title);padding: 7px 15px;display: flex;}
.dropdown-menu.dropdown-top-area li .icon-text{flex: 0 0 25px;min-width: 25px;margin-right: 8px;}
.dropdown-menu.dropdown-top-area a:hover{ color: var(--secondary-color);}

.auth-button .dropdown-menu.dropdown-top-area::before {right: 10px;}

.notification .dropdown-menu.dropdown-top-area {
  min-width: 329px;
  margin-left: 70px !important;
}
.notification .dropdown-menu.dropdown-top-area::before {right: 66px;top: -10px;}

.ic-avatar {
  background: #fff;
}
.ic-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 40px;
  max-width: 40px;
}

.menu-toggle-btn {
  position: absolute;
  left: 0;
}


.bar1,
.bar2,
.bar3 {
    background-color: #545455;
    cursor: pointer;
    height: 2px;
    margin: 7px 0;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 24px;
    display: block;
}

.bar2 {
    width: 20px;
}

.toggle-button {
  margin-left: 15px;
}

.app-sidebar .offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 18%);
  font-size: 24px;
  padding: 10px 15px;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
  z-index: 14;
  display: none;
  visibility: hidden;
}

.dashaboard-main {display: flex;margin-top: 56px;}

.app-sidebar {
  top: 56px;
  bottom: 0;
  width: 250px;
  background-color: var(--bs-white);
  z-index: 13;
  min-height: 100vh;
  box-shadow: none;
  border: 0;
  outline: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
}

.sidebar-inner {
  display: flex;
  flex-direction: column;
}

.app-sidebar .nav-item {list-style: none;}

.app-sidebar .list-unstyled li a {
  display: flex;
  width: 100%;
  padding: 5px 17px;
  color: var(--paragraph);
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  border-left: 3px solid transparent;
  min-height: 40px;
  position: relative;
}



.menuicon {
  min-width: 25px;
  margin-right: 8px;
}

.app-sidebar .list-unstyled li.active a {
  background: var(--primary-light);
  color: var(--title);
  border-left-color: var(--primary-color);
}

.app-sidebar .list-unstyled li.active .menuicon path {
  stroke: #712F79;
  fill: #712F79;
}

.app-sidebar .list-unstyled li a:hover{
  color: #712F79;
}

.app-sidebar .list-unstyled li .btn-toggle-nav li a {
  font-size: 14px;
  min-height: auto;
}

.btn-toggle-nav {
  background: rgba(204, 204, 204,14%);
  padding: 0px 30px;
}

.menu-arrow {
  position: absolute;
  top: 6px;
  right: 21px;
  transition: transform .2s ease-in-out;
}

.app-sidebar .list-unstyled li a:not(.collapsed) .menu-arrow{ transform: rotate(-180deg);}


.badge.ms-auto {
  background: #feefe8;
  color: var(--secondary-color);
  border-radius: 4px;
  font-size: 10px;
}

.dashaboard-content {
  /* margin-left: 250px; */
  /* margin-top: 56px; */
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  display: inline-block;
  width: calc(100% - 250px);
  flex: 1;
}

.dashaboard-inner {padding: 16px;}

.dashboard-header .search-area {margin-left: 20px;}

.search-area input {
  font-size: 12px;
  font-weight: 500;
  background: var(--primary-light);
  border-radius: 8px;
  border-color: var(--primary-light);
  width: 180px;
  max-width: 100%;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center left 16px;
  height: 36px;
  color: #B1B7C5;
  padding-left: 40px;
}

.form-control:focus {
  border-color: rgba(140,152,164,.25);
  outline: 0;
  box-shadow: 0 0 1rem 0 rgba(140,152,164,.25);
}

.btn.btn-primary {
  position: relative;
  padding: 10px 18px;
  overflow: hidden;
  box-shadow: none !important;
  display: inline-block;
  text-align: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--primary-color);
  border: 0;
  transition: all 500ms ease;
}
.btn.btn-primary:hover{ background-color: #481e4d;}

.btn.btn-primary.btn-secondary {
  background: #feefe8;
  color: var(--secondary-color);
}

.btn.btn-primary.btn-secondary:hover{
  background: var(--secondary-color);
  color: #fff;
}

.btn.btn-primary.btn-secondary:hover path {
  fill: #fff;
}

.upgrade-area a{font-size: 14px;font-weight: bold;color: var(--secondary-color);}
.setting-area>div{ margin-left: 16px;}
.auth-button .btn {
  min-width: 140px;
}

.notification a{ position: relative;}
.notification-indicator-number {
  width: 14px;
  height: 14px;
  background: var(--secondary-color);
  border-radius: 50%;
  border: 1px solid var(--bs-white);
  display: flex;
  position: absolute;
  top: -3px;
  right: -5px;
  font-size: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}

.nav-item .dropdown-divider {
  border-top: 1px solid #F2EEF8;
  margin: 20px 0;
}

.navbar-label{
  font-size: 11px;
  color: var(--title);
  font-weight: bold;
  margin-bottom: 10px;
}



.toolbox-main {
  min-height: 120px;
  color: var(--paragraph) !important;
}

.toolbox-main p{ margin: 0px; font-weight: 500;}

.toolbox-main .d-block { margin-bottom: 5px; min-height: 35px;}

.sec-toolbar-main {
  position: relative;
}

.sec-toolbar-main .position-absolute {
  right: 0;
  top: 20px;
  width: 78px;
}

.sec-toolbar-main .swiper-button-next, 
.sec-toolbar-main .swiper-button-prev {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  color: #797979;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sec-toolbar-main .swiper-button-next path, 
.sec-toolbar-main .swiper-button-prev path{ stroke: var(--paragraph); }
.sec-toolbar-main .swiper-button-prev:after, 
.sec-toolbar-main .swiper-rtl .swiper-button-next:after {
  display: none;
}

.sec-toolbar-main .swiper-button-next:after, 
.sec-toolbar-main .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.sec-toolbar-main .swiper-button-next:hover, 
.sec-toolbar-main .swiper-button-prev:hover {
  background-color: var(--secondary-color);
  color: var(--bs-white);
}

.sec-toolbar-main .swiper-button-next:hover path, 
.sec-toolbar-main .swiper-button-prev:hover path{ stroke: var(--bs-white); }

.sec-toolbar-main .toolbox-main:hover {
  background: var(--primary-color);
  color: var(--bs-white) !important;
}

.sec-toolbar-main .toolbox-main:hover path {
  stroke: var(--bs-white);
}

.block-header{margin-bottom: 10px;}
.title {
  font-size: 16px;
  font-weight: bold;
  color: var(--title);
}

.card{border-radius: 12px;padding: 12px;border: 0;}

.card-recent-project h5{font-size: 14px;color: var(--title);font-weight: bold;margin-bottom: 8px;}
.card-recent-project p{ font-size: 11px;}

.action-tool {
  display: flex;
  gap: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.card-recent-project{ cursor: pointer;}
.card-recent-project .flex-grow-1 {
  padding-right: 40px;
}

.card-recent-project:hover .action-tool { opacity: 1; visibility: visible;}


.imgbx {
  flex: 0 0 100px;
  max-width: 100px;
  margin-right: 10px;
}
.imgbx img{ 
  border-radius: 8px;
  width: 100%;
  height: 74px;
}
.link-view-all{ color: var(--paragraph); font-size: 12px; font-weight: 500;}
.link-view-all:hover{ color: var(--secondary-color);}

.img-figure{background: var(--primary-light);border-radius: 8px;padding: 15px;min-height: 90px;margin-bottom: 10px;}
.card-info h4 {
  font-size: 14px;
  line-height: 16px;
  color: var(--title);
  font-weight: bold;
  margin-bottom: 12px;
}
.card-info p{font-size: 12px;}

.card-info .btn {
  font-size: 12px;
  font-weight: bold;
}


.icon-box {
  flex: 0 0 90px;
  max-width: 90px;
  min-height: 72px;
  background: var(--primary-light);
  border-radius: 8px;
  margin-right: 8px;
  width: 90px;
}

.card-smiple-title {
  font-size: 13px;
  font-weight: bold;
  color: var(--title);
  margin-bottom: 5px;
}

.card-milestone p {
  font-size: 10px;
  margin-bottom: 5px;
  font-weight: 500;
}

.card-milestone .mt-auto {
  display: none;
}

.card.h-100.card-milestone .d-flex.mb-3:last-child{ margin-bottom: 0px !important;}
.card.h-100.card-schedule-post {
  height: calc(100% - 30px) !important;
  padding: 24px;
}

.datepicker-inline {
  width: 100%;
  margin-bottom: 16px;
}
.datepicker table {
  width: 100%;
}

.datepicker td, .datepicker th {
  border: 1px solid #EAE2F4;
  border-radius: 0px;
}

.datepicker td{font-size: 18px;font-weight: 500;height: 84px;vertical-align: bottom;text-align: right;padding: 5px;}

.datepicker th.datepicker-switch {
  width: 145px;
  font-size: 18px;
  font-weight: bold;
  color: var(--title);
  border: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
  background: var(--primary-color);
  color: #fff !important;
}

.datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled]{ background-color: var(--primary-color);}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled]{ background: var(--primary-color) !important;}

.datepicker th.dow{height: 36px; font-size: 16px; font-weight: bold; color: var(--title); background: var(--primary-light);}


.datepicker thead tr th.prev, .datepicker thead tr th.next {
  width: 20px;
  height: 20px;
  padding: 17px;
  border-radius: 6px;
  background-color: #feefe8;
  border-color: #feefe8;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  border: 0;
}


@media screen and (min-width: 767px) {
.datepicker thead tr th.prev{position: absolute;left: 24px;}
.datepicker thead tr th.next {position: absolute;left: 70px;}
.datepicker thead tr th.prev, .datepicker thead tr th.next{ display: block;}
.datepicker th.datepicker-switch{ padding-bottom: 24px;}
}

.datepicker thead tr th.prev{background-image: url(../images/arrow-pre.svg);}
.datepicker thead tr th.next {background-image: url(../images/arrow-next.svg);}

.datepicker thead tr th.prev:hover, 
.datepicker thead tr th.next:hover{ background-color: var(--secondary-color); border-color: var(--secondary-color);
  background-position: center center;
  background-repeat: no-repeat;
}

.datepicker thead tr th.prev:hover{background-image: url(../images/arrow-pre-hover.svg);}
.datepicker thead tr th.next:hover{ background-image: url(../images/arrow-next-hover.svg);}
.datepicker thead tr th.datepicker-switch:hover {background: transparent;}
.datepicker table tr td .month {
  text-align: center;
}

.button-group-event .btn{ margin: 0px 8px;}
.btn.btn-today {
  position: absolute;
  right: 24px;
  top: 24px;
  font-size: 12px;
  font-weight: bold;
  min-width: 90px;
  min-height: 32px;
  box-shadow: none !important;
  color: var(--primary-color);
  background: var(--primary-light);
}
.btn.btn-today:hover{ background: var(--secondary-color); color: var(--bs-white);}


.card-single{ background: var(--primary-light); padding: 16px; border-radius: 8px;}

.card-single .title01 {
  font-size: 14px;
  color: var(--title);
  font-weight: bold;
}

.upgrade-link {font-size: 12px;font-weight: bold; color: var(--secondary-color);}
.upgrade-link img {margin-right: 5px;}

.progress {background: var(--bs-white);border-radius: 30px;height: 8px;}
.progress-bar{ background: var(--primary-color);}
.card-single p{ font-size: 12px; margin-top: 12px;}
.sidebar-footer {padding: 16px 20px;}

.open-menu .sidebar-footer{ opacity: 0;}

.swiper-pagination-bullet{ background:#DBD0EC; opacity: 1;}
.swiper-pagination-bullet-active {
  background: var(--primary-color);
}

.open-menu .app-sidebar {transform: translate(0);width: 100px;}

.open-menu .dashaboard-content {margin-left: 0px;}

.figimg {
  flex: 0 0 32px;
  max-width: 32px;
  height: 32px;
  background: var(--primary-light);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex.hd-area {
  padding: 0px 15px 5px 15px;
  font-size: 14px;
  font-weight: bold;
  color: var(--title);
}

.d-flex.hd-area .View-all {
  margin-left: auto;
  font-size: 13px;
  font-weight: normal;
  color: var(--primary-color)
}

.meta-text {flex: 1;padding: 0px 6px;}
.notification .dropdown-menu.dropdown-top-area li a{ color: var(--paragraph); font-weight: normal;}
.meta-text .message-heading {font-size: 13px; font-weight: bold;}
.meta-text p {margin: 0px;font-size: 12px;}
.time-area{ font-size: 12px;}

.ripple {width: 10px;height: 10px;background: var(--primary-color);border-radius: 50%;
  border: 3px solid var(--bs-white);position: absolute;right: 0;top: 0; display: none;}

.notification .dropdown-menu.dropdown-top-area .active .meta-text .message-heading{ color: var(--title);}  
.notification .dropdown-menu.dropdown-top-area .active .ripple{ display: block;}

.modal-do-next .modal-dialog{ max-width: 450px;}
.modal-content{ border-radius: 16px; border: 0;}

.modal-card .img-figure{ min-height: 120px; margin-bottom: 16px;}
.modal-card .card-info h4{ font-size: 16px;}
.modal-card .card-info p {font-size: 13px;}
.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: 0px !important;
  margin-left: auto !important;
  opacity: 1;
  background: #fff !important;
  padding: 0px;
  width: 20px;
  height: 20px;
  box-shadow: none;
  outline: none !important;
}


.modal-do-next .modal-header {border: 0; padding-bottom: 0px; padding-top: 24px;}
.modal-do-next .modal-footer{padding-bottom: 20px;}
.modal-footer .btn {font-size: 12px;font-weight: bold;min-width: 134px;flex: 1;}
.modal-body {padding: 24px;}

.btn.btn-primary.btn-light.btn-mark {background: #f8f5f8; color: var(--primary-color);}
.btn.btn-primary.btn-light.btn-skip {background: #f9f9fa;color: var(--paragraph);min-width: 100px;flex: 0;}

.btn.btn-primary.btn-light.btn-mark:hover, .btn.btn-primary.btn-light.btn-skip:hover{ background: var(--primary-color); color: var(--bs-white);}

/* .modal-open .dashboard-header, .modal-open .dashaboard-main {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
} */

/* .modal-backdrop{ display: none;} */

.btn-check:focus+.btn, .btn:focus {
  box-shadow: none;
}


.auth-button.post-btn .btn {min-width: 100px;}
.post-btn .btn.btn-primary:hover path {stroke: #fff;fill: none;}


.top-bar-left-section .btn{font-weight: 500;font-size: 14px;color: var(--paragraph);padding: 0px 16px;}
.top-bar-left-section .btn svg{ min-width: 20px;}

.top-bar-lower-deck .btn {font-weight: 500;font-size: 14px;color: var(--paragraph);padding: 0px 5px;}
.top-bar-lower-deck .btn svg{ min-width: 20px;}

.top-bar-lower-deck .btn:hover{color: #C9D0DA;}
.top-bar-lower-deck .btn:hover svg{ opacity: 0.5;}

.button-undo:hover .btn, 
.button-redo:hover .btn, 
.button-resize:hover .btn{ color: #C9D0DA;}

.button-undo:hover .btn svg, 
.button-redo:hover .btn svg, 
.button-resize:hover .btn svg, .button-file-save-status:hover svg{ opacity:0.5;}

.top-bar-left-section {margin-left: 16px;}
.top-bar-center-section{ font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-bar-center-section svg{ min-width: 20px;}
.nav-item.layer-head {padding: 5px 20px;}
.nav-item.layer-head .layer-text-name{font-size: 12px;color: var(--paragraph);font-weight: 500;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; padding-right: 5px;}


.action-layer [class*='icn-']{ width: 12px; cursor: pointer;}
.action-layer [class*='icn-']:not(:last-child){ margin-right: 12px;}

.dashboard-header.editor-layout-header .header-inner{align-items: start !important;}

/* app-sidebar-editor-layout css start */
.open-menu .header-logo{ flex: 0 0 100px; max-width: 100px;}

.open-menu .list-unstyled.nav-compact .menuicon {min-width: 24px;}

.app-sidebar .list-unstyled.nav-compact .nav-item .menuicon .d-inline {
  display: none !important;
}
.app-sidebar .list-unstyled.nav-compact .nav-item.active .menuicon .d-inline {
  display: block !important;
}

.app-sidebar .list-unstyled.nav-compact .nav-item.active .menuicon .d-block{ display: none !important;}


.open-menu  .list-unstyled.nav-compact .nav-item.active .menuicon .d-none
{ display: block !important;}

.open-menu .list-unstyled.nav-compact .nav-item.active .menuicon .d-inline
{ display: none !important;}


.open-menu .list-unstyled.nav-compact li:not(:last-child){ margin-bottom: 20px;}

.open-menu .list-unstyled.nav-compact li a {
font-size: 14px;  flex-direction: column;}

.open-menu .list-unstyled.nav-compact li.active a {
  font-weight: bold;
  background: var(--bs-white);
  border-color: var(--bs-white);
}

.open-menu .list-unstyled.nav-compact .menuicon {
  min-width: 52px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 4px;
}

.open-menu  .list-unstyled.nav-compact li.active .menuicon{ height: 52px;}

.open-menu  .list-unstyled.nav-compact .nav-item.active .menuicon{  background: var(--primary-color);}

.open-menu .list-unstyled.layer-listing{ display: none;}
.open-menu .nav-item .dropdown-divider{ display: none;}
.open-menu .navbar-label{ display: none;}

.open-menu .list-unstyled.list-most-used-tools {display: none;}
.open-menu .menu-arrow{ display: none;}


.dashboard-header.editor-layout-header .menu-toggle-btn {/* position: static; *//* order: -1; */}

.top-bar-lower-deck {padding: 9px 0px;border-top: 1px solid var(--primary-light);position: fixed;top: 57px;z-index: 12;background: #fff;width: calc(100% - 250px);right: 0;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;-ms-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}

.open-menu .top-bar-lower-deck {
  width: calc(100% - 100px);
}

.dashaboard-content.editing-area {margin-top: 45px;}
.dashaboard-content.editing-area .dashaboard-inner{padding: 32px;}


.frame .form-control {
  width: 72px;
  height: 28px;
  color: var(--paragraph);
  background: var(--primary-light);
  border-color: var(--primary-light);
  border-radius: 4px;
  font-size: 10px;
  padding: 7px;
  font-weight: 500;
  padding-right: 20px;
}

.frame .form-control::placeholder {color: var(--paragraph);opacity: 1;}
.frame .form-control::-ms-input-placeholder {color:var(--paragraph);}

.frame .form-control:focus{ border-color: var(--primary-color); box-shadow: none;}

.frame .w-px {
  position: absolute;
  right: 8px;
  font-size: 10px;
  color: #C7CDDA;
  font-weight: 500;
}

.frame-w {
  font-size: 14px;
  font-weight: 500;
  padding: 0px 8px;
}

.size-lock {
  margin: 0px 8px;
  cursor: pointer;
  min-width: 16px;
}

.zize-lock img {
  vertical-align: -2px;
}

.border-end {
  border-right: 1px solid #F2EEF8 !important;
}

.top-bar-lower-deck-wrapper {
  margin: 0px -5px;
}

.app-sidebar-right {
  margin-top: 49px;
  bottom: 0;
  right: 0;
  width: 250px;
  background-color: var(--bs-white);
  z-index: 11;
  min-height: 100vh;
  box-shadow: none;
  border: 0;
  outline: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
}

.dashaboard-content.layout-side-bar {/* margin-right: 250px; */}

.open-menu .dashaboard-content.layout-side-bar {/* margin-right: 250px; */}
.open-menu .dashaboard-content.layout-side-bar {/* margin-left: 100px; */}

.sidebar-header {padding:8px 16px;position: -webkit-sticky; /* Safari */position: sticky;top: 0;background: #fff;z-index: 1;}

.sidebar-body {
  padding: 10px 16px;
  padding-top: 0;
}

.nav.toolbox-nav .nav-links {
  font-size: 12px;
  font-weight: 500;
  color: var(--paragraph);
  display: block;
  position: relative;
  padding: 0px 5px 8px 5px;
}
.nav.toolbox-nav .nav-links::before{
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  background: transparent;
  bottom: -3px;
  z-index: 1;
  }

.nav.toolbox-nav .nav-links.active{ font-weight: bold; color: var(--title);}
.nav.toolbox-nav .nav-links.active::before{ background-color: var(--primary-color);}
.nav.toolbox-nav {border-bottom: 1px solid #F2EEF8;margin: 0px -5px;}

.accordionbutton {
  background: var(--bs-white);
  border: 1px solid var(--bs-white);
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: var(--title);
  padding: 8px 0px;
  text-transform: uppercase;
}

.accordion.list-accordion .accordion-header .accordionbutton::before {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 10px;
  justify-content: center;
  font-weight: bold;
  background-color: var(--primary-light);
  border-radius: 2px;
}

.accordion.list-accordion .accordion-header .accordionbutton.collapsed::before {
  content: "\f4fe";
  font-family: bootstrap-icons !important;
}
.accordion.list-accordion .accordion-header .accordionbutton::before {
  content: "\f63b";
  font-family: bootstrap-icons !important;
}
.accordion.list-accordion .accordion-item{border: 0;border-bottom: 1px solid #F2EEF8;}
.square-lock img {
  width: 12px;
  min-width: 12px;
}
.accordion.list-accordion .accordion-item:last-child{ border-bottom: 0;}
.accordion-header .ms-auto {
  position: absolute;
  right: 0;
  top: -5px;
}

.accordion-body {
  padding: 1rem 1.25rem;
  padding: 0px 0px 10px 0px;
}


.tooltip.bs-tooltip-bottom{ display: none;}

.img-circle {
  flex: 0 0 40px;
  max-width: 40px;
}


.size-frame .form-control {
  width: 72px;
  height: 28px;
  color: var(--paragraph);
  background: var(--primary-light);
  border-color: var(--primary-light);
  border-radius: 4px;
  font-size: 10px;
  padding: 7px;
  font-weight: 500;
  padding-right: 20px;
}

.size-frame .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}

.size-frame .size-frame-w {
  font-size: 14px;
  font-weight: 500;
  padding-right: 5px;
}

.size-frame .size-w-px{
  position: absolute;
  right: 10px;
  font-size: 10px;
  color: #C7CDDA;
  font-weight: 500;
}

.size-frame {margin: 0px 4px;}

.preset-list .col {
  flex: 1 0 20%;
  max-width: 20%;
  margin: 2px 0px;
}

.item-icon {display: block; cursor: pointer; text-align: center;}

.strock-option input.form-control {
  border: 0;
  font-size: 12px;
  color: var(--paragraph);
  font-weight: 500;
  padding: 2px;
  box-shadow: none !important;
  background-color: var(--bs-white);
}
.strock-option .input-group-prepend{min-width: 20px;line-height: 1;}
.strock-option.border {border: 1px solid #F2EEF8 !important; border-radius: 5px; padding: 5px;}

.strock-option .input-group-prepend  input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
.strock-option .input-group-prepend input::-webkit-color-swatch {border-radius: 4px;border: none;}
.strock-option .input-group-prepend input::-moz-color-swatch {border-radius: 4px;border: none;}





input[type="number"] {
  position: relative;
}

/* Spin Buttons modified */
input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
  width: 1em;
  opacity: .5; /* shows Spin Buttons per default (Chrome >= 39) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
input[type="number"]::-webkit-inner-spin-button:hover,
input[type="number"]::-webkit-inner-spin-button:active{
  opacity: .8;
}

.form-check.checkbox-container {margin: 0px;}
.checkbox-container .form-check-input {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  cursor: pointer;
  margin-right: 12px;
  border-radius: 4px;
  border: 1px solid var(--primary-light);
  background: var(--primary-light);
  box-shadow: none !important;
}

.checkbox-container .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.checkbox-container .form-check-label{font-size: 11px;font-weight: bold;color: var(--title);cursor: pointer;}

.input-group.strock-option.border.border-0 {
  border: 0 !important;
  padding: 0px;
}
.input-group.strock-option.border.border-0 label{line-height: 1;padding-left: 12px;font-size: 11px;font-weight: bold;color: var(--title);cursor: pointer;}

.title-label {
  background: var(--bs-white);
  border: 1px solid var(--bs-white);
  width: 100%;
  position: relative;
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: var(--title);
  display: inline-block;
  text-transform: uppercase;
}

.tools-controls .tools-controls-iteam:not(:last-child){margin-bottom: 5px;}
.tools-controls .tools-controls-iteam label{font-weight: 500;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-right: 5px; cursor: pointer;}
.tools-controls .tools-controls-iteam .controls-icon{ min-width: 20px; margin-right: 8px;}


.form-switch .form-check-input {
  width: 28px;
  height: 16px;
  background-color: var(--primary-light);
  border-color: var(--primary-light);
}
.form-switch .form-check-input:focus{ box-shadow: none;}

.form-switch .form-check-input:checked {
  background-color: rgb(229, 186, 241);
  border-color: rgb(229, 186, 241);
  background-image: url(../images/toggle-bg.svg);
  background-size: 13px;
  background-position: center right 2px;
}
.preset-item.my-1 {
  margin: 2px 0 !important;
}

.tools-controls-iteam .form-switch {margin-left: auto;display: flex; cursor: pointer;}

.card-slider-header{font-size: 12px;font-weight: 500;color: var(--paragraph);margin-bottom: 5px;}
.card-slider-body{background: var(--primary-light);padding: 2px 6px;border-radius: 6px;}

.card.card-slider{margin-bottom: 10px;border-radius: 0px;}
.card-title-sm{font-size: 11px;font-weight: bold;color: var(--title);text-transform: uppercase;margin-bottom: 10px;}


.dropdown-divider {border-top: 1px solid #F2EEF8;}
.card-title-sm img{ margin-left: 8px;}
.color-box {width: 24px;height: 24px;display: block;border: 2px solid;border-radius: 4px;}


.card-color-palette{background-color: var(--primary-light);border-radius: 8px;padding: 8px;}

.slider-handle{background-color: var(--primary-color);background-image: var(--primary-color);top: -7px;cursor: pointer;width: 12px;height: 12px;border: 2px solid var(--bs-white);}
.slider-selection {background: var(--primary-color); height: 4px !important; box-shadow: none !important;}
.slider.slider-horizontal .slider-track{height: 3px;box-shadow: none;background: var(--bs-white);}
.slider.slider-horizontal {
  width: 100%;
  height: 4px;
}

.nav.nav-color-edit{ margin-bottom: 10px;}
.nav.nav-color-edit li:not(:last-child){ margin-right: 11px;}
.nav.nav-color-edit li .nav-links {position: relative;}
.nav.nav-color-edit li .nav-links::before {
  position: absolute;
  content: "";
  left: 1px;
  right: 0px;
  display: none;
  bottom: -20px;
  background-image: url(../images/arrow-angle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}
.nav.nav-color-edit li .nav-links.active::before{ display: block;}


.slider-invert .slider.slider-horizontal .slider-track {
  background-image: linear-gradient(to right, #E91818, #E96127, #F1DC20, #5BED58, #2296EA, #2296EA,
  #AC1DEF, #F11298 );
}
.slider-iteam .slider-selection{ background: transparent;}

.toggle-button-main {
  padding: 8px 15px;
  display: none;
}

.panelsidebar {top: 60px;left: 251px;width: 200px;display:flex;border: 0;overflow-y: auto;overflow-x: hidden;border-radius: 4px;z-index: 12;box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);}

.open-menu .panelsidebar{ left: 100px;}

.panel-header {padding: 8px;position: -webkit-sticky;position: sticky;top: 0;background: #fff;z-index: 2;}




/* css by dp 13 */

.templates-gallery .search-area input{width: 100%;}
.templates-gallery {
  left: 255px;
  top: 110px;
  border-radius: 8px;
  max-width: 200px;
  width: 100%;
  padding: 8px;
  position: fixed;
  width: 250px;
  background-color: var(--bs-white);
  z-index: 11;
  overflow-y: auto;
  max-height: 100%;
  box-shadow: none;
  border: 0;
  outline: none;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
}

.template-slide .swiper-slide a {
  display: flex;
  font-size: 10px;
  font-weight: 500;
  color:var(--primary-color);
  background: var(--primary-light);
  padding: 6px 10px;
}

.template-slider {
  max-height: 29px;
  height: 100%;
}


.template-slide .swiper-button-next,
.template-slide .swiper-button-prev,
.shape-slide .swiper-button-next,
.shape-slide .swiper-button-prev 
{
  width:20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #797979;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  margin-top: -10px !important;
}

.template-slide .swiper-button-next, .shape-slide .swiper-button-next{right: 2px;}
.template-slide .swiper-button-prev, .shape-slide .swiper-button-prev {left: 2px;}

.template-slide .swiper-button-next:hover,
.template-slide .swiper-button-prev:hover,
.shape-slide .swiper-button-next:hover,
.shape-slide .swiper-button-prev:hover {
  background-color: var(--secondary-color);
  color: var(--bs-white);
}

.template-slide .swiper-button-next:hover path,
.template-slide .swiper-button-prev:hover path,
.shape-slide .swiper-button-next:hover path,
.shape-slide .swiper-button-prev:hover path {
  stroke: var(--bs-white);
}

.template-slide .swiper-button-prev:after, 
.template-slide .swiper-rtl .swiper-button-next:after,
.template-slide .swiper-button-next:after,
.template-slide .swiper-rtl .swiper-button-prev:after{display: none;}


.shape-slide .swiper-button-prev:after, 
.shape-slide .swiper-rtl .swiper-button-next:after,
.shape-slide .swiper-button-next:after,
.shape-slide .swiper-rtl .swiper-button-prev:after{display: none;}


.template-slide .swiper-button-prev.swiper-button-disabled,
.shape-slide .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}


.panel-content {padding: 8px;}

.row.gx-2.template-group{ margin: 0px -2px !important; margin-bottom: 8px;}
.row.gx-2.template-group [class*='col-'] {
  padding: 0px 2px;
  margin: 2px 0px !important;
}

.sliderbox {padding-left: 8px;}

.nav.toolbox-nav.panel-tab{margin: 0;margin-bottom: 8px;}
.nav.toolbox-nav.panel-tab .nav-links{ font-size: 10px; padding: 0px 2px 8px 2px;}
.panelsidebar .px-2 {padding: 0px 8px !important;}

.link-see-more {
  padding-right: 8px;
  font-size: 10px;
  font-weight: 500;
  color: var(--paragraph);
}

.headign-box span {
  font-size: 10px;
  font-weight: bold;
  color: var(--title);
  text-transform: uppercase;
}
.link-see-more:hover{ color: var(--secondary-color);}
.h-header { margin-bottom: 5px;}

.btn-upload {
  background: var(--secondary-color);
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  color: var(--bs-white);
  padding: 9px 10px;
  width: 100%;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
}
.btn-upload img{margin-right: 5px;}
.btn-upload:hover{ color: var(--bs-white); background: #b7480e;}
.btn-upload input{opacity: 0;position: absolute;left: 0;top: 0;bottom: 0;right: 0;width: 100%;height: 100%;cursor: pointer;}

.thumbnail-list-iteam{margin: 0px -2px;flex: 1 1 auto;}
.thumbnail-box {padding: 0px 2px;flex: 0 0 33.333%;max-width: 33%;margin-bottom: 4px;position: relative;}
.thumbnail-box:nth-child(2n+4) {
  flex: 0 0 66.66666%;
  max-width: 66%;
}
.thumbnail-box input{width: 100%;height: 100%;display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;cursor: pointer;opacity: 0;z-index: 1;}
.thumbnail-box span {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid transparent;
}
.thumbnail-box span img{width: 100%;height: 64px;object-fit: cover; cursor: pointer; display: block;}
.thumbnail-box .iocn-check{opacity: 0;visibility: hidden;position: absolute;left: 5px;top: 5px;}
.thumbnail-box input:checked ~ img.iocn-check { opacity: 1; visibility: visible;}
.thumbnail-box input:checked ~ span{ border-color: var(--primary-color);}



.project-itam-card .imgbx {flex: 0 0 66px;max-width: 66px;margin-right: 5px;}
.project-itam-card .card-recent-project h5{font-size: 11px;margin-bottom: 3px;}
.project-itam-card .card-recent-project p {font-size: 10px;margin: 0;}
.project-itam-card {margin-bottom: 8px;position: relative;}


.project-itam-card .card{ border: 1px solid #fff; border-radius: 6px; padding: 5px !important;}
.project-itam-card:hover .card{ border-color: #F2EEF8;}
.project-itam-card .project-checkbox { position: absolute;left: 10px;top: 10px;z-index: 1;opacity: 0;}
.project-itam-card input {width: 100%;height: 100%;display: block;position: absolute;  left: 0;
  right: 0; top: 0; bottom: 0; z-index: 1; opacity: 0;cursor: pointer;}

.project-itam-card input:checked ~ .card{ border-color: #F2EEF8;}
.project-itam-card input:checked ~ .project-checkbox{ opacity: 1;}

.panel-footer {
  padding: 8px;
}

.panel-footer .delete-button {
  display: block;
  border-top: 1px solid #F2EEF8;
  padding: 16px;
  text-align: center;
  font-size: 12px;
  color: var(--paragraph);
  font-weight: bold;
}


.toolbox-icon {
  flex: 0 0 32px;
  height: 36px;
  background: #F2EEF8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 6px;
  margin-right: 8px;
}

.toolbox-title {font-size: 11px;text-transform: uppercase;font-weight: bold;color: var(--title);  margin-bottom: 4px;}
.toolbox-card .span-title-heading {font-size: 12px;font-weight: 500;color: var(--title);}
.toolbox-card p {font-size: 10px;margin: 0px;}

.toolbox-card .d-flex.position-relative {margin-bottom: 8px;}

.tools-controls-iteam {position: relative; cursor: pointer;}

.sidebar-action {
  position: absolute;
  right: 100%;
  border: 0;
  padding: 8px;
  border-radius: 8px;
  bottom: inherit;
  width: 180px;
  margin-top: 0;
  top: 0;
}


#open-social-media-grids {
  margin-top: -100px;
}




.media-grid-header .flex-grow-1 { font-size: 12px;font-weight: bold;color: var(--title);}
.media-grid-list .form-switch .form-check-input{ width: 41px;}
.textlight {
  position: absolute;
  right: 0;
  font-size: 8px;
  left: 3px;
  top: 6px;
  display: none;
  color: var(--title);
  font-weight: bold;
  pointer-events: none;
}
.media-grid-list .form-switch .form-check-input:checked ~ .textlight{ display: block;}
.media-grid-list .form-check.checkbox-container{ padding: 0px;}
.media-label {
  font-size: 12px;
  font-weight: 500;
}


/******************New css bio page start****************/

.mb-16 {margin-bottom: 16px;}
.addBioPage .img-box {padding: 45px;}
.addBioPage .btn.btn-primary.btn-secondary {background: var(--secondary-color);color: var(--primary-light);margin-top: 10px;}
.socialBioCard .text-box p:last-child {margin-bottom: 0;}
.addBioPage .btn.btn-primary.btn-secondary:hover {background: var(--primary-color);}
.tabsBio-head ul.nav {background: #fff;padding: 8px;border-radius: 6px;}
.tabsBio-head ul.nav li button {color: var(--paragraph);font-size: 14px;font-weight: 500;border-radius: 6px;}
.tabsBio-head ul.nav li button.active {background-color: var(--primary-color);color: var(--primary-light);}

.author-box .img-box {background-image: url(../images/authore-full-bg.png);width: 100%;height: 100%;background-size: cover;background-position: center;overflow: hidden;border-radius: 8px;}
.author-box .img-box .author-bg img {width: 100%;}
.author-box .img-box .author-details {padding: 0 10px 22px;}
.author-box .img-box .author-details img {width: 68px;height: 68px;margin-top: -29px;border-radius: 50px;overflow: hidden;}
.author-box .img-box .author-details h4 {color: #03463A;margin: 8px 0 0;line-height: 20px;}
.author-box .img-box .author-details p {margin: 0;color: #457754;font-weight: 500;line-height: 20px;}
.btn-preview {padding: 6px 27px;border-radius: 6px;font-size: 12px;font-weight: bold;transition: all 500ms ease;}
.edit {background-color: rgb(113 47 121 / 15%);color: #712F79;}
.edit:hover {background-color: rgb(113 47 121 / 35%);color: #712F79;}
.delete {color: #EA2E2E;background-color: rgba(234, 46, 46, 15%);}
.delete:hover {background-color: rgb(234 46 46 / 35%);color: #EA2E2E;}
.view {color: #F26419;background-color: rgb(242 100 25 / 15%);}
.view:hover {background-color: rgb(242 100 25 / 35%);color: #F26419;}
.author-box .text-box ul li {margin-right: 16px;}
.tabs-card-bio .tab-pane .col-xxl-3.col-xl-4.col-lg-6.col-md-12 {margin-bottom: 15px;}
.tabs-card-bio .tab-pane .col-xxl-4.col-xl-4.col-lg-6.col-md-12 {margin-bottom: 15px;}

@media only screen and (max-width:992px){
.tabs-card-bio .h-100 {height: auto !important;}
}

/******************New css bio page end****************/


.slider-opacity-main .slider.slider-horizontal .slider-track {
  height: 12px;
  background-image: url(../images/range-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slider-opacity-main .slider-selection{ height: 12px !important;}
.slider-opacity-main .slider-handle {top: -5px;width: 16px;height: 16px;}


.contentbody .card-slider-header {font-size: 10px;font-weight: bold;}
.contentbody .card-slider-header label{ font-size: 10px; font-weight: bold;}
.custom-color {margin-top: 7px;}

#open-shadow { margin-top: -80px;}



select.form-select.form-select-sm {
  border-radius: 4px;
  border: 1px solid #F2EEF8;
  font-size: 12px;
  font-weight: 500;
  box-shadow: none;
  color: var(--paragraph);
  background-image: url(../images/select-down.png);
  background-position: center right 9px;
  background-repeat: no-repeat;
  background-size: 10px;
}

.radio-container input {position: absolute;opacity: 0; cursor: pointer;}

.radio-container { cursor: pointer;position: relative;}
.img-hide{ display: none;}

.radio-container input:checked ~ .img-show{ display: none;}
.radio-container input:checked ~ .img-hide{ display: block;}
.action-itam {
  flex: 1;
  text-align: center;
}
.action-itam:not(:last-child){ border-right: 1px solid #F2EEF8;}



.control-field .form-label {
    font-size: 14px;
    font-weight: bold;
    color: var(--title);
    margin-bottom: 4px;
}
.control-field .form-control, 
.control-field .form-select{ font-size: 14px; color: #B1B7C5; height: 40px; border-radius: 8px; background-color: var(--primary-light); padding: 6px 11px; border-color: var(--primary-light); box-shadow: none;}
.control-field .form-select{ font-weight: bold; color: var(--title); text-transform: uppercase;}


.control-field .form-control::-ms-input-placeholder { color: #BDC3CE; opacity: 1;}
.control-field .form-control::placeholder { color: #BDC3CE; opacity: 1;}



.control-field .form-control:focus{ box-shadow: none;}

.control-field.mb-3 {
  margin-bottom: 15px !important;
}

.title-group-list-item .btn {
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  align-items: center;
  padding: 2px;
  margin-bottom: 3px;
  background-color: var(--primary-light);
  justify-content: center;
}
.title-group-list-item:not(:last-child){ margin-right: 16px;}

.control-field .input-group {
  font-size: 14px;
  color: #BDC3CE;
  height: 40px;
  border-radius: 8px;
  background-color: var(--primary-light);
  padding: 6px 11px;
  border-color: var(--primary-light);
  box-shadow: none;
}

.control-field .input-group .input-group-text {
  background: transparent;
  border: 0;
  padding: 0;
  color: #BDC3CE;
  margin-right: 10px;
}

.control-field .input-group .flex-grow-1 {
  background: #fff;
  padding: 2px 12px;
  height: auto;
  border-radius: 8px !important;
  border: 0 !important;
  font-size: 14px !important;
  color: var(--title);
  font-weight: bold;
  padding-right: 80px;
}

.control-field .input-group .flex-grow-1::-ms-input-placeholder { color: var(--title); opacity: 1;}
.control-field .input-group .flex-grow-1::placeholder { color: var(--title); opacity: 1;}

.control-field .input-group .flex-grow-1 input {
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
  color: var(--title);
  opacity: 1;
}

.btn.btn-primary.btn-sav-btn {
  position: absolute;
  top: 9px;
  right: 14px;
  padding: 2px 10px;
  border-radius: 4px !important;
  min-width: 64px;
  font-size: 12px;
  z-index: 3;
  font-weight: 500;
}


.page-item .btnPrevious {
    font-size: 14px;
    font-weight: bold;
    color: var(--paragraph);
}

.page-item .btnNext {
    min-width: 120px;
    text-align: center;
    font-weight: bold;
}

.nav.nav-social-bio{border-bottom: 0px;position: relative;max-width: 420px;margin: auto;}
.nav.nav-social-bio::before{position: absolute;content: "";width: calc(100% - 94px);left: 46px;height: 2px;background: linear-gradient(45deg, #712F79, transparent);bottom: 4px;}
.nav-social-bio li{ position: relative;}
.nav-social-bio li a{font-size: 16px;color: var(--paragraph);font-weight: 500;display: flex;flex-direction: column;align-items: center;padding: 0px 10px;border: 0 !important;isolation: inherit !important;position: relative;pointer-events: none;}

.nav-social-bio li:nth-child(2) a:before {
  width: 0;
}

.nav-social-bio li a::before {
  position: absolute;
  content: "";
  height: 2px;
  background-color: transparent;
  bottom: 5px;
  width: 160px;
  right: -119px;
  z-index: 1;
}

.nav-social-bio li:nth-child(2) a.prevuse:before {width: 164px;left: 32px;}
.nav-social-bio li a.prevuse::before{ background-color: var(--primary-color);}

.nav-social-bio li:last-child a::before{ display: none;}




.nav-social-bio li a.active{font-weight: bold;color: var(--primary-color) !important;background-color: transparent !important;}
.nav-social-bio li a:hover{ color: var(--primary-color);}
.bio-dot {
  width: 12px;
  height: 12px;
  border: 2px solid;
  display: block;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
}

.card.card-social-bio {
  padding: 24px;
}

.breadcrumb .breadcrumb-item { font-size: 12px; font-weight: 500;}
.breadcrumb .breadcrumb-item a{ color: var(--paragraph);}
.breadcrumb-item.active{ font-weight: bold; color: var(--title);}

.user-picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
.user-picture img{
  width: 100px;
  border-radius: 50%;
  height: 100px;
}


.placeholder-img img {
  border-radius: 8px
}

.photo-filed .control-field .form-label{ margin-bottom: 15px;}


.btn.button-upload, .btn-remove-photo{
  font-size: 12px;
  font-weight: bold;
  border-radius: 6px;
  min-width: 140px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.button-upload img, .btn-remove-photo img{margin-right: 5px;}

.btn.button-upload {background-color: rgba(113, 47, 121, 9%);color: var(--primary-color);position: relative;overflow: hidden;}
.btn-remove-photo{background-color: rgba(234, 46, 46, 15%);color: #EA2E2E;}

.btn.button-upload:hover{ border-color: var(--primary-color);}
.btn-remove-photo:hover{ border-color: #EA2E2E; color: #EA2E2E;}

.photo-filed .control-field.mb-3 {margin-bottom: 20px !important;}


.btn.button-upload input {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.placeholder-img{ margin-bottom: 16px;}
.top-bar-bio-form{margin-bottom: 30px;}

.accordion.list-accordion-bio .accordion-header {
  background: var(--primary-light);
  padding: 8px 10px;
  border-radius: 8px 
}

.accordion.list-accordion-bio  .accordion-btn {
  background: transparent;
  border: 0;
  width: 26px;
  height: 26px;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: var(--title);
  padding: 8px 0px;
  text-transform: uppercase;
  margin-left: 16px;
}

.accordion.list-accordion-bio .accordion-header .accordion-btn::before {
  content: "\f63b";
  font-family: bootstrap-icons !important;
}

.accordion.list-accordion-bio .accordion-header .accordion-btn.collapsed::before {
  content: "\f4fe";
  font-family: bootstrap-icons !important;
}

.accordion.list-accordion-bio .accordion-header .accordion-btn::before {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  margin-top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  font-weight: bold;
  background-color: var(--bs-white);
  border-radius: 8px;
  color: var(--title);
  opacity: 1;
}

.accordion.list-accordion-bio .accordion-item{border: 0;background: var(--primary-light);margin-bottom: 16px;}


.ac-btn-title {
  font-size: 14px;
  font-weight: bold;
  color: var(--title);
  margin-right: 8px;
}

.drag-drop {margin-right: 8px;cursor: pointer;}
.msl-auto{ margin-left: auto;}

.ac-remove {
  font-size: 12px;
  font-weight: bold;
  color: #EA2E2E;
  display: flex;
  align-items: center;
}
.ac-remove:hover{
  color: #EA2E2E;
}

.list-accordion-bio .accordion-body {
  padding: 16px;
}

.control-field.panel-column .form-control, 
.control-field.panel-column .form-select {
  background-color: var(--bs-white);
  border-color: var(--bs-white);
  box-shadow: none;
  color: var(--title);
  font-weight: 500;
}


.control-field.panel-column .form-control::-ms-input-placeholder { color: var(--title); opacity: 1; font-weight: 500;}
.control-field.panel-column .form-control::placeholder { color: var(--title); opacity: 1; font-weight: 500}


.btn.button-upload.w-100 {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
}

.btn.btn-add-link{ background-color: #e5dbeb; color: var(--primary-color);}
.btn.btn-add-remove{background-color: rgba(234, 46, 46, 15%);color: #EA2E2E;}

.btn.btn-add-link, .btn.btn-add-remove {
  font-size: 12px;
  font-weight: bold;
  min-width: 110px;
}

.title-group-list-item.title-w-auto .btn {
  width: 189px;
}

.form-check.form-check-inline.checkbox-container:not(:last-child){ margin-right: 24px;}
.form-check.form-check-inline.checkbox-container .form-check-label {
  font-size: 15px;
  font-weight: 500;
  color: var(--paragraph);
}

.cardframe {
  position: relative;
  padding-left: 80px;
}

.cardframe:before {
  position: absolute;
  content: "";
  left: 0;
  width: 1px;
  height: 100%;
  background: #F2EEF8;
}

.mobilebox {
  width: 370px;
  height: 750px;
  position: relative;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}

.preview-heading {
  font-size: 20px;
  font-weight: bold;
  color: var(--title);
  margin-bottom: 15px;
}


.step-one { padding: 38px 34px;text-align: center;}
.step-one h4 {font-size: 20px;font-weight: bold;margin-bottom: 5px;}
.step-one p{font-size: 12px;color: var(--title);font-weight: 500;margin-bottom: 8px;}
.step-one p span {font-size: 14px;color: var(--paragraph);}

.banner-bio {
  border-top-left-radius: 71px;
  border-top-right-radius: 71px;
  overflow: hidden;
  padding: 5px;
  padding-bottom: 0px;
  height: 90px;
}

.bio-user-profile {
  text-align: center;
}

.bio-user-profile img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: -38px;
}

.profile-info h2 {font-size: 20px;font-weight: bold;color: #03463A;margin-bottom: 5px;}
.profile-info {text-align: center;padding: 15px  20px;max-height: 578px;overflow-y: auto;overflow-x: hidden;}
.profile-title {font-size: 14px;font-weight: 500;color: #457754;margin-bottom: 8px;}
.profile-info p {
  font-size: 12px;
  font-weight: 500;
  color: #03463A;
}


.btn-social {
  position: relative;
  padding: 8px 18px;
  overflow: hidden;
  box-shadow: none !important;
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  width: 100%;
  background-color: #03463A;
  border: 0;
  transition: all 500ms ease;
}
.btn-social:hover{background: #02241e;color: var(--bs-white);}

.social-links li{ margin-bottom: 16px;}

.column-l { max-width: 600px;padding-right: 24px;}
.steps-left { height: 100%; display: flex; flex-direction: column;}
.pagination{ margin-top: auto;}
.ms-auto .ac-remove { padding-bottom: 5px;}

.fc .fc-button .fc-icon {vertical-align: -2px !important;}
.fc .fc-button-primary:focus {box-shadow: none !important;}


.top-bar-lower-deck .btn .icon-text {margin-left: 8px;}
.top-bar-lower-deck .btn img {margin-left: 8px;}

.top-bar-left-section .btn{ border-radius: 0px;}
.top-bar-left-section .btn .icon-text {margin-left: 8px;}
.top-bar-left-section .btn img {margin-left: 8px;}
.button-undo .btn {border-left: 1px solid #F2EEF8;}
.button-redo .btn {border-right: 1px solid #F2EEF8;}
.auth-button.save-status-btn .btn {min-width: inherit;}

.top-area .settings-tray-editable>div{margin-left: 16px;display: flex; align-items: center;}
.user-img.btn-group .settings-tray-editable .ic-avatar {margin-left: 0;}
.auth-button .btn .icon-text { margin-left: 8px;}
@media screen and (max-width: 767px) {
  .auth-button .btn .icon-text{ display: none;}  
  .top-area .settings-tray-editable>div{ margin-left: 5px;}
}


/* Audience page css */
.card.card-audience {padding: 16px;}
.card.card-audience .card-head {
  font-size: 16px;
  font-weight: bold;
  color: var(--title);
}
.audience-img {
  flex: 0 0 280px;
  width: 280px;
  max-width: 100%;
  margin-right: 40px;
}

.card.card-audience .flex-grow-1 {max-width: 374px;}
.card.card-audience .flex-grow-1 h5 {font-size: 14px;font-weight: bold;color: var(--title);margin-bottom: 10px;}
.card-audience .card-body {padding: 32px 0px;}
.card.card-audience .flex-grow-1 p {margin-bottom: 16px;}
.card-audience .btn.btn-primary img{ margin-right: 3px;}
.card-audience .btn.btn-primary {font-size: 12px; background-color: var(--secondary-color); border-radius: 6px; color:var(--bs-white); font-weight: bold; min-width: 160px;}

.my-target-audience .btn.btn-primary {background-color: var(--secondary-color);}
.my-target-audience .btn.btn-primary:hover{background-color: var(--primary-color);}

.current-audience .btn.btn-primary {background-color: var(--primary-color);}
.sec-audience-main .card.card-audience:not(:last-child){margin-bottom: 16px;}


.accordion.accordion-audience .accordion-btn {
  background: transparent;
  width: 100%;
  border: 0;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: var(--title);
  padding: 8px 30px 8px 0px;
}


.accordion.accordion-audience .accordion-item{ border: 0;}

.accordion.accordion-audience .accordion-header .accordion-btn::before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  margin-top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  font-weight: bold;
  background-color: var(--primary-light);
  border-radius: 2px;
  color: var(--title);
  opacity: 1;
}

.accordion.accordion-audience .accordion-header .accordion-btn::before {
  content: "\f63b";
  font-family: bootstrap-icons !important;
}

.accordion.accordion-audience .accordion-header .accordion-btn.collapsed::before {
  content: "\f4fe";
  font-family: bootstrap-icons !important;
}

.card.card-sidebar-audience{ padding: 16px;}

.video-area {
  margin-bottom: 16px;
}
.accordion-audience .accordion-body .accordion-title {
  font-size: 14px;
  font-weight: bold;
  color: var(--title);
  margin-bottom: 6px;
}
.accordion-audience .accordion-body p{ margin-bottom: 10px; line-height: 18px; font-size: 12px;}

.accordion-audience .dropdown-divider {
  margin-bottom: 20px;
  margin-top: 0;
}

.timeline li{position: relative;padding-left: 80px;padding-bottom: 32px;}
.timeline li:last-child{ padding-bottom: 0;}
.timeline li:last-child .timeline-marker{ display: none;}
.timeline-icon {
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  background: var(--primary-light);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  z-index: 1;
}

.timeline li:hover .timeline-icon { background-color: var(--primary-color); color: var(--bs-white);}

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  height: 100%;
  border-left: dashed 1px rgb(113 47 121 / 30%);
}

.timeline-content label {
    font-size: 12px;
    font-weight: bold;
    display: block;
    color: var(--title);
}

.body-text {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.audience-sidebar {
  flex: 0 0 183px;
  width: 183px;
  max-width: 100%;
}
.author-content {
  flex: 1;
  padding-left: 8px;
}

.profile-author-thumb{ margin-bottom: 16px;}
.profile-author {background: rgba(133, 139, 152, 5%);padding: 15px;border-radius: 8px;margin-bottom: 8px;}
.profile-author-thumb img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgb(242 100 25 / 5%);
}

.profile-menu {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 10px;
  border-radius: 6px;
}
.profile-menu:last-child{ margin-bottom: 0px;}
.profile-menu .fw-bold{ font-weight: bold !important; color: var(--title);}

.profile-setting .btn{ margin-bottom: 8px;}
.btn.btn-fill { font-size: 12px;font-weight: bold;}
.btn.btn-fill img{ margin-right: 4px;}

.btn.btn-fill.button-edit { background: rgba(113, 47, 121, 15%); color: var(--primary-color);}
.btn.btn-fill.button-view { background: rgba(242, 100, 25, 15%); color: var(--secondary-color);}
.btn.btn-fill.button-delete { background: rgba(234, 46, 46, 15%); color: #EA2E2E;}
.btn.btn-fill.button-convert{ background-color: var(--primary-color); color: var(--bs-white);}

.feature-topics {background: rgba(133, 139, 152, 5%);border-radius: 8px;padding: 15px;}
.feature-topics:not(:last-child){ margin-bottom: 10px;}
.feature-topics label {
  font-size: 13px;
  font-weight: bold;
  color: var(--title);
  flex: 0 0 115px;
  max-width: 115px;
}

.contentlead { font-size: 12px;padding-left: 10px;}

.accordion-profile-area .accordion-item{padding: 16px; border-radius: 12px;}
.accordion-profile-area .accordion-item:not(:last-child){ margin-bottom: 16px;}

.profile-author ul li a {
  color: var(--paragraph);
  font-size: 14px;
  font-weight: 500;
}
.profile-author ul li a.active{ color: var(--primary-color); font-weight: bold;}
.profile-author ul li:not(:last-child) {
  margin-bottom: 8px;
}

.modal-title {
  font-size: 16px;
  font-weight: bold;
  color: var(--title);
}


.modal-create-audience-avatar .modal-dialog {max-width: 600px;}
.form-label.fw-normal {
  color: var(--paragraph);
  font-size: 13px;
  font-weight: 500 !important;
}

.control-field.control-bold .form-control, 
.control-field.control-bold .form-select{ color: var(--title); font-weight: bold;}

.control-field textarea.form-control{ height: 72px; resize: none;}

.control-field.control-bold .form-control::-ms-input-placeholder { color: var(--title); opacity: 1; font-weight: bold;}
.control-field.control-bold .form-control::placeholder { color: var(--title); opacity: 1; font-weight: bold}

.form-create-audience-avatar .control-field .form-control:focus {
  border-color: var(--primary-color);
}

.add-item {font-size: 12px;font-weight: bold; color: var(--secondary-color);}
.add-item img{ margin-right: 2px;}
.add-item:hover{color: var(--primary-color);}


.control-field.control-field-normal .form-select {font-weight: 500;color: #B1B7C5;text-transform: capitalize;}
.btn-create-avatar img{ margin-right: 3px;}
.modal-create-audience-avatar .modal-footer {padding: 24px;}

.top-tag-list ul{ margin-bottom: -4px;}
.top-tag-list ul li{ margin-bottom: 4px; margin-right: 4px;}
.top-tag-list .tags {
  font-size: 12px;
  color: var(--title);
  font-weight: 500;
  border-radius: 6px;
  background-color: var(--primary-light);
  display: block;
  padding: 5px 13px;
}
.top-tag-list .tags:hover{ background-color: var(--primary-color); color: var(--bs-white);}
.pd-16 {
  padding: 16px;
}

.card-title {
  font-size: 14px;
  font-weight: bold;
  color: var(--title);
  margin-bottom: 5px;
}

.field-group .form-label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}


.form-group.field-group {
  margin-bottom: 10px;
}

.form-group.field-group .form-control, 
.form-group.field-group .form-select {
  font-size: 12px;
  font-weight: 500;
  color: #B1B7C5;
  height: 32px;
  border-radius: 6px;
  box-shadow: none;
  border-color: #F2EEF8;
  background-color: #F2EEF8;
}

.form-control.search-field {
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center left 16px;
  padding-left: 40px;
}

.form-group.field-group .form-select{ 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='gray' opacity='0.5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); }
.form-group.field-group .form-control:focus{ box-shadow: none;}
.form-group.field-group em {
  font-size: 11px;
  font-weight: 500;
}

.form-group.field-group .form-control::placeholder {color:#B1B7C5;opacity: 1;}
.form-group.field-group .form-control::-ms-input-placeholder {color:#B1B7C5;}

.accordion.accordion-advance-filters .accordion-btn{ font-size: 12px; color: var(--secondary-color);}

.btn.btn-fill.btn-orange {
  background: rgba(242, 100, 25, 15%);
  color: var(--secondary-color);
}

.card-generate-ai-script .btn.btn-fill {max-width: 160px;}
.card-generate-ai-script p {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
}
.card-generate-ai-script p strong{ color: var(--title);}
.btn.btn-shuffle-results {
  background-color: rgb(113 47 121 / 10%);
  color: var(--primary-color);
}

.tophead {margin-bottom: 10px;}

.card-shuffle-results .card{ margin-bottom: 16px;}

.column-col-3 {flex: 0 0 276px;max-width: 276px;}
.column-col-9 {flex: 1;padding-left: 16px;}

.card-title-filters .checkbox-container { margin-top: 13px;}
.card-title-filters .form-check.form-check-inline.checkbox-container .form-check-label{ font-size: 12px; font-weight: bold; color: var(--title);}
.card-title-filters .checkbox-container .form-check-input:checked {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}


.notes-list li:not(:last-child){margin-bottom: 12px;}
.notes-list .text-note { font-size: 13px;font-weight: 500;color: var(--title);}
.notes-list .text-time{ font-size: 12px; font-weight: 500;}
.card-notes-chapters .card-body {padding: 10px;}

.sec-seemore a{ font-size: 12px; font-weight: bold; color: var(--secondary-color);}
.sec-seemore a:hover{ color: var(--primary-color);}

.btn.btn-fill.btn-export-chapters {
  background: rgba(113, 47, 121, 15%);
  color: var(--primary-color);
}

.btn.btn-fill.btn-remove{ background: rgba(234, 46, 46, 15%); color: #EA2E2E;}
.btn.btn-fill.go-to-youtube{ color: var(--secondary-color);}

.card-notes-chapters .card-footer li:not(:last-child){ margin-right: 16px;}

.upload-info{ font-size: 12px; font-weight: 500; color: var(--paragraph);}
.upload-info img{ margin-right: 5px;}
.upload-info:hover{ color: var(--primary-color);}

.btn-add-url img{ margin-right: 5px;}

.ac-edit-button{ font-size: 14px; font-weight: 500; color: var(--primary-color);}
.ac-edit-button:hover{ color: var(--primary-color);}
.ac-edit-button img{ margin-right: 5px;}


.column-box-full {flex: 1;padding-right: 16px;}
.column-box-half {flex: 0 0 375px;max-width: 375px;}

.accordion.list-accordion-bio.accordion-my-description .accordion-btn{ width: 23px; height: 23px;}
.accordion.list-accordion-bio.accordion-my-description .accordion-header .accordion-btn::before {
  width: 23px;
  height: 23px;
  font-size: 16px;
  background-color: var(--primary-light);
  border-radius: 2px;
  opacity: 1;
}


.group-col-box span{ position: relative;}
.group-col-box span::before {
  position: absolute;
  content: "";
  width: 1px;
  left: -15px;
  top: 8px;
  height: 21px;
  background-color: #E3E1E4;
}
.form-control.border-r-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.form-control.border-l-0{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.form-smart-description .form-label.fw-normal {
  font-size: 14px;
}

.ac-save-button {
  background: rgba(242, 100, 25, 15%);
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
}
.ac-save-button:hover{ color:var(--secondary-color)}
.ac-save-button img {
  margin-right: 5px;
}

.card.card-sidebar-audience.card-smart-discraption {
  margin-bottom: 16px;
}

.card-form-description .form-label {margin-bottom: 2px;}
.card-form-description {border: 1px solid #F2EEF8;padding: 8px 16px;}
.card-form-description:not(:last-child){ margin-bottom: 10px;}
.card-form-description li:not(:last-child){margin-bottom: 2px;}
.card-form-description .link-text {
  font-size: 13px;
  font-weight: bold;
  color: var(--title);
}

.modal-footer .btn.modalsave {
  font-size: 14px;
  max-width: 165px;
}

.modalsave img{ margin-right: 5px;}

.modal-customize-smart-text .modal-xl {max-width: 1205px;}


.modal-customize-area .control-field .form-control, 
.modal-customize-area .control-field .form-select {
  background-color: var(--bs-white);
}

.modal-customize-area .card { background: var(--primary-light);}
.modal-customize-area .accordion-item{ background-color:transparent;}
.modal-customize-area .card-form-description {border: 1px solid #B1B7C5;}

.accordion-my-description .accordion-item {
  border-radius: 8px;
}

/* ************************************************* */

.my-promo-page {
  padding: 16px;
}

.inner-button span {
  font-size: 12px;
  font-weight: 500;
  color: var(--paragraph);
  padding-left: 4px;
}

.my-promo-page .video-box {
  border: 2px solid #EAE2F4;
  border-radius: 8px;
  margin-bottom: 11px;
}

.inner-button a {
  display: flex;
  align-items: center;
}

.custom-table th {
  font-size: 14px;
  line-height: 16px;
  color: var(--paragraph);
  font-weight: 500;
  border: none;
  padding: 15px 15px 15px 24px;
}

.custom-table td {
  font-size: 14px;
  line-height: 16px;
  color: var(--paragraph);
  font-weight: 500;
  border: none;
  padding: 15px 15px 15px 24px;

}

.table-custom-main {
  border: 1px solid #EAE2F4;
  background: #fff;
  padding: 0px;
  border-radius: 8px;
  overflow: hidden;
}




.icon-normal {
  display: inline-block;
}

.icon-hover {
  display: none;
}

.decription-box:hover .icon-hover {
  display: inline-block;
}

.decription-box:hover .icon-normal {
  display: none;
}

.inner-button:hover .icon-hover {
  display: inline-block;
}

.inner-button:hover .icon-normal {
  display: none;
}

.inner-button span:hover {
  color: var(--secondary-color)
}

.extra-table .table-hover>tbody>tr:hover td {
  --bs-table-accent-bg: var(--primary-light);
  color: var(--title);

}



.table-wrap {
  margin-bottom: 16px;
}

.extra-table {
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.table-wrap h4 {
  font-size: 14px;
  line-height: 16px;
  color: var(--title);
  font-weight: bold;

}

.export-btn span {
  padding-left: 8px;
}

.export-btn {
  display: inline-block;
  background: var(--secondary-color);
  padding: 8px 16px 8px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
}

.export-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.my-promo-page h4 {
  margin-bottom: 4px;
}

.extra-table .table-hover>tbody>tr:hover .del-btn span {
  color: var(--secondary-color);
}

.head-text {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  padding: 16px 0 0 0;
}



.dollar-rup {
  font-weight: 700;
  color: var(--title);
}

.coupon-btn a {
  display: inline-block;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 700;
  color: var(--secondary-color);
  background-color: rgb(242 100 25 / 10%);
  border-radius: 6px;
}

.coupon-btn span {
  padding-left: 8px;
}

.margin-total {
  padding: 12px 0 0;
}

.custom-checkout-page .border-top {
  border-top: 1px solid #F2EEF8 !important;
  margin: 17px 0;
}

.plus-monthly-text p {
  margin: 0;
  font-weight: 500;

}

.extra-margin {
  padding: 17px 0 0;
}

.dollar-rup p {
  margin: 0;
}

.checkout-form .control-field {
  margin-bottom: 16px !important;
  margin-top: 8px;
}

.custom-select {
  font-weight: 500 !important;
  font-size: 14px !important;
  color: var(--paragraph) !important;
}

.custom-check-box .form-check.checkbox-container {
  margin: 34px 0 0;
}

.payment-btn .btn-primary {
  font-size: 14px !important;
}

.payment-btn img {
  margin-right: 8px !important;
}


.checkout-form .form-label {
  margin-bottom: 8px;
}

.custom-ul-li-plus li {
  padding: 20px 0 0px 17px;
  position: relative;
}

.custom-ul-li-plus li img {
  position: absolute;
  left: 0;
  top: 21px;
}



.custom-ul-li-plus li span {
  margin-left: 7px;
  font-weight: 500;
}

.inner-text-creator {
  padding: 0px 16px;
}

.creator-section {
  padding: 16px 0 0;
}

.inner-image-nick {
  flex: 0 0 120px;
}

.inner-text-creator p {
  font-size: 14px;
  line-height: 22px;
  color: var(--title);
  font-weight: 500;
  padding: 8px 0 0;
}

.card-field .form-control {
  padding-left: 16px;
}

.payment-btn .btn-primary {
  background-color: var(--primary-color) !important;
}


.nick-text {
  font-size: 12px;
  font-weight: 500;
}

.payment-btn .btn.btn-primary {
  min-width: 200px;
}

.payment-btn {
  min-width: 200px;
}

.payment-btn .btn.btn-primary:hover {
  background: #481e4d !important;
}

/* checkout2-css */

.country-name {
  font-weight: 700 !important;
  color: var(--title) !important;
}

.payment-filed .form-control {
  padding-left: 50px;
}

.nick-para {
  padding-top: 6px;
}

.inner-image-nick img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 15px;
}

.payment-credit-card {
  position: absolute;
  top: 35px;
  left: 30px;
}

.coupon-btn a:hover {
  background-color: rgb(242 100 25 / 35%);
  color: #F26419;
}

.paypal-field .form-control {
  padding-left: 50px;
}

.payment-filed {
  position: relative;
}

.paypal-field {
  position: relative;
}

.paypal-image {
  position: absolute;
  left: 30px;
  top: 28px;
}

.master-card {
  position: absolute;
  right: 35px;
  top: 35px;
}

.card-field {
  position: relative;
}

.checkout2-form .form-control:focus {
  border: 1px solid #712F79;
  background: #fff;
  color: #000 !important;
  font-weight: 700 !important;
}

.checkout3-page .img-box {
  margin: 45px;
}

/* checkout-3-page */
.checkout3-page {
  width: 770px;
  margin: 50px auto;
  max-width: 100%;
  padding: 0;
}


.congrats-heading {
  padding: 0px 116px 40px;
}

.congrats-heading p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.congrats-heading h4 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 16px;
}



.audience-col-3 {
  flex: 0 0 438px;
  max-width: 438px;
}

.audience-col-9 {
  flex: 1;
  padding-right: 16px;
}



.welcome-para p {
  font-size: 14px !important;
  line-height: 30px;
}

.extra-border {
  padding: 0;
}

.description-gap {
  gap: 35px;
}

.decription-box:hover {
  background: #874090;
  box-shadow: 0px 4px 20px rgba(50, 13, 55, 0.3);
}

.description-edit-change span {
  color: var(--primary-color);
}

.description-delete-change span {
  color: var(--secondary-color);
}

.customization-btn {
  background: rgb(113 47 121 / 10%);
  border-radius: 6px;
  color: #712F79 !important;
  max-width: 115px;
  padding: 8px 16px;
}

.desc-single-page-wrap .card-audience {
  padding: 24px;
}

.customization-text-btn .btn-primary {
  background: var(--secondary-color) !important;
}

.check-box-custom .checkbox-container {
  margin-top: 5px !important;
}


.check-box-custom .form-label {
  padding: 8px 0 0 0;
}

.textarea-custom {
  height: 300px !important;
  resize: none;
  padding: 16px !important;
}

.decription-box:hover h4 {
  color: #fff;
}

.decription-box:hover p {
  color: #C497C9;
}

.decription-box:hover .extra-border {
  border-color: #C497C9;
}

.decription-box:hover span {
  color: #fff;
}

.text-form p {
  font-size: 12px;
  font-weight: 500;
}


.decription-box {
  transition: all 500ms ease;
}

.card-how-it-work-head {
  font-size: 14px;
  font-weight: bold;
  color: var(--title);
  overflow: visible;
  padding: 0px 0 16px;
}

.control-field.heading-super.m-0 {margin-bottom: 0px !important;}

.desc-single-page-wrap .control-field .form-select {
  font-size: 13px;
  font-weight: 500;
  padding: 11px 40px 11px 10px;
}


.desc-single-page-wrap .card-head {
  margin-bottom: 10px;
}

.checkout-form-footer .btn{ min-width: 120px !important;}

/* ── Achievement Card Animations ─────────────────────────── */

@keyframes ts-confetti-drift {
  0%   { translate: 0 0;    }
  50%  { translate: 2px 7px; }
  100% { translate: 0 0;    }
}

@keyframes ts-confetti-rain {
  0%   { translate: 0 -30px; opacity: 1;   }
  85%  { opacity: 0.8; }
  100% { translate: 0 40px;  opacity: 0;   }
}

@keyframes ts-sparkle-twinkle {
  from { opacity: 0.1; }
  to   { opacity: 0.55; }
}
