h1.dashboard-header-title {
    font-size: 28px;
    font-weight: 700;
}

div#myModal {
    z-index: 9999;
}

.view-promotions h3 {
    border: none;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 40px;
    margin-top: 15px;
}

.view-promotion .modal-content {
    background: #272521!important;
    border: 1px solid #e5dda1!important;
    border-radius: 0px;
}

.view-promotion input {
    margin-bottom: 30px;
}

.view-promotion button.close.promotion-details-modal-close {
    border: 1px solid #fff;
    background: transparent;
    height: 50px;
    width: 50px;
    line-height: 30px;
}

.view-promotion label {
    margin-top: 0px;
    font-weight: 900;
}


.view-promotion input#email {
    width: 100%;
    left: 0;
}

button.btn-success.promotion-details-modal-submit, button.btn-success.promotion-details-modal-submit:focus {
    height: 45px;
    line-height: 19px;
    padding: 10px 20px;
    box-shadow: none;
    outline: none!important;
    border: 0px;
}

h5.invite-label {
    font-weight: 900;
}

.logged-title a:hover {
    opacity: 0.5;
    transition: 0.5s ease;
}

button.referral-share-btn {
    background: #8b5e3c;
    box-shadow: none;
    border: none;
    padding: 15px 15px;
    line-height: 1;
}

.logged-referral {
    display: flex;
    flex-direction: row;
    width: 100%!important;
}

.logged-referral input#referral-link {
    min-width: 78%;
}

.logged-referral .share-tooltip {
    width: 25%;
    min-width: 25%;
}


/*referral*/
table#referral-record-table tbody tr:nth-child(even) {
    background: #fff;
    color: #fff;
}

/*promo popup*/
.logged-record h5.logged-welcome-title {
    font-weight: 700;
    margin: 0;
    margin-top: 30px;
}

.view-promotions .modal {
    width: 60%;
    margin: auto;
    left: 20%;
    right: 0;
    top: 20%;
}

@media screen and (max-width:768px){
.view-promotions .modal {
    width: 100%;
    margin: auto;
    left: 0%;
    right: 0;
    top: 20%;
}}

.view-promotions .modal-content {
    background: #272521;
    border: 2px solid #cdba7c;
    color: #fff;
}

.view-promotions span.close {
    color: #fff;
    opacity: 1;
    line-height: 50px;
    cursor: pointer;
}

.view-promotions .modal h2 {
    font-size: 25px;
    font-weight: 700;
}

.logged-record button {
    padding: 10px;
    border: 0px;
    background: #8b5e3c;
}

table#referral-record-table td {
    padding: 10px; border-bottom:1px solid #cccccc47;
}


/*end promo*/

