body {
    background-color: #121720;
    /* background-color: #7bff00; */
    overflow: hidden;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 100%;
    min-width: 100%
}

#topbar {
    background-color: #191E26;
    color: #fff;
    padding: 10px;
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    padding-left: 250px;
}

#topbar a {
    color: white;
    text-decoration: none;
    margin-left: 80px;
    position: relative;
    top: 13px;
    font-size: 20px;
    font-weight: 300;
}

/* #topbar a:hover {
    color: #04B76F;
} */

.topbar-inventory, .topbar-support {
    background-color: #2C313A;
    padding: 10px;
    padding-left: 40px;
    border-radius: 10px;
}

.topbar-inventory:hover, .topbar-support:hover {
    background-color: #04B76F;
}

.topbar-logo {
    position: absolute;
    width: 85px;
    height: 70px;
    top: 0px;
    left: 90px;
    cursor: pointer;
}

.walletBalanceCard {
  display: none;
  width: fit-content;
  height: 55px;
  background-color: #1c1f2f;
  border-radius: 10px;
  /* display: flex; */
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0px 12px;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  right: 400px;
  top: 10px;
}
.svgwrapper {
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svgwrapper svg {
  width: 100%;
}
.balancewrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 120px;
  gap: 0px;
}
.balanceHeading {
  font-size: 8px;
  color: rgb(214, 214, 214);
  font-weight: 100;
  letter-spacing: 0.6px;
}
.balance {
  font-size: 13.5px;
  color: white;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#currency {
    font-size: 30px;
}

.addmoney {
  padding: 1px 15px;
  border-radius: 20px;
  background-color: #04B76F;
  color: white;
  border: none;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.addmoney:hover {
  background-color: whitesmoke;
  color: #04B76F;
}
.plussign {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar-login {
    position: absolute !important;
    right: 430px !important;
    top: 15px !important;
    border: solid white;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    background-color: #2C313A;
}

.topbar-register {
    position: absolute !important;
    right: 300px !important;
    top: 15px !important;
    border: solid white;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    background-color: #04B76F;
}

.topbar-profile {
    position: absolute !important;
    right: 300px !important;
    top: 13px !important;
    border: solid white;
    padding: 10px;
    border-radius: 50px;
    background-color: #04B76F;
    background-image: url("assets/profile.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
    width: 30px;
    height: 30px;
}

#lista-izquierda {
    position: relative;
    left: -8px;
    top: 64px;
    bottom: 0;
    width: 240px;
    height: 851px;
    background-color: #1B212A;
    list-style-type: none;
    padding: 10px;
}

#lista-izquierda li {
    /* margin-top: 50px; */
    width: 233px;
    left: -8px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
    color: white;
    font-size: 20px;
}

#lista-izquierda li:hover {
    background-color: #2D3644;
}

/* input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number-control {
  display: flex;
  align-items: center;
}

.number-left::before,
.number-right::after {
  content: attr(data-content);
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid black;
  width: 20px;
  color: white;
  transition: background-color 0.3s;
  cursor: pointer;
}

.number-left::before {
  content: "-";
}

.number-right::after {
  content: "+";
}

.number-quantity {
  padding: 0.25rem;
  border: 0;
  width: 50px;
  -moz-appearance: textfield;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.number-left:hover::before,
.number-right:hover::after {
  background-color: #666666;
} */

.input-price {
    width: 50px;
    height: 20px;
    left: -5px;
    top: 1px;
    position: relative;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 20px;
    color: #646D7C;
}

.div-price {
    border: 1px solid #121720;
    background-color: #1A202B;
    width: 90px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-size: 25px;
    font-family: bold;
    color: #646464;
}

#main {
    /* width: 98.5%; */
    min-width: 98.5%;
    width: auto;
    height: 113%;
    flex: 1;
    position: absolute;
    top: -150px;
    left: 5px;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* #bestPets {
    position: absolute;
    top: 31px;
    left: 0px;
    width: 1620px;
    height: 200px;
    background-color: black;
} */

#main-options {
    position: absolute;
    width: 100%;
    height: 70px;
    top: 230px;
    left: 0px;
}

#main-options > div, #main-options > input, #main-options > button {
    margin-left: 30px;
    position: relative;
    display: inline-block;
    left: 25px;
}

#main-options > div:not(.custom-select), input {
    top: -11px
}

.main-options-buttons {
    background-color: #04B76F;
    color: white;
    width: 150px;
    height: 50px;
    position: relative;
    top: -10px;
    font-weight: 700;
    border-radius: 15px;
    cursor: pointer;
    /* z-index: 999; */
}

