/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.quick-view-product-modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}
.quick-view-product-modal .modal-content{background-color:#fefefe;margin:15% auto;padding:20px;position:relative;border:1px solid #888;width:70%;border-radius:20px}
.close{color:#aaa;float:right;font-size:28px;position:absolute;font-weight:700;right:30px;z-index:2}
.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer}
.quick-view-product-modal .content-full{
    display: flex;
    gap: 20px;
}
.quick-view-product-modal .content-right {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.main-slider .carousel-cell {
    width: 66%;
    height: 500px;
    margin-right: 10px;
    border-radius: 5px;
  }
  .main-slider .carousel-cell img {
    object-fit: cover;
    width:100%;
  }
.form-check-input[type=radio]{padding:0 8px;}
.row_error{color:#fa0505; font-size: 15px;}
.success{color: #2dab37; font-size: 15px;}
.dataTable > thead > tr > th > .dt-column-order:before,
.dataTable > thead > tr > th > .dt-column-order:after {
    /* content: "" !important; */
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.search-field-wrap{width:30%; float:right; margin-bottom:15px;}


/*==================24-06-24================================*/


.ga_account_form {
	border: 1px solid #ccc;
	border-radius: 20px;
	padding: 40px 40px;
	margin: 20px 0px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ga_main_heading h1 {
	font-size: 50px;
}


.admin-left ul {
	padding: 0px;
	margin: 0px;
}


.admin-left ul li {
	background: #2986cc;
	list-style-type: none;
	color: #fff;
	border-radius: 5px;
	margin: 0px 0px 5px 0px;
	padding: 5px 10px;
}


.admin-left ul li a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}

.admin-left ul li:hover { 	background: #000;
	color: #fff; cursor: pointer; }

.admin-left ul li.active {
	background: #000;
	color: #fff;
}

.admin-right {
	border: 1px solid #ccc;
	padding: 20px 20px;
	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.admin-right .search-field-wrap {
  width: 100%; }



.user_list_wrap th {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
}

.user_list_wrap td  {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}


.tab-section .form-group.row {
	margin: 0px 0px 12px 0px;
}


.inner_account_wrap .tab-content {
	border: 1px solid #ccc;
	padding: 20px 20px;
	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.tab-section .nav-link {
	background: #2986cc !important;
	list-style-type: none;
	border-radius: 5px;
	margin: 0px 0px 5px 0px;
	padding: 10px 10px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}

.tab-section .nav-link:hover { background: #000 !important; color: #fff; }

.tab-section .nav-link.active { background: #000 !important; color: #fff; }


.tab-section .col-form-label { font-size: 14px; }


#filtered_list_mission {
	padding: 0px;
	margin: 0px;
	width: 100% !important;
}


.tab-section .dt-column-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

.tab-section label { font-size: 14px;
  font-weight: 400;
  line-height: 24px; }


.tab-section table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
	padding: 0px 10px;
	font-size: 14px;
	font-weight: 400;
}


.dt-column-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}





/* Tablet desktop :320px.mobile-view */
@media (min-width: 320px) and (max-width: 767px) { 
    
  .ga_main_heading h1 {
	font-size: 30px;
}



.ga_account_form { padding: 20px 20px;
  margin: 16px 0px; }

.ga_account_form h3 { font-size: 18px;
    margin-bottom: 8px; }
 
#mission-export-btn {
	margin-bottom: 10px;
}

.admin-right h3 {
	margin-bottom: 10px;
}

.tab-section .d-flex.align-items-start {
	width: 100%;
	display: block !important;
}

.inner_account_wrap .nav {
	width: 100%;
	margin-bottom: 10px;
}

.m-5 {
	margin: 50px 5px !important;
}






    
}

#brxe-lltzgx .bricks-nav-menu>li>.brx-submenu-toggle> a{
	  color: #fff !important;
    text-decoration: none !important;
}

input[type="date"].form-control,
input[type="time"].form-control{
	min-height: 41px !important;
	line-height: 150% !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}