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

body {
  font-family: "Raleway", sans-serif;
  background: rgba(0, 148, 98, 0.1);
  color: #000;
  font-size: 13px;
  /* color: #314a5f; */
  overflow-x: hidden;
}
p {
  font-size: 13px;
}

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

a:hover {
  color: #202a45;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px;
  transition: all 0.3s;
  min-height: calc(100vh - 114px);
}

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

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagetitle h1 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #3d4c5f;
}

#editableDiv {
  border: 1px solid #000;
  padding: 10px;
  min-height: 50px;
  width: 100%;
  margin-bottom: 20px;
}
button {
  margin-right: 10px;
}
.ql-editor {
  width: 100%;
  overflow: auto;
}

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

.ql-table td,
.ql-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #314a5f;
  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: #000;
  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: 20px;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 0 30px rgb(0 148 98 / 0.1);
}

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

.card-title {
  padding: 15px 0 15px 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.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);
}
/* additional css*/
.ac-new {
  text-decoration: underline;
  color: #000;
  font-size: 13px;
}
span.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #e9ecef;
  text-align: center;
  white-space: nowrap;
  background-color: #3d4c5f;
  border: 1px solid #3d4c5f;
  border-radius: 0.375rem;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
input#password {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
input#confirmpassword {
  border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
span#inputGroupPrepend {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
input#currentPassword {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8.25px;
}
input#newPassword {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8.25px;
}
input#renewPassword {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8.25px;
}
.eye-splash{
  display: flex;
  justify-content: center;
  align-items: center;
}
.speaker-transcrption{
  position: relative;
}
    .questscrolling {
      position: absolute;
      right: 0px;
      bottom: 19px;
  }

.input-group

/* Error */
.error {
  color: red;
}

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

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

.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: #3d4c5f;
  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: 13px;
  font-family: "Raleway", sans-serif;
  color: #899bbd;
  font-weight: 500;
}

.breadcrumb a {
  color: #8b8b8b;
  transition: 0.3s;
}

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

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

.breadcrumb .active {
  color: #3d4c5f;
  font-weight: 500;
}

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

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
  font-size: 13px;
  font-weight: 600;
}

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

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

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

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

.login-form {
  border-radius: 15px;
  margin-top: -40px;
}
.lf-logo {
  background: #fff;
  padding: 0 30px;
  border-radius: 15px;
  z-index: 9;
}
.lf-logo img {
  max-height: 46px;
  margin-right: 6px;
}
.login-form .form-control {
  height: 40px;
  font-size: 13px;
}
.form-check-input:checked {
  background-color: #009462;
  border-color: #009462;
}
.login-form .form-control:focus {
  background-color: #fff;
  border-color: #3d4c5f;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(61 76 95 / 20%);
}
.login-form button {
  height: 40px;
  font-weight: 600;
}
.login-form p,
.form-check-label {
  font-size: 13px;
  font-weight: 600;
}

.login-form .form-label {
  font-size: 14px;
  font-weight: 600;
}
.btn-primary {
  background: #009462;
  border-color: #009462;
}
.btn:hover,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #3d4c5f;
  border-color: #3d4c5f;
}
.login-form .input-group-text {
  color: #fff;
  background-color: #3d4c5f;
  border: 1px solid #3d4c5f;
  width: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-form .invalid-feedback {
  font-size: 0.775em;
}

.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: #3d4c5f;
}

.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: #3d4c5f;
  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: #3d4c5f;
}

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

.header-nav > ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #3d4c5f;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #3d4c5f;
}

.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: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.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: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 13px;
}

.header-nav .profile .dropdown-item {
  font-size: 13px;
  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: rgb(229 244 238);
}

