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

body {
  /* font-family: "Open Sans", sans-serif;
  background: #f6f9ff;
  color: #444444; */
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}


a {
  color: #0013ad;
  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;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #0013ad;
  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);
}
@media (max-width: 480px) {
  .dropdown-menu {
    width: 100vw !important;
  }
}
.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 35px;
  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);
  overflow: hidden;
}

.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: 0 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: #0013ad;
}
.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: #0013ad;
}
.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #0013ad;
  border-bottom: 2px solid #0013ad;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}
@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}
.logo img {
  max-height: 40px;
  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;

  /* 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;
}
.header-nav .nav-icon {
  font-size: 20px;
  color: #012970;
}
.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;
}
.header-nav .badge-number {
  position: absolute;
  inset: 4px 6px auto auto;
  font-weight: normal;
  font-size: 11px;
  padding: 3px 6px;
}
.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 .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: 240px;
  padding-bottom: 0;
}
.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}
.header-nav .profile .dropdown-header span {
  font-size: 14px;
}
.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: 0px;
  }
}
@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;
}
.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: 16px;
  font-weight: 400;
  color: #0013ad;
  transition: 0.3;
  background: #ddb373;
  padding: 6px 17px;
  border-radius: 7px;
  font-family: auto;
}
.sidebar-nav .nav-link i {
  font-size: 20px;
  margin-right: 10px;
  color: #0013ad;
}
.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}
.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}
.sidebar-nav .nav-link:hover {
  color: #0013ad;
  background: #f6f9ff;
}
.sidebar-nav .nav-link:hover i {
  color: #0013ad;
}
.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: #0013ad;
}
.sidebar-nav .nav-content a.active i {
  background-color: #0013ad;
}

/*--------------------------------------------------------------
# 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: #0013ad;
}
.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;
}
.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}
.dashboard .sales-card .card-icon {
  color: #0013ad;
  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: 80px;
  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: #0013ad;
}
.dashboard .news p {
  font-size: 14px;
  color: #777777;
  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: #0013ad;
}
.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #0013ad;
}
.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: #0013ad;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: #0013ad;
  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: #0013ad;
  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;
}

/* start prince css */

.jumbodx {
  background: #f8f8f8;
  padding: 48px;
  text-align: center;
  margin-bottom: -10px;
}

.text_style {
  font-family: "Means Web", Georgia, Times, "Times New Roman", serif;
  font-size: 3rem;
  margin-bottom: 6px;
  text-transform: capitalize;
  line-height: 1.1;
}
.jumbo-Dy {
  padding-left: 79px;
  max-width: 696px;
}
.parag1 {
  letter-spacing: -0.05rem;
}
.parag2 {
  font-family: "Means Web", Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
}
.parag {
  margin: 50px;
}
.text1 {
  font-family: "Means Web", Georgia, Times, "Times New Roman", serif;
  padding: 10px 0px;
}

.search_icon {
  position: relative;
  top: -28px;
  right: -68px;
}
/* survey page start code here */
.text_style_head {
  font-family: "Means Web", Georgia, Times, "Times New Roman", serif;
  font-size: 2rem;
  margin-bottom: 6px;
  text-transform: capitalize;
  line-height: 1.1;
}
.txtbt {
  font-family: "Means Web", Georgia, Times, "Times New Roman", serif;
}
.jumbo_dy {
  background: #f8f8f8;
  padding: 48px;
  text-align: center;
  margin-bottom: -10px;
  font-family: "Means Web", Georgia, Times, "Times New Roman", serif;
}
.card-subtitle {
  font-family: "Means Web", Georgia, Times, "Times New Roman", serif;
}
.navbaritem {
  font-family: "Means Web", Georgia, Times, "Times New Roman", serif;
}

.navbaritem li {
  font-weight: bold;
  margin-left: 10px;
}
.iconset {
  position: relative;
  top: -30px;
  left: 86px;
  font-size: larger;
}
.img1 {
  position: relative;
  left: 100px;
}
.paratext {
  font-size: medium;
  font-family: "Means Web", Georgia, Times, "Times New Roman", serif;
  margin-bottom: 30px;
}
.jumbo-Dy1 {
  font-weight: 700;
  font-family: "Means Web", Georgia, Times, "Times New Roman", serif;
}
.jumbodx1 {
  background: #f8f8f8;
  padding: 48px;
  margin-bottom: -10px;
}
.btn_position {
  position: relative;
  left: 138px;
  font-weight: 700;
}
.btn_position:hover {
  background-color: #a7d3d8;
  color: rgba(206, 23, 23, 0.801);
}
.text_style_head_1 {
  font-family: "Means Web", Georgia, Times, "Times New Roman", serif;
  font-size: 1.7rem;
  margin-bottom: 6px;
  text-transform: capitalize;
  line-height: 1.1;
}
.exe_icon {
  position: relative;
  left: 29px;
  top: 10px;
  font-size: x-large;
  color: orange;
}
.jumbodx_text {
  background: #f8f8f8;
  padding: 48px;
  margin-bottom: -10px;
}
.text_style_size {
  font-family: "Means Web", Georgia, Times, "Times New Roman", serif;
  font-size: 1.5rem;
  margin-bottom: 6px;
  text-transform: capitalize;
  line-height: 1.1;
}
.cont_style {
  background-color: #f6f6f4;
}
.left {
  text-align: left;
  font-weight: 700;
}
.right {
  text-align: right;
  font-size: larger;
}
.left,
.right {
  display: inline-block;
  width: 50%;
}

/*  calender code css*/
ul {
  list-style-type: none;
}
body {
  font-family: Verdana, sans-serif;
}

.month {
  padding: 70px 25px;
  width: 100%;
  background: #1abc9c;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month .prev {
  float: left;
  padding-top: 10px;
}

.month .next {
  float: right;
  padding-top: 10px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size: 12px;
  color: #777;
}

.days li .active {
  padding: 5px;
  background: #1abc9c;
  color: white !important;
}

/* Add media queries for smaller screens */
@media screen and (max-width: 720px) {
  .weekdays li,
  .days li {
    width: 13.1%;
  }
}

@media screen and (max-width: 420px) {
  .weekdays li,
  .days li {
    width: 12.5%;
  }
  .days li .active {
    padding: 2px;
  }
}

@media screen and (max-width: 290px) {
  .weekdays li,
  .days li {
    width: 12.2%;
  }
}
.content-studio-btn {
  position: relative;
  float: none !important;
  background-color: #716b67;
  color: white;
  border: none;
}
.creat-studio-btn {
  position: relative;
  float: right;
  background-color: #dbd6d2;
  color: black;
  border: none;
  margin-left: 2px;
}
.content-studio-btn1 {
  background-color: #716b67;
  color: white;
  border: none;
}
.ml-inbox-style {
  font-family: "Means Web", Georgia, Times, "Times New Roman", serif;
  font-size: 1.6rem;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.root-3TDqk .eyebrow-2TNPy,
.wink .root-3-tqX .eyebrow-2TNPy {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  max-width: 100%;
}
.card-img {
  width: 138%;
  height: 50%;
}
/* end calender css */

/* end prince css */

/* saurabh css start */
.buttonContainer-2My5j button {
  background-color: transparent;
  color: #000;
}

/* .buttonContainer-2My5j a{
  background-color: transparent;
  color: #000;
} */

.highlight {
  color: #007c89;
}

.footer_new {
  position: relative;
  bottom: 0;
  width: 100%;
}

.contact_icon {
  font-size: 24px;
}

.upload a {
  color: #000;
}

.upload a:hover {
  color: #000;
  text-decoration: none;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #f6f6f4;
  max-width: 70ch;
  padding: 24px;
  text-align: center;
  color: #241c15a6;
  border-radius: 8px;
  cursor: pointer;
}

.upload-btn-wrapper .btn {
  padding: 8px 20px;
  /* font-size: 20px; */
  font-weight: 500;
  width: 34rem;
  color: #007c89;
  text-decoration: underline;
}

.upload-btn-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.upload-btn-wrapper .btn img {
  width: 24px;
  height: 24px;
}

@media (min-width: 320px) {
  .upload-btn-wrapper {
    width: 215px !important;
  }
}
@media (min-width: 320px) {
  .browsefile {
    margin-left: -180px !important;
  }
}

.copyPasteField textarea {
  width: 100%;
}

.customeCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customeCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  /* background-color: #eee; */
  border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
/* .customeCheck:hover input ~ .checkmark {
  background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */
.customeCheck input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customeCheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customeCheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.h-200 {
  height: 200px;
}

.review {
  list-style: disc;
}

.review li {
  font-weight: 500;
  margin: 18px 0;
}

.review span {
  font-weight: normal;
}

.accordion-button_new {
  position: relative;
  top: 12px;
  border-radius: 5px;
  background-color: #716b67 !important;
  height: 40px;
  color: #ffffff !important;
}
.accordion-button::after,
.accordion-button_new:not(.collapsed)::after {
  background: none !important;
}
/* saurabh css end */

/* @media only screen and (max-width: 720px) {
  .card-img, .content-studio-btn, .ml-inbox-style{width: 13.1%;}
} */
/* @media screen and (max-width: 420px) {
  .weekdays li, .days li {width: 12.5%;}
  .days li .active {padding: 2px;}
} */

/* hitesh css start  */
.pageuntitle {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
  text-align: left;
}

.editname {
  text-align: left;
  color: #51678f;
  font-weight: 600;
}
.editname a {
  text-decoration: none;
  color: #51678f;
  font-size: small;
}

.mainbox {
  border: 0.2px solid rgb(214, 211, 211);
  border-radius: 4px;
  width: 95%;
  padding: 10px;
}

.to1 {
  text-align: left;
}

.data1 {
  margin-left: 23px;
  margin-top: 10px;
}

.button1 {
  position: relative;

  top: 20px;
  border-radius: 3px;
  background-color: #716b67;
  height: 40px;
  color: #ffffff;
  width: 142px;
  border: none;
}
.button1hs {
  border-radius: 3px;
  background-color: #716b67;
  height: 40px;
  color: #ffffff;
  width: 142px;
  border: none;
}
.sendimidiatebtn {
  border-radius: 3px;
  /* background-color: #716b67; */
  height: 40px;
  color: #40474e;
  width: 100%;
  border: none;
}

@media (max-width: 320px) {
  .sendimidiatebtndiv {
    margin-top: 15px;
  }
}

.sendimidiatebtn:hover {
  color: #111213;
  border: 0.5px solid rgb(104, 101, 101);
}

.Schedulesave {
  background-color: #716b67;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  float: left;
}

.acordian {
  position: relative;

  margin-top: 30px;
}

.defaultimg {
  width: 130px;
  margin-top: 10px;
}

.strng {
  text-align: left;
}

.p1 {
  text-align: left;
}

.button22 {
  text-align: left;
  background-color: #716b67;
  color: #ffffff;
  border: none;
  border-radius: 3px;
}

.button2a {
  color: #ffffff;
}

.button2aa {
  text-align: left;
  color: #716b67;
}
.btnalign {
  text-align: left;
}

.div1hs {
  text-align: left;
}

.p2 {
  margin-left: 23px;
  margin-top: 10px;
}

.aa1 {
  position: relative;
  margin-bottom: 5px;

  top: 20px;
  width: 142px;
}

.div2 {
  text-align: left;
}

.p3 {
  margin-left: 23px;
  margin-top: 10px;
}

.aa2 {
  position: relative;
  margin-bottom: 5px;
  top: 20px;
  width: 142px;
}

.div3 {
  text-align: left;
}

.p4 {
  margin-left: 23px;
  margin-top: 10px;
}

.aa3h {
  position: relative;
  margin-bottom: 5px;
  top: 20px;
  width: 142px;
}

.imgtemp {
  height: 215px;
  margin-top: 20px;
}

.div4 {
  width: 95%;
  margin-left: 28px;
}

.div5 {
  text-align: left;
  position: relative;
  padding: 30px;
}

.span1 {
  display: block;
  text-align: left;
  margin-left: 58px;
}

.span2 {
  display: block;
  text-align: left;
  font-size: 11px;
  padding: 7px;
  margin-left: 52px;
}

.aa4 {
  text-decoration: none;
  color: #6c757d;
}

.span3 {
  display: block;
  text-align: left;
  font-size: small;
  margin-bottom: 30px;
  margin-left: 58px;
}
.div6 {
  margin-bottom: 30px;
}
.b1 {
  margin-left: -648px;
}

.ul2 {
  text-align: left;
}

.imgfcbk {
  width: 40px;
  height: 45px;
}

.div7 {
  background-color: rgb(229, 220, 220);
  padding: 20px;
}
.h5 {
  text-align: left;
  margin-left: 15px;
}
.ul3 {
  list-style: disc;
  text-align: left;
}
/* hitesh css end */

/* piyush css start  */
.div1 table tr th {
  font-weight: 500;
  color: #012970;
}

.head {
  padding: 2.5%;
}

.tab {
  padding-left: 2.5%;
}

.row1 {
  /* padding-left: 35px; */
  height: 100px;
  padding-top: 10px;
  display: flex;
  background-color: pink;
  width: 50%;
}
.bt2 {
  margin: 20px 10px;
  border-radius: 3px;
}

/*Uvaish css start */
.row1 {
  height: 100px;
  padding-top: 10px;
  display: flex;
  background-color: #f9e0fa;
  width: 50%;
  margin-left: 25px;
}
.bt2 {
  margin: 20px 10px;
  border-radius: 3px;
}
/* .card{
  margin: 5px 21px; 

}*/
.column-feature .card {
  width: 210px;
  height: 220px;
  border: 1px solid;
  border-radius: 3px;
}
.row-feature {
  display: flex;
}
.title-tt {
  margin-left: 25px;
  width: 201px;
  text-align: center;
  font-size: 12px;
  font-family: sans-serif;
}
.title-tt h4 {
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 600;
}
.footer-template {
  background-color: white;
  border-top: 1px solid #51678f;
  font-family: sans-serif;
  display: flex;
  padding: 10px 0;
  position: fixed;
  bottom: 0 !important;
  width: 100%;
}
.footer-template h4 {
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 6px;
}
.footer-template i {
  margin-top: 10px;
  margin-left: 20px;
}

/*Uvaish css end */

/*Anil kumar css start */
.nav-control {
  display: flex;
  justify-content: space-between;
  padding: 60px 80px 10px 80px;
}

.upload-buttons-studio button {
  color: white;
  background-color: #17a2b8;
  border: none;
  margin-right: 1px;
  padding: 0px 10px 0px 10px;
  transition: 0.3s;
  /* border-color: #17a2b8; */
}
.upload-buttons-studio label {
  cursor: pointer;
}

.upload-buttons-studio button:hover {
  color: white;
  background-color: #037e91;
}

.upload-buttons-studio {
  display: flex;
  height: 35px;
}

.btn-update-studio {
  border-radius: 3px 0px 0px 3px;
}

.btn-studio {
  border-radius: 0px 3px 3px 0px;
}

.dropdown-menu-studio:hover {
  color: black;
  background-color: #ebf9fc;
}

.dropdown-menu-studio a:hover {
  color: black;
}

.upload-buttons-studio button a,
.upload-buttons-studio button i {
  color: white;
  font-weight: 500;
}

.search-bar-studio {
  width: 50%;
}

.search-form-studio input {
  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%;
}

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

.main .search-form-studio input:focus,
.maIn .search-form-studio 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);
}

