/* ----------------------------------------------------------------------------------- */
/* Buscar {{ REUTILIZAR EN ADMIN GENERAL }} para encontras scripts reutilizables ----- */
/* ----------------------------------------------------------------------------------- */

.side-menu {
  width: var(--nav-width);
  min-height: 100vh;
  background-color: white;
  box-shadow: 5px 0 15px 0 rgba(0,0,0,0.10);
  padding: 30px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
}

body {
  font-family: 'Cera Pro';
  font-size: .925rem;
}

.brand-iso {
  max-width: 40px;
}

.brand-row {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.brand-text {
  font-size: 1.65rem;
  font-weight: 800;
  color: #9524db;
}

.breadcrumb-menu {
  font-weight: 900;
  font-size: .90rem;
  text-transform: uppercase;
  color: var(--bs-gray-400);
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.menu-list {
  padding: 0 0px;
  list-style: none;
}

.menu-item {
}

.menu-link {
  display: block;
  padding: 12px 20px;
  font-size: 1.0rem;
  color: #b0b0b0;
  font-weight: 700;
  text-decoration: none;
  border: none;
  border-radius: 10px;
}

.menu-link i {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.15rem;
}

.menu-link.active, .menu-link.active:hover, .menu-link.active:focus {
  color: #9524db;
  background-color: #F6EDFE!important;
}

.menu-link:hover, .menu-link:focus {
  color: white;
  background-color: #9524db;
}

:root {
  --nav-width: 240px;
  --bs-primary: #9524db;
  --bs-magenta: #f83f9b;
}

.main-header {
  padding: 15px 15px 15px calc(var(--nav-width) + 40px);
  background-color: white;
  display: flex;
  justify-content: space-between;
}

form.search-header-form input[type="search"] {
  background-color: #f9f7fe;
  border-color: #f9f7fe;
  padding: 15px 10px 15px 25px;
  border-radius: 40px;
  font-size: .95rem;
  appearance: auto!important;
  min-width: 240px;
  transition: all 250ms ease-in-out;
}

form.search-header-form button[type="submit"] {
  background-color: #f9f7fe;
  border-color: #f9f7fe;
  padding: 15px 25px 15px 15px;
  border-radius: 40px;
  font-size: .95rem;
  color: #b0b0b0;
}

form input[type="search"]::placeholder {
  color: #b0b0b0;
}

.form-control, button[type="submit"] {
  box-shadow: none!important;
  outline: none!important;
}

form.search-header-form button[type="submit"]:hover, form.search-header-form button[type="submit"]:focus {
  color: var(--bs-gray-600);
}

.profile-thumb {
  margin-right: 10px;
  width: 35px;
  background-color: #9524db;
  height: 35px;
  color: white;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: .95rem;
}

.profile-dd .dropdown-toggle {
  font-weight: 600;
  color: var(--bs-gray-600);
  padding-right: 20px;
  border: none;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.profile-dd .dropdown-toggle:hover, .profile-dd .dropdown-toggle:focus, .profile-dd .dropdown-toggle:active {
  border-color: transparent;
  box-shadow: none;
  background-color: #f5f4f5;
}

.profile-dd .dropdown-toggle::after {
  margin-left: .65rem;
  vertical-align: 0.185em;
}

.main-container {
  padding: 15px 35px 15px 45px;
  background-color: #faf9fc;
  min-height: 100vh;
  width: calc(100% - var(--nav-width));
  margin-left: var(--nav-width);
}

.header-section {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width:1200px) {
  .h2, h2 {
    font-size: 1.236rem;
  }
}

.header-section__title {
  font-weight: 800;
  color: var(--bs-gray-600);
}

@media (min-width:1200px) {
  .h1, h1 {
    font-size: 2rem;
  }
}

.profile-dd .dropdown-menu {
  padding: 0;
  border: rgba(0,0,0,0.1);
  box-shadow: -2px 2px 5px rgba(33,37,41,0.10);
  background: #4f4957;
  overflow: hidden;
}

.profile-dd .dropdown-menu .dropdown-item {
  padding: .75rem 1.25rem;
  font-size: .925rem;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
}

.profile-dd .dropdown-menu .dropdown-item:hover, .profile-dd .dropdown-menu .dropdown-item:active, .profile-dd .dropdown-menu .dropdown-item:focus {
  background-color: #3d353e;
  color: white;
}

.content-body {
  /*background-color: #ffffff;*/
  border-radius: 7px;
}

.table-container {
  padding: 0;
  font-size: .885rem;
}

.table-results {
  border: 0px transparent;
}

.table-results tbody td {
  /*padding-left: 12px;*/
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border: none;
}

.form-block {
  padding: 1.5rem .85rem;
}

.form-block .form-control {
  padding: 0.85rem;
  border-color: #ccc6d3;
  transition: all 150ms ease-in-out;
}

.form-block .form-select {
  padding: 0.85rem 2.5rem 0.85rem 0.85rem;
  border-color: #ccc6d3;
  transition: all 150ms ease-in-out;
  outline: none!important;
  box-shadow: none!important;
}

.form-label {
  margin-bottom: .35rem;
  margin-left: 0.25rem;
  color: var(--bs-gray-500);
  font-weight: 600;
  text-transform: uppercase;
  font-size: .95rem;
}

.form-label small {
  text-transform: none;
  font-weight: 400;
  display: block;
  margin-bottom: .15rem;
}

.form-block .form-control::placeholder {
  color: var(--bs-gray-400);
}

.form-block .form-control:focus {
  border-color: #9524db;
  transform: scale(1.010);
  box-shadow: 0 11px 10px rgba(0,0,0,.035)!important;
}

.row-form-buttons {
  display: flex;
  justify-content: end;
  margin-top: 1.25rem;
}

.row-form-buttons button[type="submit"] {
  margin-left: 8px;
  background-color: #9524db;
  border-color: #9524db;
  font-weight: 700;
  padding: .5rem 2.5rem;
  text-transform: uppercase;
}

.row-form-buttons .btn {
  padding: 0.65rem 2rem;
}

.btn-back {
  color: var(--bs-gray-500);
  text-transform: uppercase;
  font-weight: 500;
}

.btn-back:hover {
  background-color: #ebe9f2;
  border-color: #ebe9f2;
}

.col-links a {
  text-decoration: none;
  color: var(--bs-primary);
  font-weight: 600;
}

.btn-outline-primary {
  color: var(--bs-primary);
  border-color: var(--bs-primary);
  outline: none;
  box-shadow: none!important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:visited,  .btn-outline-primary.show {
  background-color: var(--bs-primary);
  color: white;
  border-color: var(--bs-primary);
}

.dd-acciones .dropdown-menu {
  padding: 0;
  border-color: var(--bs-gray-400);
}

.dd-acciones .dropdown-menu .dropdown-item {
  font-size: .9rem;
  padding: .45rem 1rem;
}

.dd-acciones .dropdown-menu .dropdown-item:active, .dd-acciones .dropdown-menu .dropdown-item:hover, .dd-acciones .dropdown-menu .dropdown-item:focus {
  background-color: var(--bs-primary);
  color: white;
}

.table-results thead {
  color: var(--bs-gray-600);
  padding: 25px;
}

.fixed-table-pagination {
  padding-left: 15px;
  font-size: .80rem;
  color: #a59da4;
  margin-top: 10px;
}

button.btn.btn-secondary.dropdown-toggle {
  padding: 0.15rem 0.5rem;
}

.row-form-buttons button[type="submit"]:hover, .form-block .btn-primary:hover {
  background-color: #7019a6!important;
  border-color: #7019a6!important;
}

.form-block .form-control[type="file"] {
  padding: .75rem .5rem;
  font-size: .9rem;
}

.btn-outline-primary i {
  vertical-align: middle;
  line-height: 1;
}

.btn-upload {
  font-weight: 500;
  padding: .5rem 1rem;
}

.portada-thumb {
  width: 42px;
  background: #f6edfe center center / cover no-repeat;
  border-radius: .25rem;
  cursor: zoom-in;
  opacity: 1;
}

.portada-thumb:hover {
  opacity: .85;
}

.erase-preview {
  font-size: 1.15rem;
  line-height: 0;
}

.dd-acciones .dropdown-toggle {
  font-weight: 500;
}

.form-block .btn-primary {
  background-color: var(--bs-primary)!important;
  border-color: var(--bs-primary)!important;
  font-weight: 500;
  outline: none!important;
  box-shadow: none!important;
}

.form-block .btn-outline-primary {
  background-color: var(--bs-white)!important;
  border-color: var(--bs-primary)!important;
  font-weight: 600;
  outline: none!important;
  box-shadow: none!important;
  color: var(--bs-primary);
}

.form-block .btn-primary i {
  vertical-align: middle;
}

.form-block .btn-primary, .form-block .btn-outline-primary {
  padding: .45rem 1.25rem;
}

.form-block .btn-outline-primary:hover {
  background-color: var(--bs-primary)!important;
  color: white;
}

.inicio-block {
  background-color: white;
  padding: 0 0 1.5rem 0;
  border-radius: .75rem;
}

.inicio-block header {
  background-color: #f6edfe;
  padding: 1.25rem 1.25rem .5rem 1.25rem;
  border-radius: .75rem .75rem 0 0;
}

.inicio-block h2 {
  font-weight: 600;
  color: #7817b5 !important;
  font-size: 1.2rem;
}

.inicio-block h2 i {
  vertical-align: middle;
}

.body-inicio-block {
  padding: 1rem 1.25rem 1.25rem 1.25rem;
}

.body-inicio-block .form-block {
  padding: 0;
}

.inicio-block-item a {
  font-weight: 700;
  text-decoration: none;
  color: #7019a6;
  font-size: 1.05rem;
}

.inicio-block-item a:hover {
  font-weight: 700;
  text-decoration: none;
  color: #2f2a32;
  font-size: 1.05rem;
}

.inicio-block-item .breadcrumb-date {
  display: block;
  font-size: .80rem;
  color: var(--bs-gray-500);
  margin-bottom: 0.15rem;
  line-height: 1.15;
  margin-top: 0px;
}

.inicio-block .inicio-block-item {
  padding: .65rem 0;
}

.see-all {
  text-align: left;
  padding: 2px;
  border: none!important;
  font-weight: 500;
  color: var(--bs-gray-500);
}

.see-all:hover {
  border: none!important;
  padding: 2px;
}

.fixed-table-loading.table.table-bordered.table-hover {
  margin-bottom: 0px;
}

table.table-results.w-100.table.table-bordered.table-hover {
  margin-bottom: 0px;
}

table.table-results.w-100.table.table-bordered.table-hover {
  background: white;
  border-radius: 9px;
}

.table-results thead tr {
  padding: 15px;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: 1.15rem 0.75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #9524db;
  --bs-btn-border-color: #9524db;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6418c3;
  --bs-btn-hover-border-color: #6418c3;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6418c3;
  --bs-btn-active-border-color: #6418c3;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b8a1cc;
  --bs-btn-disabled-border-color: #b8a1cc;
  font-weight: 500;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-primary i {
  vertical-align: middle;
}

.draggable-cards {
  gap: 1rem;
  border: none;
}

.draggable-cards .card {
  border: none;
  border-radius: .5rem!important;
  overflow: hidden;
}

.draggable-cards .card .img-thumb {
}

.slide-thumb {
  width: 100%;
  height: 160px;
  background: rgba(33,37,41,0.1) center center / cover no-repeat;
}

.draggable-cards .card .card-title {
  font-weight: 600;
  color: var(--bs-gray-600);
}

.slider-preview {
  width: 100%;
  height: 350px;
  margin-bottom: 1.5rem;
  background: var(--bs-gray-200) center center / cover no-repeat;
}

.preview-caption {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--bs-gray-400);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-preview {
  border-radius: .5rem;
  position: relative;
}

.slider-caption {
  position: absolute;
  width: 90%;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  text-align: center;
}

.slider-caption h5 {
  font-weight: 800;
  color: white;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.slider-caption p {
  color: white;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.form-label .aclaraciones-span {
  text-transform: none;
  margin-left: 10px;
  display: inline-block;
  font-weight: 400;
}

.bottom-links a {
  padding: 5px 20px;
  text-decoration: none;
  color: var(--bs-gray-400);
  font-size: .75rem;
  display: block;
}

.bottom-links a:hover, .bottom-links a:focus {
  color: var(--bs-gray-700);
}

.bottom-menu p {
  font-size: .785rem;
  font-weight: 500;
  color: var(--bs-gray-400);
}

.bottom-menu {
  margin-top: auto;
  margin-bottom: 0px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  transform: translateX(-50%);
  text-align: center;
}

.modal-title {
  font-weight: 800;
  color: var(--bs-primary);
}

.modal-body p {
  color: var(--bs-gray-600);
}

.modal-header {
  background-color: #F6EDFE;
  border-bottom: none;
}

textarea {
  resize: none;
}

.acciones-multiples {
  width: auto;
  padding: .375rem .75rem;
  display: flex;
}

.first-option {
  color: #711f1f!important;
}

select {
  outline: none!important;
  box-shadow: none!important;
}

#acciones-multiples {
  font-size: .9rem;
  padding: .475rem 2.25rem .475rem .75rem;
}

#acciones-multiples:focus {
  border-color: var(--bs-primary);
}

form.search-header-form input[type="search"]:focus {
  background-color: white;
}

#result-preview {
  width: 100%;
  height: 100%;
}

.ph-fr-secondary {
  width: 100%;
  height: 200px;
  background: var(--bs-gray-300);
  border-radius: .45rem;
}

.ph-principal {
  width: 100%;
  height: 415px;
  background: var(--bs-gray-300);
  border-radius: .45rem;
}

.no-content-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

.no-content-block h4 {
  font-weight: 800;
  color: #b0b0b0;
  margin-bottom: 1rem;
}

.no-content-actions .btn {
  font-weight: 500;
  font-size: .85rem;
  text-transform: uppercase;
}

.no-content-actions .btn i {
  vertical-align: baseline;
}

.no-content-actions {
  visibility: hidden;
  transition: all 450ms ease-in-out;
}

.no-content-block:hover .no-content-actions {
  visibility: visible;
}

a.link-table, a.link-table:visited {
    color: #915cb3;
    text-decoration: none;
}

a.link-table:hover, a.link-table:active, a.link-table:focus  {
    color: #7a7385;
    text-decoration: none;
}

.bt_estados {
  color: #869990;
}

.section-login {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../../assets/img/bg-login.jpg") center center / cover no-repeat, #9524db;
  background-blend-mode: multiply;
}

.container-login, .container-forget {
  background-color: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: .75rem;
  text-align: center;
  min-width: 320px;
  box-shadow: 6px 6px 15px 4px rgba(0,0,0,0.20);
}

@media (min-width: 768px) {
  .container-login, .container-forget {
    background-color: #ffffff;
    padding: 3rem 4rem;
    border-radius: .75rem;
    text-align: center;
    min-width: 500px;
  }
}

.container-login h1, .container-forget h1 {
  font-size: 1.85rem;
  font-weight: 800;
  color: #9524db;
  margin-top: 0px;
  margin-bottom: 1rem;
}

.container-login h5, .container-login p, .container-forget h5, .container-forget p {
  color: var(--bs-gray-600);
}

.foot-login a {
  font-size: .85rem;
  color: #9524db;
  text-decoration: none;
}

.btn[type="submit"] {
  padding: .35rem 2rem;
}

.form-login input {
  padding: 1rem 1rem;
  line-height: 1;
  border-radius: .25rem;
  font-size: .9rem;
}

.form-login input[type="password"], #form-profile input[type="password"] {
  letter-spacing: 3px;
}

.form-login input[type="password"]::placeholder, #form-profile input[type="password"]::placeholder {
  letter-spacing: 0;
}

.login-body {
  background-color: #9524db;
}

.vista-ampliada {
  display: none;
  position: absolute;
  z-index: 1000;
  overflow: hidden;
  width: 200px;
  height: 200px;
  padding: 10px;
  top: -205px;
  left: 0;
  background: rgba(0, 0, 0, 0.5) center center / cover no-repeat;
  border-radius: 0.25rem;
}

.alert {
    --bs-alert-padding-y: .5rem;
    --bs-alert-padding-x: .75rem;
    border: none;
    border-radius: 0.25rem;
}

button.btn-pass-show {
  display: flex;
  flex-direction: row;
  align-items: center;  
}

button.btn-pass-show i {
  margin-right: 6px;
  vertical-align: middle;
}

/* TOASTR RESET STYLE ---------- */
#toast-container > div {
  padding: 15px 15px 15px 60px;
  border-radius: .45rem;
  border: none;
  opacity: 1;
  width: 360px!important;

}

#toast-container > div:hover {
  box-shadow: 0 5px 20px #0000004d;
}

