/* === Fuentes === */

@font-face {
    font-family: 'Brandon-Grotesque-Black';
    src: local('BrandonGrotesque'), url('../fonts/BrandonGrotesquey/brandon-grotesque-black.ttf') format('truetype');
    src: url("../fonts/BrandonGrotesque/brandon-grotesque-black.woff") format("woff"), /* Modern Browsers */
         url("../fonts/BrandonGrotesque/brandon-grotesque-black.ttf")  format("truetype"), /* Safari, Android, iOS */

}


@font-face {
    font-family: 'BrandonGrotesque-Black';
    src: local('Brandon'), url('../fonts/Brandon/Brandon_blk.ttf') format('truetype');
    src: url("../fonts/Brandon/Brandon_blk.woff") format("woff"), /* Modern Browsers */
         url("../fonts/Brandon/Brandon_blk.ttf")  format("truetype"), /* Safari, Android, iOS */

}

@font-face {
    font-family: 'BrandonGrotesque-Light';
    src: local('Brandon'), url('../fonts/Brandon/BrandonGrotesque-Light.ttf') format('truetype');
    src: url("../fonts/Brandon/BrandonGrotesque-Light.woff") format("woff"), /* Modern Browsers */
         url("../fonts/Brandon/BrandonGrotesque-Light.ttf")  format("truetype"), /* Safari, Android, iOS */

}

p.text-long{
    word-break: break-word !important;
    text-align: justify !important;
}
#v-pills-add-wallet-tab {
    width: 95%;
    border-radius: 25px;
    top: 1%;
    margin-top: 0% !important;
    margin-bottom: 10% !important;
    background: black;
    color: #fff;
}

.container-button {
    background-color: #2e6329;
    border: 1px solid #fff;
    position: fixed;
    z-index: 999;
    border-radius: 50%;
    bottom: 20px;
    right: 25px;
    padding: 10px;
    transition: ease 10s;
    animation: efecto 2.2s infinite;
}
.container-button:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

.button{
    width: 45px;
    transition: ease 1s;
}

@keyframes efecto{
    0%{
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
    }
    100%{
        box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
    }
}

.select2-container--open .select2-dropdown {
    z-index: 8 !important;
}

#form_my_account > div:nth-child(4) > div.row > div > div {
    margin-bottom: 5px;
}

#modalTerms > div > div > div.modal-footer.center-content > div > button {
    background: #3c82ff;
    color: #fff;
    border-radius: 25px;
}


#modalTerms > div > div > div.modal-footer.center-content > div > button:hover {
    background: #fff;
    color: #3c82ff;
    outline: 1px solid #3c82ff !important;
}

#form_modal_terms > span > a {
    text-decoration: underline;
}

#form_my_account > div:nth-child(4) > div.row {
    margin-top: 2%;
}

#form_my_account > div:nth-child(4) > div.col-md-4.buttons-account {
    margin-top: 2%;
}

div > div > div.modal-header.bg-dark.white > button {
    filter: invert(57%) sepia(69%) saturate(5408%) hue-rotate(205deg) brightness(103%) contrast(102%);
}
.more_lang .lang.selected{
    background: var(--theme-deafult);
    color: #fff;
}

#basic-1 > tbody > tr > td:nth-child(3) > form > div {
    display: block;
    text-align: center;
}


#basic-1 > tbody > tr > td:nth-child(3) > form > div > label {
    margin-top: 2%;
}

#pageWrapper > div.page-body-wrapper > footer > div.footer-right-admin > div > a:nth-child(5) > img,
body > div.page-wrapper > div > div > div > footer > div.footer-right-admin > div > a:nth-child(5) > img {
    width: 9%;
    margin-top: 3%;
}


body {
    font-family: 'BrandonGrotesque-Black' !important;
}

body > div.preload_wait.text-center > div > p > strong {
    font-family: 'BrandonGrotesque-Black';
    text-transform: uppercase;
}
body > div > span:nth-child(4) {
    font-family: 'BrandonGrotesque-Black';
    text-transform: uppercase;
}

body > div > button {
    color: #fff !important;
    top: 0;
}
* a {
    color: var(--btn-bg);
    text-decoration: none;
    letter-spacing: 1px;
}
a:hover {
    text-decoration: none;
    color: var(--btn-bg);
}

.btn-outline-success {
    border-color: #3c82ff;
    color: #3c82ff;
    background-color: transparent;
}

.btn-outline-success:hover {
    border-color: #3c82ff !important;
    color: #fff  !important;
    background-color: #3c82ff !important;
}

/* Estilos para el login */
#form_login > h5,
#formResetPassword > h4 {
    font-family: 'BrandonGrotesque-Black' !important;
    font-size: 32px;
}


#form_login > div > div.form-group.mb-0 > div.checkbox.p-0 > div > label > span:nth-child(1) {
    font-family: 'BrandonGrotesque-Light' !important;
    font-size: 16px !important;
}

/* #form_login > div > div.form-group.mb-0 > div.checkbox.p-0 > div > label > span.m-t-40.ms-5.f-12.text-white {
    font-family: 'BrandonGrotesque-Light' !important;
    font-size: 16px !important;
} */

#form_login > div > div.form-group.mb-0 > div.checkbox.p-0 > div > span {
    font-family: 'BrandonGrotesque-Light' !important;
    font-size: 16px !important;
}


#form_login > div > div.form-group.mb-0 > div.checkbox.p-0 > div > span > a {
    color: #fff !important;
    text-decoration: revert;
    letter-spacing: 1px;
}

#form_login > p {
    font-family: 'BrandonGrotesque-Light' !important;
    font-size: 16px !important;
}

#formResetPassword > div:nth-child(4) > label{
    font-family: 'BrandonGrotesque-Light' !important;
    font-size: 16px !important;
}

#formResetPassword > div.form-group.text-end > a{
    font-family: 'BrandonGrotesque-Light' !important;
    font-size: 16px !important;
}

span#email-error,
span#password-error {
    font-family: 'BrandonGrotesque-Black' !important;
    font-size: 16px !important;
}

#form_login > div > div.form-group.mb-0 > div.text-center > button.acceso_login {
    background: #3C82FF;
    color: #FFF;
    border-radius: 15px !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px !important;
    padding: 8px 30px;
    font-family: 'BrandonGrotesque-Black' !important;
}

