.materials-list{
    display: flex;
    margin: 0 8px 0 0;
    align-items: center;
}

.materials-list p{
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
    font-weight: 600;
}

.materials-list > div{
    flex: 1;
}

.milestone-table td{
    padding: 2px 8px;
}

.milestone-table td:nth-child(1){
    text-align: center;
}

.milestone-row > *{
    display: inline-block;
    vertical-align: middle;
}

.material-row > b{
    margin-right: 8px;
}

.material{
    display: inline-block;
    white-space: nowrap;
}

.material img{
    width: 36px;
    margin-right: 12px;
    margin-left: -2px;
}

.material span{
    vertical-align: middle;
}

.material-row{
    margin: 20px 0 0 0;
}

.material-row u{
    text-decoration-thickness: 1px;
}

.chest img{
    width: 50px;
}

.chests-table{
    display: table;
    width: 100%;
}

.chests-row{
    display: table-row;
}

.th > div, th{
    font-weight: 600;
}

/*.chests-table .chests-cell:nth-child(4), .artifact-table td:nth-child(3){
    min-width: 100px;
}*/

/*.chests-cell:nth-child(1), .chests-cell:nth-child(4){
    text-align: center;
}*/

.chests-cell{
    text-align: center;
}

.chests-cell{
    display: table-cell;
    padding-right: 24px;
    vertical-align: middle;
}

.artifact-container {
    display: flex;
    flex-direction: row;
}

.artifact-image{
    width: 100px;
    margin-right: 10px;
}

.artifact-image img{
    width: 100%;
}

.artifact-desc{
    flex: 1;
}

.quests-step-box{
    /*border: 1px solid black;*/
    padding: 1rem;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .quests-step-box > div:last-child{
        align-items: center;
        width: auto;
        margin: auto;
    }
}

.quest-description-col,
.quest-requirement-individual{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.quest-sprite-div img{
    width: 128px;
    margin: 16px 0;
    max-height: 192px;
    object-fit: contain;
}

.quest-step-row {
    display: flex;
    flex-direction: row;
}

.quest-description-col img{
    width: 100%;
    padding-right: 10px;
}

.quest-requirement-individual img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.quest-description-col span,
.quest-requirement-individual span{
    flex: 7;
}

.quest-name, .quest-reward{
    text-align: center;
}

.quest-reward > td > *{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.quest-reward h4{
    margin-right: 8px;
}

.quest-reward span{
    font-size: 20px !important;
}

.quest-reward img{
    width: 40px !important;
}

.speech-bubble {
    border: 2px solid var(--quest-bg);
    padding: 8px;
    position: relative;
}

.speech-bubble:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 15px solid var(--quest-bg);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -26px;
    top: 35%;
    transform: translate(0,-50%);
}

.speech-bubble:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -23px;
    top: 35%;
    transform: translate(0,-50%);
}

.region-select-form{
    text-align: center;
}

.artifact-images-group > div{
    display: inline-block;
    margin-bottom: 16px;
}

.artifact-images-group img{
    width: 64px;
    margin-right: 10px;
}

.artifact-images-group-home{
    display: inline;
}

.artifact-images-group-home img{
    width: 48px;
}

.artifact-main-td img{
    width: 96px;
}

.shop-image img{
    width: 60px;
    margin-right: 4px;
}

.shop-amount img{
    margin-right: 0 !important;
}

.artifact-table *, .shop-table *{
    vertical-align: middle;
    text-align: center;
}

.shop-table td:first-child{
    text-align: left;
}

.artifact-table td:nth-child(2){
    min-width: 120px;
}

.overflow-enable{
    overflow-x: auto;
}

.table-with-border td, .table-with-border th{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 4px 8px;
}

.table-with-border th{
    padding: 4px;
}

.select-label{
    font-size: 22px;
    font-weight: 500;
    vertical-align: middle;
    display: inline;
}

#mySelect{
    font-size: 22px;
    vertical-align: middle;
}






/*minelists*/
h5{
    font-family: "Barlow", Arial, sans-serif;
    color: var(--primary-color);
    font-size: 22px;
    font-weight: bold;
}


.event-list-item{
    border: 2px solid var(--primary-color);
    border-radius: 1rem;
    overflow: hidden;
    margin: 1rem 0;
}

.p-wrapper{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.p-wrapper p{
    display: block;
    text-align: left;
    font-size: 24px;
}

.minelist-image-div img{
    display: table-cell;
    width: 10rem;
    border-radius: 0.8rem;
}

.minelist-image-div a{
    display: table-row;
    text-align: left;
    padding: 0;
    border-radius: 1rem;
}

.active-events .event-list-item{
    max-width: 33%;
    margin-left: auto;
    margin-right: auto;
}

.former-name{
    font-size: 14px;
    display: block;
    padding-bottom: 5px;
}

@media screen and (max-width: 992px) {
    .location-list a {
        min-width: 50%;
    }

    .active-events .event-list-item {
        max-width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .location-list a {
        min-width: 100%;
    }

    .active-events .event-list-item {
        max-width: 100%;
    }
}

.god-title-image{
    margin-right: 20px;
    max-height: 72px;
}
.god-title-image-small {
    margin-right: 10px;
    max-height: 48px;
    padding: 2px;
}

.summary-table {
    margin: 16px auto;
}

.summary-table, .summary-table th, .summary-table td {
    border: 1px solid;
    text-align: center;
    padding: 0 8px;
    white-space: nowrap;
}

.summary-table th{
    font-weight: 700;
}

.unlock-cost{
    font-weight: 600;
}

.summary-table td:first-child, .summary-table td:nth-child(4), .summary-table th:nth-child(5){
    white-space: normal;
}

.summary-table .location-list a{
    font-size: 18px !important;
    padding: 0 8px !important;
}

.summary-table .location-list span{
    margin: 2px 0;
    width: auto;
}

.summary-section {
    text-align: center;
    overflow-x: auto;
}

.summary-table img {
    width: 25px;
}

.summary-table span {
    vertical-align: middle;
}

.ib-nowrap{
    display: inline-block;
    white-space: nowrap;
}


.location-list-event > div{
    width: 80% !important;
    margin: auto;
}




/*.quest-sections *{*/
/*    margin-bottom: 5px;*/
/*}*/

/*.zero-border-p p{*/
/*    margin: 0;*/
/*}*/

/*.slider-nav-wrapper{*/
/*    height: 130px;*/
/*}*/

/*.slider-nav {*/
/*    margin: 0 30px;*/
/*    height: 100px;*/
/*}*/

/*.slider-nav img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    max-height: 100px;*/
/*}*/

/*.slider-nav picture{*/
/*    margin: 0 0.3rem;*/
/*}*/

/*.slick-prev:before,*/
/*.slick-next:before {*/
/*    color: var(--primary-color) !important;*/
/*    font-size: 30px !important;*/
/*}*/

/*.slick-prev{*/
/*    left: -35px !important;*/
/*}*/

/*.slider-for img, .slider-for picture{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.former-name{*/
/*    font-size: 26px;*/
/*    vertical-align: middle;*/
/*    margin-left: 10px;*/
/*}*/

/*.video-description {*/
/*    margin: 0 1rem;*/
/*}*/

/*h1{*/
/*    margin-bottom: 0;*/
/*}*/

/*h4{*/
/*    font-weight: 400;*/
/*}*/

/*.maps-credit, .video-unavailable, .quests-unavailable, .maps-unavailable{*/
/*    font-size: 20px;*/
/*}*/

/*.story a, .quest-sections a{*/
/*    color: var(--dark-secondary-color);*/
/*    transition: 0.5s all;*/
/*}*/

/*.story a:hover, .quest-sections a:hover{*/
/*    color: var(--darker-secondary-color);*/
/*    text-decoration: none;*/
/*    transition: 0.5s all;*/
/*}*/

/*.quest-img-name{*/
/*    height: 80px;*/
/*}*/
/*.quest-img-name img{*/
/*    width: 120px;*/
/*    height: 80px;*/
/*}*/

/*.quest-description, .quest-sections, .quest-rewards{*/
/*    display: inline;*/
/*}*/

/*.quest-rewards div, .quest-sections div{*/
/*    display: inline-block;*/
/*    margin-right: 10px;*/
/*}*/

/*.quest-tasks{*/
/*    display: inline-block;*/
/*}*/

/*.quest-tasks div{*/
/*    display: table-row;*/
/*}*/

/*.quest-tasks picture{*/
/*    display: table-cell;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*}*/

/*.quest-tasks div img {*/
/*    margin-right: 5px;*/
/*    height: 40px;*/
/*}*/
/*.quest-tasks div p {*/
/*    display: table-cell !important;*/
/*    vertical-align: middle;*/
/*}*/