/* copied from css/dashboard.css, responsible for font etc */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

.grey__color {
    background-color: hsl(38, 86%, 25%);
}

.wrapper__page {
    width: 1280px;
    height: 1080px;
    margin: 0 auto;
    border: 2.5px solid white;
    position: relative;
}

.wrapper__page .profile__window {
    position: relative;
    top: 20px;
    left: 25px;
    width: 295px;
    height: 351px;
    background: url(/images/profile-window.webp);
    background-size: cover;
    background-position: center
}

.wrapper__page .profile__window .profile__window__image {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wrapper__page .profile__window .setting__icon {
    width: 79px;
    display: none;
    cursor: pointer
}

.wrapper__page .profile__window .setting__icon img {
    width: 100%;
    height: 100%
}

.wrapper__page .profile__window .top__left {
    position: absolute;
    top: 0;
    left: 0;
    display: block
}

.wrapper__page .profile__window .top__right {
    position: absolute;
    top: 0;
    right: 0;
    display: block
}

.wrapper__page .profile__window .bottom__left {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block
}

.wrapper__page .profile__window .bottom__right {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block
}

.wrapper__page .currencies__window {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 5px;
    top: 30px;
    right: 36px
}

.walletMoney,
.freeCurrency {
    width: 130px;
    height: 50px;
    position: relative
}

.wrapper__page .currencies__window .walletMoney p,
.freeCurrency p {
    position: absolute;
    top: 18px;
    left: 50px;
    color: #fff;
    font-weight: bold;
}

.wrapper__page .currencies__window .plus {
    width: 38px;
    height: 100%;
    cursor: pointer;
}


/* .wrapper__page .currencies__window .currencies__field {
  width: 249px;
  height: 49px;
} */

.wrapper__page .currencies__window .logout__button {
    width: 32px !important;
    height: 100%;
    cursor: pointer;
}

.wrapper__page .logs__window {
    position: absolute;
    left: 10px;
    bottom: 134px;
}

.wrapper__page .logs__window .logs__window__image {
    width: 326px;
    height: 570px;
}

.wrapper__page .logs__window .logs__window__icon {
    width: 80%;
    height: 375px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 14px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #063344 transparent
}

.logs__window__icon::-webkit-scrollbar {
    width: 0.15rem;
}

.logs__window__icon::-webkit-scrollbar-track {
    background: transparent;
}

.logs__window__icon::-webkit-scrollbar-thumb {
    /* background: #d2d2d2;  */
    background: #81c3d5;
}

.logs__window__icon::-moz-scrollbar {
    width: 5rem
}

.wrapper__page .logs__window .logs__window__icon .square__icon {
    width: 95px;
    height: 95px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    display: inline-block;
    margin: 0.5rem;
}

.wrapper__page .logs__window .logs__window__icon .square__icon a {
    color: #fff;
}

.wrapper__page .logs__window .logs__window__icon .square__icon:hover {
    transform: translateY(-3px);
}

.wrapper__page .logs__window .logs__window__icon .square__icon__b1,
.square__icon__t1 {
    color: white;
    position: relative;
    /*background-image: url(../../../../images/square-icon-3.png);*/
    background-size: 100% 100%;
    border: unset
}

.wrapper__page .logs__window .logs__window__icon .square__icon__b1 h2,
.square__icon__t1 h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Roboto";
    font-size: 1.5rem
}

.dashboard__f0 {
    display: inline-block !important;
    position: relative;
    border: 2px solid white;
    background: #191f5d
}

.dashboard__f0 a {
    text-decoration: none
}

.dashboard__f0 h2 {
    font-size: 1.5rem;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}


/* .square__icon__b1 h2 {
  color: #d08c2e;
} */

.orange__b1 {
    color: #d08c2e
}

