::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #cbcbcb;
}

:root {
    --dark-item-bg: #161618;
    --dark-theme-bg: #000000;
    --dark-gray-bg: #212124;
    --dark-text: #ffffff;
    --dark-gray-text: #818181;
}

::-webkit-scrollbar-thumb {
    background-color: #919191;
    border-radius: 20px;
    border: 3px solid #cbcbcb;
}

.bubbleg {
    position: relative;
    margin-left: 16.66666667%;
    padding-top: 17px;
    padding-left: 21px;
    padding-right: 21px;
    height: 100%;
}

.jdiv {
    display: flex;
    margin-right: 0 !important;
    margin-left: 0 !important;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
}

.check {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 16px;
    height: 16px;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

.check:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(34, 50, 84, 0.03);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.check svg {
    position: relative;
    z-index: 1;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #c8ccd4;
    stroke-width: 1.5;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease;
}

.check svg path {
    stroke-dasharray: 60;
    stroke-dashoffset: 0;
}

.check svg polyline {
    stroke-dasharray: 22;
    stroke-dashoffset: 66;
}


.check:hover svg {
    stroke: #000000e8;
}

#cbx2:checked+.check svg {
    stroke: #000000e8;
}

#cbx2:checked+.check svg path {
    stroke-dashoffset: 60;
    transition: all 0.3s linear;
}

#cbx2:checked+.check svg polyline {
    stroke-dashoffset: 42;
    transition: all 0.2s linear;
    transition-delay: 0.15s;
}

.filters {
    width: 230px;
    min-height: 122px;
    position: relative;
    background: #ffffff;
    padding: 11px;
    border-radius: 5px;
    box-shadow: 0 0 4px 1px #00000026;
    margin-bottom: 10px;
}

.filterform button {
    width: 21rem;
    height: 20px;
    margin: 10px 0px 0px;
    padding-bottom: 27px;
    border: none;
    background: #121212;
    position: relative;
    padding-top: 8px;
    border-radius: 4px;
    box-shadow: 0 0 3px 1px #000000b8;
    color: #f2f2f2;
}

.filterform .lbl {
    position: relative;
    top: -4px;
    left: 4px;
    font-size: 15px;
}

.pricesinp {
    width: 97px;
    outline: none;
    border: 1px solid #bbb;
    border-radius: 2px;
    padding-left: 3px;
}

.jdiv input {
    margin-top: 10px;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 5px 0px #00000013;
    border-radius: 4px;
    width: 23%;
    padding-left: 6px;
    height: 29px;
    background: #f3f9ff;
    outline: none;
    transition: ease-in-out .4s;
}

.cdiv {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.cdiv input {
    margin-top: 10px;
    border: 1px solid #c1c1c1;
    box-shadow: 0 0 5px 0px #00000013;
    border-radius: 4px;
    width: 18%;
    padding-left: 6px;
    height: 27px;
    background: #f3f9ff;
    outline: none;
    transition: ease-in-out .4s;
}

.cstmbtn {
    outline: none;
    width: 23%;
    margin-top: 10px;
    margin-bottom: 13px;
    border-color: #323439;
    background-color: #323439;
    box-shadow: 0 0 5px 0px #00000013;
    font-size: 14px;
}

.cstmbtn:focus {
    border-color: #24282e;
    background-color: #24282e;
    box-shadow: 0 0 5px 0px #00000038;
}

.cstmbtn:hover {
    border-color: #24282e;
    background-color: #24282e;
    box-shadow: 0 0 5px 0px #00000038;
}

.karakteradi:hover {
    box-shadow: 0 0 5px 0px #00000038;
}

.karakteradi:focus {
    box-shadow: 0 0 5px 0px #00000038;
}

.pagehead {
    position: relative;
    margin-top: 60px;
    margin-left: 16.66666667%;
    height: 55px;
    background: white;
    box-shadow: 0 1px 6px 0px #00000021;
}

.pagehead .page-header {
    padding: 18px;
    padding-left: 22px;
    border: none;
    font-size: 1.7rem !important;
    font-family: MetropolisMedium;
    color: #212832 !important;
}

.page-header img {
    width: 19px;
    margin-top: -3px;
    margin-right: 3px;
}

p.back-link {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: none !important;
}

.bubbledown {
    width: 100%;
    min-height: 25rem;
    background: #ffffff;
    box-shadow: 0 1px 6px 0px #00000021;
    border-radius: 5px;
    border-top: 3px solid #337ab7;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bubbledown h4 {
    padding-left: 15px;
    font-size: 22px;
    margin-bottom: 5px !important;
}

.bubbledown hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.bubbledown p {
    margin-top: 2px;
    padding-left: 15px;
    font-size: 14px;
    text-shadow: 0 0 1px #00000026;
}

.bubbledown span {
    color: #337ab7;
    text-shadow: 0 0 1px #337ab75c;
    font-size: 15px;
    padding-left: 15px;
}

.create-button {
    float: right;
    padding: 10px 15px 10px 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #323439;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 4px 0px #0000004f;
    transition: ease-in-out .4s;
}

.create-button:hover {
    text-decoration: none;
    box-shadow: 0 0 5px 0px #0000005e;
    color: #ffffff;
}

.table-div {
    position: relative;
    display: flex;
    width: 96.2%;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 14px;
    margin-top: 15px;
}

.main-table-div {
    padding: 0px;
    background: white;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    box-shadow: 0 0.15rem 1.75rem #21283226;
}

.main-table-div a {
    color: #0061f2;
    font-family: 'MetropolisMedium';
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
}

.users-table-info {
    color: #69707a;
    background: white;
    border-top: none;
    border-bottom: 2px solid #69707a;
    font-family: 'MetropolisMedium';
}

.tbody-tr {
    height: 45px;
    border-top: 1px solid #e4e6ef;
    color: #69707a;
    background-color: #f2f2f2;
    font-family: 'MetropolisRegular';
}

.pages-table thead {
    background-color: #eaecf4;
    height: 48px;
}

.tbodytr {
    height: 45px;
    border-bottom: 1px solid #e4e6ef;
    color: #757575;
}

#blur {
    width: 100%;
    height: 100%;
    background: #0000009c;
    position: fixed;
    z-index: 9999;
    top: 0rem;
    opacity: 0;
}

