@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
#admin-side-nav {
  height: 100vh;
  position: fixed;
  width: 170px;
  background-color: #F2B51B;
}

#admin-side-nav .navbar-nav .nav-link {
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 18px;
}

#admin-side-nav .navbar-nav .nav-link:not(.active) {
  border-left: 5px solid #F2B51B;
}

#admin-side-nav .navbar-nav .nav-link:hover, #admin-side-nav .navbar-nav .nav-link.active {
  background-color: #e6a90d;
  border-left: 5px solid #184C5F;
}

#admin-side-nav .navbar-nav.show-web {
  margin-bottom: 50px;
  margin-top: 20px;
}

#admin-side-nav .navbar-nav.settings {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.module-table-wrapper {
  -webkit-box-shadow: 2px 2px 8px 0px #393B42;
          box-shadow: 2px 2px 8px 0px #393B42;
  padding: 40px;
  max-width: 80%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 30px;
}

.module-table-wrapper .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.module-table-wrapper .header-row .heading {
  font-size: 25px;
  text-transform: uppercase;
  color: #393b42;
}

.module-table-wrapper img {
  max-height: 50px;
}

.module-table-wrapper.player img {
  max-height: 100px;
}

.module-table-wrapper .table .table-head {
  vertical-align: bottom;
}

.module-table-wrapper .table .table-head tr:not(.heading) {
  border-bottom: 2px solid #393b42;
  vertical-align: middle;
}

.module-table-wrapper .table .table-head tr.heading {
  text-transform: uppercase;
}

.module-table-wrapper .table .table-head tr.heading th {
  text-align: left;
  color: #F2B51B;
  font-weight: bold;
  font-size: 18px;
}

.module-table-wrapper .table .table-head tr.heading th.padding-top {
  padding-top: 40px;
}

.module-table-wrapper .table .table-head tr.heading th.no-border {
  border: none;
}

.module-table-wrapper .table .table-head .plus-button-cell {
  text-align: right !important;
}

.module-table-wrapper .table .action-cell {
  text-align: right;
  vertical-align: top;
}

.module-table-wrapper .table tr {
  vertical-align: middle;
}

.module-table-wrapper .table th, .module-table-wrapper .table td {
  color: #393b42;
  text-align: center;
}

.action {
  display: inline-block;
  padding: 5px;
  margin: 0 2.5px;
  cursor: pointer;
}

.action svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.action.edit svg {
  fill: #184C5F;
}

.action.edit:hover svg {
  fill: black;
}

.action.delete svg {
  fill: #dc3545;
}

.action.delete:hover svg {
  fill: #921925;
}

.moduleTableModal .modal-header {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.moduleTableModal .modal-header .heading {
  font-size: 25px;
  color: #F2B51B;
  font-weight: bold;
  text-align: center;
}

.moduleTableModal .modal-header .btn-close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.selection-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 30px;
}

.selection-bar .header {
  margin-left: 5px;
}

.selection-bar .selecion-item {
  margin-right: 20px;
  margin-left: 20px;
}

.flashMessages {
  position: absolute;
  width: 800px;
  top: 20px;
  left: calc(50% - 400px);
}

input, select, textarea {
  border-radius: 5px;
}

input, select {
  height: 32px;
}

select {
  padding: 5px 10px;
}

textarea {
  width: 100%;
  resize: none;
}

.standard-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.standard-form .input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.standard-form .input-row .input {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.standard-form .input-row .input:not(.large) {
  margin-right: 20px;
}

.standard-form .input-row .input .label {
  margin-left: 5px;
}

.standard-form .input-row .input input, .standard-form .input-row .input select {
  width: 100%;
}

.standard-form .input-row .input.horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.standard-form .input-row .input.horizontal .label {
  margin-right: 10px;
}

.standard-form .input-row .input.large {
  width: 100%;
}

.standard-form .input-row .input.large input, .standard-form .input-row .input.large select {
  width: 100%;
}

.standard-form .input-row .image-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-items: center;
  cursor: pointer;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.standard-form .input-row .image-input label svg {
  width: 30px;
  height: 30px;
  display: block;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.standard-form .input-row .image-input input {
  display: none;
}

.standard-form .submit-row input {
  margin-top: 5px;
}

.standard-form.news-form {
  width: 100%;
  margin: auto;
  display: block;
}

.standard-form.news-form textarea {
  resize: vertical;
}

.form-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100%;
}

.submit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.submit-row input, .submit-row .submit {
  position: relative;
  display: block;
  margin: auto;
  margin-top: 20px;
  padding: 10px;
  max-width: 300px;
  min-width: 200px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #F2B51B;
  color: #184C5F;
  height: auto;
}

.submit-row input:hover, .submit-row .submit:hover {
  background-color: #e6a90d;
}

.form-container {
  background-color: #f2f2f2;
  max-width: 400px;
  -webkit-box-shadow: 2px 2px 8px 0px #393B42;
          box-shadow: 2px 2px 8px 0px #393B42;
  padding-top: 50px;
  padding-bottom: 30px;
}

.form-container .heading {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

.form-container .heading .name {
  color: #153C7D;
}

.form-container .text {
  color: #dbdbdb;
}

.form-container .text a {
  color: #dbdbdb;
}

.form-container .input-row {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.form-container .input-row .divider {
  margin-top: 20px;
  margin-bottom: 10px;
  height: 1px;
  width: 100%;
  border-top: 1px solid gray;
}

.form-container .input-row input {
  width: 300px;
  margin: auto;
  display: block;
}

.get-back-link {
  margin-top: 20px;
  text-align: center;
}

.get-back-link a {
  color: #dbdbdb;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.get-back-link a:hover {
  text-decoration: underline;
}

.get-back-link svg {
  fill: #dbdbdb;
}

.photo-form .input-row {
  margin: 0;
}

.photo-form .input-row .label {
  margin: 0 !important;
}

.photo-form .input-row .label label {
  border-radius: 5px 5px 0 0;
}

.photo-form .submit-row input, .photo-form .submit-row .submit {
  margin: 0;
  border-radius: 0 0 5px 5px;
  max-width: 100%;
  width: 100%;
}

#news {
  padding-top: 50px;
}

#news .news-container {
  width: 80%;
  -webkit-box-shadow: 2px 2px 8px 0px #393B42;
          box-shadow: 2px 2px 8px 0px #393B42;
  margin: auto;
  padding: 0;
}

#news .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #393b42;
  padding: 20px;
  text-transform: uppercase;
}

