/* App */

@font-face {
    font-family: "Gelion";
    src: url("../fonts/GelionRegular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gelion";
    src: url("../fonts/GelionBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

body *, html{
    font-family: Gelion;
    font-size: 15px;
}

.mb0{
    margin-bottom: 0 !important;
}

.mb10{
    margin-bottom: 10px !important;
}

.app-container{
    background: #f3f3f4;
}

.app-container.expanded .content-container .side-menu {
    width: 200px;
}

.app-container.expanded .content-container .navbar-top {
    padding-left: 200px;
}

.app-container.expanded .side-body {
    margin-left: 195px;
}

h1.page-title{
    font-size: 28px;
    height: auto;
    line-height: normal;
    margin-top: 3px;
    padding-top: 21px;
    padding-left: 0px;
    margin-bottom: 10px;
}

.fright{
    float: right;
}

.headerTitleButton{
    margin-top: 3px;
    padding-top: 21px;
}

.headerTitleButton h1.page-title{
    padding-top:0px;
    margin-top: 0px;
}

h1.page-title i{
    display: none;
}

.app-container .content-container .side-menu .navbar-header .navbar-brand .logo-icon-container {
    width: 100%;
    height: auto;
}

.panel.widget.center.bgimage{
    display: none;
}

.app-container .content-container .side-menu .navbar-header .navbar-brand {
    line-height: 55px;
}

.navbar .navbar-nav>li>a {
    text-transform: none;
}

.voyager .table>tbody>tr>td,
.voyager .table>tbody>tr>th,
.voyager .table>tfoot>tr>td,
.voyager .table>tfoot>tr>th {
    vertical-align: middle;
}

table.dataTable thead>tr>th {
    padding-left: 10px;
}

.panel-title {
    background: #0D003B;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    color: white;
}

.voyager .side-menu .navbar-header {
    background: white;
    border-color: white;
}

.voyager .navbar, .voyager .navbar.navbar-default, .app-container.expanded .content-container .side-menu, .voyager .side-menu.sidebar-inverse{
    background: white;
}

.voyager .navbar.navbar-default>.container-fluid:after{
    border-bottom: 0px solid #eee;
}

.voyager .navbar.navbar-default .navbar-nav>li:hover>a,
.voyager .navbar .navbar-nav>li:hover>a {
    color: inherit;
}

.colorShow {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.mce-branding {
    display: none !important;
}

.breadcrumb {
    display: none;
}

.voyager.users a.view {
    display: none;
}

.app-container .content-container .side-menu .navbar-header .navbar-brand img {
    max-width: 90%;
    max-height: 50%;
    position: relative;
    top: 1px;
    left: -3px;
    display: inline-block;
}

.app-container .content-container .side-menu .navbar-nav li a {
    font-size: 17px;
}

#dataTable .bread-actions .btn, .actions a.btn, #dataTable .bread-actions .btn span {
    font-size: 14px;
}

.app-container .content-container .side-menu .navbar-nav li a .title {
    top: -2px;
}

.ace_editor * {
    font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace !important;
}

.voyager .side-menu.sidebar-inverse .navbar li.active{
    background: rgba(110, 222, 41, 0.27);
}

.voyager .side-menu.sidebar-inverse .navbar li.active:before{
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    border-left: 5px solid #6EDE29;
}

.voyager .side-menu.sidebar-inverse .navbar li.active>a{
    color: #0D003B;
}

.navbar, .app-container .content-container .side-menu .navbar-header .navbar-brand{
    min-height: 70px;
}

.app-container .content-container .side-body.padding-top{
    padding-top: 70px;
}

#bulk_delete_btn{
    display: none;
}

.massiveDelete #bulk_delete_btn{
    display: inline-block;
}

#dataTable:not(.massiveDelete) tbody tr td:first-child input, #dataTable:not(.massiveDelete) thead tr th:first-child input{
    display:none;
}

#dataTable:not(.massiveDelete) tbody tr td:first-child, #dataTable:not(.massiveDelete) thead tr th:first-child{
    width: 0px;
    padding: 0px;
}

.page-content.browse #dataTable.table-hover tr:hover{
    cursor:pointer;
}

.page-content.browse #dataTable.table-hover>tbody>tr>td{
    padding: 0;
}

.page-content.browse #dataTable.table-hover>tbody>tr>td a,
.page-content.browse .dataTable.table-hover>tbody>tr>td a,
.page-content.browse .dataTable.table-hover>tbody>tr>td>div
{
    padding: 12px 8px;
    display: block;
    color: inherit;
}

.page-content.browse #dataTable.table-hover>tbody>tr>td p{
    margin-bottom: 0;
}

.voyager .side-menu.sidebar-inverse .navbar li>a:hover{
    color: #fff !important;
    background: #0D003B !important;
}

#search-input {
    border: none;
    width: auto;
    justify-content: flex-end;
}

#search-input .input-group{
    max-width: 250px;
    margin-left: 10px;
}

#search-input input{
    border: 1px solid #cbcbcb;
    border-radius: 10px
}

#search-input button {
    right: 33px;
    margin: 8px 0 0;
}

.voyager .table>thead>tr>th {
    /* border-color: #eaeaea; */
    border-bottom: 1px solid #898989;
    background: transparent;
}

.voyager .table>thead>tr>th *{
    color: #333;
}

div.dataTables_length select{
    padding: 3px 8px;
    height: 35px;
}

.voyager .panel{
    border-radius: 10px !important;
}

td.dataTables_empty{
    padding: 10px;
}

.app-container .content-container .side-menu .navbar-nav li a .icon{
    font-size: 22px;
}

.app-container.expanded .content-container .side-menu .navbar-header .navbar-brand .title, .app-container.expanded .content-container .side-menu .navbar-nav li a .title{
    font-size: 16px;
}

