/* body */
body {
  background-color: #f2f5f8;
  font-family: "Karla", sans-serif;
}
.main-content .wizard-form .progressbar-list::before {
  content: " ";
  background-color: rgb(155, 155, 155);
  border: 10px solid #fff;
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin: 9px auto;
  box-shadow: 1px 1px 3px #606060;
  transition: all;
}
.main-content .wizard-form .progressbar-list::after {
  content: "";
  background-color: rgb(155, 155, 155);
  padding: 0px 0px;
  position: absolute;
  top: 14px;
  left: -50%;
  width: 100%;
  height: 2px;
  margin: 9px auto;
  z-index: -1;
  transition: all 0.8s;
}
.main-content .wizard-form .progressbar-list.active::after {
  background-color: #763cb0;
}
.main-content .wizard-form .progressbar-list:first-child::after {
  content: none;
}
.main-content .wizard-form .progressbar-list.active::before {
  font-family: "Font Awesome 5 free";
  content: "\f00c";
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  padding: 6px;
  background-color: #763cb0;
  border: 1px solid #763cb0;
  box-shadow: 0 0 0 7.5px rgb(118 60 176 / 11%);
}
.progressbar-list {
  width: 120px;
  color: #6f787d;
}
.active {
  color: #000;
}
/* card */
.card img {
  width: 40px;
}
.card {
  border: 3px solid rgb(145 145 145);
  /* cursor: pointer; */
}
.active-card {
  color: #763cb0;
  font-weight: bold;
  border: 3px solid #763cb0;
}
.form-check-input:focus {
  box-shadow: none;
}
.bg-color-info {
  background-color: #763cb0;
  transition: all 0.5s;
}
.bg-color-info:hover {
  background-color: #613190 !important;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15) !important;
  transform: scale(1.1);
}
.border-color {
  border-color: #ececec;
}
.btn {
  padding: 16px 30px;
}
.btn-primary {
  background-image: linear-gradient(310deg, #2152ff, #21d4fd);
  border: 0;
}
.btn-primary:hover {
  background-image: linear-gradient(310deg, #2446c3, #1eb6d8);
}

.btn-custom-dark {
  background-color: #515255 !important;
  transition: all 0.5s;
}
.btn-custom-dark:hover {
  background-color: #20212a !important;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.15) !important;
  transform: scale(1.1);
}

.bg-success-color {
  background-color: #87d185;
}
.bg-success-color:focus {
  box-shadow: 0 0 0 0.25rem rgb(55 197 20 / 25%);
}
.next {
  position: absolute;
  right: 20px;
}
.list-alpha {
  list-style: upper-alpha;
  display: flex;
}
.list-alpha li {
  margin: 0 20px;
}
label {
  user-select: none;
  color: #6f787d;
}
canvas {
  border: 1px solid #ccc;
  background-color: #fff;
}
.form-business {
  display: none;
}

input:focus:invalid {
  border-color: red !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.225);
}
input:focus:valid {
  border-color: rgb(0, 91, 41) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 91, 41, 0.225);
}

input:required:valid {
  border: 1px solid rgb(0, 91, 41);
  border-color: rgb(0, 91, 41) !important;
}
select:required:valid {
  border: 1px solid rgb(0, 91, 41);
  border-color: rgb(0, 91, 41) !important;
}
textarea:required:valid {
  border: 1px solid rgb(0, 91, 41);
  border-color: rgb(0, 91, 41) !important;
}
#authorImg,
#coverImage,
#illustrationImg,
#sketchFile {
  display: none;
}
.ajax-loader {
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  z-index: +100 !important;
  width: 100%;
  height: 100%;
}

.ajax-loader img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
}
.left-0 {
  left: 0 !important;
}
#illustration-book {
  display: none;
}
.file-detail:hover {
  transition: all 0.2s ease-in-out;
  background-color: #6f787d4a !important;
}
