.mw-200p{
    max-width: 200px;
}
.profile-img img {
    min-width: 150px;  
}
@media screen and (max-width:991px) {
  .profile-img img {
    min-width: 80px;  
  }
}
.selected_inner_img.profile_img_main img {
    min-width: 150px;    
}

.contact-us-mobile{
    padding-left: 0px !important;
}
.validate-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url('erroralert.svg');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.validate-invalid-feedback {
    display: block !important;
}

.btn_liked{
    background-color: var(--blue) !important;
    color: var(--White) !important;
}
.msg_top_wrap .post_btn button {
    background: var(--blue);
    padding: 3px 15px 5px;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
    text-transform: capitalize;
    border: none;
}
/*Cropper Css*/
.cropper-view-box,
.cropper-face {
    border-radius: 50%;
}

/* The css styles for `outline` do not follow `border-radius` on iOS/Safari (#979). */
.cropper-view-box {
    outline: 0;
    box-shadow: 0 0 0 1px #39f;
}

/*Filter images*/
.filter-img{
    width: 100%;
    border-radius: 50%;
    cursor: pointer;

}
/*Set Z index as unset to country code */
.iti__selected-flag{
    z-index: unset !important;
}
/* Set user image as round in notification lists */
.notification_content_wrap .user_icon img{
    border-radius: 50%;
}

/*Alert Popup*/
div.alert_popup .modal-dialog h4.modal-title_no i {
    font-size: 50px;
    color: #60cbc1;
  }
  div.alert_popup .modal-dialog h4.modal-title_no {
    margin: 0;
  }
  div.alert_popup .modal-dialog .modal-body p {
    font-size: 18px;
    margin-bottom: 0px;
  }
  div.alert_popup .modal-dialog.modal-dialog {
    max-width: 400px;
  }
  div.alert_popup .modal-body{
    padding-top: 10px;
  }
.left_side_img {
    width: 15%;
    margin-right: 15px;
}
  .left_side_img img {
    width: 100%;
  }
  /*Set User profile images as round*/
  .user_icon img{
    border-radius: 50%;
  }
  /*Success Alert*/
  .success_alert {
    z-index: 99999;
    position: fixed;
    bottom: 1%;
    left: 1%;
  }
/*Share Post Options*/
ul.share_post_options{
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
}
ul.share_post_options a{
  display: inline-block;  
  text-underline-offset: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--blue);
}

/*Model Popup Styles*/
div.alert_popup .modal-dialog h4.modal-title_no i {
  font-size: 50px;
  color: #60cbc1;
}
div.alert_popup .modal-dialog h4.modal-title_no {
  margin: 0;
}
div.alert_popup .modal-dialog .modal-body p {
  font-size: 18px;
  margin-bottom: 0px;
}
div.alert_popup .modal-dialog.modal-dialog {
  max-width: 400px;
}
div.alert_popup .modal-body{
  padding-top: 10px;
}
/*Make Round Image*/
.img-round{
  border-radius:50%;
}
/*Edit forum post*/
div#EditPostModal{
  .modal-content{
      .modal-header {
          border: none;
      }
      .modal-body{
          padding: 0px;
          h4{
              margin-left: 0px;
          }
          .select_name_wrap{
              li.nav-item{
                  p{
                      margin: 0 0px 0 10px;
                      font-size: 18px;
                  }
              }
          }
          .form_wrap_inr{
            input,select{
              width: 100%;
              outline: none;
              border: 1px solid #ccc;
              padding: 7px;
              margin-bottom: 20px;
              height: 40px;
            }
            .text_area_wrap{
              textarea{
                  width: 100%;
                  outline: none;
                  border: 1px solid #ccc;
                  height: 110px;
                  margin-bottom: 15px; 
              }
            }
          }
          .dropdown-menu{
              .dropdown-item{
                  p{
                      font-size: 14px !important;
                  }
              }
          }
      }
      .modal-footer{
          padding: 0.75rem 0;
      }
  }
}
/*Interested or going for event*/
.eventAct{
  background-color: #1CB5A6 !important;
  color: #fff !important;
  border: 2px solid #1CB5A6;
}
/*Upvoted css*/
.forum-upvoted > p {
  color: #1CB5A6 !important;
}
/*Downvoted css*/
.forum-downvoted > p {
  color: #1CB5A6 !important;
}
/*Ckeditor minimum height*/
.ck-editor__editable {
  min-height: 100px; /* Set the minimum height to 500px */
}

