html, body {   
    margin: 0;
    padding: 0;
    padding-top: 25px;
    height: 100%;
    font-family: 'Blinker';/*Verdana, sans-serif;*/
    font-weight: 300;
    overflow-y: auto;
}

.loginBody {
  background: linear-gradient(-45deg, #ec5121, #0e71ec, #3c763d, #23D5AB); /*#225e9e*/
  /*background: linear-gradient(-45deg, #ec5121, #0e71ec, #102133, #0e71ec);*/
  background-size: 400% 400%;
  -webkit-animation: Gradient 20s ease infinite;
  -moz-animation: Gradient 20s ease infinite;
  animation: Gradient 20s ease infinite;
}

.nbc-1 {
  background: #1a1a1a !important;
  background-size: 200% 200%;
}

.nbc-2 {
  background: #020202 !important;
  background-size: 200% 200%;
}

.nbc-3 {
  background: #081c21 !important;
  background-size: 200% 200%;
}

.nbc-4 {
  background: #160821 !important;
  background-size: 200% 200%;
}

.nbc-5 {
  background: #250808 !important;
  background-size: 200% 200%;
}

.nbc-6 {
  background: #012100 !important;
  background-size: 200% 200%;
}

.snc-1 {
  background: #1a1a1a !important;
  background-size: 200% 200%;
}

.snc-2 {
  background: #020202 !important;
  background-size: 200% 200%;
}

.snc-3 {
  background: #081c21 !important;
  background-size: 200% 200%;
}

.snc-4 {
  background: #160821 !important;
  background-size: 200% 200%;
}

.snc-5 {
  background: #250808 !important;
  background-size: 200% 200%;
}

.snc-6 {
  background: #012100 !important;
  background-size: 200% 200%;
}

.bgc-1 {
  background: linear-gradient(105deg, #037d67, #0d1c18, #57ab58);
  background-size: 200% 200%;
}

.bgc-2 {
  background: linear-gradient(-0deg, rgb(119, 19, 195), #5bb2fd, rgb(119, 19, 195));
  background-size: 200% 200%;
}

.bgc-3 {
  background: linear-gradient(-0deg, rgb(18 18 18), rgb(124 124 124), rgb(18 18 18));
  background-size: 200% 200%;
}

.bgc-4 {
  background: linear-gradient(-0deg, rgb(141 16 16), #ffdc2e, rgb(141 16 16));
  background-size: 200% 200%;
}

.bgc-5 {
  background: linear-gradient(-0deg, rgb(193, 23, 125), #5326fd, rgb(193, 23, 125));
  background-size: 200% 200%;
}

.bgc-6 {
  background: linear-gradient(-0deg, rgb(23, 28, 193), #26fd4d, rgb(23, 28, 193));
  background-size: 200% 200%;
}

.bgc-1-1 {
  background: linear-gradient(311deg, #000000, #000000, #57ab58);
  background-size: 200% 200%;
}

.bgc-2-1 {
  background: linear-gradient(339deg, rgb(48 3 83), rgb(23 3 37), rgb(119, 19, 195));
  background-size: 200% 200%;
}

.bgc-3-1 {
  background: linear-gradient(334deg, rgb(82 82 82), rgb(0 0 0), rgb(117 114 114));
  background-size: 200% 200%;
}

.bgc-4-1 {
  background: linear-gradient(308deg, rgb(45 3 3), rgb(73 7 7), rgb(255 156 156));
  background-size: 200% 200%;
}

.bgc-5-1 {
  background: linear-gradient(341deg, #270b00, #000000, #ff9d77);
  background-size: 200% 200%;
}

.bgc-6-1 {
  background: linear-gradient(-0deg, rgb(33 36 110),  rgb(33 36 110), rgb(50, 56, 238));
  background-size: 200% 200%;
}

body {
    background: transparent !important;
}

input, textarea {
  color: black;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@media screen and (min-width: 1000px) {
  .appContainer { padding-right: 2% !important; padding-left: 2% !important; }
  #ideaGraph .containers { margin: 0 100px 0 100px }
}

@media screen and (max-width: 750px) {
  .closeButtons { height: 69px !important }
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/*input[type=search] {-webkit-appearance: searchfield !important;}*/

input[type=search]::-webkit-search-cancel-button {-webkit-appearance: searchfield-cancel-button !important;}

#searchContainer {
  padding-left: 5%;
  padding-right: 5%;
}

#appLoader {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  overflow-x: hidden;
  background: rgba(0,0,0,.97);
  opacity: 0;
  display: none;
  transition: opacity 1s;
}

.appContainer {
  overflow: auto;
  padding-bottom: 170px;
  padding-left: 15px;
  padding-top: 5px;
  margin: 0 auto;
  padding-right: 15px;
  margin-left: 0px;
  transition: margin-left .5s;
  min-height: 600px;
}

.main {
  padding: 50px 0;
}

.main h1 {
  color: #444;
  font-size: 64px;
  margin: 0 0 50px 0;
  line-height: 60px;
  width: 100%;
  text-align: center;
}

.main h2 {
  background-color: #444;
  color: #FFF;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  margin-right: 0px;
  margin-bottom: 40px;
}

.buttonShadow {
  box-shadow: 0 2px 5px rgba(0,0,0,.5)
}

.thumbnail {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 5px;
  margin-bottom: 5px;
  text-align: center;
}

#loading {
  display: none;
  margin-left: 50px;
  margin-right: 50px;
}

#loadContainer, #playlistLoader {
  margin: 100px auto;
}

.bandLoader {
  left: 48%;
  top: 33%;
  font-size: 22px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

#loadTestButton {
  cursor: pointer;
  cursor: hand;
  border: 0px;
  position: relative;
  padding: 50px;
  border-radius: 0;
  margin-bottom: 50px;
  text-align: center;
  display: none;
}

#homeButtons {
  margin-left: 30px;
  margin-right: 30px;
}

.accountLinks a:hover{
  color: white;
}

.signIn-menu {
  padding: 20px 20px;
  text-align: center;
  width: 500px;
  background-color: rgb(58, 58, 58);
}

.signIn-menu input {
  width: 100%;
}

.buttonBox {
  border: 1px solid #FFF;
  border-radius: 20px;
  text-align: center;
}

.title {
  color: #444;
  font-size: 16px;
}

.titles {
  box-shadow: 0 2px 2px rgba(0,0,0,.3);
  border: 1px solid #8a8a8a;
  background: rgba(255, 255, 255, .7);
  color: #444;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 16px;
  margin-left: 10%;
  margin-right: 10%;
}

.userInfo {
  color: #FFF;
  background: #265a88;
  text-align: center;
  margin-bottom: 30px;
  padding: 15px;
}

.folderDetails {
  overflow: auto;
  height: 0;
  transition: all .2s ease-in;
}

.folder {
  padding: 10px;
  background: #1717177a;
  margin-top: 7px;
  margin-bottom: 7px;
  border-radius: 10px;
  transition: all .2s ease-in;
  box-shadow: rgb(21 21 21 / 67%) 0px 4px 8px 0px;
}

.folder:hover {
  color: white;
  background: #17171738;
}

.folders {
  padding: 0 4px 0 4px;
}

.addButton {
  width: 18%;
  float: right;
  margin-right: 5px;
  font-size: 12px;
  max-width: 70px;
}

#topButtons {
  position: fixed;
  z-index: 5000;
  background: rgba(34, 93, 71, 0.5);
}

.homeButton {
  color: #FFF;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0,0,0,.5);
  background: rgb(75, 164, 76);
  border: 1px solid #777;
  padding: 10px;
}

.mainButton {
  cursor: pointer;
  background-color: #00000069;
  font-size: 0.75em;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  color: white;
  transition: all 0.3s ease-in-out;
  box-shadow: rgb(21, 21, 21) 0px 4px 8px 0px;
}

.mainButton:hover {
  background: #171717d1;
}


.settingsButtonContainer {
  padding: 10px;
}

.settingsButton {
  height: 50px;
}

.goBackButton {
  color: white;
  top: 20px;
  left:10px;
  font-size: 20px;
  position: absolute;
  z-index: 999;
}

.buttonPadding {
  padding: 2px;
  display: inline-block;
}

.bandTitle {
  color: white;
  font-size: 1.3em;
  padding: 0;
  line-height: 30px;
  text-align: center;
}

.bandDetails {
  text-align: center;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  border-top: 1px solid #ffffff59;
}

.bandDetailsButton {
  font-size: 14px;
  position: absolute;
  right: -3%;
  width: 14%;
  height: 100%;
  z-index: 1000;
}

.bandDetailsButton i {
  top: 45%;
  position: absolute;
  right: 50%;
  left: 48%;
}

#bandButtons {
  color: white;
  text-align: center;
}

.folderTitle {
  color: white;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.searchBar {
  border: none;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px;
  color: black;
}

.folderTitle h2 {
  color: #FFF;
}

.homeButton:hover .folderTitle, .filesButton:hover, .button:hover .bandTitle {
  color: white;

}

.button:hover {
  cursor: pointer;
  cursor: hand;
  color: #FFF;
  background-color: #265a88;
  transition: background 500ms;
}

.folder:active, .homeButton:active, .filesButton:active, .button:active {
  background-color: rgba(20, 54, 81, 0.66);
  transition: background-color 0ms;
}

.folder:active .folderTitle {
  color: white;
}

.homeButton:active .folderTitle {
  color: white;
}

.folderButton {
  color: #fff;
  background: #4c4c4c;
  cursor: pointer;
  font-size: 16px;
  line-height: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 5%;
  text-align: center;
  font-weight: 200;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: background 500ms;
}

.folderButton:hover {
  color: #3CB371;
  transition: background 500ms;
}

.band {
  margin-left: 15%;
  margin-right: 15%;
}

.bands {
  margin-top: 11px;
  margin-bottom: 11px;
}

.bandButton {
  color: white;
  background: #1717177a;
  cursor: pointer;
  min-width: 50px;
  min-height: 114px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: rgb(21, 21, 21) 0px 4px 8px 0px;
  transition: background 0.3s ease-in-out;
}

.bandButton:hover, .tableButton:hover {
  background: #17171738;
}

.tableButton {
  color: white;
  cursor: pointer;
  min-width: 50px;
  padding: 5px;
  border-bottom: 1px solid #ffffff47;
  transition: background 0.3s ease-in-out;
}

.backToButton {
  cursor: pointer;
  padding: 10px;
  transition: all .3s ease-in-out;
}

.backToButton:hover {
  color: #000000cc;
}

.hiddenButton {
  cursor: pointer;
  padding: 10px;
  box-shadow: 0 2px 2px rgba(0,0,0,.5);
  transition: all .3s ease-in-out;
  border: 1px solid #CCC;
  border-radius: 10px;
}

.hiddenButton img {
  width: 12px;
  height: 12px;
}

.hiddenButton:hover {
  box-shadow: 0 2px 10px rgba(0,0,0,.5);
}

.folderLoadingMessage {
  text-align: center;
  color: #FFF;
}

.folderButton1 {
  display: block;
}

.folderButton2, #hiddenFolderButtons {
  display: none;
}

#addBand {
  background: #3CB371;
}

#addBand:hover {
  background: #d2faff;
}

#cancelNewFolder, #cancelNewBand {
  background: #851a8a;
  display: none;
}