/* BG colors -- */
.toast-success {
  background-color: #9524db;
}

/* TEXTS styles -- */
.toast-title {
  font-weight: 600;
  font-size: 1rem;
}

.toast-message {
  font-size: .80rem;
}

span.animation-wrap {
  display: none!important;
}

.loading-wrap span.loading-text {
    font-size: 1.15rem!important;
}

.cifra-preview-container .ratio {
    background-image: url('../../../assets/img/bg-cifras.jpg');
    background-size: cover;
    background-position: center center;
    border-radius: .5rem;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
}

.cifra-preview-container .ratio .caption-preview {
    position: relative!important;
    text-align: center;
}

.cifra-preview-container .ratio .caption-preview h6 {  
    letter-spacing: 5px;
    font-size: 60%;
}

.cifra-preview-container .ratio .caption-preview #cifra-number {
    display: block;
    font-size: 520%;
    font-weight: 800;
    line-height: 1;
}
.cifra-preview-container .ratio .caption-preview #cifra-text {
    display: block;
    font-size: 120%;
    font-weight: 600;
}

td.col-formatted {
    text-wrap: wrap;
    max-width: 170px;
    padding-right: 20px;
    font-weight: 600;
    font-size: .825rem;
}

span#result-game {
    border: 1px solid #cacaca;
    padding: 5px 8px;
    border-radius: 0.25rem;
}

