@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --color-primary: #c71dff;
  --color-primary2: #b79eff;
  --color-secondary: #fa7596;
  --color-success: #50c793;
  --color-warning: #ffc107;
  --color-danger: #f1595c;
  --color-dark: #0a0a0a;
  --color-white: #fff;
  --bg-primary-hover: #6726a8;
  --bg-secondary-hover: #3520c8;
  --bg-success-hover: #0d811d;
  --bg-info-hover: #0787c7;
  --bg-warning-hover: #ffc107;
  --bg-danger-hover: #cb0000;
  --bg-dark-hover: #272525;
  --color-darkblue: #362fd9;
  --color-lightblue: #fcc2fc;
  --color-menutext: #012340;
}

body {
  width: 100vw;
  overflow-x: hidden;
  /* background:#f8f8fa; */
  background: #070d19;
  font-family: "Poppins", sans-serif !important;
  color: rgba(121, 135, 161) !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #d0d6e1;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
}

p {
  /*color: #747474;*/
  color: #abb5c7;
  font-weight: normal;
  font-size: 14px;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #172340;
}

.layout .header {
  display: flex;
  align-items: center;
}

nav.navbar.navbar-expand-md.navbar-light.bg-white {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  padding: 4px 12px;
  background: #0c1427 !important;
  min-height: 65px;
  box-shadow: 3px 0 10px 0 #08101e;
  border-bottom: 1px solid #172340;
  padding-left: 13.8rem;
}

.progress-bar {
  background-color: var(--color-primary) !important;
  font-size: 10px;
}

.navbar .progress {
  height: 0.7rem;
  margin-bottom: 1px;
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.page-header h4 {
  font-weight: 500;
  font-size: 18px;
  margin: 0px;
}

.page-header p {
  margin-bottom: 0px;
  margin-top: 6px;
  color: #d8dfec;
  font-size: 15px;
}

.sidebar-dark .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  padding: 7px 20px;
}

a#navbarDropdown {
  text-transform: capitalize;
  font-size: 16px;
  color: #252455 !important;
  font-weight: 400;
  margin-left: 10px;
}

a#navbarDropdown i {
  font-size: 26px;
  margin-right: 5px;
}

.sidebar {
  height: 100vh;
  overflow-x: hidden !important;
  position: fixed;
  top: 0px;
  padding-bottom: 20px;
  width: 13.5rem !important;
  z-index: 999;
  transition: 0.3s;
  min-height: unset !important;
  background: #0c1427 !important;
  box-shadow: 0 8px 10px 0 #08101e;
  border-right: 1px solid #172340;
}

.sidebar-projects {
  max-height: 250px;
  overflow-y: auto;
  background: #f7f7f7;
  padding: 12px 0;
  overflow-x: hidden;
  margin: 10px;
  border-radius: 8px;
  display: none;
}

.sidebar-projects .nav-item .nav-link:hover img,
.sidebar-projects .nav-item.active .nav-link img {
  filter: unset !important;
}

.sidebar-bottom-menu {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  padding-top: 10px;
}

.sidebar-search {
  position: relative;
}

.sidebar-search i {
  position: absolute;
  top: 25px;
  left: 25px;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

input#search_tool {
  width: 90%;
  margin: auto;
  height: 45px !important;
  line-height: 67px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-left: 35px;
}

.ui-widget-content {
  max-height: 350px !important;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px !important;
  position: fixed;
  top: 0px;
  border: 1px solid #aaaaaa;
  background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
  z-index: 999;
  width: 219px !important;
  border: 1px solid #ececec;
  margin: 8px;
  margin-top: 170px;
  position: fixed;
  min-height: 170px;
}

.ui-menu .ui-menu-item a {
  padding: 10px 0.9em !important;
  min-height: 0;
  border: 0px;
  font-size: 14px;
  border-radius: 8px;
}

.ui-menu .ui-menu-item a:hover {
  background: var(--color-primary) !important;
  color: #fff;
}

.use-userflow-data::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar,
.ui-widget-content::-webkit-scrollbar,
.sidebar::-webkit-scrollbar,
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  border-radius: 10px;
}

.sidebar-dark .dropdown-item.active img {
  filter: invert(1) brightness(2);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--color-secondary) !important;
}

/* Track */
.use-userflow-data::-webkit-scrollbar-track,
.custom-scrollbar::-webkit-scrollbar-track,
.ui-widget-content::-webkit-scrollbar-track,
.sidebar::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
  background: #242b3c;
  border-radius: 10px;
}

/* Handle */
.use-userflow-data::-webkit-scrollbar-thumb,
.custom-scrollbar::-webkit-scrollbar-thumb,
.ui-widget-content::-webkit-scrollbar-thumb,
.sidebar::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  background: #3e485e;
  border-radius: 10px;
}

.layout {
  padding: 95px 30px 30px 240px;
  min-height: 95vh;
  transition: 0.3s;
}

.sidebar-dark .nav-item .nav-link {
  color: #a4b7d9;
  color: rgb(208, 214, 225) !important;
  padding: 10px 13px;
  font-weight: 400 !important;
  margin: 4px auto !important;
  border-radius: 5px;
  font-size: 14px !important;
  width: 90% !important;
  line-height: 1.4;
  display: flex;
  align-items: center;
}

.sidebar-dark .nav-item .dropdown-item img,
.sidebar-dark .nav-item .nav-link img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}


.sidebar-dark .nav-item.active .nav-link.dropdown-toggle:after {
  rotate: 90deg;
}

.sidebar-dark .dropdown .dropdown-menu {
  position: static !important;
  background: transparent;
  box-shadow: none;
  transform: translate(0px, 0px) !important;
  margin: 0px auto !important;
  min-width: unset;
  width: 90%;
  border: 0px !important;
}

.sidebar .dropdown-item i {
  margin-right: 7px;
  font-size: 10px;
  margin-top: 1px;
  color: var(--color-secondary);
}

.sidebar .fad:after {
  opacity: 1;
  color: var(--color-primary2);
}

.sidebar .fad:before {
  color: var(--color-primary);
}

.sidebar .nav-item.active .fad:before,
.sidebar .nav-link:hover .fad:before {
  color: #fff;
}

.sidebar .nav-item ul {
  padding: 0px;
  list-style: none;
}

.sidebar .dropdown-item {
  padding: 0.65rem 0.7rem;
  border-radius: 5px;
  margin-top: 2px;
}

.sidebar-dark .dropdown .dropdown-menu .dropdown-item {
  padding: 13px 18px;
  white-space: inherit;
  border-radius: 8px;
}

.sidebar-dark .dropdown .dropdown-menu .dropdown-item.active:hover {
  color: #fff;
}

.sidebar .nav-item:last-child {
  margin-bottom: 0.4rem !important;
}

