@charset "UTF-8";
.profile .btn + .btn {
  margin-left: 8px;
}
.profile .rating {
  justify-content: start;
}
.profile form.user_form + form.user_form {
  border-top: 1px solid #cdcdcd;
}
.profile .btn + .btn {
  margin-left: 8px;
}
.profile form.user_form + form.user_form {
  border-top: 1px solid #cdcdcd;
}
.profile .col-left {
  width: 360px;
}
.profile .col-right {
  width: calc(100% - 360px);
}
.profile .sidebar {
  background: #0a5f59;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  height: 100%;
  display: block;
}
.profile .sidebar .navbar-toggler {
  border-color: #fff;
  background: #fff;
}
.profile .sidebar .user_details {
  border-bottom: 2px solid #cdcdcd;
  padding: 14px 0;
  display: flex;
  align-items: center;
}
.profile .sidebar .user_details .user_image {
  position: relative;
  margin-right: 15px;
}
.profile .sidebar .user_details .user_image img {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 75px;
  width: 75px;
}
.profile .sidebar .user_details .user_image .active_icon {
  background: #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: 1;
}
.profile .sidebar .user_details .user_text {
  color: #fff;
}
.profile .sidebar .user_details .user_text h2 {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.profile .sidebar .user_details .user_text span {
  display: block;
  margin-bottom: 6px;
}
.profile .sidebar .navbar-nav {
  padding: 20px 0;
  flex-direction: column;
}
.profile .sidebar .navbar-nav .nav-item {
  margin-bottom: 10px;
}
.profile .sidebar .navbar-nav .nav-item .nav-link {
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.profile .sidebar .navbar-nav .nav-item .nav-link .left {
  display: flex;
  align-items: center;
  border-radius: 25px;
  padding: 12px 30px;
}
.profile .sidebar .navbar-nav .nav-item .nav-link .left img {
  margin-right: 18px;
  width: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile .sidebar .navbar-nav .nav-item .nav-link .left span {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  line-height: 1;
}
.profile .sidebar .navbar-nav .nav-item .nav-link:hover .left {
  background: #FE492E;
}
.profile .sidebar .navbar-nav .nav-item .nav-link:hover svg {
  color: #FE492E;
}
.profile .sidebar .navbar-nav .nav-item .nav-link.active .left {
  background: #FE492E;
}
.profile .sidebar .navbar-nav .nav-item .nav-link.active svg {
  color: #FE492E;
}
.profile .sidebar .logout {
  padding: 0.8rem 2rem;
  font-size: 1.2rem;
  color: #002280;
}
.profile .sidebar .logout svg {
  color: #2f2f2f;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 10px;
}
.profile .user_main {
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(122, 122, 122, 0.3);
  height: 100%;
}
.profile .user_main .main_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0a5f59;
  padding: 16px 24px;
  border-radius: 8px;
  min-height: 68px;
}
.profile .user_main .main_top p {
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.profile .user_main .main_content {
  padding: 16px 24px;
}
.profile .user_main .main_content p {
  color: #505050;
  font-weight: 400;
  font-size: 1rem;
}
.profile .user_main .main_no_found {
  padding: 50px 24px;
}
.profile .user_main .main_no_found p {
  color: #E40621;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}
.profile .user_main .main_tab .nav-pills {
  padding: 10px 24px;
}
.profile .user_main .main_tab li.nav-item {
  flex: 1;
}
.profile .user_main .main_tab .nav-pills .nav-link {
  width: 100%;
  min-height: 54px;
  font-weight: 500;
  line-height: 1.8;
  background: #fff;
  color: #2f2f2f;
  border: 1px solid #FE492E;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
  text-transform: capitalize;
  padding: 12px 10px;
}
.profile .user_main .main_tab .nav-pills .nav-link.active {
  background: #FE492E;
  color: #fff;
}
.profile .user_main .main_tab .nav-pills .nav-link span {
  font-size: 1rem;
  display: block;
  font-weight: 400;
}
.profile .user_main .main_bottom {
  padding: 30px 0;
}
.profile .user_main .main_Pub {
  background: #F2F7FF;
  box-shadow: 2px 2px 10px rgba(115, 115, 115, 0.2);
  padding: 1.6rem 1.4rem;
  margin: 0 24px;
  margin-bottom: 2rem;
  border-left: 5px solid #FE492E;
  display: flex;
  align-items: center;
}
.profile .user_main .main_Pub .pub_left {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  background: #f2f2f2;
  width: 54px;
  margin-right: 20px;
}
.profile .user_main .main_Pub .pub_left button.like {
  background: transparent;
  border: 0;
}
.profile .user_main .main_Pub .pub_left button.like svg {
  stroke: rgba(0, 0, 0, 0.3411764706);
  stroke-width: 3;
  fill: transparent;
  width: 24px;
}
.profile .user_main .main_Pub .pub_left button.like.active svg, .profile .user_main .main_Pub .pub_left button.like:hover svg {
  fill: #FE492E;
  stroke: #FE492E;
}
.profile .user_main .main_Pub .pub_left button.dislike {
  background: transparent;
  border: 0;
}
.profile .user_main .main_Pub .pub_left button.dislike svg {
  stroke: rgba(0, 0, 0, 0.3411764706);
  stroke-width: 3;
  fill: transparent;
  width: 24px;
}
.profile .user_main .main_Pub .pub_left button.dislike.active svg, .profile .user_main .main_Pub .pub_left button.dislike:hover svg {
  fill: #2f2f2f;
  stroke: #2f2f2f;
}
.profile .user_main .main_Pub .pub_right h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 20px;
}
.profile .user_main .main_Pub .pub_right span {
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #505050;
}
.profile .user_main .main_Pub .pub_right p {
  color: #505050;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 20px;
}
.profile .user_main .user_form {
  padding: 20px 30px;
}
.profile .user_main .user_form .form-label {
  font-weight: 500;
  color: #2f2f2f;
  font-size: 1rem;
  display: block;
}
.profile .user_main .user_form .form-label span {
  color: #E40621;
}
.profile .user_main .user_form .form-control,
.profile .user_main .user_form .form-select,
.profile .user_main .user_form .option_select .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  background: #ededed;
  border-radius: 8px;
  min-height: 45px;
  font-weight: 500;
  border: 0;
  color: #505050;
}
.profile .user_main .user_form .option_select .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
  margin: 0 !important;
  padding: 0 !important;
}
.profile .user_main .user_form .option_select .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profile .user_main .user_form .option_select .select2-container--bootstrap4 .select2-selection {
  border: 0;
  background: #ededed;
  border-radius: 8px;
  min-height: 45px;
  font-weight: 500;
  color: #505050;
  padding: 0 2.25rem 0 0.75rem !important;
}
.profile .user_main .user_form .user_check {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profile .user_main .user_form .user_check .form-check {
  margin-right: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  line-height: 1;
}
.profile .user_main .user_form .user_check .form-check .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
}
.profile .user_main .user_form .user_check .form-check .form-check-input:checked {
  background-color: #FE492E;
  border-color: #FE492E;
}
.profile .user_main .user_form .user_check .form-check .form-check-label {
  display: inline-block;
  text-wrap: nowrap;
  color: #2f2f2f;
  font-size: 1rem;
}
.profile .user_main .user_form .user_check .form-check:last-child {
  margin-right: 0;
}
.profile .user_main .user_form .user_form_heading {
  display: flex;
  justify-content: space-between;
}
.profile .user_main .user_form .user_form_heading h4 {
  font-size: 1.4rem;
}
.profile .user_main .software_box {
  background: #F2F7FF;
  box-shadow: 2px 2px 10px rgba(115, 115, 115, 0.2);
  padding: 1.8rem;
  margin: 0 24px;
  margin-bottom: 1.5rem;
}
.profile .user_main .software_box.details-box {
  margin-bottom: 2.5rem;
}
.profile .user_main .software_box.details-box h3 {
  color: #FE492E;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 1rem;
  display: inline-block;
}
.profile .user_main .software_box.details-box p {
  padding-bottom: 0.8rem;
}
.profile .user_main .software_box .mid_box_img {
  width: 140px;
}
.profile .user_main .software_box .mid_box_img img {
  width: 100%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.profile .user_main .software_box .mid_box_right {
  width: calc(100% - 140px);
}
.profile .user_main .software_box .mid_box_right .mid_b_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9rem;
}
.profile .user_main .software_box .mid_box_right .mid_b_heading h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2f2f2f;
}
.profile .user_main .software_box .mid_box_right .mid_b_heading svg {
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.5rem;
}
.profile .user_main .software_box .mid_box_right .rating_box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.profile .user_main .software_box .mid_box_right .rating_box .rating_number {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2f2f2f;
  margin-right: 0.7rem;
}
.profile .user_main .software_box .mid_box_right .rating_box .rating {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 0.1rem;
  font-size: 1.2rem;
  color: #FFBD13;
  margin-bottom: 0;
}
.profile .user_main .software_box .mid_box_right .rating_box .rating .star {
  cursor: pointer;
}
.profile .user_main .software_box .mid_box_right .rating_box .rating .star.active {
  opacity: 0;
  animation: animate 0.5s calc(var(--i) * 0.1s) ease-in-out forwards;
}
.profile .user_main .software_box .mid_box_right .rating_box .rating .star:hover {
  transform: scale(1.1);
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.profile .user_main .software_box .mid_box_right p {
  font-size: 1rem;
  color: #505050;
  margin-bottom: 0.7rem;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 84px;
}
.profile .user_main .software_box .mid_box_right p a {
  color: #FE492E;
}
.profile .user_main .software_box .mid_box_right p a:hover {
  text-decoration: underline;
}
.profile .user_main .software_box .mid_box_right .time_date {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #505050;
  padding: 0 0 10px;
}
.profile .user_main .software_box .mid_box_right .time_date li + li {
  margin-left: 10px;
}
.profile .user_main .software_box .mid_box_right .mid_b_rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9rem;
}
.profile .user_main .software_box .mid_box_right .mid_b_rating .mid_b_list {
  display: flex;
}
.profile .user_main .software_box .mid_box_right .mid_b_rating .mid_b_list .mid_b_item {
  color: #002280;
  font-size: 1rem;
  font-weight: 700;
  padding: 0 0.5rem;
  border-right: 2px solid #002280;
}
.profile .user_main .software_box .mid_box_right .mid_b_rating .mid_b_list .mid_b_item:first-child {
  padding-left: 0;
}
.profile .user_main .software_box .mid_box_right .mid_b_rating .mid_b_list .mid_b_item:last-child {
  padding-right: 0;
  border-right: 0;
}
.profile .user_main .software_box .mid_box_right .mid_b_last {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile .user_main .software_box .mid_box_right .mid_b_last .last_left .btn svg {
  margin-right: 0.4rem;
}
.profile .user_main .software_box .mid_box_right .mid_b_last .last_left .btn span {
  margin-right: 0;
}
.profile .user_main .software_box .mid_box_right .mid_b_last .last_left .btn.btn-green-border.active {
  background: #003632;
  color: #fff;
}
.profile .user_main .software_box .mid_box_right .mid_b_last .last_left svg {
  width: 1rem;
  height: 1rem;
}
.profile .user_main .software_box .mid_box_right .mid_b_last .last_left .btn-transparent svg {
  fill: #002280;
}
.profile .user_main .software_box .mid_box_right .mid_b_last .last_left .btn-transparent span {
  color: #2f2f2f;
  font-size: 0.9rem;
}
.profile .user_main .software_box .mid_box_right .mid_b_last .social-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile .user_main .software_box .mid_box_right .mid_b_last .social-list .social-item svg {
  width: 1.4rem;
  height: 1.4rem;
}
.profile .support_details {
  background: #fff;
  box-shadow: 0px 2px 10px 0 rgba(182, 182, 182, 0.18);
  border-radius: 8px;
  margin: 20px 30px;
  padding: 24px;
}
.profile .support_details h4 {
  color: #2f2f2f;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}
.profile .support_details a {
  font-size: 1rem;
  color: #2f2f2f;
  margin-bottom: 8px;
  display: block;
}
.profile .support_details a:last-child {
  margin-bottom: 0;
}

#sitemodal label {
  font-weight: 500;
  color: #2f2f2f;
  font-size: 1rem;
  display: block;
  margin-bottom: 10px;
}
#sitemodal .login input[type=file] {
  display: none;
}
#sitemodal .login .drop-container {
  border: 2px dashed #a9a9a9;
  padding: 20px;
  width: 100%;
  border-radius: 8px;
  margin: 10px 0;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sitemodal .login .drop-container .drop-title {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .profile .sidebar.navbar-expand-md .navbar-collapse {
    flex-flow: column;
  }
}
@media (max-width: 1199px) {
  .profile .col-left {
    width: 320px;
  }
  .profile .col-right {
    width: calc(100% - 320px);
  }
  .profile .sidebar .list .list-item .list-link .left {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .profile .col-left {
    width: 100%;
  }
  .profile .col-right {
    width: 100%;
  }
  .profile .sidebar {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    height: calc(100% - 20px);
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .profile .sidebar .user_details {
    border-bottom: 0;
    padding: 0;
  }
  .profile .sidebar .user_details .user_image {
    width: 55px;
  }
}
.mid_b_heading.style2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.mid_b_heading.style2 .btn.btn-sm svg {
  width: 0.9rem;
  margin-left: 10px;
}

.profile_review h2 {
  margin-bottom: 1rem;
  font-weight: 800;
  color: #2f2f2f;
  font-size: 2rem;
}
.profile_review p {
  margin-bottom: 2.5rem;
}
.profile_review .write_review {
  padding: 20px;
  background: #f8f8f8;
}
.profile_review .write_review h3 {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #2f2f2f;
  font-size: 1.4rem;
}
.profile_review .write_review .write_top {
  padding: 15px;
  background: #FE492E;
  border-radius: 8px;
  margin-bottom: 40px;
}
.profile_review .write_review .write_top h3 {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.profile_review .write_review .form-label {
  font-weight: 500;
  color: #2f2f2f;
  font-size: 1rem;
  display: block;
}
.profile_review .write_review .form-label span {
  color: #E40621;
}
.profile_review .write_review .form-control,
.profile_review .write_review .form-select {
  background-color: #ededed;
  border-radius: 8px;
  min-height: 45px;
  font-weight: 500;
  border: 0;
  color: #505050;
}
.profile_review .write_review .last_option_full {
  margin-top: 30px;
}
.profile_review .write_review .last_option_full .last_option {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile_review .write_review .border {
  margin: 20px 0;
  border: 1px solid #cdcdcd;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}

.rate:not(:checked) > input {
  display: none;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked) > label:before {
  content: "★ ";
}

.rate > input:checked ~ label {
  color: #FFBD13;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #FFBD13;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked label:hover label,
.rate > label:hover input:checked label {
  color: #FFBD13;
}

.contact_in .heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2f2f2f;
}/*# sourceMappingURL=profile.css.map */