/*---Primary Colors---*/
.pc-bg-1{
    background-color: #747df42b !important;
  }
  .pc-bg-2{
    background-color: #000 !important;
  }
  .pc-bg-3{
    background-color: #000 !important;
  }
  .pc-bg-4{
    background-color: #000 !important;
  }
  .pc-bg-5{
    background-color: #000 !important;
  }
  .pc-bg-white{
    background-color: #fff !important;
  }
  .pc-bg-black{
    background-color: #000 !important;
  }
  .pc-header-1{
    background-color: #000 !important;
  }
  .pc-header-2{
    background-color: #000 !important;
  }
  .pc-header-3{
    background-color: #000 !important;
  }
  .pc-header-white{
    background-color: #fff !important;
  }
  .pc-header-black{
  background-color: #000 !important;
  }
  .pc-txt-1{
    color: #1b1d1f !important;
    font-size: 0.875rem;
    font-weight: 550;
    text-transform: uppercase;
  }
  .pc-txt-2{
    color:#fff !important;
  }
  .pc-txt-3{
    color:#fff !important;
  }
  .pc-txt-white{
  color:#fff !important;
  }
  .pc-txt-black{
  color:#000 !important;
  }
  .pad-10-10{
    padding: 10px 10px !important;
  }
  .pad-10-15{
    padding: 10px 15px !important;
  }
  .pad-15-10{
    padding: 15px 10px !important;
  }
  .pad-15-15{
    padding: 15px 15px !important;
  }
  .fc-day-number{
    font-size: 1.1vw !important;
    margin-top: -10px !important;
    padding: 8px !important;
  }

/*---Tooltip---*/

.tooltip_moreinfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-collapse: collapse;
  width: 100%;
}

.tooltip_moreinfo td,
.tooltip_moreinfo th {
  border: 1px solid #ddd;
  padding: 5px;
}

.tooltip_moreinfo tr:nth-child(even) {
  background-color: #f2f2f2;
}

.tooltip_moreinfo tr:hover {
  background-color: #ddd;
}

.tooltip_moreinfo th {
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  background-color: #099565;
  color: white;
}

body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  text-align: left;
  background-color: #fafbfe;
}
a {
  font-size: 12px;
  color: #1b1d1f;
  font-weight: 400;
}
a:focus, a:hover {
  text-decoration: none;
  color: #727cf5;
}
b, strong {
  font-weight: 450 !important;
}
.theme-loader {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 999999;
  top: 0;
}
.theme-loader .ball-scale .contain .ring:first-child {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  padding: 10px;
  border: 3px solid transparent;
  border-left-color: #727cf5;
  border-right-color: #727cf5;
  -webkit-animation: round-rotate 1.5s ease-in-out infinite;
  animation: round-rotate 1.5s ease-in-out infinite;
}
.theme-loader .ball-scale .contain .ring:first-child .frame {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #727cf5;
  border-right-color: #727cf5;
  -webkit-animation: round-rotate 1.5s ease-in-out infinite;
  animation: round-rotate 1.5s ease-in-out infinite;
}
.pcoded-main-container {
  display: block;
  position: relative;
  background: #fafbfe;
  min-height: calc(100vh - 56px);
}
/*---Card---*/
.card {
  /* border-color: #d1d9e6;
  box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff;
  color: #3c3c3c;
  border-radius: 5px;
  background: #e6e7ed;
  margin-bottom: 25px; */

  margin-bottom: 1.875rem;
    background: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border: 0px solid #e3eaef;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    border-radius: 0 !important;
}