.teams-formatted b {
  color: #6418c3;
}

.table-results {
  color: #636c74;
}

.img-clubes {
  border-radius: .25rem;
}

/* {{ REUTILIZAR EN ADMIN GENERAL }} */
.form-select option {
    color: #2c2c2c;
}
.form-select optgroup {
    color: #8f8f8f;
    font-size: .9rem;
    font-weight: 400!important;
}

label.form-label.lead-label {
  font-size: 1rem;
  color: var(--bs-gray-600);
}

ul.list-table {
  padding-left: 0rem;
  list-style: none;
}

ul.list-table li {
  border-bottom: 1px solid var(--bs-gray-400);;
  font-size: 1rem;
  font-weight: 600;
  color: var(--bs-gray-700);
  padding: 0.75rem .25rem;
}

ul.list-table li input.form-control {
  display: inline-block;
}

ul.list-table li:hover {
  background-color: white;
}

ul.list-table li a {
  display: none;
  font-size: .95rem;
  text-decoration: none;
  color: var(--bs-gray-700);
  vertical-align: middle;
  transition: all 650ms ease-in-out;
}

ul.list-table li:hover a {
  display: inline-block;
}

.inicio-equipo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1.15;  
}

.inicio-equipo .datos-equipos:nth-child(2) {
  text-align: right!important;
  padding-left: .5rem;
}

