.bos_ss_popup_header p {
  font-size: 14px;
  margin: 0 !important;
  text-align: left;
}

.bos_ss_modal_container {
  display: none;
  position: fixed;
  z-index: 9999999 !important; 
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.bos_ss_modal_popup {
  position: relative;
  width: 100%;
  max-width: 830px;
  height: auto;
  background: #f8f8f8;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 0 9px 0 #9a9a9a;
  border-radius: 13px;
  margin-top: 4%;
}

header.bos_ss_popup_header {
  position: relative;
  background-color: #000;
  color: #fff;
  padding: 10px;
}

header.bos_ss_popup_header .bos_ss_controls {
  float: right;
  position: relative;
  padding: 16px;
  margin-top: -26px;
  cursor: pointer;
}

.bos_ss_close {
  right: 25px;
  top: 10px;
  width: 32px;
  /*height: 32px;*/
  opacity: 1;
  background: #fff;
}

.bos_ss_close:hover {
    opacity: 1;
}

.bos_ss_close:before, .bos_ss_close:after {
  content: '';
  height: 21px; 
  width: 2px;
  background-color: #fff;
  top: 6px;
  position: absolute;
}

.bos_ss_close:before {
    transform: rotate(45deg);
}

.bos_ss_close:after {
    transform: rotate(-45deg);
}

.bos_ss_modal_panel {
  background-color: #f8f8f8;
  height: 20em;
  overflow-y: scroll;
  margin: 0.3em;
}

.bos_ss_modal_badge {
  background: #fff;
  padding: 1.3em;
  margin: 1em;
  border-radius: 13px;
  clear: both;
  overflow: hidden;
}

.bos_ss_modal_panel h1 {
  margin-top: 0;
  text-align: left;
  font-size: 1.4em;
  margin-bottom:10px;
}

.bos_ss_modal_badge .bos_ss_badge_card {
  float: left;
  border: 1px solid #ccc;
  height: auto;
  padding: 11px;
  width: 24%;
}

.bos_ss_badge_score span {
  font-weight: 700;
}

.bos_ss_modal_badge .bos_ss_badge_card img {
  width: 100%;
  float: left;
  height: auto;
}

.bos_ss_modal_badge .bos_ss_badge_summary {

}

.bos_ss_modal_badge .bos_ss_badge_desc {
  width: 69%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.bos_ss_modal_badge .bos_ss_badge_desc .bos_ss_badge_desc_text {
  font-size: 14px !important;
  margin: 0 0 15px;
  max-height: 82px;
  min-height: 14px;
  overflow-y: scroll;
  text-align: left;
}

.bos_ss_modal_panel .bos_ss_badge_desc .bos_ss_badge_desc_text::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.bos_ss_modal_panel .bos_ss_badge_desc .bos_ss_badge_desc_text::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
.bos_ss_modal_panel .bos_ss_badge_desc .bos_ss_badge_desc_text::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 50px; 
}

/* Handle on hover */
.bos_ss_modal_panel .bos_ss_badge_desc .bos_ss_badge_desc_text::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 50px; 
}

.bos_ss_modal_badge .bos_ss_badge_desc .bos_ss_badge_desc_textarea {
  width: 100%;
  margin: 0 0 15px;
}

.bos_ss_modal_badge .bos_ss_badge_desc .bos_ss_badge_desc_textarea textarea {
  width: 100%;
  height: 57px;
  resize: none;
  font-size: 14px;
  overflow:hidden;
}

.bos_ss_modal_badge .bos_ss_badge_desc .bos_ss_badge_social_share_buttons {
  float: right;
}

.bos_ss_modal_badge .bos_ss_badge_desc .bos_ss_badge_social_share_buttons ul {
  margin: 0;
}

.bos_ss_modal_badge .bos_ss_badge_desc .bos_ss_badge_social_share_buttons ul li {
  display: inline-block; 
}

.bos_ss_modal_panel::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.bos_ss_modal_panel::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
.bos_ss_modal_panel::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 50px; 
}

/* Handle on hover */
.bos_ss_modal_panel::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 50px; 
}

@media only screen and (min-width: 761px) and (max-width: 830px) {

  .bos_ss_modal_popup {
    margin-top: 7%;
    width: 90%;
  }

}

@media only screen and (min-width: 461px) and (max-width: 760px) {

.bos_ss_modal_popup {
    margin-top: 7%;
    width: 90%;
}

.bos_ss_modal_panel {
    height: 17em !important;
}

.bos_ss_modal_badge .bos_ss_badge_desc {
    width: 65% !important;
}
}


