/**
* Template Name: NiceAdmin - v2.5.0
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 20px 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  /* max-height: 26px; */
  width: 50%;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
  /* gap:10px; */
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  /* margin-right: 15px; */
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.notifyicon .badge-number {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
  padding: 2px 2px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  min-width: unset;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 280px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
  text-align: left;

}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
  text-align: left;
  display: flex;
}
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
    position: relative;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #4154f1;
}

.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #4154f1;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
  min-height: 182px;
}

.dashboard .info-card h6 {
  font-size: 22px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 25px;
  line-height: 0;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 70px;
  height: 70px;
  /* float: left; */
  /* border-radius: 5px; */
}

.dashboard .news h4 {
  font-size: 15px;
  /* margin-left: 95px; */
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-bottom: 8px;
  /* margin-left: 95px; */
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

#wrapper {
  width: 100%;
}

#page-wrapper {
  padding-top: 95px !important;
  min-height: 568px;
  padding-left: 70px !important;
}

@media(min-width:768px) {
  #page-wrapper {
      position: inherit;
      margin-left: 250px;
      padding: 30px 15px 0 15px;
      border-left: 1px solid #e7e7e7;
  }
}
.required::after
{
  content:"*";
  color:red;
}
.permissionLabel{
	margin-right: 32px;
}
.test{
	color: #012970 !important;
    background: #fff !important;
}
.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 6px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* .slider{

}

.slide {
} */

/* custom style */
.pointer {cursor: pointer;}
.approved{
  --bg-opacity: 1;
  background-color: #def7ec;
  background-color: rgba(222,247,236,var(--bg-opacity));
  --text-opacity: 1;
  text-transform: capitalize;
  color: #046c4e;
  color: rgba(4,108,78,var(--text-opacity));
}
.requested{
  --bg-opacity: 1;
  background-color: #feecdc;
  background-color: rgba(254,236,220,var(--bg-opacity));
  --text-opacity: 1;
  color: #b43403;
  text-transform: capitalize;
  color: rgba(180,52,3,var(--text-opacity));
}
.denied{
  --text-opacity: 1;
  color: #c81e1e;
  color: rgba(200,30,30,var(--text-opacity));
  --bg-opacity: 1;
  text-transform: capitalize;
  background-color: #fde8e8;
  background-color: rgba(253,232,232,var(--bg-opacity));
}


.table thead {
  background: #f6f6fe;
}

.table thead th {
  border: 0!important;
 }

 .leaveUserContainer {
  align-items: flex-end;
}


.leavesMemberCont {
    justify-content:  space-between;
}

.leavesMemeberInnerCont {
  display: flex;
  align-items: center;
}

.commentSection {
  overflow-y: auto !important;
  height: 490px !important;
  border: 1px solid #cecece;
  padding: 10px;

}
.row.post-item.clearfix.mb-3 {
  width: 100%;
}
.comments .row {
  margin-bottom: 15px !important;
  margin: 0;
  padding: 10px;
}

.comments .row:nth-child(even) {
  background: #f3f3f3;
}
.comments .row .comment-user-profile {
  display: flex;
  justify-content: center;
}

/* .comments .comment-user-profile img.rounded-circle {
  width: 100%;
} */

.bootstrap-tagsinput .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.bootstrap-tagsinput .label-info {
  background: #07ace7;
}
.bootstrap-tagsinput {
  width: 100%;
  border: none;
  background: none;
  box-shadow: none;
  line-height: 32px;
  padding: 0;
}

.select2{
width: 100% !important;
}
.select2-container {
  z-index: 9999 !important;  /* Ensure the dropdown is on top */
}

header .header-alert{
  position: absolute;
  font-weight: 200;
  left: 0;
  width: 100%;
  top: 0;
  text-align: center;
  color: black;
  z-index: -1;
  font-weight: 500;
}

.documents-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
}

.display-document img{
  width: 100%;
  height: 130px;
}

.document-head{
  display: flex;
    justify-content: end;
}

.cros-icon{
  font-size: 18px;
}

#loader {
  display: none;
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,70%);
  transition: 1s 0.4s;
}
.loader-image{

  position: absolute;
  top: 40%;
  left: 45%;
  height: 80px;

}

/* DOCUMENTS CARDS  */
.doc-card .imagePreview {
  display: flex;
  position: relative;
  width: 100%;
  min-height: 150px;
}
.doc-card .imagePreview fa-times {
  display: flex;
}
.doc-card .card-body img {
  width: 100%;
  border-radius: 4px;
}
.doc-card {
  margin-bottom: 0;
  border: 1px solid #c3c2c2;
  border-radius: 0;
  padding: 8px;
}
.doc-card .form-input {
  background: #abb6b9;
  color: #000;
  margin: 0px;
  padding: 8px 0px;
  text-align: center;
}
.doc-card .form-input p{
  margin: 0;

}
.doc-card .del {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  background-color:rgb(227 0 0);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f7f7f7;
  font-size: 11px;
  border-radius: 25px;
}


.upcoming-holiday-alert{
  width: 98%;
  margin: 15px;
  /* left: 43%;
  top: 10%;
  position: absolute;
  z-index: 1;
  background-color: rgba(182, 239, 251, 0.4); */
}
.dashboard-my-leaves {
  min-height: 170px;
}

.dashboard-my-leaves h6 {
  font-size: 25px !important;
}

.upcoming-holidays .news h4 {
  font-size: 16px !important;
  text-transform: capitalize;
  color: #012970;
}

.upcoming-holidays .news h4 span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}
.resume_button{
    background: transparent;
    border: 0;
}



/* vote css start  */
/* .emolyee-text {
    font-size: 30px;
    padding: 0px 0 5px 0;
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.card.card-custom.bg-light-success {
    background: #3e68ab;
}
.card-body {
    padding: 0 20px 20px 20px;
    padding: 2rem 2.25rem;
    color: var(--bs-card-color);
}
span.para {
    color: #78829d;
    font-size: 20px;
    line-height: 26px;
} */
.img-wrapper {
    display: flex;
    justify-content: center;
    margin: 0px auto;
}
.img-wrapper img {
    width: 100%;
}