#cancelNewFolder:hover, #cancelNewBand:hover {
  background: #fdf1ff;
}

.buttonContainer {
  padding: 20px;
}

.deleteFolderButton {
  background: #FFF;
  cursor: pointer;
  display: none;
  font-size: 19px;
  line-height: 30px;
  min-width: 30px;
  height: 33px;
  border-radius: 5%;
  margin: 0 5px 0 40px;
  text-align: center;
  font-weight: 400;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: background 500ms;
  position: absolute;
  z-index: 1000;
  left: -18px;
  top: 8px;
}

.deleteFolderButton:hover {
  color: #343434;
  background: rgba(68, 142, 255, 0.59);
  transition: background 500ms;
}

.folderButtons {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  padding: 20px 0px 0px 0px;
  margin-bottom: 20px;
  width: 100%;
}

.containers {
  padding: 15px;
  margin: 10px auto;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.69);
  background: #00000029;
  color: white;
  /*border: 2px solid #1717177a;*/
}

.viewTitle {
  color: white;
  padding: 0;
  text-align: center;
  margin-top: 20px;
  border: 1px solid white;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  padding: 10px;
  margin-bottom: 10px;
}

.members {
  border: 1px solid #444;
}

.pagination {
  text-align: center;
  font-size: 12px;
}

