header {
    height: 80px;
    position: relative;
    z-index: 999;
    background: #fff;
}

main {
    background: #fff;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'noto-b';
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    height: 100px;
    background: white;
    color: #bd1947;
    z-index: 99;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
}

.logo img {
    width: 75%;
    height: 75%;
    object-fit: cover;
}

.left-menu a,
.right-menu a {
    display: block;
    padding: 40px 10px 5px;
    border-bottom: solid 2px transparent;
}

.left-menu a:hover,
.right-menu a:hover {
    border-color: #bd1947;
}

.left-menu,
.right-menu {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    width: calc(50% - 150px);
}

.left-menu {
    left: 0;
    justify-content: flex-end;
}

.right-menu {
    right: 0;
    justify-content: flex-start;
}

.top-banner {
    position: relative;
    /* background: url(../images/banner-top.jpg) no-repeat; */
    background: url(../images/single-banner.jpg) no-repeat;
    background-size: cover;
}

.single-banner {
    position: relative;
    background: url(../images/single-banner.jpg) no-repeat;
    background-size: cover;
}

.top-banner .container,
.single-banner .container {
    height: 400px;
}

.top-banner .container {
    /* height: 600px; */
}

.banner-text {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner-text h3 {
    font-size: 24px;
    font-family: 'noto-b';
}

.banner-text h1 {
    font-size: 40px;
    font-family: 'noto-b';
}

.banner-wine img {
    position: absolute;
    right: 0;
    top: 80px;
    height: 100%;
}

.banner-1 {
    padding: 120px 0 100px;
}

.wine-list {
    padding: 50px 0;
}

.new-wine {
    background: #fbfaf5;
}

.sec-title-en {
    font-family: 'Edwardian Script ITC';
    color: #881536;
    font-size: 60px;
    text-align: center;
}

.sec-title-jp {
    font-family: 'noto-b';
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.wine-list {}

.wine-item-list {
    margin-right: -2%;
    margin-top: 20px;
}

.wine-item {
    flex: 0 0 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border: solid 1px #111;
}

.wine-item .wine-thumb {
    flex: 0 0 25%;
    height: 400px;
    text-align: center;
}

.wine-thumb img {
    width: 80%;
    height: 100%;
    object-fit: contain;
}

.wine-item .wine-detail {
    flex: 1;
    padding-left: 15px;
}

.wine-item-title {
    padding-bottom: 10px;
    border-bottom: dashed 1px #e5e5e5;
}

.wine-item-title p {
    font-family: 'noto-b';
    font-size: 24px;
    letter-spacing: -2px;
}

.wine-item-title .cont-name {
    font-size: 16px;
    color: #b2b2b2;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.wine-item-info {
    padding: 15px 0;
}

.wine-item-info .d-flex {
    margin-bottom: 10px;
}

.wine-item-info .d-flex:last-of-type {
    margin-bottom: 0;
}

.info-field-name {
    color: #b2b2b2;
    flex: 0 0 160px;
}

.info-field-content {
    flex: 1;
}

.wine-item-price {
    border-top: dashed 1px #e5e5e5;
    padding-top: 15px;
}

.wine-item-price p {
    font-size: 28px;
    font-family: 'noto-b';
    color: #881536;
}

.wine-item-price a {
    display: flex;
    align-items: center;
    color: #881536;
    padding: 10px 30px;
    border: solid 1px #881536;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.wine-item-price a img {
    margin-right: 15px;
}

.ico-normal {
    display: initial;
}

.ico-hover {
    display: none;
}

.goto-online-shop:hover {
    background: #881536;
    color: #fff;
}

.goto-online-shop:hover .ico-normal {
    display: none;
}

.goto-online-shop:hover .ico-hover {
    display: initial;
}

.view-more {
    color: #fff;
    background: #881536;
    padding: 15px 50px;
    border: solid 1px #881536;
}

.view-more:hover {
    background: #fff;
    color: #881536;
}

.banner-2 {
    background: url(../images/banner-2.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    margin-top: 50px;
}

.banner-2 .container {
    height: 350px;
}

.banner-2 .container div {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.banner-2 .container div p:first-of-type {
    color: #881536;
    font-family: 'noto-m';
}

.banner-2 .container div p:last-of-type {
    color: #fff;
    font-size: 30px;
    font-family: 'noto-b';
    margin-top: 15px;
}

.banner-2 .container div a {
    color: #fff;
    background: #881536;
    border: solid 1px #881536;
    padding: 10px 50px;
    margin-top: 20px;
    display: inline-block;
    font-size: 14px;
}

.banner-2 .container div a:hover {
    color: #881536;
    background: #fff;
}

.wine-viewd {
    padding: 100px 0;
}

.viewed-wine-item {
    margin-top: 50px;
}

.viewed-item-thumb {
    height: 250px;
    text-align: center;
}

.viewed-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.viewed-item-info {
    text-align: center;
}

.viewed-item-info p:first-of-type {
    font-family: 'noto-b';
    font-size: 14px;
    margin-top: 20px;
}

.viewed-item-info p:last-of-type {
    font-family: 'noto-b';
    color: #881536;
}

.viewed-item-info p.cont-name {
    font-size: 12px;
    color: #b2b2b2;
    line-height: 16px;
    min-height: 16px;
    overflow: hidden;
}

.viewed-item-info .Stars2 {
    display: inline-block;
    margin: 0 auto;
}

.banner-3 .my-wine {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4%;
    color: #fff;
}

.banner-3 .my-wine p:first-of-type {
    font-family: 'Edwardian Script ITC';
    font-size: 60px;
}

.banner-3 .my-wine p:last-of-type {
    font-family: 'noto-b';
    font-size: 20px;
    padding-left: 10px;
}

.sec-contact {
    padding: 100px 50px 70px;
    background: url(../images/banner-4.jpg) no-repeat;
    background-size: cover;
    margin-top: 100px;
    color: #fff;
}

.contact-title p:first-of-type {
    font-family: 'Edwardian Script ITC';
    font-size: 60px;
}

.contact-title p:last-of-type {
    font-size: 20px;
    padding-left: 10px;
}

.contact-info {
    text-align: center;
    font-family: 'noto-b';
}

.contact-info p:first-of-type {
    font-size: 30px;
}

.contact-info p:nth-of-type(2) {
    font-size: 14px;
}

.contact-info a {
    display: inline-block;
    color: #fff;
    border: solid 2px #fff;
    font-size: 14px;
    padding: 10px 50px;
    margin-top: 20px;
}

.contact-info a:hover {
    background: #fff;
    color: #111;
}

footer {
    background: #1a1a1a;
    padding: 50px 0;
    color: #fff;
}

.copyright {
    font-size: 12px;
}

.footer-logo {
    font-size: 30px;
    color: #fff;
}

.footer-logo img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.footer-menu a {
    font-size: 14px;
    color: #fff;
    margin-left: 25px;
    padding-bottom: 5px;
    border-bottom: solid 2px transparent;
}

.footer-menu a:hover {
    border-color: #fff;
}

.login-container {
    background: #7f7f7f;
    position: relative;
    width: 100%;
    height: 100vh;
}

.login-content {
    max-width: 1000px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

.login-content::before {
    content: '';
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0;
    background: url(../images/login.jpg) no-repeat;
    background-size: cover;
    z-index: 1;
}

.login-fields {
    width: 100%;
    padding-left: 45%;
    background: #fff;
    position: relative;
}

.login-fields-inner {
    padding: 50px;
}

.login-fields-inner .login-title {
    font-size: 30px;
    font-family: 'noto-b';
}

.login-fields-inner .login-title span {
    color: #bd1947;
}

.login-fields-inner .login-sub-title {
    color: #a6a6a6;
}

.login-fields-inner form input {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    background: #fafafa;
    border: solid 1px #ebebeb;
    padding: 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.login-fields-inner form button {
    background: #881536;
    width: 100%;
    height: 40px;
    border: none;
    color: #fff;
    font-family: 'noto-b';
    font-size: 16px;
    margin-top: 15px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.login-fields-inner form button:hover {
    cursor: pointer;
}

.login-fields-inner form a {
    color: #bd1947;
    font-family: 'noto-b';
}

.login-fields-inner form .out-link {
    color: #a6a6a6;
}

.login-fields-inner form .out-link span {
    color: #595959;
    font-family: 'noto-b';
}

.login-fields-inner form a:hover {
    text-decoration: underline;
}

.login-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: 'noto-b';
    font-weight: bold;
}

.privacy-area {
    margin-top: 40px;
}

.privacy-area p {
    /* font-weight: bold; */
}

.privacy-area textarea {
    width: 100%;
    height: 150px;
    resize: none;
    padding: 10px;
    margin-top: 10px;
    border-color: #a6a6a6;
    font-family: 'noto-m';
    color: #111111;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.privacy-area textarea:focus {
    outline: none;
}

label[for="agree-check"] {
    font-size: 14px;
}

#agree-check {
    border-color: #a6a6a6;
    margin-right: 5px;
}

.reg-form {
    padding: 120px 0 100px;
}

.reg-form .reg-title {
    font-family: 'noto-b';
    font-size: 20px;
}

.reg-form p.mt-3 {
    font-family: 'noto-b';
    font-size: 14px;
}

.form-field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.form-field .field-name {
    flex: 0 0 30%;
    background: #f7f7f7;
    padding: 20px 30px;
    font-family: 'noto-b';
}

.form-field .field-content {
    flex: 1;
    padding-left: 30px;
}

.form-field .field-content textarea,
.form-field .field-content input[type="text"],
.form-field .field-content input[type="email"],
.form-field .field-content input[type="password"] {
    width: 100%;
    max-width: 400px;
    height: 40px;
    background: #fafafa;
    border: solid 1px #ebebeb;
    padding: 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.form-field .field-content textarea {
    height: 150px;
    resize: none;
    margin-top: 10px;
    padding: 10px;
}

.form-field .field-content textarea:focus {
    outline: none;
}

.form-field.textarea-content {
    align-items: flex-start;
}

.form-field.textarea-content .field-name {
    height: 170px;
}

.form-field .field-content select {
    height: 40px;
    border: solid 1px #ebebeb;
    padding: 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-right: 5px;
    margin-left: 20px;
}

.form-field .field-content select:first-of-type {
    margin-left: 0;
}

label[for="woman-radio"] {
    margin-left: 20px;
}

.form-field:first-of-type {
    border-top: solid 1px #d9d9d9;
}

.form-field {
    border-bottom: solid 1px #d9d9d9;
}

.submit-button button {
    background: #881536;
    max-width: 250px;
    width: 100%;
    height: 40px;
    border: none;
    color: #fff;
    font-family: 'noto-b';
    font-size: 16px;
    margin-top: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.submit-button button:hover {
    cursor: pointer;
}

.wine-info-thumb {
    flex: 0 0 40%;
}

.wine-info-thumb img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.wine-info-content {
    flex: 0 0 55%;
}

.wine-info-content h2 {
    font-family: 'noto-b';
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: dashed 1px #a1a1a1;
    letter-spacing: -2px;
}

.wine-item-info-sec {
    padding: 120px 0 100px;
}

.main-rate .__m-rate {
    font-size: 30px;
    font-family: 'noto-b';
}

.main-rate .__n-rate {
    margin-left: 10px;
}

.main-rate .__n-rate p {
    font-size: 14px;
}

.my-rate {
    text-align: center;
}

.my-rate p:first-of-type {
    font-size: 14px;
}

.my-rate p:last-of-type {
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px;
    background: #f2f2f2;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.my-rate p:last-of-type span {
    color: #881536;
}

.wine-info-content .wine-price {
    font-size: 30px;
    font-family: 'noto-b';
    padding-bottom: 5px;
    color: #881536;
    border-bottom: dashed 1px #a1a1a1;
}

.__wine-info {
    padding-bottom: 10px;
    border-bottom: dashed 1px #a1a1a1;
}

.__wine-info .d-flex {
    padding: 10px 0;
    font-size: 14px;
}

.__wine-info .d-flex div:first-of-type {
    flex: 0 0 150px;
}

.__wine-info .d-flex div:last-of-type {
    flex: 1;
}

.banner-wine.wine-single img {
    /* right: 0px; */
}

.download-btn {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.download-btn,
.shop-link-btn {
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 10px 30px;
    border: solid 1px #881536;
    background: #881536;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.download-btn {
    background: #148aad;
    border-color: #148aad;
}

.download-btn img,
.shop-link-btn img {
    padding-right: 15px;
}

.download-btn:hover,
.shop-link-btn:hover {
    background: #fff;
    color: #881536;
    cursor: pointer;
}

.download-btn:hover {
    color: #148aad;
}

.download-btn:hover .ico-hover,
.shop-link-btn:hover .ico-hover {
    display: initial;
}

.download-btn:hover .ico-normal,
.shop-link-btn:hover .ico-normal {
    display: none;
}

.review-sec {
    padding-bottom: 100px;
}

.review-result {
    flex: 0 0 300px;
    padding-left: 30px;
}

.review-list {
    flex: 1;
    position: relative;
    padding-left: 50px;
}

.__title-en {
    font-size: 30px;
    color: #881536;
    font-family: 'noto-b';
}

.__title-jp {
    font-family: 'noto-b';
}

.review-item {
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    background: #fafafa;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.review-item p span {
    padding: 3px 10px;
    background: #efefef;
    margin-right: 10px;
    border: solid 1px transparent;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.review-item p a span {
    border-color: #881536;
}

.review-item p span i {
    color: #881536;
    font-style: normal;
    font-size: 14px;
}

.review-user-info {
    margin-top: 10px;
}

.review-user-info img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.review-user-info p:first-of-type {
    font-family: 'noto-b';
    margin-right: 15px;
}

.review-user-info p:last-of-type {
    font-size: 14px;
}

.review-result .t-center p:first-of-type {
    font-size: 30px;
    font-family: 'noto-b';
}

.review-result .t-center p:last-of-type {
    font-size: 20px;
}

.review-detailed-area .d-flex p:first-of-type {
    color: #f1a90d;
    font-size: 16px;
    text-align: right;
    flex: 0 0 85px;
}

.review-detailed-area .d-flex p:last-of-type {
    font-size: 16px;
    flex: 0 0 55px;
    padding-left: 10px;
    text-align: left;
}

.related-wine {
    padding-bottom: 50px;
}

.rate-btn {
    /* position: absolute;
    top: 10px;
    right: 20px; */
    background: #881536;
    font-size: 14px;
    color: #fff;
    padding: 10px 30px;
    border: solid 1px #881536;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.rate-btn:hover {
    background: #fff;
    color: #881536;
}

.lity-container {
    width: 90%;
    max-width: 600px;
}

#forget_password,
#review_edit,
#review {
    position: relative;
    background: #fff;
    padding: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.lity-close {
    display: none;
}

.dialog-close-btn {
    background: #fff;
    font-weight: bold;
    border: none;
    font-size: 20px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.dialog-close-btn:hover {
    cursor: pointer;
}

#review_edit form p:first-of-type,
#review form p:first-of-type {
    color: #881536;
    font-family: 'noto-b';
}

#review_edit form p:nth-of-type(2),
#review form p:nth-of-type(2) {
    font-size: 14px;
}

#review_edit form textarea,
#review form textarea {
    width: 100%;
    height: 150px;
    resize: none;
    border: none;
    background: #e6e6e6;
    padding: 10px;
    margin-top: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#review_edit form textarea:focus,
#review form textarea:focus {
    outline: none;
}

.review-form-btns {
    text-align: right;
    margin-top: 20px;
}

.review-form-btns button {
    padding: 5px 0;
    width: 150px;
    border: solid 1px #881536;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.review-form-btns button[type="button"] {
    background: #fff;
    color: #881536;
}

.review-form-btns button[type="submit"] {
    background: #881536;
    color: #fff;
    margin-left: 15px;
}

.review-form-btns button[type="submit"]:hover {
    cursor: pointer;
    background: #bd1947;
}

.review-form-btns button[type="button"]:hover {
    cursor: pointer;
    background: #ebebeb;
}

#rate-test1,
#rate-test {
    font-size: 24px;
    margin-left: 10px;
    color: #881536;
    font-family: 'noto-b';
}

.starrate1,
.starrate {
    cursor: pointer;
    position: relative;
}

.starrate1 span.ctrl,
.starrate span.ctrl {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.starrate1 .cont,
.starrate .cont {
    color: #f1a90d;
    font-size: 24px;
}

.user-info {
    padding-top: 35px !important;
    display: flex !important;
    align-items: center;
}

.user-info span {
    margin-right: 5px;
}

.user-info img {
    width: 30px;
    height: auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.user-info:hover {
    /* border-color: transparent !important; */
}

.sec-contact-page {
    padding: 120px 0 100px;
}

.month-title {
    padding: 10px;
    margin-top: 80px;
    display: flex;
    align-items: flex-end;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #d9d9d9;
    color: #881536;
}

.wine-viewd .month-title:first-of-type {
    margin-top: 30px;
}

.month-title img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.lity-container {
    width: auto;
}

.lity-image img {
    margin: 0 auto !important;
}

.lity-content:after {
    box-shadow: unset !important;
}

.download-outside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.edit-link {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    font-family: 'noto-b';
    padding: 5px 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.select-month select {
    padding: 10px 15px;
    border: none;
    /* color: #881536; */
    border-bottom: solid 1px #881536;
    background: transparent;
    font-size: 20px;
}

.select-month {
    margin-top: 30px;
}

.select-month select:focus {
    outline: none;
}

.select-month select option {
    padding: 5px 10px;
}

.profile-form {
    margin: auto;
    max-width: 400px;
    width: 96%;
}

.profile-form button {
    background: #881536;
    width: 80%;
    height: 40px;
    border: none;
    color: #fff;
    font-family: 'noto-b';
    font-size: 16px;
    margin-top: 15px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.profile-form button:hover {
    cursor: pointer;
}

.profile-field {
    margin-top: 30px;
}

.profile-field label {
    display: block;
    font-family: 'noto-b';
}

.profile-field input[type="text"] {
    height: 40px;
    width: 100%;
    padding: 10px;
    border: solid 1px #ebebeb;
}

.profile-pic-wrapper {
    margin-top: 20px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pic-holder {
    text-align: center;
    position: relative;
    /* border-radius: 50%; */
    width: 80%;
    padding-top: 80%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.pic-holder .pic {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.pic-holder .upload-file-block,
.pic-holder .upload-loader {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(90, 92, 105, 0.7);
    color: #f8f9fc;
    font-size: 12px;
    font-weight: 600;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.pic-holder .upload-file-block {
    cursor: pointer;
}

.pic-holder:hover .upload-file-block {
    opacity: 1;
}

.pic-holder.uploadInProgress .upload-file-block {
    display: none;
}

.pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
}


/* Snackbar css */

.snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 14px;
    transform: translateX(-50%);
}

.snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

#accepted-select-month:hover {
    cursor: pointer;
}

.forget-pass-link {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'noto-b';
}

.forget-pass-link a {
    color: #881536;
    text-decoration: underline;
}

.forget-pass-link a:hover {
    text-decoration: none;
}

#forget_password p {
    font-family: 'noto-b';
    margin-bottom: 15px;
    color: #881536;
}

#forget_password label,
#forget_password input {
    width: 100%;
    display: block;
}

#forget_password label {
    font-size: 14px;
    font-family: 'noto-b';
}

#forget_password input {
    height: 40px;
    margin-bottom: 15px;
    border: solid 1px #ebebeb;
    padding: 0 10px;
}

.not-valid-pass {
    border-color: #881536 !important;
}