.navbar .dropdown.profile ul.dropdown-menu{
    position: absolute !important;
}

.navbar-fixed-top #dropdownMenuButton{
    border-radius: 10px !important;
    padding: 10px 16px !important;
    height: 60px !important;
    font-size: 16px !important;
    line-height: 33px !important;
}

.voyager .navbar.navbar-default .navbar-nav>li, .voyager .navbar .navbar-nav>li{
    border-left: 1px solid #dfdfdf;
}

.navbar .navbar-nav>li>a {
    height: 70px;
    line-height: 70px;
}

.modal-backdrop {
    background-color: rgb(0 0 0 / 65%) !important;
}

.navbar .dropdown-menu.dropdown-menu-animated {
    border-radius: 10px;
}

@media (max-width: 768px)
{
    .app-container .content-container .side-body{
        margin: 0;
    }

    .app-container .side-body .container-fluid{
        padding: 0;
        margin-right: 0;
        margin-left: 0;
    }
}

/* End App */

/* FullCalendar */

.fc .fc-timegrid-col.fc-day-today {
    background-color: white !important;
}

.fc .fc-scrollgrid table tr {
    height: 2rem;
}

.fc .fc-scrollgrid{
    border-left: none !important;
    border-top: none !important;
    border-bottom: 1px solid rgb(218, 219, 223) !important;
}

.fc .fc-view .fc-timegrid-slot[data-time$=":00:00"]{
    color: #0D003B;
    border-top: 1px solid rgb(218, 219, 223) !important;
}

.fc-theme-standard td, .fc-theme-standard th{
    border: none !important;
}

.fc-theme-standard .fc-timegrid-cols table{
    border-right: 1px solid rgb(218, 219, 223) !important;
}

.fc-theme-standard th.fc-col-header-cell, .fc-theme-standard th.fc-timegrid-axis {
    border-bottom: 1px solid rgb(218, 219, 223) !important;
}

.fc-timegrid-cols .fc-resource{
    border-right: 1px solid rgb(218, 219, 223) !important;
}

.fc .fc-view .fc-col-header .fc-resource, .fc-theme-standard th.fc-timegrid-axis  {
    padding: 8px 0px;
    font-size: 0.75rem;
    line-height: 1.33;
    font-weight: 600;
    text-transform: none;
    min-width: 5rem;
}

.fc-timegrid-event .fc-event-main {
    padding: 6px !important;
}

.fc-v-event{
    background-color: #0D003B;
    border-color: #0D003B;
    color: black !important;
}

.fc-timegrid-event .fc-event-time, .fc-timegrid-event .fc-event-title-container, .fc-timegrid-event .fc-event-title-container .fc-event-title{
    margin-bottom: 0px !important;
    line-height: 1.33;
    font-size: 0.95rem !important;
    white-space: nowrap;
}

.fc-event-time{
    overflow: hidden;
    padding-right: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fc-timegrid-event .fc-event-title-container{
    opacity: 0.5;
}

.fc-v-event .fc-event-main-frame {
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    justify-content: center;
}

.fc-v-event .fc-event-title-container {
    flex-grow: unset !important;
}

.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0px 0 0 0px !important;
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow{
    border-left-color: #0D003B !important;
}

.fc .fc-timegrid-now-indicator-line{
    border-color: #0D003B !important;
}

/* End FullCalendar */

/* Right Modal */

.modal.right#addModal .modal-body, .modal.right#addModal .panel-body, .modal.right#addModal .app-container .side-body > .container-fluid,
.modal.right.addModal .modal-body, .modal.right.addModal .panel-body, .modal.right.addModal .app-container .side-body > .container-fluid{
    padding: 0;
    padding-right: 0;
}

.modal.right#addModal .panel-body,
.modal.right.addModal .panel-body{
    margin-left: -15px;
    margin-right: -15px;
}

.fc-timegrid-event.fc-v-event {
    background-color: #0D003B;
    border-color: #0D003B;
    color: white !important;
}

.modal.right#addModal .side-body{
    margin-right: 0;
}

.modal.right#addModal .modal-body .app-container, .modal.right#addModal .panel-footer,
.modal.right.addModal .modal-body .app-container, .modal.right.addModal .panel-footer{
    background: white;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 20px;
}

.modal.right#addModal .app-container .content-container > .container-fluid,
.modal.right.addModal .app-container .content-container > .container-fluid{
    padding-right: 40px;
    padding-left: 40px;
}

.modal.right#addModal h1.page-title,
.modal.right.addModal h1.page-title{
    padding-left: 0px;
}

.modal.right#addModal .panel,
.modal.right.addModal .panel{
    box-shadow: none;
    border: none;
}

#addModal h1 i,
.addModal h1 i{
    display: none;
}

/* End Right Modal */

/* Forms */

.form-control {
    height: 46px;
    font-size: 16px;
    padding: 6px 16px;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
}

label.control-label{
    font-size: 16px;
}

.select2-container--default .select2-selection--single{
    height: 46px;
    font-size: 16px;
    padding: 6px 16px;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 13px;
}

form .form-group h3{
    padding: 0px 0px 15px;
    border-bottom: 1px solid rgb(218, 219, 223);
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px !important;
}

#addModal h1,
.addModal h1{
    font-size: 24px;
}

