@font-face {
  font-family: "poppins-regular";
  src: url(poppinsregular.ttf);
}

@font-face {
  font-family: "poppins-medium";
  src: url(poppinsmedium.ttf);
}

@font-face {
  font-family: "poppins-bold";
  src: url(poppinsbold.ttf);
}

body {
  margin: 0px;
  width: 100%;
  padding: 0px;
}

body a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}
/* alert section */

.body_main_wrapper {
  margin-top: 15px;
 
}
.alert {
 width: 81%;
 border: 1px solid #FF974A !important;
 padding: 10px;
 margin: auto;
}

.alert .container .warning_message {
  display: flex;
  align-items: center;
}

.alert .container .warning_message p {
  font-family: "poppins-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #FF974A;
  letter-spacing: 0.4px;
  margin-left: 14px;
  text-align:left;
}

/******booking section   rightside section*******/

.booking_section {
  margin-top: 10px;
}
.container_inner {
  width: 85%;
  margin: 0 auto;
}

.main_wrapper {
  background: #faf9fb;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  box-shadow: 0px 4px 25px rgba(61, 75, 92, 0.05);
  border-radius: 10px;
  /*overflow: hidden;*/
}

.main_wrapper .Tracking_details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background-color: #825fa0;
  border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.Tracking_details .logo {
  display: flex;
  align-items: center;
}

.Tracking_details .logo_img {
  margin-right: 15px;
  width: 40px;
}
.logo_img img {
  width: 100%;
}

.Tracking_details .inside_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.space-nowrap{
  white-space: nowrap;
}

.main_wrapper .Tracking_details .inside_wrapper h5 {
  font-family: "poppins-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #fff;
}

.main_wrapper .Tracking_details .inside_wrapper p {
  font-family: "poppins-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.main_wrapper .Tracking_details h4 {
  font-family: "poppins-medium";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #fff;
}

.main_wrapper .tracking_history .ordered_itmes_grid {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  flex-wrap: wrap;
}

.main_wrapper .tracking_history .ordered_itmes_grid .items_id p {
  font-family: "poppins-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #696974;
  padding-bottom: 4px;
}

.main_wrapper .tracking_history .ordered_itmes_grid .items_id h3 {
  font-family: "poppins-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #171725;
  padding-left: 8px;
}

.items_id.single_tracking {
  display: none;
}
.items_id.multiple_trackingid select {
  margin-left: 8px;
  padding: 5px 15px 5px 5px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 3px;
}
.items_id.multiple_trackingid select:focus {
  border: 1px solid #e4e4e4;
}
select.tracking_no {
  font-family: "poppins-regular";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.004em;
  color: #151d21;
}
.items_id {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-bottom: 14px;
}
/* multi step form additional style */
.multisteps-form__progress .step.step_form3 label {
  display: flex;
  flex-direction: column;
}

.multisteps-form__progress .step.step_form3 label span {
  width: 100%;
  color: #00a3e4;
}

.main_wrapper .indication::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #faf9fb;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  top: -6px;
  transform: rotate(-45deg);
  background-image: none;
  left: 7%;
}
button.multisteps-form__progress-btn.step.step_form3 label a {
  color: #00a3e4;
}

.main_wrapper .indication.one::before {
  left: 35%;
}
.main_wrapper .indication.two::before {
  left: 63%;
}

.main_wrapper .indication.three::before {
  left: 91%;
}

.multisteps-form__panel .form_content {
  height: 135px;
  overflow: auto;
}

.multisteps-form__panel .form_content table {
  width: 100%;
}

.multisteps-form__panel .form_content table tbody tr td {
  font-family: "poppins-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  border: none;
  color: #020235;
  padding-bottom: 10px;
}

/********************************* ordered details left section *******************/
.ordered_details {
  border: 1px solid #e4e4e4;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 4px 25px rgba(61, 75, 92, 0.05);
}

.ordered_details .ordered_items_details {
  border-bottom: 0px solid #dadada;
  padding-bottom: 16px;
}

.ordered_details .ordered_items_details h3 {
  font-family: "poppins-medium";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #171725;
  padding-bottom: 16px;
}

