<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********
TOUR SEARCH API PAGE CUSTOM CSS
************/

.page-id-99396 .mashsb-container {
    display: none;
}

.btn-search
{
    background-color: #00008b;
    color: white;
    font-weight: bold!important;
    font-size: 20px!important;
    padding-left: 5%!important;
	padding-right: 5%!important;
	border: 2px solid #00008b!important;
}
.btn-search:hover {
    color: #333!important;
    background-color: #e6e6e6!important;
    border-color: #adadad!important;
}
.btn-member
{
	border: 2px solid #00008b!important;
    color: #00008b!important;
    font-weight: bold!important;
    font-size: 20px!important;
    padding-left: 5%!important;
	padding-right: 5%!important;
	width: 100%!important;
}
.tsa-already-a-member{
    margin-top: 10px;
    color: #00008b;
    text-align: center;
}
.btn-member:hover {
    color: #333!important;
    background-color: #e6e6e6!important;
    border-color: #adadad!important;
}
.input-btn-inline{
    display: flex;
}
.input-btn-inline .btn-search{
     display: inline-flex;
     /*flex: auto;*/
}
.input-btn-inline .form-group{
        display: inline-flex;
    flex: auto;
}
.input-btn-inline .form-group .form-control{
    width:100%;
    height:45px;
}
.pl-0{
    padding-left:0px!important;
}
#btn_search_filter{
    color: #00008b;
    font-weight:bold;
    text-decoration: underline;
    margin-top: 10px;
    padding-right: 0px !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.tour-search-api-form .input-group{
    margin-right: -15px;
    margin-left: -15px;
    display: flex!important;
    flex: 1 0 auto!important;

}
.mt-15{
    margin-top:15px;
}
.pr-15{
    padding-right:15px;
}
.pl-15{
    padding-left:15px;   
}
.pr-0{
    padding-right:0px;
}
.w-100{
    width:100%!important;
}
#filtererr p
{
	font-weight: bold !important;
	color: red !important;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 0px;
}
.tour_search_table tbody tr:first-child td{
    /*border-top: 0px solid #ededed;*/
}
.tour_search_table tbody tr td{
    padding: 10px 10px 10px 0;
}
.event_ticket_btn{
    border: 2px solid #00008b;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    color: #00008b;
    font-weight: 700;
    white-space: nowrap;
}
.event_ticket_btn:hover{
    background-color: #CBC8DE;
}
.select2-container .select2-selection--single {
    height: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
}
.tour-search-loader {
    border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 29px;
  height: 29px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin:auto;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (min-width: 992px) {
    .md-pl-15{
        padding-left:15px;   
    }
    .md-pr-15{
        padding-right:15px;   
    }
    .md-pt-15{
        padding-top:15px;
    }
}
@media (max-width: 992px) {
    .sm-pt-15{
        padding-top:15px;
    }
}
#tsa_artist_img_modal .modal-dialog{
        max-width: 100%;
    width: min-content;
}
#tsa_artist_img_modal .modal-content .modal-body{
    padding: 15px;
}
#table_artists tbody tr td img{
    max-width: initial;
}
#table_artists thead tr th{
    /*background: #e0dfe5;*/
    /*padding-top: 8px;*/
    /*padding-bottom: 5px;*/
}

.artist_profile_image img{
    width:105px;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 20%;
}