.card-header-text {
  font-size: 0.875rem;
    font-weight: 550;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  margin-bottom: 0;
  color: #1b1d1f !important;
  display: inline-block;
  vertical-align: middle;
}
.card-header {
  border: 0px solid #e3eaef;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}
.card .card-header h5 {
  margin-bottom: 0;
  color: #1b1d1f !important;
  font-size: 0.875rem;
  font-weight: 550;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.4;
}
/*---Side Menu---*/
.active {
  background-color: #ffffff;
  padding: 0;
}
.pcoded .pcoded-navbar[navbar-theme="theme1"] .main-menu {
  background-color: #ffffff;
}
.toggleContainer {
  text-align: center;
  padding-top: 15px;
  background-color: #ffffff;
}
.toggleSwitchMenu a {
  position: absolute;
  right: 50%;
  z-index: 4;
  display: block;
  top: 3px;
  bottom: 3px;
  padding: 0;
  left: 3px;
  width: 50%;
  background-color: #727cf5;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pcoded .pcoded-header[header-theme="theme1"] {
  background: #ffffff;
  color: #404e67;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}
.pcoded .pcoded-navbar .pcoded-item > li {
  display: block;
  list-style: outside none none;
  margin: 0;
  /* padding: 5px; */
  position: relative;
  background-color: #ffffff;
  box-shadow: none;
  border-radius: 0;
}

.toggleSwitchMenu {
  display: inline-block;
  height: 18px;
  position: relative;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  width: 210px;
  border-radius: 0px;
  height: 34px;
  user-select: none;
  list-style: outside none none;
  background-color: #e6e7ee;
  box-shadow: none;
}
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li > a {
  border-radius: 0px;
  font-size: 0.825rem;
    display: block;
    vertical-align: auto;
    color: #6c757d;
    margin-right: 0.3375rem;
    font-weight: 400;
}
.pcoded
  .pcoded-navbar[navbar-theme="theme1"]
  .pcoded-item
  > li.active:hover
  > a,
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li:hover > a {
  background: rgba(255, 255, 255, 0);
  color: #727cf5;
}
.pcoded .pcoded-navbar[active-item-theme="theme1"] .pcoded-item li:hover > a {
  color: #727cf5 !important;
}

.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item > li.active > a {
  background: #ffffff;
  color: #727cf5;
  border-color: #ffffff;
  box-shadow: none;
  border-radius: 0;
}
.pcoded
  .pcoded-navbar[navbar-theme="theme1"]
  .pcoded-item
  > li.pcoded-trigger.active
  > a {
  background: #ffffff;
  border-radius: 0;
}
.pcoded
  .pcoded-navbar[navbar-theme="theme1"]
  .pcoded-item
  > li.pcoded-hasmenu
  .pcoded-submenu
  li.pcoded-hasmenu:hover
  > a:after {
  color: #727cf5;
}
.pcoded[theme-layout="vertical"]
  .pcoded-navbar
  .pcoded-item
  > li
  > a
  .pcoded-mtext {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 12px;
}
.pcoded
  .pcoded-navbar[active-item-theme="theme1"]
  .pcoded-item
  li.pcoded-hasmenu:hover
  > a {
    color: #727cf5;
}

.pcoded
  .pcoded-navbar[navbar-theme="theme1"]
  .pcoded-item
  .pcoded-hasmenu
  .pcoded-submenu
  li:hover
  > a {
  background: #ffffff;
  border-radius: 0;
  color: #727cf5;
}
.pcoded
  .pcoded-navbar[navbar-theme="theme1"]
  .pcoded-item
  li.pcoded-hasmenu
  .pcoded-submenu
  li
  > a {
  border-bottom-color: #6c757d;
  color: #6c757d;
  font-size: 0.785rem;
}
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-navigatio-lavel {
  color: #4b4b4b;
    border-bottom-color: transparent;
    background: #fafbfe;
}
.pcoded .pcoded-navbar .pcoded-navigatio-lavel {
  font-size: 12px;
  font-weight: 450;
  letter-spacing: normal;
  opacity: 1;
  padding: 8px 20px 8px;
  text-transform: capitalize;
  visibility: visible;
  width: 100%;
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  border-bottom: none;
}
.pcoded
  .pcoded-navbar[active-item-theme="theme1"]
  .pcoded-item
  li
  .pcoded-submenu
  li.active
  > a,
.pcoded
  .pcoded-navbar[active-item-theme="theme1"]
  .pcoded-item
  li
  .pcoded-submenu
  li:hover
  > a {
  color: #727cf5 !important;
  font-weight: 500;
}
.pcoded .pcoded-navbar[navbar-theme="theme1"] .pcoded-item .pcoded-hasmenu .pcoded-submenu li.active > a {
  color: #dcdcdc;
  background-color: rgba(255, 255, 255, 1);
  border-color: #ffffff;
  box-shadow: none;
  margin-top: 5px;
  border-radius: 0;
}
/*--- Button ---*/ 
.btn {
  display: inline-block;
    font-weight: 400;
    color: #6c757d;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /* padding: 0.985rem 0.75rem !important; */
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-warning {
  color: #ffbc00;
  border-color: #ffbc00;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}
.btn-warning:hover {
  background-color: #feb798;
  border-color: #feb798;
  color: #fff;
}
.btn-warning:active {
  background-color: #fe6828 !important;
  border-color: #fe6828;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.btn-warning:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background-color: #feb798;
}
.btn-warning.disabled {
  background-color: rgba(254, 147, 101, 0.5);
  border-color: rgba(254, 147, 101, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #fff;
  color: #e3eaef;
  border-color: #e3eaef;
  border: #cecece;
}

.btn-primary, .sweet-alert button.confirm, .wizard > .actions a {
  
  box-shadow: none;
  
}


.bg-c-zonfol {
  background: #f8f9fc !important;
}
.card-footer:last-child
{
  border-radius: 0;
}
.text-white {
  color: #1b1d1f !important;
    font-size: 0.815rem;
    font-weight: 590;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.card .card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  border-color: #EEEEEE;
  padding: 1rem;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}
.ico-c-zonfol {
  color: #727df4;
}
.primary-breadcrumb, .inverse-breadcrumb, .danger-breadcrumb, .info-breadcrumb, .warning-breadcrumb, .success-breadcrumb {
  background-color:transparent;
  color: #727cf5 !important;
  border-color: #727cf5;
  border: 1px solid #747df5;
}
.primary-breadcrumb h5{
  color: #727cf5 !important;
    font-size: 0.815rem;
    font-weight: 590;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.card-block {
  padding: 0.7rem 1rem;
  margin-bottom: 0;
}
.text-c-zonfol {
  color: #1b1d1f !important;
}
.bg-zonfol-grid {
  border-color: none;
  box-shadow: none;
   border-radius: none;
}
.zon-f-h-purple {
  background: #727cf5;
  color: #ffffff !important;
  border-radius: 0px;
}
.zon-f-header h5 {
  font-weight: 550;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.block-bg {
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0.175rem;
  background: #fff;
  transition: all .5s ease-in-out;
  position: relative;
  border: 0px solid #e3eaef;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  border-color: #d1d9e6;
}
.zon-f-body-bg {
  background-color: #ffffff;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  border-radius: 0;
}
/*---Form---*/
.form-control {
  display: block;
    width: 100%;
    height: calc(2.0625rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1b1d1f;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0;
    border: 1px solid #e3eaef;
}
.form-control:focus {
  border: 1px solid #727cf5;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.0625rem + 2px);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
    display: block;
    width: 100%;
    height: calc(2.0625rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1b1d1f;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0;
    border: 1px solid #e3eaef;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1b1d1f !important;
}

.divider {
  font-size: 14px;
  margin-bottom: 0.5rem;
  margin-top: 1.2rem;
  border-bottom: 1px solid #e3eaef;
  padding-bottom: 5px;
  color: #737cf4;
}

.cd-tabs__panels {
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0.175rem;
  background: #fff;
  transition: all .5s ease-in-out;
  position: relative;
  border: 0px solid #e3eaef;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
  border-color: #d1d9e6;
}
.cd-tabs__navigation{
  background: #f7f8fb !important;
}

input::placeholder {
  font-size: 0.8rem;
  opacity: 0.7 !important;
  font-weight: 300;
}
textarea::placeholder {
  font-size: 0.8rem;
  opacity: 0.7 !important;
  font-weight: 300;
}
.zontable td {
  padding: 0.4rem 0.5rem;
  vertical-align: middle;
  /* border-top: 1px solid #e9ecef; */
}
.table-thumb-img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.zon-t-header-bg {
  background: #727cf5;
  color: #ffffff !important;
  border-radius: 0px !important;
  box-shadow: none;
}

.zontable th {
  background-color: #ffffff !important;
  color: #6c757d !important;
  vertical-align: bottom !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  font-weight: 550;
  font-size: 0.9em;
}
.table-bordered {
   border-bottom: 1px solid #dee2e6 !important;
  border-bottom-width: 1px !important; 
 border-bottom-color: #dee2e6; 
}
.table-bordered th, .table-bordered td {
  border: 0;
}
.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 0;
}

/*--- Calender ---*/
.fc th {
  background: #ffffff;
  color: #1b1d1f;
  border-radius: 0px;
  border-width: 1px !important;
  font-weight: 500;
}
.fc-center h2 {
  font-weight: 500;
  font-size: 16px;
  margin-top: 9px !important;
}
.fc th, .fc td {
  line-height: 2.5;
}
.addnew-page {
  /* position: absolute;
  right: 10px;
  top: 12px; */
}


.upload-controller td {
  padding: 4px 4px;
  text-align: center;
  background: transparent;
  color: #747df5 !important;
  border-radius: 0px;
}

.user-img{
  width: 120px !important;
  height: 120px !important;
  object-fit: cover !important;
  border: 1px solid #727df5 !important;
  padding: 0 !important;
}

button.dt-button, div.dt-button, a.dt-button {
  position: relative !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    margin-right: 0.133em !important;
    padding: 0.5em 0.8em !important;
    border: 1px solid #ffffff !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    font-size: 1em !important;
    color: #6d757d !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    background-color: #ffffff !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    text-decoration: none !important;
    outline: none !important;
}

.breadcrumb-header {
  display: flex !important; /* Ensure the parent is a flex container */
  align-items: center !important; /* Align items vertically */
}

.big-icon.addnew-page {
  margin-left: auto !important; /* Push this element to the right */
}

.cover-profile .profile-bg-img {
  /* margin-bottom: 25px; */
  height: 150px;
  box-shadow: none;
  border-radius: 0;
  display: table-caption;
}

.card-block.user-info {
  position: absolute;
  width: 100%;
  bottom: 13px;
  left: 0px;
}

.cover-profile{
  background-color: #727df529;
}
.upload-controller {
  position: absolute;
  width: 120px;
  bottom: -5px;
}
.upload-controller i {
  font-size: 0.9em !important;
}
.upload-controller label {
  color: #737cf4;
  font-size: 1.3333em;
  margin-bottom: 0;
}
.zon-f-h-linedata {
  background: #0ecf97;
  color: #fff;
}
.zon-t-header-bg-linedata {
  background: #0ecf97;
  color: #fcfcfc !important;
}

.zon-t-header-bg-linedata h5 {
  font-weight: 550 !important;
    font-size: 0.9rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
}

.linedata-page-body  {
  border: 2px solid #12ce97 !important;
}
.short-btn-delete:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #747df4 !important;
}
.short-btn-add:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #747df4 !important;
}
.short-btn-list:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #747df4 !important;
}
.short-btn-update:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #747df4 !important;
}
.short-btn-go:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #747df4 !important;
}
.short-btn-go:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #747df4 !important;
}
.btn-primary:hover, .sweet-alert button.confirm:hover, .wizard > .actions a:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #747df4 !important;
}
.linedata-body{
  background :#fff !important;
}
.error-div {
  background: #ffffff;
  margin-left: -13px;
  margin-right: -13px;
  color: #fa5c7c;
  padding: 10px 5px 5px 5px;
  border: 1px solid #fa5c7c !important;
}
.accordion-bg {
  background: #fafbfe;
  border: 1px solid #e3eaef;
}
.accordion-block {
  padding: 0 !important;
}

.btn.btn-square {
  border-radius: 0;
  border: 1px solid #e3eaef;
  cursor: pointer;
}
.header-navbar .navbar-wrapper .navbar-container .nav-right .user-profile img {
  /* margin-right: 10px;
  width: 30px;
  height: 30px; */
  object-fit: cover;

  height: 40px;
    width: 40px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    padding: 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}

.header-navbar
  .navbar-wrapper
  .navbar-container
  .header-notification
  .show-notification,
.header-navbar
  .navbar-wrapper
  .navbar-container
  .header-notification
  .profile-notification {
  /* background: #e6e7ed; */
  /* position: absolute; */
  /* -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
  /* width: 19.1rem; */
  /* right: -15px; */
  /* top: 60px;
  left: -20px; */
  overflow: visible;
  /* border: none; */
  height: auto;
  max-height: 91vh;
  overflow-y: auto;
  border-radius: 0;
  padding: 7px;
  /* width: 19.1rem !important; */
    position: absolute;
    right: -15px;
    top: 5px !important;
    transform: translateY(3.125rem);
    transition: all 0.4s ease-in-out;
    border-top: 0;
    background: #fff;
    color: #000;
    box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.15);
}
.btn-inverse {
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
  color: #3c3c3c;
  cursor: pointer;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.btn-inverse:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.col-form-label {
  font-size: 0.825rem !important;
  font-weight: 590 !important;
}
.readonly-label {
  color: #747df4;
  font-size: 0.825rem  !important;
  font-weight: 590;
}
.shadow-dark {
  box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 !important;
  background: #ffffff;
  color: #1e1e1e;
}
.shadow-dark h6 {
  font-size: 0.885rem !important;
  font-weight: 650 !important;
}
.header-navbar
  .navbar-wrapper
  .navbar-container
  .header-notification
  .show-notification
  .notification-user,
.header-navbar
  .navbar-wrapper
  .navbar-container
  .header-notification
  .profile-notification
  .notification-user {
    font-size: 0.825rem  !important;
    font-weight: 550 !important;
  margin-bottom: 5px;
}
.notification-msg{
  font-size: 0.8rem !important;
  color: #6c757d !important;
}
.login-block {
  background: #fafbfe;
  padding: 30px 0;
  margin: 0 auto;
  /* background: url(../images/auth/bg.jpg) no-repeat;
	background-size: cover; */
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-md {
  padding: 0.375rem 0.75rem !important;
  font-size: 0.825rem !important;
  line-height: 23px;
  font-weight: 500 !important;
  cursor: pointer;
  color: #fff;
  background-color: #727cf5 !important;
  border-color: #727cf5 !important;
  box-shadow: 0 2px 6px 0 rgba(114, 124, 245, 0.5) !important;
}