.link-unstyled {
    text-decoration: none;
    color: inherit;
}

main {
    min-height: calc(100vh - 516px);
}

.h-120px {
    height: 120px;
}

.ps-20px {
    padding-left: 20px;
}

.ps-60px {
    padding-left: 60px;
}

.header {
    background-color: #29a8da;
}

.home-header {
    position: relative;
}

.breadcrumb a {
    color: #bd9a62;
    text-decoration: none;
}

.fixed-top {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1030 !important;
    transform: unset !important;
    min-width: unset !important;
}

.home-header .navbar {
    min-width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.home-header .navbar-toggler {
    border-color: green !important;
}

.home-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,128,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

  .home-header.navbar-toggler {
    border-color: green;
} 

.home-header .home-banner .slick-dots {
    bottom: 0;
}

.home-header .home-banner.slick-dotted.slick-slider {
    margin-bottom: 24px;
}

.articles-section,
.awards-section {
    margin-top: 24px;
}

.posters-section .heading h4,
.articles-section .heading h4,
.awards-section .heading h4,
.posters-section .all-items a,
.articles-section .all-items a {
    color: #bd9a60;
}

.posters-section .all-items a,
.articles-section .all-items a {
    text-decoration: none;
}

.posters-section .all-items a:hover,
.articles-section .all-items a:hover {
    color: #989896;
}

.image-gallery-section .heading h3 {
    color: #ffffff;
    margin-bottom: 16px;
}

.posters-section .body,
.posters-page .body {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem 1rem;
    padding-bottom: 24px;
    margin: 0 0;  
}

.posters-show-page .body {
    margin: 0;
    padding-bottom: 24px;
}

.posters-show-page .body .poster-image {
    width: 100%;
    max-width: 100%;
    height: 400px;
    object-fit: contain;
    background-color: #f2f2f2;
}

.posters-show-page .body .date-box {
    color:#989896;
    font-size: 14px;
}

.posters-show-page .body .title {
    margin-top: 12px;
    color: #bd9a60;
}

.artists-page .body {
    padding-bottom: 24px;
    margin: 0 0;  
}

.articles-section .all-items p {
    margin-bottom: 0;
}

.posters-section .all-items,
.articles-section .all-items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
} 

#navbar a:link {
    font-weight: bold;
    color: #ffffff;
}

.text-indent-1 {
    text-indent: 0.5cm;
}

#navbar a:hover,
.footer-box a:hover {
    color: #eee962;
}

.image-gallery-section {
    margin-top: 64px;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #29a8da;
}

.image-gallery-section .body, 
.image-gallery-page .body {
    columns: 8rem 5;
    gap: 1.4rem;
}