/*Select2 custom css*/
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top:8px !important; 
} 
 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}
 .select2-container{
  Width:100% !important;
}
 
 .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #1CB5A6 !important;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 5px !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 0 !important;
  background-color: #ccc !important;
  border: 1px solid #ccc !important;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  border: 1px solid #ddd !important;
  padding: 2px 0 !important;
  background-color: #ddd !important;
}
.select2-results__option--selectable{
  font-size: 14px !important;
}.select2-container--default .select2-selection--single {  
  border: 1px solid #ccc !important;  
  height: 40px !important;
}
/*Notification unset redious to remove redious*/
.img-unset-radius{
  border-radius: unset !important;
}
/*Show unread notification as highlighted*/
.highlight-unread{
  background-color: #f7f7f7;
}
/*Style for edit event popup copid from create event popup*/
div#edit_event_popup{
  .modal-content{
      .selected_inner_img{
          padding: 0px;
          img{
              border-radius: 6px;
              height: 260px;
              object-fit: cover;
          }
          .left_side_btn {
              position: absolute;
              right: 0;
              bottom: 5px;
              right: 5px;
          }
      }
      .events_inr_wrap{
          img{
              max-width: 50px;
              margin-right: 10px;
          }
          .column{
              h5{
                  font-size: 16px;
                  margin: 0px;
              }
              p{
                  margin: 0px;
              }
          }
          .input_column{
             input{
              height: 40px;
              border-radius: 4px;
              border: 1px solid #ccc;
              padding: 5px 5px;
              font-weight: 400;
              outline: none;
              font-size: 14px;
              width: 100%;
             }
          }
          .event_type{
              .cs-input-spacing{
                  .form-check{
                      padding-left: 0px;
                      position: relative;
                      margin-left: 20px;
                      cursor: pointer;
                      input{
                          position: relative;
                          top: 0px;
                          margin-right: 5px;
                          appearance: none;
                          &:checked::before{
                              position: absolute;
                              content: '';
                              width: 20px;
                              height: 20px;
                              top: -10px;
                              left: -20px;
                              background: #67cbc1;
                              border-radius: 50%;
                              border: 5px double #fff;
                          }
                          &:checked + label:before{
                              border: 1px solid #67cbc1;
                          }
                      }
                      input + label:before {
                          content: '';
                          position: absolute;
                          width: 20px;
                          height: 20px;
                          border: 1px solid #000;
                          border-radius: 50%;
                          left: -20px;
                          top: 2px;
                      }
                      label{
                          cursor: pointer;
                      }
                  }
              }
          }
          .dropdown_msg_here{
              padding: 15px;
              background: #f7f7f7;
              border-radius: 10px;
              margin: 10px 0 0 0;
              .heading_wrap {
                  margin-bottom: 15px;
                  h6{
                      margin: 0px;
                  }
                  p {
                      font-size: 16px;
                      margin: 0;
                      height: fit-content;
                  }
              }            
          }
          .location_icon{
            button{
              position: absolute;
              right: 3px;
              top: 3px;
              background: #42b5a6;
              border: none;
              color: #fff;
              padding: 5px 10px;
              border-radius: 5px;
              transition: 0.3s all;
              &:hover{
                  background-color: #000;
              }
            }
          }
          .input_column{
              textarea{
                  width: 100%;
                  border-radius: 4px;
                  border: 1px solid #ccc;
                  padding: 5px;
                  height: 80px;
                  outline: none;
                  font-size: 14px;
                  &::placeholder{
                      color: #999;
                  }
              }
          }
      }
  }
}
/*Undo alert given on delete forum post*/
.undo-alert{
  background: #e5fdfb;
  padding: 10px;
  border-radius: 10px;    
}
/*invalid css for select2 dropdowns*/
.was-validated .select2:invalid, .select2.is-invalid {  
  border: 1px solid #dc3545;
  border-radius: 4px;
}
/*Border color on validate*/
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545 !important;  
  margin-bottom: unset !important;
}
/*invalid css for ckeditor*/
.was-validated .ck-editor:invalid, .ck-editor.is-invalid {  
  border: 1px solid #dc3545;
  border-radius: 4px;
}
/*Loader css*/
.loader_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0px, 0px);
  background: rgba(255,255,255,0.6);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
/*model popup input style*/
div.input-style  input{
  width: 100%;
  outline: none;
  border: 1px solid #ccc !important;
  padding: 7px;
  margin-bottom: 20px;
  height: 40px;  
  border-radius: unset !important;
}
/*article model popup image style*/
div.article-image {
  background: #f9f9f9;
  margin: 20px 0;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}