.sidebar-dark .nav-item .nav-link span {
  font-size: 15px !important;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.sidebar-dark .nav-item .nav-link i {
  font-size: 16px;
  color: rgb(208, 214, 225) !important;
  margin-right: 8px;
}

.sidebar-dark .nav-item .nav-link:hover i,
.sidebar-dark .nav-item.active .nav-link i {
  color: #fff !important;
}

.sidebar-dark .nav-item.active .nav-link,
.sidebar-dark .nav-item .nav-link:hover {
  background: linear-gradient(45deg,
      var(--color-primary),
      var(--color-secondary));
  color: #fff !important;
}

.sidebar-dark .nav-item .dropdown-menu .nav-link:before {
  content: "\f2f8";
  font-family: "Font Awesome 5 Pro";
  font-size: 7px;
  margin-right: 9px;
}

.navbar-brand {
  padding: 14px 10px 14px 17px !important;
  color: var(--color-primary) !important;
  font-size: 20px;
  margin: 0;
  width: 13.5rem;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .navbar-brand i{
    color: var(--color-secondary);
} */

.sidebar.open {
  width: 75px !important;
}

.sidebar.open:hover {
  width: 13.5rem !important;
}

.sidebar.open .nav-item .nav-link span,
.sidebar.open .nav-item span {
  display: none;
}

.sidebar.open:hover .nav-item .nav-link span,
.sidebar.open:hover .nav-item span {
  display: block;
}

.sidebar.open .nav-item .nav-link {
  align-items: center;
  justify-content: center;
  width: 82% !important;
}

.sidebar.open .nav-item .nav-link img {
  margin: 0px;
}

.sidebar.open:hover .nav-item .nav-link {
  align-items: center;
  justify-content: start;
  width: 90% !important;
}

.sidebar.open:hover .nav-item .nav-link.dropdown-toggle {
  justify-content: space-between;
}

.sidebar.open .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}

.sidebar.open:hover .nav-item .nav-link.dropdown-toggle::after {
  display: inline-block;
}

.sidebar.open:hover .nav-item .nav-link img {
  margin-right: 10px;
}

.layout.open {
  padding: 95px 30px 30px 100px;
}

.sidebar.open .navbar-brand {
  background: transparent;
  width: 65px;
}

.sidebar.open:hover .navbar-brand {
  width: 15rem;
}

.sidebar.open .navbar-brand img {
  display: none;
}

.sidebar.open:hover .navbar-brand img {
  display: block;
}

.sidebar.open .sidebar-p {
  padding: 20px 0rem !important;
}

.btn {
  display: inline-block;
  -ms-flex-item-align: center;
  align-self: center;
  width: auto;
  font-weight: 400;
  /*line-height: 2.05rem;*/
  line-height: 40px;
  height: 40px;
  color: var(--body-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid lightgrey;
  padding: 0 17px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-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;
  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;
  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,
    -webkit-box-shadow 0.15s ease-in-out;
}

.btn-wide {
  min-width: 130px;
}

.btn-sm {
  font-size: 12px !important;
  padding: 0 10px !important;
  height: 32px !important;
  line-height: 30px !important;
}

.btn-white,
.btn-white:hover {
  background: #fff;
  color: var(--color-primary);
  border-color: #fff;
}

.btn-label-primary {
  color: var(--color-primary) !important;
  background-color: rgba(199 29 255 / 0.3) !important;
  border-color: rgba(199 29 255 / 0) !important;
}

.btn-outline-primary {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.btn-primary,
.btn-label-primary:hover,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: var(--color-white) !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.btn-primary2,
.btn-primary2:hover,
.btn-label-primary2:hover,
.btn-outline-primary2:hover,
.btn-outline-primary2:not(:disabled):not(.disabled):active,
.btn-outline-primary2:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary2.dropdown-toggle {
  color: var(--color-white) !important;
  background-color: var(--color-primary2) !important;
  border-color: var(--color-primary2) !important;
}

.btn-outline-secondary {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.btn-label-secondary {
  color: var(--color-secondary) !important;
  background-color: #e5faff !important;
  border-color: #e5faff !important;
}

.btn-outline-secondary:hover {
  color: #fff;
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}

.badge {
  padding: 0.45em 1em;
  border-radius: 12px !important;
  border: 0;
  font-weight: 500;
}

.badge-primary {
  color: var(--color-secondary);
  background-color: #1da7ff1a;
}

.badge-danger {
  color: #fff;
  background-color: #e74a3b;
}

.btn-label-primary:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
  color: var(--color-white) !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:hover,
.btn-label-secondary:hover {
  color: var(--color-white) !important;
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
}

.modal .btn-light,
.modal .btn-light:focus,
.modal .btn-light.focus,
.modal .btn-light:hover,
.modal .btn-secondary,
.modal .btn-secondary:focus,
.modal .btn-secondary.focus,
.modal .btn-secondary:hover {
  color: rgb(208, 214, 225) !important;
  border-color: #222b3f !important;
  background: #222b3f !important;
}

.btn-success {
  color: var(--color-white);
  background-color: var(--color-success);
  border-color: var(--color-success);
}

.btn-success:hover {
  color: var(--color-white);
  background-color: var(--bg-success-hover) !important;
  border-color: var(--bg-success-hover);
}

.btn-info {
  color: var(--color-white);
  background-color: var(--color-info);
  border-color: var(--color-info);
}

.btn-info:hover {
  color: var(--color-white);
  background-color: var(--bg-info-hover) !important;
  border-color: var(--bg-info-hover);
}

.btn-warning {
  color: #000;
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}

.btn-warning:hover {
  color: var(--color-white);
  background-color: var(--bg-warning-hover) !important;
  border-color: var(--bg-warning-hover);
}

.btn-danger {
  color: var(--color-white);
  background-color: var(--color-danger);
  border-color: var(--color-danger);
}

.btn-label-danger {
  color: var(--color-danger);
  background-color: #5a2b39;
  border-color: #5a2b39;
}

.btn-outline-danger {
  border-color: var(--color-danger);
  color: var(--color-danger);
}

.btn-label-danger:hover {
  color: var(--color-white);
  background-color: var(--color-danger);
  border-color: var(--color-danger);
}

.btn-danger:hover {
  color: var(--color-white);
  background-color: #e02d1b !important;
  border-color: #e02d1b !important;
}

.btn-dark {
  color: var(--color-white);
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}

.btn-dark:hover {
  color: var(--color-white);
  background-color: var(--bg-dark-hover) !important;
  border-color: var(--bg-dark-hover);
}

.btn-light {
  color: rgb(208, 214, 225) !important;
  border-color: #222b3f !important;
  background: #222b3f !important;
}

.btn-light:hover {
  border-color: #252455;
  background: #ececec;
  color: #252455;
}

.action-btn {
  display: flex;
}

.action-btn .btn {
  line-height: 1;
  padding: 0;
  font-size: 14px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.action-btn .btn {
  background: #222b3f !important;
  border: 0px;
  border-radius: 5px;
  font-size: 12px;
  height: 35px;
  width: 35px;
  color: rgb(208, 214, 225) !important;
  position: relative;
}

.action-btn .btn:hover i {
  color: #fff;
}

.action-btn .btn:hover i.fa-trash,
.action-btn .btn:hover i.fa-trash-alt {
  color: var(--color-danger);
}

/* .action-btn .btn:hover:not(:focus)::before, .action-btn .btn:hover:not(:focus)::after {
    display: block;
}
.action-btn .btn::before {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translatex(-50%) rotate(-45deg);
    content: "";
    display: none;
    width: 0;
    height: 0;
    border: 8px solid #000;
    border-top-color: transparent;
    border-right-color: transparent;
}
.action-btn .btn::after {
    display: none;
    position: absolute;
    content: attr(title);
    bottom: calc(135% - 6px);
    left: 50%;
    right: 0;
    min-width: 100px;
    padding: 8px !important;
    background-color: #000;
    border-radius: 8px;
    color: #fff;
    transform: translate(-50%);
    text-align: center;
    font-size: 12px;
    min-height: 32px;
} */
.btn-outline {
  color: #7a7a7a;
  border-color: #ccc;
}

.btn-outline:hover {
  color: #7a7a7a;
  border-color: #7a7a7a;
}

.f-12 {
  font-size: 12px !important;
}

.f-13 {
  font-size: 13px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-15 {
  font-size: 15px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-24 {
  font-size: 24px !important;
}

.fw-2 {
  font-weight: 200 !important;
}

.fw-3 {
  font-weight: 300 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.fw-9 {
  font-weight: 900 !important;
}

.fw-10 {
  font-weight: 1000 !important;
}

.wlcm-banner {
  background: linear-gradient(45deg,
      var(--color-primary),
      var(--color-primary2));
  background: url(/images/jv-sec3-minibg.png);
  padding: 22px;
  background-position: center;
  background-size: cover;
  border-radius: 7px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card {
  background-color: #0c1427;
  border-radius: 6px;
  box-shadow: 3px 0 10px 0 #060b15;
  border: 1px solid #172340;
}

.card-body {
  padding: 1.4rem;
}

.item {
  border-radius: 14px;
  padding: 20px 12px;
  text-align: center;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 2px 0px rgba(118, 138, 254, 0.03) !important;
  border: 1px solid #eff2ff;
}

.left-items {
  background: #e9faf3;
  border-radius: 20px;
  height: 100%;
}

.right-items {
  background: #fff8e5;
  border-radius: 20px;
  height: 100%;
}

/*.item-icon {*/
/*    height: 40px;*/
/*    width: 40px;*/
/*    border: 1px solid #ccc;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    border-radius: 50%;*/
/*    margin: auto;*/
/*    margin-top: 0px;*/
/*    margin-bottom: 7px;*/
/*}*/
.item-icon {
  height: 47px;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin: auto;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 10px;
  background: linear-gradient(45deg,
      var(--color-primary),
      var(--color-secondary));
  color: #fff;
}

.item-icon img {
  width: 18px;
}

.item-icon img {
  width: 100%;
  border-radius: 50%;
}

/*.item1{ 
    background:#111111;
}

.item2{
    background:#1da7ff;
}
.item3{
        background: var(--color-primary);
}*/
/*.item1 .item-icon,
.item2 .item-icon,
.item3 .item-icon{
    border: 1px solid #fff;
}*/

.item h5 {
  font-weight: 500;
  font-size: 15px;
}

.item h3 {
  color: #5051f9;
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}

/*.item1 h3,
.item2 h3,
.item3 h3{
    color:#fff;
}
.item1  h5,
.item2  h5,
.item3 h5{
    color: #fff;
}*/

.email-card {
  background: #95bdff;
  padding: 40px 40px;
  text-align: center;
}

.email-card img {
  width: 250px;
}

.email-card .content {
  border-radius: 12px;
  padding: 25px;
  margin-top: -35px;
  z-index: 9;
  background: var(--color-darkblue);
  position: relative;
}

.user-dropdown {
  width: 300px;
  padding: 10px;
}

.user-dropdown .dropdown-item {
  border-radius: 5px;
}

.dropdown-menu {
  min-width: 200px;
  border-radius: 5px;
  border: 1px solid #172340 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35);
  background: #0c1427;
}

.dropdown-item {
  padding: 0.65rem 1.5rem;
  font-size: 13px;
  font-weight: 400;
  transition: 0.3s;
  align-items: center;
  display: flex;
  color: rgb(208, 214, 225);
}

.dropdown-item.logout-user:hover {
  color: var(--color-danger);
  background: rgba(241 89 92 / 0.4) !important;
}

.dropdown-item.logout-user:hover i {
  color: var(--color-danger) !important;
}

.dropdown-item i {
  margin-right: 7px;
  font-size: 14px;
  color: #7987a1;
  min-width: 22px;
  text-align: center;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
  background: #222b3f !important;
  color: rgb(208, 214, 225);
}

.dropdown-item:hover i,
.dropdown-item:focus i,
.dropdown-item.active i,
.dropdown-item:active i {
  color: rgb(208, 214, 225);
}

.user-dropdown .user-info {
  background: #222b3f !important;
  padding: 26px 10px;
  border-radius: 5px;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  overflow-wrap: anywhere;
  font-weight: 400;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.user-dropdown .user-info i {
  font-size: 31px;
  margin-right: 7px;
}

.dataTables_filter input,
.select2-selection.select2-selection--single,
.form-select,
.form-control,
.table-responsive select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.9rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dfe6eb;
  height: 43px;
  border: 1px solid #314269 !important;
  color: #d0d6e1;
  background: #0c1427;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.dataTables_filter input:focus,
.select2-selection.select2-selection--single:focus,
.form-select:focus,
.form-control:focus,
.table-responsive select:focus {
  background: #0c1427;
  border-color: var(--color-primary) !important;
  color: #d0d6e1;
}

select option {
  background: #0c1427;
}

.form-control:disabled,
.form-control[readonly] {
  background: #1f2a45 !important;
}

.form-control.form-control-sm {
  height: 35px;
  border-radius: 8px;
  padding: 5px 15px;
}

.form-control[type="file"] {
  overflow: hidden;
  line-height: 2.4;
}

.table-responsive label {
  display: flex;
  align-items: center;
  gap: 10px;
}

textarea.form-control {
  padding-top: 12px;
  padding-bottom: 12px;
}

.dataTables_wrapper .dataTables_filter input,
.table-responsive select {
  height: 35px !important;
}

.navbar .select2-selection.select2-selection--single {
  border: 1px solid #314269 !important;
  background: #0c1427 !important;
  height: 39px !important;
  border-radius: 4px !important;
  min-height: 39px !important;
}

.select2-selection.select2-selection--single {
  height: 43px !important;
  min-height: 43px !important;
  border-radius: 6px !important;
  border: 1px solid #314269 !important;
  color: #d0d6e1 !important;
  background: #0c1427 !important;
}

.select2-container {
  width: 100% !important;
}

.navbar .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 27px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
  top: 1px;
  right: 9px;
}

.navbar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--color-primary);
  color: white;
}

.select2-container--default .select2-results__option--selected {
  background-color: #222b3f !important;
}

.select2-results__option {
  text-transform: capitalize;
}

.select2-selection:focus,
.form-select:focus,
.form-control:focus,
input:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: 0 5px 20px rgba(130, 49, 211, 0.1);
  box-shadow: 0 5px 20px rgba(130, 49, 211, 0.1);
}

textarea.form-control {
  height: unset;
}

.select2-selection:focus,
.form-select:focus,
.form-control:focus {
  box-shadow: none;
  border: 1px solid #e9edf1;
}

.col-form-label,
.form-label,
label {
  margin-bottom: 0.5rem;
  color: #d0d6e1;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 31px;
  padding-left: 0px !important;
  color: #d0d6e1 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px !important;
  right: 5px !important;
}

.main-heading {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 30px;
}

.table thead th {
  white-space: nowrap;
  border: 0px !important;
  padding: 10px 12px !important;
  font-weight: 500 !important;
  font-size: 13px;
  text-transform: uppercase;
  color: #7987a1;
  border-bottom: 1px solid #172340 !important;
}

.table tr td,
.table tbody th {
  color: #fff;
  font-size: 14px;
  padding: 14px 14px !important;
  vertical-align: middle;
  font-weight: 500;
  border: 0px;
  border-bottom: 1px solid #172340 !important;
}

.table-bordered th,
.table-bordered td {
  border: 0px !important;
}

.table-bordered> :not(caption)>* {
  border-top: 0px;
}

.table-responsive {
  margin-bottom: 20px;
}

table.dataTable {
  width: 100% !important;
  /* border-radius: 20px; */
  overflow: hidden;
  border-bottom: 0px !important;
  margin-bottom: 20px !important;
  border-left: 0px;
  border-right: 0;
  border-top: 0px;
}

.table-bordered> :not(caption)>* {
  border: 0px;
}

table tbody tr:hover {
  background: #222b3f !important;
  --bs-table-accent-bg: #222b3f !important;
}

table.dataTable thead th,
table.dataTable thead td,
table thead th,
table thead td {
  white-space: nowrap;
  padding: 10px 12px !important;
  font-weight: 500 !important;
  font-size: 13px;
  text-transform: uppercase;
  color: #7987a1;
  border-bottom: 1px solid #172340 !important;
}

table.dataTable tbody td,
table.dataTable tbody th {
  box-sizing: content-box;
  color: #fff;
  font-size: 14px;
  padding: 14px 14px !important;
  vertical-align: middle;
  font-weight: 500;
  border: 0px;
  border-bottom: 1px solid #172340 !important;
}

table.dataTable thead th:first-child,
table thead th:first-child {
  border-radius: 10px 0px 0px 10px;
}

table.dataTable thead th:last-child,
table thead th:last-child {
  border-radius: 0px 10px 10px 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background: #ececec !important;
  border-color: #ececec !important;
}

.table {
  margin-bottom: 0px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
  --bs-table-accent-bg: #fff;
}

.table-hover tbody tr:hover {
  background-color: #f2f2f2 !important;
  --bs-table-accent-bg: #f2f2f2 !important;
}

.table-hover tbody tr td:first-child,
table tbody tr td:first-child,
table tbody tr th:first-child {
  border-radius: 10px 0px 0px 10px;
}

.table-hover tbody tr td:last-child,
table tbody tr td:last-child {
  border-radius: 0px 10px 10px 0px;
}

#sideverticomp0-tab {
  width: 90% !important;
  font-size: 14px;
  background: #f4f5f7;
  margin: auto !important;
  padding: 10px 20px 10px 20px !important;
  /* margin-top: 65px !important; */
  margin-bottom: 5px !important;
  color: #000;
  font-weight: 500;
  transition: 0.35s;
  margin: 5px auto !important;
  text-align: center;
  border-radius: 10px;
}

a#sideverticomp0-tab:hover {
  color: var(--color-primary);
}

.sidebar.open a#sideverticomp0-tab span {
  display: none;
}

.sidebar.open:hover a#sideverticomp0-tab span {
  display: contents;
}

.page-item .page-link,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.paginate_button.previous,
.paginate_button.next {
  font-size: 13px;
  margin-right: 5px;
  border-radius: 4px !important;
  font-weight: 400;
  color: rgb(208, 214, 225) !important;
  border-color: #222b3f !important;
  background: #222b3f !important;
  cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  font-weight: 400;
  color: rgb(208, 214, 225) !important;
  border-color: #222b3f !important;
  background: #222b3f !important;
}

.page-item .page-link:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border-color: var(--bs-dark) !important;
}

.page-item.active .page-link,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  z-index: 3;
  color: var(--color-secondary) !important;
  background-color: rgb(250 117 150 / 0.3) !important;
  border-color: rgb(250 117 150 / 0) !important;
  cursor: auto;
}

