@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
* {
    margin: 0px;
    padding: 0px;
}
html {
    height: 100%;
}
body {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
/* general Start */

ol {
    margin-left: 15px;
}
a,
a:hover {
    text-decoration: none;
}
.btn-primary {
    background-color: transparent;
    color: #D17B06 !important;
    border: 1.5px solid #D17B06;
    border-radius: 30px;
    padding: 0.450rem 2rem; 
    transition: .2s;
}
.bg-primary-blue {
    background-color: #0FA8D8 !important;
}
.text-primary-blue {
    color: #0FA8D8 !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #D17B06;
    border-color: #D17B06;
    box-shadow: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
}
.form-control {
    border-radius: 30px;
    padding: 0 1rem;
    height: 45px;
}
.btn-primary:hover {
    background-color: #D17B06;
    border: 1.5px solid #D17B06;
    color: white !important;
}
.section-heading {
    text-align: center;
}
.section-heading h3 {
    font-size: 2rem;
    font-weight: 600;
}
.section-heading p {
    font-size: 1rem;
    font-weight: 400;
}
.section-heading .heading-devider {
    display: block;
    width: 120px;
    height: 5px;
    background-color: #D17B06;
    border: 2px solid #D17B06;
    margin: 1rem auto;
    border-radius: 1rem;
}
/* general End */
/*  Navbar Styling  */
.navbar {
    padding: 1.563rem 0;
}
.navbar .navbar-brand span, .fa-bars {
    color: #D17B06 !important;
}
.navbar .navbar-brand img {
    width: 70px;
}
.navbar .navbar-nav li a {
    font-size: 1rem;
}
.navbar .navbar-nav li {
    margin-left: 1.564rem;
    color: #fff !important;
}
/* Bread Section Styling  */
.bread-banner-admin {
    width: 100%;
    height: 20vh;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/banner-2.jpg');
    background-position: center;
    background-size: cover;
}
.bread-banner-admin .bread-text {
    color: #fff;
    margin: 0vh 0;
    text-align: center;
}
.bread-banner {
    width: 100%;
    height: 50vh;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/banner-2.jpg');
    background-position: center;
    background-size: cover;
}
.bread-banner .bread-text {
    color: #fff;
    margin: 7vh 0;
    text-align: center;
}
.breadcrumb {
    background-color: transparent !important;
    align-content: center;
    justify-content: center;
}
.breadcrumb .active {
    color: #D17B06 !important;
}
.breadcrumb .breadcrumb-item a {
    color: #fff !important;
}
/* Hero Section Styling  */

.hero-banner {
    width: 100%;
    height: auto;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/banner-2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.hero-banner .banner-text {
    color: #fff;
    margin: 20vh 0;
    text-align: center;
}
.hero-banner .banner-text small {
    font-size: 1rem;
    margin-bottom: 1rem;
}
.hero-banner .banner-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 400;
}
.hero-banner .banner-text h1 span {
    color: #D17B06 !important;
    margin-bottom: 1rem;
    font-weight: 700;
}
.hero-banner .banner-text p {
    font-size: 1rem;
    margin-bottom: 1rem;
}
/*
  football-leagues section Start
*/

.football-leagues .football-league-items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    align-items: center;
    border-radius: 15px;
}
.football-leagues .football-league-items h4 {
    font-size: 1.3rem;
    color: #000;
    line-height: 1.6rem;
}
.football-leagues a {
    color: #000;
    text-decoration: none;
}
.football-leagues a:hover  .football-league-items h4 {
    color: #D17B06;
}
.football-leagues .football-league-items .icon img {
    width: 40px;
    height: 35px;
}
/*
  football-leagues section End
*/


/*
  Event listing section Start
*/
.event-listing .event-listing-item .team-logo img {
    width: 40px;
    height: 35px;
}
.event-listing .event-listing-item .team-logo h5 {
    word-wrap: break-word;
}
.event-listing .event-listing-item .match-detail h5 {
    color: #000;
    font-size: 1rem;
    word-wrap: break-word;
}
.event-listing .event-listing-item .team-logo a{
    color: #000;
    font-size: 1.3rem;
}
.event-listing a {
    color: #000;
}

/*
  Event listing section Ene
*/
.featured-team a:hover .team-items h5{
    text-decoration: none;
    color: #D17B06;
}
.featured-team  a{
    color: #696969;
    text-decoration: none;
}
.featured-team .team-items{
    height: 210px;
}
.featured-team .team-items img {
    margin-bottom: 1rem;
}
.featured-team .team-items h5 {
    font-size: 1.125rem;
    font-weight: 400;
    color: #696969;
}