.wrapper__page .inventory__window {
    width: 92px;
    height: 360px;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.wrapper__page .chat__window {
    width: 360px;
    height: 185px;
    position: absolute;
    bottom: 106px;
    left: 50%;
    transform: translateX(calc(-50% - 30px));
}

.wrapper__page .progress__bar {
    width: 936px;
    height: 116px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
}

@media screen and (max-width: 1920px) {
    .wrapper__page .profile__window {
        width: 285px;
        height: 341px;
    }
    .wrapper__page .profile__window .setting__icon {
        width: 69px;
    }
    .wrapper__page .currencies__window .plus {
        width: 33px;
        height: 100%;
    }
    /* .wrapper__page .currencies__window .currencies__field {
    width: 239px;
    height: auto;
    height: 100%;
  } */
    .wrapper__page .currencies__window .logout__button {
        width: 28px;
    }
    .wrapper__page .logs__window .logs__window__image {
        width: 316px;
        height: 560px
    }
    .wrapper__page .logs__window .logs__window__icon .square__icon {
        width: 90px;
        height: 90px;
    }
    /* .wrapper__page .logs__window .logs__window__icon .square__icon__b1 h2,
    .square__icon__t1 h2 {
        font-size: 1.5rem;
    } */
    .wrapper__page .inventory__window img {
        width: 92px;
        height: 360px;
    }
    .wrapper__page .chat__window img {
        width: 360px;
        height: 182px;
    }
    .wrapper__page .progress__bar img {
        width: 936px;
        height: 111px;
    }
}

@media screen and (max-width: 1620px) {
    .wrapper__page .profile__window {
        width: 275px;
        height: 331px;
    }
    .wrapper__page .profile__window .setting__icon {
        width: 64px;
    }
    .wrapper__page .currencies__window .plus {
        width: 28px;
        height: 27px;
    }
    /* .wrapper__page .currencies__window .currencies__field {
    width: 229px;
    height: auto;
  } */
    .wrapper__page .currencies__window .logout__button {
        width: 26px;
    }
    .wrapper__page .logs__window .logs__window__image {
        width: 306px;
        height: 550px;
    }
    .wrapper__page .logs__window .logs__window__icon {
        padding: 0 10px;
    }
    .wrapper__page .logs__window .logs__window__icon .square__icon {
        height: 90px;
        height: 90px;
    }
    .wrapper__page .inventory__window img {
        width: 87px;
        height: 355px;
    }
    .wrapper__page .chat__window img {
        width: 350px;
        height: 172px;
    }
    .wrapper__page .progress__bar img {
        width: 926px;
        height: 101px;
    }
}


/* ===================================================================================================================================== */


/* ######################### */


/* Styling for Popup/Form 2  */

.form2__body {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* display: none; */
}

.form2 {
    width: 500px;
    height: 300px;
    position: absolute;
    overflow: hidden;
    font-family: "Roboto";
    top: 250px;
    left: 50%;
    transform: translate(-50%);
}

.form2 .form2__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.form2 .form2__content {
    position: relative;
    z-index: 10;
    margin: 1rem;
    padding: 1rem;
    color: white;
}

.form2 .form2__content .form2__row1 {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.form2 .form2__content .form2__row2 {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 1rem auto 0 auto;
    font-size: 18px;
}

.form2 .form2__content .form2__row3 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 1rem;
    font-size: 18px;
}

.form2 .form2__content .form2__row3 p {
    width: 50%;
    text-align: center;
}

.form2 .form2__content .form2__row3 .form2__p5 {
    transform: translateX(-10px);
    font-style: italic;
}

.form2 .form2__content .form2__row3 .form2__p6 {
    transform: translateX(-20px);
}

.form2 .form2__content .form2__row4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem 0;
    font-size: 18px;
}

.form2 .form2__content .form2__row4 .form2__box1 {
    width: 26px;
    height: 26px;
    background: #0070c0;
}

.form2 .form2__content .form2__row4 .form2__input1 {
    width: 175px;
    height: 30px;
    padding-left: 0.5rem;
    border-radius: 5px;
    background: #081f35;
    color: white;
    font-size: 18px;
    border: 1px solid #008aff;
    cursor: pointer;
}

.form2 .form2__content .form2__row4 .form2__input1:focus {
    outline: none;
}

.form2 .form2__content .form2__row4 .form2__input1::placeholder {
    opacity: 1;
    color: white;
}

.form2 .form2__content .form2__row5 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 18px;
}

.form2 .form2__content .form2__row5 .form2__box2 {
    width: 26px;
    height: 26px;
    background: #ff0000;
}

.form2 .form2__content .form2__row5 .form2__input2 {
    width: 175px;
    padding-left: 0.5rem;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #008aff;
    background: #081f35;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.form2 .form2__content .form2__row5 .form2__input2:focus {
    outline: none;
}

.form2 .form2__content .form2__row5 .form2__input2::placeholder {
    opacity: 1;
    color: white;
}

.friends {
    position: absolute;
    bottom: 10px;
    right: 50px;
    cursor: pointer
}

.friends img {
    width: 100px
}