/* 
Theme Name: AMTA
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
button.mfp-close:hover {
    background: transparent;
}
h1.tribe-events-single-event-title {
    color: #000;
}
h1.entry-title {
    color: #000;
}
div.event-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 130px 0px 68px 0px;
    text-align: center;
}
table.amta-table-list {
    color: #000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 2px 0px 0px rgb(128, 128, 128);
}
table.amta-table-list a {
    color:#1e5288;
    font-weight: 600;
}
table.amta-table-list td {
    background-color: #f9fbff;
}
.amta-table-list tr {
    position: relative;
}
/*.amta-table-list a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
 
.board-title {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    color: #010101;
      text-align: center;
}
.amta-pagination .page-numbers {
    background: #fff;
    color: #1E4EC4;
    min-width: 25px;
    text-align: center;
    display: inline-block;
    padding: 2px 10px;
    border:1px solid #1E4EC4;
    font-size: 16px;
}
.amta-pagination .page-numbers.current {
    background: #1E4EC4;
    color:#fff;
}
table.amta-table-list th {
    font-weight: 700;
    background-color: #1e5288 !important;
    color: #fff;
    vertical-align: middle;
    font-size: 13px;
    text-transform: uppercase;
}

.dataTables_length label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dataTables_length select {
    outline: none;
    font-size: 14px;
}
.dataTables_filter input[type="search"] {
    margin: 0;
    border: 1px solid hsl(210.57deg 63.86% 32.55%);
    font-size: 14px;
    padding: 5px 12px;
    color: #000;
    background-color: hsla(0,0%,50.2%,.0705882353);
    font-weight: 500;
    outline: none;
}

.dataTables_length, .dataTables_filter {
    margin-bottom: 15px;
}
@media(max-width:767px){
    .table-responsive {
            width: 100%;
            overflow-x: scroll;
    }
}
.amta-popup {
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.4);
     display: none;
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 99;
}
 .amta-popup .amta_popup_content {
     width: 700px;
     overflow: auto;
     padding: 40px;
     background: white;
     color: black;
     position: relative;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     box-sizing: border-box;
}
 .amta-popup .amta_popup_content .amta-close {
     position: absolute;
     right: 20px;
     top: 20px;
     width: 20px;
     display: block;
     height: 30px;
     cursor: pointer;
}
 .amta-popup .amta_popup_content .amta-close span {
     cursor: pointer;
     position: fixed;
     width: 20px;
     height: 3px;
     background: #1e4ec4;
     top: 30px;
}
 .amta-popup .amta_popup_content .amta-close span:nth-child(1) {
     transform: rotate(45deg);
}
 .amta-popup .amta_popup_content .amta-close span:nth-child(2) {
     transform: rotate(135deg);
}
 
a.back-comitee-btn {
    background-color: var(--e-global-color-7da4100);
    fill: var(--e-global-color-d311579);
    color: var(--e-global-color-d311579);
    box-shadow: 0px 14px 31px 0px rgba(0, 25.99999999999999, 87, 0.1);
    border-radius: 0px 0px 0px 0px;
    padding: 13px 42px 13px 42px;
    display: inline-flex;
    gap: 10px;
    margin-bottom: 40px;
}
 
a.back-comitee-btn svg {
    width: 10px;
    transform: rotate(180deg);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    padding: 0;
}
.amta-award-popup {
    cursor: pointer;
}