.quotes {
    display:flex;
    width:100%;


  }
  /* Simple Slider */
  .white-back{
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      background: #fff;
  }
  .simple blockquote p {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      color: #1e528e;
      padding: 25px;
      font-size: 1.25em;
      font-style: italic;
      text-align: center;
  }
  .simple cite {
      font-size: 1em;
      float: right;
      font-style: normal;
      color: #1e528e;
  }
  .simple cite a {
      color: #2d91c2;
      font-style: italic;
      text-decoration: none;
      font-size:.85em;
  }
  .simple cite a:hover {
      color: #00B4CC;
  }
  /* A custom cursor to let folks know they can drag things */

  .simple blockquote p, .bubble blockquote {
      cursor: url(data:image/png;base64,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), auto;
  }

  /* Bubble Slider */

  .bubble blockquote {
    margin: 0px 10px 0;
    background: #e7e3e3;
    padding: 40px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-size: 1.25em;
    color: #1e528e;
    display: flex;
    justify-content: center;
}
.bubble blockquote:before, .bubble blockquote:after {
  content: "\201C";
  position: absolute;
  font-size: 60px;
  padding: 10px;
  line-height: 1;
  color: #1e528e;
}
  .bubble blockquote:before {
      top: 0;
      left: 10px;
  }
  .bubble blockquote:after {
      content: "\201D";
      right: 10px;
      bottom: -.5em;
  }
  .bubble div {
      width: 0;
      height: 0;
      border-left: 0 solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #fff;
      margin: 0 0 0 60px;
      margin-bottom: 10px;
  }
  .bubble cite {
      padding-left: 20px;
      font-size: 1.25em;
    color:#f7f7f7;
  }

  .slick-prev{
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      display: block;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
  }
  .slick-next {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      display: block;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: transparent;
  }
  .slick-prev {
      left: -25px;
  }
  .bubble p {
      font-size: 18px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      text-align: center;
      width: 50%;
  }
  .quotes {
    display: flex;
    width: 100%;
}
  .slick-prev:before {
      content: '←';
  }
  .slick-next {
      right: -25px;
  }
  .slick-prev:before {
      font-family: 'slick';
      font-size: 20px;
      line-height: 1;
      opacity: .75;
      color: white;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .slick-next:before {
      font-family: 'slick';
      font-size: 20px;
      line-height: 1;
      opacity: .75;
      color: white;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1;
  }


  .slick-next:before {
      content: '→';
  }

/* CSS for the parent container */
.display-user {
  display: grid;
  margin: 0px auto;
  justify-content: center;
  min-height: 400px;
  align-items: center;
}
.company-name{
  color: #FFC252;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.winner-slogan h2{
  color:#fff;
  font-family: cursive;
  font-size: 44px;
  font-weight: 800;
}
.winner-profile img {
  max-width: 150px;
  width: 100%;
  height: auto;
}

img.profile-pic {
  border: 7px solid #b08639;
  border-radius: 50%;
  margin: 5px 5px;
  animation: spin 10s linear infinite;
}

.profile-info p {
  font-size: 20px;
  text-align: end;
  padding: 0px 15px 0px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.profile-info h5.mb-1 {
  font-size: 28px;
  font-weight: 600;
  padding: 5px 9px 0px;
  color: #fdfcfc;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.header-image-right {
  position: absolute;
  top: -35%;
  right: -38%
}

.winner-card {
  background: #CB1E52;
  position: relative;
  overflow: hidden;
}
.winner-card .card-body{
  z-index: 9 !important;
}
.profile-info {
  color: #fff;
}
.trophy {
  position: absolute;
  bottom: 9%;
  right: 2%;
  transform: rotate(19deg);
}

.trophy img {
  height: 300px;
}

.footer-image-left {
  position: absolute;
  left: -30%;
  transform: rotate(166deg);
  bottom: -42%;
}
.share-image {
  display: flex;
  justify-content: end;
  z-index: 9;
  position: absolute;
  bottom: -6px;
  right: 0;
}
.share-image img {
  /* width: 8%; */
  width: 11%;
  padding: 19px 10px;
}
h4.font-weight-bolder {
  font-size: 28px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}
/* vote css end */

input.form-control-text {
  min-width: 0px;
  position: relative;
  width: 89%;
}
/* .d-flex.justify-content-between.align-items-end {
  width: 1236px;
  font-size: 25px;
} */
button.btn.bg-primary.text-white.px-3 {
    font-size: 21px;
    padding: 7px;
    height: 45px;
    /* border-bottom-left-radius: 0; */
    /* border-top-left-radius: 0; */
    margin-left: -6px;
    width: 11%;
}
/*.btn-reopen-hold {
  margin-left: 62%;
  position: fixed;
  font-size: 109px;
  padding: 3px;
  font-size: 24px;
}
button.btn.btn-warning.btn-sm.btn-hold.me-1 {
  width: 94px;
  margin-right: 38%;
  margin-left: -12%;
  font-size: 16px;
  padding: 4px;
}
button.btn.btn-primary.btn-sm {
  width: 94px;
  margin-right: 38%;
  margin-left: -12%;
  font-size: 16px;
  padding: 4px;
} */
button.btn.btn-warning.btn-sm.btn-hold.me-1 {
  width: 42%;
}
button.btn.btn-primary.btn-sm {
  width: 70%;
}
.btn-reopen-hold {
  display: flex;
  justify-content: space-between;
  width: 17%;
}
.completed {
  background-color: lightgreen;
}
.hold {
  background-color: #ff9c59;
}


/* New slider */
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* / font-family: "Poppins", sans-serif; / */
}

.testimonial {
  width: 100%;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #3d5a80;
  margin-bottom: 35px;
  margin-top: 20px;
}
.testimonial-slide {
  padding: 40px 15px;
}
.testimonial_box-top {
  background-color: #f3ffff38;
  padding: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: left;
  align-items: center;
  /* / flex-direction: row-reverse; / */
  text-align: left;
  box-shadow: 1px 1px 5px rgb(132 132 132 / 55%);
}

.testimonial_box-icon {
  padding: 10px 0;
}

.testimonial_box-icon i {
  font-size: 25px;
  color: #14213d;
}

.testimonial_box-text {
  padding: 0px 0px;
  display: flex;
  text-align: unset;
  font-size: 18px;
  color: #1e528e;
  font-weight: 500;
}

.testimonial_box-text p {
  margin-bottom: 10px;
  margin-top: 20px;
  display: -webkit-box;
  /* / -webkit-line-clamp:6; / */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial_box-img {
  /* / padding: 6px 0 10px; / */
  display: flex;
  justify-content: right;
  align-items: center;
  margin: 0px auto;
}

.testimonial_box-img img {
  width: 75px;
  max-height: 75px;
  border-radius: 50%;
  /* / margin-right: 1rem; / */
  overflow: hidden;
  border: 2px solid #1e528e;
  padding: 2px;
}

.testimonial_box-name {
  padding-top: 10px;
  text-align: left;
}
.image-design {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* / width: 100%; /
  / margin: 0px auto; / */
}
.testimonial_box-name1 h4 {
  font-size: 15px;
  line-height: 25px;
  color: #012970;
  margin-bottom: 0;
  /* / font-weight: 700; / */
  line-height: 25px;
}

.testimonial_box-job p {
  color: #293241;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
}


.testimonial_box-top {
  display: flex;
  flex-direction: row;
  padding: 20px 19px;
  justify-content: left;
  align-items: center;
  text-align: left;
  /* / column-gap: 35px; / */
}

.text-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

.testimonial_box-inner {
  padding: 0px 3;
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 25px;
  line-height: 1;
  opacity: .75;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width:767px){

  .testimonial_box-text {
      /* / padding: 10px 20px; / */
      display: flex;
      text-align: justify;
      font-size: 15px;
      color: #1e528e;
      font-weight: 500;
  }
  .testimonial_box-name h4 {
      font-size: 20px;
      line-height: 25px;
      color: #012970;
      margin-bottom: 0;
      font-weight: 700;
      line-height: 30px;
  }
}
@media (max-width:600px){

  .testimonial_box-top {
      display: flex;
      flex-direction: column;
      padding: 30px 20px;
      justify-content: left;
      align-items: center;
      text-align: left;
      column-gap: 15px;
      row-gap: 20px;
  }

  .testimonial_box-text {
      /* / padding: 10px 20px; / */
      display: flex;
      text-align: justify;
      font-size: 15px;
      color: #1e528e;
      font-weight: 500;
  }
  .testimonial_box-name h4 {
      font-size: 20px;
      line-height: 25px;
      color: #012970;
      margin-bottom: 0;
      font-weight: 700;
      line-height: 30px;
  }
  .slick-prev, .slick-next {
      display: none !important;
  }
}
.testimonial_box-name h4 {
  font-size: 16px;
  line-height: 25px;
  color: #012970;
  margin-bottom: 0;
  /* / font-weight: 700; / */
  line-height: 25px;
  font-weight: 600;
}
.text-img {
  display: flex;
  align-items: center;
  justify-content: right;
  /* / margin: 0px auto; / */
  column-gap: 10px;
  /* margin: 0px auto; */
}
/* end of new slider */

/* Container Styling */
.input-text-group {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between elements */
    background: #f8f9fa; /* Light background */
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Input Field */
input.form-control-text {
  min-width: 0px;
  position: relative;
  border: 2px solid #ced4da;
  border-radius: 6px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  width: 45%;
  /* text-transform: lowercase; */
}

.form-control-text:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Dropdown */
.form-control {
    border: 2px solid #ced4da;
    border-radius: 6px;
    padding: 10px;
    font-size: 16px;
    transition: border-color 0.3s ease-in-out;
    /* width: 45%; */
    color: #757986;
    /* text-transform: lowercase; */
}

.form-control:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Button Styling */
.btn {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    transition: background 0.3s ease-in-out;
}

.btn.bg-primary {
    background-color: #007bff;
    border: none;
}

.btn.bg-primary:hover {
    background-color: #0056b3;
}

/* Responsive */
@media (max-width: 768px) {
    .input-text-group {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width:auto;
    }
}
/* Table Styling */
.table-container {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.table th {
    background: #f6f6fe;
    color: #000;
    text-align: left;
    vertical-align: middle;
}

.table tbody tr:hover {
    background-color: #f1f1f1;
}
span.badge.rounded-pill.bg-info {
  background: #297bab !important;
}
/* Badge Styling */
.badge {
  border-radius: 10px !important;
  font-size: 13px;
  min-width: 100px;
  text-align: center;
  padding: 12px 14px;
  cursor: pointer;
}

/* Buttons */
.btn-sm {
    font-size: 13px;
    padding: 5px 10px;
}

/* Icons */
.fa-edit, .fa-trash-alt {
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

/* .fa-edit:hover {
    color: #28a745;
    transform: scale(1.1);
} */

.fa-trash-alt:hover {
    color: #dc3545;
    transform: scale(1.1);
}

/* Responsive Table */
@media (max-width: 768px) {
    .table-container {
        padding: 10px;
    }

    .table th, .table td {
        font-size: 14px;
    }

    .btn-sm {
        padding: 3px 6px;
        font-size: 12px;
    }

    .fa-edit, .fa-trash-alt {
        font-size: 14px;
    }
}


/* Common Button Styling */
.btn-sm {
    font-size: 13px;
    padding: 8px 14px;
    min-width: 115px;
    text-align: center;
    border-radius: 5px;
}
/* Ensure Buttons Align Properly */
.btn-hold, .btn-reopen {
display: inline-block;
width: 90px; /* Same width for all buttons */
height: 35px; /* Fixed height */
}
.table thead th {
    border: 0 !important;
    width: 20%;
}
button.btn.btn-primary.btn-sm.btn-reopen {
    width: auto;
}
button.btn.btn-warning.btn-sm.btn-hold.me-1.d-none{
    width: auto;

}

.table tbody  td {
    font-size: 15px;
}


.input-text-group button.btn.bg-primary.text-white.px-3 {
    font-size: 15px;
    padding: 12px 15px;
    height: auto;
}
.teamstasks th {
    background: #4154f1;
    color: white;
    text-align: left;
    vertical-align: middle;
}
.line-space {
    line-height: 40px;
}
.active_user_data {
    display: flex;
    align-items: center;
}
.comment-design {
    overflow-y: auto;
    border: 1px solid #e5f3ff;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    width: 60%;
    margin: 0px auto;
}

.comment-design p strong {
    font-size: 1rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.comment-design.row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}


.comment-design .comment-user-profile img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}


.comment-design .comment-bubble {
    flex: 1; 
    padding: 15px 20px;
    font-size: 0.95rem;
    
    overflow-wrap: break-word;
    display: inline-block;
}


.comment-design .comment-bubble:nth-child(1) {
    border-radius: 20px 20px 20px 5px;
    color: #012970;
    text-align: right;
    background: #e1e0e0;
    border-radius: 20px 20px 5px 20px; 
    font-family: "Poppins", sans-serif;
 
}
.comment-design
    h1 {
    font-size: 23px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
    font-family: "Poppins", sans-serif;
}



.comment-design .comment-bubble:nth-child(2) {
    color: #012970;
    border-radius: 20px 20px 5px 20px;
    background-color: #d4e4f3;
}


.comment-design .comment-bubble p {
    margin: 0;
}


.comment-design .comment-bubble p:first-child {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 3px;
}


.comment-design .comment-bubble p:nth-child(2) {
    font-size: 15px;
    color: #012970;
    font-family: "Poppins", sans-serif;
    margin-bottom: 6px;
}


.comment-design .comment-bubble p:last-child {
    font-size: 20px;
    line-height: 25px;
    word-break: break-word;
    white-space: normal;
    font-family: "Poppins", sans-serif;
}


.comment-design .col-md-2.comment-user-profile {
    width: 10%;
}

.button-design {
    display: flex;
    justify-content: left;
    width: 100%;
}

.button-design button.btncomment  {
    background-color: #4154f1;
}

.button-design button.btncomment:hover {
    background-color: #000;
}
textarea#comment
{
  width:60%;
  display: flex;
  justify-content: center;
  margin: 0px auto;
}

.pagetitle.scrumquotes {
  width: 100%;
  padding: 15px;
  display: flex;
  column-gap: 50px;
  justify-content: flex-start;
  margin-bottom: 35px;
  flex-direction: row;
  align-content: space-between;
  align-items: flex-start;
}

.pagetitle.scrumquotes .col {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: left;
}



 center the blockquote in the page /
.blockquote-wrapper {
   display: flex;
   height: 100vh;
   padding: 0 20px;
}


.blockquote {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    margin: 0px auto;
    align-self: center;
    width: 98%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}


.blockquote h1 {
    font-family: 'Abril Fatface', cursive;
    position: relative;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 17px;
}


.blockquote h1:after {
  content: "";
  position: absolute;
  border: 2px solid #e74848;
  border-radius: 0 100% 0 0;
  width: 55px;
  height: 60px;
  bottom: -60px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}

.blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 1px solid #f6f9ff;
    bottom: -2px;
    left: 50px;
    z-index: 2;
}


@media (min-width: 600px) {
  .blockquote h1 {
      font-size: 20px;
      line-height: 30px;
      text-transform: capitalize;
      text-align: center;
  }
}


.blockquote h4 {
    position: relative;
    color: #23262b;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 10px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}

.blockquote-wrapper {
    width: 100%;
}


@media (max-width: 768px) {
    .blockquote-wrapper {
        padding: 0px;
    }

    .blockquote {
        width: 100%;
    }
.pagetitle .scrumquotes {
    width: 100%;
    padding: 15px;
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
    flex-direction: column;
}
    .blockquote h1 {
        font-size: 2rem;
        padding: 20px;
        word-break: break-word;
    }

    .blockquote h4 {
        word-break: break-word;
        font-size: 17px;
        text-align: center;
        word-break: break-word;
    }
}

@media (max-width: 480px) {
    .blockquote h1 {
        font-size: 17px;
        padding: 14px;
        line-height: 25px;
        word-break: break-word;
    }

    .blockquote h4 {
        font-size: 15px;
        text-align: right;
    }
}


.pagetitle .quotes .col h3 {
    font-size: 18px;
}
.pagetitle.scrumquotes h3 {
  font-size: 20px;
  padding-top: 5px;
}

.editticket
{
  margin-bottom: 10px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: relative  !important;
}

span.select2-search.select2-search--inline {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-left: 0  !important;
}

.circular-progress {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background:
      radial-gradient(closest-side, white 79%, transparent 80% 100%),
      conic-gradient(#28a745 calc(var(--progress) * 1%), #dc3545 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin: 0 auto;
}

.upload_chat {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 10px auto 20px;
}
.sprint-header {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 16px;
  padding: 15px 20px 15px;
  justify-content: space-between;

}


.sprint-section {
  border: 1px solid #eee;
  border-radius: 8px;
  margin: 13px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 0px;
  background: white;
}
.sprint-header .production .section-title {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.sprint-header.staged .icon {
  background-color: #e91e63;
}

.styled-sprint-table {
  width: 100%;
  border-collapse: collapse;
}
.section-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.bg-production {
  background-color: #2c2c2e;
}

.section-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: white;
  flex-shrink: 0;
}
.add-task {
  font-size: 20px;
  cursor: pointer;
  transition: transform 0.2s ease;
}




.sprint-header.production .icon {
  background-color: #2c2c2c;
}

.sprint-header.staged .icon {
  background-color: #e91e63;
}

.styled-sprint-table {
  width: 100%;
  border-collapse: collapse;
}

.styled-sprint-table th,
.styled-sprint-table td {
  padding: 14px 10px;
  vertical-align: middle;
  font-size: 14px;
  /* border: none; */
  width: 10%;
}
table.styled-sprint-table th {
  background-color: #f8f9fa;
  font-weight: 600;
}

.styled-sprint-table th, .styled-sprint-table td {
  padding: 7px 4px;
  vertical-align: middle;
  font-size: 14px;
  border-bottom: 2px solid #dddbdb;
  width: 10%;
}
/* table.styled-sprint-table.sprint-table {
  text-align: center;
}  */
span.badge.bg-success {
  background: #3f996b !important;
}
span.badge.rounded-pill.bg-warning {
  background: #cda21d !important;
}
span.badge.rounded-pill.bg-primary {
  background: #D66A00 !important;
}
span.badge.rounded-pill.bg-danger {
  background: #b00000d1 !important;
}
.styled-sprint-table td:nth-child(5) {
  background-color: #6bdbf8;
}

.styled-sprint-table td:nth-child(4){
   background-color:#a9e35a;
}
/* .styled-sprint-table td:nth-child(6){
    background-color:#7dbce6;
} */
.confidence-tag {
  background-color: #00b386;
  color: white;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 12px;
}

.progress-bar-wrapper {
  background: #f0f0f0;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
}

.progress-bar {
  background: #25cc73;
  height: 100%;
  border-radius: 4px;
}
.track {
  background-color: #2ea88e;
}

.confidence {
  padding: 8px 12px;
  border-radius: 5px;
  /* font-size: 12px; */
  /* font-weight: 600; */
  color: white;
  /* display: inline-block; */
}
/* Section Icon Colors */
.bg-staged {
background-color: #e91e63;
}
.bg-qa {
background-color: #6a1b9a;
}

/* Header Title Text Color */
.production-title {
color: #2c2c2c;
}
.staged-title {
color: #e91e63;
}
.qa-title {
color: #6a1b9a;
}
h3.heading-section {
  font-size: 18px;
  color: #3b3bc1;
  font-weight: 600;
  font-family: ui-monospace;
}
.task-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin-bottom: 20px;
  transition: all 0.3s ease;
  overflow: hidden;
  border-left: 5px solid #012970;
}

.task-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.task-header {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  background: #f9f9f9;
}

.task-icon i {
  font-size: 22px;
margin-right: 16px;
color: #012970;
animation: popIn 0.3s ease-in-out;
}

.task-title {
  flex-grow: 1;
}

.task-title h4 {
  margin: 0;
font-size: 1rem;
}

.task-status {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  padding: 5px 12px;
  border-radius: 20px;
  margin-top: 5px;
  background: #e0f7fa;
  color: #007b94;
  font-weight: 500;
}

.task-status i {
  margin-right: 6px;
  animation: pulse 2s infinite;
}

.task-toggle-icon i {
  transition: transform 0.3s;
}

.task-card.expanded .task-toggle-icon i {
  transform: rotate(180deg);
}

.task-details {
  padding: 12px;
  display: none;
  animation: fadeIn 0.3s ease-in-out forwards;
  background: #fcfcfc;
  border-top: 1px solid #eee;
}

.task-card.expanded .task-details {
  display: block;
}

.detail-item {
  display: flex;
/* align-items: center; */
gap: 8px;
padding: 10px 0;
font-size: 0.96rem;
color: #444;
border-bottom: 1px solid #f0f0f0;
}

.detail-item:last-child {
  border-bottom: none;
}

.detail-item i {
  color: #012970;
font-size: 1.1rem;
min-width: 24px;
text-align: center;
animation: fadeInUp 0.6s ease-in-out;
}

.detail-item strong {
  min-width: 130px;
  font-weight: 600;
  color: #333;
}

.detail-item span {
  flex: 1;
}

.priority.normal {
  background: #e0f8e9;
color: #2e7d32;
padding: 10px 12px;
border-radius: 12px;
font-size: 0.85rem;
font-weight: 500;
}

.status-badge.active {
  background: #e3f2fd;
  color: #1976d2;
  padding: 10px 12px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 500;
}

.status-badge i {
  animation: bounceIcon 1.5s infinite;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes popIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.8; }
}

@keyframes bounceIcon {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.priority i {
  font-size: 16px;
  color: green;
}

@media (max-width: 768px) {
  .task-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .task-icon {
    margin-bottom: 10px;
  }
}

/* new  css for responsive design */
@media (max-width: 992px) {
  .sprint-header {
    align-items: flex-start;
    gap: 10px;
  }

  .section-left {
    align-items: flex-start;
    gap: 8px;
  }

  .styled-sprint-table th,
  .styled-sprint-table td {
    font-size: 13px;
    padding: 10px 4px;
  }
}

@media (max-width: 767px) {
  .task-card {
        margin-top: 10px;
    }
  .sprint-header {
    padding: 10px;
  }
    .table-resposnive {
    width: 100%;
    overflow: scroll;
    }
  .section-title {
    font-size: 14px !important;
  }

  .add-task {
    align-self: flex-end;
  }

  .styled-sprint-table th,
  .styled-sprint-table td {
    font-size: 12px;
    padding: 8px 27px;
  }

  .progress-bar-wrapper {
    height: 6px;
  }

  .section-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  div#module_table_filter {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {
 
  .blockquote h4 {
       padding-left: 0px;
       text-align: center;
   }
   .blockquote h1 {
       font-size: 17px;
       padding: 14px;
       line-height: 25px;
       word-break: break-word;
   }
   .pagetitle.scrumquotes {
      display: flex;
      flex-direction: column;
      row-gap: 10px;
      padding: 0;
   }
 
  .pagetitle.scrumquotes {
     display: flex;
     flex-direction: column;
     row-gap: 10px;
  }
.blockquote h1:after {
  content: "";
  position: absolute;
  border: 2px solid #e74848;
  border-radius: 0 100% 0 0;
  width: 30px;
  height: 30px;
  bottom: -30px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}
 
.blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 4px solid #f6f9ff;
    bottom: -6px;
    left: 50px;
    z-index: 2;
}
 
}
@media (max-width: 767px) {
  .detail-item strong {
      min-width: 100px;
      font-weight: 600;
      color: #333;
  }
  .upload_chat {
   width: 100%;
   display: flex;
   justify-content: center;
   flex-direction: column;
   margin: 10px auto 20px;
}
.comment-design {
   overflow-y: auto;
   border: 1px solid #e5f3ff;
   padding: 15px;
   background: #fff;
   border-radius: 10px;
   box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
   width: 100%;
   margin: 0px auto;
}
textarea#comment {
   width: 100%;
   display: flex;
   justify-content: center;
   margin: 0px auto;
}
.form-control {
   border: 2px solid #ced4da;
   border-radius: 6px;
   padding: 10px;
   font-size: 16px;
   transition: border-color 0.3s ease-in-out;
   width: 100%;
   color: #757986;
}
.button-design {
   display: flex;
   justify-content: center;
   width: 100%;
}
}
@media (max-width: 767px) {
   .task-header {
    flex-direction: row;
    align-items: flex-start;
   }
}


/* .nav-icon {
  position: relative;
} */

.badge-number {
  position: absolute;
  top: -6px;
  right: -5px;
  font-size: 20px;
  padding: 0px 3px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  min-width: unset;
}

div#notificationDropdown {
  margin-right: 28px;
  cursor: pointer;
}
.notification-item.unread {
  background-color: #f0f4ff;
  font-weight: 500;
}

.notification-item.read {
  background-color: white;
  opacity: 0.8;
}

.status-group .status-box {
  padding: 8px 16px;
  border: 1px solid #dee2e6;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  font-weight: bold;
}

.status-group .status-box:first-child {
  border-radius: 25px 0 0 25px;
}

.status-group .status-box:last-child {
  border-right: 1px solid #dee2e6;
  border-radius: 0 25px 25px 0;
}

.button-design2fgh {
  display: flex;
  justify-content: end;
  margin: 10px auto 15px;
}

button#resetChartBtn {
  background-color: #004c9d;
  border: 2px solid #004e9b;
  color: #fff;
  padding: 7px;
  border-radius: 5px;
}