#addModal h4,
.addModal h4{
    font-size: 16px;
    font-weight: 600;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.select2-container--open .select2-dropdown--below{
    margin-top: 5px;
    box-shadow: rgb(10 15 39 / 16%) 0px 16px 48px 0px;
    border-radius: 6px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 16px;
    padding: 6px 16px;
    border-radius: 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(110, 222, 41, 0.27);
    color: #333;
}

button[type=submit].btn.btn-primary, a.btn, .btn.add-participant, .btn.update-payment-mode{
    border-radius: 10px !important;
    padding: 6px 16px !important;
    height: 46px !important;
    font-size: 16px !important;
    line-height: 33px !important;
}

.voyager .btn.btn-success, .btn.btn-primary.save, .btn.btn-primary{
    background: #0D003B;
    opacity: 1;
}

.voyager .btn.btn-success:hover, .btn.btn-primary.save:hover{
    opacity: .9;
}

.btn.btn-primary.save:disabled, .btn.add-participant:disabled, .btn.update-payment-mode:disabled{
    background: #dadbdf80;
    color: #9d9fa9;
    border: 1px solid #dadbdf80;
}

.ui-timepicker-wrapper{
    z-index: 999999 !important;
}

.add-club-court-booking-owner .price-info{
    margin-top: -5px;
    margin-bottom: -10px;
}

body #addModal button.delete,
body .addModal button.delete{
    padding: 9px 9px 4px 9px;
    border-radius: 10px;
    background-color: transparent;
    border-color: rgb(218, 219, 223);
    float: right;
    border: 1px solid;
    margin-top: 5px;
}

.input-group-addon:last-child {
    border-radius: 0px 10px 10px 0px;
}

#intervalAndPriceTbody{
    border-spacing: 0px 5px;
}

.select2-container--default .select2-selection--multiple{
    border-radius: 10px;
    font-size: 16px;
    padding: 4px 10px;
    border: 1px solid #cbcbcb;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding-top: 2px;
}

.img-select{
    width: 32px;
    height: 32px;
}

span.selectImageOption{
    display: grid;
    grid-template-columns: 32px 1fr auto;
    gap: 8px;
    -webkit-box-align: center;
    align-items: center;
}

span.selectImageOption .h1SelectImage{
    font-size: 1rem;
    line-height: 1.42;
    font-weight: 400;
}

span.selectImageOption .h2SelectImage{
    font-size: 0.85rem;
    line-height: 1.33;
    font-weight: 400;
    color: rgb(83, 87, 104);
}

.swal2-container {
    z-index: 999999 !important;
}

.container-booking-type{
    padding: 12px 15px;
    background-color: rgba(110, 222, 41, 0.27);
    border-radius: 8px;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.container-booking-type > div{
    flex: 1 1;
    display: grid;
    grid-template-columns: 32px 1fr;
    column-gap: 8px;
    -webkit-box-align: center;
    color: #0d003b;
    align-items: center;
    font-size: 1.1rem;
}

.container-booking-type > div > div > i{
    color: #0d003b;
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 400;
}

.btn-change-type-booking{
    color: #0d003b;
    width: fit-content;
    height: fit-content;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-change-type-booking > span{
    font-size: 1.1rem;
}

.container-booking-types-buttons{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 0 20px;
    border-radius: 8px;
    border: 1px solid rgb(234, 235, 235);
    padding: 24px 20px;
}

.container-booking-types-buttons:hover{
    border: 1px solid rgba(110, 222, 41);
}

.container-booking-types-buttons > div:nth-child(1){
    display: flex;
    margin-right: 1.5rem;
    border-radius: 50%;
    border: transparent;
    background-color: rgba(110, 222, 41, 0.27);
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;;
}

.container-booking-types-buttons > div:nth-child(1) > i{
    color: #0d003b;
    font-size: 1.3rem;
}

.container-booking-types-buttons > div:nth-child(2)>div>h4{
    color: #0000009e;
    font-size: 1.1rem;
    font-weight: bold;
}

.prev, .next, .datepickerNameMonth{
    color: #0D003B;
}

.datepickerNameMonth{
    font-size: 1.1rem !important;
}

.dow, .day, .month, .year, .decade, .century{
    color: black;
}

.day:hover, .month:hover, .year:hover, .decade:hover, .century:hover{
    color: black !important;
    border-radius: 5rem;
    background-color: #D8F6C5 !important;
}

.datepicker td,.datepicker th{
    text-align: center;
    font-size: 14px;
    width: 40.5px;
    height: 40.5px;
}

td.active, span.focused, span.active{
    border-radius: 5rem !important;
    background-image: none !important;
}

td.active, span.focused{
    background-color: #0D003B !important;
    color: white !important;
}

span.active{
    background-color: #D8F6C5 !important;
    color: black !important;
}

.datepicker-switch{
    color: #0D003B !important;
}

.iconBookingCorner{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.3rem;
}

.fc-event-main-frame{
    position: relative;
}

.container-selector-nationality {
    display: inline-block;
    position: relative;
}
.container-selector-nationality:hover {
    cursor: pointer;
}

.container-language-nationality {
    padding: 10px 10px 10px 10px !important;
    height: auto;
    width: 180px;
    border: 1px solid black !important;
}

.containerNacionality {
    color: white;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.containerNacionalityPages {
    color: #0D003B;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
}

.languageList{
    border-left:none !important;
}

.link-languages{
    cursor: pointer;
    color: black;
}

.link-languages:hover{
    color: #0D003B;
    font-weight: bold;
}

.languageIcon{
    color: black;
    font-size: 1.4rem;
    padding-top: 0.5rem;
}
/* End Forms */

#modalPopper {
    z-index: 1 !important;
    background-color: white;
    color: white;
    border-radius: 8px;
    font-size: 13px;
    display: none;
    width:20rem;
    min-height: 9rem;
    box-shadow: rgb(10 15 39 / 8%) 0px 16px 48px 0px;
}

#modalPopper[data-show] {
    display: block;
}

#titlePopper{
    background: #0D003B;
    text-align: center;
    padding: 7px;
    border-radius: 8px 8px 0 0;
}

