html,
body {
    height: 100%;
    margin: 0;
}

body {
    background-color: hsl(224, 10%, 10%);
    font-family: ui-sans-serif, system-ui, -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";
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: -1;

    overflow-x: hidden;
    width: 100vw;
    margin: 0;
    padding: 0;
}

.page {
    background: linear-gradient(215deg, hsla(255, 60%, 60%, .2), transparent 40%), radial-gradient(hsla(255, 60%, 60%, .2), transparent 40%) no-repeat -60vw -40vh / 105vw 200vh, radial-gradient(hsla(255, 60%, 60%, .2), transparent 65%) no-repeat 50% calc(100% + 20rem) / 60rem 30rem;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 100%;
    z-index: -1;
}

.ads {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(224, 10%, 10%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
    z-index: 9999;
}


.ag-format-container {
    margin-top: 200px;
    width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}


.ag-courses_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    margin-top: 150px;
}

.ag-courses_item {
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(25% - 30px);

    margin: 0 15px 30px;

    overflow: hidden;

}

.ag-courses-item_link {
    display: block;
    padding: 30px 20px;
    background-color: hsl(224, 10%, 10%);
    border: 1px solid hsl(224, 10%, 23%);

    border-radius: 28px;

    overflow: hidden;

    position: relative;
    text-decoration: none;
    height: 170px;
}

.ag-courses-item_title {
    display: flex;
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.2;
    gap: 1rem;
    align-items: center;
    margin-top: -10px;
}

.ag-courses-item_date-box {
    font-size: 15px;
    color: #FFF;

    z-index: 2;
    position: relative;
    margin-top: 15px;
}

.ag-courses-item_date {
    font-weight: bold;
    color: #f9b234;

    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
}


.scrollable {
    margin-top: 10px;
    overflow-y: auto;
    height: 120px;
    padding-right: 10px;
}

.scrollable::-webkit-scrollbar {
    width: 6px;
}

.scrollable::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.contentData {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

}

.margin-top {
    margin-top: -15px;
}

.contentData p {
    color: white;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    margin-left: 5px;
}

.title {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
}

.contentData .icon {
    width: 24px;
    height: 24px;
}

.green {
    color: #2EBD85 !important;
}

.red {
    color: #F6465D !important;
}

.grey {
    color: gray !important;
}

.stats_nav {
    margin-left: 15px;
}

.stats_nav button {
    border: none;
    background: transparent;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #9498a0;
    transition: 0.4s all;
    cursor: pointer;
}



.stats_nav button:hover {
    color: #fff;

}

.stats_nav .selected {
    color: #fff;
}


.selector {
    margin-left: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.crypto_selector .crypto_dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px;

    background-color: hsl(224, 10%, 10%);
    border: 1px solid hsl(224, 10%, 23%);
    border-radius: 10px;
    background: transparent;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #fff;
    transition: 0.4s all;
    cursor: pointer;

    margin-top: 30px;
}



.crypto_selector .crypto_dropdown .titre {
    display: flex;
    align-items: center;
}

.crypto_selector .crypto_dropdown .titre p {
    margin: 0;
    margin-right: 10px;
}

.crypto_selector .crypto_dropdown .icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.crypto_selector .crypto_dropdown-content {
    display: none;

    background-color: hsl(224, 10%, 10%);
    border: 1px solid hsl(224, 10%, 23%);
    border-radius: 10px;

    position: absolute;
    z-index: 1000;

    overflow-y: scroll;
    height: 139px;

    margin-top: 20px;
}

.crypto_selector .crypto_dropdown-content::-webkit-scrollbar {
    width: 6px;
}

.crypto_selector .crypto_dropdown-content::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.crypto_selector .crypto_dropdown-content div {
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.crypto_selector .crypto_dropdown-content div:hover {
    background-color: #99c8ff;
    color: black
}

.crypto_dropdown-content.show {
    display: block;
}




main .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px;

    background-color: hsl(224, 10%, 10%);
    border: 1px solid hsl(224, 10%, 23%);
    border-radius: 10px;
    background: transparent;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #fff;
    transition: 0.4s all;
    cursor: pointer;

    margin-top: 30px;
}