/* Card Styling */
.card-designform {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

/* Form Styling */
.message-section form#commentsData {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0px;
}

/* Post Item (Each Comment) */
.post-item {
  flex-direction: column;
  margin-bottom: 0px;
}

/* Comment Input Area */
.comment-input {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 6px;
  font-size: 16px;
  color: #333;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  resize: vertical;
  /* min-height: 120px; */
  max-height: 300px;
  box-sizing: border-box;
}

/* Comment Input Focus */
.comment-input:focus {
  border-color: #3e8ef7;
  background-color: #ffffff;
  outline: none;
}

/* TinyMCE Editor Styling */
.tox.tox-tinymce {
  visibility: visible;
  max-width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 10px;
}

/* TinyMCE Editor Toolbar */
.tox-toolbar__group {
  display: inline-block;
  margin-right: 8px;
}

.tox-tbtn {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  color: #444;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.tox-tbtn:hover {
  background-color: #e0e0e0;
  transform: scale(1.05);
}

.tox-tbtn:focus {
  outline: none;
  background-color: #d0d0d0;
}
.button-design2 {
  display: flex;
  justify-content: end;
  margin: 10px auto 15px;
}

/* Card Styling */
.card-designform {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

/* Form Styling */
form#commentsData {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
}


/* Comment Input Area */
.comment-input {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 6px;
  font-size: 16px;
  color: #333;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  resize: vertical;
  /* min-height: 120px; */
  max-height: 300px;
  box-sizing: border-box;
}