#titleName{
    line-height: 1.42;
    font-weight: 600;
}

#titleTime{
    font-weight: 400;
    color: #ffffff;
    opacity: 0.75;
    font-size: 14px;
}

#bodyPopper{
    color: black;
    padding: 8px;
    border-radius: 1rem;
    display: flex;
    flex-flow: column;
    text-align: center;
}

#participants, #paidText{
    text-align: left;
    width: 100%;
}

#participantsContainer{
    display: flex;
    padding: 0.2rem;
    align-items: center;
}

#paidContainer{
    display: flex;
    padding: 0.2rem;
    align-items: center;
}

#paidContainer > i, #participantsContainer > i{
    font-size: 1.3rem;
    margin-right: 0.7rem;
    width: 28px;
}

#participantBody{
    display: flex;
}

#participantBody > div:nth-child(1){
    margin-right: .5rem;
}

#participantName,#participantPhone, #paidText{
    font-size: .9rem;
}

#participantBodyModel{
    display: flex;
    justify-content: space-between;
}

.item-body-container{
    width: 24rem;
    height: 15rem;
    background: white;
    box-shadow: rgb(10 15 39 / 8%) 0px 16px 48px 0px;
    border: 1px solid transparent;
    border-radius: 8px;
    max-width: 384px;
    max-height: 240px;
    text-align: left;
    transition: all 150ms linear 0s;
    padding: 40px 32px 32px;
}

.settings-container{
    float: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, 360px);
    gap: 24px;
    grid-column-start: auto;
    list-style: none;
    padding-left: 0;
}

.settings-container::before{
    display: none;
}

.setting-item > a:focus{
    text-decoration: none;
}

.item-icon-container{
    display: flex;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.item-icon-container > div > div > span{
    color: #0D003B;
    font-size: 1.5rem;

}

.item-icon-container > div > i{
    color: black;
    align-self: center;
    font-size: 1.5rem;

}

.item-body-container:hover {
    border: 1px solid #0D003B;
}

.first-div-icon{
    flex: 0 0 auto;
    height: 3rem;
    width: 3rem;
}

.first-div-icon > div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #D8F6C5;
}

.div-arrow{
    display: flex;
    flex: 0 0 auto;
    border-radius: 8px;
    border: 1px solid #DADBDF;
    padding: 2px;
    align-self: center;
    width: 38px;
    height: 38px;
    justify-content: center;
}

.item-text-title{
    font-size: 1.5rem;
    line-height: 1.67;
    font-weight: 700;
    color: #0A0F27;
}

.item-text-description{
    line-height: 1.71;
    font-weight: 400;
    color: black;
    font-size: 1.05rem;
}

.btn.btn-secondary {
    background-color: transparent;
    border: 1px solid #76838f;
    border-radius: 10px;
    color: #76838f;
}

.btn.btn-secondary:hover {
    color: #76838f;
}

.profile{
    border-left: none !important;
}

.profile-container{
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 16px;
    width: 640px;
    max-width: 100%;
}

.profile-container > div.profile-field{
    min-height: 48px;
    padding: 8px 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(243, 243, 244);
    border-radius: 8px;
}
.profile-container > div.profile-field:nth-child(1){
    grid-column: span 2 / auto;
    width: 7rem;
    justify-content: center;
    background: none;
}

.profile-container > div.profile-field:nth-child(2){
    grid-column: span 2 / auto;
}

.profile-container > div.profile-field > label{
    flex: 0 0 auto;
    color: rgb(83, 87, 104);
    white-space: nowrap;
    margin: 0;
}

.profile-container > div.profile-field > div{
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
    color: black;
}

.profile-container > div > img{
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

@media (max-width: 576px)
{
    .profile-container{
        display: flex;
        flex-flow: column;
    }

    .profile-container > div.profile-field:nth-child(1) {
        width: 100%;
    }
}

.tabs-container {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgb(218, 219, 223);
    margin-left: 1rem;
    margin-bottom: 8px;
}

div.tabs-container > a {
    padding: 8px 0;
    border-bottom: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.71;
    color: #0D003B;
    cursor: pointer;
    transition: text-shadow .3s;
}

div.tabs-container > a.active {
    color: #0D003B;
    border-bottom-color: #0D003B;
    font-weight: 600;
}
div.tabs-container > a:hover:not(.active){
    text-shadow: 0 0 .65px #333, 0 0 .65px #333;
}

div.tabs-container > a,
div.tabs-container > a:hover,
div.tabs-container > a:active,
div.tabs-container > a:visited,
div.tabs-container >a:focus {
    text-decoration:none;
}

div.tabs-container > a:not(:last-child) {
    margin-right: 24px;
}

.title-submenu{
    font-size: 24px;
    color: #555;
    font-weight: 700;
    display: inline-block;
}

.dataTable a {
    font-weight: 500;
    text-decoration: none;
}

.headerReport{
    display: flex;
    row-gap: 8px;
}

.headerReportLeft{
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

.headerReportLeft>div{
    display: flex;
    flex-direction: column;
}

.headerReport .totalDiv{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 24px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

.headerReport .priceDiv{
    display: flex;
    -webkit-box-align: baseline;
    align-items: baseline;
    min-height: 40px;
    color: var(--colors-fg-neutral-default,#0A0F27);
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
}

.headerReport .headerReportRight{
    flex: 1 1 0%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.headerReport .paymentMethodString{
    font-size: 18px;
    font-weight: 400;
    margin-left: 5px;
    letter-spacing: 0;
    text-transform: lowercase;
}

.typeViewContainer{
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    border-radius: 8px;
    border: 1px solid #cbcbcb;
    overflow: hidden;
    width: fit-content;
}

.typeViewContainer > a{
    display: flex;
    cursor: pointer;
    padding: 10px 18px;
    width: 3.5rem;
    justify-content: center;
    text-decoration: none;
}

.typeViewContainer > a.active, .typeViewContainer > a.active:hover{
    background: #D8F6C5;
}

.typeViewContainer > a:hover{
    background: rgba(0, 0, 0, 0.05);
}

.typeViewContainer > a > i, .typeViewContainer > a > i{
    color: #76838f;
    font-size: 1.5rem;
}

#search-input > .typeViewContainer{
    margin-right: 10px;

}

#search-input > .typeViewContainer > a  i{
    transform: rotate(0deg);
    font-size: 1.5rem;
}

body.waiting-students div.page-content.browse #dataTable > thead th.actions {
    width: 100px;
}

.fee-student-name {
    padding: 10px 18px 10px 8px;
    min-width: 150px;
}

body.voyager.academy-lessons #swal2-html-container #amount-to-pay {
    text-align: center;
    padding-left: 80px;
}

body.voyager.academy-lessons #swal2-html-container #select2-paymentSelect-container {
    padding-left: 17px;
}

