/*

Stylesheet for SB Tabbed Widget
Author: Scott Bolinger
Author URI: http://designbyscott.wpengine.com/

*/

/* Contains the entire tabbed section */
.widget_sb_tabbed_widget {
	border: 1px solid #eee;
	background: #fff;
	overflow: hidden;
	padding: 0 !important;
	width: 100%; /* Need to change for responsive width */
}

/* List of tabs */
.widget_sb_tabbed_widget ul.sb_tabs {
	float: left;
	display: inline;
	width: 100%;
	margin: 0 !important;
	padding: 0;
border-bottom:1px solid #ff7600;
background:#e6e6e6;
}
.widget_sb_tabbed_widget ul.sb_tabs li a
{
background:#e6e6e6;
}
.widget_sb_tabbed_widget .tab-content ul {
	margin: 0 !important;
}
.widget_sb_tabbed_widget ul.sb_tabs li {
	list-style: none;
	float: left;
	margin: 0;
	padding:0;
	text-align: center;
	max-height: 42px;
	overflow: hidden;
	border-bottom: none;
}
.widget_sb_tabbed_widget ul.sb_tabs li:last-child {
	margin-right: none;
}
.widget_sb_tabbed_widget ul.sb_tabs li a {
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 15px 13.3px;
	line-height: 1;
	font-size: 14px;
	background: #e6e6e6;
	/*-moz-box-shadow:    inset 0 0 5px #333;
    -webkit-box-shadow: inset 0 0 5px #333;
    box-shadow:         inset 0 0 5px #333;*/
	color: #000;
font-weight:bold;
}

.sb_tabbed ul.sb_tabs li a:hover {
	cursor: pointer;
}

/* The current selected tab */
.widget_sb_tabbed_widget ul.sb_tabs li a.tab-current {
	background: #ff7600;
	color: #fff;
	box-shadow: none;
}

/* Post Meta */
.sb-date-meta, .sb-comment-meta, .sb-cat-meta {
	font-size: 12px;
	color: #999;
	font-style: italic;
}

.sb-date-meta, .sb-comment-meta {
	display: block;
}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.widget_sb_tabbed_widget div.t2, .widget_sb_tabbed_widget div.t3, .widget_sb_tabbed_widget div.t4 {
	display: none;
}

/* Content for inside your tabs' divs */
.widget_sb_tabbed_widget .tab-content {
	padding: 2px 0px;
	clear: both;
    background-color: #f3f3f3;
	border:1px solid #E0DFDF;
}

.widget_sb_tabbed_widget .tab-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_sb_tabbed_widget .tab-content ul li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	background: none;
}

.widget_sb_tabbed_widget .tab-content ul li img.alignleft {
	border: 1px solid #eee;
	margin-top: 0;
	padding: 0;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.widget_sb_tabbed_widget .tab-content ul li:last-child {
	border-bottom: none;
}


*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.switcher{
	/* background: white; */
	padding: 20px;
	border-radius: 0 var(--radius-10) var(--radius-10) 0;
	position: fixed;
	left: 0;
	z-index: 1000;
	top: 20%;
	left: -450px;
	background-color: white;
	transition: 0.5s;
	box-shadow:  0 0 10px 0 rgba(0, 0, 0, 0.1);

}
.switcher.active{
	left: 0;
}


ul{
	list-style: none;
}

.parent-setting{
	position: relative;
	font-size: 2rem;
}
.parent-setting .icon{
	padding: 20px;
	background-color: white;
	border-radius: 0 var(--radius-10) var(--radius-10) 0;
	display: flex;
	/* font-size: 1rem; */
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: auto;
	margin-right: -92px;
	position: absolute;
	right: 0;
	top: 0;
	box-shadow: 17px 0 10px 0 rgba(0, 0, 0, 0.1)
}
.icon i{
	color: var(--primary);
	border: none!important;
	animation-duration: 2s;
}
.colors{
	padding-top: 15px;
}

.parent-setting .colors-div{
    width: 100%;
	padding: 0px;
    background: white;
	transform: translateX(-500px);
	width: 400px;
	border-radius: var(--radius-10);
	transition: 0.5s;
	color: #2758aa;
	margin-top: 0px;

	visibility: hidden;
}

.colors-div ul{
	display: flex;
	max-height: 200px;
	flex-wrap: wrap;
    align-items: center;
    justify-content: start;
	gap: 1rem;
	overflow: hidden;
    overflow-y: scroll;
}


.parent-setting .colors-div.active{
	visibility: visible;
	transform: translateX(0);
}
.parent-setting .colors-div ul::-webkit-scrollbar{
	display: none;
}
.parent-setting .colors-div .licolors{
	width: 40px;
	height: 40px;
	border-radius: var(--radius-5);
	/* background-color: red; */
	display: inline-block;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.parent-setting .colors-div .licolors.active{
	box-shadow:  0 0 10px 0 rgba(0, 0, 0, 0.1);
	scale: 1.1;
}

.parent-setting .colors-div .licolors::before{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	font-weight: 600;
	justify-content: center;
	color: #fff;
	left: 0;
	font-size: 1rem;
	width: 100%;
	height: 100%;
	transition: 0.5s;
	scale: 0;
	background: rgba(0, 0, 0, 0.2);
}
.parent-setting .colors-div .licolors.active::before{
	scale: 1;

}
.parent-setting .colors-div .delete-btn{
	width: 100%;
	/* text-align: right; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 600;
	color: #000;
	padding-bottom: 15px;
    border-bottom: 1px solid #00000042;
}
.parent-setting .colors-div .delete-btn .btn{
	box-shadow:  0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 10px 30px;
	font-size: 1rem;
	
}


.licustom{
	column-gap: 1rem;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
	padding-bottom: 20px;
    height: 100%;
	color: #000;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: normal;
}



.themeType{
	font-size: 1.5rem;
    color: #000;
    font-weight: 600;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    column-gap: 1rem;
}
.themeType .theme-type-btn{
	border: none!important;
	box-shadow: none!important;
	outline: none!important;
}
.themeType .theme-type-btn.active{
	background: #000!important;
}

@media (max-width: 575px) {
	
	.themeType{
		flex-direction: column;
		align-items: start;
	}
	.switcher{
		left: -270px;
	}
	.parent-setting .colors-div{
		width: 220px;
	}
	.parent-setting .colors-div .delete-btn{
		font-size: 16px;
	}

	.parent-setting .icon{
		padding: 15px;
		margin-right: -66px;
	}

	.parent-setting .icon i{
		--bs-spinner-width: auto;
		--bs-spinner-height: auto;
		font-size: 1rem;
	}
	.parent-setting .colors-div .licolors{
		width: 30px;
		height: 30px;
	}
}
