
:root {
  --c-text-primary: #000;
  --c-text-secondary: #5a4d9c;
  --c-text-action: #7e367b;
  --c-accent-primary: #60afc3;
  --c-border-primary: #ccc;
  --c-background-primary: #ffffff;
  --c-background-secondary: #fdfcff;
  --c-background-tertiary: #ecf3fe;
  --c-background-quaternary: #e9ecf4;
}

html, body { height: 100% }


body {
  line-height: 1.5;
  font-family: "Be Vietnam Pro", sans-serif;
  background-color: var(--c-background-secondary);
  color: var(--c-text-primary);
}

.site-wrapper {
	height:100%;
}

img {
  display: block;
}

:focus {
  outline: 0;
}

.responsive-wrapper {
  width: 100%;
  height: 100%;
  /*max-width: 1800px;*/
  margin-left: auto;
  margin-right: auto;
}

.header {
  display: flex;
  position:fixed;
  z-index:20;
  width:100%;
  align-items: center;
  height: 80px;
  border-bottom: 1px solid var(--c-border-primary);
  background-color: var(--c-background-primary);
}

.header-content {
  display: flex;
  align-items: center;
}
.header-content > a {
  display: none;
}
@media (max-width: 1200px) {
  .header-content {
    justify-content: space-between;
  }
  .header-content > a {
    display: inline-flex;
  }
}

.header-logo {
  margin-right: 2.5rem;
}
.header-logo a {
  flex-shrink: 0 !important;
  align-items: center;
}
.header-logo a div {
  flex-shrink: 0;
  position: relative;
}
.header-logo a div:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  overflow: hidden;
}


.account-menu-avator {
  display:block;
  position:relative;
  height:40px;
}
.ama-circle {
  width:30px;
  height:30px;
  position:absolute;
  top:2px;
  left:0px;
  padding-top:8px;
  font-size:14px;
  line-height:14px;
  font-family:'Be Vietnam Pro Bold';
  text-align:center;
  border-radius:50%;
  background-color:#5a64a5;
  background: linear-gradient(0deg, #5a64a5 0%, #60bdc8 100%);
  color:#fff;     
}
.ama-circle.orange, .dd-icon.orange {
  background: linear-gradient(180deg, rgba(226,109,31,1) 0%, rgba(227,166,38,1) 100%);
}
.ama-name {
  position:absolute;
  left:36px;
  color:#000;
  font-size:13px;
  line-height:17px;
  top:0px;
  width:75%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family:'Be Vietnam Pro SemiBold';
}
.account-menu-avator:hover a.ama-name {
  color:#1997ce;
}
.header-navigation .account-menu-avator .ama-circle {
  background:#000;
}
.ama-email {
  position:absolute;
  left:36px;
  top:19px;
  color:#666;
  font-size:12px;
  overflow: hidden;
  width:85%;
  text-overflow: ellipsis;
  line-height:15px;
  font-family:'Be Vietnam Pro Light';
}

.inv-prod-type {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;  
}

.dd-dropdown {
  display: inline-block;
  position: relative;
}
.dd-button {
  display: inline-block;
  border-radius: 5px;
  font-size:14px;
  min-height:36px;
  min-width:120px;
  width:265px;
  font-family:'Be Vietnam Pro Medium';
  padding: 6px 35px 6px 40px;
  background-color:#f5f5f5;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid transparent;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dd-button:after {
  content: '';
  position: absolute;
  top: 45%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}
.dd-button:hover {

}
.dd-button.active {
	background-color:#fff;
	border:1px solid #000;
}
.dd-button.active:after {
	top:40%;
	transform:rotate(180deg);
}
.dd-icon {
	position:absolute;
	left:4px;
	top:4px;
	width:28px;
	height:28px;
  	border-radius: 5px;
	background-color:#1997ce;
	color:#fff;
	font-size:14px;
	line-height:18px;
	padding-top:5px;
	text-align:center;
    background: linear-gradient(0deg, #5a64a5 0%, #60bdc8 100%);
}
.dd-input {
  display: none;
}
.dd-menu, .dd-vert-menu, .dd-page-menu, .dd-results-menu {
  position: absolute;
  top: 90%;
  width:240px;
  border-radius: 6px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);	
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);	
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);		
  background-color: #ffffff;
  list-style-type: none;
  overflow:hidden;
  z-index:9999;  
}

.dd-menu {
opacity:0;
width:265px;
max-height:350px;
border-radius:7px;
box-shadow: 0 15px 34px rgba(0, 0, 0, 0.20);	
-moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.20);	
-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.20);		
}
.dd-menu div {
width:100%;
height:100%;
overflow-x:hidden;
overflow-y:auto;
}

