HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/bwcdev/wp-content/themes/salient-child/assets/custom/css/custom.css
table.manage-appointments_page_siab-locations tr th:first-child{
	width: 58px;
	max-width: 58px;
}
table.manage-appointments_page_siab-locations tr th:last-child{
	width: 100px;
	max-width: 100px;
}
table.manage-appointments_page_siab-locations tr th#phone{
	width: 130px;
	max-width: 130px;
}
.row_modify::after{
  clear: none;
}
table.manage-appointments_page_siab-locations .working-hrs{
	color: #777777;
	margin-bottom: 5px;
	font-size: 12px;
}
table.manage-appointments_page_siab-locations .working-hrs span{
	display: block;
	font-weight: 500;
	color: #000000;
	font-size: 13px;
	text-transform: capitalize;
}
.parsley-required{
	color: #fd5692;
    font-size: 13px;
    margin-top: 2px;
}
td.v-align-top{
	vertical-align: top;
}
td.v-align-top .close_time, td.v-align-top .open{
	min-width: 150px;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin: 2rem 1rem 1rem 0rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.section-title{
	margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}
.section-title h3{
	margin: 0px;
}
#AddGroups{
	max-width: 440px;
	border: 1px solid #ccc;
    padding: 20px 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
}
#AddGroups .add-more{
	margin-top: 4px !important;
}
#AddGroups .primary-block{
	margin-bottom: 20px;
}

