.burstcloud-domain {
  font-weight: bold;
  margin-left: 139px;
  margin-top: 246px;
  position: absolute;
}

.burstcloud-slogan {
  color: white;
  font-size: 30px;
  margin-left: 45px;
  margin-top: 293px;
  position: absolute;
}

.create-card { color: #fff; }
.dash-card { width: 90%; }
.fade-in { opacity: 0; transition: opacity 250ms ease-in; }
.fade-in .appear { opacity: 1; }
.file-heading {
  color: slategray;
  font-style: italic;
  text-indent: 10px;
}

.manage-button { margin-right: 9px; }
.magnify:hover { color: darkgoldenrod; }
.manage-icons {
  border-radius: 5px;
  box-shadow: 7px 7px 5px 01px rgba(0, 0, 0, 0.19), 7px 7px 7px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  margin-right: 15px;
}

.manage-icons:hover {
  box-shadow: 7px 7px 5px 01px rgba(0, 0, 0, 0.2), 7px 7px 7px 0 rgba(0, 0, 0, .10);
}
.manage-file-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-top: 10px;
}

.manage-style {
  margin-top: 5px;
}

.manage-style-1 {
  margin-top: -8px;
}

.navbar-style {
  background-color: #0992F0;
}

.navbar-style-1 {
  border-bottom-right-radius: 0;
  border-right-style: none;
  border-top-right-radius: 0;
}

.navbar-style-2 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -7px;
}

.navbar-style-3 {
  margin-left: 10px;
}

.navbar-style-4 {
  color: white
}

.setting-style {
  margin-bottom: -1px;
}

.site-tiles {
  border: 1px solid lightgray;
  border-radius: 10px;
}

.domain-section{
  border-radius: 15px;
}

.domain-configure-section {
  background: lightgray; border-radius: 15px;
}

.button {
  background-color: #0992F0;
  border: none;
  color: white;
  display: inline-block;
  font-size: 16px;
  margin: 8px 4px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}


.button5 {border-radius: 50%;}