#news .header-row .heading {
  font-size: 25px;
  margin-right: 20px;
  margin-bottom: 0;
}

#news .news-item {
  padding: 20px;
  margin-bottom: 50px;
}

#news .news-item.even {
  background-color: #f2f2f2;
}

#news .news-item .header {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
}

#news .news-item .header .image {
  width: 250px;
  margin-right: 20px;
}

#news .news-item .header .image img {
  width: 100%;
}

#news .news-item .header .info {
  width: 100%;
}

#news .news-item .header .info .heading {
  font-size: 20px;
  font-weight: bold;
}

#news .news-item .header .info .author-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#news .news-item .header .info .author-date > * {
  margin-right: 10px;
}

#news .news-item .header .actions {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#news .news-item .header .actions .action {
  display: block;
}

#news .news-item .header .actions .action a {
  color: #393b42;
  text-decoration: none;
}

#news .news-item .header .actions .action:hover {
  text-decoration: underline;
}

#news .news-item .header .actions .action .action-description {
  display: block;
  text-align: center;
}

#news .news-item .header .actions svg {
  height: 20px;
  width: 20px;
  margin: auto;
  display: block;
}

#news .news-item .header .actions.see svg {
  fill: #007bff;
}

#news .news-item .header .actions.see:hover svg {
  fill: #001933;
}

#news .news-item .content-wrapper {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
}

#news .news-item .content-wrapper .content-container {
  width: calc(100% - 270px);
  margin-left: 270px;
}

#news .news-item .content-wrapper .content-container .content p {
  display: inline;
}

#news .news-item .content-wrapper .content-container .content p::after {
  content: " \A\A";
  white-space: pre;
}

#news .news-item .content-wrapper .content-container .content.truncate {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

#news .news-item .content-wrapper .content-container .content * {
  font-size: 16px;
}

#news .news-item .gallery .row.small-row {
  height: 250px;
  overflow: hidden;
}

#news .news-item .gallery-wrapper {
  padding-top: 20px;
}

#news .news-item .gallery-wrapper .heading {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#news .news-item .gallery-wrapper .gallery-item {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#news .news-item .gallery-wrapper .gallery-item .img-thumbnail {
  max-height: 220px;
}

#news .news-item .gallery-wrapper .gallery-item .delete {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
}

#news .news-item .gallery-wrapper .gallery-item .delete svg {
  width: 100px;
  height: 100px;
  fill: #dc3545;
}

#news .news-item .gallery-wrapper .gallery-item:hover .delete {
  display: block;
}

#news .news-item .gallery-wrapper .addPhotoContainer .form {
  min-height: calc(100% - 24px);
  width: 100%;
}

#news .news-item .gallery-wrapper .addPhotoContainer .form label {
  height: 100%;
  min-height: 200px;
  border: none;
}

#news .news-item .gallery-wrapper .addPhotoContainer .form .photo-form .input {
  margin: 0;
}

#news .showArticleContent, #news .showGalleryContent {
  cursor: pointer;
  text-align: center;
  display: block;
}

* {
  font-family: 'Raleway', sans-serif;
}

#mainSection:not(.no-padding) {
  padding-left: 170px;
}

#mainSection .text-gray {
  color: #393b42;
}

#mainSection .truncate-text {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#mainSection .module-table-wrapper .truncate-text {
  -webkit-line-clamp: 2;
  width: 220px;
}

#mainSection .module-table-wrapper .truncate-text p {
  display: inline;
}

#mainSection .module-table-wrapper .truncate-text p::after {
  content: " \A\A";
  white-space: pre;
}

#mainSection .plus-button {
  padding: 5px;
  display: block;
  width: 35px;
  height: 35px;
  border: none;
  background-color: #F2B51B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#mainSection .plus-button:hover {
  background-color: #e6a90d;
}

#mainSection .plus-button svg {
  width: 20px;
  height: 20px;
  fill: #184C5F;
}

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

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #F2B51B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

::-webkit-scrollbar-thumb:hover {
  background: #e6a90d;
}
/*# sourceMappingURL=admin.css.map */