/* Absolute Center Spinner */
.css_loader {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.css_loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.css_loader:not(:required) {
  /* hide "css_loader..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.css_loader:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*End Loader*/

.row-actions{
  position: static !important;
}


/* datepicker css */

.ui-datepicker {
  text-align: center;
}

.ui-datepicker-trigger {
  margin: 0 0 0 5px;
  vertical-align: text-top;
}

.ui-datepicker {
  font-family: Open Sans, Arial, sans-serif;
  margin-top: 2px;
  padding: 0 !important;
  border-color: #c9f0f5 !important;
}

.ui-datepicker {
  width: 260px;
}

.openemr-calendar .ui-datepicker {
  width: 191px;
}

.ui-datepicker table {
  width: 260px;
  table-layout: fixed;
}

.openemr-calendar .ui-datepicker table {
  width: 191px;
  table-layout: fixed;
}

.ui-datepicker-header {
  background-color: #3e9aba !important;
  background-image: none !important;
  border-radius: 0;
}

.openemr-calendar .ui-datepicker-header {
  background-color: #e6f7f9 !important;
  border-width: 1px;
  border-color: #c9f0f5;
  border-style: solid;
}

.ui-datepicker-title {
  line-height: 35px !important;
  margin: 0 10px !important;
}

.openemr-calendar .ui-datepicker-title {
  line-height: 20px !important;
}

.ui-datepicker-prev span {
  display: none !important;
}

.ui-datepicker-next {
  text-align: center;
}

.ui-datepicker-next span {
  display: none !important;
}

.ui-datepicker-prev {
  background-color: transparent !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==') !important;
  height: 12px !important;
  width: 7px !important;
  margin: 14px 12px;
  display: inline-block;
  left: 0 !important;
  top: 0 !important;
}

.openemr-calendar .ui-datepicker-prev {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAuUlEQVQokXXRsUtCYRAA8J8pDQ1CVIgIgtBU2NDiZIuDS4uLf6WDS1O0tLREEE8icBNKS3lTs8/B78XHw3dwcHA/juOuqjzucYJVrQQMcYctvo4OgEFIeMK6iPphCjzjEWLUC3vACx7yRo5uMUIFr5gii1EL41AvMIkBVPGH04DrSLEsIvjEOZq4wi9+iijDR0ANXOMbmxjlcIY2LtANO6YxymGCDs5wg/ciYv+KBJeY4+2A+Y9j4Y47RtUkrNXeDxUAAAAASUVORK5CYII=') !important;
  height: 14px !important;
  width: 9px !important;
  margin: 5px !important;
}

.ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker-prev {
  cursor: pointer;
}

.ui-datepicker-next {
  background-color: transparent !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==') !important;
  height: 12px !important;
  width: 8px !important;
  margin: 14px 12px;
  display: inline-block;
  right: 0 !important;
  top: 0 !important;
}

.openemr-calendar .ui-datepicker-next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAAtElEQVQYlXXQsUpCcRQH4I97EQyHa1pgIEE0hBGYL+BjNLRFjxXh4rM4F21BS4S4FAgqQioOngt/RM/6+zi/w4EanlA4MDkecYsO3vG/D8a4Rx03eMMqBQt8oodTXAdalwBm+IpNDVxG3aYEMMU3ujjDBT5SAH9R2cE58mwPFOgneJSCGp7RjLoXTEtQjbCFOV7xCxkqdp9sYxnhpFyb4QFXdh8c4Cc9Ko++OwzjFwfn5FiwBVeuI/K2UCkSAAAAAElFTkSuQmCC') !important;
  height: 14px !important;
  width: 8px !important;
  margin: 5px;
}

.ui-datepicker-month {
  border-radius: 2px;
  background-color: #3985a0;
  width: 110px !important;
  height: 22px;
  font-family: Open Sans !important;
  color: #fff;
  font-size: 14px !important;
  font-weight: 600;
  text-align: left;
  border: none !important;
  margin-right: 17px !important;
  vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-month {
  font-family: Open Sans, Arial, sans-serif;
  color: rgba(34, 34, 34, 0.87);
  font-size: 12px !important;
  font-weight: 700;
  text-align: center;
  transform: scaleX(1.0029)
}

.ui-datepicker-year {
  border-radius: 2px;
  background-color: #3985a0;
  width: 61px !important;
  height: 22px;
  border: none !important;
  font-family: Open Sans !important;
  color: #fff;
  font-size: 14px !important;
  font-weight: 600;
  text-align: left;
  vertical-align: text-top;
}

.openemr-calendar .ui-datepicker-year {
  font-family: Open Sans, Arial, sans-serif;
  color: rgba(34, 34, 34, 0.87);
  font-size: 12px !important;
  font-weight: 700;
  text-align: center;
  transform: scaleX(1.0029)
}

.ui-datepicker-month option,
.ui-datepicker-year option {
  color: #3985a0 !important;
  background-color: #fff !important;
  font-family: Open Sans !important;
  font-size: 14px !important;
  font-weight: 600;
}

.ui-datepicker-month option[selected],
.ui-datepicker-year option[selected] {
  background-color: #e5edf0 !important;
}

.ui-datepicker .ui-state-hover {
  /*background: none !important;*/
  border: 0 !important;
}

.ui-datepicker td {
  vertical-align: top;
}

.ui-datepicker .ui-state-default {
  border-radius: 2px;
  border-color: #edebeb !important;
/*     background: white !important; */
  width: 24px;
  height: 24px;
  padding: 0 !important;
  line-height: 24px;
  text-align: center !important;
  font-family: Open Sans, Arial, sans-serif;
  color: #707070;
  font-size: 13px;
  font-weight: 400 !important;
  margin: 7px 0 0 4px;
}

.ui-datepicker .ui-state-default.ui-state-highlight{
  border-color: #dcdcdc;
  background-color: #cff3f8 !important;
  color: #3e9aba !important;
}

.openemr-calendar .ui-state-default {
  font-size: 10px;
  margin: 0;
}

.ui-datepicker td {
  width: 33px;
}

.openemr-calendar .ui-datepicker td {
  width: 26px;
}

.openemr-calendar .ui-state-default {
  width: 26px;
  height: 20px;
  line-height: 20px;
}
.ui-state-default.ui-state-hover {
  border-color: #dcdcdc;
  background-color: #cff3f8 !important;
}

.ui-datepicker .ui-state-active {
  border-color: #dcdcdc;
  background-color: #cff3f8 !important;
  color: #3e9aba !important;
}

.ui-datepicker-calendar thead tr th {
  font-family: Open Sans, Arial, sans-serif;
  color: #549fa8;
  font-size: 12px;
  font-weight: 400;
  padding: 0.45em 0.3em !important;
  /*   width: 15px !important; */
}

.openemr-calendar .ui-datepicker-calendar thead tr th {
  font-size: 10px;
}

.ui-datepicker-close {
  display: none;
}

.ui-datepicker thead {
  background-color: #f5f5f5;
}

.openemr-calendar .ui-datepicker thead {
  background: none;
}

.ui-state-default.ui-datepicker-current {
  float: none !important;
  font-family: Open Sans, Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border-width: 0 !important;
  border: none;
  vertical-align: top;
  margin: 0 !important;
  background-color: transparent !important;
}

.ui-datepicker-buttonpane.ui-widget-content {
  text-align: center;
  background-color: #3e9aba;
  margin: 0 !important;
  height: 28px;
  padding: 0 !important;
}

.openemr-calendar .ui-datepicker-year {
  background-color: transparent;
}

.openemr-calendar .ui-datepicker-month {
  background-color: transparent;
}

.openemr-calendar .ui-state-default {
  border: 0 !important;
}

.openemr-calendar .ui-datepicker-month {
  margin-right: 10px !important;
}

.ui-state-disabled span{
  opacity: 0.25;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.order_head{
  margin-left: 38%;
  color:red;
}

.wpb_wrapper > a >button{
  color: #fff !important;
  font-weight: bold;
  margin: 0;
}

.wpb_wrapper > p > a >button{
  color: #fff !important;
  font-weight: bold;
  margin: 0;
}
.abc{
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 20px;
}

.parsley-pattern{
  color: #fd5692;
}

/* .button, input, optgroup, select, textarea{

} */
#ui-datepicker-div {
    display: none;
    background-color:rgba(236, 236, 236, 0.973);
}





/* for SELECT2 start */
.date_sel  {
  display: block !important;
  width: 100% !important;
  height: 55px !important;
  padding: 10px 20px 11px !important;
  outline: none !important;
  background: rgba(255, 255, 255, 0.7) !important;
  color: #151515 !important;
  border: 1px solid rgba(215, 215, 214, 0.7) !important;
  border-radius: 4px !important;
  font-weight: 400 !important; }
 .slot_textarea {
  display: block !important;
  width: 100% !important;
  height: 100px !important;
  padding: 10px 20px 11px !important;
  outline: none !important;
  background: rgba(255, 255, 255, 0.7) !important;
  color: #151515 !important;
  border: 1px solid rgba(215, 215, 214, 0.7) !important;
  border-radius: 4px !important;
  font-weight: 400 !important; }
 


.select2-container--default .select2-selection--single {
  height: 55px !important;
  border: 1px solid #d7d6d6 !important;
  outline: none !important; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 35px 0 20px !important;
    line-height: 53px !important;
    outline: none !important; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 53px !important; }

.select2-results__options li {
  padding: 5px 20px !important;
  margin-bottom: 0 !important; }
  .select2-results__options li:before {
    display: none !important; }

.select2-search--dropdown {
  display: none !important; }

.select2-dropdown {
  border-color: #d7d6d6 !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #009bdc !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px !important; }

      .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value .select2-container .selection .select2-selection {
        border: 0 !important;
        border-radius: 0 !important;
        background: #f0f0f0 !important;
        height: 50px !important; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value .select2-container .selection .select2-selection .select2-selection__rendered {
          height: 50px !important;
          line-height: 50px !important; }
        .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value .select2-container .selection .select2-selection .select2-selection__arrow {
          height: 50px !important; }
          .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value .select2-container .selection .select2-selection .select2-selection__arrow b {
            display: block !important;
            font: normal normal normal 14px/1 FontAwesome !important;
            font-size: inherit !important;
            text-rendering: auto !important;
            -webkit-font-smoothing: antialiased !important;
            -moz-osx-font-smoothing: grayscale !important;
            background: transparent !important;
            border: 0 !important;
            position: relative !important; }
            .splashAmericanFootball.woocommerce-page.single-product .stm-single-product-content-right form .variations tr td.value .select2-container .selection .select2-selection .select2-selection__arrow b:before {
              content: "\f107" !important;
              font-family: 'FontAwesome' !important;
              position: absolute !important;
              top: -7px !important;
              left: -7px !important;
              font-size: 20px !important; }
  
  .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-shipping-cart-calc .select2-selection {
    border-radius: 0 !important;
    font-family: 'Roboto' !important; }
  .splashAmericanFootball.woocommerce-cart .cart-collaterals .stm-cart-totals .shipping .select2-selection {
    border-radius: 0 !important; }

.splashAmericanFootball.woocommerce-checkout input[type='text'], .splashAmericanFootball.woocommerce-checkout input[type='tel'], .splashAmericanFootball.woocommerce-checkout input[type='email'], .splashAmericanFootball.woocommerce-checkout .select2-selection, .splashAmericanFootball.woocommerce-checkout textarea, .splashAmericanFootball.woocommerce-account input[type='text'], .splashAmericanFootball.woocommerce-account input[type='tel'], .splashAmericanFootball.woocommerce-account input[type='email'], .splashAmericanFootball.woocommerce-account .select2-selection, .splashAmericanFootball.woocommerce-account textarea {
  border-radius: 0 !important;
  font-family: 'Roboto' !important;
  background: #f0f0f0 !important;
  border: 0 !important;
  margin-bottom: 5px !important;
  height: 50px !important; }
  .splashSoccer .normal_font, .splashSoccer input[type='text'], .splashSoccer input[type='tel'], .splashSoccer input[type='password'], .splashSoccer input[type='email'], .splashSoccer input[type="number"], .splashSoccer .select2-selection__rendered, .splashSoccer textarea {
    font-family: "Arial" !important; }
  
    .splashSoccer aside.widget.widget_archive .select2 .select2-selection {
      border-radius: 0 !important;
      height: 47px !important; }
      .splashSoccer aside.widget.widget_archive .select2 .select2-selection .select2-selection__rendered {
        line-height: 47px !important;
        padding: 0 35px 0 15px !important;
        color: #868686 !important;
        font-size: 14px !important; }
    .splashSoccer aside.widget.widget_archive .select2 .select2-selection__arrow {
      height: 46px !important; }
      .splashSoccer aside.widget.widget_archive .select2 .select2-selection__arrow b {
        display: block !important;
        position: relative !important;
        background: transparent !important;
        padding: 10px !important;
        border: 0 !important;
        left: inherit !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%) !important;
                transform: translateY(-50%) !important;
        margin: 0 !important; }
        .splashSoccer aside.widget.widget_archive .select2 .select2-selection__arrow b:before {
          content: '\f107' !important;
          display: block !important;
          font-family: 'FontAwesome' !important;
          font-size: 18px !important;
          color: #595959 !important;
          position: absolute !important;
          top: 50% !important;
          left: 50% !important;
          -webkit-transform: translateY(-50%) translateX(-50%) !important;
                  transform: translateY(-50%) translateX(-50%) !important;
          text-rendering: auto !important;
          -webkit-font-smoothing: antialiased !important;
          -moz-osx-font-smoothing: grayscale !important;
          z-index: 10 !important; }
  .splashSoccer .select2-results__option--highlighted {
    background-color: #00aaff !important; }
  
      .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection {
        border-radius: 0 !important;
        height: 47px !important;
        line-height: 47px !important;
        border: solid 1px #b2b2b2 !important; }
        .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__rendered, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__rendered {
          line-height: 47px !important; }
        .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__arrow, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__arrow {
          height: 47px !important;
          line-height: 47px !important; }
          .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__arrow b, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__arrow b {
            display: block !important;
            position: relative !important;
            background: transparent !important;
            padding: 10px !important;
            border: 0 !important;
            left: inherit !important;
            top: 50% !important;
            -webkit-transform: translateY(-50%) !important;
                    transform: translateY(-50%) !important;
            margin: 0 !important; }
            .splashSoccer .woocommerce .cart-collaterals .cart_totals .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__arrow b:before, .splashSoccer .woocommerce .cart-collaterals .calculated_shipping .row .col-md-6 .stm-shipping-cart-calc .shipping > div form section .select2 .select2-selection .select2-selection__arrow b:before {
              content: '\f107' !important;
              display: block !important;
              font-family: 'FontAwesome' !important;
              font-size: 16px !important;
              color: #595959 !important;
              position: absolute !important;
              top: 50% !important;
              left: 50% !important;
              -webkit-transform: translateY(-50%) translateX(-50%) !important;
                      transform: translateY(-50%) translateX(-50%) !important;
              text-rendering: auto !important;
              -webkit-font-smoothing: antialiased !important;
              -moz-osx-font-smoothing: grayscale !important;
              z-index: 10 !important; }
   
    .splashSoccer.woocommerce-checkout .woocommerce input[type='text'], .splashSoccer.woocommerce-checkout .woocommerce input[type='tel'], .splashSoccer.woocommerce-checkout .woocommerce input[type='password'], .splashSoccer.woocommerce-checkout .woocommerce input[type='email'], .splashSoccer.woocommerce-checkout .woocommerce .select2-selection__rendered, .splashSoccer.woocommerce-checkout .woocommerce textarea, .splashSoccer.woocommerce-account .woocommerce input[type='text'], .splashSoccer.woocommerce-account .woocommerce input[type='tel'], .splashSoccer.woocommerce-account .woocommerce input[type='password'], .splashSoccer.woocommerce-account .woocommerce input[type='email'], .splashSoccer.woocommerce-account .woocommerce .select2-selection__rendered, .splashSoccer.woocommerce-account .woocommerce textarea {
      border-radius: 0 !important;
      background: #fff !important;
      border: 0 !important;
      margin-bottom: 5px !important;
      height: 50px !important;
      font-size: 14px !important; }
   
    .splashSoccer.woocommerce-checkout .woocommerce .select2-selection, .splashSoccer.woocommerce-account .woocommerce .select2-selection {
      height: 47px !important;
      border-color: #b2b2b2 !important;
      border-radius: 0 !important; }
      .splashSoccer.woocommerce-checkout .woocommerce .select2-selection .select2-selection__rendered, .splashSoccer.woocommerce-account .woocommerce .select2-selection .select2-selection__rendered {
        height: 45px !important;
        line-height: 46px !important;
        margin-bottom: 0 !important;
        font-size: 14px !important;
        color: #868686 !important; }
      .splashSoccer.woocommerce-checkout .woocommerce .select2-selection .select2-selection__arrow, .splashSoccer.woocommerce-account .woocommerce .select2-selection .select2-selection__arrow {
        height: 46px !important; }
        .splashSoccer.woocommerce-checkout .woocommerce .select2-selection .select2-selection__arrow b, .splashSoccer.woocommerce-account .woocommerce .select2-selection .select2-selection__arrow b {
          display: block !important;
          position: relative !important;
          background: transparent !important;
          padding: 10px !important;
          border: 0 !important;
          left: inherit !important;
          top: 50% !important;
          -webkit-transform: translateY(-50%) !important;
                  transform: translateY(-50%) !important;
          margin: 0 !important; }
          .splashSoccer.woocommerce-checkout .woocommerce .select2-selection .select2-selection__arrow b:before, .splashSoccer.woocommerce-account .woocommerce .select2-selection .select2-selection__arrow b:before {
            content: '\f107' !important;
            display: block !important;
            font-family: 'FontAwesome' !important;
            font-size: 18px !important;
            color: #595959 !important;
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
            -webkit-transform: translateY(-50%) translateX(-50%) !important;
                    transform: translateY(-50%) translateX(-50%) !important;
            text-rendering: auto !important;
            -webkit-font-smoothing: antialiased !important;
            -moz-osx-font-smoothing: grayscale !important;
            z-index: 10 !important; }
   

.woocommerce .comment-form-rating .select2 {
  display: none !important; }

.players_list_table td {
  word-break: break-all;
}

.sm-width {
  width: 200px;
}

.table-responsive{
  overflow-x: unset !important;
}
/* for SELECT2 end */

div#lower {
  padding: 16px;
}
div#higher {
  padding: 16px;
}

.split-wrp
{
    display: flex;
    gap: 20px;
	margin-bottom:15px;
}
.split-wrp-outer{
	display: flex;
    flex-direction:column;
    width: 100%;
}
.input-style{
	width:185px;
}
.button-wordwrap{
	margin-left: 5px;
    padding: 3PX;
    height: 26px;
    width: 68px;
    background: #950101;
    color: white;
    border: 0;
}

  .split-wrp input, .split-wrp select{
    flex-grow: 1;
}
.calendar-custom .ui-datepicker .ui-datepicker-month {
  margin-right: 0 !important;
}
.calendar-custom .ui-datepicker .ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-custom .ui-datepicker .ui-datepicker-title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.calendar-custom .ui-datepicker .ui-datepicker-next, .calendar-custom .ui-datepicker .ui-datepicker-next {
  padding: 3px;
}
.calendar-custom .ui-datepicker tr td {
  padding: 5px;
}
.calendar-custom .ui-datepicker .ui-datepicker-unselectable {
  background: #e9e9e9;
}

.login-container{
  max-width: 500px;
}

table thead{
  background-color: #b59327 !important;
}
input[type="submit"]:before, button:before, .button:before{
  background-color: #b59327 !important;
}
input[type="submit"],button{
  border: 2px solid #b59327 !important;
}
input[type="submit"]:hover, button:hover, .button:hover{
  color:#b59327 !important;
}