.depositpets-div {
    background-color: #1B212A;
    /* background-image: url(assets/Background.png);
    background-repeat: repeat;
    background-size: 750px; */
    border: solid white;
    border-radius: 15px;
    transition: 0.2s ease-in-out;
    text-align: center;
    width: 800px;
    height: 600px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    transition: 0.2s ease-in-out;
    display: none;
}

.depositpets-input {
    position: relative;
    top: 150px;
    left: 75px;
    width: 300px;
    height: 60px;
    background-color: #04B76F;
    text-align: center;
    color: white;
    border-radius: 25px;
    font-size: 30px;
}

.depositpets-button-confirm {
    position: relative;
    top: 240px;
    right: 150px;
    width: 150px;
    height: 60px;
    background-color: #04B76F;
    text-align: center;
    color: white;
    border-radius: 25px;
    cursor: pointer;
}

.depositpets-button-confirm:hover {
    background: #037749;
}

.depositpets-div-step {
    background-color: #1B212A;
    /* background-image: url(assets/Background.png);
    background-repeat: repeat;
    background-size: 750px; */
    border: solid white;
    border-radius: 15px;
    transition: 0.2s ease-in-out;
    text-align: center;
    width: 800px;
    height: 600px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    transition: 0.2s ease-in-out;
    display: none;
}

.depositpets-button-confirm-step {
    position: relative;
    top: -50px;
    width: 150px;
    height: 60px;
    background-color: #04B76F;
    text-align: center;
    color: white;
    border-radius: 25px;
    cursor: pointer;
}

.depositpets-div-step1 {
    background-color: #1B212A;
    /* background-image: url(assets/Background.png);
    background-repeat: repeat;
    background-size: 750px; */
    border: solid white;
    border-radius: 15px;
    transition: 0.2s ease-in-out;
    text-align: center;
    width: 800px;
    height: 600px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    transition: 0.2s ease-in-out;
    display: none;
}

.depositpets-button-confirm-step1 {
    position: relative;
    top: -50px;
    width: 150px;
    height: 60px;
    background-color: #04B76F;
    text-align: center;
    color: white;
    border-radius: 25px;
    cursor: pointer;
}

.depositpets-button-confirm-step1:hover {
    background: #037749;
}

.withdrawpets-div {
    background-color: #1B212A;
    /* background-image: url(assets/Background.png);
    background-repeat: repeat;
    background-size: 750px; */
    border: solid white;
    border-radius: 15px;
    transition: 0.2s ease-in-out;
    text-align: center;
    width: 800px;
    height: 600px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    transition: 0.2s ease-in-out;
    display: none;
}

.withdrawpets-input {
    position: relative;
    top: 150px;
    left: 75px;
    width: 300px;
    height: 60px;
    background-color: #04B76F;
    text-align: center;
    color: white;
    border-radius: 25px;
    font-size: 30px;
}

.withdrawpets-button-confirm {
    position: relative;
    top: 240px;
    right: 150px;
    width: 150px;
    height: 60px;
    background-color: #04B76F;
    text-align: center;
    color: white;
    border-radius: 25px;
    cursor: pointer;
}

.withdrawpets-button-confirm:hover {
    background: #037749;
}

.withdrawpets-div-step {
    background-color: #1B212A;
    /* background-image: url(assets/Background.png);
    background-repeat: repeat;
    background-size: 750px; */
    border: solid white;
    border-radius: 15px;
    transition: 0.2s ease-in-out;
    text-align: center;
    width: 800px;
    height: 600px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    transition: 0.2s ease-in-out;
    display: none;
}

.withdrawpets-button-confirm-step {
    position: relative;
    top: 10px;
    width: 150px;
    height: 60px;
    background-color: #04B76F;
    text-align: center;
    color: white;
    border-radius: 25px;
    cursor: pointer;
}

.withdrawpets-button-confirm-step:hover {
    background: #037749;
}

.withdrawpets-div-step1 {
    background-color: #1B212A;
    /* background-image: url(assets/Background.png);
    background-repeat: repeat;
    background-size: 750px; */
    border: solid white;
    border-radius: 15px;
    transition: 0.2s ease-in-out;
    text-align: center;
    width: 800px;
    height: 600px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    transition: 0.2s ease-in-out;
    display: none;
}

.withdrawpets-button-confirm-step1 {
    position: relative;
    top: 10px;
    width: 150px;
    height: 60px;
    background-color: #04B76F;
    text-align: center;
    color: white;
    border-radius: 25px;
    cursor: pointer;
}

.withdrawpets-button-confirm-step1:hover {
    background: #037749;
}

.putonsale-div::-webkit-scrollbar {
    width: 10px;
    background-color: #1C222D;
}

