/*@font-face {*/
/*    font-family: "Rubik Bold";*/
/*    src: url("../fonts/Rubik-Bold.ttf") format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: "Rubik Medium";*/
/*    src: url("../fonts/Rubik-Medium.ttf") format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: "Rubik Regular";*/
/*    src: url("../fonts/Rubik-Regular.ttf") format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: "Rubik Light";*/
/*    src: url("../fonts/Rubik-Light.ttf") format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: "Swatchit";*/
/*    src: url("../fonts/SWATRG.ttf") format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: "Sandiago";*/
/*    src: url("../fonts/Sandiago.ttf") format('truetype');*/
/*}*/

body {
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    font-family: Rubik Regular, Rubik Bold;
    position: relative;
}

.header {
    background-image: url(../images/header-background.jpg);
    width: 100%;
    height: 40.5vw;
    background-size: cover;
    background-position: bottom right;
}

.menu-bar {
    top: 0;
    position: fixed;
    height: 7vw;
    display: flex;
    align-items: center;
    background-color: transparent;
    justify-content: space-between;
    left: 0;
    width: 64%;
    padding: 0 18%;
    z-index: 999;
}

.menu-bar.sticky {
    background-color: white;
}

.sub-menu-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 85%;
}

.logo {
    margin-left: 0;
    width: 15%;
}

.logo img {
    width: 100%;
}

.login-signup-section {
    display: flex;
    align-items: center;
    width: auto;
    justify-content: flex-end;
    margin-right: 3%;
}

.login-signup-section p {
    font-size: 1vw;
    background-color: #00aeef;
    color: white;
    padding: 0.3vw 1.5vw;
    border-radius: 1vw;
    margin: 0px;
}

.login-user-info {
    border-radius: 50%;
    border: 0.3vw solid #00aeef;
    margin-left: -1vw;
    width: 2vw;
    height: 2vw;
}

.login-signup-section img {
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
}

.login-signup-section .login-signup {
    font-size: 1vw;
    color: black;
    margin-left: 2%;
    white-space: nowrap;
}

.login-signup a {
    text-decoration: underline;
    color: black;
}

.upload {
    font-size: 1vw;
    background-color: #00aeef;
    color: white;
    padding: 0.3vw 1vw;
    border-radius: 1vw;
    margin-right: 2%;
    cursor: pointer;
    text-decoration: unset;
}

.menu {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.menu p {
    font-size: 1vw;
    margin: 0 10% 0 0;
}

.menu .menu-image {
    width: 2vw;
}

.header-title {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 15vw;
}

.header-title h1 {
    font-size: 4vw;
    font-family: Swatchit;
    font-weight: unset;
    margin: 0;
}

.header-title p {
    font-size: 2vw;
    margin: 0;
}

.main-banner-section {
    width: 60%;
    margin: -15vw auto 0;
}

.main-banner-section img {
    width: 100%;
}

.main-banner-section {
    position: relative;
}

.main-banner-section img {
    width: 100%;
}

.main-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4vw;
    text-align: center;
}

.main-banner-title-link {
    text-decoration: unset;
}

.main-banner-title {
    position: relative;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.7vw 4vw;
    border-radius: 5vw;
}

.main-banner-title:hover {
    opacity: 0.8;
}

.main-banner-title h1 {
    font-size: 3vw;
    margin: 0;
    color: #fccd04;
    font-weight: bold;
    letter-spacing: 0.2vw;
}

.main-banner-title p {
    font-size: 1.5vw;
    margin: 0;
    color: white;
}

.start-button {
    background-color: #fccd04;
    font-size: 1vw;
    display: inline-block;
    margin-top: 1vw;
    padding: 0.5vw 1.5vw;
    border-radius: 1vw;
    font-weight: bold;
    cursor: pointer;
    color: black;
    text-decoration: unset;
}

.social-icons {
    font-size: 1vw;
    color: #0eabe6;
    position: absolute;
    left: 2.5%;
    top: 20%;
    height: 60%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 4.5%;
}

.social-icons a {
    width: 100%;
    color: #0eabe6;
    text-decoration: unset;
}

.social-icons i {
    background-color: white;
    width: 100%;
    height: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.game-bonus {
    position: absolute;
    right: -9.5%;
    top: 48%;
    font-size: 1.5vw;
    transform: rotate(90deg);
    color: white;
}

.games-section {
    margin: 3% 10% 0 10%;
}

.game-item {
    width: 33.333%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
}

.game-item img {
    width: 100%;
}

.game-item:hover {
    opacity: 0.8;
}

.game-description {
    position: absolute;
    left: 5%;
    top: 52%;
    width: 90%;
    text-align: center;
}

.game-description h2 {
    font-size: 1.5vw;
    color: white;
    font-family: Rubik Bold;
    margin: 0;
}

.game-description p {
    color: white;
    font-size: 1vw;
    margin: 0;
    width: 80%;
    margin: auto;
}

.game-item.black .game-description h2 {
    color: black;
}

.game-item.black .game-description p {
    color: black;
}

.login-section {
    text-align: center;
    margin: 5vw 0;
}

.login-section h1 {
    font-size: 1.9vw;
    font-family: Rubik Medium;
    margin: 0;
}

.login-section p {
    font-size: 1.6vw;
    margin: 0;
    font-family: Rubik Light;
    color: #505050;
    font-weight: 600;
}

.login-button {
    background-color: #fccd04;
    font-family: Rubik Medium;
    font-size: 1.3vw;
    display: inline-block;
    padding: 0.7vw 3vw;
    border-radius: 3vw;
    cursor: pointer;
    margin-top: 2vw;
    box-shadow: 0px 0px 0.3vw 0.2vw rgba(253, 200, 38, 0.5);
    color: black;
    text-decoration: unset;
}

.our-mission {
    position: relative;
    width: 50%;
    display: inline-block;
}

.our-mission img {
    width: 100%;
}

.our-mission-content {
    position: absolute;
    left: 11%;
    top: 25%;
    width: 60%;
}

.our-mission-content p {
    font-size: 1.3vw;
    margin: 0 0 2vw 0;
    font-family: Rubik Light;
    color: #505050;
}

.our-mission-content p.our-mission-subtitle {
    font-size: 0.8vw;
    margin: 0;
    font-family: Rubik Light;
    color: #505050;
    font-weight: bold;
}

.our-mission-content h2 {
    font-size: 1.3vw;
    margin: 0 0 2vw 0;
    font-family: Rubik Bold;
}

.our-mission-content .read-more-button {
    font-size: 1vw;
    color: #505050;
    text-decoration: unset;
    font-family: Rubik Light;
    cursor: pointer;
    border: 3px solid #fccd04;
    padding: 0.5vw 2vw;
    border-radius: 5vw;
}

.pod-slider-section {
    width: 50%;
    position: relative;
    display: inline-block;
}

.pod-slider img {
    width: 100%;
}

.pod-slider-item {
    position: relative;
}

.pod-slider-header {
    position: absolute;
    top: 0;
    left: 37.5%;
    background-color: rgba(252, 191, 41, 0.5);
    width: 25%;
    height: 40%;
}

.pod-slider-header p {
    font-size: 0.8vw;
    margin: 50% 0 0 10%;
    font-weight: bold;
}

.pod-slider-header h1 {
    font-size: 1.3vw;
    font-family: Rubik Bold;
    margin: 0 0 0 10%;
}

.pod-slider-footer {
    position: absolute;
    bottom: 0;
    left: 37.5%;
    background-color: rgba(252, 191, 41, 0.9);
    display: flex;
    align-items: center;
    width: 25%;
    height: 10%;
}

.pod-slider-footer p {
    font-size: 1vw;
    margin: 0 0 0 10%;
}

.pod-slider-circle img {
    width: 1.5vw;
    height: 1.5vw !important;
    border-radius: 50%;
    margin: 0 3%;
}

.pod-slider-footer p.pod-author {
    margin: 0;
}

.footer {
    background-image: url("../images/footer-background.jpg");
    width: 100%;
    height: 17vw;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-content {
    text-align: center;
}

.footer-logo a {
    cursor: pointer;
}

.footer-logo img {
    width: 40%;
    cursor: pointer;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2vw 0 1vw;
}

.footer-social-icons a {
    color: #0eabe6;
    text-decoration: unset;
}

.footer-social-icons i {
    background-color: black;
    width: 2vw;
    height: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 1vw;
    margin: 0 0.5vw;
}

.footer-menu {
    margin: 0.5vw 0;
}

.footer-menu a {
    font-size: 0.8vw;
    color: black;
    text-decoration: unset;
    margin: 0 0.3vw;
}

.footer-copyright {
    font-size: 0.7vw;
    color: #635102;
    margin: 0;
}

a:hover {
    opacity: 0.8;
}

i.fab:hover {
    opacity: 0.5;
}

.navigation-menu {
    position: absolute;
    right: 10%;
    top: 0;
    width: 20vw;
    background-color: rgba(17, 54, 63, 0.95);
    box-shadow: 0px 0px 0.3vw 0.2vw rgba(17, 54, 63, 0.5);
    display: none;
}

.navigation-menu.show {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh !important;
}

.menu-items {
    margin: 5% 20%;
}

.menu-item {
    margin: 1vw 0;
}

.menu-item a {
    color: #6a929c;
    font-size: 1vw;
    text-decoration: unset;
    cursor: pointer;
    font-family: Rubik Bold;
}

.menu-item a:hover {
    color: #fccd04;
}

.menu-close {
    margin: 20% 80% 0;
    cursor: pointer;
}

.game-item.mobile-show {
    display: none;
}

.rate-my-photo .header {
    background-image: url(../images/ratephoto/header-background.jpg);
    height: auto;
    background-position: center;
    position: relative;
}

.header-hidden-image {
    visibility: hidden;
    width: 100%;
}

.rate-my-photo-header {
    position: absolute;
    left: 18%;
    top: 50%;
    width: 70%;
}

.rate-my-photo-header .header-title {
    text-align: left;
    width: 70%;
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
    position: unset;
}

.rate-my-photo-header .header-title img {
    width: 10%;
}

.rate-my-photo-header .header-title h1 {
    font-size: 2vw;
    font-weight: bold;
    letter-spacing: 0.2vw;
}

.rate-my-photo-header .header-title p {
    font-size: 1vw;
    color: #323232;
}

.rate-my-photo-header .header-function {
    width: 22%;
    display: inline-flex;
    justify-content: flex-end;
}

.rate-my-photo .rate-btn {
    font-size: 1vw;
    text-decoration: unset;
    background-color: #00aeef;
    color: white;
    border-radius: 10px;
    display: inline-flex;
    width: 6vw;
    height: 2vw;
    justify-content: center;
    align-items: center;
}

.rate-my-photo .rate-btn i {
    color: #fccd04;
    font-size: 0.8vw;
}

.rate-my-photo .rate-sort {
    display: inline-block;
    position: relative;
}

.rate-my-photo .rate-sort-btn {
    font-size: 1vw;
    display: inline-block;
    color: white;
    border-radius: 10px;
    display: inline-flex;
    width: 6vw;
    height: 2vw;
    justify-content: center;
    align-items: center;
    background-color: #00aeef;
    margin-left: 5px;
    cursor: pointer;
}

.rate-my-photo .rate-sort-btn img {
    width: 20%;
    margin-right: 5%;
}

.rate-my-photo .rate-sort-btn .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3vw;
    vertical-align: middle;
    border-top: 0.4vw dashed;
    border-top: 4px solid\9;
    border-right: 0.2vw solid transparent;
    border-left: 0.2vw solid transparent;
}

.rate-my-photo .dropdown-menu {
    position: absolute;
    left: 5%;
    top: 120%;
    font-size: 1vw;
    width: 150%;
    background-color: rgba(17, 54, 63, 0.95);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    list-style: none;
    border: 1px solid rgba(0, 0, 0, .15);
    margin: 0;
    border-radius: 5px;
    z-index: 999;
    padding: 0;
    display: none;
}

.rate-my-photo .dropdown-menu li {
    padding: 1vw 0 1vw 1vw;
}

.rate-my-photo .dropdown-menu li:hover a {
    color: white;
    opacity: 1;
}

.rate-my-photo .dropdown-menu li a {
    color: #6a929c;
    text-decoration: unset;
}

.rate-my-photo .dropdown-menu li.divider {
    height: 1px;
    overflow: hidden;
    background-color: #6a929c;
    padding: 0;
}

.rate-sort.drop .dropdown-menu {
    display: block;
}

.rate-photo-gallery {
    width: 90%;
    margin: 4vw auto;
}

.gallery-item {
    width: 31.3333%;
    margin: 1%;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
}

.gallery-item-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0 5%;
    transform: translateY(100%);
    transition-duration: 0.5s;
    box-shadow: unset;
}

.gallery-item:hover {
    box-shadow: 0px 0.3vw 0.5vw 0.2vw rgba(0, 0, 0, 0.3);
}

.gallery-item:hover .gallery-item-hover {
    transform: translateY(0);
    transition-duration: 0.5s;
}

.gallery-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 5%;
    width: 100%;
}

.gallery-user {
    width: 10%;
    height: auto;
}

.gallery-user img {
    width: 100%;
    border-radius: 50%;
}

.gallery-user-name {
    font-size: 0.9vw;
    color: white;
    text-decoration: unset;
    padding-left: 0.5vw;
    font-family: Rubik Medium;
}

.gallery-rating {
    font-size: 0.9vw;
    color: white;
    text-decoration: unset;
    font-family: Rubik Medium;
}

.gallery-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5%;
}

.gallery-rate-btn,
.follow-btn {
    font-size: 0.9vw;
    color: black;
    text-decoration: unset;
    background-color: #fccd04;
    padding: 0.3vw 1vw;
    border-radius: 10vw;
    font-family: Rubik Medium;
}

.gallery-zoom {
    font-size: 0.9vw;
    color: white;
    text-decoration: unset;
    font-family: Rubik Medium;
}

.header-function.mobile {
    display: none;
}

.gallery-item-top.mobile,
.gallery-item-bottom.mobile {
    display: none;
}

.header-function.mobile {
    display: none;
}

#contents {
    overflow: hidden;
}

.zoom-window {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(11, 52, 72, 0.9);
    z-index: 100002;
}

.zoom-window.show {
    display: block;
}

.zoom-close {
    position: absolute;
    right: 15%;
    top: 10%;
    width: 1%;
    cursor: pointer;
}