.page-item:not(.active) .page-link:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: var(--color-secondary) !important;
  background-color: rgb(250 117 150 / 0.5) !important;
  border-color: rgb(250 117 150 / 0) !important;
}

.v-tabs .nav-link {
  border-radius: 0.35rem;
  padding: 13px 20px;
  color: #747474;
  font-weight: 500;
  text-align: left;
  transition: 0.35s;
}

.v-tabs .nav-link.active,
.v-tabs .show>.nav-link,
.v-tabs .nav-link:hover {
  background: #f9f4fd;
  color: var(--color-primary);
  padding: 13px 26px;
}

.h-tabs .nav-link {
  color: #747474;
  border-bottom: 2px solid transparent;
  border-radius: 0px !important;
  font-weight: 400;
}

.h-tabs {
  /* border-bottom: 1px solid #ececec; */
  /* padding: 15px 27px 0px 27px; */
}

.h-tabs .nav-link.active,
.h-tabs .show>.nav-link,
.h-tabs .nav-link:hover {
  color: var(--color-primary);
  background-color: transparent;
  border-bottom: 2px solid var(--color-primary);
}

.card-title {
  font-size: 18px;
  font-weight: 500;
}

.pagination {
  margin: 0px;
}

.modal-content {
  border: 1px solid #172340;
  border-radius: 6px;
  background-color: #0c1427;
}

.modal-title {
  font-size: 18px !important;
  font-weight: 400;
}

.modal-header {
  align-items: center;
  padding: 0.8rem 1.5rem;
  border-bottom: 1px solid #172340;
}

.btn-close {
  position: relative;
  background: #222b3f;
}

.btn-close:hover {
  background: #2f3b55;
}

.btn-close:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: 300;
  position: absolute;
  font-size: 20px;
  top: 2px;
  left: 10px;
}

.modal-body {
  padding: 1rem 1.5rem;
}

.modal-footer {
  border: 0px;
  padding: 0px 1.5rem 1rem;
}

.custom-check,
.custom-radio {
  position: relative;
}

.custom-check label,
.custom-radio label {
  border: 1px solid #f4f5f7;
  padding: 8px 16px;
  background: #f4f5f7;
  border-radius: 6px;
  margin: 0px !important;
  cursor: pointer;
  transition: 0.35s;
  font-weight: 500;
  font-size: 14px;
}

.custom-check input,
.custom-radio input {
  position: absolute;
  left: 0;
  opacity: 0;
}

.custom-check input[type="checkbox"]:checked+label,
.custom-radio input[type="radio"]:checked+label {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background: #e5e5fe;
}

.input-group .btn {
  height: 38px;
  margin-left: -10px !important;
}

.nav-pills .nav-link {
  color: #fff;
}

.card-img,
.card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 240px;
}

.tox .tox-notification--warn,
.tox .tox-notification--warning {
  display: none !important;
}

.top-bar {
  box-shadow: 0 5px 20px rgb(171 181 217 / 5%);
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  padding: 18px;
}

.tox .tox-statusbar__branding svg {
  display: none !important;
}

.stepwizard-row.setup-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 865px;
  margin: auto;
  margin-bottom: 40px;
}

.stepwizard-step {
  display: flex;
  align-items: center;
  padding: 10px 45px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  color: #0f172a;
  border: 1px solid #ececec;
  border-radius: 10px;
  margin-right: 10px;
}

.stepwizard-step .btn-circle {
  width: 27px;
  height: 27px;
  text-align: center;
  padding: 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  /*background: #ececec;*/
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  box-shadow: none !important;
}

.btn-primary:active {
  color: #fff !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.stepwizard-step .btn-circle:focus {
  box-shadow: none !important;
}

.stepwizard-step:not(:last-child):after {
  height: 1px;
  content: "";
  width: 12px;
  position: absolute;
  right: -12px;
  top: 50%;
  translate: 0 -50%;
  background: #ececec;
}

.content-search-card {
  /* background-image:linear-gradient(45deg, var(--color-primary), var(--color-secondary)); */
  border-radius: 8px;
  padding: 15px 10px;
  position: relative;
}

.content-search-card .search-input {
  position: relative;
  margin: auto;
}

.content-search-card .search-input input {
  height: 50px;
  border: 1px solid #7e96cf !important;
  border-radius: 6px;
  font-size: 16px;
  padding-left: 55px;
  background: #101a32;
}

.content-search-card .search-input i {
  position: absolute;
  left: 23px;
  top: 51%;
  translate: 0 -50%;
  font-size: 20px;
}

