html, body {
  background-color: #eee;
  padding: 0;
  margin: 0;
  max-width: 2600px;
  width: 100%;
}
body {
  position: relative;
  min-height: calc(100vh - 57px);
  padding-bottom: 57px;
}
body.default {
  padding-bottom: 0;
}

/**PRE-LOADER**/
.pre-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999999;
}
.pre-loader .m-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/**WELCOME-SLIDER**/
.welcome-slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99999999;
  overflow: hidden;
  display: none;
}
.welcome-slider-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
}
.welcome-slider-wrapper button {
  border: none;
  background-color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  outline: none;
}
.welcome-slider-wrapper button i {
  color: #5c6bc0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.welcome-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.welcome-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: none;
}
.welcome-slider-content {
  border-radius: 10px;
  background-color: #5c6bc0;
  padding: 20px;
  width: 600px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  margin: 0 80px;
  text-align: center;
  opacity: 0;
  margin-left: 150%;
  display: none;
  transition: opacity .125s ease-in-out, margin .125s ease-in-out;
  position: relative;
}
.welcome-slider-content.active {
  opacity: 1;
  margin-left: 80px;
}
.welcome-slider-content.seen {
  opacity: 1;
  margin-left: -150%;
}
.welcome-slider-content h1 {
  color: #fff;
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
}
.welcome-slider-content h2 {
  color: #fff;
  margin: 15px 0;
  text-align: center;
  font-weight: 500;
  font-size: 24px;
}
.welcome-slider-content i {
  color: #fff;
  margin: 20px 0;
  text-align: center;
  font-weight: 400;
  font-size: 74px;
}
.welcome-slider-content p {
  color: #fff;
  margin: 50px 0 0 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}
.welcome-slider-content p a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.welcome-slider-content .welcome-input {
  outline: none;
  border: none;
  background-color: #fff;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
  font-size: 18px;
  width: 500px;
  margin: 50px calc(50% - 250px) 20px calc(50% - 250px);
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  padding: 6px 0;
}
.welcome-slider-content-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: none;
}
.welcome-slider-content-loader .m-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/**SITES**/
.sites {
  width: 1200px;
  margin: 20px calc(50% - 600px);
}
.sites .empty {
  margin: 140px calc(50% - 200px) 0 calc(50% - 200px);
  width: 400px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  display: none;
}
.sites .empty h2 {
  font-weight: 400;
  font-size: 20px;
  color: #4f4f4f;
}
.sites h3 {
  text-align: left;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #4f4f4f;
  margin-top: 100px;
}
.sites ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 4px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.sites li {
  position: relative;
  width: 353.333px;
  height: 180px;
  margin: 20px 0;
  margin-right: 40px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transition: box-shadow .125s ease-in-out;
}
.sites li:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
}
.sites li:first-child, .sites li:nth-child(2), .sites li:nth-child(3) {
  margin-top: 0;
}
.sites li:nth-child(3n){
  margin-right: 0;
}
.sites li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sites li h4 {
  color: #333;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
}
.sites li h5 {
  color: #4f4f4f;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
}

/**MAIN-CONTENT**/
.main-content {
  padding-top: 64px;
  width: calc(100% - 260px);
  margin-left: 260px;
  position: relative;
  z-index: 777;
  transition: width .125s ease-in-out;
}
.main-content.sidebar-is-open {
  width: calc(100% - 260px - 351px);
}
.main-content .content-loader {
  position: fixed;
  top: 0;
  left: 260px;
  right: 0;
  bottom: 0;
  background-color: #eee;
  width: calc(100% - 260px);
  height: 100vh;
  z-index: 888;
}
.main-content .content-loader .m-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-content .tabs {
  background-color: #5c6bc0;
  width: 100%;
  padding-top: 12px;
}
.main-content .error-alert {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 20vh;
  width: 400px;
  text-align: center;
}
.main-content .error-alert i {
  font-size: 46px;
  text-align: center;
  color: #4f4f4f;
}
.main-content .error-alert h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 20px 0;
}
.main-content .error-alert h4 {
  text-align: center;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #4f4f4f;
}
.main-content .tabs h2 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  padding-left: 24px;
  line-height: 24px;
  margin: 0;
}
.main-content .tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  padding-top: 8px;
}
.main-content .tabs li {
  padding: 8px 24px;
  margin: 0;
  border-bottom: 2px solid transparent;
}
.main-content .tabs li.active {
  border-bottom: 2px solid #fff;
}
.main-content .tabs li.active a {
  color: #fff !important;
}
.main-content .tabs li a {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}

