/*

* Override Pages default styles or create your own styles here

*/

/* ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
} */

.form-wrap.form-builder .frmb li {
    border: 1px solid #00000012;
}

code {
    background-color: transparent !important;
}

.form-wrap.form-builder .frmb {
    min-height: 560px !important;
}

.form-builder .form-elements .form-control[readonly] {
    color: rgba(0, 0, 0, 0.6);
}

.form-builder .field-options .option-value[readonly] {
    color: rgba(0, 0, 0, 0.6);
}

.wrap {
    background: url('../../assets/img/campaigns/iphone-min.png') no-repeat;
    background-size: contain;
    height: 500px;
    min-width: 300px;
}

.wrap textarea {
    margin: 110px 0 0 53px;
    width: 185px;
    height: 50px;
    border-radius: 10px;
    padding: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #64d853;
    color: white;
}

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

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

/*Modal lg*/

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

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

    .modal-lg2 {
        max-width: 1000px;
    }
}

.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;
}

.dropzone2 .dz-default.dz-message {
    background-image: url(../plugins/dropzone/images/spritemap2.png);
    top: 52%;
}

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--1 .list-inline a {
    padding: 3px 4px;
    border-radius: 3px;
    opacity: .7;
}

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

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

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

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

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

.widget--2-chart {
    height: 140px;
    bottom: 0;
    position: absolute;
    right: 0;
}

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

/* #table_monitor td {
    vertical-align: middle;
}

#table_reports td {
    vertical-align: middle;
} */

table td {
    vertical-align: middle !important;
}

.table tbody tr td {
    vertical-align: middle !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-2 {
    margin-top: 0px !important;
}

.table-metricas-2 tbody tr td {
    border-bottom: none !important;
}

.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-fechas 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;
}

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

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

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

/* table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    content: ' ';
    margin-top: 2px;
    margin-left: -6px;
    border: 1px solid black;
    vertical-align: middle;
    border-radius: 3px;
}

table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    content: '\2714';
    margin-top: -3px;
    margin-left: -4px;
    text-align: center;
    color: #e6e6e6;
    text-shadow: 1px 1px #000000, -1px -1px #000000, 1px -1px #000000, -1px 1px #000000;
} */