.image-gallery-section .body img, 
.image-gallery-page .body img {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0.7rem;
    transition: 0.2s linear;
    border: 3px solid #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.image-gallery-section .body img:hover,
.image-gallery-page .body img:hover {
    transform: scale(1.01);
}

.slick-prev::before {
    color: #bd9a60 !important;
}

.slick-next::before {
    color: #bd9a60 !important;
}

.seats-container .slick-prev::before,
.seats-container .slick-next::before {
    font-size: 50px;
}

.seats-container .slick-prev, 
.seats-container .slick-next {
    top: 0
}

.footer-box a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.footer-box p,
.footer-box .sub-footer {
    color: #ffffff;
}

#navbar a.active,
.footer-box a.active {
    color: #eee962
}

.footer-box footer {
    background-color: #29a8da;
}

.footer-box hr {
    width: 120px;
    opacity: 1;
    border-top-width: 3px;
}

.footer-box .about-us hr {
    color: #ffffff;
    border-top-color: #ffffff;
}

.footer-box .about-us .title {
    color: #ffffff;
}

.footer-box .about-us p,
.footer-box .pages p,
.footer-box .social-media p {
    margin-bottom: 0.5rem;
}

.footer-box .about-us .fa {
    color: #ffffff;
}

.footer-box .pages .fa,
.footer-box .pages .title {
    color: #ffffff;
}

.footer-box .pages hr {
    color: #ffffff;
    border-top-color: #ffffff;
}

.footer-box .about-us .icon-box,
.my-qrcode-show-page .icon-box,
.footer-box .pages .icon-box {
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 16px;
}

.my-qrcode-show-page {
    display: flex;
    justify-content: center;
}

.my-qrcode-show-page .card-body {
    text-align: center;
}

.my-qrcode-show-page .card {
    width: 360px;
}

.footer-box .social-media .fa,
.footer-box .social-media .title {
    color: #ffffff;
}

.footer-box .social-media hr {
    color: #ffffff;
    border-top-color: #ffffff;
}

.footer-box .sub-footer {
    background-color: rgba(0, 0, 0, 0.2);
}

.artists-page .breadcrumb,
.image-gallery-page .breadcrumb,
.news-page .breadcrumb,
.tickets-page .breadcrumb,
.ticket-page .breadcrumb,
.posters-page .breadcrumb,
.law-page .breadcrumb {
    margin-left: 24px;
}

.ticket-page .body {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.ticket-page .body .poster-box {
    padding: 8px 8px 8px 8px;
    border-radius: 20px;
    border: 1px solid #bd9a60;
    position: relative;
    display: flex;
    column-gap: 8px;
}

.ticket-page .body .seats-box {
    flex-grow: 1;
}

.ticket-page .body .poster-box .description {
    flex-grow: 1;
}

.ticket-page .body .poster-box .description__row {
    display: flex;
    justify-content: space-between;
}

.ticket-page .body .poster-box .description__row div {
    flex: 50;
}

.ticket-page .body .poster-box .description p {
    font-size: 14px;
}

.ticket-page .body .poster-box img {
    width: 100px;
    height: auto;
    border-radius: 12px;
}

.ticket-page .body .poster-box .btn-buy-ticket {
    background-color: #29a8da;
    color: #fff;
    padding: 4px 16px 4px 16px;
    text-decoration: none;
    font-size: 15px;
    border-radius: 8px;
    position:absolute;
    bottom: 8px;
    right: 8px;
}

.ticket-box .body .box .btn-buy-ticket:hover {
    color: #eee962;
}

.ticket-page .body .poster-box .title {
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 0;
}

.ticket-page .body .poster-box .description {
    margin-bottom: 0;
}

.ticket-page .body .seats-box .seats-container {
    /* perspective: 1000px; */
    margin-bottom: 30px;
    padding-left: 8px;
    /* position: relative; */
    /* display: flex; */
    /* justify-content: center; */
  }

  .ticket-page .body .seats-box .seats-container .pinch-zoom-in-container {
    position: absolute;
    top: 42%;
    left: 42%;
  }

  .ticket-page .body .seats-box .seats-container svg path {
    cursor: pointer;
  }

  .ticket-page .body .seats-box .seats-container .seat {
    fill: #fff;
  }

  .ticket-page .body .seats-box .seats-container .occupied {
    fill: #B3B3B3
  }

  .ticket-page .body .seats-box .seats-container .seat.selected {
    fill: #29a8da;
  }

  .ticket-page .body .seats-box .showcase .seat {
    background-color: #fff;
    height: 14px;
    width: 12px;
    margin: 3px 0 0 0 ;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #000000;
  }
  
  .ticket-page .body .seats-box .showcase .seat.selected {
    background-color: #29a8da;
  }
  
  .ticket-page .body .seats-box .showcase .seat.occupied {
    background-color: #b3b3b3;
  }
  
  /* .ticket-page .body .seats-box .showcase .seat:not(.occupied):hover {
    cursor: pointer;
    transform: scale(1.2);
  }
  
  .ticket-page .body .seats-box .seat:not(.occupied):hover {
    cursor: default;
    transform: scale(1);
  } */
  
  .ticket-page .body .seats-box .showcase {
    padding: 5px 10px;
    border-radius: 5px;
    color: #777;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .ticket-page .body .seats-box .showcase li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
  }
  
  .ticket-page .body .seats-box .showcase li small {
    margin-left: 10px;
  }
  
  
   .ticket-page .body .seats-box p.text {
    margin: 5px 0;
  }
  
  .ticket-page .body .seats-box p.text span {
    color: #6feaf6;
  }

.law-page .decree-author-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.5rem;
}

.law-page .date-approval-decree-box {
    display: flex;
    justify-content: flex-end;
}

.author,
.author-position {
    font-weight: bold;
}

.author {
    text-align: right;
}

.home-navbar .navbar-brand,
.user-navbar .navbar-brand {
    font-size: 20px;
}

.user-navbar .navbar-brand,
.home-navbar .navbar-brand {
    white-space: normal; /* Allows text to wrap */
    word-wrap: break-word; /* Ensures long words break to the next line */
    max-width: 600px; /* Adjust this value as needed */
    text-align: center; /* Align text to the left if it's multiline */
    line-height: 1.2; /* Adjust line spacing as needed */
}

.navbar.fixed-top {
    background-color: #29a8da ;
}

.breadcrumb a.default-link {
    font-size: 15px;
}

.language-switcher-div:hover,
.authentication-links .nav-item:hover {
    background-color: #f3f3f3;
}

.language-switcher-div .language-switcher-select {
    border: 1px solid #adadad;
}

.language-switcher-div:hover .language-switcher-select {
    background-color: #f3f3f3;
}

.language-switcher-div .language-switcher-select {
    border: 1px solid #adadad;
}

.language-switcher-div a {
    color: #6b717b;
}

.language-switcher-div .dropdown-menu a:hover {
    color: #469bae;
}

/* EMAGAZINE PROJECT CSS FILES */

#navbar .search-form .form-control {
    font-size: 0.75rem;
}