main .dropdown .titre {
    display: flex;
    align-items: center;
}

main .dropdown .titre p {
    margin: 0;
    margin-right: 10px;
}

main .dropdown .icon {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.selector_dropdown-content {
    color: #fff;
    display: none;

    background-color: hsl(224, 10%, 10%);
    border: 1px solid hsl(224, 10%, 23%);
    border-radius: 10px;

    position: absolute;
    z-index: 1000;

    overflow-y: scroll;
    height: 139px;

    margin-top: 233px;
    margin-left: 140px;
}

#total_time_dropdown-content {
    color: #fff;
    display: none;

    background-color: hsl(224, 10%, 10%);
    border: 1px solid hsl(224, 10%, 23%);
    border-radius: 10px;

    position: absolute;
    z-index: 1000;

    overflow-y: scroll;
    height: 139px;

    margin-top: 233px;
    margin-left: 20px !important;
}

.selector_dropdown-content::-webkit-scrollbar {
    width: 6px;
}

.selector_dropdown-content::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.selector_dropdown-content div {
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;

    gap: 10px;
}

.selector_dropdown-content div:hover {
    background-color: #99c8ff;
    color: black
}

.selector_dropdown-content.show {
    display: block !important;
}


.graph-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.graph-card {
    background-color: hsl(224, 10%, 10%);
    border: 1px solid hsl(224, 10%, 23%);
    border-radius: 28px;
    padding: 20px;
    min-height: 170px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.graph-card p {
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.2;
    gap: 1rem;
    align-items: center;
    margin: 0px 0px 10px;
}


.graph-graph {
    border: 1px solid hsl(224, 10%, 23%);
    grid-column: span 2;
    background-color: hsl(224, 10%, 10%);
    border-radius: 28px;
    padding: 20px;
    height: 300px;
    overflow: hidden;
}

.charts {
    display: block;
    width: 100% !important;
    height: 100% !important;
}


.rotate {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}

.theme {
    display: none;
}

.part_dropdown_content {
    display: none;

    background-color: hsl(224, 10%, 10%);
    border: 1px solid hsl(224, 10%, 23%);
    border-radius: 10px;

    position: absolute;
    z-index: 1000;

    overflow-y: scroll;
    height: 139px;

    margin-top: 233px;
    margin-left: 15px;
}

.icon {
    width: 24px;
    height: 24px;
}

.lootbox_icon {
    width: 39px;
    height: 28px;
}

.remove {
    cursor: pointer;
}

.parts_dropdown {
    width: 226.41px;
}

.part_time_content {
    margin-left: 290px;
}

.expe_dropdown {
    width: 163px;
}

.expe_time_content {
    margin-left: 404px;
}

.your_stats {
    margin-top: 50px;
    margin-left: 15px;
    color: #fff;
}

.your_stats .graph-container {
    margin-left: 0;
}

.your_stats .your_stats_time_content {
    margin-left: 404px;
}

.your_stats .your_stats_dropdown {
    width: 163px;
}

.expe_locate_content {
    margin-left: 225px;
}

.expe_locate_dropdown {
    width: 140px;
}

.your_stats_selector {
    margin-left: 0px !important;
}

.your_stats_locate_content {
    margin-left: 225px;
}

.your_stats_locate_dropdown {
    width: 140px;
}

.historique {
    margin-top: 50px;
}

.historique .container {
    margin-right: 15px;
}

.grid,
.tui-grid-container,
.tui-grid-body-area,
.tui-grid-body {
    background-color: hsl(224, 10%, 10%) !important;
    color: white;
}

.tui-grid-cell-content {
    background-color: hsl(224, 10%, 10%) !important;
    color: white !important;
}

.tui-grid-header-area,
.tui-grid-header {
    background-color: hsl(224, 10%, 10%) !important;
    color: white;
    border-top: none;
}

.tui-grid-scrollbar-right-top {
    background-color: hsl(224, 10%, 10%) !important;
    border-color: #eee !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
}

.tui-grid-scrollbar-right-bottom {
    background-color: hsl(224, 10%, 10%) !important;
    border-color: #eee !important;
}

.tui-grid-layer-selection {
    background: none !important;
    border: none !important;
}

.tui-grid-container {
    background-color: hsl(224, 10%, 10%);
    border: none;
}

.tui-grid-table td,
.tui-grid-table th {
    text-align: center !important;
    background-color: hsl(224, 10%, 10%) !important;
    color: white;
    border: none;
}

.grid .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.badge {

    border-radius: 10px;
    font-size: 0.8rem;
    display: inline-block;
    color: white;
    font-weight: bold;
}

.loot {
    color: #4bc0c0;
    cursor: pointer;
}

.expeName {
    cursor: pointer;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modal {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    max-width: 1206px;
}

#Tousland {
    background: url(https://static.rollercoin.com/static/img/expeditions/66fd2a3249652dbe6a40e0ae/background.png);
    background-size: cover;
}

#Snowlit_Avenue {
    background: url(https://static.rollercoin.com/static/img/expeditions/67597aaf95ff918743e31d5e/background.png);
    background-size: cover;
}

#Dark_Valleys {
    background: url(https://static.rollercoin.com/static/img/expeditions/66fd2a3249652dbe6a40e0ca/background.png);
    background-size: cover;
}

#Deep_Forest {
    background: url(https://static.rollercoin.com/static/img/expeditions/66fd2a3249652dbe6a40dfe0/background.png);
    background-size: cover;
}

.title-img-block {
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;

}

.expedition-text {
    font-size: 16px;
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
}

.expedition-info-block {
    margin-bottom: 30px;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 145px;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
    margin-bottom: 30px;
}

.rewards-simplebar {
    margin-bottom: 30px;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    justify-content: center;
}

.rewards-block-wrapper .rewards-simplebar .reward-item-wrapper .reward-item-card.condition-receive {
    background: linear-gradient(180.25deg, #221e24 .22%, #a0780c 99.78%);
}

.rewards-block-wrapper .rewards-simplebar .reward-item-wrapper .reward-item-card .condition-icon-block {
    position: absolute;
    top: 6px;
    right: 6px;
    display: flex;
    align-items: center;
    z-index: 5;
    cursor: pointer;
}

.rewards-block-wrapper .rewards-simplebar .reward-item-wrapper .reward-item-card .condition-icon-block .condition-amount {
    font-family: Arcana, sans-serif;
    font-size: 12px;
    margin-left: 4px;
    color: white;
}

.rewards-block-wrapper .rewards-simplebar .reward-item-wrapper .reward-item-card .reward-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    max-height: 80px;
}

.rewards-block-wrapper .rewards-simplebar .reward-item-wrapper .reward-item-card .reward-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-width: 135px;
    min-height: 45px;
    border-radius: 4px;
    background: #2f3045;
    line-height: 1;
    white-space: nowrap;
}

.rewards-block-wrapper .rewards-simplebar .reward-item-wrapper .reward-item-card .reward-info-wrapper .reward-title {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #c3b0d0;
    text-transform: capitalize;
}

.rewards-block-wrapper .rewards-simplebar .reward-item-wrapper .reward-item-card .reward-info-wrapper .power-block .bonus-power {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.rewards-block-wrapper .rewards-simplebar .reward-item-wrapper .reward-item-card .reward-info-wrapper .power-block .bonus-percent {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #03e1e4;
}

.rewards-block-wrapper .rewards-simplebar .reward-item-wrapper .reward-item-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 147px;
    min-height: 132px;
    border: 1px solid #494b71;
    border-radius: 4px;
    background-color: #19151ccc;
    padding: 6px;
    min-width: 185px;
    max-width: 186px;
}

.rewards-block-wrapper .rewards-simplebar .reward-item-wrapper:not(:nth-last-of-type(-n+5)) {
    margin-bottom: 30px;
}

.rewards-block-wrapper .rewards-simplebar .reward-item-wrapper:not(:nth-child(5n)) {
    margin-right: 30px;
}

.rewards-block-wrapper .rewards-simplebar .reward-item-wrapper .reward-item-card .reward-img-wrapper .reward-amount-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 60px;
    width: fit-content;
    height: 23px;
    padding: 6px 8px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #0006;
    border-radius: 4px;
}