.stripe-dd span {
  width: 90%;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dd-font-dropdown, .dd-h1-font-dropdown, .dd-schemes-dropdown, .dd-btn-style-dropdown, .dd-input-dropdown {
	width:100% !important;
}
.dd-schemes-dropdown .dd-button {
  	width:285px;
	background-color:transparent;
}
.dd-font-dropdown .dd-button, .dd-h1-font-dropdown .dd-button, .dd-btn-style-dropdown .dd-button, .dd-input-dropdown .dd-button {
	width:100%;
	color:#000;
	background-color:#fff;
	border:1px solid #ccc;	
}


.dd-font-dropdown .dd-button:hover, .dd-h1-font-dropdown .dd-button:hover, .dd-btn-style-dropdown .dd-button:hover, .dd-input-dropdown .dd-button:hover, .dd-font-dropdown .dd-button.active, .dd-h1-font-dropdown .dd-button:active, .dd-btn-style-dropdown .dd-button.active, .dd-input-dropdown .dd-button.active {
	border:1px solid #000;	
}

.dd-schemes-dropdown {
	position:absolute;
	right:0px;
	top:-25px;
}
.dd-schemes-dropdown .dd-button.active {
  box-shadow: none;	
  -moz-box-shadow: none;	
  -webkit-box-shadow: none;		
}
.dd-schemes-dropdown, .dd-schemes-dropdown .dd-button {
	border:0 !important;
	margin-top:-8px;
}
.dd-schemes-dropdown .dd-menu {
	width:100%;
	max-height:200px;
	animation:none !important;
}

.dd-font-dropdown .dd-button, .dd-h1-font-dropdown .dd-button, .dd-schemes-dropdown .dd-button, .dd-btn-style-dropdown .dd-button, .dd-input-dropdown .dd-button {
	padding-left:10px;
	border:1px solid #999;	
}
.dd-input-dropdown .dd-button {
background-color: #f5f5f5 !important;
border:1px solid #000;
padding-top: 8px;
height: 40px;
border-bottom:2px solid #000;
color:#000;
}
.dd-input-dropdown .dd-button i {
  font-size:16px;
  margin-right: 5px;
}
.dd-font-dropdown li, .dd-h1-font-dropdown li, .dd-schemes-dropdown li {
	padding:8px 10px 8px 10px !important;
	font-size:16px !important;
	color:#000;
	line-height:1;
}
.dd-input-dropdown li {
	padding:10px 14px 10px 14px !important;
	font-size:16px !important;
	color:#000;
}

.dd-btn-style-dropdown .dd-button {
	padding:2px !important;	
}
.dd-btn-style-dropdown .dd-button img {
	width:45%;	
}
.dd-btn-style-dropdown li {
	display:inline-block !important;
	width:48% !important;
}
.dd-btn-style-dropdown li img {
	width:100%;
}
.dd-btn-style-dropdown li img:hover {
	opacity:0.8;
}
.dd-font-dropdown li a, .dd-h1-font-dropdown li a, .dd-btn-style-dropdown li a, .dd-input-dropdown li a {
	color:#000;
}
.dd-font-dropdown .dd-menu, .dd-h1-font-dropdown .dd-menu, .dd-btn-style-dropdown .dd-menu, .dd-input-dropdown .dd-menu {
	width:100%;	
	max-height:200px;
	height:200px;
}
.dd-font-dropdown .dd-menu li.selected, .dd-h1-font-dropdown .dd-menu li.selected, .dd-input-dropdown .dd-menu li.selected {
  background-color:#000;
  color:#fff;	
}
.dd-input-dropdown .dd-menu li.disabled {
  pointer-events: none !important;
  opacity: 0.4;
}

.dd-vert-menu, .dd-page-menu, .dd-results-menu {
	display:none;
	top:40px;
	right:10px;	
	width:180px;
}
.dd-input + .dd-menu {
	display:none;
} 
.dd-input:checked + .dd-menu {
	display:block;
	opacity:1;
	animation: slidedownmenu 0.15s ease-out forwards;
} 
.dd-menu li, .dd-vert-menu li, .dd-page-menu li, .dd-results-menu li {
  margin-bottom:6px;
  cursor: pointer;
  font-size:13px;
  line-height:18px;
  text-align:left;
  white-space: nowrap;
  margin:0px !important;
}
.dd-page-menu {
  margin-bottom:40px;
}
.dd-page-menu li, .dd-results-menu li {
  font-size:13px;
  margin:0;
}
.dd-btn-style-dropdown .dd-menu {
	max-height:160px !important;
}

.dd-menu li a, .dd-vert-menu li a, .dd-page-menu li a, .dd-results-menu li a {
  padding: 12px 18px;
  display: block;
  color:#000;
  margin:0;
}
.dd-vert-menu li a, .dd-page-menu li a, .dd-results-menu li a {
	padding: 6px 17px;
	display:block;	
}

.dd-menu li:hover, .dd-menu li:hover a, .dd-vert-menu li:hover, .dd-page-menu li:hover, .dd-results-menu li:hover, .li-accounts:hover a.ama-name {
  background-color:#f5f5f5;
  color:#1997ce;
}
.dd-menu li.divider, .dd-vert-menu li.divider, .dd-page-menu li.divider, .dd-results-menu li.divider {
  border-bottom: 1px solid #ededed;
  height:1px;
  padding:0;
  margin:0;
}

.li-accounts {
  padding-top:2px !important;
  position: relative;
}

.li-accounts a {
	display:block;
	padding:6px 10px 10px 10px !important;
	max-height:250px;
	margin:0px;
	margin-left:20px !important;
	overflow-y:auto;
	overflow-x:hidden;
}
.li-accounts a:hover .ama-name {
	color:#1997ce;	
}
.li-accounts.selected-account {
   background-color:#f5f5f5;
}
.li-accounts.selected-account:after {
position: absolute;
content:'';
top:50%;
transform: translateY(-50%);
right:12px;
width:6px;
height:6px;
background-color:#5fc0c9;
border-radius:50%;
}

.account__toggle {
  position: absolute;
  top: 8px;
  right:10px;
  width: 30px;
  height: 30px;
  border-radius:5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}
.account__toggle i {
  color: #000;
  font-size: 1.0em;
  transition: transform ease-in-out 0.5s;
}
.account__toggle.active i {
  transform: rotate(-180deg);
}

.action-button {
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  height: 40px;
  border-radius: 8px !important;
  line-height: 1;
  cursor:pointer;
  text-align:center;
  border: 1px solid var(--c-border-primary);
  color: var(--c-text-primary);
  font-size: 0.875rem;
  transition: 0.15s ease;
  background-color: var(--c-background-primary);
}
.action-button i {
  margin-right: 0.4rem;
  font-size: 1em;
}
.action-button span {
  font-weight: 500;
}
.action-button:hover, .action-button:active {
  border-radius: 8px !important;
  color: var(--c-accent-primary);
}


.filter-button, .acc-menu-button {
  display:none;
  width:40px;
  position:relative;
  text-align:center;
  color: var(--c-text-primary);
  border-color:#ccc;
  font-size:16px;
  line-height:16px;
  z-index:99;
}
.filter-button {
	height:35px;
	width:38px;	
}

.filter-button.active, .filter-button:hover, .acc-menu-button.active, .acc-menu-button:hover {
  border-color: #000;
  color: #000;
}
.filter-button i {
	margin-right:0px;	
}

.filter-design-button {
  position:absolute;
  top:10px;
  left:10px;	
}

.acc-menu-button {
	position:absolute;
	width:38px;
	height:34px;
	top:10px;
	left:20px;
	padding:0;
	padding-top:8px;	
}
.acc-menu-button i {
	margin:0;
}
.add-ws-button {
	width:30px;
	height:28px;
	font-size:15px;
	line-height:15px;
	padding-top:6px;
	position:absolute;
	right:0px;
	top:5px;
	text-align:center;
	border-radius:6px;
	color:#000;
}
.add-ws-button i {
	font-size:15px;
}
.add-ws-button:hover {
	background-color:#f5f5f5 !important;
}

.ws-share-btn, .gen-codes-btn {
  position: absolute;
  right:6px;
  top:2px;
  height:35px;
  z-index: 10;
  cursor: pointer;
  background-color: #000;
  color:#fff !important;
  pointer-events: auto;
}
.ws-share-btn:hover, .gen-codes-btn:hover {
  opacity:0.8;
}
.ws-share-btn.disabled, .gen-codes-btn.disabled {
  cursor: auto;
  opacity: 0.4;
  pointer-events: none;
}

.ws-share-role {
 position:absolute;
 right:55px;
 top:7px;
 padding: 0px;
 padding-left: 8px;
 padding-right: 6px;
 margin: 0;
 width: 100px !important;
 z-index: 1; 
}
.gen-code-amount {
 position:absolute;
 right:110px;
 top:7px;
 padding: 0px;
 padding-left: 8px;
 padding-right: 6px;
 margin: 0;
 width: 90px !important;
 z-index: 1;   
}

.icon-button {
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left:6px;
  margin-right:6px;
  border-radius: 8px;
  color: var(--c-text-primary);
  transition: 0.15s ease;
}
.icon-button i {
  font-size: 1.25em;
}
.icon-button:focus, .icon-button:hover {
  background-color: var(--c-background-tertiary);
  color: var(--c-accent-primary);
}

.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size:21px;
  line-height:21px;
  color: var(--c-text-primary);
  border-radius: 50%;
  overflow: hidden;
}

.main {
  padding-top: 5rem;
  position:relative;
  height:100%;
}

.main-subpages {
  padding-top: 3rem;	
}

.main-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position:absolute;
  width: 100%;
  /*max-width: 1800px;*/
  margin-left: auto;
  margin-right: auto;
  padding-top:4px;
  padding-left:20px;
  padding-right:20px;
  top: 48px;
  left: 0;
  right: 0;
  background-color:#fff;
  z-index:200;
  border-bottom:1px solid #ccc;
}

.main-header .col-md-8, .main-header .col-md-4 {
	padding-left:0px;	
	padding-right:0px;
}

.content-main h1 {
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1.1;
}


.w-search, .i-search, .gc-search {
  position: relative;
  display:inline-block;
  float:right;
  align-items: center;
  width: 100%;
  max-width: 340px;
}
.i-search {
	float:none !important;	
	max-width: 100% !important;
}
.w-search input, .i-search input, .gc-search input {
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em 0 40px;
  height: 37px;
  border-radius: 6px;
  border: 1px solid transparent;
  background-color:#f5f5f5;
  border:1px solid #ccc;
  color: var(--c-text-primary);
  font-size: 0.875rem;
  transition: 0.15s ease;
  width: 100%;
  line-height: 1;
}
.w-search .srch-x-icon, .gc-search .gc-srch-x-icon { 
	top:5px !important;
	right:7px !important;
	cursor:pointer !important;
	left:auto !important;
}
.w-search input::-moz-placeholder, .gc-search input::-moz-placeholder, .i-search input::-moz-placeholder {
  color: #666;
}
.w-search input:-ms-input-placeholder, .gc-search input:-ms-input-placeholder, .i-search input:-ms-input-placeholder {
  color: #666;
}
.w-search input::placeholder, .gc-search input::placeholder, .i-search input::placeholder {
  color: #666;
}
.w-search input:focus, .gc-search input:focus, .i-search input:focus {
  background-color:#fff;
  border:1px solid #000 !important;
}
.w-search .top-srch-icon, .w-search .top-srch-close, .gc-search .top-srch-icon, .gc-search .top-srch-close, .i-search .top-srch-icon, .i-search .top-srch-close {
  border: 0;
  cursor:auto;
  background-color: transparent;
  position: absolute;
  left:14px;
  top: 7px;
  font-size: 1em;
  color:#333;
  padding: 0;
  width:20px;
  height: 30px;
}