/* Comment Input Focus */
.comment-input:focus {
  border-color: #3e8ef7;
  background-color: #ffffff;
  outline: none;
}

/* TinyMCE Editor Styling */
.tox.tox-tinymce {
  visibility: visible;
  max-width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 10px;
}

/* TinyMCE Editor Toolbar */
.tox-toolbar__group {
  display: inline-block;
  margin-right: 8px;
}

.tox-tbtn {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  color: #444;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.tox-tbtn:hover {
  background-color: #e0e0e0;
  transform: scale(1.05);
}

.tox-tbtn:focus {
  outline: none;
  background-color: #d0d0d0;
}

/* Comment Textarea Visibility */
#tinymce_textarea {
  visibility: hidden;
  display: none;
}

/* TinyMCE Editor Container */
.tox-editor-container {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
}

/* Button Styling */
button[type="button"]dfrg {
  background-color: #3e8ef7;
  border: none;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: fit-content;
  align-self: flex-start;
}

button[type="button"]gfdg:hover {
  background-color: #1a7cd4;
}

/* Responsive Design for Small Screens */
@media (max-width: 768px) {
  .card {
      padding: 15px;
  }

  .tox-toolbar__primary {
      font-size: 14px;
  }

  .tox-tbtn {
      padding: 8px;
      font-size: 14px;
  }

  button[type="button"] {
      width: 100%;
      padding: 14px;
      font-size: 18px;
  }
  div#addSprints button[type="button"] {
    width: auto !important;
    font-size: 14px;
    background-size: auto !important;
}
}/* Comment Textarea Visibility */
#tinymce_textarea {
  visibility: hidden;
  display: none;
}