#selectPunishment {
    width: 30%;
    position: absolute;
    margin-left: 65rem;
    top: 37rem;
    z-index: 10000;
    justify-content: space-evenly;
    border-top: 3px solid #323439;
    margin-right: 65rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    opacity: 0;
}

.buttonsdiv a {
    height: 57%;
    position: relative;
    background: #ebf0f5;
    padding: 11px;
    border-radius: 5px;
    box-shadow: 0 0 4px 0px #00000042;
    top: 1rem;
    color: #337ab7;
    text-decoration: none;
    transition: ease-in-out .4s;
}

.buttonsdiv {
    display: flex;
    justify-content: center;
    height: 7rem;
}

.buttonsdiv a:hover {
    box-shadow: 0 0 6px 0px #0000004d;
}

#selectPunishment h3 {
    height: 17%;
    text-align: center;
}

#checkAccount {
    width: 30%;
    position: absolute;
    margin-left: 65rem;
    top: 37rem;
    z-index: 10000;
    justify-content: space-evenly;
    border-top: 3px solid #323439;
    margin-right: 65rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    opacity: 0;
}

#checkAccount a {
    height: 17%;
    position: relative;
    margin-top: 10rem;
    background: #ebf0f5;
    padding: 9px;
    border-radius: 5px;
    box-shadow: 0 0 4px 0px #00000042;
    top: 3rem;
    margin-left: 3rem;
    color: #337ab7;
    text-decoration: none;
    transition: ease-in-out .4s;
}

#checkAccount a {
    height: 17%;
    position: relative;
    margin-top: 10rem;
    background: #ebf0f5;
    padding: 9px;
    border-radius: 5px;
    box-shadow: 0 0 4px 0px #00000042;
    top: 3rem;
    margin-left: 3rem;
    color: #337ab7;
    text-decoration: none;
    transition: ease-in-out .4s;
}

#checkAccount a:hover {
    box-shadow: 0 0 6px 0px #0000004d;
}

#checkAccount h3 {
    height: 17%;
    text-align: center;
}



.back-button {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #323439;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 0 1px #00000052;
    transition: ease-in-out .4s;
}

.back-button:hover {
    color: #323439;
    text-decoration: none;
    text-shadow: 0 0 1px #00000061;
}

.jailbtn {
    padding: 9px 29px 9px 29px !important;
    margin-left: 3rem !important;
}

.announcements {
    width: 100%;
    height: 10rem;
    margin-top: 10px;
}

.announcement p {
    text-align: left;
    padding: 9px 6px 9px 11px;
    background: #fff;
    border-radius: 5px;
    border-left: 3px solid #cb352a;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 0 4px 1px #00000012;
    color: #444;
    font-family: 'MetropolisRegular';
}

.announcement a {
    cursor: pointer;
    text-decoration: none;
}

.setinp {
    width: 37%;
    background: #f9fafb !important;
}

.ad-inp {
    border-radius: 7px !important;
    margin-left: 280px;
}

.ad-btn {
    margin-left: 268px;
    margin-top: 7px;
    margin-bottom: 11px;
    border: none;
    border-radius: 10px;
    padding: 4px 10px 4px 7px;
    background: green;
    color: #fff;
    box-shadow: 0 0 4px 0 #00000061;
}

.clinp {
    margin-left: 15px !important;
    width: 97.7% !important;
}

.classbuton {
    margin-left: 15px;
    margin-top: 12px;
    width: 97.7%;
    border-radius: 5px;
    border: none;
    background: #323439;
    box-shadow: 0 0 6px 0 #00000061;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
}

.theend {
    margin-bottom: 20px;
}

.querydiv input {
    background: #ededed !important;
    margin-left: 15px;
    width: 57% !important;
}

.querydiv label {
    padding-left: 15px;
}

/* Loader */

.svg {
    width: 6.25em;
    transform-origin: center;
    animation: rotate4 2s linear infinite;
    display: inline-block;
    margin-left: 46%;
    margin-top: 25%;
}

.circle {
    fill: none;
    stroke: hsl(214, 97%, 59%);
    stroke-width: 2;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash4 {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dashoffset: -125px;
    }
}

#page-div {
    display: none;
    opacity: 0;
}

#loader {
    height: 1000px;

}


.account-navbar {
    margin-top: 15px;
    height: 55px;
}

