body{ background: var(--black) url("../img/layout/bg-full.png"); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; color: var(--white); font-family: var(--inter); font-size: 16px; min-height: 100vh; }
h1, h2, h3, h4, h5, h6{ font-family: var(--poppins); }
a{ color: var(--yellow); text-decoration: none; }

/* Icons */
.ti-circle-check{ color: #2ea40a !important; }
.ti-circle-letter-a{ color: #e51a23 !important; }
.ti-circle-letter-i{ color: var(--white-aaa) !important; }

/* Layout */
.page-wrapper{ }
.page-content{ padding: 40px 40px 40px 60px; width: 100%; min-height: 700px; }
.content{ display: flex; align-items: flex-start; }

/* Mix */
.line-separator{ width: 3px; height: 20px; background: var(--white); opacity: .1; display: inline-block; border-radius: 3px; position: relative; }

/* Cards */
.red-card{ display: inline-block; width: 12px; height: 16px; background: #e61a23; border-radius: 3px; }
.yellow-card{ display: inline-block; width: 12px; height: 16px; background: #f7b800; border-radius: 3px; }

/* Page Header */
.page-header{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 50px; padding: 0 5px; }
.page-header .search{ position: relative; margin-right: 10px; }
.page-header .search input{ width: 280px; padding-right: 40px; }
.page-header .search button{ background: var(--yellow); width: 45px; height: 45px; border-radius: 100%; display: flex; justify-content: center; align-items: center; transition: var(--transition); position: absolute; top: 50%; transform: translateY(-50%); right: -10px; font-size: 24px; box-shadow: 0 0 10px rgba(0,0,0,.5); }
.page-header .search button:hover{ background: var(--yellow-100); }
.page-header .search button i{ font-weight: bold; }
.page-header .photo{ width: 50px; min-width: 50px; height: 50px; overflow: hidden; border-radius: 10px; }
.page-header .photo img{ width: 100%; height: 100%; object-fit: cover; }
 
/* Titles */
.page-title{ color: var(--yellow); font-weight: 700; font-size: 32px; letter-spacing: -1px; display: flex; align-items: center; flex-wrap: wrap; line-height: 1.2; position: relative; padding-left: 20px; }
.page-title:before{ content: ""; width: 5px; height: 30px; background: var(--yellow); display: inline-block; border-radius: 2px; position: absolute; top: 6px; left: 0; }

.section-title{ color: var(--white); font-weight: 600; font-size: 28px; letter-spacing: -1px; line-height: 1.2; margin-bottom: 20px; }
.section-title span{ font-size: 16px; color: var(--grey-777); margin-left: 5px; display: inline-block; letter-spacing: 0; }

.top-title{ color: var(--white-aaa); font-weight: 600; font-size: 22px; line-height: 1.2; margin-bottom: 20px; }

/* Filters */
.filters{ margin-bottom: 30px; display: flex; padding: 20px 15px 15px 15px; flex-wrap: wrap; gap: 20px; font-size: 15px; align-items: center; background: rgba(255,255,255,.03); border-radius: 10px; position: relative; }
.filters .ti-filter{ position: absolute; top: 18px; font-size: 22px; left: 20px; color: var(--grey-999); }
.filters .filter-label{ font-weight: 600; color: var(--grey-999); font-family: var(--poppins); font-size: 12px; text-transform: uppercase; margin-bottom: 10px; display: block; padding-left: 10px; }
.filters .filters-container{ display: flex; flex-wrap: wrap; padding-left: 50px; gap: 15px; width: 100%; }
.filters .filters-container input{ width: 100%; }
.filters .filters-container .date-filter{ width: 18%; }
.filters .filters-container .tournament-filter{ width: 64%; }
.filters .filters-container .multiple-filters{ display: flex; width: 100%; gap: 20px; }
.filters .filters-container .combined-filters{ display: flex; flex-direction: column; width: 100%; }
.filters .filters-container .combined-filters .combine{ display: flex; gap: 10px; }
.filters .filters-container .combined-checkboxes{ display: flex; gap: 15px; align-items: flex-start; flex-direction: column; min-width: 200px; }
.filters .filters-container .combined-checkboxes .combine{ display: flex; gap: 10px; align-items: center; justify-content: flex-start; width: 100%; }
.filters .filters-container .combined-checkboxes .filter-label{ padding-left: 0; }

.filters .filters-container .combined-checkboxes .tooltip{ position: relative; }
.filters .filters-container .combined-checkboxes .ti-ball-football{ font-size: 18px; color: var(--white-ccc); }

/* Small Filters */
.small-filters{ width: 100%; margin-bottom: 30px; color: var(--white-aaa); }
.small-filters ul{ display: flex; width: 100%; }
.small-filters ul li{ font-size: 14px; display: flex; align-items: center; }
.small-filters ul li .switch{ margin-left: 10px; }

/* Group */
.row-group{ display: flex; width: 100%; gap: 15px; position: relative; margin-bottom: 30px; }
.row-group .row-content{ width: 100%; }

/* Data List */
.data-list{ display: flex; flex-wrap: wrap; padding: 10px 20px; justify-content: flex-start; width: 100%; gap: 10px; }
.data-list li{ width: auto; padding: 10px; position: relative; background: rgba(0,0,0,.5); box-shadow: 0 4px 30px rgba(0,0,0,.1); backdrop-filter: blur(10px); border-radius: 10px; }
.data-list li .value{ color: var(--white); font-size: 15px; line-height: 1.4; margin-right: 10px; }
.data-list li .title{ color: var(--grey-999); font-weight: normal; font-size: 14px; line-height: 1.2; }
.data-list li .value.number{ font-size: 38px; font-weight: 600; }
.data-list li .value.description { color: var(--white-eee); font-size: 15px; line-height: 1.6; }

/* Orders */
.orders{ display: flex; flex-wrap: wrap; margin-bottom: 30px; align-items: center; }
.orders .row{ margin-right: 10px; padding-right: 10px; position: relative; }
.orders .row:after{ content: ""; width: 3px; height: 20px; background: var(--white); opacity: .1; display: inline-block; border-radius: 3px; position: absolute; top: 50%; margin-left: 2px; transform: translateY(-50%); }
.orders .row:last-child{ margin-right: 0; padding-right: 0; }
.orders .row:last-child:after{ display: none; }
.orders .button{ background: none; box-shadow: none; color: var(--white-aaa); font-size: 16px; padding: 0; margin-right: 15px; }
.orders .button.active{ color: var(--yellow); font-weight: 600; background: none; box-shadow: none; }
.orders .button:hover{ background: none; color: var(--white); }

.orders.order-by{ justify-content: flex-end; }
.orders.order-by .label{ font-size: 14px; color: var(--white-aaa); margin-right: 10px; }
.orders.order-by a{ padding: 0; margin: 10px 5px; }
.orders.order-by a i{ font-size: 20px; }

.orders .clear-filters{ color: var(--white-aaa); position: relative; margin: 0; display: flex; align-items: center; padding-right: 10px !important; }
.orders .clear-filters:after{ content: ""; width: 2px; height: 20px; background: var(--grey-333); display: block; position: absolute; top: 0; right: 0; }
.orders .clear-filters i{ margin-right: 5px; transition: var(--transition); font-size: 17px; }
.orders .clear-filters .label{ font-size: 13px; transition: var(--transition); }
.orders .clear-filters:hover i,
.orders .clear-filters:hover .label{ color: var(--white); }

/* Multiple Filters Wrapper */
.multiple-filters-wrapper{ display: flex; justify-content: space-between; align-items: center; }
.multiple-filters-wrapper .small-filters{ width: auto; }

/* Picture Card */
.picture-card{ display: flex; width: calc(50% - 8px); }
.picture-card .wrap{ display: flex; width: 100%; padding: 20px; background: rgba(0,0,0,.5); box-shadow: 0 4px 30px rgba(0,0,0,.1); backdrop-filter: blur(10px); border-radius: 15px; }
.picture-card .wrap .photo{ width: 150px; height: 150px; min-width: 150px; margin-right: 20px; overflow: hidden; border-radius: 15px; }
.picture-card .wrap .photo img{ width: 100%; height: 100%; object-fit: cover; }
.picture-card .wrap .meta{ position: relative; width: 100%; display: flex; flex-direction: column; justify-content: space-between; line-height: 1.3; height: 100%; }
.picture-card .wrap .meta .name{ font-size: 22px; font-weight: 600; color: var(--yellow); margin-bottom: 4px; text-decoration: none; font-family: var(--poppins); display: block; line-height: 1.3; transition: var(--transition); }
.picture-card .wrap .meta .name:hover{ color: var(--white); }
.picture-card .wrap .meta .nickname{ color: var(--white-bbb); font-size: 14px; height: 30px; }
.picture-card .wrap .meta .age{ margin-bottom: 6px; color: var(--white-ccc); font-size: 14px; }
.picture-card .wrap .meta .country{ margin-bottom: 5px; color: var(--white-ccc); font-size: 14px; }
.picture-card .wrap .meta .position{ margin-bottom: 5px; color: var(--white); font-size: 14px; display: inline-flex; align-items: center; margin-top: 10px; }

.picture-card .wrap .meta .observations{ color: var(--grey-888); font-size: 14px; line-height: 1.4; padding-left: 30px; position: relative; margin-top: 10px; }
.picture-card .wrap .meta .observations:before{ content: "\eac5"; font-family: var(--icons); font-size: 22px; position: absolute; left: 0; top: -5px; }
.picture-card .wrap .button-actions{ display: flex; justify-content: flex-start; margin-top: 10px; gap: 5px; }

/* Position Dot */
.position-dot{ color: var(--white); font-weight: 400; margin-right: 8px; text-transform: uppercase; font-family: var(--kanit); width: 25px; padding: 3px 0; border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 14px; }
    
    .position-dot.g{ background: #943c52; }
    .position-dot.dc{ background: #b3383b; }
    .position-dot.vo{ background: #87449a; }
    .position-dot.vc{ background: #87449a; }
    .position-dot.ld{ background: #394f8a; }
    .position-dot.li{ background: #394f8a; }
    .position-dot.d{ background: #5a793a; }

/* Cards Table */
.cards-table ul{ display: flex; flex-wrap: wrap; gap: 10px; } 

/* Matches List */
.matches-list{ font-size: 15px; }
.matches-list li{ margin-bottom: 5px; }
.matches-list li .meta{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; background: rgba(0,0,0,.5); box-shadow: 0 4px 30px rgba(0,0,0,.1); backdrop-filter: blur(10px); border-radius: 10px; line-height: 1.5; }

.matches-list li .meta .date{ width: 130px; min-width: 130px; padding: 10px 10px 10px 15px; display: flex; align-items: center; font-weight: 400; font-size: 13px; color: var(--white-aaa); }
.matches-list li .meta .date .value i{ font-size: 16px; position: relative; top: 1px; left: -1px; }

.matches-list li .meta .teams{ width: 35%; padding: 10px 10px 10px 15px; display: flex; align-items: center; }
.matches-list li .meta .teams .line-separator{ position: absolute; top: 50%; margin-left: -4px; transform: translateY(-50%); }

.matches-list li .meta .value{ position: relative; }
.matches-list li .meta .value .label{ color: var(--white-aaa); font-size: 15px; }
.matches-list li .meta .goals{ font-family: var(--poppins); font-weight: 400; padding: 3px 0; text-align: center; font-size: 19px; color: var(--yellow); width: 30px; display: inline-block; }
.matches-list li .meta .penarol{ display: inline-block; font-weight: bold; }
.matches-list li .meta .vs{ display: inline-block; }
.matches-list li .meta .anulado{ display: inline-block; margin-left: 10px; }
.matches-list li .meta .walkover{ display: inline-block; margin-left: 10px; }

.matches-list li .meta .data-1{ width: 40%; padding: 10px; display: flex; align-items: flex-start; font-size: 13px; flex-direction: column; position: relative; }
.matches-list li .meta .data-1 .value{ position: relative; padding-left: 25px; }
.matches-list li .meta .data-1 .value i{ position: absolute; left: 0; top: 1px; }
.matches-list li .meta .data-1 .value.type-match{ margin-top: 3px; }
.matches-list li .meta .data-1 .more-info{ display: flex; align-items: center; gap: 10px; }

.matches-list li .meta .data-1 .tooltip{}
.matches-list li .meta .data-1 .tooltip .tooltip-content{ bottom: -3px; right: 30px; left: auto; transform: none; }
.matches-list li .meta .data-1 .tooltip .tooltip-content:before{ left: auto; margin-left: 0; right: -6px; rotate: 90deg; top: 6px; bottom: auto; }

.matches-list li .meta .data-2{ width: 100px; padding: 10px 15px 10px 10px; justify-content: flex-end; display: flex; align-items: center; font-size: 14px; }
.matches-list li .meta .data-2 .button{ margin: 0; }
.matches-list li .meta .value i{ font-size: 17px; margin-right: 3px; color: var(--white-aaa); opacity: .8; }

.matches-list li .meta .observations{ width: 100%; padding: 10px; font-size: 13px; color: var(--grey-999); border-top: 1px solid var(--grey-111); display: flex; position: relative; padding-left: 35px; }
.matches-list li .meta .observations i{ font-size: 16px; display: inline-block; margin-right: 8px; color: var(--grey-888); position: absolute; top: 12px; left: 13px; }

.matches-list li .match-player-data{ width: 100%; padding: 10px; font-size: 13px; color: var(--white-aaa); border-top: 1px solid var(--grey-111); display: flex; position: relative; padding-left: 35px; }
.matches-list li .match-player-data .ti-clock{ font-size: 16px; display: inline-block; margin-right: 8px; color: var(--grey-888); position: absolute; top: 12px; left: 13px; }
.matches-list li .match-player-data .match-player-data-wrapper .time-played{ margin-right: 10px; }
.matches-list li .match-player-data .match-player-data-wrapper{ display: flex; align-items: center; gap: 5px; }
.matches-list li .match-player-data .match-player-data-wrapper .tooltip{ position: relative; width: 20px; height: 20px; }
.matches-list li .match-player-data .match-player-data-wrapper .goal-value{ display: flex; font-size: 18px; align-items: center; position: relative; top: -3px; gap: 5px; }
.matches-list li .match-player-data .match-player-data-wrapper .yellow-card,
.matches-list li .match-player-data .match-player-data-wrapper .red-card{ width: 12px; height: 15px; position: relative; top: 3px; }

/* Global Values */
.global-values{ margin-bottom: 60px; }
.global-values ul{ display: flex; justify-content: flex-start; gap: 5px; flex-wrap: wrap; }
.global-values ul li{ text-align: center; background: rgba(0,0,0,.5); box-shadow: 0 4px 30px rgba(0,0,0,.1); backdrop-filter: blur(10px); padding: 15px; border-radius: 10px; display: flex; align-items: center; }
.global-values ul li .label{ display: block; font-size: 12px; color: var(--grey-888); line-height: 1.3; text-align: left; margin-left: 10px; }
.global-values ul li .value{ font-size: 32px; font-weight: 500; }
.global-values ul li.card .label{ line-height: 0; }

/* Global values on cards */
.picture-card .wrap .meta .global-values{ margin: 15px 0 0; }
.picture-card .wrap .meta .global-values ul{ justify-content: flex-start; gap: 0 30px; }
.picture-card .wrap .meta .global-values ul li{ background: none; box-shadow: none; backdrop-filter: none; padding: 0; margin-bottom: 10px; }

/* Tooltip */
.tooltip{ position: absolute; width: 20px; height: 20px; left: 0; text-align: center; }
.tooltip .tooltip-content{ position: absolute; background: var(--yellow); color: var(--black); padding: 5px 12px; border-radius: 5px; font-size: 13px; width: auto; z-index: 9999; white-space: nowrap; bottom: calc(100% + 10px); opacity: 0; visibility: hidden; transition: var(--transition); font-family: var(--poppins); font-weight: 500; left: 50%; transform: translateX(-50%); }
.tooltip .tooltip-content:before{ content: "\f6ad"; font-family: var(--icons); display: block; font-weight: 600; position: absolute; rotate: 180deg; left: 50%; margin-left: -7px; bottom: -10px; color: var(--yellow); }
.tooltip:hover .tooltip-content{ opacity: 1; visibility: visible; }

    .tooltip.green .tooltip-content{ background: #2ea40a; color: var(--white); }
    .tooltip.green .tooltip-content:before{ color: #2ea40a; }

    .tooltip.red .tooltip-content{ background: #e51a23; color: var(--white); }
    .tooltip.red .tooltip-content:before{ color: #e51a23; }

    .tooltip.grey .tooltip-content{ background: var(--grey-333); color: var(--white); }
    .tooltip.grey .tooltip-content:before{ color: var(--grey-333); }

    .tooltip.black .tooltip-content{ background: var(--black); color: var(--white); }
    .tooltip.black .tooltip-content:before{ color: var(--black); }

/* Honors */
.honors-table .picture-card .wrap .meta .head{ display: flex; position: relative; margin-bottom: 10px; align-items: flex-start; }
.honors-table .picture-card .wrap .meta .head .line-separator{ margin: 3px 10px; }
.honors-table .picture-card .wrap .meta .head .name:hover{ color: var(--yellow); }
.honors-table .picture-card .wrap .meta .head .year{ font-size: 18px; color: var(--white-ccc); font-weight: bold; position: relative; top: 2px; }

.honors-table .picture-card .wrap .meta .honors-meta{ display: flex; color: var(--grey-999); position: relative; }
.honors-table .picture-card .wrap .meta .honors-meta .value{ font-size: 14px; display: flex; position: relative; }
.honors-table .picture-card .wrap .meta .honors-meta .value.icon{ width: 20px; height: 20px; }
.honors-table .picture-card .wrap .meta .honors-meta .value .ti{ font-size: 20px; }
.honors-table .picture-card .wrap .meta .honors-meta .line-separator{ height: 15px; margin: 0 10px; width: 2px; top: 2px; }
.honors-table .picture-card .wrap .meta .honors-meta .ti-trophy{ color: var(--yellow); }

.honors-table .picture-card .button-actions{ margin-top: 20px; }

/* Tops */
.tops{ display: flex; gap: 20px; width: 100%; }
.tops .top-content{ width: 100%; }
.tops .top-content .data-list{ flex-direction: column; padding: 0; }
.tops .top-content .data-list li{ display: flex; justify-content: space-between; align-items: center; }
.tops .top-content .data-list li .left{ display: flex; align-items: center; }
.tops .top-content .data-list li .left .profile-picture{ width: 35px; height: 35px; border-radius: 10px; overflow: hidden; margin-right: 15px; }
.tops .top-content .data-list li .left .profile-picture img{ width: 100%; height: 100%; object-fit: cover; }
.tops .top-content .data-list li .left .profile-picture a{ display: block; width: 100%; height: 100%; }
.tops .top-content .data-list li .left a{ transition: var(--transition); }
.tops .top-content .data-list li .left a:hover{ color: var(--white); }
.tops .top-content .data-list li .right{ font-family: var(--poppins); color: var(--yellow); font-size: 18px; font-weight: 600; padding-right: 5px; }

/* No results */
.no-results{ display: flex; justify-content: center; flex-direction: column; align-items: center; width: 100%; height: 100%; color: var(--grey-666); margin: 100px 0; }
.no-results i{ font-size: 88px; margin-bottom: 20px; display: block; }
.no-results p{ font-size: 20px; }

/* Modals */
.modal{ position: fixed; background: rgba(0,0,0,.5); z-index: 99999; width: 100%; top: 0; left: 0; height: 100%; opacity: 0; visibility: hidden; transition: var(--transition); }
.modal.open{ opacity: 1; visibility: visible; }
.modal .modal-content{ position: absolute; background: var(--grey-222); z-index: 9999; width: 600px; top: 50%; left: 50%; transform: translate(-50%, -50%); height: auto; border-radius: 15px; line-height: 1.4; box-shadow: 0 0 10px rgba(0,0,0,.2); border: 1px solid var(--grey-333); }
.modal .modal-content .modal-header{ background: var(--grey-111); display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 20px; border-radius: 15px 15px 0 0; }
.modal .modal-content .modal-header .close-modal{ font-size: 22px; color: var(--white-aaa); cursor: pointer; transition: var(--transition); }
.modal .modal-content .modal-header .close-modal:hover{ color: var(--white); }
.modal .modal-content .modal-header h3{ font-size: 20px; font-weight: 600; display: flex; align-items: center; }
.modal .modal-content .modal-header h3 i{ font-size: 24px; color: var(--grey-999); margin-right: 10px; display: inline-block; }
.modal .modal-content .modal-body{ padding: 40px 30px; line-height: 1.6; }
.modal .modal-content .modal-body .bottom-buttons{ display: flex; align-items: center; justify-content: center; margin-top: 30px; }
.modal .modal-content .modal-body .bottom-buttons a{ padding: 10px 15px; border: 1px solid var(--yellow); }
.modal .modal-content .modal-body .bottom-buttons a:hover{ background: transparent; border-color: var(--white); color: var(--white); text-decoration: none; }

/* Info Modal Floating Bubble */
.info-floating-bubble{ position: fixed; font-size: 23px; bottom: 32px; left: 0; z-index: 99999; background: var(--grey-333); width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 0 10px 10px 0; cursor: pointer; box-shadow: 0 0 10px rgba(0,0,0,.2); transition: var(--transition); }
.info-floating-bubble:hover{ background: var(--grey-444); }
.info-floating-bubble .tooltip{ position: absolute; width: 40px; height: 40px; left: 0; top: -5px; }
.info-floating-bubble .tooltip .tooltip-content{ margin-left: 0; left: 78px; top: 14px; bottom: auto; }
.info-floating-bubble .tooltip .tooltip-content:before{ rotate: -90deg; left: -7px; margin-left: 0; bottom: 5px; }
.info-floating-bubble .ti-x{ display: none; }

/* Info Modal */
.info-modal .modal-content ul{ }
.info-modal .modal-content ul li{ color: var(--white-bbb); margin-bottom: 10px; font-size: 14px; position: relative; padding-left: 15px; line-height: 1.6; }
.info-modal .modal-content ul li:before{ content: "•"; color: var(--white-bbb); position: absolute; top: -1px; left: 0; }
.info-modal .modal-content ul li:last-child{ margin-bottom: 0; }
.info-modal .modal-content a{ transition: var(--transition); }
.info-modal .modal-content a:hover{ color: var(--white); }

/* Report Error Floating Bubble */
.report-error-floating-bubble{ position: fixed; font-size: 20px; bottom: 83px; left: 0; z-index: 99995; background: #b90c15; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border-radius: 0 10px 10px 0; cursor: pointer; box-shadow: 0 0 10px rgba(0,0,0,.2); transition: var(--transition); }
.report-error-floating-bubble:hover{ background: #bc0000; }
.report-error-floating-bubble .tooltip{ position: absolute; width: 40px; height: 40px; left: 0; top: -5px; }
.report-error-floating-bubble .tooltip .tooltip-content{ background: #bc0000; margin-left: 0; left: 111px; top: 14px; bottom: auto; }
.report-error-floating-bubble .tooltip .tooltip-content:before{ color: #bc0000; rotate: -90deg; left: -7px; margin-left: 0; bottom: 5px; }

/* Report Error Modal */
.report-error-modal .modal-content{ border-color: #bc0000; }
.report-error-modal .modal-content .modal-header{ background: #bc0000; }
.report-error-modal .modal-content .modal-header h3 i{ color: var(--white); }
.report-error-modal .modal-content .modal-header .close-modal{ color: var(--white); }
.report-error-modal .modal-content .modal-header .close-modal:hover{ color: var(--white); }
.report-error-modal .modal-content .label{ margin-bottom: 20px; }
.report-error-modal .modal-content .label .desc{ font-size: 15px; margin-bottom: 5px; color: var(--white-ccc); }
.report-error-modal .modal-content .label input{ width: 100%; border: 1px solid var(--grey-222); }
.report-error-modal .modal-content .label input.error{ border: 1px solid var(--yellow); }
.report-error-modal .modal-content .label textarea{ width: 100%; resize: none; height: 100px; }
.report-error-modal .modal-content .label textarea.error{ border: 1px solid var(--yellow); }
.report-error-modal .modal-content .button{ padding: 12px 0; width: 100px; margin: 0 auto; display: block; background: #bc0000; border: 1px solid #bc0000; color: var(--white); }
.report-error-modal .modal-content .button:hover{ background: transparent; border-color: var(--white); }
.report-error-modal .modal-content .url-reference{ margin: 25px 0 0; font-size: 15px; color: var(--white-ccc); display: none; }
.report-error-modal .modal-content .url{ font-size: 13px; color: var(--white); margin: 5px 0 15px; }
.report-error-modal .modal-content .error-label{ font-size: 13px; color: var(--yellow); margin-top: 10px; padding-left: 5px; }

    /* Send Success */
    .report-error-modal .send-success{ display: none; align-items: center; gap: 10px; text-align: center; line-height: 1.6; }
    .report-error-modal .send-success.show{ display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 0; }
    .report-error-modal .send-success i{ font-size: 220px; color: var(--white); }
    .report-error-modal .send-success strong{ font-weight: bold; }
    .report-error-modal .form.hide{ display: none; }

    /* Spinner */
    .spinner{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,.7); align-items: center; justify-content: center; z-index: 999; opacity: 0; visibility: hidden; transition: var(--transition); border-radius: 15px; }
    .spinner .spinner-circle{ width: 30px; height: 30px; border-radius: 50%; display: inline-block; border-top: 3px solid var(--yellow); border-right: 3px solid transparent; box-sizing: border-box; animation: rotation 1s linear infinite; }
    .spinner.show{ display: flex; opacity: 1; visibility: visible; }

    @keyframes rotation {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    } 

/* New Version Modal */
.new-version-modal .modal-content a:hover{ text-decoration: underline; }

/* reCAPTCHA */
.grecaptcha-badge{ visibility: hidden; }
.recaptcha-message{ font-size: 12px; color: var(--white-aaa); margin-top: 20px; text-align: center; line-height: 1.6; }
.recaptcha-message a{ color: var(--white-bbb); transition: var(--transition); }
.recaptcha-message a:hover{ color: var(--white); text-decoration: none; }

@media screen and (min-width: 1800px) {

    .picture-card{ width: calc(33.33% - 10px); }

}

@media screen and (max-width: 1279px) {

    .page-content{ padding: 100px 20px 20px; }

}

@media screen and (max-width: 1023px) {

    /* Titles */
    .page-title{ font-size: 28px; padding-left: 0; }
    .page-title:before{ display: none; }
    .section-title{ font-size: 22px; letter-spacing: 0; }

    /* Page Header */
    .page-header{ flex-direction: column; align-items: flex-start; padding: 0; margin-bottom: 30px; }
    .page-header .photo{ display: none; }
    .page-header .search{ margin-right: 0; margin-top: 20px; width: 100%; }
    .page-header .search input{ width: 100%; }
    .page-header .search button{ right: 0; }
    .page-header .button{ margin-top: 20px; width: 100%; }
    
    /* Picture Card */
    .picture-card{ width: calc(50% - 5px); }
    .picture-card .wrap{ flex-direction: column; }
    .picture-card .wrap .photo{ margin-right: 0; margin-bottom: 20px; width: 100%; padding-top: 100%; overflow: hidden; position: relative; }
    .picture-card .wrap .photo img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;  }
    .picture-card .wrap .button-actions{ align-items: flex-start; gap: 10px; }
    .picture-card .wrap .button-actions .button{ width: 100%; }
    .picture-card .wrap .meta .name{ font-size: 20px; }
    .picture-card .wrap .meta .age{ font-size: 13px; }

    /* Matches List */
    .matches-list li .meta{ flex-direction: column; align-items: flex-start; padding: 15px; }
    .matches-list li .meta .date{ padding: 10px 0 10px 0; }
    
    .matches-list li .meta .teams{ width: 100%; background: var(--grey-111); padding: 5px 10px 2px; border-radius: 5px; margin-bottom: 10px; }
    .matches-list li .meta .teams .value{ width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; font-size: 14px; }
    .matches-list li .meta .teams .line-separator{ display: none; }
    .matches-list li .meta .penarol{ width: calc(100% - 60px); position: relative; }
    .matches-list li .meta .penarol:before{ content: ""; display: block; width: calc(100% + 80px); height: 1px; background: var(--grey-222); position: absolute; bottom: -5px; left: -10px; }
    .matches-list li .meta .vs{ width: calc(100% - 60px); margin-left: 0; }
    .matches-list li .meta .goals{ width: 20px; font-size: 15px; text-align: center; font-weight: 600; }

        /* No Class */
        .matches-list li .meta .penarol{ order: 1 }
        .matches-list li .meta .vs{ order: 3; }
        .matches-list li .meta .goal-one{ order: 2; }
        .matches-list li .meta .goal-two{ order: 4; }

        /* Visit */
        .matches-list li.v .meta .penarol{ order: 3; }
        .matches-list li.v .meta .vs{ order: 1; }
        .matches-list li.v .meta .goal-one{ order: 1; }
        .matches-list li.v .meta .goal-two{ order: 4; }
        .matches-list li.v .meta .penarol:before{ bottom: auto; top: -4px; }

        /* Local */
        .matches-list li.l .meta .penarol{ order: 1 }
        .matches-list li.l .meta .vs{ order: 3; }
        .matches-list li.l .meta .goal-one{ order: 2; }
        .matches-list li.l .meta .goal-two{ order: 4; }

        /* Neutral or Null */
        .matches-list li.n .meta .penarol{ order: 1 }
        .matches-list li.n .meta .vs{ order: 3; }
        .matches-list li.n .meta .goal-one{ order: 2; }
        .matches-list li.n .meta .goal-two{ order: 4; }
    
    .matches-list li .meta .data-1{ width: 100%; padding: 5px 0 0; }
    .matches-list li .meta .data-2{ padding: 0; justify-content: flex-start; margin-top: 15px; width: 100%; }
    .matches-list li .meta .data-2 .button{ width: 100%; }

    .matches-list li .match-player-data{ width: 100%; margin-top: 10px; padding-top: 10px; padding-left: 22px; border-top: 1px solid var(--grey-222); flex-direction: row; gap: 10px; font-size: 13px; }
    .matches-list li .match-player-data .ti-clock{ top: 11px; left: 0; }

    .matches-list li .meta .observations{ padding-left: 23px; border-top: 1px solid var(--grey-222); }
    .matches-list li .meta .observations i{ left: 0; }

    /* Floating Buttons */
    .report-error-floating-bubble{ left: auto; right: 0; border-radius: 10px 0 0 10px; }
    .info-floating-bubble{ left: auto; right: 0; border-radius: 10px 0 0 10px; }

    /* Multiple Filters */
    .multiple-filters-wrapper{ flex-direction: column; justify-content: flex-start; align-items: flex-start; }

    /* Orders */
    .orders{ margin-bottom: 10px; }
    .orders .row{ line-height: 1.3; margin-right: 0; padding-right: 0; }
    .orders .row:after{ display: none; }
    .orders .button{ margin-bottom: 10px; background: var(--grey-222); border-radius: 50px; padding: 6px 15px; color: var(--white-aaa); font-size: 14px; margin-right: 5px; }
    .orders .button.active{ background: var(--yellow); color: var(--black); font-weight: 600; }

    /* Orders By */
    .orders.order-by{ width: 100%; }
    .orders.order-by .button{ background: none; }
    .orders.order-by .button.active{ color: var(--yellow); }

    /* Group */
    .row-group{ flex-direction: column; }
    .row-group .row-content{ margin-bottom: 30px; }

    /* Honors */
    .honors-table .picture-card .wrap .meta .head{ flex-direction: column; align-items: flex-start; }
    .honors-table .picture-card .wrap .meta .head .year{ margin-bottom: 5px; }
    .honors-table .picture-card .wrap .meta .head .line-separator{ display: none; }

    /* Filters */
    .filters .ti-filter{ font-size: 19px; left: 15px; }
    .filters .select-wrapper{ width: 100%; flex-direction: column; align-items: flex-start; }
    .filters .select-wrapper label{ margin-bottom: 10px; font-size: 14px; }
    .filters .combined-filters .combine{ flex-direction: column; }
    .filters .filters-container{ padding-left: 30px; }
    .filters .multiple-filters{ flex-direction: column; }
    .filters .filters-container .date-filter{ width: 100%; }
    .filters .filters-container .tournament-filter{ width: 100%; }

    /* Global Values */
    .global-values ul{ justify-content: flex-start; }

    /* Modals */
    .modal .modal-content{ width: 90%; max-width: 500px; max-height: 90%; }

    .modal .modal-content .modal-header{ padding: 15px; }
    .modal .modal-content .modal-header h3{ font-size: 18px; }
    .modal .modal-content .modal-header h3 i{ font-size: 20px; margin-right: 8px; }

    .modal .modal-content .modal-body{ padding: 30px 20px; font-size: 14px; overflow-y: auto; max-height: calc(100vh - 120px); }

}

@media screen and (max-width: 767px) {

    /* Picture Card */
    .picture-card{ width: 100%; }

}