.buttons-pack{
    display: flex;
    align-items: center;
    border-radius: 8px;
    width: 300px;
    height: 40px;
    border-top: 1px solid rgb(222, 223, 227);
    border-bottom: 1px solid rgb(222, 223, 227);
    margin-right: 1rem;
}

.buttons-pack > button{
    padding: 5px;
    border-radius: 10px;
    font-size: 1.25rem;
    min-height: 40px;
    min-width: 40px;
    color: #0D003B;
    background-color: transparent;
    border-color: rgb(222, 223, 227);
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.buttons-pack > button:not([id="filter-button"]):hover, .types-filters > button:hover{
    color: rgb(35, 39, 57);
    background-color: rgba(24, 30, 57, 0.05);
    border-color: rgb(211, 212, 218);
}

.buttons-pack > button:not([id="filter-button"]):active{
    color: rgb(27, 31, 45);
    background-color: rgba(24, 30, 57, 0.1);
    border-color: rgb(200, 202, 208);
}

.buttons-pack > button:nth-child(2){
    flex: 1 1 0%;
    border: none;
    font-size: 1.1rem;
}

.buttons-pack > button:nth-child(2) > i{
    font-size: 1.5rem;
    margin-left: 0.5rem;
    margin-bottom: 2px;
}

.headerReportRight {
    position: relative;
}
.filter-menu {
    position: absolute;
    top: 5rem;
    right: 5.8rem;
    z-index: 3;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: rgb(10 15 39 / 16%) 0px 0px 48px 0px;
    min-width: 16rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0s linear 0.2s;
    width: 17.625rem;
}
.filter-menu.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in-out, visibility 0s linear 0s;
}

#filter-menu > div.filter-options{
    padding: 16px 0 5px 0;
    border-bottom: 1px solid rgb(222, 223, 227);
}

#filter-menu > div.filter-options >label{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1.71;
    font-weight: 400;
    margin-left: 1rem;
}

#filter-menu > div.filter-options >label:focus-within input {
    outline: none;
}

#filter-menu > div.filter-options > label > input{
    cursor: pointer;
    margin-right: 1rem;
    margin-top: 0;
}

#filter-menu > div.filter-submit, #type-filter-menu > div > div.filter-submit {
    display: flex;
    justify-content: stretch;
    flex: 1 1 0;
    padding: 8px 16px 16px 16px;
}

#filter-menu > div.filter-submit > button, #type-filter-menu button{
    flex: 1 1 0;
    color: rgb(255, 255, 255);
    background-color: rgb(44, 84, 232);
    padding: 9px 15px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    line-height: 1.5;
    font-weight: bold;
}

.headerReportRight {
    position: relative;
}

#datepicker-range-container{
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 8px 16px;
}

#datepicker-container{
    margin: 8px 16px;
    text-align: center;
}

#datepicker-container > div > input, #datepicker-range-container > div > input{
    font-size: 1rem;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    min-height: 48px;
    height: 46px;
    padding: 6px 16px;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    text-align: center;
}

#datepicker-range-container > div > input{
    width: 7.5rem;
}


.breadcrumb-container > a {
    text-decoration: underline;
    color: rgb(178, 180, 189);
    transition: color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.breadcrumb-container > a:hover {
    color: rgb(128, 132, 147);
}

#datepicker-container > div > input{
    width: 100%;
}

.types-filters > button{
    background-color: transparent;
    border: 1px solid rgb(222, 223, 227);
    padding: 9px 10px;
    border-radius: 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
    transition: background-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.types-filters > button > i{
    color: black;
}

#type-filter-menu h3{
    font-size: 1.2rem;
    color: black;
}

.edition-tabs{
    display: flex;
    border-bottom: 1px solid rgb(218, 219, 223);
    margin-bottom: 1rem;
    width: 100%;
}

.edition-tabs > a{
    padding: 8px 0;
    margin-right: 32px;
    border-bottom: 1px solid transparent;
    font-size: 0.875rem;
    line-height: 1.71;
    font-weight: 600;
    color: #0D003B;
    cursor: pointer;
}

.edition-tabs > a.active{
    border-bottom:  1px solid #0D003B;
}

.edition-tabs > a:hover{
    border-bottom:  1px solid #0D003B;
}

div.chat{
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    overflow-y: auto;
}

.chat-container{
    position: absolute;
    width: 620px;
    height: 75vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 1;
    background-color: rgb(243, 243, 244);
    padding-bottom: 16px;
    border-radius: 8px;
}

.chat-content{
    flex: 1 1 0%;
    overflow-y: scroll;
    padding: 24px 40px 0px;
}