.add-file-studio {
  text-align: center;
}

/* .containa-studio{
  overflow: hidden;
}
.add-file-studio{
  overflow-y: scroll;
  margin-top: 10vh;
  height: 43vh;
  margin-bottom: 7vh;
} */
.add-file-img img {
  width: 20%;
  margin-top: 15vh;
}

.dropdown-item-studio {
  color: black;
  padding: 15px;
  margin-right: 170px;
  font-size: 14px;
}

/*model*/
.modal-header {
  background-color: rgb(220 220 220);
}
.modal-footer {
  justify-content: flex-start;
  padding: 10px;
  margin-left: 5px;
}

.modal-title {
  margin: auto;
}

.modal-header button {
  font-size: 30px;
}

.field-wrapper {
  padding: 20px;
}

.field-wrapper label {
  padding: 10px;
}

.field-wrapper input {
  width: 100%;
}

.modal-content {
  width: 80%;
  margin-top: 80px;
}

.modal-footer button {
  background-color: #6c757d;
  border: none;
  transition: 0.3s;
  border-radius: 3px;
  color: white;
  height: 30px;
  padding: 0px 10px;
}

.modal-footer button a {
  color: white;
  font-family: Verdana, sans-serif;
}

.modal-footer button:hover {
  color: white;
  background-color: #6c757d;
  border-radius: 3px;
}
.modal-footer .button-cancel:hover {
  background-color: rgb(80, 80, 80) !important;
}
.header {
  z-index: 9999;
}

