﻿.Header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .Header a {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .Header a img {
            height: 100%;
        }



.crop-select-js .crop-wrapper {
    display: block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-color: #f1f1f1
}

    .crop-select-js .crop-wrapper img.crop-image {
        display: block;
        margin: 0;
        max-width: 100%;
        position: relative;
        top: 0;
    }

    .crop-select-js .crop-wrapper .crop-selection {
        position: absolute;
        box-sizing: border-box;
        display: block;
        width: 100px;
        height: 100px;
        cursor: move;
        top: 0;
        z-index: 5
    }

        .crop-select-js .crop-wrapper .crop-selection.animated {
            border: 0
        }

        .crop-select-js .crop-wrapper .crop-selection .border {
            display: block;
            position: absolute;
            z-index: 10
        }

            .crop-select-js .crop-wrapper .crop-selection .border.left {
                top: 0;
                bottom: 0;
                left: 0;
                width: 1px;
                border-left: 1px dashed #000
            }

            .crop-select-js .crop-wrapper .crop-selection .border.top {
                top: 0;
                right: 0;
                left: 0;
                height: 1px;
                border-top: 1px dashed #000
            }

            .crop-select-js .crop-wrapper .crop-selection .border.right {
                top: 0;
                bottom: 0;
                right: 0;
                width: 1px;
                border-right: 1px dashed #000
            }

            .crop-select-js .crop-wrapper .crop-selection .border.bottom {
                bottom: 0;
                right: 0;
                left: 0;
                height: 1px;
                border-bottom: 1px dashed #000
            }

        .crop-select-js .crop-wrapper .crop-selection.animated .border.bottom, .crop-select-js .crop-wrapper .crop-selection.animated .border.left, .crop-select-js .crop-wrapper .crop-selection.animated .border.right, .crop-select-js .crop-wrapper .crop-selection.animated .border.top {
            border: 0
        }

        .crop-select-js .crop-wrapper .crop-selection.animated .border {
            background: url(img/selection.gif)
        }

        .crop-select-js .crop-wrapper .crop-selection .handle {
            position: absolute;
            display: block;
            width: 7px;
            height: 7px;
            background-color: rgba(255,255,255,.8);
            border: 1px solid #000;
            z-index: 20
        }

            .crop-select-js .crop-wrapper .crop-selection .handle.top-left {
                top: 0;
                left: 0;
                cursor: nwse-resize
            }

            .crop-select-js .crop-wrapper .crop-selection .handle.top {
                left: calc(50% - 5px);
                top: 0;
                cursor: ns-resize
            }

            .crop-select-js .crop-wrapper .crop-selection .handle.top-right {
                top: 0;
                right: 0;
                cursor: nesw-resize
            }

            .crop-select-js .crop-wrapper .crop-selection .handle.right {
                top: calc(50% - 5px);
                right: 0;
                cursor: ew-resize
            }

            .crop-select-js .crop-wrapper .crop-selection .handle.bottom-right {
                bottom: 0;
                right: 0;
                cursor: nwse-resize
            }

            .crop-select-js .crop-wrapper .crop-selection .handle.bottom {
                bottom: 0;
                left: calc(50% - 5px);
                cursor: ns-resize
            }

            .crop-select-js .crop-wrapper .crop-selection .handle.bottom-left {
                bottom: 0;
                left: 0;
                cursor: nesw-resize
            }

            .crop-select-js .crop-wrapper .crop-selection .handle.left {
                top: calc(50% - 5px);
                left: 0;
                cursor: ew-resize
            }

    .crop-select-js .crop-wrapper .shadow {
        display: block;
        position: absolute;
        background-color: rgba(0,0,0,.6);
        width: 0;
        height: 0;
        z-index: 10
    }

        .crop-select-js .crop-wrapper .shadow.left {
            left: 0;
            top: 0;
            height: 100%
        }

        .crop-select-js .crop-wrapper .shadow.right {
            right: 0;
            top: 0;
            height: 100%
        }

        .crop-select-js .crop-wrapper .shadow.top {
            left: 30px;
            top: 0
        }

        .crop-select-js .crop-wrapper .shadow.bottom {
            left: 60px;
            bottom: 0
        }

.siteheader {
    float: left;
    width: 100%;
    font-weight: normal;
    color: #ffffff;
    font-size: 2em;
    border-bottom: 1px solid #bdbdbd40;
}

.rubahacreator {
    width: 100%;
    margin-left: 0%;
}

.sitemenu {
    width: 16% !important;
}

.heropanel {
    width: 96%;
    margin-top: 10px;
    display: flex;
    margin-right: 2%;
    margin-left: 2%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

    .heropanel .currentimage {
        float: left;
        width: 100%;
        margin: 30px 0;
    }

        .heropanel .currentimage .currentbig {
            float: left;
            width: 45%;
            margin-right: 10%;
        }

        .heropanel .currentimage img {
            max-height: 300px;
            max-width: 100%;
        }


        .heropanel .currentimage .currentlittle {
            float: left;
            width: 30%;
        }

.rubahacreator {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.savescaled {
    padding: 10px !important;
    margin-top: 10px;
}

.subheadersite {
    color: #fff;
    margin: 10px 0;
    font-size: 1.4em;
}

.col-md-4 {
    margin: 20px 0;
}

.heropanel h3 {
    float: left;
    width: 100%;
    color: #ccc;
    font-size: 2em;
    margin-bottom: 26px;
    margin-top: 14px;
}

.heropanel .TourCreate {
    border: 1px solid rgba(232, 232, 232, 0.2);
    float: left;
    width: 100%;
    border-radius: 9px;
    box-sizing: border-box;
    padding: 3%;
    margin-top: 5%;
}

    .heropanel .TourCreate .phint {
        float: left;
        font-size: 1.2em;
        color: #ffcc00;
    }

    .heropanel .TourCreate .editor-label {
        float: left;
        width: 100%;
        margin-bottom: 18px;
        font-size: 1.6em;
        font-weight: bold;
    }

    .heropanel .TourCreate .editor-field {
        float: left;
        width: 100%;
        zoom: 150%;
        margin: 0;
    }


        .heropanel .TourCreate .editor-field label {
            font-size: 2em;
            margin-left: 10px;
            margin-top: -5px;
            color: #d61586;
        }

.rangeeditor::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FFF;
    cursor: pointer;
}

.submitpanel {
    float: right;
}

.havetournament {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .havetournament p {
        float: left;
        width: 100%;
        font-size: 1.6em;
    }

        .havetournament p i {
            color: yellow;
            font-style: normal;
        }

.rangeeditor::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FFF;
    cursor: pointer;
}

.rangeeditor {
    -webkit-appearance: none;
    height: 15px;
    border-radius: 5px;
    background: #bf0a74;
    background: -moz-linear-gradient(left, #00be00 0%, #ff0000 100%);
    background: -webkit-linear-gradient(left, #bf0a74 0%,#d61586 100%);
    background: linear-gradient(to right, #bf0a74 0%,#dc1589 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00be00', endColorstr='#ff0000',GradientType=1 );
    width: 36%;
    padding: 0;
    float: left;
    position: relative;
    top: 8px;
    outline: none;
    opacity: 1;
}

.mobileView .loginas {
    display: none;
}

.mobileView .bodysite .header {
    display: block;
}

.mobileView #loginForm {
    width: 200px;
    margin: auto;
    display: block;
    float: none;
}

.mobileView .homepagetext p {
    font-size: 1.2em;
    line-height: 23px;
}

.mobileView .bodysite {
    font-size: 1.3em;
}

.sitePage {
    overflow: auto !important;
}

.havenopair {
    color: red;
    font-size: 30px;
    float: left;
}

.blockpair {
    float: left;
    width: 100%;
}

.userline {
    width: 100%;
    float: left;
}

.buyline {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 31px 0;
}

    .buyline a {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 31px 0;
    }

.paircontactpanel {
    width: 100%;
    float: left;
}

.blockpair .twoside {
    float: left;
    width: 45%;
    display: flex;
    justify-content: center;
}

.blockpair .heartside {
    width: 10%;
    float: left;
    position: relative;
}

    .blockpair .heartside img {
        width: 100%;
    }

    .blockpair .heartside span {
        font-size: 35px;
        float: left;
        position: absolute;
        text-align: center;
        font-weight: bold;
        top: 130px;
        color: #000;
        width: 100%;
    }

.blockpair .twoside .meside {
    width: 75%;
    margin: 1px;
    display: flex;
    height: 75%;
    justify-content: center;
}

    .blockpair .twoside .meside img, .blockpair .twoside .otherside img {
        border-radius: 100%;
        border: 3px solid #fff;
        width: 100%;
        height: 100%;
        max-width: 120px;
    }

.onecontakt {
    float: left;
    width: 108px;
    margin: 4%;
    padding: 0;
}

.listcontact {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    overflow: auto;
}

.onecontakt span {
    float: left;
    width: 100%;
    margin: 6px 0;
    color: #fff;
    font-size: 0.6em;
    text-align: center;
}

.onecontakt img {
    border: 3px solid #fff;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: auto;
    display: block;
    overflow: hidden;
}

.blockpair .twoside .otherside {
    width: 75%;
    margin: 1px;
    display: flex;
    height: 75%;
    justify-content: center;
}

.content {
    width: 100%;
    display: flex;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.success-auth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.onecontact-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 60px;
}
    .onecontact-block p {
        margin-bottom: 12px;
        font-size: 1.5rem;
        color: #fff;
    }

    .onecontact-block a {
        margin-bottom: 6px;
        color: #39feff;
    }



.pon-wrapper {
    --pa-accent: #f39c1e;
    --pa-accent-2: #d81f7a;
    --pa-text: #ffffff;
    --pa-text-dim: #8a9299;
    --pa-border: rgba(255, 255, 255, 0.10);
    --pa-card: rgba(255, 255, 255, 0.04);
    --pa-card-hover: rgba(255, 255, 255, 0.08);
border: 3px solid #1d001cd4;
    width: 96%;
    max-width: 860px;
    margin: 20px auto;
    padding: 1px;
    border-radius: 20px;
            background-image: url(https://durakonline.ru/Content/Card/casino.jpg);
    box-shadow: 0 6px 29px rgb(250 32 237 / 50%);
    box-sizing: border-box;
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

    .pon-wrapper .pon-inner {
        background: radial-gradient(ellipse at center, #ee00ff40 0%, #00000063 55%, #21031cf2 100%);
        border-radius: 19px;
        padding: 24px 22px;
        overflow: auto;
        color: var(--pa-text);
        box-sizing: border-box;
    }

.pon-wrapper .pon-inner h1,
.pon-wrapper .pon-inner h2 {
    color: #fff;
    width: 100%;
    margin: 0 0 12px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-align: center;
}

.pon-wrapper .pon-inner p {
    color: var(--pa-text-dim);
    line-height: 1.55;
    font-size: 14px;
    margin: 0 0 14px;
}

.pon-wrapper .pon-inner a:not(.small-btn) {
    color: var(--pa-accent);
    text-decoration: none;
}
.pon-wrapper .pon-inner a:not(.small-btn):hover { text-decoration: underline; }

.image-loginned {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    margin-bottom: 16px;
    border: 3px solid #fff;
}

.additional-info {
    margin: 28px 0;
    display: block;
    width: 100%;
}

.login-welcome .controls {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.personalarea .pon-wrapper {
    margin-top: 20px;
}

.block-infochange {
    display: flex;
    justify-content: space-around;
    min-height: 137px;
}

.photousera {
    width: 100px;
    margin: 20px 0;
    overflow: hidden;
}

    .photousera img {
        width: 100px;
        border-radius: 100%;
        height: 100px;
        border: 3px solid #ffd600;
        box-sizing: border-box;
    }

.nickname {
    width: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

    .nickname .currentname {
        width: 100%;
        height: 40px;
        color: black;
        font-size: 18px;
        padding: 4px;
    }

.small-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #f7931e 0%, #ee7600 100%);
    border: 0;
    cursor: pointer;
    border-radius: 11px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 18px;
    min-height: 40px;
    line-height: 1.2;
    box-shadow: 0 4px 10px rgba(238, 118, 0, 0.28);
    transition: transform .15s, box-shadow .2s, filter .2s;
    font-family: inherit;
    box-sizing: border-box;
    white-space: nowrap;
}
.small-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(238, 118, 0, 0.45); }
.small-btn:active { transform: translateY(0) scale(0.97); }

    .small-btn a {
        color: #fff !important;
        text-decoration: none;
    }

    .small-btn.red {
        background: linear-gradient(135deg, #ff3b8a 0%, #d81f7a 100%);
        box-shadow: 0 4px 10px rgba(216, 31, 122, 0.3);
    }
    .small-btn.red:hover { box-shadow: 0 6px 16px rgba(216, 31, 122, 0.5); }

    .small-btn.green {
        background: linear-gradient(135deg, #31c76f 0%, #1f9b54 100%);
        box-shadow: 0 4px 10px rgba(31, 155, 84, 0.3);
    }
    .small-btn.green:hover { box-shadow: 0 6px 16px rgba(31, 155, 84, 0.5); }

    .small-btn.gray {
        background: linear-gradient(135deg, #3a4250 0%, #262b33 100%);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
    }
    .small-btn.gray:hover { box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5); }

    .small-btn.ghost {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.14);
        box-shadow: none;
    }
    .small-btn.ghost:hover { background: rgba(255, 255, 255, 0.12); box-shadow: none; }

.pref-name {
    color: #fff;
}

.one-preference {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 18px;
    padding: 16px 16px 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    box-sizing: border-box;
}

    .one-preference .pref-name {
        margin: 0 0 12px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 12px;
        font-weight: 700;
        color: #f39c1e;
        text-transform: uppercase;
        letter-spacing: 0.8px;
    }

        .one-preference .pref-name a {
            margin-right: 10px
        }

    .one-preference select {
        width: 150px;
        height: 40px;
        border-radius: 5px;
        color: #fff;
        border-width: 2px;
        border-color: #ffd600;
        font-size: 21px;
        color: #ffd600;
    }

        .one-preference select option {
            color: #ffd600;
            box-shadow: 0 0 3px #000;
            background: #390f11;
        }

    .one-preference input {
        width: 200px;
        height: 40px;
        border-radius: 5px;
        color: #fff;
        border-width: 2px;
        border-color: #fff;
        font-size: 21px;
        padding-left: 6px;
    }

    .one-preference .descr {
        margin: 5px 0;
        color: #999;
    }

    .one-preference .link-list {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }

        .one-preference .link-list > * {
            margin: 0;
        }

    .one-preference .newmail {
        margin: 12px 0;
    }

        .one-preference .newmail .small-btn {
            height: 40px;
            display: inline;
        }

.title {
    margin-top: 40px;
}

.buttons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
