@keyframes nytt {
  from {
	  background-color:#edfcb8;
  }
  to {
	  background-color:#f6f6f6;
  }
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
body {
	background-color:#f7f7f7 !important;
}
.tbl_end_url {
	-ms-word-break: break-all;
	     word-break: break-all;

	     // Non standard for webkit
	     word-break: break-word;

	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto;
			width:60%;
			padding-right:7px;
}
#leads_alternating tr {
    cursor:pointer;
}
#leads_alternating tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.rightsTbl tr:nth-child(even) {
    background-color: #f0f0f0;
}
.profiles_tooltip {
	cursor:pointer;border-bottom:2px dotted #00A184;
}
.profiles_tooltip_hover {
	cursor:pointer;border-bottom:2px dotted #00A184;
}
.profiles_tooltip_hover:hover {
	border-bottom:none;
}
.blobContent {
	border-left:3px solid #f5f5f5;
	border-bottom: 3px solid #f5f5f5;
	padding: 20px;
	margin-left: 20px;
	width:80%;
	margin-top: -8px;
	margin-bottom: 20px;
}
.tipsBox {
	width:100%;
	position:relative;
	height:auto;
	min-height:220px;
	margin-bottom:40px;
	margin-top:10px;
	border-radius:9px;
	padding:40px;
	color:white;
	text-align:center;
	padding-left:280px;
	box-shadow: 0px 4px 10px #d1d1d1;
}
.tipsBox img {
	position:absolute;
	left:10px;
	bottom:0px;
	width:200px;
}
.tipsBox .choklad {
	margin:0px;
	padding:0px;
	font-size:50px;
	margin-bottom:10px;
	margin-top:-15px;
}
@media all and (max-width:800px) {
	.tipsBox {
		border-radius:0px;
		padding-left:180px;
	}
	.tipsBox img {
		left:5px;
		width:150px;
	}
}
@media all and (max-width:500px) {
	.tipsBox .choklad {
		font-size:14vw;
		margin-top:-18px;
	}
	.tipsBox {
		padding-left:40px;
	}
	.tipsBox img {
		display:none;
	}
}
.oldsta {
	opacity: 0.7;
	transition:0.2s ease;
	width:16.35%;
	height:0;
	padding-top:16.3%;
	background-size:cover;
	background-position:center center;
	float:left;
	margin-right:3px;
	margin-bottom:3px;
	cursor:pointer;
	transition:0.2s ease;
}
.insta-high {
	padding-top: calc(16.35% * 4 / 3) !important;
}
.oldsta,insta-high:hover {
	opacity: 1;
}
.hfdbtn {
	float:right;
	margin-top:-50px;
}
#emoji_finger::before {
	content:'👈';
}
.nextinsta_double {
	display:flex;
}
.nextinsta_double_left {
	width:100%;border-right:1px dotted #999;padding-right:20px;
}
.nextinsta_double_right {
	width:100%;padding-left:20px;
}
.dragUploadText:after {
	content: '(klicka här eller dra och släpp)';
}
@media all and (max-width:800px) {
	.hfdbtn {
		float:none;
		margin-top:0px;
		margin-bottom:14px !important;
		display:block;
	}
	#emoji_finger::before {
		content:'👆';
	}
	.nextinsta_double {
		display:block;
	}
	.nextinsta_double_left,.nextinsta_double_right {
		border:none !important;
		padding:0px !important;
	}
}
.ikonvaljare i {
	padding:10px 29px 10px 10px;
	margin-bottom:6px;
	margin-right:6px;
	text-align:center;
	font-size:16px;
	background-color:#f39c13;
	color:white;
	cursor:pointer;
	transition:0.3s ease;
}
.ikonvaljare i:hover {
	background-color:#00A184;
	color:white;
}
.ikongron {
	background-color:#00A184 !important;
}
.plainlinkssettings:first-child {
	padding-right:15px;
	border-right:1px solid black;
	margin-right:15px;
}
.spotify_preview_container {
	display:flex;
	width:100%;
}
.iconpicker-popover {
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}
.spotify_preview_container :first-child {
    flex: 1 1 0;
	margin-right:15px;
}
.spotify_preview_container :nth-child(2) {
	flex: 3 1 0;
}
@media all and (max-width:800px) {
	.plainlinkssettings {
		padding:0px !important;
		margin-right:0px !important;
		margin-bottom:7px;
		border:none !important;
		display:block;
	}
}
.credit-card {
	width:250px;
	height:120px;
	display: inline-block;
	margin:5px;
	position:relative;
	transition:transform ease 0.4s;
	cursor:pointer;
}
.credit-card i:not(.fa-spin) {
	font-size:40px;
	color:#769a9c;
	margin-top:-60px;
	float:left;
}
.flex_blocktype i {
	color:#bf3a2a;
	font-size:28px;
	display:block;
	margin-bottom:8px;
}
.front {
	border-radius:15px;
	position:absolute;left:0px;top:0px;
	background-color:#daeff0;
	padding:10px;padding-top:70px;
	text-align:right;
}
.front:hover {
	background-color:#c1dadb;
}
.back {
	background-color:#302e32;
	color:white;
	position:absolute;left:0px;top:0px;
	border-radius:15px;
	padding:10px;
}
.toggle_row {
	width:100%;
	border-radius:6px;
	border:1px solid #f5f5f5;
	height:40px;
	padding:5px;
	margin-bottom:8px;
	line-height:30px;
}
.toggle_container {
	width:60px;
	border-radius:20px;
	height:30px;
	background-color:#efefef;
	float:right;
	cursor:pointer;
}
.toggle_blob {
	width:27px;
	height:27px;
	background-color:green;
	border-radius:50%;
	margin-left:3px;
	margin-top:2px;
	display:inline-block;
	text-align:center;
	line-height:27px;
	font-size:13px;
	color:white;
	transition:0.5s ease-out;
}
.lock_explain {
	text-align:center;
	display:block;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.tabs_container {
	height:38px;
	margin-bottom:-1px;
}
.tab_inactive {
	float:right;
	background-color:#f2f2f2;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
	height:38px;
	line-height:38px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border:1px solid #e1e5e8;
	margin-right:10px;
	transition:0.2s ease;
}
.tab_inactive:hover {
	background-color:#e4edea;
}
.tab_active {
	float:right;
	background-color:white;
	padding-left:15px;
	padding-right:15px;
	height:38px;
	line-height:38px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-left:1px solid;
	border-top:1px solid;
	border-right:1px solid;
	border-color:#e1e5e8;
	margin-right:10px;
	transition:0.2s ease;
}
.tab_active i,.tab_inactive i {
	color:#00A184;
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.shopify_table {
	width:100%;
}
.shopify_table tbody tr:nth-child(odd) {
	background-color:#efefef;
}
#contact_content tr:nth-child(even) {
	background-color: #f5f5f5;
}
.fakturtable {
	width:100%;
	margin-top:6px;
}
.animateIcon {
	transition:0.4s ease;
}
.animateIcon:hover i {
	transition:0.4s ease;
	transform:rotate(360deg);
}
.faktura_settings {
	width:100%;
}
.faktura_settings tr:nth-child(odd) {
	background-color:#efefef;
}
.fakturtable tr {
	cursor:pointer;
}
.fakturtable tr:hover {
	background-color:#efefef;
}
.meta_connect_outer {
	width:100%;
	display:flex;
	margin-top:20px;
	margin-bottom:20px;
}
.meta_connect_inner {
	flex-basis: 100%;
}
.dashtre {
	min-height:200px;
}
.abonnemang_dash {
	display:flex;
}
.abonnemang_dash .fullDashbox:nth-child(1) {
	margin-right:20px;
}
.supportBtn {
	float:right;
	display:inline-block;
	text-align:center;
	margin-top:-60px;
}
.fullDashbox {
	background-color:white;
	width:100%;
	border:1px solid #e1e5e8;
	border-radius:4px;
	padding:15px;
	margin-bottom:20px;
}
.settingsRight {
	float:right;
	width:280px !important;
}
.settingsLeft {
	width:800px !important;
}
.setSettings {
	width: 278px;
	margin-left: -15px;
	background-color: #ededed;
	height: 37px;
	padding: 10px;
	border-bottom: 1px solid #d4d4d4;
	cursor: pointer;
	transition: 0.3s ease;
}
.setSettings:hover {
	background-color:#edf5eb;
	padding-left:20px;
}
.setSettings:hover span {
	color:#00A184;
}
@media all and (max-width:1100px) {
	.settingsRight,.settingsLeft {
		width:100% !important;
	}
	.settingsRight {
		float:none;
		text-align:center;
		justify-content:center;
		margin-bottom:18px;
	}
	.setSettings {
		display:inline-block;
		width:auto;
		border-radius:15px;
		border:1px solid #d4d4d4;
		margin-right:9px;
		margin-left:5px;
		margin-bottom:9px;
	}
	.setSettings:hover {
		padding:10px !important;
	}
}
.statsDashBox {
	background-color:white;
	width:700px;
	border:1px solid #e1e5e8;
	border-radius:4px;
	padding:15px;
	margin-bottom:20px;
}
.Dashbox32 {
	background-color:white;
	width:32.2%;
	border:1px solid #e1e5e8;
	border-radius:4px;
	padding:15px;
	margin-bottom:20px;
}
.Dashbox66 {
	background-color:white;
	margin-right:20px;
	width:66.2%;
	border:1px solid #e1e5e8;
	border-radius:4px;
	padding:15px;
	margin-bottom:20px;
}
.iconpicker-popover {
	border:1px solid #999;
}
.popover_content {
	border:1px solid #999;
}
.flex {
	width:100%;
	display:flex;
	margin-top:8px;
}
.flex_noHover {
	width:100%;
	display:flex;
	margin-top:8px;
}
.flex_items {
	flex-basis: 100%;
	margin-right:5px;
	text-align: center;
	background-color:#efefef;
	padding:10px;
	transition:0.4s ease;
}
.flex .flex_items {
	cursor:pointer;
}
.grid_view_item {
	cursor:pointer;
}
.grid_view_item img {
	width:90px;
	margin: 0 auto;
	margin-bottom: 8px;
	display: block;
}
.awesome {
	color:#bf3a2b;
	font-size:28px;
	display:block;
	margin-bottom:8px;
}
.flex .flex_items:hover {
	background-color:#c8e8e2;
}
.aktiv_items {
	background-color:#bf3a2b;
	color:white;
}
.aktiv_items i {
	color:white !important;
}
.upload-area:hover{
    cursor: pointer;
}
.thumbnail{
	transition:0.3s ease;
    width: 120px;
    height: 120px;
	margin:0 auto;
	margin-bottom:10px;
}
.size{
    font-size:12px;
}
.imgForm {
	width:60%;
}
#preview {
	float:right;
	width:400px;
	position:relative;
	overflow:hidden;
}
.instablockimg {
	width: 16.2%;
	height: 0;
	padding-top: 16.2%;
	background-size: cover;
	background-position: center center;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	transition: 0.2s ease;
	position: relative;
}
.instagram_overlay {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.instagram_overlay_text {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 40px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.insta_tooltip_settings {
	padding: 8px;
	z-index: 9999;
	-o-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	background-color: white;
}
.gc-calendar {
    font-family: Inter, sans-serif;
    background-color: #fff;
    padding: 1rem;
}

.gc-calendar .gc-calendar-header {
    background-color: #fff;
    padding: 2px;
    height: max-content;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.calendar_event {
	color:white;
	padding:6px 10px 6px 10px;
	border-radius:5px;
	cursor:pointer;
}
.event_bg1 {
	background-color:#f39c13;
}
.event_bg1:hover {
	background-color:#f2ae41;
}
.event_bg2 {
	background-color:#00A184;
}
.event_bg2:hover {
	background-color:#1dab91;
}
.event_bg3 {
	background-color:#302e32;
}
.event_bg3:hover {
	background-color:#46434a;
}
.gc-calendar .gc-calendar-header button.next,
.gc-calendar .gc-calendar-header button.prev {
    height: 36px;
    left: 0;
    top: 0;
    border-radius: 100px;
    background: #fff;
    border-radius: 100px;
    position: relative;
    display: inline-block;
    border: 0;
    padding: 4px 15px;
    font-size: 18px;
    box-shadow: inset 0 -1px 0 #edf2f7;
    cursor: pointer;
    color: #f39c13;
    font-weight: 700;
    margin-right: 10px;
}

.gc-calendar .gc-calendar-header button.next:hover,
.gc-calendar .gc-calendar-header button.prev:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .08), 0 7px 14px rgba(50, 50, 93, .1);
}

.gc-calendar .gc-calendar-header button.next:focus,
.gc-calendar .gc-calendar-header button.prev:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .08), 0 7px 14px rgba(50, 50, 93, .1);
    outline: 0;
    border: 0;
}