/* Estilo base para el checkbox, con un aspecto redondeado y un gradiente */
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    background: linear-gradient(145deg, #fff, #fff);
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    content: '\2713';
    display: inline-block;
    color: #FFFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    margin-left: -4px;
    text-align: center;
    vertical-align: middle;
    font-weight: 900;
}
table.dataTable tr.selected td.select-checkbox:before,
table.dataTable tr.selected th.select-checkbox:before {
    background: linear-gradient(145deg, #0A595F, #0A595F);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
    color: black;
    font-weight: 500;
}


.voices-org-chart {
    width: 100%;
    background: none;
}

.voices-org-chart table td {
    vertical-align: top !important;
}

.voices-org-chart.orgchart .node {
    margin-left: 16px;
    margin-right: 16px;
}

.voices-org-chart.orgchart .node .title,
.voices-org-chart.orgchart .node .content {
    background-color: #fff;
    border: 2px solid #4A933A;
    color: #606060;
    padding: 0px;
    height: auto;
}

.voices-org-chart.orgchart .node .title {
    border-bottom: none;
    /* padding-top: 8px; */
    padding: 8px 8px 4px 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    white-space: normal;
    /* width: 200px; */

}

.voices-org-chart.orgchart .node .content {
    border-top: none;
    padding-bottom: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.voices-org-chart table td .content {
    height: auto !important;
}

.voices-org-chart .btn-group {
    background-color: #4A933A;
    border: 2px solid #4A933A;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}

.voices-org-chart .btn-group .btn {
    background-color: #4A933A;
    border: none;
    color: #fff;
}

.voices-org-chart .btn-group .btn:active,
.voices-org-chart .btn-group .btn:hover {
    background-color: #2a6d1b;
}

.voices-org-chart .btn-group .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 9px;
}

.voices-org-chart .btn-group .btn:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 9px;
}

.voices-org-chart.orgchart .node.focused,
.voices-org-chart.orgchart .node:hover {
    background-color: rgba(74, 147, 58, .3) !important;
    border-radius: 9px !important;
    transition: none !important;
}

.voices-org-chart.orgchart .lines .downLine {
    background-color: rgba(74, 147, 58, .8)
}

.voices-org-chart.orgchart .lines .leftLine {
    border-left: 1px solid rgba(74, 147, 58, .8);
}

.voices-org-chart.orgchart .lines .topLine {
    border-top: 2px solid rgba(74, 147, 58, .8);
}

.voices-org-chart.orgchart .lines .rightLine {
    border-right: 1px solid rgba(74, 147, 58, .8);
}


.voices-org-chart.orgchart .node.disable .title,
.voices-org-chart.orgchart .node.disable .content,
.voices-org-chart .node.disable .btn-group {
    border-color: #c7c7c7;
}

.voices-org-chart .node.disable .btn-group,
.voices-org-chart .node.disable .btn-group .btn {
    background-color: #c7c7c7;
}

.voices-org-chart.orgchart .node.disable:hover {
    background-color: transparent !important;
}

.voices-org-chart.orgchart .lines.disable .downLine {
    background-color: #c7c7c7;
}

.voices-org-chart.orgchart .lines.disable .leftLine {
    border-left: 1px solid #c7c7c7;
}

.voices-org-chart.orgchart .lines.disable .topLine {
    border-top: 2px solid #c7c7c7;
}

.voices-org-chart.orgchart .lines.disable .rightLine {
    border-right: 1px solid #c7c7c7;
}

/* datatables mobile */
@media (max-width: 768px) {
    div.dataTables_wrapper div.dataTables_info {
        white-space: break-spaces;
    }
}

.lds-ring-sm {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.lds-ring-sm div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    margin: 3px;
    border: 3px solid rgb(232, 233, 233);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: rgb(232, 233, 233) transparent transparent transparent;
}

.lds-ring-sm div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring-sm div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring-sm div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.card-wrap-form {
    padding: 11px 8px;
}

.card-form-capture {
    border-radius: 12px;
    margin-bottom: 0;
}

.card-form-capture:hover {
    cursor: pointer;
    border: 2px solid #2fa0d7;
}

.card-form-capture .card-body {
    display: flex;
    flex-direction: row;
    padding: 0;
    flex: 0 0 48px;
}

.card-form-capture .cover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 16px;
}

.card-form-capture .cover img {
    width: 32px;
}

.card-form-capture .form-info {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 14px 12px 14px 0;
    width: calc(100% - 60px);
    justify-content: center;
}

.card-form-capture .form-info .title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.card-form-capture .form-info .campaign {
    font-weight: 500;
    color: #606060;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.capture-grid-forms {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

/*******************
Notifications
********************/
.text-alert-default {
    color: #48B0F7 !important;
}

.text-alert-success {
    color: #10CFBD !important;
}

.text-alert-warning {
    color: #f8d053 !important;
}

.text-alert-error {
    color: #F55753 !important;
}

#alert-list-items .alert-list>a {
    height: 78px;
}

#alert-list-items .alert-list.alert-noviewed {
    background-color: rgba(183, 231, 242, 25%);
}

.quickview-wrapper .quickview-toggle .pg-close {
    color: white !important;
    font-size: 16px;
}

.blob-alert {
    position: absolute;
    top: -5px;
    right: -5px;
    background: rgba(255, 82, 82, 1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    border-radius: 50%;
    height: 10px;
    width: 10px;
    transform: scale(1);
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

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

@media (min-width: 992px) {
    .modal-lg {
        max-width: 860px;
    }
    
    .modal-xl {
        max-width: calc(100% - 120px);
    }
}
/* 
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
} */

.loader-box {
    display: none;
    padding: 40px 20px;
    text-align: center;
}


.loader-box .loader-wrapper {
    margin: 0 auto;
    width: 120px;
    max-width: 100%;
}

.loader-box img {
    max-width: 100%;
}

.loader-box h5 {
    text-align: center;
}

.page-container .pgn-wrapper {
    z-index: 99 !important;
}
.ml-2{
    margin-left: 10px;
}