.ifgp-list-group-item {
	font-weight:600;
	line-height:1.2;
    text-align: center;
    padding: 20px 10px !important;
    display: block;
    text-decoration: none;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: -1px;
    background: #f9f9f9;
    color: #555;
    transition: all 0.2s ease;
}
.ifgp-list-group-item:hover {
    background: #fff;
    color: #cd2757;
}
.ifgp-list-group-item.active {
    background-color: #cd2757 !important;
    color: #fff !important;
    border-color: #cd2757;
    z-index: 2;
}
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  width: 100% !important;
  box-sizing: border-box;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.ifgp-list-group{
  margin-bottom: 0;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
div.bhoechie-tab-menu div.ifgp-list-group span{
    margin-bottom: 8px;
    margin-top: 0;
    color: inherit;
    margin-right: auto;
    margin-left: auto;
	line-height: 1;
    display: block;
    font-size: 28px;
    width: 28px;
    height: 28px;
}
div.bhoechie-tab-menu div.ifgp-list-group>a{
  margin-bottom: 0;
  box-shadow: none;
  outline: none;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
div.bhoechie-tab-menu div.ifgp-list-group>a .ifgp-glyphicon,
div.bhoechie-tab-menu div.ifgp-list-group>a .fa {
  color: #47b4ed;
}
div.bhoechie-tab-menu div.ifgp-list-group>a:first-child{
  border-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.ifgp-list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.ifgp-list-group>a.active,
div.bhoechie-tab-menu div.ifgp-list-group>a.active .dashicons,
div.bhoechie-tab-menu div.ifgp-list-group>a.active .fa{
  background-color: #cd2757  !important;
  color: #ffffff !important;
  border: none;
  box-shadow: none;
  outline: none;
}
div.bhoechie-tab-menu div.ifgp-list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
  border-left: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid #cd2757;
  z-index: 3;
}

div.bhoechie-tab-content {
  position:relative;
  background-color: #ffffff; 
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  min-height: 400px;
  flex-grow: 1;
}

.bhoechie-tab-content h2 {
	position:relative;
	margin-bottom:30px;
	
}

.insta-settings  .postbox .inside {
	margin:0;
	padding:0
}

.insta-settings h2 {
	font-size:16px !important;
	font-weight:500 !important;
}

.insta-settings .notice-info {
    border-left-color: #cf2e5c;
	margin:0;
}

.insta-settings .ifgp-panel-body div {
	padding: 5px 0;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}

.update-notice, .filter-notice, .repeat-notice {
	padding: 15px;
    background: cornsilk;
    position: relative;
}
.pfg-dismiss {
	position: absolute;
    top: 2px;
    right: 3px;
    cursor: pointer;
}
.ma_field_discription {
    width: 100%;
    padding: 15px 20px 15px 0;
    display: block;
    height: 100%;
    vertical-align: middle;
    color: #34383c;
    box-sizing: border-box;
}
.meta_box_holder_inside {
	border-left: 4px solid #d0cece;
    display: block;
    width: 100%;
    padding: 13px;
    margin-left: 14px;
    background: #f6f7f7;
    box-sizing: border-box;
}
.ma_field {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #34383c;
    box-sizing: border-box;
}

.ma_field_discription p {
    color: #a2a9af;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
}
.ma_field_discription h4 {
	font-size:inherit;
	margin-bottom: 0;
    line-height: 1.5em;
    margin-top: 0;
    padding: 0;
}
/* Layout Selection Refining */
input[name="ifgp_insta_layout"] {
    display: none !important;
}

input[name="ifgp_insta_layout"] + label {
    display: block;
    cursor: pointer;
    border: 4px solid transparent;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
    overflow: hidden;
    position: relative;
    background: #fff;
}

input[name="ifgp_insta_layout"] + label:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

input[name="ifgp_insta_layout"]:checked + label {
    border-color: #cd2757;
    box-shadow: 0 15px 30px rgba(205, 39, 87, 0.25);
    transform: translateY(-5px) scale(1.02);
}

input[name="ifgp_insta_layout"]:checked + label::after {
    content: '\f147';
    font-family: dashicons;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #cd2757;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

input[name="ifgp_insta_layout"] + label img {
    margin: 0 !important;
    display: block;
    width: 100%;
}
.ma_field {
	padding: 15px 20px 15px 0;
}
/* range bar */
.slidecontainer {
    width: 100%;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}
/*Toggle button on/off css*/

.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  overflow: hidden;
  padding-left: 0px
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input[type="radio"] {
    visibility:hidden;
 
  display: none;
}

.switch-field label {
  float: left;
}

.switch-field label {
	display: inline-block;
	width: 60px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	padding: 2px 2px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

#sort-all-slides .dropdown-menu {
 top:unset !important
}

.load_scroll label {
	width: 130px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 11px 10px !important;
}

.switch-field label:hover {
    cursor: pointer;
	
}

.switch-field input:checked + label {
  background-color: #cd2757;
  -webkit-box-shadow: none;
  box-shadow: none;
  color:#FFFFFF;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
.em_size_field label {
	width:35px;
	height:25px;
}
.em_size_field label {
	width:50px;
}
.hover_field label {
width:100px !important;
}

.item:hover .item-overlay.bottom {
  bottom: 177px;
  opacity:1 !important;
}
.item-overlay {
	
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.item-overlay.bottom {
  bottom: 90%;
}

/* Rabge bar css*/

.range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  max-width: 350px;
  height: 7px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 2px;
  display:inline !important;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
   appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #cd2757 ;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #0073AA;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #177EE5;
}
.range-slider__range:active::-moz-range-thumb {
  background: #62D5FF;
}

.range-slider__value {
  display: inline-block !important;
  position: relative !important;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #cd2757 ;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute !important;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #cd2757;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

:focus {
  outline: none;
}
.ifgp-row {
  margin-right: 0;
  margin-left: 0;
}

.ifgp-panel-title {
	    padding: 15px 12px;
    font-size: 14px;
	    color: #2c3338;
		margin:0
}

.igp_pannel_bottom {
    background: #cd2757;
    margin-top: 20px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.igp_pannel_bottom .igp_button {
    font-weight: 700;
    transition: all 0.3s ease;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.igp_pannel_bottom .igp_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

/* Sidebar Specifics */
.ifgp-col-md-3 .postbox {
    margin-top: 0 !important;
    margin-bottom: 20px;
}

.ifgp-col-md-3 h2 {
    font-size: 14px !important;
    margin: 0 !important;
    padding: 10px 12px !important;
}