/*

* Override Pages default styles or create your own styles here

*/

@font-face {
    font-family: 'neuropolitical';
    src: url('../../assets/fonts/Neuropolitical_Rg/neuropolitical_rg.eot');
    src: url('../../assets/fonts/Neuropolitical_Rg/neuropolitical_rg.eot#iefix') format('embedded-opentype'),
        url('../../assets/fonts/Neuropolitical_Rg/NeuropoliticalRg-Regular.woff') format('woff'),
        url('../../assets/fonts/Neuropolitical_Rg/NeuropoliticalRg-Regular.ttf') format('truetype'),
        url('../../assets/fonts/Neuropolitical_Rg/NeuropoliticalRg-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.card-title2 {
    font-family: neuropolitical !important;
    font-size: 13px !important;
}

.wrap-mobile {
    background: url('../../assets/img/templates/iphone-min.png') no-repeat;
    background-size: contain;
    height: 500px;
    min-width: 300px;
    width: 50%;
    margin: auto;
}

.wrap-ipad {
    background: url('../../assets/img/templates/ipad-min.png') no-repeat;
    background-size: contain;
    height: 735px;
    min-width: 540px;
    width: 50%;
    margin: auto;
}

.wrap-macbook {
    background: url('../../assets/img/templates/macbook-min.png') no-repeat;
    background-size: contain;
    height: 825px;
    min-width: 1145px;
    width: 50%;
    margin: auto;
}

/*Modal lg*/

@media (min-width: 768px) {
    .modal .modal-dialog {
        width: 1200px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 1200px;
    }
}

.modal-md {
    max-width: 900px;
}

@media (min-width: 992px) {
    .modal-md {
        max-width: 900px;
    }
}

.login-wrapper {
    height: 100%;
    background-color: #000000;
}

.login-wrapper .bg-pic>img {
    height: 100%;
    opacity: 0.9;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #ffb733;
}

.parsley-errors-list {
    color: darkred;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 0;
    content: "";
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #fbfbfb;
    border-color: #e0e0e0;
}

.dropdown-menu {
    z-index: 7000 !important;
}

select.form-control:not([size]):not([multiple]) {
    -webkit-appearance: menulist;
}


/* select.form-control:not([size]):not([multiple]) {    
    height: 54px;
}

select {
    height: calc(2.25rem + 2px);
} */

.sweet-overlay {
    z-index: 1051;
}

.la-ball-fall {
    width: 56px;
}

.widget--1 {
    height: 145px;
}

.widget--1-chart {
    height: 100px;
    width: 50%;
    bottom: 0;
    position: absolute;
    right: 0;
}

.widget--2 {
    height: 145px;
}

.widget--2-chart {
    height: 100px;
    width: 50%;
    bottom: 0;
    position: absolute;
    right: 0;
}

.widget--3 {
    height: 145px;
}

.widget--3-chart {
    height: 100px;
    width: 50%;
    bottom: 0;
    position: absolute;
    right: 0;
}

.widget--4 .list-inline a {
    padding: 3px 4px;
    border-radius: 3px;
    opacity: .7;
}

.widget--4 .list-inline .active a {
    opacity: 1;
}

.widget--4 .nvd3-line svg {
    height: 316px;
}

.widget--4 .company-stat-boxes .close {
    line-height: 0;
}

.widget--4 .widget--4-search {
    margin-top: -3px;
}

@media (max-width: 992px) {
    .widget--4 {
        flex: none;
    }
}

.bg-success-2 {
    background-color: #10CFBD;
}

#table_monitor td {
    vertical-align: middle;
}

#table_reports td {
    vertical-align: middle;
}

#table_api td {
    vertical-align: middle;
}

.form-group-default.form-group-default-select2>label {
    z-index: 10000 !important;
}

ul.squares li div {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    margin-bottom: 1px;
}

div#legend span {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    margin-bottom: 1px;
}

.img-list-resume {
    height: 18px;
}

.table tbody tr td {
    padding: 10px;
}

.table-metricas tbody tr td {
    background: transparent !important;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    font-size: 12.5px;
    padding: 1px;
}

