.pointer-none {
  pointer-events: none;
}

.cerate-educats-middle {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 55, 112, 0.15)), to(rgba(9, 55, 112, 0))) !important;
  background: linear-gradient(180deg, rgba(9, 55, 112, 0.15) 0%, rgba(9, 55, 112, 0) 100%) !important;
  height: 100%;
  padding-top: 75px;
}

.cerate-educats-middle .middle-inner {
  padding: 0;
}

.btn.btn-white {
  background-color: #fff;
  border: 1px solid #BDC5D4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 16px;
  color: #BDC5D4;
}

.btn.btn-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.create-new-educast-section {
  padding-top: 50px;
}

.create-new-educast-section .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
}

.create-new-educast-section .heading h3 {
  font-size: 28px;
  line-height: 33px;
  color: #1B1E22;
  font-weight: 700;
}

.create-new-educast-section .create-educats-tab .nav {
  border-bottom: 0;
}

.create-new-educast-section .create-educats-tab .nav li {
  margin-right: 30px;
  display: inline-block;
  position: relative;
}

.create-new-educast-section .create-educats-tab .nav li:after {
  content: '';
  border-top: 1px dashed #8AC142;
  width: 60px;
  height: 2px;
  position: absolute;
  top: 40px;
  right: -60px;
}

.create-new-educast-section .create-educats-tab .nav li:last-child {
  margin-right: 0;
}

.create-new-educast-section .create-educats-tab .nav li:last-child:after {
  display: none;
}