#form_login > div > div.form-group.mb-0 > div.text-center > button.acceso_login:hover,
#formResetPassword > div > div > div > button:hover,
#formCreatePassword > div.form-group > button:hover{
    background: #FFF;
    color: #3C82FF;
}

#form_login > div > div > div > button.btn.loading_login {
    background: #3C82FF;
    color: #FFF;
    border-radius: 15px !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px !important;
    padding: 8px 30px;
    font-family: 'BrandonGrotesque-Black' !important;
}

#formResetPassword > div > div > div > button {
    background: #3C82FF;
    color: #FFF;
    border-radius: 15px !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 30px;
    font-family: 'BrandonGrotesque-Black' !important;
}

#formCreatePassword > div.form-group > button {
    background: #3C82FF;
    color: #FFF;
    border-radius: 15px !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 30px;
}

/* Fin Estilos para el login */

/* Loading logo */
span.carga-gonet {
    font-weight: 700;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #448EFF;
    margin-left: 5px;
}

img.img-fluid.logo-carga {
    width: 7%;
}

.nav-tabs .nav-link:not(.active):hover {
    border-color: #3c82ff !important;
    background: #FFF !important;
    color: #3c82ff !important;
}

#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(1) > div > div > div.col-6.breadcrumb-mobile {
    display: block !important;
}

#pageWrapper > div.page-body-wrapper > div.page-body > nav.sidebar-main-mobile {
    display: none !important;
}

#pageWrapper > div.page-header > div > div.left-header.col.horizontal-wrapper.ps-0 > ul > li.mobile-user {
    display: none;
}

.tap-top {
    text-align: center;
    cursor: pointer;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
    color: #fff;
    background: var(--theme-current);
    border: none;
    padding: 7px;
    -webkit-box-shadow: 0 0 10px var(--theme-current);
    box-shadow: 0 0 10px var(--theme-current);
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.login-card {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    background: url("../images/login/1.jpg") !important;
    /* background-color: #231F20 !important; */
    /* background-position: center; */
    /* padding: 30px 12px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

body > div.container-fluid.p-0 > div > div > div > div > div > div {
    position: absolute;
    left: 71%;
    top: 7%;
    width: 27%;
}

#form_login > a > img,
#formResetPassword > a > img,
#formCreatePassword > a > img {
    align-content: center;
    display: flex;
    text-align: center;
    margin: auto;
    width: 15%;
    position: relative;
    top: -45px;
}

body > div.page-wrapper > div > div > div > footer > div.footer-center-admin > div > a > img {
    position: absolute;
    width: 7%;
    top: 30px;
    left: 40px;
}


.login-card .login-main {
    width: 570px;
    padding: 40px;
    border-radius: 10px;
    /* -webkit-box-shadow: 0 0 37px rgb(8 21 66 / 5%); */
    /* box-shadow: 0 0 37px rgb(8 21 66 / 5%); */
    margin: 0 auto;
    background-color: #fff0;
}

.footer {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
    box-shadow: 0 0 20px rgba(89, 102, 122, 0.1);
    padding: 15px;
    bottom: 0;
    left: 0;
    margin-left: 0px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.alert-success {
    background-color: rgb(10 27 3 / 80%);
    border-color: rgb(75 255 0 / 90%);
    color: #fff;
}

#pageWrapper > div.page-header > div > div.nav-right.col-8.pull-right.right-header.p-0 > ul > li.profile-nav.onhover-dropdown.p-0.me-0 > ul {
    inset: 8px auto auto 85px !important;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

#collapsibleNavbar > ul.nav-menus.d-flex > li > ul {
    inset: 78px auto auto 45px !important;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.f-11 {
    font-size: 11px !important;
}

.text-gray{
    color: #707070;
}

.bg-dark {
    background-color: #231F20 !important;
    color: #fff;
}


.btn-gonet {
    background-color: var(--btn-bg);
    border-color: var(--btn-bg);
}
.btn-gonet.disabled,
.btn-gonet:disabled {
    background-color: var(--btn-bg);
    border-color: var(--btn-bg);
}
.btn-gonet:focus {
    -webkit-box-shadow: 0 0 0 0.2rem #fdc4d3;
    box-shadow: 0 0 0 0.2rem #fdc4d3;
}

.btn-dark {
    background-color: var(--theme-current);
    border-color: var(--theme-current);
}

.preload_wait {
    z-index: 9999;
    position: fixed;
    background-color: #1b1b1b;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    display: none;
    transition: all 0.3s ease-in-out;
}

.preload_wait .content_preload_wait {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #3c82ff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.text-color-current{
    color: #3C89FF;
}
.error {
    color: #ea1f1f !important;
    font-family: 'BrandonGrotesque-Black';
}


.tab-error-profile{
    background: #ea1f1f !important;
    color: #fff !important;
}

.imagen{
    border-radius: 50%;
    width: 45px;
    height: 41px;
    object-fit: cover;
}

.modal-content {
    border-radius: 1.3em;
}

.btn-gonet-update{
    background: var(--btn-bg);
    color: #fff;
    border-radius: 15px !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 30px;
}

.cerrar-mobile{
    display: none;
}

#modalWelcome > div > div > div > button,
a#update-myaccount,
#form_my_account > div > span > button,
button.btn.btn-gonet.ms-5.store-profile.btn-store-big,
a.btn.btn-gonet.create {
    background: var(--btn-bg);
    color: #fff;
    border-radius: 15px !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 30px;
    font-family: 'BrandonGrotesque-Black';
}


#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.col-sm-3 > button.btn.btn-success,
#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.col-sm-3 > button.btn.btn-danger {
    background: var(--btn-bg);
    color: #fff;
    border-radius: 15px !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 30px;
    font-family: 'BrandonGrotesque-Black';
}

#modalWelcome > div > div > div > button:hover,
a#update-myaccount:hover,
#form_my_account > div > span > button:hover,
button.btn.btn-gonet.ms-5.store-profile.btn-store-big:hover,
a.btn.btn-gonet.create:hover{
    background: #fff;
    color: var(--btn-bg);
    border-color:var(--btn-bg);
}

#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-danger.create-account-free-user.btn-actions,
#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-danger.btn-actions.create,
#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-success.btn-actions,
#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-danger.btn-actions.btn-exportar,
#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-info.btn-actions.activate_mass,
body > div.page-body.m-b-50 > div > div > div > div > div > div.card-body > a.btn.btn-success.btn-actions.account-activate-free-user,
body > div.page-body.m-b-50 > div > div > div > div > div > div.card-body.card-activate-account > a.btn.btn-success.btn-actions.login-free-user{
    color: #fff;
    border-radius: 15px !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 30px;
    font-family: 'BrandonGrotesque-Black';
}
#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-danger.create-account-free-user.btn-actions:hover,
#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-danger.btn-actions.create:hover,
#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-success.btn-actions:hover,
#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-danger.btn-actions.btn-exportar:hover,
#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-info.btn-actions.activate_mass:hover,
body > div.page-body.m-b-50 > div > div > div > div > div > div.card-body > a.btn.btn-success.btn-actions.account-activate-free-user:hover,
body > div.page-body.m-b-50 > div > div > div > div > div > div.card-body.card-activate-account > a.btn.btn-success.btn-actions.login-free-user:hover{
    background: #fff !important;
    color: var(--btn-bg) !important;
    border-color:var(--btn-bg) !important;
}

body > div.page-body.m-b-50 > div > div > div > div > div > div.card-body > p.text-activate-account {
    border-radius: 15px !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 30px;
    font-family: 'BrandonGrotesque-Black';
}

body > div.page-body.m-b-50 > div > div > div > div > div > div.card-header > h5.text-header-activate{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600 !important;
    padding: 8px 30px;
    font-family: 'BrandonGrotesque-Black' !important;
}

body > div.page-body.m-b-50 > div > div > div > div > div > div.card-body.card-activate-account {
    border: 1px solid #3c82ff;
}

body > div.page-body.m-b-50 > div > div > div > div > div > div.card-header.header-title-account {
    padding: 5px;
}

div#swal2-html-container {
    font-size: 16px;
    font-weight: 600 !important;
    font-family: 'BrandonGrotesque-Black' !important;
}

 #modal-view > div > div > div.modal-footer > div > button.btn.btn-danger,
 #modal-view-lg > div > div > div.modal-footer > div > button.btn.btn-danger {
    border-radius: 15px !important;
    text-transform: uppercase;
    font-size: 12px;
    /* padding: 8px 30px; */
}