.table-metricas tbody tr td span {
    display: inline-block;
    width: 5px;
    height: 5px;
    padding: 5px;
}

tr.odd .table-metricas.table-striped tbody tr td {
    background: #fff !important;
}

tr.even .table-metricas.table-striped tbody tr td {
    background: #fafafa !important;
}

@media (max-width: 991px) {
    .custom-h3 {
        font-size: 17px;
        line-height: 35.88px;
    }
}

.table-fechas tbody tr td {
    background: transparent !important;
    border-bottom: 1px solid rgba(230, 230, 230, 0.7);
    font-size: 12.5px;
    padding: 1px;
}

tr.odd .table-fechas.table-striped tbody tr td {
    background: #fff !important;
}

tr.even .table-fechas.table-striped tbody tr td {
    background: #fafafa !important;
}

.dropzone-file .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-image: url("../plugins/dropzone/images/spritemap-attachment.png") !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 428px;
    height: 123px;
    margin-left: -214px;
    margin-top: -61.5px;
    top: 50%;
    left: 50%;
}

@media all and (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:1.5/1),
(min-device-pixel-ratio:1.5),
(min-resolution:138dpi),
(min-resolution:1.5dppx) {
    .dropzone-file .dz-default.dz-message {
        background-image: url("../plugins/dropzone/images/spritemap-attachment@2x.png") !important;
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}

.dropzone-zip .dz-default.dz-message {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background-image: url("../plugins/dropzone/images/spritemap-zip.png") !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    width: 428px;
    height: 123px;
    margin-left: -214px;
    margin-top: -61.5px;
    top: 50%;
    left: 50%;
}

@media all and (-webkit-min-device-pixel-ratio:1.5),
(min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:1.5/1),
(min-device-pixel-ratio:1.5),
(min-resolution:138dpi),
(min-resolution:1.5dppx) {
    .dropzone-zip .dz-default.dz-message {
        background-image: url("../plugins/dropzone/images/spritemap-zip@2x.png") !important;
        -webkit-background-size: 428px 406px;
        -moz-background-size: 428px 406px;
        background-size: 428px 406px;
    }
}

.login-logo {
    text-align: center;
    max-height: 80px;
}

.login-logo img {
    max-height: 80px;
}

/**********************
Editor Mailing Stripo
************************/

#container {
    height: 650px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

#externalSystemContainer {
    background-color: #f6f6f6;
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid #d9d8d8;
}

#undoButton,
#redoButton {
    display: none;
}

#stripoSettingsContainer {
    width: 400px;
    float: left;
}

#stripoPreviewContainer {
    width: calc(100% - 400px);
    float: left;
}

.notification-zone {
    position: fixed;
    width: 400px;
    z-index: 99999;
    right: 20px;
    bottom: 80px;
}

.control-button {
    border-radius: 17px;
    padding: 5px 10px;
    border-color: grey;
}

.btn-round {
    border-radius: 20px!important;
    padding: 6px!important;
    height: 34.41px;
    width: 34.41px;
}

#changeHistoryLink {
    cursor: pointer;
}

#stripoSettingsContainer .esdev-app .nav-tabs.nav-justified>li,
#stripoSettingsContainer .esdev-app .nav-tabs.nav-justified li {
    display: inline-flex;
    width: 30% !important;
    min-width: 200px !important;
}

#stripoSettingsContainer.esdev-app .nav-tabs.nav-justified {
    display: flex;
    flex-direction: row;
}

#stripoSettingsContainer.esdev-app .nav-tabs.nav-justified>li {
    display: block;
    width: auto;
}


@media screen and (min-width: 768px) {
    .esdev-app .splitter_panel .bottom_panel {
        top: 350px;
        
    }
    .esdev-code-editor-block-panel {
        min-height: 300px !important;
        max-height: 610px !important;
    
    }
    .esdev-app .splitter_panel .hsplitter {
        top: 325px !important;
    }
    .stripo-preview-frame{
        min-height: 350px !important;
        max-height: 910px !important;
        }
}
@media screen and (min-width: 900px) {
    .esdev-app .splitter_panel .bottom_panel {
        top: 350px;
        
    }
    .esdev-code-editor-block-panel {
        min-height: 300px !important;
        max-height: 610px !important;
    
    }
    .esdev-app .splitter_panel .hsplitter {
        top: 325px !important;
    }
    .stripo-preview-frame{
        min-height: 350px !important;
        max-height: 910px !important;
        }
}

