html,
body {
  font-family: "Gotham", Helvetica, Arial, sans-serif;
  font-size: 15px;
  width: 100%;
  height: 100%;
  position: relative;
}
.grecaptcha-badge {
  visibility: hidden;
}
.trans {
  transition: opacity 0.9s ease-in-out, transform 0.5s ease-in-out;
  position: relative;
  opacity: 0;
  top: 0;
}

.trans-s1 {
  transform: scale(1.06);
}

.trans-up {
  top: 20px;
}

.trans.trans-start {
  opacity: 1;
  top: 0;
  transform: scale(1);
}

/* language */
.lang-sel-cont {
  background: #000;
}
.lang-sel-cont .container {
  text-align: right;
  position: relative;
}
.lang-sel {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 300;
}

.lang-sel a {
  display: inline-block;
  margin-right: 8px;
  color: #fff;
}
.lang-sel a.selected {
  font-weight: bold;
}

.lang-sel-cont .trigger {
  display: none;
  color: #fff;
  padding: 5px 15px;
}
.lang-sel-cont.dd .trigger {
  display: inline-block;
}
.lang-sel-cont.dd .lang-sel {
  z-index: 10;
  position: absolute;
  right: 15px;
  top: 30px;
  display: none;
  text-align: left;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}
.lang-sel-cont.dd .lang-sel a {
  display: block;
}