.navbar-elements a {
    font-family: MetropolisRegular;
    font-size: 1.75rem;
    color: #69707a;
    border-bottom-width: 0.225rem;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.navbar-elements a:hover {
    text-decoration: none;
    cursor: pointer !important;
}

.account-navbar hr {
    border-top: 1px solid #ddd;
    margin-top: 8px !important;
}

.navbar-flex {
    display: flex;
}

.ms-0 {
    margin-left: 1rem !important;
}

.navlink-active {
    color: #0061f2 !important;
    border-bottom-color: #0061f2 !important;
}

.character-text {
    border-bottom: 1px solid #e9ecf2;
}

.character-name {
    position: relative;
    top: -4px;
    font-family: MetropolisMedium;
    color: #363d47;
}

.character-login {
    float: right;
    border: none;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    background: #0061f2;
    color: #fff;
    margin-top: 6px;
    font-family: MetropolisRegular;
    box-shadow: 0 0 4px 1px #00000040;
}

.character-login:hover {
    text-decoration: none;
    color: #fff;
}

.character-div {
    padding: 0px 15px;
}

.character-panel-text {
    margin-top: 10px;
    margin-bottom: 0px;
}

.character-image {
    margin-left: 10px;
    clip-path: circle(40% at 50% 50%);
    height: 7rem;
}

.profile-div {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(33, 40, 50, .125);
    border-radius: 0.35rem;
    box-shadow: 0 0.15rem 1.75rem #21283226;
}

.profile-header {
    padding: 1.5rem 1.55rem;
    margin-bottom: 0;
    background-color: #21283208;
    border-bottom: 1px solid rgba(33, 40, 50, .125);
    border-radius: 0.35rem 0.35rem 0 0;
    color: #0061f2;
    font-size: 1.6rem;
    font-family: MetropolisMedium;
}

.profile-body {
    padding: 2.15rem 1.35rem 1.55rem 1.35rem;
    text-align: center !important;
}

.profile-body img {
    vertical-align: middle;
    margin-bottom: 0.5rem !important;
    clip-path: circle(40% at 50% 50%);
    height: 15rem;
}

.profile-body p {
    --bs-text-opacity: 1;
    color: #a7aeb8 !important;
    margin-bottom: 1.5rem !important;
    font-size: 1.1em;
    font-family: MetropolisRegular;
}

.profile-body button {
    font-weight: 400;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.875rem 1.125rem;
    font-size: 1.1em;
    border-radius: 0.35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #0061f2;
    border-color: #0061f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'MetropolisRegular';
}

.profile-body button:hover {
    background-color: #0061f2;
    border-color: #0061f2;
}

#profile {
    width: 33.33333333%;
}

#account-details {
    width: 64.666667%;
    margin-left: 27px;
}

#change-password {
    width: 64.666667%;

}

#set-pin {
    width: 33.33333333%;
    margin-left: 27px;
}

.acdetails-div {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(33, 40, 50, .125);
    border-radius: 0.35rem;
    box-shadow: 0 0.15rem 1.75rem #21283226;
}

.acdetails-header {
    padding: 1.5rem 1.55rem;
    margin-bottom: 0;
    background-color: #21283208;
    border-bottom: 1px solid rgba(33, 40, 50, .125);
    border-radius: 0.35rem 0.35rem 0 0;
    color: #0061f2;
    font-size: 1.6rem;
    font-family: MetropolisMedium;
}

.acdetails-body {
    padding: 1.95rem 1.95rem 1.95rem 2rem;
    flex: 1 1 auto;
}

.acdetails-body label {
    margin-bottom: 0.25rem !important;
    font-size: 1.1em;
    display: inline-block;
    color: #69707a !important;
    font-weight: 400;
    font-family: 'MetropolisRegular';
}

.acdetails-body .ac-elements-input {
    width: 100%;
    padding: 1.275rem 1.525rem;
    font-size: 0.98em;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    outline-color: #0061f2;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5ccd6;
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, outline-color .15s ease-in-out;
    font-family: MetropolisRegular;
}

.ac-elements-category {
    padding: 1.275rem 1.525rem;
    font-size: 0.98em;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    outline-color: #0061f2;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5ccd6;
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, outline-color .15s ease-in-out;
    font-family: MetropolisRegular;
    width: 15%;
}

.ac-elements {
    margin-bottom: 1.5rem !important;
}

.btnprimary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background-color: #0061f2;
    border-color: #0061f2;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.875rem 1.125rem;
    font-size: .999em;
    font-family: 'MetropolisRegular';
    border-radius: 0.35rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btnprimary:hover {
    background-color: #0052ce;
    text-decoration: none;
    color: #fff;
}

.card-special-div {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(33, 40, 50, .125);
    border-radius: 0.35rem;
    box-shadow: 0 0.15rem 1.75rem #21283226;
}

.card-special-header {
    padding: 1.5rem 1.55rem;
    margin-bottom: 0;
    background-color: #21283208;
    border-bottom: 1px solid rgba(33, 40, 50, .125);
    border-radius: 0.35rem 0.35rem 0 0;
    color: #0061f2;
    font-size: 1.6rem;
    font-family: MetropolisMedium;
}

.card-special-body {
    padding: 1.95rem 1.95rem 1.95rem 2rem;
    flex: 1 1 auto;
}

.card-special-body label {
    margin-bottom: 0.25rem !important;
    font-size: 1.1em;
    display: inline-block;
    color: #69707a !important;
    font-weight: 400;
    font-family: 'MetropolisRegular';
}

.card-special-body .ac-elements-input {
    width: 100%;
    padding: 1.275rem 1.525rem;
    font-size: 0.98em;
    font-weight: 400;
    line-height: 1;
    color: #69707a;
    outline-color: #0061f2;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5ccd6;
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, outline-color .15s ease-in-out;
    font-family: MetropolisRegular;
}

.ac-elements {
    margin-bottom: 1.5rem !important;
}