.zoom-sub-window {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.zoom-image {
    border: 5px solid grey;
    width: calc(100% - 10px);
}

.pick-photo-section {
    position: relative;
    background-image: url("../images/pickphoto/background.jpg");
    overflow: hidden;
    background-size: cover;
}

.pick-photo-header {
    padding-top: 8vw;
    width: 100%;
    text-align: center;
}

.pick-photo-header img {
    width: 3%;
}

.pick-photo-page.new .pick-photo-section,
.pick-photo-final.new .pick-photo-section,
.whats-result .pick-photo-section {
    background-image: unset;
}

.pick-photo-header.new {
    padding-top: 8vw;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pick-photo-header.new img {
    width: 2.5vw;
    margin-bottom: 1vw;
    margin-right: 0.5vw;
}

.pick-photo-header h1 {
    font-size: 2vw;
    font-family: Swatchit;
    font-weight: 400;
    letter-spacing: 0.1vw;
}

.pick-photo {
    width: 64%;
    margin: 2vw auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pick-photo-item {
    margin-right: 1.5%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.pick-photo-item.right {
    margin-right: 0 !important;
    margin-left: 1.5%;
    text-align: left;
}

.pick-photo-item img {
    border: 5px solid grey;
    border-radius: 10px;
    width: calc(100% - 10px);
}

.pick-photo-item.new {
    margin-right: 1.5%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    text-align: center;
}

.pick-photo-item.right.new {
    margin-right: 0 !important;
    margin-left: 1.5%;
    text-align: center;
}

.pick-photo-item.new img {
    border: 5px solid white;
    box-shadow: 0px 0.2vw 0.4vw 0vw rgb(0 0 0 / 20%);
    border-radius: 10px;
    width: calc(100% - 10px);
}

.pick-photo-item.selected.new img {
    border: none;
    width: 100%;
}

.pick-photo-item .gallery-zoom {
    color: black;
    cursor: pointer;
    font-family: Rubik Regular;
}

.gallery-zoom.mobile {
    display: none;
}

.skip-button {
    margin-bottom: 4vw;
    width: 100%;
    text-align: center;
}

.skip-button a {
    font-size: 1vw;
    color: black;
    text-decoration: unset;
    font-weight: bold;
    letter-spacing: 0.1vw;
    background-color: #fbcf11;
    padding: 0.5vw 2vw;
    border-radius: 10vw;
}

.skip-button a:hover {
    opacity: 1;
    box-shadow: 0px 0.3vw 0.4vw 0.2vw rgba(0, 0, 0, 0.3);
}

.pick-photo-link {
    opacity: 1 !important;
    width: 100%;
    display: block;
    margin-bottom: 1vw;
    position: relative;
}

.pick-photo-link p {
    position: absolute;
    top: 5%;
    right: 10px;
    font-size: 0.7vw;
    color: white;
    background-color: rgba(235, 200, 45, 0.8);
    padding: 0.5vw 1vw;
    display: none;
}

.pick-photo-link img:hover {
    box-shadow: 0px 0vw 0.5vw 0.3vw rgba(251, 207, 17, 0.7);
}

.pick-photo-link:hover.pick-photo-link p {
    display: block;
}

.pick-photo-final .pick-photo-link img:hover {
    box-shadow: unset;
}

.pick-photo-final.new .pick-photo-link img:hover {
    box-shadow: unset;
    box-shadow: 0px 0.2vw 0.4vw 0vw rgb(0 0 0 / 20%);
}

.pick-photo-item.selected .pick-photo-link {
    box-shadow: 0px 0vw 0.5vw 0.3vw rgba(251, 207, 17, 0.7);
    border-radius: 10px;
}

.pick-photo-item.selected.wrong .pick-photo-link {
    box-shadow: 0px 0vw 0.5vw 0.3vw rgb(255 0 0 / 50%);
}

.pick-photo-link .pick-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 2.5vw;
}

.pick-photo-link .pick-icons img {
    width: 100% !important;
    height: auto !important;
    border: 0;
    border-radius: 0;
    margin-bottom: 0.5vw;
}

.pick-photo-link .pick-icons span {
    font-size: 0.7vw;
    color: black;
    position: absolute;
    bottom: 21%;
    left: 24%;
    font-weight: bold;
}

.pick-point {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
}

.pick-point .point {
    font-family: Rubik Bold;
    color: white;
    background-color: rgba(239, 205, 33, 0.6);
    border-radius: 50%;
    font-size: 2.5vw;
    width: 9vw;
    height: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0vw 0.5vw 0.4vw rgba(0, 0, 0, 0.7);
}

.pick-point .point h2 {
    margin: 0;
}

.pick-profile {
    margin: 0 auto 8vw auto;
    width: 64%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pick-photo-page.new .pick-profile {
    margin: 0 auto 4vw auto;
}

.pick-user {
    font-size: 1vw;
    text-decoration: unset;
    color: black;
    font-family: Rubik bold;
    display: flex;
    align-items: center;
}

.pick-user img {
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    margin: 0 3%;
}

.comment-section {
    width: 50%;
    text-align: center;
}

.comment-header span {
    opacity: 0.8;
}

.comment-form {
    width: 100%;
    border-radius: 10px;
    padding-left: 1vw;
    padding-top: 1vw;
    margin-bottom: 1vw;
}

.pick-photo-next {
    font-size: 1.5vw;
    background-color: #eec21b;
    border-radius: 5vw;
    font-family: Rubik bold;
    color: black;
    width: 8vw;
    height: 3vw;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
}

.pick-tip-btn {
    font-size: 1vw;
    display: flex;
    align-items: center;
    background-color: #eec21b;
    justify-content: center;
    width: 8vw;
    height: 3vw;
    border-radius: 1vw;
    color: white;
    font-family: Rubik bold;
    cursor: pointer;
    position: relative;
}

.pick-tip-btn img {
    width: 20%;
}

.pick-photo-next:hover,
.pick-tip-btn:hover {
    box-shadow: 0px 0.5vw 0.6vw 0.1vw rgba(0, 0, 0, 0.5);
}

.tip-content {
    position: absolute;
    bottom: 2vw;
    right: -3.5vw;
    width: 15vw;
    opacity: 0;
    transition: height 0ms 1000ms, opacity 1000ms 0ms;
    z-index: -1;
}

.tip-content.show {
    visibility: visible;
    opacity: 1;
    transition: height 0ms 0ms, opacity 1000ms 0ms;
    z-index: 0;
}

.tip-content img {
    width: 100%;
}

.tip-content-sub {
    position: absolute;
    left: 15%;
    top: 20%;
    width: 75%;
    height: 60%;
    overflow: auto;
}

.tip-header {
    color: #f3d374;
    display: flex;
    align-items: center;
}

.tip-header img {
    width: 10%;
}

.tip-header span {
    font-family: Rubik Medium;
    font-size: 1vw;
}

.tip-content p {
    font-size: 0.8vw;
    color: black;
    font-family: Rubik Regular;
    position: absolute;
    opacity: 0.8;
    margin: 0.3vw 0 0 0;
}

.pick-heart {
    position: absolute;
    left: 48%;
    font-size: 1vw;
    text-align: center;
    margin: 0;
    bottom: 0;
}

.pick-heart i {
    color: #f3d374;
}

.photo-comments {
    background-color: #f4f4f4;
    width: 50%;
    margin: -4vw auto 4vw;
    padding: 0.5vw 1%;
    border-radius: 10px;
    position: relative;
    text-align: left;
}

.ebook-page .photo-comments {
    margin: 4vw auto;
}

.comments-header {
    font-size: 1vw;
    font-family: Rubik Medium;
    margin: 2% 2%;
}

.comments-count {
    display: inline;
}

.comments-add {
    display: inline-block;
    float: right;
    cursor: pointer;
    color: black;
}

.comments-add:hover {
    color: #eec21b;
}

.comments-contents {
    margin: 0 2%;
}

.comments-item.sub-item {
    margin-left: 3vw;
}

.comments-item .pick-user {
    display: inline-flex;
}

.comments-item .pick-user img {
    margin: 0;
}

.content-setting {
    font-size: 0.9vw;
    margin-left: 3vw;
    color: #a6a6a6;
}

.content-setting p {
    display: inline-block;
    margin: 0;
}

.content-setting p i {
    color: #f0c404;
}

.comments-item .comment {
    font-size: 1vw;
    margin: 1vw 3vw 2%;
}

.content-setting form {
    display: inline-block;
    margin: 0;
}

.content-setting form a,
.content-setting form button {
    color: #a6a6a6;
    text-decoration: underline;
    float: unset;
}

.content-setting form button {
    background-color: unset;
    padding: 0;
    border: unset;
    font-size: 0.9vw;
    text-decoration: underline;
    cursor: pointer;
}

.content-setting form a:hover,
.content-setting form button:hover {
    color: #00aeef;
    font-weight: bold;
}

.comment-window {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(11, 52, 72, 0.9);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.comment-sub-window {
    width: 40%;
    text-align: right;
    margin-top: -5vw;
}

.comment-sub-window h1 {
    font-size: 1.2vw;
    margin: 0;
    font-weight: 400;
    margin-bottom: 5%;
    text-align: center;
    color: white;
}

.comment-sub-window h1 {
    font-size: 1.2vw;
    margin: 0;
    font-weight: 400;
    margin-bottom: 5%;
    text-align: center;
    color: white;
}

.comment-sub-window th {
    background-color: #f5f5f5;
    font-size: 1.2vw;
    margin: 0;
    font-weight: 400;
    margin-bottom: 5%;
    color: black;
}

.comment-sub-window td {
    font-size: 1.0vw;
    margin: 0;
    font-weight: 100;
    margin-bottom: 5%;
    color: black;
}

.comment-close {
    width: 5%;
    margin-bottom: 1%;
    cursor: pointer;
}

.write-comment {
    background-color: #eeeeee;
    text-align: left;
    border-radius: 10px;
    width: 85%;
    padding: 5% 8%;
    overflow-y: scroll;
}

.comment-image {
    width: 25%;
    margin-bottom: 5%;
    margin-right: 5%;
}

.write-comment h1 {
    font-size: 1.2vw;
    margin: 0;
    font-weight: 400;
    margin-bottom: 5%;
}

.selected-user {
    font-size: 0.9vw;
    text-decoration: unset;
    color: black;
    display: flex;
    align-items: center;
    margin-bottom: 3%;
}

.selected-user img {
    width: 10%;
    border-radius: 50%;
    margin-right: 3%;
}

.selected-user p {
    margin: 0;
}

.selected-user p span {
    font-family: Rubik Bold;
}

.selected-user-favourite {
    font-size: 0.7vw;
    margin: 0 0 5% 14%;
}

.selected-user-favourite i {
    color: #f0c404;
}

.write-comment textarea {
    width: 90%;
    border-radius: 10px;
    padding: 2% 5%;
    font-size: 0.8vw;
    margin-bottom: 5%;
    font-family: Rubik Regular;
}

.comment-btn {
    font-size: 1.2vw;
    width: 100%;
    background-color: #fbcf11;
    text-decoration: unset;
    color: white;
    border-radius: 10px;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.pick-photo-flex {
    position: relative;
    display: flex;
    align-items: center;
}

.ebook-header {
    position: absolute;
    width: 100%;
    left: 18%;
    text-align: left;
    top: 30%;
}

.ebook-header img {
    width: 3%;
}

.ebook-header h1 {
    font-size: 2vw;
    font-family: Swatchit;
    font-weight: 400;
    letter-spacing: 0.1vw;
    margin: 0.5vw 0;
}

.ebook-header p {
    font-size: 1vw;
    margin: 0;
}

.ebook-photos {
    width: 64%;
    margin: -10vw auto 2vw auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ebook-page .pick-photo-link img:hover {
    box-shadow: unset;
}

.ebook-tip {
    width: 64%;
    margin: 0 auto;
    position: relative;
}

.ebook-tip img {
    width: 100%;
}

.ebook-tip-content {
    position: absolute;
    left: 2%;
    top: 15%;
    width: 96%;
    height: 70%;
    overflow: auto;
}

.ebook-tip-content img {
    width: 2.5%;
    margin-right: 1%;
}

.ebook-tip-content p {
    font-size: 0.9vw;
    opacity: 0.9;
    margin: 0.3vw 0;
}

.ebook-next-back {
    text-align: center;
    width: 64%;
    margin: 2vw auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ebook-next-back a.btn {
    font-size: 1.2vw;
    text-decoration: unset;
    font-family: Rubik Medium;
    background-color: #00aeef;
    color: white;
    width: 8vw;
    height: 3vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2vw;
    margin: 0px 1%;
}

.ebook-next-back a.btn:hover {
    box-shadow: 0px 0.5vw 0.6vw 0.1vw rgba(0, 0, 0, 0.5);
    background-color: #fbcf11;
}

img.picked-icon {
    border: unset;
    position: absolute;
    left: 5%;
    bottom: 5%;
    width: 10% !important;
    height: auto !important;
}

.ebook-background {
    width: 100%;
}

.end-round-header {
    padding-top: 8vw;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 999;
}

.end-round-header img {
    width: 3%;
}

.end-round-header h1 {
    font-size: 3vw;
    font-family: Rubik Bold;
    color: #04588d;
    margin: 1vw 0;
}

.end-round-header h1 span {
    color: #fbcf11;
}

.end-round-header p {
    font-size: 1.2vw;
    margin: 0;
    color: white;
    letter-spacing: 0.1vw;
}

.pick-points {
    position: relative;
    width: 7%;
    margin: auto;

}

.pick-points img {
    width: 100%;
}

.pick-points-value {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pick-points-value h1 {
    color: white;
    font-size: 2vw;
}

.next-round-section {
    width: 25%;
    margin: -3vw auto 0 auto;
    position: relative;
    flex-wrap: wrap;
}

.next-round-section .hover {
    display: none;
}

.next-round-section:hover .normal {
    display: none;
}

.next-round-section:hover .hover {
    display: block;
}

.next-round-section:hover .next-round h1 {
    color: #04588d;
}

.next-round-section img {
    width: 100%;
}

.next-round {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
}

.next-round p {
    font-size: 1vw;
    color: white;
    font-family: Rubik Medium;
    margin: 0;
}

.next-round h1 {
    font-size: 1.4vw;
    color: #fbcf11;
    font-family: Rubik Bold;
    margin: 0.3vw 0;
    text-decoration: unset;
    display: block;
}

.enjoy-features {
    font-size: 1vw;
    color: black;
    margin: 0;
}

.enjoy-features a {
    color: #fbcf11;
}

.next-round-games {
    width: 50%;
    margin: 1vw auto 5vw auto;
}

.next-round-games a {
    width: calc(32.33% - 4px);
    height: 5vw;
    margin: 0.5%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fbcf11;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: unset;
    vertical-align: top;
    font-size: 1vw;
    color: white;
    font-family: Rubik Medium;
}

.next-round-games a:hover {
    box-shadow: 0px 0px 0.3vw 0.2vw rgba(253, 200, 38, 0.5);
}

.next-round-games a img {
    height: 1.5vw;
}

.next-round-games a span {
    margin-top: 0.5vw;
    display: block;
}

.end-round-section {
    position: relative;
    background-image: url("../images/end-round-background.jpg");
    overflow: hidden;
    background-size: cover;
    background-position: top;
    text-align: center;
}

.end-of-round.new .end-round-section {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: top;
    text-align: center;
    padding-top: 15vw;
    padding-bottom: 5vw;
    background-image: unset;
}

.next-round-games a.end-round-upload {
    background-color: #fbcf11;
    font-size: 1.5vw;
    letter-spacing: 0.1vw;
}

.ebook-mobile-prev-btn,
.ebook-mobile-next-btn {
    display: none;
}

.improve-header {
    position: relative;
}

.improve-header-img {
    width: 100%;
}

.improve-header-title {
    position: absolute;
    width: 64%;
    left: 18%;
    text-align: left;
    top: 40%;
}

.improve-header-title h1 {
    font-size: 2vw;
    font-family: Swatchit;
    font-weight: 400;
    letter-spacing: 0.1vw;
    margin: 0.5vw 0;
}

.improve-header-title p {
    font-size: 1vw;
    margin: 0;
    opacity: 0.8;
}

.improve-header-title img {
    width: 4%;
}

.improve-photo-buttons {
    width: 64%;
    margin: -2.5vw auto 0;
    position: relative;
}

.improve-photo-buttons h1 {
    font-size: 1vw;
    text-decoration: unset;
    width: 48%;
    display: inline-block;
    padding: 2vw 0;
    background-color: #00aeef;
    text-align: center;
    border-radius: 0.5vw;
    color: white;
    box-shadow: 0px 0vw 0.5vw 0.3vw rgba(0, 174, 239, 0.7);
    cursor: pointer;
}

.improve-photo-buttons h1 p {
    display: inline-block;
    margin: 0;
}

.improve-photo-buttons h1 span {
    font-weight: bold;
}

.improve-photo-buttons h1.left-btn {
    margin-right: 2%;
}

.improve-photo-buttons h1.right-btn {
    margin-left: 2%;
}

.improve-photo-buttons h1:hover {
    color: black;
    background-color: #fccd04;
    box-shadow: 0px 0vw 0.5vw 0.3vw rgba(252, 205, 4, 0.7);
    opacity: 1;
}

.improve-photo-buttons a {
    font-size: 1vw;
    background-color: rgba(17, 54, 63, 0.95);
    height: 3vw;
    color: #6a929c;
    text-decoration: unset;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-radius: 5px;
    position: absolute;
    bottom: -3vw;
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: height 0ms 500ms, opacity 500ms 0ms;
    z-index: -1;
}

.improve-photo-buttons a.left-dropdown {
    left: 0;
}

.improve-photo-buttons a.right-dropdown {
    right: 0;
}

.improve-photo-buttons .left-dropdown.show,
.improve-photo-buttons .right-dropdown.show {
    visibility: visible;
    opacity: 1;
    transition: height 0ms 0ms, opacity 500ms 0ms;
    z-index: 1;
}

.improve-photo-items {
    width: 90%;
    margin: 5vw auto;
}

.improve-photo-item {
    width: calc(50% - 2vw);
    margin: 1vw;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.improve-photo-item-link {
    position: relative;
    overflow: hidden;
    background-color: #3d3d3d;
    height: 21vw;
}

.improve-photo {
    width: calc(50% - 1px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    height: 100%;

}

.improve-photo.left {
    border-right: 1px solid white;
}

.improve-photo.right {
    border-left: 1px solid white;
}

.edited-slider {
    width: 100%;
    height: 100%;
}

.edited-slider .slick-list {
    height: 100%;
}

.edited-slider .slick-list .slick-track {
    height: 100%;
}

.improve-photo img.landscape {
    width: 100%;
    height: auto;
}

.improve-photo img.portrait {
    width: auto;
    height: 100%;
}

.improve-photo .slider-item {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.improve-photo-item .download-photo {
    font-size: 0.9vw;
    color: white;
    background-color: #00aeef;
    text-decoration: unset;
    width: 26%;
    height: 15%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 1vw;
    position: absolute;
    left: 12%;
    top: 40%;
    opacity: 0;
    transition: height 0ms 1000ms, opacity 1000ms 0ms;
}

.improve-photo-item .photo-state {
    font-size: 0.8vw;
    position: absolute;
    left: 0;
    top: 10%;
    width: 50%;
    height: 10%;
    opacity: 0;
    transition: height 0ms 1000ms, opacity 1000ms 0ms;
}

.improve-photo-item .photo-state p {
    background-color: #d0ac11;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    height: 100%;
}

.improve-photo-item:hover {
    margin: 0.5vw;
    border: 0.5vw solid #fccd04;
    border-radius: 0.5vw;
    /* transition-duration: 0.5s; */
}

.improve-photo-item:hover .download-photo,
.improve-photo-item:hover .photo-state {
    visibility: visible;
    opacity: 1;
    transition: height 0ms 0ms, opacity 1000ms 0ms;
}

.improve-photo-item button.slick-prev,
.improve-photo-item button.slick-next,
.improve-photo-item button.slick-prev:hover,
.improve-photo-item button.slick-next:hover {
    width: 7%;
    height: 6%;
}

.improve-photo-item-top,
.improve-photo-item-bottom {
    display: none;
}

.profile-header img {
    width: 100%;
}

.profile-info {
    width: 64%;
    margin: auto;
    margin-top: -5vw;
    z-index: 99;
}

.profile-info-img {
    width: 13%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}

.profile-info-img img {
    width: 100%;
    border-radius: 50%;
}

.profile-info-desc {
    width: 85%;
    display: inline-block;
    vertical-align: top;
}

.profile-info-desc1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vw;
    position: relative;
}

.profile-name {
    display: inline-block;
    padding-top: 3.2vw;
}

.profile-name a {
    font-size: 0.8vw;
    color: white;
    text-decoration: unset;
    background-color: #00aeef;
    padding: 0.3vw 0.5vw;
    border-radius: 0.5vw;
    margin-left: 0.5vw;
    font-weight: 400;
    font-family: Rubik Regular;
}

.profile-name a:hover {
    box-shadow: 0px 0.3vw 0.2vw 0vw rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.profile-name h1 {
    font-size: 2vw;
    font-family: Rubik Bold;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.profile-name p {
    font-size: 1vw;
    margin: 0;
    display: flex;
    align-items: center;
}

.profile-desc1-sub {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.profile-badge {
    position: absolute;
    right: 0;
    bottom: 100%;
}

.profile-badge img {
    width: 6vw;
}

.profile-posting {
    margin-right: 1vw;
}

.profile-posting p {
    font-size: 0.9vw;
    margin-bottom: 0;
}

.profile-posting p span {
    font-weight: bold;
}

.profile-posting p a {
    cursor: pointer;
}

.profile-follow {
    font-size: 1vw;
    margin-top: 0.5vw;
}

.profile-follow-btn {
    text-decoration: unset;
    color: white;
    background-color: #00aeef;
    padding: 0.5vw 1vw;
    border-radius: 0.5vw;
    margin-right: 0.5vw;
}

.profile-message-btn {
    text-decoration: unset;
    color: white;
    background-color: #3d4143;
    padding: 0.5vw 1vw;
    border-radius: 0.5vw;
}

.profile-follow-btn:hover,
.profile-message-btn:hover {
    box-shadow: 0px 0.3vw 0.2vw 0vw rgba(0, 0, 0, 0.4);
    opacity: 1;
}

.profile-info-desc2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3vw;
}

.profile-location {
    font-size: 1vw;
    display: flex;
    align-items: center;
    width: 70%;
}

.profile-location p {
    margin: 0;
}

.profile-location a {
    text-decoration: unset;
    color: black;
}

.profile-location img {
    width: 1vw;
}

.profile-mark a {
    font-size: 1vw;
    font-family: Rubik Bold;
    text-decoration: unset;
    color: black;
    display: flex;
    align-items: center;
}

.profile-info-desc3 h2 {
    font-size: 1vw;
    margin: 0;
    font-family: Rubik Bold;
}

.profile-info-desc3 p {
    font-size: 1vw;
    margin: 1vw 0;
    line-height: 1.5vw;
}

.profile-info-desc4 {
    margin: 3vw 0;
    padding: 1vw 0;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    display: flex;
    justify-content: space-between;
    font-size: 1vw;
}

.profile-info-desc4 p {
    color: #00aeef;
    margin: 0;
}

.profile-info-desc4 p span {
    color: black;
}

.profile-info-desc5 {
    float: right;
    font-size: 1vw;
    display: flex;
    align-items: center;
}

.profile-info-desc5 img {
    width: 1.1vw;
}

.profile-info-desc5 span {
    font-weight: bold;
}

.leaderboard-header {
    position: relative;
}

.leaderboard-background {
    width: 100%;
}

.leaderboard-sub-section {
    position: absolute;
    width: 64%;
    left: 0;
    bottom: 30%;
    padding: 0 18%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.leaderboard-title {
    display: inline-block;
}

.leaderboard-title img {
    width: 15%;
}

.leaderboard-title h1 {
    font-size: 2vw;
    font-family: Swatchit;
    font-weight: 400;
    letter-spacing: 0.1vw;
    margin: 0.5vw 0;
}

.leaderboard-title p {
    font-size: 1vw;
    margin: 0;
}

.leaderboard-contents {
    width: 65%;
    margin: -3vw auto 5vw auto;
    position: relative;
}

.leaderboard-board {
    width: 100%;
}

.leaderboard-contents .sub-contents {
    position: absolute;
    left: 0;
    top: 0;
    width: 93%;
    height: 93%;
    padding: 2% 5% 5% 2%;
}

.leaderboard-contents .contents-header,
.leaderboard-contents .contents-selected-user,
.leaderboard-contents .content-user-item {
    display: flex;
    align-items: center;
    font-size: 1vw;
    color: white;
}

.leaderboard-contents .contents-header,
.leaderboard-contents .contents-selected-user {
    width: calc(100% - 10px);
}

.leaderboard-contents .content-user-item {
    width: 100%;
}

.leaderboard-contents .contents-header {
    height: 5vw;
}

.leaderboard-contents .contents-selected-user,
.leaderboard-contents .content-user-item {
    height: 3vw;
}

.leaderboard-contents .col-1 {
    width: 10%;
    padding-left: 2%;
}

.leaderboard-contents .col-2 {
    width: 40%;
}

.leaderboard-contents .col-3 {
    width: 16.6%;
}

.leaderboard-contents .col-4 {
    width: 16.6%;
}

.leaderboard-contents a {
    color: white;
    text-decoration: unset;
}

.contents-header .col-1 img {
    width: 40%;
}

.leaderboard-contents .col-2 a {
    display: flex;
    align-items: center;
}

.leaderboard-contents .col-2 a img {
    width: 8%;
    border-radius: 50%;
}

.leaderboard-contents .selected {
    color: #edc000;
}

.leaderboard-contents .contents-header .selected {
    font-weight: bold;
}

.leaderboard-contents .contents-selected-user:hover,
.leaderboard-contents .content-user-item:hover {
    background-color: #fccd04;
    border-radius: 5vw;
    color: #006084;
}

.leaderboard-contents .contents-selected-user:hover .selected,
.leaderboard-contents .contents-selected-user:hover a,
.leaderboard-contents .content-user-item:hover .selected,
.leaderboard-contents .content-user-item:hover a,
.leaderboard-contents .content-user-item:hover i {
    color: #006084;
}

.contents-user-items {
    height: 75%;
    overflow-y: scroll;
}


.contents-user-items::-webkit-scrollbar {
    width: 10px;
}

.contents-user-items::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 10px;
}

.contents-user-items::-webkit-scrollbar-thumb {
    background-color: #fccd04;
    border-radius: 10px;
}

.followers-window,
.following-window {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: height 0ms 500ms, opacity 500ms 0ms;
    z-index: -1;
}

.followers-window.show,
.following-window.show {
    visibility: visible;
    opacity: 1;
    transition: height 0ms 0ms, opacity 500ms 0ms;
    z-index: 99999;
}

.follow-window-close {
    width: 4%;
    float: right;
    margin-top: 3%;
    margin-right: 3%;
    cursor: pointer;
}

.follow-sub-window {
    height: 35vw;
    background-color: rgba(11, 52, 72, 0.9);
    border-radius: 1vw;
    width: 30%;
}

.follow-sub-window h1 {
    font-size: 1.5vw;
    color: lightgray;
    padding: 10% 0 2% 0;
    margin: 0;
}

.follow-items {
    width: 80%;
    margin: 0 auto;
    height: 80%;
    padding: 0 5%;
    overflow-y: auto;
}

.follow-items .follow-item {
    width: 100%;
    margin: 3% 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1vw;
    color: lightgray;
}

.follow-items .follow-item a {
    text-decoration: unset;
    color: lightgray;
    display: flex;
    align-items: center;
}

.follow-items .follow-item a img {
    width: 2vw;
    margin-right: 2vw;
    border-radius: 50%;
}

.follow-items .follow-item p {
    margin: 0;
}

.content-user-item i {
    margin-left: 15%;
    color: #fccd04;
}

.alert-danger,
.alert-success {
    width: 61%;
    margin: auto;
    font-size: 1vw;
    display: flex;
    align-items: center;
    padding-left: 3%;
    position: fixed;
    left: 18%;
    top: 7vw;
    z-index: 999;
    border: 1px solid #00aeef;
    border-radius: 10px;
}

.alert-danger {
    background-color: #f2dede;
    color: #a94545;
}

.alert-success {
    color: #008100;
    background-color: #92fc92;
}

.upload-mobile {
    display: none;
    text-decoration: unset;
}

.profile-name h2.desktop {
    font-size: 1.3vw;
    margin: 0.3vw 0 0 0;
}

.profile-name h2.mobile {
    display: none;
}

.improve-photo-buttons .left-dropdown.show:hover,
.improve-photo-buttons .right-dropdown.show:hover {
    background-color: #074e6e;
    color: white;
}

.about-us-header {
    position: relative;
}

.about-us-header img {
    width: 100%;
}

.about-us-header img.mobile {
    display: none;
}

.about-us-header .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-header .title h1 {
    font-size: 2.5vw;
    margin: 0;
}

.about-us-contents {
    font-size: 1.2vw;
    width: 65%;
    margin: -10vw auto 5vw auto;
    position: relative;
    color: #606060;
}

.photography-made {
    background-color: white;
    box-shadow: 0px 0vw 0.3vw 0.3vw rgba(0, 0, 0, 0.2);
    border-radius: 0.5vw;
    padding: 2% 5%;
    margin-bottom: 2vw;
}

.pick-text-contents {
    font-size: 0.9vw;
    width: 65%;
    margin: 0vw auto 2vw auto;
    position: relative;
    color: #606060;
}

.pick-text-contents .photography-made {
    background-color: white;
    box-shadow: 0px 0vw 0.3vw 0.3vw rgba(0, 0, 0, 0.2);
    border-radius: 0.5vw;
    padding: 2% 5%;
    margin-bottom: 0vw;
}

.photography-made h2 {
    color: #00aeef;
    font-family: Rubik Medium;
    font-weight: 500;
    font-size: 1.5vw;
    margin: 1vw 0;
}

.photography-made h4 {
    color: #00aeef;
    font-family: Rubik Medium;
    font-weight: 300;
    font-size: 1.2vw;
    margin: 0.5vw 0;
}

.pick-text-contents p {
    margin: 1vw 0;
    line-height: 1.7vw;
}

.pick-text-contents ul {
    padding-left: 2vw;
    list-style: none;
}

.pick-text-contents ul li {
    margin: 1vw 0;
    line-height: 1.7vw;
    display: flex;
    align-items: baseline;
}

.pick-text-contents ul li img {
    width: 1vw;
    margin-right: 0.5vw;
}

.pick-text-contents ul li p {
    margin: 0;
}

.pick-text-contents p a {
    color: #00aeef;
    cursor: pointer;
    text-decoration: unset;
}

.tip-text {
    background-color: white;
    box-shadow: 0px 0vw 0.3vw 0.3vw rgba(0, 0, 0, 0.2);
    border-radius: 0.5vw;
    padding: 2% 3%;
    font-size: 1.3vmax;
    margin-bottom: 0vw;
}

.tip-text h2 {
    color: #00aeef;
    font-family: Rubik Medium;
    font-weight: 500;
    font-size: 2.0vmax;
    margin: 1vw 0;
    text-align: center;
    /*background-color: #FFFF00;*/
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.hi {
    background-color: #FF0000;
}

/*.photography-made p {*/

/*    color: #00aeef;*/

/*    font-family: Rubik Medium;*/

/*    font-weight: 100;*/

/*    font-size: 1.5vw;*/

/*    margin: 1vw 0;*/

/*}*/

.about-us-contents p {
    margin: 1vw 0;
    line-height: 1.7vw;
}

.about-us-contents ul {
    padding-left: 2vw;
    list-style: none;
}

.about-us-contents ul li {
    margin: 1vw 0;
    line-height: 1.7vw;
    display: flex;
    align-items: baseline;
}

.about-us-contents ul li img {
    width: 1vw;
    margin-right: 0.5vw;
}

.about-us-contents ul li p {
    margin: 0;
}

.about-us-footer-section {
    width: 90%;
    margin: auto;
}

.about-us-contents p a {
    color: #00aeef;
    cursor: pointer;
    text-decoration: unset;
}

.rewards-header {
    position: relative;
}

.rewards-header img {
    width: 100%;
    height: auto;
}

.rewards-header img.mobile {
    display: none;
}

.rewards-header .title {
    position: absolute;
    left: 18%;
    top: 37%;
}

.rewards-header .title img {
    width: 2.5vw;
    margin-bottom: 1vw;
}

.rewards-header .title h1 {
    font-size: 2vw;
    font-weight: bold;
    letter-spacing: 0.2vw;
    font-family: Swatchit;
    margin: 0 0 0.3vw 0;
}

.rewards-header .title p {
    font-size: 1vw;
    color: #323232;
    margin: 0;
}

.rewards-header .title p span {
    font-weight: bold;
}

.rewards-type {
    font-size: 0.9vw;
    color: #04588d;
    background-color: #fccd04;
    padding: 0.3vw 1vw;
    border-radius: 5vw;
}

.rewards-point {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -5%;
}

.rewards-point img {
    width: 20%;
}

.rewards-point p {
    margin: 0;
    position: absolute;
    left: 44%;
    top: 67%;
    font-size: 0.7vw;
    font-weight: bold;
    color: #04588d;
}

.rewards-page .gallery-zoom {
    font-size: 1.2vw;
}

.rating-header {
    background-size: cover;
    background-position: center;
}

.rating-header img {
    width: 100%;
    opacity: 0.8;
}

.rating-section {
    width: 45%;
    margin: -20vw auto 10vw auto;
    position: relative;
    text-align: center;
}

.rating-user-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2vw;
    margin-bottom: 1vw;
}

.rating-user {
    display: flex;
    align-items: center;
    color: black;
    text-decoration: unset;
    font-weight: bold;
}

.rating-user img {
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    border: 2px solid #fccd04;
    margin-right: 1vw;
}

.rating-photo {
    width: calc(100% - 0.6vw);
    border: 0.3vw solid #808080;
    border-radius: 0.5vw;
    margin-bottom: 1vw;
}

.rating-info {
    font-size: 1vw;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 2vw;
}

.rating-info .user-rate {
    display: flex;
    align-items: center;
}

.rating-info p {
    margin: 0;
}

.rating-info .user-rate i {
    font-size: 2.5vw;
    color: #fccd04;
}

.user-rate-mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-info .user-rate .user-rate-mark span {
    font-size: 0.9vw;
    margin-top: 0.3vw;
}

.rating-time {
    margin-top: 1vw;
    text-align: center;
}

.rating-time p {
    font-size: 0.9vw;
}

.rating-buttons {
    font-size: 1.1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3vw;
}

.rating-buttons .next-prev-btn {
    background-color: #00aeef;
    color: white;
    text-decoration: unset;
    padding: 0.5vw 1.5vw;
    border-radius: 5vw;
}

.rating-page .photo-comments {
    width: 100%;
    margin: 0;
    text-align: left;
}

.rating-buttons .next-prev-btn:hover {
    background-color: #fccd04;
    color: black;
}

.rating-social-icons .ssk {
    width: 2vw;
    height: 2vw;
    background-color: #464646;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.rating-social-icons .ssk i {
    color: white;
    font-size: 0.8vw;
}

.view-all-rating a {
    color: black;
    text-decoration: unset;
    cursor: pointer;
}

.rating-buttons .mobile {
    display: none;
}

.rating-state {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 2vw;
    font-size: 0.9vw;
    text-align: center;
}

.rating-state img {
    width: 3vw;
}


.rating-state .user-rate-mark span {
    margin-top: 0.7%;
    margin-left: -0.3%;
}

.rating-state p {
    display: inline-block;
    margin: 0;
    background-color: #fccd04;
    padding: 0.5vw 2vw;
    border-radius: 5vw;
    margin-top: -0.5vw;
}

.rating-mark-item {
    width: 10%;
    display: inline-block;
    text-align: center;
}

.rating-mark-item a {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: black;
}

.rating-mark-items {
    width: 80%;
    margin: auto;
}

.rating-mark-items i {
    font-size: 2.5vw;
    color: #cacaca;
}

.rating-mark-item.selected i {
    color: #fccd04;
}

.rating-mark-items span {
    font-size: 0.9vw;
    margin-top: 0.3vw;
}

.give-your-rate {
    text-align: center;
}

.give-your-rate p {
    font-size: 0.9vw;
    margin: 1vw 0 2vw 0;
}

.rating-title {
    text-align: center;
    margin-bottom: 0.5vw;
    position: relative;
    width: 100%;
}

.rating-title img {
    vertical-align: top;
    width: 1.5vw;
}

.rating-title span {
    font-size: 2vw;
    font-family: Rubik Medium;
    display: inline-block;
    vertical-align: top;
    margin: -1vw 0.5vw 0 0.5vw;
}

.view-all-rating.mobile {
    display: none;
}

.awards-header {
    position: relative;
}

.awards-header .mobile {
    display: none;
}

.awards-header img {
    width: 100%;
}

.awards-header .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awards-header .title h1 {
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 0.2vw;
    font-family: Swatchit;
    margin: 0;
}

.awards-content {
    background-image: url(../images/award-background.jpg);
    width: 45%;
    margin: -7vw auto 0 auto;
    background-size: cover;
    position: relative;
    padding-top: 6vw;
    padding-bottom: 3vw;
    background-position: bottom center;
    border-radius: 1vw;
}

.awards-user-info {
    text-align: center;
    position: absolute;
    left: 0;
    top: -3vw;
    width: 100%;
}

.awards-user-info a {
    font-size: 1.3vw;
    color: white;
    text-decoration: unset;
}

.awards-user-info a img {
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    border: 2px solid #fccd04;
    margin-bottom: 0.4vw;
}

.awards-user-details {
    margin-left: -3%;
    width: 106%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.awards-user-name {
    width: 35%;
    position: relative;
}

.awards-user-name .name {
    position: absolute;
    width: 2vw;
    left: 28.5%;
    top: 19%;
}

.awards-user-name div {
    left: 50%;
    top: 27%;
    position: absolute;
    width: 45%;
    height: 60%;
    display: flex;
    align-items: center;
}

.awards-user-name span {
    font-size: 1vw;
}

.awards-user-point {
    width: 35%;
    position: relative;
}

.awards-user-point span {
    position: absolute;
    left: 30%;
    top: 43%;
    font-size: 1vw;
}

.awards-user-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.3vw;
    color: #fccd04;
    padding: 0 8%;
    margin: 2vw 0 1vw 0;
}

.awards-user-items {
    width: 91%;
    margin: auto;
}

.awards-user-item {
    padding: 0 4%;
    font-size: 1vw;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1vw;
    cursor: pointer;
    position: relative;
}

.awards-user-item img {
    width: 2vw;
    margin-right: 1vw;
}

.awards-user-item a {
    color: white;
    text-decoration: unset;
    margin-top: -0.8vw;
}

.awards-user-item p {
    margin: 0;
}

.awards-user-item .awards-item-point {
    width: 15%;
    margin-top: -0.8vw;
    z-index: 999;
}

.awards-item-link {
    width: 1px;
    height: 1.5vw;
    background-color: #fccd04;
    position: absolute;
    left: calc(50% - 0.5vw - 1px);
    top: -1.4vw;
}

.awards-selected-item {
    background-image: url(../images/award-selected-background.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 5%;
    width: 100%;
    height: 65%;
}

.awards .footer {
    position: relative;
    margin-top: -2vw;
    z-index: -1;
}

.edit-profile-section {
    width: 70%;
    margin: -7vw auto 10vw auto;
    background-color: white;
    box-shadow: 0px 0vw 0.3vw 0.3vw rgba(0, 0, 0, 0.1);
    border-radius: 0.5vw;
    position: relative;
    padding: 5vw 0 1vw 0;
}

.edit-profile-section.business {
    width: 40%;
}

.edit-profile-section form {
    width: 80%;
    margin: auto;
}

.edit-profile-section .form-group {
    margin-bottom: 1.5vw;
    width: 100%;
    position: relative;
}

.edit-profile-section .form-group.sub-group {
    width: 48%;
    display: inline-block;
}

.edit-profile-section .form-group label {
    font-size: 0.8vw;
    color: #808080;
    margin-bottom: 0.3vw;
    display: block;
    margin-left: 0.5vw;
}

.edit-profile-section .form-group input,
.edit-profile-section .form-group textarea {
    width: 100%;
    font-size: 1vw;
    background-color: #f4f4f4;
    border: none;
    border-radius: 1vw;
    padding: 0.5vw 3vw;
    outline: none;
}

.edit-profile-section .form-group textarea {
    resize: none;
}

.edit-profile-section .form-group img {
    width: 1.1vw;
    position: absolute;
    left: 0.8vw;
}

.edit-profile-section .form-group.user img {
    top: 50%;
}

.edit-profile-section .form-group.email img {
    top: 55%;
}

.edit-profile-section .form-group.instagram img,
.edit-profile-section .form-group.website img,
.edit-profile-section .form-group.promo-code img {
    top: 55%;
}

.edit-profile-section .form-group.bio img {
    top: 25%;
}

.edit-profile-section .form-group button {
    width: 100%;
    background-color: #00aeef;
    border-radius: 2vw;
    font-size: 1.5vw;
    border: none;
    color: white;
    letter-spacing: 0.1vw;
    padding: 0.5vw 0;
    cursor: pointer;
}

.edit-profile-section .form-group button:hover {
    background-color: #fccd04;
    color: white;
}

.add-photo-btn {
    width: 6vw;
    height: 6vw;
    background-color: #f4f4f4;
    border: 3px solid white;
    border-radius: 1vw;
    position: absolute;
    left: 10%;
    top: -3vw;
    cursor: pointer;
}

.add-photo-btn i {
    font-size: 1vw;
    background-color: #02ca07;
    color: #f4f4f4;
    padding: 0.3vw;
    border-radius: 50%;
    margin-bottom: 0.3vw;
    margin-top: 25%;
}

.add-photo-btn span {
    font-size: 0.8vw;
    display: block;
    color: #808080;
}

.add-photo-window {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(11, 52, 72, 0.9);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.add-photo-section {
    width: 30%;
    background-color: white;
    border-radius: 0.5vw;
}

#drop-area {
    width: 95%;
    margin: 1vw auto;
    border: 1px dotted grey;
    border-radius: 0.5vw;
}

#drop-area .my-form {
    text-align: center;
    font-size: 1vw;
    margin: 1vw 0;
}

#drop-area .my-form img {
    width: 5vw;
    margin-bottom: 0.5vw;
}

#drop-area .my-form input {
    display: none;
}

#drop-area .my-form p {
    margin: 0.2vw 0;
}

#drop-area .my-form p label {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.add-photo-section #list {
    width: 95%;
    height: 10vw;
    border: 1px dotted grey;
    margin: auto;
    border-radius: 0.5vw;
    text-align: center;
}

.add-photo-section #list img {
    width: auto;
    height: 100%;
    margin: auto;
}

.add-photo-section #list #canvas {
    display: none;
}

.added-photo-name {
    font-size: 0.8vw;
    text-align: center;
    margin: 0.3vw 0 0.8vw;
}

.add-photo-section .buttons {
    font-size: 0.9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1vw;
}

.add-photo-section .buttons div {
    background-color: #00aeef;
    width: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2vw;
    border-radius: 1vw;
    color: white;
    margin: 0 0.5vw;
    cursor: pointer;
}

.add-photo-section .buttons div:hover {
    background-color: #fccd04;
    color: white;
}

#list .jcrop-holder {
    margin: auto;
}

.add-photo-section #test-photo {
    display: none;
}

.edit-selected-photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 1vw;
}

.edit-profile-change-photo {
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 999;
}

.edit-profile-change-photo span {
    font-weight: bold;
    background-color: #fccd04;
    padding: 0.1vw 0.7vw;
    border-radius: 1vw;
}

.edit-profile-add-photo {
    text-align: center;
    z-index: 999;
    position: relative;
}

.add-photo-btn.photo-added:hover .edit-profile-change-photo {
    display: flex;
}

.upload-photo-header {
    position: relative;
}

.upload-photo-header img {
    width: 100%;
}

.upload-photo-header .mobile {
    display: none;
}

.upload-photo-header .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-photo-header .title h1 {
    font-size: 2vw;
    font-weight: bold;
    letter-spacing: 0.2vw;
    font-family: Swatchit;
    margin: 0 0 0.5vw 0;
}

.upload-photo-header .title p {
    font-size: 1vw;
    margin: 0;
    display: inline-block;
}

.upload-photo-page .add-photo-section {
    width: 60%;
    margin: -10vw auto 5vw auto;
    text-align: center;
    position: relative;
}

.upload-photo-page #drop-area {
    width: 100%;
}

.upload-photo-page .add-photo-section #list {
    width: calc(100% - 2vw);
    background-color: #f4f4f4;
    border: none;
    padding: 2vw 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 7vw;
    margin-bottom: 2vw;
}

.upload-photo-page .add-photo-section h2 {
    font-size: 1.2vw;
    color: #404040;
    margin: 2vw 0;
}

.upload-photo-section {
    box-shadow: 0px 0vw 0.3vw 0.3vw rgba(0, 0, 0, 0.1);
    padding: 1vw;
    margin-bottom: 2vw;
    border-radius: 0.5vw;
}

.upload-photo-page .downloaded-photo-items {
    height: 10vw;
}

.upload-photo-page .downloaded-photo-items .slick-track {
    margin: auto;
}

.upload-photo-page .downloaded-photo-items .slick-track img {
    height: 100%;
    display: inline-block;
    border-radius: 0.5vw;
    cursor: pointer;
}

.upload-photo-page .downloaded-photo-items .slick-list {
    margin: auto;
    width: 90%;
}

.upload-photo-page .slick-initialized .slick-slide {
    margin: 0 1vw;
}

.upload-photo-page button.slick-prev,
.upload-photo-page button.slick-next,
.upload-photo-page button.slick-prev:hover,
.upload-photo-page button.slick-next:hover {
    background-image: url(../images/upload-photo-slider-arrow.png);
    width: 2vw;
    height: 2vw;
    top: 45%;
}

.upload-photo-page button.slick-prev,
.upload-photo-page button.slick-prev:hover {
    left: 0;
}

.upload-photo-page button.slick-next,
.upload-photo-page button.slick-next:hover {
    right: 0;
}

.upload-photo-page .downloaded-photo-items .slick-track img.selected {
    border: 3px solid #fccd04;
}

.upload-photo-page #defaultUnchecked {
    display: none;
}

.added-photo-div {
    width: 8vw;
    height: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5vw;
    margin-right: 1vw;
    overflow: hidden;
}

.added-photo-description-area {
    width: calc(100% - 7vw);
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}

.upload-photo-page .add-photo-section textarea {
    height: 100%;
    border-radius: 0.5vw;
    border: none;
    outline: none;
    padding: 0.5vw 1vw;
    font-size: 0.9vw;
}

.upload-photo-page .add-photo-section #added-photo-description {
    width: 60%;
    margin-right: 1vw;
}

