.product_box {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    margin: 12px 12px 12px 12px;
    /*height:100%;*/
}

/* Optional: Add hover effect for elevation fade */
.product_box:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.btn_square{
  width: 100%;
}

.img_provider{
  width: 100%;
  border-width: 0px;
  /*max-width: 120px;*/
  /*max-height: 120px;*/
  margin: 0 auto;
  padding: 0;
}

/*-------------*/


.p_outline{
  /* color: #000; */
  text-shadow: #000 1px 1px 5px;
  -webkit-font-smoothing: antialiased;
}

/*List items*/
.img_list_item{
  width: 17px;
  vertical-align: center;
  margin-right: 5px;
  margin-bottom: 3px;
}

.lbl_slogan{
  margin-top: -4px;
}

.lbl_item_contact{
  margin-bottom: 5px;
}


/*Input search BTN*/
#input_search_btn:hover{
  background: #ddd;
  transition: 0.3s;
}


/*Mesageing */
.float-left{
/*  float: left;*/
/*  clear: both;*/
}

.req_msg_notification_txt{
  font-size: 12px;
  color: yellow;
  padding: 0px;
}

.req_msg_notification_img{
  width: 17px;
}

.req_msg_notification_btn{
  border-radius: 50px;
  float: right;
  clear: both;
  margin: 0px 7px 0px 7px;
  background: rgba(0, 0, 0, .7);
  padding: 1px 7px 4px 8px; 
}

.req_msg_notification_btn:hover{
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.9);
}

.primary_msg{
  border-top-right-radius: 0 !important;
  align-content: right;
  text-align: right;
  background-color: rgba(0,150,250,0.3);
  float: right;
}

.secondary_msg{
  border-top-left-radius: 0 !important;
  align-content: left;
  text-align: left;
  background-color: rgba(220,220,220,0.4);
  clear: both;
}

.single_msg_holder{
/*  width: max-content;*/
  width: 80%;
  border-radius: 10px;
  margin: 0px 5px 10px 5px;
  padding: 8px;
}

.lbl_msg_text{
/*  width: max-content;*/
  margin: 0px;
  padding: 0px 7px 0px 7px;
}

.lbl_time{
  font-size: 12px;
  margin: 0;
  padding: 5px 14px 0px 14px;
}

.txt_msg_holder, #input_msg{
  width: 100%;
  height: 90px;
}

#img_texing_with_msg{
  width: 55px;
  border-radius: 50px;
  border: solid grey 1px;
  margin-right: 15px;
}

.white_bg{
  background: rgba(255, 255, 255, 1);
}

.modal_service_request_list_body{
  background: rgba(255, 255, 255, 0.75);
}

.input_search_wrapper_index{
  width: 60%;
}

.my_top_nav_d_flex{
/*  width: 700px;*/
}

#lbl_user_full_name{
/*  width: 70%;*/
  margin-left: 15px;
  color: #fff;
}

#btn_request{
  padding-right: 10px;
  padding-left: 14px;
}

.img_nav_logo{
  width: 35px;
  margin-right: 5px;
  margin-bottom: 5px; 
}

#lbl_login_error, #lbl_reg_error{
  height: 18px;
  color: rgb(250, 50, 50);
  size: 18px;
  padding: 10px 10px 30px 10px;
  margin: 0 auto;
}

#btn_login_modal{
  margin:0px 0px 0px 15px; 
  padding:6px 25px 6px 25px; 
}

.f_g{
  margin: 0px 0px 15px 0px;
}

.btn_rnd{
  border-radius: 30px;
  padding:7px 25px 7px 25px; 
}

.myNavBG {
/*  background-color: #00468b;*/ 
  background-color: #0a8ebb;
}

.input_search{
  border-radius: 40px;
  border-right-width: 0px;
  background-color: #fff;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (max-width: 767px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .product_box{
      text-align: center !important;
    }
}

@media (max-width: 639px) {
    .carousel_img{
        left: -360px !important;
    }
}



/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading-custom {
  font-weight: 400;
/*  line-height: 0;*/
/*  letter-spacing: -.05rem;*/
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }

  .carousel_img{
    width: 100px;
  }

}



@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }

}

body{
  /*background: url("../resouces/imgs/inae_40opacity.png") no-repeat 50% 170px;*/
}

#lbl_marks_description{
  margin-bottom: 15 !important;
}

.search_bar_icon_right{
  background: transparent;
  border-left: 20px;
}

#btn_reg_term, #btn_reg_term_cancel{
  margin-top: 12px;
}