.on-tour-icon{
    color: aqua;
    font-size: 25px!important;
}
.artist_info .artist_name{
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 32px;
    font-weight: bold;
}
.artist_info .on_tour{
    display:flex;
    align-items: center;
}
.artist_profile_block{
        display: flex;
    flex-wrap: wrap;
}
.mt-25{
    margin-top:25px;
}
#tour_general_search_input{
    width:100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    border: 0;
}
#tour_general_search_input:focus{
    box-shadow: none;
    border: 0px solid #ccc;
    border-left:0px;
    border-right:0px;
}
.text-center{
    text-align: center;
}
.input-btn-inline .input-group .form-control {
    width: 100%;
    height: 50px;
}
.input-btn-inline .input-group{
    /*flex:auto;*/
}
.tour-search-input-group-shadow{
    /*box-shadow: rgb(0 0 139 / 45%) 0px 10px 10px -5px;*/
    border: 1px solid #707070;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}
.tour-search-input-group-addon{
    width:30px!important;
    background-color: #fff!important;
    border-right: 0px!important;
    padding-right: 1px!important;
    border: 0!important;
}
.tour-search-input-group-addon i{
        padding-top: 10px;
}
@media only screen and (max-width: 768px) {
    
}
.tour-search-api-title{
    line-height: 20px!important;
    font-weight: normal;
    font-size: 16px!important;
    color: #000000!important;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
}
.pt-15{
    padding-top:15px;
}
.tour-search-api-form .input-group-addon-date{
    width: auto!important;
    padding-top:10px;
}
.tsa-input-error{
    border:1px solid red!important;
}
.p-0{
    padding:0px!important;
}
.input-group-addon-clear-date{
    padding: 4px!important;
    background: transparent!important;
}
.input-group-addon-clear-date button{
    border: 0px!important;
    font-size: 16px!important;
    font-weight: 700!important;
    background: transparent!important;
    padding-top: 2px;
    padding-right: 3px;
    padding-left: 3px;
}
.tsa-date-input{
    border-right: 0px!important;
}
.mb-0{
    margin-bottom:0px!important;
}
.artist_profile_block{
       margin-top:25px;
   }
.artist_profile_block .artist_info{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.mt-5{
    margin-top:5px!important;
}
.tsa-member-block{
    display: table;
    height: 140px;
}
.tsa-member-inner{
    /*    display: table-cell;*/
    /*vertical-align: middle;*/
    padding-top: 52px;
}
@media (max-width: 991px) {
   .tsa-btn-member{
        padding: 3px 12px;
        font-size: 16px!important;
        width:80%!important;
   }
   .tsa-already-a-member{
        font-size: 12px;
        margin-top: -7px!important;
   }
   .tsa-member-block {
    display: block;
    height: auto;
}
   
   .tsa-member-inner {
    display: block;
    /*vertical-align: middle;*/
        padding-top: 0px;
        text-align: center;
    }
}
.tour-search-input-group-addon-partner{
        padding: 8px 8px!important;
    background: transparent!important;
    width: auto!important;
    border-radius: 0px!important;
    border: 0px!important;
}
.tour-search-input-group-addon-partner img{
    height: auto!important;
    width: 25px!important;
        max-height: 32px;
        padding-top:5px;
}
@media only screen and (max-width: 500px) {
    .tour-search-input-group-addon-partner img{
        padding-top:6px!important;
    }
}
.date-remove-dnone{
    height: 0px;
    width: 0px;
    border: none;
    padding: 0px;
    display: none;
}
.tsa-date-input:focus {
     border-color: #ccc; 
     outline: 0!important; 
     -webkit-box-shadow: none!important; 
     box-shadow: none!important; 
}
.select2-selection:focus {
     border-color: #ccc; 
     outline: 0!important; 
     -webkit-box-shadow: none!important; 
     box-shadow: none!important; 
}
#city_search:focus, #state_search:focus, #radius_search:focus {
     border-color: #ccc; 
     outline: 0!important; 
     -webkit-box-shadow: none!important; 
     box-shadow: none!important; 
}

.beta_text{
    margin-top: 10px;
    padding-left: 0px !important;
}

.pb-5{
    padding-bottom: 5px;
}
.pt-20{
    padding-top: 20px;
}

@media (min-width: 992px){
    .md-float-right{
        float: right!important;
    }
    .tour-search-api-title-left{
        text-align: left!important;
    }
    .md-pt-20{
        padding-top: 20px;
    }
    .ptb-6{
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

.sidebar-tsa-btn-search{
    border-radius: 21px;
    background: linear-gradient(to left, #1b54ab 0%, #164491 19.73%, #0a1a4d 100%);
    text-transform: uppercase;
    padding: 10px 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #fff!important;
    width: 100%!important;
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    border-width: 0px;
}
.ptb-25{
    padding-top: 25px;
    padding-bottom: 25px;
}
.sidebar-tsa .tour-search-api-form .input-group{
    border-radius: 26.5px;
    margin-left: 25px;
    margin-right: 25px;
}
.sidebar-tsa .tour-search-api-form .tour-search-input-group-addon{
        border-top-left-radius: 26.5px!important;
    border-bottom-left-radius: 26.5px!important;
}
.sidebar-tsa .tour-search-api-form #tour_general_search_input{
    border-top-right-radius: 26.5px;
    border-bottom-right-radius: 26.5px;
}
.sidebar-tsa .tsa-button{
    margin-top: 5px;
    margin-left: 25px;
    margin-right: 25px;
}
.ptb-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.artist_info .on_tour{
    margin-bottom: 2px;
    font-weight: 500;
}
.artist_info .artist_name{
    margin-bottom: 7px;
}
.artist_info .artist_analytics_icon{
    margin-bottom: 0px;
    font-weight: 500;
}
.artist_info .artist_contact_info{
    margin-bottom: 0px;
    font-weight: 500;
}
.artist_info .artist_contact_info img{
    margin-right: 7px;
}
.artist_info .artist_contact_info span{
    vertical-align: middle;
    line-height: normal;
}
.on-tour-icon {
    font-size: 20px!important;
}
.artist_info .artist_contact_info a:hover,.artist_info .artist_analytics_icon a:hover,.artist_info .on_tour:hover span{
    /*color: blue;*/
}
@media screen and (max-width: 767px){
    .hide-inner-page-tsa-in-mobile{
        display: none!important;
    }
}
</pre></body></html>