/*--------------------------------------------------------------
# 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: #3d4c5f;
}

@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;
}

.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: 14px;
  font-weight: 500;
  color: #fff;
  transition: 0.3;
  background: #4d5f75;
  padding: 10px 15px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}

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

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

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

.sidebar-nav .nav-link:hover {
  color: #3d4c5f;
  background: #ffffff;
}

.sidebar-nav .nav-link:hover i {
  color: #3d4c5f;
}

.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: 13px;
  font-weight: 600;
  color: #fff;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
  opacity: 0.6;
}

.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: #fff;
  opacity: 1;
}

.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;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #3d4c5f;
  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: #4154f1;
  background: #e5e8ff;
}

.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: #3d4c5f;
  transition: 0.3s;
}

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

.dashboard .news p {
  font-size: 13px;
  color: #777777;
  margin-left: 95px;
}

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

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

/* .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: #e5f4ee;
}

.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: #3d4c5f;
  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: 20px;
  font-weight: 700;
  color: #000;
  margin: 10px 0 5px 0;
}

.profile .profile-card h3 {
  font-size: 16px;
  font-weight: 600;
}

.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: #3d4c5f;
}

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

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

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

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

.profile .profile-edit img {
  max-width: 120px;
  border-radius: 50%;
}

/*--------------------------------------------------------------
# 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: #3d4c5f;
  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: #3d4c5f;
  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: 15px 0;
  font-size: 13px;
  transition: all 0.3s;
  border-top: 1px solid rgb(61 76 95 / 30%);
  background: #fff;
}

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

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

.welcometxt p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

/* Custom Css */
.btn {
  font-size: 13px;
}
.modal-title {
  font-size: 18px;
}
.modal-header {
}
.mbtn-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  column-gap: 10px;
}
.form-label {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
}
.form-control,
.form-select {
  font-size: 13px;
  min-height: 33px;
  border-radius: 8px;
}
.change .form-control,
.form-select {
  font-size: 13px;
  min-height: 33px;
  border-radius: 8px;
}

.session_deatils_demo td {
  display: flex;
  text-align: end;
  justify-content: end;
  font-size: 14px;
  margin: auto;
  border: none;
}
.session_deatils_demo th {
  /* display: flex; */
  /* text-align: end; */
  /* justify-content: end; */
  font-size: 14px;
  border: none;
  /* margin: auto; */
}
.change .btn {
  font-size: 13px;
  border-radius: 0px 8px 8px 0px;
  height: 38px;
  border: solid 1px #6c757d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6c757d;
}
.form-control:focus,
.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #009462;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(0 148 98 / 10%);
}
/* .cstm-card {
  height: calc(100vh - 285px);
} */
.cstm-head {
  background: #5dc7b7;
  color: #fff;
  margin: 0 -16px;
  border-radius: 10px 10px 0 0;
  padding: 12px 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #399789;
}
.cstm-head.dark {
  background: #3d4c5f;
  border-color: #000;
}
.cstm-head.dorg {
  background: #fe837c;
  border-color: #8f403c;
}
/* .live-session {
  display: flex;
}
.cc1 {
  height: 100%;
}
.cc2 {
  height: 100%;
} */
.user1 {
  box-sizing: border-box;
  padding: 10px 15px;
  margin: 15px 0 15px 0;
  background: #b1fff4;
  border-radius: 15px 15px 15px 0;
  min-height: 2.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 12px;
}
.user1.user2 {
  border-radius: 15px 15px 0 15px;
  background: #ffd6d3;
  color: black;
}
.ls-btns button {
  margin-bottom: 5px;
  margin-left: 5px;
}
.ls-btns button:active {
  background-color: #314a5f;
  color: #fff;
}
.btn.btn-primary:disabled {
  background: #009462;
  border-color: #009462;
  opacity: var(--bs-btn-disabled-opacity);
}