button#btn-send-success,
button#btn-send-success-lg {
    border-color: #3c82ff !important;
    background: #3c82ff !important;
    color: #fff!important;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 12px;
    /* padding: 8px 30px; */
}
button#btn-send-success:hover,
button#btn-send-success-lg:hover{
    border-color: #3c82ff !important;
    background: #FFF !important;
    color: #3c82ff !important;
}
#modalWelcome > div > div > div.modal-footer {
    text-align: center !important;
    margin: auto;
}

button.btn.btn-block.btn-md.store-profile.btn-store-profile {
    background: var(--btn-bg);
    color: #fff;
    border-radius: 15px !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 30px;
    margin-top: -20px;
}

button.btn.btn-block.btn-md.store-profile.btn-store-profile:hover{
    border-color: #3c82ff !important;
    background: #FFF !important;
    color: #3c82ff !important;
}

/* #form_login > div > div > div > div > label > span > a, */
#form_login > p > a,
#formResetPassword > div > a{
    color: #fff !important;
    text-decoration: revert;
    letter-spacing: 1px;
}

.count-net-workers {
    color: var(--btn-bg);
    font-size: 75px;
    margin-top: -30px;
}

.count-net-visitors{
    color: var(--btn-bg);
    font-size: 70px;
    margin-top: -30px;
}

#pageWrapper > div.page-body-wrapper > div.page-body > div > div > div > div > div > div > div > button {
    background: #f0f8ff0d !important;
    border-color: #f0f8ff00 !important;
}
.input-group .btn {
    position: relative;
    z-index: 2;
    margin-left: -100px;
    margin-top: 5px;
}

#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(3) > div > div > div > div:nth-child(2) > div > div > div > div > svg {
    border-radius: 38px;
    background: #3c89ff;
    color: #fff;
    height: 100px;
    width: 105px;
    padding: 15px;
    text-align: center;
}

svg.feather.feather-thumbs-up {
    border-radius: 38px;
    background: #3c89ff;
    color: #fff;
    height: 100px;
    width: 105px;
    padding: 15px;
    text-align: center;
}

/* #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(3) > div > div > div > div:nth-child(3) {
    margin-top: -29%;
} */

#pageWrapper > div.page-body-wrapper > div.page-body {
    background: #fff;
}

/* #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div:nth-child(3) > div{
    margin-top: -320px;
} */
#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div:nth-child(2) > div.col-xl-6.box-col-6.col-md-6.gonetworkers > div > div > div > div > img.img-gonetworkers,
#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div:nth-child(2) > div:nth-child(2) > div > div > div > div > img.img-gonetworkers {
    width: 29%;
}

#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div:nth-child(2) > div.col-xl-6.box-col-6.col-md-6.gonetworkers > div > div,
#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div:nth-child(2) > div > div.card-header,
#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div:nth-child(3) > div > div.card-header {
/* #pageWrapper > div.page-body-wrapper > div.page-body > div > div > div > div > div > div > div { */
    background: #ECECEC;
    border-radius: 25px;
    height: 350px;
}

body > div.page-wrapper.null.compact-wrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div:nth-child(1) > div > input{
/* .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) { */
    background: #000 !important;
    color: #fff !important;
    border-radius: 30px !important;
    padding: 15px !important;
    font-size: 18px !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #3c82ff;
    border-radius: 25px;
}
button#v-pills-personal-tab,
button#v-pills-enterprise-tab,
button#v-pills-contact-tab,
button#v-pills-rrss-tab,
button#v-pills-extras-tab,
button#v-pills-customize-tab,
form#formWallet {
    border-radius: 25px;
    margin-top: 15px !important;
    text-transform: uppercase;
    font-size: 12px;
}

.theme-form input[type="text"], .theme-form input[type="email"], .theme-form input[type="search"], .theme-form input[type="password"], .theme-form input[type="number"], .theme-form input[type="tel"], .theme-form input[type="date"], .theme-form input[type="datetime-local"], .theme-form input[type="time"], .theme-form input[type="datetime-local"], .theme-form input[type="month"], .theme-form input[type="week"], .theme-form input[type="url"], .theme-form input[type="file"], .theme-form textarea, .theme-form select {
    border-color: #3C82FF;
    font-size: 15px;
}

#v-pills-contact > div:nth-child(1) > div > div > button {
    background: #ffebcd00 !important;
    border: #f0ffff14 !important;
}