/* .sidebar{
  z-index: 9998;
} */

/* .modal-dialog{
  margin: 60px auto auto 580px;
} */

/*add a subscriber*/
.sub-pairagraph {
  padding: 12px 0px 12px 12px;
  background-color: #c5dbf2;
  border-radius: 2px;
  color: #241c15;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
}

.sub-pairagraph p {
  margin: 0;
}

.sub-req-data {
  color: red;
}

.sub-form-heading label {
  margin-top: 25px;
  display: block;
  font-weight: 600;
  font-size: 18px;
}

.sub-form-heading input {
  width: 100%;
  display: block;
  height: 36px;
  padding: 10px;
  padding-top: 8px;
  font-size: 16px;
  border: 1px solid rgb(185 185 185);
  border-radius: 3px;
}

.av-text {
  margin-bottom: 25px;
}

.sub-contry-select {
  width: 100%;
  height: 35px;
}

.sub-birthday-field {
  display: flex;
  /* width: 25%; */
}

.sub-month-field input {
  justify-content: center;
}

.birth-slash-field {
  padding: 5px;
}

.subscribe-tag {
  border: 2px solid rgb(185 185 185);
  border-radius: 3px;
  margin: 30px 0;
  padding: 20px;
  height: auto;
}

.subscribe-tag-heading {
  display: flex;
  justify-content: space-between;
}