.gc-calendar .gc-calendar-header button.prev {
    margin-left: 20px;
}

.gc-calendar .gc-calendar-header .gc-calendar-month-year {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #38385c;
    line-height: 136.02%;
    min-width: 220px;
}

.gc-calendar table.calendar {
    width: 100%;
}

.gc-calendar table.calendar th {
    text-align: start;
    font-weight: 600;
    font-size: 14px;
    line-height: 136.02%;
    padding: 2px;
    text-transform: uppercase;
    color: #00A184;
    position: relative;
    padding-bottom: 12px;
}

.gc-calendar table.calendar td {
    height: 150px;
    position: relative;
    padding-top: 3px;
    vertical-align: top;
    width: calc(100% / 7);
}

.gc-calendar table.calendar td.next-month .day-number,
.gc-calendar table.calendar td.prev-month .day-number {
    color: #b5b5bd;
}

.gc-calendar table.calendar td .day-number {
    font-size: 24px;
    font-weight: 800;
    line-height: 38.09px;
    overflow-y: auto;
    color: #38385c;
    text-decoration: none;
    display: block;
}

.gc-calendar table.calendar td .today .day-number {
    color: #00A184;
}

.gc-calendar table.calendar a {
    text-decoration: none;
    display: block;
}

.gc-calendar table.calendar a:hover {
    background-color: #00A184;
	color:white;
    width: 90%;
    border-radius: 5px;
    padding-left: 10px;
    transition: .2s;
	cursor:pointer;
}