.img_pdf{
  width: 17px;
}

#btn_print_debts{
  margin-right: 10px;
}

#slct_filter_service_state{
  width: 135px;
}

.icon_add_img{
  padding: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn_add_img{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0px;
  transition: 0.3s;
}

.btn_add_img:hover{
  background: rgb(255, 193, 109, 3.0);
}

.btn_add_img:active{
  background: rgb(255, 153, 59, 3.0);
}

/*.btn_icon{
  display: inline-block;
}*/

#btn_saldar_prox_propina{
  width: 100%;
}

.red-color{color: rgb(250, 0, 0);}
.green-color{color: rgb(0, 250, 0);}

.lbl_btn_text, .lbl_modal_fees_to_pay_btn_text, .lbl_service_make_payment{
  display: inline-block;
}

/*Didnt work*/
#modal_fee_payment{
  font: bold;
}

/*Align text to end txt-r*/
.txt-r{ 
  text-align: right;
}

#btn_log_out{
  margin-right: 150px;
}

/*.txt-l{ 
  text-align: right;
}*/

.table_btn_left{
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.table_btn_right{
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px; 
}

.table_btn_icon_1{
  width: 25px;
  padding: ;
}

.table_btn_icon_1:hover{
  width: 31px !important;
  transition: 0.3s;
}

.table_btn_icon{
  width: 18px;
}

.table_btn_icon:hover {
  width: 25px !important;
  transition: 0.3s;
}

.text-shadow{
  text-shadow: 1px 1px #204040;
  /*size: 20px;*/
  /*color: #000;*/
}

.btn_addToCart{
  border-radius: 45px;
  transition: 0.4s;
}

.btn_addToCart:hover{
  background-color: rgb(120, 235, 120);
}


#slct_filter_user_state{
  width: 150px !important;
}

/*Floating action Btn*/
.floating-action-btn{
  /*background: rgba(60, 250, 60, 0.7);*/
  position: fixed;
  bottom: 40px;
  right: -2px;
  transition: 0.6s;
  /*border-radius: 60px;*/
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  padding: 13px;
}

.floating-action-text{
  /*display: none;*/
  
  align-content: center;
  font-size: 16px;

  position: fixed;
  bottom: 90px;
  right: -2px;

  padding: 12px;
  padding-left: 16px;
  background: #ffd907;/*rgb(240,240,240);*/
  /*border-bottom-left-radius: 60px;*/
  border-top-left-radius: 30px;
  bottom: 1px solid #000;
}

.floating-action-img{
/*  width: 81%;*/
  width: 50px;
  padding-left: 5px;
}

.red_bg{
  background-color: rgb(255, 70, 70);
  color: #fff;
}

.img_nav_logo{
  width: 35px;
  margin-right: 5px;
  margin-bottom: 5px; 
}

.mrg_l_12_adjust{
  padding-left: 0px;
}

/*-------*/

.table_summary{
  /*border: 1px solid #eee;*/
  width: 600px;
  margin: 12px;
  /*margin: 0 right;*/
}

.txt-sm{
  font-size: 14px;
}

.img_req{
  width: 20px;
}

.img_search{
  margin-right:7px;
}

.img_excel_extra_small{
  width: 45px;
  margin: 6px 15px 6px 5px;
}

.img_pdf_extra_small{
  width: 40px;
  margin: 6px 15px 6px 5px;
}



.img_pdf_small{
  width: 21px;
  margin: 0px 2px 0px 2px;
}

.img_pdf_small_row{
  width: 27px;
  margin: 6px 6px 6px 6px;
}

.form-row{
  margin: 12px 0px 12px 0px;
  align-content: right;
}

.panel_settings{
  width: 600px;
  padding: 30px;
}

.water-mark-banner{
  text-decoration: none;
  color: #707070;
  position: fixed;
  bottom: 0px;
  right: 0px;
  transition: 0.3s;
  /*width: 900px;*/
  padding-right: 36px;
  text-align: right;
  width: 100%;
  background-color: #ddd;/* #f8f9fa!important */
  font-size: 15px;
}

.water-mark-banner:hover{
  color: #8c0200;
}

/*Show loding gif start*/
.overlay{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1900;
  background: rgba(255,255,255,0.8) url("../resouces/imgs/Iphone-spinner-2.gif") center no-repeat;
}

body.loading .overlay{
  overflow: hidden;
}

body.loading .overlay{
  display: block;
}
/*Show loding gif end*/