label {
    font-weight: bold;
    font-size: 14px;
  }
  .form-control{
    padding: 0.375rem 0.45rem;
  }
  .form-control:focus {
    color: #545965;
    background-color: #fff;
    border-color: #cbced1;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  textarea:focus {
    color: #545965;
    background-color: #fff;
    border-color: #cbced1;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  
  .card-title {
    font-size: 18px;
    margin-bottom: 0;
  }

  .input-group-text {
    display: flex;
    align-items: center; 
    padding: 0.75rem 0.3rem;
    font-size: 0.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.375rem 0.375rem 0;
  }
  .select2-container--default .select2-selection--single{
    padding:3px;
    height: 35px;
    width: 100%;   
    position: relative;
  }

  .form-control[readonly] {
    background-color: #f5f6f8;
    opacity: 1;
  }

  .bg-soft-danger {
    background-color: rgba(245,110,110,.25)!important;
  }
  .badge {
    display: inline-block;
    padding: 0.25em 0.6em !important;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.75rem;
  }

  .text-danger {
    opacity: 1;
    color: rgba(245,125,125)!important;
  }

  .book_btn{
    background-color: #2dce89 !important;
    outline: 1px solid #2dce89;
    color: #fff;
    visibility: hidden; 
    opacity: 0;
    transition: visibility 0s, opacity 0.7s linear;
  }

  table tr:hover .book_btn{
    color: #fff;
    background-color: #2dce89;
    border-color: #2dce89;
    visibility: visible;
    opacity: 1;
  }

  table tr:hover .item_rate{
    display: none;
  }

  .container-fluid .logo {
    display: flex;
    justify-content: center;
  }
  .logo img {
    width: 148px;
    object-fit: cover;
   }

#ratesModal {
    max-width: 100%;
}

#ratesModal .btn-close {
  background-color: #fff;
  opacity: 1;
}

#ratesModal .modal-fullscreen {
  width: 95%;
  height: 80%;
  margin: inherit;
}

#ratesModal .modal-content {
  border-radius: 8px 8px 8px 8px !important;
}

#ratesModal .modal-header {
  background-color: #f5ab35;
  color: #fff;
  border-radius: 8px 8px 0px 0px !important;
}

#ratesModal .modal-body {
  margin: 5px;
}

.get_rates_loader {
  position: absolute;
  right: 245px;
  height: 25px !important;
  width: 25px !important;
  bottom: 15px;
}

/*Custom CSS for QUUOTE ME Website Design Formatting*/

select#category {
    padding: 7px 10px;
}

.section.white.page-content .container {
    max-width: 100%;
}

.quuoteform_sec .input-group {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
}

#ratesModal.show {
    opacity: 1 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #00000052;    
}

#ratesModal .modal-fullscreen{
  margin: 0 auto !important;
  height: 90% !important;
  margin-bottom: 50px !important;
}

#ratesModal .btn-close {
    padding: 12px;
    border-radius: 100px;
}

#ratesModal .modal-header {
    display: flex;
    align-items: center;
}

#ratesModal h5#exampleModalLabel {
    color: #fff;
    font-size: 20px;
}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.elementor-element-2724a19c .ts-title-style1.section-title {
    margin-bottom: 10px;
}

#product_qty::placeholder {
    font-size: 11px;
}
form.checkout .col-1{
  width: 100% !important;
}


/* The side navigation menu */
            .sidenav {
              height: 100%; /* 100% Full-height */
              width: 0; /* 0 width - change this with JavaScript */
              position: fixed; /* Stay in place */
              z-index: 99999999999999; /* Stay on top */
              top: 0; /* Stay at the top */
              right: 0;
              background-color: #fbfbfb; /* Black*/
              overflow-x: hidden; /* Disable horizontal scroll */
              padding-top: 60px; /* Place content 60px from the top */
              transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
            }

            /* The navigation menu links */
            .sidenav a {
              padding: 8px 8px 8px 32px;
              text-decoration: none;
              font-size: 25px;
              color: #818181;
              display: block;
              transition: 0.3s;
            }

            /* When you mouse over the navigation links, change their color */
            .sidenav a:hover {
              color: #f1f1f1;
            }
            .sidenav ul {
                margin-top: 30px;
            }
            /* Position and style the close button (top right corner) */
            .sidenav .closebtn {
              position: absolute;
              top: 0;
              right: 25px;
              font-size: 36px;
              margin-left: 50px;
            }

            /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
            #main {
              transition: margin-left .5s;
              padding: 20px;
            }

            /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
            @media screen and (max-height: 450px) {
              .sidenav {padding-top: 15px;}
              .sidenav a {font-size: 18px;}
            }
table.shipping_list_tbl {
  width: 100%;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #F2F2F2;
  border-style: solid;
  color: #000000;
}

table.shipping_list_tbl td, table.shipping_list_tbl th {
  border-width: 1px;
  border-color: #F2F2F2;
  border-style: solid;
  padding: 13px;
}

table.shipping_list_tbl thead {
  background-color: #C4C4C4;
}
#mySidenavContent{
  padding: 20px;  
}

#mySidenav p{
  margin-bottom: 0;
}

ul.places-dropdown {
    list-style: none;
    padding: 10px;
    margin: 0;
    background: #fff;
    border: 2px solid #e1dbdb;
    border-radius: 20px;
}

ul.places-dropdown li:not(:last-child) {
    border-bottom: 2px solid #000;
    padding: 5px 10px;
}


ul.places-dropdown li{
  cursor: pointer;
}

ul.places-dropdown li:hover {
    background-color: #dddcdc;
}


.contact-form{
  margin: 5px 0px;
}
.contact-form input, .contact-form select{
  width: 100%;
}

/*Loading Spinner*/
#loading-spinner{ 
/*  position: fixed;*/
/*  top: 0;*/
  z-index: 100;
  width: 100%;
  height:100%;
  /*display: none;*/
  background: none;
/*  background: rgba(0,0,0,0.6);*/
}
#loading-spinner td{
  border: 0;
}
.spinner-border {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.spinner-border span {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #F20000 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% { 
    transform: rotate(360deg); 
  }
}
.is-hide{
  display:none;
}