#pageWrapper > div.page-header > div > div.nav-right.col-8.pull-right.right-header.p-0 > ul > li.profile-nav.onhover-dropdown.p-0.me-0 > ul > li > a,
#collapsibleNavbar > ul.nav-menus.d-flex > li > ul > li > a {
    color: #231F20;
    opacity: 0.8;
    font-size: 15px;
    padding: 7px 12px;
    border-top: 1px solid #efefef;
    background: #CECECE;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    text-decoration: revert;
}


.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover .sidebar-link:not(.active):hover span {
    color: #ffffff;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content > li:hover .sidebar-link:not(.active):hover svg {
    fill: rgba(115, 102, 255, 0.1);
    stroke: #ffffff;
}


.toggle-sidebar:hover > svg {
    color: #3c89ff !important;
    stroke: #3c89ff !important;
}
.page-wrapper .page-header .header-wrapper .nav-right ul li svg {
    vertical-align: middle;
    width: 25px;
    background: #212529;
}

.page-wrapper .page-header .header-wrapper .nav-right ul li svg path {
    color: #ffffff;
}


.footer-page-admin {
    flex: 0 0 auto;
    position: relative;
    background-color: #231f20;
    box-shadow: 0 1px 1px 0 #231f20;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 12px sans-serif;
    padding: 30px 25px;
}

.footer-page-admin .footer-left-admin,
.footer-page-admin .footer-center-admin,
.footer-page-admin .footer-right-admin {
    display: inline-block;
    /* vertical-align: top; */
}


/* Footer left */
.footer-page-admin .footer-left-admin {
    width: 21%;
}

/* The company logo */
.footer-page-admin h3 {
    color: #ffffff;
    font: normal 36px 'Cookie', cursive;
    margin: 0;
}

.footer-page-admin h3 span {
    color: #5383d3;
}

/* Footer links */
.footer-page-admin .footer-links {
    color: #92999f;
    margin: 10px 0 12px;
    padding: 0;
}

.footer-page-admin .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-page-admin .footer-links a:hover {
    color: #3C89FF;
}

.footer-page-admin .footer-company-name {
    color: #8f9296;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */
.footer-page-admin .footer-center-admin {
    width: 48%;
}

.footer-page-admin .footer-productos p {
    color: #FFF;
    margin-top: 10px;
}

.footer-page-admin .footer-productos i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-page-admin .footer-center-admin i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
}

.footer-page-admin .footer-center-admin i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

body > div.page-wrapper > div > div > div > footer > div.footer-center-admin > div > div:nth-child(2) > p {
    display: inline-block;
    color: #ffffff;
    /* vertical-align: text-top; */
    margin-top: -50px;
    margin-left: 0px;
    width: 200px;
    font-family: 'BrandonGrotesque-Black' !important;
    font-size: 16px;
}
body > div.page-wrapper > div > div > div > footer > div.footer-center-admin > div > div:nth-child(3) > p {
    display: inline-block;
    color: #ffffff;
    vertical-align: text-top;
    margin-top: -50px;
    margin-left: 110px;
    font-family: 'BrandonGrotesque-Black' !important;
    font-size: 16px;
}

#pageWrapper > div.page-body-wrapper > footer > div.footer-center-admin > div > a > img {
    position: relative;
    width: 15%;
    left: 15px;
    top: 30%;
}

.footer-page-admin .footer-center-admin p {
    display: inline-block;
    color: #ffffff;
    vertical-align: text-top;
    margin-top: -90px;
    margin-left: 159px;
    width: 200px;
    font-family: 'BrandonGrotesque-Black';
    text-transform: uppercase;
    font-size: 17px;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper {
    padding: 0px 18px;
}

#pageWrapper > div.page-body-wrapper > div.sidebar-wrapper > div > div.logo-wrapper.navbar-fixed-top.bg-dark > a > img {
    width: 30%;
    padding: 7px;
    margin-left: 14px;
}

#pageWrapper > div.page-body-wrapper > footer > div.footer-right-admin > div > a:nth-child(1) > img,
body > div.page-wrapper > div > div > div > footer > div.footer-right-admin > div > a:nth-child(1) > img {
    width: 4%;
}

#pageWrapper > div.page-body-wrapper > footer > div.footer-right-admin > div > a > img,
body > div.page-wrapper > div > div > div > footer > div.footer-right-admin > div > a > img {
    width: 6%;
}

#pageWrapper > div.page-body-wrapper > footer > div.footer-right-admin > div > a,
body > div.page-wrapper > div > div > div > footer > div.footer-right-admin > div > a {
    padding: 5px;
}


.footer-page-admin .footer-center-admin p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-page-admin .footer-center-admin p a {
    color: #A4A3A1;
    text-decoration: none;
    font-weight: 100;
    font-size: 12px;
}

.footer-page-admin .footer-center-admin p a:hover {
    color: #3C82FF;
    text-decoration: none;
}

/* Footer Right */
.footer-page-admin .footer-right-admin {
    width: 30%;
}

.footer-page-admin .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-page-admin .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-page-admin .footer-icons {
    margin-top: 25px;
}

.footer-page-admin .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-page-admin .footer-icons a:hover {
    background-color: #3C89FF;
}

/*
Iconos del footer
*/
.social-footer {
    color: #A4A3A1;
}

.social-footer:hover {
    color: #3C89FF;
    transition: color 0.9s linear 0.2s;
}

#navbarDropdown {
    color: #707070;
}

#navbarDropdown:hover {
    color: #3C89FF;
}

#simple-bar > div.simplebar-wrapper > div.simplebar-mask > div > div > div > li.sidebar-main-title > a:hover {
    color: #3C89FF;
}
/* /////////////////////////// */
/* Aplicando nuevos estilos */
#simple-bar > div.simplebar-wrapper > div.simplebar-mask > div > div > div > li > a > span{
    font-family: 'BrandonGrotesque-Black';
    text-transform: uppercase;
}

#simple-bar > div.simplebar-wrapper > div.simplebar-mask > div > div > div > li > a {
    border-radius: 25px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

#simple-bar > div.simplebar-wrapper > div.simplebar-mask > div > div > div > li > a.active {
    background: #3C82FF;
    color: #FFF !important;
}

#simple-bar > div.simplebar-wrapper > div.simplebar-mask > div > div > div > li > a:not(.active):hover  {
    background: #fff;
    color: #3C82FF !important;
    outline:1px solid #3C82FF !important;
}