.putonsale-div::-webkit-scrollbar-thumb {
    background-color: #6E7987;
    border-radius: 30px;
}

.putonsale-div {
    background-color: #1B212A;
    /* background-image: url(assets/Background.png);
    background-repeat: repeat;
    background-size: 750px; */
    border: solid white;
    border-radius: 15px;
    transition: 0.2s ease-in-out;
    text-align: center;
    width: 800px;
    height: 600px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    transition: 0.2s ease-in-out;
    display: none;
    overflow-y: auto;
}

.putonsale-pet-div {
    position: relative;
    background-color: #232A35;
    width: 100%;
    height: 100px;
    display: none;
}

.putonsale-pet-img {
    position: absolute;
    left: 25px;
    top: 10px;
}

.putonsale-pet-name {
    width: 200px;
    height: 60px;
    top: -20px;
    position: absolute;
    left: 150px;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
}

.putonsale-pet-age {
    width: 200px;
    height: 40px;
    top: 42.5px;
    position: absolute;
    left: 150px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 400;
    font-size: 20px;
    color: #6E737D;
}

.putonsale-pet-count {
    width: 200px;
    height: 100px;
    top: -40px;
    position: absolute;
    font-size: 40px;
    right: 300px;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
}

.putonsale-pet-addons {
    width: 100px;
    height: 100px;
    top: 0px;
    position: absolute;
    font-size: 20px;
    right: 275px;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
}

.putonsale-pet-price-input{
    position: absolute;
    width: 50px;
    top: 37.5px;
    right: 200px;
    background-color: #1A202B;
    color: #4C6D7C;
}

.putonsale-pet-putonsale-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px;
    height: 60px;
    background-color: #04B76F;
    text-align: center;
    color: white;
    border-radius: 25px;
    font-weight: 700;
    font-size: 17.5px;
    cursor: pointer;
}

#createbundle-pets-container::-webkit-scrollbar {
    width: 10px;
    background-color: #1C222D;
}

#createbundle-pets-container::-webkit-scrollbar-thumb {
    background-color: #6E7987;
    border-radius: 30px;
}

#createbundle-div {
    background-color: #1B212A;
    /* background-image: url(assets/Background.png);
    background-repeat: repeat;
    background-size: 750px; */
    border: solid white;
    border-radius: 15px;
    transition: 0.2s ease-in-out;
    text-align: center;
    width: 800px;
    height: 600px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    transition: 0.2s ease-in-out;
    display: none;
}

#createbundle-pets-container {
    /* background-color: white; */
    width: 100%;
    height: calc(100% - 180px);
    overflow-y: auto;
}

.createbundle-pet-div {
    position: relative;
    background-color: #232A35;
    width: 100%;
    height: 100px;
    display: none;
}

.createbundle-pet-img {
    position: absolute;
    left: 25px;
    top: 10px;
}

.createbundle-pet-name {
    width: 200px;
    height: 100px;
    top: -20px;
    position: absolute;
    left: 150px;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
}

.createbundle-pet-count {
    width: 200px;
    height: 100px;
    top: -40px;
    position: absolute;
    font-size: 40px;
    right: 300px;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
}

.createbundle-pet-addons {
    width: 250px;
    height: 100px;
    top: 0px;
    position: absolute;
    font-size: 20px;
    right: 80px;
    color: white;
    justify-content: center;
    align-items: center;
    display: flex;
}

#createbundle-bottombar {
    background-color: #121720;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0px;
}

#createbundle-bottombar-button {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 150px;
    height: 60px;
    background-color: #04B76F;
    text-align: center;
    color: white;
    border-radius: 25px;
    font-weight: 700;
    font-size: 17.5px;
    cursor: pointer;
}

.announcements-close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 4px;
    background-color: #2E343E;
    z-index: 999;
}

.announcements-close-button:hover {
    background-color: #139762;
    cursor: pointer;
}

.custom-select {
    width: 180px;
    height: 43px;
    background-color: #2C313A;
    border-radius: 10px;
    transition: 0.5s all;
    cursor: pointer;
    position: relative;
    top: 18px;
}