.ordered_details .ordered_items_details .order_items_name {
  padding-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order_items_name label {
  font-family: "poppins-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #696974;
}
.ordered_items_details .order_items_name h4 {
  font-family: "poppins-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #171725;
}

.ordered_details .customer_address {
  border-bottom: 1px solid #dadada;
  padding: 16px 0px;
}

.customer_address .arrive_place {
  font-family: "poppins-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #171725;
  padding-top: 8px;
}

.customer_address .order_items_name {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.customer_address .order_items_name a {
  font-family: "poppins-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #00a3e4;
}
.ordered_details .items_historylist {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 16px;
  position: relative;
}
.items_historylist a span {
  padding: 0px 8px;
  color: #00a3e4;
}
/********************* fullhistory ********************/

.order_items_history {
  position: absolute;
  background: #fff;
  z-index: 1111;
  left: -76px;
  display: none;
  width: 413px;
  height: 352px;
  top: 56px;
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0px 4px 25px rgb(61 75 92 / 5%);
}
.order_items_history::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: -9px;
  right: 48%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  background-color: #fff;
  background-repeat: no-repeat;
}
.order_items_history.active {
  display: block;
}
.order_items_history .product_details {
  height: 320px;
  overflow: auto;
}
.details_content {
  display: flex;
  align-items: center;
}
.inner_history_content h3 {
  font-family: "poppins-bold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #171725;
  padding-bottom: 8px;
  width: 254px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.inner_history_content {
  padding-left: 15px;
}
.inner_history_content label {
  font-family: "poppins-regular";
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #44444f;
}
.inner_history_content label span {
  padding-left: 16px;
  color: #92929d;
}

.details_content_img {
  width: 70px;
  height: 82px;
}
.details_content_img img {
  width: 100%;
}
.tooltip {
  z-index: 11111;
}

/* feedback section */

.feedback_section {
  display: flex;
  flex-direction: column;
  border: 1px solid #dadada;
  margin-top: 24px;
  border-radius: 10px;
  padding: 24px;
  position: relative;
}
.feedback_section h4 {
  font-family: "poppins-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #171725;
  padding-bottom: 16px;
}
.feedback_symbol {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0px;
  padding: 0px;
}
ul.feedback_symbol li {
  list-style-type: none;
}
ul.feedback_symbol li .hide_symbol {
  display: none;
}
.feedback_symbol li.active img {
  display: none;
}
.feedback_symbol li.active img.hide_symbol {
  display: block;
}
.feedback_symbol li img {
  width: 30px;
}
.feedback_notes {
  margin-top: 16px;
  height: 102px;
  border: 1px solid #dadada;
  padding: 10px 0px 10px 12px;
  font-family: "poppins-regular";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #696974;
  resize: none;
}
.feedback_section.feedback_submitted {
  display: none;
}
.feedback_notes:focus {
  outline: none;
}
img.navigation_symbol {
  position: absolute;
  bottom: 33px;
  right: 35px;
  width: 24px;
}
/* *****************sucess_message******************** */
.success_message {
  display: none;
  flex-direction: column;
  height: 236px;
  justify-content: center;
  align-items: center;
  border: 1px solid #dadada;
  text-align: center;
  border-radius: 10px;
  margin-top: 24px;
}
.success_message.success {
  display: flex;
}
.success_img {
  width: 20px;
}
.success_img img {
  width: 100%;
}
.success_message h3 {
  font-family: "poppins-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.4px;
  color: #171725;
  padding-top: 14px;
  padding-bottom: 4px;
}
.success_message p {
  font-family: "poppins-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #696974;
  width: 58%;
}

/* cards section */

.cards_container {
  margin-top: 30px;
   min-height: 280px;
}
.cards_container:last-child {
  margin-bottom: 30px;
}
/* .last_card_section {
  margin-bottom: 30px;
} */
.cards_content {
  padding: 24px;
  min-height: 178px;
  border-radius: 10px;
  overflow: hidden;
}
.cards_content h4 {
  padding-bottom: 14px;
  font-family: "poppins-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}
.cards_content p {
  width: 200px;
  font-family: "poppins-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4d4d4d;
  padding-bottom: 13px;
}
.cards_content a {
  font-family: "poppins-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #040203;
  padding: 4px 16px;

  border-radius: 6px;
  background-color: #fff;
}
section.cards_section {
  margin-top: 30px;
}
.cards_content.card1 {
  background-image: url(../../../media/images/addons/shipway_order_lookup_page/cards_build_bgimg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
  background-position: 100% 100%;
}
.cards_content.card2 {
  background-image: url(../../../media/images/addons/shipway_order_lookup_page/cards_second_bgimg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 100%px;
  background-color: #fff;
}
.cards_content.card3 {
  background-image: url(../../../media/images/addons/shipway_order_lookup_page/cards_third_bgimg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 100%;
  background-color: #fff;
}
.cards_content.card4 {
  background-image: url(../../../media/images/addons/shipway_order_lookup_page/cards_third_smallbgimg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 100% 100%;
  background-color: #fff;
}
a.feedback_btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
span.close_popup {
  display: none;
}
/* footer_section */

.copy_wrights {
  text-align: center;
  padding: 16px;
   position: fixed;
  bottom: 0px;
  border-top: 1px solid #ccc;
  left: 0px;
  right: 0px;
}
p.copy_wrights span {
  padding-right: 8px;
}
/************* media query******/
@media only screen and (min-width: 1400px) {
  .order_items_history {
    right: -45px;
    width: 450px;
  }

  .inner_history_content h3 {
    width: 300px;
  }

  .dropdown-menu{left:-80px;top:20px;}
}
@media only screen and (min-width: 1800px) {
  .feedback_section {
    height: 265px;
  }
  /* .feedback_notes {
    height: 145px;
  }
  .success_message {
    height: 261px;
  } */

  .dropdown-menu{left:-60% ;top:20px;}
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .order_items_history {
    width: 360px;
  }
  .inner_history_content h3 {
    width: 232px;
  }

  .dropdown-menu{left:-80px;top:20px;}
}
@media only screen and (min-width: 993px) and (max-width: 1050px) {
  .feedback_notes {
    height: 75px;
  }
  .items_id.multiple_trackingid select {
    width: 141px;
  }
  .success_message {
    height: 210px;
  }

  .dropdown-menu{margin-left:-25% !important;top:20px;}
}
@media only screen and (min-width: 1186px) and (max-width: 1200px) {
  .success_message {
    height: 257px;
  }
  .feedback_notes {
    height: 122px;
  }

  .dropdown-menu{left:-80px;top:20px;}
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }

  .main_wrapper .tracking_history .ordered_itmes_grid {
    padding: 40px 15px;
  }

  .dropdown-menu{left:-80px;top:20px;}
}
@media only screen and (max-width: 992px) {

  .ordered_details{
    margin-top: 20px;
  }

  .sm-h-auto{
    height: auto!important;
  }
  .container_inner {
    width: 100%;
    padding: 0 6px;
  }
  .main_wrapper .Tracking_details {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
  .Tracking_details .inside_wrapper {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .ordered_itmes_grid .items_id {
    width: 100%;
  }
  .main_wrapper {
    margin-bottom: 16px;
  }
  .order_items_history {
    left: 96px;
  }
  .feedback_section {
    margin-top: 16px;
  }
  .success_message {
    margin-top: 16px;
  }

  .cards_container {
    margin-top: 16px;
  }
  .cards_content {
    margin-bottom: 16px;
  }
  .cards_content.card3 {
    margin-bottom: 0px;
  }
  .cards_content.card2 {
    margin-bottom: 0px;
  }

  .multisteps-form__panel .form_content table tbody tr td {
    font-size: 10px;
  }

  .dropdown-menu{margin-left: -10% !important;top:20px;}
}

@media (max-width: 767px){
  .row-fluid [class*="offset"]:first-child {
    margin-left: 60px !important;
  }

  .dropdown-menu{margin-left:14% !important;top:42% !important;}
}
@media only screen and (max-width: 766px) {
  .order_items_history {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .order_items_history .product_details {
    height: auto;
    overflow: auto;
  }
  span.close_popup {
    position: absolute;
    right: 17px;
    display: block;
    top: 4px;
    font-family: cursive;
  }
  .inner_history_content h3 {
    width: auto;
  }
  .inner_history_content {
    width: 75%;
  }
  .main_wrapper .tracking_history .ordered_itmes_grid {
    padding: 40px 25px;
  }
  .items_id.multiple_trackingid select {
    padding: 5px 5px 5px 5px;
  }
  .multisteps-form__progress-btn label {
    font-size: 12px;
  }
  h4 {
    font-size: 1rem !important;
  }
.header {
  font-size:2.5rem !important;height: 100px!important; line-height: 46px!important;
}
.mobile {
width:220px; margin-top: 62px !important;left: 1px;} 

.input-group-prepend{margin: auto !important;}
.card-body{padding: 0px !important;}
  .dropdown-menu{left:-50px;top:20px;}

.order_track_page input[type="text"], input[type="password"], input[type="email"] {
    height: 40px;
    /* width: 257px; */
    font-size:14px;
    color: #101010;
    flex: 0 0 auto !important;
    /* border-left: 0px; */
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .button_color{
    width: 98% !important;
  }
  .alert {width:98% !important}
}
@media only screen and (max-width: 640px){
.order_track_page input[type="text"], input[type="password"], input[type="email"] {
    height: 40px;
    /* width: 205px; */
    font-size: 14px;
    color: #101010;
    flex: 0 0 auto !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
}
@media only screen and (max-width: 731px){
  .order_track_page input[type="text"], input[type="password"], input[type="email"] {
      height: 40px;
      /* width: 255px; */
      font-size: 14px;
      color: #101010;
      flex: 0 0 auto !important;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
  }
  }
  @media only screen and (max-width: 731px){
    .order_track_page input[type="text"], input[type="password"], input[type="email"] {
        height: 40px;
        /* width: 165px; */
        font-size: 14px;
        color: #101010;
        flex: 0 0 auto !important;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    }
    @media only screen and (max-width: 667px){
      .order_track_page input[type="text"], input[type="password"], input[type="email"] {
          height: 40px;
          /* width: 257px; */
          font-size: 14px;
          color: #101010;
          flex: 0 0 auto !important;
          border-top-left-radius: 0px;
          border-bottom-left-radius: 0px;
      }
      .align{    
        margin-left: -6%;
        margin-bottom: 10 px;
      }
  }
.logo {
  margin-bottom:initial ;
  text-align:center;
}

.tygh-content > div {
  padding-bottom: 0px;
}

.btn-group show{
  width: 210px;
}

.dropdown-menu{left:-80px;top:20px;}

div.box-arrow-border {
  position: absolute;
  top: -9px;
  right: 33px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  width: 0;
  height: 0;
}
.arrow-top:after {
  content: " ";
  position: absolute;
  right: 30px;
  top: -15px;
  border-top: none;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}
.input-group-addon, .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 5px 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #007bff;
  border: 1px solid #007bff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 10%);
}
:focus{
  outline:none;
}
.custom_radio input[type="radio"]{
  display: none;
}
.custom_radio input[type="radio"] + label{
  position: relative;
  display: inline-block;
  padding-left: 1.1em;
  margin-right: .5em;
  cursor: pointer;
  line-height: 1.4em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
    color: #000;
}
.custom_radio input[type="radio"] + label:before,
.custom_radio input[type="radio"] + label:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.custom_radio input[type="radio"] + label:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.1em #ddd, inset 0 0 0 1em #fff;
}

.custom_radio input[type="radio"] + label:hover:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}
.custom_radio input[type="radio"]:checked + label:before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: inset 0 0 0 0.2em #fff, inset 0 0 0 1em #0e7dfb;
}


input[type="text"], input[type="password"], input[type="email"] {
    height: 40px;
    /* width: 100%; */
    font-size:14px;
    color: #101010;
    /* flex: 0 0 auto !important; */
    /* border-left: 0px; */
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;

}
.form-control-lg {
 font-size:17px;
}
.header {
  letter-spacing: 0px;
  font-size: 40px;
  line-height: 26px;
  height: 50px;
}
 
.products {
  width: 100%;
  font-family: Raleway;
}
.product {
  display: inline-block;
  width: calc(24% - 13px);
  margin: 10px 10px 30px 10px;
  vertical-align: top;
}
.product img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 200px;
  max-width: calc(100% - 20px);
  background-cover: fit;
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.8);
  border-radius: 2px;
}
.product-content {
  text-align: center;
}
.product h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
}
.product h3 small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin: 7px 0 0 0;
}
.product .product-text {
  margin: 7px 0 0 0;
  color: #777;
}
.product .price {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.product .genre {
  font-size: 14px;
}


@media screen and (max-width:1150px) {
  .product {
    width: calc(33% - 23px);
  }
}
@media screen and (max-width:700px) {
  .product {
    width: calc(50% - 43px);
  }
}
@media screen and (max-width:400px) {
  .product {
    width: 100%;
  }
}

/* TABLE VIEW */
@media screen and (min-width:401px) {
  .settings {
    display: block;
  }
  #view {
    display: inline;
  }
  .products-table .product {
    display: block;
    width: auto;
    margin: 10px 10px 30px 10px;
  }
  .products-table .product .product-img {
    display: inline-block;
    margin: 0;
    width: 80px;
    height: 80px;
    vertical-align: middle;
  }
  .products-table .product img {
    width: auto;
    height: 80px;
    max-width: 80px;
  }
  .products-table .product-content {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
  }
  .products-table .product h3 {
    margin: 0;
  }
}
.list-group-item {padding:0px !important;}

.scrollbarlist {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;;
}

.force-overflow {
    min-height: 180px;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ccc;
}