.card-radio {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    float: left;
    margin-left: -1.5em;
    border-radius: 50%;
    background-color: #0061f2;
    border-color: #0061f2;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.ml-5 {
    margin-left: 5px;
}

.ml-5-r {
    margin-left: 5rem;
}

.nothing-comp {
    text-align: center;
    margin-top: 17px;
    margin-bottom: 17px;
    color: #69707a;
    font-family: 'MetropolisRegular';
}

.top-cont {
    width: 920px !important;
    height: 100% !important;
    margin-left: 22.5% !important;
    background: white;
    z-index: 50000;
    position: relative;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, .2);
    height: 830px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.top-cont h3 {
    color: #363d47;
    font-family: 'MetropolisMedium';
    margin-bottom: 2rem !important;
}

.top-cont span {
    text-align: center;
    float: left;
    margin-left: 125px;
}

.top-cont .topimg {
    float: right;
    margin-right: 21px;
    cursor: pointer;
}

.top-cont p {
    text-align: center;
    font-family: 'MetropolisRegular';
    color: #69707a;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 5px;
    font-size: 15px;
}

.conta {
    margin-top: 4%;
    width: 100%;
}

.container-popup {
    height: 300px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 4px 4px 30px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap: 5px;
    background-color: rgba(0, 110, 255, 0.041);
    margin: 81px;
    margin-left: 20%;
    margin-top: 30px;
    margin-bottom: 0px;
    position: relative;
}

.header-popup {
    flex: 1;
    width: 100%;
    border: 2px dashed royalblue;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header-popup svg {
    height: 100px;
}

.header-popup p {
    text-align: center;
    color: black;
}

.footer-popup {
    background-color: rgba(0, 110, 255, 0.075);
    width: 100%;
    height: 40px;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: black;
    border: none;
}

.footer-popup svg {
    height: 130%;
    fill: royalblue;
    background-color: rgba(70, 66, 66, 0.103);
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.205);
}

.footer-popup p {
    flex: 1;
    text-align: center;
}

#file {
    display: none;
}

#file2 {
    display: none;
}

#popup-pvmdl {
    display: none;
    opacity: 0;
    z-index: 40000;
    position: fixed;
    overflow: overlay;
    width: 100%;
    height: 100%;
    background: #00000033;
    margin-top: -60px;
}

#uploadForm {
    margin-top: -19px;
    height: 94%;
    position: relative;
}

.btn-donate {
    --clr-font-main: hsla(0 0% 20% / 100);
    --btn-bg-1: hsl(194deg 51.14% 46.37%);
    --btn-bg-2: hsl(194deg 49.01% 48.62%) 55%;
    --btn-bg-color: hsla(360 100% 100% / 1);
    --radii: 0.5em;
    cursor: pointer;
    padding: 0.9em 1.4em;
    min-width: 230px;
    min-height: 44px;
    font-size: var(--size, 1.5rem);
    font-family: "Segoe UI", system-ui, sans-serif;
    font-weight: 500;
    transition: 0.8s;
    background-size: 280% auto;
    background-image: linear-gradient(325deg, hsl(225deg 72.73% 56.86%) 0%, hsl(194deg 42.16% 46.53%) 55%, hsl(225deg 72.73% 56.86%) 90%);
    border: none;
    border-radius: var(--radii);
    color: var(--btn-bg-color);
    box-shadow: 0px 0px 20px rgb(53 133 183 / 50%), 0px 5px 5px -1px rgba(58, 125, 233, 0.25), inset 4px 4px 8px rgba(175, 230, 255, 0.5), inset -4px -4px 8px rgba(19, 95, 216, 0.35);
    margin-top: 14px;
    margin-left: 27%;
}

.btn-donate:hover {
    background-position: right top;
}

.btn-donate:is(:focus, :focus-within, :active) {
    outline: none;
    box-shadow: 0 0 0 3px var(--btn-bg-color), 0 0 0 6px var(--btn-bg-2);
}

.complaint-body-h4 {
    text-align: center;
    font-family: 'MetropolisMedium';
    color: #212832;
}

.complaint-pre {
    display: flex;
    flex-direction: column;
    width: 15%;
    margin-left: 0.7rem;
}

.complaint-pre p {
    margin-bottom: 8px;
    border-radius: 0.35rem 0.35rem 0 0;
    color: #212832;
    font-size: 1.6rem;
    font-family: MetropolisMedium;
}

.complaint-explain {
    display: flex;
    flex-direction: column;
    width: 20rem;
}

.complaint-explain p {
    margin-bottom: 8px;
    border-radius: 0.35rem 0.35rem 0 0;
    color: #212832;
    font-size: 1.5rem;
    font-family: 'MetropolisRegular';
}

.wd-100 {
    width: 100% !important;
}

.wd-20 {
    width: 20% !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.market-body {
    padding: 1.95rem 0rem 0.5rem 1.7rem;
    display: flex;
    flex-wrap: wrap;
}

.market-filter {
    margin: 10px 0px 10px 0px;
    font-family: 'MetropolisRegular';
    font-size: 15px;
    padding: 7px 0px 7px 8px;
    border-radius: 6px;
    color: #212832;
    transition: .1s ease-in-out;
    cursor: pointer;
}

.market-filter:hover {
    background: #f2f6fc;
    font-family: 'MetropolisMedium';
}

.market-active {
    background: #f2f6fc;
    font-family: 'MetropolisMedium';
}

.market-card {
    width: 31.7%;
    background: #f2f6fc;
    padding: 0px 0px 12px 0px;
    margin-right: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.market-card img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}

.market-card h5 {
    font-family: 'MetropolisMedium';
    color: #212832;
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
}

.market-card p {
    font-family: 'MetropolisRegular';
    font-size: 13px;
    color: #69707a;
    padding-left: 12px;
    padding-right: 12px;
}

.market-card span {
    float: right;
    padding: 5px;
    border-radius: 6px;
    background: green;
    width: 47px;
    text-align: center;
    color: #fff;
    font-family: MetropolisRegular;
    font-size: 13px;
    margin-right: 12px;
}

#market-character {
    display: block;
    opacity: 1;
}

