.custom-file--button {
  display: inline-block;
  width: auto;
  overflow: hidden;
  height: auto;
}
.custom-file--button .custom-file-input {
  z-index: -2;
}
.custom-file--button .custom-file-label {
  font-size: 0;
  border: 0;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  display: block;
  margin: 0;
}
.custom-file--button .custom-file-label:hover + .btn {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.custom-file--button .custom-file-label .btn {
  visibility: hidden;
}
.custom-file--button .custom-file-label:after {
  display: none;
}
.custom-file--button .custom-file-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.custom-file--full .custom-file-label {
  overflow: hidden;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #fbd0c0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(243, 119, 72, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(243, 119, 72, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.custom-file--button {
  display: inline-block;
  width: auto;
  overflow: hidden;
  height: auto;
}
.custom-file--button .custom-file-input {
  z-index: -2;
}
.custom-file--button .custom-file-label {
  font-size: 0;
  border: 0;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  display: block;
  margin: 0;
}
.custom-file--button .custom-file-label:hover + .btn {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.custom-file--button .custom-file-label .btn {
  visibility: hidden;
}
.custom-file--button .custom-file-label:after {
  display: none;
}
.custom-file--button .custom-file-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* Sweet Alert Custom Css Start */
.swal2-icon.swal2-success {
  border-color: #43ff9e !important;
  color: #43ff9e !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #43ff9e !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid #43ff9e75 !important;
}
.swal2-icon.swal2-error {
  border-color: #ff4500 !important;
  color: #ff4500 !important;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  background-color: #ff4500 !important;
}
.swal2-icon.swal2-warning {
  border-color: #ff8a00 !important;
  color: #ff8a00 !important;
}
.swal2-styled.swal2-confirm {
  font-family: "montserratregular";
  font-weight: 700;
  letter-spacing: -0.31px;
  line-height: 1.29rem;
  padding: 0.75rem 2rem;
  border-radius: 0.42rem !important;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem !important;
  color: #fff !important;
  background-color: #2f64ff !important;
  border: none;
}
.swal2-styled.swal2-cancel {
  border: 2px solid !important;
  font-family: "montserratregular";
  font-weight: 700;
  letter-spacing: -0.31px;
  line-height: 1.29rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem !important;
  color: #2f64ff !important;
  border-color: #2f64ff !important;
  border-radius: 0.42rem !important;
  /* padding: 0.35rem 1.14rem !important; */
  background-color: #fff !important;
}
.swal2-styled.swal2-cancel.swal-btn-blue {
  background-color: #2f64ff !important;
  color: #fff !important;
  font-weight: 700;
  padding: 0.625em 2em;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active,
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: none !important;
  color: #fff !important;
  background-color: #18009e !important;
  border-color: #18009e !important;
}
#swal2-content {
  font-size: 1rem !important;
}
.swal2-title {
  font-size: 1.43rem !important;
}
/* Sweet Alert Custom Css End */

.swal-big-title {
  font-size: 1.875em !important;
}
.swal-big-content {
  font-size: 1.3em !important;
}
.swal-no-focus:focus {
  outline: none !important;
}
.custom-file--button {
  overflow: unset;
}

.pswd_info {
  position: absolute;
  top: -5.5rem;
  right: -21.5rem;
  width: 20rem;
  padding: 10px;
  background: #000;
  font-size: 0.875em;
  border-radius: 5px;
  box-shadow: 0 1px 3px #000;
  border: 1px solid #000;
  color: #fff;
  display: none;
}

.pswd_info > ul,
.pswd_info > ul > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.pswd_info h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #fff;
}

.account-settings-page .pswd_info {
  width: 18rem;
  top: -5rem;
  right: -19rem;
}

.pswd_info::before {
  content: "\25C0";
  position: absolute;
  top: 49%;
  left: -11px;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  text-shadow: none;
  display: block;
}
.signup-page .pswd_info {
  top: -2rem;
}
.valid-pass::before {
  color: rgb(40, 167, 69);
  position: relative;
  margin-right: 8px;
  content: "✔";
}
.invalid-pass::before {
  color: rgb(220, 53, 69);
  position: relative;
  margin-right: 8px;
  content: "✖";
}
.invalid-feedback,
.custom-text-danger {
  color: #ff4500;
}
.valid-feedback,
.custom-text-success {
  color: #43ff9e;
}

/** ui datetime picker start*/

.ui-slider .ui-state-default {
  background: #2f64ff !important;
}
.ui-timepicker-div {
  padding: 15px 0 0 0;
}

.ui-slider .ui-state-default {
  background: #2f64ff !important;
}
.ui-timepicker-div {
  padding: 15px 0 0 0;
}

/** ui datetime picker end*/

/* prize tab css start */
.master-layout-wrapper .title-wrapper.has-back-arrow h1 .title-edit-link {
  margin: 0 0 0 16px;
}
.deliverable-wrapper.prizes-wrapper .deliverables-list .title-wrapper {
  justify-content: space-between;
}
.deliverable-wrapper.prizes-wrapper
  .deliverables-list
  .deliverables-text-block
  .white-card
  .card-body {
  padding: 12px 16px;
}

.deliverable-wrapper.prizes-wrapper
  .deliverables-list
  .deliverables-text-block
  .text-block-listing
  .image-block {
  flex: 0 0 50px;
  max-width: 50px;
  align-self: flex-start;
}
.deliverable-wrapper.prizes-wrapper
  .deliverables-list
  .deliverables-text-block
  .text-block-listing
  .text-block {
  padding: 0 16px;
}
.deliverable-wrapper.prizes-wrapper
  .deliverables-list
  .deliverables-text-block
  .text-block-listing
  .image-block
  img {
  width: 50px;
}
.deliverable-wrapper.prizes-wrapper
  .deliverables-list
  .deliverables-text-block
  .text-block-listing
  .text-meta-block {
  flex: 0 0 14px;
  max-width: 14px;
}
.deliverable-wrapper.prizes-wrapper
  .deliverables-list
  .deliverables-text-block
  .text-block-listing
  .text-meta-block
  em.icon {
  width: 14px;
}
.deliverable-wrapper.prizes-wrapper
  .deliverables-list
  .deliverables-text-block
  .text-block-listing
  .text-meta-block
  a.delete
  .icon
  svg {
  transition: all 0.3s;
}
.deliverable-wrapper.prizes-wrapper
  .deliverables-list
  .deliverables-text-block
  .text-block-listing
  .text-meta-block
  a.delete:hover
  .icon
  svg
  path {
  fill: #ff4500;
}
.deliverable-wrapper.prizes-wrapper
  .deliverables-list
  .deliverables-text-block
  .text-block-listing
  .text-meta-block
  .meta-listing {
  display: flex;
  align-items: flex-end;
}
.deliverable-wrapperprizes-wrapper
  .deliverables-list.
  .deliverables-text-block
  .text-block-listing
  .text-block
  .title {
  margin-bottom: 5px;
}

.upload-box {
  font-size: 1.428rem;
  padding: 6.14rem 1.71rem 2.85rem 1.71rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: dashed 3px #99ddff;
}

@media (max-width: 767px) {
  .deliverable-wrapper.prizes-wrapper
    .deliverables-list
    .deliverables-text-block
    .text-block-listing {
    flex-wrap: wrap;
  }
  .deliverable-wrapper.prizes-wrapper
    .deliverables-list
    .deliverables-text-block
    .text-block-listing
    .text-block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
    padding: 12px 0 0;
  }
  .deliverable-wrapper.prizes-wrapper
    .deliverables-list
    .deliverables-text-block
    .text-block-listing
    .text-block
    .title {
    padding: 0;
  }
  .deliverable-wrapper.prizes-wrapper
    .deliverables-list
    .deliverables-text-block
    .text-block-listing
    .text-meta-block {
    margin-left: 12px;
  }
}
/* prize tab css end */

.blue-badge > a {
  color: white !important;
}

.project-studio-page-wrapper
  table.dataTable
  tbody
  tr
  td
  .image-text-wrapper
  em {
  width: 27px !important;
  text-align: center;
}
li .personal-info-list {
  flex: 1 !important;
}
.all-team-members-modal .modal-header {
  padding: 25px 24px 20px !important;
}
.opportunities-popup {
  background-color: orange;
  padding: 10px 24px;
}
.opportunities-popup div a {
  color: black;
  font-size: 15px;
  font-weight: 500;
}
b {
  font-weight: bolder !important;
}
/*public vote page*/
.public-vote-wrapper h1,
.public-vote-wrapper h2,
.public-vote-wrapper .sub-text {
  text-align: center;
  margin: 0;
}
.public-vote-wrapper .sub-text {
  font-size: 16px;
  font-style: italic;
}
.public-vote-wrapper h2 {
  margin: 5px 0 10px;
}
.public-vote-wrapper {
  padding: 80px 0;
}