.sub-dropdown-center button {
  width: 55px;
  border: none;
  background-color: rgb(192, 192, 192);
  height: 35px;
  border-radius: 3px;
}

.sub-dropdown-center button a {
  color: black;
  text-decoration: none;
  font-size: 30px;
  margin: -25px -10px;
  position: absolute;
}

.sub-dropdown-center div {
  width: 60%;
  padding: 8px;
}

.sub-dropdown-center div input {
  width: 100%;
  height: 35px;
}

.sub-dropdown-center div p {
  margin: 15px 20px;
  opacity: 0.8;
  font-size: 14px;
  font-family: Verdana, sans-serif;
}

.sub-dropdown-center div ul {
  padding-left: 0;
}

.sub-dropdown-center div ul li p {
  font-weight: bold;
  font-family: Verdana, sans-serif;
}

.sub-dropdown-center div ul li a {
  float: right;
  padding: 10px 5px;
  text-decoration: none;
}

.checkbox-field-description {
  display: -webkit-box;
}

.checkbox-field-description input {
  margin: 3px 15px 0px 0px;
  width: 23px;
  height: 23px;
}

.checkbox-field-description p {
  width: 80%;
  margin: 0;
  font-weight: 500;
  font-family: Verdana, sans-serif;
}

.checkbox-description {
  margin-left: 40px;
  opacity: 0.8;
}