.rewards-block-wrapper .rewards-simplebar .reward-item-wrapper .reward-item-card .reward-img-wrapper .reward-amount-wrapper .amount {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffdc00;
}

.simplebar-horizontal::before {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.simplebar-horizontal {
    width: 6px !important;
    background-color: transparent;
}

.simplebar-horizontal {
    margin-top: 10px;
}

.close-btn {
    float: right;
    cursor: pointer;
    font-weight: bold;
    color: white;
    padding: 10px;
    font-size: 30px;
}

.back-btn {
    float: left !important;
    cursor: pointer !important;
    font-weight: bold !important;
    color: white !important;
    padding: 5px !important;
    top: 5px !important;
    font-size: 30px !important;
    position: absolute !important;
    left: 10px !important;
}

.new_modal {
    color: #fff;
    background-color: hsl(224, 10%, 10%);
    position: relative;
    border-radius: 10px;
}

.new_modal section {
    display: flex;
    flex-direction: row;

}

.new_modal .left {
    background: linear-gradient(215deg, hsla(255, 60%, 60%, .2), transparent 40%), radial-gradient(hsla(255, 60%, 60%, .2), transparent 40%) no-repeat -60vw -40vh / 105vw 200vh, radial-gradient(hsla(255, 60%, 60%, .2), transparent 65%) no-repeat 50% calc(100% + 20rem) / 60rem 30rem;
    align-items: center;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.new_modal .left iframe {
    margin-top: 60px;
}


.new_modal .right {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new_modal .right form {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.new_modal .right form .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px;

    background-color: hsl(224, 10%, 10%);
    border: 1px solid hsl(224, 10%, 23%);
    border-radius: 10px;
    background: transparent;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #fff;
    transition: 0.4s all;
    cursor: pointer;

    margin-top: 15px;
}

#add_expe_locate_dropdown-content {
    color: #fff !important;
    display: none;
    background-color: hsl(224, 10%, 10%) !important;
    border: 1px solid hsl(224, 10%, 23%) !important;
    border-radius: 10px !important;
    position: absolute !important;
    z-index: 1000 !important;
    overflow-y: scroll !important;
    height: 139px !important;
    margin-top: 120px !important;
    margin-left: 0px;
}

#add_hamster_dropdown-content {
    background-color: hsl(224, 10%, 10%);
    border: 1px solid hsl(224, 10%, 23%);
    border-radius: 10px;
    position: absolute;
    z-index: 1000;
    overflow-y: scroll;
    height: 139px;
    margin-top: 235px;
    margin-left: 0px;
}

.new_modal .right label {
    margin-top: 30px;
}

.new_modal .right .description {
    resize: none;
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    background-color: hsl(224, 10%, 10%);
    border: 1px solid hsl(224, 10%, 23%);
    border-radius: 10px;
    background: transparent;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #fff;
    transition: 0.4s all;
    cursor: pointer;
    margin-top: 15px;
    width: 60%;
    height: 40px;
    margin-bottom: 30px;
}

.new_modal .close-btn {
    float: right !important;
    cursor: pointer !important;
    font-weight: bold !important;
    color: white !important;
    padding: 5px !important;
    top: 5px !important;
    font-size: 30px !important;
    position: absolute !important;
    right: 10px !important;
}

.google {
    align-items: center;
    appearance: none;
    background-color: #fff;
    border-radius: 24px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px, rgba(0, 0, 0, .14) 0 6px 10px 0, rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform, opacity;
    z-index: 0;
}

.google:hover {
    background: #F6F9FE;
    color: #174ea6;
}

.google:active {
    box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
    outline: none;
}

.google:focus {
    outline: none;
    border: 2px solid #4285f4;
}

.google:not(:disabled) {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.google:not(:disabled):hover {
    box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.google:not(:disabled):focus {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.google:not(:disabled):active {
    box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.google:disabled {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

#add_expe {
    margin-top: 50px;
}

#add_lootbox {
    margin-top: 25px;
    margin-left: 15px;
}

.lootbox_selector .icon {
    height: 15px !important;
}

.lootboxIcon {
    height: 15px !important;
}

#lootbox_dropdown-content {
    margin-left: 25px !important;
}

#lootbox_time_dropdown-content {
    margin-left: 180px !important;
}


.lootbox_yourstats {
    margin-top: 50px;
    color: #fff;
}

.lootbox_yourstats h1 {
    margin-left: 15px;
}

#lootbox_yourstats_dropdown-content {
    margin-left: 25px !important;
}

#lootbox_yourstats_time_dropdown-content {
    margin-left: 180px !important;
}

