/* Font face declaration */
@font-face {
    font-family: 'Futura PT';
    src: local('Futura PT'), local('FuturaPT'),
    url('FuturaPT.woff2') format('woff2'),
    url('FuturaPT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oschad Sans';
    src: url('fonts/OschadSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oschad Sans';
    src: url('fonts/OschadSans-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Base styles */
body {
    background: #f1f1f1;
    font-family: 'Oschad Sans', serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h1 {
    font-family: 'Oschad Sans', serif;
    font-weight: bold;
}

main {
    flex: 1 0 auto;
}

/* Header styles */
.oschad-header {
    /*background: #f1f1f1;*/
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Futura PT', Futura, 'Trebuchet MS', Arial, sans-serif;


    position: fixed;
    width: 100%;
    max-width: 1292px;
    margin: 0 auto;
}

.oschad-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90px;
}

.oschad-logo img {
    width: auto;
    height: auto;
}

.oschad-buttons {
    display: flex;
    gap: 16px;
}

.oschad-content {
    max-width: 777px;
    margin: 0 auto;
}

.main-2 {
    min-height: calc(100vh - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.oschad-btn {
    background: #fff;
    border: none;
    border-radius: 24px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
    padding: 8px 24px;
    font-size: 14px;
    color: #222;
    transition: box-shadow 0.2s;
    font-family: 'Futura PT', Futura, 'Trebuchet MS', Arial, sans-serif;
    white-space: nowrap;
}

.oschad-btn:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.oschad-btn b {
    color: #7cae2a;
    font-weight: 500;
}

/* Navbar toggler */
.navbar-toggler {
    margin-left: auto;
    margin-right: 0;
    z-index: 2;
    padding: 8px 12px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ccc !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,80,60,1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Content styles */
.oschad-content p {
    font-size: 16px !important;
    font-family: 'Futura PT', Futura, 'Trebuchet MS', Arial, sans-serif !important;
}

/* Chatbox styles */
.oschad-chatbox-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.oschad-chatbox {
    max-width: 907px !important;
    width: 100%;
    padding: 29px 11px 0 11px;
}

.oschad-input-wrap {
    position: relative;
    width: 100%;
}

.oschad-chat-input {
    border-radius: 10px;
    border: 1px solid #8CC6EC;
    background: #FFF;
    font-family: "Oschad Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    display: flex;
    width: 100%;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    min-height: 52px;
    padding-left: 10px !important;
}

.oschad-chat-input:focus {
    border-color: #7cae2a;
    box-shadow: 0 0 0 2px #bfe3a1 inset;
}

.oschad-chat-input::placeholder {
    color: #b5c3c9;
    opacity: 1;
    font-family: 'Futura PT', Futura, 'Trebuchet MS', Arial, sans-serif;
}

.oschad-attach-btn {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    z-index: 2;
    box-shadow: none;
    color: #b5c3c9;
}

.oschad-attach-btn svg {
    display: block;
}

.oschad-send-btn {
    position: absolute;
    right: 15px;
    top: 25px;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    z-index: 2;
    box-shadow: none;
}

.main {
    background: #8CC6EC;
    z-index: -1;
    min-height: 100vh;
    padding-top: 200px;
    /*position: relative;*/
    /*top: -75px;*/
}


.main-h1 {
    color: #FF5;
    text-align: center;
    font-family: "Oschad Sans";
    font-size: 85.63px;
    font-style: normal;
    font-weight: 600;
    line-height: 58.87px; /* 68.75% */
    background: #16328F;
    max-width: 325px;
    margin-left: 100px;

    display: flex;
    padding: 26.759px;
    justify-content: center;
    align-items: center;
    gap: 10.704px;
}

.main-h2 {
    width: 900px;
    color: #FF5;
    text-align: center;
    font-family: "Oschad Sans";
    font-size: 85.63px;
    font-style: normal;
    font-weight: 600;
    line-height: 58.87px; /* 68.75% */
    /*width: 100%;*/
    display: flex;
    justify-content: space-between;
    background: #16328F;
    padding: 26.759px;

}


.oschad-send-btn svg {
    display: block;
}

.container-custom {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;

}

.main-desc {
    color: #16328F;
    font-family: "Oschad Sans";
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px; /* 114.706% */
    background-color: white;
    max-width: 410px;
    margin-left: 100px;
    display: flex;
    width: 410px;
    padding: 10px 16px;
    align-items: center;
}

.main-bg {
    position: absolute;
    top: 177px;
    left: 472px;
    right: 0;
    margin: auto;
    max-width: 940px;
}

/* Suggestions styles */
.oschad-suggestions {
    margin-top: 12px;
}

.main-text {
    width: 100%;
    max-width: 468px;
    margin: 100px 0;
}

.main-text p {
    color: #16328F;
    font-family: "Oschad Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}

.main-text a {
    color: #FFF;
    font-family: "Oschad Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 100px;
    background: #111E17;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    height: 48px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-top: 28px;
    text-decoration: none;
}

.main-text a:hover {
    transition: 300ms all ease-in-out;
    background: #00BDB7;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.oschad-chip {
    display: flex;
    padding: 6px 10px;
    align-items: center;
    gap: 10px;
    color: #FFF;

    font-family: "Oschad Sans", serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 123.077% */
    border-radius: 6px;
    border: 0.5px solid rgba(13, 30, 23, 0.25);
    background: linear-gradient(274deg, #7BB6DD -21.8%, #7D8DC3 124.28%);
}

.oschad-chip:hover {
    background: linear-gradient(274deg, #7BB6DD -21.8%, #7D8DC3 124.28%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

/* Chat styles */
.liva-chat-overflow {
    border: 1px solid #8CC6EC !important;
}

.chat-live-panel {
    border-bottom: 1px solid #8CC6EC !important;
    display: block !important;
    height: 75px !important;
    min-height: 75px !important;
}

.chat-live-panel b {
    /*font-size: 24px !important;*/
    /*background: linear-gradient(90deg, #8CC6EC 0%, #0D1E17 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/

    color: #160211 !important;

    font-family: "Oschad Sans";
    font-size: 24px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.botName {
    /*background: linear-gradient(90deg, #8CC6EC 0%, #0D1E17 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.oschad-modal-content h3 {
    color: #160211;
    font-family: "Oschad Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.oschad-modal-content h2 {
    color: #2F2B2E;

    font-family: "Oschad Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.oschad-modal-content p {
    color: #6C6C6C;

    font-family: "Oschad Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.oschad-modal-content ul {
    padding: 0;
    list-style: none;
}

.oschad-modal-content ul li {
    color: #6C6C6C;
    padding-bottom: 6px;
    font-family: "Oschad Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.chat-live-logo {
    display: flex !important;
}

/* Modal styles */
.oschad-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.25);
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.oschad-modal.show {
    display: flex;
    background: rgba(217, 217, 217, 0.75);
    backdrop-filter: blur(4px);
}

.oschad-modal-content {
    max-width: 784px !important;
    width: 95vw !important;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 0 !important;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    position: relative;
    font-family: 'Futura PT', Futura, 'Trebuchet MS', Arial, sans-serif;
    animation: modalIn 0.2s;
}

@keyframes modalIn {
    from {
        transform: translateY(40px) scale(0.98);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}

.oschad-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    color: #b5c3c9;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

/* Chat live styles */
.chat-live {
    height: 425px !important;
    box-shadow: 0 0 0 !important;
    width: 380px !important;
    position: relative;
}

.chat-live-logo {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.chat-live-panel {
    display: flex !important;
    justify-content: start !important;
    align-items: center !important;
}

.chat-live-logo b, .chat-live-logo div {
    margin: 0 !important;
}

.avatarItems2 {
    width: max-content !important;
    height: max-content !important;
    border-radius: 0 !important;
    overflow: inherit !important;
    border: none !important;

}

/* Media queries */
@media (max-width: 991.98px) {
    .oschad-buttons {
        flex-direction: column;
        gap: 8px;
        width: 100vw;
        left: 0;
        top: 64px;
        position: fixed;
        background: #f1f1f1;
        padding: 16px 0 8px 0;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
        z-index: 1050;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
        transition: top 0.2s;
    }

    .oschad-header {
        flex-direction: row;
        align-items: center;
        padding: 12px 0;
        position: relative;
        z-index: 1100;
    }

    body.menu-open {
        overflow: hidden;
    }

    .oschad-backdrop {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.25);
        z-index: 1040;
    }

    .oschad-backdrop.show {
        display: block;
    }
}

/* Container styles */
.container-max-width {
    max-width: 1400px;
}

/* Text styles */
.text-gray {
    color: #888;
    margin-bottom: 0.5em;
}

.font-weight-bold {
    font-weight: 600;
}

/* Chat widgets container */
.chat-widgets-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 50px !important;
}

/* Footer styles */
.footer-dark {
    background: #0D1E17;
}

.footer-content {
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: space-between;
    color: #cccc;
}

.rushWidget-messages-box {
    height: calc(100% - 89px) !important;
}

/* Prize images around modalInfo3 */
#modalInfo3 .oschad-modal-content {
    position: relative;
    overflow: visible;
}

.banner-prizes {
    pointer-events: none;
}

.prize-img {
    position: absolute;
    z-index: 10;
    pointer-events: none;
}

/* Расположение по часовой стрелке */
.prize-img-1 { /* Вверх-лево */
    top: -249px;
    left: 183px;

}

.prize-img-2 { /* Вверх */
    top: -123px;
    right: -242px;
    transform: translateX(-50%);
}

.prize-img-3 { /* Вверх-право */
    bottom: -94px;
    right: -101px;
}

.prize-img-4 { /* Низ-право */

    bottom: -182px;
    left: 50%;
    transform: translateX(-50%);
}

.prize-img-5 { /* Низ */
    bottom: -105px;
    left: 8px;
    transform: translateX(-50%);

}

.flex {
    display: flex;
}

.prize-img-6 { /* Низ-лево */
    top: -100px;
    left: -136px;
}

.box-information {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-text {
    width: 418px;
}


.box-text h2 {
    text-align: center;
    font-family: "Oschad Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(270deg, #8CC6EC 0%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.oschad-subtitle, .oschad-subtitle-vote {
    color: #2F2B2E;
    text-align: center;
    font-family: "Oschad Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */

}


.box-text p {
    color: #8CC6EC;

    text-align: center;
    font-family: "Futura PT";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rushWidget-message-nBox {
    background: #ECEBE9;
    display: flex;
    padding: 0 10px;
    margin: 0 17px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.rushWidget-message-nBox .rushWidget-message {
    background: #ECEBE9 !important;
    border: 0 !important;
}

.rushWidget-message-user {
    background-color: #ECEBE9 !important;
    border-radius: 16px 0 16px 16px !important;
}

.rushWidget-message-nBox-assistant {
    border-top-left-radius: 0;
}

.vote-block {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    background-color: white;
    border-bottom-left-radius: 20px;

    border-bottom-right-radius: 20px;
}

.vote-block p {
    color: #797979;
    text-align: center;
    font-family: "Oschad Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-bottom: 5px;
    margin-top: 5px;
}

.section_end {
    margin-top: 8rem;

}

.section_end button {
    margin-top: 2rem;
}

.btn--1 {
    height: 40px;
    justify-content: center;
    align-items: center;
    font-style: normal;
    border: none;
    color: #FFF;
    font-family: "Oschad Sans";
    font-size: 20px;
    font-weight: 600;
    line-height: 32px; /* 160% */
    letter-spacing: 0.1px;
    border-radius: 40px;
    background: #00BDB7;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    display: inline-flex;
    padding: 12px 20px;

    gap: 10px;
}

.btn--2 {
    font-family: 'Oschad Sans', Arial, sans-serif;
    font-style: normal;
    display: flex;
    height: 40px;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    border: none;


    color: #00BDB7;

    font-size: 20px;
    font-weight: 600;
    line-height: 32px; /* 160% */
    letter-spacing: 0.1px;
    background: inherit;
    border-radius: 40px;
    border: 1.5px solid #00BDB7;

}


.rushWidget-message-boxes-other {
    width: 100%;
    display: block;
    height: 70px;
    float: left;
}

.vote-button {
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    gap: 10px;
    color: #FFF;
    border-radius: 100px;
    background: linear-gradient(270deg, #8CC6EC 0%, #160211 100%);
    font-family: "Oschad Sans", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.vote-button i {
    margin-right: 8px;
}


/*.chat-live{*/
/*    padding-bottom: 100px !important;*/
/*}*/


.item_vote {
    width: 380px;
    height: 380px;
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
}

.vote-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-links {
    display: flex;
    gap: 24px;
}

.social-links a {
    text-decoration: none;
}


.vote-name {
    color: #160211;

    font-family: "Oschad Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.vote-percent {

    color: #0D1E17;
    font-family: "Oschad Sans";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px; /* 112.5% */

    display: flex;
    align-items: self-start;
    justify-content: flex-start;
}

.vote-percent span {
    color: #0D1E17;

    font-family: "Oschad Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.color_win, .color_win b, .color_win span {
    color: #8CC6EC;
}


.item_vote img {
    max-width: 100%;
    max-height: 277px;
    width: auto;
}

.vote-bot-2, .vote-bot-1 {
    transition: all 0.2s ease-in-out;
}


@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100%);
    }
}

/* New animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.ns3 a {
    text-decoration: none;
    color: #cccc;
}

.ns3 a:hover {
    text-decoration: underline;
    color: white;
}

/* Apply animations to elements */
.main-h1 {
    animation: slideInUp 0.8s ease-out;
}

.main-h2 {
    animation: slideInUp 0.8s ease-out 0.2s backwards;
}

.main-desc {
    animation: slideInUp 0.8s ease-out 0.4s backwards;
}

.main-text {
    animation: slideInUp 0.8s ease-out 0.6s backwards;
}

.main-bg {
    animation: float 6s ease-in-out infinite;
}

.oschad-modal-content {
    animation: scaleIn 0.3s ease-out;
}

/*.prize-img {*/
/*    animation:   1s ease-in-out infinite;*/
/*}*/

/*.prize-img-1 { animation-delay: 0s; }*/
/*.prize-img-2 { animation-delay: 0.5s; }*/
/*.prize-img-3 { animation-delay: 1s; }*/
/*.prize-img-4 { animation-delay: 1.5s; }*/
/*.prize-img-5 { animation-delay: 2s; }*/
/*.prize-img-6 { animation-delay: 2.5s; }*/

.oschad-btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.oschad-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.oschad-modal {
    animation: fadeIn 0.3s ease-out;
}

/* Smooth transitions for form inputs */
.form-control {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
    border-color: #00BDB7;
    box-shadow: 0 0 0 0.2rem rgba(0, 189, 183, 0.25);
}


.chat-live {
    height: 420px !important;
    box-shadow: 0 0 0 !important;
    width: 425px !important;
    position: relative;
}

.liva-chat-overflow {
    box-shadow: 0 0 0 !important;

}

/* New animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Apply animations to elements */
.oschad-title {
    animation: slideInUp 0.8s ease-out;
}

.oschad-subtitle {
    animation: slideInUp 0.8s ease-out 0.2s backwards;
}

.oschad-subtitle-vote {
    animation: slideInUp 0.8s ease-out 0.2s backwards;
}

#rush-widget {
    animation: slideInLeft 0.8s ease-out;
}

#rush-widget2 {
    animation: slideInRight 0.8s ease-out;
}

.oschad-chatbox {
    animation: scaleIn 0.5s ease-out;
}

.oschad-chip {
    animation: scaleIn 0.3s ease-out;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.oschad-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.oschad-btn {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.oschad-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.oschad-modal {
    animation: fadeIn 0.3s ease-out;
}

.oschad-modal-content {
    animation: scaleIn 0.3s ease-out;
}

.vote-block {
    animation: slideInUp 0.5s ease-out;
}

.vote-button {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vote-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.vote-bot-1, .vote-bot-2 {
    transition: height 0.5s ease-out;
}

.vote-percent {
    transition: color 0.3s ease;
}

.vote-percent.color_win {
    animation: pulse 1s ease-in-out;
}

/* Animate chat messages */
.rushWidget-message-box {
    animation: slideInUp 0.3s ease-out;
}

/* Animate form inputs */
.form-control {
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control:focus {
    border-color: #00BDB7;
    box-shadow: 0 0 0 0.2rem rgba(0, 189, 183, 0.25);
}

/* Animate vote results */
.item_vote {
    animation: scaleIn 0.5s ease-out;
}

/*.pan_win, .pan2_win {*/
/*    animation: float 3s ease-in-out infinite;*/
/*}*/

/* Animate suggestions */
.oschad-suggestions {
    animation: slideInUp 0.5s ease-out;
}

.oschad-suggestions .oschad-chip {
    animation: scaleIn 0.3s ease-out;
    animation-fill-mode: backwards;
}

.oschad-suggestions .oschad-chip:nth-child(1) {
    animation-delay: 0.1s;
}

.oschad-suggestions .oschad-chip:nth-child(2) {
    animation-delay: 0.2s;
}

.oschad-suggestions .oschad-chip:nth-child(3) {
    animation-delay: 0.3s;
}

.oschad-suggestions .oschad-chip:nth-child(4) {
    animation-delay: 0.4s;
}

.oschad-suggestions .oschad-chip:nth-child(5) {
    animation-delay: 0.5s;
}

/*html {*/
/*    scroll-behavior: smooth;*/
/*    scroll-snap-type: y mandatory;*/
/*    height: 100vh;*/
/*    overflow-y: scroll;*/
/*}*/

#section--1, #section--2 {
    scroll-snap-align: start;
    min-height: 100vh;
    height: 100%;
    /*overflow-y: auto;*/
}

#section--2 {
    min-height: calc(100vh - 60px);
}

.main {
    height: 100vh;
    display: flex;
    align-items: center;
}

.main-2 {
    min-height: 100vh;
    display: flex;
    align-items: center;
}


.div-p {
    padding: 50px 0;
}

.mobile {
    display: none;
}

.rushWidget-message-asistan {
    max-width: 100% !important;
    padding: 10px !important;
    margin: 0 !important;
}

@media (max-width: 1500px) and (min-width: 1024px) {

    .container-custom {
        position: relative;
        top: -70px;
    }

    .main-bg {
        position: absolute;
        top: -26px;
        left: 404px;
        right: 0;
        margin: auto;
    }

    .main-text {
        margin-top: 40px;
    }


}

@media (max-width: 2550px) and (min-width: 1000px) {
    .main-h2 span {
        width: 41%;
        text-align: right;

    }
}

@media (max-width: 1750px) and (min-width: 1500px) {
    .main-bg {
        animation: float 6s ease-in-out infinite;
        max-height: 82vh;
        top: 75px !important;
        right: 77px
    }


}


@media (max-width: 1500px) and (min-width: 1350px) {
    .main-bg {
        animation: float 6s ease-in-out infinite;
        max-height: 82vh;
        top: -95px !important;
        right: 74px;
        left: 390px;
    }
}


@media (max-width: 1350px) and (min-width: 1024px) {
    .main-bg {
        animation: float 6s ease-in-out infinite;
        max-height: 82vh;
        top: -83px !important;
    }
}

@media (max-width: 1350px) and (min-width: 768px) {

    .main-text {
        padding-left: 30px;
    }
}


@media (max-width: 1050px) and (min-width: 768px) {

    .main-bg {
        width: 59%;
        position: absolute;
        top: 246px;
        left: 345px;
        right: 0;
        margin: auto;
    }

    .oschad-header {
        padding-right: 15px;
    }
}

.rushWidget-message__text {
    font-size: 14px !important;
}


@media (max-width: 768px) {

    footer {
        position: relative;

    }

    .social-links {
        display: flex;
        gap: 10px;
    }

    .ns {
        position: absolute;
        right: 11px;
        font-size: 11px;
        bottom: 15px;
    }

    .ns2 {
        position: absolute;
        right: 11px;
        bottom: 43px;
    }

    .footer-content {
        height: 90px;
    }

    .mobile {
        display: block;
    }


    .main {
        padding-top: 0;
        display: block;
        float: left;
        height: auto;
        width: 100%;
        overflow: hidden;
    }

    .main-2 {
        display: block;
        float: left;
        width: 100%;
    }

    footer {
        float: left;
        width: 100%;
    }

    .mobile-hidden {
        display: none !important;
        animation: none !important;
    }

    .main-h2 {
        color: #FF5;
        text-align: center;
        font-family: "Oschad Sans";
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        width: auto;
        float: left;
        margin-left: 1rem;
        padding: 8px 12px;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 100px;
    }

    .main-bg {
        top: 152px;
        left: 0;
        right: 0;
        margin: auto;
        width: auto;
        max-width: 100%;
        max-height: 542px;
    }

    .position-2 {
        float: right;
        margin-right: 2rem;
        right: 52px;
        top: 152px;
        width: 207px;
        text-align: right;
    }

    .main-text {
        width: 100%;
        max-width: 468px;
        /*margin: 100px 0;*/
        /*margin-top: 602px;*/
        padding: 0 1rem;
        margin: 633px auto 36px;

    }


    .main-text a {
        position: -webkit-sticky; /* for iOS Safari */
        position: sticky;
        width: 95%;
        bottom: 30px;
        margin: 0 auto;
        left: 0;
        right: 0;
    }


    .chat-widgets-container {

        margin-top: 50px !important;
        width: 100%;
        float: left;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
        margin-top: 1rem;


    }


    .mobile-header button {
        width: auto !important;
        margin: 0;
    }

    .con-chat {
        display: block;
        overflow-x: scroll;
        max-width: 100%;
        width: 100%;
        position: relative;

    }

    .chat-widgets-container {
        display: flex;
        width: auto;
    }

    .chat-live {
        position: relative !important;
        width: auto !important;
    }


    .section_end .flex {
        flex-direction: column;
        align-items: center;
    }

    .section_end button {
        margin-top: 1rem;
    }

    .oschad-chat-input {
        height: 92px;
        font-size: 16px;
    }

    .boxw {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px !important;
        padding-bottom: 0 !important;
    }

    .align-end {
        align-items: end;
    }

    .align-end .oschad-modal-content {
        width: 100% !important;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        height: auto !important;

        max-height: 100%;
        overflow-y: scroll;
    }

    .modal-img {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center;
    }

    .mid-1 {
        border-radius: 12px !important;
        background: #0D1E16 !important;
    }

    .mid-2 {
        border-radius: 12px !important;
        background: #DBE023 !important;
    }

    .modal-des {

    }

    #rush-widget, #rush-widget2 {
        min-width: 260px !important;
    }

    .chat-live, .bx-1w {
        width: 260px !important;
    }

    .bx-2w {
        width: 223px !important;
        padding: 10px 0 !important;
    }

    .bx-2w .botName {

    }

    .rushWidget-message-boxes-avatar {
        display: none !important;
    }

    .rushWidget-message-asistan {
        padding: 0 !important;
        margin: 10px 0 !important;
    }

    .vote-button {
        font-size: 14px;
        padding: 7px 5px;
        width: 95% !important;
    }

    .chat-live-panel {
        border-top-left-radius: 27px !important;
        border-top-right-radius: 27px !important;

        /*border-bottom: 0 !important;*/
    }

    .oschad-info-btn1 {
        top: inherit !important;
        bottom: 11px;
        right: 8px !important;
    }

    .oschad-info-btn2 {
        top: inherit !important;
        bottom: 11px;
        right: 8px !important;
    }

    .item_vote {
        width: 220px !important;
    }

    .modal-fullscreen {

    }

    .modal-fullscreen .oschad-modal-content {
        width: 100% !important;
        height: 100% !important;
        border-radius: 0 !important;
        padding: 0 !important;
        overflow: auto !important;
    }

    .box-information {
        text-align: center;
        min-height: 900px;
    }

    .box-information img {
        margin: 0 auto;
        margin-top: 20px;
    }

    .modal-fullscreen .box-text p {
        padding: 0 20px !important;
    }

    .modal-fullscreen .box-text h2 {
        width: 244px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .mb-column {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .mb-column div {
        width: 100%;
        text-align: left;
        max-width: 100% !important;
    }


    .mb-arrow {
        position: absolute;
        top: 10px;
        left: 10px
    }

    .mb-close {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .box-information {
        display: block;
        padding: 50px 0;
    }

    .box-text {
        max-width: 100%;
    }

    #modalInfo4 .oschad-modal-content {
        justify-content: start;
    }

    .modal-mb4-content {
        border-top-right-radius: 34px !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    .modal-mb4-content1 {
        padding: 46px 15px !important;
    }


    .item_vote {
        width: 100% !important;
        padding: 0;
    }

    .item-vote-mobile {
        justify-content: center;
        gap: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        /*padding: 0 20px;*/
        gap: 1rem !important;
    }

    .vote-name {
        color: #160211;
        leading-trim: both;
        text-edge: cap;
        font-family: "Oschad Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .vote-percent {
        color: #BABABA;
        text-align: right;
        leading-trim: both;
        text-edge: cap;
        font-family: "Oschad Sans";
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        line-height: 72px; /* 180% */
    }

    #modalInfo5 .oschad-btn {
        width: 100%;
        margin-top: 24px !important;
    }

    .bf {
        margin-bottom: 48px;
    }


    #modalInfo4 .oschad-btn {
        margin-bottom: 80px;
    }

    .ns3 {
        position: absolute;
        left: 133px;
        bottom: 44px;
    }

    .mobile-sticky-btn {
        position: fixed !important;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        width: 100vw;
        max-width: 100vw;
        margin: 0;
        border-radius: 0;
        text-align: center;
        background: #00BDB7;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        padding: 18px 0;
        box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.08);
        display: block;
        transition: transform 0.2s;
    }

    .mobile-sticky-btn.hide {
        transform: translateY(100%);
        pointer-events: none;
    }
}

@media (max-width: 500px) {
    .position-2 {
        right: 103px;
        top: 152px;
        width: 109px;
    }
}

@media (max-width: 350px) {

    .main-h2 {
        font-size: 30px !important;
    }

    .main-text {
        margin-top: 538px !important;
    }

    .position-2 {
        width: 125px;
    }
}


@media (max-width: 340px) {
    .position-2 {
        right: 53px;
        top: 152px;
        width: 142px;
    }
}


@media (max-width: 768px) {

    #section--3 {
        height: 100vh;
        max-height: 100vh;
    }

    .main-bg {
        top: 150px;
        max-height: 46vh;
    }

    .main-text {
        margin: calc(100vh - 40vh) auto 36px;
    }

    .rushWidget-message {
        font-size: 14px !important;
        padding: 10px 0 !important;
        margin: 0 !important;
    }


    .rushWidget-message__text {
        font-size: 14px !important;
        max-width: 100%;
        padding: 0 8px;
    }

    .rushWidget-message-boxes {
        margin-bottom: 20px;
    }
}


.oschad-subtitle-vote {
    position: relative;
    top: 80px;

}

@media (max-width: 768px) {

    .oschad-subtitle-vote {
        top: 0px;
    }

}

.hide {
    display: none !important;
}


@media (max-width: 320px) {
    .main-text {
        margin: calc(100vh - 37vh) auto 36px !important;

    }

    .main-text p {
        font-size: 15px !important;
        line-height: 20px;
    }


    .main-bg {
        top: 150px;
        max-height: 40vh;
    }

    .main-text a {
        bottom: 10px;
        margin-top: 10px;
    }

}

@media only screen
and (orientation: landscape)
and (max-width: 990px)
and (max-height: 500px) {
    .oschad-header {
        place-content: space-between;
        flex-direction: row;
        position: fixed;
        top: 0;
        left: 10px;
        padding: 0 20px;
    }

    .oschad-buttons {
        position: relative;
        top: 0;
        box-shadow: 0 0 0;
        flex-direction: row;
        width: auto;
        background: inherit;
    }

    #section--3 {
        max-height: none;
        height: auto;
        min-height: 421px;
    }

    .main-h2 {
        top: 80px;
    }

    /*.main-bg {*/
    /*    top: 59px;*/
    /*    max-height: 325px;*/
    /*    right: -224px;*/
    /*}*/
    /*.main-text {*/
    /*    width: 331px;*/
    /*    margin: inherit;*/
    /*    margin-top: 154px;*/
    /*}*/
    .bx-2w {
        background: inherit !important;
    }

    .chat-live {
        max-height: 373px !important;
        height: 373px !important;
    }

    .bx-1w img {
        width: 100%;
    }

    /*#rush-widget {*/
    /*    padding-top: 27px;*/
    /*}*/
    #rush-widget, #rush-widget2 {
        height: auto;
    }
}


@media only screen
and (orientation: landscape)
and (max-width: 768px)
and (max-height: 500px) {
    .oschad-header {
        place-content: space-between;
        flex-direction: row;
        position: fixed;
        top: 0;
        left: 10px;
        padding: 0 20px;
    }

    .oschad-buttons {
        position: relative;
        top: 0;
        box-shadow: 0 0 0;
        flex-direction: row;
        width: auto;
        background: inherit;
    }

    #section--3 {
        max-height: none;
        height: auto;
        min-height: 421px;
    }

    .main-h2 {
        top: 80px;
    }

    .main-bg {
        top: 59px;
        max-height: 325px;
        right: -224px;
    }

    .main-text {
        width: 331px;
        margin: inherit;
        margin-top: 154px;
    }

    .bx-2w {
        background: inherit !important;
    }

    .chat-live {
        max-height: 373px !important;
        height: 373px !important;
    }

    /*#rush-widget {*/
    /*    padding-top: 27px;*/
    /*}*/
    #rush-widget, #rush-widget2 {
        height: auto;
    }
}


@media only screen
and (max-width: 500px)
and (max-height: 710px) {
    .main-text {
        margin: calc(100vh - 31vh) auto 36px;
    }

}