.articles-show-page,
.articles-pdf-show-page {
    margin-top: 8px;
}

.page-links-box {
    height: 228px;
    min-height: 228px;
}

.page-links-box {
    display: flex;
    align-content: center;
    flex-direction: column;
    padding-right: 0;
}

.page-links-box a {
    color: #000000;
    text-decoration: none;
    background-color: #e6f7fa;
    display: block;
    padding: 10px 10px 10px 20px;
}

.page-links-box a {
    border-bottom: 2px solid #ffffff;
}

.page-links-box a:hover,
.page-links-box a.active {
    background-color: #eee962;
}

.page-links-box .icon-box {
    display: inline-block;
    text-align: center;
    width: 29px;
    height: 23px;
    margin-right: 12px;
}

.articles-show-page .title {
    text-transform: uppercase;
}

.about-emagazine-box h6,
.articles-show-page .authors-box,
.articles-show-page .title,
.articles-show-page .file-box,
.articles-show-page .tab,
.articles-show-page #aboutAuthors,
.articles-show-page .occupation-box,
.issue-box .description,
.editorial-team-box h6,
ul.bookmark-list,
#submittingArticles,
#targetsAndGoals,
#emagazineSections,
#peerReviewProcess,
#publicationFrequency,
#openAccessPolicy,
#archiving,
#reviewing,
#indexing,
#ethicsOfScientificPublications,
#founder,
#publicationFee,
#disclosurePolicy,
#borrowingAndPlagiarism,
#postprintsPlacementPolicy,
.publisher-box,
#copyright,
#privacy {
    padding-left: 20px;
}

.articles-show-page .authors-box a {
    text-decoration: none;
    color: #0077b6;
    font-style: italic;
}

.articles-show-page .authors-box a:hover {
    text-decoration: underline;
    color: #000000;
}

.issue-box .description .title {
    font-size: 26px;
    font-style: italic;
}

a.default-link,
a.email-link {
    text-decoration: none;
    color: #0077b6;
}

a.default-link {
    font-weight: bold;
}

a.default-link:hover,
a.email-link:hover {
    color: #000000;
}

.issue-box .description .author-box a {
    text-decoration: none;
    color: #000000;
    font-style: italic;
}

.issue-box .description .author-box a:hover {
    text-decoration: underline;
}

.top-read-box {
    padding: 15px;
    background-color: #e6f7fa;
}

.top-read-box h5 {
    margin-top: 4px;
    margin-bottom: 16px;
}

.top-read-box a {
    border: 1px solid #dffced;
    border-radius: 0;
}

.top-read-box p {
    font-weight: 500;
}

.about-emagazine-box h6,
.editorial-team-box h6 {
    margin-top: 15px;
    margin-bottom: 20px;
}

.reviewing-box p,
#annotation p,
#annotation .title,
#articleCitations .title,
#annotation1 p,
#annotation2 p,
#annotation3 p,
#annotation4 p,
#annotation5 p,
#annotation6 p,
#annotation7 p,
#annotation8 p,
#annotation9 p,
#annotation10 p,
#articleCitations p,
.ethics-box p {
    text-indent: 20px;
}

#annotation1 p,
#annotation2 p,
#annotation3 p,
#annotation4 p,
#annotation5 p,
#annotation6 p,
#annotation7 p,
#annotation8 p,
#annotation9 p,
#annotation10 p {
    padding-left: 20px;
    margin-bottom: 8px;
}

.ethics-box p {
    margin-bottom: 8px;
}

.about-emagazine-box a {
    color: #000000;
    text-decoration: none;
}

.about-emagazine-box .item-box {
    padding: 1rem;
}

.about-emagazine-box .item-box,
.archive-box .item-box {
    transition: all 0.3s ease;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}