div.article-image .select_img_wrap{
  min-height:unset !important;
}
div.article-image img.icon-img {
  max-width: 90px;
  margin-bottom: 10px;
}
.article-image a {
  position: relative;
  border: 2px solid #ccc;
  color: #000;
  font-weight: 500;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 20px;
}
.article-image input[type=file] {
  position: absolute;
  opacity: 0;
  left: 0;
  margin-left: 0;
  top: 0;
  height: 38px;
}
/*article model popup p tag style*/
div#AddArticlePostModal .modal-content .modal-body .select_name_wrap li.nav-item p {
  margin: 0 0px 0 10px;
  font-size: 18px;
}
/*article model popup style*/
div#AddArticlePostModal .modal-content .modal-body {
  padding: 0px;
}
/*File type post input style*/
.fileinput .attach_file_here {
  background: transparent;
  border: none;
  color: #1CB5A6;
}
/*Article read more link*/
a.article-read-more {
  display: block;
  text-align: right;
  margin: 10px 0 0 0;
  font-size: 14px;
  text-decoration: underline;
  color: #1CB5A6;
  transition: 0.3s;
  font-weight: 500;
  text-underline-offset: 5px;
}
a.article-read-more i {
  margin-left: 5px;
  font-size: 12px;
}
/*File post icon image size*/
.w-70px{  
  width: 70px !important;
}
/*Add More post option in default add post popup*/
.custom-list_wrap ul li {
  text-align: center;
  margin: 0 5px;
  border: 1px solid #ECEBFD;
  border-radius: 30px;
  box-shadow: 0 3px 5px #f7f7f7;
}
.custom-list_wrap ul li a {
  display: flex;
  color: #242424;
  align-items: center;
  padding: 8px 15px 8px 15px;
  transition: 0.3s all;
  background-color: #fff;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  position: relative;
}
a.remove-selected-image{
  position: absolute;
  top: 8px;
  right: 8px;
  border: 2px solid #ccc;
  color: #000;
  font-weight: 500;
  padding: 5px;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  background-color: #fff;
}
/*Invite connections to events model popup*/
#event_invites{
  .facebook_link_wrap{
      margin: 20px 0;
  }
  .search_bar{
      margin-bottom: 15px;
      input {
          box-shadow: 0 0px 10px #f4f4f4;
          padding: 8px 10px;
          border: 1px solid #f4f4f4;
          width: 100%;
          font-size: 14px;
      }
  }
  .name_section{
      h6{
          margin-bottom: 20px;
      }
      ul{
          height: 200px;
          overflow: auto;
          li{
              margin-bottom: 15px;
              &:last-child{
                  margin-bottom: 0px;
              }
              p{
                  margin: 0 0 0 10px;
                  font-size: 16px;
                  font-weight: 400;
              }
          }
      }
  }
  .right_side_user {
      background: #f7f7f7;
      padding: 10px;
      border-radius: 4px;
      ul{
          li{
              p{
                  margin: 0 0 0 5px;
              }
              a{
                  &:hover i{
                    color: $blue;
                  }
                  i{
                      font-size: 12px;
                  }
              }
          }
      }
  }
}
/*Fixed to display serch result of google map search container in model popup*/
.pac-container { z-index: 100000 !important; }
/*langualges style for basic info*/
.user-basic-info-language{
  height: 35px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 5px 5px;
  font-weight: 400;
  outline: none;
  font-size: 14px;
}
/*This is to display invalid feedback message for mobile number in basic info*/
.d-block{
  display: block;
}
/*This is to make button as disabled*/
.btn-disabled:disabled{
  background: #ccc !important;
  border-color: #ccc !important;
}
.btn-disabled-i:disabled i {
  background: #ccc !important;
  border-color: #ccc !important;
  color: #fff;
}
.box_delete_icon {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  width: 40px;
  justify-content: center;
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 10px;
  position: relative;
  left: -5px;
}
/*Style to display reply count in comment*/
.bottom_share_wrap p.notification_count {
  position: relative;
  color: #fff;
  top: 0;
  left: 0;
  padding: 10px;
}
.bottom_share_wrap p.notification_count:hover {  
  color: #fff;  
}
/*Style to display image proper in comment section*/
.comment-image{
  max-width: 200px;
}
/*Fixed the post block height issue in event post list in community event tab*/
.message_list_wrap{
  min-height: unset !important;
}
/*Add-Edit Article Box*/
.user_icon_wrap p {
  margin: 0 10px;
  font-weight: bold;
}
.user_icon_wrap i {
  margin-left: 5px;
  font-size: 16px !important;
}
/*Add-Edit File Box*/
.square_input_style  .column input{
  border-radius: 4px !important;
  border: 1px solid #ced4da !important;  
}
/*Add-Edit Poll Box*/
.color_border_remove{
  padding: 0 !important;
  border: none !important;  
  background-image: none !important;
}
/*list style*/
.list-style-wrap ul li {
  list-style: disc;
}
.list-style-wrap ol li{
  list-style: decimal;
}
.list-style-wrap ul,.list-style-wrap ol {
  padding: 0 0 15px 20px;
}
/*Style for gif in chat message box*/
div#gif-results img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 8px;
}
.chat-gif{
  width: 200px;
}
.comment-gif{
  width: 200px;
}
/*Highlight topic added in post content*/
.highlighted-topic {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}
.highlighted-topic:hover {
  text-decoration: underline;
}
/*Fixed icon layout issue in business profile contact info tab*/
.custom-location_icon button {
  position: absolute;
  right: 3px;
  top: 3px;
  background: #42b5a6;
  border: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.3s all;
}
/*Business profile review*/
.rating-start-group a i{
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
}
.rating-start-group a i.fa-solid {
  font-weight: 900;
  position: absolute;
  z-index: 1;
  left: 0;
  display: none;
  top: -6px;
  color: #1CB5A6;
}
.rating-start-group a {
  position: relative;
}

.rating-start-group a.active i.fa-solid {
  display: block;
}
/*User icon style for review tab in landing page profile detail*/
#reviews .user_icon i {
  background: #1CB5A6;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50%;
  color: #fff;
}
/*Judiciary attachment copy image style*/
.judiciary_attachment_copy_img{
  padding: 30px 20px;
  background-color: #fff;
}
