.baner {
  padding: 50px 40px;
  background: #3f4963;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../../light-bulb-animate.svg");
  border-radius: 25px;
  margin-bottom: 50px;
  background-position: 30px bottom;
  color: #fff;
}

.baner h2 {
  margin-bottom: 30px;
  font-weight: 600;
}

.circle {
  border-radius: 20px !important;
  overflow: hidden;
  width: 130px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
}

.profile-pic {
  max-width: 200px;
  max-height: 200px;
  display: block;
}

.p-image {
  position: absolute;
  top: 102px;
  left: 4px;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-color: #6db52d;
  padding: 8px 10px 8px 10px;
  border-radius: 72px;
  font-size: 10px;
  border: 5px solid #f7f7f7;
}

.upload-button {
  font-size: 1.2em;
}

.file-upload {
  display: none;
}

.form-editt .card {
  border: 0 !important;
}

.label-editt {
  margin-bottom: 10px;
  font-weight: 700;
}

.count-letter {
  position: absolute;
  top: 60px;
  left: 42px;
  color: gray !important;
  font-weight: 700;
}

input.form-control,
select.form-control {
  border-radius: 50px !important;
  background-color: #f9f9f9;
  border: 1px solid #d3d3d3;
  padding: 5px 25px !important;
  /*margin-top: 10px;*/

}

textarea.form-control {
  border-radius: 20px !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #d3d3d3;
  padding: 20 25px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 150px !important;
}
.custom-file-label {
  padding-left: 6rem !important;
}

input[type="date"].form-control{
  padding: 0px !important;
}

input.form-control:focus {
  /*border: 1px solid #7dc144 !important;*/
}

.count-letter-bottom {
  position: absolute;
  bottom: 10px;
  left: 42px;
  color: gray !important;
  font-weight: 700;
}

.note-editor.note-airframe,
.note-editor.note-frame {
  border: 1px solid rgb(109 181 45);
  border-radius: 20px;
  overflow: hidden;
}
.form-editt small {
  margin-bottom: 10px;
}

.custom-file-label {
  padding: 25px;
  border-radius: 50px;
  line-height: 0px;
  background-color: #f9f9f9;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "رفع ملفات";
  padding: 18px;
  top: 7px;
  border-radius: 52px;
  left: 9px;
  line-height: 1px;
  background-color: #3f4963 !important;
  color: white;
}

.custom-file {
  margin-top: 10px !important;
}
.form-toggle-btn {
  max-width: 300px;

  margin: auto;
}

.form-toggle-btn .challenge-toggle-control {
  border-radius: 30px;
  background-color: #cfcfcf !important;
  color: #6a6a6a;
}

.form-editt .text-light {
  color: #6a6a6a;
}

.form-editt .text-light {
  color: #fff !important;
  opacity: 1 !important;
}
.custom-select {
  padding: 9px;

  height: 52px !important;
  border-radius: 50px;
  outline: none;
  box-shadow: none;
  background-color: #f9f9f9;
}
.custom-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #7dc144;
}

.select2-selection {
  padding: 8px;
  border-radius: 54px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px !important;
  position: absolute;
  top: 16px !important;
  left: 9px !important;
  width: 20px !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 65px !important;
  background-color: #f9f9f9 !important;
  height: 52px; !important;
}

.custom-select{
  border-radius: 65px !important;
  background-color: #f9f9f9 !important;
  height: 52px !important;
}

.form-editt textarea {
  border-radius: 10px !important;
  background-color: #f9f9f9 !important;
}

.mony-tr {
  position: absolute;
  left: 0px;
  top: 16px;
  background-color: #7dc144;
  color: white;
  border-radius: 20px;
  padding: 10px;
  font-size: 13px;
}
.text-bold {
  font-weight: 800;
}
.text-large {
  font-size: 20px !important;
}

.btn-solid.btn-acc {
  background: #39405a !important;
  color: #ffffff !important;
  border: 2px solid #39405a !important;
  height: 50px !important;
}

.card-wshado {
  background-color: white;
  box-shadow: 0 0 20px #efefef;
  border-radius: 20px;
}

.uplaod-file {
  width: 100%;
  padding: 13px 20px;
  border-radius: 30px;
  border: 1px solid #c5c5c5;
  background: #f9f9f9;
  cursor: pointer;
}
.min-w-250 {
  min-width: 250px !important;
}
.ui-helper-hidden-accessible{
  display: none;
}

.toggle-choice{
  background-color: #cfcfcf !important;
}
.toggle-choice input:checked + label{
  background-color: #36415c !important;
}

.nav-item a i {
  color: #478f99 !important;
}
.thumbnail-nafezly .font-small{
  font-size: 14px !important;
}

.navbar-nav .nav-item .nav-link{font-weight: normal !important;}