.btn:focus-visible {
  box-shadow: none;
}
.btn.btn-primary:focus-visible {
  background: #009462;
  border-color: #009462;
}
.admore {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admore a {
  font-size: 12px;
  text-decoration: underline;
}
.admore a:hover {
  text-decoration: none;
}

.frgt-psw {
  display: flex;
  justify-content: space-between;
}
.frgt-psw a,
.lg-link a {
  text-decoration: underline;
  color: #000;
}
.frgt-psw a:hover,
.lg-link a:hover {
  text-decoration: none;
}
.data-se .nav-pills .nav-link {
  background-color: #fff;
  color: #314a5f;
}
.data-se .nav-pills .nav-link.active {
  background-color: #314a5f;
  color: #fff;
}

@media (max-width: 1440px) {
  .lf-logo img {
    max-height: 34px;
    margin-right: 6px;
  }
}

/*Additional css */
.table-footer {
  margin-top: 20px;
  font-size: 14px;
  padding: 5px;
}
.error-page {
  margin-top: 300px;
}

.not-found {
  width: max-content;
  border: 1px solid white;
  padding: 50px;
  margin: auto;
}
.complete {
  margin-left: 220px;
}

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

.table-footer a {
  color: #0b74cb;
  text-decoration: none;
  margin-right: 10px;
}
.users {
  margin-bottom: 10px;
}

.users label {
  margin-bottom: 7px;
}
.allusers {
  max-width: 670px;
  margin: auto;
  padding: 20px;
  border: 1px solid rgb(204 204 204 / 61%);
  border-radius: 8px;
  background: #fff;
}

.relevantbutton {
  display: flex;
  align-items: start;
}
.relevantbutton button {
  margin-right: 5px;
  background: #3d4c60;
  color: white;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 5px;
  padding: 5px 11px;
  font-size: 14px;
  border: none;
}

button.relevantactive {
  background: #139462;
}
button:disabled {
  background-color: #757678;
  cursor: no-drop;

}
button.relevantactive:disabled{
  background-color: #757678;
  cursor: no-drop;
}
/* .pagination {
  list-style: none;
  height: 31.5px;
  width: 280.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  cursor: pointer;
} */

.page-item.active {
  background-color: #314a5f;
  border-radius: 50%;
  color: #fff;
}
.page-item:hover {
  background-color: #314a5f;
  border-radius: 50%;
  color: #fff;
}

.page-item {
  list-style: none;
  padding: 2px 12px;
  height: 31.5px;
  width: 31.5px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-top: 2px;
}
.ls-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.completesession {
  background-color: #3d4c60;
  border-color: #3d4c60;
  margin-left: 69px;
  margin-right: 0px;
  margin-left: 50px;
  left: 100%;
  width: 100%;
  max-width: 147px;
  /* padding: 4px 8px; */
  font-size: 13px;
}

.speaker-transcrption {
  height: 60vh;
  overflow: auto;
}

button.start-mic {
  padding: 7px 28px;
  border-radius: 5px;
  border: none;
  background: #009462;
  color: #fff;
  margin: 10px 0px;
  width: 80px;
}
button.start-mic i {
  font-size: 18px;
}
.sidebar-nav .nav-link.collapsed.active i {
  color: #455467;
}

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

button.prompt_not {
  cursor: not-allowed;
  opacity: 0.6;
  background: #a9a9a9;
  border: none;
  color: #fff;
  margin: 0px;
  padding: 5px 9px;
}
button.prompt_notty {
  cursor: not-allowed;
  opacity: 0.6;
  background: #a9a9a9;
  border: none;
  color: #fff;
  margin: 0px;
  padding: 5px 9px;
  font-size: 13px;
}
button.prompt_notty:hover {
  background: #a9a9a9;
  color: #fff;
}

button.prompt_not:hover {
  background: #a9a9a9;
  color: #fff;
}
button.stop-mic {
  padding: 7px 28px;
  border-radius: 5px;
  border: none;
  background: #dc3644;
  color: #fff;
  margin: 10px 0px;
  width: 80px;
}
button.stop-mic i {
  font-size: 18px;
}

.jodit-status-bar {
  display: none !important;
}

.data-se .jodit-react-container {
  margin-bottom: 15px !important;
}

.relevantbutton button.relavantactive{
   background: red;
}

.coming-soon {
  min-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.coming-soon img {
  max-width: 500px
}
.create-videomodel .form-label {
  font-size: 14px;
  font-weight: 400;
  color: rgb(67 76 91);
  margin-bottom: 8px;
}
.create-videomodel .form-control {
  font-size: 14px;
  min-height: 33px;
  border-radius: 8px;
  margin-bottom: 3px;
  background: #e5f4ef;
  resize: inherit;
}
.create-videomodel{
  background-color: #e5f4ef;
  padding: 10px 30px 30px 30px;
  margin: 10px;
  border: 1px solid #e5f4ef;
  border-radius: 5px;
  margin-top: 30px;

}
.createimge{  
  background-color: rgb(255 247 237);
  padding: 50px;
  border: 2px dashed rgb(254 215 170);
  color: #ed9e30;
  display: block;
  justify-content: center;
  justify-items: center;
  /* height: 151px; */
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

}

.createimge p {
    font-size: 16px;
    
}
.logo1 {
  font-size: 30px;
}
.logo2 {
  font-size: 30px;
}
.createimges p{
    font-size: 16px;
    
}
.createimges{  
  /* background-color: #efeae3; */
  background: #faf5f0;
  background: linear-gradient(90deg, rgba(250, 245, 240, 1) 15%, rgba(243, 252, 240, 1) 81%);
  padding: 50px;
  border: 2px dashed rgb(229 231 235);
  color: #8e8d8c;
  display: block;
  justify-content: center;
  justify-items: center;
  /* height: 151px; */
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.createVideo{
        /* background-color: #efeae3; */
    /* background: #faf5f0; */
    min-height: 380px;
    background: linear-gradient(90deg, rgba(250, 245, 240, 1) 15%, rgba(243, 252, 240, 1) 81%);
    padding: 20px;
    border: 1px solid rgb(229 231 235);
    color: #838384;
    justify-content: center;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.createVideo p{
  font-size: 16px;
}

.addmore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 5px 0px 8px; */
  padding-bottom: 8px;
  padding-top: 5px;
}

.addmore button {
  background: #f97316;
  border-radius: 100%;
  color: #fff;
  font-size: 25px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border: solid 1px #ffffff;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  transition: 0.1s ease-in all;
}
.mergerow {
    padding-left: 20px;
    /* padding-bottom: 10px; */
    
}
p.itemcount {
  margin-top: 2px;
  color: #878686;
  margin-bottom: 0;
}
.createimgescript {
  margin-bottom: 10px;
  /* background-color: rgb(255 247 237);
  padding: 20px;
  border: 1px solid rgb(254 215 170); */
  background: linear-gradient(90deg, rgba(250, 245, 240, 1) 15%, rgba(243, 252, 240, 1) 81%);
  padding: 20px;
  border: 1px solid rgb(229 231 235);
  color: #838384;
  /* display: block; */
  justify-content: center;
  /* justify-items: center; */
  /* height: 151px; */
  /* text-align: center; */
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.generatedimage{
  width: 100%;
  height: 100%; /* equivalent to h-32 (32 * 0.25rem = 8rem) */
  object-fit: contain;
  border-radius: 0.5rem; /* rounded-lg = 0.5rem = 8px */
  cursor: pointer;
}
.generatedicon { 
  position: relative;
  margin-bottom: 0.75rem;
  height: 138px;
  width: 100%;
}
.custom-action-buttons {
  /* position: absolute; */
  top: 0.5rem;
  right: 0.5rem;
  display: flex
;
}

.custom-action-buttons > * + * {
  margin-left: 0.25rem;  /* space-x-1 */
}
.generateheader{
  display: flex;
  justify-content: space-between;
}
.custom-action-buttons button {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  margin: 0 5px 0 0;
  
}
.addmore button:hover {
  box-shadow: 0 10px 15px -3px rgb(131 130 130 / 50%), 0 4px 6px -4px rgb(146 145 145 / 60%);
}

.scrollable-container {
  max-height: 350px;     /* You can adjust this value */
  overflow-y: auto;
  padding-right: 8px;    /* Optional: space for scrollbar */
}

/* Optional: Customize scrollbar if needed */
.scrollable-container::-webkit-scrollbar {
  width: 6px;
}
.scrollable-container::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 4px;
}
.custom-generate-button {
  width: 100%;
  background-image: linear-gradient(to right, #f97316, #ea580c); /* from-orange-500 to-orange-600 */
  color: white;
  font-weight: 500;
  padding: 0.5rem 1rem;  /* py-2 px-4 */
  border-radius: 0.5rem; /* rounded-lg */
  font-size: 0.875rem;   /* text-sm */
  margin-bottom: 0.75rem; /* mb-3 */
  transition: all 0.2s ease-in-out;
  border: none;
}

.custom-generate-button:hover {
  background-image: linear-gradient(to right, #ea580c, #c2410c); /* hover:from-orange-600 to-orange-700 */
  transform: scale(1.05);
}

.custom-video-box {
  height: 202px;
  background-color: white;
  border: 2px dashed #e5e7eb;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopvideoform{
  background: #fff;
  border: 1px solid #e1dfdf;
  border-radius: 10px;
  padding: 20px;
  /* min-height: 380px; */
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.mergeHeader{
  display: flex;
  justify-content: space-between;
}
.mergecontainer{
  display: flex ; 
    justify-items: center; 
    gap: 4px;
     padding: 4px; 
     border: 1px solid #9e9d9d;
      border-radius: 25px; 
      background: #f8f6f6;
      margin-bottom: 10px;
}
.createimgecontentLoader {
  min-height: 300px;
  background-color: rgb(255 247 237);
  /* padding: 50px; */
  border: 2px dashed rgb(254 215 170);
  color: #ed9e30;
  display: block;
  justify-content: center;
  justify-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.checkboxEndpart{
  display: flex;
  justify-content: space-between;
}

.meregevideosdata .mergeHeader {
  display: flex;
  align-items: center;
  padding: 0px 0px 10px;
}

.meregevideosdata .mergecontainer {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgb(158 157 157 / 34%);
  border-radius: 5px;
  background: #f9fafb;
  margin-bottom: 10px;
  align-items: center;
  margin: 7px 10px;
}

.meregevideosdata .mergecontainer img {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
}

.videotools {
  width: 40%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.videotitle {
  width: 20%;
  font-size: 27px;
  font-weight: 500;
}

.videotitle {
  width: 20%;
  font-size: 23px;
  font-weight: 500;
  display: flex
;
  justify-content: start;
  align-items: start;
}
.videonumber {
  width: 20%;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
}

.videotitle h3 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 140px;
}
.listgdghdh{
  display: flex;
        justify-content: space-between;
           column-gap: 10px;
           flex-wrap:nowrap;
}
.listgdghdh h3{
  font-size: 23px;
}

.videoimgage {
  width: 17%;
  display: flex
;
  justify-content: center;
  align-items: center;
}
.meregevideosdata .custom-generate-button {
  width: 100%;
  background-image: linear-gradient(to right, #f97316, #ea580c);
  color: white;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  transition: all 0.2s ease-in-out;
  border: none;
  max-width: 132px;
  font-size: 14px;
  white-space: nowrap;
  margin: 0px;
}

.videoscrolling {
  height: 400px;
  overflow: auto;
}

.videoscrolling::-webkit-scrollbar {
  width: 6px;
  }
  .videoscrolling::-webkit-scrollbar-track {
  background: #ffffff; /* White background for scrollbar track */
  }
  .videoscrolling::-webkit-scrollbar-thumb {
  background-color: #3d4c5f; /* Scrollbar thumb color */
  border-radius: 3px;
  }


.mergeVideosection {
  height: 386px;
}
.videobutton {
  padding: 15px 0px;
  display: flex;
  align-items: start;
  column-gap: 5px;
  flex-wrap: wrap;
}

.merge-section .mergeVideosection{
  width: 100%;
  height: 100%;
}
.mergeVideosection video{
  width: 100%;
  height: 100%;
}

.drop-head {
  display: flex
;
  align-items: center;
  column-gap: 10px;
}

.drop-head button {
  white-space: nowrap;
  margin-right: 0px;
  height: 33px;
  display: flex
;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

.drop-item {
  align-items: center;
  display: flex
;
  column-gap: 4px;
}

.drop-item span {
  font-size: 15px;
  color: rgb(139, 139, 139);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 120px;;
}

.dropdown-list {
  padding: 10px 10px;
  background: #fff;
  border-radius: 5px;
  border: solid 1px #ddd;
  margin-top: 5px;
  position: absolute;
  top: 28px;
  z-index: 99;
  left: 0px;
}

.mergebutton{
  position: relative;
}

.drop-scroll {
  height: 130px;
  overflow: auto;
}


.drop-scroll::-webkit-scrollbar {
  width: 6px;
  }
  .drop-scroll::-webkit-scrollbar-track {
  background: #ffffff; /* White background for scrollbar track */
  }
  .drop-scroll::-webkit-scrollbar-thumb {
  background-color: #3d4c5f; /* Scrollbar thumb color */
  border-radius: 3px;
  }
  .drop-item input{
    margin-top: 0px;
  }

  .custom-video-box.defauldvideomerge {
    height: 100%;
}
.meregevideosdata .mergecontainer video {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
  margin: 5px;
}
.logo2 img {
  max-width: 50px;
  opacity: 0.7;
}
.videomerging{
  height: 100%;
}
.recent-sales{
  height: 100%;
}
.mergetable{
  background: #fff;
  /* margin: 10px; */
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;

}
.custom-modal-width {
  width: 20% !important;
  max-width: 30% !important;
}
.listgdghdh h3:last-child {
  margin-bottom: 16px;
}
/* .videoimgage video{
  width: 20%;
  height: 100%;
} */

/* ======= responsive start here ======= */

@media (max-width: 1440px) {
  /* .cstm-card {
    height: calc(100vh - 260px);
  } */
  .speaker-transcrption {
    height: 52vh;
    overflow: auto;
  }
  .header-nav .nav-profile img {
    height: 40px;
    border-radius: 100% !important;
    width: 40px;
  }
}

@media (max-width: 1366px) {
  /* .cstm-card {
    height: calc(100vh - 294px);
  } */
  .speaker-transcrption {
    height: 50vh;
    overflow: auto;
  }
  .header-nav .nav-profile img {
    height: 40px;
    border-radius: 100% !important;
    width: 40px;
  }
}
@media (max-width: 1280px) {
  /* .cstm-card {
    height: calc(100vh - 375px);
  } */
  .header-nav .nav-profile img {
    height: 35px;
    border-radius: 100% !important;
    width: 35px;
  }
}

@media (max-width: 1200px) {
  /* .cstm-card {
    height: calc(100vh - 375px);
  } */
  .header-nav .nav-profile img {
    height: 35px;
    border-radius: 100% !important;
    width: 35px;
  }
  .listgdghdh h3{
    font-size: 17px;
  }
}

@media (max-width: 1166px) {
  /* .cstm-card {
    height: calc(100vh - 350px);
   } */
  .speaker-transcrption {
    height: 43vh;
    overflow: auto;
  }
}

@media (max-width: 1024px) {
  /* .cstm-card {
    height: calc(100vh - 634px);
   } */
  .speaker-transcrption {
    height: 43vh;
    overflow: auto;
  }
  .videoimgage {
    width: 15%;
  }
  .meregevideosdata .mergecontainer img{
    height: 50px;
  }
  .videotitle{
    justify-content: center;
  }
  .videotitle h3{
    font-size: 17px;
  }
  .videoscrolling .btn {
    font-size: 12px;
    margin-right: 5px !important;
  }
  .listgdghdh h3{
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  /* .cstm-card {
    height: calc(100vh - 394px);
   } */
  .speaker-transcrption {
    height: 37vh;
    overflow: auto;
  }
}

@media (max-width: 768px) {
  /* .cstm-card {
    height: calc(100vh - 600px);
} */
.videotitle h3 {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}
  .speaker-transcrption {
    height: 32vh;
    overflow: auto;
  }
  .ls-btns button {
    margin-bottom: 5px;
    margin-left: 5px;
    padding: 3px 10px;
    font-size: 12px;
  }
  .completesession {
    position: absolute;
    top: 0px;
    right: -73px;
    background-color: #3d4c60;
    border-color: #3d4c60;
    margin-left: 69px;
    margin-right: 0px;
    margin-left: 50px;
    /* left: 100%; */
    width: 100%;
    max-width: 130px;
    /* padding: 4px 8px; */
    font-size: 13px;
  }
  .logo img {
    max-height: 20px;
  }
  .header-nav .nav-profile img {
    height: 30px;
    border-radius: 100% !important;
    width: 30px;
  }
  .header .toggle-sidebar-btn {
    padding-top: 5px;
    font-size: 25px;
  }
}