.gc-calendar table.calendar a:hover .day-number {
    color: #fff;
}

.gc-calendar table.calendar th::before,
.gc-calendar table.calendar tr:not(:last-child) td::before {
    content: "";
    display: block;
    width: 90%;
    height: 2px;
    border-radius: 1px;
    background-color: #8f8f93;
    bottom: 0;
    left: 0;
    position: absolute;
}

.gc-calendar .gc-event {
    display: block;
    width: max-content;
    margin-bottom: 10px;
	width:100%;
	max-width:200px;
}
.gc-event img {
	width:100%;border-radius:5px;
	margin-bottom:4px;
}

.slide-in-left {
    -webkit-animation: slide-in-left .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-left .5s cubic-bezier(.25, .46, .45, .94) both;
}

.slide-in-right {
    -webkit-animation: slide-in-right .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: slide-in-right .5s cubic-bezier(.25, .46, .45, .94) both;
}

.slide-out-left {
    -webkit-animation: slide-out-left .5s cubic-bezier(.55, .085, .68, .53) both;
    animation: slide-out-left .5s cubic-bezier(.55, .085, .68, .53) both;
}

.slide-out-right {
    -webkit-animation: slide-out-right .5s cubic-bezier(.55, .085, .68, .53) both;
    animation: slide-out-right .5s cubic-bezier(.55, .085, .68, .53) both;
}
.weeknd {
	color:red !important;
}
.btnval-container {
  display: flex;
  margin-top:20px;
  flex-direction: column;
  justify-content: center;
  transition: all 200ms ease;
}
.btnval-container .steps-container {
  padding: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnval-container .steps-container .step {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease;
  flex-grow: 0;
  height: 15px;
  width: 15px;
  cursor:pointer;
  border: 4px solid #302e32;
  border-radius: 50%;
}
.btnval-container .steps-container .step:not(.in-progress):hover {
  background-color:#bf3a2b !important;
}
.gallery_preview {
	float:left;
	width: 52px;
	height: 52px;
	margin-right: 14px;
	background-size: cover;
	background-position: center center;
}
.gallery_text {
	line-height:52px;
	height: 52px;
	overflow: hidden;
}
.gallerySettings {
	width:80%;
	margin-left: 20px;
	margin-bottom: 40px;
	border-left: 1px solid #c5c5c5;
	margin-top: -5px;
	padding: 20px;
}
.btnval-container .steps-container .step:not(.in-progress):hover .icon {
  color:#bf3a2b !important;
}
.btnval-container .steps-container .step.completed {
  width: 18px;
  height: 18px;
  background: #302e32;
  border: none;
}
.btnval-container .steps-container .step.in-progress {
  width: 18px;
  height: 18px;
  background: #00A184;
  border: none;
}
.btnval-container .steps-container .step.in-progress .preloader {
  display: block;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.btnval-container .steps-container .step .label {
  position: absolute;
  top: 30px;
  filter: none;
  z-index: 2000;
  transition: all 200ms ease;
}
.btnval-container .steps-container .step .icon {
  font-size: 40px;
  position: absolute;
  top: -60px;
  transition: color 200ms ease;
}
.btnval-container .steps-container .step .icon.in-progress {
  color: #00A184;
}
.btnval-container .steps-container .line {
  transition: all 200ms ease;
  height: 2px;
  flex-grow: 1;
  max-width: 120px;
  background: #302e32;
}
.btnval-container .steps-container .line.completed {
  background: #302e32;
}
.btnval-container .steps-container .line.next-step-uncomplete {
  background: linear-gradient(to right, #302e32, #302e32);
}
.btnval-container .steps-container .line.next-step-in-progress {
  background: linear-gradient(to right, #302e32, #00A184);
}
.btnval-container .steps-container .line.prev-step-in-progress {
  background: linear-gradient(to right, #00A184, #302e32);
}
#editor_frame {
	width:400px;
	float:right;
	height:1000px;
	overflow-y:scroll;
	border-radius:20px;
	position:relative;
	margin-top:5px;
	background-color:#efefef;
}
#sortable,#sortable_tiktok,#sortable_some,#gallery_sortable {
	list-style-type: none;
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
	width: 100%;
}
#sortable li,#sortable_tiktok li,#sortable_some li,#gallery_sortable li {
	margin: 0 5px 5px 5px;
	padding: 8px 5px 8px 5px;
	font-size: 1.2em;
}
.ui-state-highlight {
	background-color: #f39c13;
	height: 1.5em;
	line-height: 1.2em;
}
#addBlock {
	color: green;
	margin-left: 6px;
}
#addBlock:hover {
	cursor: pointer;
	text-decoration: underline;
}
.contentInfo {
	width: 62%;
	margin-top: 20px; 
}
.previewDashbox {
	width:62%;
}
.newblock {
  animation-name: nytt;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
.editingThisBlock {
  background-color:#bf3a2b !important;
  color:white !important;
  font-weight:bold;
}
#previewbar {
	width:100%;
	background-color:#4a4a4a;
	height:56px;
	position:fixed;
	z-index:99;
	left:0px;
	top:0px;
	display:none;
	color:white;
	text-align:center;
	line-height:56px;
	font-size:16px;
}
#previewButton {
	display:none;
}
.dropping {
	outline:4px dotted #00A184;
	transition:0.4s ease;
}
.spacer_40 {
	width:100%;
	height:40px;
}
#editBlock {
	position:relative;
}
.editBlock_dropping {
	position:relative;
}
.dropping_red {
	outline:4px dotted #bf3a2b;
	transition:0.4s ease;
}
#upload_overlay,#upload_overlay2,#upload_overlay3 {
	display:none;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#upload_overlay_text,#upload_overlay_text2,#upload_overlay_text3 {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 35px;
	color: white;
	font-weight: bold;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.settings-sub {
	width:100%;
	text-align: center;
	padding-bottom: 3px;
	border-bottom: 3px solid #00A184;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 15px;
	margin-top: 50px;
	cursor: pointer;
}
.settings-sub i {
	float:left;color:#00A184;transition:0.5s ease;
}
.settingsTable {
	width:100%;
}
.settingsTable tr:nth-child(odd) {
	background-color:#ececec;
}
.settingsTable td {
	padding:3px;
}
.settingsTable td i {
	color:#bf3a2b;
	margin-right:4px;
}
.myProfile_top {
	width:60%;
}
.list-meta-account {
	width:100%;
	padding:15px;
	padding-bottom:25px;
	background-color:#ececec;
	border-radius:3px;
	text-align:center;
	margin-bottom:10px;
}
.list-meta-account b {
	font-size:1.1em;
}
.meta-account-profile-image {
	background-color:#00A184;
	border-radius:50%;
	width:110px;
	background-size:cover;
	height:110px;
	float:left;
	margin-right:20px;
	font-size:28px;
	color:white;
	margin-top:-10px;
	line-height:110px;
}
@media all and (max-width:700px) {
	.meta-accounts-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
	.list-meta-account {
		width:auto;
	}
	.meta-account-profile-image {
		width:150px;
		height:150px;
		line-height:150px;
		float:none;
		margin:0 auto;
		margin-bottom:20px;
	}
	.myProfileSettings tr {
		display:block;
		margin-bottom:10px;
	}
	.myProfileSettings td {
		display:block;
		padding:10px;
		width:100% !important;
		background-color:#efefef;
	}
}
.user_actions {
	cursor:pointer;
}
.connect-meta {
	width:350px;
	margin: 0 auto;
	text-align: center;
	outline: 3px dotted #efefef;
	padding: 10px;
	transition: 0.3s ease;
	cursor: pointer;
}
.connect-meta:hover {
	margin-top:0px;
	border:none;
	outline:3px dotted #00A184;
	background-color:#fafafa;
}
.adminbar {
	width:100%;background-color:#302e32;height:56px;
}
.adminbar ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.adminbar ul li {
	float:left;
	height:56px;
	line-height:56px;
	color:white;
	padding:0px 23px 0px 23px;
	border-right:1px solid #5e5e5e;
	transition:0.3s ease;
	cursor:pointer;
}
fieldset {
	border:0px;
	padding:0px;
}
label {
	display:block;
	margin-bottom:8px;
}
.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
  padding: 0.5em 0 0.5em 3em;
}
.ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
  height: 24px;
  width: 24px;
  top: 0.1em;
}
.adminbar ul li:hover {
	background-color:#4d4a50;
}
.admin_active {
	background-color:#4d4a50;
}
#toolbox {
	position:relative;
	color:white;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:20px;
	display:none;
	min-height:45px;
	background-color:#302e32;
	width:calc(100% + 32px);
	margin-left:-16px;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	border-left:1px solid #e1e5e8;
	border-top:1px solid #e1e5e8;
	border-right:1px solid #e1e5e8;
	margin-top:-40px;
}
#toolbox_start ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	position:absolute;
	left:10px;
	top:10px;
}
#toolbox_start ul li {
	margin:0px;
	padding:0px;
	border-right:1px solid #5e5e5e;
	float:left;
	margin-top:-10px;
	line-height:44px;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;
}
@media all and (max-width:900px) {
	#toolbox_start ul {
		position:static;
	}
	#toolbox_start ul li {
		float:none;
		display:block;
		border-right:none;
		margin-top:0px;
		width:100%;
	}
}
#toolbox_start ul li:last-child {
	border-right:none !important;
}
#toolbox_start ul li:hover {
	background-color:#394e63;
}
.fontSelector {
	width:100%;
	background-color: #efefef;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}
.fontActive {
	background-color:#f0f2f5;
	outline:2px dotted #00A184;
}
.secondaryFontActive {
	background-color:#f0f2f5;
	outline:2px dotted #bf3a2b;
}
.instaRow {
	display:flex;width:100%;
}
.instaPublishSettings {
	width:100%;
	border-right:1px dotted;
	padding-right:10px;
	margin-right:10px;
}
.fontSelector:hover {
	background-color:#f0f2f5;
	outline:1px dotted;
}
.dashbox {
	background-color:white;
	width:345px;
	float:left;
	margin:0 auto;
	margin-right:30px;
	border:1px solid #e1e5e8;
	border-radius:4px;
	padding:15px;
	height:180px;
}
.dashbox a {
	padding:10px 15px 10px 15px;
	border-radius:4px;
	cursor:pointer;
	background-color:#f39c13;
	text-decoration:none;
	margin-bottom:5px;
}
.noMarg {
	margin-right:0px;
}
.adminbar ul li i {
	margin-right:8px;
}
.adminbar ul li:last-child {
	border-right:none !important;
}
.abonnemang_rubrik {
	width:100%;
	color:#bf3a2b;
	font-size:18px;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:6px;
	border-bottom:2px solid #999;
}
.adminknapp_grey {
	background-color:#d1d1d1;
	padding:10px 15px 10px 15px;
	border-radius:4px;
	cursor:pointer;
	color:white;
	text-decoration:none;
	transition:0.4s ease;
}
.adminknapp_rod {
	padding:10px 15px 10px 15px;
	border-radius:4px;
	cursor:pointer;
	color:white;
	background-color:#bf3a2b !important;
	text-decoration:none;
	transition:0.4s ease;
}
.adminknapp_rod:hover {
	background-color:#b03123;
}
.diss {
	background-color:#707070 !important;
	color:white !important;
}
.diss i {
	color:white !important;
}
.buttonsBottom {
	position:absolute;bottom:10px;width:100%;left:0px;padding-left:10px;padding-right:10px;
}
.stats_bottom {
	position:absolute;bottom:12px;width:100%;left:0px;padding-left:10px;padding-right:10px;
}
.upload_instagram_container {
	display:flex;
}
.upload_instagram_zone {
	width:140px;margin-right:20px;
}
.uploadInstagram {
	background-size:cover;
	background-position: center center;
	width: 140px;
	height: 140px;
	display: block;
	text-align: center;
	padding: 25px 10px 10px 10px;
	box-sizing: border-box;
	margin-top: 10px;
	position: relative;
	cursor: pointer;
	font-size: 13px;
}
.uploadInstagram:not(#uploadInstagram) {
	cursor: grab;
}
.uploadInstagram i {
	font-size:30px;
	margin-bottom:10px;
}
.insta_trashcan {
	transition:0.2s ease;
	z-index: 99;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background-color: #bf3a2b;
	border-radius: 50%;
	position: absolute;
	color: white;
	top: -10px;
	right: -10px;
	cursor: pointer;
	padding-left: 1px;
}
.insta_trashcan i {
	font-size:16px !important;
}
.insta_trashcan:hover {
	transform:scale(1.18);
	background-color:#b03123;
}
@media all and (max-width:650px) {
	.upload_instagram_container {
		display:block;
	}
	.upload_instagram_zone {
		width:330px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.uploadInstagram {
		width:330px;
		height: 330px;
		padding: 110px 10px 10px 10px;
	}
	.dragUploadText:after {
		content: '(klicka här eller dra och släpp)';
	}
}
.orderDomainBtn {
	background-color:#d1d1d1;
	cursor:not-allowed;
	transition:0.4s ease;
	float:right;
	margin-top:-10px;
}
.orderDomainBtn:hover {
	background-color:#d1d1d1 !important;
	cursor:not-allowed;
}
.stats_sidebar {
	width:375px;
	float:right;
}
.stats_sidebar .adminknapp {
	margin-bottom:5px;
	text-align:center;
}
.stats_sidebar .adminknapp:nth-last-child(1) {
	margin-bottom:20px;
}
.statsbox {
	background-color:white;
	width:100%;
	border:1px solid #e1e5e8;
	text-align:center;
	position:relative;
	font-size:1.2em;
	padding:15px;
	margin-bottom:20px;
	padding-bottom:85px;
}
.stats_percent {
	font-size:45px;
	display:block;
	margin-top:8px;
	color:#00A184;
	font-weight:bold;
}
.percentage_outer {
	height:10px;width:100%;border-radius:5px;border:1px solid #efefef;overflow:hidden;margin-top:10px;
}
.percentage_inner {
	background-color:#f39c13;height:10px;transition:0.4s ease;
}
.statsknappar {
	height:50px;
	width:100%;
	max-width:375px;
	background-color:#ededed;
	padding-top:14px;
	border-radius:10px;
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
	justify-content:center;
}
.statsKnapp {
	list-style-type:none;list-style:none;float:left;margin-right:20px;line-height:50px;margin-top:-13px;padding-left:15px;padding-right:15px;cursor:pointer;
}
.statsKnapp:hover {
	background-color:#42586e;color:white;
}
.statsKnapp-aktiv {
	background-color:#302e32;color:white;cursor:default !important;
}
.statsKnapp-aktiv:hover {
	background-color:#302e32 !important;color:white;cursor:default !important;
}
.loading_stats {
	width:100%;
	text-align:center;
	font-size:21px;
}
.loading_stats i {
	font-size:28px;
	display:block;
	margin-bottom:10px;
}
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }

@media all and (max-width:1200px) {
	.knappcontainer {
		margin-left:auto;
		margin-right:auto;
		text-align:center;
	}
	.stats_sidebar .adminknapp {
		width:auto;
		display:inline-block;
		margin-right:10px;
	}
	.stats_sidebar {
		width:100%;
		float:none;
	}
	.statsboxar {
		clear:left;
		display:flex;
	}
	.statsbox {
		padding-bottom:42px;
	}
	.statsbox:nth-child(-n+3) {
		border-right:0px;
	}
	.statsknappar {
		margin-left:auto;margin-right:auto;
	}
	.statsDashBox {
		width:100%;
	}
}
@media all and (max-width:900px) {
	.stats_percent {
		font-size:30px;
	}
	.statsbox {
		font-size:1em;
	}
}
@media all and (max-width:700px) {
	.knappcontainer {
		margin:0px;
		width:100%;
	}
	.stats_sidebar .adminknapp {
		width:100%;
		display:block;
		margin-right:0px;
	}
	.stats_percent {
		font-size:26px;
	}
	.statsbox {
		font-size:0.8em;
	}
}
@media all and (max-width:800px) {
	.adminknapp:not(.toolbox_backbtn), .adminknapp_rod:not(.meta-remove) {
		float:none !important;
		width:100%;
		display:block;
		margin-bottom:6px;
	}
	.supportBtn {
		float:none;
		margin-top:0px;
		margin-bottom:15px;
	}
}
@media all and (max-width:740px) {
	.selectblocktype {
		display:block !important;
	}
	.flex_blocktype {
		margin-top:8px;
	}
	.flex_noHover {
		display:block;
		margin-top:0px;
	}
	.flex_noHover .flex_items {
		width:100%;
		margin-top:8px;
	}
}
@media all and (max-width:1060px) {
	.adminbar ul li {
		padding:0px 18px 0px 18px;
	}
	#preview {
		width:300px;
	}
}
@media all and (max-width:1000px) {
	.adminbar ul li {
		padding:0px 16px 0px 16px;
	}
}
@media all and (max-width:950px) {
	.adminbar ul li {
		font-size:14px;
		padding:0px 16px 0px 16px;
	}
	#preview {
		float:none;
		width:100%;
		border-bottom:1px solid #ececec;
		margin-bottom:20px;
	}
}
@media all and (max-width:825px) {
	.instaRow {
		display:block;
	}
	.instaPublishSettings {
		border-right:none;
		margin-right:0px;
		padding-right:0px;
		display:block;
		border-bottom:1px dotted;
		margin-bottom:10px;
		padding-bottom:10px;
	}
	.meta_connect_outer {
		width:100%;
		display:block;
	}
	.meta_connect_inner {
		display:block;
		width:80%;
		margin:0 auto;
		margin-bottom:20px;
	}
	.connect-meta {
		width:100%;
	}
	.adminbar {
		display:none;
	}
}
@media all and (max-width:900px) {
	.abonnemang_dash {
		display:block;
	}
	.hideSpace {
		display:none;
	}
	.buttonsBottom {
		position:relative;
		margin-top:25px;
		padding:0px;
	}
	.Dashbox32 {
		width:100%;
	}
	.Dashbox66 {
		width:100%;
		margin-right:0px;
	}
	.orderDomainBtn {
		float:none;
		width:100%;
		text-align:center;
		display:block;
		margin-top:15px;
	}
	.abonnemang_dash .fullDashbox:nth-child(1) {
		margin-right:0px;
		margin-bottom:15px;
	}
	.fullDashbox {
		box-shadow:none !important;
		border-radius:0px;
		border:none;
		border-bottom:4px solid #efefef	;
	}
	.bordertoptabs {
		border-top:1px solid #e1e5e8 !important;
	}
	.imgForm {
		width:100%;
	}
}
@media all and (max-width:800px) {
	.instablockimg {
		width:32%;
		padding-top:32%;
	}
}
@media all and (max-width:1105px) {
.paddLeft {
	margin-left:15px;
	margin-right:15px;
}
.paddLeft .h2_feature {
	width:100%;
}
#editor_frame {
	margin-left:20px;
	margin-right:15px;
}
}
@media all and (max-width:1100px) {
	.contentInfo { width:55%; }
	.previewDashbox {
		width:55%;
	}
}
@media all and (max-width:950px) {
	#editor_frame {
		width:350px;
		margin-left:15px;
	}
}
@media all and (max-width:840px) {
	.contentInfo { width:49%; }
	.previewDashbox {
		width:49%;
	}
}
.ehandel_bild {
	margin:5px;
	border-radius: 5px;
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.ehandel_removeProduct span {
	display:none;
}
.ehandel_removeProduct i {
	cursor:pointer;
	color:#bf3a2b;
}
@media all and (max-width:740px) {
	.shopify_table thead {
		display:none;
	}
	.shopify_table tbody tr td {
		display:block;
		width:100%;
		padding:10px;
		text-align:center;
		margin-bottom:5px;
	}
	.ehandel_bild {
		width:60%;
		height:inherit;
		margin:0 auto;
	}
	.ehandel_bild:after {
	  content: "";
	  display: block;
	  padding-bottom: 100%;
	}
	.ehandel_removeProduct {
		padding:10px 15px 10px 15px;
		border-radius:4px;
		cursor:pointer;
		color:white;
		background-color:#bf3a2b !important;
		text-decoration:none;
		transition:0.4s ease;
	}
	.ehandel_label:before {
		font-weight:bold;
		content:'Bricka';
	}
	.ehandel_removeProduct:hover {
		background-color:#b03123;
	}
	.ehandel_removeProduct i {
		color:white;
	}
	.ehandel_removeProduct span {
		display:inline-block;
	}
	#editor_frame {
		position:absolute;
		top:56px;
		left:0px;
		margin:0px;
		border-radius:0px;
		width:100%;
		height:100%;
		z-index:95;
		display:none;
	}
	#sortable,#sortable_tiktok {
		width:100%;
	}
	.contentInfo { width:100%; }
	#previewButton {
		display:inline-block;
		margin-bottom:10px;
	}
	.previewDashbox {
		width:100%;
	}
}