.sub-button {
  background-color: #716b67;
  border: none;
  padding: 5px 20px 5px 20px;
  color: white;
  border-radius: 3px;
  font-weight: 400;
  margin: 20px 0px 50px;
}

.subscribe-btn-section input:hover {
  transition: 0.3s;
  background-color: #5e5d5d;
}

/* anil kumar css end */
/* Abhishek css start */

.div1 {
  height: 60%;
  overflow: scroll;
  border: 1px solid #777777;
}

.div1 table {
  border-spacing: 0px;
}

.div1 th {
  border: 1px solid #bbbbbb;
  padding: 5px;
  width: 80px;
  min-width: 80px;
  position: sticky;
  top: 0;
  background: #72727200;
  font-weight: bold;
}

.div1 td {
  border: 1px solid #bbbbbb;
  padding: 5px;
  width: 80px;
  min-width: 80px;
}

.div1 th:nth-child(1.) .div1 td:nth-child(1.) {
  position: sticky;
  left: 0;
}

.div1 th:nth-child(2.) .div1 td:nth-child(2.) {
  position: sticky;
  left: 90px;
}

/*--------Abhishek css end--------*/
/* Abhishek css start */
.div1 {
  height: 60%;
  overflow: scroll;
  border: 1px solid #777777;
}