.custom-select-icon {
    position: relative;
    left: 5px;
    top: 4.5px;
    height: 30px;
    width: 30px;
    border: 2px solid #414753;
    border-radius: 8px;
    background-image: url("assets/new.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.custom-select-text {
    position: relative;
    left: 53px;
    top: -27px;
    font-size: 20px;
    font-weight: 550;
    color: #75756B;
}
  
.custom-select-arrow {
    position: absolute;
    top: 15px;
    right: 12px;
    transform: translateY(-50%);
    border: solid #666;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.custom-select-selectlist {
    position: absolute;
    background-color: white;
    top: 42px;
    width: 180px;
    z-index: 999;
    transition: 0.2s ease-in-out; 
}

.custom-select-selection {
    display: none;
    background-color: #2E343E;
}

.custom-select-selection:hover {
    background-color: #242A34;
}

.custom-select-selection > div {
    position: relative;
    display: inline-block;
}

.custom-select-selection-text {
    font-size: 23px;
    text-align: left;
    left: 16px;
    width: 130px;
    top: -11px;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-weight: 550;
}

.custom-select-selection-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    padding: 20px;
    top: 3px;
    border: solid #666;
    border-width: 2px 2px 2px 2px;
    border-radius: 10px;
    left: 5px;
}

#find-item {
    background-color: #252b35;
    border-color: #373f4b;
    background-image: url(assets/loupe.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 6px 3px;
    color: #86919f;
    transition: .5s all;
    border-radius: 50px;
    padding: 10px;
    width: 50px;
    padding-left: 45px;
}

#find-item:focus {
    border-radius: 10px;
    width: 150px;
    outline: none;
}

#main::-webkit-scrollbar {
    width: 10px;
    background-color: #1C222D;
}

#main::-webkit-scrollbar-thumb {
    background-color: #6E7987;
    border-radius: 30px;
}

.main-box {
    display: inline-table;
    margin: 8px;
    background-color: #1B212A;
    border-radius: 10px;
    padding: 10px;
    top: 300px;
    height: 240px;
    width: 156px;
    text-align: center;
    position: relative;
    left: 20px;
    cursor: pointer;
    color: #75756B;
    border: solid #4891FF;
}

.cont {
 display: flex;
 align-items: center;
 transform: scale(1);
}

input[type="checkbox"] {
 height: 1.7rem;
 width: 1.7rem;
 margin: 5px;
 display: inline-block;
 appearance: none;
 position: absolute;
 background-color: #1B212A;
 border-radius: 15%;
 cursor: pointer;
 right: -8px;
 top: -8px;
 overflow: hidden;
}

input[type="checkbox"]::after {
 content: '';
 display: block;
 height: 0.9rem;
 width: .4rem;
 border-bottom: .31rem solid #a0ffe7;
 border-right: .31rem solid #a0ffe7;
 opacity: 20%;
 transform: rotate(45deg) translate(-50%, -50%);
 position: absolute;
 top: 45%;
 left: 21%;
 transition: .25s ease;
}

input[type="checkbox"]::before {
 content: '';
 display: block;
 height: 0;
 width: 0;
 background-color: #00C896;
 border-radius: 50%;
 opacity: .5;
 transform: translate(-50%, -50%);
 position: absolute;
 top: 50%;
 left: 50%;
 transition: .3s ease;
}

input[type="checkbox"]:checked::before {
 height: 130%;
 width: 130%;
 opacity: 100%;
}

input[type="checkbox"]:checked::after {
 opacity: 100%;
}

span {
 font-size: 2rem;
}

.main-box-price {
    font-size: 20px;
    font-weight: 500;
}

.main-box-name {
    font-size: 20px;
    font-weight: 500;
}

.main-box-age {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 100px;
}

.main-box-addition-n {
    background-color: #33d300;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50%;
    font-weight: 500;
    color: white;
    margin: 2px;
}

.main-box-addition-m {
    background-color: #892eed;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50%;
    font-weight: 500;
    color: white;
    margin: 2px;
}

.main-box-addition-f {
    background-color: #1a68e6;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50%;
    font-weight: 500;
    color: white;
    margin: 2px;
}

.main-box-addition-r {
    background-color: #ff267b;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 50%;
    font-weight: 500;
    color: white;
    margin: 2px;
}

.announcement {
    display: none;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    height: 700px;
    width: 1000px;
    background-color: #1B212A;
    border: solid white;
    border-radius: 15px;
    transition: 0.2s ease-in-out;
    text-align: center;
}

.announcement-close {
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 4px;
    background-color: #2E343E;
    z-index: 999;
}

.announcement-close:hover {
    background-color: #139762;
    cursor: pointer;
}

.announcement-name {
    position: relative;
    top: -10px;
    font-size: 40px;
    color: white;
}

#announcement-delete-bundle {
    position: absolute;
    top: 32.5px;
    font-size: 20px;
    left: 50px;
    background-color: #139762;
    border-radius: 15px;
    display: none;
    width: 200px;
    height: 60px;
    color: white;
}

#announcement-delete-bundle:hover {
    background-color: #144E3E;
}

