/* button styling */

.social-network-connect-button {
    font-size: 18px;
    border-style: solid;
    border-width: 2px;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-block;
}

.social-network-connect-button i {
    margin-right: 5px;
}

.social-network-connect-button.facebook {
    color: #395498;
    border-color: #395498;
}

.social-network-connect-button.google {
    color: #dc4d40;
    border-color: #dc4d40;
}

.social-network-connect-button.linkedin {
    color: #0073b1;
    border-color: #0073b1;
}

.social-network-connect-button-container {
    width: 100%;
    display: block;
    text-align: center;
	word-wrap: break-word; // bill added
}

/* bill added */
.action_items_alert   {
    font-size: 18px;
  background: #dc4d40!important;
    border-style: solid;
    border-width: 2px;
    padding: 5px 20px;
    border-radius: 30px;
    display: block;
	  margin-left: auto!important;
	  margin-right: auto!important;
}

.action_items_alert:hover,
.action_items_alert:active {
  background-color: initial!important;
  background-position: 0 0!important;
  color: #dc4d40!important;
}

/* Bill Added  */

.network-not-selected-button {
    font-size: 18px!important;
    line-height: 38px!important;
    border-style: solid!important;;
    border-width: 2px!important;
    padding: 5px 40px!important;
    border-radius: 30px!important;
    display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: white!important;
}

.network-not-selected-button.facebook {
    color: blue;
    border-color: #395498;
}
.network-not-selected-button.facebook:hover {
    color: blue;
    border-color: #395498;
}

.network-not-selected-button.google {
    color: blue;
    border-color: #dc4d40;
}

.network-not-selected-button.google:hover {
    color: blue;
    border-color: #dc4d40;
}


.network-not-selected-button.linkedin {
    color: #0073b1;
    border-color: #0073b1;
}

.network-not-selected-button.linkedin:hover {
    color: blue;
    border-color: #395498;
}

/* profile selection styling */

.social-network-profile-selection-outer-container {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media only screen and (max-width: 767px) {
    .social-network-profile-selection-outer-container {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.social-network-profile-selection-container {
    display: block;
    margin-bottom: 60px;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
}

#save-social-network-profile-selection {
    background: #438bca;
    color: white;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 20px;
    min-width: 250px;
    display: inline-block;
    text-align: center;
}


.social-network-profile-selection-container ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.social-network-profile-selection-container img, .social-network-profile-selection-container .profile-information {
    display: inline-block;
    vertical-align: middle;
}

.social-network-profile-selection-container img {
    margin-right: 15px;
    vertical-align: middle;
}

.social-network-profile-selection-container .profile-name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

.social-network-profile-selection-container .profile-type {
    display: block;
    font-size: 13px;
    line-height: 1.4;
}
.social-network-profile-selection-container input[type="radio"] {
    float: right;
    /* vertical-align: middle; */
    margin-top: 15px;
}

.social-network-profile-selection-container li {
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.selected_profile_name_reminder  {
  display: block!important;
  margin-left: auto!important;
  margin-right: auto!important;
  background-color: white!important;
  color: #9e1a1a!important;
  font-size: 18px!important;
  font-weight: bold!important;
  border: 2px solid red!important; /* Red  */
  padding: 5px 20px!important;
  border-radius: 30px!important;
  text-align: center!important;
}

.selected_profile_name  {
  display: block!important;
  margin-left: auto!important;
  margin-right: auto!important;
  background-color: white!important;
  color: black!important;
  font-size: 18px!important;
  border: 2px solid #01cc53!important; /* Green */
  padding: 5px 20px!important;
  border-radius: 30px!important;
  text-align: center!important;
}

#action_items  {

font-size: 25px;
display: block;
text-align: center;
}


@media only screen and (max-width: 600px) {
    .social-network-profile-selection-container input[type="radio"] {
        float: none !important;
        display: block;
        margin-top: 0px;
    }
    .social-network-profile-selection-container img, .social-network-profile-selection-container .profile-information {
        display: block;  
    }

    .social-network-profile-selection-container .profile-information {
        margin: 10px 0px;
    }
}


/* connection status */
.status-toggle-container {
    width: 100%;
    display: block;
    text-align: center;
}

.status-toggle-inner {
    display: inline-block;
}

.status-toggle {
    width: 60px;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    padding: 3px;
}

.status-toggle.on {
    background: #01cc53;
}

.status-toggle.off {
    background: #e3e4e4;
}

.white-circle {
    height: 24px;
    width: 24px;
    background: white;
    display: block;
    border-radius: 30px;
}

.status-toggle.on .white-circle {
    float: right;
}

.status-toggle-container label {
  /*  font-size: 16px; */
    font-size: 20px;
    margin-top: -21px;
    margin-right: 5px;
	color: blue!important;
}

.disconnect-network {
   display: block;
    /* font-size: 14px; */
    font-size: 18px;
    color: #c36 !important;
    margin-top: -10px;
	text-transform: uppercase;
}

/* display error message */

.connection-error-message {
   /* background: #ee4242;
	background: rgb(238,66,66,.25);

    border-radius: 30px;*/
    padding: 10px 30px;	
    color: black;
    font-size: 1.0em;
	text-align: center; 
	  font-weight: bold;
}

.connection-error-message a {
      color: blue;
}