@media only screen and (min-width: 180px) and (max-width: 460px) {

.bos_ss_modal_popup {
    margin-top: 7%;
    width: 90%;
}

.bos_ss_modal_panel {
    height: 19em;
}

.bos_ss_modal_badge .bos_ss_badge_desc {
    width: 56% !important;
}

.bos_ss_modal_badge .badge_desc .bos_ss_badge_social_share_buttons {
    float: left;
}

.bos_ss_modal_badge .bos_ss_badge_desc .bos_ss_badge_social_share_buttons ul {
    margin: 18px 0 0;
    padding: 0;
}

.bos_ss_modal_panel h1 {
    font-size: 1em;
}
.bos_ss_modal_badge .bos_ss_badge_card {
    width: 100% !important;
}
.bos_ss_badge_desc_div p {
    font-size: 11px;
}
.bos_ss_modal_badge .bos_ss_badge_desc {
      width: 100% !important;
      margin-top: 20px; 
}
.bos_ss_modal_badge .bos_ss_badge_desc .bos_ss_badge_desc_textarea textarea {
    height: 145px !important;
}
.bos_ss_modal_badge .bos_ss_badge_desc .bos_ss_badge_social_share_buttons ul {
    margin: 20px;
}

}

/*============linkedIn popup=============*/
.bos_ss_widget  .bos_ss_linkedin_share_popup{
  z-index: 999;
  top: 100px;
}
.bos_ss_widget .bos_ss_linkedin_popup_container{
  z-index: 999;
  left: 30%;
  top:25%;
}
.bos_ss_linkedin_profile_popup{
  position: fixed;
  top: 20%;
  left: 37%;
  display: none;
  z-index: 9999999;
}
.bos_ss_linkedin_popup{
  width:215px;
  height:140px;
  background:#ececec;
  padding:10px;
  display: none;
  position: absolute;
  right: 42px;
  bottom: 42px;
}
.bos_ss_linkedin_desc p {
  font-size:12px;
  display:block;
  margin:10px;
}
.bos_ss_linkedin_profile, .bos_ss_linkedin_share{
  margin:10px !important;
  text-decoration: none !important;
  font-size: 16px !important;
  color:#fff !important;
  cursor: pointer;
}

/* LinkedIn Add to profile css */
.bos_ss_linkedin_popup_container{
  border:2px solid #000;
  width: 410px;
  height: 535px;
  background-color: #fff;
  position: fixed;
  font-family: sans-serif;  
}

.bos_ss_linkedin_popup_close {
  padding: 2px;
  background: #000;
  width: 32px;
  height: 32px;
  position: absolute;
  border: 2px solid #000;
  border-radius: 50%;
  right: -20px;
  top: -20px;
  cursor: pointer;

}
.bos_ss_linkedin_popup_close:after {
  content: '';
  height: 24px;
  border-left: 5px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 12px;
}

.bos_ss_linkedin_popup_close:before {
  content: '';
  height: 24px;
  border-left: 5px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 12px;
}