.text-container{
    margin: 16px 40px 8px;
    display: flex;
    gap: 10px;
}

#comment-text{
    flex: 1 1 0;
    padding: 12px;
    border: 1px solid rgb(218, 219, 223);
    border-radius: 8px;
}

#comment-send-button{
    padding: 0 16px;
    border-radius: 8px;
    font-weight: 600;
    color: #0D003B;
    background-color: white;
    border: 0;
}

.day-message{
    display: flex;
    justify-content: center;
    opacity: 0.6;
    color:black;
    margin-bottom: 16px;
}

.image-player-chat{
    font-size: 0.9rem;
    line-height: 1.33;
    font-weight: 400;
    color: rgb(10, 15, 39);
}

.image-player-chat > img {
    width: 40px;
    height: 40px;
    border-radius: 2rem;
}

.player-group-mesagges{
    display: flex;
    line-height: 1.71;
    width: 65%;
    margin-bottom: 0.8rem;
    position: relative;
}

.player-profile-group{
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-basis: 40px;
    width: 55px;
}

.player-messages-group{
    width: 100%;
    margin-left: 1rem;
}
.bubble-chat{
    background: white;
    color: black;
    padding: 8px 16px;
    flex: 1 1 0;
    display: flex;
    margin-bottom: 8px;
    border-radius: 8px;
    justify-content: space-between;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 14px 2px;
}

.bubble-chat:first-child::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 61px;
    border-top: 0px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid white;
}

.bubble-chat:not(:last-child){
    margin-bottom: 8px;
}

.hour-chat{
    align-self: flex-end;
}

.name-player-chat{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: black;
    font-size: 14px;
    width: 4rem;
}

.history-content{
    padding: 8px 0;
}

.day-container {
    margin-bottom: 16px;
}

.day-text {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.day-text > span {
    padding: 4px 16px;
    background: rgb(243, 243, 244);
    border: 1px solid rgb(222, 223, 227);
    border-radius: 20px;
    color: black;
    height: 33px;
}

.day-text > div > i {
    font-size: 1rem;
    border-radius: 100%;
    padding: 8px;
    margin-left: 8px;
    cursor: pointer;
}

.day-text > div > i.active{
    background-color: rgb(44, 84, 232);
    color: white;
    border: 1px solid rgb(44, 84, 232);
}

.day-text > div > i.active:after{
    color: rgb(44, 84, 232);
}

.day-text > div > i.closed{
    background-color: rgb(243, 243, 244);
    color: black;
    border: 1px solid rgb(222, 223, 227);
}

.day-text > div > i.closed:after{
    color: rgb(243, 243, 244);
}

.day-history > ul {
    list-style: none;
    padding: 0;
}

.day-history > ul > li {
    display: grid;
    grid-template-columns: 32px 1fr 75px;
}

.day-history > ul > li:not(:last-child){
    margin-bottom: 16px;
    position: relative;
}

.day-history > ul > li:not(:last-child)::after{
    content: "";
    height: calc(100% - 8px);
    border: 1px solid rgb(44, 84, 232);
    position: absolute;
    top: 28px;
    left: 11px;
}

.day-history > ul > li > div:nth-child(1){
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-color: rgb(44, 84, 232);
    border: 8px solid rgb(243, 243, 244);
    margin-right: 8px;
}

.day-history > ul > li > div:nth-child(2){
    padding-right: 8px;
    border-right: 1px solid rgb(222, 223, 227);
    color: black;
}

.day-history > ul > li > div:nth-child(3){
    place-self: center;
    color: black;
}

.col-md-4.cash-registers-view, .col-md-8.details-view{
    margin-bottom: 0;
}

.add-cash-register-container{
    position: absolute;
    right: 24px;
    bottom: 24px;
}

.add-cash-register-container > button{
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 100%;
    justify-content: center;
    background-color: #0D003B;
    display: flex;
    align-items: center;
}

.add-cash-register-container > button >i{
    display: flex;
    font-size: 1.5rem;
    color: white;
}

.cash-registers-container{
    overflow-y: auto;
    height: 75vh;
}

.cash-registers-container > ul.cash-registers-list,
.transactions-list{
    list-style: none;
    padding-left: 0;
}

.cash-registers-container > ul.cash-registers-list > li{
    border-bottom: 1px solid #d1d1d1;
}

.cash-register > div{
    cursor: pointer;
    display: flex;
    padding: 16px 0;
    background-color: #fff;
    justify-content: space-around;
}

.cash-register > div.active{
    background-color: #e1e1e14d;
}

.cash-register div .item:nth-child(1){
    padding: 0 0 0 5px;
    align-self: center;
}


.cash-register > div > div.item > .opening-amount,
.cash-register > div > div.item > .total-quantity,
.cash-register > div > div.item > .date{
    color: black;
}

.cash-register > div >div.item > .text{
    color: #8c8b88;
    font-size: 14px;
}

.cash-register > div > div.status{
    padding: 0 5px 0 0;
    align-self: center;
    text-align: center;
    width: 102px;
}

.cash-register div.amount{
    width: 75px;
    text-align: right;
}

div.status >span.active,
div.status >span.inactive{
    padding: 5px 14px;
    text-transform: uppercase;
    font-weight: 600;
}

div.status >span.active{
    background-color: rgba(0,190,112,.1);
    color: #00be70;
}

div.status >span.inactive{
    background-color: hsla(45,2%,54%,.1);
    color: #8c8b88;
    border-radius: 20px;
}

.open-cash-register-info{
    text-align: center
}

.open-cash-register-info > i{
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.open-cash-register-info > p{
    font-size: 1.2rem;
}

body.voyager.academy-lessons #swal2-html-container #amount-to-pay {
    text-align: center;
    padding-left: 80px;
}

body.voyager.cash-registers .swal2-html-container{
    text-align: left;
}

.cash-register-detail-container{
    padding: 1.5rem 0;
    display: flex;
    flex-direction: column;
    height: 75vh;
}

.cash-register-detail-container > div{
    padding: 0 1.5rem;
}

.cash-register-detail-header{
    margin-bottom: 1.5rem;
}

.header-total{
    display: flex;
    flex-flow: column;
    margin-bottom: 10px;
}

.header-total > div:nth-child(1){
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
}

.header-total > div:nth-child(2){
    display: flex;
    flex-flow: row;
    align-items: center;
}

.header-total > div:nth-child(2) > div:nth-child(1){
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5em;
    margin-right: 16px;
    color: black;
}

.cash-register-button{
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #bdbdbd;
    color: black;
}

.cash-register-button:active{
    text-decoration: none;
    color: black;
}

.cash-register-button > i{
    margin-right: 8px;
}

.header-details{
    display: flex;
}

.header-details > div:nth-child(1),
.header-details > div:nth-child(2){
    margin-right: 1.5rem;
}

.header-details > div > div:nth-child(2){
    color:black;
    font-weight: bold;
}

.transactions-list > li > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d1d1d1;
    padding: 12px 0;
}