.overlay-filter-menu {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:99;	
  background-color: rgba(0,0,0,0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px) contrast(20%);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0,0,0);
  transform: translateZ(0);   
}		

.list-unstyled {
  margin: 0;
  margin-left: 20px;
  padding: 0;
  text-align:left;
}
.list-unstyled li {
  padding:0 !important;
  margin: 0 !important;
  margin-bottom: 4px !important;
}

#search-results {
	display:none;
	width:340px;
	min-height:80px;
	max-height:350px;
	overflow-y:auto;
	position:absolute;
	top:50px;
	right:20px;
	border-radius:8px;
	border:1px solid #000;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);	
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);	
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);		
}
#search-results a {
	display:block;
	padding:10px 16px 10px 16px;
	text-align:left;
	font-size:14px;
	line-height:18px;
	color:#000;	
	cursor:pointer;
}
#search-results a:hover {
	background-color:#ecf3fe;
	color:var(--c-accent-primary);
}

.horizontal-tabs {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  overflow-x: auto;
}
@media (max-width: 1000px) {
  .horizontal-tabs {
    scrollbar-width: none;
    position: relative;
  }
  .horizontal-tabs::-webkit-scrollbar {
    display: none;
  }
}
.horizontal-tabs a {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  height: 32px;
  padding: 0 0.8rem;
  margin-top:6px;
  margin-bottom:8px;
  font-size:14px;
  font-weight: 500;
  border-radius:6px;
  border:1px solid transparent;
  color: inherit;
  text-decoration: none;
  transition: 0.15s ease;
  font-family:'Be Vietnam Pro SemiBold';
  -moz-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;  
}
.horizontal-tabs a:hover, .horizontal-tabs a:focus, .horizontal-tabs a.active {
  background-color:#f1f1f2;
  border-bottom:2px solid var(--c-text-secondary);
  color: var(--c-text-secondary);
}
.horizontal-tabs a + * {
  margin-left: 0.3rem;
}

.speech-alert-bubble {
  background-color: #000;
  color:#fff;
  display: none;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0.4em 1.2em;
  position: absolute;
  top:-10px;
  left:0;
  right: 0;
  margin: 0 auto;
  width: 160px;
  border-radius: 7px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); 
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);  
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);   
}
.speech-alert-bubble:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 0;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #000 transparent;
}

.create-x-btn {
	background-color:#000;
	color:#fff;
	height:34px;	
}
.create-x-btn:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);	
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);	
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);	
  color:#fff;	
}
.create-x-btn.btn-disabled {
  pointer-events: none !important;
  opacity:0.2 !important;
}


.shadow-block {
	padding:15px;
	border-radius:8px;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);			
}

.content-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  margin-top: -1px;
}

.content-header-intro h2 {
  font-size: 1.25rem;
  font-weight: 600;
}
.content-header-intro p {
  color: var(--c-text-primary);
  margin-top: 0.25rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.content-header-actions {
	height:45px;
	padding-right:20px;
}

.content {
  display: flex;
  align-items: flex-start;
  padding-top: 17px;
  height:100%;
  background-color:#f7f7f7;
}

.content-panel {
  display: none;
  position:relative;
  max-width: 300px;
  width: 100%;
  height:100%;
  background-color:#fff;
  padding: 1.6rem 1rem 0rem 1rem;
  margin-right:0rem;
}
@media (min-width: 992px) {
  .content-panel {
    display: block;
  }
}


.card-type {
	position: absolute;
    right: 12px;
    top: 10px;
    width: 10%;
}
.card-type img {
	width: 80%;
}

.acc-summary-panel {
	display:block;
	width:100%;
	height:50%;
	display: flex;
	position:relative;
	background-color:#fff;
	flex-direction: column;
}

.acc-wrapper {
	position:absolute;
	bottom:20px;
	width:100%;
	z-index:100;
}
.account-section {
	background-color:#fff;
	border-radius:8px;
	padding:14px;
	border:1px solid #ebebeb;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);	
}

#workspace-holder {
  display:block;
  position:relative;
  height:100%;
  overflow-x:hidden;
  overflow-y:auto;	
}

.progress-bar {
	background-color: #d8d8d8;
	border-radius: 5px;
	position: relative;
	margin: 10px 0;
	height: 20px;
	width: 100%;
}
.progress-done {
	background-color:#59539e;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size:13px;
	line-height:12px;
	width: 0;
  border-radius: 6px;
  overflow: hidden;
	font-family:'Be Vietnam Pro Bold';
	opacity: 1;
	transition: 1s ease 0.3s;
}

.increase-limit-link {
	font-family:'Be Vietnam Pro Bold';
	color:#000;
	font-size:12px;
	line-height:12px;
	float:right;	
}
.increase-limit-link:hover, .increase-limit-link:active {
	text-decoration:underline;
}

.vertical-tabs {
  display: flex;
  position:relative;
  flex-direction: column;
  height:50%; 
}

.vertical-tabs .vt-link {
  display: flex;
  align-items: center;
  padding: 0.75em 0.8em 0.75em 1.5em;
  background-color: transparent;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size:15px;
  line-height:18px;
  cursor:pointer;
  color: var(--c-text-primary);
  transition: 0.15s ease;
}

.shared-icon {
  position: absolute;
  left:4px;
}


