@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

*:link {
    color: #c32ee6;
    text-decoration: none;
}

a {
    color: #c32ee6;
    text-decoration: none;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    background-color: #fefefe;
    color: #464666;
}

    body.body-login:after {
        content: "";
        background-image: url('../img/bg.jpg');
        position: absolute;
        /* max-width: 1180px; */
        /* max-height: 1020px; */
        width: 100%;
        height: 100%;
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0.5;
    }

    body.body-login {
        background-color: #e2e2ff;
    }

*:hover {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sideBar {
    background: #f6f8fa;
    position: absolute;
    width: 230px;
    height: 100vh;
    z-index: 9999;
    padding: 20px 30px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.logoTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.sw {
    width: 22%;
}

    a.sw i {
        font-size: 26px;
        color: #464666;
        position: relative;
        top: 4px;
    }

.logoCont {
    width: 80%;
}

ul.sideMenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.border-top.footer.text-muted {
    text-align: center;
    background: #f3f5f7;
    border: none !important;
    -webkit-box-shadow: 0px 0 200px 1px rgb(0 0 0 / 10%);
    box-shadow: 0px 0 200px 1px rgb(0 0 0 / 10%);
}

body.body-login header.login-header {
    display: none;
}

.login {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: auto;
    background-size: cover;
    height: 100vh;
}

.login-box {
    background-color: rgba(255, 255, 255, 1);
    max-width: 900px;
    width: 100%;
    margin: 5% auto;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0 200px 1px rgb(0 0 0 / 10%);
    box-shadow: 1px 15px 200px 1px rgb(0 0 0 / 15%);
    backdrop-filter: blur(7px);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .login-box.login-form-box > div {
        width: 50%;
        min-height: 480px;
    }

.login_form {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .login_form form {
        width: 75%;
    }

.login-side {
    background-image: url(/img/ilustration.svg);
    background-color: #eeeeff;
    background-size: 68%;
    background-repeat: no-repeat;
    background-position: center 100%;
    border-radius: 25px 0 0 25px;
}

.login-logo-box {
    background: white;
    border-bottom: 1px solid #f1f1f1;
    padding: 30px 0 30px 0;
    margin: -20px 0 20px;
    text-align: center;
    border-radius: 25px 25px 0 0;
}


    .login-logo-box img {
        max-width: 230px;
        height: auto;
    }

.login-form-box form > div {
    margin-bottom: 10px;
}

.login-form-box label {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.login-form-box a:link {
    text-transform: uppercase;
    font-weight: 600;
    opacity: 1;
    color: #3a6465;
    font-size: 8px;
}

.login-form-box input[type=text],
.login-form-box input[type=password] {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 100%;
    background: #f9f9f9;
    padding: 15px 10px 15px 40px;
    margin-top: 5px;
}


.login-form-box form > div > div {
    position: relative
}

    .login-form-box form > div > div i {
        position: absolute;
        background: transparent;
        color: #c32ee6;
        padding: 20.5px 10.5px;
        top: 5px;
        border-radius: 3px 0 0 3px;
    }

.login-side img {
    max-width: 140px;
    width: 65%;
    margin: 15px auto;
    display: block;
}

.login-form-box > div > div
.login-form-box button {
    margin: 0 auto;
    display: inherit;
    background: #086465;
    border: none;
    padding: 4px 13px;
    color: white;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
}

.txt-right {
    text-align: right;
}

.head-top {
    background: white;
    border-bottom: 2px solid #e6e6e6;
    text-align: center;
    height: 60px;
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
}

.log-area {
    margin: 10px 15px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}


    .log-area, .log-area div, .log-area button {
        display: inline-block;
        vertical-align: top;
    }

.user-area, .culture-box {
    background: #f9f9f9;
    padding: 5px 15px;
    border-bottom: 2px solid #ededed;
    border-radius: 60px;
    color: black;
}

    .user-area i {
        margin-right: 5px;
        font-size: 16px;
    }


.drop-d {
    display: none;
}

i#down-sw {
    opacity: 0.5;
    margin-left: 5px;
    cursor: pointer;
}

.log-area button, .login-btn {
    background-color: black;
    color: white !important;
    border: none;
    padding: 5px 0;
    display: inline-block;
    width: 30.8px;
    text-align: center;
    border-radius: 99px;
    font-size: 14px;
    text-decoration: none;
    opacity: 1;
}


    .log-area button:hover, .login-btn:hover {
        opacity: 0.5;
    }

a.logo-top {
    display: inline-block;
    max-width: 140px;
    margin: 10px;
}

    a.logo-top img {
        width: 100%;
        position: relative;
    }


.login-body {
    background-image: url("../img/log-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.login-tools {
    display: flex;
    margin: 25px 0 30px !important;
}

    .login-tools > div {
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        width: 49.333%;
    }

        .login-tools > div label {
            display: inline-block;
            position: relative;
            top: -1px;
            margin-left: 10px;
        }

a.basic-bt-login {
    background: #202c6c;
    color: white !important;
    font-weight: normal !important;
    padding: 7px 15px;
    border-radius: 30px;
    text-decoration: none !important;
}


    a.basic-bt-login:hover {
        text-decoration: none !important;
    }

.btn.btn-primary.bt-normal {
    background: #f4f8fb;
    color: #373737;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    margin: 0 auto;
}

    .btn.btn-primary.bt-normal.green-bt {
        background: #c32ee6;
        color: white;
        border-radius: 35px;
    }

    .btn.btn-primary.bt-normal:hover {
        background: #7f7fe7;
        color: white;
    }

.opt-menu {
    display: none;
    position: absolute;
    right: -10px;
}

    .opt-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ffffff;
        position: absolute;
        top: 18px;
        right: 14px;
    }

    .opt-menu a {
        font-size: 14px;
        color: #373737;
        opacity: 1;
        text-decoration: none;
        padding: 6px 0;
        display: block;
    }

        .opt-menu a:hover {
            opacity: 0.4;
        }

    .opt-menu i {
        margin-right: 5px;
    }

.opt-menu-open {
    display: block;
}

    .opt-menu-open ul {
        background: white;
        list-style: none;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 2px 3px 5px rgb(0 0 0 / 3%);
        margin-top: 25px;
    }

.user-section {
    right: 20px;
    position: absolute;
}

.menu-switch {
    color: #185e90 !important;
    letter-spacing: 1px;
    cursor: pointer;
}

    .menu-switch i {
        font-size: 20px;
        position: relative;
        top: 2px;
        margin-right: 10px;
    }

.menu-active {
    color: black !important;
    position: relative;
}

.logo {
    margin: 0 auto;
    max-width: 140px;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

    .logo:hover {
        opacity: 0.65 !important;
    }

    .logo img {
        width: 100%;
    }

.opt-swich {
    font-size: 22px;
    margin-left: 14px;
    opacity: 0.5;
    position: relative;
    top: 2px;
}

    .opt-swich i:hover {
        transform: rotate(45deg);
    }

.user > i {
    font-size: 22px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.side-menu-cont-l {
    position: fixed;
    top: 50px;
    left: -18%;
    /*    padding: 70px 50px 0 40px;*/
    padding: 20px 50px 0 40px;
    /* min-height: 78vh; */
    height: 91%;
    width: 21%;
    background: #185e90;
    transition: all 1s;
}

    .side-menu-cont-l .side-menu-list {
        background: transparent;
        list-style: none;
        padding: 0;
        color: white;
        font-size: 14px;
        font-weight: bold;
        opacity: 0;
        transition: all 1s;
    }

        .side-menu-cont-l .side-menu-list li {
            position: relative;
            border-bottom: 1px solid #447da5
        }

            .side-menu-cont-l .side-menu-list li:before {
                /* content: "\f0c8"; */
                position: absolute;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                /* opacity: 0.5; */
                left: -22px;
                top: 12px;
                font-size: 15px;
            }

            .side-menu-cont-l .side-menu-list li.side-de:before {
                content: "\f574";
            }

            .side-menu-cont-l .side-menu-list li.side-dr:before {
                content: "\f56d";
            }

            .side-menu-cont-l .side-menu-list li.side-fe:before {
                content: "\f1ec";
            }

            .side-menu-cont-l .side-menu-list li.side-cdt:before {
                content: "\f002";
            }

            .side-menu-cont-l .side-menu-list li.side-mp:before {
                content: "\f7d9";
            }

            .side-menu-cont-l .side-menu-list li.side-t:before {
                content: "\f1cd";
            }

            .side-menu-cont-l .side-menu-list li.side-rep:before {
                content: "\f570";
            }

            .side-menu-cont-l .side-menu-list li.side-usu:before {
                content: "\f0c0";
            }

            .side-menu-cont-l .side-menu-list li a {
                padding: 10px 5px;
                display: block;
                color: white;
                text-decoration: none;
                opacity: 1 !important;
            }

                .side-menu-cont-l .side-menu-list li a:hover {
                    opacity: 0.5 !important;
                    padding-left: 10px;
                }


/**Loader Styles*/
.loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff82;
    z-index: 1060;
}

    .loader-container .loader-content {
        position: fixed;
        left: 47%;
        top: 47%;
    }

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 10px solid #fff;
        border-color: #009fe5 transparent #002d59 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

.hideLogo {
    display: none;
    width: 30px;
}

.showLogo {
    display: inline-block;
}

.sideMenu a {
    color: #464666;
    font-size: 16px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 10px;
    position: relative;
    left: 0;
}

    .sideMenu a:before {
        content: "";
        width: 27px;
        height: 27px;
        display: inline-block;
        margin: -1px 15px 0 0;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .sideMenu a.Home:before {
        background-image: url('../img/icon_set/home_1946488.png');
    }

    .sideMenu a.Category:before {
        background-image: url('../img/icon_set/menu_12180874.png');
    }

    .sideMenu a.SubCategory:before {
        background-image: url('../img/icon_set/menu_12180874.png');
    }

    .sideMenu a.Users:before {
        background-image: url('../img/icon_set/stakeholders_18549818.png');
    }

    .sideMenu a.Poll:before {
        background-image: url('../img/icon_set/survey_10897866.png');
    }

    .sideMenu a.Item:before {
        background-image: url('../img/icon_set/analytics_6884184.png');
    }

.activeMenu {
    background: white;
    box-shadow: 0 0 200px 20px rgba(0, 0, 0, 0.1);
}

.sideMenu a:hover {
    left: 5%;
}

.profileSw {
    background: #c32ee6;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.Profile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

.smallSideBar {
    width: 120px;
    padding: 20px 20px 0 20px;
}

    .smallSideBar img.logoFull.showLogo {
        display: none;
    }

    .smallSideBar img.Logoico.hideLogo {
        display: block;
        margin: 0 auto;
    }

    .smallSideBar .sideMenu a {
        font-size: 0;
    }

        .smallSideBar .sideMenu a:before {
            margin: -1px auto 0 auto;
        }

    .smallSideBar .Profile {
        padding: 40px 0px;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 600px) {
    .login-box.login-form-box {
        flex-wrap: wrap;
        width: 80%;
    }

        .login-box.login-form-box div {
            width: 100%;
            min-height: initial;
        }

    .login-side {
        border-radius: 25px 25px 0 0;
    }

        .login-side img {
            max-width: 230px;
            width: 55%;
            margin: 30px auto 260px;
            display: block;
        }

    .login-side {
        background-position: center 90%;
    }

    .login_form form {
        width: 85%;
        padding: 40px 0 20px;
    }

    .txt-right {
        width: 150% !important;
    }
}


.containerMaket {
    width: 300px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.question {
    font-weight: bold;
    margin-bottom: 10px;
}

.option {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.amount {
    font-size: 12px;
    color: gray;
    margin-top: 10px;
    position: relative;
}
    .amount:before {
        content: "$";
        position: absolute;
        font-size: 18px;
        left: 10px;
        top: 6px;
        font-weight: 400;
        color: black;
    }
    .amount input[type=number] {
        padding-left: 27px;
        color: gray;
    }
.question {
    font-weight: bold;
    margin-bottom: 10px;
}

.option {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

    .option button {
        margin-left: 10px;
        background: #c32ee6;
        border: none;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 5px;
        min-width: 43px;
        margin-left: 5px;
    }

        .option button:hover {
            background: #d0d0ff;
        }

.basic-button.no-buttonyes-button {
    background: #810e9d;
}

.nav-menuHula {
    display: flex;
    gap: 15px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    overflow-x: auto; /* Permite desplazamiento horizontal */
}

    .nav-menuHula a {
        text-decoration: none;
        color: #666;
        font-weight: 500;
        padding: 5px 10px;
    }

        .nav-menuHula a.active {
            font-weight: bold;
            color: black;
        }

        .nav-menuHula a:hover {
            color: black;
        }
.container {
   width:100%;
   max-width:1400px;
   position:relative;
}
a.navbar-brand img {
    width: 65px;
}
.navbar > .container {
    flex-wrap: wrap;
}
.theme-section {
    width: 100%;
    border-top: 1px solid #d8e5e0;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    gap: 20px;
}
    .theme-section ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 20px;
    }
        .theme-section ul li {
            margin-right: 15px;          
        }
            .theme-section ul li a {
                color: #9a9a9a;
                text-transform:uppercase;
            }
                .theme-section ul li a.active, .theme-section ul li a:hover {
                    color: black;
                }
            .theme-section:before {
        content: "";
        background-image: url(../img/mega.svg);
        height: 30px;
        width: 32px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 15px;
    }

.theme-sectionSub {
    width: 100%;
    border-top: 1px solid #d8e5e0;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    gap: 20px;
}

    .theme-sectionSub ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 20px;
    }

        .theme-sectionSub ul li {
            margin-right: 15px;
        }

            .theme-sectionSub ul li a {
                color: #9a9a9a;
                text-transform: uppercase;
            }

                .theme-sectionSub ul li a.active, .theme-sectionSub ul li a:hover {
                    color: black;
                }

   /* .theme-section:before {
        content: "";
        background-image: url(../img/mega.svg);
        height: 30px;
        width: 32px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 15px;
    }*/
input.input-basic.seach-input {
    background-image: url('../img/search.svg');
    padding: 10px 10px 10px 40px;
    border: 1px solid #d8e5e0;
    margin: 0px 10px;
    min-width: 350px;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px center;
}
.basic-button {
    padding: 9px;
    min-height: 46px;
    background: #c32ee6;
    color: white;
    border-radius: 5px;
    border: 1px solid #8888eb;
    opacity:1;
}
    .basic-button.login-button {
        background: white;
        color: #c32ee6;
    }
.basic-button:hover {
    opacity: 0.8;
}
nav.navbar {
    background: #f7f7f7 !important;
}
.sort-filter {
    display: flex;
    align-items: center;
}
    .sort-filter > div {
        margin-right: 10px;
        font-weight: bold;
        text-transform: uppercase;
    }
ul.sort-items {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}
    ul.sort-items li {
        margin: 0 5px
    }
    ul.sort-items a {
        background: #f3f3f3;
        padding: 7px 10px;
        border-radius: 30px;
        min-width: 90px;
        display: block;
        text-align: center;
        color: #9a9a9a !important;
    }
.content-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px 0;
    justify-content: space-between;
}
.item-grid {
    width: 24.333%;
    border: 1px solid #d8e5e0;
    border-radius: 5px;
    background: #f7f7f7;
    padding: 5px 0;
    margin: 7px 0;
}
    .item-grid > div {
        display: flex;
        padding: 5px 10px;
        align-items: center;
        justify-content: space-between;
        border: none !important
    }
.profile-img {
    overflow: hidden;
    width: 60px;
    height: 60px;
}
    .profile-img img {
        width: 100%;
    }
.title {
    font-weight: bold;
    font-size: 18px;
    width: 75%;
    line-height: 22px;
}
.poll-questions {
    width: 100%;
}
    .poll-questions .option {
        align-items: center;
    }
.option-label {
    font-weight: 600;
}
.option-interaction span {
    font-size: 18px;
}
button.basic-button.no-button {
    background: #83169d;
}
.pool-info {
    background: #ededed;
    margin-bottom: -5px;
    padding: 10px 10px !important;
    color: #919191;
}
.pool-info-label span {
    font-weight: bold;
}
.pool-info a {
    font-size: 20px;
}
ul.navbar-nav a.nav-link.text-dark {
    font-size: 18px;
    margin-top: 10px;
}

/*Buscador codigo css*/
.search-dropdown {
    position: absolute;
    width: 300px;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    max-height: 300px;
    overflow-y: auto;
    display: none;
}

.search-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

    .search-item img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        border-radius: 5px;
    }

    .search-item:hover {
        background-color: #f5f5f5;
    }
/*fin buscador*/

.item-grid.detailPool {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    max-width: 360px;
}
    .item-grid.detailPool button.basic-button {
        width: 48%;
    }
.amount {
    font-size: 55px;
    margin-top: -5px;
    justify-content: flex-end !important;
}
.quick-amount {
    justify-content: flex-end !important;
}
    .quick-amount label {
        background: white;
        border: 1px solid lightgray;
        border-radius: 5px;
        padding: 2px 10px;
        text-align: center;
        width: 21%;
        color: black;
        margin: 0 3px;
    }
.containerDetail > div {
    display: flex;
    align-items: center;
}
.loginAction {
    margin-top: 20px;
    display:flex;
    flex-wrap:wrap;

}
a.btn.btn-primary.bt-normal.green-bt.registerBtn {
    background: #202b6b;
    opacity:1;
}
    a.btn.btn-primary.bt-normal.green-bt.registerBtn:before {
        content: "\f234";
        font-family: "Font Awesome 6 Free";
        font-weight:bold;
        color: white;
    }
a.btn.btn-primary.bt-normal.green-bt.registerBtn:hover {
    opacity: 0.8;
}
    .btn.btn-primary.bt-normal.green-bt i, a.btn.btn-primary.bt-normal.green-bt.registerBtn:before {
        margin-right: 5px;
    }
.loginAction .btn.btn-primary.bt-normal.green-bt {
    min-width: 120px;
}

.opt-menu-open {
    width: 200px;
    z-index:9999!important;
}

.opt-menu {
    display: none;
    position: absolute;
    right: -10px;
}

.opt-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
    position: absolute;
    top: 18px;
    right: 14px;
}

.opt-menu a {
    font-size: 14px;
    color: #373737;
    opacity: 1;
    text-decoration: none;
    padding: 6px 0;
    display: block;
}

.opt-menu a:hover {
    opacity: 0.4;
}

.opt-menu i {
    margin-right: 5px;
}

.opt-menu-open {
    display: block;
}

.opt-menu-open ul {
    background: white;
    list-style: none;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 2px 3px 5px rgb(0 0 0 / 3%);
    margin-top: 25px;
}
.modeParent {
    border: 1px solid #d8e5e0;
    border-radius: 5px;
    background: #ffffff;
    padding: 10px;
    position: relative;
    overflow: hidden;
    width: 95px;
    height: 46px;
    cursor: pointer;
}
.modeBg {
    display: flex;
    width: 160px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
    .modeBg i {
        margin-left: 10px;
    }
    .modeBg > div {
        width: 150px;
    }

.dark-mode-active {
    background: #424242;
    border: 1px solid #707070;
}
    .dark-mode-active .modeBg {
        left: -65px;
    }

body.dark-mode {
    background-color: #424242;
    color: #ededed;
}
    body.dark-mode nav.navbar {
        background: #14111a !important;
    }
    body.dark-mode a {
        color: #ededed;
    }
    body.dark-mode .item-grid {
        border: 1px solid #000000;
        background: #14111a;
    }
    body.dark-mode .pool-info {
        background: #2c2c2c;
        color: #ededed;
    }
    body.dark-mode .theme-section {
        border-top: 1px solid #707070;
    }
    body.dark-mode .border-bottom {
        border-bottom: 1px solid #707070 !important;
    }
    body.dark-mode footer.border-top.footer.text-muted {
        background: #14111a;
    }
    body.dark-mode .containerDetail {
        background: #414141;
    }
    body.dark-mode .theme-section:before {
        background-image: url(../img/mega-w.svg) !important;
    }
    body.dark-mode a.nav-link.text-dark {
        color: #ededed !important;
    }
.auth-section a {
    display: inline-block;
}
i#togglePassword {
    right: 10px !important;
}
.btn-primary {
    color: #fff;
    background-color: #c32ee6;
    border-color: #0d6efd;
}
.tab-content > .active {
    display: block;
    width: 100%;
}
.poll-content {
    min-height: 111px;
}
.container-sub {
    margin-top: 10px;
}
    .container-sub .row {
        margin-bottom: 10px;
    }
div#containerOptions > div {
    width: 50%;
}

.hiddeElement {
    display: none;
}

.showElement {
    display: block;
}

.amount-title {
    margin: 10px 0;
    font-weight: 700;
}
.container-sub .row .col-md-3 {
    text-align: right;
    font-weight: 600;
}
.invalid-font-size {
    font-size: 14px
}
.paymentBox img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    display: block;
}
.paymentBox {
    width: 360px;
    margin: 5% auto;
    background: #f7f7f7;
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.02);
}
    .paymentBox div {
        margin: 10px;
        padding: 0 0 10px;
        font-size: 18px;
        border-bottom: 1px solid lightgrey;
    }
    .paymentBox div:last-of-type {
        margin-bottom: 0;
        border-bottom: none;
    }
.buttonpaymentBox {
    text-align: center;
}
.containerDetail .item-grid-top .title {
    margin-left: 20px;
}
div#containerOptions {
    flex-wrap: wrap;
}
    div#containerOptions .row {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e7e7e7;
    }
    div#containerOptions .row:last-of-type {
        margin-bottom: 0;
        border-bottom: 1px solid transparent;
    }
        div#containerOptions .row .party-options {
            width: 100%;
            justify-content: flex-end !important;
        }
            div#containerOptions .row .party-options .party {
                margin-right: auto;
            }