/* TinyMCE Editor Container */
.tox-editor-container {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
}

/* Button Styling */
button[type="button"]jnj {
  background-color: #3e8ef7;
  border: none;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: fit-content;
  align-self: flex-start;
}

button[type="button"]jjkhk:hover {
  background-color: #1a7cd4;
}

/* Responsive Design for Small Screens */
@media (max-width: 768px) {
  .card {
      padding: 15px;
  }

  .tox-toolbar__primary {
      font-size: 14px;
  }

  .tox-tbtn {
      padding: 8px;
      font-size: 14px;
  }

  button[type="button"] {
      width: 100%;
      padding: 14px;
      font-size: 18px;
  }
}
.ticketSave {
  padding: 8px 34px;
}
.status-cell .activeStatus {
  background-color: #297bab !important;
}
.status-cell .inactiveStatus {
  background-color: #b00000d1 !important;
}
i.fa.fa-trash.fa-fw.pointer {
  color: #3e59f0;
}
span.badge.active {
  background: #297bab;
}
span.badge.inactive {
  background: #b00000d1;
}
.main-section {
  width: 80%;
  /* max-width: 850px; */
  margin: auto;
}
.msger-header {
  background-color: #297bab;
  color: white;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
}
.msger-header h1 {
  margin: 0;
  font-size: 20px;
}
.msger-header .icon {
  font-size: 24px;
}
.chat-container {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.message {
  margin-bottom: 25px;
  position: relative;
}
.message .info {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 8px;
}
.message .user {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.message .avatar {
  width: 40px;
  height: 40px;
  background-color: #ccc;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 16px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.message .name {
  font-weight: bold;
  font-size: 15px;
  margin-right: 6px;
}
.message .role {
  color: #666;
  font-size: 13px;
  background: #f0f0f0;
  padding: 2px 8px;
  border-radius: 20px;
}
.message .text {
  font-size: 15px;
  margin-left: 52px;
  line-height: 1.6;
  background: #e9e9e9;
  padding: 10px 15px;
  border-radius: 10px;
  /* max-width: 90%; */
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      word-break: break-all;
}
.message .text iframe {
    width: 100%;
}
.comment-box{
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.comment-box textarea {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  resize: none;
  font-size: 14px;
  height: 18px;
  margin-right: 10px;
}
.comment-box button {
  padding: 12px 18px;
  background-color: #297bab;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.comment-box button:hover {
  background-color: #2980b9;
}
@media (max-width: 767px) {
        .main-section {
        width: 100%;
      
        margin: auto;
    }
}

nav.header-nav.ms-auto {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

div#projects_length {
  padding-bottom: 20px;
}
div#dev-listing_length {
  padding-bottom: 20px;
}
div#projects_length {
  padding-bottom: 20px;
}
.badges.bg-primary.text-capitalize.probtn{
  background-color: #297BAB !important;
  border-radius: 5px !important;
  min-width: 100px;
  text-align: center;
  color: #fff;
  padding: 6px 6px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}


.row.row-design {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row.row-design .col-md-2 {
padding: 0!important;
}
.row-design .col-md-2 button.btn.btn-primary.m-3 {
  margin: 0 !important;
  background: #4154f1;
}
.card.info-card.sales-card {
  margin-bottom: 0 !important;
}
li.dropdown-header .row {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: 0px 0;
  padding: 0;
}
div#notification_length {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .delete-comment {
      width: auto;
  }
  .status-button.ms-0 {
      width: auto;
      padding: 8px 14px;
  }
  }

  .sticky-card {
    padding: 20px 15px 10px;
  }
  .notes-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    overflow-y: auto; 
    overflow-x: hidden;
    max-height: 600px;
    padding: 40px 0px;
    height: auto;
  }
  
  .note {
    width: 300px;
    max-height: fit-content;
    overflow: hidden;
    padding: 1.5rem;
    background: #fff9a0;
    border-radius: 10px;
    box-shadow: -2px 10px 10px rgb(0 0 0 / 7%);
    position: relative;
    display: flex;
    flex-direction: column;
    /* animation: popIn 0.4s ease; */
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
  }
  
  .note.expanded {
    max-height: none;
  }
  
  .note:hover {
    transform: rotate(0deg) scale(1.05) !important; /* Ensure hover state works */
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
    z-index: 3;
    -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, .2);
    -webkit-transform: scale(1.1);
  }
  
  .note-title,
  .note-body {
    border: none;
    outline: none;
    background: transparent;
  }
  
  .note-title {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  
  .note-body {
    font-size: 1rem;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  
  .read-more-link {
    font-size: 0.85rem;
    color: #007bff;
    cursor: pointer;
    margin-top: 0.3rem;
    display: inline-block;
  }
  
  .delete-btn {
    position: absolute;
    top: 6px;
    right: 8px;
    color: #c0392b;
    font-size: 1.2rem;
    cursor: pointer;
  }
  
  .dots-menu {
    position: absolute;
    top: 6px;
    left: 8px;
    color: #555;
    font-size: 1.2rem;
    cursor: pointer;
  }
  
  .add-note {
    width: 250px;
    height: 250px;
    border: 2px dashed #bbb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    font-size: 2.5rem;
    color: #999;
    cursor: pointer;
    transition: 0.3s;
    transform: rotate(-5deg) scale(1.02);
  }
  
  .add-note:hover {
    background: #fdfdfd;
    transform: rotate(0deg) scale(1.05) !important;
  }
  
  @keyframes popIn {
    from {
      transform: scale(0.6) rotate(10deg);
      opacity: 0;
    }
    to {
      transform: scale(1) rotate(0deg);
      opacity: 1;
    }
  }
  
  .color-yellow { background: #fff9a0; }
  .color-green  { background: #d4f4be; }
  .color-blue   { background: #cce5ff; }
  .color-pink   { background: #ffd6e0; }
  .color-purple { background: #ede7f6; }
  
  .note:nth-child(odd) {
    transform: rotate(-3deg) scale(1.02);
  }
   
  .note:nth-child(even) {
    transform: rotate(4deg) scale(1.02);
  }
  .vbo-sticky-note-sign {
    font-size: 0.85em;
    font-style: italic;
    text-align: right;
    margin-top: 30px; /* Reduced margin for a more compact look */
    color: #000000; /* A darker color for the text to ensure readability */
  }
  
  .vbo-sticky-note-sign-dt {
    display: block; /* Ensures the date and time are on a new line */
    margin-bottom: 4px; /* Adds a little space between the date and user */
    text-transform: uppercase !important;
  }
  
  .vbo-sticky-note-sign-user {
    font-weight: bold; /* Make the user name stand out */
    color: #085cb6; /* A blue color to highlight the username */
  }
  .sticky-heading i{
    font-size: 25px;
  }
  .project {
    width: auto;
}

@media (max-width: 767px) {
  .main-section {
  width: 100%;
margin: auto;
  
}
.row.row-design {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
gap: 15px;
}
.row.row-design .btn {
width: 50% !important;
}
select#projectFilterselectBox {
width: 50%;
}
div#notification_filter {
  padding-bottom: 25px;
}
div#addSprints .modal-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
div#addSprints .modal-content {
  width: 100% !important;
}
} 
h3.sticky-heading {
  color: #012999;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}
@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.shake {
  animation: shake 0.5s ease;
  animation-fill-mode: both;
}
.note-saved-message {
  color: green
}


card.upcoming-holidays {
  margin-bottom: 0px !important;
}

.ql-container {   
  font-size: 16px !important;
}
div#dev-listing_filter {
    margin-bottom: 15px;
}

/* Container */
/* new css  */
div#remindersTable_filter {
  margin-bottom: 10px;
}

div#remindersTable_wrapper {
  padding-bottom: 10px;
}

div#role_table_filter {
  padding-bottom: 20px;
}
div#clients_filter {
  margin-bottom: 20px;
}
div#module_table_filter {
  margin-bottom: 20px;
}