#market-account {
    display: none;
    opacity: 0;
}

#market-other {
    display: none;
    opacity: 0;
}

.comp-character-name {
    width: 30% !important;
}

.comp-about {
    width: 30% !important;
}

.wd-73 {
    width: 73.666667% !important;
}

#cards {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 25px;
}

.bill-card {
    width: 35%;
    background: #fff;
    box-shadow: 0 0.15rem 1.75rem #21283226;
    border-radius: 6px;
}

.blue {
    border-left: 0.3rem solid #0061f2 !important;
    border-radius: 6px;
}

.purp {
    border-left: 0.3rem solid #6900c7 !important;
    border-radius: 6px;
}

.purp a {
    color: #6900c7 !important;
}

.purp-span {
    color: #6900c7 !important;
}

.blue-span {
    color: #0061f2 !important;
}

.cyan {
    border-left: 0.3rem solid #00cfd5 !important;
}

.cyan-span {
    color: #00cfd5 !important;
}

.green {
    border-left: 0.3rem solid #00ac69 !important;
}

.greenn-span {
    color: #00ac69 !important;
}

.bill-card-body {
    display: flex;
    flex-direction: column;
    padding: 1.55rem;
    padding-left: 2.55rem;
}

.bill-card-body span {
    font-family: MetropolisRegular;
    color: #757a81;
    font-size: .975em;
}

.bill-card-body h3 {
    margin-top: 2px;
    margin-bottom: 15px;
    font-family: MetropolisMedium;
}

.bill-card-body a {
    color: #0061f2;
    text-decoration: none;
    font-size: 1.075em;
    font-family: MetropolisRegular;
}

.paid-span {
    background: rgb(0, 172, 105);
    padding: 4px;
    border-radius: 6px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    box-shadow: 0 0.15rem 1rem #21283226;
}

.mt-15 {
    margin-top: 15px;
}

.ch {
    margin-right: 16px;
}

.ch img {
    clip-path: circle(43% at 50% 50%);
    height: 14rem;
}

.enough-info {
    color: #212832;
    font-family: MetropolisMedium;
    padding: 10px 15px 0px 15px;
}

.login-div-footer {
    border-top: 1px solid rgba(33, 40, 50, .125);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
    font-size: 1.4rem !important;
    color: #0061f2 !important;
    text-decoration: none;
    font-family: MetropolisRegular;
    cursor: pointer;
}

.profile {
    margin-left: 30px;
}

.index-oocjail {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    width: 49.3%;
}