.transactions-list > li > div > div{
    display: flex;
}

.transactions-list > li > div > div > span,
.transactions-list > li > div > div > div > div:first-child {
    color: black;
}

.transactions-list > li > div > div > div{
    padding: 0 20px;
}

.transactions-list > li > div > div > div:first-child{
    display: flex;
    align-items: center;
    background: #efefef;
    border-radius: 100%;
    height: 3rem;
    width: 3rem;
    justify-content: center;
}

.transactions-list > li > div > div > span{
    font-weight: 600;
    font-size: 1.2rem;
}

.transactions-list > li > div > div > div > i{
    font-size: 1.3rem;
}

.cash-register-detail-body{
    overflow-y: auto;
    margin-bottom: 20px;
}

.cash-register-detail-buttons{
    display: flex;
    justify-content: flex-end;
}

.cash-register-detail-buttons > button:nth-child(1){
    margin-right: 1rem;
}

.cash-register-resume {
    display: flex;
    flex-flow: column;
}

.cash-register-resume th {
    color: black;
    text-align: right;
    font-weight: bold;
}

.cash-register-resume td, .cash-register-resume th{
    padding: 10px 0;
}

.cash-register-resume > table > tbody > tr >td:not(:first-child){
    text-align: right;
    color: black;
}

.close-register-header{
    display: none;
    justify-content: space-between;
    align-items: center;
}

.close-register-title > span > i{
    display: inline;
    font-size: 1.6rem;
    margin-right: 10px;
    cursor: pointer;
}

.close-register-header > div:nth-child(2){
    display: inline-flex;
}

.cancel-closing{
    margin-right: 1rem;
}

.confirm-closing{
    color: white;
    background-color: #2A2C32;
}

.button-edit-card-terminal-money, .button-edit-cash-closing-float{
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    padding: 8px 6px;
    font-size: 11px;
    border-radius: 8px;
    border: 1px solid rgb(218, 219, 223);
    background: white;
    margin-left: 5px;
}

#in-out-cash .modal-header{
    display: flex;
    color: black;
    align-items: center;
    padding: 18px 25px;
}

#in-out-cash .modal-header > i{
    opacity: 1;
    margin-right: 1.2rem;
}

#in-out-cash .modal-header > h1{
    font-weight: 600;
    font-size: 1.5rem;
}

#in-out-cash .modal-body > form > div{
    display: flex;
}

#in-out-cash .modal-body > form > div:nth-child(2){
    flex-flow: column;
}

#in-out-cash .modal-body > form > div:first-child{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

#in-out-cash .modal-body > form > div:first-child label{
    color: #76838f;;
    cursor: pointer;
    margin-right: 1rem;
    user-select: none;
}


#in-out-cash .checkbox-round {
    width: 1.2rem;
    height: 1.2rem;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid black;
    appearance: none;
    outline: none;
    cursor: pointer;
    margin: 0 0.5rem 0 0;
    padding: 0.25rem;
}

#in-out-cash .checkbox-round:checked {
    background-color: #ddd;
    border-color: black;
    background-image: linear-gradient(to bottom, rgb(0 0 0) 0%, rgb(0 0 0) 100%), linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    background-clip: content-box, padding-box;
}

#in-out-cash .modal-footer {
    display: flex;
    justify-content: end;
}

#in-out-cash .modal-footer > button {
    margin-left: 1rem;
}

.new-sale{
    text-decoration: none;
    margin-right: 1rem;
}

.new-sale:hover{
    color: black;
}

.products-container{
    float: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, 151px);
    gap: 38px;
    grid-column-start: auto;
    list-style: none;
    padding-left: 0;
    margin-left: 1.5rem;
}