#simple-bar > div.simplebar-wrapper > div.simplebar-mask > div > div > div > li > a.active > span {
    color: #FFFFFF !important;
}

#simple-bar > div.simplebar-wrapper > div.simplebar-mask > div > div > div > li > a > svg,
#simple-bar > div.simplebar-wrapper > div.simplebar-mask > div > div > div > li > a > span{
    color: #000 !important;
    font-size: 13px !important;
}

#simple-bar > div.simplebar-wrapper > div.simplebar-mask > div > div > div > li > a:hover > span{
    color: #3C82FF !important;
}

#simple-bar > div.simplebar-wrapper > div.simplebar-mask > div > div > div > li > a.active > svg,
#simple-bar > div.simplebar-wrapper > div.simplebar-mask > div > div > div > li > a.active > span{
    color: #FFF !important;
    font-size: 13px !important;
}

.page-wrapper .page-body-wrapper .page-title > .row .col-6:first-child h3{
    text-transform: uppercase;
}

#pageWrapper > div.page-header > div > div > ul > li:nth-child(3) > h6 {
    text-transform: uppercase;
    font-size: 13px !important;
}


#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div > div > div > div > div > p:nth-child(2) > span {
    text-transform: uppercase;
    font-size: 22px !important;
}

#pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div > div > div > div > div > p:nth-child(4) > span {
    text-transform: uppercase;
    font-size: 18px !important;
}

svg > text.highcharts-title {
    font-family: 'BrandonGrotesque-Black';
    text-transform: uppercase;
}

svg > text.highcharts-subtitle {
    font-family: 'BrandonGrotesque-Black';
    text-transform: uppercase;
}

svg > g.highcharts-axis.highcharts-yaxis > text {
    font-family: 'BrandonGrotesque-Black';
    text-transform: uppercase;
}

svg > g.highcharts-legend.highcharts-no-tooltip > g > g > g > text {
    font-family: 'BrandonGrotesque-Black';
    text-transform: uppercase;
}

svg > g.highcharts-axis-labels.highcharts-xaxis-labels {
    font-family: 'BrandonGrotesque-Black';
    text-transform: uppercase;
}

span#user_info {
    font-family: 'BrandonGrotesque-Black';
    text-transform: uppercase;
    font-size: 13px !important;
}

#v-pills-tab > div {
    margin: auto;
}

#form_profile > div > span.text-muted.text-center.texto1,
#form_profile > div > span.text-muted.text-center.texto2,
#form_profile > div > span.text-muted.text-center.texto3 {
    font-size: 16px;
    color: #3C82FF !important;
}

/* #v-pills-extras > div > input.title {
    height: 10px;
    width: 60%;
    margin-left: 2.7% !important;
} */

#v-pills-extras > div > div > p > span {
    font-size: 14px;
    font-family: 'BrandonGrotesque-Black' !important;
    text-transform: uppercase;
    margin-bottom: 2px;
}

#v-pills-extras > div > div.form-check.checkbox {
    margin-top: 61px !important;
}




#v-pills-personal >  div > label,
#v-pills-enterprise >  div > label,
#v-pills-contact >  div > label,
#v-pills-rrss >  div > label,
#v-pills-extras >  div > label {
    text-transform: uppercase;
    font-size: 13px;
}

#v-pills-personal > h4,
#v-pills-enterprise > h4  {
    text-transform: uppercase;
    font-size: 15px;
}

.selection .select2-selection {
    border-radius: 5px !important;
    border: 1px solid var(--theme-current);
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
    border: 1px solid #3c82ff;
    font-family: 'BrandonGrotesque-Black';
    font-size: 13px;
}

div.dataTables_wrapper div.dataTables_length select {
    border: 1px solid #3c82ff;
}

div.dataTables_wrapper div.dataTables_length label {
    float: left;
    text-transform: uppercase;
    text-align: left;
    font-family: 'BrandonGrotesque-Black';
    font-size: 13px;
    margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_filter label {
    float: right;
    margin-bottom: 0;
    font-family: 'BrandonGrotesque-Black';
    font-size: 13px;
    text-transform: uppercase;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
    font-family: 'BrandonGrotesque-Black';
    font-size: 13px;
    text-transform: uppercase;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    font-family: 'BrandonGrotesque-Black';
    font-size: 13px;
    text-transform: uppercase;
}

.dropdown-basic .dropdown .dropbtn {
    color: white;
    padding: 12px 35px;
    cursor: pointer;
    background: #3c82ff !important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: #3c82ff;
    color: #fff !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:1px solid #3c82ff !important;
}

#basic-1 > thead > tr {
    color: #fff !important;
    background: #231f20 !important;
    font-family: 'BrandonGrotesque-Black';
    text-transform: uppercase;
    font-size: 13px;
}

.dropdown-basic .dropdown .dropdown-content a {
    background-color: #fff;
    font-family: 'BrandonGrotesque-Black';
    text-transform: uppercase;
    font-size: 11px !important;
}

.dropdown-basic .dropdown .dropdown-content a:hover {
    color:#3c82ff !important;
}

#modal-view > div > div > div.modal-body > div.title {
    display: none;
}

#basic-1 > tbody > tr > td:nth-child(3) > div > a.download:hover {
    background: #fff !important;
    color: #3c82ff !important;
}



table.dataTable td {
    padding: 10px;
    font-family: 'BrandonGrotesque-Black';
    font-size: 13px;
    text-transform: uppercase;
}

#basic-1 > tbody > tr > td > div > span{
    font-family: 'BrandonGrotesque-Light' !important;
    font-weight: bold !important;
}

body > div.page-wrapper > div > div > div > div > div > div > div.alert {
    position: relative;
    top: -50px;
}