.announcement-totalpets {
    position: absolute;
    left: 450px;
    top: 50px;
    color: white;
}

.announcement-age {
    /* background-color: #121720; */
    display: flex;
    justify-content: center;
    position: relative;
    left: -25px;
    top: 10px;
}

.announcement-age > div {
    margin-left: 50px;
    font-size: 20px;
    background-color: #139762;
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
}

.announcement-age > div:hover {
    background-color: #144E3E;
}

.announcement-listing {
    position: relative;
    overflow-y: auto;
    border-radius: 15px;
    top: 30px;
    height: 510px;
}

.announcement-listing::-webkit-scrollbar {
    width: 10px;
    background-color: #1C222D;
}

.announcement-listing::-webkit-scrollbar-thumb {
    background-color: #6E7987;
    border-radius: 30px;
}

.announcement-item {
    height: 120px;
    text-align: left;
    position: relative;
}

.announcement-item-image {
    position: relative;
    top: 20px;
    left: 30px;
}

.announcement-item-texts {
    width: 300px;
    height: 120px;
    position: relative;
    left: 130px;
    top: -80px;
    display: grid;
    justify-content: left;
    align-items: center;
    text-align: center;
}

.announcement-item-text-name {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: -30px;
    color: #FFFFFF;
}

.announcement-item-text-age {
    font-weight: 400;
    font-size: 20px;
    color: #6E737D;
}

.announcement-item-text-price {
    position: absolute;
    color: white;
    top: 30px;
    left: 430px;
    font-size: 35px;
    font-weight: 500;
}

.announcement-item-addition {
    width: 160px;
    height: 50px;
    left: 650px;
    top: 45px;
    position: absolute;
    display: inline;
    justify-content: left;
    align-items: center;
    text-align: center;
}

.announcement-item-checkbox-style {
    position: absolute;
    top: 45px;
    right: 375px;
}

.announcement-item-button {
    background-color: #04B76F;
    color: white;
    width: 150px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 50px;
    font-weight: 700;
    border-radius: 15px;
    cursor: pointer;
}

.announcement-item-add-div {
    display: none;
}

.announcement-item-add-input {
    position: absolute;
    left: 840px;
    top: 5px;
    width: 50px;
    background-color: #1A202B;
    color: #4C6D7C;
}

.announcement-item-add-button {
    background-color: #04B76F;
    color: white;
    width: 150px;
    height: 60px;
    position: absolute;
    top: 50px;
    right: 50px;
    font-weight: 700;
    border-radius: 15px;
    cursor: pointer;
}

.announcement-item-button:hover {
    background-color: #039258;
}

.announcement-item-changeprice-button {
    background-color: #04B76F;
    color: white;
    width: 150px;
    height: 40px;
    position: absolute;
    bottom: 5px;
    right: 50px;
    font-weight: 700;
    border-radius: 15px;
    cursor: pointer;
    display: none;
}