.information-div {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.information-element {
    background: #fff;
    padding: 1rem;
    border-radius: 6px;
    border-left: 3px solid #cb352a;
    margin-top: 13px;
    box-shadow: 0 0.15rem 1.15rem #21283226;
    font-family: MetropolisRegular;
}

.information-div h3 {
    font-family: MetropolisRegular;
    color: #363d47;
}

.private-model-info {
    border-left-color: #4169e1 !important;
}

.date-info {
    color: rgb(0, 97, 242) !important;
    font-family: MetropolisMedium;
    font-size: 15px;
}

.navbar-footer {
    display: none;
}

li.dropdown {
    display: inline-block;
}

.dropdown a {
    color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 285px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-left: -187px;
    border-radius: 0.35rem;
    max-height: 454px;
    flex-direction: column;
    overflow: visible;
    overflow-x: hidden;
}

.dropdown-content .acdetails-header {
    padding: 1.05rem 1.55rem !important;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-radius: 0.35rem;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

/*
.dropdown:hover .dropdown-content {
    display: flex;
} 
*/

.notification-element {
    display: flex;
    cursor: pointer;
}

.notification-element:hover {
    background-color: #f1f1f1;
}

.flex-dc {
    display: flex;
    flex-direction: column;
    float: right;
    width: 96%;
}

.notification-content {
    font-family: MetropolisRegular;
    color: #212832 !important;
    font-size: 14px;
    padding: 12px 16px;
}

.notification-content span {
    font-family: MetropolisRegular;
    color: #69707a !important;
    font-size: 12.5px;
}

.sidebar-zillow {
    margin-left: 3.786667%;
    width: 13%;
    position: fixed;
    height: 100%;
    background: #fff;
    border-right: 3px solid #f2f6fc;
}

.filters-div {
    width: 100%;
    height: 30px;
    padding-top: 10px;
}

.filters-div i {
    float: right;
    font-size: 18px;
    margin-right: 20px;
}

.zillow-results {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.zillow-card {
    width: 23%;
    height: 300px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);
    border-radius: 0.45rem;
    background: #fff;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.zillow-card img {
    width: 92%;
    border-radius: 0.45rem;
    margin: 12px;
    cursor: pointer;
    height: 59%;
}

.zillow-card i {
    float: right;
    margin-right: 11px;
    margin-top: 0px;
}

.zillow-card-price {
    margin-left: 8px;
    margin-top: 5px;
    font-family: MetropolisMedium;
    letter-spacing: -1px;
    color: #212832;
    cursor: pointer;
}

.zillow-card-info {
    margin-left: 8px;
    padding-bottom: 3px;
    margin-top: -6px;
    font-family: MetropolisRegular;
    color: #212832;
    font-size: 15px;
    cursor: pointer;
}

.zillow-nav-ul {
    margin-top: 11px;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}

.zillow-card-author {
    margin-bottom: -3px;
    margin-top: -4px;
    color: #444444;
    font-family: MetropolisRegular;
    margin-left: 8px;
    padding-bottom: 0px;
}

.zillow-nav-ul li {
    padding: 10px;
    border-radius: 9px;
    font-family: MetropolisMedium;
}

.zillow-nav-ul li a {
    text-decoration: none;
    transition: .1s ease-in;
}

.zillow-li-a {
    color: #212832;
}

.zillow-nav-li {
    cursor: pointer;
    transition: .1s ease-in;
    margin-bottom: 5px;
}

.zillow-nav-li:hover {
    background: #f2f6fc !important;
}

.zillow-nav-li:hover .zillow-li-a {
    color: #0061f2 !important;
}

.zillow-nav-li:hover .zillow-li-a em {
    color: #0061f2 !important;
}

.zillow-li-a:hover {
    color: #0061f2 !important;
}

.zillow-li-active {
    background: #f2f6fc !important;
}

.zillow-li-a-active {
    color: #0061f2 !important;
}

.zillow-li-a-active em {
    color: #0061f2 !important;
}

.search-result-info {
    padding-top: 15px;
    font-family: MetropolisRegular;
    color: #69707a;
}

.zillow-no-result {
    color: #212832;
    font-family: MetropolisMedium;
    padding: 11px 15px 10px 15px;
    background: #fff;
    border-radius: 6px;
    width: 100%;
}

.zillow-no-result a {
    color: #0061f2 !important;
}

.zillow-select-main-photo {
    flex: 1;
    width: 100%;
    border: 2px dashed royalblue;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    height: 450px;
    margin-bottom: 15px;
}

.zillow-select-main-photo svg {
    height: 100px;
}

.zillow-select-main-photo img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0.15rem 1.75rem #21283226;
    height: 357px;
}

.zillow-new-element {
    width: 50%;
    float: right;
}

.zillow-new-select-photo {
    display: flex;
    flex-direction: column;
    width: 48%;
    float: left;
    height: 350px;
    margin-left: 0;
}

.dropdown-contentt {
    display: none;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
    position: relative;
    transition: .2s ease-in-out;
}

.zillow-li-a-activee {
    color: #e20f21 !important;
}

.zillow-li-a-activee em {
    color: #e20f21 !important;
}

.drdwn-li:hover .zillow-li-a {
    color: #e20f21 !important;
}

.drdwn-li:hover .zillow-li-a .a-em {
    color: #e20f21 !important;
}

.dropdown-contentt .zillow-li-a:hover {
    color: #e20f21 !important;
}

.dropdown-contentt .zillow-li-a:hover .a-em {
    color: #e20f21 !important;
}

.dropdownn:hover .dropdown-contentt {
    display: block;
}

.bottom-sheet {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    pointer-events: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.1s linear;
}

.bottom-sheet.show {
    opacity: 1;
    pointer-events: auto;
}

.show {
    display: flex !important;
}

.bottom-sheet .sheet-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
}

.bottom-sheet .content {
    width: 100%;
    position: relative;
    background: #fff;
    max-height: 100vh;
    height: 50vh;
    max-width: 1150px;
    padding: 25px 30px;
    transform: translateY(100%);
    border-radius: 12px 12px 0 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    transition: 0.3s ease;
}

.bottom-sheet.show .content {
    transform: translateY(0%);
}

.bottom-sheet.dragging .content {
    transition: none;
}

.bottom-sheet.fullscreen .content {
    border-radius: 0;
    overflow-y: hidden;
}

.bottom-sheet .header {
    display: flex;
    justify-content: center;
}

.header .drag-icon {
    cursor: grab;
    user-select: none;
    padding: 15px;
    margin-top: -15px;
}

.header .drag-icon span {
    height: 4px;
    width: 40px;
    display: block;
    background: #C7D0E1;
    border-radius: 50px;
}

.bottom-sheet .body {
    height: 100%;
    overflow-y: auto;
    padding: 15px 0 40px;
    scrollbar-width: none;
}

.bottom-sheet .body::-webkit-scrollbar {
    width: 0;
}

.bottom-sheet .body h2 {
    font-size: 2rem;
    font-family: MetropolisMedium;
}

.bottom-sheet .body p {
    margin-top: 20px;
    font-size: 1.45rem;
    font-family: MetropolisRegular;
}

.footer-text {
    text-align: center;
    color: #444444;
    font-family: 'MetropolisMedium';
}

.zillow-contacts {
    width: 30%;
}

.zillow-contacts h4 {
    text-align: center;
    font-family: MetropolisMedium;
    color: black;
}

.zillow-contacts hr {
    width: 55%;
    margin-top: 13px !important;
    margin-bottom: 10px !important;
    border-top: 1px solid #ddd;
}

