a, button{
    cursor: pointer;
}

button {
  background-image: linear-gradient(#f7f8fa ,#e7e9ec);
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  /* box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);  box-sizing: border-box; */
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  /* font-family: "Amazon Ember",Arial,sans-serif; */
  font-size: 14px;
  height: 29px;
  font-size: 13px;
  outline: 0;
  overflow: hidden;
  padding: 0 11px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

button:active {
  border-bottom-color: #a2a6ac #979aa1 #82858a;
  
}

button:active:hover {
  border-bottom-color: #a2a6ac #979aa1 #82858a;
}

button:hover {
  border-color: #a2a6ac #979aa1 #82858a;
  box-shadow: none;
  transition: 1s;
}

button:focus {
  border-color: #b1b1b1;
  box-shadow: 0 8px 16px 0 rgba(228, 228, 228, 0.2), 0 6px 20px 0 rgba(12, 12, 12, 0.19);  box-sizing: border-box;

  outline: 0;
}


#grad{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-image: linear-gradient(to bottom, #dae4ff, #ffffff);
}
.wrapper{
    background-color: white;
    /* box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.2), 0px 6px 20px 0 rgba(0, 0, 0, 0.19); */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: fixed;
    top: 74px;
    left: 15px;
    /* border: 1px black solid; */
    /* border-top-left-radius: 10%; */
    /* border-bottom-right-radius: 10%; */
    border-radius: 3px;
    width: calc(100% - 30px);
    height: calc(100% - 80px);
    overflow-y: auto;
    transition: 0.6s;
}

.door1{
    top: 100% !important;
    transition: 0.6s;
}

.door2{
    top: -100% !important;
    transition: 0.6s;
}

.my{
    display: flex;
    flex-direction: column;
    top: 117px;
    height: calc(100% - 130px);
}

.card{
    
    margin: 10px;
    padding: 8px 16px;
    direction: rtl;
    font-size: 14px;
    /* border: 1px black solid; */
}
.card > div{
    display: flex;
    min-height: 30px;
    align-items: baseline;
    /* justify-content: space-between; */
    /* border-bottom: 1px black solid; */
}
.card > div > span{
    /* min-width: 100px; */
    width: 50%;
    
}

.profile{
    position: relative;
    width: calc(100% - 62px);
    top: 80px;
    left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0 !important;
}
.profile >div{
    height: auto;
}

.profile-pic{
    box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2), 0px 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100px;
    height: 100px;
    border: 3px white solid;
    border-radius: 100px;
}

.profile-info{
  /* position: absolute; */
  /* text-align: center; */
  color: black;
  font-weight: bold;
  left:240px;
  top: 180px;
}

.last-order{
    display: flex;
    flex-direction: column;
    

}

.last-address{
    display: flex;
    flex-direction: column;
   
}

.wallet{
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 1100px) {
    .wrapper{
        width: 1100px;
        left: calc(50% - 550px);
    }
}