.upload-photo-page .add-photo-section #added-photo-editsoftware {
    width: calc(40% - 1vw);
}

.upload-photo-page .upload-btn {
    width: 20%;
    background-color: #00aeef;
    border-radius: 2vw;
    font-size: 1.5vw;
    border: none;
    color: white;
    letter-spacing: 0.1vw;
    padding: 0.5vw 0;
    cursor: pointer;
}

.upload-photo-page .upload-btn:hover {
    background-color: #fccd04;
    color: white;
}

.upload-photo-page.original .add-photo-section #added-photo-description {
    width: 100%;
}

.upload-photo-title-area {
    width: 50%;
    text-align: center;
}

.upload-photo-descriptions {
    font-size: 1vw;
    margin-bottom: 3vw;
    text-align: left;
}

.upload-photo-description {
    display: inline-flex;
    align-items: center;
}

.upload-photo-description span {
    width: 1vw;
    height: 1vw;
    background-color: #fccd04;
    border-radius: 50%;
    margin-right: 0.5vw;
}

.upload-photo-description p {
    margin: 0;
}

.upload-photo-page.original .add-photo-section #list,
.upload-photo-page.single .add-photo-section #list {
    height: 8vw;
}

.upload-photo-page.single .add-photo-section #added-photo-description {
    width: 85%;
}

.private-mode {
    font-size: 0.9vw;
    width: calc(15% - 1vw);
    display: inline-block;
    margin-top: 2vw;
}

.added-photo-description-area .private-mode input {
    width: 1vw;
    height: 1vw;
}

.load-spining {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    background-color: rgba(11, 52, 72, 0.9);
}

.load-spining img {
    width: 80px;
}

.thank-you-page {
    display: flex;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(11, 52, 72, 0.9);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.thank-you-mark-area {
    color: #026588;
    position: relative;
    text-align: center;
    margin-top: -165px;
    display: inline-block;
    margin-bottom: 10px;
}

.thank-you-mark-area img {
    width: 300px;
}

.thank-you-mark {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 45%;
}

.thank-you-mark h1 {
    font-size: 36px;
    margin: 0;
    font-family: Rubik Bold;
}

.thank-you-mark p {
    font-size: 14px;
    margin: 0;
}

.thank-you-description {
    text-align: center;
}

.thank-you-description h1 {
    font-size: 36px;
    margin: 0;
}

.thank-you-description label {
    font-size: 16px;
}

.thank-you-description .underline {
    width: 100px;
    height: 5px;
    background-color: #fccd04;
    border-radius: 10px;
    margin: 10px auto 20px auto;
}

.thank-you-description p {
    font-size: 16px;
    margin: 0 0 5px;
}

.thank-you-description p span {
    font-weight: bold;
}

.thank-you-description a {
    font-size: 20px;
    color: black;
    text-decoration: unset;
    background-color: #fccd04;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
}

.thank-you-description a:hover {
    background-color: #00aeef;
    color: white;
}

.thank-you-area {
    background-color: white;
    border-radius: 10px;
    width: 600px;
    padding: 30px 0;
    text-align: center;
}

.login-page .login-header {
    width: 100%;
}

.login-page .login-header.mobile {
    display: none;
}

.login-page-section {
    position: relative;
}

.login-main-section {
    position: absolute;
    left: 20%;
    top: 22%;
    width: 60%;
    z-index: 999;
    display: flex;
    box-shadow: 0px 0.4vw 0.3vw 0.2vw rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.login-main-section .description-section {
    width: 50%;
    position: relative;
}

.login-main-section .description-section img {
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.login-main-section .description-section .description {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.login-main-section .description-section .description h1 {
    font-size: 3vw;
    margin: auto;
    font-family: Rubik bold;
}

.login-main-section .description-section .description h2 {
    font-size: 1.6vw;
    font-weight: 400;
    margin: 5px 0 20px 0;
}

.login-main-section .description-section .description p {
    font-size: 1vw;
    margin: 0;
}

.login-main-section .description-section .description-author {
    font-size: 1vw;
    color: white;
    position: absolute;
    right: 5%;
    bottom: 1%;
}

.login-info-section {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.login-info-section h1 {
    font-weight: 400;
    font-size: 2.4vw;
    margin: auto;
    width: 100%;
    text-align: center;
    font-family: Swatchit;
    letter-spacing: 3px;
    margin-bottom: 0.3vw;
}

.login-info-section p {
    width: 100%;
    text-align: center;
    font-size: 1vw;
}

.login-info-section p a {
    color: #26b4f0;
    font-weight: bold;
}

.login-info-section .form-group {
    position: relative;
    margin-bottom: 10px;
    width: 80%;
    margin: 0 auto 1vw auto;
}

.login-info-section .form-group input {
    font-size: 1vw;
    background-color: #f4f4f4;
    border: none;
    border-radius: 30px;
    outline: none;
    padding: 0.5vw 1vw 0.5vw 3vw;
    width: 100%;
    font-family: Rubik Regular;
}

.login-info-section .form-group img {
    position: absolute;
    width: 1vw;
    left: 4%;
    top: 25%;
}

.login-info-section .form-group button {
    width: 100%;
    background-color: #fccd04;
    border: none;
    font-size: 1.5vw;
    color: #04588d;
    padding: 10px 0;
    border-radius: 50px;
    font-family: Rubik Bold;
    cursor: pointer;
    outline: none;
}

.login-info-section .form-group.keep-log-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-info-section .form-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.login-info-section .form-group label {
    font-size: 1vw;
}

.login-info-section .form-group.keep-log-group a {
    font-size: 1vw;
    color: black;
}

.login-info-section form {
    margin: 2vw 0 4vw 0;
}

.reset-password .login-info-section form {
    margin: 2vw 0;
}

.reset-password .login-info-section p {
    width: 80%;
    margin: auto;
    text-align: left;
    font-size: 0.8vw;
    line-height: 1.5vw;
    color: #404040;
}

.login-info-section .form-group input.btn {
    background-color: #fccd04;
    color: #04588d;
    font-size: 1.5vw;
    font-family: Rubik Bold;
    cursor: pointer;
}

.reset-password .login-info-section .form-group img {
    top: 30%;
    width: 1.3vw;
}

.rating-page .follow-sub-window {
    padding: 2vw 1vw;
    height: auto;
}

.see-all-rating-section {
    margin-top: 10%;
}

.see-all-rating-section img {
    height: 12vw;
}

.see-all-rating-section .follow-items {
    max-height: 50vh;
    height: auto;
}

.rating-page .follow-sub-window h1 {
    padding: 1vw 0;
}

.showimp-header .mobile {
    display: none;
}

.showimp-header img {
    width: 100%;
}

.showimp-page #contents {
    text-align: center;
}

.showimp-item {
    display: inline-block;
    margin-top: -6vw;
    margin-bottom: 3vw;
    position: relative;
}

.showimp-page.single .showimp-item {
    margin-top: -6vw;
}

.showimp-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    z-index: 999;
    position: relative;
}

.showimp-user .showimp-user-sub {
    display: flex;
    align-items: center;
    margin-bottom: -1vw;
    margin-right: -2.5vw;
}

.showimp-user a img {
    margin: 0;
}

.showimp-item .showimp-image {
    margin-bottom: 0.5vw;
    height: 25vw;
    width: auto;
    border: 4px solid #808080;
    border-radius: 0.5vw;
}

.showimp-description {
    font-size: 1vw;
    text-align: left;
    border-radius: 0.5vw;
    background-color: #f4f4f4;
    padding: 1vw;
}

.showimp-description h2 {
    margin: 0;
    font-size: 1vw;
    margin-bottom: 0.5vw;
    display: inline-flex;
    align-items: center;
    background-color: #ffd200;
    padding: 0.3vw 0.8vw;
    border-radius: 0.5vw;
    color: #04588d;
    font-family: Rubik Regular;
}

.showimp-description p {
    margin: 0;
    font-size: 0.9vw;
}

.showimp-user .state-img {
    width: 7vw;
}

.showimp-item-state {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.9vw;
    color: white;
    top: 17%;
}

.showimp-page .photo-comments {
    margin: 0 auto 5vw auto;
}

.showimp-edited-items .showimp-image {
    border: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
    height: auto;
}

.showimp-edited-items .showimp-item {
    width: 49%;
    margin: 0 0.5% 2vw 0.5%;
    background-color: #f4f4f4;
    border-radius: 0.5vw;
    vertical-align: top;
}

.showimp-edited-items {
    width: 65%;
    margin: 0 auto;
    text-align: left;
}

#drop-area label.mobile {
    display: none;
    text-decoration: unset;
    cursor: pointer;
}

.upload-photo-page #list textarea {
    resize: none;
}

.upload-single-photo-form {
    background-color: #f4f4f4;
    border-radius: 0.5vw;
    text-align: left;
    margin-bottom: 2vw;
}

.add-photo-section .upload-single-photo-form #list {
    margin-bottom: 0;
}

.upload-single-photo-form p {
    font-size: 1vw;
    margin: 0 0 0 1vw;
    padding-bottom: 2vw;
}

