
/*Letter Spacing*/
.letter-spacing-1px{
    letter-spacing: 1px;
}

.line-height-1_5{
    line-height: 1.5;
}

.line_height_1_2{
    line-height: 1.2;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background:  var(--theme-background-color); 
    border-radius: 10px;
    border:1px solid silver;
}

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
    background: brown; 
}*/

/*.padding-tb-15px{
    padding:15px 0px;
}*/

.transparent-back-color{
    background-color: transparent;
}

.theme-text-color{
    color: var(--theme-background-color) ! important;
}

.comment_back_color{
    background-color: lavender;
}

.light_back_color{
    background-color: #e3ecec;
}


.white_back_color{
    background-color: white;
}

.whitesmoke_back_color{
    background-color: whitesmoke;
}


.back_on_hover{
    padding:7px 10px;
}
.back_on_hover:hover{
    background-color: #eef1ee;
}

.white-text-color{
    color: var(--theme-color) ! important;
}

.color-gray{
    color: gray;
}

.color_dim_gray{
    color: dimgray ! important;
}

.border-left-with-radius{
    border-left: 3px solid #939c97;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn_on_focus:focus{
    background-color: transparent ! important;
    box-shadow: none ! important;
}


.back-img-none{
    background-image: none ! important;
}

.back-img-none:is-focused{
    background-image: none ! important;
}

/*Width Related CSS*/
.width-100{
    width: 100% ! important;
}

.width-80{
    width: 80%;
}

.width_60{
    width: 60%;
}

.width_40{
    width: 40%;
}

.width-height-30-30px{
    width: 30px;
    height: 30px;
}

.width-height-25-25px{
    width: 25px;
    height: 25px;
}


/*Padding Related Css*/
.padding-0px{
    padding: 0px;
}
.padding-15px{
	padding: 15px;
}
.padding-5px{
    padding: 5px;
}

.padding-10px{
    padding: 10px;
}

.padding-left-40px{
    padding-left: 35px;
}

.padding-left-15px{
	padding-left: 15px;
}
.padding-left-10px{
    padding-left: 10px;
}
.padding-left-0px{
    padding-left: 0px;
}

.padding_left_5px{
    padding-left: 5px;
}

.padding_l_r_5px{
    padding-left: 5px;
    padding-right: 5px;
}

