@media (min-width: 992px) {
  .nav-users {
    position: fixed; } }

.google-sa-a {
  cursor: pointer;
  color: #fff; }
  .google-sa-a:hover {
    color: #fff; }

.social-account-container {
  display: inline-block;
  position: relative; }
  .social-account-container .google-img {
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    height: 64px;
    width: 64px;
    padding: 10px;
    margin-right: 8px;
    margin-left: 8px; }
    .social-account-container .google-img:hover {
      color: #495057; }
  .social-account-container .linkedin-icon {
    color: #007ab9 !important;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .social-account-container .linkedin-icon:hover {
      color: #01527c !important; }
  .social-account-container .twitter-icon {
    color: #38A1F3 !important;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .social-account-container .twitter-icon:hover {
      color: #136cb1 !important; }
  .social-account-container .facebook-icon {
    color: #4867aa !important;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    .social-account-container .facebook-icon:hover {
      color: #152a57 !important; }

.btn-remove-account {
  top: 10px;
  right: 10px;
  position: absolute;
  height: 2em;
  width: 2em; }

.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: white;
  cursor: inherit;
  display: block; }

.user-profile-picture {
  height: 75%;
  width: 75%; }

.social-icons span {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }
  .social-icons span:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.googlesm-img {
  cursor: pointer;
  height: 60px;
  width: 38px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }
  .googlesm-img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.linked-in-icon {
  color: #0077b0;
  cursor: pointer; }

.facebook-icon {
  color: #3B5998;
  cursor: pointer; }

.twitter-icon {
  color: #38A1F3;
  cursor: pointer; }

.auth-card {
  max-width: 30em;
  border-radius: 0.5em;
  margin-top: 10em;
  -webkit-box-shadow: 1px 1px 108.8px 19.2px #e6e6e6;
  box-shadow: 1px 1px 108.8px 19.2px #e6e6e6;
  border-top: 6px solid #02b0e7;
  border-bottom: 6px solid #0ae3d5; }

.form-control {
  background-color: #eef0f0;
  border: 1px solid #eef0f0;
  border-radius: 2px;
  overflow: hidden;
  padding: 0.5em 0.2em;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .form-control:disabled {
    background-color: #d5d8da;
    opacity: 1; }
  .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #0ae3d5;
    background-color: #fff; }

.form-button {
  margin: 10px 0;
  width: 100%;
  border-radius: 20px;
  border: none;
  background: #143163;
  height: 35px;
  font-size: 14px;
  text-transform: uppercase;
  outline: none; }

.form-label {
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 10px; }

.sign-in-button {
  background-image: -webkit-gradient(linear, left bottom, right top, from(#02ace5), color-stop(#00b8e5), color-stop(#00c4e1), color-stop(#00ceda), to(#0bd8cf));
  background-image: -webkit-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: -o-linear-gradient(left bottom, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  background-image: linear-gradient(to right top, #02ace5, #00b8e5, #00c4e1, #00ceda, #0bd8cf);
  cursor: pointer;
  color: #eef0f0;
  border: 0;
  padding: 0.8em;
  width: 90%;
  border-radius: 40px;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  font-weight: 700; }
  .sign-in-button:hover {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#01bdfc), color-stop(#01c7f8), color-stop(#01dafc), color-stop(#02e9f5), to(#0ff7eb));
    background-image: -webkit-linear-gradient(left bottom, #01bdfc, #01c7f8, #01dafc, #02e9f5, #0ff7eb);
    background-image: -o-linear-gradient(left bottom, #01bdfc, #01c7f8, #01dafc, #02e9f5, #0ff7eb);
    background-image: linear-gradient(to right top, #01bdfc, #01c7f8, #01dafc, #02e9f5, #0ff7eb); }

.sign-in-button.small-sib {
  width: 15%; }

.sign-in-button.small {
  width: 35%; }

.sign-in-form a {
  color: #02b0e7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .sign-in-form a:hover {
    color: #006e91;
    text-decoration: none; }

.login-text {
  color: #02b0e7; }

.edit-dp-button {
  cursor: pointer;
  background-color: #030303;
  color: #eef0f0;
  width: 70px;
  padding: 5px 10px;
  position: absolute;
  bottom: 17px;
  left: 20%; }

.country-code-select {
  padding: 1em 1.2em;
  height: auto;
  background-color: #eef0f0;
  border: 0;
  color: #495057; }

.toggle-show-password {
  cursor: pointer;
  background-color: #eef0f0; }
  .toggle-show-password:focus {
    background-color: #fff; }

@media only screen and (max-width: 768px) {
  .auth-card {
    margin-top: 7em; }
  .sign-in-button.small-sib {
    width: 50%; } }

.activityTable {
  width: 100%;
  overflow-y: auto;
  background-color: #fff; }
  .activityTable table {
    margin-bottom: 0; }
  .activityTable td {
    vertical-align: middle; }

.tableMessage {
  height: 200px;
  max-width: 400px;
  display: block;
  overflow-y: auto;
  overflow-wrap: break-word; }

.main {
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  background-color: #fff; }

.select {
  height: 55px;
  background-color: #eef0f0; }

.select-bar {
  height: 50px;
  width: 250px; }

.title-text {
  }

.chart-card {
  -webkit-box-shadow: 1px 7px 20px 0px rgba(0, 0, 0, 0.25), 0px 6px 11px rgba(0, 0, 0, 0.22);
  box-shadow: 1px 7px 20px 0px rgba(0, 0, 0, 0.25), 0px 6px 11px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  border: 1px solid #f0f0f0; }
  .chart-card:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }

.chart-card-active {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
  background-image: -webkit-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
  background-image: -o-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  border: 0; }

.fa-check-circle:before {
  content: "\f058";
  color: green; }

.fa-exclamation-circle:before {
  content: "\f06a";
  color: red; }

.fa-exclamation-triangle:before {
  content: "\f071";
  color: #dea313; }

.fa-check:before {
  content: "\f00c";
  color: green; }

.fa-times-circle:before {
  color: red; }

.mail-body {
  height: 450px; }

.fa-mail-bulk:before {
  content: "\f674";
  color: green; }

.fa-flag {
  content: "\f024";
  color: #397bfe; }

.starred {
  color: #ff9f00; }

.verticalAlign {
  vertical-align: top !important; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #da7474;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #7ae28c; }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }
