::-webkit-scrollbar {
    width: 0px; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}

.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

#neopet_name-error {
    display: none !important;
}

.popup-body__2020 {
    scrollbar-width: none;
}

.popup-button-exit {
    margin-left: 0;
    max-width: 75px;
    width: 100%;
    padding: 13px 15px;
    height: 100%;
}
.popup-button-exit .button-x__2020 {
    height: inherit;
    width: .9em;
    top: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
}

#stats-info-button {
    width: 30px !important;
    height: 30px !important;
    top: 5px !important;
    right: 5px !important;
}

.page-title__2020 {
    position: relative;
    min-height: 39px;
    margin-bottom: 5px;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.header-container__2020 {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.header-container__2020 img {
    margin-left: -40px;
    height: 70px;
    width: 70px;
    position: absolute;
    margin-top: -13px;
}

.header-container__2020 h1 {
    background-color: #fdd124;
    border-radius: 10px;
    border: 3px solid #946926;
    border-style: solid;
    position: relative;
    box-sizing: border-box;
    width: auto !important;
    max-width: 188px;
    padding: 4px 3px;
}

.container {
    margin: 0 auto;
    min-height: 900px;
    background: none;
    max-width: 1700px !important;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-rows: min-content min-content auto;
    background: rgba(20, 88, 99, 0.7) !important;
}

.contentModuleHeader {
    display: none
}

.contentModule {
    height: auto !important;
}

.container table {
    width: 100%
}

.content {
    display: flex;
    justify-content: center;
    padding: 0 10px;
}

#content_main {
    height: inherit !important;
}

.smallStats {
    display: none
}

.page-title__2020 h1>.egg-icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 160%;
    width: 55px;
    position: absolute;
    left: -35px;
    top: -30%;
}

.page-title__2020 h1 {
    text-transform: uppercase;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    color: #9a6f26;
    padding: 4px 3px;
    max-width: 250px;
}

.page-title__2020 h1>img {
    width: 60px;
    position: relative;
    left: 30px;
    top: 16px;
}

.nextBtn {
    display: none
}

#page_body {
    margin: 48px 0 0;
}

.chosenPet__group, .chosenPet__group {
    width: 50%
}

#neopet_name {
    margin-bottom: 2px !important;
    margin-top: 4px !important;
    display: block;
    margin: 10px auto;
    border: unset;
    border-radius: 4px;
    min-height: 29px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: inset 3px 3px 0px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: inset 3px 3px 0px 0px rgba(204, 204, 204, 1);
    box-shadow: inset 3px 3px 0px 0px rgba(204, 204, 204, 1);
    font-family: "MuseoSansRounded700", 'Arial Bold', sans-serif;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
}

#gender {
    margin-top: 4px !important;
    display: block;
    margin: 10px auto;
    border: unset;
    border-radius: 4px;
    min-height: 29px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: inset 3px 3px 0px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: inset 3px 3px 0px 0px rgba(204, 204, 204, 1);
    box-shadow: inset 3px 3px 0px 0px rgba(204, 204, 204, 1);
    font-family: "MuseoSansRounded700", 'Arial Bold', sans-serif;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
}

#error_container {
    border: none !important;
    display: inline-block !important;
    text-align: left !important;
    padding: 2px !important;
    line-height: 1em !important;
    font-size: 11px;
}

.error_container {
    margin: 0 auto;
    /*height: 17px;*/
    padding-left: 21px;
    position: relative;
    width: 94%;
}

#taken_msg>div {
    margin-top: 0 !important
}


/************

- content left

*************/

/* .content_left {
width:30%
} */
.list_pets {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 440px;
    overflow-y: scroll;
    padding: 9px 15px 0 15px;
    margin-bottom: 9px;
    list-style: none;
    scrollbar-width: none;
    position: relative;
}

.petlist-scroll-arrows {
    width: 100%;
    position: absolute;
}

#pet-arrow-left {
    background-image: url('../../createpet/images/arrow-left.svg');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    width: 2em;
    height: 2.5em;
    margin-top: 30px;
    position: absolute;
    z-index: 1;
    opacity: 75%;
    display: none;
}

#pet-arrow-right {
    background-image: url('../../createpet/images/arrow-right.svg');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    width: 2em;
    height: 2.5em;
    margin-top: 30px;
    position: absolute;
    right: 8px;
    z-index: 1;
    opacity: 75%;
    display: none;
}

#pet-arrow-right:hover, #pet-arrow-left:hover {
    opacity: 100%;
}

#pet_title {
    font-size: 30px;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    font-weight: 600;
}

/* .list_pets > div {
	display: flex;
	flex-wrap: wrap;
}
a#gelert {
	background-size: contain;
	background-repeat: no-repeat;
	width: 140px;
	height: 70px;
}*/

.pet_thumb, .popup .pet_thumb {
    padding-bottom: 10px;
    width: 100px;
    height: 105px;
    cursor: pointer;
    margin: 0;
    margin-top: 0px;
    margin-top: 10px;
}

.pet_thumb a {
    background-position: top;
    display:block;
    width:84px;
    height:84px;
    background-size: cover;
    margin: 0 auto;
    text-decoration: none;
}

/*.popup .pet_name {
	padding: 0;
}*/

.limited-pet {
    position: relative;
}

.limited-pet-badge {
    height: 2em;
    width: 2em;
    background-image: url(../../createpet/images/species-ribbon.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -.5em;
    margin-left: -.5em;
    font-family: 'Cafeteria', 'Arial Bold', sans-serif;
    /*font-weight: bold;*/
    font-size: 13pt;
    color: dimgrey;
    text-align: center;
    box-sizing: border-box;
    padding-top: .4em;
    /*flex-basis: 100%;*/
}

/*.limited-pets p {
    margin: 0;
    text-align: left;
    color: #60441a;
}

.limited-pets hr {
    border: 1px solid #946926;
    border-radius: 10px;
}*/

/************

- content center

*************/
#content_center {
    margin: 0 25px;
}

.chosenPet__image {
    text-align: center;
    height: max-content;
    margin: 0 auto;
}

.chosenPet__image img {
    position: relative;
    width: 17em;
    left: 0;
    bottom: 0;
    margin-top: -2em;
}

.chosenPet_info {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Cafeteria', 'Arial Bold', sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: none;
}

.chosenPet__form {
    margin: .5em 0;
    background-color: #fdd124;
    border: 3px solid #946926;
    border-radius: 10px;
}

.chosenPet__fields {
    height: 61px;
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.chosenPet__label {
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    display: block;
    font-size: 20px;
    color: #363636;
}

.chosenPet__form input {
    height: 23px;
}

.chosenPet__form select {
    height: 29px;
}

.chosenPet__group:not(:last-child) {
    margin-right: 10px;
}

.colors {
    display: flex;
}

.color {
    list-style: none;
    width: 100px;
}

#pet_pic img {
    width: 200px;
    height: 200px
}

.species {
    margin-top: 4px;
    text-align: center;
}

#color_table {
    width: 100%;
    margin-top: -2em;
}

#color_table fieldset {
    border: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#color_table .form__radio {
    margin-left: .4em;
}

#color_table .radio {
    width: 100%;
    margin: 0 auto;
}

#color_table .radio input[type=radio]:not(old):checked {
    width: 100%;
    position: relative;
    padding: 1.5px;
    margin: 0 auto;
    background-color: #FFF;
    border: 1px solid #FFF;
    box-shadow: 1px 1px 1px #000;
}

.color-red {
    background: rgb(247, 61, 66);
    background: -moz-linear-gradient(0deg, rgba(247, 61, 66,1) 0%, rgba(255, 114, 113,1) 50%, rgba(247, 61, 66,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(247, 61, 66,1) 0%, rgba(255, 114, 113,1) 50%, rgba(247, 61, 66,1) 100%);
    background: linear-gradient(0deg, rgba(247, 61, 66,1) 0%, rgba(255, 114, 113,1) 50%, rgba(247, 61, 66,1) 100%);
    border: #96000c solid 2px;
    -webkit-box-shadow: inset 1px -1px 0px 0px rgb(203, 11, 25), inset -1px 1px 0px 0px rgb(247, 153, 153);
    -moz-box-shadow: inset 1px -1px 0px 0px rgb(203, 11, 25), inset -1px 1px 0px 0px rgb(247, 153, 153);
    box-shadow: inset 1px -1px 0px 0px rgb(203, 11, 25), inset -1px 1px 0px 0px rgb(247, 153, 153);
    color: #740604;
    font-size: 1.3rem;
    border-radius: 0.5px;
    text-align: center;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    cursor: pointer;
    border-style: solid;
    position: relative;
    box-sizing: border-box;
    /*width: 24% !important;
    max-width: 48px;*/
    text-transform: uppercase;
}

.color-yellow {
    background: rgb(254, 229, 31);
    background: -moz-linear-gradient(0deg, rgba(254, 229, 31,1) 0%, rgba(255, 247, 175,1) 50%, rgba(254, 229, 31,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(254, 229, 31,1) 0%, rgba(255, 247, 175,1) 50%, rgba(254, 229, 31,1) 100%);
    background: linear-gradient(0deg, rgba(254, 229, 31,1) 0%, rgba(255, 247, 175,1) 50%, rgba(254, 229, 31,1) 100%);
    border: #a16f09 solid 2px;
    -webkit-box-shadow: inset 1px -1px 0px 0px rgb(208, 187, 0), inset -1px 1px 0px 0px rgb(254, 245, 167);
    -moz-box-shadow: inset 1px -1px 0px 0px rgb(208, 187, 0), inset -1px 1px 0px 0px rgb(254, 245, 167);
    box-shadow: inset 1px -1px 0px 0px rgb(208, 187, 0), inset -1px 1px 0px 0px rgb(254, 245, 167);
    color: #7a5601;
    font-size: 1.3rem;
    border-radius: 0.5px;
    text-align: center;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    cursor: pointer;
    border-style: solid;
    position: relative;
    box-sizing: border-box;
    /*width: 24% !important;
    max-width: 48px;*/
    text-transform: uppercase;
}

.color-green {
    background: rgb(61,219,7);
    background: -moz-linear-gradient(0deg, rgba(61,219,7,1) 0%, rgba(140,255,97,1) 50%, rgba(61,219,7,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(61,219,7,1) 0%, rgba(140,255,97,1) 50%, rgba(61,219,7,1) 100%);
    background: linear-gradient(0deg, rgba(61,219,7,1) 0%, rgba(140,255,97,1) 50%, rgba(61,219,7,1) 100%);
    border: #206d04 solid 2px;
    -webkit-box-shadow: inset 1px -1px 0px 0px rgb(43, 165, 0), inset -1px 1px 0px 0px rgb(163, 249, 139);
    -moz-box-shadow: inset 1px -1px 0px 0px rgb(43, 165, 0), inset -1px 1px 0px 0px rgb(163, 249, 139);
    box-shadow: inset 1px -1px 0px 0px rgb(43, 165, 0), inset -1px 1px 0px 0px rgb(163, 249, 139);
    color: #0f6605;
    font-size: 1.3rem;
    border-radius: 0.5px;
    text-align: center;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    cursor: pointer;
    border-style: solid;
    position: relative;
    box-sizing: border-box;
    /*width: 24% !important;
    max-width: 48px;*/
    text-transform: uppercase;
}

.color-blue {
    background: rgb(52, 145, 253);
    background: -moz-linear-gradient(0deg, rgba(52, 145, 253,1) 0%, rgba(67, 212, 254,1) 50%, rgba(52, 145, 253,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(52, 145, 253,1) 0%, rgba(67, 212, 254,1) 50%, rgba(52, 145, 253,1) 100%);
    background: linear-gradient(0deg, rgba(52, 145, 253,1) 0%, rgba(67, 212, 254,1) 50%, rgba(52, 145, 253,1) 100%);
    border: #1a4592 solid 2px;
    -webkit-box-shadow: inset 1px -1px 0px 0px rgb(31, 98, 219), inset -1px 1px 0px 0px rgb(150, 193, 254);
    -moz-box-shadow: inset 1px -1px 0px 0px rgb(31, 98, 219), inset -1px 1px 0px 0px rgb(150, 193, 254);
    box-shadow: inset 1px -1px 0px 0px rgb(31, 98, 219), inset -1px 1px 0px 0px rgb(150, 193, 254);
    color: #043a7b;
    font-size: 1.3rem;
    border-radius: 0.5px;
    text-align: center;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    cursor: pointer;
    border-style: solid;
    position: relative;
    box-sizing: border-box;
    /*width: 24% !important;
    max-width: 48px;*/
    text-transform: uppercase;
}

.none-symbol, .bandana-symbol {
    cursor: pointer;
    background-position: center;
    background-size: contain;
    height: 57px;
    background-repeat: no-repeat;
}

#bandana_table {
    width: 100%;
}

#bandana_table fieldset {
    border: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    font-size: 18px;
}

#bandana_table .form__radio {
    margin-left: .4em;
}

#bandana_table .radio {
    width: 80%;
    margin: 0 auto;
}

#bandana_table .radio input[type=radio]:not(old):checked {
    width: 100%;
    postition: relative;
    border-radius: 6px;
    padding: 1.5px;
    margin: 0 auto;
    background-color: #FFF;
    border: 1px solid #FFF;
    box-shadow: 1px 1px 1px #000;
}

/************

- content right

*************/

/* .content_right {
	margin: 0 25px;
}
 */
.form__info {
    width: 90%;
    margin: 0 auto;
}

.form__group {
    margin: 10px 0 20px;
    color: #363636;
}

.form__input {
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    font-size: 20px;
}

.form__group select {
    width: 100%;
    padding: 5px 0;
}

.level {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px
}

.level__title {
    margin-right: 10px;
}

#stats_charts label {
    margin-top: 15px;
    font-size: 18px;
    color: #77541e;
}

.form__radio {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 5px auto;
}


#stats_charts fieldset {
    border: none;
    display: grid;
    grid-template-columns: .5fr 1fr 1fr 1fr;
}

.stat-item {
    grid-column-start: 2;
}

#stats_charts .form__radio {
    padding-left: 5.5em;
    margin-right: -.5em;
    margin-left: .4em;
}

#stats_charts .radio {
    width: 82%;
}

.radio input[type=radio]:not(old) {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

#stats_charts .radio input[type=radio]:not(old):checked {
    width: 100%;
    position: relative;
    border-radius: 6px;
    padding: 1.5px;
    /*margin: 0 auto;*/
    background-color: #FFF;
    border: 1px solid #FFF;
    box-shadow: 1px 1px 1px #000;
}

#pet_stats_set_0 {
    margin-left: .3em;
}

.stat_box:not(:last-child) {
    background-color: #FFFFFF;
    width: 80%;
}

.stat_box {
    background-color: #FFFFFF;
    cursor: pointer;
}

.stat_box .stat_bar_bg {
    background-repeat: no-repeat;
    height: 14px;
}

.stat_bar_bg {
    border-radius: 5px;
    text-align: right;
    background: #c4e6fc;
    background: -moz-linear-gradient(top, #c4e6fc 0%, #a2c7ee 0%, #b7d9f5 0%, #a2c7ee 0%
    , #984ad4 0%, #984ad4 15%, #c670fc 43%, #ce90f4 49%, #c670fc 55%,
    #984ad4 88%, #984ad4 100%);
    background: -webkit-linear-gradient(top, #c4e6fc 0%, #a2c7ee 0%, #b7d9f5 0%, #a2c7ee
    0%, #984ad4 0%, #984ad4 15%, #c670fc 43%, #ce90f4 49%, #c670fc 55%,
    #984ad4 88%, #984ad4 100%);
    background: linear-gradient(to bottom, #c4e6fc 0%, #a2c7ee 0%, #b7d9f5 0%, #a2c7ee
    0%, #984ad4 0%, #984ad4 15%, #c670fc 43%, #ce90f4 49%, #c670fc 55%,
    #984ad4 88%, #984ad4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4e6fc',
    endColorstr='#984ad4', GradientType=0);
}


.stat_bar_bg {
    background-color:#efefef;
}

.stat_bar_gap {
    height:8px;
    line-height:8px;
}

.stat_box {
    border-radius: 6px;
    border: 3px solid #946926;
    padding:4px;
}

.form__container {
    padding: 8px;
    background-color: #fdd124;
    border-radius: 10px;
    border: 3px solid #946926;
    margin-bottom: 68px;
}

.form__group-container {
    padding: 8px;
    background-color: #fdd124;
    border-radius: 10px;
    border: 3px solid #946926;
    position: relative;
}

#content_left {
    padding: 8px;
    background-color: #fdd124;
    border-radius: 10px;
    border: 3px solid #946926;
    height: 457px;
    position: relative;
}

#content_right {
    position: relative;
}

.nextBtn {
    display: none
}

/* BOX TITLE */
.radio_title {
    position: absolute;
    top: -31px;
    right: 15px;
    font-size: 18px;
    color: #77541e;
    text-transform: uppercase;
    background-color: #fdd124;
    border: 3px solid #946926;
    border-bottom: none;
    padding: 8px;
    padding-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
}

.select_title {
    position: absolute;
    top: -28px;
    right: 42px;
    font-size: 18px;
    color: #77541e;
    text-transform: uppercase;
    background-color: #fdd124;
    border: 3px solid #946926;
    border-bottom: none;
    padding: 8px;
    padding-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
}

.pets_title {
    position: absolute;
    top: -31px;
    left: 9px;
    font-size: 18px;
    color: #77541e;
    text-transform: uppercase;
    background-color: #fdd124;
    border: 3px solid #946926;
    border-bottom: none;
    padding: 8px;
    padding-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
}

#taken_msg div:last-child {
    display: none !important
}

#right-arrow-create {
    display: none;
}

#left-arrow-create {
    display: none;
}

#terrain, #likes, #meetothers {
    margin-top: 4px !important;
    display: block;
    margin: 10px auto;
    border: unset;
    border-radius: 4px;
    min-height: 29px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: inset 3px 3px 0px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: inset 3px 3px 0px 0px rgba(204, 204, 204, 1);
    box-shadow: inset 3px 3px 0px 0px rgba(204, 204, 204, 1);
    font-family: "MuseoSansRounded700", 'Arial Bold', sans-serif;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    padding-top: .5em;
}

.form_submit {
    width: 30%;
    min-width: max-content;
    margin: 2em auto;
}

.form_submit button, .nextBtn button {
    /*background-color: transparent;
    border-image-slice: 178 15 23 19;
    border-image-width: 63px 15px 0px 18px;
    border-image-outset: 1px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source:
        url(http://images50.neopets.com/createpet/images/create-button-true.svg);
        */
    background: rgb(255,202,23);
    background: -moz-linear-gradient(0deg, rgba(255,202,23,1) 0%, rgba(255,245,57,1) 50%, rgba(255,202,23,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,202,23,1) 0%, rgba(255,245,57,1) 50%, rgba(255,202,23,1) 100%);
    background: linear-gradient(0deg, rgba(255,202,23,1) 0%, rgba(255,245,57,1) 50%, rgba(255,202,23,1) 100%);
    border: #808080 solid 2px;
    -webkit-box-shadow: inset 0px -3px 2px 1px rgb(255, 245, 57), inset 0px 2px 0px 1px rgb(253, 249, 220);
    -moz-box-shadow: inset 0px -3px 2px 1px rgba(255,245,57,1), inset 0px 2px 0px 1px rgba(253,249,220,1);
    box-shadow: inset 0px -3px 2px 1px rgb(255, 245, 57), inset 0px 2px 0px 1px rgba(253,249,220,1);
    color: #1e1f1e;
    font-size: 45px;
    border-radius: 10px;
    text-align: center;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    /*max-width: 178px;*/
    font-weight: 900;
}

.form_submit button:hover, .nextBtn button:hover {
    /*border-image-source:
        url(http://images50.neopets.com/createpet/images/create-button-highlight.svg);*/
    background: rgb(255,245,57);
    background: -moz-linear-gradient(0deg, rgba(255,245,57,1) 0%, rgba(250,250,250) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,245,57,1) 0%, rgba(250,250,250) 100%);
    background: linear-gradient(0deg, rgba(255,245,57,1) 0%, rgba(250,250,250) 100%);
}

.pet_name {
    text-transform: uppercase;
    color: #363636;
    font-weight: 600;
    height: 22px;
    font-family: "Cafeteria", 'Arial Bold', sans-serif;
    text-align: center;
    font-size: 15px;
    padding: 84px 0 0 0;
}

#content_left, #content_right, #content_center {
    width: 33%;
    transition: all .5s ease-in-out;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

.activeImage {
    border-radius: 10px;
    border: 5px solid #FFF !important;
    box-shadow: 3px 2px 6px #33333352;
    width: 90px !important;
    height: 100px !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important
}

.chosenPet__info {
    /*display: none;*/
    color: #FFF;
    text-align: right;
    line-height: 22px;
    left: -4em;
    position: relative;
    margin: 0 auto;
}

.chosenPet__info p>span {
    font-size: 15px;
    text-align: right;
}

/*.icon_edit_res {
	display: none;
}*/

.color_btn_pet {
    margin-top: 2px;
    line-height: 2px;
    border-radius: 6px;
    margin-top: 3px;
}

.selected_pet_color {
    border: 1px solid #FFF;
    box-shadow: 1px 1px 1px #000;
}

.pickPetPopUp {
    display: none;
}

radio input[class=value_radio]:not(old):checked {
    width: 100px;
}

.hp-bg-grid__2020 {
    min-height: 100%;
}

.visible {
    display: block;
}

.visible.nextBtn {
    display: none;
}

@media only screen and (min-width: 1700px) {
    .hp-bg-grid__2020 {
        max-width: 1700px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 769px) {
    #pickPetPopUp.togglePopup__2020, #pickPetPopUp.nav-popup-shade__2020 {
        display: none !important;
    }
    .chosenPet__info {
        display: none;
    }
    #color_table.visible, #pet_form.visible, #bandana_table.visible, #species.visible {
        display: block;
    }
    .icon_edit_res {
        display: none;
    }
}

@media only screen and (min-width: 1500px) {
    .icon_edit_res {
        display: none;
    }
    .pickPetPopUp {
        display: none;
    }
}

/* Tablet View */
@media only screen and (max-width: 1500px) {
    #left-arrow-create.arrow-vis, #right-arrow-create.arrow-vis {
        display: block;
    }
    #left-arrow-create.arrow-invis, #right-arrow-create.arrow-invis {
        display: none;
    }
    .visible {
        display: none;
    }
    .content {
        padding: 0;
    }
    .chosenPet__label {
        font-size: 16px;
    }
    .chosenPet_info {
        font-size: 16px;
    }
    .form__input {
        font-size: 16px;
    }
    .chosenPet__form input {
        height: 18px;
    }
    .container table {
        margin: 0 auto;
    }
    .page-title__2020 h1 b {
        margin: 0;
    }
    /*#content_right {
        display: none;
    }*/
    #content_left, #content_right, #content_center {
        width: 100%;
        transition: all .5s ease-in-out;
        -webkit-animation: slide 0.5s forwards;
        -webkit-animation-delay: 2s;
        animation: slide 0.5s forwards;
        animation-delay: 2s;
    }
    #content_left {
        flex: 0 0 40%;
    }
    #left-arrow-create {
        display: none;
        padding-right: 8px;
        height: auto;
        width: 5%;
        cursor: pointer;
    }
    #left-arrow {
        margin: 190px 0px 0px 11px;
        width: 4em;
        padding-top: 7.5em;
        background-color: transparent;
        border: none;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #right-arrow-create {
        height: auto;
        /*width: 5%;*/
        /*padding-left: 20px;*/
        display: block;
        cursor: pointer;
    }
    #right-arrow {
        margin: 190px 0px 0px -15px;
        width: 4em;
        padding-top: 7.5em;
        background-color: transparent;
        border: none;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #content_center {
        margin: 0;
    }
    .chosenPet {
        display: block;
    }
    .chosenPet_info {
        font-size: 15px;
        flex-direction: column;
    }
    .chosenPet_info div {
        text-align: left !important;
    }
    .form__input, .chosenPet__label {
        font-size: 19px;
    }
    #color_table {
        width: 88%;
        margin: -2em auto 0;
    }
    .form__info {
        width: 88% !important;
    }
    .chosenPet__form {
        padding: 0;
        width: 88%;
        margin: 8px auto 8px;
    }
    .chosenPet__fields {
        justify-content: center;
        margin: 0 auto;
        padding: 0;
    }
    .chosenPet__group {
        margin-right: 0
    }
    .chosenPet__form .availability {
        width: 152px !important;
    }
    .species {
        font-size: 18px;
        font-family: "Cafeteria", 'Arial Bold', sans-serif;
    }
    .species b {
        font-weight: 400;
    }
    .form__container {
        margin-bottom: 55px;
    }
    .level {
        justify-content: space-evenly;
        margin: 0;
    }
    .nextBtn {
        display: none
    }
    .chosenPet_info {
        display: none;
    }
    .stat_box {
        width: 100px;
        cursor: pointer
    }
    .select_title {
        right: 53px;
    }
}

@media only screen and (max-width: 1440px) {
    .radio input[class=value_radio_0]:not(old):checked {
        margin-left: 3px;
        width: 108px;
    }
    .radio input[class=value_radio_1]:not(old):checked {
        margin-left: 0;
        width: 108px;
    }
    .radio input[class=value_radio_2]:not(old):checked {
        margin-left: -3px;
        width: 105px;
    }
}

@media only screen and (max-width: 1024px) {
    .radio input[class=value_radio_0]:not(old):checked {
        margin-left: -4px;
        width: 95px;
    }
    .radio input[class=value_radio_1]:not(old):checked {
        margin-left: -5px;
        width: 95px;
    }
    .radio input[class=value_radio_2]:not(old):checked {
        margin-left: -5px;
        width: 94px;
    }
}

/* Mobile View */
@media only screen and (max-width: 768px) {
    .visible, .nextBtn.visible {
        display: none;
    }
    .hp-bg-grid__2020 {
        min-height: 900px;
    }
    .error_container {
        padding-left: 7px;
    }
    .header-container__2020 img {
        margin-left: -31px;
        height: 46px;
        width: 48px;
        position: absolute;
        margin-top: -3px;
    }
    .page-title__2020 h1 b {
        font-size: 20px;
        margin: 0 auto;
    }
    .pets_title {
        display: none;
    }
    .page-title__2020 h1>img {
        display: none
    }
    #page_body {
        margin: 0px;
    }
    .content {
        flex-direction: column;
    }
    #content_left {
        width: 70%;
        height: auto;
        margin: 0 auto;
        width: 93%;
        padding: 8px 8px 0px 8px;
    }
    .container table {
        table-layout: fixed;
    }
    #right-arrow-create, #left-arrow-create {
        display: none;
    }
    #right-arrow-create {
        display: none
    }
    #content_left, #content_right, #content_center {
        margin: auto;
    }
    #right-arrow-create, #left-arrow-create {
        display: none !important
    }
    .nextBtn {
        display: block;
        width: 30%;
        min-width: max-content;
        margin: 2em auto;
    }
    .list_pets {
        overflow-x: scroll;
        flex-wrap: nowrap;
        overflow-y: hidden;
        margin: 0px 0 0;
        height: 115px;
        /*margin-bottom: -13px;*/
        justify-content: flex-start;
    }
    .list_pets>div {
        margin-top: 0px !important;
        height: 86px !important;
        box-shadow: none;
    }
    .list_pets>div>a {
        height: 70px !important;
        width: 70px !important;
    }
    #pet-arrow-left, #pet-arrow-right {
        display: block;
    }
    .pet_name {
        font-size: 16px;
        height: 13px;
        letter-spacing: 0.4px;
    }
    .list_pets>.activeImage, #list_pets_mobile>.activeImage {
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        box-shadow: 3px 2px 6px #33333352 !important;
        height: 86px;
    }
    .list_pets .pet_name {
        padding: 70px 0 0 0;
    }
    .list_pets .limited-pets hr, .list_pets .limited-pets p {
        display: none;
    }
    .list_pets .limited-pets {
        /*border-left: 2px solid #946926;*/
        /*margin: 0 1em;*/
    }
    .nextText {
        font-weight: 800;
        font-family: "Cafeteria", 'Arial Bold', sans-serif;
        font-size: 110px;
        text-align: right;
        margin-top: -49px;
        margin-right: 10%;
        cursor: pointer;
    }
    #gender {
        margin-bottom: 20px;
        width: 152px;
    }
    #neopet_name {
        display: block;
    }
    .chosenPet__fields {
        margin: 0px auto;
    }
    .chosenPetInfo {
        height: max-content;
        width: 98%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 8px 0;
    }
    .chosenPet__image img {
        margin-top: -1em;
    }
    #color_table {
        margin-top: -1em;
    }
    .icon_edit_res {
        cursor: pointer;
        width: 3.7em;
        padding-top: 3.7em;
        border: none;
        background-color: transparent;
        background-repeat: no-repeat;
        position: absolute;
        right: 1em;
        left: unset;
        top: 0;
    }
    /*#content_right {
        display: none
    }*/
    .form__group {
        margin: 0
    }
    .select_title {
        padding-top: 3px;
        /*right: 40px;*/
        top: -23px;
    }
    .radio_title {
        padding-top: 3px;
        right: 9px;
        top: -26px;
    }
    .form__container {
        margin-bottom: 26px;
    }
    .form__group--radio {
        margin-top: 0px;
    }
    /*#bandana_table {
        width: 88%
    }*/
    .chosenPet__form {
        width: 95%;
    }
    #list_pets_mobile {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        overflow: scroll;
        height: 490px;
        overflow-y: scroll;
        padding: 9px 15px;
        scrollbar-width: none;
    }
    .pickPetPopUp {
        cursor: pointer;
        background-size: contain;
        display: block;
        position: absolute;
        width: 3.5em;
        padding-top: 3em;
        top: 0px;
        right: 1em;
        background-repeat: no-repeat;
        background-position: center;
        border: none;
        background-color: transparent;
    }
    .pickPetPopUp.visible {
        display: none;
    }
    .chosenPet__fields, .chosenPet__group {
        width: inherit
    }
    .chosenPet__group {
        width: auto
    }
    #list_pets_mobile>.activeImage {
        border: 5px solid #fff
    }
    .popup-button-checkmark {
        background-position: center;
        background-size: auto;
        background-repeat: no-repeat;
        position: absolute;
        width: auto;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: inherit;
    }
    .popup-grid3__2020 {
        display: flex;
        justify-content: space-between;
    }
    .page-title__2020 h1>b {
        padding: 5px 14px 4px 14px;
    }
    .error_container {
        margin: 0 auto;
        width: 335px;
    }
    #bandana_table .radio {
        width: 4rem;
    }
    .radio input[class=value_radio_0]:not(old):checked {
        margin-left: 20px;
        width: 105px;
    }
    .radio input[class=value_radio_1]:not(old):checked {
        margin-left: 8px;
        width: 108px;
    }
    .radio input[class=value_radio_2]:not(old):checked {
        margin-left: -3px;
        width: 105px;
    }
    .chosenPet__image img {
        bottom: 0;
    }
    .page-title__2020 h1 {
        padding: 4px 3px;
        max-width: 188px
    }
}

@media only screen and (max-width: 600px) {
    .radio input[class=value_radio_0]:not(old):checked {
        margin-left: -4px;
        width: 21%;
    }
    .radio input[class=value_radio_1]:not(old):checked {
        margin-left: -1px;
        width: 20%;
    }
    .radio input[class=value_radio_2]:not(old):checked {
        margin-left: -5px;
        width: 20%;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
    .smallStats {
        display: block
    }
    .largeStats {
        display: none
    }
}

@media only screen and (max-width: 482px) {
    .form__info {
        width: 100% !important;
    }
    .smallStats {
        display: block
    }
    .largeStats {
        display: none
    }
    .radio input[class=value_radio_0]:not(old):checked {
        margin-left: -45px;
        width: 22%;
    }
    .radio input[class=value_radio_1]:not(old):checked {
        margin-left: -29px;
        width: 22%;
    }
    .radio input[class=value_radio_2]:not(old):checked {
        margin-left: -19px;
        width: 24%;
    }
    .chosenPet__info {
        /*left: -13px;*/
        position: relative;
    }
    .select_title {
        right: 13px;
    }
    .header-container__2020 {
        width: calc(90% - 50px);
    }
    .chosenPet__image img.statView {
        margin-left: -2em;
    }
    .chosenPet__info {
        left: 0;
    }
}

@media only screen and (max-width: 425px) {
    .radio input[class=value_radio_0]:not(old):checked {
        margin-left: -57px;
        width: 26%;
    }
    .radio input[class=value_radio_1]:not(old):checked {
        margin-left: -42px;
        width: 27%;
    }
    .radio input[class=value_radio_2]:not(old):checked {
        margin-left: -12px;
        width: 24%;
    }
}

@media only screen and (max-width: 375px) {
    .radio input[class=value_radio_0]:not(old):checked {
        margin-left: -48px;
        width: 25%;
    }
    .radio input[class=value_radio_1]:not(old):checked {
        margin-left: -33px;
        width: 26%;
    }
    .radio input[class=value_radio_2]:not(old):checked {
        margin-left: -20px;
        width: 26%;
    }
}

@media only screen and (max-width: 320px) {
    .radio input[class=value_radio_0]:not(old):checked {
        margin-left: -35px;
        width: 25%;
    }
    .radio input[class=value_radio_1]:not(old):checked {
        margin-left: -28px;
        width: 25%;
    }
    .radio input[class=value_radio_2]:not(old):checked {
        margin-left: -12px;
        width: 24%;
    }
    .header-container__2020 h1 b {
        font-size: 12px
    }
    #bandana_table .radio {
        width: 80%;
    }
    .none-symbol, .bandana-symbol {
        height: 45px;
    }
    .chosenPet__group {
        width: 50%;
    }
    #gender {
        width: 100%;
    }
    .pickPetPopUp {
        right: 0;
    }
    .chosenPet__info {
        left: -2em;
    }
}

@media only screen and (max-width: 280px) {
    #bandana_table .radio {
        width: 80%;
    }
    .none-symbol, .bandana-symbol {
        height: 45px;
    }
    .chosenPet__group {
        width: 50%;
    }
    #gender {
        width: 100%;
    }
    .pickPetPopUp {
        right: 0;
    }
    .chosenPet__info {
        left: -2em;
    }
}