.pagination a, .pagination button {
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

#footer {
  text-align: center;
  background: rgb(8 8 8);
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0;
  z-index: 999999;
  transition: 0.3s;
}

.footer h2 {
  color: #FFF;
  font-size: 24px;
  margin-bottom: 25px;
}

.footer img {
   margin: 0 10px;
}

#addFolderInput, #accountInfoLink,
#navLinks, #folderIndex, #upload, #loading, #bandDetails {
  display: none;
}

.memberButton {
  cursor: pointer;
  border: 1px solid #757575;
  border-radius: 50px;
  padding-top: 32px;
  transition: all .3s ease-in-out;
  height: 90px;
  width: 90px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  margin-right: 10px;
  margin-bottom: 10px;
}

.memberButton:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.bandHeaderContainer {
  padding: 30px;
  max-height: 400px;
}

.bandHeaderButton {
  cursor: pointer;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 10px;
  padding-top: 10px;
  transition: all .3s ease-in-out;
  height: 50px;
  font-size: 12px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  margin-bottom: 10px;
}

.bandHeaderButton:hover {
  box-shadow: 0 2px 5px rgb(0 0 0 / 78%);
}

#bandHeaderTitle {
  color: white;
  padding-bottom: 10px;
}

#bandHeaderInfoContainer, #folderHeaderInfoContainer {
  margin-bottom: 17px;
  margin-top: 17px;
  border-radius: 15px;
  box-shadow: 1px 1px 5px #151515 inset;
  border: 1px solid #ffffff00;
  color: white;
  text-align: center;
}

