/*===========================================================================*/
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3);

}

::-webkit-scrollbar-thumb {

    -webkit-box-shadow: inset 0 0 50px #4c74bf;
}

::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 50px #2055a5;

}

/*===========================================================================*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Myriad Pro Regular";
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
}

.main-page {
    background: url('../img/background.jpg') no-repeat top center;
    background-size: cover;
    min-height: 100vh;
}

.header {
    /* margin-right: 50px; */
    display: flex;
    justify-content: space-between;
}

/*===========================================================================*/
.logo {
    margin-top: 5px;
}

.logo-text {
    font-family: 'TT Norms Bold Italic';
    font-size: 33px;
    color: white;
    margin: 0;
}

.logo-img {
    margin-top: 8px;
    /* height: 31px; */
}

.slogan {
    font-family: 'Myriad Pro Regular';
    font-size: 9px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/*===========================================================================*/
.main-menu {
    list-style: none;
    display: flex;
    margin-top: 34.5px;
    /* margin-top: 23px; */
    /* margin-left: 150px; */
}

.main-menu li {
    margin-left: 55px;
    white-space: nowrap;
}

.main-menu a {
    color: #85FF9E;
    font-size: 15px;
    font-family: 'TT_Norms_Bold';
}

.main-menu li:last-child {
    margin-left: 30px;
}

/*===========================================================================*/
.rainbow {
    text-align: center;

    /* font-size: 32px; */
    font-family: monospace;
    /* letter-spacing: 5px; */
}

.rainbow_text_animated {
    background: linear-gradient(to right, #6666ff, #0099ff, #00ff00, #ff3399, #6666ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: rainbow_animation 6s ease-in-out infinite;
    background-size: 400% 100%;
}

@keyframes rainbow_animation {

    0%,
    100% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }
}

/*===========================================================================*/
.show-menu-btn,
.hide-menu-btn {
    transition: 0.4s;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    display: none;
}

.show-menu-btn {
    float: right;
    margin-top: 15px;
}

.show-menu-btn:hover {
    color: #4c74bf;
    text-shadow: 0px 0px 16px #4c74bf;
}

.hide-menu-btn {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #fff;
}

.hide-menu-btn:hover {
    color: #4c74bf;
    text-shadow: 0px 0px 16px #4c74bf;
}

#chk {
    display: none;
}

/*===========================================================================*/
/*===========================================================================*/
.main-form {
    background-color: #efefef;
    width: 512px;
    height: auto;
    border-radius: 25px;
    margin-top: 180px;
    text-align: center;
}