.content-tags {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.content-tags .tag {
  display: inline-flex;
  padding: 6px 20px;
  background: #fff;
  border-radius: 50px;
  margin-right: 10px;
  font-size: 16px;
  border: 1px solid #ececec;
  color: #7a7a7a;
  line-height: 1.6;
  text-decoration: none;
  transition: 0.35s;
  font-weight: 700;
}

.content-tags .tag:hover,
.content-tags .tag.active {
  background: #bbb3fa;
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.content-cards {
  align-items: center;
  background: #fff;
  box-shadow: 1px 2px 6px #ececec;
  padding: 25px 20px;
  height: 100%;
}

.aaa {
  margin-bottom: 20px;
}

.content .date {
  color: #b0b9c1;
  margin-bottom: 6px;
}

.content-cards:hover .icondiv {
  background-color: var(--color-primary);
  color: #fff;
}

.content-cards:hover .icondiv img {
  filter: invert(1) brightness(2);
}

.content-cards .icon {
  height: 50px;
  width: 50px;
  background: #ececec;
  border-radius: 30px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;

  /*position: absolute;*/
  left: 20px;
}

.content-cards .icon:hover {
  /*background-color: var(--bg-secondary-hover);*/
  color: var(--bg-secondary-hover);
}

.content-cards .icon img {
  width: 25px;
}

.content-cards img {
  width: 140px;
  border-radius: 50% !important;
  margin-bottom: 10px;
  height: 140px;
  object-fit: contain;
  background: #48484a;
}

.content-cards h5 {
  font-weight: 500;
  line-height: 1.2;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #555555;
}

.content-cards p {
  margin: 0px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  transition: 0.3s;
}

.content-cards:hover p {
  color: var(--color-primary);
}

.content-cards .content {
  margin: 0px !important;
}

.project-select {
  width: 200px;
  margin-left: auto;
}

.team-details {
  display: flex;
  align-items: center;
}

.team-details .team-badge {
  background: #fa75964a;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 5px;
  color: var(--color-secondary);
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}

/*.recent-activity {*/
/*    padding-left: 80px;*/
/*    margin: 40px;*/
/*    position: relative;*/
/*}*/
.event.content-cards h5 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 17px;
}

.event.content-cards p {
  font-size: 14px;
}

.event.content-cards {
  /*width: 600px;*/
  padding: 10px;
}

/*.event.content-cards:before {*/
/*    height: 14px;*/
/*    width: 14px;*/
/*    background: var(--color-primary);*/
/*    content: '';*/
/*    border-radius: 50%;*/
/*    left: -40px;*/
/*    position: absolute;*/
/*    border: 4px solid #fff;*/
/*    box-shadow: 0px 0px 4px #ccc;*/
/*}*/
/*.recent-activity:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 1px;*/
/*    background: #e2dede;*/
/*    left: 46px;*/
/*}*/
/*.event.content-cards:after {*/
/*    content: '';*/
/*    height: 40px;*/
/*    width: 40px;*/
/*    position: absolute;*/
/*    background: #fff;*/
/*    border-radius: 50%;*/
/*    left: 0;*/
/*    translate: -50%;*/
/*    box-shadow: -4px 0px 4px #ececec;*/
/*}*/
.progress {
  border-radius: 3px;
}

.progress-bar {
  background-color: var(--bs-cyan);
}

.usage-accordian .accordion-button:not(.collapsed) {
  color: #0f172a;
  background-color: #fff;
  font-size: 16px;
  box-shadow: none;
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.usage-accordian .accordion-item {
  border: 0px;
  border-bottom: 1px solid #ccc;
}

.usage-accordian .accordian-requests {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ececec;
  padding: 15px;
  margin: 0 20px;
}

.usage-accordian .accordion-body {
  padding: 0px;
}

.usage-accordian .accordion-item:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.add-key-card {
  text-align: center;
  height: calc(100% - 23px);
  cursor: pointer;
  margin-bottom: 15px;
  min-height: 150px;
  border: 2px dashed var(--color-primary);
  transition: 0.35s;
}

.add-key-card h5,
.add-key-card i {
  color: var(--color-primary);
}

.add-key-card i {
  font-size: 24px;
  margin-bottom: 10px;
}

.open-menu {
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  color: rgb(121, 135, 161);
  font-size: 20px;
  cursor: pointer;
  display: inline-flex;
}

/*=================Login CSS===========*/
.login-container {
  min-height: 100vh;
  background: #fff;
}

.login-left {
  background-image: linear-gradient(136.75deg, #e17d96 59.45%, var(--color-primary) 105.36%);
  padding: 0px 80px;
}

.login-content h3 {
  margin-bottom: 22px;
  color: #fff;
  text-shadow: 2px 2px 0px BLACK;
}

.login-content ul {
  list-style: none;
  margin: 0px;
  padding-left: 60px;
}

.login-content ul li {
  position: relative;
  margin-bottom: 20px;
  color: #f2f2f2;
}

.login-content ul li:before {
  content: "\f192";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  left: -22px;
  color: #931eba;
  top: 2px;
}

.login-content ul li span {
  color: #fff;
  font-weight: 600;
}

.login-right {
  background: #fff;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: #2b2d3b !important;
}

.form-card {
  width: 550px;
  padding: 30px 40px;
}

.form-card .form-label {
  font-weight: 400;
  font-size: 16px;
  color: #2b2d3b;
}

.form-card .navbar-brand {
  font-size: 30px;
}

.login-right .form-control {
  border-radius: 8px;
  height: 54px;
  color: #2b2d3b !important;
  background: #fff;
  border: 2px solid #d0d6e1 !important;
  font-weight: 400;
}


.form-card .form-control::placeholder {
  font-weight: 300;
  color: #999;
}

a.forgot-pass {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.btn-login {
  width: 100%;
  background: linear-gradient(45deg,
      var(--color-primary2),
      var(--color-primary));
  border: 0px;
  color: #fff;
  font-weight: 400;
  padding: 13px;
  border-radius: 8px;
  font-size: 17px;
  height: 54px;
  transition: 1s;
}

@media (max-width: 991px) {
  .login-left {
    display: none;
  }
}

.left-section-carusol {
  width: 600px;
}

.left-section-carusol h2 {
  padding: 10px 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 15px;
}

.carousel-item h4 {
  font-size: 17px;
  line-height: 1.7;
}

.cardnew {
  transition: 0.2s all !important;
  overflow: hidden;
}

.cardnew:hover {
  transform: scale(1.05) !important;
}

.dashboardcard {
  transition: 0.2s all !important;
}

.dashboardcard:hover {
  transform: scale(1.03) !important;

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.dashboardcard:hover h5,
.dashboardcard:hover h3 {
  color: var(--blue) !important;
}

.dashboard-button {
  border: 2px solid white;
  color: var(--bs-white);
}

.dashboard-button:hover {
  color: var(--bs-white);
}

.application-copy {
  color: var(--color-white) !important;
  background-color: var(--bs-info);
  border-color: var(--color-white) !important;
}

.application-copy:hover {
  background-color: var(--bs-info) !important;
}

/*.project-body:after{
        position: absolute;
    content: "";
    width: 55px;
    height: 3px;
    bottom: 0;
    left: 50%;
    
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    transition: .35s;
        background-color: var(--color-primary);
}*/
.project-body {
  overflow: hidden;
}

.project-body:hover::after {
  width: 100%;
  border-radius: 0px 0px 10px 10px;
}

.appkeycard {
  border-radius: 0px 0px 50px 0px !important;
}

.document-cardbg {
  transition: 0.35s;
}

.document-cardbg:hover {
  transform: scale(1.02);
}

.circlebg {
  background-image: url("/images/keybg.jpg") !important;
}

.card-heading h4 {
  font-size: 20px;
  color: var(--color-menutext) !important;
  font-weight: 600;
}

.knowledge-tuts {
  padding: 0px;
  list-style: none;
}

.knowledge-tuts a {
  display: block;
  padding: 8px 20px;
  font-size: 15px;
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
  font-weight: 400;
  background-color: transparent;
  display: flex;
  border-radius: 5px;
  align-items: center;
}

.knowledge-tuts a i {
  font-size: 10px;
  margin-right: 10px;
  color: var(--color-primary2);
}

.knowledge-tuts a:hover {
  padding: 8px 25px;
  color: var(--color-primary) !important;
  background: #222b3f;
}

.sidebar-p {
  padding: 1rem !important;
  font-size: 15px;
  color: #ccc;
  font-weight: 300;
  text-align: center;
  position: relative;
}

.sidebar-p span {
  background: #fff;
  z-index: 9;
  position: relative;
  padding: 12px;
}

.sidebar-p:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #ccc;
  position: absolute;
  left: 0;
  margin-top: 9px;
}

.projectc {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  padding: 10px;
}

.projectc h2 {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
  color: var(--bs-dark);
}

.projecth h3 {
  font-size: 16px;
  color: var(--bs-gray);
}

.projecth i {
  font-size: 20px;

  margin-bottom: 7px;
}

.projecth i .fad:before {
  color: var(--bs-secondary);
}

.projectcc:hover i {
  color: var(--bg-info-hover);
}

/*.projectcc:hover h2{*/
/*    color: var(--bs-blue);*/
/*}*/
.projecth h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--bs-gray);
}

.projectcc {
  padding: 12px;
}

.activep {
  padding: 20px;
}

.activebg {
  background-image: url(/images/solidbg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.activep h3 {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 0px;
}

.activep h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  color: var(--bs-gray);
}

.empty {
  padding: 28px;
}

.pimg img {
  height: 200px;
}

.ppara p {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 0px;
}

.highlightword {
  color: var(--bs-cyan);
}

.icondiv {
  height: 50px !important;
  width: 50px !important;
  display: flex !important;
  background-color: #e1e2fe;
  color: var(--color-primary);
  justify-content: center !important;
  align-items: center;
  border-radius: 2em;
  transition: 0.3s;
  margin-bottom: 12px;
}

.icondiv img {
  width: 20px;
  max-height: 20px;
  border-radius: 0px !important;
  background: transparent;
  margin: 0px;
}

.toolscards h5 {
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.toolscards p {
  font-size: 14px;
  color: #555;
  font-weight: 400;
}

.toolscards:hover p {
  color: #555;
}

.text-gray-800 {
  color: var(--bs-text-gray-800) !important;
}

.fw-bolder {
  font-weight: 700 !important;
}

.fs-6 {
  font-size: 1.075rem !important;
}

.symbol-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 10px;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.symbol.symbol-circle:after,
.symbol.symbol-circle>img:after,
.symbol.symbol-circle .symbol-label:after {
  border-radius: 50%;
}

.symbol-group .symbol-label:after {
  display: block;
  content: " ";
  border-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 2px solid var(--bs-symbol-border-color);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.symbol.symbol-35px .symbol-label {
  width: 35px;
  height: 35px;
}

.symbol.symbol-circle,
.symbol.symbol-circle>img,
.symbol.symbol-circle .symbol-label {
  border-radius: 50%;
}

.symbol-group .symbol-label {
  position: relative;
}

.symbol .symbol-label {
  width: 50px;
  height: 50px;
}

.symbol .symbol-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--bs-symbol-label-color);
  background-color: var(--bs-symbol-label-bg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.475rem;
}

.text-inverse-warning {
  color: var(--bs-warning-inverse) !important;
}

.bg-warning {
  --bs-bg-rgb-color: var(--bs-warning-rgb);
  background-color: var(--bs-warning) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: var(--bs-warning);
}

.symbol-group.symbol-hover .symbol {
  cursor: pointer;
}

.symbol-group .symbol {
  position: relative;
  z-index: 0;
  margin-left: -10px;
  transition: all 0.3s ease;
}

.symbol.symbol-circle,
.symbol.symbol-circle>img,
.symbol.symbol-circle .symbol-label {
  border-radius: 50%;
}

.symbol {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.475rem;
}

.symbol.symbol-35px .symbol-label {
  width: 35px;
  height: 35px;
}

.symbol.symbol-circle,
.symbol.symbol-circle>img,
.symbol.symbol-circle .symbol-label {
  border-radius: 50%;
}

.symbol-group .symbol-label {
  position: relative;
}

.symbol .symbol-label {
  width: 50px;
  height: 50px;
}

.symbol .symbol-label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: var(--bs-symbol-label-color);
  background-color: var(--bs-symbol-label-bg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.475rem;
}

.text-gray-400 {
  color: var(--bs-text-gray-400) !important;
}

.bg-light {
  --bs-bg-rgb-color: var(--bs-light-rgb);
  background-color: var(--bs-light) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.fs-8 {
  font-size: 0.85rem !important;
}

.symbol.symbol-35px>img {
  width: 35px;
  height: 35px;
}

.symbol.symbol-circle,
.symbol.symbol-circle>img,
.symbol.symbol-circle .symbol-label {
  border-radius: 50%;
}

.symbol>img {
  width: 50px;
  height: 50px;
}

.symbol>img {
  width: 100%;
  flex-shrink: 0;
  display: inline-block;
  border-radius: 0.475rem;
}

/*#step-22 .btn{*/
/*    border: 2px solid lightgrey !important;*/
/*    vertical-align: middle;*/
/*    color: var(--body-color);*/
/*        align-self: center;*/
/*    user-select: none;*/
/*}*/

/*=================/Login CSS===========*/

.nav-icon {
  border: 1px solid #606384;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.nav-icon:active,
.nav-icon:hover {
  background: #606384;
}

.nav-icon:hover img {
  filter: invert(1) brightness(2);
}

.dash-title {
  font-weight: 500;
}

.dash-tabs .nav-link {
  border-radius: 20px !important;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
}

.dash-tabs .nav-link.active {
  background: #c6e9ff;
  color: var(--color-secondary);
}

.project-item {
  border: 1px solid #f4f2f2;
  padding: 15px 20px;
  border-radius: 16px;
  margin-bottom: 10px;
  background: #fbfaff;
}

.project-item .time {
  color: #b0b9c1;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
}

.project-item h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.project-item .project-prog {
  color: var(--bs-warning);
  font-weight: 500;
  margin-bottom: 10px;
}

.project-list {
  height: 256px;
  overflow: auto;
  padding: 0 8px;
  margin-top: 10px;
}

.table-commands-wrap::-webkit-scrollbar,
.project-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 10px;
}

/* Track */
.table-commands-wrap::-webkit-scrollbar-track,
.project-list::-webkit-scrollbar-track {
  background: #242b3c;
  border-radius: 10px;
}

/* Handle */
.table-commands-wrap::-webkit-scrollbar-thumb,
.project-list::-webkit-scrollbar-thumb {
  background: #3e485e;
  border-radius: 10px;
}

.working-hrs {
  text-align: center;
  font-size: 14px;
}

.working-hrs span {
  height: 10px;
  width: 20px;
  background: #dcdcfe;
  display: inline-block;
  border: 2px solid #7e7efa;
  margin-right: 4px;
}

footer {
  text-align: right;
  font-size: 12px;
  padding: 14px 30px 14px 260px;
  display: flex;
  justify-content: space-between;
  background: #0c1427 !important;
  box-shadow: 3px 0 10px 0 #08101e;
  border-top: 1px solid #172340;
}

p.project-label {
  margin: 0;
  color: #f8f9fc;
  font-weight: 500;
}

.recent-activity {
  display: flex;
}

.recent-activity .event {
  display: flex;
  align-items: start;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  width: 100%;
}

.recent-activity .date {
  white-space: break-spaces;
  width: 100px;
  font-size: 13px;
  text-align: right;
  margin-top: 8px;
}

.recent-activity:before {
  content: "";
  height: 93%;
  width: 2px;
  position: absolute;
  left: 133px;
  top: 15px;
  border-right: 1px dashed #ccc;
}

.recent-activity .event .icon i {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  margin: 3px 26px 0 40px;
  transition: 0.3s;
  background: #dfe0fe;
}

.recent-activity .event .activity-icon {
  height: 40px;
  width: 40px;
  background: var(--color-secondary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.recent-activity .event .activity-icon img {
  width: 22px;
  filter: brightness(0) invert(1);
}

.recent-activity .event:hover .icon i {
  background: #5051f9;
  color: #fff;
}

.recent-activity .event .icon i.fad.fa-copy {
  background: #d5d5fe;
  color: #5051f9;
}

.recent-activity .event .icon i.fad.fa-images {
  color: #0cc08b;
  background: #ddf6ef !important;
}

.recent-activity .event .icon i.fad.fa-bell-on {
  background: #fde7f0 !important;
  color: #ea2076;
}

.recent-activity .event .icon i.fad.fa-sliders-h {
  background: #fef3e1 !important;
  color: #fcbe57;
}

.recent-activity .event .icon i.fad.fa-file-user {
  background: #fae7dd !important;
  color: #e57c43;
}

.recent-activity .event:hover .icon i.fad.fa-copy {
  background: #5051f9;
  color: #fff;
}

.recent-activity .event:hover .icon i.fad.fa-images {
  color: #fff;
  background: #0cc08b !important;
}

.recent-activity .event:hover .icon i.fad.fa-bell-on {
  background: #ea2076 !important;
  color: #fff;
}

.recent-activity .event:hover .icon i.fad.fa-sliders-h {
  background: #fcbe57 !important;
  color: #fff;
}

.recent-activity .event:hover .icon i.fad.fa-file-user {
  background: #e57c43 !important;
  color: #fff;
}

.recent-activity .event .content {
  border: 1px solid #ececec;
  padding: 15px;
  border-radius: 10px 10px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recent-activity .event .content:before {
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  position: absolute;
  left: -8px;
  rotate: 45deg;
  top: 15px;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.recent-activity .event .icon {
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 15px;
  margin: 3px 26px 0 30px;
  transition: 0.3s;
  position: relative;
  z-index: 9;
  background: #fff;
  border: 4px solid rgb(114 240 240);
  margin-top: 16px;
  outline: 4px solid rgb(114 240 240 / 30%);
  transition: 0.4s;
}

.recent-activity .event:hover .icon {
  outline: 4px solid rgb(114 240 240);
}

.recent-activity .event .icon img {
  width: 20px;
}

.recent-activity .event a.view-project {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  right: 0;
  border-radius: 0px 8px 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}

.recent-activity .event:hover .icon img {
  filter: invert(1) brightness(2);
}

.nwtab-badge {
  position: absolute;
  right: 37px;
}

.btn-light.refresh {
  height: 100%;
  background: #ececec;
  border-color: #ececec;
}

.art-card {
  border: 1px solid #ececec;
}

.art-card p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px !important;
  padding: 7px;
  border-bottom: 1px dashed #ececec;
}

.total-data {
  padding: 7px 12px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
  color: rgb(208, 214, 225) !important;
  border-color: #222b3f !important;
  background: #222b3f !important;
  line-height: 1.6;
}

a {
  color: var(--color-primary2);
}

a:hover {
  color: var(--color-primary);
}

a#output_button {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

input#message_text {
  height: 50px;
}

.sidebar .nav-item.active .dropdown-toggle {
  display: flex !important;
}



.login-frame img {
  width: 220px;
  margin-left: -75px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.left-login {
  background: url("../images/main-banners.jpg");
  background-size: cover;
  flex-direction: column;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.login-frame {
  background: url("../images/login-frame.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 48%;
  position: relative;
}

.login-frame.frame2 {
  background: url("../images/login-frame2.png");
  background-repeat: no-repeat;
  background-position: center 84%;
  background-size: 67%;
}

.login-frame.frame2 img {
  width: 202px;
  margin-left: 12px;
  margin-top: -115px;
}

.login-text {
  margin: auto;
  background-color: rgba(7, 7, 35, 0.5);
  padding: 0px 25px 25px;
  position: absolute;
  bottom: 40px;
  width: 500px;
  backdrop-filter: blur(6px);
  left: 50%;
  translate: -50%;
}

.left-login #text,
.left-login #text2 {
  max-width: 500px;
  text-align: left;
  width: 100%;
  color: #fff;
  font-size: 22px;
}

.left-login #text.typing span:last-child,
.left-login #text2.typing span:last-child {
  background-color: var(--color-primary);
}

.credit-limits {
  padding: 10px 20px;
  background-color: #0c1427;
  border-radius: 6px;
  box-shadow: 3px 0 10px 0 #060b15;
  border: 1px solid #172340;
}

.credit-limits .limits-itme {
  padding: 12px 10px;
}

.credit-limits .limits-itme:not(:last-child) {
  border-bottom: 1px dashed #253661;
}

.credit-limits .limits-itme .progress {
  width: 100%;
  height: 12px;
}

.border-right {
  border-right: 1px solid #172340 !important;
}

.avl-plancard {
  background: #222b3f;
  margin-bottom: 20px;
  padding: 20px 25px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.avl-plancard p {
  font-size: 16px;
  font-weight: 500;
}

.prch-plancard {
  background: linear-gradient(45deg,
      var(--color-primary),
      var(--color-primary2));
  min-height: 90px;
}

.history-canvas .card {
  width: 100% !important;
  border: 1px solid #ececec;
}

div#offcanvasExample4857 {
  width: 730px !important;
}

.history-canvas .card .card-title,
.history-canvas .card .card-text {
  color: #606384;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 25px;
}

.agency-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.agency-footer .btn {
  line-height: 35px;
  padding: 0 7px !important;
  height: 35px;
  font-size: 14px !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agency-footer .btn i {
  margin-right: 4px;
}

.title-tip[title]:hover {
  position: relative;
}

.title-tip[title]:hover:before {
  height: auto;
  position: absolute;
  left: 50%;
  translate: -50%;
  z-index: 99999;
  content: attr(title);
  padding: 8px 12px;
  max-width: 150px;
  overflow: hidden;
  word-wrap: break-word;
  font-size: inherit;
  color: #fff;
  text-align: center;
  background-color: #222;
  box-sizing: border-box;
  top: auto;
  border-radius: 9px;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.title-tip[title]:hover:after {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99999;
  content: "";
  height: 8px;
  width: 8px;
  background: #222222;
  top: -11px;
  rotate: 45deg;
}

.chat_history {
  margin: 0px;
  padding: 12px 22px;
  border-radius: 0;
  cursor: pointer;
  color: #252455;
  font-weight: 400;
  font-size: 15px;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.chat_history:hover,
.chat_history.active-chat {
  background: #eaeafe !important;
  padding: 12px 22px 12px 26px;
}

.chat-history-action {
  position: absolute;
  top: 0;
  right: 0;
  background: #eaeafe;
  bottom: 0;
  padding: 0 10px;
  display: none;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.chat_history:hover .chat-history-action,
.chat_history.active-chat .chat-history-action {
  display: flex;
}

.chat-history-action .btn {
  padding: 7px;
  color: var(--color-primary);
  border: 0px blanchedalmond;
  height: unset;
  line-height: unset;
}

.chat-history-action .btn .fa-trash-alt {
  color: var(--danger);
}

#append_container::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}

#append_container::-webkit-scrollbar-track {
  background: #242b3c;
  border-radius: 10px;
}

#append_container::-webkit-scrollbar-thumb {
  background: #3e485e;
  border-radius: 10px;
}

.workflow-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  /*padding: 20px;*/
  height: calc(100% - 30px);
  margin-bottom: 30px;
  position: relative;
}

.workflimg {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workflimg .workflowbtns {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  transition: 0.3s;
}

.workflow-card:hover .workflimg .workflowbtns {
  opacity: 1;
}

.workflimg .workflowbtns .btn {
  background: #fff;
  border-radius: 5px;
  height: 40px;
  width: 40px;
}

.workflow-card .btn {
  line-height: 34px;
  height: 35px;
  padding: 0 15px;
}

.workflow-card .action-btn .btn {
  width: 35px;
  font-size: 12px;
}

.workflow-card br {
  display: none;
}

.workflow-card h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.workflow-card .work-steps {
  white-space: nowrap;
  background: #76bcf5;
  color: #fff;
  padding: 4px 12px;
  line-height: 1.2;
  border-radius: 8px;
  font-weight: 500;
}

.progress-loader {
  position: relative;
  height: 12px;
  width: 100%;
  background: #f1f1f1;
  border-radius: 25px;
  border: 1px solid #ececec;
}

.progress-loader .progress-fill {
  position: absolute;
  height: 10px;
  width: 0%;
  animation: progress-forward 6s infinite;
  background: var(--color-primary);
  border-radius: 15px;
}

@keyframes progress-forward {
  0% {
    width: 0%;
  }

  25% {
    width: 50%;
  }

  50% {
    width: 75%;
  }

  75% {
    width: 85%;
  }

  100% {
    width: 100%;
  }
}

.tagify__input::before {
  line-height: 1.3em !important;
}

.noaccess-card {
  border: 1px solid #f54864;
  padding: 18px;
  border-radius: 6px;
  margin: 18px 0;
  background: #fde0e5;
}

ul.cus-list-style li {
  font-size: 15px;
}

.voice-label input {
  position: absolute;
  opacity: 0;
}

.voice-label i {
  font-size: 24px;
  position: absolute;
  top: 14px;
  margin-left: -39px !important;
  color: var(--text-color) !important;
}

.text-muted {
  color: #7987a1 !important;
}

.text-dark {
  color: #7987a1 !important;
}

.voice-label input[type="radio"]:checked+label {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.voice-label label {
  background: #fff;
  padding: 12px 24px;
  border-radius: 20px;
  font-weight: 500;
  border: 1px solid #ccc;
  cursor: pointer;
  width: 100% !important;
  padding: 12px 20px;
}

.navdrop-menu {
  display: none;
}

.responsive-logo {
  display: none;
}

#step_output .content-cards {
  align-items: center;
  background: #fff;
  box-shadow: none;
  padding: 30px 25px;
  height: 100%;
  border: 1px solid #ececec;
}

pre {
  font-family: "Poppins", sans-serif;
  white-space: break-spaces;
}

.aiside-message {
  display: flex;
  align-items: end;
  margin: 10px 0;
}

#append_container .item-icon {
  height: 35px;
  width: 35px;
  margin: 0px;
  background: var(--color-secondary);
  border: 0px;
  position: absolute;
  border-radius: 50%;
}

.userside-message .item-icon img {
  border-radius: 0px;
}

#chat3 {
  background: radial-gradient(61.04% 89.69% at 100% 100%,
      rgba(200, 250, 255, 0.08) 0%,
      rgba(28, 210, 229, 0.08) 40.63%,
      rgba(28, 210, 229, 0) 100%),
    radial-gradient(43.78% 64.34% at 60.31% 100%,
      rgba(23, 74, 228, 0.08) 0%,
      rgba(23, 74, 228, 0) 100%),
    linear-gradient(180deg,
      rgba(23, 74, 228, 0) 29.44%,
      rgba(23, 74, 228, 0.06) 100%),
    linear-gradient(90deg, #f3f3f7 0%, #ebf0f9 100%) !important;
}

#append_container .userside-message .item-icon {
  background: var(--color-primary);
}

#append_container .userside-message .item-icon img {
  filter: invert(1) brightness(2);
}

.ai-chat.left {
  background: #fff;
  padding: 10px 15px !important;
  font-size: 13px;
  margin-left: 50px;
  border-radius: 10px 10px 10px 0px;
  line-height: 1.8;
  max-width: 70%;
  width: fit-content;
  box-shadow: 0px 0.3px 0.9px rgba(0, 0, 0, 0.02),
    0px 1.6px 3.6px rgba(0, 0, 0, 0.06);
  margin-bottom: 0;
}

.userside-message {
  display: flex;
  align-items: end;
  justify-content: end;
  margin: 10px 0;
}

.user-chat {
  background: var(--color-primary);
  padding: 10px 15px !important;
  font-size: 13px;
  margin-right: 50px;
  border-radius: 10px 10px 0px 10px;
  line-height: 1.8;
  box-shadow: 0px 0px 1px #ececec;
  margin-bottom: 0;
  color: #fff;
}

.team-preview {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 12px;
}

.teams-count {
  height: 45px;
  width: 45px;
  background: #e3e3e3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #000;
}

.use-userflow-data {
  border: 1px solid #dfe6eb;
  padding: 20px;
  border-radius: 10px;
  margin-top: 7px;
  height: 320px;
  overflow: auto;
  text-align: justify;
}

.workflow-preview .steps {
  white-space: nowrap;
  background: #f6c23e;
  color: #fff;
  padding: 5px 12px;
  line-height: 1.2;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  width: 85px;
  text-align: center;
  margin-bottom: 14px;
}

span#show_all_notifications {
  background: var(--color-secondary);
  height: 8px;
  width: 8px;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  top: 9px;
  right: 4px;
}

div#workflow_output {
  background: #9ccbb5;
  color: #238c5e;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 500;
}

.used-wrk-response .resopnse-tab:hover .chat-history-action {
  display: flex;
}

.used-wrk-response .chat-history-action {
  background: #f9f4fd;
}

.used-wrk-response {
  border: 1px solid #dee2e6;
  border-radius: 20px;
  overflow: hidden;
}

.resopnse-tab:hover {
  background: #f9f4fd;
}

.used-wrk-response div#v-pills-tab {
  height: 80vh;
  overflow: auto;
  flex-direction: column !important;
  flex-wrap: nowrap;
}

.used-wrk-card {
  padding: 25px;
  height: 80vh;
  overflow: auto;
}

div#previous_step_ouput_text {
  border: 1px solid #dfe6eb;
  padding: 15px 20px;
  border-radius: 12px;
  margin-top: 15px;
  font-size: 15px;
  max-height: 300px;
  overflow: auto;
}

div#ui-datepicker-div {
  margin-top: 10px !important;
}

.workflow-preview p.mb-2.fw-5 {
  color: var(--color-secondary) !important;
}

div#previous_step_ouput_text p {
  color: var(--color-secondary) !important;
}

.dropdown-bell-menu {
  width: 320px;
  max-height: 350px;
  overflow: auto;
}

div#show_all_notifications_view p {
  margin: 0px;
  padding: 10px 20px;
  transition: 0.3s;
}