.vertical-tabs .vt-link .ws-label {
  width:185px;
  font-size:13px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vertical-tabs .vt-link {
  position:relative;
  padding-right:40px;	
}

.accounts-side-panel .vt-link .arrow-hover {
	color:#000;
	position:absolute;
	top:10px;
	display:none;
	right:15px;
}

.accounts-side-panel .vt-link:hover .arrow-hover {
	display:block;
    transition: 0.2s ease-in-out;
}


ul.breadcrumbs {
  list-style:none;
  display:flex;
  margin:0;
  padding:0;
  position:absolute;
  top:14px;
  left:5px;
}
.breadcrumbs li {
	margin:0;
	padding:0;
}

.breadcrumbs li a, .breadcrumbs li {
  color:#000;
  max-width:140px;
  font-size:13px;
  line-height:15px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration:none;
}

.breadcrumbs li a:hover {
  transition-delay:50ms;
  transition:50ms;
  color:#1997ce;
}
.breadcrumbs li.seperator  {
  width:20px;
  margin-left:5px;
}
.breadcrumbs li.seperator:before  {
  padding:4px;
  color:#999;
  content: "/\00a0";
}

.remove-member-btn, .remove-ws-member-btn {
  height: 33px;
}
.remove-member-btn:hover, .remove-ws-member-btn:hover {
  border-color:#000;
}

.total-w-pages {
	position:absolute;
	font-size:12px;
	line-height:12px;
	opacity:0.6;
	background-color:rgba(0, 0, 0, 0.05);
	padding:7px 8px 7px 8px;
	top:6px;
	border-radius:4px;
	right:34px;
	text-align:right;
}

.item-menu-btn {
	position:absolute;
	display:block;
	top:5px;
	right:5px;
	padding:6px 10px 6px 10px;
	font-size:15px;
	line-height:15px;
	color:#999;
	border-radius:4px;
	z-index:1;
}
.item-menu-btn:hover {
	color:#000;
}
.item-menu-btn.active, .page-menu-btn.active {
	display:block;
	color:#000;
	background-color:rgba(0, 0, 0, 0.1);
}
.vt-link.active .total-w-pages {
	background-color:rgba(0, 0, 0, 0.05);
	opacity:1;
	color:#000;
}

.vertical-tabs .vt-link:hover .item-menu-btn {
	display:block;	
}
.vertical-tabs .vt-link:hover, .vertical-tabs vt-link:focus, .vertical-tabs .vt-link.active {
  background-color: var(--c-background-tertiary);
  color: #5a4d9c;
}
.vertical-tabs .vt-link + * {
  margin-top: 0.25rem;
}

.vertical-tabs .tab-title {
	padding-top:4px;
	font-family:'Be Vietnam Pro SemiBold';
	width:140px !important;
}
.tab-title i {
	margin-right:0.5em;	
}

.back-ws-link {
	font-size:13px;
	line-height:13px;
	color:#000;
	display:block;
	margin-top:-10px;
	padding:10px 10px 10px 0px;
    transition: 0.2s ease-in-out;
}
.back-ws-link:hoverm .back-ws-link:focus {
	color:#000;
	opacity:0.6;
    transition: 0.2s ease-in-out;
}
.back-ws-link:hover i {
	margin-right:2px !important;
    transition: 0.2s ease-in-out;
}

.pages-spinner {
	position:absolute;
	top:250px;
	left:0;
	right:0;
	margin:0 auto;
	width:30px;
	height:30px;
	text-align:center;
}

.modal-spinner {
  display: none;
  position: absolute;
  width:300px;
  height: 180px;
  border-radius: 12px;
  background-color: #fff;
  left:0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  text-align: center;
  opacity: 0.95;
  transform: translateY(-50%);
  z-index: 999000;
  -webkit-box-shadow: 0px 1px 48px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 48px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 48px rgba(0, 0, 0, 0.2);    
}
.modal-spinner .inner {
  position: absolute;
  display: block;
  top:50%;
  left:0;
  right: 0;
  transform: translateY(-50%);  
}
.modal-spinner i {
  display: block;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}
.modal-spinner span {
  font-size: 16px;
}


.dr-btn-accept {
  height:30px !important;
  padding:8px !important;
  border-radius:6px;
  font-size:14px !important;
  line-height:14px !important;
  background-color:#000;  
  color:#fff;
}
.dr-btn-close {
  height:30px !important;
  padding:8px !important;
  border-radius:6px;
  color:#000;
  font-size:14px !important;
  line-height:14px !important;
  background-color:#fff;
  border:1px solid #000;  
}
.dr-btn-accept:hover, .dr-btn-close:hover {
  opacity:0.7;  
}

.page-menu-btn {
	width:30px;
	height:28px;
	padding-top:5px;
	text-align:center;
	position:absolute;
	top:8px;
	right:10px;
	font-size:16px;
	line-height:18px;
	cursor:pointer;
	color:#000;
	z-index:15;
	background-color:#fff;
	border-radius:6px;	
  border:1px solid transparent;
}
.page-menu-btn:hover, .page-menu-btn:active, .page-menu-btn.active {
	background-color:#fff;
	-webkit-box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.1);	
	border:0px;
	opacity:0.8;
	color:#000;
  border:1px solid #999;
}

#pages-holder {
  overflow:hidden;
  height:100%;
}

.content-main {
  position:relative;
  padding-top: 1.3rem;
  padding-bottom: 3.2rem;
  padding-left:20px;
  flex-grow: 1;
  width:100%;
  height:100%;
  overflow:hidden;
}


.card-grid {
  display: grid;
  position:relative;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto auto 1fr 1fr 1fr auto auto;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  -moz-row-gap: 1.5rem;
       row-gap: 1.5rem;
  height:100%;
  padding-bottom:20px;
  overflow:auto;
  overflow-x:hidden;
  padding-right:12px;
}
@media (min-width: 600px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .template-link .thumb {
    min-height:110px;
  }  

}


.modal-templates {
	height:100%;	
}
.modal-templates .modal-dialog,
.modal-templates .modal-content {
  max-width: 98% !important;
  height: 98% !important;
	margin:0 auto !important;
	top:1%;
}
.modal-templates .modal-body {
  max-height:100% !important;
  height:100% !important;
	overflow:hidden !important;
	padding:0;
}

@media (min-width: 1500px) {
  .modal-templates .modal-dialog {
    max-width:1500px !important;
  }
}

.temp-modal-thumb {
  height:220px;
  margin-top: 20px;
  margin-bottom: 15px;
  border-radius:10px;
  overflow: hidden;
}

#templates-box {
	position:relative;
}
.templates-cat-menu {
	position:absolute; 
	top:0;
	background-color:#fff; 
	width:25%;
	z-index:2; 
	transition:ease-in 0.1s;
	height:100%;
	overflow-y:auto;
	padding:15px 10px 10px 20px;
}
.templates-cat-menu.open {
	left:0;
}
.tcm-link {
	display:block;
	padding:5px 10px 5px 10px;
	color:#000;
	cursor:pointer;
	font-size:13px;
	border-radius:5px;
	font-weight:700;
	margin-bottom:5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	
}
.tcm-link:hover {
	color:#000;
	background-color:#ecf3fe;
}
.templates-div {
	position:absolute;
	top:0;
	left:25%;
	height:100%;
	overflow-y:auto;
	width:calc(100% - 25%);
	padding:15px;
	padding-left:25px;
}
.template-link, .custom-build {
    border-radius: 10px;
    overflow: hidden;
}
.template-link .thumb, .custom-build .thumb {
	width:100%;
  background-size:100% auto;
	min-height:110px;
  background-repeat: no-repeat;
}

.temp-title {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0px !important;
  white-space: nowrap;
  text-overflow: ellipsis;   
}

.template-link .remove-temp-btn {
  position: absolute;
  display: none;
  top:-4px;
  right:10px;
  width:30px;
  height: 30px;
  border-radius: 25px;
  background-color: #fff;
  color:#000;
  padding-top: 2px;
  cursor: pointer;
  border:1px solid transparent;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);   
}
.template-link .remove-temp-btn:hover {
  border:1px solid #000;
}
.template-link:hover .remove-temp-btn {
  display: block;
}
.template-link .remove-temp-btn i {
  font-size: 14px;
  line-height: 14px;
}

@media (min-width: 1600px) {
  .template-link .thumb, .custom-build .thumb {
    min-height:115px;
  }  
}

.temp-mobile-menu {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:30;
	height:55px;
}
.template-link, .custom-build {
	width:100%;
	cursor:pointer;	
}
.live-pages {
	/*display: flex;
	justify-content: left;
	flex-wrap: wrap;
	column-gap: 2.5vw;
	grid-row-gap: 1rem;
	row-gap: 1rem;*/
	height:100%;
	padding-bottom:40px;
	overflow-y:auto;
}
.live-example-holder {
	position:relative;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
    height: 150px !important;
  	border-radius:8px;
	display:block;	
}
.live-example-holder .footer {
  position:absolute;
  width:100%;
  bottom:0px;
  background-color:#fff;
  margin-top: auto;
  padding: 0.4rem 0.4rem;
  height:38px;
  z-index:4;	
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top: 1px solid #ebebeb;
}
.live-title {
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;  
}
.live-deactive-label {
  position: absolute;
  top:6px;
  left:6px;
  z-index:200;
}

 h3 {
  margin:0px 5px 5px 0px;
  font-size:13px;
  line-height:22px;
  width:95%;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;	
}
.live-example-holder .total-res-count {
  min-width: 28px;
  height: 28px;
  position:absolute;
  right:10px;
  bottom:5px;
  color:#000;
  text-align:center;
  font-size:13px;
  padding-top:3px;
  background-color:#f5f5f5;
  border-radius:5px;
  z-index:10;
}
.live-example-holder .total-res-count:hover {
	text-decoration:none;
	background-color:#ebebeb;
}