#bandTitleContainer {
  border: 1px solid #eff0f2;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: rgb(56, 56, 56) 0px 4px 8px 0px;
}

.mainDashboardButton {
  text-align: center; 
  color: white; 
  font-size: 14px;
  white-space: nowrap;
  padding-left: 7px;
  padding-right: 7px;
}

.activityDashboardButton {
  text-align: center; 
  color: white; 
  font-size: 14px;
  white-space: nowrap;
  padding-left: 7px;
  padding-right: 7px;
}

.mainDashboardFolderButton {
  height: 75px;
  padding-top: 20px;
}

.playlistButton {
  cursor: pointer;
  border: 1px solid #8e8e8e;
  background-color: #FFF;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 10px;
  padding: 20px;
  transition: all .3s ease-in-out;
}

.playlistButton:hover {
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.playlistDetails {
  font-size: 14px;
  padding-top: 5px;
}

.playlistDetailsButton {
  font-size: 10px;
}

.memberInfo {
  bottom: 10px;
}

.animate-enter,
.animate-leave
{
  -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  position: relative;
  display: block;
}

.animate-enter.animate-enter-active,
.animate-leave {
  opacity: 1;
  top: 0;
  height: 30px;
}

.animate-leave.animate-leave-active,
.animate-enter {
  opacity: 0;
  top: -50px;
  height: 0px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#livesearch, #largeLivesearch {
  position: absolute;
  max-width: 400px;
  min-width: 400px;
  max-height: 500px;
  overflow-y: auto;
  z-index: 1000;
  background-color: #FFF;
  word-wrap: break-word;
  text-align: left;
}

.fileSearchButton {
  cursor: pointer;
  padding: 15px;
  font-size: 14px;
  border-bottom: 1px solid #6d6d6d59;
}

.fileSearchButton:hover {
  color: #FFF !important;
  background-color: #0000004a;
  transition: background 500ms;
}

.searchResultSubText {
  color: #a0a0a0;
  font-size: 13px;
}

#search {
  display: none;
  margin-right: 10px;
  height: 30px;
  bottom: 3px;
  position: relative;
  margin-bottom: 9px;
}