.private-mode input[type="checkbox"]:checked+label::after,
.private-mode input[type="radio"]:checked+label::after {
    content: '';
    position: absolute;
    width: 1.2ex;
    height: 0.4ex;
    background: rgba(0, 0, 0, 0);
    top: -1.1vw;
    left: calc(50% - 0.6ex);
    border: 3px solid #fccd04;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.private-mode input[type="checkbox"],
.private-mode input[type="radio"] {
    line-height: 2.1ex;
}

.private-mode input[type="checkbox"],
.private-mode input[type="radio"] {
    position: absolute;
    left: -999em;
}

.private-mode input[type="checkbox"]+label,
.private-mode input[type="radio"]+label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.private-mode input[type="checkbox"]+label::before,
.private-mode input[type="radio"]+label::before {
    content: "";
    display: inline-block;
    vertical-align: -25%;
    height: 2ex;
    width: 2ex;
    background-color: white;
    border: 2px solid rgb(166, 166, 166);
    border-radius: 4px;
    margin-right: 0.5em;
    top: -1.5vw;
    left: calc(50% - 1ex - 1px);
    position: absolute;
}


.private-mode input[type="checkbox"]:checked+label::before,
.private-mode input[type="radio"]:checked+label::before {
    border: 2px solid #fccd04;
}

.showimp-header {
    position: relative;
}

.showimp-header .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showimp-header .title h1 {
    font-size: 2.5vw;
    font-family: Swatchit;
    margin: 0;
}

.input-validate-state {
    position: absolute;
    right: 3%;
    top: 16%;
    display: none;
}

.input-validate-state span {
    font-size: 1vw;
    font-style: italic;
    font-family: arabic;
    font-weight: bold;
    background-color: #f4c600;
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}

.input-validate-desc {
    position: absolute;
    left: -6.7vw;
    top: -5.9vw;
    display: none;
}

.login-info-section .form-group .input-validate-desc img,
.edit-profile-page .form-group .input-validate-desc img {
    width: 15vw;
    position: unset;
}

.edit-profile-page .form-group .input-validate-desc p {
    width: 100%;
    text-align: center;
}

.input-validate-desc p {
    font-size: 0.9vw;
    font-style: italic;
    font-weight: bold;
    margin: 0;
}

.input-validate-state.show .input-validate-desc {
    display: block;
}

.delete-profile-btn {
    width: auto;
    background-color: #f03030;
    border-radius: 2vw;
    font-size: 0.9vw;
    border: none;
    color: white;
    letter-spacing: 0.1vw;
    padding: 0.5vw 2vw;
    cursor: pointer;
}

.delete-profile-btn:hover {
    background-color: #fccd04;
    color: white;
}

.showimg-next-btn a {
    background-color: #00aeef;
    color: white;
    text-decoration: unset;
    border-radius: 5vw;
    font-size: 1.5vw;
    width: 10vw;
    height: 3vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vw;
}

.showimg-next-btn a:hover {
    background-color: #fccd04;
}

.showimp-item.original {
    width: 40%;
}

.rating-page .showimp-description {
    margin-bottom: 1vw;
}

.gallery-item-top i {
    font-size: 0.8vw;
    color: white;
    background-color: #00aeef;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -2vw;
    position: relative;
}

.rate-my-photo .gallery-item-top i {
    margin-right: 2.5vw;
}

.gallery-item-top i p {
    position: absolute;
    font-family: Rubik Regular;
    bottom: -2vw;
    display: none;
}

.gallery-item-top i:hover p {
    display: block;
}

.gallery-item .user-badge {
    width: 4vw;
}

.user-info-form {
    width: 45%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
}

.user-info-form.no-business {
    width: 100%;
    margin: 0;
}

.business-info-form {
    width: 45%;
    margin-left: 5%;
    display: inline-block;
    vertical-align: top;
    margin-top: -2.7vw;
}

.edit-profile-section .form-group button {
    width: 40%;
    margin: 1.5vw auto 0 auto;
    display: block;
}

.business-info-form .private-mode label {
    display: initial;
    margin-left: 2vw;
}

.business-info-form .private-mode input[type="radio"]:checked+label::before,
.business-info-form .private-mode input[type="radio"]+label::before {
    top: 0;
    left: -1.3vw;

}

.business-info-form .private-mode input[type="radio"]:checked+label::after {
    top: 0.35vw;
    left: -1.1vw;
}

.business-info-form .private-mode {
    margin-top: 1vw;
    margin-right: 2vw;
}

.business-info-title {
    display: flex;
    align-items: center;
    margin-bottom: 1.5vw;
}

.business-info-title img {
    width: 1.2vw;
    margin-right: 0.5vw;
}

.business-info-title h2 {
    font-size: 1vw;
    margin: 0;
}

.edit-profile-section .form-group.business-name img {
    top: 55%;
}

.edit-profile-section .form-group.description img {
    top: 25%;
}

.edit-profile-section .form-group.specialty-areas img,
.edit-profile-section .form-group.street-areas img,
.edit-profile-section .form-group.city img,
.edit-profile-section .form-group.state img,
.edit-profile-section .form-group.country img,
.edit-profile-section .form-group.zip-code img {
    top: 50%;
}

.edit-profile-section .form-group.telephone img {
    top: 45%;
}

.business-profile .business-title {
    margin-bottom: 2vw;
}

.business-profile h2 {
    font-size: 1vw;
    margin: 0 0 0.5vw 0;
}

.business-profile h1 {
    font-size: 1.2vw;
    margin: 0;
}

.business-profile p {
    font-size: 0.9vw;
    margin: 0;
    line-height: 1.2vw;
}

.business-profile .col-4 {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.business-profile .col-3 {
    width: 23.3333%;
    display: inline-block;
    vertical-align: top;
}

.business-profile {
    background-image: url(../images/profile-business.jpg);
    background-size: 100% 100%;
    color: white;
    width: 108%;
    padding: 2vw;
    margin-left: -15%;
}

.business-profile .business-areas h2 {
    margin-bottom: 0.8vw;
}

.business-profile span {
    font-size: 0.9vw;
    background-color: #f9d94e;
    color: black;
    padding: 0.3vw 1vw;
    border-radius: 1vw;
    display: inline-block;
    margin-bottom: 0.5vw;
    margin-right: 0.5vw;
}

.business-profile .business-more {
    cursor: pointer;
    position: relative;
    margin-right: 0;
}

.profile-info-desc3 {
    margin-bottom: 2vw;
}

.business-more-items {
    position: absolute;
    top: -0.6vw;
    color: #737373;
    background-image: url(../images/profile-business-more.png);
    background-size: 100% 100%;
    padding: 2vw 2vw 2vw 3vw;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    transition: opacity 0.5s, visibility 0.5s;
}

.business-more-items.open {
    opacity: 1;
    z-index: 0;
    transition: opacity 0.5s, visibility 0.5s;
}

.business-more-items p {
    white-space: nowrap;
    margin-bottom: 1vw;
}

.contributor-header img {
    width: 100%;
}

.contributor-header .mobile {
    display: none;
}

.contributor-header .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contributor-header .title div {
    text-align: center;
    margin-top: 6vw;
}

.contributor-header .title h1 {
    font-size: 2vw;
    font-weight: bold;
    letter-spacing: 0.2vw;
    font-family: Swatchit;
    margin: 0 0 0.5vw 0;
}

.contributor-header .title p {
    font-size: 1vw;
    margin: 0;
    display: inline-block;
}

.contributor-header {
    position: relative;
}

.contributor-section {
    width: 65%;
    margin: 4vw auto 8vw auto;
}

.contributor-top-section {
    font-size: 1vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1vw 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 2vw;
}

.contributor-top-section a {
    background-color: #00aeef;
    display: inline-flex;
    align-items: center;
    color: white;
    text-decoration: unset;
    padding: 0.5vw 1vw;
    border-radius: 10vw;
}

.contributor-top-section a.how-btn {
    background-color: #fccd04;
    color: #125d79;
}

.contributor-top-section a:nth-child(1) img {
    width: 1.3vw;
}

.contributor-top-section a:nth-child(2) img {
    width: 0.8vw;
}

.contributor-item-sub-row {
    display: flex;
    width: 50%;
}

.contributor-item {
    width: 50%;
    display: inline-block;
    padding: 1vw 0.5vw;
    border-radius: 0.5vw;
    text-decoration: unset;
    color: black;
    cursor: pointer;
}

.contributor-item:hover {
    box-shadow: 0px 0vw 0.3vw 0.3vw rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.contributor-item h1 {
    font-size: 1.2vw;
    margin: 0 0 0.5vw 0;
}

.contributor-item-img {
    position: relative;
    margin-bottom: 1vw;
}

.contributor-item-img img {
    width: 100%;
}

.contributor-item-img h2 {
    font-size: 1vw;
    margin: 0;
    position: absolute;
    left: -0.5vw;
    bottom: 0.5vw;
    clip-path: polygon(0% 0%, 100% 0, 95% 50%, 100% 99%, 0% 100%);
    background-color: #fccd04;
    width: calc(100% - 2vw);
    padding: 0.5vw 1vw;
}

.contributor-item-badge {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5vw;
}

.contributor-item-badge img {
    width: 5vw;
    margin-right: 0.5vw;
}

.contributor-item-right h3 {
    font-size: 1vw;
    margin: 0 0 0.5vw;
}

.contributor-item-right div {
    display: flex;
    align-items: center;
    margin-bottom: 0.5vw;
}

.contributor-item-right img {
    width: 1vw;
}

.contributor-item-right p {
    font-size: 0.9vw;
    margin: 0;
}

.contributor-item-right p span {
    color: #00aeef;
    font-weight: bold;
}

.contributor-specialties {}

.contributor-specialties h3 {
    font-size: 1vw;
    margin: 0 0 0.5vw 0;
}

.contributor-specialties span {
    font-size: 0.9vw;
    color: black;
    background-color: #fccd04;
    padding: 0.3vw 1vw;
    border-radius: 10vw;
    margin-bottom: 0.5vw;
    display: inline-block;
    margin-right: 0.3vw;
}

.contributor-specialties span.more-btn {
    background-color: #00aeef;
    color: white;
    margin-bottom: 1vw;
}

.contributor-item-row {
    width: 100%;
    padding-bottom: 1vw;
    margin-bottom: 1vw;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
}

.contributor-more-items {
    background-image: url(../images/contributor-more.png);
    background-size: 100% 100%;
    color: #737373;
    position: absolute;
    font-size: 0.9vw;
    padding: 2vw 2vw 1.5vw 2vw;
    left: -1.5vw;
    white-space: nowrap;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
}

.contributor-more-items.open {
    z-index: 0;
    opacity: 1;
    transition: opacity 0.5s, visibility 0.5s;
}

.contributor-more-items p {
    margin: 0 0 1vw 0;
}

.contributor-specialties span.mobile {
    display: none;
}

.user-image-badge {
    width: 4vw;
}

.business-description p {
    max-height: 6vw;
    overflow-y: auto;
    width: 95%;
}

.business-description p::-webkit-scrollbar {
    width: 10px;
}

.business-description p::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 10px;
}

.business-description p::-webkit-scrollbar-thumb {
    background-color: #fccd04;
    border-radius: 10px;
}

.crop-page {
    position: relative;
    background-color: #f5f5f5;
    height: 90vh;
    width: 94%;
    padding: 5vh 3%;
    overflow: hidden;
}

.crop-image-area {
    width: calc(85% - 100px);
    max-width: calc(100% - 300px);
    display: inline-block;
    height: 100%;
}

.crop-option-area {
    width: 15%;
    min-width: 200px;
    display: inline-block;
    margin-left: 100px;
    vertical-align: top;
}

.crop-image-title {
    background-color: #fccd04;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px 0 20px;
    height: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.crop-image-title img {
    width: 20px;
}

.crop-image-title p {
    margin: 0 0 0 20px;
    font-size: 16px;
    color: #004f6c;
}

.crop-image-title p span {
    font-weight: bold;
}

.crop-image-section {
    background-color: #535353;
    width: calc(100% - 8px);
    height: calc(100% - 40px);
    border: 4px solid #808080;
    border-radius: 10px;
    margin-top: -7px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crop-image-area #added-photo {
    width: 100%;
    margin: auto;
}

.crop-option-area #save-btn {
    display: none;
}

.crop-option-area.cropped #save-btn {
    display: block;
}

.crop-option-area.cropped #crop-btn,
.crop-option-area.cropped form .sub-form,
.crop-option-area form h1 {
    display: none;
}

.crop-image-area #canvas {
    display: none;
}

.crop-page .menu-bar {
    display: none;
}

.crop-page .footer {
    display: none;
}

.crop-option-area .logo {
    width: 150px;
    float: right;
}

.crop-option-area form {
    font-size: 16px;
    color: black;
    width: 100%;
}

.crop-option-area form .sub-form {
    display: flex;
    align-items: center;
    width: 100%;
}

.crop-option-area form h1 {
    font-size: 20px;
    margin: 0;
}

.crop-option-area form h1 p {
    margin: 0;
}

.crop-option-area .sub-section {
    margin-bottom: 30px;
}

.crop-option-area .sub-section.custom {
    margin-bottom: 100px;
}

.crop-option-area .opt-button {
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-weight: bold;
    background-color: #00aeef;
    color: white;
    border: none;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
}

.crop-option-area .opt-button:hover {
    background-color: #fccd04;
    color: black;
}


.crop-option-area .form-group {
    margin-bottom: 10px;
}

.crop-image-area .logo {
    display: none;
}

.crop-option-area .form-group.mobile {
    display: none;
}

.pick-photo-final .like-item,
.ebook-page .like-item {
    position: absolute;
    left: 48%;
    font-size: 1vw;
    text-align: center;
    margin: 0;
    bottom: 0;
    color: black;
    text-decoration: unset;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.pick-photo-final .like-item img,
.ebook-page .like-item img {
    width: 1vw;
}

.showimp-user div a {
    font-size: 1.5vw;
    color: black;
    margin-right: 0.5vw;
}

.showimp-user a i {
    position: relative;
}

.showimp-user a i p {
    position: absolute;
    margin: 0;
    bottom: -1.5vw;
    font-family: Rubik Regular;
    left: 0;
    display: none;
    text-shadow: 1px 1px #000, -1px 1px #000, 1px -1px #000, -1px -1px #000, 1px 1px 5px #555;
}

.showimp-user a i:hover p {
    display: block;
}

.like-box {
    cursor: pointer;
}

.jcrop-tracker .crop-grid {
    position: relative;
    width: 100%;
    height: 100%;
    ;
}

.jcrop-tracker .crop-grid div:nth-child(1),
.jcrop-tracker .crop-grid div:nth-child(2) {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: grey;
}

.jcrop-tracker .crop-grid div:nth-child(3),
.jcrop-tracker .crop-grid div:nth-child(4) {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: grey;
}

.jcrop-tracker .crop-grid div:nth-child(1) {
    top: 33.333%;
}

.jcrop-tracker .crop-grid div:nth-child(2) {
    top: 66.666%;
}


.jcrop-tracker .crop-grid div:nth-child(3) {
    left: 33.333%;
}

.jcrop-tracker .crop-grid div:nth-child(4) {
    left: 66.666%;
}


.crop-option-area .sub-area {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.crop-opt-btn {
    font-size: 16px;
    background-color: #e0e0e0;
    margin-bottom: 20px;
    padding: 10px 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    display: none;
}

.close-opt-btn {
    position: absolute;
    right: 80px;
    top: 80px;
    width: 24px;
    height: 24px;
    display: none;
}

.close-opt-btn:before,
.close-opt-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #333;
}

.close-opt-btn:before {
    transform: rotate(45deg);
}

.close-opt-btn:after {
    transform: rotate(-45deg);
}

.crop-gallery-page.rate-my-photo .header {
    background-image: url(../images/crop-background.jpg);
}

.crop-gallery-page .rate-my-photo-header {
    top: 40%;
}

.crop-gallery-page .rate-my-photo-header .header-title img {
    width: 5%;
}

.crop-gallery-page .gallery-rate-btn {
    display: flex;
    align-items: center;
}

.crop-gallery-page .gallery-rate-btn img {
    width: 1vw;
}

.crop-gallery-page .gallery-item-top i {
    margin-right: 0;
}

.showimp-page.crop-gallery-page .showimp-user .showimp-subitem a {
    padding: 0;
    background-color: unset !important;
    margin: 0;
    border-radius: 50%;
    margin-right: 0.5vw;
}

.showimp-page.crop-gallery-page .showimp-user .showimp-subitem a i,
.showimp-page .showimp-user a i {
    font-size: 0.8vw;
    color: white;
    background-color: #00aeef;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showimp-page.crop-gallery-page .showimp-user .showimp-subitem a i p {
    left: 0;
}

.showimp-description .like-box i {
    color: blue;
}

.edit-profile-page .input-validate-state {
    top: 45%;
    display: block;
}

.robot-rating-section {
    position: absolute;
    background-color: #fccd04;
    padding: 0.3vw;
    right: -0.5vw;
    top: 0;
    border-radius: 1vw;
}

.robot-icon {
    margin-bottom: 0.3vw;
    text-align: center;
    position: relative;
    text-decoration: unset;
    display: block;
}

.robot-icon img {
    width: 1.5vw;
}

.robot-icon p,
.rating-icon p {
    width: 100%;
    display: block;
    color: black;
    font-size: 0.8vw;
    text-decoration: unset;
    font-family: Rubik Medium;
    margin: 0;
}

.robot-icon span,
.rating-icon span {
    font-size: 0.8vw;
    position: absolute;
    white-space: nowrap;
    margin: 0;
    display: none;
    color: black;
    background: none;
    background-image: url(../images/artifical-intelligence.png);
    background-size: 100% 100%;
    padding: 1.5vw 2vw 2vw 2vw;
    bottom: 1vw;
    right: -4.5vw;
}

.rating-icon span {
    right: -2vw;
}

.rate-my-photo .robot-icon span {
    display: none !important
}

.robot-icon:hover span,
.rating-icon:hover span {
    display: block;
}

.rating-icon {
    text-align: center;
    text-decoration: unset;
    display: block;
    position: relative;
    cursor: pointer;
}

.rating-icon img {
    width: 1.5vw;
    margin-bottom: 0.2vw;
}

.rating-page .rating-icon,
.robot-icon.custom {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.rating-page .rating-icon img,
.robot-icon.custom img {
    width: 2vw;
    margin: 0;
    z-index: 2
}

.rating-page .rating-icon p {
    padding: 0.45vw 1vw 0.45vw 1.8vw;
    border-radius: 2vw;
    margin-left: -1.3vw;
    z-index: 0;
    background-color: #fccd04;
    font-size: 0.9vw;
}

.robot-icon.custom p {
    padding: 0.3vw 1vw 0.3vw 1.8vw;
    border-radius: 2vw;
    margin-left: -1.3vw;
    z-index: 0;
    margin-top: 0.7vw;
    background-color: #fccd04;
    font-size: 0.9vw;
}

.rating-page .rating-info {
    align-items: flex-start;
}

.rating-page .view-all-rating {
    margin-top: 0.5vw;
}

.robot-icon.custom {
    margin-top: -0.5vw;
}

.showimp-page.all .showimp-item.original .showimp-user .edited-label,
.showimp-page.crop-gallery-page .showimp-item.original .showimp-user .edited-label {
    width: 7vw;
}

.showimp-page .showimp-item.original .showimp-user .edited-label {
    width: 6vw;
}

.showimp-likebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vw;
}

.showimp-likebox .like-icon {
    font-size: 1vw;
    margin: 0;
    color: #555555;
}

.showimp-likebox .like-icon i {
    color: #0e71af;
    font-size: 1.2vw;
}

.showimp-description h2 img {
    width: 1.2vw;
}

.showimp-page .rating-social-icons .ssk {
    margin: 0 0.1vw 2vw 0.1vw;
}

.showimp-page .gallery-zoom {
    position: absolute;
    bottom: 2vw;
    right: 2vw;
    font-size: 1vw;
    cursor: pointer;
}

.showimp-page.all .showimp-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1vw;
}

.showimp-page.all .showimp-likebox {
    margin: 0;
    justify-content: center;
}

.showimp-page.all .robot-icon.custom {
    margin-right: 1vw;
}

.showimp-edited-items .showimp-item .showimp-user {
    padding: 0.5vw 1vw;
}

.showimp-edited-items .showimp-user .edited-label {
    width: 4vw;
}

.showimp-page.crop-gallery-page .showimp-edited-items .showimp-user .edited-label {
    width: 5vw;
}

.showimp-item-image {
    position: relative;
    background-color: #3f3f3f;
    height: 30vw;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.showimp-item-image .gallery-zoom {
    bottom: 1vw;
    right: 1vw;
}

.showimp-item-image a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.showimp-page.all .showimp-edited-items .showimp-description {
    padding: 0.5vw 0;
    margin: 0 1vw;
    border-radius: 0;
}

.showimp-edited-items .showimp-description h2 {
    margin: 0;
}

.crop-gallery-page .showimp-user .showimp-user-sub {
    margin-bottom: -0.6vw;
}

.showimp-page.all.crop-gallery-page .showimp-description .showimp-likebox {
    width: 100%;
    justify-content: space-between;
}

.searh-bar {
    width: 100%;
    margin-right: 3%;
}

.searh-bar form {
    position: relative;
    width: 100%;
    display: flex;
}

.searh-bar input {
    border: 1px solid #00aeef;
    border-radius: 2vw;
    padding: 0.5vw 1vw 0.5vw 2vw;
    font-size: 0.9vw;
    width: 100%;
    outline: none;
}

.searh-bar form i {
    position: absolute;
    font-size: 0.9vw;
    color: #00aeef;
    left: 0.7vw;
    top: 0.6vw;
}

.searh-bar input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: gray;
}

.searh-bar input::-moz-placeholder {
    /* Firefox 19+ */
    color: gray;
}

.searh-bar input:-ms-input-placeholder {
    /* IE 10+ */
    color: gray;
}

.searh-bar input:-moz-placeholder {
    /* Firefox 18- */
    color: gray;
}

.menu-bar .search-icon {
    cursor: pointer;
    display: none;
}

.menu-bar.searh-bar {
    display: none;
}

.sub-menu-items {
    display: flex;
    align-items: center;
    width: 70%;
}

.edited-label.mobile {
    display: none !important;
}

.follow_group .user-image-badge {
    margin-left: 0.3vw;
}

.follow_group a {
    font-size: 1.5vw;
    color: black;
    position: relative;
    margin-right: 0.5vw;
}

.follow_group a i {
    font-size: 0.8vw;
    color: white;
    background-color: #00aeef;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.follow_group a i p {
    position: absolute;
    margin: 0;
    bottom: -1.5vw;
    font-family: Rubik Regular;
    left: 0;
    display: none;
    text-shadow: 1px 1px #000, -1px 1px #000, 1px -1px #000, -1px -1px #000, 1px 1px 5px #555;
}

.follow_group a:hover i p {
    display: block;
}

.follow_unfollow {
    position: relative;
    margin-right: 0.5vw;
    cursor: pointer;
}

.follow_unfollow img {
    width: 3vw;
}

.follow_unfollow p {
    position: absolute;
    left: 0;
    top: 2.5vw;
    color: white;
    font-size: 1vw;
    display: none;
    margin: 0;
}

.follow_unfollow:hover p {
    display: block;
}


.pick-photo-item.new .choose-photo-icon {
    position: absolute;
    right: -2vw;
    top: -2vw;
    width: 4vw !important;
    height: auto !important;
    border: none !important;
    box-shadow: none !important;
    display: none;
}

.pick-photo-item.new .pick-photo-link:hover .choose-photo-icon {
    display: block;
}

.pick-photo-final.new .pick-photo-next {
    padding: 0.5vw 1vw;
    font-family: 'Rubik Medium';
    color: #484848;
    width: auto;
    height: auto;
    font-size: 1vw;
}