.form-btn {
    background-color: #6E2594;
    /*background-image: -webkit-linear-gradient(-90deg, rgb(76, 116, 191) 0%, rgb(32, 85, 165) 99%);*/
    /*background-image: -ms-linear-gradient(-90deg, rgb(76, 116, 191) 0%, rgb(32, 85, 165) 99%);*/
    border: none;
    outline: none;
    border-radius: 29.5px;
    width: 323px;
    height: 59px;
    font-size: 14px;
    font-family: "TT_Norms_Bold";
    line-height: 1.786;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 2px 2px #000;
    margin-top: 25px;
    transition: all 0.2s easy-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.form-btn:hover {
    box-shadow: 0 0 20px rgba(49, 94, 152, 0.92);
}

.privacy {
    font-size: 15px;
    font-family: "TT Norms Medium";
    color: rgb(130, 130, 130);
    line-height: 1.267;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 25px;
}

.privacy a {
    color: #4c74bf;

}

.main-form .name-input {
    border-radius: 10px;
    background-color: #fff;
    border: none;
    height: 59px;
    width: 415px;
    outline: none;
    margin-top: 20px;
    padding: 0 30px;

    font-size: 15px;
    font-family: "TT Norms Medium";
    color: rgb(142, 142, 142);
    line-height: 1.667;

    transition: all 0.3s easy-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.name-input:hover,
.form-select:hover {
    box-shadow: 0 0 20px rgba(110, 110, 110, 0.92);
}

.name-input:focus,
.form-select:focus {
    box-shadow: 0 10px 20px rgba(65, 116, 228, 0.4), inset 0 0 0 2px rgb(49, 85, 152);
}

.main-form .form-select {
    border-radius: 10px;
    height: 59px;
    width: 415px;
    margin-top: 20px;
    padding: 0 30px;

    box-sizing: border-box;
    outline: none;
    border: none;

    background: #fff url(../img/arrow-down.svg) no-repeat center right;
    background-size: auto 20px;

    cursor: pointer;

    font-size: 16px;
    font-family: "TT Norms Medium";
    color: rgb(117, 117, 117);
    line-height: 1.667;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    transition: all 0.2s easy-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.main-form .form-select option:disabled {
    font-size: 18px;
    color: #6E2594;
    /* background: #ffffff;
    width: 500px;
    padding: 5px; */
}

.notify-action {
    background-color: #6E2594;
    /*background-image: -webkit-linear-gradient(-90deg, rgb(76, 116, 191) 0%, rgb(32, 85, 165) 99%);*/
    /*background-image: -ms-linear-gradient(-90deg, rgb(76, 116, 191) 0%, rgb(32, 85, 165) 99%);*/

    /*width: 398px;
    height: 61px;*/
    padding: 20px 30px;

    border-radius: 30.5px;
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-top: -23px;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.notify-text {
    font-size: 13px;
    font-family: "TT_Norms_Bold";
    color: rgb(255, 255, 255);
    line-height: 1.923;
    text-shadow: 0px 2px 1px #000;
    display: table-cell;
    vertical-align: middle;
}

.buy-donate {
    font-size: 33px;
    font-family: "TT_Norms_Bold";
    color: #000;
    line-height: 0.758;
    margin-top: 25px;
}

.red-text {
    font-size: 33px;
    font-family: "TT_Norms_Bold";
    color: rgb(91, 150, 205);
    line-height: 0.758;
}

.select-text {
    font-size: 13px;
    font-family: "TT Norms Medium";
    color: rgba(255, 255, 255, 0.302);
    line-height: 1.462;
    margin-top: 25px;
}

.enter-server {
    width: 90%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 50%;
    transform: translate(-50%);
    justify-items: center;
    margin-top: 20px;
}

.enter-server .radio-server {
    position: absolute;
    opacity: 0;
}

.enter-server .radio-server + label {
    cursor: pointer;
    /* width: 90%; */
    width: 90%;
    height: 59px;
    margin: 0;
    padding: 21.5px 0;
    text-transform: uppercase;
    background: #fff;

    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    font-family: "TT Norms Medium";

    text-align: center;
    transition: all .23333333s easy-in-out;
    -webkit-transition: all .23333333s ease-in-out;
    -moz-transition: all .23333333s ease-in-out;
}

.radio-server:not(:checked) + label:hover {
    box-shadow: 0 0 20px rgb(32, 85, 165);
}

.enter-server .radio-server:checked + label {
    background: -moz-linear-gradient(-90deg, rgb(76, 116, 191) 0%, rgb(32, 85, 165) 99%);
    background: -webkit-linear-gradient(-90deg, rgb(76, 116, 191) 0%, rgb(32, 85, 165) 99%);
    background: -ms-linear-gradient(-90deg, rgb(76, 116, 191) 0%, rgb(32, 85, 165) 99%);
    font-size: 11px;
    /*14*/
    font-family: "TT Norms Medium";
    color: #fff;
}

/*===========================================================================*/
.no-buyers {
    font-family: "TT_Norms_Bold";
    color: #fff;
    margin-top: 50px;
}

.last-buys {
    background-color: #efefef;
    width: 608px;
    height: fit-content;
    border-radius: 25px;
    margin: 0 0 0 auto;
    margin-top: 180px;
}

.last-list {
    /* display: flex;
    justify-content: center;
    flex-wrap: wrap; */
}

.last-buyer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    display: flex;
}

.last-buyer img:hover {
    transform: scale(1.2);
    box-shadow: 0 0 25px 2px #315a98;
}

.last-buyer img {
    height: 64px;
    border-radius: 6px;
    margin-right: 5px;
    transition: all 0.3s easy-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.last-buyer p {
    font-size: 14px;
    font-family: "TT Norms Medium";
    color: #9ea2a5;
    margin-top: 3px;
    width: 100%;
}

.last-buyer .nickname-buyer {
    font-family: "TT_Norms_Bold";
    color: #000;
    text-align: left;
    font-size: 17px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.last-arrow img {
    height: 25px;
    margin: 45px 0;

    transition: all 0.3s easy-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

    cursor: pointer;
}

.last-arrow img:hover {
    transform: scale(1.2);
}

/*===========================================================================*/
.topplayers {
    background-color: #efefef;
    width: 70%;
    min-height: 200px;
    border-radius: 25px;
    margin: 50px auto auto auto;
}

.topplayers-title {
    text-align: center;
    margin-top: 30px;
}

.topplayers-info {
    display: inline;
    margin: 0 auto auto auto;
    width: 77%;
    overflow: auto;
}

.topplayers-head {
    float: left;
    border-radius: 6px;
    height: 61px;
}

.topplayers-owner {
    font-size: 15px;
    font-family: "TT_Norms_Bold";
    color: #fff;
    margin-left: 80px;
    margin-top: 10px;
}

.topplayers-player {
    /* display: inline; */
    /* float:left; */

    /* border: 1px solid red; */
    margin: 10px;
    float: left;
    /*Add float left*/
    margin: 10px 5px 0px 40px;

}

.topplayers-text {
    font-size: 19px;
    font-family: "TT Norms Medium";
    color: #1469e7;
    margin-left: 80px;
    margin-top: 2px;
}

.topplayerssum-text {
    font-size: 12px;
    font-family: "TT Norms Medium";
    color: #1469e7;
    margin-left: 80px;
    margin-top: 2px;
}

/*===========================================================================*/
.otziv {
    background-color: #efefef;
    width: 608px;
    height: 334px;
    border-radius: 25px;
    margin: -334px 0 0 auto;
}

.otziv-title {
    text-align: center;
    margin-top: 30px;
}

/*===========================================================================*/
.otziv-info {
    margin: 0 auto;
    width: 77%;
    overflow: auto;
}

.otziv-head {
    float: left;
    height: 61px;
}

.otziv-owner {
    font-size: 15px;
    font-family: "TT_Norms_Bold";
    color: #fff;
    margin-left: 80px;
    margin-top: 10px;
}

.likes-text {
    font-size: 10px;
    font-family: "TT Norms Medium";
    color: #656464;
    margin-left: 80px;
    margin-top: 2px;
}

.otziv-stars {
    margin-left: 20px;
    margin-top: 2px;
}

/*===========================================================================*/
.otziv-text-area {
    justify-content: center;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 40px 500px 40px;
    grid-template-areas:
        'a b c';
}

.otziv-text {
    border-radius: 10px;
    background-color: #fff;
    width: 499px;
    height: 125px;
}

.otziv-text p {
    font-size: 13px;
    font-family: "TT Norms Medium";
    color: #85FF9E;
    padding: 20px;
    line-height: 1.5;
    word-wrap: break-word;
    text-align: center;
}

.otziv-arrow {
    height: 25px;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;

    transition: all 0.3s easy-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;

    cursor: pointer;
}

/*===========================================================================*/
.footer {
    margin-top: 20px;
    text-align: center;
}

.copyright {
    font-size: 13px;
    font-family: 'TT Norms Bold Italic';
    color: #85FF9E;
    text-align: center;
    margin-bottom: 50px;
}

.logo-footer {
    height: 17px;
    text-align: center;
}

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