.public-vote-wrapper .search-subscription-strip {
  display: flex;
  justify-content: space-between;
}
.public-vote-wrapper .search-subscription-strip {
  margin: 50px -15px;
}
.public-vote-wrapper .search-subscription-strip .form-group {
  margin: 0;
  padding: 0 15px;
}
.public-vote-wrapper .search-subscription-strip .form-group .form-control {
  width: 100%;
}
.public-vote-wrapper .search-subscription-strip .form-group.search-participant {
  position: relative;
}
.public-vote-wrapper
  .search-subscription-strip
  .form-group.search-participant
  .form-control {
  padding-right: 35px;
}
.public-vote-wrapper
  .search-subscription-strip
  .form-group.search-participant
  .btn-search-participant {
  position: absolute;
  background-image: url("../images/search-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px;
  height: 36px;
  width: 35px;
  right: 15px;
  top: 0;
  background-color: transparent;
  font-size: 0;
  border: none;
  padding: 0;
  outline: 0;
}
.public-vote-wrapper
  .search-subscription-strip
  input[type="search"]::-webkit-search-decoration,
.public-vote-wrapper
  .search-subscription-strip
  input[type="search"]::-webkit-search-cancel-button,
.public-vote-wrapper
  .search-subscription-strip
  input[type="search"]::-webkit-search-results-button,
.public-vote-wrapper
  .search-subscription-strip
  input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.public-vote-wrapper .search-subscription-strip .form-group .form-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
}