div#department_table_filter {
  padding-bottom: 20px;
}
div#users_table_filter {
  margin-bottom: 20px;
}
div#feedbacks_filter {
  padding-bottom: 20px;
}
div#leavestable_filter {
  padding-bottom: 20px;
}
div#tickets_filter {
  padding-bottom: 25px;
}

/* form#filter-data {
  padding-top: 0px;
} */

@media (max-width: 767px) {
  .ticket-design{
    display: flex;
    row-gap: 20px;
  
  }

    .documents-grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 12px;
  }
  button.btn.bg-primary.text-white.px-3 {
    width: 100%;
}
}

span.badge.completed {
  background: #3f996b !important;
}
.chat-container .message .text img {
  width: 80%;

}

.chat-container .message .text p {
  margin-bottom: 0px !important;
}

form#update_profile_picture .btn-sm {
  font-size: 13px;
  padding: 8px 14px;
  min-width: auto;
  text-align: center;
  border-radius: 5px;
}
.leaveType {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.leaveType p.text-muted.small span {
    font-weight: 600;
    color: #000;
}


.detail-item img {
    width: 70%;
}
span#unread-message-counts {
    position: absolute;
    top: -6px;
    right: -20px;
    background-color: #dc3545;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.detail-item img {
    width: 70%;
}
/* new design css start*/

    .msg-avatar-wrapper{
      position: relative;
      width: 50px;
      height: 50px;
      flex-shrink: 0;
      border: 2px solid #01299c;
      border-radius: 50%;
      padding: 2px;
    }

    .msg-avatar-img,
    .msg-avatar-initial {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      font-size: 0.95rem;
      text-transform: uppercase;
    }

    .msg-avatar-initial {
        background-color: #2a2e28;
        color: white;
    }

    .msg-status-dot {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 15px;
      height: 15px;
      border: 2px solid white;
      border-radius: 50%;
    }

    .msg-online {
      background-color: #28a745;
    }

    .msg-offline {
      background-color: #adb5bd;
    }
