/*----GLOBAL----*/
body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

a:hover,
a:active {
    opacity: 0.5;
}

p {
    font-size: 1em;
    line-height: 1.4em;
}

p a {
    color: #128fd3;
    text-decoration: underline;
    font-weight: bold;
}

.classy {
    font-family: "Montserrat", sans-serif;
}

a,
a img {
    transition: 0.2s;
}

a:hover,
a:hover img {
    opacity: 0.5;
    transition: 0.2s;
}

.btn {
    background-color: #0095eb;
    border: 1px solid #0095eb;
    color: #fff;
    font-weight: bold;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    display: inline-block;
}

.btn-cyan {
    background-color: #36ccff;
}

.btn-container {
    background-color: #fff;
    display: inline-block;
    border-radius: 50px;
}

.btn-container .btn,
.btn-container img {
    display: inline-block;
}

.asistencia {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #000;
    text-align: center;
    z-index: 10;
}

.asistencia .btn {
    background-color: #000;
    display: block;
}

#mydiv {
    display: none;
}

#mydiv.shown {
    display: block;
}

/*-------------*/
header {
    /* background-color: #f7f1dd; */
}

/* .filter {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgb(255 255 255) 15%, rgb(255 255 255 / 0%) 50%);
} */
.wedding-title {
    color: #000;
}

.wedding-title h1 span {
    font-size: 140%;
}

.wedding-title h1 span::first-letter {
    font-size: 180%;
}

/* header .first-image,
header .second-image {
    width: 40%;
    height: 100vh;
} */
.arrow {
    position: absolute;
    top: calc(50% - 0.2rem);
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    background-color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-disabled {
    opacity: 0.2;
}

.next {
    right: 30px;
    padding: 10px 8px 0 11px;
}

.prev {
    left: 30px;
    padding: 10px 11px 0 8px;
}

/*------------*/
.bg-custom-blue {
    background-color: #0095eb;
}

.bg-custom-cyan {
    background-color: #36ccff;
}

.text-custom-blue {
    color: #0095eb;
}

.custom-input {
    border: 1px solid #0095eb;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: bold;
}

.address-card .btn {
    padding: 0.4rem 0.6rem;
}

.nav-container {
    transition: 0.2s ease;
    -webkit-box-shadow: 0px 6px 10px 0px rgb(123 123 123 / 20%);
    box-shadow: 0px 6px 10px 0px rgb(123 123 123 / 20%);
}

.navbar-not-scrolled {
    transition: 0.2s ease;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-not-scrolled .text-custom-blue {
    color: #fff;
}

.navbar-not-scrolled .btn {
    border: 1px solid #fff;
}

.filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 149, 235);
    background: linear-gradient(
        0deg,
        rgba(0, 149, 235, 0) 0%,
        rgba(0, 149, 235, 0) 50%,
        rgba(0, 149, 235, 1) 100%
    );
}

/*---*/

.breadcrumb li {
    display: inline-block;
    line-height: 1.4em;
    margin-right: 0.6em;
    text-decoration: underline;
}

.breadcrumb li:hover {
    opacity: 0.5;
}

.breadcrumb li:after {
    border: solid #000;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    margin-left: 0.6em;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.breadcrumb li:last-child {
    font-weight: 700;
    text-decoration: none;
}

.breadcrumb li:last-child:hover {
    opacity: 1;
}

.breadcrumb li:last-child:after {
    border: none;
    content: "";
}

/*---*/

.is-invalid.form-check label {
    border-bottom: 1px solid red;
}

.alert-msg {
    display: none;
}

.is-invalid:hover + .alert-msg,
.is-invalid:hover + .select2 + .alert-msg,
.select2:hover + .alert-msg,
.is-invalid:hover .select2 + .alert-msg {
    display: block;
    background: #fff;
    border-radius: 4px;
    border: 1px solid red;
    color: red;
    font-weight: bold;
    font-size: 12px;
    padding: 4px 8px;
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    width: 100%;
    z-index: 2;
}

.alert-msg:after {
    content: " ";
    position: absolute;
    right: 12px;
    top: -8px;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid red;
}

input.is-invalid,
textarea.is-invalid,
.select2.is-invalid + .select2-container--default .select2-selection--single,
.is-invalid
    .input-container
    select
    + .select2-container--default
    .select2-selection--single,
.is-invalid
    .input-container
    select
    + .select2-container--default
    .select2-selection--multiple {
    border: 1px solid red !important;
    border-bottom: 2px solid red !important;
}
.is-invalid.form-radio  {
    border: 1px solid red !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: transparent;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    color: #000;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    float: left;
}

div.dataTables_wrapper div.dataTables_paginate {
    padding-top: 0.85em;
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

.dark-mode .paginate_button {
    margin: 0 8px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 1px 8px;
}

.paginate_button {
    margin: 0 8px;
    cursor: pointer;
    border: 1px solid #b4c9e4;
    border-radius: 50px;
    padding: 1px 8px;
}

.paginate_button.current {
    background-color: #34d399;
    border: 1px solid #34d399;
    color: #fff;
}

/* sweet modal*/
.dark-mode .swal2-popup,
.dark-mode .swal2-toast {
    background-color: #384252 !important;
}

.dark-mode .swal2-title {
    color: #fff;
}

.swal2-title {
    line-height: 1;
}

.dark-mode
    .swal2-popup
    .select2-container--default
    .select2-results__option--selected {
    color: #fff;
}

.dark-mode .select2-container--default .select2-results__option--selectable {
    color: #fff;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
    outline: none;
}

table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 30px;
}

