@import url(theme.css);

/* Main */
.main {
    font-size: 28px;
    padding: 0 10px;
    width: 100%;
}

.main h2 {
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}

.main .card {
    background-color: #fff;
    border-radius: 18px;
    box-shadow: 1px 1px 8px 0 grey;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 50px 20px 50px;
}

.main .card table {
    border: none;
    font-size: 16px;
    height: 110px;
    width: 100%;
}

.edit {
    position: absolute;
    color: #e7e7e8;
    right: 14%;
}

.profile-edit-btn{
    font-size: 16px;
    text-decoration: none;
    background-color: #ed1c24;
    color: white;
    padding: 10px;
    border-radius: 5px;
    float: right;
}

.profile-update-btn{
    font-size: 16px;
    text-decoration: none;
    background-color: #ed1c24;
    color: white;
    padding: 10px;
    border-radius: 5px;
    border: none;
    float: right;
    width: auto !important;
}

.contact-us-btn{
    font-size: 16px;
    color: white;
    background-color: #ed1c24;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    padding: 10px;
    float: right;
}

/* End */
 
 