.inicio-equipo .inicio-club {
  font-weight: 500;
  color: #8d52b1;
  max-width: 243px;
}

.inicio-equipo .inicio-equipo {
  font-weight: 800;
  font-size: 1.05rem;
  color: #7019a6;
}

.inicio-equipo .inicio-goles input[type="number"] {
  text-align: center;
  -moz-appearance: textfield !important; /* For Firefox */
  appearance: textfield !important; /* For Chrome, Edge, and Safari */
  font-size: 1.15rem;
  font-weight: 600;
  color: #7019a6;
  width: 60px;
}

.inicio-equipo .inicio-goles input[type="number"]::-webkit-inner-spin-button,
.inicio-equipo .inicio-goles input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

span.inicio-campeonato {
    display: block;
    font-weight: 500;
    color: #a3a2a3;
    margin-bottom: 0.5rem;
}

.inicio-block-item.no-results {
    font-size: 1.15rem;
    color: #b176bb;
    font-weight: 800;
}

.inicio-block-item.no-results small {
  display: block;
  font-weight: 500;
}

label.form-check-label {
    font-weight: 500;
    color: #807f81;
    font-size: 1rem;
    vertical-align: text-bottom;
}

/* horarios */

.inicio-clases {
  font-weight: 700;
  color: #898989;
  font-size: 1.15rem;
}