.create-new-educast-section .create-educats-tab .nav li button {
  background: #fff;
  border: 1px solid  #BDC5D4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  color: #8C97AC;
  font-weight: 500;
  line-height: 24px;
  width: 255px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  height: 76px;
  line-height: 19px;
  font-size: 16px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.create-new-educast-section .create-educats-tab .nav li .tab-icon {
  height: 46px;
  width: 46px;
  border-radius: 10px;
  min-width: 46px;
  background-color: rgba(138, 193, 66, 0.1);
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.create-new-educast-section .create-educats-tab .nav li .tab-icon:after {
  content: '';
  height: 22px;
  width: 22px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.34 0C17.73 0 20 2.38 20 5.92V14.091C20 17.62 17.73 20 14.34 20H5.67C2.28 20 0 17.62 0 14.091V5.92C0 2.38 2.28 0 5.67 0H14.34ZM14.18 7C13.84 6.66 13.28 6.66 12.94 7L8.81 11.13L7.06 9.38C6.72 9.04 6.16 9.04 5.82 9.38C5.48 9.72 5.48 10.27 5.82 10.62L8.2 12.99C8.37 13.16 8.59 13.24 8.81 13.24C9.04 13.24 9.26 13.16 9.43 12.99L14.18 8.24C14.52 7.9 14.52 7.35 14.18 7Z' fill='%238AC142'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 99;
  right: 0;
  margin: auto;
  display: none;
}

.create-new-educast-section .create-educats-tab .nav li .tab-icon img {
  display: none;
  height: 20px;
  width: 20px;
}

.create-new-educast-section .create-educats-tab .nav li .tab-icon img:first-child {
  display: block;
}

.create-new-educast-section .create-educats-tab .nav li .active {
  background: #8AC142;
  border: 1px solid #8AC142;
  color: #fff;
}

.create-new-educast-section .create-educats-tab .nav li .active .tab-icon {
  background-color: rgba(255, 255, 255, 0.1);
}

.create-new-educast-section .create-educats-tab .nav li .active .tab-icon img {
  display: none;
}

.create-new-educast-section .create-educats-tab .nav li .active .tab-icon img:first-child {
  display: none;
}

.create-new-educast-section .create-educats-tab .nav li .active .tab-icon img:nth-child(2) {
  display: block;
}

.create-new-educast-section .create-educats-tab .nav li .done .tab-icon {
  background-color: rgba(138, 193, 66, 0.1);
}

.create-new-educast-section .create-educats-tab .nav li .done .tab-icon::after {
  display: block;
}

.create-new-educast-section .create-educats-tab .form-educast {
  padding: 35px 0;
}

.create-new-educast-section .create-educats-tab .form-educast .form-group {
  margin-bottom: 8px;
}

.create-new-educast-section .create-educats-tab .form-educast .form-group label {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 8px;
  font-weight: 500;
}

.create-new-educast-section .create-educats-tab .form-educast .form-group .form-control {
  background: #FFFFFF;
  background-color: #fff !important;
  border: 1px solid #BDC5D5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-weight: 500;
  color: #1B1E22;
  font-size: 16px;
  line-height: 19px;
  height: 48px;
}

.create-new-educast-section .create-educats-tab .form-educast .form-group .form-control::-webkit-input-placeholder {
  color: #C4C4C4;
  border-radius: 10px;
  font-weight: 400 !important;
}

.create-new-educast-section .create-educats-tab .form-educast .form-group .form-control:-ms-input-placeholder {
  color: #C4C4C4;
  border-radius: 10px;
  font-weight: 400 !important;
}

.create-new-educast-section .create-educats-tab .form-educast .form-group .form-control::-ms-input-placeholder {
  color: #C4C4C4;
  border-radius: 10px;
  font-weight: 400 !important;
}

.create-new-educast-section .create-educats-tab .form-educast .form-group .form-control::placeholder {
  color: #C4C4C4;
  border-radius: 10px;
  font-weight: 400 !important;
}

.create-new-educast-section .create-educats-tab .form-educast .form-group textarea.form-control {
  height: 120px;
  padding: 12px 10px;
}

.create-new-educast-section .create-educats-tab .form-educast .form-group p {
  font-size: 14px;
  line-height: 16px;
}

.create-new-educast-section .create-educats-tab .form-educast .form-pass {
  position: relative;
}

.create-new-educast-section .create-educats-tab .form-educast .form-pass .icon-input {
  position: absolute;
  right: 0;
  top: 30px;
  height: 48px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #8C97AC;
  justify-content: center;
}

.create-new-educast-section .create-educats-tab .form-educast .form-pass .icon-input a {
  color: #8C97AC;
}

.create-new-educast-section .create-educats-tab .form-educast .tag-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 12px;
}

.create-new-educast-section .create-educats-tab .form-educast .tag-input .div-btn {
  width: 170px;
  margin-left: 20px;
}

.create-new-educast-section .create-educats-tab .form-educast .tag-input .div-btn .btn {
  background: #FFFFFF;
  border: 1px solid #BDC5D4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  height: 48px;
  font-size: 14px;
  line-height: 16px;
  color: #BDC5D4;
  max-width: 150px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.create-new-educast-section .create-educats-tab .form-educast .tag-input .form-control {
  width: calc(100% - 170px);
}

.create-new-educast-section .create-educats-tab .form-educast .tag-list ul li {
  display: inline-block;
  margin-right: 10px;
}

.create-new-educast-section .create-educats-tab .form-educast .tag-list ul li .tag-invite {
  background: #8AC142;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
}

.create-new-educast-section .create-educats-tab .form-educast .tag-list ul li .tag-invite img {
  height: 32px;
  width: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

.create-new-educast-section .create-educats-tab .form-educast .tag-list ul li .tag-invite h3 {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  font-weight: 600;
  margin: 3px 8px;
}

.create-new-educast-section .create-educats-tab .form-educast .tag-list ul li .tag-invite a {
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  display: block;
}

.create-new-educast-section .create-educats-tab .form-educast .field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}

.create-new-educast-section .create-educats-tab .form-educast .field-group .btn-div {
  margin-left: 10px;
}

.create-new-educast-section .create-educats-tab .form-educast .field-group .btn-div .btn {
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

.create-new-educast-section .create-educats-tab .form-educast .option-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 18px;
  border: 1px solid #BDC5D4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 30px;
}

.create-new-educast-section .create-educats-tab .form-educast .option-box h3 {
  font-size: 18px;
  line-height: 21px;
  color: #1B1E22;
  margin-bottom: 8px;
  font-weight: 600;
}

.create-new-educast-section .create-educats-tab .form-educast .option-box p {
  color: #1B1E22;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 25px;
}

.create-new-educast-section .create-educats-tab .form-educast .radio-group-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.create-new-educast-section .create-educats-tab .form-educast .radio-group-option .form-check {
  background-color: #FFFFFF;
  border: 1px solid #BDC5D4;
  border-radius: 10px !important;
  padding: 0;
  padding-left: 0;
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.create-new-educast-section .create-educats-tab .form-educast .radio-group-option .form-check .form-check-input {
  position: absolute;
  right: -8px;
  top: -10px;
  height: 16px;
  width: 16px;
  border-radius: 0 !important;
  border: 0;
  opacity: 0;
}

.create-new-educast-section .create-educats-tab .form-educast .radio-group-option .form-check label {
  margin-bottom: 0 !important;
  font-size: 16px;
  line-height: 19px;
  color: #1B1E22;
  margin-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0.2;
}

.create-new-educast-section .create-educats-tab .form-educast .radio-group-option .form-check-input:checked {
  background-color: #fff;
  border-color: #8AC142;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.906 0C15.957 0 18 2.142 18 5.328V12.6819C18 15.858 15.957 18 12.906 18H5.103C2.052 18 0 15.858 0 12.6819V5.328C0 2.142 2.052 0 5.103 0H12.906ZM12.762 6.3C12.456 5.994 11.952 5.994 11.646 6.3L7.929 10.017L6.354 8.442C6.048 8.136 5.544 8.136 5.238 8.442C4.932 8.748 4.932 9.243 5.238 9.558L7.38 11.691C7.533 11.844 7.731 11.916 7.929 11.916C8.136 11.916 8.334 11.844 8.487 11.691L12.762 7.416C13.068 7.11 13.068 6.615 12.762 6.3Z' fill='%238AC142'/%3E%3C/svg%3E%0A");
  opacity: 1;
  background-repeat: no-repeat;
}

.create-new-educast-section .create-educats-tab .form-educast .radio-group-option .form-check-input:checked ~ label {
  opacity: 1 !important;
}

.create-new-educast-section .create-educats-tab .form-educast .radio-group-option .active {
  border: 1px solid #8AC142;
}

.create-new-educast-section .create-educats-tab .form-educast .radio-group-option .active .form-check-input {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.906 0C15.957 0 18 2.142 18 5.328V12.6819C18 15.858 15.957 18 12.906 18H5.103C2.052 18 0 15.858 0 12.6819V5.328C0 2.142 2.052 0 5.103 0H12.906ZM12.762 6.3C12.456 5.994 11.952 5.994 11.646 6.3L7.929 10.017L6.354 8.442C6.048 8.136 5.544 8.136 5.238 8.442C4.932 8.748 4.932 9.243 5.238 9.558L7.38 11.691C7.533 11.844 7.731 11.916 7.929 11.916C8.136 11.916 8.334 11.844 8.487 11.691L12.762 7.416C13.068 7.11 13.068 6.615 12.762 6.3Z' fill='%238AC142'/%3E%3C/svg%3E%0A");
}

.create-new-educast-section .create-educats-tab .form-educast .radio-group-option .active label.form-check-label {
  opacity: 1 !important;
}

.create-new-educast-section .create-educats-tab .form-educast .from-group-2 label {
  margin-bottom: 8px !important;
}

.create-new-educast-section .create-educats-tab .form-educast .number-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.create-new-educast-section .create-educats-tab .form-educast .number-counter .minus, .create-new-educast-section .create-educats-tab .form-educast .number-counter .plus, .create-new-educast-section .create-educats-tab .form-educast .number-counter .max {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  background: #FFFFFF;
  border: 1px solid #BDC5D4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.create-new-educast-section .create-educats-tab .form-educast .number-counter .max {
  margin-left: 5px;
  margin-right: 5px;
  width: 5%;
}

.create-new-educast-section .create-educats-tab .form-educast .number-counter .minus:hover, .create-new-educast-section .create-educats-tab .form-educast .number-counter .plus:hover, .create-new-educast-section .create-educats-tab .form-educast .number-counter .max:hover {
  background-color: #8AC142;
  color: #fff;
  cursor: pointer;
}

.create-new-educast-section .create-educats-tab .form-educast .number-counter input.form-control {
  height: 40px !important;
  min-height: 40px !important;
  width: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  border: 0px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  background: #E6EBF1 !important;
  border-radius: 10px;
  margin: 0 10px !important;
}

.create-new-educast-section .create-educats-tab .form-preview {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 35px;
}

.create-new-educast-section .create-educats-tab .form-preview .form-group label {
  font-size: 16px;
  line-height: 19px;
  color: #8C97AC;
  margin-bottom: 10px;
  font-weight: 400;
}

.create-new-educast-section .create-educats-tab .form-preview .form-group p {
  color: #1B1E22;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.create-new-educast-section .create-educats-tab .form-preview .form-group .img-preview {
  position: relative;
  height: 192px;
  width: 350px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.create-new-educast-section .create-educats-tab .form-preview .form-group .img-preview::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.create-new-educast-section .create-educats-tab .form-preview .form-group-dark label {
  color: #1B1E22;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
}

.create-new-educast-section .create-educats-tab .form-preview .option-box h3 {
  margin-bottom: 20px;
}

.create-new-educast-section .footer-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 89px;
}

.drop-section {
  min-height: 150px;
  background: #E6EBF1;
  border: 1px dashed rgba(10, 54, 112, 0.4);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.drop-section .fileuploader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
}

.drop-section #upload-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 150px;
}

.drop-section .upload-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drop-section .upload-icon span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #0A3670;
}

.drop-section .icon-upload {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='30' viewBox='0 0 27 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.9639 0C17.0284 0 17.0917 0.00544622 17.1533 0.0159039L17.356 0.0171C17.662 0.0171 17.9545 0.1416 18.1675 0.3621L25.7665 8.2776C25.966 8.4861 26.0786 8.7666 26.0786 9.0561V22.8411C26.1025 26.6046 23.1685 29.6631 19.399 29.7981H7.18895C3.52861 29.7194 0.593009 26.7616 0.502502 23.1385L0.501953 6.7356C0.590453 3.0141 3.66245 0.0171 7.35545 0.0171L16.7744 0.0159039C16.836 0.00544622 16.8993 0 16.9639 0ZM15.838 2.2665L7.35995 2.2671C4.87445 2.2671 2.81045 4.2801 2.75195 6.7626V22.8411C2.69795 25.3926 4.70795 27.4926 7.23545 27.5481H19.36C21.8635 27.4581 23.845 25.3926 23.8286 22.8486L23.8285 10.4745L20.8159 10.476C18.0694 10.4685 15.8389 8.2305 15.8389 5.4885L15.838 2.2665ZM12.7126 10.7383C13.0231 10.7383 13.3043 10.8643 13.5079 11.068L13.5095 11.0689L17.0285 14.6029C17.4665 15.0439 17.465 15.7549 17.0255 16.1929C16.5845 16.6309 15.872 16.6309 15.434 16.1899L13.837 14.586L13.8376 20.9248C13.8376 21.5458 13.3336 22.0498 12.7126 22.0498C12.0916 22.0498 11.5876 21.5458 11.5876 20.9248L11.587 14.586L9.992 16.1899C9.773 16.4119 9.4835 16.5214 9.1955 16.5214C8.909 16.5214 8.621 16.4119 8.402 16.1929C7.9625 15.7549 7.9595 15.0439 8.399 14.6029L11.915 11.0689L11.9652 11.0227C11.9869 11.0034 12.0093 10.9849 12.0325 10.9673L11.915 11.0689C11.9568 11.027 12.0019 10.9891 12.0495 10.9555C12.2347 10.8189 12.4643 10.7383 12.7126 10.7383ZM18.088 3.528L18.0889 5.4885C18.0889 6.9945 19.3129 8.2215 20.8189 8.226L22.5955 8.2245L18.088 3.528Z' fill='%230A3670'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  height: 44px;
  width: 30px;
}

.drop-resource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.drop-resource .upload-icon span {
  font-size: 14px;
}

.drop-resource #upload-label2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 120px;
}