.new_modal .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 15px 15px;
    cursor: pointer;
}

.new_modal .item {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    background-color: hsl(224, 10%, 15%);
}

.new_modal .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    background-color: hsl(224, 10%, 18%);
}


.new_modal .item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
}

.new_modal .item:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.new_modal .item:nth-child(3) {
    grid-area: 2 / 1 / 3 / 2;
}

.new_modal .item:nth-child(4) {
    grid-area: 2 / 2 / 3 / 3;
}

.new_modal .item:nth-child(5) {
    grid-area: 3 / 1 / 4 / 2;
}

.new_modal .item:nth-child(6) {
    grid-area: 3 / 2 / 4 / 3;
}

#selectedLootbox {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#add_lootbox_dropdown-content {
    margin-top: 250px;
    margin-left: 29px;
}

#new_lootbox h1 {
    margin-top: 25px;
}

#new_lootbox .add_lootbox_dropdown {
    margin-bottom: 15px;
}


.blacklist {
    display: flex;
    align-items: center;
    flex-direction: column;
}


.blacklist h1 {
    margin-bottom: 20px;
    color: #03e1e4;
    text-align: center;
    font-family: 'Raleway';
    font-size: 90px;
    font-weight: 800;
}

.blacklist h2 {
    color: #455d7a;
    text-align: center;
    font-family: 'Raleway';
    font-size: 30px;
    text-transform: uppercase;
}