.div1 table {
  border-spacing: 0px;
}

.div1 th {
  border: 1px solid #bbbbbb;
  padding: 5px;
  width: 80px;
  min-width: 80px;
  position: sticky;
  top: 0;
  background: #72727200;
  font-weight: bold;
}

.div1 td {
  border: 1px solid #bbbbbb;
  padding: 5px;
  width: 80px;
  min-width: 80px;
}

td:first-child {

  left: 0;
  z-index: 1;
  background-color: white;

  width: auto;
}

th:first-child {

  left: 0;
  z-index: 1;
  background-color: white;
}

/*--------Abhishek css end--------*/
/*naimish css creat-segment-collapse*/
.navbar {
  color: white;
  background-color: black;
  border-radius: 5px;
}
.upperbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #efeeea;
}
.option select {
  border: rgb(127, 120, 120) 1px solid;
  transition: all 0.2s ease-in-out 0s;
  font-weight: normal;
}
/* hitesh overview css start */
.overview {
  padding: 15px 0px 0px 0px;
  margin-top: 20px;
}
.tbldata {
  border: rgb(127, 120, 120) 1px solid;
  padding: 30px;
}
.tbldata1 {
  display: flex;
}

.tbldata2 {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  border: rgb(127, 120, 120) 1px solid;
  padding: 30px;
}
.tbldata2b {
  border: rgb(127, 120, 120) 1px solid;
  padding: 30px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.tbldata2c {
  text-align: center;
}

.tbldata2d {
  text-align: center;
  color: #012970;
  font-size: small;
}
/* hitesh overview css end */

/* uvaish group css start*/
.card-title {
  text-align: center;
}

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

.btu {
  display: flex;
  justify-content: space-between;
}

.create-bt {
  height: fit-content;
}

.card2 {
  box-shadow: none;
  border: none;
}
/* uvaish group css start*/

/* Anil kumar overview css start */
.overview {
  padding: 15px 0px 0px 0px;
  margin: 30px 0;
}

.tbldata {
  border: rgb(127, 120, 120) 1px solid;
  padding: 20px;
  text-align: center;
}

.tbldata1 {
  width: 100%;
  margin-right: 0;
  margin-left: 0 !important;
}

.tbldata2c a {
  text-decoration: none !important;
}

.Audiencehedding {
  margin-top: 30px;
  padding: 20px 0;
  font-weight: 400;
  width: auto;
}

.AudiencePera {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.AudienceAvrg {
  font-size: 18px;
  font-weight: 500;
}

.AudienceVal {
  font-size: 22px;
  font-weight: 600;
}

.AudienceData {
  width: 100%;
  background: #efeeea;
  height: 15px;
}

.AudienceData span {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 2px 0 0 2px;
  background: #008547;
}

.AudienceFtr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.AudienceFtrPara {
  font-size: 18px;
  font-weight: 400;
}

.AudienceFtrPer {
  font-size: 18px;
  font-weight: 600;
}

.AudienceGrouth {
  display: flex;
  margin-top: 30px;
  padding: 20px 0;
  justify-content: space-between;
}

.AudiencePer1 {
  font-weight: 400;
  width: auto;
}

.form-select {
  height: fit-content;
  margin-right: 15px;
}

.overview2 {
  font-weight: 400;
  width: auto;
}

.emailClientsData {
  border: 1px solid;
  border-radius: 10px;
}

.emailClientsImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 240px;
  width: 240px;
  margin: 50px auto 24px;
}

.emailClientsTitle {
  text-align: center;
  font-size: 35px;
  font-weight: normal;
}

.emailClientsMessage {
  text-align: center;
  margin-bottom: 2.5rem;
}

/* Anil kumar overview css end */

/* dashboard css start hs */

.firstdiv {
  background-color: #ddb373;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
  overflow: hidden;
  margin-right: 2px;
}

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

.sqr {
  font-size: 12px;
  color: #198754;
}

.sqrspan {
  color: #012970;
}

.sqr1 {
  color: #0d6efd;
}
.sqr2 {
  color: #0dcaf0;
}
.sqr3 {
  color: #198754;
}

.secondcard {
  height: 274px;
}
.btnhs {
  background-color: #ffffff;
  color: #012970;
}

@media (max-width: 767px) {
  .btnhs {
    margin-top: 5px;
  }
}

.btnhsa {
  background-color: white;
  color: #012970;
}

@media (max-width: 767px) {
  .btnhsa {
    margin-top: 5px;
    margin-left: 15px;
    background-color: white;
    color: #012970;
  }
}

/* dashboard overview */
.tbldatahs {
  padding: 30px;
}
.companygreeting {
  margin-left: 10px;
}

/* dashboard overview */
.btncreate {
  float: right;
}

.dashicon {
  font-size: 200px;
  text-align: center;
  color: #36a2eb;
}
.dashiconp {
  color: #012970;
  font-size: large;
  text-align: center;
}

/* dashboard css start hs */

.tblh {
  color: rgb(4, 83, 174) 37, 100, 172;
  font-size: larger;
  font-weight: 500;
  text-align: center;
}
/* segment criteria table css */
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  /* border: 1px solid #dddddd; */
  text-align: left;
  padding: 8px;
}