div#containerOptions {
    flex-wrap: wrap;
    margin: 30px 0;
}
.buttonSectionCompra button {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
}
div#lblHulaCoin {
    background: white;
    border: 1px solid #e9e9e9;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
}
    div#lblHulaCoin span#lblHulaCoinAmount {
        font-weight: bold;
        color: #83169d;
        font-size: 20px;
        margin-left: 5px;
    }
    div#lblHulaCoin i.fa-solid.fa-coins {
        margin-right: 5px;
        color: #83169d;
        background: #f7f7f7;
        padding: 7px;
        border: 1px solid #e9e9e9;
        border-radius: 99px;
    }
.code-login-box {
    padding: 0 20px;
}
.login-form-box form > div {
    margin-bottom: 10px;
}
.code-login-box input.user-input {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    width: 100%;
    background: #f9f9f9;
    padding: 15px 10px;
    margin-top: 5px;
}

@media (max-width: 1280px) {
    .item-grid {
        width: 32.333%;
    }
}

@media (max-width: 600px) {
    .login-box.login-form-box {
        flex-wrap: wrap;
        width: 80%;
    }

        .login-box.login-form-box div {
            width: 100%;
            min-height: initial;
            font-size: 13px;
        }

    .login-form-box a:link {
        font-size: 13px;
    }

    .login-side {
        border-radius: 25px 25px 0 0;
    }

        .login-side img {
            max-width: 140px;
            width: 65%;
            margin: 0px auto;
            display: block;
        }

    .login-side {
        background-position: center 100%;
        background-size: 50%;
    }

    .login_form form {
        width: 85%;
        padding: 40px 0 20px;
    }

    .txt-right {
        width: 150% !important;
    }

    .login-tools {
        flex-wrap: wrap;
    }

        .login-tools > div {
            width: 100% !important;
            margin-bottom: 20px;
        }

    .sideBar {
        left: -1000px;
    }

    .responsive-sw {
        display: inline-flex;
        font-size: 30px;
    }

    .login-tools {
        margin: 25px 0 -10px !important;
    }

    .login {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 60px;
    }

    .search-section {
        width: 60%;
        margin: 10px 0;
    }
        .search-section input#searchBox {
            min-width: initial;
            width: 100%;
            margin-left: 0;
        }
    .item-grid {
        width: 100%;
        margin-bottom: 20px;
    }
    .MarketsCont {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
        .MarketsCont > div {
            position: relative !important;
            width: 100% !important;
            margin-bottom: 30px;
        }
    .containerDetail > div img {
        width: 100%;
    }
    .containerDetail > div {
        justify-content: space-between;
    }
    .sideBar.expandedResponsive {
        left: 0;
    }
    logoTop a.sw {
        display: none;
    }
    a.basic-button.SignUp-button {
        color: white !important;
    }
    .containerDetail > div {
        flex-wrap: wrap;
    }
    .party-options {
        justify-content: space-between !important;
    }
    div#containerOptions > div {
        width: 120%;
        margin-bottom: 10px;
    }
    .party-chance {
        width: 20%;
        margin: 0 5px !important;
    }
        .party-chance button.btn {
            font-size: 14px;
            width: 100%;
            padding: 0.575rem 0;
        }
    body.dark-mode .navbar-light .navbar-toggler {
        color: #626262 !IMPORTANT;
        border-color: #353535 !IMPORTANT;
        background: #5b5b5b;
    }
    a.navbar-brand {
        order: 1;
    }
    button.navbar-toggler {
        order: 2;
        margin-right: auto;
    }
    .mode-cont {
        order: 3;
    }
    .navbar-collapse {
        order: 4;
    }
    .search-section {
        order: 5;
    }
    .auth-section {
        order: 6;
    }
}
