/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}


code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.figure {
  display: inline-block;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

 .col-12, .col, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-12, .col-md-3, .col-md-6, .col-md-8, .col-md-12, .col-lg-6, .col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled {
  pointer-events: none;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.collapse:not(.show) {
  display: none;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.my-2 {
  margin-top: 0.5rem !important;
}


.my-2 {
  margin-bottom: 0.5rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}


.py-3 {
  padding-top: 1rem !important;
}


.py-3 {
  padding-bottom: 1rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

@media (min-width: 768px) {
  
  .my-md-0 {
    margin-top: 0 !important;
  }
  
  .my-md-0 {
    margin-bottom: 0 !important;
  }
}

.text-left {
  text-align: left !important;
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
}

.text-muted {
  color: #6c757d !important;
}

.visible {
  visibility: visible !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxFIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzIXKMnyrYk.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzIXKMny.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCRc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfChc4AMP6lbBP.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Roboto', serif;
    color: #2d3f4e;
    word-wrap: break-word;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}
a,
a:hover,
a:focus {
    text-decoration: none;
    color: #2d3f4e;
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.4;
}

h6 {
    font-size: 15px;
}

h5 {
    font-size: 18px;
}

h4 {
    font-size: 21px;
}

input {
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    border: none;
    padding: 15px;
    color: #545454;
    font-weight: 600;
    width: 100%;
}

input:-ms-input-placeholder,
input::-webkit-input-placeholder {
    color: #545454;
}

.ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn-success, .btn-success.disabled, .btn-success:disabled {
    border-color: #1c6178;
    background: #1c6178;
}

.btn-success:hover,
.btn-success:focus {
    border-color: #0d495c !important;
    background: #0d495c !important;
}

button:focus, input:focus {
    outline: none;
}

.ts-icon {
    width: 30px;
    height: 30px;
    display: block;
}

.ads-area img {
    max-width: 100%;
    display: block;
    height: auto;
}

/* main navbar
 */

/* change the background color */
.navbar-custom {
    background-color: #1c6178;
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.05);
}
/* change the brand and text color */
.navbar-custom .navbar-brand {
    color: #ffffff;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

header figure {
    padding: 0;
    margin: 0;
}

/* end main navbar
 */

/* back to top */
.scroll {
    opacity: 0.3;
    background-color: #1c6178;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 3px;
    border: none;
}

.scroll:hover {
    opacity: 1;
}

.arrow-up {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -5px;
}


/* back to top  */


/* footer menu */
footer a.nav-link {
    color: rgba(255, 255, 255, 0.7);
}
/* end of footer menu */


.contact-top {
    padding: 40px 0;
    background: url(/_next/static/images/search-bg-763fccc4859fa30515661fc6aca9a6dd.jpg) center center no-repeat;
    background-size: cover;
}

.menu ul li a {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 15px;
    display: block;
}

.search {
    padding: 120px 0;
    background: url(/_next/static/images/search-bg-763fccc4859fa30515661fc6aca9a6dd.jpg) center center no-repeat;
    background-size: cover;
}

.search.no-bg {
    background: none;
}
.search.no-bg .auto-suggest {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0,0,0,0.12), 0 4px 4px rgba(0,0,0,0.12);
}
.search-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.search-inner h2 {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.input-wrap {
    position: relative;
}

.search-inner .input-wrap {
    width: 100%;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 51px;
    width: 60px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.main-ads-1, .margin10 {
    margin: 10px 0;
    padding: 10px 0;
}

.main-ads-1 img {
    width: 100%;
}

.daily-questions {
    margin-bottom: 30px;
}

.daily-questions .row {
    display: flex;
    align-items: center;
}

.daily-item::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #5bd6ff;
    position: absolute;
    left: 0;
}

.daily-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    padding: 15px;
    background: #fff;
    text-shadow: 1px 1px 0 #ffffff;
    border-left: 3px solid #59d6ff;
}

.daily-item h6 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 5px;
}

.daily-item p {
    color: #5e676e;
}

.daily-item p strong {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.title h6 {
    font-size: 16px;
    font-weight: 600;
    border-left: 3px solid #59d6ff;
    position: relative;
}

.title h6 span {
    z-index: 1;
    position: relative;
    background: #ffffff;
    padding: 0 8px;
    display: inline-block;
}

.title h6::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    height: 2px;
    width: 1170px;
    background: #f1f1f1;
}

.more {
    font-weight: 600;
    font-size: 13px;
    z-index: 1;
    background: #ffffff;
    padding-left: 8px;
}

.games {
    margin-bottom: 30px;
}

.game-item {
    padding: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    background-color: #f7f7f7;
}

.game-item img {
    width: 100%;
}

.post {
    margin: 30px 0;
}

.post-content {
    margin-bottom: 15px;
}

.post-content h5.post-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.post-details {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background-color: #ffffff;
    padding: 15px 20px;
}

.post-details h1,
.post-details h2,
.post-details h3,
.post-details h4,
.post-details h5,
.post-details h6 {
    font-weight: 600;
    margin-bottom: 15px;
}

.post-details p {
    margin-bottom: 15px;
}

.post-details h1:last-child,
.post-details h2:last-child,
.post-details h3:last-child,
.post-details h4:last-child,
.post-details h5:last-child,
.post-details h6:last-child,
.post-details p:last-child {
    margin-bottom: 0;
}

.post-content .ads-area {
    margin-top: 40px;
}

.similar {
    margin-bottom: 30px;
}

.alphabet {
    margin-bottom: 15px;
    background-color: #1c6178;
}

.alphabet ul {
    justify-content: center;
    flex-wrap: wrap;
    display: flex !important;
}

.alphabet ul.ul li a {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 10px;
    display: block;
}

.alphabet ul.ul li a.active-a {
    background-color: #0d495c;
}

.word-list {
    margin-bottom: 15px;
}

.word-list a {
    outline: none;
}

.word-list a:after {
    content: "";
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNyAxMCI+PGRlZnM+PGZpbHRlciBpZD0iYSIgd2lkdGg9IjIwMCUiIGhlaWdodD0iMjAwJSIgeD0iLTUwJSIgeT0iLTUwJSI+PGZlR2F1c3NpYW5CbHVyIGluPSJTb3VyY2VHcmFwaGljIiByZXN1bHQ9IlN2Z2pzRmVHYXVzc2lhbkJsdXIxMDEyT3V0IiBzdGREZXZpYXRpb249IjEuNSIvPjwvZmlsdGVyPjxtYXNrIGlkPSJiIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIyMC4yNCAzOTQuMjhsLTQuMjYgNC4yNmEuNTguNTggMCAwIDEtLjQyLjE4LjU2LjU2IDAgMCAxLS40Mi0uMThsLS45Ni0uOTVhLjU4LjU4IDAgMCAxLS4xOC0uNDNjMC0uMTYuMDYtLjMuMTgtLjQybDIuODgtMi44OC0yLjg4LTIuODhhLjU4LjU4IDAgMCAxLS4xOC0uNDJjMC0uMTYuMDYtLjMxLjE4LS40MmwuOTYtLjk2YS41Ni41NiAwIDAgMSAuNDItLjE4Yy4xNiAwIC4zLjA2LjQyLjE4bDQuMjYgNC4yNmEuNTguNTggMCAwIDEgMCAuODR6Ii8+PC9tYXNrPjwvZGVmcz48cGF0aCBmaWxsPSIjY2JjYmNiIiBkPSJNNi4yNCA1LjI4TDEuOTggOS41NGEuNTguNTggMCAwIDEtLjQyLjE4LjU2LjU2IDAgMCAxLS40Mi0uMThsLS45Ni0uOTVBLjU4LjU4IDAgMCAxIDAgOC4xNmMwLS4xNi4wNi0uMy4xOC0uNDJsMi44OC0yLjg4TC4xOCAxLjk4QS41OC41OCAwIDAgMSAwIDEuNTZjMC0uMTYuMDYtLjMxLjE4LS40MmwuOTYtLjk2QS41Ni41NiAwIDAgMSAxLjU2IDBjLjE2IDAgLjMuMDYuNDIuMThsNC4yNiA0LjI2YS41OC41OCAwIDAgMSAwIC44NHoiLz48cGF0aCBmaWxsLW9wYWNpdHk9Ii4yIiBkPSJNMTIxMSA0MDJ2LTE2aDEzdjE2em05LjQyLTguMTRjMC0uMTYtLjA2LS4zLS4xOC0uNDJsLTQuMjYtNC4yNmEuNTguNTggMCAwIDAtLjQyLS4xOC41Ni41NiAwIDAgMC0uNDIuMThsLS45Ni45NmEuNTYuNTYgMCAwIDAtLjE4LjQyYzAgLjE2LjA2LjMuMTguNDJsMi44OCAyLjg4LTIuODggMi44OGEuNTguNTggMCAwIDAtLjE4LjQyYzAgLjE3LjA2LjMxLjE4LjQzbC45Ni45NWMuMTEuMTIuMjYuMTguNDIuMTguMTYgMCAuMy0uMDYuNDItLjE4bDQuMjYtNC4yNmEuNTguNTggMCAwIDAgLjE4LS40MnoiIGZpbHRlcj0idXJsKCNhKSIgbWFzaz0idXJsKCZxdW90OyNiJnF1b3Q7KSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMTQgLTM4OSkiLz48L3N2Zz4=) no-repeat center;
    width: 25px;
    height: 25px;
    float: right;
}

.list-group {
    margin-bottom: 0;
}

.list-group-item {
}

.articles {
    margin-bottom: 30px;
}

.article-item h5 {
    border-radius: 3px 3px 0 0;
    background-color: #1c6178;
    padding: 25px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    font-weight: 600;
    overflow: hidden;
    text-transform: capitalize;
}

.article-desc {
    background: #fff;
    padding: 25px;
    border-radius: 0 0 3px 3px;
    border: 1px solid #dcdcdc;
}

.article-desc p {
    margin-bottom: 15px;
}

.article-desc p:last-child {
    margin-bottom: 0;
}

.pagination-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.pagination>li>a, .pagination>li>span {
    padding: 9px 15px;
}

.page-item.active .page-link {
    z-index: 1;
    border-color: #dcdcdc;
    color: #23527c;
    background-color: #f2f2f2;
}

.pagination .page-link {
    color: #23527c;
    border-color: #dcdcdc;
}



.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {

}

.some-questions {
    margin-bottom: 30px;
}

.sq-item {
    border-radius: 4px;
    border: 1px solid #dcdcdc;
}

.sq-title {
    position: relative;
    overflow: hidden;
}

.sq-title h5 {
    border-radius: 3px 3px 0 0;
    background-color: #1c6178;
    padding: 18px 15px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    font-weight: 600;
    overflow: hidden;
    text-transform: capitalize;
}

.sq-pattern {
    background: url(/_next/static/images/sq-pattern-cedd89a5f78f23c063d7f9037bacf370.svg);
    width: 258px;
    height: 116px;
    display: block;
    position: absolute;
    right: 0;
    top: -13px;
    opacity: .1;
}

.sq-links ul li a {
    padding: 10px 15px;
    display: block;
    background: #fff;
}


.sq-links ul li:last-child a {
    border-bottom: 1px dashed #ddd;
}

.sq-foot {
    padding: 15px;
    background: #fff;
    color: #747474;
    font-weight: 600;
}

.sq-foot::after {
    display: table;
    content: "";
    clear: both;
}

.sq-foot a {
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.arrow-right {
    margin-left: 10px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48ZGVmcz48ZmlsdGVyIGlkPSJhIiB3aWR0aD0iMjAwJSIgaGVpZ2h0PSIyMDAlIiB4PSItNTAlIiB5PSItNTAlIj48ZmVHYXVzc2lhbkJsdXIgaW49IlNvdXJjZUdyYXBoaWMiIHJlc3VsdD0iU3ZnanNGZUdhdXNzaWFuQmx1cjEwNzJPdXQiIHN0ZERldmlhdGlvbj0iMS41Ii8+PC9maWx0ZXI+PG1hc2sgaWQ9ImIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik01MTAuNjQgMTE4Mi45OGE5Ljg1IDkuODUgMCAwIDAtMy42NC0zLjY0IDkuOCA5LjggMCAwIDAtNS4wMS0xLjM0IDkuOCA5LjggMCAwIDAtNS4wMSAxLjM0IDkuNzggOS43OCAwIDAgMC0zLjY0IDMuNjQgOS44IDkuOCAwIDAgMC0xLjM0IDUuMDEgOS44IDkuOCAwIDAgMCAxLjM0IDUuMDEgOS44NSA5Ljg1IDAgMCAwIDMuNjQgMy42NCA5LjggOS44IDAgMCAwIDUuMDEgMS4zNCA5LjkzIDkuOTMgMCAwIDAgOS45OS05Ljk5IDkuOCA5LjggMCAwIDAtMS4zNC01LjAxem0tNS40IDUuM2wtNC4yNiA0LjI2YS41OC41OCAwIDAgMS0uNDIuMTguNTYuNTYgMCAwIDEtLjQyLS4xOGwtLjk2LS45NWEuNTguNTggMCAwIDEtLjE4LS40M2MwLS4xNi4wNi0uMy4xOC0uNDJsMi44OC0yLjg4LTIuODgtMi44OGEuNTguNTggMCAwIDEtLjE4LS40MmMwLS4xNi4wNi0uMzEuMTgtLjQybC45Ni0uOTZhLjU2LjU2IDAgMCAxIC40Mi0uMThjLjE2IDAgLjMuMDYuNDIuMThsNC4yNiA0LjI2YS41OC41OCAwIDAgMSAwIC44NHoiLz48L21hc2s+PC9kZWZzPjxwYXRoIGZpbGw9IiM5ZTllOWUiIGQ9Ik0xOC42NCA0Ljk4QTkuODUgOS44NSAwIDAgMCAxNSAxLjM0IDkuOCA5LjggMCAwIDAgOS45OSAwYTkuOCA5LjggMCAwIDAtNS4wMSAxLjM0IDkuNzggOS43OCAwIDAgMC0zLjY0IDMuNjRBOS44IDkuOCAwIDAgMCAwIDkuOTkgOS44IDkuOCAwIDAgMCAxLjM0IDE1YTkuODUgOS44NSAwIDAgMCAzLjY0IDMuNjQgOS44IDkuOCAwIDAgMCA1LjAxIDEuMzQgOS45MyA5LjkzIDAgMCAwIDkuOTktOS45OSA5LjggOS44IDAgMCAwLTEuMzQtNS4wMXptLTUuNCA1LjNsLTQuMjYgNC4yNmEuNTguNTggMCAwIDEtLjQyLjE4LjU2LjU2IDAgMCAxLS40Mi0uMThsLS45Ni0uOTVhLjU4LjU4IDAgMCAxLS4xOC0uNDNjMC0uMTYuMDYtLjMuMTgtLjQybDIuODgtMi44OC0yLjg4LTIuODhBLjU4LjU4IDAgMCAxIDcgNi41NmMwLS4xNi4wNi0uMzEuMTgtLjQybC45Ni0uOTZBLjU2LjU2IDAgMCAxIDguNTYgNWMuMTYgMCAuMy4wNi40Mi4xOGw0LjI2IDQuMjZhLjU4LjU4IDAgMCAxIDAgLjg0eiIvPjxwYXRoIGZpbGwtb3BhY2l0eT0iLjIiIGQ9Ik00ODkgMTIwMXYtMjZoMjZ2MjZ6bTIxLjY0LTE4LjAyYTkuODUgOS44NSAwIDAgMC0zLjY0LTMuNjQgOS44IDkuOCAwIDAgMC01LjAxLTEuMzQgOS44IDkuOCAwIDAgMC01LjAxIDEuMzQgOS43OCA5Ljc4IDAgMCAwLTMuNjQgMy42NCA5LjggOS44IDAgMCAwLTEuMzQgNS4wMSA5LjggOS44IDAgMCAwIDEuMzQgNS4wMSA5Ljg1IDkuODUgMCAwIDAgMy42NCAzLjY0IDkuOCA5LjggMCAwIDAgNS4wMSAxLjM0IDkuOTMgOS45MyAwIDAgMCA5Ljk5LTkuOTkgOS44IDkuOCAwIDAgMC0xLjM0LTUuMDF6bS01LjQgNS4zbC00LjI2IDQuMjZhLjU4LjU4IDAgMCAxLS40Mi4xOC41Ni41NiAwIDAgMS0uNDItLjE4bC0uOTYtLjk1YS41OC41OCAwIDAgMS0uMTgtLjQzYzAtLjE2LjA2LS4zLjE4LS40MmwyLjg4LTIuODgtMi44OC0yLjg4YS41OC41OCAwIDAgMS0uMTgtLjQyYzAtLjE2LjA2LS4zMS4xOC0uNDJsLjk2LS45NmEuNTYuNTYgMCAwIDEgLjQyLS4xOGMuMTYgMCAuMy4wNi40Mi4xOGw0LjI2IDQuMjZhLjU4LjU4IDAgMCAxIDAgLjg0eiIgZmlsdGVyPSJ1cmwoI2EpIiBtYXNrPSJ1cmwoJnF1b3Q7I2ImcXVvdDspIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDkyIC0xMTc4KSIvPjwvc3ZnPg==);
    width: 20px;
    height: 20px;
    display: block;
}

.main-ads-2 {
    display: flex;
    justify-content: center;
}



.bd-footer {
    padding: 2rem 0;
    margin-top: 1rem;
    font-size: 85%;
    text-align: center;
    background-color: #f7f7f7
}

.bd-footer a {
    font-weight: 500;
    color: #464a4c
}

.bd-footer a:hover {
    color: #0275d8
}

.bd-footer p {
    margin-bottom: 0
}

@media (min-width: 576px) {
    .bd-footer {
        text-align: left
    }
}

.bd-footer-links {
    padding-left: 0;
    margin-bottom: 1rem
}

.bd-footer-links li {
    display: inline-block
}

.bd-footer-links li + li {
    margin-left: 1rem
}


.fs-1 {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj48ZGVmcz48ZmlsdGVyIGlkPSJhIiB3aWR0aD0iMjAwJSIgaGVpZ2h0PSIyMDAlIiB4PSItNTAlIiB5PSItNTAlIj48ZmVHYXVzc2lhbkJsdXIgaW49IlNvdXJjZUdyYXBoaWMiIHJlc3VsdD0iU3ZnanNGZUdhdXNzaWFuQmx1cjEwMTJPdXQiIHN0ZERldmlhdGlvbj0iMS41Ii8+PC9maWx0ZXI+PG1hc2sgaWQ9ImIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMTU1IDE0MzNhMyAzIDAgMCAxIDMtM2gxNWEzIDMgMCAwIDEgMyAzdjE1YTMgMyAwIDAgMS0zIDNoLTE1YTMgMyAwIDAgMS0zLTN6Ii8+PC9tYXNrPjwvZGVmcz48cGF0aCBmaWxsPSIjMTQ0YTVjIiBkPSJNMCAzYTMgMyAwIDAgMSAzLTNoMTVhMyAzIDAgMCAxIDMgM3YxNWEzIDMgMCAwIDEtMyAzSDNhMyAzIDAgMCAxLTMtM3oiLz48cGF0aCBmaWxsLW9wYWNpdHk9Ii4xIiBkPSJNMTE1MiAxNDU0di0yN2gyN3YyN3ptMy02YTMgMyAwIDAgMCAzIDNoMTVhMyAzIDAgMCAwIDMtM3YtMTVhMyAzIDAgMCAwLTMtM2gtMTVhMyAzIDAgMCAwLTMgM3oiIGZpbHRlcj0idXJsKCNhKSIgbWFzaz0idXJsKCZxdW90OyNiJnF1b3Q7KSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExNTUgLTE0MzApIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE4IDUuNUEyLjYgMi42IDAgMCAwIDE1LjUgM2gtMTBBMi42IDIuNiAwIDAgMCAzIDUuNXYxMEEyLjYgMi42IDAgMCAwIDUuNSAxOGg1di01LjY3SDguNjd2LTIuNWgxLjgzdi0uOTdjMC0xLjY4IDEuMjYtMy4xOSAyLjgxLTMuMTloMi4wMnYyLjVoLTIuMDJjLS4yMiAwLS40OC4yNy0uNDguNjd2Ljk5aDIuNXYyLjVoLTIuNVYxOGgyLjY3YTIuNiAyLjYgMCAwIDAgMi41LTIuNXoiLz48L3N2Zz4=) center center no-repeat;
    background-size: cover;
}

