@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

/***** General CSS *****/



body {

    word-break: break-word !important;

    font-family: "Titillium Web", sans-serif !important;

    color: #fff !important;

    background-color: #000 !important;

    overflow-x: hidden !important;

}


h4.conf_name + h4 + h4 {
    color: red;
}
h4.conf_name + h4 {
    color: rgb(255, 111, 0);
}
a {

    text-decoration: none;

    color: #fff;

    font-family: "Titillium Web", sans-serif;

    white-space: initial;

}



a:hover,

a:focus {

    text-decoration: none;

    color: #fff;

}



a:hover {

    transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

}




.clients_view_page{
    position: relative;
    /*left: 200%;*/
    transition:0.8s ease-in-out;
}


.remove_this{
    position: absolute;
    right: 0;
    top: 0;
    background: #000 !important;
    color: red !important;
    border: 1px solid #8faf35;
    /*font-size:10px !important;*/
}


input[type="text"]:focus,

textarea:focus,

input[type="password"]:focus,

select:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="number"]:focus {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    outline: none;

}



select,

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="number"],

textarea,

input[type="tel"] {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}



.ui.input input{

    color:#fff !important;

}



i.icon{

    color: white !important;

    background: none;

    border: none;

    opacity: 1 !important;

}



ul {

    margin: 0 0 0px;

    padding: 0;

    list-style-type: none;

}





/***** Font Files *****/



@font-face {

    font-family: 'Fonts Awesome';

    src: url(../fonts/fontawesome-webfont.eot);

    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");

    font-weight: 400;

    font-style: normal

}





/***** Custom Classes *****/



.noPadding {

    padding: 0;

}



.noLeft {

    padding-left: 0;

}



.noRight {

    padding-right: 0;

}



.mt-5 {

    margin-top: 50px;

}



.mb-5 {

    margin-bottom: 50px;

}



.mt-8 {

    margin-top: 80px;

}



.mt-4 {

    margin-top: 40px;

}



.mt-3 {

    margin-top: 30px;

}



.mt-2 {

    margin-top: 20px;

}



.pt-5 {

    padding-top: 50px;

}



.pb-1 {

    padding-bottom: 10px;

}



.pb-2 {

    padding-bottom: 20px;

}



.pb-3 {

    padding-bottom: 30px;

}



.pb-4 {

    padding-bottom: 40px;

}



.pb-8 {

    padding-bottom: 80px;

}



.m-0 {

    margin: 0 !important;

}



.p-0 {

    padding: 0 !important;

}



.pt-8 {

    padding-top: 80px;

}



.pt-4 {

    padding-top: 40px;

}



.pt-3 {

    padding-top: 30px;

}



.pt-2 {

    padding-top: 20px;

}



.all-section {

    padding: 80px 0;

}



.centerCol {

    float: none;

    margin: 0 auto;

}



.d-flex {

    display: flex;

    align-items: center;

}



.over-flow-h {

    overflow: hidden;

}



.flexRow {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

}



.flexCol {

    -webkit-box-flex: 1;

    -moz-box-flex: 1;

    -webkit-flex: 1;

    -ms-flex: 1;

    flex: 1;

    align-items: center;

}





/*header css start */

header{

    padding: 15px 0;

}



.main_content_section {

    padding: 20px 0px 20px;/*50px 0px 20px;*/

    height: 85vh;

}

.main_content_box {

    display: flex;

    justify-content: space-between;

    flex-direction: column;

    height: 75vh;

}

.cities_list {

    height: 80%;

    overflow-y: auto;

}

ul#itemList{

    display: flex;

    justify-content: center;

    gap:10px;

    flex-wrap: wrap; 

}

ul#itemList li{
    width: 48%;
    position: relative;
}

ul#itemList li a{display: block;padding: 5px 10px;font-size: 27px;color: #000;background-color: #8faf35;font-weight: 700;text-transform: uppercase;text-align: center;border: 5px solid #8faf35;}

ul#itemList li a:hover{

    background-color: #ad3636;

}

.add_new_item {

    text-align: center;

    display: flex;

    flex-direction: column;

}

.add_new_item button{

    background-color: #727272;

    font-size: 20px;

    text-transform: uppercase;

    color: #000;

    border: none;

    text-transform: uppercase;

    padding: 6px 12px;

    border-radius: 0;

    font-weight: 700;

    width: auto;

    margin: 0 auto;

    display: table;

}

input#itemInput{

    width: 50%;

    margin: 0 auto;

    height: 50px;

    border: none;

    border-radius: 0px;

    text-align: center;

    margin-bottom: 10px;

    font-size: 21px;

    text-transform: uppercase;

    color: #000;

     font-weight: 700;

}

input#itemInput::placeholder{

    font-size: 21px;

    text-transform: uppercase;

    color: #000;

     font-weight: 700;

}

h3.region_name {

    text-align: center;

    color: #8faf35;

    font-weight: 600;

    font-size: 25px;

    text-transform: uppercase;

}

.header-btn {
    text-align: center;
    margin: 2% auto;
}
.header-btn a i{
    font-size: 30px;
    padding: 5px 10px;
}