.msg-card {
    align-items: center !important;
    background-color: #e5ebf6;
    border-radius: 15px;
    padding: 10px 15px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 0px;
    position: relative;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    cursor: pointer;
    /* height: 100%; */
}

    .msg-card:hover {
      background-color: #f6f9ff;
      transform: translateY(-4px);
      box-shadow: -2px 10px 10px rgb(0 0 0 / 7%);

    }

   .msg-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    row-gap: 1px;
}
    .msg-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .msg-time {
      font-size: 0.75rem;
      color: #6c757d;
      white-space: nowrap;
      margin-left: 10px;
    }
    .msg-unread-badge {
        background-color: #ede7f6d6;
        color: white;
        font-size: 0.7rem;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
        line-height: 20px;
        font-weight: bold;
        position: absolute;
        bottom: 8px;
        right: 10px;
    }

    .msg-name {
      font-size: 0.95rem;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
    }

    .msg-sender {
      color: #0d6efd;
      font-size: 0.85rem;
    }

    .msg-preview {
      color: #6c757d;
      animation: blinkDot 1.2s infinite ease-in-out;
      font-size: 0.85rem;
      box-shadow: none;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
    }

    .msg-section-title {
     
          color: #012999;
          font-family: "Poppins", sans-serif;
          font-size: 18px;
          font-weight: 500;
      }
    .msg-group-card {
        background-color: white;
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        margin-bottom: 0px;
        height: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 0px;
    }
    
    .main-div {
        margin-bottom: 30px;
        /* background: #fff; */
        padding: 20px 15px;
        border-radius: 5px;
    }

    .main-chat-container {
      /* max-width: 1100px; */
      margin-left: 0;
      margin-right: auto;
    }
    .msg-design {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        height: 320px;
        overflow-y: auto;
        padding: 10px;
    }


    @keyframes blinkDot {
      0%, 100% {
        opacity: 1;
        
      }
      50% {
        opacity: 0.3;
        
      }
    }
    .action_btn {
    display: flex !important;
    gap: 10px;
    justify-content: flex-end !important;
}