.live-example {
	min-width: 40px;
	width:270px;
	cursor:pointer;
    height: 150px !important;
	background-color:#fff;
	overflow:hidden;
	border-radius:8px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);	
}
.link-preview {
    width: 1370px;
    height: 900px;
    border: none;
    pointer-events: none;
	border-radius:8px;
	z-index:1;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.templates-div .template-link .text-bunker, .templates-div .custom-build .text-bunker {
	padding:0;
	font-size:13px;
	line-height:18px;
	margin-top:0px;	
	margin-bottom:5px;	
	font-weight:normal !important;
}

.link-prev-thumb {
  display: block;
  width: 170px;
  max-width:170px;
  height: auto;
  background-color: #333;
  border-radius:6px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.file-wrapper .up-button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  background: #fff;
  color:#000;
  margin-top:8px;
  border:1px solid #000;
  font-weight: bold;
  padding: 4px 18px;
  width: 100%;
}
.file-wrapper input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 100px;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01; 
}

.card {
  border-radius: 8px;
  display: flex;
  height:180px;
  cursor:pointer;
  flex-direction: column;
  border:none;
  position:relative;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);	
}

.card:hover {
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);	
}

.card .prev-thumb {
	position:absolute;
	height:100%;
	width:100%;
	background-color:#fff;
	background-repeat:no-repeat;	
	background-size:cover;
	border-radius: 10px;
	overflow:hidden;
}
.card .prev-thumb iframe {
	width: 1100px;
	height:100%;
	display:block;
	position: relative;
    margin: 0;
    padding: 0;
	border:0px !important;
	border-radius:10px;
	overflow: hidden;
	pointer-events:none;	
	-ms-zoom: 0.3;
	-moz-transform: scale(0.3);
	-o-transform: scale(0.3);
	-webkit-transform: scale(0.3);
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;	
}

.card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.8rem 1rem 0.5rem 0.8rem;
}

.card-header div span img {
  max-height: 100%;
}

.card-body {
  padding: 1rem 1.25rem;
  font-size:14px;
  z-index:1;
}

.card-body p {
  font-size:12px;
  line-height:12px;
  margin:0;
  padding:0;
  color:#000;
  margin-bottom:10px;	
}
.card-body p b {
	font-family:'Be Vietnam Pro SemiBold';
	font-weight:normal;
}

.card-footer {
  margin-top: auto;
  padding: 0.5rem 1.25rem;
  display: flex;
  height:40px;
  background-color:#fff;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #ebebeb;
  z-index:1;
}
.card-footer div {
  display: flex;
  z-index:1;
  position:absolute;
  bottom:0px;
  left:0;
  padding-left:10px;
  padding-bottom:2px;
  height:35px;
  width:100%;
  align-items: center;
}
.card-footer div h3 {
  margin:0px 5px 5px 5px;
  font-size:14px;
  line-height:20px;
  z-index:1;
  width:75%;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.card-footer a {
  color: var(--c-text-primary);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
}
.card-footer a:hover {
	text-decoration:underline;
}

.preview-wrapper {
	width:100%;
	height:calc(100% - 65px);
	overflow:hidden;
	background-color:#f5f5f5;
}


.canvas-frame-holder {
  position:relative;
  width: 800vw;
  height: 80vh;
  display: flex;
  margin:0 auto;
  margin-top:30px;
  border-radius:8px;
  overflow:hidden;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);	
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);	
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);		
}

.canvas-frame {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  width:100%;
  height:100%;
}

.preview-open-btn {
	position:fixed;
	top:14px;
	right:20px;
	height:30px;
	width:34px;
	padding-top:4px;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	color:#fff;
	background-color:#000;
	border-radius:4px;
}
.preview-open-btn:hover {
	background-color:#000;
	color:#fff;
}

.no-pages-show {
	position:absolute;
	width:70%;
	height:100px;
	top:50px;
	left:0;
	right:0;
	text-align:center;
	margin:0 auto;	
}

.toggle span {
  display: block;
  width: 40px;
  height: 20px;
  cursor:pointer;
  border-radius: 4px;
  background-color: #ccc;
  box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  z-index:2;
  transition: 0.15s ease;
}
.toggle span:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  height: 14px;
  width: 18px;
  z-index:20;
  background-color: var(--c-background-primary);
  border-radius: 3px !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  transition: 0.15s ease;
}
.toggle input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.toggle input:checked + span {
  background-color: #60b4c4;
}
.toggle input:checked + span:before {
  transform: translateX(calc(100% - 2px));
}
.toggle input:focus + span {
  box-shadow: 0 0 0 4px var(--c-background-tertiary);
}

.toggle input[disabled] + span {
	opacity:0.4;
}


.notification-top-bar {
  position: fixed;
  top: 45px;
  left: 0;
  z-index:80;
  height: 42px;
  padding-top:12px;
  width: 100%;
  font-size:13px;
  line-height: 18px;
  background-color: rgba(237, 202, 127, 1);
  text-align: center;
}
.notification-top-bar span {
  color: #000;
  padding: 0;
  margin: 0;
}
.notification-top-bar span a {
  color: #000;
  font-weight: bold;
  text-decoration:underline;
}
.notification-top-bar a.close {
	font-size:18px;
	line-height:18px;
	position:absolute;
	right:25px;
	top:12px;
	cursor:pointer;
	color:#000;
}

.swal-medium {
    width:650px !important;
}
.swal-wide {
    width:800px !important;
}

.card-group {
  background: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-bottom: 20px;
}

.card-label {
  position: relative;
  color: #8898AA;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
}

.card-group .card-label:not(:last-child) {
  border-bottom: 1px solid #F0F5FA;
}

.card-label > span {
  width: 120px;
  text-align: right;
  margin-right: 30px;
}

.card-field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325F;
  outline: none;
  flex: 1;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
}

.card-field::-webkit-input-placeholder {
  color: #CFD7E0;
}

.card-field::-moz-placeholder {
  color: #CFD7E0;
}



/* panel layout mechanics */
.slide-panel-wrap {
  visibility:hidden;
  position: fixed;
  top:48px;
  bottom: 0;
  right: 0;
  width:32%;
  transform: translateX(110%);
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -o-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  z-index:200;
}


.slide-panel-wrap a, .slide-panel-wrap input, .slide-panel-wrap button  {
	-webkit-tap-highlight-color:transparent;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
}

.slide-panel {
  position: absolute;
  width:100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #eee;
  overflow: auto;
  box-shadow: -10px 0px 30px rgba(0, 0, 0, 0.15);	
  -moz-box-shadow: -10px 0px 30px rgba(0, 0, 0, 0.15);	
  -webkit-box-shadow: -10px 0px 30px rgba(0, 0, 0, 0.15);		
}
.panel-visible {
  visibility:visible;
  transform: translateX(0%);	
  -moz-transform: translateX(0%);	
  -webkit-transform: translateX(0%);	
  -o-transform: translateX(0%);	
}
.slide-panel-header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:50px;
  padding: 1.0em;
	z-index:600;
	background-color:#fff;
	border-bottom:1px solid #ccc;
}
.slide-panel-content {
	display:block;
	padding-top:50px;
	width:100%;
	height:100%;
}
.slide-con-area {
  display: block;
	height:100%;
	position:relative;
	padding:5px;
	padding-bottom:50px !important;
	overflow-y:auto;
}
.slide-panel-header h1 {
	font-size:18px;
	line-height:22px;
	margin:0;
	padding:0;
	font-family:'Be Vietnam Pro Bold';	
}
.slide-panel-header p {
	font-size:14px;
	line-height:18px;
}

.slide-panel-close {
    position:absolute;
	font-size:20px;
	line-height:20px;
	width:35px;
	height:35px;
	padding-top:6px;
	text-align:center;
	cursor:pointer;
	top:10px;
	right:12px;
	color:#666;
}
.slide-panel-close:hover {
	color:#000;
}

.alert-block {
font-size: 14px; 
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color:#60afc3 !important;
}

.slide-panel-content .form-group input {
	padding:5px 10px 5px 10px;
	height:40px;	
}

