/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/hello-elementor-child/
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hello-elementor-child
*/


/*Style added by Bikash*/
.targetParentTagOpt {
  display: flex;
  justify-content: space-between;
}
.targetParentTagOpt li.active {
  border: 1px solid #f02658;
}
.targetParentTagOpt li a {
  color: #000;
  padding: 24px 12px;
  display: block;
  text-decoration: unset;
}
.targetParentTagOpt li img {
  max-width: 23px;
}
.targetParentTagOpt li {
  display: inline-block;
  margin-right: 10px !important;
  padding: 4px 5px;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 6px;
  font-size: 16px;
  background: #f8f9fa;
  width: 25%;
}
.targetParentTagOpt li img {
  margin-right: 7px;
}
.cat_description{
  width: 75%;
}
.cat_img_container{
  width: 20%;
}
.selectTargetWrapOpenClose{
  width: 5%;
}
.target_option {
  margin-bottom: 15px;
  padding: 10px 15px;
}
.category_container{
    display: flex;
    background: #f8f9fa;
}
.clearfix {
  clear: both; 
}
.media_container{
  width: 100%;
}
summary {
  cursor: pointer;
  background: #f8f9fa;
}
/* Remove the default browser marker */
 summary::marker {
  display: none;
  content: '';
}

/* Add custom icon before summary content */
details .selectTargetWrapOpenClose::before {
  content: "+ ";
  font-weight: bold;
  font-size: 30px;
  padding-left: 15px;
}

/* Switch icon when open */
details[open] .selectTargetWrapOpenClose::before {
  content: "− ";
}
.my-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: height 400ms ease
}

details[open] .my-accordion-content {
  max-height: 1000px;
  opacity: 1;
}
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
}
.option_wrap.target_childWrap{
  display: flex;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 2px solid #ccc;
}
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 4px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  font-size: 22px;
  user-select: none;
}
span.checkmark {
  border-color: #002e66;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
label {
  cursor: pointer;
}
.checkbox_container input:checked ~ .checkmark::after {
  border-color: #ff215b;
  width: 6px;
  height: 12px;
}
.checkbox_container input:checked ~ .checkmark::after {
  display: block;
}
.checkbox_container .checkmark::after {
  left: 6px;
  top: 1px;
  width: 6px;
  height: 13px;
  border: solid #003764;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.gAudTitle {
  width: 100%;
  float: left;
  margin-bottom: 6px;
  padding: 5px 5px 5px 10px;
}
.openGAudWrap {
  color: #000;
}
.childTargetListWrap {
  max-height: 300px;
  overflow-y: scroll;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
a.active .fa-chevron-down::before {
  content: "\f077";

}
.audiencesLevel1 h5{
  margin: 0;
}
.lv2Wrap {
  padding-left: 15px;
}
.lv3Wrap{
  padding-left: 30px;
}
.lv3Wrap{
  padding-left: 45px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
#loading_modal {
  z-index: 99999;
   background-color: #53525296;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;

}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    margin-top: 1.75rem;
  }
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}
.cate_search {
  width: 100%;
  max-width: 100%;
  background: #f8f9fa;
  margin: 0 0 25px;
  padding: 30px 40px;
}
.cate_search .cat_search_btn {
  border: none;
  font-size: 32px;
  color: #003563;
  display: inline-block;
  float: none !important;
  padding: 0 !important;
  max-width: calc(100% - 95%);
  height: auto;
  width: 100%;
}
.cate_search input.form-control {
  background: transparent;
  border: none !important;
  max-width: calc(100% - 15%);
  display: inline-block;
  float: none !important;
  margin: 0px;
  text-align: center;
  font-size: 1.75rem;
  width: 100%;
  padding-left: 31px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 40px;
  box-shadow: none !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#cat_searchText:focus-visible {
  border: none;
  outline: none;
}
.metaKeyList{
  min-height: 100vh !important;
}
.option_wrap.target_childWrap .col-md-10.col-sm-10 label {
	font-size: 16px;
}
.gAudTitle h5 {
	font-size: 1rem;
}
.my-accordion-item.clearfix.active {
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	.col-md-5.childTargetListWrap {
		width: 100% !important;
		overflow-y: auto;
	}
	.targetParentTagOpt li a {
	  padding: 15px 12px;
	}

	body .targetParentTagOpt,.targetParentTagOpt li {
	  display: block;width:100%;
	}	
	.category_container .cat_img_container {
		width: 100%;
		margin-right: 0px;
		text-align: center;
	}
	.category_container .title {
		margin: 0 0 10px;
		min-height: unset !important;
	}
	body .category_container {
		display: block;position: relative;
	}
	.category_container .cat_description {
		text-align: center;
		width: 100%;
		margin-top: 5px;
	}
	.category_container .selectTargetWrapOpenClose {
		position: absolute;
		top: 0px;
		right: 0px;
		width: auto;
	}
	details .selectTargetWrapOpenClose::before {
		    content: ""!important;
	}
	.category_container .title::after {
		content: "+";
		margin-left: 5px;
		font-weight: bold;
	}
	details[open] .category_container .title::after {
		content: "-";
	}
}