.fs-2 {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj48ZGVmcz48ZmlsdGVyIGlkPSJhIiB3aWR0aD0iMjAwJSIgaGVpZ2h0PSIyMDAlIiB4PSItNTAlIiB5PSItNTAlIj48ZmVHYXVzc2lhbkJsdXIgaW49IlNvdXJjZUdyYXBoaWMiIHJlc3VsdD0iU3ZnanNGZUdhdXNzaWFuQmx1cjEwNTlPdXQiIHN0ZERldmlhdGlvbj0iMS41Ii8+PC9maWx0ZXI+PG1hc2sgaWQ9ImIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMTg3IDE0MDRhMyAzIDAgMCAxIDMtM2gxNWEzIDMgMCAwIDEgMyAzdjE1YTMgMyAwIDAgMS0zIDNoLTE1YTMgMyAwIDAgMS0zLTN6Ii8+PC9tYXNrPjwvZGVmcz48cGF0aCBmaWxsPSIjMTQ0YTVjIiBkPSJNMCAzYTMgMyAwIDAgMSAzLTNoMTVhMyAzIDAgMCAxIDMgM3YxNWEzIDMgMCAwIDEtMyAzSDNhMyAzIDAgMCAxLTMtM3oiLz48cGF0aCBmaWxsLW9wYWNpdHk9Ii4xIiBkPSJNMTE4NCAxNDI1di0yN2gyN3YyN3ptMy02YTMgMyAwIDAgMCAzIDNoMTVhMyAzIDAgMCAwIDMtM3YtMTVhMyAzIDAgMCAwLTMtM2gtMTVhMyAzIDAgMCAwLTMgM3oiIGZpbHRlcj0idXJsKCNhKSIgbWFzaz0idXJsKCZxdW90OyNiJnF1b3Q7KSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExODcgLTE0MDEpIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjE2IDMuODJBMi43IDIuNyAwIDAgMCAxNS4xNyAzSDUuODFjLS43NyAwLTEuNDQuMjctMS45OS44MkEyLjcyIDIuNzIgMCAwIDAgMyA1LjgxdjkuMzZjMCAuNzguMjcgMS40NC44MiAxLjk5LjU1LjU1IDEuMjIuODIgMS45OS44Mmg5LjM2YTIuNyAyLjcgMCAwIDAgMS45OS0uODIgMi43IDIuNyAwIDAgMCAuODItMS45OVY1LjgxYzAtLjc3LS4yNy0xLjQ0LS44Mi0xLjk5em0tMi43IDQuOTVsLjAxLjI2YTUuODEgNS44MSAwIDAgMS0uOTcgMy4yMiA1LjM1IDUuMzUgMCAwIDEtMi44MSAyLjI3IDYgNiAwIDAgMS01LjE5LS41NyA0LjA1IDQuMDUgMCAwIDAgMy4wMy0uODUgMS45OCAxLjk4IDAgMCAxLTEuMTgtLjQxIDIuMTMgMi4xMyAwIDAgMS0uNzMtMS4wMiAxLjY2IDEuNjYgMCAwIDAgLjg4LS4wNCAyIDIgMCAwIDEtMS4yLS43IDEuOTQgMS45NCAwIDAgMS0uNDktMS4zMVY5LjZjLjM0LjE3LjY3LjI1Ljk4LjI2LS42LS40LS44OS0uOTctLjg5LTEuNzFhMiAyIDAgMCAxIC4yOC0xLjAzIDUuODUgNS44NSAwIDAgMCA0LjIzIDIuMTQgMi4wNSAyLjA1IDAgMCAxLS4wNC0uNDdjMC0uNTYuMi0xLjA0LjYtMS40NC40LS40Ljg4LS42IDEuNDQtLjYuNiAwIDEuMS4yMSAxLjUuNjQuNDUtLjA4Ljg4LS4yNSAxLjMtLjUtLjE2LjUtLjQ2Ljg4LS45IDEuMTQuNDItLjA1LjgxLS4xNyAxLjE4LS4zMy0uMjguNDItLjYyLjc3LTEuMDMgMS4wN3oiLz48L3N2Zz4=) center center no-repeat;
    background-size: cover;
}

