body {
    background: #EEEEEE;
    margin: 0;
    padding: 10px;
    font-family: Arial, sans-serif;
}

.userHeader {
    padding: 10px;
    background: white;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.userImage {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.userMainInfo {
    display: flex;
    align-items: center;
}

.userInfo {
    margin-left: 10px;
    display: grid;
    align-items: center;
}

.runningOrder {
    border-radius: 0 0 10px 10px;
    background-color: #1B2F5B;
    padding: 10px;
    color: white;
    display: flex;
    justify-content: space-between;
}

.editButton {
    border-radius: 15px;
    border: none;
    width: 100px;
    padding: 5px;
    cursor: pointer;
    background-color: #f0f0f0;
    color: #1B2F5B;
    font-weight: bold;
    transition: background-color 0.3s;
}

.editButton:hover {
    background: rgb(216, 215, 215);
}

.mainDisplayBox {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.displayBox {
    padding: 10px;
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
}
.displayBox:hover{
    padding: 10px;
    background: rgb(221, 218, 218);
    border-radius: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    justify-content: center;
    text-align: center;
}
.displayBox:hover .displayText b {
    color:rgb(138, 135, 135);
}


.displayBox i {
    font-size: 24px;
    margin-right: 10px;
}

.displayText {
    display: grid;
    text-align: left;
}
.offerImage{
    border-radius: 5px;
    width: calc(100% - 10px);
    margin: 10px 0px 10px 0px;
}
.account{
    border-radius: 5px;
    background-color: white;
    padding: 10px;
}
.iconandtext{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid rgb(237, 233, 233);
    padding-bottom: 10px; /* Add space below the content */
    margin-bottom: 10px; /* Optional: Add space below the border if needed */
    cursor: pointer;
}
.iconandtext:hover{
    display: flex;
    justify-content: space-between;
    background-color: #f8f4f4;
    border-bottom: 1px solid rgb(168, 164, 164);
    padding-bottom: 10px; /* Add space below the content */
    margin-bottom: 10px; /* Optional: Add space below the border if needed */
}
.mainFlag{
    height:30px;
    width:50px;
}
.flag{
    display: flex;
}
.logout{
 
 border-radius: 5px;
 padding: 10px;
 margin-top: 10px;
 text-align: center;
}
.logout:hover{
    background: rgb(66, 115, 199);
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
   }
.addressBox{
    
    margin: 0px 10px 0px 10px;
    
}
.billingAddress{
    margin:10px;
}
.billingAddress input{
    width:100%;
    height:20px;
    margin:5px 0px 5px 0px;
    border:1px solid rgb(178, 173, 173);
    padding:3px;
}
.cardBox{
    margin: 0px 10px 0px 10px;
    display: grid;
}
.oldCard{
    display:flex;
    justify-content: space-between;
    margin-bottom: 10px;
    
}
.allOldCard{

}
.addCard{
    width:100%;
    background: #1B2F5B;
    padding: 5px;
    margin: 5px;
    color:white;
    font-style: bold;
    cursor: pointer;
    font-style: bold;
    border:none;

}
.addCard:hover{
    width:100%;
    background: #44567f;
    padding: 5px;
    margin: 5px;
    color:white;
    font-style: bold;
    border:none;
}
.newCard{
    display:grid;
    margin:0px 0px 5px 0px;
}
.newCard input{
    height:20px;
    padding: 4px;
    border: 1px solid rgb(199, 198, 198);
    border-radius: 5px;
}
.hidden {
   display: none;
}
.test{
    display: none;
}

.exp{
    display: flex;
    column-gap: 20px;
    margin-top: 10px;
}
.saveCard:hover{
    background: #9ea0a6;
}
.warrentyClaim{
    display: grid;
}
.warrentyClaim input{
  padding: 3px;
  margin: 2px 0px 5px 0px;
  border: 1px solid rgb(178, 175, 175);
  padding: 5px;
}
.warrentyClaim span{
    margin: 5px 0px 0px 0px;
  }
  .warrentyClaim textarea{
    margin: 0px 0px 0px 2px;
    border: 1px solid rgb(178, 175, 175);
  }
@media (max-width: 556px) {
     .displayBox {
        width: calc(100% - 10px);
    }
   
}
@media (min-width: 557px) {
     .displayBox {
        width: calc(50% - 10px);
    }
    .ac{
        width: calc(50% - 10px);
        
    }
    .info{
        display: flex;
        
        
    }
    .lac{
        margin-left:10px;
    }
}

@media (min-width: 900px) {
     .displayBox {
        width: calc(25% - 10px);
    }
}