.event-order-form  .form-check-label {
    margin-bottom: 0;
    margin-left: 20px;
}
.event-order-form  .form-check-input {
    margin-top: 2.3rem;
}
.event-order-form .subtotal {
    font-size: 20px;
    margin-left: 10px;
    margin-top: 13px;
}
/*Event Detail Page*/


.event-order-form .ticket-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 50%;
}
.event-modal-order-info {
    font-size: 20px;
    line-height: 2rem;
}
.event-modal-order-info .ticket-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 50%;
}
.event-modal-order-info {

}
/*Footer Section Css*/
.footer-section {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 1.325rem 0;
    font-size: 1rem;
    margin-top: auto;
}
.copyright-text p a{
    color: #D17B06;
}

.sa-button-container .cancel {
    background-color: #fff !important;
    color: #000 !important;
    border: 1.5px solid #b0b0b0 !important;
    border-radius: 30px !important;
    padding: 0.450rem 2rem;
    transition: .2s;
}
.sa-button-container .cancel:hover {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: 0 2px 3px #dbdbdb; 
    border: 1.5px solid #b0b0b0 !important;
    border-radius: 30px !important;
    padding: 0.450rem 2rem;
    transition: .2s;
}
.sa-confirm-button-container button,
.sa-button-container button {
    background-color: transparent !important;
    color: #D17B06 !important;
    border: 1.5px solid #D17B06 !important;
    border-radius: 30px !important;
    padding: 0.450rem 2rem;
    transition: .2s;
}

.sa-confirm-button-container button:hover, 
.sa-button-container button:hover {
    background-color: #D17B06 !important;
    border: 1.5px solid #D17B06 !important;
    color: white !important;
}

@media only screen and (min-width: 380px) {
    .hero-banner .banner-text {
        margin: 20vh 0 !important;
    }
}
@media only screen and (max-width: 370px) {
    .hero-banner .banner-text {
        color: #fff;
        margin: 10vh 0;
        text-align: center;
    }
    .hero-banner .banner-text small {
        font-size: 0.813rem;
        margin-bottom: 1rem;
    }
    .hero-banner .banner-text h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .hero-banner .banner-text h1 span {
        color: #D17B06 !important;
        margin-bottom: 1rem;
        font-weight: 700;
    }
    .hero-banner .banner-text p {
        font-size: 0.813rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 600px) {

    /*.event-detail-table,
    .event-detail-table thead,
    .event-detail-table tbody,
    .event-detail-table th,
    .event-detail-table td,
    .event-detail-table tr {
     display: flex !important;
     flex-wrap: wrap !important;
   }*/
    .navbar {
        background-color: rgba(0, 0, 0, 0.2);
    }
    .navbar {
        padding: 1.563rem 1rem;
    }
    .navbar .navbar-nav li {
        margin-left: 0;
    }
    .hero-banner .banner-text {
        color: #fff;
        margin: 10vh 0;
        text-align: center;
    }
    .btn-nav {
        width: 150px;
    }
    .bread-banner {
        height: auto;
    }
    .football-leagues .football-league-items h4 {
        font-size: 17px;
        color: #000;
    }
}



.event-detail-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}


.event-detail .table thead{
    background-color: #D17B06 !important;
}
.event-detail .table th {
    color: #fff;
}
.event-detail .table tbody .ticket-dot {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 50%;
    margin: 0 auto;
}

.event-detail-table tr {
    border: 1px solid #ddd;
    padding: .35em;
}

.event-detail-table th,
.event-detail-table td {
    padding: .625em;
    text-align: center;
}

.event-detail-table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .event-detail-table {
        border: 0;
    }
    .event-detail .table tbody .ticket-dot {
        display: block;
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        background-color: #000;
        border-radius: 50%;
        margin: 0 0 0 auto;
    }
    .event-detail-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .event-detail-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .event-detail-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .event-detail-table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a .event-detail-table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .event-detail-table td:last-child {
        border-bottom: 0;
    }
}

/*=====Section Item Hover Styling====*/
.event-listing .event-listing-item:hover,
.featured-team .team-items:hover,
.football-leagues .football-league-items:hover
{
    background-color: #f9f9f9;
    transition: .2s all ease-in-out;
}
/*===================
   select 2 styling
   ==================*/

.select2.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 20px;
    height: 45px;
    margin-bottom: 15px;
    outline: none !important;
    transition: all .2s ease-in-out;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 42px;
    padding-right: 33px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px;
    margin-left: -15px;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #fff;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
}

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -15px;

}