.fs-3 {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj48ZGVmcz48ZmlsdGVyIGlkPSJhIiB3aWR0aD0iMjAwJSIgaGVpZ2h0PSIyMDAlIiB4PSItNTAlIiB5PSItNTAlIj48ZmVHYXVzc2lhbkJsdXIgaW49IlNvdXJjZUdyYXBoaWMiIHJlc3VsdD0iU3ZnanNGZUdhdXNzaWFuQmx1cjEwNjhPdXQiIHN0ZERldmlhdGlvbj0iMS41Ii8+PC9maWx0ZXI+PG1hc2sgaWQ9ImIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMjE5IDE0MDRhMyAzIDAgMCAxIDMtM2gxNWEzIDMgMCAwIDEgMyAzdjE1YTMgMyAwIDAgMS0zIDNoLTE1YTMgMyAwIDAgMS0zLTN6Ii8+PC9tYXNrPjwvZGVmcz48cGF0aCBmaWxsPSIjMTQ0YTVjIiBkPSJNMCAzYTMgMyAwIDAgMSAzLTNoMTVhMyAzIDAgMCAxIDMgM3YxNWEzIDMgMCAwIDEtMyAzSDNhMyAzIDAgMCAxLTMtM3oiLz48cGF0aCBmaWxsLW9wYWNpdHk9Ii4xIiBkPSJNMTIxNiAxNDI1di0yN2gyN3YyN3ptMy02YTMgMyAwIDAgMCAzIDNoMTVhMyAzIDAgMCAwIDMtM3YtMTVhMyAzIDAgMCAwLTMtM2gtMTVhMyAzIDAgMCAwLTMgM3oiIGZpbHRlcj0idXJsKCNhKSIgbWFzaz0idXJsKCZxdW90OyNiJnF1b3Q7KSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMTkgLTE0MDEpIi8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjE2IDMuODJBMi43IDIuNyAwIDAgMCAxNS4xNyAzSDUuODFjLS43NyAwLTEuNDQuMjctMS45OS44MkEyLjcyIDIuNzIgMCAwIDAgMyA1LjgxdjkuMzZjMCAuNzguMjcgMS40NC44MiAxLjk5LjU1LjU1IDEuMjIuODIgMS45OS44Mmg5LjM2YTIuNyAyLjcgMCAwIDAgMS45OS0uODIgMi43IDIuNyAwIDAgMCAuODItMS45OVY1LjgxYzAtLjc3LS4yNy0xLjQ0LS44Mi0xLjk5em0tOS41MyAxMS4zYTEuMjMgMS4yMyAwIDAgMS0xLjc3IDAgMS4yIDEuMiAwIDAgMS0uMzYtLjg4YzAtLjM1LjEyLS42NC4zNi0uODguMjUtLjI1LjU0LS4zNy44OS0uMzcuMzQgMCAuNjMuMTIuODguMzcuMjQuMjQuMzYuNTMuMzYuODggMCAuMzQtLjEyLjY0LS4zNi44OHptMy43LjI3YS4zMi4zMiAwIDAgMS0uMjIuMUg5Ljg2YS4zLjMgMCAwIDEtLjIyLS4wOS4yNi4yNiAwIDAgMS0uMDktLjIxYy0uMDgtMS0uNDctMS44Ni0xLjE4LTIuNTdhMy45MiAzLjkyIDAgMCAwLTIuNTgtMS4xOC4zNS4zNSAwIDAgMS0uMjEtLjEuMjguMjggMCAwIDEtLjA4LS4yMVY5Ljg4YzAtLjA5LjAzLS4xNi4wOS0uMjNhLjMuMyAwIDAgMSAuMjQtLjA4YzEuNTEuMDggMi44LjY2IDMuODYgMS43MmE1Ljc4IDUuNzggMCAwIDEgMS43MyAzLjg3Yy4wMS4wOS0uMDIuMTYtLjA5LjIzem0zLjc1IDBjLS4wNy4wNi0uMTQuMS0uMjMuMUgxMy42YS4yOS4yOSAwIDAgMS0uMjEtLjA5LjM1LjM1IDAgMCAxLS4xLS4yMkE3Ljc2IDcuNzYgMCAwIDAgNS44IDcuNjlhLjI4LjI4IDAgMCAxLS4yMS0uMS4yNy4yNyAwIDAgMS0uMDktLjIxVjYuMTNjMC0uMDguMDMtLjE2LjA5LS4yMi4wNi0uMDcuMTQtLjEuMjMtLjA5IDEgLjAzIDEuOTcuMjEgMi45LjU1LjkzLjMzIDEuNzguNzggMi41NCAxLjM2Ljc2LjU3IDEuNDIgMS4yNCAyIDJhOS4zMyA5LjMzIDAgMCAxIDEuOSA1LjQzYy4wMi4xLS4wMS4xNy0uMDguMjN6Ii8+PC9zdmc+) center center no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    #header .menu ul li a {
        padding: 22px 7.5px;
        font-size: 13px;
    }
    .game-item {
        margin-bottom: 15px;
    }
    #footer .menu ul li a {
        padding: 22px 10px;
    }
}


