/* == Full Screen Loader == */
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  /*.answer_shorty_g,
  .question_short_content{
    display: none;
  }*/

  #qa_data_page_login_form .formgroup label {
    text-align: left !important;
  }



  
  
  /* :not(:required) hides these rules from IE9 and below */
  .cartTotalSection{
    position: relative;
  }

  #couponOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cccccc82;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  
  
  #couponOverlay:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  }


  /* == Sourav Das - Wocoommerce Order Received CSS == */
  .woocom_thankyou_body_container{
    background-color: #EFEFEF;
  }
  .woocom_thankyou_body_container header,
  .woocom_thankyou_body_container .innerBanner,
  .woocom_thankyou_body_container footer{
    display: none;
  }

  .thank-you-page-container .order_main_container{
    margin: 100px auto 100px auto;
    background: #fff;
    padding: 50px;
    box-shadow: 0px 3px 5px -1px rgba(176,166,166,0.75);
    -webkit-box-shadow: 0px 3px 5px -1px rgba(176,166,166,0.75);
    -moz-box-shadow: 0px 3px 5px -1px rgba(176,166,166,0.75);
    border-radius: 10px;
  }

  .time_slots li.active a,
  .time_slots li a:hover{
    background: var(--button-dark-background-color);
    color: #FFF;
  }
  .SupportformSection .categoryName{
    font: 700 18px var(--default-font);
    line-height: 25px;
    color: rgb(253, 21, 21);
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0;
}
.SupportformSection form label{
    font: 400 14px var(--default-font);
    line-height: 20px;
    color: var(--default-color);
    padding: 0 0 5px 0;
}
.SupportformSection form{
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
}
.SupportformSection form .form-group{
    margin: 0 0 10px 0;
    position: relative;
}
.SupportformSection form .form-group input[type=text],
.SupportformSection form .form-group textarea
{
    outline: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
}

.SupportformSection form .form-group button[type=submit]{
   background-color: var(--button-dark-background-color);
    font: 700 16px var(--default-font);
    line-height: 25px;
    color: var(--background-color);
    padding: 12px 40px;
    border: none;
    outline: none;
    margin: 20px 0 0 0;
    border-radius: 30px;
}
.SupportformSection form .form-group label.error{
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    color: red;
}

.supportcatList .supportlistSection{
  border:1px solid #ccc;
  padding:10px;
  margin:0 0 25px 0;
}
.supportcatList .supportlistSection .support_cat_List{
  font: 400 15px var(--default-font);
  line-height: 20px;
  color: var(--nav-color);
  padding:0 0;
  display: flex;
  align-items: center;
  gap:5px;
justify-content: center;
}

.supportcatList .supportlistSection a figure {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.supportcatList .supportlistSection a figure img {
	/* max-width: 50%; */
}
.supportcatList .supportlistSection h6 {
	display: block;
	text-align: center;
	font: 700 14px var(--default-font);
	line-height: 25px;
	color: var(--default-color);
	margin: 7px 0 0 0;
}
.support_cat_List.active {
  border:2px solid #661e67;
  border-radius:6px;
  background-color: #fff;
  padding:11px !important;
}
.supportcatList .needHelp{
  font: 700 18px var(--default-font);
  line-height: 25px;
  color: rgb(253, 21, 21);
  padding:0 0 15px 0;
  border-bottom:1px solid #ccc;
  margin:0px 10px 15px 10px;
}

/* == Become An Agent - Sourav Das - 16-07-2025 Starts == */
.become_an_agent_body{
  background-color: #EFEFEF;
}
.become_an_agent_body header,
.become_an_agent_body .innerBanner,
.become_an_agent_body footer{
  display: none;
}

.become_an_agent_body .register-container-part{
  padding: 100px 0 20px 0;
}

.become_an_agent_body .register-container-part .existingCustomerForm{
  display: block;
  max-width: 900px;
  overflow: initial;
}

.become_an_agent_body .register-container-part .existingCustomerForm .formLeft::after{
  content:' ';
  position: unset;
}

#agent_register_form .bottomBuGroup{
  text-align: center;
}
/* == Become An Agent - Sourav Das - 16-07-2025 Ends == */

/* == Code Start By Arindam Bera. Date - 22-07-2025 == */
.logged-in .clear-icon {
    position: absolute;
    right: 10px;
    top: 54%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #fff6f6;
    background:red;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}
#locationRetMsg{
  margin: 8px 0 0 0;
  height: 50px;
}
.clear-icon {
    position: absolute;
    right: 10px;
    top: 37%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #fff6f6;
    background:red;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}
.dashbordmainContainer .modal-header h1{
  margin: 0;
}
.input-wrapper {
  position: relative;
}
#new_connection_data_form br{
        display: none;
}
#new_connection_data_form p:empty{
        display: none;
}

.deliveryAddress {
	/* max-width: 600px; */
	margin: 80px auto 0 auto;
	background-color: var(--background-color);
	padding: 32px 40px 40px 40px;
	box-shadow: 0px 2px 5px 1px rgba(176, 166, 166, 0.45);
	-webkit-box-shadow: 0px 2px 5px 1px rgba(176, 166, 166, 0.45);
	-moz-box-shadow: 0px 2px 5px 1px rgba(176, 166, 166, 0.45);
	border-radius: 10px;
}
.deliveryAddress #deliveryAddressButton {
  background: #661e67;
  border: 1px solid #661e67;
}

.pac-container {
  z-index: 9999 !important;
  position: absolute !important;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.form-group.position-relative .pac-container {
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
}

@media only screen and (max-width:767px) {
  /* == Client Changes - 10032026 == */
  #qa_selection_data_container .mainTopSection .optionList ul li:not(.active){
    display: none;
  }

  #qa_selection_data_container .top_selection_part .mainTopSection .topRight{
    display: block;
  }

  #qa_selection_data_container .top_selection_part .mainTopSection .topRight > ul li{
    margin: 0 0 0 15px;
  }
  
  #qa_selection_data_container .top_selection_part .mainTopSection .topRight > ul li a{
    font: 400 10px var(--default-font);
    line-height: 20px;
    color: var(--surface-color);
  }

  #qa_selection_data_container .top_selection_part .mainTopSection .topRight > ul li a svg{
    width: 13px;
    
  }

  #qa_selection_data_container .top_selection_part .mainTopSection .topRight > ul li a svg path{
    fill: #FFFFFF;
  }
  /*#qa_selection_data_container .top_selection_part .mainTopSection .topRight > ul li a{
    font-size: 0;
  }

  #qa_selection_data_container .top_selection_part .mainTopSection .topRight > ul li a svg{
    font-size: initial;
  }*/
}

/* == Code End By Arindam Bera. Date - 22-07-2025 == */