.history-canvas {
  width: 750px;
  background: #070d19;
  border-left: 1px solid #172340;
}

.audio7_html5_sticky {
  background: #fff !important;
  border-top: 2px solid #ccc;
}

.VolumeSlider.ui-slider.ui-corner-all.ui-slider-vertical.ui-widget.ui-widget-content {
  display: block;
  top: 15px !important;
  left: 952.531px !important;
  background: transparent;
  box-shadow: none;
  border: 0px;
  min-height: 85px;
  width: 6px !important;
}

.audio7_html5.blackControllers .VolumeButton {
  left: 765px !important;
  top: 81px !important;
}

.ui-progressbar .ui-progressbar-value {
  height: 7px !important;
  min-height: unset;
}

.audio7_html5.blackControllers .AudioBuffer {
  min-height: auto;
  width: 48% !important;
  top: 84px !important;
  position: absolute;
}

.audio7_html5.blackControllers .AudioSeek {
  min-height: 7px !important;
  top: 84px !important;
  width: 48% !important;
}

.check-box {
  position: relative;
  cursor: pointer;
  width: 55px;
}

.check-box .on {
  position: absolute;
  top: 5px;
  z-index: 1;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  left: 8.2px;
  cursor: pointer;
}

.check-box .off {
  position: absolute;
  top: 5px;
  z-index: 1;
  font-size: 10px;
  font-weight: 700;
  color: var(--main-dark);
  right: 6.5px;
  cursor: pointer;
}