@media (max-width: 767px) {
    .menu ul a {
        width: 100% !important;
        padding: 15px !important;
    }
    .search {
        padding: 75px 0;
    }
    .daily-questions .row {
        display: block;
    }
    .more {
        display: none;
    }
    .post-content .row {
        display: flex;
        flex-direction: column-reverse;
    }
    .daily-item, .sq-item, .article-item, .post-details {
        margin-bottom: 15px;
    }
    .alphabet ul li a {
        padding: 15px;
    }
}

@media (max-width: 753px) {
    .logo {
        margin-bottom: 15px;
    }
}


/* share icons */
.social-container {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    float: left;
}

.social-container > div {
    display: inline-block;
}

.social-container > div > div {
    cursor: pointer;
}

.social-container > div > div:hover:not(:active) {
    opacity: 0.75;
}
/* end share icons */

/* collapse crosswords */
.collapse-active {
    position: relative;
    overflow: hidden;
}
.collapse-active .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0; padding: 30px 0;

    background-image: linear-gradient(to bottom, transparent, #2d3f4e);
}

.collapse-active .read-more a.button {
    color: #ffffff;
    font-weight: 900;
    font-size: 20px;

}
/* end collapse crosswords */


/* hangman */
.hangman-app:focus {
    outline: none;
}
/* end hangman */

/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #29d;

    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;

    width: 100%;
    height: 2px;
}

/* Fancy blur effect */

/* Remove these to get rid of the spinner */

@-webkit-keyframes nprogress-spinner {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