div.scrolled > div.nav-right.col-8.pull-right.right-header.p-0 > ul > li.language-nav > div > div.current_lang > div > span {
    color: #231F20 !important;
}
/* body > div.page-wrapper > div > div > div > div > div > div > div {
    position: absolute;
    left: 71%;
    top: 7%;
    width: 27%;
} */
/* /////////////////////////// */
/* Aplicando nuevos estilos */
/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 880px) {
    .footer-page-admin {
        font: bold 14px sans-serif;
    }

    .footer-page-admin .footer-left-admin,
    .footer-page-admin .footer-center-admin,
    .footer-page-admin .footer-right-admin {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-page-admin .footer-center-admin i {
        margin-left: 0;
    }

    .footer-page-admin .footer-center-admin p {
        margin-top: 0px;
        margin-left: 30px;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(3) > div > div > div > div.col-xl-6.box-col-6.col-md-6.gonetworkers {
        margin-top: 0%;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div:nth-child(2) > div.col-xl-6.box-col-6.col-md-6.gonetworkers > div > div,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div:nth-child(2) > div > div.card-header,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div:nth-child(3) > div > div.card-header {
        height: 100px;
    }
}

@media only screen and (max-width: 600px) {
/* @media only screen and (max-width: 600px) { */
/* @media (min-width: 320px) and (max-width: 480px) { */

    .page-wrapper .page-header .header-wrapper .nav-right>ul li .flag-icon {
        font-size: 18px !important;
    }

    .page-wrapper .page-header .header-wrapper .nav-right>ul li {
        margin-right: 1px;
        position: absolute;
        top: 35%;
        left: 25%;
    }

    #v-pills-personal > div:nth-child(2) > div.mb-3.mb-0.col-sm-9.text-center > div,
    #v-pills-enterprise > div:nth-child(2) > div.mb-3.mb-0.col-sm-9.text-center > div {
        margin-left: 0px !important;
    }


    .ms-2 {
        margin-left: -15px !important;
    }

    .login-card .login-main .theme-form label {
        font-size: 11px !important;
    }

    .f-12 {
        font-size: 11px !important;
    }

    .ms-5 {
        margin-left: 1rem !important;
    }

    .login-card .login-main .theme-form .form-group {
        margin-bottom: 10px !important;
    }

    #form_login > div > div.form-group.mb-0 > div.checkbox.p-0 {
        margin-left: 13px;
    }

    .login-card {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .login-card .login-main {
        width: auto;
        padding: 20px;
        margin-top: -60px;
    }

    #form_login > a > img, #formResetPassword > a > img, #formCreatePassword > a > img {
        align-content: center;
        display: flex;
        text-align: center;
        margin: auto;
        width: 25%;
        position: relative;
        top: -60px;
    }

    body > div.page-wrapper > div > div > div > footer > div.footer-center-admin > div > div:nth-child(2) > p {
        display: block;
        color: #ffffff;
        /* vertical-align: text-top; */
        margin-top: 40px;
        margin-left: 0px;
        width: 100%;
        text-align: left;
    }


    body > div.page-wrapper > div > div > div > footer > div.footer-center-admin > div > a > img,
    #pageWrapper > div.page-body-wrapper > footer > div.footer-center-admin > div > a > img {
        position: absolute;
        width: 20%;
        top: 30px;
        left: 25px;
    }

    #pageWrapper > div.page-body-wrapper > footer > div.footer-center-admin > div > div:nth-child(2) > p {
        display: block;
        color: #ffffff;
        margin-top: 35px;
        margin-left: 0px;
        text-align: left;
        width: 100%;
        font-family: 'BrandonGrotesque-Black';
        font-size: 17px;
    }

    #pageWrapper > div.page-body-wrapper > footer > div.footer-center-admin > div > div:nth-child(3) > p{
        margin-top: -35px;
        margin-left: 0px;
        text-align: left;
        width: 100%;
    }

    body > div.page-wrapper > div > div > div > footer > div.footer-center-admin > div > div:nth-child(3) > p {
        display: block;
        color: #ffffff;
        /* vertical-align: text-top; */
        margin-top: -30px;
        margin-left: 0px;
        text-align: left;
        width: 100%;
    }

    body > div.page-wrapper > div > div > div > footer > div.footer-right-admin > div{
        text-align: left !important;
    }

    body > div.page-wrapper > div > div > div > footer > div.footer-right-admin {
        display: block;
        margin-top: 0px;
        margin-left: 0px;
    }

    #pageWrapper > div.page-body-wrapper > footer > div.footer-right-admin {
        display: block;
        margin-top: -20px;
        margin-left: 0px;
        text-align: left;
    }

    body > div.page-wrapper > div > div > div > footer > div.footer-center-admin > div > div:nth-child(2) > p > a {
        font-size: 15px;
    }

    body > div.page-wrapper > div > div > div > footer > div.footer-center-admin > div > div:nth-child(3) > p > a {
        font-size: 15px;
    }

    #pageWrapper > div.page-header.close_icon > div > div.header-logo-wrapper.col-auto.p-0 > div.toggle-sidebar {
        display: none;
    }

    .page-wrapper.compact-wrapper .page-header .header-wrapper .logo-wrapper, .page-wrapper.compact-sidebar .page-header .header-wrapper .logo-wrapper {
        display: inline-block;
    }

    .page-wrapper .page-header .header-logo-wrapper .logo-wrapper img {
        margin-top: 0;
        width: 40%;
    }

    #pageWrapper > div.page-header.close_icon > div > div.left-header.col.horizontal-wrapper.ps-0 > ul > li.mobile-user {
        float: right;
    }

    .imagen {
        border-radius: 50%;
        width: 35px;
        height: 35px;
    }

    #pageWrapper > div.page-header.close_icon > div > div.left-header.col.horizontal-wrapper.ps-0 > ul > li:nth-child(3) {
        float: right;
    }

    ul#simple-bar{
        display: flex;
        flex-wrap: wrap-reverse;
        gap: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 20px;
        text-align: center;
        font-size: 11.5px;
        border-bottom: 2px solid #707070;
        padding-bottom: 25px;
    }

    a.sidebar-link.sidebar-title.link-nav {
        color: #707070;
        font-weight: 500;
        text-transform: uppercase;
    }

    a.sidebar-link.sidebar-title.link-nav.active {
        background: #448EFF;
        color: #FFF;
        border: 1px solid #448EFF;
        border-radius: 25px;
        padding: 10px 10px 10px 10px;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(1) > div > div > div.col-6.breadcrumb-mobile {
        display: none !important;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > nav.sidebar-main-mobile {
        display: block !important;
    }

    #pageWrapper > div.page-header > div > div.left-header.col.horizontal-wrapper.ps-0 > ul > li.mobile-user {
        display: inline-block !important;
    }

    #sidebar-menu {
        width: 95%;
    }

    #form_my_account > div:nth-child(4) > div.col-md-4.buttons-account {
        margin-top: 20px;
        text-align: center;
    }

    #form_my_account > div:nth-child(4) > div.col-md-4.buttons-account > a:nth-child(3) {
        color: #707070;
        border-radius: 15px !important;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
    }

    .cerrar-mobile{
        display: inline-block;
    }

    #form_my_account > div:nth-child(4) > span {
        position: absolute;
        top: 70%;
        left: -4%;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div:nth-child(2) > div > div > div > div > img,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div:nth-child(2) > div.col-xl-6.box-col-6.col-md-6.gonetworkers > div > div > div > div > img.img-gonetworkers,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.col-xl-6.box-col-6.col-md-6.gonetworkers > div > div > div > div > img {
        max-width: 100%;
        height: auto;
        float: left;
        width: 32%;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.col-xl-6.box-col-6.col-md-6.gonetworkers > div > div > div > div > p:nth-child(4) {
        margin-left: 35%;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div:nth-child(2) > div.col-xl-6.box-col-6.col-md-6.gonetworkers > div > div,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div:nth-child(2) > div:nth-child(2) > div > div {
        background: #ECECEC;
        border-radius: 25px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.col-xl-6.box-col-6.col-md-6.gonetworkers > div > div > div > div > img {
        margin-top: 5%;
    }

    .count-net-visitors {
        color: var(--btn-bg);
        font-size: 75px;
        margin-top: -30px;
    }

    .count-net-workers {
        color: var(--btn-bg);
        font-size: 75px;
        margin-top: -30px;
    }

    span#user_info {
        font-size: 13px;
        font-family: 'BrandonGrotesque-Black';
    }

    #pageWrapper > div.page-header > div > div > ul > li:nth-child(3) > h6 {
        font-size: 13px;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div:nth-child(2) > div > div > div > div > img {
        margin-top: 4%;
        text-align: center;
        display: block;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div:nth-child(3) > div{
        margin-top: 0px;
    }

    img.img-fluid.logo-carga {
        width: 25%;
    }

    #pageWrapper > div.page-body-wrapper > footer > div.footer-right-admin > div{
        text-align: unset !important;
    }

    .border-right {
        border-right-style: none;
    }

    #v-pills-personal > div > div.form-check.checkbox,
    #v-pills-enterprise > div > div.form-check.checkbox,
    #v-pills-contact > div > div.form-check.checkbox,
    #v-pills-rrss > div > div.form-check.checkbox,
    #v-pills-extras > div > div.form-check.checkbox,
    #v-pills-customize > div > div.form-check.checkbox {
        padding-left: 2;
        position: absolute !important;
        left: 93%;
        margin-top: 29px;
    }

    #v-pills-extras > div > div.form-check.checkbox {
        margin-top: 85px !important;
    }

    .tab-content>.active {
        display: block;
        width: 94%;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.nav.nav-tabs.flex-column.nav-pills.me-3.border-right {
        text-align: center;
        display: flex;
        border-bottom: none;
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: row !important;
    }

    button#v-pills-personal-tab, button#v-pills-enterprise-tab, button#v-pills-contact-tab, button#v-pills-rrss-tab, button#v-pills-extras-tab,button#v-pills-customize-tab,form#formWallet {
        border-radius: 25px;
        width: 45%;
        text-align: center;
        margin: auto !important;
        display: block;
        height: 55px;
    }

    #v-pills-add-wallet-tab {
        height: 55px !important;
    }

    #form_profile > div > span.text-muted.text-center.texto1 {
        font-size: 16px;
        margin: 20px 0px 20px 0px;
    }

    #form_profile > div > span.text-muted.text-center.texto2{
        font-size: 16px;
        margin: 20px 0px 20px 0px;
    }

    body > div > span:nth-child(4) {
        font-family: 'BrandonGrotesque-Black';
        text-transform: uppercase;
        font-size: 13px;
    }

    #exampleModalLabel {
        font-size: 14px;
    }

    #form_users_create > div > div > div > label,
    #form_users_edit > div > div > div > label {
        font-size: 13px !important;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div > div:nth-child(1) {
        margin-bottom: 15px;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        float: left;
        margin-bottom: 0;
        font-family: 'BrandonGrotesque-Black';
        text-transform: uppercase;
        margin: 10px 0px 10px 0px;
        font-size: 13px;
    }

    div.dataTables_wrapper div.dataTables_length label {
        float: left;
        text-transform: uppercase;
        text-align: left;
        font-family: 'BrandonGrotesque-Black';
        margin-bottom: 0;
        font-size: 13px;
    }
    #basic-1 > thead > tr {
        color: #fff !important;
        background: #231f20 !important;
        font-family: 'BrandonGrotesque-Black';
        text-transform: uppercase;
        font-size: 13px;
    }

    div.dataTables_wrapper div.dataTables_info {
        float: left;
        text-transform: uppercase;
        text-align: left;
        padding-top: 8px;
        white-space: nowrap;
        font-family: 'BrandonGrotesque-Black';
        text-transform: uppercase;
        font-size: 13px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        background: #3c82ff;
        color: #fff !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #3c82ff !important;
        font-size: 13px;
    }

    #basic-1 > tbody > tr > td:nth-child(3) > div > a.download {
        margin-bottom: 5px;
    }

    table.dataTable td {
        padding: 10px;
        font-family: 'BrandonGrotesque-Black';
        font-size: 10.5px;
        text-transform: uppercase;
    }
    .m-t-20 {
        margin-top: 20px !important;
        font-size: 13px;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div:nth-child(2) > div.col-xl-6.box-col-6.col-md-6.gonetworkers > div > div,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div:nth-child(2) > div > div.card-header,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div:nth-child(3) > div > div.card-header {
        height: 190px;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-gonet.create,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-danger.create-account-free-user.btn-actions,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-danger.btn-actions.create,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-success.btn-actions,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-danger.btn-actions.btn-exportar,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-info.btn-actions.activate_mass,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-danger.create-account-free-user.btn-actions,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-info.btn-actions.activate_mass{
        color: #fff;
        border-radius: 15px !important;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        padding: 8px;
        font-family: 'BrandonGrotesque-Black';
        width: 48%;
        min-width: 48%;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-gonet.create,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions a.btn.btn-danger.create-account-free-user.btn-actions:hover,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions a.btn.btn-danger.btn-actions.create:hover,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions a.btn.btn-success.btn-actions:hover,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions a.btn.btn-danger.btn-actions.btn-exportar:hover,
    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions a.btn.btn-info.btn-actions.activate_mass:hover,
    body > div.page-body.m-b-50 > div > div > div > div > div > div.card-body > a.btn.btn-success.btn-actions.account-activate-free-user:hover,
    body > div.page-body.m-b-50 > div > div > div > div > div > div.card-body.card-activate-account > a.btn.btn-success.btn-actions.login-free-user:hover{
        background: #fff !important;
        color: var(--btn-bg) !important;
        border-color:var(--btn-bg) !important;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions > a.btn.btn-info.btn-actions.activate_mass{
        width: 100%;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div.card-header > div.actions{
        text-align: center;
        display: flex;
        border-bottom: none;
        flex-wrap: wrap;
        gap: 10px;
        flex-direction: row !important;
    }
}

/* Medidas para dispositivos con pantalla pequeña */
@media (min-width: 220px) and (max-width: 320px) {
    span#user_info {
        font-size: 10px !important;
        font-family: 'BrandonGrotesque-Black';
    }

    .button {
        width: 30px;
        transition: ease 1s;
    }

    body > div.page-wrapper.null.compact-wrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div:nth-child(1) > div > input {
        background: #000 !important;
        color: #fff !important;
        border-radius: 30px !important;
        padding: 15px !important;
        font-size: 11px !important;
    }

    .input-group .btn {
        position: relative;
        z-index: 2;
        margin-left: -65px;
        margin-top: 5px;
    }

    .page-wrapper .page-header .header-wrapper .nav-right>ul li {
        margin-right: 1px;
        position: absolute;
        top: 35%;
        left: 40%;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div > div > div > div > div > p:nth-child(2) > span {
        text-transform: uppercase;
        font-size: 18px !important;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div > div > div > div > div > div > p:nth-child(4) > span {
        text-transform: uppercase;
        font-size: 18px !important;
    }

    #pageWrapper > div.page-body-wrapper > div.page-body > div:nth-child(4) > div > div > div:nth-child(3) > div.col-lg-12 > div > div > a {
        font-size: 5px !important;
        left: 68% !important;
        top: 4% !important;
    }

    #pageWrapper > div.page-body-wrapper > footer > div.footer-center-admin > div > div:nth-child(2) > p {
        display: block;
        color: #ffffff;
        margin-top: 35px;
        margin-left: 26px;
        text-align: left;
        width: 100%;
        font-family: 'BrandonGrotesque-Black';
        font-size: 17px;
    }

    #pageWrapper > div.page-body-wrapper > footer > div.footer-center-admin > div > div:nth-child(3) > p {
        margin-top: -35px;
        margin-left: 26px;
        text-align: left;
        width: 100%;
    }

    #pageWrapper > div.page-body-wrapper > footer > div.footer-right-admin {
        display: block;
        margin-top: -20px;
        margin-left: 26px;
        text-align: left;
    }

    button#v-pills-personal-tab, button#v-pills-enterprise-tab, button#v-pills-contact-tab, button#v-pills-rrss-tab, button#v-pills-extras-tab, button#v-pills-customize-tab, form#formWallet {
        font-size: 9px !important;
    }

    button.btn.btn-gonet.ms-5.store-profile.btn-store-big{
        display: none !important;
    }

    .count-net-workers {
        color: var(--btn-bg);
        font-size: 50px;
        margin-top: -30px;
    }

    .count-net-visitors {
        color: var(--btn-bg);
        font-size: 50px;
        margin-top: -30px;
    }
}

