:root {
    --norhire_form_background_color: #FFFFFF;
    --norhire_form_button_color: rgb(52, 183, 66);
    --norhire_form_button_hover_color:rgba(52, 183, 66, 0.5);
    --norhire_form_button_disabled_color: rgb(73, 105, 76);
    --norhire_form_button_disabled_text_color: rgb(255,255,255);
    --norhire_form_datepicker_button_color: rgba(52, 183, 65, 0.562);
    --norhire_form_font_family: 'Inter', Roboto, sans-serif;
}
form.norhire_form{
    font-family: var(--norhire_form_font_family) !important;
}
form.norhire_form label{
    text-align: left;
}

form.norhire_form label{
    text-align: left;
    margin-top: 5px;
}

form.norhire_quote_sm .textbox-icon {
    height: 40px !important;
    width: 24px !important;
    margin-top: 0px !important;
    background-color: var(--norhire_form_button_color) !important;
    z-index: 9999 !important;
}
form.norhire_quote, form.norhire_book {
	display:block;
    margin:auto;
	width:100%;
	background-color: var(--norhire_form_background_color);
  	font-family: var(--norhire_form_font_family) !important;
	padding: 5px;
	border: 6px solid rgb(255, 255, 255);
    border-radius: 10px;
	border-image: none;
	box-shadow: 0px 7px 11px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 7px 11px 3px rgba(0, 0, 0, 0.3);

}
form.norhire_quote_full{
    max-width: 350px;
}
form.norhire_quote .bformlabel {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
    display: block;
}

form.norhire_quote span.textbox{
    width: 100% !important;
    height: 40px !important;
    border: none !important;
}
form.norhire_quote .quote_me_button, form.norhire_form .quote_me_button{
  height:40px;
  width:100%;
  font-size: 26px;
  font-weight: 400;
  border-radius: 50px;
  border: 0;
  margin-top: 25px;
  padding: 4px;
  white-space: normal;
  vertical-align:middle;
  background-color: var(--norhire_form_button_color);
  text-align:center;
  outline-style: none;
  resize: none;
}
.norhire_quote_col .quote_me_button{
    margin-top: 30px !important;
}

form.norhire_quote .quote_me_button:hover, form.norhire_form .quote_me_button:hover{
  height:40px;
  width:100%;
  font-size: 30px;
  font-weight: 400;
  border-radius: 50px;
  border: 0;
  margin-top: 25px;
  padding: 4px;
  white-space: normal;
  vertical-align:middle;
  background-color: var(--norhire_form_button_hover_color);
  text-align:center;
  outline-style: none;
  resize: none;
}
form.norhire_quote .quote_me_button:disabled, form.norhire_form .quote_me_button:disabled{
  height:40px;
  width:100%;
  font-size: 26px;
  font-weight: 400;
  border-radius: 50px;
  border: 0;
  margin-top: 25px;
  padding: 4px;
  white-space: normal;
  vertical-align:middle;
  background-color: var(--norhire_form_button_disabled_color);
  color: var(--norhire_form_button_disabled_text_color);
  text-align:center;
  outline-style: none;
  resize: none;
}
form.norhire_quote .textbox-icon {
    height: 35px !important;
    width: 24px !important;
    margin-top: 0px !important;
    background-color: var(--norhire_form_button_color) !important;
    color: #fff !important;
    padding: 0;
}
form.norhire_select_wastetype {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 600px;
    background-color: var(--norhire_form_background_color);
    font-family: var(--norhire_form_font_family) !important;
    padding: 5px;
    border: 6px solid rgb(255, 255, 255);
    border-radius: 10px;
    border-image: none;
    box-shadow: 0px 7px 11px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 7px 11px 3px rgba(0, 0, 0, 0.3);
}
.norhire_form .ui-datepicker-trigger{
    position: absolute;
    height: 35px !important;
    width: 25px !important;
    margin-top: 0px !important;
    background-color: var(--norhire_form_datepicker_button_color) !important;
    color: #fff !important;
    border: 1px solid rgb(197, 197, 197) !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    padding: 0;
}
.norhire_form input{
    font-size: 24px;
    height:35px;
}
.norhire_form select{
    font-size: 24px;
}

.norhire_quote_title h3, .norhire_quote_title h4{
    display: inline-block;
}