.about-emagazine-box .item-box:hover,
.archive-box .item-box:hover {
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.archive-box .image-box {
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.archive-box .item-box p {
    font-size: 14px;
}

.about-emagazine-box i,
.page-links-box i {
    font-size: 1.4em;
    color: #0077b6;
}

.editorial-team-box h6 {
    font-size: 1.1rem;
}

.editorial-team-box ul,
.editorial-team-box ol {
    padding-left: 45px;
}

.editorial-team-box ol li {
    margin-bottom: 8px;
}

.editorial-team-box ol li::marker {
    font-weight: bold;
}

.tags-box a {
    text-decoration: none;
    white-space: nowrap;
    font-size: 0.75rem;
    color: #a1a1af;
}

.tags-box a.tag {
    display: block;
    padding: 0.15em 0.6em;
    margin: 0.5em;
    text-transform: uppercase;
    border: 1px solid #969696;
    border-radius: 2em;
    transition: transform 0.2s;
    transition-timing-function: cubic-bezier(0.45, -0.85, 0.55, -0.45);
}

.tags-box a.tag:hover {
    transform: scale(1.2);
    background: #0077b6;
    /* -webkit-background-clip: text; */
    -webkit-text-fill-color: transparent;
}

.tags-box {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tags-box .tags a:last-child {
    margin-left: 0.5em;
}

.tags-box .tags a:last-child:hover {
    color: white;
}

.slider-box .card {
    margin: 10px;
    background-color: white;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.slider-box .card:hover .card__caption {
    top: 50%;
    transform: translateY(-50%);
}

.slider-box .card:hover .card__image {
    transform: translateY(-10px);
}

.slider-box .card:hover .card__thumb::after {
    top: 0;
}

.slider-box .card:hover .card__snippet {
    margin: 20px 0;
}

.slider-box .card__thumb {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}

.slider-box .card__thumb::after {
    position: absolute;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 40%, rgba(255, 255, 255, 0) 100%);
    transition: 0.3s;
}

.slider-box .card__image {
    transition: 0.5s ease-in-out;
}

.slider-box .card__caption {
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 0 20px;
    color: white;
    transform: translateY(-50%);
    text-align: center;
    transition: 0.3s;
}

.slider-box .card__title {
    display: -webkit-box;
    max-height: 85px;
    overflow: hidden;
    font-family: "Playfair Display", serif;
    font-size: 23px;
    line-height: 28px;
    text-shadow: 0px 1px 5px black;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.slider-box .card__snippet {
    display: -webkit-box;
    max-height: 150px;
    margin: 20px 0;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-overflow: ellipsis;
    transition: 0.5s ease-in-out;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.slider-box .card__button {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    border: 1px solid white;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s;
}

.slider-box .card__button:hover {
    color: black;
    background-color: white;
}

.slider-box .disclaimer {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
    background-color: white;
    transform: translateX(-50%);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-align: center;
}

.slider-box .disclaimer__link {
    color: #755d87;
    text-decoration: none;
}

.btn-custom {
    color: #ffffff;
    padding: 4px 10px 4px 10px;
    background-color: #0077b6;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.8125rem;
}

.btn-custom:hover {
    color: #eee962;
}

form.submit-article .row,
.my-articles-show-page .tabcontent-box .row {
    padding-left: 12px;
    padding-right: 12px;
}

form.submit-article .row label,
.my-articles-show-page .tabcontent-box .row label,
form.register label,
form.photo-update label {
    font-weight: 600;
    padding-left: 0;
}

form.submit-article i,
.my-articles-show-page .tabcontent-box i,
form.register i,
form.photo-update i {
    margin-right: 8px;
}

form.submit-article button,
.my-articles-show-page .tabcontent-box button {
    padding: 6px 12px;
    background-color: #0077b6;
    color: #ffffff;
    border-width: 0;
}

.my-articles-show-page .button-box button {
    margin-right: 24px;
}

form.submit-article button:hover,
.my-articles-show-page .tabcontent-box button:hover {
    color: #eee962;
}

form.submit-article i.fa-arrow-circle-right {
    font-size: 25px;
    color: #0077b6;
    cursor: pointer;
}

.languages-tab {
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #f1f1f1;
}

.languages-tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
}

.languages-tab button:hover {
    background-color: #ddd;
}

.languages-tab button.active {
    background-color: #ffffff;
}

.languages-tab button div {
    width: 30px;
    height: 30px;
}

.articles-create-page .tabcontent,
.my-articles-show-page .tabcontent {
    display: none;
    padding: 6px 12px;
}

.articles-show-page .tab {
    overflow: hidden;
}

.articles-show-page .tab button {
    background-color: #f1f1f1;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 24px;
    transition: 0.3s;
    width: 200px;
}

.articles-show-page .tab button:hover {
    background-color: #ddd;
}

.articles-show-page .tab button.active {
    background-color: #ffffff;
    border: 1px solid #ccc;
}

.articles-show-page .tabcontent {
    display: none;
}

.reference-box .reference-title {
    display: table;
    background: #0077b6;
    color: #ffffff;
    width: auto;
    margin-bottom: 0;
    padding: 5px 20px;
    font-size: 17px;
}

.reference-box p,
p.view-count {
    margin-left: 20px;
}

.articles-show-page .occupation-box {
    border-left: 5px solid #0077b6;
}

.articles-show-page #aboutAuthors p {
    margin-bottom: 0;
}

.articles-show-page #aboutAuthors a.default-link {
    font-style: italic;
}

ul.bookmark-list {
    list-style-type: none;
}

#submittingArticles,
#authorRules,
#copyright,
#privacy,
#peerReviewProcess,
#emagazineSections,
#targetsAndGoals,
#publicationFrequency,
#openAccessPolicy,
#archiving,
#reviewing,
#indexing,
#ethicsOfScientificPublications,
#founder,
#publicationFee,
#disclosurePolicy,
#borrowingAndPlagiarism,
#postprintsPlacementPolicy {
    margin-top: -120px;
    padding-top: 120px;
}

#emagazineSections a.default-link {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.file-box .icon-box i {
    font-style: 17px;
}