@media screen and (min-width: 1600px) {
    .esdev-app .splitter_panel .bottom_panel {
        top: 400px;
       
    }
    .esdev-code-editor-block-panel {
        min-height: 365px !important;
        position: absolute !important; 
    
    }
    .esdev-app .splitter_panel .hsplitter {
        top: 375px !important;
    }

    .stripo-preview-frame{
        min-height: 375px !important;
        max-height: 910px !important;
        }

element.style {
    height: 600.5px !important;
}
   
}



.cardB {
    --card-bg: #ffffff;
    --card-accent: #4b8d5c;
    --card-text: 4b8d5c;
    --card-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    width: 190px;
    height: 254px;
    background: var(--card-bg);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateY(-10px);
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: rgba(124, 58, 237, 0.2);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, sans-serif;
}

.cardB__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.8) 50%,
            rgba(255, 255, 255, 0) 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
}


.cardB__glow {
    position: absolute;
    inset: -10px;
    background: radial-gradient(circle at 50% 0%,
            rgba(75, 141, 92, 0.3) 0%,
            rgba(75, 141, 92, 0) 70%);
    opacity: 1;
    transition: opacity 0.5s ease;
}


.cardB:hover .cardB__glow {
    opacity: 1;
}


.cardB__content {
    padding: 1.25em;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75em;
    position: relative;
    z-index: 2;
}

.cardB__badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #4b8d5c;
    color: white;
    padding: 0.25em 0.5em;
    border-radius: 999px;
    font-size: 0.7em;
    font-weight: 600;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.4s ease 0.1s;
}

.cardB__image {
    width: 100%;
    height: 100px;
    background: linear-gradient(45deg, #4b8d5c, #3b6f4a);
    border-radius: 12px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}


.cardB__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 30%,
            rgba(255, 255, 255, 0.1) 0%,
            transparent 30%),
        repeating-linear-gradient(45deg,
            rgba(139, 92, 246, 0.1) 0px,
            rgba(139, 92, 246, 0.1) 2px,
            transparent 2px,
            transparent 4px);
    opacity: 0.5;
}

.cardB__text {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
}

.cardB__title {
    color: var(--card-text);
    font-size: 1.1em;
    margin: 0;
    font-weight: 700;
    transition: all 0.3s ease;
}

.cardB__description {
    color: var(--card-text);
    font-size: 0.75em;
    margin: 0;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.cardB__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.cardB__price {
    color: var(--card-text);
    font-weight: 700;
    font-size: 1em;
    transition: all 0.3s ease;
}

.cardB__button {
    width: 28px;
    height: 28px;
    background: var(--card-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: scale(0.9);
}

/* Hover Effects */
.cardB:hover {
    transform: translateY(-10px);
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: rgba(124, 58, 237, 0.2);
}

.cardB:hover .cardB__shine {
    opacity: 1;
    animation: shine 3s infinite;
}

.cardB:hover .cardB__glow {
    opacity: 1;
}

.cardB:hover .cardB__badge {
    transform: scale(1);
    opacity: 1;
    z-index: 1;
}

.cardB:hover .cardB__image {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.cardB:hover .cardB__title {
    color: var(--card-accent);
    transform: translateX(2px);
}

.cardB:hover .cardB__description {
    opacity: 1;
    transform: translateX(2px);
}

.cardB:hover .cardB__price {
    color: var(--card-accent);
    transform: translateX(2px);
}

.cardB:hover .cardB__button {
    transform: scale(1);
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.2);
}

.cardB:hover .cardB__button svg {
    animation: pulse 1.5s infinite;
}

/* Active State */
.cardB:active {
    transform: translateY(-5px) scale(0.98);
}

/* Animations */
@keyframes shine {
    0% {
        background-position: -100% 0;
    }

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

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

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


.mb-5 {
    margin-bottom: 1.25rem !important
}