/**EMPTY-ALERT**/
.empty-alert {
  margin: 0 calc(50% - 150px);
  margin-top: 25vh;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  width: 300px;
}
.empty-alert i {
  font-size: 46px;
  color: #4f4f4f;
  text-align: center;
}
.empty-alert h3 {
  text-align: center;
  color: #4f4f4f;
  margin: 20px 0;
  font-weight: 400;
  font-size: 18px;
  display: block;
  width: 100%;
}
.empty-alert p {
  text-align: center;
  color: #4f4f4f;
  margin: 20px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  display: block;
  width: 100%;
}
.empty-alert button {
  margin: 8px 0;
}

/**FOOTER**/
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
footer li {
  margin: 0 4px;
  color: #4f4f4f;
  font-size: 14px;
  text-align: center;
}
footer li a {
  color: #4f4f4f;
  text-decoration: none;
  cursor: pointer;
  transition: color .125s ease-in-out;
}

/**SIDEBAR**/
.sidebar {
  position: fixed;
  top: 64px;
  right: -311px;
  bottom: 0;
  width: 310px;
  height: calc(100vh - 40px - 64px);
  padding: 20px;
  background-color: #fff;
  z-index: 778;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  transition: right .125s ease-in-out;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.sidebar.active {
  right: 0;
}
.sidebar::-webkit-scrollbar {
  width: 5px;
}
.sidebar::-webkit-scrollbar-track {
  box-shadow: none;
}
.sidebar::-webkit-scrollbar-thumb {
  background: rgba(92, 107, 193, .5);
}
.sidebar button.close {
  position: absolute;
  top: 20px;
  left: 20px;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  outline: none;
  z-index: 779;
}
.sidebar h2 {
  color: rgba(0, 0, 0, 0.82);
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  width: calc(100% - 64px - 20px);
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 20px 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 778;
}
.sidebar .sidebar-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
  border-radius: 8px;
}
.sidebar .sidebar-loader .m-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sidebar .sidebar-content {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 65px 0 0 0;
}
.sidebar .sidebar-content .buttons {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 0 0;
}
.sidebar .sidebar-content .buttons .m-button-flat, .sidebar .sidebar-content .buttons .m2-button.flat {
  color: #4f4f4f !important;
  margin-right: 20px;
}
.sidebar .sidebar-content .buttons .m2-button.flat:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.sidebar .sidebar-content .alert, .sidebar .sidebar-content .info {
  background-color: #fbe9e7;
  margin: 20px 0;
  padding: 20px 14px;
  width: calc(100% - 28px);
  position: relative;
}
.sidebar .sidebar-content .alert i {
  position: absolute;
  top: 15px;
  left: 14px;
  color: #d50000;
}
.sidebar .sidebar-content .alert p, .sidebar .sidebar-content .info p {
  color: #d50000;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  padding-left: 40px;
  margin: 0;
}
.sidebar .sidebar-content .alert p b, .sidebar .sidebar-content .info p b {
  font-weight: 600;
}
.sidebar .sidebar-content .alert p a, .sidebar .sidebar-content .info p a {
  color: #000;
  text-decoration: underline;
  font-weight: 400;
  cursor: pointer;
}
.sidebar .sidebar-content .info {
  background-color: #ebebeb;
}
.sidebar .sidebar-content .info p {
  color: #494949;
  padding-left: 0;
}
.sidebar .sidebar-content .choose-element {
  margin: 20px 0;
  width: calc(100% - 40px - 2px);
  padding: 20px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
}
.sidebar .sidebar-content .choose-element.active {
  border-color: #5c6bc0;
  color: #5c6bc0;
}
.sidebar .sidebar-content .choose-element.error {
  border-color: #f50000;
  color: #f50000;
}

/**OVERLAY**/
.overlay-site-overlay {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 64px);
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  display: none;
}
.overlay {
  position: fixed;
  top: 64px;
  right: -100%;
  bottom: 0;
  background-color: #424242;
  width: calc(100% - 350px);
  height: calc(100vh - 64px);
  transition: right .125s ease-in-out;
  z-index: 99991;
  padding: 0;
  display: none;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.overlay.active {
  right: 0;
}
.overlay button.close {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 10px;
  left: -41px;
  z-index: 4;
}
.overlay button.close i {
  font-size: 30px !important;
}
.overlay .overlay-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5;
}
.overlay .content-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 3;
  overflow-x: hidden;
  overflow-y: auto;
}

/**POPUP**/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}
.popup::-webkit-scrollbar {
  width: 5px;
}
.popup::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 3px;
}
.popup::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 3px;
}
.popup .wrapper {
  transform: scale(.4);
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  width: 560px;
  min-height: 200px;
  padding: 20px;
  margin: 60px calc(50% - 300px);
  transition: transform .125s ease-in-out;
  border-radius: 8px;
  /*max-height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;*/
}