.check-box input:checked[type="checkbox"] {
  background: var(--color-primary);
}

.check-box input[type="checkbox"] {
  position: relative;
  appearance: none;
  width: 55px;
  height: 25px;
  background: #ccc;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.4s;
}

.check-box input:checked[type="checkbox"]::after {
  left: 53%;
}

.check-box input[type="checkbox"]::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  transition: 0.4s;
  z-index: 9;
}

.upgrade-plans .avl-plancard {
  background: #fff;
  border: 1px solid var(--color-primary);
  margin-bottom: 20px;
  padding: 24px 27px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-weight: 500;
}

.testimonial {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 3px solid #000;
}

.testimonial p {
  color: #000;
  font-size: 18px;
}

.upgrd-feature {
  padding: 0px 30px 0px 50px;
  position: relative;
}

.upgrd-feature h6 {
  position: relative;
}

.upgrd-feature:before {
  content: "";
  width: 2px;
  position: absolute;
  height: 67%;
  background: #ccc;
  left: 28px;
  top: 3px;
}

.upgrd-feature h6:before {
  content: "";
  height: 10px;
  width: 10px;
  background: var(--color-primary);
  position: absolute;
  left: -26px;
  top: 2px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .sidebar {
    left: -16rem;
    transition: 0.3s;
    z-index: 9999;
  }

  .open-menu {
    display: flex;
    position: absolute;
    left: 200px;
    margin-left: 0px !important;
  }

  .layout,
  .layout.open {
    padding: 95px 30px 30px 30px !important;
  }

  .responsive-navv.d-flex {
    margin-left: 90px;
  }

  .sidebar.open {
    left: 0rem;
  }

  .sidebar.open {
    width: 15rem !important;
  }

  .sidebar.open .nav-item .nav-link span,
  .sidebar.open .nav-item span {
    display: inherit;
  }

  .sidebar.open .nav-item .nav-link {
    align-items: center;
    justify-content: start;
    width: 90% !important;
  }

  .sidebar-dark.open .nav-item .dropdown-item img,
  .sidebar-dark.open .nav-item .nav-link img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .sidebar .navbar-brand {
    display: none;
  }

  .responsive-logo {
    display: block;
  }

  .left-login {
    display: none !important;
  }

  footer {
    font-size: 12px;
    padding: 14px 15px;
  }
}

@media (max-width: 1024px) {
  .header-credits {
    display: none !important;
  }

  a#navbarDropdown span {
    display: none;
  }

  nav.navbar.navbar-expand-md.navbar-light.bg-white {
    height: 65px;
  }

  .content-search-card .search-input {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .wlcm-banner {
    margin-bottom: 20px;
  }

  .email-card {
    margin-top: 20px;
  }

  .dropdown-menu.dropdown-menu-end.user-dropdown {
    position: absolute;
  }

  .sidebar-dark .nav-item .nav-link {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .sidebar-dark .nav-item .nav-link i {
    font-size: 18px;
    margin-right: 7px;
  }

  .navdrop-menu {
    /* border: 1px solid #ccc;
        color: #ccc;
        height: 40px;
        width: 40px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        font-size: 21px; */
    border: 1px solid #ccc;
    color: #ccc;
    height: 28px;
    width: 28px;
    display: none !important;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 12px;
    position: relative;
    top: 5px;
  }

  .responsive-navv.d-flex {
    display: none !important;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    gap: 20px;
    justify-content: center;
    width: 100vw;
    padding: 50px 20px 25px;
    transition: 0.3s;
    margin-top: 62px;
    position: absolute;
    left: 0;
    background: #fff;
    top: 0;
    border-top: 1px solid #ececec;
  }

  .responsive-navv.open {
    display: flex !important;
  }

  .open-menu {
    margin-left: 0;
  }

  nav.navbar.navbar-expand-md.navbar-light.bg-white .navbar-nav {
    flex-direction: row !important;
  }

  a#navbarDropdown {
    margin-left: 10px !important;
  }

  .btn {
    line-height: 1.4;
    height: unset;
    padding: 8px 17px;
    font-size: 12px;
  }

  .knowledge-tuts a {
    font-size: 14px;
  }
}

@media (max-width: 580px) {
  a#navbarDropdown span {
    display: none;
  }

  .project-select span.select2.select2-container.select2-container--default {
    width: 150px !important;
  }

  .wlcm-banner img {
    display: none;
  }

  .layout,
  .layout.open {
    /* padding: 95px 20px 30px 20px !important; */
    padding: 10px !important;
  }

  .page-header h4 {
    font-size: 18px;
  }

  .recent-activity .event .icon {
    height: 35px;
    width: 35px;
    margin: 3px 17px 0 0px;
  }

  .recent-activity .event .icon img {
    width: 16px;
  }

  .recent-activity .event .content {
    display: unset;
  }

  .recent-activity .event .content .btn {
    margin-top: 10px;
  }

  .content-search-card {
    padding: 40px 15px;
  }
}

/* ===========Glow Card=============== */

#cards:hover .stat-item .card-border {
  opacity: 1;
}

.stat-item {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  background-color: #0c1427 !important;
  border-radius: 6px;
  box-shadow: 3px 0 10px 0 #060b15;
  border: 1px solid #172340;
  justify-content: start;
  align-items: center;
  text-align: center;
}

.stat-item:hover::before {
  opacity: 1;
}

.stat-item::before,
.stat-item .card-border {
  background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y),
      rgba(255, 255, 255, 0.06),
      transparent 40%);
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  transition: opacity 500ms;
  width: 100%;
  z-index: 2;
}

.stat-item::before {
  background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y),
      rgb(199 29 255 / 25%),
      transparent 40%);
  z-index: 3;
}

.stat-item .card-border {
  background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y),
      rgb(199 29 255 / 20%),
      transparent 40%);
  z-index: 1;
}

/* ===========/Glow Card=============== */

.stat-item:after {
  /* content: ''; */
  background: url(../images/img-status-5.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 85% 100%;
}

.stat-item h5 {
  color: #8d9eb5;
  font-weight: 300;
  font-size: 15px;
  margin: 0px;
}

.stat-item h3 {
  font-size: 20px;
  color: #d0d6e1;
  margin-bottom: 4px;
  font-weight: 500;
}

.absolute-badge {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 10px 0px 10px !important;
  font-size: 12px;
}

.input-main-box i.far {
  position: absolute;
  left: 10px;
  top: 16px;
}

.input-main-box {
  display: flex;
  align-items: center;
  position: relative;
}

.input-main-box input.form-control {
  padding: 0 0px 0 60px;
}

.input-main-box p {
  position: absolute;
  right: 40px;
  top: 11px;
}

ul.steps-list {
  padding: 0;
  list-style: none;
  position: relative;
  margin-top: 20px;
}

ul.steps-list:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #ececec;
  position: absolute;
  left: 9px;
}

ul.steps-list li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  color: #1a2638;
  font-size: 15px;
  font-weight: 500;
}

.steps-list .step {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
  margin-left: 5px;
  background: #fff;
  border: 3px solid rgb(114 240 240);
}

.upgrade-card .upgrade-item .btn {
  min-width: 120px;
}

@media (min-width: 1800px) {
  .upgrade-card .upgrade-item img {
    width: 170px;
    margin-bottom: 16px;
  }
}

.instructions {
  padding: 0;
  list-style: none;
  position: relative;
}

.instructions:before {
  content: "";
  height: 96%;
  width: 1px;
  position: absolute;
  background-color: #ccc;
  left: 7px;
  top: 3px;
}