.pick-photo-final.new .pick-profile .pick-user p {
    margin: 0;
    color: #808080;
    font-family: 'Rubik Medium';
    font-size: 0.9vw;
}

.pick-photo-final.new .pick-profile .pick-user p span {
    color: black;
    font-family: 'Rubik Bold';
    display: block;
}

.header-progress {
    width: 65%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}

.header-progress-bar {
    background: #fccd04;
    border-radius: 20px;
    padding: 0.2vw 0.5vw;
    height: 0.5vw;
    -webkit-box-shadow: inset 0 0 10px rgb(0 0 0 / 30%);
    box-shadow: inset 0 0 10px rgb(0 0 0 / 30%);
    -moz-box-shadow: inset 0 0 10px rgb(0 0 0 / 30%);
    width: 95%;
}

.header-progress .close-button {
    width: 5%;
    height: 1vw;
    display: block;
    position: relative;
}

.header-progress .close-button:before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 0.2vw;
    background-color: #04588d;
    transform: rotate(45deg);
    top: 0;
}

.header-progress .close-button:after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    width: 0.2vw;
    background-color: #04588d;
    transform: rotate(-45deg);
    top: 0;
}

.header-progress-bar-val {
    width: 0%;
    background: #04588d;
    height: 100%;
    border-radius: 5px;
    position: relative;
    max-width: 100%;
}

.header-progress-bar-val:before {
    content: "";
    position: absolute;
    right: 0;
    top: -0.5vw;
    width: 1vw;
    height: 1vw;
    background: #04588d;
    border: 0.2vw solid white;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 1px 1px 4px 2px rgb(0 0 0 / 50%);
}

.header-progress-bar-val p,
.header-progress-bar-val h1 {
    display: none;
}

.pick-photo-tooltip {
    background-image: url(../images/pick-final-tip-bg.png);
    max-width: 64%;
    margin: auto;
    background-size: cover;
    color: #484848;
    background-size: 100% 100%;
    margin-bottom: 4vw;
    position: relative;
}

.pick-photo-tooltip h2 {
    font-size: 1.6vw;
    font-family: 'Rubik Medium';
    margin: 0 0 1vw 0;
}

.pick-photo-tooltip p {
    margin: 0;
    font-size: 1vw;
}

.pick-photo-tooltip-container {
    padding: 2vw 4vw 2vw 7vw;
}

.pick-heart-icon {
    font-size: 2vw;
    color: #808080;
    text-decoration: unset;
}

.end-round-content {
    max-width: 64%;
    margin: auto;
    border: 2px solid #fccd04;
    border-radius: 2vw;
    margin-bottom: 6vw;
    position: relative;
}

.end-round-sub-content {
    padding: 10vw 10vw 5vw 10vw;
}

.end-round-content h1 {
    margin: 0;
    font-size: 1.3vw;
    color: #4e4e4e;
}

.end-round-content h1 span {
    color: #00aeef;
}

.end-session-tip-items {
    margin: 2vw 0;
}

.end-session-tip-item-title {
    margin-bottom: 1vw;
    text-align: left;
    margin-left: 1vw;
}

.end-session-tip-item-title h2 {
    margin: 0;
    font-size: 1vw;
    color: #134f64;
    letter-spacing: 0.2px;
}

.end-session-tip-item-title h2 span {
    color: #00aeef;
    /*text-decoration: underline;*/
    /*cursor: pointer;*/
}

.end-session-tip-item {
    font-size: 1vw;
    color: #4e4e4e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #fccd04;
    border-radius: 5vw;
    padding: 0.5vw 1vw;
    margin-bottom: 1vw;
    cursor: pointer;
    transition-duration: 0.5s;
}

.end-session-tip-item img {
    width: 1.5vw;
    margin-right: 1vw;
}

.end-session-tip-item p {
    margin: 0;
    width: 100%;
    text-align: left;
}

.end-session-tip-item p span {
    color: #00aeef;
    font-family: 'Rubik Bold';
}

.end-session-tip-item i {
    color: #fccd04;
    font-size: 1vw;
}

.end-session-tip-item:hover {
    background: #fccd04;
}

.end-session-tip-item:hover i {
    color: white;
}

.end-session-stats-btn {
    font-size: 1vw;
    color: #04588d;
    font-weight: bold;
    cursor: pointer;
}

.end-session-stats-btn:hover {
    opacity: 0.8;
    transition-duration: 0.5s;
}

.end-session-continue {
    background: #04588d;
    color: #fccd04;
    font-size: 1.6vw;
    font-family: 'Rubik Bold';
    text-decoration: unset;
    border-radius: 2.2vw;
    position: absolute;
    left: 35%;
    bottom: -3vw;
    width: 30%;
    height: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.end-session-continue:hover {
    opacity: 1;
    box-shadow: 0px 0.5vw 0.6vw 0.1vw rgb(0 0 0 / 30%);
}

.end-session-score {
    display: inline-block;
    width: 30%;
    position: absolute;
    left: 35%;
    top: -7vw;
}

.end-session-score img {
    width: 100%;
}

.end-session-score-info {
    display: inline-block;
    position: absolute;
    left: 10%;
    top: 42%;
}

.end-session-score-info p {
    font-size: 1.1vw;
    margin: 0;
    color: #04588d;
    font-family: 'Rubik Medium';
}

.end-session-score-info h1 {
    font-size: 2.9vw;
    color: #04588d;
}

.end-session-stats-list {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
}

.end-session-stats-list.open {
    display: flex;
}

.end-session-stats-list-content {
    width: 64%;
    background: white
}

.end-session-stats-list-content {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
    border-radius: 2vw;
}

.end-session-stats-list-container {
    padding: 2vw;
    text-align: center;
}

.end-session-stats-list-content img {
    width: 4vw;
}

.end-session-stats-list-content h1 {
    font-size: 1.6vw;
    font-family: 'Rubik Bold';
    color: #04588d;
    margin: 0;
    position: relative;
}

.end-session-stats-list-content h1 p {
    margin: 0;
    position: absolute;
    right: 4%;
    top: 10%;
    width: 1.5vw;
    height: 1.5vw;
    cursor: pointer;
    z-index: 999;
}

.end-session-stats-list-content h1:before {
    content: "";
    position: absolute;
    right: 5%;
    height: 50%;
    width: 0.3vw;
    background-color: #f48888;
    transform: rotate(45deg);
    top: 20%;
    cursor: pointer;
}

.end-session-stats-list-content h1:after {
    content: "";
    position: absolute;
    right: 5%;
    height: 50%;
    width: 0.3vw;
    background-color: #f48888;
    transform: rotate(-45deg);
    top: 20%;
    cursor: pointer;
}

.end-session-stats-list-content .list-items {
    background: #f4f4f4;
    border-radius: 2vw;
    margin-top: 1vw;
}

.end-session-stats-list-content .list-items-container {
    padding: 0;
    max-height: 50vh;
    overflow: auto;
    padding-right: 1vw;
}

.end-session-stats-list-content th {
    border: none;
    font-family: 'Rubik Bold';
    font-size: 1.3vw;
    color: #04588d;
    padding: 0 0 1vw 0;
}

.end-session-stats-list-content th:nth-child(1) {
    width: 10%;
}

.end-session-stats-list-content th:nth-child(2) {
    width: 60%;
}

.end-session-stats-list-content th:nth-child(3),
.end-session-stats-list-content th:nth-child(4) {
    width: 15%;
    text-align: center;
}

.end-session-stats-list-content .stats-item {
    background: transparent;
    border-bottom: 2px dotted #e5e5e5;
    transition-duration: 0.5s;
}

.end-session-stats-list-content .stats-item:hover {
    background: #fccd04;
}

.end-session-stats-list-content .stats-item td {
    font-size: 1vw;
    padding: 0.5vw 0;
    background: transparent;
    border: none;
    text-align: center;
}

.end-session-stats-list-content .stats-item td:nth-child(1) {
    text-align: left;
    padding-left: 2.5%;
}

.end-session-stats-list-content .stats-item td:nth-child(2) {
    text-align: left;
    color: #707070;
}

.end-session-stats-list-content .stats-item.level td {
    color: #04588d;
    font-family: 'Rubik Bold';
}

.end-session-stats-list-content .stats-item.level {
    background: #f8e07c;
}

.end-session-stats-list-content .stats-item td:nth-child(1) {
    border-top-left-radius: 0.5vw;
    border-bottom-left-radius: 0.5vw;
}

.end-session-stats-list-content .stats-item td:nth-child(4) {
    border-top-right-radius: 0.5vw;
    border-bottom-right-radius: 0.5vw;
}

.end-session-stats-list-content .stats-item td:nth-child(3),
.end-session-stats-list-content .stats-item td:nth-child(4) {
    color: #134f64;
    font-weight: bold;
}

.end-session-stats-list-content .list-items {
    padding: 2vw 2vw 2vw 2vw;
}

.end-session-stats-list-content .list-items-container::-webkit-scrollbar {
    width: 0.8vw;
}

.end-session-stats-list-content .list-items-container::-webkit-scrollbar-track {
    background: transparent;
}

.end-session-stats-list-content .list-items-container::-webkit-scrollbar-thumb {
    background: #04588d;
    border-radius: 10vw;
}

.end-session-stats-list-content .list-items-container::-webkit-scrollbar-thumb:hover {
    background: #04588d;
}

.end-sesson-tip {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
}

.end-sesson-tip.open {
    display: flex;
}

.end-sesson-tip-content {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
    border-radius: 2vw;
    width: calc(45% - 8vw);
    padding: 2vw 4vw 4vw 4vw;
    background: white;
    max-height: 80vh;
    overflow-y: auto;
}

.end-sesson-tip .pick-photo {
    width: 100%;
}

.end-sesson-tip .pick-photo-tooltip {
    max-width: 100%;
    background-size: cover;
    border-radius: 2vw;
    margin-bottom: 0px;
}

.end-sesson-tip .pick-photo-tooltip-container {
    padding: 1.5vw 2vw 1.5vw 6vw;
}

.end-sesson-tip .pick-photo-tooltip h2 {
    font-size: 1.2vw;
    margin-bottom: 0.5vw;
}

.end-sesson-tip .pick-photo-link img:hover {
    box-shadow: none;
}

.end-sesson-tip-content h1 {
    font-size: 3vw;
    text-align: center;
    margin: 0;
    font-family: Sandiago;
    color: #e9bd00;
    letter-spacing: 2px;
}

.close-review-tip {
    position: relative;
    height: 1vw;
    margin-bottom: 2vw;
    width: 1vw;
    margin-left: auto;
    cursor: pointer;
}

.close-review-tip:after,
.close-review-tip:before {
    content: "";
    position: absolute;
    right: 0.3vw;
    height: 100%;
    width: 0.3vw;
    background-color: #f48888;
    top: 0;
}

.close-review-tip:before {
    transform: rotate(-45deg);
}

.close-review-tip:after {
    transform: rotate(45deg);
}

.end-session.zoom-window {
    z-index: 100001;
}

.end-session-stats-list-content .mobile {
    display: none;
}

.whats-result .pick-photo-item {
    margin: 0;
    width: 60%;
    position: relative;
}

.whats-result .pick-photo-link {
    margin: 0px;
}

.whats-result .pick-photo-item .gallery-zoom.desktop {
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    right: -3vw;
    top: 50%;
}

.whats-result .pick-photo-header img {
    margin: 0px;
}

.whats-result .pick-photo-header h1 {
    margin: 0;
    font-size: 1.8vw;
    font-weight: bold;
}

.whats-result .pick-photo {
    margin-bottom: 0px;
}

.whats-result-info {
    width: 64%;
    margin: auto;
    background: #f4f4f4;
    padding: 7vw 0 4vw 0;
    border-radius: 3vw;
    box-shadow: 0px 0.2vw 0.4vw 0vw rgb(0 0 0 / 20%);
    margin-top: -5vw;
}

.whats-result-content {
    width: 60%;
    margin: auto;
    text-align: center;
}

.whats-result-info h1 {
    color: #04588d;
    font-size: 1.8vw;
    text-align: center;
    margin: 0;
}

.whats-result-info table {
    margin-top: 1vw;
}

.whats-result-info th,
.whats-result-info td,
.whats-result-info tr {
    border: none;
    background: transparent;
}

.whats-result-info tr.table-header {
    border-top: 2px solid #d5d5d5;
    border-bottom: 2px solid #d5d5d5;
}

.whats-result-info th {
    color: #595959;
    font-size: 1vw;
    padding: 0.8vw 1vw;
}

.whats-result-info th:nth-child(2) {
    width: 9vw;
    text-align: center;
    padding-right: 0;
}

.whats-result-info th:nth-child(2) div {
    padding-right: 0.5vw;
    border-right: 2px solid #595959;
}

.whats-result-info th:nth-child(3) {
    width: 7vw;
    text-align: center;
    padding-left: 0.5vw;
}

.whats-result-info td {
    color: #595959;
    font-size: 1vw;
    padding: 0.3vw 0;
}

.whats-result-info td div {
    padding: 0.3vw 1vw;
}

.whats-result-info td:nth-child(2),
.whats-result-info td:nth-child(3) {
    text-align: center;
    color: #04588d;
}

.whats-result-info tr.pink div {
    background: #ffcfcf;
}

.whats-result-info tr.yellow div {
    background: #ffee90;
}

.whats-result-info td:nth-child(1) div {
    border-top-left-radius: 0.3vw;
    border-bottom-left-radius: 0.3vw;
}

.whats-result-info td:nth-child(3) div {
    border-top-right-radius: 0.3vw;
    border-bottom-right-radius: 0.3vw;
}

.whats-result-info .first-row td {
    padding-bottom: 0px;
}

.whats-result .pick-profile {
    justify-content: center;
    margin-top: 4vw;
}

.whats-result .pick-photo-next {
    font-size: 1vw;
    font-family: 'Rubik Regular';
    font-weight: bold;
    width: 10vw;
    letter-spacing: 1px;
}

.whats-result .pick-photo-item img {
    border: 5px solid white;
    box-shadow: 0px 0.2vw 0.4vw 0vw rgb(0 0 0 / 20%);
}

.zoom-window.new {
    background: white;
    align-items: center;
}

.zoom-window.new .zoom-sub-window {
    max-width: 50%;
    margin: auto;
    display: block;
    text-align: center;
    overflow: auto;
    padding: 0 5px;
}

.zoom-window.new .zoom-sub-window .zoom-resize img:last-child {
    display: none;
}

.zoom-window.new .zoom-sub-window.expand {
    max-width: calc(100% - 10px);
}

.zoom-window.new .zoom-sub-window.expand .zoom-resize img:last-child {
    display: block;
}

.zoom-window.new .zoom-sub-window.expand .zoom-resize img:first-child {
    display: none;
}

.zoom-window.new .zoom-image {
    border: 5px solid white;
    box-shadow: 1px 1px 5px 2px #ccc;
    border-radius: 5px;
}

.zoom-window.new .zoom-close {
    position: relative;
    width: 1vw;
    height: 1vw;
    right: 0;
    top: 0;
}

.zoom-window.new .zoom-close:after,
.zoom-window.new .zoom-close:before {
    content: "";
    position: absolute;
    right: 0.3vw;
    height: 100%;
    width: 0.3vw;
    background-color: #535353;
    top: 0;
}

.zoom-window.new .zoom-close:after {
    transform: rotate(-45deg);
}

.zoom-window.new .zoom-close:before {
    transform: rotate(45deg);
}

.zoom-window.new .zoom-clos-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px 0;
}

.zoom-window.new .zoom-resize {
    width: 1vw;
    cursor: pointer;
}

.zoom-window.new .zoom-resize img {
    width: 100%;
}

.zoom-window.new .zoom-sub-window.expand .zoom-clos-btn {
    padding: 0 30px;
    width: calc(100% - 60px);
}

.zoom-window.new .zoom-sub-window.expand .zoom-image {
    width: calc(100% - 10px) !important;
    height: auto !important;
}

.whats-result .form-row {
    font-size: 1.1vw;
    margin-bottom: 1.5vw;
}

.whats-result .form-row.checked label {
    color: #04588d;
}

.whats-result .form-row input {
    margin-right: 0.5vw;
}

.whats-result .checkmark {
    background: transparent;
    border: 2px solid #808080;
    border-radius: 6px;
    height: 15px;
    width: 15px;
    margin-right: 0.5vw;
}

.whats-result input[type="checkbox"]:checked~.checkmark {
    border-color: #fccd04;
}

.whats-result .checkmark:before {
    content: "";
    position: absolute;
    display: none;
}

.whats-result input[type="checkbox"]:checked~.checkmark:before {
    display: block;
}

.whats-result .checkmark:before {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #04588d;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.whats-result label {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    color: #808080;
}

.whats-result input[type="checkbox"] {
    display: none;
}

.whats-result form {
    margin-top: 2vw;
    text-align: left;
}

.whats-result .form-row:last-child {
    text-align: center;
    margin-bottom: 0;
    padding-top: 2vw;
}

.whats-result input[type="submit"] {
    margin: 0;
    font-size: 1.3vw;
    background: #fccd04;
    border: none;
    width: 8vw;
    height: 3vw;
    font-weight: bold;
    border-radius: 1vw;
    outline: none !important;
}

.whats-result input[type="submit"]:hover {
    box-shadow: 0px 0.5vw 0.6vw 0.1vw rgb(0 0 0 / 30%);
}

.whats-result-info p {
    color: #808080;
    margin: 0;
    font-size: 1vw;
    text-align: center;
    display: inline-block;
    padding: 0.5vw 0 1vw 0;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
}

.whats-result-info p:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 0.4vw;
    background: #d5d5d5;
    left: 25%;
    bottom: 0;
    border-radius: 3vw;
}

.pick-photo-tooltip-info {
    padding: 0;
}

.pick-photo-tooltip-info p {
    display: inline-block;
    margin-right: 0.5vw;
}

.pick-photo-tooltip-info div {
    padding: 0;
    font-size: 1vw;
    color: #04588d;
    font-family: 'Rubik Bold';
    display: inline-block;
}

.pick-photo-tooltip img {
    position: absolute;
    left: 4%;
    top: 0.1vw;
    width: 3vw;
}

.end-of-round.new .sub-menu-items {
    justify-content: flex-end;
}

.end-of-round.new .login-signup-section {
    margin: 0px !important
}

.whats-result.wrong .pick-photo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 38vw;
    margin: auto;
}

.whats-result.wrong .pick-photo-header img {
    width: 1.3vw;
}

.footer-new {
    height: 50px;
    background: #fccd04;
}

.header-top {
    height: 5px;
    background: #fccd04;
}

.whats-result.wrong .pick-photo-header img:first-child {
    margin-left: 1vw;
}

.whats-result.wrong .pick-photo-header img:last-child {
    margin-right: 1vw;
}

.pick-photo-header.wrong h1 {
    color: #e9bd00;
    font-family: Sandiago;
    font-size: 3.5vw;
    margin: 0;
}

.pick-photo-item.new .pick-icons img {
    box-shadow: unset;
}

.end-session-tip-item-info {
    display: none;
}
/* .photo-faq .menu-bar {
    width: 100%;
    padding: 0;
    height: 120px;
}
.photo-faq .menu-bar .menu-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
}
.photo-faq .menu-bar .menu-bar-content .logo {
    width: 180px;
}
.photo-faq .header-progress {
    width: calc(100% - 200px);
    margin-left: 20px;
    max-width: 800px;
}
.photo-faq .header-progress-bar {
    padding: 5px 10px;
    height: 10px;
}
.photo-faq .header-progress-bar-val:before {
    top: -10px;
    width: 25px;
    height: 25px;
    border-width: 2px;
}
.photo-faq .header-progress .close-button {
    height: 20px;
}
.photo-faq .header-progress .close-button:before,
.photo-faq .header-progress .close-button:after {
    width: 4px;
} */
.photo-faq .menu-bar .menu-bar-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.photo-faq #contents {
    padding: 8vw 20% 2vw 20%;
}
.photo-faq #contents h1 {
    font-family: Swatchit;
    font-size: 1.8vw;
    line-height: 2.2vw;
    color: #010101;
    font-weight: 400;
    max-width: 75%;
    margin: 0 auto 3vw auto;
    text-align: center;
    letter-spacing: 1px;
}
.photo-faq #contents h1 img {
    width: 1.8vw;
    margin: 0 0 -0.3vw 5px;
    cursor: pointer;
}
.photo-faq .photo-faq-section {
    box-shadow: 0px 0.2vw 0.5vw 0 rgb(0 0 0 / 20%);
    background: #f4f4f4;
    padding: 2vw 5vw;
    border-radius: 50px;
    max-width: calc(80% - 5vw);
    margin: auto;
}
.photo-faq .photo-faq-section h2 {
    font-size: 1vw;
    color: 808080;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 3vw;
    position: relative;
}
.photo-faq .photo-faq-section h2:before {
    content: "";
    position: absolute;
    left: calc(50% - 3vw);
    bottom: -0.8vw;
    width: 6vw;
    height: 0.4vw;
    border-radius: 50px;
    background: #d5d5d5;
}
.photo-faq .photo-faq-item {
    position: relative;
}
.photo-faq .photo-faq-item label {
    display: block;
    transition-duration: 0.3s;
}
.photo-faq .photo-faq-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3.5vw;
    row-gap: 1.5vw;
    width: 100%;
    position: relative;
}
.photo-faq .photo-faq-item-image {
    position: relative;
    padding-top: 100%;
    box-shadow: 0px 2px 6px 0 rgb(0 0 0 / 20%);
    border-radius: 10px;
    background: white;
    margin-bottom: 0.8vw;
}
.photo-faq .photo-faq-item-image div {
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    border-radius: 10px;
    transition-duration: 0.3s;
}
.photo-faq .photo-faq-item-image .original-image img {
    cursor: pointer;
}
.photo-faq .photo-faq-item.vertical img {
    width: auto;
    height: 100%;
}
.photo-faq .photo-faq-item img {
    width:100%;
}
.photo-faq .photo-faq-section .form-row {
    text-align: center;
    margin-top: 3vw;
}
.photo-faq .photo-faq-section input[type="submit"],
.photo-faq .photo-faq-section .continue-btn {
    background: #fccd04;
    border: none;
    font-size: 1.3vw;
    color: #111111;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 3vw;
    border-radius: 50px;
    cursor: pointer;
    transition-duration: 0.3s;
    text-decoration: unset;
    opacity: 1 !important;
}
.photo-faq .photo-faq-section input[type="submit"]:hover,
.photo-faq .photo-faq-section .continue-btn:hover {
    box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 30%);
}
.photo-faq .photo-faq-skip {
    text-align: center;
    margin-top: 2vw;
}
.photo-faq .photo-faq-skip a {
    background: #fccd04;
    border: none;
    font-size: 1.3vw;
    color: #111111;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7vw;
    height: 2.3vw;
    border-radius: 50px;
    cursor: pointer;
    transition-duration: 0.3s;
    text-decoration: unset;
    opacity: 1 !important;
}
.photo-faq .photo-faq-skip a:hover {
    box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 30%);   
}
.photo-faq .checkmark {
    background: transparent;
    border: 0.15vw solid #808080;
    border-radius: 0.3vw;
    height: 0.8vw;
    width: 0.8vw;
    position: relative;
    display: block;
}
.photo-faq input[type="checkbox"]:checked~.checkmark {
    border-color: #fccd04;
}
.photo-faq .checkmark:before {
    content: "";
    position: absolute;
    display: none;
    left: 0.2vw;
    top: 0px;
    width: 0.2vw;
    height: 0.5vw;
    border: solid #04588d;
    border-width: 0 0.2vw 0.2vw 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.photo-faq input[type="checkbox"]:checked~.checkmark:before {
    display: block;
}
.photo-faq input[type="checkbox"] {
    display: none;
}
.photo-faq .faq-item-check {
    display: flex;
    align-items: center;
}
.photo-faq .faq-item-check p {
    font-size: 0.8vw;
    font-weight: bold;
    color: #808080;
    margin: 0 0 0 0.5vw;
}
.photo-faq .photo-faq-item.opacity {
    opacity: 0.5;
}
.photo-faq .photo-faq-item .photo-faq-item-image .hover-image {
    display: none;
}
.photo-faq .photo-faq-item.active .photo-faq-item-image .hover-image {
    left: calc(100% + 10px);
    top: 0;
    width: 200%;
    align-items: flex-start;
    background: white;
    padding: 5px;
    border-radius: 0;
    box-shadow: 0px 6px 10px 0 rgb(0 0 0 / 20%);
    height: auto;
    z-index: 99;
    display: flex;
}
.photo-faq .photo-faq-item.active.vertical .photo-faq-item-image .hover-image {
    width: auto;
    height: calc(200% + 90px);
}
.photo-faq .photo-faq-item:nth-child(2).active .photo-faq-item-image .hover-image {
    left: unset;
    right: calc(100% + 10px);
}
.photo-faq .photo-faq-item:nth-child(3).active .photo-faq-item-image .hover-image {
    top: unset;
    bottom: 0;
}
.photo-faq .photo-faq-item:nth-child(4).active .photo-faq-item-image .hover-image {
    top: unset;
    bottom: 0;
    left: unset;
    right: calc(100% + 10px);
}
.photo-faq .photo-faq-item .gallery-zoom {
    display: none;
}
.photo-faq.answer #contents h1 {
    font-family: 'Sandiago';
    font-size: 3.5vw;
    color: e9bd00;
}
.photo-faq.answer .photo-faq-section h2 {
    color: #04588d;
    font-family: 'Swatchit';
}
.photo-faq.answer .photo-faq-section h2:before {
    display: none;
}
.photo-faq.answer .photo-faq-section h2 img {
    width: 1vw;
    cursor: pointer;
    margin: 0 0 -0.2vw 5px;
}
.photo-faq.answer .photo-faq-item.correct .checkmark {
    border-color: #fccd04;
}
.photo-faq.answer .photo-faq-item.correct .checkmark:before,
.photo-faq.answer .photo-faq-item.select .checkmark:before {
    display: block;
}
.photo-faq.answer .faq-item-check {
    justify-content: space-between;
}
.photo-faq.answer .faq-item-check div {
    display: flex;
    align-items: center;
}
.photo-faq.answer .faq-item-check i {
    font-size: 0.8vw;
    color: #04588d;
    margin-right: -0.1vw;
}
.photo-faq.answer .photo-faq-item {
    padding: 0.5vw;
}
.photo-faq.answer .photo-faq-item.correct {
    background: rgba(255,235,133,0.9);
    border-radius: 10px;
}
.photo-faq .footer-new {
    height: 2.5vw;
}
.menu-bar.progress .menu-bar-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 3;
}
.menu-bar.progress .menu-bar-icons img {
    width: 30px;
    margin-left: 5px;
}
.pick-photo-page.added .header-progress {
    width: 60%;
}
.menu-bar.progress .menu-bar-icons img.quiz-icon {
    width: 50px;
}