.popup button.close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  color: #333;
}
.popup-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  border-radius: 8px;
}
.popup-loader .m-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup .content {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0;
}
.popup .content h2 {
  font-weight: 500;
  font-size: 20px;
  color: #333;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.popup .content h3 {
  font-weight: 400;
  font-size: 18px;
  color: #4f4f4f;
  text-align: left;
  margin: 0;
  margin-top: 40px;
  padding: 0;
}
.popup .content h4 {
  font-weight: 500;
  font-size: 16px;
  color: #4f4f4f;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.popup .content .alert, .popup .content .info {
  background-color: #fbe9e7;
  margin: 20px 0;
  padding: 20px 14px;
  width: calc(100% - 28px);
  position: relative;
}
.popup .content .alert i {
  position: absolute;
  top: 15px;
  left: 14px;
  color: #d50000;
}
.popup .content .alert p, .popup .content .info p {
  color: #d50000;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  padding-left: 40px;
  margin: 0;
}
.popup .content .alert p b, .popup .content .info p b {
  font-weight: 500;
}
.popup .content .alert p a, .popup .content .info p a {
  color: #000;
  text-decoration: underline;
  font-weight: 400;
  cursor: pointer;
}
.popup .content .alert ol, .popup .content .info ol {
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 0 0;
  color: #d50000;
}
.popup .content .alert ol li, .popup .content .info ol li {
  margin: 4px 0;
}
.popup .content .info {
  background-color: #ebebeb;
}
.popup .content .info p {
  color: #494949;
  padding-left: 0;
}
.popup .content .info ol {
  color: #494949;
}
.popup .content .buttons {
  display: flex;
  justify-content: flex-end;
}
.popup .content .buttons .m-button-flat, .popup .content .buttons .m2-button.flat {
  color: #4f4f4f !important;
  margin-right: 20px;
}
.popup .content .buttons .m2-button.flat:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/**NOTIFICATIONS**/
.notification-wrapper {
  position: fixed;
  top: 70px;
  right: 24px;
  width: 340px;
  height: auto;
}
.notification {
  margin: -300px 0 20px 0;
  width: 100%;
  max-height: 260px;
  height: auto;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  position: relative;
  opacity: 0;
}
.notification .cancel {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  color: #757575;
  padding: 0;
  margin: 0;
}
.notification .cancel i {
  font-size: 16px;
}
.notification h2 {
  color: rgba(0, 0, 0, 0.82);
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 20px 0 0 20px;
  font-size: 18px;
  text-align: left;
}
.notification p {
  margin: 0;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 400;
  text-align: left;
  padding: 0 0 0 20px;
}
.notification .button-wrapper {
  padding: 16px 0 0 0;
  margin: 16px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: flex-end;
}
.notification .button-wrapper .m-button-flat {
  margin: 0;
  padding: 0 20px 20px;
}

/**SUPPORT**/
.support {
  border-radius: 8px;
  background-color: #fff;
  width: 300px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 999;
  display: none;
  transform: scale(.4);
  transition: transform .125s ease-in-out;
}
.support.active {
  transform: scale(1);
}
.support .support-header {
  background-color: #5c6bc0;
  padding: 10px 20px;
  width: calc(100% - 40px);
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: move;
}
.support .support-header h2 {
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #fff;
  margin: 0;
  width: calc(100% - 44px);
}
.support .support-header button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.support .content {
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow-x: hidden;
  overflow-y: auto;
}
.support .support-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: block;
}
.support .content-holder {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.support .content {
  width: calc(100% - 40px);
  padding: 0 20px;
}
.support .content h1 {
  font-size: 24px;
  text-align: left;
  margin: 35px 0 0 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.82);
}
.support .content h2 {
  font-size: 20px;
  text-align: left;
  margin: 20px 0 0 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.82);
}
.support .content h3 {
  font-size: 18px;
  text-align: left;
  margin: 16px 0 0 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
.support .content p {
  font-size: 16px;
  text-align: left;
  margin: 10px 0 0 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
.support .content a {
  color: #5c6bc0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}
.support-inline {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.82);
  transform: translateY(4px);
  cursor: pointer;
  padding: 0 0 0 10px;
}

.flex-wrapper {
  display: flex;
  justify-content: space-between;
}
.col-2 {
  width: 45%;
}
.col-3 {
  width: 30%;
}
.col-4 {
  width: 20%;
}

.inner-content {
  width: 800px;
  margin: 50px calc(50% - 400px);
}
.inner-content--no-margin {
  width: 800px;
  margin: 0 calc(50% - 400px);
}

.clear-fix {
  clear: both;
}