.drop-resource .preview-container {
  width: 100%;
  padding: 0 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent !important;
  border: 0 !important;
}

.drop-resource .preview-container .card {
  background-color: transparent !important;
  border: 0;
}

.preview-container .card {
  background-color: transparent !important;
  border: 0;
}

/* .progress {
  display: none !important;
} */

.preview-container #previews2 .zdrop-info > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.preview-container #previews2 .zdrop-info > div span {
  font-size: 12px;
  line-height: 14px;
  color: #1B1E22;
  font-weight: 600 !important;
  margin-bottom: 5px;
  display: block;
}

.preview-container #previews2 .zdrop-info > div span:nth-child(2) {
  color: rgba(27, 30, 34, 0.5);
  font-size: 10px;
  margin-bottom: 0;
}

.preview-container #previews .zdrop-info > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.preview-container #previews .zdrop-info > div span {
  font-size: 12px;
  line-height: 14px;
  color: #1B1E22;
  font-weight: 600 !important;
  margin-bottom: 5px;
  display: block;
}

.preview-container #previews .zdrop-info > div span:nth-child(2) {
  color: rgba(27, 30, 34, 0.5);
  font-size: 10px;
  margin-bottom: 0;
}

.btn-floating {
  position: relative !important;
  background-color: transparent !important;
  right: -18px;
}

