/*
Admin Loader
*/
#ucfw-deals-setting {
    position: relative;
}
.ucfw-loader {
    position: absolute;
    z-index: 9;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
}
.ucfw-loader-circle {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
}
  
.ucfw-loader-circle:before, .ucfw-loader-circle:after {
    content: '';
    border: .3em solid #4636ff;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: ucfw-loader 2s linear infinite;
    opacity: 0;
}
  
.ucfw-loader-circle:before {
    animation-delay: 0.5s;
}
  
@keyframes ucfw-loader {
    0%{
      transform: scale(0);
      opacity: 0;
    }
    50%{
      opacity: 1;
    }
    100%{
      transform: scale(1);
      opacity: 0;
    }
}

/*
Buy Premium
*/
.ucfw-buy-premium {
	color: #4636ff;
	position: relative;
	padding: 8px 0px;
	font-weight: bold;
	cursor: pointer;
}
.ucfw-buy-premium:focus {
	outline: 0;
	box-shadow: none;
}
.ucfw-buy-premium:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 4px;
	background: #4636ff;
	bottom: 0;
	left: 0;
}
.ucfw-buy-premium:hover:active:focus::after {
	background: #7569ff;
}
.premium_overlay .ucfw-buy-premium::after {
    display: none;
}

/*
Cart condition style
*/
#ucfw-conditional-settings .ucfw-single-condition {
	position: relative;
}
#ucfw-conditional-settings .ucfw-single-group {
	background: #ecf1f4;
}

#ucfw-conditional-settings .ucfw-condition-inputs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
	grid-gap: 15px;
}
#ucfw-conditional-settings .ucfw-condition-inputs  > * {
	min-width: 170px !important;
}

.ucfw-single-group {
	margin-bottom: 40px;
}
.ucfw-single-group .ucfw-remove-group {
	background: #F05E5E;
	color: #fff;
	border-radius: 36px;
	width: 102px;
	display: block;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	margin: 0px auto;
	margin-bottom: -26px;
	padding: 3px 0px 3px 0px;
	text-align: center;
}

/* Conditional settings bottom */
.ucfw-conditions-bottom {
	margin: 20px 0;
}

/* Add Group */
#ucfw-btn-save-conditions {
	float: right;
}

.groups .ucfw-remove-group {
	background: #fba1a1;
	color: #000;
	border-radius: 36px;
	height: 30px;
	width: 30px;
	display: block;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	border: 1px solid #916e6e;
	cursor: pointer;
	text-align: center;
	margin: 0px auto;
	margin-bottom: -28px;
}

/* Add condition */
.ucfw-add-condition {
	margin: 15px 0;
	width: 40%;
    max-width: 300px;
}
.ucfw-single-condition .text.default,
.ucfw-add-condition .text.default {
	color: #868686 !important;
}

/* Condition Logic */
.ucfw-logic {
    margin: 20px 0;
}
.ucfw-logic .ui.toggle  > * {
	float: left;
	margin-left: 10px;
	font-weight: bold;
}
.ucfw-logic .ui.toggle > label:before {
    background-color: #0f993182 !important;
}
.ucfw-logic .ui.toggle > input {
	width: 100% !important;
}
.ucfw-logics {
	max-width: max-content;
	margin: 20px 0;
	background: #a8a8a8;
	border-radius: 15px;
	overflow: hidden;
	display: block;
	opacity: 0.9;
}
.ucfw-logics a {
	color: #5b5b5b;
	padding: 3px 10px;
	display: inline-block;
	text-transform: uppercase;
	width: 70px;
	text-align: center;
	opacity: 0.8;
	cursor: pointer;
}
.ucfw-logics a:hover {
	opacity: 1;
	color: #5b5b5b;
}
.ucfw-logics a.ucfw-logic-active {
	background: #2271b1;
	font-weight: bold;
	color: #fff;
}
.ucfw-logics a.ucfw-or.ucfw-logic-active {
	background: #21b979;
}

.ucfw-single-condition .first, 
.ucfw-single-condition .second {
	display: inline-block !important;
}

.ucfw-single-condition .first {
	width: 59% !important;
}
.ucfw-single-condition .second {
	width: 40% !important;
}
/* Logic remove */
.remove {
	position: absolute;
	top: 1px;
	right: 0;
	background: #f78383;
	color: #fff;
	padding: 2px 8px;
	font-size: 10px;
	border-radius: 10px;
	cursor: pointer;
}

/*
* Deals - shop_coupon
*/
.ucfw-deals-types-description {
    font-size: 12px;
    color: #767a7f;
}
.ucfw-deals-types-description ul {
    list-style-type: disc;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 15px;
}

#ucfw-btn-save-deals {
	float: right;
}

/*
* Get started
*/
.wp-admin.ucfw-settings_page_crb_carbon_fields_container_get_started {
	background: #f0f0f1;
}

.wp-admin.ucfw-settings_page_crb_carbon_fields_container_get_started .cf-container__fields {
    background: transparent !important;
}

.wp-admin.ucfw-settings_page_crb_carbon_fields_container_get_started #ucfw_get_started .ucfw-admin-card .ucfw-logo {
	max-height: 65px;
}

body.ucfw-settings_page_crb_carbon_fields_container_get_started 
.wrap.carbon-theme-options > h2 {
	display: none;
}