/*by poojan*/
.public-vote-wrapper .search-subscription-strip .form-group .email-submit {
  display: flex;
  flex-wrap: wrap;
}
.public-vote-wrapper
  .search-subscription-strip
  .form-group
  .email-submit
  .form-control {
  /*max-width: calc(100% - 100px);*/
  /*flex: 0 0 calc(100% - 100px);*/
  /*margin-right: 10px;*/
}
/*by poojan*/
.public-vote-wrapper
  .search-subscription-strip
  .form-group
  .form-btn-wrapper
  .checkbox-input-box {
  margin-top: 15px;
}
.public-vote-wrapper
  .search-subscription-strip
  .form-group
  .form-btn-wrapper
  .form-control {
  max-width: calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  margin-right: 10px;
}
.public-vote-wrapper
  .search-subscription-strip
  .form-group
  .form-btn-wrapper
  .btn {
  max-width: 90px;
  flex: 0 0 90px;
}
.public-vote-wrapper .public-vote-listing {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.public-vote-wrapper .public-vote-listing li {
  padding: 0 10px;
  max-width: 25%;
  flex: 0 0 25%;
  margin-top: 0;
  margin-bottom: 20px;
}
.public-vote-wrapper .public-vote-listing li .card-wrapper {
  padding: 20px 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  background-color: #ffffff;
}
.public-vote-wrapper .public-vote-listing li .card-wrapper .card-header {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0;
}
.public-vote-wrapper .public-vote-listing li .card-wrapper .card-header h3 {
  font-weight: 700;
  margin-bottom: 0;
  max-width: calc(100% - 110px);
  flex: 0 0 calc(100% - 110px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
}
.public-vote-wrapper
  .public-vote-listing
  li
  .card-wrapper
  .card-header
  .rating {
  margin-top: 0;
  max-width: 110px;
  flex: 0 0 110px;
}
.public-vote-wrapper
  .public-vote-listing
  li
  .card-wrapper
  .card-header
  .rating
  > span:before {
  font-size: 23px;
  top: -16px;
}
.public-vote-wrapper
  .public-vote-listing
  li
  .card-wrapper
  .card-header
  .rating
  > span:hover:before {
  top: -17.1px;
}
.public-vote-wrapper
  .public-vote-listing
  li
  .card-wrapper
  .card-header
  .rating
  > span.active:before {
  top: -17.1px;
}
.public-vote-wrapper
  .public-vote-listing
  li
  .card-wrapper
  .card-header
  .rating
  span {
  width: 14px;
}
.rating span:hover {
  cursor: pointer;
}
.public-vote-wrapper .public-vote-listing li .card-content .media-block {
  position: relative;
  height: 150px;
  margin: 10px 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-vote-wrapper .public-vote-listing li .card-content .media-block img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.public-vote-wrapper
  .public-vote-listing
  li
  .card-content
  .media-block
  .plyr--video
  .plyr__controls {
  padding-top: 0;
  padding-right: 10px;
  padding-bottom: 5px;
}
.public-vote-wrapper
  .public-vote-listing
  li
  .card-content
  .media-block
  .plyr__control--overlaid {
  height: 36px;
  width: 36px;
  padding: 9px;
}
.public-vote-wrapper
  .public-vote-listing
  li
  .card-content
  .media-block
  .common-carousel-slick
  .slick-slide {
  text-align: center;
  margin: 0;
}
/* .supports-no-touch */
.btn.success-fill-btn,
.btn.success-fill-btn:hover,
.btn.success-fill-btn:focus {
  background-color: #0f7d29;
  border-color: #0f7d29;
  color: white;
}
.btn.danger-fill-btn {
  color: #fff;
  background-color: #dc3545;
  border: 2px solid #dc3545;
}
.btn.danger-fill-btn:hover,
.btn.danger-fill-btn:focus {
  background-color: #b80d1e;
  border: 2px solid #b80d1e;
}
.template-btn-wrapper .btn {
  width: 48% !important;
  min-width: 48%;
}
.remove-padding {
  padding: 0px !important;
  display: inline-block;
}
.public-vote-wrapper .public-vote-listing li .card-content .media-block audio {
  margin-top: 10px;
}
.public-vote-wrapper
  .public-vote-listing
  li
  .card-content
  .media-block
  .plyr__menu__container {
  left: 50%;
  right: auto;
  max-width: 150px;
  max-height: 60px;
  overflow-y: auto;
  min-width: 150px;
  transform: translateX(-50%);
}
.public-vote-wrapper
  .public-vote-listing
  li
  .card-wrapper
  .card-content
  .form-group {
  margin: 0;
}
.public-vote-wrapper
  .public-vote-listing
  li
  .card-wrapper
  .card-content
  .form-group
  .form-control {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.public-vote-wrapper
  .public-vote-listing
  li
  .card-wrapper
  .card-content
  .form-group
  .form-control:focus {
  box-shadow: none;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
}
/* .goog-logo-link {
   display:none !important;
}    
.goog-te-gadget{
   color: transparent !important;
} */
.card-stack-block {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
}
.card-stack-block .card-wrapper {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 12px 24px;
}
@media (max-width: 1199px) {
  .public-vote-wrapper .public-vote-listing li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .public-vote-wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .public-vote-wrapper .public-vote-listing li,
  .public-vote-wrapper .search-subscription-strip .form-group {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .card-stack-block .card-wrapper {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .public-vote-wrapper .search-subscription-strip {
    flex-wrap: wrap;
    margin: 30px -15px 40px;
  }
  .public-vote-wrapper .search-subscription-strip .form-group {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .public-vote-wrapper .search-subscription-strip .form-group + .form-group {
    margin-top: 20px;
  }
  .card-stack-block .card-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .public-vote-wrapper .public-vote-listing li,
  .public-vote-wrapper
    .search-subscription-strip
    .form-group
    .form-btn-wrapper
    .form-control {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .public-vote-wrapper
    .search-subscription-strip
    .form-group
    .form-btn-wrapper
    .btn {
    max-width: 100%;
    flex: 0 0 100%;
    order: 3;
    margin-top: 10px;
  }
  .card-stack-block .card-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 330px) {
  .announcement-banner .close {
    display: contents;
    color: #805300;
  }
}

.public-vote-wrapper
  .public-vote-listing
  li
  .card-content
  .media-block
  .slick-prev,
.public-vote-wrapper
  .public-vote-listing
  li
  .card-content
  .media-block
  .slick-next {
  top: 40%;
}

.student-search {
  width: 150px;
}

.form-group.checkbox-wrapper.margin-changes label {
  display: inline-block;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
}

.margin-changes {
  padding: 0px !important;
}

.public_percent,
.judge_percent {
  padding: 7px;
  border: 2px solid #2f64ff;
}
@media (max-width: 1199px) {
  /* .public_percent{
        padding: 0px;
        border: 0px;
        margin-left: 3%;
        margin-top: 5%;
        margin-right: 9%;
    }
    .judge_percent{
        padding: 0px;
        border: 0px;
        margin-left: 9% !important;
        margin-top: 5%;
        margin-right: 3% !important;
    }
    .judge-span{
        padding: 0px !important;
        margin-top: 16px !important;
        margin-left: 5%;
    } */
}

@media (max-width: 768px) {
  /* .public_percent{
        padding: 0px;
        border: 0px;
        margin-left: 3%;
        margin-top: 5%;
        margin-right: 9%;
    }
    .judge_percent{
        padding: 0px;
        border: 0px;
        margin-left: 9% !important;
        margin-top: 5%;
        margin-right: 3% !important;
    }
    .judge-span{
        padding: 0px !important;
        margin-top: 16px !important;
        margin-left: 5%;
    } */
}
@media (max-width: 375px) {
  /* .public_percent{
        padding: 0px;
        border: 0px;
        margin-left: 22%;
        margin-top: 13%;
        margin-right: 14%;
    }
    .judge_percent{
        padding: 0px;
        border: 0px;
        margin-left: 1% !important;
        margin-top: 13%;
        margin-right: 19% !important;
    }
    .judge-span{
        padding: 0px !important;
        margin-top: 16px !important;
    } */
}

.alert-dark-green-border {
  border-color: #0db512;
}

.alert-yellow-border {
  border-color: #dcdf2d;
}
/*public vote page end*/

.assign-team-popup
  .team-confirmation-two-col
  .team-confirmation-item
  .team-confirmation-inner {
  background-color: white !important;
  border: 1px solid #00000040;
  box-shadow: none;
  text-align: left;
}
.assign-team-popup
  .team-confirmation-two-col
  .team-confirmation-item
  .team-confirmation-inner
  .team-confirmation-inner-child {
  height: 395px;
  display: table;
  width: 100%;
}
.assign-team-popup
  .team-confirmation-two-col
  .team-confirmation-item
  .team-confirmation-inner
  .team-confirmation-inner-child
  .team-confirmation-inner-height {
  display: table-cell;
  vertical-align: middle;
}
.assign-team-popup .assign-user-btn {
  min-width: unset;
  font-weight: 600;
  align-self: center;
  margin-bottom: 7px;
}
.assign-team-popup .assign-user-btn a img {
  height: 16px;
  width: 16px;
}
.assign-user-footer {
  border-top: 1px solid #00000040;
  display: flex;
  justify-content: space-between;
}

.assign-team-popup h4 img {
  width: 22px;
  margin-top: -6px;
}
.assign-team-popup h4 span {
  color: grey;
  font-size: 17px;
  margin-left: 6px;
}
.head-div {
  display: flex;
  justify-content: space-between;
  padding: 0px 8px;
}
.assign-team-popup .form-group .input-field {
  width: 75%;
  margin-right: 10px;
}
.assign-team-popup .form-group {
  display: flex;
  align-content: center;
}
.assign-team-popup .card-body .profile-listing li {
  display: flex;
  align-items: baseline;
}
.assign-team-popup .card-body {
  padding: 0px 0px 20px 0px !important;
  height: 232px;
  overflow-y: auto;
  flex: none;
  overflow-x: hidden;
}
.div-magic-hide-title {
  margin-bottom: 0px !important;
  align-self: center;
}
.assign-team-popup .assign-type {
  display: flex;
  justify-content: center;
}
.assign-team-popup .box {
  background: #2f64ff;
  margin: 0px 10px;
  padding: 18px 10px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  max-width: calc(50% - 20px);
  flex: 0 0 calc(35% - 20px);
  text-align: center;
}
@media (max-width: 768px) {
  .assign-team-popup .box {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px) !important;
  }
}
.assign-team-popup .box a {
  color: white;
}

ul.bulk-list {
  margin-top: 20px;
}
ul.bulk-list li {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
.individual-user-list li .profile-content {
  width: 70%;
  max-width: 100% !important;
  flex: unset !important;
}
.individual-user-list li .profile-content img {
  width: 29px;
  border-radius: 100%;
}
.individual-user-list li span {
  color: black;
}
.individual-user-list li a {
  transform: rotate(45deg);
}
@media (max-width: 375px) {
  .individual-user-list li .profile-content {
    width: 100% !important;
  }
  .assign-team-popup .form-group .input-field {
    width: 100% !important;
  }
}
@media (max-width: 425px) {
  .head-div {
    display: block !important;
  }
  .head-div .head-btn {
    margin-top: 10px;
  }
  .head-div .head-btn .assign-user-btn {
    min-width: 100%;
  }
}

.assign-team-popup
  .team-confirmation-two-col
  .team-confirmation-item
  .team-confirmation-inner
  .form-group.checkbox-wrapper
  label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
}
.assign-team-popup
  .team-confirmation-two-col
  .team-confirmation-item
  .team-confirmation-inner
  .form-group.checkbox-wrapper
  span {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 400;
}
.assign-team-popup
  .team-confirmation-two-col
  .team-confirmation-item
  .team-confirmation-inner
  .form-group.checkbox-wrapper
  label:before {
  width: 20px;
  height: 20px;
  top: 4px;
}

.assign-team-popup
  .team-confirmation-two-col
  .team-confirmation-item
  .team-confirmation-inner
  .form-group.checkbox-wrapper
  label:after {
  width: 20px;
  height: 27px;
  background-image: url(../images/white-arrow.svg);
  background-size: 13px 9px;
  top: 0 !important;
  left: 0 !important;
}

.assign-team-popup
  .team-confirmation-two-col
  .team-confirmation-item
  .team-confirmation-inner
  .form-group.checkbox-wrapper
  label
  img,
.assign-team-popup
  .team-confirmation-two-col
  .team-confirmation-item
  .team-confirmation-inner
  .form-group.checkbox-wrapper
  span
  img {
  border-radius: 100%;
  width: 29px;
  height: 29px;
}

.assign-team-popup
  .team-confirmation-two-col
  .team-confirmation-item
  .team-confirmation-inner
  .form-group.checkbox-wrapper
  label,
.assign-team-popup
  .team-confirmation-two-col
  .team-confirmation-item
  .team-confirmation-inner
  .form-group.checkbox-wrapper
  span {
  font-size: 14px;
  font-weight: 700;
}

.content-wrapper.assign-user-list,
.content-wrapper.team-user-list {
  box-shadow: 0px 1px 3px #00000040;
  padding: 8px 10px;
  margin-top: 20px;
  border-radius: 4px;
  background: white;
}

.content-wrapper.assign-user-list:nth-of-type(1),
.content-wrapper.team-user-list:nth-of-type(1) {
  margin-top: 4px;
}
.content-wrapper.assign-user-list .form-group.checkbox-wrapper,
.content-wrapper.team-user-list .form-group.checkbox-wrapper {
  margin-bottom: 0px !important;
  display: block;
}

.content-wrapper.assign-user-list .form-wrapper,
.content-wrapper.team-user-list .form-wrapper {
  display: flex;
  justify-content: space-between;
}

.assing-user-scroll {
  height: 332px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 2px 10px 2px;
}
.small-title {
  font-size: 15px;
  color: grey;
  font-weight: 600;
  text-align: center;
}

/* .assign-team-popup .team-confirmation-two-col .team-confirmation-item::before{
   
    content: url(../images/user-blue.svg);
    border-bottom: 2px solid #2F64FF;
    margin-left: 10px;
} */
.assign-team-popup
  .team-confirmation-two-col
  .team-confirmation-item
  a
  img.top-img {
  width: 25px;
  position: absolute;
  top: -2px;
  border-bottom: 3px solid #000;
  margin-left: 15px;
  padding-bottom: 2px;
}

/* width */
.assing-user-scroll::-webkit-scrollbar,
.assign-team-popup .card-body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.assing-user-scroll::-webkit-scrollbar-track,
.assign-team-popup .card-body::-webkit-scrollbar-track {
  /* background: white;  */
  background: transparent;
}

/* Handle */
.assing-user-scroll::-webkit-scrollbar-thumb,
.assign-team-popup .card-body::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px grey; */
  box-shadow: none;
}

.assign-team-popup
  .team-confirmation-two-col
  .team-confirmation-item.div-show-2
  .team-confirmation-inner {
  background-color: #2f64ff14 !important;
  border: 1px solid #2f64ff;
}
.assign-team-popup .magic-div a img.active-magic {
  background: #2f64ff14;
}

.assign-team-popup .assigned-user-into-team .team-box {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
}
.assign-team-popup .assigned-user-into-team:nth-child(1) .team-box {
  margin-top: 0px !important;
}
.assign-team-popup .assigned-user-into-team .team-box span.team-name {
  font-size: 16px;
  font-weight: 700;
  margin-right: 9px;
}
.assign-team-popup .assigned-user-into-team .team-box a {
  color: #2f64ff;
  font-weight: 600;
  font-size: 14px;
}
.assign-team-popup .assigned-user-into-team .team-box a {
  margin-right: 4px;
}

.assign-team-popup .assigned-user-into-team .form-wrapper {
  display: flex;
  justify-content: space-between;
}
.team-edit {
  cursor: pointer;
}

.assign-team-popup .team-confirmation-inner {
  height: auto !important;
}

.disable-link {
  pointer-events: none;
}

.disable-link svg path {
  fill: grey;
}
.active-magic svg path {
  fill: #2f64ff;
}
a.show-magic-bg {
  cursor: auto;
  pointer-events: none;
  opacity: 0.7;
}
.show-magic-bg svg path {
  fill: #fff;
}

@media (max-width: 375px) {
  .assign-team-popup .assigned-user-into-team .team-box span.team-name {
    font-size: 14px !important;
    margin-right: 0px !important;
  }
}

.promoting-team-modal span.promote-team-content {
  font-weight: 300;
  font-size: 14px;
  margin-top: -20px;
}
.promoting-team-modal em p {
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-top: -7px;
}

.promoting-team-modal .form-group label {
  margin-bottom: 2px;
  font-weight: 400;
}
.promoting-team-modal .content-wrapper + .content-wrapper {
  margin-top: 8px;
}
.project-custom-div {
  height: 170px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 6px;
}
.promoting-team-modal .form-group.radio-wrapper label:after {
  background-color: #2f64ff;
}
.promoting-team-modal .modal-footer.select-team,
.promoting-team-modal .modal-footer.final-step {
  border-top: 1.5px solid lightgray;
  margin-top: 33px;
  padding: 0;
}
.promoting-team-modal .form-group {
  margin-bottom: 0px;
}
.promoting-team-modal .content-wrapper .form-group label {
  overflow: unset;
}
/* width */
.promoting-team-modal .project-custom-div::-webkit-scrollbar,
.tooltiptext::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.promoting-team-modal .project-custom-div::-webkit-scrollbar-track,
.tooltiptext::-webkit-scrollbar-track {
  /* background: white;  */
  background: lightgrey;
}

/* Handle */
.promoting-team-modal .project-custom-div::-webkit-scrollbar-thumb,
.tooltiptext::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 5px grey;
}
.promoting-team-modal .form-group.checkbox-wrapper label:before {
  width: 20px;
  height: 20px;
  top: 11px;
}

.promoting-team-modal .form-group.checkbox-wrapper label:after {
  width: 20px;
  height: 20px;
  background-size: 13px 12px;
  top: 11px;
}
.promoting-team-modal .form-group.checkbox-wrapper label img {
  border-radius: 100%;
  width: 29px;
  height: 29px;
}
.promoting-team-modal .modal-dialog .modal-body {
  padding: 0 40px 40px;
}

/*right position*/

.tooltip-promoteteam {
  position: relative;
  display: inline-block;
}

.tooltip-promoteteam + .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: white;
  box-shadow: 0px 1px 3px #00000040;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  white-space: normal;
  word-break: break-word;
  line-height: initial;
  height: 145px;
  overflow-x: hidden;
  overflow-y: auto;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip-promoteteam:hover + .tooltiptext,
.tooltiptext:hover {
  visibility: visible;
  padding: 10px 0px 10px 10px;
}
.tooltiptext ul li {
  font-size: 11px;
  margin-bottom: 9px;
  list-style: auto !important;
  list-style-type: disclosure-closed !important;
}

@media (max-width: 600px) {
  .tooltip-promoteteam + .tooltiptext {
    top: 34px;
    left: 0;
  }
}

.team-complete-modal p {
  font-size: 15px !important;
  font-weight: 200 !important;
}
.team-complete-modal a {
  width: 100%;
}
.team-complete-modal .new_project_btn {
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
}

.team-complete-modal .modal-dialog .modal-header {
  padding: 40px 20px 15px;
}

/* payment purchase points section start */
.white-card.border-card.small-card {
  display: inline-block;
}
.white-card.wallet-card .card-body {
  padding: 20px 16px;
}
.white-card.wallet-card .inner-flex-wrapper {
  display: flex;
  align-items: center;
}
.white-card.wallet-card .inner-flex-wrapper p {
  margin: 0;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 700;
  color: #373737;
}
.white-card.wallet-card .inner-flex-wrapper p + p {
  margin-left: 12px;
}
.white-card.wallet-card .inner-flex-wrapper p.wallet {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.white-card.wallet-card .inner-flex-wrapper p.wallet .icon {
  display: block;
}
.white-card.wallet-card .inner-flex-wrapper p.wallet .icon img {
  height: 32px;
  width: auto;
}
.white-card.wallet-card .inner-flex-wrapper p.wallet .blue-text {
  font-size: 32px;
  font-weight: 600;
  color: #2f64ff;
  margin-left: 12px;
}
.white-card.wallet-card {
  margin-bottom: 24px;
}
.white-card.points-purchase-card {
  margin-top: 36px;
}
.white-card.points-purchase-card .card-body {
  padding: 24px 16px 18px;
}
.purchase-points-outer .purchase-points-slider .slick-list {
  margin: 0 -8px;
}
.purchase-points-outer .purchase-points-slider .purchase-points-item {
  padding: 4px 8px;
}
.purchase-points-outer
  .purchase-points-slider
  .purchase-points-item
  .white-card {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.purchase-points-outer
  .purchase-points-slider
  .purchase-points-item
  .white-card
  .card-body {
  padding: 24px 24px;
}
.purchase-points-outer
  .purchase-points-slider
  .purchase-points-item
  .white-card
  .card-body
  .inner-body-wrapper {
  text-align: center;
}
.purchase-points-outer
  .purchase-points-slider
  .purchase-points-item
  .white-card
  .card-body
  .points-icon
  em {
  display: block;
  margin-bottom: 4px;
}
.purchase-points-outer
  .purchase-points-slider
  .purchase-points-item
  .white-card
  .card-body
  .points-icon
  img {
  height: 43px;
  width: auto;
}
.purchase-points-outer
  .purchase-points-slider
  .purchase-points-item
  .white-card
  .card-body
  .points-label {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
  color: #151515;
  margin-bottom: 14px;
  text-align: center;
}
.purchase-points-outer
  .purchase-points-slider
  .purchase-points-item
  .white-card
  .card-body
  .points-price {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
  color: #151515;
  margin-bottom: 14px;
  text-align: center;
}
.purchase-points-outer
  .purchase-points-slider
  .purchase-points-item
  .white-card
  .card-body
  .points-price
  .blue-text {
  font-size: 20px;
  line-height: 1.4;
  margin-right: 4px;
  color: #2f64ff;
  font-weight: 600;
}
.purchase-points-outer
  .purchase-points-slider
  .purchase-points-item
  .white-card
  .card-body
  .points-price
  .price-off {
  font-size: 18px;
  line-height: 1.33;
  color: #151515;
  font-weight: 400;
}
.purchase-points-outer
  .purchase-points-slider
  .purchase-points-item
  .white-card
  .card-body
  .points-label
  .bold-text {
  font-weight: 600;
}
.purchase-points-outer
  .purchase-points-slider
  .purchase-points-item
  .white-card
  .card-body
  p
  + p {
  margin-top: 0;
}
.purchase-points-outer
  .purchase-points-slider
  .purchase-points-item
  .white-card
  .card-body
  .btn-wrapper {
  margin-top: 14px;
}
.purchase-points-outer
  .purchase-points-slider
  .purchase-points-item
  .white-card
  .card-body
  .btn-wrapper
  .btn {
  min-width: 120px;
  display: block;
  width: 100%;
}
.custom-nested-tabbing.white-card .card-heading {
  background-color: #f5f5f5;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 9px 16px 0;
}
.custom-tabbing-wrapper.white-card .custom-tab-heading {
  padding-left: 0px;
  height: 45px;
}
.custom-tabbing-wrapper.white-card .custom-tab-heading ul li + li {
  margin: 0;
}
.custom-tabbing-wrapper.white-card .custom-tab-heading ul li a {
  padding: 0 21px 11px;
  font-size: 14px;
}
.custom-tabbing-wrapper.white-card .custom-tab-heading ul li a:after {
  bottom: 0;
  height: 3px;
}
.grey-card.custom-border-radius {
  border-radius: 20px;
  padding: 26px 16px 18px;
}
.mobile-view.custom-tabbing-wrapper.white-card .custom-tab-heading .prev-link,
.mobile-view.custom-tabbing-wrapper.white-card .custom-tab-heading .next-link {
  background-color: transparent;
  top: 10px;
}
.mobile-view.custom-tabbing-wrapper.white-card .custom-tab-heading {
  padding: 10px 12px;
}

.project-detail-buttons {
  min-width: auto !important;
  margin-right: 5px !important;
}
.btn.grey-fill-btn {
  color: rgb(255, 255, 255);
  background-color: #6c757d;
  border: 2px solid #6c757d;
}

.btn.grey-fill-btn:hover {
  color: rgb(255, 255, 255);
  background-color: #3e4448;
  border: 2px solid #3e4448;
}

.btn.warning-fill-btn {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn.warning-fill-btn:hover {
  color: #212529;
  background-color: #d5ad34;
  border-color: #d5ad34;
}

/* .white-badge.large {
    min-width: 22px !important;
    min-height: 22px !important;
    border-radius: 12px !important;
    right: -8px !important;
    top: -14px !important;
    padding: 2px !important;
} */

@media (max-width: 2560px) {
  .middle-section-margin {
    margin-top: 18px !important;
  }
}

@media (max-width: 1199px) {
  .white-card.wallet-card .inner-flex-wrapper p.wallet .blue-text {
    font-size: 28px;
  }
  .white-card.wallet-card .card-body {
    padding: 16px;
  }
  .custom-tabbing-wrapper.white-card .custom-tab-heading ul li a {
    padding: 0 16px 11px;
  }
  .purchase-points-slider .slick-prev {
    left: -25px;
  }
  .purchase-points-slider .slick-next {
    right: -25px;
  }
  .white-card.points-purchase-card .card-body {
    padding: 18px 16px 16px;
  }
  .custom-tabbing-wrapper.white-card .custom-tab-heading {
    height: 42px;
  }
  .middle-section-margin {
    margin-top: -1px !important;
  }
}
@media (max-width: 767px) {
  .white-card.wallet-card .card-body {
    padding: 12px 16px;
  }
  .white-card.wallet-card .inner-flex-wrapper p + p,
  .white-card.wallet-card .inner-flex-wrapper p.wallet .blue-text {
    margin-left: 8px;
  }
  .white-card.wallet-card .inner-flex-wrapper p.wallet .blue-text {
    font-size: 24px;
  }
  .white-card.wallet-card .inner-flex-wrapper p.wallet .icon img {
    height: 28px;
  }
  .purchase-points-outer
    .purchase-points-slider
    .purchase-points-item
    .white-card
    .card-body
    .points-label,
  .purchase-points-outer
    .purchase-points-slider
    .purchase-points-item
    .white-card
    .card-body
    .points-price,
  .purchase-points-outer
    .purchase-points-slider
    .purchase-points-item
    .white-card
    .card-body
    .points-price
    .blue-text {
    font-size: 16px;
  }
  .purchase-points-outer
    .purchase-points-slider
    .purchase-points-item
    .white-card
    .card-body
    .points-price
    .price-off {
    font-size: 14px;
  }
  .grey-card.custom-border-radius {
    padding: 16px 16px;
  }
  .white-card.points-purchase-card {
    margin-top: 24px;
  }
}
@media (max-width: 425px) {
  .white-card.border-card.small-card {
    display: block;
  }
  .white-card.wallet-card .card-body {
    padding: 8px;
  }
  .white-card.wallet-card .inner-flex-wrapper p {
    font-size: 12px;
  }
  .white-card.wallet-card .inner-flex-wrapper p.wallet .icon img {
    height: 24px;
  }
  .white-card.wallet-card .inner-flex-wrapper p.wallet .blue-text {
    font-size: 16px;
  }
  .white-card.wallet-card .inner-flex-wrapper p + p,
  .white-card.wallet-card .inner-flex-wrapper p.wallet .blue-text {
    margin-left: 4px;
  }
}
/* payment purchase points section end */

.form-group .form-control.is-invalid[type="checkbox"] {
  border: none !important;
}

.studio-profile {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2f64ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.studio-tasks-profile {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2f64ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.white-card .card-header-grey .user-profile-wrapper .user-img img {
  width: 100%;
  height: 100% !important;
  border-radius: 50%;
  border: 1px solid #b9b8b8;
}

.form-group .tooltip-wrapper a {
  position: relative;
  top: -1px !important;
  left: 2px;
}

.model_header_block {
  display: block !important;
}

.green-text {
  color: rgb(40, 167, 69);
}

.red-text {
  color: rgb(220, 53, 69);
}

#payment-form {
  width: 100% !important;
  min-width: 100% !important;
}

@media (max-width: 450px) {
  #payment-form {
    padding: 40px 20px !important;
  }
}

span.asterisk-red {
  color: red;
}
.disabled-cv {
  pointer-events: none;
  opacity: 0.5;
}

.vertical-slider-wrapper .vertical-image-slider .slide-inner .img-fluid {
  display: block;
  object-fit: contain;
}

.no-portfolio-div {
  margin-top: -29px;
}
.public-portfolio {
  margin-top: -24px !important;
}

.profile-portfolio-tab .profile-add-item-wrapper .add-item-btn .btn {
  z-index: 1;
  position: relative;
}

.public-voting-block .evaluation_percentage {
  max-width: 600px;
}
.public_percent,
.judge_percent {
  min-width: 54px;
  text-align: center;
}
.public-voting-block .evaluation_percentage .bar {
  flex: 1;
  cursor: pointer;
}
.evaluation_percentage .bar span.ui-slider-handle {
  cursor: pointer;
}

@media (max-width: 575px) {
  .public-voting-block .evaluation_percentage {
    flex-wrap: wrap;
  }
  .public-voting-block .evaluation_percentage .bar {
    max-width: 100%;
    flex: 0 0 100%;
    order: 3;
    margin: 10px 0 0 !important;
  }
  .public-voting-block .evaluation_percentage .public-block {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .public-voting-block .evaluation_percentage .judge-block {
    max-width: 50%;
    flex: 0 0 50%;
    justify-content: flex-end;
  }
}

@media (max-width: 375px) {
  .public-voting-block .evaluation_percentage .public-block,
  .public-voting-block .evaluation_percentage .judge-block {
    font-size: 12px;
  }
  .public-voting-block .evaluation_percentage .public-block .public_percent {
    margin-right: 0 !important;
  }
  .public_percent,
  .judge_percent {
    padding: 5px;
    min-width: 44px;
  }
}
button.swal2-styled {
  font-family: "Montserrat", sans-serif !important;
}

.grey-card.myproject-learners-detail
  .organizers-team-wrapper
  .title-wrapper
  h3 {
  padding-left: 10px;
}

.register-login-wrapper .banner-image {
  background: linear-gradient(
    307.26deg,
    #00248f 10.36%,
    #2f64ff 59.92%,
    #00248e 81.12%
  );
}
strong {
  font-weight: bold;
}
strong:before,
strong:after {
  content: "\a0";
}

.user-profile.r-grey-bg {
  background-color: #ffffff !important;
}
.disabled-btn {
  opacity: 0.5;
}

.eye-btn {
  cursor: pointer;
}

.public-link {
  opacity: 1;
}

.private-link {
  /* opacity: 0.5; */
}
.downloadall path,
.deleteall path {
  fill: #747272;
  cursor: pointer;
}

.downloadall path:hover,
.deleteall path:hover {
  fill: #2f64ff;
}

.like_comment {
  color: #2f64ff;
}

.btn-custom-tooltip-wrapper .custom-tooltip.school {
  left: 16% !important;
}
.btn-custom-tooltip-wrapper .custom-tooltip.school a {
  color: white !important;
}

/* .select2-container--default .select2-results__option--selected {
    background-color: #fff !important;
    color: #2F64FF !important;
} */
.btn-danger,
.btn-danger:hover {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.deactivate-text {
  color: grey !important;
}

.statistics-box .card {
  border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  color: #333333;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  padding: 15px 0px;
}
.statistics-box .card [class*="card-header-"] {
  margin: 0px 15px 0;
  padding: 0;
  position: relative;
}

.statistics-box .card .card-header {
  z-index: 3 !important;
}

.statistics-box .card .card-header {
  border-bottom: none;
  background: transparent;
}
.statistics-box .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.statistics-box .card .card-header-learner-in-team .card-icon {
  background: #f67e09;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(246, 126, 9, 0.4);
}

.card .card-header-learner-notin-team .card-icon {
  background: #107bf8;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(16, 123, 248, 0.4);
}
.card .card-header-team-count .card-icon {
  background: #580a60;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(88, 10, 96, 0.4);
}

.card .card-header-assignment-submitted .card-icon {
  background: #0b3056;
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(11, 48, 86, 0.4);
}

.statistics-box .card [class*="card-header-"] .card-icon,
.statistics-box .card [class*="card-header-"] .card-text {
  border-radius: 3px;
  padding: 15px;
  margin-top: -30px;
  margin-right: 15px;
  float: left;
}

.statistics-box .card-stats .card-header .card-category:not([class*="text-"]) {
  color: #999999;
  font-size: 14px;
}

.statistics-box .card .card-header.card-header-icon .card-title,
.statistics-box .card .card-header.card-header-text .card-title {
  color: #3c4858;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 500;
}

.statistics-box .col-lg-3.col-md-6.col-sm-6 {
  display: flex;
}

@media (min-width: 768px) {
  .statistics-box
    .card-stats
    .card-header
    .card-category:not([class*="text-"]) {
    min-height: 60px;
  }
}

.download-disabled-class,
.upload-disabled-class,
.promote-team-disabled-class,
.certificate-disabled-class {
  /*pointer-events: none !important;*/
  opacity: 0.6;
}

.download-all,
.upload-all,
.promote-team-all,
.generate-certificate-all {
  pointer-events: auto !important;
  opacity: 1 !important;
}

.download-all:hover,
.upload-all:hover,
.promote-team-all:hover,
.generate-certificate-all:hover,
.download-all:focus,
.upload-all:focus,
.promote-team-all:focus,
.generate-certificate-all:focus {
  color: #fff !important;
  background: #18009e !important;
}

#team-listing-table .form-group label {
  margin-bottom: 14px;
}

.rating-box {
  display: inline-flex;
}

.rating-box a {
  top: 0 !important;
}

em.default-profile {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2f64ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.default-profile img {
  height: 35px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px !important;
  background-color: transparent !important;
  margin-right: 0px !important;
}

.evaluation-tooltip {
  width: 250px !important;
  background: transparent !important;
  z-index: 9;
}

.evaluation-tooltip .custom-tooltip-wrapper {
  max-width: 228px;
  background-color: #fff;
}
.btn-custom-tooltip-wrapper .evaluation-tooltip::after {
  bottom: 0px;
  border-top: 10px solid #fff;
}
li.coming-soon-tab {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  position: relative;
  line-height: 1.5;
  color: gray;
}

table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:after {
  position: absolute;
  display: block;
  opacity: 0.25;
  right: 10px;
  line-height: 9px;
  font-size: 1.3em;
}
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_desc:after {
  opacity: 0.8;
}
i {
  font-style: italic;
}

.masterclass_myticket_section .grey-card {
  background-color: #fff !important;
  padding: 30px 15px !important;
}
.time-pill .custom-pill {
  background-color: #e87d00;
  color: #fff;
  letter-spacing: 0.3px;
  font-size: 14px;
}
.masterclass-details-page h1 {
  font-size: 50px;
  color: #13007c;
  margin: 25px 0px;
}

.masterclass-details-page .small-details-box {
  display: flex;
  margin-bottom: 17px;
}

.masterclass-details-page .small-details-box p {
  font-size: 16px;
  color: #1b2125;
  margin-left: 10px;
}

.masterclass-details-page .desc-details-box {
  margin-top: 30px;
}

.masterclass-details-page .desc-details-box h4 {
  margin-bottom: 10px;
  font-size: 17px;
}

@media (min-width: 768px) {
  .event-img-section {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .event-img-section {
    text-align: left !important;
    margin-top: 15px;
  }
  .my-confirm-cancel-button {
    width: 100% !important;
  }
}
.my-confirm-cancel-button {
  width: 70%;
}
.project-detail-buttons.action-btn {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #373737;
}
.project-detail-buttons.action-btn:hover {
  color: #2f64ff;
}

.ui-datepicker .ui-datepicker-next {
  left: auto !important;
}
.masterclass_myticket_section .video-blog-item .video-blog-item-inner {
  pointer-events: none !important;
}

.desc-details-box ul li {
  list-style: disc !important;
}
.inner-img-block img {
  width: 400px;
}
.small-details-box img {
  width: 15px;
  height: 15px;
  margin-top: 4px;
}
.format-box img {
  width: 60px;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .format-box {
    text-align: right;
    margin-right: 50px;
  }
}

.custom-pill.grey {
  background-color: grey;
  color: #f2eeee;
}
.min-h4 {
  font-size: 30px !important;
}

/* .white-card.border-card {
    height: 100% !important;
} */

.custom-pill.red {
  background-color: #dc3545;
  color: #f2eeee;
}

.custom-pill.blue {
  background-color: #2f64ff;
  color: #f2eeee;
}
.custom-pill.yellow {
  background-color: #f9c943;
  color: #8e5e4b;
}
.events-section.first-section-margin {
  margin-top: 6rem;
}
.ckeditor-style ul li,
.ckeditor-style ul {
  list-style-type: disc;
  list-style-position: inside;
}
.ckeditor-style ol li,
.ckeditor-style ol {
  list-style-type: auto;
  list-style-position: inside;
}

.middle-section-margin {
  /*margin-top: 1rem !important;*/
}
.ckeditor-style em {
  font-style: italic;
}

/** help button design*/
.grey-card.help-wrapper {
  padding: 50px 50px 50px;
}
.custom-file-upload-wrapper {
  position: relative;
  display: inline-block;
}
.custom-file-upload-wrapper .file-upload-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  appearance: none !important;
  opacity: 0;
  padding: 0 !important;
  height: 40px !important;
  line-height: 40px !important;
  z-index: 2;
  cursor: pointer;
  display: block;
}
.custom-file-upload-wrapper .file-upload-btn {
  width: 162px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* position: relative;
    z-index: 3; */
}
.custom-file-upload-wrapper .file-upload-input:hover + .file-upload-btn {
  background-color: #18009e;
  border-color: #18009e;
}
.custom-file-upload-wrapper .file-upload-btn .icon svg {
  vertical-align: text-bottom;
}
.grey-card.help-wrapper .help-form-wrapper .form-group {
  margin-bottom: 30px;
}
.custom-file-upload-wrapper p.chosen-filename {
  font-size: 16px;
  font-weight: 400;
  color: #151515;
  margin-top: 8px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .grey-card.help-wrapper {
    padding: 36px 16px;
  }
}

.ckeditor-style ol,
.ckeditor-style ul {
  margin: 17px 0 17px 17px;
  padding-left: 25px;
}

.ckeditor-style ol li,
.ckeditor-style ol {
  list-style-type: decimal;
  list-style-position: inherit;
}

.ckeditor-style ul li,
.ckeditor-style ul {
  list-style-type: disc;
  list-style-position: inherit;
  display: revert !important;
}

.ckeditor-style ol li span,
.ckeditor-style ul li span {
  display: block;
}

.form-group a.ui-datepicker-prev.ui-corner-all,
.form-group a.ui-datepicker-next.ui-corner-all {
  top: 4px !important;
}

/* .user-profile img {
    height:100%;
    width:100%;
    object-fit:cover;
} */
.rotate-arrow {
  transform: rotate(-180deg);
}

.member-search-form .card-body {
  padding: 1rem 0rem !important;
}
span.count-round {
  border-radius: 50%;
  min-width: 22px;
  min-height: 22px;
  padding: 0 5px;
  background: #13007c;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  margin-left: 5px;
}
.invite-btn {
  text-align: right;
  display: flex;
  justify-content: right;
}
.invite-btn a {
  /* margin-right: 10px; */
}
.coordinator-team-list {
  display: flex;
  justify-content: space-between;
}
.community-icon {
  width: 27px;
  height: 27px;
}
div#email-suggestions {
  display: flex;
}

#email-suggestions .pill:first-child {
  margin-left: 0px !important;
}

#email-suggestions .pill {
  margin-left: 10px;
  color: #2f64ff;
  font-weight: 500;
  margin-top: 5px;
  cursor: pointer;
  font-size: 10px;
}

.toggle-class {
  cursor: pointer;
  margin-bottom: 0px;
}

.form-group .select2-container--default .select2-selection--multiple {
  flex-wrap: wrap !important;
}

.border-rating .list-inline-item {
  font-size: 34px;
  color: #c4c4c4;
}
.list-item-click {
  cursor: pointer;
}
.border-rating .list-inline-item.checked {
  color: gold;
}
.border-rating {
  display: flex;
  margin-bottom: 30px;
  border: 1px solid black;
  padding: 15px 20px;
}

.border-rating h4 {
  margin-bottom: 0px;
  margin-top: 11px;
  color: #2f64ff;
  font-size: 20px;
}
.border-rating .list-unstyled {
  margin-left: 40px;
}
.set-up {
  text-decoration: underline !important;
  font-weight: 600;
}

.tracking_data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tracking_title {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.tracking_title label {
  display: flex;
  align-items: center;
}

.tracking_title img {
  vertical-align: middle;
  margin-right: 5px;
}

.tracking_result {
  display: flex;
  align-items: center;
}

.tracking_result span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #b9b8b8;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-left: 10px;
}

.resend-otp {
}
button.OTP-resend {
  background: transparent;
  border: none;
  color: #2f64ff;
  font-weight: 600;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
button.OTP-resend a {
  margin-left: -6px;
}

.resend-otp .text-muted {
  pointer-events: none;
}
.text-red {
  color: red;
  font-size: 12px;
}

.cover-image {
  width: 100%; /* Set the width to fill the container */
  height: 150px; /* Set the desired height */
  object-fit: cover; /* Ensure the image covers the entire space */
  object-position: center; /* Center the image */
}

/* .details-block-wrapper .user-profile-block .profile-bottom-block .image-wrapper img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
} */

li.disable {
  opacity: 0.5;
}

.title-toggle {
  position: relative; /* Set position to relative */
  top: -1px; /* Adjust the top position as needed */
}

.manage-profile-content__upload-box {
  text-align: center;
}

.profile-img {
  border-radius: 50%;
}

.profile-top-block img {
  border-radius: 8px 8px 0 0;
}

.create-project-btn {
  border-radius: 8px;
  z-index: 9;
  position: relative;
}

.btn-custom-tooltip-wrapper {
  position: relative;
}
.btn-custom-tooltip-wrapper:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
}
.btn-custom-tooltip-wrapper .custom-tooltip a {
  text-decoration: underline;
  cursor: pointer;
}
.btn-custom-tooltip-wrapper .custom-tooltip {
  position: absolute;
  color: #fff;
  background: #2f64ff;
  line-height: 1.42;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120%;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.btn-custom-tooltip-wrapper .custom-tooltip::after {
  display: block;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2f64ff;
}

.checkbox-design input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-design label {
  position: relative;
  cursor: pointer;
}

.checkbox-design label:after {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #2f64ff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.checkbox-design input:checked + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 176px;
  width: 6px;
  height: 13px;
  border: solid #2f64ff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.modal-header .modal-title {
  font-weight: 500 !important;
}

.modal-dialog .modal-header.new-model-ele {
  display: block !important;
  padding: 40px 40px 20px;
}

.new-model-ele .modal-title {
  font-size: 32px;
  font-weight: 500;
}

#aboutYouTextarea {
  width: 100%; /* or specify a fixed width in pixels or other units */
  height: 300px; /* or specify a fixed height in pixels or other units */
}

#save-profile-btn {
  min-width: 100px;
}
.ckeditor-height .cke_contents {
  height: 450px !important;
}

.save-btn {
  min-width: 100px;
}

.delete-edu-exp,
.delete-portfolio-exp {
  font-weight: 500;
  color: gray;
  cursor: pointer;
}

@media (min-width: 991px) {
  .portfolio-left-box .content-col {
    max-width: calc(100% - 350px) !important;
    flex: 0 0 calc(100% - 350px) !important;
  }

  .portfolio-left-box .sidebar {
    max-width: 349px !important;
    flex: 0 0 349px !important;
    margin-top: -13px;
  }
}
.card-inner.scroll-div {
  overflow-y: auto;
  height: 449px;
}

.portfolio-left-box .header-title {
  color: #373737;
  font-weight: 600;
}

.portfolio-left-box .header-desc {
  color: #747272;
  font-weight: 400;
}
/** Digital profile: skills design */

.skill-container {
  display: flex;
  flex-direction: column;
}

.skill-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-bottom: 10px;
  position: relative; /* Set position relative */
  width: 200px;
  border-radius: 5px;
}

.skill-content {
  flex-grow: 1;
}

.skill-text {
  font-size: 14px;
}

.skill-remove-btn {
  background-color: transparent;
  border: none;
  color: #999;
  font-size: 35px;
  cursor: pointer;
  position: absolute; /* Set position absolute */
  right: -30px; /* Adjust as needed */
  top: 50%; /* Center vertically */
  transform: translateY(-50%);
}

.suggestions {
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #aaa;
  width: auto;
  z-index: 1;
}

.suggestion {
  padding: 5px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

.suggestion:hover {
  background-color: #2f64ff;
  color: white;
}

.quick-links-text {
  font-weight: 500;
}
.cke_bottom {
  display: none;
}
.autofill-btn {
  background: transparent;
  border: none;
  color: #2f64ff;
  font-weight: 600;
  font-size: 15px;
}

.disabled-option {
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: grey !important;
  width: 100%;
}

.scenario_icon img {
  width: 35px !important;
  height: 35px !important;
}

.self-exit-button {
  position: absolute;
  top: 20px; /* Adjust top position as needed */
  right: 20px; /* Adjust right position as needed */
}

.self-exit-button button {
  background-color: #4a4a55;
  color: white;
  border: none;
  border-radius: 20px; /* Adjust border-radius to make it more curved */
  padding: 10px 30px; /* Adjust padding as needed */
  margin-right: 20px;
  font-size: 16px;
  cursor: pointer;
  outline: none; /* Remove default button outline */
  transition: background-color 0.3s ease;
  font-weight: 600;
}

.self-exit-button button:hover {
  background-color: #333; /* Darken button color on hover */
}
@media (min-width: 991px) {
  .medium-size-modal {
    max-width: 991px !important;
  }
}
@media (max-width: 991px) {
  .resume-generate-dtl-modal .resume-data-main-section .left-box {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .resume-generate-dtl-modal .resume-data-main-section .right-box {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 20px;
  }

  .resume-generate-dtl-modal .resume-data-main-section {
    display: block !important;
  }
}

.resume-generate-dtl-modal .modal-dialog .modal-body {
  padding: 20px 20px 20px;
}

.resume-generate-dtl-modal .resume-data-main-section {
  display: flex;
  justify-content: space-between;
}

.resume-generate-dtl-modal .resume-data-main-section .left-box {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: center;
  margin: auto 0;
}

.resume-generate-dtl-modal .resume-data-main-section .right-box {
  flex: 0 0 55%;
  max-width: 55%;
  background: #0fb84908;
  border-radius: 16px;
  padding: 25px;
}

.resume-generate-dtl-modal .resume-data-main-section .left-box h1 {
  color: #020710;
  font-size: 23px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
}

.resume-generate-dtl-modal .resume-data-main-section .left-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #020710;
}
.resume-generate-dtl-modal.modal {
  pointer-events: none;
}

.resume-generate-dtl-modal .modal-dialog {
  pointer-events: all;
}
.resume-generate-dtl-modal
  .resume-data-main-section
  .right-box
  .form-field-box {
  text-align: center;
  width: 350px;
  max-width: 100%;
  margin: auto;
}
.resume-generate-dtl-modal
  .resume-data-main-section
  .right-box
  .form-field-box
  label {
  font-size: 14.18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 35px;
}
.resume-generate-dtl-modal
  .resume-data-main-section
  .right-box
  .form-field-box
  .form-group {
  margin-bottom: 35px;
}
.resume-generate-dtl-modal
  .resume-data-main-section
  .right-box
  .form-field-box
  .form-group
  .form-control {
  border-radius: 16px;
  background: #fff;
  border: 0.25px solid #cdcdcd;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #000;
  flex: 1;
}
.resume-generate-dtl-modal
  .resume-data-main-section
  .right-box
  .form-field-box
  .form-group
  .form-control::placeholder {
  color: #cdcdcd;
}
.resume-generate-dtl-modal
  .resume-data-main-section
  .right-box
  .form-field-box
  div,
.resume-generate-dtl-modal .resume-data-main-section .right-box div {
  text-align: right;
}
.resume-generate-dtl-modal
  .resume-data-main-section
  .right-box
  .form-field-box
  .next-button,
.resume-generate-dtl-modal .resume-data-main-section .right-box .next-button {
  background: #2f64ff;
  border: none;
  border-radius: 100%;
  padding: 8px 10px 10px 10px;
}

.resume-generate-dtl-modal
  .resume-data-main-section
  .right-box
  .form-field-box
  .next-button
  img,
.resume-generate-dtl-modal
  .resume-data-main-section
  .right-box
  .next-button
  img {
  width: 14px;
  height: 14px;
}

.resume-generate-dtl-modal
  .resume-data-main-section
  .right-box
  .form-field-box
  .form-group
  textarea.form-control {
  height: 150px;
}

.about-you-popup .right-box .form-field-box .form-group {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.about-you-popup .right-box .form-field-box .form-group label {
  margin-right: 20px;
  margin-bottom: 0px;
  align-self: center;
  width: 63px;
}

.generating-resume-section {
  min-height: 318px;
  align-self: center;
  display: flex !important;
  justify-content: center !important;
  flex-direction: column;
  text-align: center;
}
.scenario_icon img {
  width: 25px !important;
  height: 25px !important;
}
.resume-generate-dtl-modal .btn-close {
  background: transparent url("../images/modal-close.svg") center / 1em auto
    no-repeat !important;
  top: 38px !important;
  right: 35px !important;
  z-index: 99;
}
.resume-generate-dtl-modal .next-text {
  border-radius: 22px !important;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.resume-generate-dtl-modal .field-info {
  text-align: left !important;
  margin-bottom: 40px;
}
.resume-generate-dtl-modal .field-info h4 {
  font-size: 13.45px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: #2f64ff;
  margin-bottom: 10px;
}
.resume-generate-dtl-modal .field-info h4 img {
  width: 15px;
  margin-left: 5px;
}
.resume-generate-dtl-modal .field-info p span {
  margin-right: 5px;
}
.resume-generate-dtl-modal .field-info p span.field-note {
  font-size: 10px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
}
.red-color {
  color: #ec1c24 !important;
}
.grey-color {
  color: #7a8089 !important;
}
.resume-generate-dtl-modal
  .resume-data-main-section
  .right-box.required-field-info {
  padding: 25px 15px 25px 25px !important;
}

.optional-field {
  font-size: 10px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  margin-left: 20px;
}

/** chart toggle start */
.chart-toggle .toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide the default checkbox */
.chart-toggle .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Style the slider */
.chart-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2f64ff; /* Blue color */
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

/* Rounded sliders */
.chart-toggle .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

/* Toggled state */
.chart-toggle input:checked + .slider {
  background-color: #2f64ff; /* Blue color */
}

.chart-toggle input:focus + .slider {
  box-shadow: 0 0 1px #2f64ff; /* Blue color */
}

.chart-toggle input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.chart-toggle .chart-style {
  color: #2f64ff;
}

/** chart toggle end */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.edu-login-title {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  color: #151515 !important;
  margin-bottom: 15px;
}
.qa-main-sec .qa-inner {
  margin-bottom: 20px;
}
.qa-main-sec .qa-inner p.question {
  line-height: 1.33;
  font-weight: 600;
  color: #151515;
  font-size: 16px;
  margin-bottom: 5px;
}

.qa-main-sec .qa-inner p.answer {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #373737;
  margin-left: 15px;
}
.view-qa {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 600;
  color: #2f64ff;
  margin-left: 7px;
}
.ai-generate-project-section .sub-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #727272;
}
.ai-generate-project-section .main-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #373737;
}
.ai-generate-project-section form .form-field-box {
  margin-top: 20px;
}
.ai-generate-project-section form .form-field-box .form-group {
  display: flex;
  align-items: center;
}
.ai-generate-project-section form .form-field-box .form-group label {
  width: 18%;
}
.ai-generate-project-section form .form-field-box .form-group .input-field-box {
  width: 100%;
}
.ai-modal-footer .cancel-btn,
.ai-modal-footer .cancel-btn:hover {
  background: #e0e0e0;
  border-radius: 8px;
  color: #373737;
  border: none;
}
.ai-modal-footer.modal-footer {
  border-top: 1px solid #dbdbdb;
  margin-top: 40px;
  padding: 12px 0 0 0;
}
.ai-generate-project-section .modal-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #373737;
  margin-top: 10px;
}
.ai-generated-project-modal {
  background-color: #fff !important;
}

.ai-project-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ai-project-list .ai-project-list-inner {
  border: 1px solid #e7eaef;
  background: #f9fafc;
  padding: 9px 55px 9px 15px;
  border-radius: 8px;
  flex: 0 0 48.8%;
  width: 48.8%;
  margin-top: 20px;
  cursor: pointer;
}
.ai-project-list .ai-project-list-inner h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #373737;
  margin-top: 10px;
}
.ai-project-list .ai-project-list-inner p {
  color: #373737;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
p.large-desc,
.large-desc p,
.project-details p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #373737;
}
.project-details h2,
.project-details h3 {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #373737;
  margin-top: 10px;
}

.project-details ul,
.project-details ol {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #373737;
  margin: 10px 0px;
  list-style: auto;
  list-style-position: inside;
}

.user-guide p {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.ckeditor-height:focus {
  border: 1px solid #2f64ff !important;
}

#add-edit-project-method .is-invalid + .desc-block {
  border: 1px solid red;
}
div.dataTables_processing {
  z-index: 100;
}
.action-disabled-btn-class,
.assign-teams,
.send-message,
.download-deliverable,
.status-btn-disabled,
.upload-files {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.promote-all-team,
.assign-all-team,
.send-message-all,
.download-all-deliverable,
.status-btn-enable,
.upload-all-files {
  pointer-events: auto !important;
  opacity: 1 !important;
  cursor: pointer;
}
.ckeditor-hide-section .cke_top,
.ckeditor-hide-section .cke_bottom {
  display: none !important; /* Hide the top (header) and bottom (footer) of CKEditor */
}

/*new template design*/

.template-box .white-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px -26px;
}
.template-box .white-box-wrapper .white-box-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 13px 26px;
}
.template-box .white-box-wrapper .white-box-item .white-box-main {
  padding: 15px;
  border: 1px solid #e7eaef;
  display: block;
  border-radius: 10px;
  background-color: #f9fafc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.template-box
  .white-box-wrapper
  .white-box-item
  .white-box-main
  .right-wrapper
  ul {
  display: flex;
  align-items: center;
}
.template-box
  .white-box-wrapper
  .white-box-item
  .white-box-main
  .right-wrapper
  ul
  li {
  font-size: 12px;
}
.template-box
  .white-box-wrapper
  .white-box-item
  .white-box-main
  .right-wrapper
  ul
  li
  + li {
  margin-left: 12px;
}
.template-box .white-box-wrapper .white-box-item .white-box-main h3 {
  font-size: 14px;
  font-weight: 600;
  color: #373737;
  margin-bottom: 5px;
  line-height: 1.4;
}
.template-box .white-box-wrapper .white-box-item .white-box-main p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #373737;
}
@media (max-width: 575px) {
  .template-box .white-box-wrapper .white-box-item .white-box-main {
    flex-direction: column;
    align-items: flex-start;
  }
  .template-box .white-box-wrapper .white-box-item {
    padding: 0 0 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .template-box .white-box-wrapper {
    margin: 0 0 -20px;
  }
}

.set-grey-card {
  padding: 0 !important;
  border: none !important;
}
body .uwy .uai,
body .uwy .ulsti {
  margin-top: 131px;
}
@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.fade-text {
  animation: fadeInOut 4s infinite;
}
.app__launcher {
  display: none;
}

/*validated field css*/
.validate-field.is-invalid,
.was-validated .validate-field:invalid {
  border-color: #dc3545;
}
.validate-field.is-valid,
.was-validated .validate-field:valid {
  border-color: #198754;
}

.loader-div img {
  margin: auto;
}

.suggestions-dream-goal {
  margin-top: 0.375rem;
  border-radius: 0.375rem;
  border: 1px solid rgb(209, 213, 219);
  overflow: hidden auto;
  position: absolute;
  background: white;
  max-height: 10.4rem !important;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
}

@media (min-width: 575px) {
  .suggestions-dream-goal {
    width: 381px !important;
  }
}

/*asa custom css*/
.custom-tab-outer.details-tabbing-outer .custom-tab-nav li a.task-completed,
.sub-text-green {
  color: #008000e3;
  border-bottom-color: #008000e3;
}
.ld-over > .ld img {
  /*  width: 70px !important;
      height: 70px !important;*/
  position: relative !important;
  max-width: fit-content !important;
  height: auto !important;
  width: auto !important;
}

.ld-over:before {
  background: rgb(0 0 0 / 20%) !important;
}

.achievements-tab .link-wrapper {
  margin-top: 37px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.achievements-tab .link-wrapper a {
  font-size: 16px;
  font-weight: 600;
  color: #2f64ff;
  line-height: 1.5;
  transition: all 0.5s;
}
.achievements-tab .link-wrapper a:hover {
  color: #18009e;
}

.prevent-links {
  pointer-events: none;
  cursor: default;
}

.disabled-link {
  background-color: #80808033;
}
