/*=== LOGIN ===*/

.loginform {
	box-shadow: unset !important;
	max-width: 300px;
}

.loginform h3 {
	font-size: 24px !important;
}

.login_overall,
.loginform {
	background-color: #444a4e;
}

.login_logo {
	max-width: 110px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.loginform>form>div>div>.uk-input {
	color: white;
}

.loginform>form>div>.uk-form-label,
.loginform>form>div>label {
	color: #c0c0c0;
}

.loginform>div>button {
	color: #949494;
}

.loginform>form>div>label>.uk-checkbox {
	margin-right: 7px;
	border-radius: 6px;
	padding-top: unset !important;
	padding-bottom: unset !important;
}

.loginform>form>div>label>.uk-checkbox:checked,
.uk-checkbox:checked:focus {
	background-color: #00a23b;
}

.loginform>form>div>label>.uk-checkbox:focus {
	border-color: #00a23b !important;
}

/*=== POPUP ===*/

.create_box.uk-card-body {
	padding: 20px !important;
}

#btn_add_site {
	top: -8px;
    position: relative;
    width: 60px;
    margin-left: 20px;
}

/*=== NAVIGATION ===*/

.menuitem img {
	height: 25px;
}

.menu a,
.chat_btn {

	font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.menuitem img {
	margin-right: 5px;
}


/*=== PREVIEW ===*/

.preview_wrapper {
	border-radius: 6px;
}


/*=== TOOLTIP ===*/

.uk-tooltip, .drop_help {
	background-color: #FFF6D3 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15) !important;
    border: unset !important;
}

.uk-tooltip::after,
.drop_help::after {
	background-color: #FFF6D3 !important;
	border: unset !important;
	margin-left: -7px;
}

/*=== EDIT ===*/

.edit_block_head {
	background-color: #f7f7f7;
}

.white_row>div {
	height: 35px !important;
	position: relative;
}

.white_row>div:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    height: 10px;
    z-index: 3;
    background-color: #f7f7f7;
}

.white_row>div:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 10px;
    z-index: 1;
    background-color: #f7f7f7;
} 

.content_white_row {
	display: block !important;
}

.content_white_row>div {
	background: #c0c0c0 !important;
    height: 2px !important;
    margin: 0px -15px !important;
    background-color: white !important;
}

.content_white_row>div:before, 
.content_white_row>div:after {
	display: none !important;
}

.block_badge {
	text-transform: uppercase;
	margin-right: 5px;
}

.uk-margin .uk-button {
	line-height: 37px;
}

.badge {
	line-height: 1.2;
	display: none;
}

.badge_wait,
.badge_ok {
	display: inline-block;
}

.fontbox span.preview {
	max-height: 140px;
    overflow-wrap: break-word;
    overflow: hidden;
}


.lp_card {
    padding: 10px !important;
  //  max-width: 300px;
}

.lp_card .cover {
	aspect-ratio: 1 / 1;
}

h3.uk-card-title {
	margin-top: 22px;
	font-size: 17px;
	margin-bottom: 0;
}

.lp_card b {
	font-size: 13px;
	margin-bottom: 15px;
	display: block;
}

.copy_starter {
	margin-right: 5px;
}



.subsection {
	margin-top: 15px;
	text-align: left !important;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 15px !important;
}

.edit_block_head {
	padding: 15px;
}

.edit_block_head h6 {
	margin-bottom: 0;
}

.contentblock > .edit_block_head {
    background: transparent;
}

.contentblock {
	border-radius: 6px;
	padding: 15px !important;
}

.contentblock .edit_block_head {
	padding: 3px !important;
}

.uk-accordion-content {
	padding: unset;
	margin-top: 0px !important;

}

li.uk-open>div>div {
	margin-top: 0px !important;
}

.uk-accordion-content .card_head {
	padding: 15px !important;
}

/*=== INPUTS ===*/

.edit_block_head > .uk-grid > div {
	margin-top: 0;
}