table.styled-sprint-table.sprint-table.custom {
    text-align: left;
}
.msg-clock-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ffa638;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: white;
    box-shadow: 0 0 0 1px white;
}
.text-secondary {
    font-size: 0.85rem;
}
/* new design css end*/
.search-table {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  margin-bottom: 50px;
  transition: all 0.3s ease;
}

.search-table:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.1);
}

.search-header {
  padding: 8px 25px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-header .avatar {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
}

.search-header h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.search-header .sub-count {
  font-weight: 600;
  font-size: 1rem;
  opacity: 0.85;
  margin-left: auto;
  color: #000000;
}

.search-table table {
  width: 100%;
  border-collapse: collapse;
}

.search-table thead {
  background: #f9f9f9;
}

.search-table th,
.search-table td {
  padding: 12px 15px;
  font-size: 0.95rem;
  text-align: left;
}

.search-table tbody tr {
  background: #fff;
  border-bottom: 1px solid #eee;
  transition: background 0.2s ease;
}

.search-table tbody tr:hover {
  background: #f1f5f8;
}

.search-table .badge-custom {
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 500;
  display: inline-block;
}

.search-table .badge-ongoing {
  background: #d6f0fa;
  color: #0c5a74;
}

.search-table .badge-review {
  background: #fff3cd;
  color: #856404;
}

.search-table .badge-active {
  background: #007bff;
  color: white;
}

.search-table .workflow-stages {
  display: flex;
  gap: 6px;
}

.search-table .workflow-stages span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 0.75rem;
  color: white;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}

.search-table .stage-1 { background: #6ec1e4; }
.search-table .stage-2 { background: #f9bc86; }
.search-table .stage-3 { background: #6dd3a9; }
.search-table .stage-4 { background: #f18a8a; }
.search-table .stage-5 { background: #c4b7f9; }

.search-table .action-icon {
  margin: 0 5px;
  cursor: pointer;
  transition: 0.2s;
}

.search-table   .action-icon.view { color: #17a2b8; }
.search-table .action-icon.edit { color: #ffc107; }
.search-table .action-icon.delete { color: #dc3545; }

.search-1 .search-header { background: linear-gradient(120deg, #297bab, #d6d9d5);}
.search-2 .search-header { background: linear-gradient(120deg, #2a9d8f, #d6d9d5);}
.search-3 .search-header { background: linear-gradient(120deg, #927464, #d6d9d5);}

.clickable-row {
  cursor: pointer;
}

form#searchForm {
    position: relative;
    z-index: 1;
}
.text-warnings{
  font-size: 0.85rem;
}
#Projectsdata .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-right: 28px; /* extra space for the cross */
}
 
#Projectsdata .ticketfile {
  position: absolute;
  right: 6px;

  transform: translateY(-50%);
  font-size: 14px;
  cursor: pointer;
}
#Projectsdata .btn:hover .ticketfile {
  color: #fff !important; /* Still red */
}
#editor {
  min-height: 120px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.ql-editor {
  padding: 10px;
  line-height: 1.5;
}

.ql-editor p {
  margin: 0;
}
.notification-entry {
  display: flex;
  align-items: start;
  gap: 0px;
}
 
.notification-icon {
  font-size: 1rem;
  margin-top: 4px;
  color: #297bab !important;
}
 
/* Bounce Animation */

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
 
.animate-bounce {
  animation: bounce 1s infinite;
}
.project-toggle-icon i {
  transition: transform 0.3s ease;
}

.project-task-card.expanded .project-toggle-icon i {
  transform: rotate(180deg); /* Arrow points up when expanded */
}
.copy-btn {
    position: absolute;
    top: 6px;
    right: 35px;
    color: #1a62b1eb;
    font-size: 1.2rem;
    cursor: pointer;
}
.note-content {
    padding-top: 10px;
}
.notification-label {
    display: flex;
    align-items: center;
    gap: 6px;
}
.accordion-header .accordion-button::after {
    filter: brightness(13.5) !important;
}
.comment-section .accordion-button:not(.collapsed){
  background: #2b7ca9 !important;
}
.comment-section button.accordion-button{
    background: #2b7ca9 !important;
}

.projectComment {
  font-size: 24px;
  font-weight: 600;
  color: #012970;
}
.comment-section {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    padding: 21px;
}
  .truncated {
  max-height: 120px;
  overflow: hidden;
  position: relative;
}
/* .task-details {
  max-height: 600px;
  overflow-y: auto;
  padding-right: 8px;
} */

/* .styled-sprints-table  thead, th, tbody, td {
    text-align: center;
} */
 .text-center{
text-align: center;
 }
 .text-left{
text-align: left;
 }
 #comment-scroll {
    max-height: 1000px;
    overflow-y: auto;
}
#spinner_loader {
  font-size: 0.9rem;
  color: #555;
}

.approval-section {
  border: 1px solid #eee;
  border-radius: 8px;
  margin: 13px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 0px;
  background: white;
}
.approval-header .production .section-title {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.approval-header.staged .icon {
  background-color: #e91e63;
}

.styled-approval-table {
  width: 100%;
  border-collapse: collapse;
}