#activityHeader, #bandHeader, #folderHeader, #fileHeader, 
#playlistHeader, #songsHeader, #albumsHeader, #albumHeader, .header {
  padding: 10px;
  margin-bottom: 5px;
  height: 40px;
  font-size: 16px;
}

#activityHeader .btn {
  float: right;
  margin-left: 5px;
}

.recentLinkTitle {
  font-size: 14px;
  border-bottom: 1px solid #ffffff54;
  padding-bottom: 10px;
  padding-top: 5px;
}

.recentLinkContents {
  font-size: 16px;
  padding-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.recentComments {
  font-size: 10px;
  border: 1px solid #ffffff14;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.recentComments:hover {
  box-shadow: rgb(140, 145, 154) 0px 4px 8px 0px;
}

.recentActivitySection {
  padding-top: 20px;
  height: 30%;
  text-align: center;
  color: white;
  border-bottom: 1px solid #ffffff33;
  border-radius: 0px;
}

.recentActivityLink {
  background: #c5c5c52e;
  border-radius: 5px;
  font-size: 12px;
  padding-top: 14px;
  padding-bottom:14px;
  padding-left: 2px;
  padding-right: 2px;
  margin-bottom: 4px;
  cursor: pointer;
}

.recentActivityLink:hover {
  background: #c5c5c518;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.profileImage, .profileImageButton, .commentImage {
  width: 200px;
  margin: 0 auto;
  background-color: white;
  background-image: url('../img/default-profile1.png');
  height: 200px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  cursor: hand;
}

.commentImage {
  width: 30px;
  height: 30px;
  margin: 2px 2px 0px -15px;
  border-radius: 5px;
}

#userCommentName {
  margin-left: -65px;
  font-size: 12px;
  color: #444;
}

.profileImage:hover p {
  display: block;
}

.profileImage img {
  height: auto;
  width: 100%;
}

.profileImageButton {
  width: 100px;
  height: 100px;
  border: 1px solid black;
  margin-bottom: 20px;
}

.changeImageMessage {
  color: black;
  display: none;
  text-align: center;
  margin-top: 145px;
  font-size: 12px;
}

#recentViews, #recentLikes, #recentUploads {
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.buttonList {
  padding-bottom: 20px;
  box-shadow: 1px 1px 5px #171717 inset;
  padding-top: 10px;
}

.dashboard-button {
  padding: 10px;
  text-align: center;
}

.dashboardButton {
  padding: 10px;
  border: 1px solid white;
  border-radius: 5px;
  box-shadow: rgb(21, 21, 21) 0px 4px 8px 0px;
  cursor: pointer;
  cursor: hand;
}

.dashboardButton:hover {
  background: #0000006e;
}

#dashboardButtons {
  color: white;
  text-align: center;
  margin-top: 15px;
}

#bandListOpener, #bandListCloser, #recentListOpener, #recentListCloser, #playlistListOpener, #playlistListCloser {
  font-size: 12px;
  margin-left: 10px;
}

.notification {
  font-size: 14px;
}

.notificationBody {
  font-size: 14px;
}

.notificationCounter {
  position: absolute;
  font-size: 11px;
  border-radius: 50%;
  color: black;
  left: 9px;
  bottom: 14px;
}

.sort-buttons button {
  margin-right: 8px;
  border: none;
  background: #eee;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

.sort-buttons button.active {
  background: #007bff;
  color: white;
}

.dropbtn {
  background-color: #4b4b4b;
  color: white;
  padding: 16px;
  font-size: 14px;
  border: none;
  width: 100%;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 100%;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.loader {
  border-right: 20px solid white;
  border-top: 14px solid white;
  border-bottom: 14px solid white;
  border-left: 14px solid white;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: auto;
  margin-top: 150px;
  animation: spin .8s cubic-bezier(0.44, 0.41, 0.65, 0.62) infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