.instructions li {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.instructions li:before {
  content: "\f192";
  font-family: "Font Awesome 5 Pro";
  margin-right: 12px;
  color: var(--color-secondary);
  background: #fff;
}

.product-img {
  background: #fff8e5;
  padding: 20px;
  height: 250px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.product-img.img2 {
  background: #e9faf3;
}

.product-img.img3 {
  background: #dcdcfe;
}

.product-img img {
  max-height: 220px;
}

.navbar-nav li::marker {
  display: none !important;
}

.nav-link.header-icon {
  background: transparent;
  color: #7987a1 !important;
  border-radius: 8px;
  height: 40px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-link.header-icon:hover {
  color: var(--color-primary2) !important;
}

div#show_all_notifications_view p {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ececec;
}

div#show_all_notifications_view p i {
  background: #e6f6fe;
  color: #04a9f5;
  height: 35px;
  width: 35px;
  margin-right: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 5px;
  height: 30px;
  border: 1px solid #314269 !important;
  color: #d0d6e1;
  background: #0c1427;
}

.select2-results__option {
  font-size: 14px;
  border-radius: 4px;
}

.select2-container--open .select2-dropdown {
  left: 0;
  border-radius: 5px;
  overflow: hidden;
  padding: 6px;
  border: 1px solid #172340 !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35);
  background: #0c1427;
}

.stats-row .card {
  margin-bottom: 20px;
  padding: 15px;
}

.stats-row .card-icon {
  background: rgb(20 57 205 / 20%);
  display: inline-flex;
  height: 40px;
  width: 40px;
  color: var(--color-primary);
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 16px;
}

.stats-row .card-icon.icon2 {
  background: hsl(191deg 100% 50% / 20%);
  color: var(--color-secondary);
}

.stats-row .card-icon.icon3 {
  background: #feeceb;
  color: #f44236;
}

.stats-row .card h3 {
  font-size: 24px;
  margin-bottom: 3px;
}

.stats-row .card p {
  color: #8d9eb5;
  margin: 0px;
}

.dash-item {
  background: #f7f7f7;
  padding: 20px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #f7f7f7;
  transition: 0.3s;
}

.dash-item h5 {
  margin: 0px;
  font-size: 16px;
  margin-top: 24px;
}

.dash-item:hover {
  border-color: var(--color-secondary);
}

span.project-label {
  min-width: 18px;
  text-align: center;
  margin-right: 10px;
}

.loader {
  position: relative;
  margin: auto;
  width: 3rem;
  border-radius: 100vmin;
  overflow: hidden;
  /* padding: 1.25rem; */
}

.loader::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#preview_steps .workflow-card.workflow-preview {
  padding: 20px;
}

.circular {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  transform-origin: center center;
  animation: 2s linear 0s infinite rotate;
}

.path {
  stroke: red;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: 1.5s ease-in-out 0s infinite dash;
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
    stroke: yellow;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes rotate {
  to {
    transform: rotate(1turn);
  }
}

span.side-menu__new {
  background: #63a9f5;
  color: #fff !important;
  font-size: 10px !important;
}

.card-header.chatheader {
  border-radius: 15px 15px 0px 0px;
  background: #f0f2f7;
  align-items: center;
  margin-top: 20px;
}

.card-header.chatheader .template-button {
  height: 35px;
  width: 35px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 6px;
}

.used-wrk-response .workflow-card {
  padding: 20px;
}

div#image-drop-box {
  position: relative;
  background: #e3f2fc;
  border: 2px solid var(--color-secondary);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}

#image-drop-box .image-drop-icon {
  font-size: 30px;
  color: var(--color-secondary);
}

div#image-drop-box input#main_image {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.sidebar2 a.navbar-brand {
  padding: 18px 17px !important;
  position: fixed;
  top: 0;
}

ul.navbar-nav.sidebar2 {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-top: 80px !important;
}

.hljs {
  padding: 15px !important;
}

.upgrade-credits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 15px 20px;
  border-radius: 14px;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #314269 !important;
  color: #d0d6e1;
  background: #0c1427;
  border-radius: 4px !important;
  padding: 7px;
}

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus {
  border: 1px solid #9563bb !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: var(--color-secondary) !important;
  background-color: rgb(250 117 150 / 0.2) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: var(--color-secondary) !important;
  background-color: rgb(250 117 150 / 0.5) !important;
  border-color: rgb(250 117 150 / 0) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.4em 0.9em;
}

.navbar .responsive-navv .page-header {
  margin: 0px;
}

.dataTables_filter label {
  display: flex;
  align-items: center;
  font-size: 13px;
  gap: 8px;
}

.dataTables_length label {
  font-size: 13px;
}

.dataTables_wrapper .dataTables_length select {
  background-color: transparent;
  padding: 9px 7px;
  height: 35px;
  min-width: 60px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  font-size: 13px;
}

.sidebar .nav-link[aria-expanded="false"]:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  rotate: 0deg;
  font-size: 10px;
}

.sidebar .nav-link[aria-expanded="true"]:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
  top: 45%;
  translate: 0 -50%;
  rotate: 180deg;
  font-size: 10px;
}

.select2-container--default .select2-selection--multiple {
  display: block;
  width: 100%;
  padding: 0.375rem 0.6rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #252455;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #dfe6eb !important;
  min-height: 45px !important;
  border-radius: 10px !important;
}

div.dt-container div.dt-layout-row {
  margin-top: 0px !important;
}

div.dt-container .dt-search input {
  border: 1px solid #dfe6eb !important;
  border-radius: 6px !important;
  padding: 7px;
  font-size: 13px;
  height: 35px;
}

div.dt-container .dt-input {
  border: 1px solid #dfe6eb !important;
  border-radius: 6px !important;
  padding: 7px 8px !important;
  height: 35px;
  min-width: 50px;
}

div.dt-container .dt-length {
  display: flex;
  align-items: center;
}

div.dt-container .dt-length label {
  white-space: nowrap;
  margin: 0px;
  margin-left: 7px;
}

div.dt-container .dt-search {
  display: flex;
  align-items: center;
}

div.dt-container .dt-search label {
  margin: 0px;
  margin-right: 8px;
}

div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  font-size: 13px;
}

div.dt-container .dt-paging .dt-paging-button {
  padding: 0.4em 0.9em;
  font-size: 13px;
  margin-right: 5px;
  border-radius: 6px !important;
  font-weight: 500;
  color: var(--bs-dark) !important;
  border-color: #ececec !important;
  background: #ececec !important;
  cursor: pointer;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover,
div.dt-container .dt-paging .dt-paging-button:not(.disabled):hover {
  background: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  color: #fff !important;
}

.required::after {
  content: "*";
  color: var(--color-danger);
  font-size: 15px;
  margin-left: 2px;
}

.btn-back {
  background-color: #0c1427;
  box-shadow: 3px 0 10px 0 #060b15;
  border: 1px solid #172340;
  margin-right: 10px;
  height: 36px;
  line-height: 36px;
}

.btn-back:hover {
  border-color: #d0d6e1;
}

.dark-card {
  background: #222b3f;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 20px;
}

.dark-icon {
  color: var(--color-primary2);
  height: 45px;
  width: 45px;
  background: rgba(183 158 255 / 0.3);
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  transition: 0.3s;
}

.dark-card:hover .dark-icon {
  color: var(--color-primary);
}

.dark-card h6 {
  transition: 0.3s;
}

.dark-card:hover h6 {
  color: var(--color-primary);
}

span.default-project {
  background: var(--color-secondary);
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 3px 10px;
  border-radius: 30px;
  line-height: 1.4;
}

.project-checkbox:checked~.card {
  border: 2px solid var(--color-secondary);
}

#project-list .project-checkbox {
  position: absolute;
  opacity: 0;
}

.project-checkbox:checked~.card:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  background: var(--color-secondary);
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 0px 0px 50px 0px;
  padding: 1px 3px;
  color: #fff;
}

.footer-btns {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
}

.footer-btns .btn {
  width: 50%;
  border-radius: 0px;
  color: rgb(208, 214, 225) !important;
  border-color: #222b3f !important;
  background: #222b3f !important;
}

.footer-btns .btn:hover {
  background-color: var(--color-primary) !important;
  color: #fff !important;
}

.footer-btns .btn.btn-danger:hover {
  background-color: var(--color-danger) !important;
}

.footer-btns .btn.btn-label-danger:hover {
  color: #fff !important;
  background-color: var(--color-danger) !important;
}

.swal-modal {
  border: 1px solid #172340;
  border-radius: 6px;
  background-color: #0c1427 !important;
}

.swal-text,
.swal-modal * {
  color: #d0d6e1;
}

.swal-footer {
  text-align: center;
}

.card-tabs {
  z-index: 9;
  position: relative;
  margin-bottom: -3px;
}

.card-tabs .nav-link.active,
.card-tabs .show>.nav-link {
  color: #fff;
  background-color: #0c1427;
  border-radius: 6px 6px 0px 0px;
  box-shadow: 3px 0 10px 0 #060b15;
  border: 1px solid #172340;
  border-bottom: 0px;
}

.card-tabs .nav-link {
  padding: 0.6rem 1.6rem 0.8rem;
  border-radius: 6px 6px 0px 0px;
  border: 1px solid #070d19;
  border-bottom: 0px;
}

.card-tabs .nav-link:hover {
  color: #fff;
}

#image-dropzone .dz-message:before {
  content: "\f03e";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-size: 32px;
  font-weight: 300;
  color: var(--color-secondary);
}

.dropzone .dz-message .dz-button {
  color: var(--color-secondary) !important;
}

#video-dropzone .dz-message:before {
  content: "\f03d";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-size: 32px;
  font-weight: 300;
  color: var(--color-secondary);
}

#video-dropzone-object .dz-message:before {
  content: "\f648";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-size: 32px;
  font-weight: 300;
  color: var(--color-secondary);
}

#audio-dropzone .dz-message:before {
  content: "\f001";
  font-family: "Font Awesome 5 Pro";
  display: block;
  font-size: 32px;
  font-weight: 300;
  color: var(--color-secondary);
}

.dropzone {
  border: 1px solid #314269 !important;
  background: #0c1427 !important;
  border-radius: 8px;
}

.accordion-button {
  color: #d0d6e1;
  background-color: #222b3f;
  border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
  color: #d0d6e1;
  background-color: #222b3f;
  box-shadow: none;
}

.accordion-item {
  background-color: #070d19;
  border: 0px;
}

.alert-success {
  color: var(--color-success);
  background-color: #50c79357;
  border-color: var(--color-success);
}

.alert-danger {
  color: var(--color-danger);
  background-color: #f1595c40;
  border-color: var(--color-danger);
}

.action-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.action-btn {
  padding: 10px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 6px;
}

.action-btn,
.tooltiptext {
  position: relative;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.action-btn.delete {
  color: var(--bs-danger);
}

.action-btn .tooltip,
.tooltiptext .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  left: 50%;
  translate: -50%;
  white-space: nowrap;
}

.action-btn .tooltip::before,
.tooltiptext .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tooltiptext:hover .tooltip,
.action-btn:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.action-btn:hover .tooltip,
.tooltiptext:hover .tooltip,
.action-btn:hover .tooltip::before,
.tooltiptext:hover .tooltip::before {
  background: linear-gradient(320deg,
      var(--color-primary),
      var(--color-secondary));
  color: #ffffff;
}

.templatecatagories {
  position: fixed;
  z-index: 9;
  left: -240px;
  background-color: #0c1427;
  border-radius: 6px;
  top: 75px;
  padding: 20px 0px;
  height: calc(100vh - 85px);
  overflow: auto;
  transition: 0.3s;
  width: 225px;
  border: 1px solid #7e96cf !important;
}

.templatecatagories.active {
  left: 227px;
}

.templatecatagories ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.templatecatagories .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: rgb(208, 214, 225) !important;
  font-size: 14px !important;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}

.templatecatagories .nav-link:hover {
  color: var(--color-primary) !important;
}

.templatecatagories .nav-link i {
  margin-right: 8px;
}

#toggle_cat.active {
  left: 399px;
  background: var(--color-secondary);
  border-color: #111425;
  position: fixed;
  top: 88px;
  z-index: 9;
  border-radius: 8px;
  padding: 0px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout:has(.templatecatagories.active) {
  padding-left: 467px;
}

#toggle_cat.active:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 18px;
  font-weight: 100;
}

#toggle_cat.active span {
  display: none;
}

