.card {
  border-radius: 10px;
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
  border: 0;
}

.o-hidden {
  overflow: hidden;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.AuthLayout {
  background-image: url(https://www.in10media.com/assets/img/epicon_banner_01.png);
}

.AuthContent {
  min-width: 375px !important;
  margin-left: 100px !important;
}

.AuthLogo img {
  height: unset;
}

.InputClass {
  border-radius: 10px !important;
}

.page-content .content-heading h1 {
  font-size: 14px;
  color: #70657b;
  margin-bottom: 4px;
}

.new-cat a {
  background-color: #8b5cf6;
}

.btn-success:hover {
  background-color: #8b5cf6 !important;
  border-color: #8b5cf6 !important;
}

.error,
.error-help-block {
  color: red !important;
}

input.error,
select.error {
  color: inherit !important;
}

.page-content .content-heading h1 {
  font-size: 14px;
  color: #70657b;
  margin-bottom: 4px;

}

/* .modal{
   background: rgba(51, 51, 51, 0.75);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
} */
/* wizard css statrt */
.form-wizard {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 100%;
}

.steps {
  margin: 0 auto 20px auto;
  overflow: hidden;
  width: fit-content;
}

.steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps ul li {
  float: left;
  color: #000;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0;
  -moz-transition: all 0.4s ease-in-out 0;
  -ms-transition: all 0.4s ease-in-out 0;
  -otransition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
}

.steps ul li:hover,
.steps ul li.active {
  color: #fb8200;
}

.steps ul li:hover span,
.steps ul li.active span {
  background: #fb8200;
  color: #fff;
}

.main-img {
  height: 200px;
}

.main-img img {
  height: 100%;
  object-fit: cover;
}

.pdf-style {
  height: 100%;
  text-align: center;
  padding-top: 20%;
}

.pdf-style i {
  font-size: 80px;
}

.v-plar-style {
  position: relative;
  background: url("../images/play-icon.svg") no-repeat center;
  background-size: 85px;
}

.v-plar-style video {
  opacity: 0;
}

.steps ul li:hover::after,
.steps ul li.active::after {
  background: #fb8200;
  width: 100%;
}

.steps ul li::before,
.steps ul li::after {
  content: "";
  position: absolute;
  left: -50%;
  top: 22px;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transition: all 0.4s ease-in-out 0;
  -moz-transition: all 0.4s ease-in-out 0;
  -ms-transition: all 0.4s ease-in-out 0;
  -otransition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -otransform: translateY(-50%);
  transform: translateY(-50%);
}

.steps ul li::after {
  width: 0;
}

.steps ul li span {
  display: block;
  margin: 0 auto 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #000;
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0;
  -moz-transition: all 0.4s ease-in-out 0;
  -ms-transition: all 0.4s ease-in-out 0;
  -otransition: all 0.4s ease-in-out 0;
  transition: all 0.4s ease-in-out 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -oborder-radius: 2px;
  border-radius: 2px;
}

.steps ul li:first-child::before,
.steps ul li:first-child::after {
  display: none;
}

.form-containerr {
  clear: both;
  display: none;
  left: 100%;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -oborder-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.form-containerr.active {
  display: block;
}

.form-title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.form-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 2px;
  background: #fb8200;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -otransform: translateX(-50%);
  transform: translateX(-50%);
}

form label span {
  color: red;
}

.iconresize {
  font-size: 3rem !important;
}

/* wizard css end */

.main-content .card {
  box-shadow: none;
  border: 1px solid #dee2e6;
}

.nav-icon {
  font-size: 20px;
  margin: 4px;
}

.dropify-wrapper {
  border: 2px dashed #673ab75e !important;
  background: #f5f5f5 !important;
  min-height: 150px !important;
  padding: 20px 20px !important;
}

.checkcss {
  color: #70657b;
}

.logocss {
  height: unset;
  width: unset;
}


.layout-sidebar-large .main-header .logo img {
  width: 90px !important;
  height: 30px !important;
}

.imgInfo {
  font-size: 11px;
}

.content .text-muted {
  font-size: 14px;
}

.card-icon-bg .card-body .content {
  max-width: none !important;
}

.img_div .card-title {
  font-size: 15px;
  color: #70657b;
}

.csv_upload_dropify .card-title {
  /* font-size: 15px; */
  color: #70657b;
}

.disbaled_check .checkmark {
  color: red !important;
  cursor: not-allowed;
}

.uploadbtncss {
  color: white;
}


.nwcheckbox {
  margin-top: 30px;
}

.image_instructions {
  font-size: 10px;
}