.zillow-contacts p {
    font-family: MetropolisMedium;
    color: black;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-mt-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.market-card h5 {
    opacity: 0;
    animation: reveal 0.5s forwards var(--d);
}

.market-card p {
    opacity: 0;
    animation: reveal 0.5s forwards var(--d);
}

.market-card span {
    opacity: 0;
    animation: reveal 0.5s forwards var(--d);
}

.dark-theme {
    background: var(--dark-theme-bg) !important;
}

.dark-theme .bubbleg {
    background: var(--dark-theme-bg) !important;
}

.dark-theme .sidebar {
    background: var(--dark-item-bg) !important;
}

.dark-theme nav {
    background: var(--dark-item-bg) !important;
}

.dark-theme .pagehead {
    background: var(--dark-item-bg) !important;
    box-shadow: 0 3px 0px 0px #00000021;
    z-index: 1000;
}

.dark-theme .page-header {
    color: var(--dark-text) !important;
}

.dark-theme .information-div h3 {
    color: var(--dark-text);
}

.dark-theme .information-element {
    background: var(--dark-item-bg);
    color: var(--dark-text);
}

.dark-theme .information-element span {
    color: var(--dark-gray-text) !important;
}

.dark-theme .bill-card {
    background: var(--dark-item-bg) !important;
}

.dark-theme .bill-card-body h3 {
    color: var(--dark-text) !important;
}

.dark-theme .acdetails-div {
    background: var(--dark-item-bg) !important;
}

.dark-theme .acdetails-header {
    border-bottom: 1px solid rgb(102 113 127 / 13%);
}

.dark-theme .profile-div {
    background: var(--dark-item-bg) !important;
}

.dark-theme .profile-header {
    border-bottom: 1px solid rgb(102 113 127 / 13%);
}

.dark-theme .profile-body p {
    color: var(--dark-gray-text) !important;
}

.dark-theme .complaint-pre p {
    font-family: MetropolisRegular;
    color: var(--dark-text) !important;
}

.dark-theme .complaint-explain p {
    color: var(--dark-text) !important;
}

.dark-theme .main-table-div {
    background: var(--dark-item-bg);
}

.dark-theme .users-table-info {
    background: var(--dark-item-bg) !important;
}

.dark-theme .tbody-tr {
    border-top: none;
}

.dark-theme tr:nth-child(2n+2) {
    background-color: #212124;
}

.dark-theme tr:nth-child(2n+1) {
    background: #161618;
}

.dark-theme .account-navbar hr {
    border-top: 1px solid #141212;
}

.dark-theme .acdetails-body .ac-elements-input {
    background-color: var(--dark-item-bg);
    border-color: var(--dark-gray-bg) !important;
    color: var(--dark-text);
    outline: none;
}

.dark-theme input[type='radio'] {
    accent-color: var(--dark-gray-bg) !important;
}

.dark-theme .ac-elements-category {
    background-color: var(--dark-item-bg);
    border-color: var(--dark-gray-bg) !important;
    outline-color: var(--dark-gray-bg);
}

.dark-theme .complaint-body-h4 {
    color: var(--dark-text);
}

.dark-theme .acdetails-body {
    border-color: rgb(102 113 127 / 13%);
}

.dark-theme .market-filter {
    color: var(--dark-gray-text);
}

.dark-theme .market-active {
    color: var(--dark-text) !important;
    background: var(--dark-gray-bg) !important;
}

.dark-theme .market-filter:hover {
    background: var(--dark-gray-bg) !important;
    color: var(--dark-text) !important;
    font-family: 'MetropolisMedium';
}

.dark-theme .character-bug-text {
    color: var(--dark-text) !important;
}

.dark-theme .acdetails-body label {
    color: var(--dark-text) !important;
}

.dark-theme .announcement p {
    background: var(--dark-gray-bg);
    color: var(--dark-text);
}

.dark-theme .market-card {
    background: var(--dark-gray-bg);
}

.dark-theme .market-card h5 {
    color: var(--dark-text);
}

.dark-theme .market-card p {
    color: var(--dark-gray-text);
}

.dark-theme .sidebar-zillow {
    background: var(--dark-item-bg);
    border-color: var(--dark-item-bg);
}

.dark-theme .zillow-li-a {
    color: var(--dark-gray-text) !important;
}

.dark-theme .zillow-li-a em {
    color: var(--dark-gray-text) !important;
}

.dark-theme .zillow-li-active {
    background: var(--dark-gray-bg) !important;
}

.dark-theme .zillow-li-a-active {
    color: var(--dark-text) !important;
}

.dark-theme .zillow-li-a-active em {
    color: var(--dark-text) !important;
}

.dark-theme .zillow-nav-li:hover {
    background: var(--dark-gray-bg) !important;
}

.dark-theme .zillow-nav-li:hover .zillow-li-a {
    color: var(--dark-text) !important;
}

.dark-theme .zillow-nav-li:hover .zillow-li-a em {
    color: var(--dark-text) !important;
}

.dark-theme .zillow-li-a:hover {
    color: var(--dark-text) !important;
}

.dark-theme .zillow-card {
    background: var(--dark-item-bg) !important;
}

.dark-theme .zillow-card-price {
    color: var(--dark-text) !important;
}

.dark-theme .zillow-card-info {
    color: var(--dark-gray-text) !important;
}

.dark-theme .zillow-card-author {
    color: var(--dark-gray-text) !important;
}

.dark-theme .dropdown-contentt {
    background: var(--dark-item-bg);
}

.dark-theme .top-cont {
    background: var(--dark-item-bg);
}

.dark-theme .zillow-details h2 {
    color: var(--dark-text);
}

.dark-theme .zillow-details h3 {
    color: var(--dark-text);
}

.dark-theme .zillow-details p {
    color: var(--dark-gray-text);
}

.dark-theme .zillow-contacts h4 {
    color: var(--dark-text);
}

.dark-theme .zillow-contacts hr {
    border-color: rgb(102 113 127 / 13%);
}

.dark-theme .zillow-contacts p {
    color: var(--dark-gray-text);
    font-family: MetropolisRegular;
}

.dark-theme .zillow-no-result {
    background: var(--dark-item-bg);
    color: var(--dark-text);
}

.dark-theme .login-div-footer {
    border-color: rgb(102 113 127 / 13%);
}

.dark-theme .panel {
    background: var(--dark-item-bg);
}

.dark-theme .character-name {
    color: var(--dark-text);
}

.dark-theme .panel-text {
    color: var(--dark-gray-text);
}

#appearance {
    display: none;
}