.padding_t_b_10px{
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-right-15px{
	padding-right: 15px;
}

.padding-left-50px{
    padding-left: 50px;
}
.padding-left-30px{
    padding-left: 30px;
}

.padding-right-0px{
    padding-right: 0px;
}


.padding-top-15px{
	padding-top: 15px;
}
.padding-top-10px{
    padding-top: 10px ! important;
}

.padding-top-5px{
    padding-top: 5px;
}
.padding-top-0px{
    padding-top: 0px ! important;
}

.padding-bottom-15px{
	padding-bottom: 15px;
}

.padding-5px--15px{
    padding:5px 15px ! important;
}

.padding-3px--15px{
    padding:3px 15px ! important;
}

.padding-0px--10px{
    padding:0px 10px;
}

.padding-bottom-0px{
    padding-bottom: 0px;
}

.padding-bottom-15px{
    padding-bottom: 15px;
}
.padding-bottom-10px{
    padding-bottom: 10px;
}

.padding-bottom-5px{
    padding-bottom: 5px;
}



/*Margin Related Css*/
.margin-0px{
    margin:0px ! important;
}
.margin-5px{
    margin:5px;
}
.margin-7px--0px{
    margin:7px 0px;
}
.margin-15px--15px{
    margin:15px -15px;
}
.margin-left-15px{
    margin-left: 15px;
}

.margin-left-5px{
    margin-left: 5px ! important;
}
.margin-left-0px{
    margin-left: 0px;
}

.margin-top-50px{
    margin-top: 50px;
}
.margin-top-15px{
    margin-top: 15px;
}
.margin-top-10px{
    margin-top: 10px;
}

.margin-top-5px{
    margin-top: 5px;
}
.margin-top-0px{
    margin-top: 0px ! important;
}
.margin-right-15px{
    margin-right: 15px;
}
.margin-top-20px{
    margin-top: 13px ! important;
}
.margin_top_30px{
    margin-top: 30px;
}
.margin-right-10px{
    margin-right: 10px;
}
.margin_right_15px{
    margin-right: 15px;
}
.margin_left_15px{
    margin-left: 15px;
}

.margin_right_5px{
    margin-right: 5px;
}
.margin-right-0px{
    margin-right: 0px ! important;
}

.margin-bottom-15px{
    margin-bottom: 15px;
}
.margin-bottom-5px{
    margin-bottom: 5px;
}

.margin-bottom-10px{
    margin-bottom: 10px;
}

.margin-bottom-0px{
    margin-bottom: 0px ! important;
}

.margin_0px_7px{
    margin: 0px 7px;
}

.add_test_section_tabs> li{
    margin:0px 7px;
}

.add_test_section_tabs> li>a{
    padding: 5px 15px;
}



/*Border Related Css*/

.formal_border{
    border:1px solid #e7e7e7;
}

.formal_border_2{
    border:1px solid #fff;
}

.border-1px-normal{
	border:1px solid silver ! important;
}
    
.border-1px-theme{
	border:1px solid var(--theme-background-color);
}

.border-radius-10px{
    border-radius: 10px;
}
.border-radius-25px{
	border-radius: 25px ! important;
}

.border-bottom-sp{
   border-bottom: 1px solid #fff;
}
.border-bottom-none{
    border-bottom:none;
}
.border-top-sp{
  border-top: 1px solid #e5e5e5;
}

.white-border-2px{
    border:2px solid;
}

.hr-border{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    height:0.1px;
}

.comment_hr{
    border-top: 1px solid lightgray;
    border-bottom: 1px solid aliceblue;
    height: 0.1px;
}

.comment_top_border{
     border-top: 1px solid lightgray;
}
.comment_bottom_border{
     border-bottom: 1px solid azure;
}

.border-radius-0px{
    border-radius: 0px ! important;
}


/*Display & Box-shadow Related CSS*/
.display-inline-block{
    display: inline-block;
}

.display_block{
    display: block;
}

.display-inline-grid{
    display: inline-grid;
}

.btn-box-shadow-none:hover{
    box-shadow: none;
}

.hover-with-box-shadow:hover {
    box-shadow: 0px 1px 4px 0px grey;
    background-color: #e3ecec;
}

.hover-with-box-shadow {
    /*-webkit-transition: box-shadow 0.3s , color 0.3s;*/
    /*transition: box-shadow 0.3s , color 0.3s;*/
}

.btn-box-shadow-none:active, :visited, :focus{
    background-color: transparent;
    box-shadow: none;
}

.btn_focus_bk_white:focus{
    background-color: white;
}

.box-shadow-none{
    box-shadow: none;
}

.box_shadow_normal{
    box-shadow: 0px 1px 5px -2px grey;
}

.list-style-none{
    list-style: none;
}

a, a:hover{
    color:var(--theme-background-color);
    text-decoration: none;
}

a.hover_color_none:hover{
    color: white ! important;
}

a:focus{
    outline: none;
    text-decoration: none;
    color: initial;
}

.text-hover-same:hover{
    color: white;
}

/*Font Related CSS*/
.font-weight-bold{
    font-weight: bold;
}

.font-weight-500{
    font-weight: 500;
}

.font-size-10px{
    font-size: 10px ! important;
}

.font-size-12px{
    font-size: 12px ! important;
}

.font-size-14px{
    font-size: 14px ! important;
}
.font-size-15px{
    font-size: 15px ! important;
}

.font-size-20px{
    font-size: 20px ! important;
}

.font_size_35px{
    font-size: 35px;
}

.default_font_family{
    font-family: "Times New Roman", Times, serif;
}

.color-dimgray{
    color: dimgray;
}

.color-black{
    color: black;
}

.text-red{
    color: brown;
}


/*Position Related CSS*/
.position-relative{
    position: relative ! important;
}

.position-absolute{
    position: absolute;
}

/*.bottom-100{
    bottom: 100% ! important;
}*/

/*Img Related CSS*/
img{
    max-width: 100%;
}


.pointer_event_none{
    pointer-events: none;
    cursor: default;
}

/*Close Icon */
.close_modal_icon{
    background-color: var(--theme-background-color);
    border-radius: 50%;
    padding: 1px;
    border: 1px solid gray;
    font-size: 15px ! important;
    box-shadow: 0px 1px 20px 1px var(--theme-background-color);
    transition:0.5s; 
    -webkit-transition: 0.5s; 
}

.close_modal_icon:hover{
    -webkit-transition: box-shadow 0.3s , color 0.3s;
    transition: box-shadow 0.3s , color 0.3s;
    background-color: black;
    box-shadow: 0px 1px 20px 1px var(--theme-background-color);
    transform: scale(0.9);
}

.word_break{
  /*overflow-wrap: break-word;*/
  /*word-wrap: break-word;*/

  -ms-word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}

.theme_text_shadow{
    text-shadow: 0px 2px 5px black;
}

.theme_text_shadow:hover{
    text-shadow: none;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color: transparent;
}


.alert.alert-danger {
    background-color: transparent;
    color: brown;
    border: 1px solid;
    margin-top: 15px;
    padding: 5px;
    text-align: center;
}

.text-red{
    color: brown;
}

.form-loader{
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 40px;
  z-index: 1505;
}

.form-loader.white{
  background: transparent;
  color:#888;
}
.full_page_loader{
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
}

.loader_reply{
    position: relative;
    clear: both;
}
.loader_comment{
    position: relative;
    clear: both;
}

.form-loader p{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

.popup_parent{
  width: 100%;
  height: 100%;
  background-color: #222222;
  background-color: rgba(34, 34, 34, 0.7);
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

#popup {
    /*display:none;*/
    position:absolute;
    margin:0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*box-shadow: 0px 0px 50px 2px #000;*/
}

.popup_close{
    position: absolute;
    top:5px;
    right: 5px;
    background-color: transparent;
    box-shadow: none;
    padding:5px;
    margin:0px;
}

.popup_close>i{
    font-size: 25px ! important;
}

.popup_close:hover, .popup_close:active, .popup_close:focus{
    background-color: transparent;
     box-shadow: none;
}

.popup_action_btn{
    /*position: absolute;*/
    border-top: none;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    width: 100%;
    text-align: center;
    background-color: transparent;
    bottom: 0px
}

.popup_action_btn .btn{
    background: transparent;
    border: 1px solid;
    box-shadow: none;
    font-weight: bold;
    background-color: transparent;
    border-color: rgba(0,0,0,0.7);
    color: rgba(0,0,0,0.7);
}

.popup_action_btn .btn:hover{
    border-color: transparent;
    background-color: rgba(0,0,0,0.7);
    color: white;
}

.reverse_theme_btn{
    background-color: cadetblue;
    color: white;
    border: 1px solid;
    padding: 5px;
    border-color: transparent;
}

/*.reverse_theme_btn:hover{
    background-color: transparent;
    color: var(--theme-background-color);
    border-color: cadetblue;

}
*/

.rating_1_3_color{
    background-color: #ff8b5a ! important;
}

.rating_4_5_color{
    background-color: darkgreen ! important;
}

.label_counter{
    position: absolute;
    top: 4px;
    right: 10px;
    padding: 5px 8px;
}

.text-orange{
    color: brown;
}
.text-bold{
    font-weight: bold;
}

.off_price{
    display: inline-block;
    border-radius: 34px;
    background-color: brown;
    color: white;
    padding: 5px 10px ! important;
}

/*.off_price_single{    
    padding-top: 10px;
    padding-left: 7px;
    padding-right: 6px;
    padding-bottom: 6px;
}
.off_price_dbl{    
    padding-top: 12px;
    padding-left: 6px;
    padding-bottom: 8px;
    padding-right: 6px;
}*/

.dropdown_menu_border{
    border:1px solid silver;
    border-top:4px solid silver;
}

.custom_label{
    box-shadow: 0px -1px 2px gray ! important;
    background-color: whitesmoke ! important;
    color: gray;
    padding: 3px 6px;
    text-shadow: 0 1px 0 white;
    font-weight: bold;
}

.social_icons{
    padding:5px 10px ! important;
}

.table_less_padding>tbody>tr>th{
    padding: 3px 8px ! important;
}

.text-yellow{
    color: orange;
}

.text-underline{
    text-decoration: underline;
}

.color_attempted{
    color: darkslateblue;
}

.verticle_align{
    vertical-align: 2px ! important;
}

.cardPadding {
    padding: 52px 0px;
    text-align: center;
}

.sepratordiv {
    position: relative;
}

.orTag {
    text-align: center;
    z-index: 1;
    background: white;
    width: 10%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
}

.spacehr {
    margin: 0;
}

.customRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.customRow .brand {
    margin: 0px;
}

.customContainer {
    margin-top: 100px;
}

.brand h1 {
    margin-top: 0px;
}

/* for footer on scrroll show  */
.nav-down {
    bottom: -60px;
}
footer {
        background: #fff;
        height: 60px;
        position: fixed;
        bottom: 0;
        transition: bottom 0.2s ease-in-out;
        width: 100%;
        left: 0;
}


.navbar-header.navbar-flex {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}



/* Floating  filter date Style Starts Here */

.fl-fl {
    display: none;
    background: #efefef;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 80%;
    position: fixed;
    right: -76%;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all 1s ease;
  }

  
  .fl-fl-right {
    right: 0;
  }

  .fl-fl-close {
      right: -76% !important;
  }
  
  .fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
  }
  
  .float-dateFilter {
    top: 160px;
  }
  

  #dateFilterpage {
    display: flex;
    align-items: center;
  }
  /* Floating filter date Bar Style Ends Here */
  .float-sm {
      display: none;
  }

  .accordion-container {
    display: block;
}
/* #filterdiv {
    display: block;
} */