#modal-view-lg > div > div > div.modal-body > div.title{
    display: none;
}

/* .checkbox-hidden label::before {
    border-color: #fff;
}
.checkbox-hidden input[type="checkbox"]:checked + label::before {
    border-color: #fff;
    color: #fff;
}
.checkbox-hidden input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "SÍ";
    padding-left: 10px;
    background-color: #3c82ff; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
} */

.onoffswitch {
    position: relative; width: 83px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #D7E2F5; border-radius: 40px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 34px; padding: 0; line-height: 34px;
    font-size: 14px; color: white;
    font-family: 'BrandonGrotesque-Black';
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "SÍ";
    padding-left: 13px;
    background-color: #EEEEEE; color: #1B8217;
}
.onoffswitch-inner:after {
    content: "NO";
    padding-right: 13px;
    background-color: #EEEEEE; color: #D12626;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 24px; margin: 5px;
    background: #D12626;
    position: absolute; top: 0; bottom: 0;
    right: 45px;
    border: 2px solid #D7E2F5; border-radius: 40px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #1B8217;
}

/* Login */

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
    background: #f3f3ff !important;
    border-radius: 0px !important;
    color: #898989 !important;
    padding: 12px 10px !important;
    font-size: 15px !important;
}

.input-group .btn {
    margin-top:0px !important;
}