.slide-panel #loading {
	height:40vh;
	min-height:100%;
	max-height:100%;
	height:100%;
	z-index:100;
	background-color:#fff;
}

.share-url-input:read-only, .share-access-url-input:read-only {
	color:#333 !important;
}
.embed-code, .embed-code:hover, .embed-code:read-only {
	background-color:#333;
	font-size:13px;
	color:#ccc;	
}

.embed-btn {
	color:#000;
	width:80px;
	height:80px;
	margin-right:10px;
	margin-bottom:20px;
	padding:10px;
	border:1px solid #ccc;
	position:relative;
	cursor:pointer;
	border-radius:6px;
}
.embed-btn:hover {
	color:#000;
	border:1px solid #999;
}
.embed-btn.active {
	border:1px solid #000;
}

.embed-btn i {
	position:absolute;
	top:10px;
	left:10px;
	font-size:25px;
}
.embed-btn h4 {
	position:absolute;
	bottom:10px;
	left:10px;
}

.switch-field {
	background-color: #f5f5f5;
	display: flex;
	float:right;
	height:32px;
	padding:5px;
	padding-top:3px;
	border-radius:5px;
}
.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	z-index:10;
	overflow: hidden;
}
.switch-field label {
	color: #666;
	font-size: 14px;
	height:100%;
	line-height: 1;
	text-align: center;
	padding: 3px 9px;
	margin-right: -1px;
	z-index:10;
	border-radius:4px;
	transition: all 0.1s ease-in-out;
}
.switch-field-label {
	font-size:13px;
	font-weight:600;
	color:#000;	
	display:inline-block;
	padding-top:6px;
  position: relative;
}
.switch-field label:hover {
	cursor: pointer;
}
.switch-field input:checked + label {
	background-color: #fff;
	box-shadow: none;
  position: relative;
 	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09), 1px 1px 4px rgba(0, 0, 0, 0.13);
	color:#000;
}
.iw-dm-settings .switch-field input:checked + label {
  padding-left: 20px;
}
.iw-dm-settings .switch-field input:checked + label:before {
content:'✓';
position: absolute;
left:5px;
top:5px;
width:10px;
height: 10px;
}

.up-in-toggle, .ui-toggle {
	margin:0 auto;
	left:5px;
	right:0;
	width:100%;
	padding:4px;
	padding-right:0px;
	max-width:300px;
	height:35px;
    background-color: #ebebeb;
    border-radius: 6px;
	position:absolute;
}
.up-in-toggle input, .ui-toggle input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  display:none;
  border: 0;
  overflow: hidden;
}
.up-in-toggle input:checked + label, .ui-toggle input:checked + label {
  background: #fff;
  /*background: linear-gradient(0deg, #5a64a5 0%, #60bdc8 100%);*/
  color: #000;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
}
.up-in-toggle label, .ui-toggle label {
  display: inline-block;
  width: 49%;
  font-family:'Be Vietnam Pro SemiBold';
  color: #666;
  text-align: center;
  font-size: 0.8rem;
  line-height:1.1rem;
  padding: 5px 6px;
  float: left;
  transition: all 0.1s ease-in-out;
  -moz-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}
.up-in-toggle label:hover, .ui-toggle label:hover {
  cursor: pointer;
}
.up-in-toggle input:disabled + label, .ui-toggle input:disabled + label {
	opacity:0.5;
}

.up-in-toggle label:first-of-type, .ui-toggle label:first-of-type {
  border-radius: 6px;
}
.up-in-toggle label:last-of-type, .ui-toggle label:last-of-type {
  border-radius: 6px;
}

.stats-mode-change {
	top:0px;
	left:12px;
	right:auto;
}


@media (max-width: 575.98px) {
  .modal-fullscreen {
    padding: 0 !important;
  }
  .modal-fullscreen .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-sm {
    padding: 0 !important;
  }
  .modal-fullscreen-sm .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-md {
    padding: 0 !important;
  }
  .modal-fullscreen-md .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-lg {
    padding: 0 !important;
  }
  .modal-fullscreen-lg .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg .modal-body {
    overflow-y: auto;
  }
}
.modal-fullscreen-xl {
  padding: 0 !important;
}
.modal-fullscreen-xl .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen-xl .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen-xl .modal-body {
  overflow-y: auto;
}

.modal-fullscreen-xl .modal-header .modal-header {
	width:100%;
}
.modal-templates .modal-footer {
	padding:10px !important;
}
.modal-fullscreen-xl .modal-header h5, .modal-templates .modal-header h5 {
	display:block;
	width:100%;
	float:none;
	font-size:24px;
	line-height:30px;
}
.modal-fullscreen-xl .modal-header p, .modal-templates .modal-header p {
	display:block;
	clear:both;
	margin:0;
	padding:0px;
	overflow:visible;
}

.modal-fullscreen-xl .modal-body p, .modal-templates .modal-body p {
  font-size:15px;
  line-height:20px;
}
.close-modal-button {
	cursor:pointer;
}

.modal-fullscreen-xl .modal-header .close-modal-button, .modal-templates .modal-header .close-modal-button {
	display:block;
	width: 25px;
	height: 25px;
	position:absolute;
	top:10px;
	right:12px;
	background-image: url('/image/delete-sign.png') !important;
	background-repeat:no-repeat;
	background-size: contain;
}

.modal-fullscreen-xl button, .modal-templates button {
	background-color:#000;
	color:#fff;	
}
.modal-fullscreen-xl button:hover, .modal-templates button:hover {
	color:#fff;
	opacity:0.8;
}

/* End Custom Boostrap Full Width Modal */

#team-members-div .media  {
    width:100%;
}

#team-members-div h3, #team-members-div p {
  overflow: hidden;
  width:280px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#ws-members-list {
  min-height:200px;
  max-height:300px;
  overflow: auto;
  margin-top: 6px;
}

.org-member-search-results {
position:absolute;
display: none;
top:48px;
left:0px;
width:100%;
height:200px;
border-radius:6px;
background-color: #fff;
z-index:50;
overflow: auto;
padding: 10px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15); 
  -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);  
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);   
}

tr.acc-member-res-link, .acc-member-res-link td, .acc-member-no-results td {
  border:0 !important;
  border-radius: 8px;
}
tr.acc-member-res-link:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}