/*/////////////*/
.header-new {
    position: fixed;
    left: 0;
    top: 0;
    width: calc(100% - 40px);
    z-index: 9999;
    padding: 0 20px;
    background: white;
}
.header-new a:hover {
    opacity: 1;
}
.header-content {
    max-width: 1200px;
    margin: auto;
    padding: 25px 0;
    border-bottom: 4px solid #f6f6f6;
    position: relative;
}
.header-content .desktop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-content .mobile {
    display: none;
}
.header-new .logo {
    width: 190px;
}
.header-new .header-items {
    display: flex;
    align-items: center;
}
.header-new .header-items .header-journey {
    font-size: 28px;
    text-decoration: unset;
    font-family: Arial;
    color: fffffe;
    background-image: url(../images/header-journey.png);
    background-position: center;
    background-size: cover;
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.header-new .header-item {
    text-decoration: unset;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.header-new .header-item img {
    height: 38px;
    margin-right: 5px;
}
.header-new .header-item p {
    font-size: 21px;
    color: #c9c9c9;
    margin: 0px;
}
.header-new .header-users img {
    width: 50px;
    border-radius: 50%;
}
.footer-new2 {
    padding: 0 20px;
}
.footer-new2-content {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 4px solid #f6f6f6;
}
.footer-new2 .footer-menu {
    margin: 0;
    display: flex;
    align-items: center;
}
.footer-new2 .footer-menu a {
    font-size: 20px;
    color: #bcbcbc;
    margin: 0;
}
.footer-new2 .footer-menu p {
    font-size: 20px;
    color: #bcbcbc;
    margin: 0 15px;
}
.footer-new2 .footer-copyright {
    font-size: 20px;
    color: #bcbcbc;
    margin: 0;
}
.upload-photo-new #contents {
    padding: 200px 20px 60px 20px;
    max-width: 800px;
    margin: auto;
}
.upload-photo-new h1 {
    font-size: 30px;
    color: #5a5a5a;
    text-align: center;
    margin: 0 0 70px 0;
}
.upload-photo-new h2 {
    font-size: 22px;
    color: #686868;
    text-align: center;
    font-weight: 500;
    margin: 0 0 20px 0;
}
.upload-photo-new form {
    position: relative;
}
.upload-photo-new form .upload-photo-form {
    position: relative;
    z-index: 9;
}
.upload-photo-new form .upload-photo-form #drop-area {
    width: calc(100% - 40px);
    margin: 0;
    border: none;
    background: #f4f4f4;
    padding: 50px 20px 50px 20px;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
}
.upload-photo-new form .upload-photo-form #drop-area .my-form {
    margin: 0px;
}
.upload-photo-new form .upload-photo-form #drop-area .my-form img {
    width: 90px;
    height: auto;
    margin-bottom: 20px;
    cursor: pointer;
}
.upload-photo-new form .upload-photo-form #drop-area .my-form p {
    margin: 0;
    font-size: 15px;
    color: 686868;
}
.upload-photo-new form .upload-photo-form #drop-area .my-form p label {
    text-decoration: unset;
}
.upload-photo-new .dog-icon {
    position: absolute;
    left: -9px;
    top: -107px;
}
.upload-photo-new .upload-photo-content {
    height: 108px;
    margin: 20px 0;
}
.upload-photo-new #list {
    display: flex;
    align-items: center;
    height: 100%;
}
.upload-photo-new .added-photo-div {
    width: 100px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    margin-right: 20px;
}
.upload-photo-new .added-photo-description-area {
    width: calc(100% - 120px);
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    border-radius: 20px;
    justify-content: space-between;
}
.upload-photo-new textarea {
    border: none;
    resize: none;
    outline: none;
    font-size: 15px;
    color: #bdbdbd;
    height: 100%;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 75%;
}
.upload-photo-new .private-mode {
    font-size: 15px;
    color: bdbdbd;
    width: 25%;
    height: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(0,0,0,0.1);
    margin: 15px 0;
}
.upload-photo-new .private-mode label {
    margin-left:20px;
}
.upload-photo-new .private-mode input[type="checkbox"]+label {
    overflow: unset;
}
.upload-photo-new .private-mode input[type="checkbox"]+label::before {
    vertical-align: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border: 2px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    margin-right: 0;
    top: -3px;
    left: -30px;
}
.upload-photo-new .private-mode input[type="checkbox"]:checked+label::before {
    border: 2px solid #fccd04;
}
.upload-photo-new .private-mode input[type="checkbox"]:checked+label::after {
    height: 3px;
    width: 14px;
    background: rgba(0, 0, 0, 0);
    top: 5px;
    left: -26px;
}
.upload-photo-new textarea::-webkit-input-placeholder {
    color: #bdbdbd;
}
.upload-photo-new textarea:-moz-placeholder { /* Firefox 18- */
    color: #bdbdbd;
}
.upload-photo-new textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #bdbdbd;
}
.upload-photo-new textarea:-ms-input-placeholder {
    color: #bdbdbd;
}
.upload-photo-new textarea::placeholder {
    color: #bdbdbd;
}
.upload-photo-new .upload-photo-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.upload-photo-new .upload-photo-description span {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.upload-photo-new .upload-photo-description p {
    color: #686868;
    font-size: 15px;
    font-family: Arial;
}
.upload-photo-new .upload-buttons {
    max-width: 320px;
    margin: auto;
}
.upload-photo-new .upload-buttons input[type="submit"] {
    width: 100%;
    border: none;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    cursor: pointer;
    background: #eec21b;
    color: white;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}
.upload-photo-new .upload-buttons a {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    cursor: pointer;
    border: 2px solid #eec21b;
    color: #eec21b;
    font-size: 25px;
    font-weight: 700;
    text-decoration: unset;
    box-shadow: 0 3px 4px #cca40e;
}
.message-page #contents {
    min-height: calc(100% - 70px);
    display: flex;
    align-items: center;
    max-width: 650px;
    margin: auto;
    padding: 0 20px;
}
.message-page .message-content {
    width: 100%;
}
.message-page .message-info {
    border-bottom: 8px solid #e9e9e9;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}
.message-page .message-info img {
    margin-left: 30px;
    width: 228px;
}
.message-page .message-info p {
    font-size: 20px;
    color: #575757;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 42%;
    bottom: 20%;
    padding: 20px;
    background: #e9e9e9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 3px #dbdbdb;
}
.message-page .message-info p:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 45%;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 26px solid #e9e9e9;
    border-bottom: 13px solid transparent;
}
.message-page .message-buttons {
    max-width: 320px;
    margin: auto;
}
.message-page .message-buttons a {
    font-size: 20px;
    text-decoration: unset;
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;    
    border-radius: 20px;
}
.message-page .message-buttons a.profile-btn {
    color: white;
    background: #0574ba;
    box-shadow: 0 4px 3px #04588d;
    margin-bottom: 10px;
}
.message-page .message-buttons a.later-btn {
    color: #686868;
    background: #e9e9e9;
    box-shadow: 0 4px 3px #dbdbdb;
}
.assignment-page #contents {
    padding: 150px 20px 60px 20px;
}
.assignment-page .new-assignments {
    max-width: 900px;
    margin: auto;
}
.assignment-page .title {
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}
.assignment-page .new-assignments .title img {
    width: 100%;
    max-width: 450px;
}
.assignment-page .title p {
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: 04588d;
    margin: 0;
    font-weight: 700;
}
.assignment-page .assignment-items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.assignment-page .new-assignments .assignment-item {
    width: 33.333%;
    margin-bottom: 35px;
}
.assignment-page .new-assignments .assignment-item.hide {
    display: none;
}
.assignment-page .assignment-item-content {
    margin: 0 15px;
    background: #f4f4f4;
    border-radius: 16px;
    box-shadow: 0 7px 0px #e9e9e9;
    padding-bottom: 30px;
}
.assignment-page .item-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 12px;
}
.assignment-page .item-header img {
    height: 25px;
    cursor: pointer;
}
.assignment-page .item-header p {
    font-size: 15px;
    color: white;
    margin: 0;
    background: #86e900;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 39px;
    padding: 10px 12px 10px 20px;
    font-weight: bold;
}
.assignment-page .item-header p span {
    font-size: 20px;
}
.assignment-page .item-header .assignment-level-items {
    background-image: url(../images/assignment-level-bk.png);
    display: none;
    position: absolute;
    align-items: flex-end;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
    width: 245px;
    height: 115px;
    top: 40px;
    left: -120px;
    padding: 0 40px;
}
.assignment-page .item-header.active .assignment-level-items {
    display: flex;
}
.assignment-page .item-header .assignment-level-items .level-item {
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}
.assignment-page .item-header .assignment-level-items .level-item img {
    height: 20px;
    margin-bottom: 10px;
}
.assignment-page .item-header .assignment-level-items .level-item div {
    font-size: 20px;
    color: white;
    font-weight: bold;
}
.assignment-page .item-info {
    color: #686868;
    font-size: 18px;
    margin: 40px 25px 30px 25px;
    font-weight: bold;
}
.assignment-page .upload-btn {
    width: 100%;
    max-width: 87px;
    display: block;
    margin-left: 25px;
}
.assignment-page .upload-btn img {
    width: 100%;
}
.assignment-page .assignment-add {
    max-width: 30px;
    margin: 15px auto 80px auto;
    cursor: pointer;
}
.assignment-page .assignment-add img {
    width: 100%;
}
.assignment-page .assignments-submitted {
    max-width: 750px;
    margin: auto;
}
.assignment-page .assignments-submitted .assignment-item {
    width: 50%;
    margin-bottom: 35px;
}
.assignment-page .item-header h2 {
    font-size: 20px;
    margin: 10px 0 0 10px;
}
.assignment-page .assignment-date {
    color: #686868;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
    margin: 10px 20px 0 0;
}
.assignment-page .assignment-item.pending .item-header h2 {
    color: #f19c49;
}
.assignment-page .assignment-item.pending .item-header p {
    background: #f19c49;
}
.assignment-page .assignment-item.approved .item-header h2 {
    color: #39b54a;
}
.assignment-page .assignment-item.approved .item-header p {
    background: #39b54a;
}
.assignment-page .assignment-item.rejected .item-header h2 {
    color: #ed1c24;
}
.assignment-page .assignment-item.rejected .item-header p {
    background: #ed1c24;
}
.assignment-page .assignments-submitted .item-header p {
    padding: 10px 25px 10px 25px;
}
.assignment-page .assignments-submitted .item-info {
    margin: 30px 25px;
}
.assignment-page .assignments-submitted .assignment-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 25px;
}
.assignment-page .assignment-bottom img {
    height: 18px;
    margin-bottom: 10px;
}
.assignment-page .assignment-images {
    display: flex;
    align-items: center;
}
.assignment-page .assignment-images .assignment-thumbnail {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-right: 10px;
    cursor: pointer;
}
.assignment-page .assignment-images .upload-btn {
    width: 80px;
    margin: 0;
    max-width: 100%;
}
.assignment-page .assignment-images .upload-btn img {
    height: auto;
    margin: 0px;
}
.assignment-page .assignment-images .redo-btn {
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #cccccc;
    border-radius: 8px;
    font-size: 18px;
    color: #39b54a;
    text-decoration: unset;
    font-weight: bold;
}
.assignment-page a {
    opacity: 1;
}
.assignment-thumbnail-block {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    background: white;
    min-height: 100vh;
    display: none;
}
.assignment-thumbnail-block.open {
    display: block;
}
.assignment-thumbnail-content {
    max-width: 500px;
    margin: auto;
    padding: 50px 20px;
    max-height: 90vh;
    overflow-y: auto;
}
.assignment-thumbnail-content .close-btn {
    width: 25px;
    margin-left: auto;
    cursor: pointer;
}
.assignment-thumbnail-content .close-btn img {
    width: 100%;
}
.assignment-thumbnail-content .assignment-thumbnail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 20px 0;
}
.assignment-thumbnail-content .assignment-thumbnail-header p {
    font-size: 15px;
    color: #4bb673;
    margin: 0;
    font-weight: bold;
}
.assignment-thumbnail-content .assignment-thumbnail-header p span {
    font-size: 20px;
}
.assignment-thumbnail-content .assignment-thumbnail-header .assignment-states {
    display: flex;
    align-items: center;
}
.assignment-thumbnail-content .assignment-thumbnail-header .assignment-state {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #4bb673;
    font-weight: bold;
    margin-left: 25px;
}
.assignment-thumbnail-content .assignment-thumbnail-header .assignment-state.private {
    color: #acacac;
}
.assignment-thumbnail-content .assignment-thumbnail-header .assignment-state.private img:nth-child(2) {
    display: none;
}
.assignment-thumbnail-content .assignment-thumbnail-header .assignment-state.private.hide img:nth-child(1) {
    display: none;
}
.assignment-thumbnail-content .assignment-thumbnail-header .assignment-state.private.hide img:nth-child(2) {
    display: block;
}
.assignment-thumbnail-content .assignment-thumbnail-header .assignment-state.approved img:nth-child(2) {
    display: none;
}
.assignment-thumbnail-content .assignment-thumbnail-header .assignment-state.approved.hide img:nth-child(1) {
    display: none;
}
.assignment-thumbnail-content .assignment-thumbnail-header .assignment-state.approved.hide img:nth-child(2) {
    display: block;
}
.assignment-thumbnail-content .thumbnail-content-info {
    background: #fafafa;
    border-radius: 10px;
    padding: 10px;
}
.assignment-thumbnail-content .assignment-thumbnail-header .assignment-state img {
    margin-right: 10px;
}
.assignment-thumbnail-content .thumbnail-image {
    text-align: center;
}
.assignment-thumbnail-content .thumbnail-image img {
    border-radius: 10px;
    width: 100%;
}
.assignment-thumbnail-content .thumbnail-image.portrait {
    height: 350px;
    text-align: center;
}
.assignment-thumbnail-content .thumbnail-image.portrait img {
    width: auto;
    height: 100%;
}
.assignment-thumbnail-content h2 {
    font-size: 22px;
    color: #686868;
    margin: 20px 10px;
}
.assignment-thumbnail-content .thumbnail-info {
    font-size: 15px;
    color: #686868;
    margin: 0 0 0 10px;
    font-weight: bold;
}
.assignment-thumbnail-content .thumbnail-reviews {
    margin: 20px 0;
    border: 1px solid #ababab;
    border-radius: 10px;
    min-height: 100px;
    padding: 15px 25px;
}
.assignment-thumbnail-content .thumbnail-reviews p {
    font-size: 15px;
    color: #686868;
    margin: 0;
    font-weight: bold;
    line-height: 1.5;
}
.assignment-thumbnail-content .thumbnail-reviews.no-review {
    display: flex;
    align-items: center;
    justify-content: center;
}
.assignment-thumbnail-content .thumbnail-reviews.no-review .thumbnail-review-header {
    display: none;
}
.assignment-thumbnail-content .thumbnail-reviews.no-review .review-info {
    font-size: 22px;
    color: #818181;
}
.assignment-thumbnail-content .thumbnail-review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.assignment-thumbnail-content .thumbnail-review-header h3 {
    font-size: 22px;
    color: #262626;
    margin: 0;
}
.assignment-thumbnail-content .thumbnail-review-info {
    display: flex;
    align-items: center;
}
.assignment-thumbnail-content .thumbnail-review-images {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.assignment-thumbnail-content .thumbnail-review-images img {
    margin-left: 2px;
}
.assignment-thumbnail-content .thumbnail-review-info p {
    font-size: 22px;
    color: #262626;
    font-weight: bold;
}
.assignment-thumbnail-content .thumbnail-remove {
    display: block;
    max-width: 70px;
    margin-left: auto;
}
.assignment-thumbnail-content .thumbnail-remove img {
    width: 100%;
}
.journey-page #contents {
    padding: 150px 20px 150px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    position: relative;
    overflow: unset;
}
.journey-page .journey-process {
    width: calc(100% - 450px);
    padding-left: 50px;
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.journey-page .journey-process .title {
    position: relative;
    display: inline-block;
    margin: 20px 0 60px 0;
}
.journey-page .journey-process .title img {
    width: 100%;
    max-width: 450px;
}
.journey-page .journey-process .title h1 {
    font-size: 30px;
    color: #04588d;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 27px;
    text-align: center;
    width: 100%;
    margin: 0;
}
.journey-page .journey-process .journey-process-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.journey-page .journey-process .journey-process-item {
    width: 50%;
    margin-bottom: 45px;
    position: relative;
}
.journey-page .journey-process .journey-process-item.full {
    width: 100%;
}
.journey-page .journey-process .journey-process-item-info {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.journey-page .journey-process .journey-process-item img {
    width: 100%;
    max-width: 150px;
}
.journey-page .journey-process .journey-process-item .percent {
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: unset;  /* was 69 before then 43*/
    top: 140px;
    text-align: center;
    width: 100%;
    margin-left: 3px;
    color: white;
}
/*
.journey-page .journey-process .journey-process-item .label {
    font-size: 22px;
    color: #5e5e5e;
    margin-top: 15px;
    font-weight: bold;
    line-height: 1.2em; 
    height: 2.4em;     
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  
    text-overflow: ellipsis; 
}
*/
.journey-page .journey-process .journey-process-item .label {
    font-size: 22px;
    color: #5e5e5e;
    margin-top: 15px;
    font-weight: bold;
}

.journey-page .journey-process .journey-process-item.locked .label {
    color: #d1d1d1;
}
.journey-page .journey-process .journey-process-item.locked .journey-process-item-info {
    filter: sepia(0.4);
}
.journey-page .journey-right-block {
    width: 400px;
    /* position: -webkit-sticky;
    position: sticky; */
    top: 150px;
}
.journey-page .journey-skills-content {
    margin-left: 30px;
    background: #fbfbfb;
    text-align: center;
    padding: 10px 20px 20px 20px;
    box-shadow: 0px -7px 0px #fcdb04;
    border-radius: 16px;
    cursor: pointer;
    border: 5px solid #fcdb04;
}
.journey-page .journey-skills-content img {
    width: 100%;
    max-width: 75px;
}
.journey-page .journey-skills-content h2 {
    font-size: 35px;
    color: #eec21b;
    margin: 10px 0 30px 0;
}
.journey-page .process-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.journey-page .process-header p {
    font-size: 20px;
    color: #565656;
    margin: 0;
    font-weight: bold;
}
.journey-page .process-bar {
    position: relative;
    width: 100%;
    height: 16px;
    background: #ebebeb;
    border-radius: 8px;
}
.journey-page .process-bar-value {
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    border-radius: 8px;
    background: #39b54a;
}
.journey-page .journey-skill-level {
    background-image: url(../images/journey-popup-info1.png);
    width: 510px;
    height: 400px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99;
    left: calc(50% - 255px);
    top: calc(100% - 30px);
    display: none;
}
.journey-page .journey-skill-level.pink-bk {
    background-image: url(../images/journey-popup-info2.png);
}
.journey-page .journey-skill-level .journey-skill-level-content {
    width: 100%;
    max-width: 350px;
    position: relative;
}
.journey-page .journey-skill-level .level-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.journey-page .journey-skill-level .level-header .level-header-label {
    font-size: 25px;
    color: white;
}
.journey-page .journey-skill-level .level-header img {
    width: 33px;
    cursor: pointer;
}
.journey-page .journey-skill-level .level-proces-bar {
    position: relative;
    height: 14px;
    border-radius: 7px;
    background: rgba(246,128,198,0.5);
    width: 180px;
}
.journey-page .journey-skill-level .level-process-bar-value {
    border-radius: 7px;
    height: 100%;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
}
.journey-page .journey-skill-level .level-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
}
.journey-page .journey-skill-level .level-images img {
    width: 50px;
}
.journey-page .journey-skill-level .level-images img.mask {
    opacity: 0.5;
}
.journey-page .journey-skill-level a {
    background: #ffd227;
    width: 100%;
    height: 50px;
    border-radius: 16px;
    margin-bottom: 10px;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    text-decoration: unset;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    box-shadow: 0 -4px 2px #feef8e;
}
.journey-page .journey-skill-level a.blue-btn {
    background: #2e98ff;
    color: white;
    box-shadow: 0 -4px 2px #a3cdf5;
}
.journey-page .journey-skill-level p {
    font-size: 18px;
    color: white;
    margin: 0;
}
.journey-page .journey-skill-level.pink-bk a.blue-btn {
    color: #b2b2b2;
    box-shadow: 0 -4px 2px #ffffff;
    background: #f6f6f6;
}
.journey-page .journey-process .journey-process-item.active .journey-skill-level {
    display: flex;
}
.journey-page .journey-skill-level.unlock {
    width: 518px;
    height: 300px;
    background-image: url(../images/journey-popup-locked.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: calc(50% - 255px);
    top: calC(100% - 30px);
    display: none;
}
.journey-page .journey-skill-level-unlock-content {
    max-width: 350px;
    margin-top: -10px;
}
.journey-page .journey-process .journey-skill-level-unlock-content img {
    width: 60px;
    margin-bottom: 15px;
}
.journey-page .journey-skill-level-unlock-content p {
    font-size: 20px;
    color: #898989;
    margin: 0;
}
.journey-page .journey-process .journey-process-item.locked img {
    filter: grayscale(1);
}
.journey-page .journey-process .journey-process-item.checkout {
    margin: 15px 0 60px 0;
}
.journey-page .journey-process .journey-process-item.checkout img {
    max-width: 450px;
}
.journey-page .journey-skills .journey-skill-list-items {
    display: none;
}
.journey-page .journey-skills-content .close-btn {
    display: none;
}
.journey-page .process-header.hide {
    display: none;
}
.journey-page .journey-skills.open {
    width: 100%;
    position: absolute;
    right: 0;
    display: block;
}
.journey-page .journey-skills.open .journey-skills-content {
    max-width: 700px;
    margin: auto;
    padding-bottom: 0px;
    padding-top: 20px;
    position: relative;
}
.journey-page .journey-skills.open .process-header p.hide {
    display: none;
}
.journey-page .journey-skills.open .process-header {
    margin: 0px;
}
.journey-page .journey-skills.open .journey-skill-process {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin: 50px 0;
}
.journey-page .journey-skills.open .process-bar {
    margin-top: 5px;
    width: 65%;
}
.journey-page .journey-skills.open .journey-skill-list-items {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.journey-page .journey-skills.open .journey-skill-list-item {
    width: calc(50% - 40px);
    margin: 0 10px 30px 10px;
    text-align: left;
    background: white;
    border-radius: 16px;
    padding: 10px;
}
.journey-page .journey-skills.open .journey-skill-list-item-header {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #565656;
    font-weight: bold;
    margin-bottom: 10px;
}
.journey-page .journey-skills.open .journey-skill-list-item-header img {
    width: auto;
    margin-right: 20px;
}
.journey-page .journey-skills.open .journey-skill-list-item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.journey-page .journey-skills.open .journey-skill-list-item-bar {
    background: #dcdcdc;
    border-radius: 4px;
    width: calc(100% - 60px);
    height: 8px;
    position: relative;
}
.journey-page .journey-skills.open .journey-skill-list-item-bar .wrong-bar {
    background: #fd3f46;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.journey-page .journey-skills.open .journey-skill-list-item-bar .wrong-bar-value {
    position: absolute;
    left: 50%;
    top: -10px;
    background: #fd3f46;
    font-size: 17px;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    padding: 5px;
}
.journey-page .journey-skills.open .journey-skill-list-item-bar .correct-bar {
    height: 100%;
    background: #a0e248;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.journey-page .journey-skills.open .journey-skill-list-item-bar .correct-bar-value {
    position: absolute;
    left: 50%;
    top: -10px;
    background: #a0e248;
    font-size: 17px;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    padding: 5px;
}
.journey-page .journey-skills.open .journey-skill-list-item-value {
    font-size: 17px;
    color: #8dc63f;
    font-weight: bold;
    margin: 0;
}
.journey-page .journey-skills.open .journey-skill-list-item.stats {
    background: #f7941d;
    font-size: 30px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    height: 65px;
    box-shadow: 0 3px 1px #cc7c1c;
    cursor: pointer;
}
.journey-page .journey-skills.open .journey-skill-list-item.stats img {
    max-width: 50px;
    margin-right: 20px;
}
.journey-page .journey-skills.open .journey-skills-content .close-btn {
    max-width: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: block;
}
.journey-page .journey-skills .journey-skills-content canvas {
    height: 300px !important;
}
.journey-page .journey-skills.open .journey-skills-content canvas {
    height: 600px !important;
}
.journey-page .journey-skills.open .process-header.hide {
    display: block;
}
.journey-page .journey-stats {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(255,255,255,0.9);
    width: 100%;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
}
.journey-page .journey-stats-content {
    max-width: 1000px;
    margin: auto;
    width: 100%;
    background: white;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    padding: 20px 15px 30px 15px;
    text-align: center;
    position: relative;
}
.journey-page .journey-stats-content img {
    max-width: 80px;
}
.journey-page .journey-stats-content .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    cursor: pointer;
}
.journey-page .journey-stats-content h1 {
    font-size: 30px;
    color: #04588d;
    margin: 10px 0 20px 0;
}
.journey-page .journey-stats-content .journey-stats-items {
    background: #f4f4f4;
    border-radius: 15px;
    padding: 40px 50px 20px 50px;
}
.journey-page .journey-stats-content .journey-stats-items th {
    border: none;
    font-size: 25px;
    color: #04588d;
}
.journey-page .journey-stats-content .journey-stats-items th .mobile {
    display: none;
}
.journey-page .journey-stats-content .journey-stats-items th:nth-child(3),
.journey-page .journey-stats-content .journey-stats-items th:nth-child(4) {
    text-align: center;
}
.journey-page .journey-stats-content .journey-stats-items .stats-item-label td {
    border: none;
    font-size: 16px;
    color: #134f64;
    font-weight: bold;
    padding: 10px 10px 10px 20px;
}
.journey-page .journey-stats-content .stats-item-label {
    background: #f8e07c;
    border-radius: 10px;
    display: flex;
    margin: 5px 0;
}
.journey-page .journey-stats-content .stats-item-value {
    border-bottom: 2px dotted #e5e5e5;
    background: transparent;
    width: 100%;
    display: flex;
    cursor: pointer;
    transition-duration: 0.3s;
}
.journey-page .journey-stats-content .stats-item-value:hover {
    background: #fccd04;
    border-radius: 10px;
}
.journey-page .journey-stats-content .journey-stats-items .stats-item-value td {
    font-size: 16px;
    font-weight: bold;
    color: #134f64;
    text-align: center;
    border: none;
    padding: 10px 0;
}
.journey-page .journey-stats-content .journey-stats-items .stats-item-value td:nth-child(1) {
    width: 15%;
}
.journey-page .journey-stats-content .journey-stats-items .stats-item-value td:nth-child(2) {
    color: #535353;
    font-weight: normal;
    text-align: left;
    width: 45%;
}
.journey-page .journey-stats-content .journey-stats-items .stats-item-value td:nth-child(3),
.journey-page .journey-stats-content .journey-stats-items .stats-item-value td:nth-child(4) {
    width: 20%;
}
.journey-page .journey-stats-content .journey-stats-items .stats-item-value.space td {
    padding: 2px 0;
}
.journey-page .journey-stats-content .journey-stats-items thead {
    display: block;
}
.journey-page .journey-stats-content .journey-stats-items thead tr {
    width: 100%;
    display: flex;
}
.journey-page .journey-stats-content .journey-stats-items th:nth-child(1) {
    width: 15%;
}
.journey-page .journey-stats-content .journey-stats-items th:nth-child(2) {
    width: 45%;
}
.journey-page .journey-stats-content .journey-stats-items th:nth-child(3),
.journey-page .journey-stats-content .journey-stats-items th:nth-child(4) {
    width: 20%;
}
.journey-page .journey-stats-content .journey-stats-items tbody {
    display: block;
    height: 500px;
    overflow-y: scroll;
    width: 100%;
    padding-right: 20px;
    min-height: 50vh;
    max-height: 60vh;
}
.journey-page .journey-stats-content .journey-stats-items tbody::-webkit-scrollbar {
    width: 15px;
}
.journey-page .journey-stats-content .journey-stats-items tbody::-webkit-scrollbar-track {
    background: transparent;
}
.journey-page .journey-stats-content .journey-stats-items tbody::-webkit-scrollbar-thumb {
    background: #04588d;
    border-radius: 8px;
}
.journey-page .journey-stats-content .journey-stats-items tbody::-webkit-scrollbar-thumb:hover {
    background: #04588d;
}
.journey-page .journey-stats.open {
    display: flex;
}
.journey-page.open {
    overflow-y: hidden !important;
}
.journey-page .journey-skill-button {
    display: none;
}
.login-new a {
    opacity: 1 !important;
}
.login-new-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
.login-new-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 80px;
}
.login-new-header-content img {
    width: 30px;
}
.login-new-header-content .header-btn {
    font-size: 20px;
    color: #0574ba;
    text-decoration: unset;
    width: 165px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 3px solid #0574ba;
    box-shadow: 0 2px 0px #0574ba;
}
.login-new-section {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-new-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 820px;
    padding: 50px;
}
.login-new-section .login-image {
    width: 100%;
    max-width: 310px;
}
.login-new-section .login-info {
    width: calc(100% - 370px);
}
.login-new-section .login-info h1 {
    font-size: 40px;
    color: #0574ba;
    margin: 0 0 50px 0;
}
.login-new-section .login-info form .form-row {
    margin-bottom: 5px;
    position: relative;
}
.login-new-section .login-info form .input-validate {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.login-new-section .login-info form .input-validate img {
    cursor: pointer;
}
.login-new-section .login-info form .input-validate .login-message {
    background-image: url(../images/login-message.png);
    position: absolute;
    bottom: calc(100% + 5px);
    width: 205px;
    height: 87px;
    align-items: flex-start;
    justify-content: center;
    left: -85px;
    display: none;
}
.login-new-section .login-info form .input-validate .login-message p {
    margin: 0;
    font-size: 15px;
    color: #464646;
    font-style: italic;
    text-align: center;
    height: 65px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.login-new-section .login-info form .input-validate:hover .login-message {
    display: flex;
}
.login-new-section .login-info form input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: #f2f2f2;
    border-radius: 15px;
    font-size: 18px;
    color: #989898;
    padding: 0 20px;
}
.login-new-section .login-info form button {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #0574ba;
    border: unset;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 20px;
    color: white;
    cursor: pointer;
    box-shadow: 0 2px 0px #04588d;
    -webkit-appearance: none;
}
.login-new-section .login-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 25px 0;
}
.login-new-section .login-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    height: 55px;
    border-radius: 20px;
    border: 3px solid #0574ba;
    box-shadow: 0 2px 0px #0574ba;
    font-size: 20px;
    color: #0574ba;
    text-decoration: unset;
    font-weight: bold;
}
.login-new-section .login-buttons a img {
    margin-right: 10px;
}
.login-new-section .login-info p {
    font-size: 16px;
    color: #a0a0a0;
}
.login-new-section .login-info p a {
    color: #646464;
    text-decoration: unset;
}
.login-new-footer {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: calc(100% - 40px);
    padding: 0 20px;
    z-index: 999;
}
.login-new-footer-content {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 4px solid #f6f6f6;
    margin: auto;
    padding-top: 30px;
}
.login-new-footer-items {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #bcbcbc;
}
.login-new-footer-items a {
    color: #bcbcbc;
    text-decoration: unset;
}
.login-new-footer-items span {
    margin: 0 15px;
}
.login-new-footer-content p {
    font-size: 20px;
    color: #bcbcbc;
    margin: 0px;
}
.profile-new-content a {
    opacity: 1 !important;
}
.profile-new-content {
    padding: 200px 20px 100px 20px;
    max-width: 1200px;
    margin: auto;
}
.profile-new-content .profile-new-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-new-content .profile-new-header.mobile {
    display: none;
}
.profile-new-content .profile-left {
    display: flex;
    align-items: flex-start;
}
.profile-new-content .profile-left img {
    width: 170px;
    border-radius: 50%;
    margin-right: 40px;
}
.profile-new-content .profile-new-info .username {
    font-size: 45px;
    color: #000000;
    font-weight: bold;
}
.profile-new-content .profile-new-info .fullname {
    font-size: 18px;
    color: #00aeef;
    font-weight: bold;
    margin: 5px 0 10px 0;
}
.profile-new-content .profile-new-info .member {
    font-size: 16px;
    color: #999999;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.profile-new-content .profile-new-info .member img,
.profile-new-content .profile-new-info .posting img {
    width: 20px;
    margin-right: 10px;
    border-radius: unset;
}
.profile-new-content .profile-new-info .posting {
    font-size: 16px;
    color: #999999;
    display: flex;
    align-items: center;
}
.profile-new-content .profile-new-info .posting span {
    margin: 0 5px;
}
.profile-new-content .profile-right {
    display: flex;
    align-items: center;
}
.profile-new-content .profile-right img {
    max-width: 110px;
}
.profile-new-content .profile-right span {
    width: 3px;
    background: #ececec;
    height: 40px;
    margin: 0 30px;
}
.profile-new-content .profile-right a {
    background: #00aeef;
    width: 140px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 15px;
    color: white;
    text-decoration: unset;
    border: 2px solid #0574ba;
    box-shadow: 0 2px 0 #0574ba;
}
.profile-new-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 70px;
}
.profile-new-bottom-left {
    width: calc(65% - 35px);
    padding-right: 35px;
}
.profile-new-bottom h2 {
    font-size: 25px;
    color: #000000;
    margin: 0 0 20px 0;
}
.profile-statistics-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    margin-bottom: 25px;
}
.profile-statistics-item {
    border: 3px solid #ebebeb;
    border-radius: 16px;
    text-align: center;
    padding: 15px 10px;
    box-shadow: 0 2px 0 #ebebeb;
}
.profile-statistics-item:nth-child(2) {
    border-color: #21e681;
    box-shadow: 0 2px 0 #21e681;
}
.profile-statistics-item:nth-child(3) {
    border-color: #cf57ed;
    box-shadow: 0 2px 0 #cf57ed;
}
.profile-statistics-item:nth-child(4) {
    border-color: #ff9727;
    box-shadow: 0 2px 0 #ff9727;
}
.profile-statistics-item-image {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.profile-statistics-item img {
    max-height: 100%;
}
.profile-statistics-item p {
    font-size: 30px;
    color: #fcdb04;
    margin: 0 0 3px 0;
}
.profile-statistics-item:nth-child(2) p {
    color: #21e681;
}
.profile-statistics-item:nth-child(3) p {
    color: #cf57ed;
}
.profile-statistics-item:nth-child(4) p {
    color: #ff9727;
}
.profile-statistics-item span {
    font-size: 15px;
    color: #999999;
}
.profile-statistics-item h3 {
    font-size: 15px;
    color: #3bac70;
    margin: 3px 0 0 0;
}
.profile-assignments {
    margin: 50px 0 60px 0;
}
.profile-assignments-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
}
.profile-assignments-item {
    height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}