.page-util {
  transition: opacity 1.1s ease-in-out;
  width: 100%;
  height: 100vh;
  background: linear-gradient(45deg, #2559b3, #69bde4);
  position: relative;
}
.page-util .not-exist {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.page-util .not-exist h2 {
  color: #fff;
  margin: 40px;
}
.page-util .auth-cont {
  transition: opacity 1.1s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  width: 98%;
  max-width: 340px;
}
.page-util .auth-cont .auth-error {
  text-align: center;
  color: red;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}

.page-util .lock-icon img {
  max-width: 50px;
  padding-bottom: 30px;
}

.thankyou-copy {
  text-align: center;
}
.thankyou-copy p {
  max-width: 600px;
  margin: 12px auto;
}
.share-link {
  padding-top: 30px;
}

.share-social {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.share-item {
  display: inline-flex;
  margin: 6px;
  border-radius: 4px;
  width: 144px;
  height: 40px;
  background: rgba(77, 77, 77, 1);
}
.share-item:hover {
  cursor: pointer;
  text-decoration: none !important;
}
.share-item-facebook {
  background: rgba(61, 105, 192, 1);
}
.share-item-facebook:hover {
  background: rgba(77, 77, 77, 1);
}
.share-item-twitter {
  background: rgba(36, 171, 255, 1);
}
.share-item-twitter:hover {
  background: rgba(77, 77, 77, 1);
}
.share-icon-container {
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.share-icon-container svg {
  fill: #fff;
  width: 16px;
  height: 16px;
  margin: 12px;
  line-height: 40px;
  -ms-flex-item-align: center;
}
.share-item-text {
  width: 104px;
  height: 40px;
  font-weight: 300;
  font-size: 14px;
  line-height: 40px;
  text-align: left;
  text-indent: 10px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.header {
  height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.header .logo-cont {
  z-index: 1;
  position: relative;
}
.header .logo img {
  max-width: 200px;
}
.content {
  margin-top: -300px;
  position: relative;
  z-index: 1;
  min-height: 400px;
}
.content-inner {
  background: #fff;
  padding: 60px 80px;
  position: relative;
  border-radius: 5px;
}

body.iframe {
  background: #fff;
}
body.iframe .content-inner {
  background: #fff;
  padding: 30px 40px 0 40px;
  position: relative;
  border-radius: 0px;
}

.content .message,
.iframe .message {
  width: 100%;
  color: #fff;
  text-align: center;
  background: #007bff;
  padding: 15px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.content-inner h1 {
  text-align: center;
  font-size: 250%;
  font-weight: 700;
  padding: 0 30px 20px;
}

.content-inner h2 {
  text-align: center;
  font-size: 200%;
  font-weight: 700;
  padding: 0 30px 10px;
}

.content-inner .description {
  text-align: center;
  font-size: 120%;
  font-weight: 300;
  line-height: 1.4;
  padding: 20px 30px 30px;
}

@media (max-width: 991px) {
  .header .logo img {
    max-width: 180px;
  }
  .content {
    margin-top: -350px;
  }
  .content-inner {
    background: #fff;
    padding: 50px 50px;
  }
  .content-inner h1 {
    font-size: 220%;
    padding: 0 15px 15px;
  }
  .content-inner h2 {
    text-align: center;
    font-size: 160%;
    font-weight: 700;
    padding: 0 30px 10px;
  }
  .content-inner .description {
    text-align: center;
    font-size: 110%;
    padding: 15px 15px 20px;
  }
}

@media (max-width: 768px) {
  .header .logo img {
    max-width: 160px;
  }
  .content {
    margin-top: -350px;
  }
  .content-inner {
    background: #fff;
    padding: 40px 40px;
  }
  .content-inner h1 {
    font-size: 200%;
    padding: 0 0px 10px;
  }
  .content-inner h2 {
    text-align: center;
    font-size: 140%;
    font-weight: 700;
    padding: 0 0px 10px;
  }
  .content-inner .description {
    text-align: center;
    font-size: 110%;
    padding: 15px 15px 20px;
  }
}

@media (max-width: 500px) {
  .header {
    height: 450px;
  }
  .header .logo img {
    max-width: 100px;
  }
  .content {
    margin-top: -250px;
  }
  .content-inner {
    background: #fff;
    padding: 25px 15px;
  }
  .content-inner h1 {
    font-size: 150%;
    padding: 0 0px 10px;
  }
  .content-inner .description {
    text-align: center;
    font-size: 100%;
    padding: 0px 0px 10px;
  }
}

.welcome {
  text-align: center;
  padding: 20vh 30px;
}
.welcome img {
  width: 100%;
  max-width: 300px;
}

.complete {
}
.complete-icon {
  text-align: center;
  padding: 20px;
}
.complete-icon img {
  max-width: 100px;
}
.referral-link-cont {
  text-align: center;
  margin-bottom: 20px;
}
.referral-link {
  display: inline-block;
  border: solid 4px #2ecc71;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px 30px;
  text-align: center;
}
@media (max-width: 500px) {
  .referral-link {
    display: inline-block;
    border: solid 4px #2ecc71;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 10px 10px;
    text-align: center;
    font-size: 11px;
    line-height: 1.5;
  }
}

.btn-green {
  background: #2ecc71;
  border-color: #2ecc71;
}

.btn-green:hover {
  opacity: 0.9;
  background: #2ecc71;
  border-color: #2ecc71;
}

.footer {
  padding: 30px;
}
.footer-image {
  text-align: center;
}
.footer-image img {
  max-width: 200px;
}
.copyright {
  text-align: center;
  color: rgba(250, 250, 250, 0.8);
  font-size: 13px;
  font-weight: 300;
  padding-top: 30px;
}
.copyright a {
  color: rgba(250, 250, 250, 0.8);
}

.copyright a:hover {
  color: rgba(250, 250, 250, 1);
}
.iframe .copyright {
  text-align: center;
  color: #444;
  font-size: 12px;
  font-weight: 300;
  padding-top: 0px;
  padding-bottom: 30px;
}
.iframe .copyright a {
  color: #444;
}

.iframe .copyright a:hover {
  color: #444;
}
.form-acceptance {
  text-align: left;
  font-weight: 300;
  font-size: 13px;
}
form label {
  font-weight: 300;
}
.form-control {
  font-weight: 300;
}
.form-control::placeholder {
  color: #aaa;
}
.form-submit-button {
  text-align: center;
}

.form-error-message,
.email-invalid-message,
.email-mismatch-message {
  display: none;
  color: #fff;
  background: red;
  padding: 3px 6px;
  font-size: 13px;
}

.form-group.error-required .form-error-message {
  display: block;
}
.form-group.error-invalid .email-invalid-message {
  display: block;
}
.form-group.error-mismatch .email-mismatch-message {
  display: block;
}


.nominee-cont {
  background: #f8f8f8f8;
  padding: 30px 0;
  border-radius: 5px;
  margin-bottom: 30px;
}
.footnote {
  font-weight: 300;
  font-size: 12px;
  color: #666;
  padding-top: 5px;
}
#nominee_story {
  min-height: 110px;
}

.your-info {
}

.disclaimer {
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  padding-top: 50px;
}

.modal-dialog {
  max-width: 800px;
}

.modal-content {
  padding: 50px;
  border: none;
}

.modal-content .close {
  top: 20px;
  right: 20px;
}

@media (max-width: 768px) {
  .modal-content {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .modal-content {
    padding: 15px;
  }
}

.rules-copy {
  font-weight: 300;
  font-size: 13px;
}

.homepage {
  background: #fff;
}
.hp-header {
  background: #fff;
  display: flex;
}
.hp-logo {
  width: 50%;
  padding: 20px;
}
.hp-logo img {
  height: 40px;
}
.hp-by {
  width: 50%;
  text-align: right;
  padding: 20px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  font-weight: 300;
}
.hp-by a {
  font-weight: bold;
  text-decoration: none;
  color: #666;
}
.hp-hero {
  position: relative;
  background-color: #f8f8f8;
  background-image: url(../images/rs-ipad-fan-opt.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 70%;
  height: 40vw;
  min-height: 500px;
}
.hp-hero .overlay {
  position: absolute;
  padding-left: 100px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.hp-hero .overlay h1 {
  font-size: 4.5rem;
  font-weight: 100;
  color: #333;
}

@media (max-width: 1300px) {
  .hp-hero .overlay {
    padding-left: 40px;
  }

  .hp-hero .overlay h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1100px) {
  .hp-hero {
    background-position: right bottom;
  }
}
@media (max-width: 980px) {
  .hp-hero {
    background-size: 80%;
    height: 50vw;
    min-height: 500px;
  }
  .hp-hero .overlay {
    padding-left: 40px;
    top: 25%;
  }
  .hp-hero .overlay h1 {
    font-size: 3rem;
  }
}
@media (max-width: 500px) {
  .hp-hero {
    background-position: 50% bottom;
    height: 60vw;
    min-height: 400px;
  }
  .hp-hero .overlay {
    padding-left: 20px;
    top: 25%;
  }
  .hp-hero .overlay h1 {
    font-size: 2.8rem;
  }
  .hp-header {
    flex-direction: column;
  }
  .hp-by {
    padding: 0 0 10px 21px;
    line-height: 15px;
    text-align: left;
    font-size: 11px;
  }
}

.hp-section {
  padding: 65px 0;
  color: #333;
}
.hp-section.text-light {
  color: #fff;
}
.hp-section p {
  margin: 10px 0;
  font-weight: 300;
}
.hp-section h1 {
  margin: 20px 0;
  font-size: 3.5rem;
  font-weight: 100;
}
.hp-section h2 {
  margin: 18px 0;
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1.3;
}
.hp-section h3 {
  margin: 15px 0;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.4;
}
.hp-section h4 {
  margin: 10px 0;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .hp-section h1 {
    font-size: 2.5rem;
  }
  .hp-section h2 {
    font-size: 1.5rem;
  }
  .hp-section h3 {
    font-size: 1rem;
  }
  .hp-section h4 {
    font-size: 1rem;
    font-weight: 500;
  }
  .hp-section h3.blend {
    font-size: 1rem;
  }
  .hp-section {
    padding: 45px 0;
    color: #333;
  }
}
.bg-white {
  background-color: #fff;
}
.bg-grey {
  background-color: #f8f8f8;
}
.bg-dark {
  background-color: #333;
}
.bg-black {
  background-color: #212121;
}
.hp-vid {
  height: 40vw;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
.hp-vid .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  max-width: 700px;
}
@media (max-width: 767px) {
  .hp-vid .overlay h2 {
    font-size: 2rem;
  }
}
#video1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  object-fit: cover;
}

.homepage .btn {
  outline: 0 !important;
  box-shadow: none !important;
  padding: 6px 18px;
  border-radius: 50px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
}
.homepage .btn-primary {
  background: #111;
  border-color: #111;
  color: #fff;
}

.homepage .footer .copyright {
  font-size: 0.75rem;
}
.homepage .footer.text-light .copyright a {
  color: #fff;
}

.tryit {
  display: none;
}
.tryit-scroll {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.tryit a,
.tryit-scroll a {
  display: block;
  background: linear-gradient(45deg, #6194e6, #69bde4);
  color: #fff;
  font-weight: 500;
  padding: 10px 30px;
  text-align: center;
}

@media (max-width: 500px) {
  .tryit a,
  .tryit-scroll a {
    padding: 8px 20px;
  }
  .tryit a span,
  .tryit-scroll a span {
    display: none;
  }
}

/* admin-bar */
.admin-bar {
  display: flex;
  padding: 5px 15px;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
}
.admin-bar div {
  flex-grow: 1;
}
.admin-bar a {
  color: #fff;
  font-weight: bold;
}
.admin-bar a:hover {
  color: #fff;
}
.admin-bar .ab-access img {
  height: 22px;
  padding: 2px 3px;
}

/* icons */
.material-icons {
}

/* admin */
.admin {
  font-weight: 300;
}
.admin-header {
  padding: 20px 20px;
  background: #f8f8f8;
  border-bottom: solid 1px #ddd;
}
.admin-header h2 {
  color: #555;
  margin: 0;
  font-weight: 300;
  font-size: 18px;
}
.admin-header h2 a {
  color: #555;
}
.admin-header h2 a.project {
  font-weight: 500;
  color: #222;
}
.admin-section-header {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
}
.admin-section-header li {
  display: inline-block;
}
.admin-section-header li a {
  color: #333;
  display: inline-block;
  margin: 0 30px 0 0;
  padding: 8px 24px;
  border-bottom: solid 3px #ddd;
}
.admin-section-header li a:hover {
  text-decoration: none;
  border-bottom: solid 3px #aaa;
}
.admin-section-header li.selected a {
  font-weight: bold;
  border-bottom: solid 3px #007bff;
}

.admin-cont {
  display: flex;
  background: #fafafa;
  min-height: calc(100vh - 100px);
}
.admin-nav {
  width: 20%;
  max-width: 350px;
  min-width: 220px;
  padding: 30px 10px;
  background: #f5f5f5;
  border-right: solid 1px #dededf;
}
.admin-nav a {
  display: block;
  padding: 10px;
  font-weight: 300;
  color: #000;
  opacity: 0.8;
}
.admin-nav a:selected {
  opacity: 1;
}
.admin-nav a .material-icons {
  position: relative;
  top: 2px;
  font-size: 16px;
}
.admin-nav-sub {
  padding-left: 20px;
}
.admin-nav-sub a.selected {
  font-weight: bold;
}
.admin-body {
  padding: 45px 30px;
  flex-grow: 1;
}

.adm-table {
  width: 100%;
  font-size: 15px;
}
.admin-stg {
  background: #f8f8f8;
}
.search-box {
  padding: 30px 30px 15px 30px;
  background: #f1f1f1;
  border-radius: 5px;
  margin-bottom: 30px;
}
.results_header {
  display: flex;
}
.results_header > div {
  flex: 1;
}
.paging {
}
.paging ul {
  float: right;
  list-style: none;
}
.paging ul li {
  display: inline-block;
}
.paging ul li a {
  display: inline-block;
  padding: 2px 7px;
  margin: 0 3px;
  color: #333;
}
.paging ul li a.current {
  border: solid 1px #007bff;
  border-radius: 3px;
  min-width: 26px;
  font-weight: bold;
  text-align: center;
}

/* Survey */

.survey-group {
  padding-top: 30px;
}

.survey-question {
  padding-top: 10px;
}
.survey-question b {
  font-weight: 500;
}

.form-other {
  padding-top: 10px;
}

/* verification */

.verify-cont {
  transition: all 1s ease-in-out;
}

.verify-main-heading {
  padding: 0 !important;
}
.verify-main-subheading {
  padding: 0 0 20px 0 !important;
}

.verify-section {
  padding-bottom: 10px;
}

.verify-section.hidden {
  display: none;
}

.verify-group {
  padding: 10px 0px;
}

.verify-group label {
  font-weight: 500;
}

.verify-group label .material-icons {
  font-size: inherit;
  color: #aaa;
}
.verify-group label .material-icons:hover {
  color: #317cff;
}

.verify-details {
  font-size: 13px;
  padding-left: 20px;
}

.verify-section .verify-content,
.verify-section .verify-description {
  transition: all 0.5s ease-in-out;
  height: auto;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
.verify-section .verify-description {
  padding-bottom: 0;
}
.verify-section.active .verify-content,
.verify-section.active .verify-description {
  max-height: 2500px;
  opacity: 1;
}
.verify-section.active .verify-description {
  padding-bottom: 20px;
}

.verify-heading {
  position: relative;
  font-size: 24px;
  padding-left: 50px;
  font-weight: 500;
  left: 0px;
}
@media (min-width: 769px) {
  .verify-heading {
    left: -50px;
  }
}
.verify-heading .vh-num {
  transition: all 500ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background: #cdcdcd;
  border-radius: 50%;
}
.verify-section.active .verify-heading .vh-num {
  background: #317cff;
}
.verify-heading.complete .vh-num {
  opacity: 0;
}
.verify-description {
  padding-left: 0px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.verify-term {
  padding-bottom: 20px;
}
.verify-term-description {
  padding-bottom: 10px;
  font-size: 13px;
}
.verify-term label {
  font-weight: 400;
}
.verify-continue-button {
  margin-top: 20px;
}
.ai-note {
  font-size: 11px;
  color: #666;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  padding: 10px 0 20px 0;
}
.error-note {
  font-size: 14px;
  font-weight: bold;
  color: rgb(184, 5, 5);
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  padding: 10px 20px;
  margin: 10px;
  background: #f4f4f4;
  border-radius: 5px;
}
.help-note {
  max-width: 600px;
  width: 100%;
  padding: 30px;
  background: #f4f4f4;
  border-radius: 5px;
  margin: 0 auto 30px;
}
.error-note .btn {
  margin: 20px 0 10px;
}

/* uploader */
.photo-group {
}
.photo-group h3 {
  font-weight: 500;
  font-size: 20px;
}

.photo-group h3 span {
  text-decoration: underline;
}
.photo-group .image-preview {
  min-height: 30px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.photo-group .image-preview img {
  display: none;
  max-height: 120px;
  border-radius: 5px;
  max-width: 100%;
}
.photo-group .btn-photo-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.photo-group .btn-photo-wrapper:hover {
  cursor: pointer;
}
.image-note {
  font-size: 12px;
  padding-bottom: 8px;
}
.change-id {
  display: inline-block;
  line-height: 44px;
  position: absolute;
  left: 75px;
  top: 56px;
}
.photo-group .btn-photo-wrapper input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.photo-group .btn-photo-wrapper button {
  line-height: 40px;
  text-align: center;
  width: 44px;
  height: 44px;
  background: none;
  border-radius: 50%;
  border: solid 1px #333;
  padding: 7px;
}

.photo-group .btn-photo-wrapper:hover button {
  border-color: #317cff;
  background: #317cff;
  color: #fff;
}

.photo-group .btn-photo-wrapper button.btn-camera {
  display: none;
}

.photo-group .btn-photo-wrapper button.btn-file {
  display: block;
}

/* circle loader */

.circle-loader {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #317cff;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.verify-heading .circle-loader {
  transition: opacity 500ms ease-in;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.verify-heading.complete .circle-loader {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #317cff;
  transition: border 500ms ease-out;
}

.checkmark {
  display: none;
}
.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
  opacity: 1;
  height: 50%;
  width: 25%;
  transform-origin: left top;
  border-right: 3px solid #317cff;
  border-top: 3px solid #317cff;
  content: "";
  left: 23%;
  top: 55%;
  position: absolute;
}

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

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 25%;
    opacity: 1;
  }
  40% {
    height: 50%;
    width: 25%;
    opacity: 1;
  }
  100% {
    height: 50%;
    width: 25%;
    opacity: 1;
  }
}

/* submit loader */
.processing {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
  background: rgba(0, 0, 0, 0.9);
}

.proc-content {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 150px);
  width: 300px;
  text-align: center;
}
.proc-message {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 30px;
  margin: 0 auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 8px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.right{
  float:right;
}

.nav-tabs .nav-item{
  margin-right:5px;
}
.nav-tabs .nav-item:last-child{
  margin-right:0;

}

.block{
  display:block;
}
.inline{
  display:inline;
}