.btn-floating i {
  display: none;
}

.btn-floating:before {
  content: "";
  background-image: url(../images/close-upload.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.secondary-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.collection-item {
  background-color: #fff !important;
  border-radius: 10px !important;
  padding-left: 60px !important;
  position: relative;
}

.collection-item::before {
  content: '';
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(138, 193, 1, 0.1);
  position: absolute;
  left: 10px;
  top: 5px;
  background-image: url(../images/upload-check.png);
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  border-radius: 10px !important;
}

.start-with-educast-section {
  padding: 84px 0 64px 0;
}

.start-with-educast-section .heading {
  text-align: center;
  margin-bottom: 30px;
}

.start-with-educast-section .heading h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #1B1E22;
}

.start-with-educast-section .heading h2 span {
  color: #8BC142;
}

.start-with-educast-section .heading p {
  font-size: 16px;
  line-height: 20px;
  color: #1B1E22;
}

.start-with-educast-section .start-box {
  padding: 50px 94px;
  background-color: #fff;
  border-radius: 10px;
  max-width: 750px;
  margin: 0 auto;
}

.start-with-educast-section .content-card {
  background: rgba(9, 55, 112, 0.07);
  border-radius: 8px;
  border: 2px solid #fff;
  padding: 20px 20px;
  width: 100%;
  max-width: 250px;
  min-width: 250px;
  min-height: 100%;
  text-decoration: none !important;
}

.start-with-educast-section .content-card .educst-img {
  background: #FFFFFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 121px;
  margin-bottom: 15px;
}

.start-with-educast-section .content-card .educst-img img {
  width: auto;
}

.start-with-educast-section .content-card .content h2 {
  color: #1B1E22;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
}

.start-with-educast-section .content-card .content p {
  color: #1B1E22;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.start-with-educast-section .content-card:hover {
  border: 2px solid #093770;
}

.start-with-educast-section .card-box-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.start-with-educast-section .card-box-main .content-card {
  margin: 0 15px;
  margin-bottom: 20px;
}

.start-with-educast-section .or-text {
  position: relative;
}

.start-with-educast-section .or-text:before {
  content: '';
  background-color: #E6E6E6;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  display: block;
}

.start-with-educast-section .or-text p {
  margin: 0  auto;
  height: 30px;
  width: 30px;
  border-radius: 100px;
  background-color: #093770;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  z-index: 99;
}

.start-with-educast-section .btn-start {
  border: 1px solid #093770;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #093770;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}

.start-with-educast-section .btn-start:hover {
  background-color: #093770;
  color: #fff;
}

.start-with-educast-section .start-btn-div {
  margin-top: 30px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #093770 !important;
  color: #fff;
}

.select2-container {
  border: 0;
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  outline: 0;
  height: 48px !important;
  border: 1px solid #ebebeb !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #FFFFFF;
  background-color: #fff !important;
  border: 1px solid #BDC5D5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px !important;
  line-height: 45px !important;
  padding-left: 15px !important;
  font-weight: 500;
  height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px !important;
  width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0A3670 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0A3670 transparent;
}

.modal-custom .modal-dialog {
  width: 100%;
  max-width: 984px !important;
}

.modal-custom .modal-dialog .modal-content {
  border-radius: 10px;
  overflow: hidden;
}

.modal-custom .modal-dialog .modal-header button {
  border-radius: 0 !important;
  text-decoration: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
  background-color: transparent !important;
}

.modal-custom .modal-dialog .modal-header button i {
  font-size: 24px;
  line-height: 20px;
}

.modal-custom .modal-dialog .modal-header button i:before {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4003 0.613632C17.2769 0.490027 17.1304 0.391963 16.9691 0.325055C16.8078 0.258146 16.6349 0.223706 16.4603 0.223706C16.2857 0.223706 16.1128 0.258146 15.9515 0.325055C15.7902 0.391963 15.6436 0.490027 15.5203 0.613632L9.0003 7.1203L2.4803 0.600298C2.35686 0.476855 2.21031 0.378935 2.04902 0.312129C1.88774 0.245322 1.71487 0.210938 1.5403 0.210938C1.36572 0.210937 1.19286 0.245322 1.03157 0.312129C0.870288 0.378935 0.723741 0.476855 0.600298 0.600298C0.476855 0.723741 0.378935 0.870288 0.312129 1.03157C0.245322 1.19286 0.210937 1.36572 0.210938 1.5403C0.210938 1.71487 0.245322 1.88774 0.312129 2.04902C0.378935 2.21031 0.476855 2.35686 0.600298 2.4803L7.1203 9.0003L0.600298 15.5203C0.476855 15.6437 0.378935 15.7903 0.312129 15.9516C0.245322 16.1129 0.210938 16.2857 0.210938 16.4603C0.210937 16.6349 0.245322 16.8077 0.312129 16.969C0.378935 17.1303 0.476855 17.2769 0.600298 17.4003C0.723741 17.5237 0.870288 17.6217 1.03157 17.6885C1.19286 17.7553 1.36572 17.7897 1.5403 17.7897C1.71487 17.7897 1.88774 17.7553 2.04902 17.6885C2.21031 17.6217 2.35686 17.5237 2.4803 17.4003L9.0003 10.8803L15.5203 17.4003C15.6437 17.5237 15.7903 17.6217 15.9516 17.6885C16.1129 17.7553 16.2857 17.7897 16.4603 17.7897C16.6349 17.7897 16.8077 17.7553 16.969 17.6885C17.1303 17.6217 17.2769 17.5237 17.4003 17.4003C17.5237 17.2769 17.6217 17.1303 17.6885 16.969C17.7553 16.8077 17.7897 16.6349 17.7897 16.4603C17.7897 16.2857 17.7553 16.1129 17.6885 15.9516C17.6217 15.7903 17.5237 15.6437 17.4003 15.5203L10.8803 9.0003L17.4003 2.4803C17.907 1.97363 17.907 1.1203 17.4003 0.613632Z' fill='%231B1E22'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  height: 17px;
  width: 17px;
  display: block;
}

.modal-custom .modal-dialog .modal-body .search-bar {
  position: relative;
  margin-bottom: 22px;
}

.modal-custom .modal-dialog .modal-body .search-bar .form-group {
  margin-bottom: 0px;
}

.modal-custom .modal-dialog .modal-body .search-bar .form-group label {
  color: #1B1E22;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}

.modal-custom .modal-dialog .modal-body .search-bar .form-group .form-control {
  background: #F3F5F8;
  border: 1px solid #F3F5F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  height: 45px;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 19px;
  color: #1B1E22;
  font-weight: 500;
}

.modal-custom .modal-dialog .modal-body .search-bar .form-group .form-control:focus {
  border: 1px solid #093770;
}

.modal-custom .modal-dialog .modal-body .search-bar .form-group .form-control::-webkit-input-placeholder {
  color: #BDC5D4;
}

.modal-custom .modal-dialog .modal-body .search-bar .form-group .form-control:-ms-input-placeholder {
  color: #BDC5D4;
}

.modal-custom .modal-dialog .modal-body .search-bar .form-group .form-control::-ms-input-placeholder {
  color: #BDC5D4;
}

.modal-custom .modal-dialog .modal-body .search-bar .form-group .form-control::placeholder {
  color: #BDC5D4;
}

.modal-custom .modal-dialog .modal-body .icon-left {
  position: relative;
}

.modal-custom .modal-dialog .modal-body .icon-left .icon-input {
  position: absolute;
  right: auto;
  top: 0;
  /* left: 0; */
  height: 45px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-custom .modal-dialog .modal-body .icon-left .icon-input a {
  color: #C4C4C4;
}

.modal-custom .modal-dialog .modal-body .icon-left .icon-input a:hover {
  color: #000;
}

.modal-custom .modal-dialog .modal-body .icon-left .form-control {
  padding-left: 50px !important;
}

.modal-custom .modal-dialog .modal-body .people-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #BDC5D4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 10px;
}

.modal-custom .modal-dialog .modal-body .people-box .people-profile img {
  height: 46px;
  width: 46px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-custom .modal-dialog .modal-body .people-box .people-content {
  padding-left: 13px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.modal-custom .modal-dialog .modal-body .people-box .people-content .left-content {
  width: 100%;
}

.modal-custom .modal-dialog .modal-body .people-box .people-content .left-content h3 {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}

.modal-custom .modal-dialog .modal-body .people-box .people-content .left-content p {
  font-size: 12px;
  line-height: 20px;
  color: #8C97AC;
  margin: 0;
}

.modal-custom .modal-dialog .modal-body .people-box .people-content .right-content .btn-add {
  background-color: #8AC142;
  border-radius: 8px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  padding: 8px 12px;
}

.modal-custom .modal-dialog .modal-body .people-box .people-content .right-content .added {
  font-size: 12px;
  line-height: 28px;
  color: #8AC142;
  font-weight: 600;
  display: none;
  white-space: nowrap;
}

.modal-custom .modal-dialog .modal-body .people-box .people-content .right-content .added i {
  margin-right: 5px;
  font-size: 12px;
}

.modal-custom .modal-dialog .modal-body .people-box.active {
  border: 1px solid  #8AC142 !important;
}

.modal-custom .modal-dialog .modal-body .people-box.active .added {
  display: block !important;
}

.modal-custom .modal-dialog .modal-body .people-box.active .btn-add {
  display: none !important;
}

.modal-custom .modal-dialog .modal-body .group-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #BDC5D4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 10px;
}

.modal-custom .modal-dialog .modal-body .group-box .group-profile img {
  height: 46px;
  width: 46px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-custom .modal-dialog .modal-body .group-box .group-content {
  padding-left: 13px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.modal-custom .modal-dialog .modal-body .group-box .group-content .left-content {
  width: 100%;
}

.modal-custom .modal-dialog .modal-body .group-box .group-content .left-content h3 {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}

.modal-custom .modal-dialog .modal-body .group-box .group-content .left-content p {
  font-size: 12px;
  line-height: 20px;
  color: #8C97AC;
  margin: 0;
}

.modal-custom .modal-dialog .modal-body .group-box .group-content .left-content p span {
  color: #8AC142;
}

.modal-custom .modal-dialog .modal-body .group-box .group-content .right-content .btn-add {
  background-color: #8AC142;
  border-radius: 8px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  padding: 8px 12px;
}

.modal-custom .modal-dialog .modal-body .group-box .group-content .right-content .added {
  font-size: 12px;
  line-height: 28px;
  color: #8AC142;
  font-weight: 600;
  display: none;
  white-space: nowrap;
}

.modal-custom .modal-dialog .modal-body .group-box .group-content .right-content .added i {
  margin-right: 5px;
  font-size: 12px;
}

.modal-custom .modal-dialog .modal-body .group-box.active {
  border: 1px solid  #8AC142 !important;
}

.modal-custom .modal-dialog .modal-body .group-box.active .added {
  display: block !important;
}

.modal-custom .modal-dialog .modal-body .group-box.active .btn-add {
  display: none !important;
}

.modal-custom .modal-dialog .modal-footer .btn {
  font-size: 14px;
  line-height: 16px;
  height: 48px;
  border-radius: 10px;
}

#container-certified-1 div.ui-sortable-helper{
  cursor: move;
}

#container-certified-1 .ui-sortable-placeholder {
  width: 100%;
  height: 140px;
  background: #E6EBF1;
  background-image: url("../images/series/drag_n_drop.png");
  background-size: auto;
  background-repeat: no-repeat;
  border: 1px dashed rgba(10, 54, 112, 0.4);
  border-radius: 10px;
  margin: 25px 0 5px 0;
  background-position: center;
}

.series-card-main-box .create-series-card-custom{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  max-width: 530px !important;
  margin-top: 20px !important;
}
.series-card-main-box .create-series-card-custom .educst-img{
  width: 350px !important;
  height: 100px !important;
  margin-right: 16px;
  margin-bottom: 0 !important;
}
.series-card-main-box .create-series-card-custom .content h2{
  text-align: left;
}
.series-card-main-box .create-series-card-custom .content p{
  text-align: left;
}
@media (max-width: 767px) {
  .cat-header .cat-select {
    min-width: 130px;
    position: absolute;
    right: 60px;
    top: 18px;
  }
  .start-with-educast-section {
    padding-top: 100px;
  }
  .start-with-educast-section .heading h3 {
    font-size: 18px;
    line-height: 16px;
  }
  .start-with-educast-section .start-box {
    padding: 40px 20px;
  }
  .create-new-educast-section .heading h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .create-new-educast-section .create-educats-tab .nav {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .create-new-educast-section .create-educats-tab .nav li {
    margin-right: 10px;
  }
  .create-new-educast-section .create-educats-tab .nav li button {
    width: auto;
    height: 45px;
    padding: 10px 15px;
    white-space: nowrap;
    font-size: 14px;
  }
  .create-new-educast-section .create-educats-tab .nav li button .tab-icon {
    height: 35px;
    width: 35px;
    min-width: 35px;
  }
  .create-new-educast-section .create-educats-tab .form-preview .form-group p {
    font-size: 14px;
    line-height: 24px;
  }
  .create-new-educast-section .create-educats-tab .form-educast .option-box h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .create-new-educast-section .create-educats-tab .form-educast .tag-list ul li .tag-invite h3 {
    font-size: 14px;
  }
  .create-new-educast-section .create-educats-tab .form-educast .form-group label {
    font-size: 14px;
    line-height: 19px;
  }
  .create-new-educast-section .create-educats-tab .form-educast .form-group .form-control {
    font-size: 14px;
    line-height: 26px;
  }
  .create-new-educast-section .start-date {
    margin-bottom: 10px;
  }
  .create-new-educast-section .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 24px;
  }
  .create-new-educast-section .create-educats-tab .form-educast .option-box {
    margin-bottom: 20px;
  }
  .create-new-educast-section .create-educats-tab .form-educast .tag-list ul li {
    margin-bottom: 10px;
    display: inline-block;
  }
  .create-new-educast-section .create-educats-tab .form-preview {
    padding: 20px;
  }
  .create-new-educast-section .create-educats-tab .form-preview .img-preview {
    width: 100% !important;
  }
  .create-new-educast-section .create-educats-tab .form-preview .img-preview img {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .cerate-educats-middle {
    padding-top: 60px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .start-with-educast-section .start-box {
    padding: 40px 40px;
  }
  .create-new-educast-section .create-educats-tab .nav {
    border-bottom: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .create-new-educast-section .create-educats-tab .nav li {
    margin-right: 30px;
    display: inline-block;
  }
  .create-new-educast-section .create-educats-tab .nav li:last-child {
    margin-right: 0;
  }
  .create-new-educast-section .create-educats-tab .nav li button {
    width: auto;
    padding: 10px 10px;
    height: 60px;
    line-height: 24px;
    white-space: nowrap;
    font-size: 14px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .create-new-educast-section .create-educats-tab .nav {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .create-new-educast-section .create-educats-tab .nav li {
    width: auto;
  }

  .create-new-educast-section .create-educats-tab .sequence-list .nav {
    overflow-x: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
/*# sourceMappingURL=create-educast.css.map */