/* Cropper */

.cropper-modal {
    background-color: #231f20 !important;
    opacity: 5 !important;
}
img.img-preview {
    display: block;
    max-width: 205px;
    height: 205px;
    width: 205px;
}

img.url_foto,
img.url_logo{
    border-radius: 50% !important;
    border: 1px solid #3c82ff;
    object-fit: cover !important;
}

img.url_banner{
    border: 1px solid #3c82ff;
    object-fit: cover !important;
    width: 100%;
    height: 170px;
    min-width: 100%;
    background: black;
}

.preview {
    overflow: hidden;
    width: 205px !important;
    height: 205px !important;
    margin: 0px;
    border: 1px solid #3c82ff;
    border-radius: 50%;
    margin: auto;
}

/* Pagina de error */
.error-wrapper {
    min-height: 0vh !important;
}

.error-wrapper .error-heading .headline {
    font-size: 135px !important;
}
#pageWrapper > div > div > span.sub-content-title{
    font-family: 'BrandonGrotesque-Black';
    text-transform: uppercase;
    color: #000 !important;
    font-size: 13px !important;
}

/* Importar usuarios */

#pageWrapper > div.page-body-wrapper > div.page-body > div.container-fluid.text-center > div.card.card-import > div > div:nth-child(1) > p > a{
    background-color: #2e6329;
    border: 1px solid #fff;
    z-index: 999;
    border-radius: 25px;
    bottom: 20px;
    right: 25px;
    padding: 11px;
    transition: ease 20s;
    animation: efecto 3.2s infinite;
}


/* #select2-selectContributors-results > li:nth-child(1){
  display:none
} */