.field_title, 
.uk-form-label {
	display: block;
	padding-top: 25px;
	letter-spacing: -0.02em;
}


.settings_label {
	padding-top: 3px;	
}

.white_row {
	margin-top: 25px !important;
}

input.uk-input {
	font-size: 15px !important;
}

.uploadbox {
	border: unset;
}

.uploadbox div:last-child {
	background-color: white;
	width: 135px;
	border-radius: 6px;
}

.uploadbox .drop-area {
	font-size: 12px;
	width: 60%;
}

.uk-input:focus, 
.uk-select:focus, 
.uk-textarea:focus {
	background-color: transparent;
}

.uk-input[type=text] {   
    overflow: hidden !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
}

input[type="color"] {
	max-width: 140px;
	border: 1px solid #cccccc;
}

input[type="date"] {
	font-size: 13px !important;
}

.color-picker-wrapper {
	margin-top: 5px;
}

.color-value code {
	font-size: 12px;
}

input.range_preview {
	text-align: right;
}

.radio_box input[type="radio"]:hover + label {
    border-radius: 8px;
    border: 2px solid #e2e2e2;    
}

.radio-icon img {
	width: 60px;
}

.toggle-switch + .field_title {
	max-width: 130px;
    position: relative;
	top: -17px;
    left: 48px;
}

.toggle-switch {
	width: 42px;
    top: 26px;
   // margin-bottom: 21px;
}

.toggle-switch input:checked + .slider:before {
	transform: translateX(14px);
}

.uk-subnav {
	border-radius: 6px;
}

.uk-subnav > li > a {
	padding: 14px 15px 14px 35px !important
}

.uk-subnav > li.uk-active > a {
	border-radius: 6px;
}

#render_buttons_2 {
	margin-bottom: 5px;
}

.preview_wrapper .uk-button {
	padding: 5px 10px;
}

.uk-form-label, h6 {
	font-size: 10px;
}

.edit_block_head > div > .toggle-switch {
	top: -3px;
	margin-right: 7px;
}


/*=== TABLES ===*/

table.dataTable {

}

table.dataTable thead tr th {
    font-size: 11px;
    background-color: #f1f3f5;
    text-align: center;
    text-transform: uppercase;
    border-right: 3px solid white;
    border-bottom: unset !important;
}

table.dataTable thead tr th:last-child {
	border-right: unset;
}

thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before {
	bottom: 55% !important;
}

table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after {
	top: 55% !important;
}

tr td a span.uk-icon {
	width: 26px;
	height: 26px;
	padding: 3px !important;

}

#promos_DT_wrapper {
	margin-top: 15px;
}


/*=== CARD BOX ===*/

.cards_edit_container .card_head a {
	line-height: 1.8;
}

.cards_edit_container .card_head a:hover {
	text-decoration: unset;
}

.cards_edit_container .card_head:hover {
	background-color: #e7e7e8;
}

/*=== PAGES ===*/

.pages_menu {
	justify-content: center;
}

.pages_menu > li > a,
.pages_menu > li.uk-active > a {
	padding: 15px !important;
	font-size: 11px !important;
}

.user_summary {
    background-color: #e7e7e7;
    padding: 15px !important;
    line-height: 1.6;
    color: grey !important;
    border-radius: 10px;
    box-shadow: unset !important;   
}

.user_summary b {
	color: #3a3f45 !important;
	font-size: 15px;
}

.user_data {
	box-shadow: unset !important;
}

.user_data .uk-form-label {
	padding-top: 5px;
}

.user_data .toggle-switch {
	top: 6px;
}

.drop_lp_cards {
	top: 15px;
	position: relative;
}

.drop_lp_cards>div.uk-text-left div {
	margin: 4px 0px !important;

}


.uk-grid>*>:last-child {
}


/*.login_wrap {
	background-color: #0D1117;
}

.login_wrap .uk-card {
	background-color: #0D1117;
}*/