/*!
Theme Name: Apexa
Theme URI: https://apexa.alithemes.com/
Author: alithemes
Author URI: https://themeforest.net/user/alithemes/
Description: Apexa - Multipurpose Business Consulting WordPress Theme
Version: 2.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apexa
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none !important;
    padding: 0 !important;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results ul.select2-result-sub {
	margin: 0;
	padding-left: 0;
}

.booking-box input[type="radio"] {
        display: none;
    }
        .booking-box input[type="radio"] + label {
            display: block;
            color: #fff !important;
            background: #b6b6b6;
            width: 100%;
            height: 30px;
            line-height: 30px;
            border-radius: 4px !important;
            text-align: center;
            padding: 0 15px;
            min-width: 86px;
        }
		
		.booking-box input[type="radio"][checked] + label {
            background: #d07a50;
        }

    .booking-box label {
        font-size: 14px;
        cursor: pointer;
    }

.input-group .form-control.custom {
	  background: var(--tg-color-white-default);
	  border: 1px solid var(--tg-color-gray-1);
	  -webkit-border-radius: 8px;
	  -moz-border-radius: 8px;
	  -o-border-radius: 8px;
	  -ms-border-radius: 8px;
	  border-radius: 8px;
	  padding: 14px 15px;
	  font-size: 15px;
	  color: var(--tg-theme-secondary);
	  height: 50px;
}
.hidden {display: none!important;}
.input-group-text {background-color: #d07a50;border-bottom-right-radius: 0px;border-top-right-radius: 0px;color:#fff;}
a {cursor:default}
.payment-page .content-wrapper {
	box-shadow: 1px 1px 3px 1px #f0f0f0;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 15px;
	padding: 15px;
}
.payment-page .content-wrapper-pay {
	box-shadow: 1px 1px 3px 1px #f0f0f0;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 15px;
	padding: 0px !important;
}
@media (min-width:768px) {
	img[alt="boarding pass"] {max-height:70px;}
}
.w-25x {width:25px!important;}
.payment_chkQRCode_description table {width:100%}
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none !important;
    padding: 0 !important;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results ul.select2-result-sub {
	margin: 0;
	padding-left: 0;
}