.dash-overflow-label {
  width:100%;
  padding-right: 30px;
  height: 40px;
  line-height: 20px;
  /*overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
}

.dash-overflow-label i {
  opacity: 0.2;
  color:#000;
  margin-left: 5px;
}
.dash-overflow-label i:hover {
  color:#000;
  opacity: 0.4;
}

.dash-sml-box {
  height:180px;
}

.dash-box-icon-1, .dash-box-icon-2, .dash-box-icon-3 {
position: absolute;
top:0px;
right:15px;
text-align: center;
font-size:22px;
line-height: 22px;
color:#fff;
border-radius:50%;
width:50px;
height: 50px;
padding-top:14px;
background-color: #fff;  
}

.dash-box-icon-1 {
  background-color:#15c5a5;
  box-shadow: rgba(29, 197, 165, 0.4) -5px 10px 20px;
}
.dash-box-icon-2 {
  background-color:#5397f9;
  box-shadow: rgba(83, 151, 249, 0.4) -5px 10px 20px;  
}
.dash-box-icon-3 {
font-size:20px;
line-height: 20px;  
  background-color:#5958a0;
  box-shadow: rgba(89, 88, 160, 0.4) -5px 10px 20px;  
}

.rec-res-icon {
  position:relative;
  display: block;
  text-align: center;
  font-size:16px;
  line-height: 16px;
  color:#fff;
  border-radius:50%;
  width:35px;
  height: 35px;
  padding-top:9px;
  background-color:#5958a0;
  box-shadow: rgba(89, 88, 160, 0.4) -2px 6px 10px;  
}

.dash-tabs {
  display: block;
  width: 100%;
	 height:100%;
	 padding-top:5px;
	 padding-bottom:10px;
	 position:relative;
	 background-color:#fff;
}
.dash-tabs:after {
	position:fixed;
	top:50px;
	left:0;
	width:100%;
	height:50px;
	content:'';
	background-color:#fff;
	z-index:502;
}

.dash-tab-input {
     position: absolute;
     opacity: 0;
}
.dash-tab-label {
  position: fixed;
  top:49px;
  left:0px;
  padding: 8px 12px;
  margin:10px;
  cursor: pointer;
  font-size: 13px;
  width:38% !important;
  height:32px;
  background-color:#fff;
  line-height:13px;
  color: #666;
  border:1px solid #000;
  border-radius:7px;
  font-family:'Be Vietnam Pro SemiBold';
  text-align:center;
  transition: background 0.1s, color 0.1s;
  z-index:520;
}
.tab-block-content {
	left:0px;
}
.tab-block-settings {
	left:40%;
}
.tab-block-comments {
  width: 14% !important;
  left:80%;
}

.dash-tab-label:hover {
     border:1px solid #000;
     color: #000;
}
.dash-tab-label:active {
     background: #000;
	 color:#fff;
}
.dash-tab-input:focus + .dash-tab-label {
     z-index: 5000;
}
.dash-tab-input:checked + .dash-tab-label {
     background: #000;
     color: #fff;
	 z-index:522;
}
.dash-tab-panel {
     display: none;
     position: absolute;
	 top:50px;
	 width:100%;
	 height:calc(100% - 52px);
     padding: 5px 15px 15px;
     background: #fff;
	 z-index:5;
}

.dash-tab-input:checked + .dash-tab-label + .dash-tab-panel {
     display: block;
}

.dash-q-link {
  display: block;
  padding: 12px;
  padding-left: 15px;
  font-size:14px;
  color:#000;
  border-radius:8px;
}
.dash-q-link:hover {
  background-color: #f5f5f5;
}

.dash-q-link.active {
  background-color: #f5f5f5;
  color:#0388cf;
}

.dash-notif-btn {
  color:#000;
  width:32px;
  height: 32px;
  border-radius:50%;
  font-size:18px;
  line-height: 18px;
  padding-top: 7px;
  cursor: pointer;
  text-align: center;
  background-color: #f5f5f5;
}
.dash-notif-btn:hover {
  background-color: #000;
  color:#fff;
}

/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset {
  position:relative !important;
  height:calc(100% - 43px);
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
  height:100%;
}
.tabset > label {
  position: relative;
  display: inline-block;
  width:44%;
  padding-top:8px;
  padding-bottom:8px;
  border: 1px solid transparent;
  border-bottom: 0;
  margin-top:10px;
  cursor: pointer;
  font-size:14px;
  line-height:14px;
  border-radius:6px;
  background-color:#fff;
  border:1px solid #000;
  text-align:center;
  z-index:20;
  margin-left:10px;
  font-family:'Be Vietnam Pro Medium';
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #7e367b;
}
.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #7e367b;
}
.tabset > input:checked + label {
  border-color: #000;
  background-color:#000;
  color:#fff;
  margin-bottom: -1px;
}
.tab-panel {
  margin-top:-15px;
  position:relative;
  padding: 10px 15px 15px 15px;
}

.draw-review-table td, .draw-results-table td {
  border-bottom: 1px solid #ccc;
  padding:6px 10px 6px 10px;
}
.draw-review-table tr:last-child td, .draw-results-table tr:last-child td {
  border:0px !important;
}

.payment-type-wrapper .payment-type .types .type {
  display: inline-block;
  width: 30%;
  position: relative;
  background: #f2f4f7;
  border: 2px solid #e8ebed;
  padding: 8px 8px 12px 8px;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
}
.payment-type-wrapper .payment-type .types .type:first-child {
  margin-right: 10px;
}
.payment-type-wrapper .payment-type .types .type:nth-child(2) {
  margin-left: 10px;
}
.payment-type-wrapper .payment-type .types .type.disabled {
  pointer-events: none !important;
  cursor: auto !important;
  opacity: 0.5;
}
.payment-type-wrapper .payment-type .types .type:hover {
  border-color: #28333b;
}
.payment-type-wrapper .payment-type .types .type:not(.disabled):hover .logo,
.payment-type-wrapper .payment-type .types .type:not(.disabled):hover p {
  color: #28333b;
}
.payment-type-wrapper .payment-type .types .type.selected {
  border-color: #40b3ff;
  background: rgba(64,179,255,0.1);
}
.payment-type-wrapper .payment-type .types .type.selected .logo {
  color: #40b3ff;
}
.payment-type-wrapper .payment-type .types .type.selected::after {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  height: 30px;
  width: 30px;
  top: -16px;
  right: -16px;
  color:#000;
  background: #fff;
  border: 2px solid #40b3ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-type-wrapper .payment-type .types .type .logo {
  font-size: 26px;
  color: #8a959c;
}
.payment-type-wrapper .payment-type .types .type .text p {
  font-size:14px !important;
}
@media (max-width: 580px) {
  .payment-type-wrapper .payment-type .types .type {
    width:45%;
  }
}
.payment-type-wrapper .payment-info .column {
  width: calc(50% - 25px);
}

.input-number {
	display:block;
	width:100%;
	height:45px;
	padding:0px 5px 0px 5px;
}
.input-number-minus, .input-number-plus {
	float:left;
	width:22px;
	height:23px;
	border-radius:4px;
	color:#000;
	font-size:24px;
	line-height:20px;
	padding-top:0px;
	border:1px solid transparent;
	vertical-align: middle;
	text-align: center;
	font-family:'Be Vietnam Pro Bold';
	cursor:pointer;
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
}
.input-number-minus:hover, .input-number-plus:hover {
	border:1px solid #000;
	color:#000;	
}
.input-number-input {
	float:left;
	height:22px;
	width: 34px;
	margin-left:3px;
	margin-right:3px;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
	padding-top:3px;
	font-family:'Be Vietnam Pro Medium';
	border:0;
	outline:0;
	border-radius:4px;
	vertical-align: middle;
}
.input-number-input:focus {
	border:1px solid #000;
}
input.input-number-input:disabled {
	color:#000 !important;
	-webkit-text-fill-color: #000;
	opacity: 1; /* required on iOS */	
}


table {
  max-width: 100%;
  font-size:13px;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 10px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  color:#000;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #f5f5f5;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}
.table-hover > tbody > tr:hover > td, .table > td.active,
.table-hover > tbody > tr:hover > th {
  background-color: #ecf3fe;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #ecf3fe;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #aed48e;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #a1cd7c;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f7d9d9;
  border-color: #e58595;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #f3c4c4;
  border-color: #e17083;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ede6c2;
  border-color: #d6b573;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #e7deae;
  border-color: #d0ab60;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  .template-link .thumb, .custom-build .thumb {
    min-height:110px;
  }

}


#status-dropdown .dropdown-toggle, #email-notif-dropdown .dropdown-toggle, #batch-dropdown .dropdown-toggle, #rewards-dropdown .dropdown-toggle {
	font-size:13px !important;
	padding:10px !important;
	text-align:left !important;	
	height:33px !important;
	border-radius:4px !important;
}

@media (min-width: 1400px) {
	.prev-edit-holder {
		padding:40px 100px 0px 100px !important;
	}  
}

@media (max-width: 1400px) {
  .template-link .thumb, .custom-build .thumb {
    min-height:90px;
  } 
}

@media (max-width: 1200px) {
	#team-members-div h3, #team-members-div p {
	  width:240px;
	}
	.slide-panel-wrap {
		width:37%;
	}
	.prev-edit-holder {	
		width:65% !important;
	}
  .template-link .thumb, .custom-build .thumb {
    min-height:80px;
  } 
}

@media (max-width: 1100px) {
	#team-members-div h3, #team-members-div p {
	  width:210px;
	}
  .template-link .thumb, .custom-build .thumb {
    min-height:70px;
  }
}

