body {
    background: #fff;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #000;
}
.header {
    text-align: center;
    margin-top: 20px;
}
i.logo-right-ff {
    position: absolute;
    right: 0;
    z-index: -1;
    right: 0;
    top: 0;
    pointer-events: none;
}

.content-container {
    z-index: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    min-width: 320px;
    max-width: 430px;
    padding: 0 16px 8px;
    width: 100%;
    position: absolute;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.user-block {
    background: #f2f3f5;
    margin-top: 30px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
}

.user-block .user-name-block {
    width: 100%;
}

.user-block .user-name {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #313231;
}

.user-block .user-image {
    width: 70px;
    height: 70px;
    border-radius: 35px;
}

.reviews-block {
    margin-top: 10px;
}

.reviews-block .reviews-button {
    padding: 10px;
    border: none;
    font-weight: bold;
    font-size: 18px;
    background: #f2f3f5;
    color: #313231;
    border-radius: 10px;
    width: 100%;
}

.reviews-block .reviews-button.active {
    background: #313231;
    color: #fff;
    fill: #fff;
}

.reviews-block .reviews-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #313231;
}

.reviews-block .form-control {
    border: none;
    border-radius: 10px;
    background: #f2f3f5;
    margin-bottom: 15px;
}

a.minbtn, .minbtnbtn {
    background: #313231;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .2s;
    cursor: pointer;
    border: none;
    border-radius: 10px;
}


.tips-block {
    margin-top: 10px;
    padding: 5px 15px;
    border-radius: 10px;
    background: #f2f3f5;
}

.tips-block .tips-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #313231;
}

.tips-block .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    background: #f2f3f5;
    border-bottom: 1px solid #313231;
    width: 100%;
    padding: 20px 10px;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    border-radius: 0;
    color: #989898;
}

a.minbtn:hover, .minbtnbtn:hover {
    opacity: .9;
}

.status {
    margin-top: 100px;
    text-align: center;
}

.status i {
    font-size: 36px;
}

.status p {
    margin: 30px 0;
    font-size: 20px;
    color: #525151;
}

.status.status-none i {
    color: #424242;
}
.status.status-success i {
    color: #2E7D32;
}
.status.status-cancel i  {
    color: #C62828;
}
.status.status-update i {
    color: #EF6C00;
}

@media (min-width: 420px) {
    .content-container {
        padding: 0 24px 8px;
    }
}

@media (max-width: 1024px) {
    i.logo-right-ff {
         position: absolute;
         right: 0;
         z-index: -1;
         right: 0;
         top: 0;
         pointer-events: none;
         display: none;
     }
}