.profile-assignments-item div {
    font-size: 40px;
    font-weight: bold;
}
.profile-assignments-item p {
    font-size: 15px;
    color: #999999;
    margin: 0;
}
.profile-assignments-item:nth-child(1) {
    border: 3px solid #00a651;
    box-shadow: 0 2px 0 #00a651;
}
.profile-assignments-item:nth-child(2) {
    border: 3px solid #edc82e;
    box-shadow: 0 2px 0 #edc82e;
}
.profile-assignments-item:nth-child(3) {
    border: 3px solid #f26d7d;
    box-shadow: 0 2px 0 #f26d7d;
}
.profile-assignments-item:nth-child(1) div {
    color: #00a651;
}
.profile-assignments-item:nth-child(2) div {
    color: #edc82e;
}
.profile-assignments-item:nth-child(3) div {
    color: #f26d7d;
}
.profile-total-progress .profile-total-progress-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-total-progress-bar {
    background: #ececec;
    height: 12px;
    border-radius: 6px;
    position: relative;
}
.profile-total-progress-bar-value {
    background: #39b54a;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 6px;
}
.profile-performances {
    margin-top: 70px;
}
.profile-performance-item {
    background: #f6f6f6;
    margin-bottom: 20px;
    border-radius: 16px;
    padding: 20px 40px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-performance-item img {
    width: 40px;
}
.profile-performance-item h3 {
    font-size: 20px;
    color: #565656;
    margin: 0 5px 0 35px;
    width: 130px;
}
.profile-performance-item p {
    font-size: 17px;
    color: #8dc63f;
    font-weight: bold;
    margin: 0 0 0 10px;
}
.profile-performance-item .profile-performance-bar {
    height: 8px;
    background: #dcdcdc;
    border-radius: 4px;
    width: calc(100% - 270px);
    position: relative;
}
.profile-performance-item .profile-performance-bar .wrong-bar {
    background: #fd3f46;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 4px;
}
.profile-performance-item .profile-performance-bar .wrong-bar-value {
    font-size: 17px;
    color: white;
    position: absolute;
    width: 18px;
    height: 24px;
    background: #fd3f46;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -8px;
}
.profile-performance-item .profile-performance-bar .correct-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 4px;
    background: #a0e248;
}
.profile-performance-item .profile-performance-bar .correct-bar-value {
    font-size: 17px;
    color: white;
    position: absolute;
    height: 24px;
    background: #a0e248;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -8px;
    padding: 0 3px;
}
.profile-new-bottom-right {
    width: 35%;
}
.profile-connections {
    border: 3px solid #ebebeb;
    box-shadow: 0 2px 0 #ebebeb;
    border-radius: 16px;
    padding-top: 30px;
}
.profile-connection-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 15px 15px;
}
.profile-connection-header h3 {
    font-size: 20px;
    color: #999999;
    margin: 0;
    width: calc(50% - 5px);
    text-align: center;
    border-bottom: 4px solid #f1f1f1;
    padding-bottom: 10px;
    cursor: pointer;
}
.profile-connection-header h3.active {
    color: #edc82e;
    border-color: #edc82e;
}
.profile-connection-items {
    display: none
}
.profile-connection-items.active {
    display: block;
}
.profile-connection-item {
    padding: 15px 30px;
    border-bottom: 4px solid #f1f1f1;
    display: flex;
    align-items: center;
}
.profile-connection-item img {
    width: 65px;
    border-radius: 50%;
    margin-right: 25px;
}
.profile-connection-item h4 {
    font-size: 20px;
    color: #5b5b5b;
    margin: 0 0 5px 0;
}
.profile-connection-item p {
    margin: 0;
    font-size: 15px;
    color: #999999;
}
.header-new .header-users {
    position: relative;
    cursor: pointer;
}
.header-new .arrow-icon {
    border-radius: unset !important;
    position: absolute;
    right: 17px;
    top: calc(100% + 10.5px);
    z-index: 9;
    width: 21px !important;
    display: none;
}
.header-new .header-dropdown {
    position: absolute;
    width: 230px;
    background: #f2f2f2;
    border-radius: 16px;
    border: 3px solid #4e9cce;
    box-shadow: 0 2px 0 #4e9cce;
    right: -10px;
    top: calc(100% + 17px);
    display: none;
}
.header-new .header-users.active .arrow-icon,
.header-new .header-users.active .header-dropdown {
    display: block;
}
.header-new .header-dropdown a {
    font-size: 20px;
    color: #676767;
    text-decoration: unset;
    display: block;
    padding: 20px;
    border-bottom: 3px solid #4e9cce;
}
.header-new .header-dropdown a:last-child {
    border: unset;
}
.body-overlap {
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    height: 100vh;
    background: rgba(225,225,225,0.5);
    z-index: 999;
    display: none;
}
body.overlap {
    overflow: hidden;
}
body.overlap .body-overlap {
    display: block;
}
body.overlap .header-content {
    border-bottom: unset;
}
.header-new .header-info-btn {
    margin-right: 20px;
    cursor: pointer;
}
.header-info-window {
    position: absolute;
    left: 0;
    top: calc(100% - 4px);
    width: 100%;
    z-index: 9;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    border-radius: 16px;
    display: none;
}
.header-info-window.active {
    display: block;
}
.header-info-content {
    border: 3px solid #eec21b;
    border-radius: 16px;
    background: #f3f3f3;
    padding: 70px 50px 50px 50px;
}
.header-info-window h1 {
    font-size: 40px;
    color: #5e5e5e;
    margin: 0;
}
.header-info-window .desc {
    font-size: 20px;
    color: #656565;
    margin: 40px 0 60px 0;
}
.header-info-window h2 {
    font-size: 30px;
    color: #656565;
    margin: 0;
}
.header-info-block {
    margin: 30px 0 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-info-items {
    max-width: 400px;
}
.header-info-item {
    display: flex;
    align-items: flex-start;
    font-size: 17px;
    color: #656565;
    margin-bottom: 25px;
}
.header-info-item img {
    margin-right: 20px;
    margin-top: 3px;
}
.header-info-item:last-child {
    margin-bottom: 0;
}
.header-info-chart {
    display: flex;
    align-items: center;
    width: 450px;
}
.header-info-chart img {
    margin-right: 100px;
}
.header-info-chart p {
    font-size: 20px;
    color: #656565;
    margin: 0 0 15px 0;
    position: relative;
}
.header-info-chart p:last-child {
    margin-bottom: 0;
}
.header-info-chart p:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 2px;
}
.header-info-chart p:nth-child(1):before {
    background: #f7941d;
}
.header-info-chart p:nth-child(2):before {
    background: #00bff3;
}
.header-info-chart p:nth-child(3):before {
    background: #abda4d;
}
.header-info-chart p:nth-child(4):before {
    background: #ec1795;
}
.header-info-bottom-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-info-bottom-item {
    display: flex;
    align-items: flex-start;
    max-width: 450px;
}
.header-info-bottom-item img {
    margin-right: 45px;
}
.header-info-bottom-item p {
    font-size: 17px;
    color: #656565;
    margin: 0;
}
.header-info-arrow {
    position: absolute;
    top: calc(100% - 20px);
    right: 429px;
    z-index: 99;
    width: 60px;
    display: none;
}
.header-info-arrow.active {
    display: block;
}
.journey-page .journey-skill-level .level-popup {
    background: white;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    position: absolute;
    left: -25px;
    top: 50px;
    width: calc(100% + 50px);
    display: none;
}
.journey-page .journey-skill-level .level-popup:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    right: 25px;
    top: -9px;
}
.journey-page .journey-skill-level .level-popup p {
    color: #f7941c;
    font-size: 20px;
    max-height: 90%;
    overflow-y: auto;
    padding: 0 35px;
    margin: 0 5px;
}
.journey-page .journey-skill-level .level-popup p::-webkit-scrollbar {
    width: 5px;
}
.journey-page .journey-skill-level .level-popup p::-webkit-scrollbar-track {
    background: transparent;
}
.journey-page .journey-skill-level .level-popup p::-webkit-scrollbar-thumb {
    background: #f7941d;
    border-radius: 10px;
}
.journey-page .journey-skill-level .level-popup p::-webkit-scrollbar-thumb:hover {
    background: #f7941d;
}
.journey-page .journey-skill-level .journey-skill-level-content.active .level-popup {
    display: flex;
}
.skill-info-window {
    position: absolute;
    left: -50px;
    top: 90px;
    width: calc(100% + 100px);
    background: white;
    border-radius: 16px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: none;
}
.skill-info-window:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    left: 65px;
    top: -13px;
}
.skill-info-content {
    padding: 60px 50px;
    text-align: left;
}
.skill-info-window h1 {
    font-size: 30px;
    color: #656565;
    margin: 0 0 50px 0;
    max-width: 500px;
}
.skill-info-window p {
    font-size: 20px;
    color: #656565;
    margin: 0;
}
.skill-info-window h2 {
    font-size: 30px !important;
    color: #656565 !important;
    margin: 0 0 35px 0 !important;
}
.skill-info-window .skill-info-block {
    margin: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.skill-info-window .skill-info-desc {
    padding-left: 30px;
    padding-right: 10px;
}
.skill-info-window .skill-info-desc div {
    font-size: 20px;
    color: #656565;
    margin-bottom: 50px;
    position: relative;
}
.skill-info-window .skill-info-desc div:before {
    content:"";
    position: absolute;
    left: 0;
    top: -15px;
    width: 90px;
    height: 8px;
    border-radius: 4px;
}
.skill-info-window .skill-info-desc div:nth-child(1):before {
    background: #a0e248;
}
.skill-info-window .skill-info-desc div:nth-child(2):before {
    background: #fd3f46;
}
.skill-info-window .skill-info-desc div:nth-child(3) {
    margin-bottom: 0px;
}
.skill-info-window .skill-info-desc div:nth-child(3):before {
    background: #dcdcdc;
}
.skill-info-window .skill-info-items {
    max-width: 400px;
}
.skill-info-window .skill-info-item {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    color: #656565;
    margin-bottom: 20px;
}
.skill-info-window .skill-info-item img {
    width: auto;
    margin-right: 15px;
    margin-top: 3px;
}
.skill-info-window .skill-info-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
}
.skill-info-window .skill-info-bottom div {
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #656565;
}
.skill-info-window .skill-info-bottom img {
    width: 60px;
}
.skill-info-window .skill-info-bottom p {
    max-width: 520px;
}
.journey-page .journey-skills-content .skill-info-btn {
    position: absolute;
    left: 30px;
    top: 25px;
    width: auto;
    cursor: pointer;
    display: none;
}
.journey-page .journey-skills-content .skill-info-btn.active {
    display: block;
}
.skill-info-window.active {
    display: block;
}
.edit-profile-new .header-new .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.edit-profile-new-content {
    max-width: 450px;
    margin: auto;
    padding: 200px 20px 100px 20px;
}
.edit-profile-new-content h1 {
    font-size: 40px;
    color: #010101;
    margin: 0;
}
.edit-profile-new-content .add-photo {
    margin: 50px 0 25px 0;
    position: relative;
    height: 110px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f4f4f4;
    flex-direction: column;
    cursor: pointer;
}
.edit-profile-new-content .add-photo i {
    font-size: 1vw;
    background-color: #02ca07;
    color: #f4f4f4;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.edit-profile-new-content .add-photo span {
    font-size: 12px;
    color: #706f6f;
}
.edit-profile-new-content .add-photo .add-photo-change {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
}
.edit-profile-new-content .add-photo .add-photo-change span {
    font-size: 15px;
    color: #03456f;
    font-weight: bold;
    width: 80px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fccd04;
    border-radius: 10px;
}
.edit-profile-new-content .add-photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.edit-profile-new-content form {

}
.edit-profile-new-content .form-row {
    margin-bottom: 20px;
}
.edit-profile-new-content .form-row p {
    font-size: 14px;
    color: #706f6f;
    margin: 0 0 8px 10px;
}
.edit-profile-new-content .form-column {
    width: calc(50% - 5px);
    display: inline-block;
    padding-right: 5px;
}
.edit-profile-new-content .form-column:last-child {
    padding-right: 0;
    padding-left: 5px;
}
.edit-profile-new-content .form-control {
    position: relative;
}
.edit-profile-new-content .form-control input,
.edit-profile-new-content .form-control textarea {
    border: none;
    height: 44px;
    border-radius: 15px;
    background: #f2f2f2;
    width: 100%;
    outline: none;
    resize: none;
    padding: 0 45px;
    color: #242424;
    font-weight: 600;
}
.edit-profile-new-content .input-validate {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.edit-profile-new-content .input-validate img {
    cursor: pointer;
}
.edit-profile-new-content .input-validate .login-message {
    background-image: url(../images/login-message.png);
    position: absolute;
    bottom: calc(100% + 5px);
    width: 205px;
    height: 87px;
    align-items: flex-start;
    justify-content: center;
    left: -85px;
    display: none;
}
.edit-profile-new-content .input-validate .login-message p {
    margin: 0;
    font-size: 15px;
    color: #464646;
    font-style: italic;
    text-align: center;
    height: 65px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.edit-profile-new-content .input-validate:hover .login-message {
    display: flex;
}
.edit-profile-new-content .form-image {
    position: absolute;
    left: 15px;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}
.edit-profile-new-content .form-row.bio textarea {
    height: 120px;
    padding-top: 15px;
}
.edit-profile-new-content .form-row.bio .form-image {
    height: auto;
    top: 20px;
}
.edit-profile-new-content button {
    cursor: pointer;
    height: 55px;
    width: 100%;
    background: #00aeef;
    border: none;
    border-radius: 23px;
    font-size: 20px;
    color: white;
    font-weight: 600;
    box-shadow: 0px -3px 0 #6ad6ff;
}
.edit-profile-new-content h2 {
    font-size: 20px;
    color: #010101;
    margin: 0;
    height:100px;
    visibility: hidden;
}
.add-photo-new-window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}
.add-photo-new-window.active {
    display: flex;
}
.add-photo-new-window #test-photo {
    display: none;
}
.add-photo-content {
    max-width: 700px;
    padding: 20px;
    width: 100%;
}
.add-photo-content #drop-area {
    width: 100%;
    margin: 0 0 10px 0;
    border-radius: 10px;
}
.add-photo-content #drop-area form {
    margin: 20px 0;
    font-size: 16px;
}
.add-photo-content #drop-area form img {
    width: 85px;
    margin-bottom: 15px;
    height: auto;
    cursor: pointer;
}
.add-photo-content #drop-area form p {
    margin: 5px 0 0 0;
}
.add-photo-content #list {
    border: 1px solid grey;
    height: 250px;
    border-radius: 10px;
}
.add-photo-content #list img {
    height: 100%;
    margin: auto;
}
.add-photo-content .added-photo-name {
    font-size: 14px;
    color: #3a3a3a;
    margin: 10px 0;
}
.add-photo-content .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-photo-content .buttons div {
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 5px;
    cursor: pointer;
}
.add-photo-content .buttons #cancel-btn {
    background: #00aeef;
    color: white;
}
.add-photo-content .buttons #crop-btn {
    background: #fccd04;
    color: #3e3e3e;
}
.add-photo-content canvas {
    display: none;
}
.edit-profile-new-content .add-photo.photo-added:hover .add-photo-change {
    display: flex;
    z-index: 9;
}
.login-new-section .login-alert {
    font-size: 16px;
    border: 1px solid #00aeef;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.login-new-section .login-alert.wrong {
    background-color: #f2dede;
    color: #a94545;
}
.login-new-section .login-alert.success {
    color: #008100;
    background-color: #92fc92;
}
.journey-page .end-sesson-tip-content {
    width: 100%;
    max-width: 800px;
    padding: 20px 20px 50px 20px;
    border-radius: 15px;
    box-shadow: rgb(149 157 165 / 20%) 0px 0px 20px;
}
.journey-page .end-sesson-tip-content .close-btn {
    width: 40px;
    margin-left: auto;
    cursor: pointer;
}
.journey-page .end-sesson-tip-content .close-btn img {
    width: 100%;
}
.journey-page .end-sesson-tip-content h1 {
    font-size: 45px;
    font-family: 'Rubik Regular';
    margin-top: 30px;
    letter-spacing: 0px;
}
.journey-page .end-sesson-tip .pick-photo {
    margin: 30px auto;
    max-width: 650px;
}
.journey-page .pick-photo-link {
    margin-bottom: 15px;
}
.journey-page .pick-photo-item.new {
    margin-right: 10px;
}
.journey-page .pick-photo-item.right.new {
    margin-right: 0px !important;
    margin-left: 10px;
}
.journey-page .pick-photo-item.new img {
    box-shadow: 0px 2px 6px 0vw rgb(0 0 0 / 20%);
}
.journey-page .pick-photo-link img:hover {
    box-shadow: 0px 0 5px 3px rgb(251 207 17 / 70%) !important;
}
.pick-photo-link .pick-icons {
    width: 30px;
}
.journey-page .pick-photo-link .pick-icons img {
    box-shadow: unset !important;
}
.journey-page .pick-photo-item .gallery-zoom {
    font-size: 14px;
}
.journey-page .pick-photo-info {
    max-width: 650px;
    margin: auto;
    display: flex;
    align-items: center;
}
.journey-page .pick-photo-info img {
    width: 130px;
    margin-right: 50px;
}
.journey-page .pick-photo-info .pick-photo-info-content {
    width: calc(100% - 180px);
    max-width: 550px;
}
.journey-page .pick-photo-info h2 {
    font-size: 22px;
    color: #e9bd00;
    margin: 0;
}
.journey-page .pick-photo-info p {
    font-size: 16px;
    color: #484848;
    margin: 0;
    line-height: 1.5;
}
.journey-page .zoom-window.new .zoom-resize {
    width: 20px;
}
.journey-page .zoom-window.new .zoom-resize img {
    display: block !important;
}
.journey-page .zoom-window.new .zoom-close {
    width: 20px;
}
.journey-page .end-session-tip-item-info {
    display: none;
}
.journey-page .end-sesson-tip .pick-photo.portrait {
    max-width: 450px;
}
.welcome-page {
    background-image: url(../images/welcome-bk.png);
    background-size: cover;
    background-position: center;
    padding: 0 20px;
}
.welcome-page .welcome-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 100vh;
}
.welcome-page .welcome-header {
    position: absolute;
    top: 40px;
    left: 80px;
}
.welcome-page .welcome-header a {
    opacity: 1 !important;
}
.welcome-page .welcome-header img {
    max-width: 100%;
}
.welcome-page .welcome-mobile {
    display: none;
}
.welcome-page .welcome-image {
    max-width: calc(100% - 500px)
}
.welcome-page .welcome-content {
    width: 500px;
}
.welcome-page h1 {
    font-size: 64px;
    color: #010101;
    margin: 0;
    font-family: Swatchit;
    font-weight: 100;
}
.welcome-page p {
    font-size: 32px;
    color: #010101;
    margin: 0;
}
.welcome-page .welcome-content a {
    width: 400px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin: auto;
    font-size: 20px;
    text-decoration: unset;
    opacity: 1 !important;
    font-weight: bold;
}
.welcome-page .welcome-content a.start-btn {
    background: #0574ba;
    color: white;
    margin: 100px auto 20px auto;
    border: 2px solid #04588d;
    box-shadow: 0 2px 0 #04588d;
}
.welcome-page .welcome-content a.account-btn {
    background: #fccd04;
    color: #0574ba;
    border: 2px solid #cfa800;
    box-shadow: 0 2px 0 #cfa800;
}
.welcome-page .welcome-footer {
    position: absolute;
    bottom: 20px;
    left: 80px;
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.welcome-page .welcome-footer-items {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.welcome-page .welcome-footer-items.mobile {
    display: none;
}
.welcome-page .welcome-footer-items a {
    font-size: 15px;
    text-decoration: unset;
    color: black;
    margin-right: 15px;
    opacity: 1 !important;
}
.welcome-page .welcome-footer-left p {
    font-size: 12px;
    color: #635102;
}
.welcome-page .welcome-social-items {
    display: flex;
    align-items: center;
}
.welcome-page .welcome-social-items a {
    font-size: 16px;
    background: #1b79bc;
    border-radius: 50%;
    margin-left: 15px;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: unset;
    opacity: 1 !important;
}
.lesson-complete-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lesson-complete-page .lesson-container {
    padding: 20px;
    text-align: center;
}
.lesson-complete-page h1 {
    font-size: 40px;
    color: #363636;
    margin: 0;
    text-align: center;
}
.lesson-complete-page .complete-image {
    width: 100%;
    max-width: 400px;
    margin: 40px auto;
}
.lesson-complete-page .complete-items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -15px;
}
.lesson-complete-page .complete-item {
    margin: 0 15px;
    position: relative;
}
.lesson-complete-page .complete-item img {
    height: 170px;
}
.lesson-complete-page .complete-item img.mobile-icon {
    display: none;
}
.lesson-complete-page .complete-item-info {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
}
.lesson-complete-page .complete-item h2 {
    font-size: 35px;
    color: #04588d;
    text-align: center;
    margin: 0;
    line-height: 1;
}
.lesson-complete-page .complete-item p {
    font-size: 18px;
    color: #aaaaaa;
    margin: 5px 0 0 0;
}
.lesson-complete-page .complete-item p.mobile {
    display: none;
}
.lesson-complete-page .complte-button {
    width: 180px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 22px;
    text-decoration: unset;
    opacity: 1 !important;
    font-weight: bold;
    background: #fccd04;
    color: #212121;
    box-shadow: 0 3px 0 #cfa800;
    margin: 100px 0 0 auto;
}
.lesson-complete-page.quiz .complete-image {
    max-width: 420px;
}
.lesson-complete-page.quiz .complte-button {
    margin: 100px auto 0 auto;
}
.select-lesson-page {
    padding: 20px;
    max-width: 500px;
    width: 100%;
    height: calc(100vh - 40px);
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
}
.select-lesson-page .lesson-container {
    width: 100%;
}
.select-lesson-page .back-btn {
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 20px;
    color: #d1d1d1;
    text-decoration: unset;
    line-height: 1;
    opacity: 1 !important;
}
.select-lesson-page .back-btn img {
    max-width: 100%;
    margin: 0px 5px -3px 0px;
}
.select-lesson-page h1 {
    font-size: 40px;
    color: #363636;
    text-align: center;
    margin: 0 0 60px 0;
}
.select-lesson-page h2 {
    font-size: 22px;
    text-align: left;
    color: #363636;
    margin: 0;
}
.select-lesson-page .select-lesson-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}
.select-lesson-page .select-lesson-item {
    border: 3px solid #ebebeb;
    border-radius: 16px;
    padding: 20px 30px;
    text-align: center;
}
.select-lesson-page .select-lesson-item img {
    max-width: 100%;
}
.select-lesson-page .select-lesson-item.first img {
    margin-top: 10px;
}
.select-lesson-page .select-lesson-item.first h2 {
    margin: 30px 0 20px 0;
}
.select-lesson-page .select-lesson-item.second h2 {
    margin: 50px 0 60px 0;
}
.select-lesson-page .item-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.select-lesson-page .next-button {
    opacity: 1 !important;
}
.select-lesson-page .next-button img {
    max-width: 100%;
    margin: 0px !important;
}
.select-lesson-page .recomment-button {
    font-size: 15px;
    color: #fccd04;
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 1 !important;
}
.select-lesson-page .recomment-button img {
    max-width: 100%;
    margin: 0 0 0 5px !important;
}
.select-lesson-page .lesson-tooltip {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.75);
    display: none;
}
.select-lesson-page.active .lesson-tooltip {
    display: flex
}
.select-lesson-page .lesson-tooltip-content {
    position: relative;
    margin-left: -150px;
    margin-top: 260px;
}
.select-lesson-page .lesson-tooltip-content img {
    max-width: 100%;
}
.select-lesson-page .lesson-tooltip-content p {
    font-size: 16px;
    color: #464646;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 20px;
    width: calc(100% - 30px);
}
.profile-quiz-block {
    border: 3px solid #00c6ff;
    border-radius: 16px;
    box-shadow: 0 2px 0 #00c6ff;
    padding: 0 20px 15px 20px;
    display: flex;
    align-items: center;
}
.profile-quiz-block .profile-quiz-title {
    width: 100px;
    text-align: center;
}
.profile-quiz-block .profile-quiz-title img {
    max-width: 100%;
    margin-bottom: 25px;
}
.profile-quiz-block .profile-quiz-title p {
    font-size: 15px;
    color: #999999;
    margin: 0;
}
.profile-quiz-block .profile-quiz-items {
    width: calc(100% - 125px);
    display: flex;
    overflow-x: auto;
    padding: 20px 0;
    margin-left: 25px;
}
.profile-quiz-block .profile-quiz-item {
    padding: 0 25px;
    text-align: center;
    width: 70px;
    border-right: 2px solid rgba(0,198,255,0.2);
    flex-shrink: 0;
}
.profile-quiz-block .profile-quiz-item:first-child {
    margin-left: -25px;
}
.profile-quiz-block .profile-quiz-item:last-child {
    border: none;
}
.profile-quiz-block .profile-quiz-item .quiz-number {
    font-size: 30px;
    color: #a9a9a9;
    margin: 0;
}
.profile-quiz-block .profile-quiz-item .quiz-percent {
    font-size: 30px;
    color: #00c6ff;
    margin: 15px 0 5px 0;
}
.profile-quiz-block .profile-quiz-item .quiz-text {
    font-size: 15px;
    color: #999999;
    margin: 0;
}
.profile-quiz-block .profile-quiz-items::-webkit-scrollbar {
    height: 8px;
}
.profile-quiz-block .profile-quiz-items::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
}
.profile-quiz-block .profile-quiz-items::-webkit-scrollbar-thumb {
    background-color: #00c6ff;
    border-radius: 10px;
}
.pick-photo-final.new .pick-photo-tooltip {
    border: 2px solid #f4f4f4;
    box-shadow: 0 2px 0 #f4f4f4;
    border-radius: 30px;
    background-image: unset;
}
.pick-photo-final.new .pick-photo-tooltip-container {
    padding: 30px 30px 50px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.pick-photo-final.new .pick-photo-tooltip img {
    position: relative;
    left: 0;
    width: auto;
    max-width: 100%;
    top: 0;
}
.pick-photo-final.new .pick-photo-toooltip-content {
    width: calc(100% - 170px);
}
.pick-photo-final.new .pick-photo-tooltip-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.how-to-button {
    font-size: 16px;
    color: #04588d;
    display: flex;
    align-items: center;
    font-family: 'Rubik Medium';
    background: #fbcf11;
    border-radius: 25px;
    padding: 10px;
    box-shadow: 0 3px 0 #c9a405;
    cursor: pointer;
}
.how-to-button img {
    margin-right: 10px !important;
    width: 30px !important;
    max-width: 100% !important;
}
.pick-photo-final.new .pick-photo-tooltip h2 {
    margin: 0px;
}
.pick-photo-final.new .pick-photo-tooltip-info {
    max-width: 90%;
}
.pick-photo-final.new .pick-photo-tooltip-info p {
    display: contents;
}
.pick-photo-final.new .pick-photo-tooltip-info div {
    margin-left: 5px;
}
body.hide-scroll {
    overflow: hidden;
}
.how-to-window.active {
    display: flex
}
.how-to-window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
}
.how-to-window .how-to-popup {
    max-width: 1000px;
    width: 100%;
    background: white;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
    border-radius: 16px;
    padding: 20px 40px 30px 40px;
    margin: 0 20px;
}
.how-to-window .close-icon {
    text-align: right;
}
.how-to-window .close-icon img {
    max-width: 100%;
    cursor: pointer;
}
.how-to-window .how-to-content {
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    margin-top: 20px;
    padding-right: 20px;
}
.how-to-window .how-to-content h1 {
    font-size: 32px;
    color: #04588d;
    margin: 0 0 15px 0;
}
.how-to-window .how-to-content h2 {
    font-size: 20px;
    color: #202020;
    margin: 0;
}
.how-to-window .how-to-content p {
    font-size: 16px;
    color: #202020;
    margin: 0;
}
.how-to-window .how-to-items {
    margin: 30px 0 40px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 30px;
}
.how-to-window .how-to-item {

}
.how-to-window .how-to-item h3 {
    font-size: 32px;
    color: #04588d;
    margin: 0;
    width: 50px;
    height: 50px;
    background: #fccd04;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how-to-window .how-to-item h2 {
    margin: 10px 0 20px 0;
    color: #04588d;
}
.how-to-window .how-to-item p {

}
.how-to-window .how-to-content p.with-border {
    position: relative;
    padding-left: 40px;
}
.how-to-window .how-to-content p.with-border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #fccd04;
}
.how-to-window .how-to-content::-webkit-scrollbar {
    width: 8px;
}
.how-to-window .how-to-content::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
}
.how-to-window .how-to-content::-webkit-scrollbar-thumb {
    background-color: #fccd04;
    border-radius: 10px;
}
.how-to-window .how-to-images {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 30px;
    margin: 30px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 140px;
    position: relative;
}
.how-to-window .how-to-image {
    text-align: center;
    position: relative;
}
.how-to-window .how-to-images .how-to-main-image {
    position: relative;
}
.how-to-window .how-to-images .how-to-main-image img {
    width: calc(100% - 10px);
    border: 5px solid white;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    margin-left: auto;
}
.how-to-window .how-to-images .how-to-main-image.portrait {
    max-width: 50%;
}
.how-to-window .how-to-image:first-child .how-to-main-image.portrait {
    margin-left: auto;
}
.how-to-window .how-to-images p {
    font-size: 18px;
    color: #7c7c7c;
    text-align: center;
    margin: 15px 0 0 0;
}
.how-to-window .how-to-images .how-to-example {
    position: absolute;
    left: calc(50% - 45px);
    top: 45%;
    text-align: center;
    width: 90px;
}
.how-to-window .how-to-images .how-to-example p {
    font-size: 20px;
    color: #202020;
    margin: 0 0 15px 0;
}
.how-to-window .how-to-images .how-to-example img {
    max-width: 100%;
}
.how-to-window .how-to-image .how-to-main-image .check-icon {
    position: absolute;
    right: 15px;
    top: 10px;
    max-width: 30px;
    border: none;
    box-shadow: unset;
}
.journey-review-stats {
    margin-left: 30px;
    margin-top: 40px;
}
.journey-reivew-stats-popup {
    border: 3px solid #f7941d;
    border-radius: 20px;
    box-shadow: 0px 3px 0px #f7941d;
    padding: 20px 15px;
    cursor: pointer;
}
.journey-reivew-stats-popup h2,
.journey-quiz-popup h2 {
    font-size: 25px;
    color: #f7941d;
    margin: 0 0 25px 0;
}
.journey-quiz-popup h2 {
    color: #0574ba;
}
.journey-review-stats-content,
.journey-quiz-content {
    display: flex;
    align-items: center;
}
.journey-review-stats-content img,
.journey-quiz-content img {
    max-width: 100%;
    margin-right: 20px;
}
.journey-review-stats-content p,
.journey-quiz-content p {
    font-size: 20px;
    color: #a7a7a7;
    margin: 0;
}
.journey-review-stats .journey-review-stats-button,
.journey-quiz-window .journey-quiz-button {
    display: none;
}
.journey-quiz-window {
    margin: 20px 0 0 30px;
}
.journey-quiz-popup {
    border: 3px solid #0574ba;
    border-radius: 20px;
    box-shadow: 0px 3px 0px #0574ba;
    padding: 20px 15px;
    cursor: pointer;
}
.journey-quiz-deactive-popup {
    position: relative;
    margin: 0 -8%;
    display: none
}
.journey-quiz-deactive-popup img {
    max-width: 100%;
}
.journey-quiz-deactive-popup img.quiz-locked-image-mobile {
    display: none;
}
.journey-quiz-deactive-content {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
}
.journey-quiz-deactive-content p {
    font-size: 20px;
    color: #898989;
    margin: 10px auto 0 auto;
    max-width: 250px;
}
.journey-quiz-window.deactive .journey-quiz-popup  {
    opacity: 0.3;
}
.journey-quiz-window.deactive.open .journey-quiz-deactive-popup  {
    display: block;
}
.journey-page .pick-photo-info .pick-photo-info-title {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.journey-page .pick-photo-info .how-to-button {
    max-width: 100%;
    width: auto;
}