.panel.header, .panel.wrapper{
    background-color: #4dbeed !important;
}

.vertical-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 200px;
}

.vertical-links li {
    border-bottom: 1px solid #ccc;
}

.vertical-links a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.vertical-links a:hover {
    background-color: #4dbeed;
    color: white;
}

.hide-placeholder {
    display: none !important;
}

#dynamic-table {
    border: 1px solid #e3e3e3;
    width:100%;
    margin-top:10px;
    margin-bottom: 10px;
}

.amcform-toolbar {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 10px !important;
}

.amcform-toolbar button {
    background-color: #4dbeed !important;
}

.action.primary.amcform-next,
.action.primary.amcform-prev {
    margin: 0 !important;
}

.account.page-layout-2columns-left .sidebar-additional {
    display: none !important ;
}

.box-newsletter {
    display: none !important;
}

.customer-menu .header.links .wishlist{
    display: none;
}

.form-address-edit .message.info {
    display: none !important;
}