.user-dropdown-menu {
    border-radius: 0;
    width: 300px;
}

.user-dropdown-menu a i {
    width: 20px;
    text-align: center;
    color: #a1a7b3;
}

.user-dropdown-menu .user-image {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #f2f3f5;
}

.user-dropdown-menu .image-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-side-nav {
    border-right: 1px solid #dedfe0;
    height: 100%;
}

.user-side-nav .user-box {
    text-align: center;
    padding: 10px;
}

.user-side-nav .user-box img {
    height: 118px;
    width: 118px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.user-side-nav .user-box .name {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.user-side-nav .user-side-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.user-side-nav .user-side-menu ul .active a {
    background: #eee962;
    color: #000000;
}

.user-side-nav .user-side-menu ul a {
    display: block;
    padding: 4px 15px;
}

.user-side-nav-box {
    border: 1px solid #dedfe0;
}

.user-side-nav a.default-link {
    text-align: left;
}

form.photo-update .image-box,
form.submit-article .image-box,
.my-articles-show-page .tabcontent-box .image-box {
    border: 1px dashed #aaa;
    width: 100%;
    height: 180px;
}

form.photo-update .image-box img,
form.submit-article .image-box img,
.my-articles-show-page .tabcontent-box .image-box img {
    object-fit: contain;
    display: none;
}

form.photo-update .image-box img[src],
form.submit-article .image-box img[src],
.my-articles-show-page .tabcontent-box .image-box img[src] {
    display: block;
}

.small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.bg-green {
    background-color: #28a745;
}

.bg-yellow {
    background-color: #ffc107;
}

.bg-cyan {
    background-color: #17a2b8;
}

.small-box>.inner {
    padding: 10px;
}

.small-box h3,
.small-box p {
    z-index: 5;
}

.small-box h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}

.small-box p {
    font-size: 1rem;
}

.small-box .icon {
    color: rgba(0, 0, 0, .15);
    z-index: 0;
}

.small-box .icon>i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.small-box .icon>i.fa,
.small-box .icon>i.fab,
.small-box .icon>i.fad,
.small-box .icon>i.fal,
.small-box .icon>i.far,
.small-box .icon>i.fas,
.small-box .icon>i.ion {
    font-size: 60px;
    top: 20px;
}

.small-box .icon>i:hover {
    font-size: 65px;
}

.back-btn-box {
    top: 1.5rem;
    right: 1.5rem;
}

.my-tickets-page table .buttons-column .open-my-qr-code {
    width: 32px;
}

.my-tickets-page table th {
    vertical-align: middle;
}

.my-ticket-page table td.blue-seats {
    color: #003399;
}

.my-ticket-page table td.yellow-seats {
    color: #FF6600;
}

.my-ticket-page table td.green-seats {
    color: #009933;
}

.my-ticket-page table td.red-seats {
    color: red;
}