/**************************************************************************************************

    Font definitions

**************************************************************************************************/

@font-face {
    font-family: Roboto Condensed;
    src: url(../webfonts/RobotoCondensed-Regular.ttf)
}

@font-face {
    font-family: Lato;
    src: url(../webfonts/Lato-Regular.ttf)
}

/**************************************************************************************************

    Base styles

**************************************************************************************************/

.h1,
.h2,
.h4,
.h6 {
    text-transform: uppercase;
    font-family: 'Shantell Sans', sans-serif; 
    font-weight: bold;
    color: rgba(255, 255, 255);
}

h1,
h2,
h3,
.h3,
h4,
h5,
.h5,
h6 {
    text-transform: uppercase;
    font-family: 'Shantell Sans', sans-serif; 
    font-weight: bold;
    color: var(--blue-800);
}


h6,
.h6 {
    text-transform: unset;
}

h1 a {
    color: var(--blue-800);
}

h2 a {
    color: var(--blue-800);
}

h3 a {
    color: var(--blue-800);
}

h4 a {
    color: var(--blue-800);
}

h5 a {
    color: var(--blue-800); /* On Trait Header Names */
}

a.h1 {
    color: rgba(255, 255, 255);
}

a.h2 {
    color: rgba(255, 255, 255);
}

a.h3 {
    color: rgba(255, 255, 255);
}

a.h4 {
    color: rgba(255, 255, 255);
}

a.h5 {
    color: var(--blue-800);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
a.h1:hover,
a.h2:hover,
a.h3:hover,
a.h4:hover,
a.h5:hover {
    color: inherit;
    text-decoration: none;
}

a {
    color: var(--blue-800);
}

a:hover {
    color: var(--blue-600);
    text-decoration: none;
}

body {
    background-color: transparent;
    font-family: Lato, sans-serif;
    min-height: 100vh;
    font-size: 90%;
    
}

/**************************************************************************************************

    Helpers

**************************************************************************************************/

.hide {
    display: none !important;
}

.grecaptcha-badge { visibility: hidden !important; }

.parsed-text img {
    max-width: 100% !important;
    height: auto !important;
}

/**************************************************************************************************

    Layout

**************************************************************************************************/

#app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
}

main>.row {
    flex-grow: 1;
}