@keyframes reveal {
    from {
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .btn-donate {
        transition: linear;
    }
}

/* Responsive */

@media screen and (max-width: 490px) {
    .pagehead {
        margin-left: 0 !important;
    }

    .bubbleg {
        margin-left: 0 !important;
    }

    .announcement p {
        width: 95%;
        padding: 9px 6px 21px 11px !important;
    }

    .scroll-x {
        overflow-x: scroll;
    }

    .scroll-x th {
        padding-right: 15px;
    }

    .scroll-x td {
        padding-right: 15px;
    }

    .comp-character-name {
        width: 65% !important;
    }

    .ac-elements-category {
        width: 37%;
    }

    .comp-about {
        width: 70% !important;
    }

    .scroll-x .complaint-explain {
        margin-right: 0 !important;
    }

    .scroll-x .complaint-pre {
        width: 34%;
        margin-left: 0 !important;
    }

    .close-button-comp {
        width: 31% !important;
    }

    .open-button-comp {
        width: 31% !important;
    }

    .add-ch {
        width: 31% !important;
    }

    .takeover-comp {
        width: 23% !important;
    }

    .flex-direction {
        flex-direction: column;
    }

    .shop-filter-container {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .wd-73 {
        width: 100% !important;
    }

    .market-card {
        width: 96% !important;
    }

    #profile {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    #account-details {
        width: 100% !important;
        margin-left: 0px !important;
        margin-bottom: 15px !important;
    }

    #profile {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    #set-pin {
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .wdd-100 {
        width: 100% !important;
    }

    .bill-card {
        margin-right: 0 !important;
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    #cards {
        flex-direction: column !important;
    }

    .main-table-div {
        margin-bottom: 15px !important;
    }

    .profile {
        margin-top: 15px !important;
        margin-left: 0px !important;
    }

    .navbar-footer {
        display: none;
        background: #323439;
        color: #fff;
        margin-left: -15px;
        margin-right: -15px;
    }

    .navbar-footer li {
        list-style: none;
    }

    .navbar-responsive-element {
        background: transparent;
        color: #fff;
        font-family: 'MetropolisRegular';
        font-size: 15px;
    }

    .parent li {
        padding: 5px 0px;
    }

    .navbar-rp-parent {
        padding: 10px 0px;
        margin-bottom: 10px;
    }

    .sidebar-zillow {
        width: 93% !important;
        margin-right: 3.786667% !important;
        margin-top: 15px !important;
        border-radius: 5px !important;
        height: 33% !important;
        border: none !important;
        position: relative;
    }

    .zillow-nav-ul {
        margin-right: 10px !important;
    }

    .flex-and-direction {
        width: 100%;
        height: 100%;
        margin-top: 60px;
    }

    .search-result-info {
        padding-top: 10px;
    }

    .zillow-card {
        width: 85%;
        margin-left: 7%;
        margin-right: 7%;
    }

    .flex-and-direction {
        display: flex;
        flex-direction: column;
    }

    #zillow-new-form {
        display: flex;
        flex-direction: column;
    }

    .zillow-new-select-photo {
        width: 100% !important;
    }

    .zillow-new-element {
        width: 100% !important;
    }

    .ac-elements-category {
        width: 60% !important;
    }

    .phone-inp {
        width: 60% !important;
    }

    .price-inp {
        width: 60% !important;
    }
}

@media screen and (width: 1368px) {
    #selectPunishment {
        width: 37%;
        top: 22rem;
        margin-left: 49rem;
    }

    #checkAccount {
        width: 37%;
        top: 22rem;
        margin-left: 49rem;
    }
}

@media screen and (width: 1280px) {
    #selectPunishment {
        width: 39.5%;
        top: 23rem;
        margin-left: 42rem;
    }

    #checkAccount {
        width: 39.5%;
        top: 23rem;
        margin-left: 42rem;
    }
}

@media screen and (width: 1440px) {
    #selectPunishment {
        width: 35%;
        top: 35rem;
        margin-left: 49rem;
    }

    #selectPunishment a {
        margin-left: 2rem !important;
    }

    #checkAccount {
        width: 35%;
        top: 35rem;
        margin-left: 49rem;
    }

    .jailbtn {
        padding: 9px 27px 9px 27px !important;
        margin-left: 2rem !important;
    }
}

@media screen and (min-width: 1920px) {
    #selectPunishment {
        top: 42rem;
        margin-left: 70rem;
    }

    #checkAccount {
        top: 42rem;
        margin-left: 70rem;
    }

    .aa {
        margin-left: 5rem !important;
    }

    .jailbtn {
        padding: 9px 29px 9px 29px;
        margin-left: 3rem;
    }
}