.select2-container .select2-dropdown .select2-search {
    padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    /*border: 1px solid #34495e !important;*/
    border-bottom: none !important;
    padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
    padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #aaa;
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    /* background-color: #3498db; */
    background-color:#D17B06;
}


/*Admin Area Page Styling */

.my-card {
    background-color: red;
}
.card-custom {
    border: none;
    border-radius: 10px;
    margin: 1rem 0;
}
.card-custom .card-footer {
    background-color: #eee;
    border: none;
}
.card-footer--icon:hover {
    color: #fff;
}
.card-footer--icon {
    position: absolute;
    right: -10px;
    top: 0px;
    background: #f04141;
    width: 30px;
    height: 30px;
    margin: auto;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #fff;
}

.ticket-request-item .team-logo img {
    width: 40px;
    height: 35px;
}
.ticket-request-item .match-detail h5 {
    color: #000;
    font-size: 1rem;
}
.ticket-request-item .team-logo a{
    color: #000;
    font-size: 1.3rem;
}
.ticket-request-item .team-logo a:hover{
    color: #D17B06;
}

.user-data-table {
    border-collapse: collapse;
}

.user-data-table tr {
    height: 2rem;
}

.user-data-table tr > td:first-child {
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.75rem;
    color: #0B131A;
    padding: 0 5rem 0 0;
}

.user-data-table tr > td:last-child {
    font-style: normal;
    font-weight: 400;
    font-size: 1rem; /* 16px */
    line-height: 1.5rem; /* 24px */
    color: #5E5E5E;
    width: 100%;
    word-wrap: anywhere; 
}
.user-profile img{
    width: 130px;
    height: 110px;
}
.user-profile h4 {
    font-size: 1.125rem;
}

.dashboard-main-navlink a {
    font-size: 1rem;
    color: rgba(0,0,0,.7);
    text-decoration: none;
    margin-bottom: 8px;
}

.dashboard-main-navlink a:hover .list-group-item {
    background-color: #D17B06;
    color: #fff;
    transition: .3s all ease-in-out;
}
.pull-icon-right {
    position: absolute;
    right: 0;
    top: 50%;
}
.action-buttons .btn-link{
      color: #D17B06;
      font-size: 14px;
      padding: 0;
}
.my-ticket-request-card .card-body {
    padding: 0 17px 0 17px !important;
}
.my-ticket-request-card .card-body a {
     margin-bottom: 0px !important;
}


/*** rizwan ****/

.teams-select2-form .form-control {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#fff 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}
.select2.teams-select2 {
    border-color: #ddd;
}
#remember_me {
    width: 15px;
    height: 15px;
}
.forn-group .underline.text-sm:hover {
    color:#D17B06;
}
.dashboard-main-navlink .list-group-item i{
    width:20px;
}
.featured-team .team-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.featured-team .team-items img {
    width: auto;
    height: 100px;
}
.featured-team .team-items h5 {
    margin-top:auto;
}
.sweet-alert h2 {
    font-size: 20px!important;
    line-height: 26px!important;
}

/*** Responsive ***/
@media (min-width: 768px) and (max-width: 991px){
    #add-new-address .col-md-4{ 
        max-width:50%;
        flex:0 0 50%;
    }
}
@media only screen and (max-width:767px) {
    .navbar-nav .btn-primary {
        border:0px solid #000;
        color:rgba(255,255,255,.5);
        background:none!important;
        padding:0.450rem 0rem;
    }
    .navbar-nav .btn-primary:hover {
        color:#fff!important;
        background: none!important;
    }
    .form-inline.teams-select2-form {
        width:100%;
    }
    .form-inline.teams-select2-form .form-group {
        width:100%!important;
    }
    .dropdown-menu {
        position: relative;
    }
    .event-listing h3 {
        font-size: 1.5rem;
    }
    .event-detail .event-detail-table td:last-child{
        text-align: center;
    }
    .event-listing a {
        margin-top: 0.7rem;
    }
    .single-event .event-listing-item {
        flex-direction: column;
    }
    .single-event .event-listing-item .col-4 {
        padding: 15px;
        max-width: 100%;
    }
    .form-group.w-50 {
        width:100%!important;
    }
    .event-listing .event-listing-item .team-logo h5 {
        font-size: 14px;
    }
}
.id-section{
    display:flex;
    align-items:center;
}
.id-section svg {
    margin-right: .5rem;
}