@media (max-width: 767px){ 
    .header.header-filter.top-navbar-height {
        margin-bottom: 4px;
    }
    #dateFilterpage {
        display: block;
        /* align-items: center; */
      }
      .navbar-toggle {
          margin: 0px !important
      }  

      .accordion-container {
          display: block;
      }

      .accordion-panel{
        margin: 0 auto;
        padding: 10px 15px;
        min-width: 80%;
        max-width: 85%;
        border-width: 2px;
        background-color: #fafafad4;
        border-color: #e3e3e3;
        border-style: solid;
        border-top: none;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
      }
      .header.header-filter.top-navbar-height {
        /* display: none; */
        background: #efefef;
    }

    
    /* .fl-fl {
        display: block;
    }  */
}




  /* Accordion controls start from (for date Filter) here */
  .control{
    background-color: #de0000;
    border-radius: 6px;
    padding: 5px 10px;
    border-style: none;
    font-family: arial;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    outline: none;
    margin: 10px;
  }
  
  .control:hover{
    cursor: pointer;
    color: #e8e8e8;
  }
  
  .control:active{
    color: #000000;
    padding: 4px 9px;
    font-size: .95em;
  }
  
  /* Main accordion container */
  .accordion {
    background-color: #e3e3e3;
    width: 90%;
    margin: 4px auto 3px;
    padding: 3px 16px;
    border-radius: 20px;
  }
  
  .accordion:hover{
    cursor: pointer;
  }
  
  /* Main accordion title — margin/display controlled by design_system.css flex rule */
  .accordion h1{
    font-weight: 500;
    font-size: 15px;
    margin: 0;
  }

  .accordion button{
    float: none;   /* replaced by flex; kept here to cancel any browser UA float */
    font-size: 15px;
    background-color: transparent;
    border-style: none;
    padding: 0;
    margin: 0;
    outline: none;
  }
  
  

  .accordion-panel {
    display: none; /* collapsed by default; JS slideToggle reveals it */
    margin: 0 auto;
    padding: 0px;
    min-width: 100%;
    max-width: 100%;
    border-width: 2px;
    background-color: #fafafad4;
    border-color: #e3e3e3;
    border-style: solid;
    border-top: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
  
  .rotate {
      -moz-transition: all .5s linear;
      -webkit-transition: all .5s linear;
      transition: all .5s linear;
  }
  
  .rotate.up {
      -moz-transform:rotate(180deg);
      -webkit-transform:rotate(180deg);
      transform:rotate(180deg);
  }

  /* css for switch toggle  start */
.maincontent {
    display: flex;
    justify-content: center;
    padding: 2rem;
}
.switch {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 29px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c3baba;
    transition: 0.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 1px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
}
input:checked + .slider {
    background-color: #46747b;
}
input:focus + .slider {
    /* box-shadow: 0 0 0 4px rgba(21, 156, 228, 0.7); */
    outline: none;
}
input:checked + .slider:before {
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}


  /* css for switch toggle  end */

  @media screen and (max-width: 720px) {
    .flexitem{
        display: flex;
        flex-direction: column;
    }
    footer ul li {
        display: inline-block;
        height: 22px;
        /* flex-basis: 62%; */
    }
    footer ul li a {
        color: inherit;
        padding: 7px 14px;
        font-weight: 500;
        font-size: 12px;
        text-transform: uppercase;
        border-radius: 3px;
        text-decoration: none;
        position: relative;
        display: block;
    }
  }