/* segment criteria table css */

/* schedule css start  */
.dt {
  color: #012970;
  font-weight: 500;
}
.tbldata2cschedule {
  text-align: center;
  font-size: inherit;
  font-weight: 500;
}

.tbldata2dschedule {
  text-align: center;
  color: #012970;
  font-size: medium;
}
.tbldataschedule {
  padding-top: 10px;
}

@media (max-width: 320px) {
  .rounded-circle {
    margin-left: -25px;
  }
}

/* schedule css start  */

@media (max-width: 320px) {
  .abcd {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100px !important;
    display: inline-block !important;
  }
}
.tdnew {
  font-size: 9px;
  display: block;
  margin-top: 65px;
  color: #012970;
  font-weight: 600;
}
.btnaddstep {
  background-color: #dbd6d2;
  border: none;
  border-radius: 3px;
}
.tdnewemail {
  font-size: 12px;
  display: block;
  margin-top: 38px;
  color: #012970;
  font-weight: 600;
  width: 80px;
}
.tableemail {
  margin-top: 10px;
}
.delivertime {
  filter: opacity(0.5);
  font-size: small;
}
.btnalignemail {
  margin-right: 15px;
}
.cardoverview {
  margin-bottom: 2px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  overflow: hidden;
}
.togglepara {
  font-size: 11px;
  text-align: center;
  margin-bottom: 0% !important;
}

.btnresponsive {
  width: auto;
}

.msgborder {
  border: 1px solid #e1d9d4;
  padding-top: 15px;
  border-radius: 5px;
}
.newnav {
  background-color: #012970;
  color: white;
  padding: 10px;
  border-radius: 4px;
}
.newnavul {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0px !important;
}
@media (max-width: 350px) {
  .actionrespon {
    margin-left: -50px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 575px) {
  .reschedulerespon {
    margin-left: -45px;
  }
}
@media (max-width: 350px) {
  .overflowemail {
    overflow: scroll;
    flex-flow: wrap;
  }
}

@media (max-width: 767px) {
  .mtresponsive {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .mtmbresponsive {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .tblbox1 {
    padding: 15px;
  }
}
.totalbutton {
  color: #ffffff;
  background-color: #716b67;
}
.totalbutton :hover {
  color: #ffffff;
}

/* login start */
.btn-info1 {
  color: #012970;
  background-color: #ddb373 !important;
  border-color: #817035;
  border-radius: 5px;
}
.totalbutton {
  background: #ddb373;
  color: #0013ad;
}
.man-contact {
  color: #ddb373;
}

/* .header img {
  background-color: #ddb373;
} */

.form-group {
  margin-bottom: 1rem;
}

.cursor-pointer {
  cursor: pointer;
}

.modal {

	backdrop-filter: blur(2px);
}

/* user-permission table */
.largerCheckbox {
  width: 20px;
  height: 20px;
}

.nav_mid{
  justify-content: center;
  width: 100%;
  
}

.nav_mid li{
    margin-inline: 10px;
   
}
th{
  text-transform: capitalize;
}