@media screen and (max-width: 1000px) {
    .desktop {
        display: none !important;
    }

    .phone {
        display: block !important;
    }

    #downbar {
        background-color: #191E26;
        color: #fff;
        padding: 10px;
        text-align: left;
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 60px;
        z-index: 999;
        text-align: center;
        left: 0px;
    }
    
    #downbar a {
        color: white;
        text-decoration: none;
        margin-left: 20px;
        position: relative;
        top: 13px;
        font-size: 20px;
        font-weight: 300;
        background-color: #2C313A;
        padding: 10px;
        padding-left: 40px;
        border-radius: 10px;
        left: -20px;
    }

    #phone-main {
        /* background-color: white; */
        /* min-width: 100%; */
        width: 100%;
        height: 92%;
        flex: 1;
        position: absolute;
        /* top: 50px;
        left: 260px; */
        /* padding: 10px; */
        overflow-y: auto;
        overflow-x: hidden;
        text-align: center;
    }

    #phone-main-options {
        /* background-color: white; */
        position: absolute;
        width: 100%;
        height: 70px;
    }

    .phone-filters {
        position: absolute;
        top:15px;
        left: 15px;
        background-color: #2C313A;
        padding: 5px;
        border-radius: 10px;
    }

    .phone-custom-select {
        position: absolute;
        left: calc(50% - 80px);
        top: 15px;
        width: 160px;
        height: 43px;
        background-color: #2C313A;
        border-radius: 10px;
        transition: 0.5s all;
        cursor: pointer;
    }
    
    .phone-custom-select-icon {
        position: relative;
        left: 5px;
        top: 4.5px;
        height: 30px;
        width: 30px;
        border: 2px solid #414753;
        border-radius: 8px;
        background-image: url("assets/new.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
    }
    
    .phone-custom-select-text {
        position: relative;
        left: 40px;
        top: -23px;
        font-size: 15px;
        font-weight: 550;
        color: #75756B;
        width: 50%;
    }
      
    .phone-custom-select-arrow {
        position: absolute;
        top: 15px;
        right: 12px;
        transform: translateY(-50%);
        border: solid #666;
        border-width: 0 2px 2px 0;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .phone-custom-select-selectlist {
        position: absolute;
        /* background-color: white; */
        top: 42px;
        width: 160px;
        z-index: 999;
        transition: 0.2s ease-in-out; 
    }
    
    .phone-custom-select-selection {
        display: none;
        background-color: #2E343E;
    }
    
    .phone-custom-select-selection:hover {
        background-color: #242A34;
    }
    
    .phone-custom-select-selection > div {
        position: relative;
        display: inline-block;
    }
    
    .phone-custom-select-selection-text {
        font-size: 20px;
        text-align: left;
        left: 16px;
        width: 100px;
        top: -11px;
        font-family: "IBM Plex Sans Condensed", sans-serif;
        font-weight: 550;
    }
    
    .phone-custom-select-selection-icon {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 25px;
        padding: 20px;
        top: 3px;
        border: solid #666;
        border-width: 2px 2px 2px 2px;
        border-radius: 10px;
        left: 5px;
    }

    .phone-main-box {
        display: inline-table;
        margin: 8px;
        background-color: #1B212A;
        border-radius: 10px;
        padding: 10px;
        /* top: 300px; */
        top: 150px;
        height: 250px;
        width: calc(11% - 20px);
        /* width: 125px; */
        text-align: center;
        position: relative;
        /* left: 5px; */
        cursor: pointer;
        color: #75756B;
        border: solid #4891FF;
    }
    
    .phone-main-box-price {
        font-size: 20px;
        font-weight: 500;
    }
    
    .phone-main-box-name {
        font-size: 20px;
        font-weight: 500;
    }
    
    .phone-main-box-age {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 100px;
    }
    
    .phone-main-box-addition-n {
        background-color: #33d300;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 50%;
        font-weight: 500;
        color: white;
        margin: 2px;
    }
    
    .phone-main-box-addition-m {
        background-color: #892eed;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 50%;
        font-weight: 500;
        color: white;
        margin: 2px;
    }
    
    .phone-main-box-addition-f {
        background-color: #1a68e6;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 50%;
        font-weight: 500;
        color: white;
        margin: 2px;
    }
    
    .phone-main-box-addition-r {
        background-color: #ff267b;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 50%;
        font-weight: 500;
        color: white;
        margin: 2px;
    }

    .phone-pets-buttons {
        position: absolute;
        top: 75px;
        width: 100%;
        text-align: center;
    }

    .phone-depositpets-button {
        background-color: #04B76F;
        color: white;
        width: 75px;
        height: 50px;
        position: relative;
        /* top: 80px;
        left: 50px; */
        font-weight: 700;
        border-radius: 15px;
        cursor: pointer;
        /* z-index: 999; */
    }
    
    #phone-withdrawpets-button {
        background-color: #04B76F;
        color: white;
        width: 75px;
        height: 50px;
        position: relative;
        /* top: 80px;
        left: 90px; */
        font-weight: 700;
        border-radius: 15px;
        cursor: pointer;
    }
    
    .phone-depositpets-div {
        background-color: #1B212A;
        /* background-image: url(assets/Background.png);
        background-repeat: repeat;
        background-size: 750px; */
        border: solid white;
        border-radius: 15px;
        transition: 0.2s ease-in-out;
        text-align: center;
        width: calc(100% - 7.5px);
        height: calc(100% - 85px);
        left: 0px;
        top: 0px;
        position: absolute;
        transition: 0.2s ease-in-out;
        display: none;
    }
    
    .phone-depositpets-close {
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 4px;
        background-color: #2E343E;
        z-index: 999;
    }
    
    .phone-depositpets-close:hover {
        background-color: #139762;
        cursor: pointer;
    }
    
    .phone-depositpets-input {
        position: absolute;
        top: 300px;
        left: calc(50% - 150px);
        width: 300px;
        height: 60px;
        background-color: #04B76F;
        text-align: center;
        color: white;
        border-radius: 25px;
        font-size: 30px;
    }
    
    .phone-depositpets-button-confirm {
        position: absolute;
        top: 400px;
        left: calc(50% - 75px);
        width: 150px;
        height: 60px;
        background-color: #04B76F;
        text-align: center;
        color: white;
        border-radius: 25px;
        cursor: pointer;
    }
    
    .phone-depositpets-button-confirm:hover {
        background: #037749;
    }

    .phone-depositpets-div-step {
        background-color: #1B212A;
        border: solid white;
        border-radius: 15px;
        transition: 0.2s ease-in-out;
        text-align: center;
        width: calc(100% - 7.5px);
        height: calc(100% - 85px);
        left: 0px;
        top: 0px;
        position: absolute;
        transition: 0.2s ease-in-out;
        display: none;
    }

    .phone-depositpets-button-confirm-step {
        position: relative;
        top: -50px;
        width: 150px;
        height: 60px;
        background-color: #04B76F;
        text-align: center;
        color: white;
        border-radius: 25px;
        cursor: pointer;
    }
    
    .phone-depositpets-div-step1 {
        background-color: #1B212A;
        border: solid white;
        border-radius: 15px;
        transition: 0.2s ease-in-out;
        text-align: center;
        width: calc(100% - 7.5px);
        height: calc(100% - 85px);
        left: 0px;
        top: 0px;
        position: absolute;
        transition: 0.2s ease-in-out;
        display: none;
    }

    .phone-depositpets-bot {
        position: relative;
        top: -50px;
        color: white;
    }
    
    .phone-depositpets-button-confirm-step1 {
        position: relative;
        top: -50px;
        width: 150px;
        height: 60px;
        background-color: #04B76F;
        text-align: center;
        color: white;
        border-radius: 25px;
        cursor: pointer;
    }
    
    .phone-depositpets-button-confirm-step1:hover {
        background: #037749;
    }
    
    .phone-withdrawpets-div {
        background-color: #1B212A;
        /* background-image: url(assets/Background.png);
        background-repeat: repeat;
        background-size: 750px; */
        border: solid white;
        border-radius: 15px;
        transition: 0.2s ease-in-out;
        text-align: center;
        width: calc(100% - 7.5px);
        height: calc(100% - 85px);
        top: 0px;
        left: 0px;
        position: absolute;
        transition: 0.2s ease-in-out;
        display: none;
    }
    
    #phone-withdrawpets-close {
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 4px;
        background-color: #2E343E;
        z-index: 999;
    }
    
    #phone-withdrawpets-close:hover {
        background-color: #139762;
        cursor: pointer;
    }
    
    .phone-withdrawpets-input {
        position: absolute;
        top: 250px;
        left: calc(50% - 150px);
        width: 300px;
        height: 60px;
        background-color: #04B76F;
        text-align: center;
        color: white;
        border-radius: 25px;
        font-size: 30px;
    }
    
    .phone-withdrawpets-button-confirm {
        position: absolute;
        top: 350px;
        left: calc(50% - 75px);
        width: 150px;
        height: 60px;
        background-color: #04B76F;
        text-align: center;
        color: white;
        border-radius: 25px;
        cursor: pointer;
    }
    
    .phone-withdrawpets-button-confirm:hover {
        background: #037749;
    }

    .phone-withdrawpets-div-step {
        background-color: #1B212A;
        border: solid white;
        border-radius: 15px;
        transition: 0.2s ease-in-out;
        text-align: center;
        width: calc(100% - 7.5px);
        height: calc(100% - 85px);
        left: 0px;
        top: 0px;
        position: absolute;
        transition: 0.2s ease-in-out;
        display: none;
    }

    .phone-withdrawpets-button-confirm-step {
        position: relative;
        top: 10px;
        width: 150px;
        height: 60px;
        background-color: #04B76F;
        text-align: center;
        color: white;
        border-radius: 25px;
        cursor: pointer;
    }
    
    .phone-withdrawpets-button-confirm-step:hover {
        background: #037749;
    }
    
    .phone-withdrawpets-div-step1 {
        background-color: #1B212A;
        border: solid white;
        border-radius: 15px;
        transition: 0.2s ease-in-out;
        text-align: center;
        width: calc(100% - 7.5px);
        height: calc(100% - 85px);
        left: 0px;
        top: 0px;
        position: absolute;
        transition: 0.2s ease-in-out;
        display: none;
        overflow-y: auto;
    }

    .phone-withdrawpets-bots-div {
        position: relative;
        top: 30px;
        left: 0px;
        height: 300px;
        width: 100%;
    }
    
    .phone-withdrawpets-bot {
        position: relative;
        color: white;
        display: none;
    }
    
    .phone-withdrawpets-button-confirm-step1 {
        position: relative;
        top: 10px;
        width: 150px;
        height: 60px;
        background-color: #04B76F;
        text-align: center;
        color: white;
        border-radius: 25px;
        cursor: pointer;
    }
    
    .phone-withdrawpets-button-confirm-step1:hover {
        background: #037749;
    }

    .phone-announcement {
        display: none;
        position: absolute;
        height: calc(100% - 85px);
        width: calc(100% - 7px);
        background-color: #1B212A;
        transition: 0.2s ease-in-out;
        text-align: center;
        left: 0px;
        top: 0px;
    }
    
    .phone-announcement-close {
        position: absolute;
        right: 10px;
        top: 10px;
        border-radius: 4px;
        background-color: #2E343E;
        z-index: 999;
    }
    
    .phone-announcement-close:hover {
        background-color: #139762;
        cursor: pointer;
    }
    
    .phone-announcement-name {
        position: relative;
        top: 30px;
        font-size: 40px;
        color: white;
    }

    #phone-announcement-delete-bundle {
        position: absolute;
        top: 105px;
        font-size: 16px;
        left: calc(50% - 100px);
        background-color: #139762;
        border-radius: 15px;
        display: none;
        width: 200px;
        height: 30px;
        color: white;
    }
    
    #phone-announcement-delete-bundle:hover {
        background-color: #144E3E;
    }
    
    .phone-announcement-totalpets {
        position: absolute;
        /* left: 145px; */
        text-align: center;
        width: 100%;
        top: 0px;
        color: white;
    }
    
    .phone-announcement-age {
        display: flex;
        justify-content: center;
        position: relative;
        top: 10px;
    }
    
    .phone-announcement-age > div {
        margin-left: 0px;
        font-size: 10px;
        background-color: #139762;
        padding: 10px;
        border-radius: 15px;
        cursor: pointer;
    }
    
    .phone-announcement-age > div:hover {
        background-color: #144E3E;
    }
    
    .phone-announcement-listing {
        position: relative;
        overflow-y: auto;
        border-radius: 15px;
        top: 30px;
        height: calc(100% - 170px);
        width: 100%;
    }
    
    .phone-announcement-listing::-webkit-scrollbar {
        width: 10px;
        background-color: #1C222D;
    }
    
    .phone-announcement-listing::-webkit-scrollbar-thumb {
        background-color: #6E7987;
        border-radius: 30px;
    }
    
    .phone-announcement-item {
        height: 200px;
        text-align: left;
        position: relative;
    }
    
    .phone-announcement-item-image {
        position: relative;
        top: 20px;
        left: 30px;
    }
    
    .phone-announcement-item-texts {
        /* width: 250px; */
        width: calc(100% - 110px);
        /* width: fit-content; */
        height: 110px;
        position: relative;
        left: 110px;
        top: -80px;
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .phone-announcement-item-text-name {
        font-weight: 500;
        font-size: 30px;
        margin-bottom: -30px;
        color: #FFFFFF;
    }
    
    .phone-announcement-item-text-age {
        font-weight: 400;
        font-size: 20px;
        color: #6E737D;
    }
    
    .phone-announcement-item-text-price {
        position: absolute;
        color: white;
        top: 110px;
        /* left: 217.5px; */
        right: 100px;
        font-size: 35px;
        font-weight: 500;
    }

    .phone-announcement-item-changeprice-button {
        background-color: #04B76F;
        color: white;
        width: 80px;
        height: 35px;
        position: absolute;
        bottom: 7.5px;
        right: 102.5px;
        font-size: 10px;
        font-weight: 700;
        border-radius: 15px;
        cursor: pointer;
        display: none;
    }
    
    .phone-announcement-item-addition {
        width: 160px;
        height: 50px;
        left: -12.5px;
        top: 155px;
        position: absolute;
        display: inline;
        justify-content: left;
        align-items: center;
        text-align: center;
    }
    
    .phone-announcement-item-checkbox-style {
        position: absolute;
        top: 110px;
        left: 78px;
    }
    
    .phone-announcement-item-button {
        background-color: #04B76F;
        color: white;
        width: 60px;
        height: 60px;
        position: absolute;
        bottom: 20px;
        right: 10px;
        font-weight: 700;
        border-radius: 15px;
        cursor: pointer;
    }
    
    .phone-announcement-item-add-div {
        display: none;
    }
    
    .phone-announcement-item-add-input {
        position: absolute;
        right: 100px;
        top: 150px;
        width: 50px;
        background-color: #1A202B;
        color: #4C6D7C;
    }
    
    .phone-announcement-item-add-button {
        background-color: #04B76F;
        color: white;
        width: 60px;
        height: 60px;
        position: absolute;
        bottom: 20px;
        right: 10px;
        font-weight: 700;
        border-radius: 15px;
        cursor: pointer;
    }
    
    .phone-announcement-item-button:hover {
        background-color: #039258;
    }
}