.slick-dots {
 background-color: transparent !important;
}

.slick-dots li button {
 color: #cccccc;
 }
 
/* Hide Selected Profiles Fields for Future Use */
/* Employer */
.new-profile-employer,
.wr-company,
#myprofile .ig-company,
.wr-buswebsite,
#myprofile .ig-buswebsite,

/* Work Start Date */
.new-profile-workStartDate,
.wr-work_start_date,
#myprofile .ig-workStartDate,

/* My Activity */
#card-activity,

/* My Achievements */
#card-milestones,

/* My Badges */
#card-badges,

/* Preferred Language Selector */
.pr-lang,

/* Extended Information Header - Work Edit */
.wr-extended-header,
.wr-interpreter,
.wr-certifications,

/* Birthday */
.new-profile-birthday,
.pr-birthdate,
#myprofile .ig-birthdate,

/* MS Teams */
.im-msteams,
.im_msteams,
#myprofile .ig-im_msteams,

/* About Me */
#card-bio,
.pr-bio,
#myprofile .ig-bio,

/* Address */
.new-profile-addresslabel,
.new-profile-fulladdress,
.wr-address,
#myprofile .ig-address,
.wr-address2,
#myprofile .ig-address2,
.wr-city,
#myprofile .ig-city,
.wr-state,
#myprofile .ig-state,
.wr-zipcode,
#myprofile .ig-zipcode,
.wr-country,
#myprofile .ig-country,

/* IM Accounts */
.pr-im-header,

/* Hide Download Card */
#myprofile .new-profile-vcard,

/* Work */
#myprofile .ig-subnav-work,

/* Share a thought icon */
#userbar li #ig-microblogs-trigger {
   display:none !important; 
}

.myprofile-work fieldset > .ig-formitem {
  clear: both;
}

#myprofile #emailEdit { display: none; }

/* Hide User Status Indicators */
.ig-user-thumbnail a {
   border: 0 !important;
   }

#userbar .ig-user_menu.ig-user-status {
   display: none;
   }

.ig-user-thumbnail .ig-user-status {
   display: none;
   }
   
/* Hide profile download card */
#myprofile .new-profile-vcard {
	display: block;
}
   
 #myprofile #ig-profileStatusText {
	 display: none !important;
 }

.chip {
  max-width: 300px;
}

#myprofile .new-profile-rippleEffect { margin-top: 20px; }

#content-head #clearstatuslink, 
#content-head #profilestatus, 
#content-head #profilestatus_message, 
#content-head #profilestatusform span.text, 
#content-head #publicstatus {
  display: none;
  }
  

#tttbutton {
    display: inline-block;
    background-color: #1F79AF; /* Colour of the background square */
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .9s, opacity .9s, visibility .9s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#tttbutton::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2.25em;
    line-height: 50px;
    transition: all 0.9s ease;
    color: #fff; /* colour of the arrow */
}
#tttbutton:hover {
    cursor: pointer;
    background-color: #00205B; /* colour of the square on hover */
}
#tttbutton:active {
    background-color: rgb(5, 207, 99);
}
#tttbutton.show {
    opacity: 1;
    visibility: visible;
}