.main-content {
    background-color: white;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.footer-content {
    border-radius: 50px;
    position: relative;
    margin-top: 20px; 
    background-color: rgba(245, 245, 220, 0.5);
    display: flex;
    flex-direction: column;
}

.card-header:first-child {
    border-radius: 30px 30px 0px 0px
}

.logs-table {
    background-color: beige;
}


/* Header */

.site-header-image {
    /*background-color: #eee;*/
    background-repeat: repeat;
    min-height: 200px;
}

.navbar .navbar-brand,
.navbar .nav-item {
    text-transform: uppercase;
    font-family: Roboto Condensed, serif;
}

.navbar .row {
    width: 100%;
}

/* Sidebar */

.sidebar {
    text-align: right;
    padding-right: 0px;
}

.sidebar ul {
    list-style-type: none;
    display: inline-block;
    padding-top: 30px;
}

.sidebar ul li {
    background-color: #5476b3;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    margin-bottom: 1em;
    padding: 0.4em 0;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
}

.sidebar .sidebar-header,
.sidebar .sidebar-section .sidebar-section-header {
    text-transform: uppercase;
    font-family: Roboto Condensed, serif;
    font-weight: bold;
}

.sidebar .sidebar-header {
    background-color: #343a40;
}

.sidebar .sidebar-header a {
    color: white;
}

.sidebar .sidebar-header a:hover {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
}

.sidebar a,
.sidebar-section-header {
    display: block;
    padding: 0.1em 1em;
    color: #5476b3;
}

.sidebar a {
    text-transform: uppercase;
    font-family: Roboto Condensed, serif;
    color: rgba(0, 0, 0, 0.4);
}

.sidebar a:hover,
.sidebar a:active,
.sidebar a:focus,
.sidebar a:link {
    text-decoration: none;
}

.sidebar a:hover {
    text-decoration: none;
}

.sidebar a.active,
.sidebar a.active:hover {
    color: white;
    background-color: #343a40;
}

.site-mobile-header {
    display: none;
    padding: 10px 20px;
}

@media (max-width: 767px) {
    .navbar-collapse{
      max-height: 100vh!important;
      overflow-y: scroll;
  }
}

@media (max-width: 767px) {
    .site-mobile-header {
        top: 54px !important;
    }

    .timestamp {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
}

@media (max-width: 991px) {
    .site-header-image {
        display: none;
    }

    .site-mobile-header {
        display: block;
		top: 3.45rem;
        z-index: 4;
        width: 100%;
    }

    #headerNav {
        position: fixed;
        z-index: 5;
        width: 100%;
    }

    main.container-fluid {
        margin-top: 15px;
    }

    main.container-fluid>.row {
        position: relative;
    }

    .sidebar {
        position: absolute;
        padding: 20px;
        text-align: right;
        background-color: var(--green-300);
        z-index: 3;
        right: 0px;
        bottom: 0px;
        top: 0px;
        overflow-y: scroll;
        border-radius: 30px !important;
        height: 100vh;

        left: -100%;
        transition: left 0.2s;
    }

    .sidebar.active {
        left: 0%;
        margin-top: 65px;
    }

    .sidebar>ul {
        padding-top: 0px;
    }

    .sidebar ul {
        list-style-type: none;
        display: block;
        padding-top: 0px;
        padding-left: 0px;
    }

    .sidebar ul li {
        background-color: white;
        border-radius: 0;
        margin-bottom: 1em;
        padding: 0.4em 0;

        box-shadow: none;
    }

	/*fix for screen being over-wide on mobile*/
	.row {
		margin: 0; 
        max-width: 100%;
	}

	.site-footer .navbar .navbar-nav {
		flex-wrap: wrap; justify-content: center;
	}

    .round-container {
        width: 100% !important; 
    }
}

/* Footer */

.site-footer {
    text-align: center;
}

.site-footer .navbar {
    padding-bottom: 0;
}

.site-footer .navbar .navbar-nav {
    flex-direction: row;
}

.site-footer .navbar .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
}

.site-footer .copyright {
    padding: 0 1rem 1rem;
    color: rgba(0, 0, 0, .3);
}

.mce-content-body {
    padding: 20px;
}

.ui-datepicker-inline {
    position: fixed;
}

.fa, .fab, .fal, .far, .fas {
    line-height: 1.5 !important;
}

/**************************************************************************************************

    Content

**************************************************************************************************/
.modal-header {
    border-bottom: 0px;
}

.modal-header .modal-title {
    line-height: 1em;
}

.modal-open {
    overflow: hidden;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.modal-backdrop.show {
    opacity: 0;
    z-index: 1;
}

.tooltip-inner {
    max-width: 350px !important;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
}

.nav-tabs .nav-link {
    text-transform: uppercase;
    background-color: var(--green-300);
    border-radius: 20px 20px 0px 0px;
    color: var(--blue-800);
}

.nav-tabs .nav-item {
    margin-left: 5px;
}

.nav-tabs .nav-link:hover {
    text-transform: uppercase;
    color: var(--blue-800);
}

.display-user,
.display-character {
    font-weight: bold;
}

.button.close {
    color: var(--blue-800) !important;
}

.help-icon {
    /*vertical-align: middle;*/
    cursor: pointer;
    margin: 0 5px;
    color: rgba(0, 0, 0, 0.3);
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    font-family: Roboto Condensed, serif;
    text-transform: uppercase;
    align-items: center;
}

.breadcrumb a {
    color: rgba(0, 0, 0, 0.3);
}

.breadcrumb a:hover {
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "»";
}

.collapse-title {
    position: relative;
}

.collapse-title:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 0.425em;
    border: 0.3em solid rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3) transparent transparent transparent;
}

.image,
.image-thumb {
    max-width: 100%;
}

.btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination {
    flex-wrap: wrap;
}

/* Chrome, Safari, Edge, Opera */
.pagination-popover input::-webkit-outer-spin-button,
.pagination-popover input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.pagination-popover input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield; 
  }

.spoiler {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 1rem;
    background: transparent;
    margin-top: 0px;
}

.spoiler-toggle {
    font-weight: bold;
    background-color: #f5f5f5;
    cursor: pointer;
    padding: .3rem 1.25rem;
    font-size: .9rem;
    font-family: Roboto Condensed, serif;
    color: inherit;
    text-transform: uppercase;
}

.spoiler-text {
    padding: .75rem 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.text-break {
    overflow-wrap: break-word;
    word-break: break-word;
}

.small-icon {
    height: 2rem;
    padding-right: .5rem;
}

/* NOTIFICATIONS *********************************************************************************/

.notifications-table .unread,
.notifications-table .unread td {
    background-color: #fffdf0;
}

/* BROWSE ****************************************************************************************/

.world-entry-image {
    text-align: center;
}

.world-entry img {
    max-width: 100%;
    height: auto;
}

.world-entry-image img {
    max-width: 100%;
}

.world-entry-search {
    opacity: 0.5;
}

.masterlist-search-field {
    display: inline-block;
    align-items: center;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
}

.masterlist-search-field label {
    margin-bottom: 0px;
    margin-right: 10px;
}

.masterlist-search-field input[type=text],
.masterlist-search-field select {
    width: 300px;
}

/* ADMIN ****************************************************************************************/

.ranks-table tbody tr>td:last-of-type {
    text-align: right;
}

.sortable .handle {
    color: #343a40;
}

.sortable .sortable-placeholder {
    background-color: rgba(0, 0, 0, 0.1);
}


/* LOGS ******************************************************************************************/
tr.inflow {
    background-color: #fafaff;
}

tr.outflow {
    background-color: #fffafa;
}

/* These are not truly tables, but divs styled to look like tables */
.logs-table .logs-table-header {
    border-top: 1px solid var(--blue-800);
    border-bottom: 2px solid var(--blue-800);
    font-weight: bold;
    padding: 0px;
    flex-wrap: wrap;
}
.logs-table .logs-table-header .logs-table-cell,
.logs-table .logs-table-body .logs-table-cell {
    padding: .3rem;
}
.logs-table .logs-table-body > .logs-table-row:first-of-type {
    border-top-width: 0;
}
.logs-table .logs-table-body > .logs-table-row,
.logs-table-row .logs-table-row {
    border-top: 1px solid var(--blue-800);
}
.logs-table .logs-table-body .logs-table-cell .inflow,
.logs-table .logs-table-body .logs-table-cell .outflow {
    width: 33px;
    line-height: 33px;
    text-align: center;
    position: relative;
    top: -.3rem;
    margin-bottom: -.6rem;
    vertical-align: middle;
    color: #fff;
}


/* PROFILE ***************************************************************************************/

.profile-assets-card .card-body {
    display: flex;
    flex-direction: column;
}

.profile-assets-card .card-body .profile-assets-content {
    flex-grow: 1;
}

.profile-assets .profile-inventory .profile-inventory-item img {
    max-width: 100%;
}

.character-bio .nav-tabs.card-header-tabs .active {
    background-color: white;
}

.avatar {
    width: 120px; 
    height: 120px;
}

.avatar frame {
    width: 120px; 
    height: 120px;
}

.avatar-border .border-avatar {
    right: 8%; 
    left: 55%;
}

.avatar-border img {
    height: 100%; 
    width: auto;
}

/* INVENTORY *************************************************************************************/

.inventory-category .inventory-body .inventory-item img {
    max-width: 100%;
}

.inventory-stack-name,
.inventory-character-name {
    color: rgba(0, 0, 0, 0.7);
}

.inventory-stack-name:hover,
.inventory-character-name:hover {
    color: inherit;
    text-decoration: none;
}

tr.accountbound {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: .25rem;
}

/* CHARACTERS ************************************************************************************/

.image-nav .nav-item a {
    border: 5px solid transparent;
    border-radius: .25rem;
    display: block;
}

.image-nav .nav-item a.active {
    border: 5px solid #ddd;
}

/* KEYFRAMES *************************************************************************************/

@keyframes copy-to-check {
    from {
        opacity: 1;
        content: '\f0c5';
        font-weight: 400;
    }
    50% {
        opacity: 0;
        content: '\f0c5';
        font-weight: 400;
    }
    51% {
        opacity: 0;
        content: '\f00c';
        font-weight: 900;
    }
    to {
        opacity: 1;
        content: '\f00c';
        font-weight: 900;
    }
}

@keyframes check-to-copy {
    from {
        opacity: 1;
        content: '\f00c';
        font-weight: 900;
    }
    50% {
        opacity: 0;
        content: '\f00c';
        font-weight: 900;
    }
    51% {
        opacity: 0;
        content: '\f0c5';
        font-weight: 400;
    }
    to {
        opacity: 1;
        content: '\f0c5';
        font-weight: 400;
    }
}

.toCheck::before {
    animation-name: copy-to-check;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.toCopy::before {
    animation-name: check-to-copy;
    animation-iteration-count: 1;
    animation-duration: 1s;
}

/* TRANSFERS *************************************************************************************/

.transfer-row,
.submission-character-row {
    display: flex;
    align-items: stretch;
}

.transfer-info,
.submission-character-info {
    flex-grow: 1;
}

.transfer-info .card-body,
.submission-character-info .card-body {
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.transfer-info-content,
.submission-character-info-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.transfer-info-content .transfer-info-body,
.submission-character-info-content .submission-character-info-body {
    flex-grow: 1;
}

.collapse-toggle {
    position: relative;
}

.collapse-toggle:after {
    display: block;
    content: '';
    border: 0.3rem solid rgba(0, 0, 0, 0.5);
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
    position: absolute;
    right: -0.85rem;
    top: 0.45rem;
    transform: rotateZ(90deg)translateX(0.25rem);
}

.collapse-toggle.collapsed:after {
    transform: none;
}

.user-items .inventory-item,
.user-characters .character-item {
    padding: 10px;
}

.user-items .inventory-stack,
.user-characters .character-stack {
    cursor: pointer;
}

.user-items .inventory-item img,
.user-characters .character-item img {
    max-width: 100%;
}

.user-characters .character-item.disabled,
.user-characters .character-item.disabled .character-stack {
    opacity: 0.5;
    cursor: not-allowed;
}

.user-items .category-selected .inventory-item,
.user-characters .category-selected .character-item {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: .25rem;
}

.user-items .category-selected.select-item-row {
    background-color: rgba(0, 0, 0, 0.05);
}

/* SHOPS *****************************************************************************************/
.shops-row img {
    max-width: 100%;
}

.shops-row .shop-name a {
    font-weight: bold;
}

/* TRADES ****************************************************************************************/
.trade-offer .currency-item {
    background-color: transparent;
}

/* BOOKMARKS *************************************************************************************/
.bookmark-table {
    min-width: 1000px;
}

.bookmark-table .bookmark-thumbnail {
    min-width: 115px;
    width: 115px;
}

.bookmark-table .bookmark-info {
    width: 20%;
}

.bookmark-table .bookmark-notifications {
    width: 18%;
}

.bookmark-table .bookmark-actions {
    width: 18%;
}

.bookmark-table .img-thumbnail {
    width: 100px;
}


@media (min-width: 768px) {
    .fb-md-50 {
        flex-basis: 50%;
    }
}

/* BOOTSTRAP TABLES *************************************************************************************/
.ubt-bottom {
    border-bottom: 1px solid var(--blue-800);
}

.ubt-top {
    border-top: 1px solid var(--blue-800);
}

.ubt-texthide {
    width: 100%;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.tablebg {
    background-color: beige;
    padding: 15px;
    padding-right: 0px;
}

tr:last-child {
    border-radius: 20px !important;
    }

/* COMMENTS *************************************************************************************/
.comment_replies {
    padding-left: 3rem;
    border-left-width: 2px!important;
}

.comment>p>img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 600px) {
    .comment_replies { padding-left:1rem;}
}

@media only screen and (max-width: 600px) {
    .comment_replies {
        padding-left: 1rem;
    }
}

@media only screen and (max-width: 600px) {
    .comment_replies {
        padding-left: 1rem;
    }
}

/* RESPONSIVE BORDERS https://stackoverflow.com/questions/46412541/applying-borders-on-elements-depending-on-device-size-with-bootstrap */
@media (min-width: 576px) {
    .border-sm-top {
        border-top: 1px solid #e3e7eb !important;
    }

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

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

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

    .border-sm-top-0 {
        border-top: 0 !important;
    }

    .border-sm-right-0 {
        border-right: 0 !important;
    }

    .border-sm-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-sm-left-0 {
        border-left: 0 !important;
    }

    .border-sm-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-sm-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-sm {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-sm-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 768px) {
    .border-md-top {
        border-top: 1px solid #e3e7eb !important;
    }

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

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

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

    .border-md-top-0 {
        border-top: 0 !important;
    }

    .border-md-right-0 {
        border-right: 0 !important;
    }

    .border-md-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-md-left-0 {
        border-left: 0 !important;
    }

    .border-md-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-md-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-md {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-md-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .border-lg-top {
        border-top: 1px solid #e3e7eb !important;
    }

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

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

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

    .border-lg-top-0 {
        border-top: 0 !important;
    }

    .border-lg-right-0 {
        border-right: 0 !important;
    }

    .border-lg-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-lg-left-0 {
        border-left: 0 !important;
    }

    .border-lg-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-lg-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-lg {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-lg-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 1200px) {
    .border-xl-top {
        border-top: 1px solid #e3e7eb !important;
    }

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

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

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

    .border-xl-top-0 {
        border-top: 0 !important;
    }

    .border-xl-right-0 {
        border-right: 0 !important;
    }

    .border-xl-bottom-0 {
        border-bottom: 0 !important;
    }

    .border-xl-left-0 {
        border-left: 0 !important;
    }

    .border-xl-x {
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-xl-y {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
    }

    .border-xl {
        border-top: 1px solid #e3e7eb !important;
        border-bottom: 1px solid #e3e7eb !important;
        border-left: 1px solid #e3e7eb !important;
        border-right: 1px solid #e3e7eb !important;
    }

    .border-xl-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

/* RECIPES ***************************************************************************************/
.recipe-image {
    width: 150px;
}

.ace_editor {
    height: 100%;
}

.collectionnotunlocked {               
    opacity: 0.4;
    filter: alpha(opacity=40);
    zoom: 1;  /* needed to trigger "hasLayout" in IE if no width or height is set */ 
 }

.clock-styling {
    padding: 5px 15px;
    border-radius: 15px 15px;
    margin-bottom: .5em;
    color: #fff;
    letter-spacing: .05em;
    width: 12%;
    float: right;
}
.clock-container {
    width: 100%;
}

.clock-tab {
    margin-right: 80px;
}

@media only screen and (max-width: 600px) {
    .clock-styling {
        width: 50%;
        float: right;
    }

    #app {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
    .clock-styling {
        width: 30%;
        float: right;
    }
    .clock-tab {
        margin-right: 10px;
    }

    .sidebar .card {
        border-bottom-right-radius: 30px !important;
        border-top-right-radius: 30px !important;
    }

    .rarities {
        margin-right: 10px;
    }

    .sort {
        margin-right: 10px;
    }

    #app {
        background-attachment: scroll !important;
    }
}

@media only screen and (max-width: 900px) {
    .breadcrumb {
        margin-left: 15px;
        padding: 5px;
    }

    .mr-3, .mx-3 {
        margin-right: 0px !important;
    }

    .rarities {
        margin-right: 10px;
    }

    .sort {
        margin-right: 10px;
    }

    #app {
        background-attachment: scroll !important;
    }
}
