.container-fluid {
  padding-left: 0px;  
}
.page-content {
    margin-top: 20px;
}
.sidebar-brand {
    margin-top: 50px;
}
#show-sidebar {
    margin-top: 50px;
}

#custom-pos {
    position: relative;
    top: -70px;
  }
  .dropdown-menu {
     left: auto !important;
  }

  [class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 100%;
}

td i {
    text-align:center;
}

.table-sm td {
    padding: 0;
}

  
  .btn-google {
    color: white !important;
    background-color: #ea4335;
  }
  
  .btn-facebook {
    color: white !important;
    background-color: #3b5998;
  }
  .btn-twitter {
    color: white !important;
    background-color: #1DA1F2;
  }
  
  .facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.google {
    background-color: #E8453C;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.spotify {
    background-color: #1DB954;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