.stepicon {
  padding: 8px;
  font-size: 16px;
  background: transparent !important;
  color: rgb(208, 214, 225) !important;
  border-radius: 6px;
  border: 1px solid rgb(208, 214, 225) !important;
  opacity: 1;
  height: 38px;
  width: 38px;
}

.stepicon:hover {
  color: #c71dff !important;
  border: 1px solid #c71dff !important;
}

.imagesmodalclose {
  padding: 8px;
  position: absolute;
  right: 23px;
  opacity: 1;
}

.imagemodalsearchbtn {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  height: 100%;
  border-radius: 0px 5px 5px 0px;
}

.imagemodalscroll {
  max-height: 84vh;
  overflow-y: auto;
  padding-bottom: 30px;
  overflow-x: hidden;
}

#dragAndDropContainer .dragAndDropmodal {
  height: 63vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px dashed var(--color-primary);
  border-radius: 20px;
  margin-top: 50px;
}

.swal-icon--success:after,
.swal-icon--success:before {
  background: transparent !important;
}

.swal-icon--success__hide-corners {
  background-color: transparent !important;
}

.swal-icon--success__ring {
  border: 4px solid var(--color-primary) !important;
}

.swal-icon--success__line {
  background-color: var(--color-primary) !important;
}

.object-category {
  display: flex;
  gap: 10px;
  margin-top: 8px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 6px;
}

.object-category .object-category-item {
  background: #323846;
  color: #7987a1;
  font-size: 14px;
  text-transform: capitalize;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 4px;
}

.searchbtnfix {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  border-radius: 0px 5px 5px 0px;
}

.rendersuccess-card {
  background: #172032;
  padding: 23px;
  border-radius: 5px;
  border: 1px solid rgb(49, 66, 105);
}

.card.subitem {
  padding: 15px;
  display: flex;
  flex-direction: row;
  border: 1.5px solid var(--color-primary);
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.subitem .icon i {
  color: var(--color-primary);
  margin-right: 8px;
  font-size: 18px;
  vertical-align: -4px;
}

.card.subitem .btn {
  width: 100px;
}

.card.dashitem {
  background: #222b3f;
  display: flex;
  flex-direction: row;
  margin-bottom: 23px;
  padding: 12px 12px;
  align-items: center;
}

.dashitem-icon {
  background: rgba(0, 0, 0, 0.7);
  height: 42px;
  width: 42px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

h6 {
  font-weight: 500;
  margin-bottom: 5px;
}

.card.dashitem:hover {
  border-color: var(--color-primary);
}

.dashitem:hover .dashitem-icon {
  background: linear-gradient(45deg,
      var(--color-primary),
      var(--color-secondary));
  color: #fff;
}

.plan-card .badge {
  position: absolute;
  right: 10px;
  top: 10px;
}

.upgrade-card-arrow {
  background: var(--color-primary2);
  color: #fff !important;
  height: 25px;
  display: inline-flex;
  width: 25px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -8px;
  opacity: 1;
  top: -8px;
  rotate: -45deg;
  font-size: 14px;
  outline: 6px solid #b79eff75;
}

.errorContainer {
  background: var(--bs-danger) !important;
  border: 1px solid var(--bs-danger) !important;
  padding: 12px 20px;
  border-radius: 10px;
  position: absolute;
  width: 300px;
  z-index: 99;
  right: 30px;
  top: 100px;
  transition: 0.3s;
  font-size: 14px;
}

.form-check-input:checked {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.helper-icons {
  position: absolute;
  right: 0px;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.myvideo-status {
  position: absolute;
  z-index: 9;
  right: 14px;
  text-transform: capitalize;
  top: 14px;
}

.badge-warning {
  color: #000;
  background-color: #f6c23e;
}

.swal-button.swal-button--cancel {
  color: var(--color-menutext) !important;
  background-color: var(--color-primary2) !important;
}

.swal-text {
  text-align: center;
}

.recent-videos .slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.recent-videos .slick-list {
  margin-left: -15px;
}

.recent-videos button.slick-next {
  position: absolute;
  background: #252b3d;
  top: -30px;
  right: 15px;
  font-size: 14px;
  border-radius: 6px;
  width: 100px;
}

.recent-videos button.slick-prev {
  position: absolute;
  background: #252b3d;
  top: -30px;
  right: 120px;
  font-size: 14px;
  border-radius: 6px;
  width: 100px;
}

.recent-videos .card video {
  width: 100%;
}

.btn-lg-next {
  font-size: 18px;
  width: 150px;
  height: 50px;
}

.btn-lg-back,
.btn-lg-back:hover {
  font-size: 18px;
  width: 150px;
  height: 50px;
  background: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
  color: #fff;
}

.btn-lg-skip,
.btn-lg-skip:hover {
  background: var(--color-primary2) !important;
  border-color: var(--color-primary2) !important;
  font-size: 18px;
  width: 190px !important;
  height: 50px;
}

.card.border {
  border: 1px solid #7e96cf !important;
}

.swal-button,
.swal-button:hover {
  background-color: var(--color-primary) !important;
  color: #fff !important;
}

/* .layout:has(.templatecatagories.active) #templates-data .card12 { 
    height: 320px !important;
} */
/* #templates-data .card12,
.similartempcard { 
    height: 360px !important;
} */
.plan-card {
  border: 1px solid #7e96cf !important;
  flex-direction: row;
  justify-content: space-between;
}

.upgrade-right .testicard {
  padding: 20px;
  margin-top: -80px;
  z-index: 9;
  background-color: #0c1427;
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(41, 123, 104, 0.25);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.upgrade-right {
  text-align: center;
  padding: 40px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.upgrade-right .testicard .user-det {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin-top: 20px;
}

@media (max-width: 480px) {
  nav.navbar.navbar-expand-md.navbar-light.bg-white {
    font-size: 12px;
    padding-left: 0px;
  }
}

.text-primary {
  color: var(--color-primary) !important;
}

button#newAudio {
  border: 2px dashed var(--color-primary);
  height: 80px;
  width: 80%;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  border-radius: 8px;
  margin-top: 10px;
}

input:checked+.slider:before {
  transform: translateX(2em) !important;
}


.toggle-checkbox:checked~.toggle-slot .toggle-button {
  transform: translate(0.1em, 0.1em) !important;
}

/* ========================Theme Switcher======================= */
.theme-switch {
  --toggle-size: 10px;
  margin-right: 20px !important;
  --container-width: 5.625em;
  --container-height: 2.5em;
  --container-radius: 6.25em;
  /* radius 0 - minecraft mode :) */
  --container-light-bg: #3D7EAE;
  --container-night-bg: #1D1F2C;
  --circle-container-diameter: 3.375em;
  --sun-moon-diameter: 2.125em;
  --sun-bg: #ECCA2F;
  --moon-bg: #C4C9D1;
  --spot-color: #959DB1;
  --circle-container-offset: calc((var(--circle-container-diameter) - var(--container-height)) / 2 * -1);
  --stars-color: #fff;
  --clouds-color: #F3FDFF;
  --back-clouds-color: #AACADF;
  --transition: .5s cubic-bezier(0, -0.02, 0.4, 1.25);
  --circle-transition: .3s cubic-bezier(0, -0.02, 0.35, 1.17);
}

.theme-switch,
.theme-switch *,
.theme-switch *::before,
.theme-switch *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: var(--toggle-size);
}

.theme-switch__container {
  width: var(--container-width);
  height: var(--container-height);
  background-color: var(--container-light-bg);
  border-radius: var(--container-radius);
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 255, 255, 0.94);
  box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 255, 255, 0.94);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.theme-switch__container::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  -webkit-box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset, 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset, 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset;
  border-radius: var(--container-radius)
}

.theme-switch__checkbox {
  display: none;
}

.theme-switch__circle-container {
  width: var(--circle-container-diameter);
  height: var(--circle-container-diameter);
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: var(--circle-container-offset);
  top: var(--circle-container-offset);
  border-radius: var(--container-radius);
  -webkit-box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), 0 0 0 0.625em rgba(255, 255, 255, 0.1), 0 0 0 1.25em rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), 0 0 0 0.625em rgba(255, 255, 255, 0.1), 0 0 0 1.25em rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: var(--circle-transition);
  -o-transition: var(--circle-transition);
  transition: var(--circle-transition);
  pointer-events: none;
}

.theme-switch__sun-moon-container {
  pointer-events: auto;
  position: relative;
  z-index: 2;
  width: var(--sun-moon-diameter);
  height: var(--sun-moon-diameter);
  margin: auto;
  border-radius: var(--container-radius);
  background-color: var(--sun-bg);
  -webkit-box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #a1872a inset;
  box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #a1872a inset;
  -webkit-filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25)) drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25)) drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25));
  overflow: hidden;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.theme-switch__moon {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  background-color: var(--moon-bg);
  border-radius: inherit;
  -webkit-box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #969696 inset;
  box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #969696 inset;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.theme-switch__spot {
  position: absolute;
  top: 0.75em;
  left: 0.312em;
  width: 0.75em;
  height: 0.75em;
  border-radius: var(--container-radius);
  background-color: var(--spot-color);
  -webkit-box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset;
}

.theme-switch__spot:nth-of-type(2) {
  width: 0.375em;
  height: 0.375em;
  top: 0.937em;
  left: 1.375em;
}

.theme-switch__spot:nth-last-of-type(3) {
  width: 0.25em;
  height: 0.25em;
  top: 0.312em;
  left: 0.812em;
}

.theme-switch__clouds {
  width: 1.25em;
  height: 1.25em;
  background-color: var(--clouds-color);
  border-radius: var(--container-radius);
  position: absolute;
  bottom: -0.625em;
  left: 0.312em;
  -webkit-box-shadow: 0.937em 0.312em var(--clouds-color), -0.312em -0.312em var(--back-clouds-color), 1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color), 2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color), 2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color), 3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color), 4.5em -0.312em var(--clouds-color), 3.375em -0.437em var(--back-clouds-color), 4.625em -1.75em 0 0.437em var(--clouds-color), 4em -0.625em var(--back-clouds-color), 4.125em -2.125em 0 0.437em var(--back-clouds-color);
  box-shadow: 0.937em 0.312em var(--clouds-color), -0.312em -0.312em var(--back-clouds-color), 1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color), 2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color), 2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color), 3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color), 4.5em -0.312em var(--clouds-color), 3.375em -0.437em var(--back-clouds-color), 4.625em -1.75em 0 0.437em var(--clouds-color), 4em -0.625em var(--back-clouds-color), 4.125em -2.125em 0 0.437em var(--back-clouds-color);
  -webkit-transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
  -o-transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
  transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
}

.theme-switch__stars-container {
  position: absolute;
  color: var(--stars-color);
  top: -100%;
  left: 0.312em;
  width: 2.75em;
  height: auto;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

/* actions */

.theme-switch__checkbox:checked+.theme-switch__container {
  background-color: var(--container-night-bg);
}

.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__circle-container {
  left: calc(100% - var(--circle-container-offset) - var(--circle-container-diameter));
}

.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__circle-container:hover {
  left: calc(100% - var(--circle-container-offset) - var(--circle-container-diameter) - 0.187em)
}

.theme-switch__circle-container:hover {
  left: calc(var(--circle-container-offset) + 0.187em);
}

.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__moon {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__clouds {
  bottom: -4.062em;
}

.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__stars-container {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ========================/Theme Switcher======================= */
.logo-dark {
  display: none;
}

body.dark-mode .logo-dark {
  display: block;
}

body.dark-mode .logo-light {
  display: none;
}

.responsive-menu {
  color: #2b2d3b;
  background: #f4f6f9;
  margin-right: 20px;
  height: 40px;
  width: 40px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  display: none;
  border-radius: 6px;
  font-size: 18px;
}