.bos_ss_linkedin_popup_header{
  /* margin-bottom: 20px; */
  background: #eee;
  padding: 10px;
}
.bos_ss_linkedin_popup_header img{
  position: absolute;
  left: 37%;
  top: -50px !important;
  border-radius: 100% !important;
  border: 1px solid #000 !important;
}
.bos_ss_linkedin_popup_header h3 {
  text-transform: capitalize;
  text-align: center;
  font-weight: 600 !important;
  margin-top: 13% !important;
  font-size: 20px !important;
}
.bos_ss_linkedin_popup_header p{
  font-size: 12px !important;
}
.bos_ss_linkedin_popup_header a{
  font-size: 14px;
  text-decoration: none !important;
  padding: 3px;
  background: #186CBE;
  color: #fff !important;
  width: 134px;
  text-align: center;
  margin-top: 10px;
  display: block;
}
.bos_ss_linkedin_popup_header a:hover{
  color: #fff;
}
.bos_ss_linkedin_popup_header span{
  font-size: 12px;
  display: block;
  margin-bottom: 10px;

}
.bos_ss_copy_section_container {
  width: 100%;
  height: auto;
}
.bos_ss_linkedin_popup_info_copy_section{
  border-bottom: 1px solid #eee;
  font-size: 12px !important;
  position: relative;
  padding: 0px 10px;
  height: 60px;
  width: 100%;
  line-height: 1.0;
}
.bos_ss_linkedin_popup_info_copy_section a{
  position: absolute;
  right: 14px;
  top: 12px;
  color: #fff !important;
  text-decoration: none !important;
  background: #097B9A;
  padding: 10px;
  border-radius: 3px;
}
.bos_ss_linkedin_certificate_url .copy_data{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bos_ss_linkedin_popup_info_copy_section .copy_data{
  text-overflow: ellipsis;
  overflow: hidden;
  width: 84%;
  font-size: 12px !important;
}
.bos_ss_linkedin_popup_info_copy_section p a{
  color:#000;
  text-decoration: none;
}
.bos_ss_linkedin_popup_info_copy_section .title{
  font-weight: 600;
  font-size: 12px !important;
  margin-top:5px !important;
}
.bos_ss_linkedin_certificate_date p:nth-child(2){
  font-size: 12px !important;
  margin:0px !important;
}
/* linkedIn share popup style */
.bos_ss_linkedin_share_popup{
  width: 280px;
  background: #fff;
  text-align: left;
  font-family: sans-serif;
  border: 2px solid #000;
  padding: 16px;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  -webkit-box-shadow: 0px 1px 8px 0.5px rgba(0,0,0,0.75);
  -moz-box-shadow:0px 1px 8px 0.5px rgba(0,0,0,0.75);
  box-shadow: 0px 1px 8px 0.5px rgba(0,0,0,0.75);
  line-height: 1.2;
}
.bos_ss_linkedin_share_popup .title{
  text-align:center;
  font-size:18px !important;
  font-weight:700;
}
.bos_ss_linkedin_share_popup p {
  font-size: 14px !important;
}
.bos_ss_linkedin_share_popup a{
  text-decoration: none !important;
  display:block;
  margin:10px auto;
  padding: 10px;
  width:150px;
  background:#0e76a8;
  border:1px solid #0e76a8;
  font-size:14px;
  color:#fff !important;
  font-weight:600;
  text-align: center;
  cursor:pointer;
}

.bos_ss_linkedin_share_popup .close {
  padding: 2px !important;
  background: #000 !important;
  width: 32px;
  height: 32px;
  position: absolute;
  border: 2px solid #000;
  border-radius: 50%;
  right: -20px;
  top: -20px;
  cursor: pointer;

}
.bos_ss_linkedin_share_popup .close:after {
  content: '';
  height: 24px;
  border-left: 5px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 12px;
}

.bos_ss_linkedin_share_popup .close:before {
  content: '';
  height: 24px;
  border-left: 5px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 12px;
}

/* Widget css fixes */
.earned_user_achievements_class .widget-achievements-listing-item {
  border: 1px solid #ececec;
  padding: 5px;
}

.earned_user_achievements_class .bos_ss_linkedin_share_popup {
  top:50px;
  z-index: 99999999;
  color:#000;
}
.earned_user_achievements_class .bos_ss_linkedin_popup_container {
  top:50px;
  margin-left: auto;
  left: 430px;
  color: #000;
  z-index: 99999999;
}
.earned_user_achievements_class li{
  margin:0 !important;
}

/*Responsive css for add-to-profile*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .bos_ss_linkedin_profile_popup {
        left:5%;
    }
    .bos_ss_linkedin_popup_container {
        width: 375px;
        
        
    }
    .bos_ss_linkedin_share_popup {
        width: 280px;
        left:18%;
    }
    /*widget*/
    .earned_user_achievements_class .bos_ss_linkedin_popup_container {
      left: 115px;
      top: 230px;
    }      
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .bos_ss_linkedin_profile_popup {
        left:20%;
    }
    .bos_ss_linkedin_popup_container {
        width: 375px;
        
        
    }
    .bos_ss_linkedin_share_popup {
        width: 280px;
        left:30%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .bos_ss_linkedin_profile_popup {
        left:25%;
    }
    
    .bos_ss_linkedin_share_popup {
        left:30%;
    }
    /*widget*/
    .earned_user_achievements_class .bos_ss_linkedin_popup_container {
      left: 180px;
      top: 230px;
    }  
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .bos_ss_linkedin_profile_popup {
        left:30%;
    }
    
    .bos_ss_linkedin_share_popup {
        left:37%;
    }
    /*widget*/
    .earned_user_achievements_class .bos_ss_linkedin_popup_container {
      left: 115px;
      top: 250px;
    } 

    .bos_ss_widget .bos_ss_linkedin_popup_container{
      left: 35%;
    } 
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .bos_ss_linkedin_profile_popup {
        left:35%;
    }
    
    .bos_ss_linkedin_share_popup {
        left:39%;
    }
    /*widget*/
    .earned_user_achievements_class .bos_ss_linkedin_popup_container {
      left: 450px;
      top: 115px;
    }  
}