body.ucfw-settings_page_crb_carbon_fields_container_get_started #poststuff #post-body.columns-2 {
	margin-right: 0;
}

body.ucfw-settings_page_crb_carbon_fields_container_get_started #postbox-container-1 {
	display: none;
}


#carbon_fields_container_get_started {
	background: transparent;
	border: 0;
	box-shadow: none;
}

#carbon_fields_container_get_started #post-body.columns-2 #postbox-container-1{
	display: none;
}

#carbon_fields_container_get_started .carbon-field.carbon-html {
	border: 0;
}

#ucfw_get_started {
	max-width: 900px;
	margin: 0px auto;
}

.ucfw-admin-card{
	background: #ffffff;
	margin-bottom: 20px;
}

.ucfw-admin-card .ucfw-admin-card-section {
	padding: 15px;
}

.ucfw-admin-card.ucfw-hero {
	background: transparent;
	margin-bottom: 0;
}

.ucfw-admin-card.ucfw-hero .ucfw-admin-card-section h1 {
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 0;
	color: #4636ff;
}
.ucfw-admin-card.ucfw-hero .ucfw-admin-card-section  h3 {
	font-size: 16px;
}

.ucfw-pricing .ucfw-buttom a {
	background: #2271b1;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 0;
	font-size: 18px;
	display: block;
	max-width: 180px;
	text-align: center;
	border-radius: 2px;
	margin: 0px auto;
}
.ucfw-pricing .ucfw-buttom a:hover {
	color: #fff;
	background: #0b4473;
}

#ucfw_get_started .ucfw-useful-links {
	list-style: none;
	text-align: center;
	margin-top: 20px;
}
#ucfw_get_started .ucfw-useful-links li {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 20px;
}
#ucfw_get_started .ucfw-useful-links li a {
	text-decoration: none;
	font-size: 18px;
	color: #1d2327;
}

#ucfw_get_started .ucfw-useful-links span.dashicons {
	color: #d4d2f0;
	font-size: 40px;
	line-height: 18px;
	margin-right: -5px;
}




@media screen and (min-width: 768px) {
	.ucfw-pricing-container {
		background-color: #fff;
		border-radius: 10px;
		display: flex;
		justify-content: space-between;
		max-width: 850px;
		margin: 0px auto;
	}
}

.ucfw-pricing-container .ucfw-pricing-plan {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 250px;
	margin: 30px 0px;
	padding: 0px 20px;
}


.ucfw-pricing-container .ucfw-pricing-plan .ucfw-pricing-title {
	text-transform: uppercase;
	color: #1d2327;
	line-height: 2rem;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
}
.ucfw-pricing-container .ucfw-pricing-plan .ucfw-pricing-features {
	list-style-type: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.ucfw-pricing-container .ucfw-pricing-plan .ucfw-pricing-features li {
	line-height: 1.5rem;
	width: 95%;
	padding: 5px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 85%;
	color: #4636ff;
}
.ucfw-pricing-container .ucfw-pricing-plan .ucfw-pricing-features li:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ucfw-pricing-container .ucfw-pricing-plan .ucfw-pricing-price {
	margin-top: 1rem;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #4636ff;
}
.ucfw-pricing-container .ucfw-pricing-plan .ucfw-pricing-price span {
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #9491c1;
	font-weight: 300;
	position: relative;
}
.ucfw-pricing-container .ucfw-pricing-plan .ucfw-pricing-price span::before {
	content: " ";
	width: 65px;
	height: 2px;
	background: #4636ff;
	position: absolute;
	transform: rotate(7deg);
	bottom: 8px;
	left: -8px;
}

@media screen and (max-width: 768px) {
	.ucfw-pricing-container .ucfw-pricing-plan {
		display: flex;
		flex-direction: column;
		background-color: #fff;
		justify-content: space-between;
		padding-bottom: 1rem;
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #e1e1e1;
	}
}

.ucfw-pricing-moneyback {
	max-width: 80%;
	text-align: center;
	margin: 30px auto;
	display: block;
}

/* Buy Premium Popup */
.ucfw-buy-premium-popup .ucfw-admin-card .ucfw-admin-card-section {
	padding-top: 0px;
}

.ucfw-buy-premium-popup .ucfw-admin-card .ucfw-logo {
	max-width: 100%;
	max-height: 50px;
	margin-top: 10px;
}

.ucfw-buy-premium-popup .ucfw-admin-card.ucfw-hero .ucfw-admin-card-section h3 {
	font-weight: normal;
	line-height: 22px;
	font-size: 16px;
	margin: 5px 0;
}

.ucfw-buy-premium-popup .ucfw-pricing-container .ucfw-pricing-plan {
	margin-top: 0;
}

.ucfw-buy-premium-popup .ucfw-pricing-container .ucfw-pricing-plan .ucfw-pricing-features li{
	width: 100%;
}

.ucfw-buy-premium-popup .ucfw-admin-card.ucfw-hero .ucfw-admin-card-section .ui.positive.button {
	margin-top: 20px;
}

/* Radio Images */
input[name="carbon_fields_compact_input[_ucfw_template_popupdesign]"] + label .cf-radio-image__image {
	max-width: none;
	width: 175px;
}
input[name="carbon_fields_compact_input[_ucfw_template_bardesign]"] + label .cf-radio-image__image {
	max-width: none;
	height: 36px;
}