.block-horarios {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.item-horario {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.item-horario .day-label {
  min-width: 120px;
  font-weight: 700;
  color: #898989;
  font-size: 1rem;
}

span.horarios_table {
  padding: .25rem .5rem;
  border: 1px solid #c9c9c9;
  border-radius: .25rem;
  margin-right: 5px;
  font-size: .8rem;
  font-weight: 500;
}

label.btn.multiple_checkbox, label.btn.multiple_checkbox:focus {
  color: #ababab;
  font-weight: 500;
  border: 1px solid #ababab;
  font-size: .975rem;
}

label.btn.multiple_checkbox:hover {
  background-color: white;
  color: #494949;
  font-weight: 500;
  border: 1px solid #494949;
}

.btn-check:active+label.btn.multiple_checkbox, .btn-check:checked+label.btn.multiple_checkbox {
  background-color: green;
  color: white;
  font-weight: 500;
  border: 1px solid green;
}

.acciones-rapidas a.btn-outline-secondary {
  color: #6c757d;
}

.acciones-rapidas a.btn-outline-secondary:hover {
  color: white;
}

.acciones-rapidas a.btn {
    border: none;
}

.acciones-rapidas a i {
  vertical-align: middle;
}

.dropdown.bootstrap-select.form-control {
    padding: 0;
}

button.btn.dropdown-toggle.bs-placeholder.btn-light {
  background-color: white;
  border: 1px solid #b1b1b1;
}

.bootstrap-select>.dropdown-toggle {
  padding: 0.85rem;
  background-color: white;
  border-color: #ccc6d3;
}

.filter-addons .form-inline {
  display: flex;
  margin-bottom: 15px;
}