@media (max-width: 992px) {
   .brand-logo img {
	 padding:0px;
   }   
     
  .main-subpages .content-panel {
  	padding-top:75px;
  }
  
   .vertical-tabs a {
   	font-size:14px;
   }
  .filter-button {
	display:flex;  
  }
  .acc-menu-button {
	display:block;  
  }
  .slide-panel-wrap {
	top:45px;
  	width:47%;
  }
  .prev-loader {
    width:54%;
  }
  .prev-edit-holder {
	  width:54% !important;
  }

  .templates-cat-menu {
  	left:-100%;
  	top:0px;
  	padding-top:50px;
  	height:100%;
  	width:250px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);	
    -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);	
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);		
  }
  .templates-div {
  	position:absolute;
  	left:0;
  	top:50px;
  	width:100%;
  	height:calc(100% - 50px);
  	overflow-y:auto;
  }  
  .template-link .thumb, .custom-build .thumb {
    min-height:110px;
  }  

  #team-members-div h3, #team-members-div p {
	 width:210px;
  }
  .breadcrumbs li .fa-chevron-left {
  	font-size:18px;
	font-weight:bold;
  }
 
  .prev-edit-holder {  
  	padding:10px 15px 10px 10px !important;
  }
   
}

@media (max-width: 768px) {

  .top-upgrade-button, .top-notif-button {
	  display:none;
  }
  .w-search, .gc-search {  
	float:none;
  }
  .horizontal-tabs a {
  	padding: 0 0.7rem;
	font-size:14px;
  }
  #team-members-div h3, #team-members-div p {
	 width:270px;
  }
  .slide-panel-wrap {
  	width:52%;
  }
  .prev-loader {
    width:48%;
  }
  .prev-edit-holder {
	  top:46px !important;
	  height:calc(100% - 46px) !important;
	  width:48% !important;
  }
  .template-link .thumb, .custom-build .thumb {
    min-height:90px;
  }  

  .dash-overflow-label {
    height: 20px;
  }

  .dash-sml-box {
    height:140px;
  }
 
   
}

@media (max-width: 670px) {
	.content-main, .main-header {
		padding-left:10px;
		padding-right:0px;
	}
	.w-search, .gc-search {
    float: right;
    width:90% !important;
		padding-right:10px;
	}
	.w-search .srch-x-icon, .gc-search .gc-srch-x-icon { 
		right:14px !important;
	}
	.content-header-actions {
		padding-right:10px;	
	}
	.card-grid {
		padding-right:10px;	
	}
	.dd-button, .dd-menu {
		width:200px;	
	}
	.dd-font-dropdown .dd-button, .dd-font-dropdown .dd-menu, .dd-h1-font-dropdown .dd-button, .dd-h1-font-dropdown .dd-menu, .dd-schemes-dropdown .dd-button, .dd-schemes-dropdown .dd-menu, .dd-input-dropdown .dd-button {
		width:100% !important;	
	}
	.modal-templates .modal-header h5 {
		font-size:18px;
		line-height:25px;
	}
	#search-results {
		width:97%;
		right:0px;
		left:0px;
		margin:0 auto;
	}

	.slide-panel-wrap {
	  top:45%;
	  left:0;
	  right: 0;    
	  width:100% !important;
	  transform: translateX(0);
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  -o-transform: translateX(0);
	  -ms-transform: translateX(0);
	  transform: translateY(110%);	
	  -moz-transform: translateY(110%);	
	  -webkit-transform: translateY(110%);	
	  -o-transform: translateY(110%);	
	  -ms-transform: translateY(110%);
	}
  .prev-loader {
    width: 100%;
    top:28%;
    font-size: 22px;
    transform: translateY(-75%);
  }
	.prev-edit-holder {
		width:100% !important;
	  height:40% !important;
		max-height:40% !important;
		margin:auto !important;
		align-items: flex-start !important;
	}
	
	.panel-visible {
	  transform: translateY(0%);	
	  -moz-transform: translateY(0%);	
	  -webkit-transform: translateY(0%);	
	  -o-transform: translateY(0%);	
	}
	.slide-panel-header {
		height:0px;
		border:0px;
		position:relative;
		padding:0;
		z-index:1;
		background-color:#ccc;
	}   
	.slide-panel-header h1 {
		display:none;
	}
	.slide-panel-content {
		padding-top:10px;
		z-index:0;
	}
	.slide-con-area {
		padding:0;	
	}
	.slide-panel-close {
		position:absolute;
		right:4px;
		top:14px;
		z-index:10000;
	}
	
	.dd-btn-style-dropdown .dd-button img {
		width:20%;	
	}
	.dd-btn-style-dropdown li {
		width:24% !important;
	}
	
	.dash-tab-label {
		position:fixed;
		top:5px;
		left:0px;
		width:41%;
		z-index:1000;
	}
	.tab-block-settings {
		left:44%;	
	}
	.dash-tabs:after {
		display:none;
	}
	.dash-tab-panel {
		background-color:#fff;		
		top:50px;
		height:calc(100% - 50px);		
		overflow-x:hidden;
	}
	.slide-con-area {
		padding:0;
		padding-bottom:0px;
	}
	.dash-tabs:after {
		top:5px;
		height:35px;
	}
	.canvas-frame-holder {
		display:block;
		width:100%;
		height:100%;
		margin-top:0px;
		border:0;
		border-radius:0;
   }
   .submenu-filter .up-in-toggle {
 	 max-width:97%;
   }
   
  .prev-edit-holder {  
  	padding:25px 10px 10px 10px !important;
  }  

  .template-link .thumb, .custom-build .thumb {
    min-height:70px;
  }  
  .template-link .remove-temp-btn {
    display:block;
  }      

}

@media (max-width: 580px) {

   .content {
	   padding-top:18px;
   }
   .horizontal-tabs {
  	 margin-top:0.3rem !important;
   }
  .horizontal-tabs a {
  	padding: 0 0.4rem;
	font-size:12px;
	height:30px;
	margin-top:0px;
  }
  ul.breadcrumbs li { 
  	margin-top:-5px;
  }
  .w-search, .gc-search {
	display:block;
	margin-top:0px;
	max-width:100%;
  }
  .w-search input, .gc-search input, .w-search, .gc-search {
	display:block;
	width:100%;
  }
  
  .slide-con-area {
  	padding:0px;
  }
  .acc-menu-button {
	  left:12px;
  }
  .dd-vert-menu, .dd-page-menu, .dd-results-menu {
 	width:150px;
  } 

  .nav-tabs .nav-item {
    padding:8px;
  }  
   
  #team-members-div h3 {
	font-size:13px  !important;	
  }
  #team-members-div p {
	font-size:12px !important;	
  }
  #team-members-div h3 , #team-members-div p {
	 width:240px;
  }  
  .up-in-toggle, .ui-toggle {
	 max-width:200px;
  }
  .preview-open-btn {
		top:18px;
		right:12px;  
  }
  .dd-btn-style-dropdown .dd-button img {
	width:30%;	
  }
  .dd-btn-style-dropdown li {
	  width:32% !important;
  }

  .template-link .thumb, .custom-build .thumb {
    min-height:90px;
  }    
  .template-link .text-bunker, .custom-build .text-bunker {
	font-size:12px;
	line-height:14px;  
	margin:10px;
  }

    .stats-mode-change {
    max-width:93%;  
  } 

	  
}
@media (max-width: 500px) {
	#team-members-div h3, #team-members-div p {
	 width:200px;
	}

}
@media (max-width: 480px) {
	
	#team-members-div h3, #team-members-div p {
	 width:160px;
	}
  .template-link .text-bunker, .custom-build .text-bunker {
  	font-size:12px !important;
  	line-height:16px !important;  
  	margin:6px !important;
  }	
  .template-link .thumb, .custom-build .thumb {
    min-height:80px;
  }    
}
@media (max-width: 440px) {  
  .template-link .thumb, .custom-build .thumb {
    min-height:60px;
  }    
}