.header-btn a i:hover{
    color:#8faf35;
}

/*.btn-back {*/
/*    width: auto;*/
/*    padding: 4px 10px;*/
/*    border: 3px solid #fff;*/
/*    background: #2f5e3a;*/
/*    font-size: 16px;*/
/*    font-family: 'Titillium Web';*/
/*}*/

/*.btn-back:hover{*/
/*    border: 3px solid #2f5e3a;*/
/*    background: #000;*/
/*}*/

h4.conf_name{

    text-align: center;

    color: #fff;

    font-weight: 600;

    font-size: 20px;

    margin-bottom: 0;
    text-transform: uppercase;
}

.format_page .region_name{

    font-size: 20px;

    text-transform: uppercase;

    margin-bottom: 0;

    line-height: 1;

}

.main_content_box.format_page .cities_list {

    margin-top: 20px;

}

.main_content_box.team_table_page{

    display: block;

}

.team_detail_table{

    margin-top: 30px;

}

.team_detail_table table{

    width: 100%;

}

.team_detail_table table th, .team_detail_table table td{

    text-align: center;

    padding: 3px;

    font-size: 18px;

}

.team_detail_table table th>span{

    background-color: #324566;

}

.team_detail_table table th>span, .team_detail_table table td>span {

    

    display: block;

    padding: 10px 0;

    border: 4px solid #fff;

}

.team_detail_table table td>span{

    background-color: #000;

}

.team_detail_table table tbody tr:nth-child(even) td>span {

    background: #3d3d3d;

}

.total_cost {

    text-align: center;

    margin-top: 50px;

}

.total_cost h3 {

    font-size: 26px;

    text-transform: uppercase;

    font-family: 'Titillium Web';

    font-weight: 600;

    margin-bottom: 20px;

}

.total_cost p{

    display: inline-block;

    color: #fff;

}

.total_cost p span{

    width: auto;

    padding: 6px 30px;

    border: 4px solid #fff;

    background: #2f5e3a;

    font-size: 22px;

    font-family: 'Titillium Web';

    font-weight: 600;

}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

  -webkit-appearance: none;

  margin: 0;

}



/* Firefox */

input[type=number] {

  -moz-appearance: textfield;

}



.clients_end_value form div.field{

    width: 100%;

    height: 40px;

    text-align: center;

    background: #686868;

    border: none;

    font-size: 24px;

    color: #fff;

    margin-bottom: 10px;

    text-transform: uppercase;

}



#card_number{

    background: transparent;

    border: navajowhite;

    border-radius: 0;

}





.clients_end_value form input{

    width: 100%;

    height: 40px;

    text-align: center;

    background: #686868;

    border: none;

    font-size: 24px;

    color: #fff;

    margin-bottom: 10px;

    text-transform: uppercase;

}

.clients_end_value form select,.clients_end_value form option{

    width: 100%;

    height: 40px;

    appearance: auto;

    text-align: center;

    background: #686868;

    border: none;

    font-size: 24px;

    color: #fff;

    margin-bottom: 10px;

    text-transform: uppercase;

}

.clients_end_value h5{

    text-align: center;

    margin-top: 20px;

    font-size: 16px;

    font-weight: 600;

}

.last_price{

    background-color: #000 !important;

    border: 2px solid #686868 !important;



}

.clients_end_value form input::placeholder{

    font-size: 24px;

    color: #fff;

    text-transform: uppercase;

}

.flex_fields{

    display: flex;

    align-items: center;

    justify-content: center;

    gap:10px;

}

.pay_btn button{

    padding: 4px 20px;

    display: block;

    width: 100%;

    border: none;

    font-size: 24px;

    text-transform: uppercase;

    color: #fff;

    background-color:  #0068ff;

}



@media only screen and (min-width: 300px) and (max-width: 519px){

    .main_content_box {

        height: 68vh;

    }

    .main_logo {

        text-align: center;

    }

    .main_logo img {

        width: 50%;

    }

    ul#itemList {

        display: block;

    }

    ul#itemList li:not(:last-child) {

        margin-bottom: 10px;

    }

    input#itemInput{

        width:90%;

    }

    ul#itemList li {

        width: 100%;

    }

    .main_content_box.format_page .cities_list {

        margin-bottom: 20px;

    }

    .team_detail_table table th>span, .team_detail_table table td>span {

        padding: 8px 0;

        border: 2px solid #fff;

        font-size: 9px;

    }

    .team_detail_table table th, .team_detail_table table td {

        padding: 2px;

    }

    .total_cost p span {

        padding: 0px 24px;

        border: 2px solid #fff;

        font-size: 18px;

    }

}





@media only screen and (min-width: 768px) and (max-width: 991px){

    .main_logo {

        text-align: center;

    }

    .main_logo img {

        width: 50%;

    }

}

@media only screen and (min-width: 520px) and (max-width: 767px){

    .main_logo {

        text-align: center;

    }

    .main_logo img {

        width: 30%;

    }

}




span.date ,
span.time
{
    /*font-size:14px;*/
    padding:12px 0
}

span.time{padding: 13px 0px !important;}