.products-container > div.product {
    width: 10rem;
    height: auto;
    background: white;
    box-shadow: rgb(10 15 39 / 8%) 0px 16px 48px 0px;
    border: 1px solid transparent;
    border-radius: 8px;
    max-width: 384px;
    text-align: left;
    padding: 20px 20px 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.products-container > div.product:hover{
    color: #333;
    box-shadow: rgb(10 15 39 / 30%) 0px 0px 12px 1px;
}

.products-container > div.product > img{
    width: 100%;
    object-fit: contain;
    margin-bottom: 5px;
}

.products-container > div.product > span.title{
    display: block;
    width: 100%;
}

.col-md-4.cart-view{
    margin-bottom: 0;
}

.cart-view .panel-bordered{
    margin-bottom: 0;
}

.cart-view .cart{
    height: 65vh;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.cart-view .cart > .cart-products{
    display: flex;
    flex-flow: column;
    overflow-y: auto;
    padding: 0 1rem;
}

.cart-view .cart > .cart-products > div{
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-view .cart > .cart-products > .header > div{
    color: black;
    font-weight: 600;
}

.cart-view .cart > .cart-products > .cart-product > div:first-child{
    width: 40%;
}

.cart-view .cart > .cart-products > .cart-product > div:nth-child(2){
    margin-left: 1rem;
    user-select: none;
    width: 30%;
    text-align: center;
}

.cart-view .cart > .cart-products > .cart-product > div:nth-child(2) > i{
    margin: 0 5px;
    cursor: pointer;
}

.cart-view .cart > .cart-products > .cart-product > div:last-child{
    color: black;
    text-align: end;
    width: 20%;
}

.cart-view .cart-footer{
    display: flex;
    flex-flow: column;
    text-align: end;
}

.cart-view .cart-footer > div.cart-payment-mode{
    text-align: start;
    margin-top: 1rem;
}

.cart-footer > p:nth-child(2){
    text-transform: uppercase;
    margin-bottom: -8px;
}

.cart-footer > p.total-price{
    font-size: 2rem;
    color: black;
    font-weight: 600;
}

.cart-footer > .button-container{
    display: flex;
}

.charge-form{
    display: flex;
    flex-grow: 1;
}

.button-save-cart{
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1;
    background: #2a2c32;
    color: #fff;
    padding: 1rem;
    border-radius: 8px;
    border: none;
    flex-grow: 1;
}

.button-clear-cart{
    border: 1px solid #c7cbd4;
    border-radius: 8px;
    background-color: #fff;
    color: #eb0043;
    display: flex;
    align-items: center;
    margin-right: 1rem;
    width: 3rem;
    justify-content: center;
    font-size: 2rem;
}

.button-clear-cart > i{
    font-size: 1.5rem;
}

.cart-empty-container{
    display: flex;
    flex-flow: column;
    text-align: center;
    height: 100%;
}

.cart-empty-container > div{

}

.cart-empty-container > div > p:first-child{
    font-size: 1.4rem;
    color: black;
}

.cart-empty-container > div > p:first-child{
    font-size: 1.4rem;
    color: black;
}

.button-panel {
    border-spacing: 18px;
    border-collapse: separate;
    margin: 0 auto;
}

.button-panel {
    padding: 0.2rem;
}

.button-panel__button {
    font-size: 2em;
    border: none;
    border-radius: 10px;
    width: 104px;
    height: 80px;
    background-color: #fff;
    color: black;
    transition: background-color 0.3s ease-in-out;
    box-shadow: 0 5px 4px 0 rgba(49, 47, 51, .03);
}

.button-panel__button--extra > i {
    font-size: 2rem;
}

.button-panel__button:hover,
.button-panel__button:focus {
    background-color: #ebebeb;;
}

.button-panel__button--extra:hover,
.button-panel__button--extra:focus {
    background-color: #ebebeb;;
}

#ticket-details-modal > div.modal-dialog{
    width: 30rem;
    height: 70vh;
}

#ticket-details-modal > div >.modal-content{
    background-color: white;
    padding: 20px 0;
    border-radius: 4px 4px 0 0;
}

.ticket-details-container{
    display: flex;
    flex-flow: column;
    padding: 0 1rem;
    color: black;
}

.ticket-details-container > div{
    display: flex;
    padding: 1rem 0;
}

.ticket-details-container > div:first-child{
    justify-content: space-between;
}

.ticket-details-container > div:first-child > span:first-child{
    font-weight: bold;
}

.ticket-details-container > div.ticket-club-info{
    flex-flow: column;
}

.ticket-details-container > div.ticket-club-info > div:first-child{
    font-size: 1.3rem;
}

.ticket-details-container > div.ticket-club-info > div:nth-child(2){
    color: gray;
    font-size: 0.9rem;
}

div.ticket-details-container > div.ticket-products{
    display: flex;
    flex-flow: column;
    height: 18rem;
    overflow-y: auto;
    padding-right: 1rem;
    border-bottom: 1px solid #eee;
}

.ticket-products > div{
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticket-products > .header > div{
    color: black;
    font-weight: 600;
}

.ticket-products > .ticket-product > div:first-child{
    width: 40%;
}

.ticket-products > .ticket-product > div:nth-child(2){
    margin-left: 1rem;
    user-select: none;
    width: 30%;
    text-align: center;
}

.ticket-products > .ticket-product > div:last-child{
    color: black;
    text-align: end;
    width: 20%;
}

div.ticket-details-container > div.ticket-total,
div.ticket-details-container > div.ticket-resume{
    text-align: right;
    justify-content: end;
    align-items: center;
    border-bottom: 1px solid #eee;
}

div.ticket-details-container > div.ticket-total > div:first-child,
div.ticket-details-container > div.ticket-resume > div:first-child{
    flex: 1;
    color: gray;
}

div.ticket-details-container > div.ticket-total > div:nth-child(2),
div.ticket-details-container > div.ticket-resume > div:nth-child(2){
    flex: 0 0 70px;
    margin-left: 1rem;
}

div.ticket-details-container > div.ticket-total > div:nth-child(2){
    font-weight: bold;
    font-size: 1.3rem;
}

.receipt_break {
    overflow: hidden;
}

.receipt_break>div {
    position: relative;
    height: 25px;
}

.receipt_break>div:after {
    content: "";
    height: 9px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30rem;
    background-image: url("../img/tickets/ticket-bottom.svg");
    background-size: auto 100%;
}

.form-control[disabled]#customized-amount{
    background: white;
}

.dataTable-fees td > a {
    cursor: auto;
}
