.csseditor{
    height:80vh;
}

.html_541 footer {
    display: none;
}

.org-section {
	background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	min-height: 100vh;
}

.marketing-automation, .organization-manager {
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
}

.chart {
    padding: 1rem 2rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 1rem;

    border: none;
    border-radius: 8px;
    margin: 0.5rem;
    background-color: transparent;
    max-width: 168px;
}



/* colors */

.org-light {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 1%, rgba(250,250,250,1) 36%, rgb(250 250 250 / 1) 100%);
}

.service-light {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 1%, rgba(250,250,250,1) 36%, rgb(250 250 250 / 1) 100%);
}


/* service navigation */

.service-navbar {
    background-color: #333;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.service-navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.servive-nav-dropdown {
    width: auto;
    display: inline-block;
    position: relative;
    float: left;
}

.servive-nav-dropdown .service-nav-btn {
  cursor: pointer;
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown-content.visible {
    display: block;
}


/* icons */

.icon {
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
    .icon:after {
        vertical-align: -webkit-baseline-middle;
        font-size: 1rem;
        color: var(--structureColor5);
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    .icon:hover:after {
        color: var(--sagaColor3);
    }


.element-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    width: 100%;
    box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
    border-radius: 4px;
    background-color: #fff;
}

.menu-element-separator {
    padding: 10px;
	border-bottom: 1px solid #eeeeee;
}

.level-0.navigation {
	margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
    .opened-view {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
.level-1.menu {


	}
}

/* switch */
.switch {
  position: relative;
  display: inline-block;
	width: 30px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
 background-color: #658a19;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/* level #0 */

.level-0 .menu-link {
	display: inline-block;
    position: relative;
    float: left;
    width: auto;
    padding: 10px;
    line-height: 1em;
	cursor: pointer;
}

.level-0 .menu-element {
	text-align: justify;
}


/* hiearchy level #1  */

.level-1.img {
    height: 150px;
    background-size: cover !important;
    background-position-x: 50% !important;
    background-position-y: 50% !important;
	background-repeat: no-repeat !important;
    float: left;
    width: 100%;
    position: relative;
    display: block;
	border-radius: 4px;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.level-1.title {
    font-size: .85rem;
    line-height: 1em;
    padding: 10px;
    margin: 0 0 0 0;
}

/* headers */

.summary.header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.level-4.name, .level-2.name {
	width: 50%;
    display: inline-block;
}

.opened.level-3.title {
	width: 100%;
    display: inline-block;
    margin-bottom: 5px;
	padding: 7px 0;
}

.level-2.title {
    margin: 0;
    position: relative;
    float: left;
}

.level-3 .summary.header {
	padding:0;
}

/* level 3 */

.level-3.header {
    /*padding: 10px;*/
    /* line-height: 1em; */
    display: flex;
    flex-direction: row;
}

.level-3.name {
	width: 50%;
}

.Level3.Details {
    padding: 1rem;
    border-top: 1px dashed #f7f7f7;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.level-3.details:first-of-type {
    padding: 10px;
    border-top: 0;
}

.level-3 .cta-parent {
    width: auto;
    display: inline-block;
	float:right;
}


.level-3.icon {
    width: auto;
    display: block;
    text-align: right;
	margin-left: 7px;
}



.add-campaign-message, .level-3.add, .level-2.add {
	width: 50%;
	display: inline-block;
	text-align: right;
	color: #ff8c00;
	cursor: pointer;
}

.level-2.details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 1rem;
}

.level-2.description {
    font-size: .9rem;
    padding: 0 1rem 1rem 1rem;
    display: flex;
}

/* opened level-2 on marketing */
.summary .detail {
    width: 100%;
    max-width: 185px;
    text-align: center;
    border: 0 !important;
}

.summary .stats {
	display:block;
}

.summary .level-3.detail, .level-2 .level-2.detail {
}

.level-3 .detail:last-of-type, .level-2 .level-2.detail:last-of-type {
	border-right:0;
}

/* charts */

.circular-chart {
    display: flex;
    width: 100%;
    height: 100%;
}

.circle-bg {
    fill: none;
    stroke: #efefef;
    stroke-width: 3.8;
    stroke-width: 4.8;
}

.circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
/*  animation: progress 2s ease-out forwards;*/
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.green .circle {
	stroke: #658a19;
}

.circular-chart.red .circle {
	stroke: #c31432;
	animation-delay: .25s;
}

.circular-chart.orange .circle {
	stroke: #ce910f;
	animation-delay: .15s;
}

.circular-chart.blue .circle {
	stroke: #17696f;
	animation-delay: .10ss;
}

.percentage {
    fill: #000;
    font-size: 0.3rem;
    text-anchor: middle;
}

.points {
    fill: #333;
    font-size: 0.2em;
    text-anchor: middle;
    letter-spacing: 0.5px;
}
/* end of charts */


/* level-3 target list */

.level-3.data-table {
	width: 100%;
}

.level-3.opened.target-list.header {
    border-top: 1px solid #dedede;
}

.level-3.opened.target {
    display: flex;
    flex-wrap: wrap;
    font-size: .75rem;
}



.level-3.opened.target-list {
    cursor: pointer;
}

.target-list-header .receiver, .level-3.opened.target .receiver {
    width: 20%;
	padding: 7px 10px 4px 10px;
	overflow: hidden;
	cursor: pointer;
}

.target-list-header .receiver.gsm, .level-3.opened.target .receiver.gsm {
    width: 20%;
	padding: 7px 10px 4px 10px;
	cursor: pointer;
    align-items: center;
}


.target-list-header .edit-contact, .opened.target .contact-online, .opened.target .edit-contact, .target-list-header .is-it-available, .target-list-header .personalization, .opened.target .is-it-available, .opened.target .personalization, .target-list-header .acted, .target-list-header .opened, .target-list-header .received, .target-list-header .clicked, .opened.target .received, .opened.target .opened, .opened.target .acted, .opened.target .clicked {
    width: 15%;
    text-align: center;
    padding: 7px 10px 4px 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
.target-list-header .edit-contact, .opened.target .contact-online, .opened.target .edit-contact, .target-list-header .is-it-available, .target-list-header .personalization,.opened.target .is-it-available, .opened.target .personalization, .target-list-header .acted, .target-list-header .opened, .target-list-header .received, .target-list-header .clicked, .opened.target .received, .opened.target .opened, .opened.target .acted, .opened.target .clicked {
    justify-content: flex-start;
	}
}

.target-list-header .edit-contact {
	color: #333;
}

.received.icon:hover:after, .opened.icon:hover:after, .clicked.icon:hover:after, .acted.icon:hover:after {
	color: #a7a4a4;
}

.target .icon.positive:after {
	color: #658a19;
}

.received.icon:after, .opened.icon:after, .clicked.icon:after, .acted.icon:after {
	vertical-align: baseline;
}

.received.icon:after {
	font-family: 'fontawesome';
	content: '\F00C'; 
}

.is-it-available.icon.positive:after, .personalization.icon.positive:after, .received.icon.positive:after {
	color: #658a19;
	content: '\F00C';
}

.is-it-available.icon.negative:after,.personalization.icon.negative:after, .received.icon.negative:after {
	color: #c31432;
	content: '\F05E';
}

.received.icon.blocked:after {
	color: #c31432;
	content: '\F05E';
}

.opened.icon:after {
	font-family: 'fontawesome';
	content: '\F00C'; 
}

.clicked.icon:after {
	font-family: 'fontawesome';
	content: '\F00C';
}

.clicked.icon.positive:after {
	font-family: 'fontawesome';
	content: '\F00C';
	color: #658a19;
}

.acted.icon:after {
	font-family: 'fontawesome';
	content: '\ger';
}

.level-3.opened.target:nth-of-type(even) {
	background-color: #f5f5f5;
}

.level-3.opened.target:nth-of-type(odd) {
    background-color: #fff;
}


/* level-2-members */

.level-2-members-container {
    background: #fff;
}
.level-2-members-header {
    font-size: .95rem;
    line-height: 1rem;
    padding: 10px;
    margin: 0 0 0 0;
	width: 90%;
}

.level-2-members-header span {
    line-height: 2rem;
}

.level-2-member-list {
    padding: 10px;
}

.level-2-member {
    width: 200px;
	height: 40px;
	border-radius: 20px;
	margin: 0 10px 10px 0;
	background: rgb(255,255,255);
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0,0,0,.12);
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
	cursor: pointer;
	color: #333;
}

.level-2-member.active {
	background: darkorange;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    color: #fff;
}

.level-2-member:first-of-type {margin-left:0;}

.level-2-member-img {
width: 40px;
    height: 40px;
    padding: 3px;
}

.level-2-member-img img {
	width: 100%;
    height: 100%;
    border-radius: 100%;
}

.level-2-member-name {
	width: 80%;
	font-size: .8rem;
	display: flex;
	align-items: center;
	height: 40px;
}

.level-2-member-name span.full-name {
    line-height: 1em;
    padding: 0 10px;
}


/* project settings & icons*/

.level-2.icons {
    width: 10%;
	float: right;
    display: inline-block;
}

.campaign-targets:after {
	content: '\F140';
    font-family: 'fontawesome';
    position: relative;
    font-size: 1.15rem;
	margin-right: 1px;
}

.members:after {
	content: '\F007';
	font-family: 'fontawesome';	
	position: relative;
	font-size: 1.15rem;

    margin-right: 2px;
}


/* add level-2 */
.add-level-2 span {
    float: right;
    color: darkorange;
}

.add span:after {
    content: '\F067';
    font-family: 'fontawesome';
    margin-left: 5px;
    font-size: .85rem;
    position: relative;
    line-height: 0;
}

.add-level-2 span {
	cursor:pointer;
    transform: scale(1);
	color: #a7a4a4;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}


.add-level-2:hover span {
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
	color: #ff8c00;
}



/* listing level-2 */

.level-2-topic {
    padding: 10px 0 10px 0;
}

.add-level-2-topic {
	right: 0;
}


/* level-3 */
/*
.level-3-task-name, .level-3-topic-name {
    font-size: .8rem;
    margin-top: 0;
}

.level-3-task, .level-3-topic {
	padding: 10px 0 7px 0;
    border-top: 1px solid #dadada;
	cursor:unset;
}

.level-2-topic-details, .level-2-task-details, .level-2-topic-details {
    width: 75%;
    display: inline-block;
	
}

.add-level-3-task, .add-level-3-topic {
	cursor:pointer;
}

.level-3-topic-details:before, .level-3-task-details:before {
    font-family: 'fontawesome';
    margin-right: 5px;
    font-size: 1rem;
    position: relative;
    line-height: 0;
    color: #DDC8A5;
}

.level-3-topic-details:before {
	content: '\F0E6';
}

.level-3-task-details:before {
	content: '\F0E7';
}


.level-3-task-tools, .level-3-topic-tools {
	width: 25%;
	display:inline-block;
	text-align:right;
}

.menu-element-separator:last-child {
	padding-bottom: 0;
}

.level-3-task-tools .cta-parent, .level-3-topic-tools .cta-parent {
    width: auto;
	display: inline-block;
	float:unset;
	line-height: 1em;
}

.level-3-task-tools .cta-animate:after, .level-3-topic-tools .cta-animate:after {
    font-size: 1.15rem;
    margin-left: 5px;
}

.level-3-task-tools .alarm:after, .level-3-topic-tools .alarm:after {
	font-size: 1.05rem;
}

/* org content column */

.org-content {
	display: block;
    position: relative;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}


/* topics and tasks */
.topic-element {
	border-radius: 4px;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0,0,0,.12);
}

.phase-topics {
    width: 40%;
}

.single-project-task {
    margin-bottom: 20px;
}

.add-phase-task, .add-phase-topic {
	width: 30%;
	text-align:right;
}

.add-phase-topic span, .add-phase-task span {
    color: darkorange;
    display: inline-block;
}

.add-phase-topic span:after, .add-phase-task span:after {
	content: '\F067';
    font-family: 'fontawesome';
    margin-left: 5px;
    font-size: .85rem;
    position: relative;
    line-height: 0;
}

.single-project-topic.topic-element {
    margin-bottom: 20px;
}

.single-client-topic     {
	display: block;
    margin-bottom: 10px;
}

.single-task-topic .message-content .level-1, .single-project-topic .message-content .level-1 {
	font-size: .85rem;
}

.project-task-header, .single-task-header, .single-topic-header {
    padding-bottom: 4px;
	border-bottom: 1px solid #dedede;
}

.single-task-author, .single-message-author {
	width: 200px;
    height: 40px;
    border-radius: 20px;
    margin: 0 10px 10px 0;
    background: rgb(255,255,255);
    box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0,0,0,.12);
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
    color: #333;
}

.single-task-author, .single-message-author {
    float: left;
    transform: scale(.85);
    transform-origin: bottom left;
    width: 100%;
    box-shadow: unset;
    border-radius: unset;
    margin: 0;
	cursor: unset;
}


.topic-member-img {
    width: 40px;
    height: 40px;
    padding: 3px;
}

.topic-member-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

span.time-stamp {
	
}

span.date-stamp {
margin-right: 10px;
}

.org-content input {
	background: linear-gradient(90deg, rgba(255,255,255,1) 1%, rgba(247,247,247,1) 58%, rgba(242,242,242,1) 100%);
    border-radius: 4px;
    border: unset;
    margin: 10px 0 10px 0;
	border: 1px solid rgba(33,33,33,.05);
}

.single-project-topic input:focus {
	border: 1px solid darkorange;
}

.message-details {
    margin: 5px 0px;   
}

.task-details {
	
}

/*
.message-content {
    line-height: 1.2em;
    margin-top: 10px;
    color: #333;
}


*/

/* alarms */

.alarm:after {
    content: '\F0F3';
    font-family: 'fontawesome';
    position: relative;
    font-size: 1.05rem;
	color: #a7a4a4;
}

.alarm.active:after {
	color: darkorange;
} 

.level-2-topic-name.active {
	color: darkorange;
}

/*.single-topic-name.active:before {
    content: 'new';
    font-size: .5rem;
    background-color: darkorange;
    color: #FFF;
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    line-height: .5rem;
}*/



/* call to actions */

.general-topic-tools span {
		cursor:pointer;
    transform: scale(1);
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.cta-parent:hover .icon.cta-animate {
	-webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
	color: #ff8c00;

	}
	
.cta-parent {
	color: #a7a4a4;;
	cursor:pointer;
    /*transform: scale(1);*/
	line-height: 1em;
	/*-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;*/
}


/* modal for all popups */



  .popup-overlay, .org-modal-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    /*transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);*/
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 2.5s ease-in-out;
  }
  .popup-overlay.active, .org-modal-overlay.active {
    opacity: 1;
    visibility: visible;
	background: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
	z-index: 9999;
  }


.popup-container, .org-modal {
	position: relative;
	margin: 0 auto;
	width:100%;
	max-width: 650px;
	border-radius: 4px;
	opacity: 0;
	overflow-y: auto;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/*transform: scale(1.5);*/
	/*transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);*/
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
	max-height: 90vh;
}
.popup-container .close-popup, .org-modal .org-close-modal {
	position: absolute;
    cursor: pointer;
    top: -4px;
    right: 10px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*transition: opacity 0.3s;*/
	/*transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);*/
    transition-delay: 0.3s;
	line-height: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.popup-container .close-popup svg, .org-modal .org-close-modal svg {
	width: 1.25rem;
    height: 1.25rem;
}

.popup-container.active .close-popup, .org-modal.active .org-close-modal {
    transform: translateY(10px);
    opacity: 1;
	z-index: 999;
}

.popup-container .popup-content, .org-modal .org-modal-content {
	opacity: 0;
	backface-visibility: hidden;
    transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0s;
    margin: 0;
    /*border-top: 1px solid #dadada;*/
    padding:0;
}
.popup-container.active, .org-modal.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  
}
.popup-container.active .popup-content, .org-modal.active .org-modal-content {
  opacity: 1;
}
.popup-container.active .close-popup, .org-modal.active .close-modal {
  transform: translateY(10px);
  opacity: 1;
  z-index: 999;
  }
  
.popup-content .element-card {
    background-color: white;
	overflow: hidden;
}

/* add message for sender */


/* popup mobile */
@media only screen and (max-width: 768px) {

  .popup-container, .org-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 50px;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    transform: scale(1.1);
    padding: 0 !important;
	width: unset;
    background: #fff;
	}
	
	.popup-container .popup-content, .org-modal .org-modal-content {
		display: flex;
		align-items: center;
	}
	
	.close-popup, .org-close-modal {
	
	}
	
	.single-project-member {
	width: 150px;
    transform-origin: bottom left;
	}
	
	.project-member-name {
		width: 110px;
	}
	
	.organization-manager {
    padding: 5px;
	}

	
}


/* custom scrollbar */
.simplebar-scrollbar::before {
  background-color: darkorange;
}

    .simplebar-content-wrapper {
      overflow: auto;
    }

.simplebar-track.simplebar-vertical {
  top: 40px;
  width: 12px;
}


/* settings popup */
.popup-container {
    display: flex;
    padding-top: 20px;
    background-color: transparent;
    max-height: unset;
    height: 100%;
	width: 100%;
/*    width: calc(90% - 50px); */
/*    width: calc(100% - 50px);*/
    max-width: unset;
    margin: 0;
    position: fixed;
    opacity: 0;
    visibility: hidden;
}

.popup-overlay.active .popup-container {
	opacity: 1;
	visibility: visible;
	min-height: 101vh;
}

.popup-overlay input {
	cursor: pointer;
}

.settings-popup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.settings-identity.header {
    /* box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0,0,0,.12); */
    border-radius: 4px;
    /* background-color: #fff; */
    width: 100%;
    max-width: 1000px;
    display: flex;
}

.level-3.header .name span, .settings-identity.header span {
    border-radius: 4px;
}

.level-3.header .name span:after, .settings-identity.header span:after {
	content: '\/';
    font-family: 'fontawesome';
    position: relative;
    font-size: 1em;
    margin-left: 13px;
}

.level-3.header .name span:last-of-type:after, .settings-identity.header span:last-of-type:after {
	display:none;
}

.level-3.header .name span:first-of-type {
	margin-left: 0;
}

.settings-identity.header .name {
    width: calc(100% - 40px);
	
}

.add-campaign-message, .user-messages .name {
    width: 50%;
	padding: 10px;
	line-height: 1em;
}

/* select register */
.select-register {
	display:flex;
	flex-wrap:wrap;
}

/* choose register */
.find-a-register, .register-list {
width: 100%;
display:flex;	
justify-content: center;
align-items: center;
padding: 10px;
}

.find-a-register input {
	padding: 7px 10px 4px 10px;
	background: linear-gradient(90deg, rgba(242,242,242,1) 1%, rgba(247,247,247,1) 58%, rgba(255,255,255,1) 100%);
    border-radius: 4px;
    border: unset;
    border: 1px solid rgba(33,33,33,.05);
	text-align:center;
	    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
	margin: 0;
}

.find-a-register input:focus {
	border-color: #ff8c00;
}

.accord-use-register, .accord-register-health, .accord-register-stat, .accord-register-name {
	display: flex;
    flex-wrap: wrap;
	padding: 7px 10px 7px 10px;
}

.accord-use-register, .accord-register-health, .accord-register-stat {
    width: 15%;
	text-align:center;
	justify-content: center;
}

.accord-register-name {
	width: 55%;
    justify-content: left;
	align-items: baseline;
    display: flex;
    color: #ff8c00;
    flex-wrap: wrap;
}

.accord-register-name:before {
	font-family: 'FontAwesome';
    content: '\F0CA';
    font-size: .8rem;
    line-height: 1em;
    margin-right: 7px;
}

/* Style the buttons that are used to open and close the accordion panel */
.open-register-accordion {
    cursor: pointer;
    width: 100%;
    outline: none;
    background: linear-gradient(90deg, rgba(255,255,255,1) 1%, rgba(247,247,247,1) 58%, rgba(242,242,242,1) 100%);
    border: unset;
    border: 1px solid rgba(33,33,33,.05);
    text-align: center;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
	display:flex;
    border-bottom: 0;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.open-register-accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.register-accordion {
  display: none;
  overflow: hidden;
}

.register-accordion .target-list-header {
	border:0;
}



.single-register-line {
    background-color: #f5f5f5;
    background: linear-gradient(90deg,
				rgba(255,255,255,1) 1%,
				rgba(247,247,247,1) 58%,
				rgba(242,242,242,1) 100%);
}

.register-accordion .target-list-header {
	background-color:inherit;
}

.register-accordion .opened.target:nth-of-type(odd) {background-color: inherit;background:iherit;}
.register-accordion .opened.target:nth-of-type(even) {background-color:#fff;
    background: #FFF;
				/*linear-gradient(90deg,
				rgba(242,242,242,1) 1%,
				rgba(247,247,247,1) 58%,
				rgba(255,255,255,1) 100%);*/
}

.accord-register-description {
    display: flex;
    width: 100%;
    font-size: .8rem;
    color: #4e4e4e;
    padding: 0px 10px 10px 10px;
    line-height: 1em;
    max-width: 55%;
    flex-wrap: wrap;
}



.message-action {
	display: flex;
    width: 33%;
    flex-wrap: wrap;
	padding: 10px;
}

.message-action span {
	width: 100%;
}

/* campaign message content */
.tiny-campaign-message {
    display: flex;
    height: 100%;
    /* border: 1px solid rgba(33,33,33,.1); */
    /* border-radius: 4px; */
    flex-direction: column;
}

.ql-container.ql-snow {
    border: none;
}

.message-settings.element-card {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.campaign-message-content.form-container {
    height: inherit;
}


/* popup container media queries */
@media only screen and (max-width: 768px) {
/*	.popup-container {
    display: flex;
    top: 0%;
    bottom: 0;
    left: 0;
    background-color: transparent;
    max-height: unset;
    height: 100%;
    width: calc(100% - 50px);
    max-width: unset;
    margin: 0;
    position: fixed;
	background-color: rgba(0,0,0,.8);
	}*/
.message-action {
    width: 100%;
	}	
}

.menu .level-2.header, .menu .level-3.header, .menu .level-4.header {
    background-color: #F7F7F7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.menu .level-3.header, .menu .level-4.header {
    background-color: #F7F7F7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    align-items: center;
}





/* media queries */

@media screen and max-width (500px) {
	.alarm:after {
		font-size: .85rem;
	}
	.level-2-members:after {
    font-size: 1.1rem;
    margin-right: 0;
	}
}


.ql-toolbar.ql-snow {
    border: none;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px;
    height: fit-content;
    border-bottom: .025rem solid #0000001f;
}