@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800&display=swap");
body {
  font-family: "Roboto Slab", serif;
}
.search_box {
  border: none !important;
  border-bottom: 2px solid #eee !important;
  background: transparent;
  width: 100%;
  color: #ccc;
  border-radius: 0;
}
.custo-head {
  position: relative;
  padding: 9px;
  background-color: #495057;
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.custo-head::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 100%;
  border-top: 37px solid transparent;
  border-left: 61px solid #495057;
}

.custom {
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc !important;
}
input span,
select span,
textarea span {
  margin-top: 10px !important;
}
input,
select,
select.form-control,
select.select.select2,
textarea {
  background-color: rgba(0, 0, 0, 0.03) !important;
}
.search_box:focus,
.form-control:focus {
  box-shadow: unset !important;
  outline: unset;
  border: 1px solid #1cb8f3 !important;
}
.swal2-popup.swal2-toast {
  padding: 0.8em 1em !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bg-t {
  background: rgba(255, 255, 255, 0.2);
}
.nav-item.dropdown {
  width: 92%;
  border: 1px solid #ffffff47;
  margin: 7px auto;
  border-radius: 5px;
  background: rgb(255 255 255 / 2%);
}
.bubble-shadow {
  position: relative;
  overflow: hidden;
}

.bubble-shadow:before {
  position: absolute;
  top: -10%;
  right: -140px;
  width: 300px;
  height: 300px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.bubble-shadow:after {
  position: absolute;
  top: -65px;
  right: 80px;
  width: 150px;
  height: 150px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}
.badge-hara {
  background-color: #0eb736;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* ===== Scrollbar CSS ===== */

/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #547aa0 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
  height: 9px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #2ea8e5;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.h2_new {
  font-weight: bolder !important;
  font-size: 30px !important;
  color: #414141 !important;
}

.h4_new {
  font-weight: 700 !important;
  font-size: 24px !important;
  color: #414141 !important;
}

.h5_new {
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #414141 !important;
}

.h6_new {
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #414141 !important;
}

.border-none {
  border: none !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.bg_light {
  background: #ededf5;
}

.border_10 {
  border-radius: 10px !important;
}

.border_201 {
  border-radius: 20px !important;
}
.border_20 {
  border-radius: 20px 20px 0 0 !important;
}
.font-7 {
  font-size: 7px !important;
}

.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}
/*----------------------------------------------------------
            ---- Dashboard card ui design ---
----------------------------------------------------------*/
.bg-magenta {
  background: rgba(235, 47, 150, 0.05);
}
.bg-red {
  background: rgba(222, 68, 54, 0.05);
}
.bg-volcano {
  background: rgba(250, 84, 28, 0.05);
}
.bg-orange {
  background: rgba(250, 140, 22, 0.1);
}
.bg-gold {
  background: rgba(255, 193, 7, 0.1);
}
.bg-lime {
  background: rgba(160, 217, 17, 0.1);
}
.bg-green {
  background: #b0ebc4;
}
.bg-cyan {
  background: rgba(0, 201, 167, 0.1);
}
.bg-blue {
  background: rgba(63, 135, 245, 0.1);
}
.bg-geekblue {
  background: rgba(47, 84, 235, 0.1);
}
.bg-purple {
  background: rgba(136, 108, 255, 0.1);
}

.card {
  box-shadow: none;
}
.d-g-c {
  color: #4ac766;
}
.d-g-b {
  background: #4ac76614;
}
.d-g-bor {
  border-bottom: 4px solid #4ac766 !important;
}

.d-s-c {
  color: #1cb8f3;
}
.d-s-b {
  background: #1cb8f317;
}
.d-s-bor {
  border-bottom: 4px solid #1cb8f3 !important;
}
i {
  cursor: pointer;
}
.d-o-c {
  color: #ffc107;
}
.avatar-md {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: 14px !important;
}
.d-o-b {
  background: #ffc10717;
}
.d-o-bor {
  border-bottom: 4px solid #ffc107 !important;
}
.card,
.rounded-15 {
  border-radius: 4px;
}
.d-r-c {
  color: #dc3545;
}
.d-r-b {
  background: #dc35451f;
}
.d-r-bor {
  border-bottom: 4px solid #dc3545 !important;
}
.fw-5 {
  font-weight: 500;
  font-size: 13px !important;
}
.side-nav .side-nav-inner .side-nav-menu li a {
  color: #a4a4aa;
  transition: all 0.3s ease;
  padding: 7px 12px;
}
.side-nav .side-nav-inner .side-nav-menu li:hover,
.side-nav .side-nav-inner .side-nav-menu li.dropdown.open {
  background: #ffffff14;
}
.side-nav .side-nav-inner .side-nav-menu li:hover > a,
.side-nav .side-nav-inner .side-nav-menu li.dropdown.open > a,
.side-nav .side-nav-inner .side-nav-menu li.dropdown.open > a .icon-holder,
.side-nav .side-nav-inner .side-nav-menu li:hover > a .icon-holder {
  /* color: #2a2a2a; */
  color: #eee;
}
.dropdown-menu > li > a:hover {
  color: #fff !important;
}
.side-nav
  .side-nav-inner
  .side-nav-menu
  li.dropdown:hover
  .arrow
  .arrow-icon:before,
.side-nav
  .side-nav-inner
  .side-nav-menu
  li.dropdown.open
  .arrow
  .arrow-icon:after {
  background-image: linear-gradient(to right, #eee, #eee);
}
.side-nav
  .side-nav-inner
  .side-nav-menu
  li.dropdown:hover
  .arrow
  .arrow-icon:before,
.side-nav
  .side-nav-inner
  .side-nav-menu
  li.dropdown.open
  .arrow
  .arrow-icon:after {
  background-image: linear-gradient(to right, #eee, #eee);
}
.side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow .arrow-icon:before,
.side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow .arrow-icon:after {
  content: "";
  position: absolute;
  background: 0 0;
  background-image: linear-gradient(
    to right,
    rgba(42, 42, 42, 0.75),
    rgb(232 229 229 / 75%)
  );
}
::selection {
  background-color: #2a7ac9;
  color: #fff;
}
.round-10 {
  border-radius: 10px;
}
/*----------------------------------------------------------
            ---- Dashboard card ui design ---
----------------------------------------------------------*/

.font-17 {
  font-size: 18px !important;
}
.copy_text_click {
  font-weight: bold !important;
  cursor: pointer !important;
}
.card {
  border: none;
}
.menu-box {
  border: 1px solid #a1a1a1;
  margin: 0px;
  padding: 5px;
}

.menu-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-box ul.menu-list li {
  display: block;
  margin-bottom: 5px;
  border: 2px solid rgb(255, 0, 0);
  background: #fff;
}

.menu-box ul.menu-list > li a {
  background: #fff;
  display: block;
  font-size: 14px;
  color: red;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px;
}

.menu-box ul.menu-list > li a:hover {
  cursor: move;
}

.menu-box ul.menu-list ul {
  margin-left: 20px;
  margin-top: 5px;
}

.menu-box ul.menu-list ul li a {
  color: blue;
}
.menu-box ul.menu-list ul li {
  color: blue;
  border: 0.5px solid #da4b51;
}

.menu-box li.menu-highlight {
  border: 1px dashed red !important;
  background: #f5f5f5;
}
.switch {
  display: inline-block;
  height: 23px;
  position: relative;
  width: 60px;
}

.switch input {
  display: none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.container {
  margin: 0 auto;
}
.switch input[type="checkbox"] + label {
  zoom: 0.8 !important;
  margin-top: 15px;
}
.bg-p {
  background: #f9fbfd;
}
/* .card h4, .card p{
    color:#fff;
  }*/
.inputGroup {
  background-color: #fff;
  display: block;
  position: relative;
  width: 100%;
}
.ch_label {
  padding: 5px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3c454c;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  border-radius: 5px;
}
.ch_label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";

  background-image: linear-gradient(
    to right,
    rgb(195, 20, 50),
    rgb(36, 11, 54)
  );
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}

.ch_label:after {
  width: 32px;
  height: 32px;
  content: "";
  background-color: #e5e5e5;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  right: 20px;
  bottom: 5%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.badge-success {
  background: #68d8d6;
}
.ch_input:checked ~ .ch_label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}

.ch_input:checked ~ .ch_label:after {
  background-color: #00c9a7;
  border-color: #54e0c7;
}

.ch_input {
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.rounded-top {
  border-radius: 15px 50px 0px 0px !important;
}

.form {
  position: relative;
}
.form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  z-index: 10000;
}
.form::after {
  content: "";
  position: absolute;
  top: 42%;
  left: 46%;
  transform: translate(-42%, -46%);
  width: 40px;
  height: 40px;
  z-index: 100000;
  border: 4px solid #ffffff;
  border-radius: 50%;
  border-top: 4px solid #2a7ac9;
  border-bottom: 4px solid #2a7ac9;
  -webkit-animation: spin 0.4s linear infinite;
  animation: spin 0.4s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload_btn {
  background-color: transparent;
  border: none;
  outline: none;
  color: #72849a;
}
.file-input__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  padding: 10px 40px;
  background-image: repeating-linear-gradient(
      112.5deg,
      rgb(0, 0, 0) 0px,
      rgb(0, 0, 0) 14px,
      transparent 14px,
      transparent 15px
    ),
    repeating-linear-gradient(
      22.5deg,
      rgb(0, 0, 0) 0px,
      rgb(0, 0, 0) 14px,
      transparent 14px,
      transparent 15px
    ),
    linear-gradient(
      90deg,
      hsl(146, 54%, 44%),
      hsl(218, 54%, 44%),
      hsl(290, 54%, 44%),
      hsl(2, 54%, 44%),
      hsl(74, 54%, 44%)
    );
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

/* DRAG n DROP NAVIGATION SORTING */

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .cf {
  zoom: 1;
}
*:first-child + html .cf {
  zoom: 1;
}

/**
 * Nestable
 */

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item {
    position: relative;
   background-color: #d5d0d0;
opacity: 0.8;
background-image: radial-gradient(#1b1b1b 0.5px, #d5d0d0 0.5px);
background-size: 10px 10px;
    border-radius: 5px;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  height: 40px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  background: linear-gradient(top, #fff 0%, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle:hover {
  color: #2ea8e5;
  background: #fff;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: "-";
}

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff
          75%, #fff);
  background-image: -moz-linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff
          75%, #fff);
  background-image: linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    ),
    linear-gradient(
      45deg,
      #fff 25%,
      transparent 25%,
      transparent 75%,
      #fff 75%,
      #fff
    );
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.overflow-x{
  overflow-x:auto !important;
}
.overflow-y{
  overflow-y:auto !important;
}
.overflow{
  overflow:auto !important;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/**
 * Nestable Extras
 */

.nestable-lists {
  display: block;
  clear: both;
  padding: 2px 0 30px 0;
  width: 100%;
  min-width: 330px;
  border: 0;
}

#nestable-menu {
  padding: 0;
  margin: 20px 0;
}

#nestable-output,
#nestable2-output {
  width: 100%;
  height: 7em;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: Consolas, monospace;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
  color: #fff;
  border: 1px solid #999;
  background: #bbb;
  background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
  background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
  background: linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover {
  background: #bbb;
}
#nestable2 .dd-item > button:before {
  color: #fff;
}

@media only screen and (min-width: 700px) {
  .dd {
    float: left;
    width: 100%;
  }
  .dd + .dd {
    margin-left: 2%;
  }
}

.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}

/**
 * Nestable Draggable Handles
 */

.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd3-content:hover {
  color: #2ea8e5;
  background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.dd3-item > button {
  margin-left: 30px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: linear-gradient(top, #ddd 0%, #bbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dd3-handle:before {
  content: "≡";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}
.dd3-handle:hover {
  background: #ddd;
}

/**
 * Socialite
 */

.socialite {
  display: block;
  float: left;
  height: 35px;
}

.img-thumbs,
.img-thumbs1,
.img-thumbs2,
.img-thumbs3,
.img-thumbs4,
.img-thumbs5,
.img-thumbs6 {
  background: #f1f2f3;
  border-radius: 0.25rem;
  margin: 0.5rem 0;
  padding: 0.4rem;
}
.img-thumbs-hidden,
.img-thumbs-hidden1,
.img-thumbs-hidden2,
.img-thumbs-hidden3,
.img-thumbs-hidden4,
.img-thumbs-hidden5,
.img-thumbs-hidden6 {
  display: none;
}

.wrapper-thumb,
.wrapper-thumb1,
.wrapper-thumb2,
.wrapper-thumb3,
.wrapper-thumb4,
.wrapper-thumb5,
.wrapper-thumb6 {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  justify-content: space-around;
}

.img-preview-thumb,
.img-preview-thumb1,
.img-preview-thumb2,
.img-preview-thumb3,
.img-preview-thumb4,
.img-preview-thumb5,
.img-preview-thumb6 {
  background: #fff;
  border: 1px solid none;
  border-radius: 0.25rem;
  margin-right: 1rem;
  max-width: 100%;
  padding: 0.25rem;
  max-height: 200px;
}

.remove-btn,
.remove-btn1 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  top: -5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: #dc3545;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.bg-grey {
  background-color: rgba(181, 213, 144, 0.2);
}
.remove-btn:hover,
.remove-btn1:hover {
  box-shadow: 0px 0px 3px grey;
  transition: all 0.3s ease-in-out;
}
.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-input__label {
  background: #0a1f35 !important;
}
.table td,
.table th {
  border: 1px solid rgba(181, 213, 144, 0.5);
}

.table td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.table th {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.table th {
  color: #fff;
  font-weight: normal;
  text-align: start;
}

.table td {
  text-align: start;
}

.table tr:hover {
  background: rgba(181, 213, 144, 0.2);
}
.input-container {
  position: relative;
  width: 100%;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.file-label {
  display: grid;
  place-content: center;
  padding: 0.6rem;
  background-color: #fafafae8;
  background-image: radial-gradient(
    circle at 50% 50%,
    transparent 0,
    transparent 46%,
    #3f875f 50%,
    #3f875f 30%,
    transparent 54%
  );
  background-size: 6px 6px;
  background-position: center center;
  background-repeat: repeat;
  border: none;
  outline: none;
  padding: 20px 10px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
}

.preview-container {
  margin-top: 1rem;
}

.preview-image {
  max-width: 100%;
  max-height: 200px;
}

  .selector{
            position:relative;
            width:100%;
            background-color:var(--smoke-white);
            height:35px;
            display:flex;
            align-items:center;
            border-radius:9999px;
        }
        .selecotr-item{
            position:relative;
            flex-basis:calc(70% / 3);
            height:100%;
            display:flex;
            justify-content:center;
            align-items:center;
        }
        .selector-item_radio{
            appearance:none;
            display:none;
        }
        .selector-item_label{
            position:relative;
            width:100%;
            text-align:center;
            border-radius:9999px;
            font-weight:900;
            transition-duration:.5s;
            transition-property:transform, color, box-shadow;
            transform:none;
            border: 1px dotted blue;
        }
        .selector-item_radio:checked + .selector-item_label{
            background-color:var(--blue);
            color:var(--white);
            box-shadow:0 0 4px rgba(0,0,0,.5),0 2px 4px rgba(0,0,0,.5);
            transform:translateY(-2px);
        }
        @media (max-width:480px) {
            .selector{
                width: 90%;
            }
        }




/**----------------------------------------HOME ---------------------------------------------------**/
/**------------------------------------------------------------------------------------------------**/


.header .nav-wrap .nav-left li>a:hover, .header .nav-wrap .nav-left li>a:focus, .header .nav-wrap .nav-left li>a:active, .header .nav-wrap .nav-left li nz-dropdown>a:hover, .header .nav-wrap .nav-left li nz-dropdown>a:focus, .header .nav-wrap .nav-left li nz-dropdown>a:active, .header .nav-wrap .nav-right li>a:hover, .header .nav-wrap .nav-right li>a:focus, .header .nav-wrap .nav-right li>a:active, .header .nav-wrap .nav-right li nz-dropdown>a:hover, .header .nav-wrap .nav-right li nz-dropdown>a:focus, .header .nav-wrap .nav-right li nz-dropdown>a:active{
background-color: transparent !important;
}




/* breadcrumbs  */
  
  ul.breadcrumb {
  padding: 10px ;
  list-style: none;
 
}


ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}


ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}


ul.breadcrumb li a {
  color:#53535f;
  text-decoration: none;
}







/*****************************BANNER SECTION ***************************************/



    .homepage-users__trusted {
        padding: 20px 10px;
        border: 6px solid #fff;
        background: #E4FEEF;
        border-radius: 11px;
        min-width: 286px;
    }

    .homepage-users__trusted2 {
        padding: 20px 10px;
        border: 6px solid #fff;
        background: #fff;
        border-radius: 11px;
        min-width: 30%;
    }

    .homepage-users {
        width: 100%;
        padding: 20px 40px !important;
        display: flex;
        flex-wrap: wrap;
        /* Allow wrapping of elements */
        justify-content: space-between;
        /* Space items evenly */
    }

    .icon {
        font-size: 24px;
        /* Adjust icon size as needed */
        margin-right: 10px;
        /* Space between icon and text */
    }

    .homepage-users__content p {
        margin: 0;
        text-align: center;
        color: #000;
    }

    .count {
        font-weight: bold;
        font-size: 1.2rem;
        /* Larger font for counts */
        color: #2a2a2a;
    }

    /* Responsive styles */
    @media (max-width: 768px) {
        .homepage-users {
            flex-direction: column;
            /* Stack items vertically on smaller screens */
            align-items: center;
            /* Center items */
        }

        .homepage-users__trusted {
            min-width: 100%;
            /* Full width for smaller devices */
            margin-bottom: 1rem;
            /* Space between items */
        }

        .banner_text h3 {
            font-size: 2.5rem;
            /* Adjust for smaller screens */
        }

        .banner_text p {
            font-size: 1rem;
            /* Adjust for smaller screens */
        }

        .ban-img img {
            width: 370px;
        }
    }

    @media (max-width: 576px) {
        .banner_text h3 {
            font-size: 2rem;
            /* Further adjust for mobile */
        }

        .banner_text p {
            font-size: 0.9rem;
            /* Further adjust for mobile */
        }

        .ban-img img {
            width: 300px;
        }
    }

    @media screen and (max-width: 1499px) and (min-width: 1300px) {
        h1.h1 {
            font-size: 50px;
            line-height: 62px;
        }
    }

    .icon-trophy {
        background-color: #ffcb001a;
    }

    .icon {
        border-radius: 10px;
        position: relative;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
    }

    @media (max-width: 767px) {
        .homepage-users__trusted2 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: start;

        }

        .homepage-users__trusted2 svg {
            height: 40px;
            width: 40px;
        }

    }







/********************************CLASSROOM CATEGORY & CATEGORY ***************************/

    .category-card {
        border-radius: 10px;
        box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.1);
        background-color: #ffffff;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
    }
    .category-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }
    .category-card-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-align: center;
        color: #000;
        text-decoration: none;
        padding: 20px 20px;
    }
  .category-card-link img {
    height: 110px;
    width: 100%;
    margin-bottom: 15px;
}
    .category-card-link .category-name {
        font-size: 14px;
        font-weight: 600;
        color: #404040;
    }





/**-- =============================================
     SECTION 4: TOP ACHIEVERS CAROUSEL
================================================= --**/

    .courses-bx {
        padding: 5px;
        text-align: center;
    }

    .owl-carousel .item {
        padding: 10px !important;
        /* Space between items */
        margin: 8px;
        background-color: white;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
        border-radius: 10px;

    }

    .courses-bx span {
        font-Size: 16px;
        font-weight: 600;
        Color: rgb(24, 27, 31);
        line-height: 50px
    }

    .courses-bx p {
        font-Size: 14px;
        font-weight: 400;
        Color: rgb(100, 111, 121);
        line-height: 21px
    }


/**-- =============================================
     SECTION 5: DICTATION CARDS
================================================= --**/
    .dictation-section {
        margin-top: 170px;
    }
    .dictation-card {
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .dictation-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }
    .dictation-card a { text-decoration: none; }
    .card-content-top { padding: 15px; flex-grow: 1; }
    .instructor-text {
        font-size: 1.1rem;
        font-weight: 600;
        color: #212529;
        margin-bottom: 10px;
    }
    .dictation-desc { color: #343a40; font-size: 0.95rem; }
    .card-meta-info { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; }
    .meta-category { display: flex; align-items: center; font-size: 0.9rem; color: #6c757d; }
    .meta-category img { height: 24px; width: 24px; border-radius: 50%; margin-right: 8px; }
    .meta-time { font-size: 0.9rem; color: #6c757d; }
    .card-content-footer {
        padding: 15px;
        background: #f8f9fa;
        border-top: 1px solid #e9ecef;
        border-radius: 0 0 10px 10px;
    }



/**-- =============================================
     SECTION 6: WHY STENO?
================================================= --**/


    .why-steno-section { background: #5796F6; }
    .why-steno-card {
        border-radius: 10px;
        padding: 25px;
        text-align: center;
        transition: transform 0.3s ease;
        border: none;
      	height: 265px !important; 
    }
    .why-steno-card:hover { transform: translateY(-5px); }
    .why-steno-card .card-body { padding: 0; }
    .why-steno-card h4 { font-size: 1.2rem; font-weight: bold; margin-top: 1rem; }
    .why-steno-card p { color: #6c757d; }
    .card--learn { background: #e4feef !important; }
    .card--score { background: #fdedf1 !important; }
    .card--live { background: #f3f0ff !important; }




/**-- =============================================
     SECTION 7: SELECTION STATS
================================================= --**/

    .wrapper-holder {

        margin: 0 auto;
        text-align: left;
    }

    .selection-wrapper--global {
        margin-bottom: 50px;
    }

    .selection__header h2 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .selection__header p {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 0px;
        color: #000;
    }

    .selection__header img.desktop {
        width: 200px;
        height: 150px;
    }

    .selection__holder {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }

    .card-section7 {
        background: #f8f9fa;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        flex: 1;
        margin: 0 10px;
        text-align: center;
    }



    .card__header {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card__header img {
        margin: 0 10px;
    }

    .card-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /* Adjusts spacing between cards */
        margin-top: 10px;
        /* Optional spacing */
    }

    .card__content {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 10px 0;
        flex: 1;
        /* Ensures equal width for each card__content */
    }

    .card__content img {
        margin-right: 10px;
    }

    .card__content h2 {
        color: #000;
        font-size: 32px;
        font-weight: 600;
    }

    .card__content p {
        color: #000;
        font-size: 16px;
        font-weight: 300px;
    }



    /* Media Queries */
    @media (max-width: 992px) {
        .selection {
            border-right: 0px !important;
        }
    }

    @media (max-width: 767px) {
        .selection__holder {
            flex-direction: column;
        }

        .card-section7 {
            margin: 10px 0;
        }

        .card-grid {
            flex-direction: column;
            /* Stack items vertically on small screens */
            align-items: center;
            /* Center items */
        }

        .card__content {
            justify-content: flex-start;
            /* Align content to the start */
            width: 100%;
            /* Full width for smaller screens */
        }

        .selection {
            border-right: 0px !important;
            width: calc(50% - 20px);
        }

        .trophy-img {
            display: none !important;
        }

    }

    @media (max-width: 576px) {
        .trophy-img {
            display: none;
        }

        .selection {
            border-right: 0px !important;
        }
    }



/**-- =============================================
     SECTION 8: FAQ ACCORDION
================================================= --**/
    .card {
        position: relative;
        background-color: #fff;
        margin-bottom: 1.25rem;
        border: 1px solid #edf2f9;
        border-radius: .25rem;
        text-align: left;
        transition: none;

    }

    .card:hover {
        transform: none !important;
    }

    .collapse {
        transition: none !important;
        /* Remove transition effect */
    }

    .accordion .card {
        margin-bottom: 1rem;
        /* Add space between cards */
    }

    @media (max-width: 576px) {
        .faqcontain {
            padding-left: 15px;
            padding-right: 15px;
        }
    }



/************************************VIEW.PHP PAGE *********************/

  .new-btn2 {
    color: #3f87f5;
    background: #fff;
  }
 
  .new-titleShare {
    width: 38px;
    height: 38px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.01);
    background-color: #fff;
    border-radius: 20px;
    border: 0.6px solid #eff0f2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0; 
  }

  .new-learnersCount,
  .new-review {
    padding: 7px 17px;
    border: 1px solid #0052cc;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #0052cc;
    border-radius: 25px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
  }

  .new-review svg,
  .new-learnersCount svg,
  .new-learnersCount i { 
    margin-right: 8px;
    width: 16px; 
    height: 16px;
  }
  
  .img-fluid {
    width: 100%;
    height: auto;
  }

 
  
    .section_titleH2 {
        font-size: 24px;
        font-weight: 500;
        color: #2a2a2a;
        text-align: center;
    }
    
    .training_card {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        transition: box-shadow 0.3s ease;
    }

    .training_card:hover {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    .training_title {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .dot_list {
        list-style-type: disc;
        padding-left: 20px;
        margin: 0;
    }

    .dot_list li {
        padding: 4px 0;
        font-size: 0.9rem;
    }



/**********************************CONTACT.PHP ********************************/
 .form-control {
        border-radius: 4px !important;
        border: 1px solid #a7a7a78c !important;
    }

    .form-control:focus {
        border-color: #746a6a !important;
        box-shadow: none; /* Optional: remove Bootstrap's default focus glow */
    }

   
    /* Keep text color for the paragraph */
    .text-custom-muted {
        color: #777;
    }

    /* Keep font styles for info card headers and text */
    .info-card-header {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .info-card-text {
        letter-spacing: 0.5px;
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 0; /* Override default p margin */
    }

    .info-card i {
        font-size: 24px;
    }

    /* Keep all custom social media list styles as they create a unique component */
    .social-media-list {
        position: relative;
        font-size: 22px;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .social-media-list li a {
        color: #fff;
    }
    .social-media-list li {
        position: relative;
        display: inline-block;
        height: 58px;
        width: 54px;
        margin: 10px 3px;
        line-height: 60px;
        border-radius: 50%;
        color: #fff;
        background-color: rgb(27, 27, 27);
        cursor: pointer;
        transition: all .2s ease-in-out;
    }
    .social-media-list li:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        border: none;
        opacity: 0;
        transition: all .2s ease-in-out;
    }
    .social-media-list li:hover {
        background-color: #fff;
    }
    .social-media-list li:hover:after {
        opacity: 1;
        transform: scale(1.12);
        transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
    }
    .social-media-list li:hover a {
        color: #000;
    }
    .social-media-list li:hover i { /* Also change icon color on hover */
        color: #000;
    }


/****************************************FOOTER***********************************/

.footer-abt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
}

.footer-fist-row {
    padding: 40px 0;
}

.footer-rowset {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
}
  .footdesc{
     color:#adb7c5;
  font-size:16px;
    margin-bottom: 10px; 
   font-weight: 400; 
    line-height:28px;
  }



.footer-head h5 {
  color:#adb7c5;
  font-size:20px;
    margin-bottom: 15px;
    text-transform: uppercase; 
    font-weight: 600; 
 
}

.footer-links-list {
    list-style: none;
    padding: 0;
}

.footer-links-list li {
  color:#adb7c5;
  font-size:16px;
    margin-bottom: 10px; 
   font-weight: 400; 
}

.footer-links-list li a {
      color:#adb7c5;
    text-decoration: none; 
}
 .info-contact span{
   color:#adb7c5;
  font-size:16px;
    margin-bottom: 10px; 
   font-weight: 400; 
    text-decoration: none; 
 }

.ft-cpy {
    background: #000; 
    padding: 20px 0;
}

.ft-copyright {
    text-align: left !important; 
}
  .ft-copyright1 {
    text-align: right; 
}

.ft-copyright p {
    margin: 0; 
    font-size: 14px; 
}

.ft-copyright  {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0 10px;
}
  .circle {
    display: inline-flex; 
    justify-content: center;
    align-items: center;
    width: 40px; 
    height: 40px; 
    border-radius: 50%; 
    background-color: #f0f0f0; 
    transition: background-color 0.3s;
}

.circle:hover {
    background-color: #e0e0e0; 
}


/* Responsive styles */
@media (max-width: 767px) {
    

  .ft-copyright1{
     text-align: center !important;
  }
  .ft-copyright p {
     text-align: center !important;
  }
}