.first {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.second {
    display: none;
    flex-direction: column;
    align-items: center;
}

.hamster_stats {
    resize: none;
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 0px;
    background-color: hsl(224, 10%, 10%);
    border: 1px solid hsl(224, 10%, 23%);
    border-radius: 10px;
    background: transparent;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    color: #fff;
    transition: 0.4s all;
    cursor: pointer;
    margin-top: 15px;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.second div {
    display: flex;
    margin-inline: 10px;
}

.second label {
    margin-top: 0px !important;
}


.hamster_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tui-grid-layer-state {
    background: none !important;
}

#hamster_logo_display {
    margin-top: -40px;
}

@media only screen and (max-width: 1024px) {

    .ag-courses_box {
        margin-top: 10px;
    }

    .ag-format-container {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .contentData p {
        font-size: 11px;
    }

    .ag-courses_item {
        -ms-flex-preferred-size: calc(33.33333% - 30px);
        flex-basis: calc(25% - 25px);
        margin: 0 10px -35px;
        overflow: hidden;
    }

    .stats_nav {
        margin-top: 55px;
    }

    .reward-item-card {
        min-width: 310px !important;
    }

    .reward-item-wrapper {
        margin-bottom: 10px !important;
        margin-right: 10px !important;
    }


}



@media only screen and (max-width: 979px) {

    .ag-courses_box {
        display: flex;
        justify-content: center;
        margin-top: -60px;

    }

    .ag-courses_item {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(45% - 30px);
        margin-top: 60px;
    }

    .contentData p {
        font-size: 17px;
    }

    .stats_nav {
        margin-top: 70px;
        margin-left: 55px;
    }

    .graph-container {
        flex-direction: column;
        display: flex !important;
        align-items: center;
    }

    .graph-graph {
        width: 83%;
    }

    .selector {
        margin-left: 60px;
    }

    .your_stats h1 {
        margin-left: 45px !important;
    }

    .your_stats_selector {
        margin-left: 45px !important;
    }

    .new_modal {
        margin: 15px;
        position: absolute;
        top: auto;
        bottom: auto;
    }

    .new_modal h1 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .new_modal .right h1 {
        display: none
    }

    .new_modal section {
        display: flex;
        flex-direction: column !important;
    }

    .new_modal iframe {
        margin-top: 20px !important;
        width: 320px;
        height: 180px;
    }

    .new_modal .right form .dropdown {
        position: relative;
        display: inline-block;
        cursor: pointer;
        padding: 6px;
        background-color: hsl(224, 10%, 10%);
        border: 1px solid hsl(224, 10%, 23%);
        border-radius: 10px;
        background: transparent;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        color: #fff;
        transition: 0.4s all;
        cursor: pointer;
        margin-top: 15px;
    }

    .new_modal .right label {
        margin-top: 20px;
    }

    .new_modal .right .description {
        padding: 6px;
        height: 25px;
        width: 50%;
    }

}

@media only screen and (max-width: 639px) {
    .ag-courses_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 85%;
    }

    .ag-courses_item {
        margin-top: 50px;
    }

    .ag-courses_box {
        margin-top: -30px;
    }

    .stats_nav {
        margin-top: 70px;
        margin-left: 25px;
    }

    .selector {
        margin-left: 30px;
    }

    .graph-container {
        flex-direction: column;
        display: flex !important;
    }

    .simplebar-mask {
        direction: inherit;
        position: absolute;
        overflow: hidden;
        padding: 0;
        margin: 0;
        left: 0;
        top: 220px;
        bottom: 0;
        right: 0;
        width: auto !important;
        height: auto !important;
        z-index: 0;
        margin-bottom: 30px;
    }

    .modal {
        width: 90% !important;
        max-height: 600px;
        margin-top: -50px;
    }

    .reward-item-card {
        min-width: 290px !important;

    }

    .reward-item-wrapper {
        margin-bottom: 10px !important;
        margin-right: 0px !important;
    }

    .simplebar-track {
        display: none;
    }

    main .dropdown {
        font-size: 12px !important;
    }

    .expe_selector .dropdown {
        font-size: 9px !important;
    }

    .your_stats_dropdown {
        width: 125px !important;
    }

    .expe_dropdown {
        width: 125px !important;
    }

    .your_stats_locate_dropdown {
        width: 87px !important;
    }

    .expe_locate_dropdown {
        width: 87px !important;
    }

    .your_stats_selector {
        margin-left: 15px !important;
        display: flex;
        align-items: center;
        gap: 10px !important;
    }

    .expe_selector {
        display: flex;
        align-items: center;
        gap: 10px !important;
    }

    .expe_time_content {
        margin-left: 285px !important;
    }

    .your_stats .your_stats_time_content {
        margin-left: 285px !important;
    }

    .your_stats h1 {
        margin-left: 15px !important;
    }

    .your_stats_locate_content {
        margin-left: 180px;
    }

    .expe_locate_content {
        margin-left: 180px;
    }

    .new_modal {
        margin: 15px;
        position: absolute;
        top: auto;
        bottom: auto;

    }

    .new_modal h1 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .new_modal .right h1 {
        display: none
    }

    .new_modal section {
        display: flex;
        flex-direction: column !important;
    }

    .new_modal iframe {
        margin-top: 20px !important;
        width: 240px;
        height: 135px;
    }

    .new_modal .right form .dropdown {
        position: relative;
        display: inline-block;
        cursor: pointer;
        padding: 6px;
        background-color: hsl(224, 10%, 10%);
        border: 1px solid hsl(224, 10%, 23%);
        border-radius: 10px;
        background: transparent;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        color: #fff;
        transition: 0.4s all;
        cursor: pointer;
        margin-top: 15px;
    }

    .new_modal .right label {
        margin-top: 20px;
    }

    .new_modal .right .description {
        padding: 6px;
        height: 25px;
        width: 50%;
    }

    #lootbox_time_dropdown-content {
        margin-left: 155px !important;
    }

    #lootbox_yourstats_time_dropdown-content {
        margin-left: 155px !important;
    }

    .new_modal .item {
        transform: none;
        padding: 10px;
        font-size: 0.9em;
    }

    .new_modal .item img {
        max-width: 100px;
        height: auto;
    }

    .new_modal .container {
        gap: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        overflow: scroll;
        height: 400px;
    }

    #new_lootbox .right h1 {
        display: block;
        margin-bottom: 15px;
    }

}