.norhire_wastetypes{
    border: none;
}
.norhire_wastetypes_title h3, .norhire_wastetypes_title h4{
    display: inline-block;
}
.norhire_wastetypes_list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.norhire_wastetypes_list li{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.norhire_wastetypes_list li:last-child {
    border-bottom: none;
}
.norhire_wastetypes_list li .norhire_wastetype_title{
    padding: 0;
}
.norhire_wastetypes_list li .norhire_wastetype_option{
    text-align: left;
    padding:0 10px;
}
.norhire_wastetypes_list li .norhire_wastetype_option button {
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    background-color: var(--norhire_form_button_color);
    color: var(--norhire_form_background_color);
    cursor: pointer;
    margin-right: 10px;
    padding: 1px 6px 1px 6px;
}
.norhire_wastetypes_list li .norhire_wastetype_option button:hover{
    background-color: var(--norhire_form_button_hover_color);
    color: var(--norhire_form_background_color);
}
.norhire_wastetypes_list li .norhire_wastetype_name{
    text-align: left;
    padding:0;
}
.norhire_wastetypes_list .norhire_wastetype_detail_toggle{
    cursor: pointer;
    color: var(--norhire_form_button_color);
}
.norhire_wastetype_name_uc{
    display: inline-block;
    text-transform: lowercase;
    font-size: 1.1em;
}
.norhire_wastetype_name_uc::first-letter {
    text-transform: uppercase;
}
.norhire_wastetypes_list li .norhire_subheading{
    font-size: 0.8em;
    font-weight: bold;
}
.norhire_wastetypes_list li .norhire_wastetype_description{
    padding: 0 10px;
    position: relative;
}
.norhire_showless{
    padding:0;
}
.norhire_showless .norhire_showless_inner{
    padding: 0;
    height: 100px;
    overflow: hidden;
}
.norhire_showless .norhire_showless_tall_inner{
    padding: 0;
    height: 210px;
    overflow: hidden;
}
.norhire_showless .norhire_showmore_inner{
    padding: 0;
    height: auto;
    overflow: hidden;
}
.norhire_showmore_link{
    width: 100%;
    cursor: pointer;
    background-color: var(--norhire_form_background_color);
    border-radius: 5px;
    text-align: left;
    padding: 5px;
}
.norhire_showless_link{
    width: 100%;
    cursor: pointer;
    background-color: var(--norhire_form_background_color);
    border-radius: 5px;
    text-align: left;
    padding: 5px;
}
.norhire_showmore_link i, .norhire_showless_link i{
    margin-right: 5px;
}
.norhire_skipsizes{
    border: none;
}
.norhire_skipsize_list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.norhire_skipsize_list li{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.norhire_skipsize_list li:last-child {
    border-bottom: none;
}
.norhire_skipsize_list li .norhire_skipsize_img img{
    width: 100%;
    height: auto;
}
.norhire_skipsize_list li button{
    height: 30px;
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    background-color: var(--norhire_form_button_color);
    color: var(--norhire_form_background_color);
    cursor: pointer;
}
.norhire_skipsize_list li .norhire_skipsize_title button:hover{
    background-color: var(--norhire_form_button_hover_color);
    color: var(--norhire_form_background_color);
}
.norhire_skipsize_list li .norhire_skipsize_title{
    display: flex;
    align-items: flex-start;
    padding: 0;
}
.norhire_skipsize_list li .norhire_skipsize_select_option{
    flex: 0;
    text-align: center;
    padding: 8px;
}
.norhire_skipsize_list li .norhire_skipsize_from_price{
    flex: 4;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}
.norhire_skipsize_list li .norhire_skipsize_details{
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}
.norhire_skipsize_list li .norhire_skipsize_subheading{
    font-size: 18px;
    font-weight: bold;
}
.norhire_datebox{
    border: solid 1px;
    border-color: rgb(197,197,197);
    background-color: rgb(246,246,246);
}
.norhire_date_row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.norhire_price_amount{
    font-size: 24px;
}
.norhire_error{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left:10px;
    padding-right:10px;
}
.norhire_price_note{
    font-size: 14px;
}
.norhire_quote_label{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.norhire_quote_label_select{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-top: 9px;
    margin-bottom: 5px;
}
.norhire_change_link{
    font-size: 12px;
    font-weight: bold;
    color: var(--norhire_form_button_color);
    cursor: pointer;
    text-decoration: underline;
}
.norhire_quote_row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}
.norhire_quote_col{
    padding: 10px;
}
.norhire_quote_col .custom-combobox-input{
    width: calc(100% - 34px);
    margin-bottom: 18px;
}
.norhire_quote_col .norhire_datebox{
    width: calc(100% - 34px);
}
.norhire_quote_img{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.norhire_book_input{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-family: inherit;
    min-height: 35px;
    max-width: 100%;
    font-size: 22px;
}
@media (max-width: 600px) {
  .norhire_quote_col {
    grid-column: 1 / -1;
  }
}