table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.9em;
    display: block;
    opacity: 0.3;
}

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: 1em;
    content: "↑";
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "↓";
}

table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
    opacity: 1;
}

table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
    opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
    margin-top: 0 !important;
    border-top: none;
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important;
    }
}

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
    padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}

table.table-bordered.dataTable {
    border-right-width: 0;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:first-child {
    padding-left: 0;
}

div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:last-child {
    padding-right: 0;
}

.car-table-image {
    width: 50px !important;
    height: auto !important;
    max-width: inherit !important;
}

.car-table-image.hovered {
    position: absolute;
    width: 100% !important;
    height: auto !important;
    max-width: inherit !important;
    cursor: zoom-in;
}

.dtfc-right-top-blocker {
    background-color: transparent !important;
}

/* Alerts */

.swal2-html-container label {
    text-align: left;
}

.invisible {
    visibility: hidden !important;
}

.swal2-actions {
    z-index: inherit !important;
}

.dark-mode .swal2-html-container {
    color: #fff;
}

.dark-mode .loading-container {
    background-color: #1f2937;
}

.visible-toggle-div {
    cursor: pointer;
    pointer-events: auto;
}

.dark-mode .swal2-success-circular-line-left,
.dark-mode .swal2-success-circular-line-right,
.dark-mode .swal2-success-fix {
    background-color: transparent !important;
}

.filepond--file-info-main {
    background: rgb(0, 0, 0);
    overflow: auto !important;
    white-space: inherit !important;
    display: flex;
    flex-wrap: wrap;
    width: auto !important;
}
.filepond--file-info-main.hidden-name {
    flex-wrap: nowrap !important;
}

.filepond--fullsize-overlay {
    position: fixed !important;
}

.pdf-viewer {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: bottom;
    padding: 5px;
    cursor: pointer;
    pointer-events: auto;
}

/* multiples filepond files*/
.multiple-files .filepond--item,
.picture-show {
    width: calc(15% - 0.5em);
}

@media (min-width: 1280px) {
    .multiple-files .filepond--item,
    .picture-show {
        width: calc(15% - 0.5em);
    }
}

.half-multiple-files .filepond--item,
.picture-show {
    width: calc(50% - 0.5em);
}

@media (min-width: 1280px) {
    .half-multiple-files .filepond--item,
    .picture-show {
        width: calc(50% - 0.5em);
    }
}

.filepond--panel-root {
    border-radius: 0.5em;
    background-color: #e5f0ff !important;
}

.dark-mode .filepond--panel-root {
    border-radius: 0.5em;
    background-color: #1f2937 !important;
    color: #fff !important;
}

.dark-mode .filepond--drop-label.filepond--drop-label label {
    color: #fff;
}

.test {
    max-height: 400px;
}

.create-icon {
    stroke: #0827f5 !important;
}

.dark-mode .create-icon {
    stroke: #fadb05 !important;
}

.filepond--visible-icon,
.filepond--visible-for-client-icon,
.filepond--primary-icon {
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    pointer-events: auto;
}

.filepond--visible-for-client-icon {
    border: 1px red;
}

.filepond--pdf-preview-wrapper {
    cursor: zoom-in;
}

.multiple-containers .filepond--root {
    height: 250px;
    width: 100%;
    overflow: auto;
}

/* width */
.multiple-containers .filepond--root::-webkit-scrollbar {
    width: 20px !important;
}

/* Track */
.multiple-containers .filepond--root::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
    border-radius: 10px !important;
}

/* Handle */
.multiple-containers .filepond--root::-webkit-scrollbar-thumb {
    background: #29b982 !important;
    border-radius: 10px !important;
}
.filepond--magnify-icon {
    display: none !important;
}
/* Handle on hover */
.multiple-containers .filepond--root::-webkit-scrollbar-thumb:hover {
    background: #29b982 !important;
}

.filepond--credits {
    display: none !important;
}

/* width */
.soft-bar::-webkit-scrollbar {
    width: 20px !important;
}

/* Track */
.soft-bar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
    border-radius: 10px !important;
}

/* Handle */
.soft-bar::-webkit-scrollbar-thumb {
    background: #29b982 !important;
    border-radius: 10px !important;
}

/* Handle on hover */
.soft-bar::-webkit-scrollbar-thumb:hover {
    background: #29b982 !important;
}

th,
td {
    white-space: nowrap;
}

div.dataTables_wrapper {
    margin: 0 auto;
}

.date-picker-wrapper {
    /* z-index: 1; */
    z-index: 2 !important;
}

.draggable-container {
    position: absolute;
    top: 50%;
    left: 50%;
    user-select: none;
}

.delete-button {
    background-color: red;
    top: 0;
    right: 0;
}

.draggable-image {
    max-width: 100%;
    max-height: 100%;
    user-select: none;
}
