/* Any CSS in here will be custom built
and targeted by Bootstrap like classes */

/* Color Variables */

:root{
  --c-primary: #05acf0;
  --c-primary-light: #E5F1FF;
  --c-success: #101010;
  --c-success-light: #E8FAEF;
  --c-danger: #ed4b4b;
  --c-danger-light: #edcccc;
  --c-warning: #ffb23e;
  --c-info: #000;
  --c-white: #fff;
  --c-gray1: #f2f2f2;
  --c-gray2: #ececec;
  --c-gray3: #ddd;
  --c-gray4: #afafaf;
  --c-gray5: #808080;
  --c-gray6: #5f5f5f;
  --c-dark: #333333;
  --c-green: #14cb5d;
}

/***** Transitions *****/
/* No Transition */
.transition-none{
  	-moz-transition:none !important;
  	-o-transition:none !important;
  	-webkit-transition:none !important;
  	transition:none !important;
}
/* 0.3s transition */
.transition-third{
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
/* 0.5s transition */
.transition-half{
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


/***** Border Radius *****/
/* 2px border radius */
.border-radius-two{
	border-radius:2px !important;
}
/* 2px border radius */
.border-radius-three{
	border-radius:3px !important;
}
/* 4px border radius */
.border-radius-four{
	border-radius:4px !important;
}
/* 5px border radius */
.border-radius-five{
	border-radius:5px !important;
}
/* 6px border radius */
.border-radius-six{
	border-radius:6px !important;
}
/* 8px border radius */
.border-radius-eight{
	border-radius:8px !important;
}
/* 10px border radius */
.border-radius-ten{
	border-radius:10px !important;
}
/* 12px border radius */
.border-radius-twelve {
	border-radius:12px !important;
}
/* 0px border radius top */
.border-radius-top-none{
	border-top-left-radius:0px !important;
	border-top-right-radius:0px !important;
}
/* 0px border radius bottom*/
.border-radius-bottom-none{
	border-bottom-left-radius:0px !important;
	border-bottom-right-radius:0px !important;
}
.border-radius-none {
	border-radius:0px !important;
}
.border-top-left-radius-4{
	border-top-left-radius: 4px !important;
}
.border-top-right-radius-4{
	border-top-right-radius: 4px !important;
}
.border-bottom-left-radius-4{
	border-bottom-left-radius: 4px !important;
}
.border-bottom-right-radius-4{
	border-bottom-right-radius: 4px !important;
}

/***** Colors *****/

/* Default background gray on hover #eef0f0 */
/*.default-background-hover:hover{*/
	/*background:#eef0f0 !important;*/
/*}*/
/* Primary color blue #09A3EE */
.primary-color{
	color:#09A3EE !important;
}
/* Primary blue color on hover #09A3EE */
.primary-color-hover:hover{
	color:#09A3EE !important;
}
/* Primary blue background on hover #09A3EE */
.primary-background-hover:hover{
	background:#09A3EE !important;
}


/***** Margins *****/
/* Margin 0 */
.margin-zero{
	margin:0 !important;
}
/* Margin top 0 */
.margin-top-zero{
	margin-top:0 !important;
}
/* Margin bottom 0 */
.margin-bottom-zero{
	margin-bottom:0 !important;
}
/* Margin left 0 */
.margin-left-zero{
	margin-left:0 !important;
}
/* Margin right 0 */
.margin-right-zero{
	margin-right:0 !important;
}
/* Margin top 5px */
.margin-top-five{
	margin-top:5px !important;
}
/* Margin bottom 5px */
.margin-bottom-five{
	margin-bottom:5px !important;
}
/* Margin left 5px */
.margin-left-five{
	margin-left:5px !important;
}
/* Margin right 5px */
.margin-right-five{
	margin-right:5px !important;
}
/* Margin top 10px */
.margin-top-ten{
	margin-top:10px !important;
}
/* Margin bottom 10px */
.margin-bottom-ten{
	margin-bottom:10px !important;
}
/* Margin left 10px */
.margin-left-ten{
	margin-left:10px !important;
}
/* Margin right 10px */
.margin-right-ten{
	margin-right:10px !important;
}
/* Margin top 15px */
.margin-top-fifteen{
	margin-top:15px !important;
}
/* Margin bottom 15px */
.margin-bottom-fifteen{
	margin-bottom:15px !important;
}
/* Margin left 15px */
.margin-left-fifteen{
	margin-left:15px !important;
}
/* Margin right 15px */
.margin-right-fifteen{
	margin-right:15px !important;
}
/* Margin top 20px */
.margin-top-twenty{
	margin-top:20px !important;
}
/* Margin bottom 20px */
.margin-bottom-twenty{
	margin-bottom:20px !important;
}
/* Margin left 20px */
.margin-left-twenty{
	margin-left:20px !important;
}
/* Margin right 20px */
.margin-right-twenty{
	margin-right:20px !important;
}
/* Margin top 30px */
.margin-top-thirty{
	margin-top:30px !important;
}
/* Margin bottom 30px */
.margin-bottom-thirty{
	margin-bottom:30px !important;
}
/* Margin bottom 50px */
.margin-bottom-fifty{
	margin-bottom: 50px!important;
}
.margin-top-fifty{
	margin-top: 50px!important;
}
.margin-left-thirty{
	margin-left:30px !important;
}
.margin-right-thirty{
	margin-right:30px !important;
}
.margin-left-forty{
	margin-left:40px !important;
}
.margin-right-forty{
	margin-right:40px !important;
}
.margin-left-fifty{
	margin-left:50px !important;
}
.margin-right-fifty{
	margin-right:50px !important;
}
.margin-top-sixty{
	margin-top:60px !important;
}

/* Padding Utility */
.padded-lg{
 padding: 32px
}
.padded-md{
 padding: 16px;
}
.padded-sm{
	padding: 12px
}
.default-button-padding {
	padding: 11px 39px;
}
/***** Ellipsis *****/
.ellipsis{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	position:relative;

	/*text-indent:2px;
	left:-2px;*/
}
.ellipsis-two{
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical;
}


/***** Padding *****/
/* Padding 0 */
.padding-zero{
	padding:0 !important;
}
/* Padding 4 */
.padding-four{
    padding:4px !important;
}

/* Padding 4 */
.padding-15{
	padding:15px !important;
}

/* Padding 20 */
.padding-twenty{
	padding:20px !important;
}

/* Padding top 0 */
.padding-top-zero{
	padding-top:0 !important;
}
/* Padding bottom 0 */
.padding-bottom-zero{
	padding-bottom:0 !important;
}
/* Padding left 0 */
.padding-left-zero{
	padding-left:0 !important;
}
/* Padding right 0 */
.padding-right-zero{
	padding-right:0 !important;
}
/* Padding top 5px */
.padding-top-five{
	padding-top:5px !important;
}
/* Padding bottom 5px */
.padding-bottom-five{
	padding-bottom:5px !important;
}
/* Padding left 5px */
.padding-left-five{
	padding-left:5px !important;
}
/* Padding right 5px */
.padding-right-five{
	padding-right:5px !important;
}
/* Padding top 10px */
.padding-top-ten{
	padding-top:10px !important;
}
/* Padding bottom 10px */
.padding-bottom-ten{
	padding-bottom:10px !important;
}
/* Padding left 10px */
.padding-left-ten{
	padding-left:10px !important;
}
/* Padding right 10px */
.padding-right-ten{
	padding-right:10px !important;
}
/* Padding top 15px */
.padding-top-fifteen{
	padding-top:15px !important;
}

/* Padding top 17px */
.padding-top-seventeen{
	padding-top:17px !important;
}
/* Padding bottom 15px */
.padding-bottom-fifteen{
	padding-bottom:15px !important;
}
/* Padding left 15px */
.padding-left-fifteen{
	padding-left:15px !important;
}
/* Padding right 15px */
.padding-right-fifteen{
	padding-right:15px !important;
}
/* Padding top 20px */
.padding-top-twenty{
	padding-top:20px !important;
}
/* Padding bottom 20px */
.padding-bottom-twenty{
	padding-bottom:20px !important;
}
/* Padding left 20px */
.padding-left-twenty{
	padding-left:20px !important;
}
/* Padding right 20px */
.padding-right-twenty{
	padding-right:20px !important;
}
/* Padding top 30px */
.padding-top-thirty{
	padding-top:30px !important;
}
/* Padding bottom 30px */
.padding-bottom-thirty{
	padding-bottom:30px !important;
}
/* Padding left 30px */
.padding-left-thirty{
	padding-left:30px !important;
}
/* Padding right 30px */
.padding-right-thirty{
	padding-right:30px !important;
}

/***** Backgrounds *****/

/* Default background gray #eef0f0 */
.light-grey-bg{
	background:#f9f9f9 !important;
}

/* No background */
.no-background{
	background:none !important;
}
/* No background on hover */
.no-background-hover:hover{
	background:none !important;
}

/* Default color gray #5f5f5f */
.default-color{
	color:#5f5f5f !important;
}
/* Default background gray #eef0f0 */
.default-background{
	background:#eef0f0 !important;
}

.bg-light-grey{
    background:#f9f9f9 !important;
}

.bg-light-danger {
	background: var(--c-danger-light) !important;
}

.bg-dark {
	background: var(--c-dark) !important;
}

/***** Borders *****/
.border-dash-2-grey {
	border: 2px dotted #ddd ;
}
.border-grey-before,
.border-top-grey-before,
.border-bottom-grey-before,
.border-left-grey-before,
.border-right-grey-before,
.border-primary-before,
.border-top-primary-before,
.border-bottom-primary-before,
.border-left-primary-before,
.border-right-primary-before,
.border-top-primary-before-double:before,
.border-bottom-primary-before-double{
	position:relative;
}
.border-grey-before:before,
.border-top-grey-before:before,
.border-bottom-grey-before:before,
.border-left-grey-before:before,
.border-right-grey-before:before,
.border-primary-before:before,
.border-top-primary-before:before,
.border-bottom-primary-before:before,
.border-left-primary-before:before,
.border-right-primary-before:before,
.border-top-primary-before-double:before,
.border-bottom-primary-before-double:before{
	content:'';
	top:0;
	left:0;
	width:100%;
	position:absolute;
}
/* Border Grey */
.border-grey,
.border-grey-before:before{
	border:1px solid #ddd !important;
}
.border-top-grey,
.border-top-grey-before:before{
	border-top:1px solid #ddd !important;
}
.border-bottom-grey,
.border-bottom-grey-before:before{
	border-bottom:1px solid #ddd !important;
}
.border-left-grey,
.border-left-grey-before:before{
	border-left:1px solid #ddd !important;
}
.border-right-grey,
.border-right-grey-before:before{
	border-right:1px solid #ddd !important;
}
/* Border Primary */
.border-primary,
.border-primary-before:before{
	border:1px solid #09a3ee !important;
}
.border-top-primary,
.border-top-primary-before:before{
	border-top:1px solid #09a3ee !important;
}
.border-bottom-primary,
.border-bottom-primary-before:before{
	border-bottom:1px solid #09a3ee !important;
}
.border-left-primary,
.border-left-primary-before:before{
	border-left:1px solid #09a3ee !important;
}
.border-right-primary,
.border-right-primary-before:before{
	border-right:1px solid #09a3ee !important;
}
/* Border Success */
.border-success {
	border: 1px solid #14cb5d;
}
/* 2px Borders */
.border-top-primary-before-double:before{
	border-top:2px solid #09a3ee !important;
}
.border-bottom-primary-before-double:before{
	border-bottom:2px solid #09a3ee !important;
}
/* Border Resets */
.border-bottom-grey-before:before,
.border-bottom-primary-before:before,
.border-bottom-primary-before-double:before{
	top:inherit;
	bottom:0;
}
.border-right-grey-before:before,
.border-right-primary-before:before{
	left:inherit;
	right:0;
}
.border-left-grey-before:before,
.border-right-grey-before:before,
.border-left-primary-before:before,
.border-right-primary-before:before{
	width:1px;
	height:100%;
}
/* Border Nones */
.border-top-none{
	border-top:none !important;
}
.border-bottom-none{
	border-bottom:none !important;
}
.border-left-none{
	border-left:none !important;
}
.border-right-none{
	border-right:none !important;
}
.border-none{
	border:none !important;
}

/****** Tables *****/
.fixed-table{
	position: relative;
}
.fixed-table .table-header{
	position: absolute;
	top: 0;
	width:100%;
	height:51px;
	line-height: 51px;
	background: #fff;
	z-index: 5;
	border-bottom: 1px solid #d8d8d8;
	font-weight:bold;
	color: #000;
}

.fixed-table .table-container{
	padding-top: 51px;
}

.fixed-table tbody tr td{
	border-top:none !important;
}

.fixed-table .tbl-col{
	float: left;
}

.striped-table {
	border: none;
}
.striped-table tbody {
	color: #000000;
}
.striped-table thead tr th {
	color: #000000;
	font-weight: bold;
}
.striped-table tbody tr td{
	border-bottom: 1px solid #d8d8d8;
	border-radius: 4px;
}
.striped-table tbody tr td:first-child{
	border-left:1px solid #d8d8d8;
}
.striped-table tbody tr td:last-child{
	border-right:1px solid #d8d8d8;
}
.striped-table .table-action{
	font-size: 18px;
	color: #000;
	margin-right: 20px;
	cursor: pointer;
}

.striped-table>tbody>tr:nth-of-type(even){

	background-color: #f9f9f9;
}

.striped-table .table-action.delete-action:hover{
	color: #ee4a4a;
}

.delete-action:hover{
	color: #ee4a4a;
}

.table-action{
	color: #000;
	cursor: pointer;
}

.striped-table .no-borders td{ border:none !important; font-weight: bold;}
	/****** Text *****/
.text-bold{
	font-family: 'Inter_Medium';
}
.text-underline{
	text-decoration: underline;
}
.text-dark{
	color:#101010;
}
.text-white{
	color: #fff !important;
}
.text-green,
.text-success {
	color: var(--c-success);
}
.text-light-grey{
    color: #b0b0b0;
}
.text-light-grey-3{
	color: var(--c-gray3);
}
.text-small,
.caption {
	font-size: 12px;
}
.text-medium {
	font-size: 16px;
}
.text-large {
	font-size: 24px;
}

/***** Buttons *****/
.btn-plus-icon,
.btn-minus-icon,
.btn-check-icon,
.btn-edit-icon,
.btn-delete-icon,
.btn-exclamation-icon,
.btn-question-icon,
.btn-info-icon,
.btn-link-icon{
	-webkit-text-stroke: 0px;
	display:inline-block;
	width:20px;
	height:20px;
	line-height:22px;
	position:relative;
	border-radius:50px;
	color:#fff;
	border:none;
	cursor:pointer;
}
.btn-plus-icon:after,
.btn-minus-icon:after,
.btn-check-icon:after,
.btn-edit-icon:after,
.btn-delete-icon:after,
.btn-exclamation-icon:after,
.btn-question-icon:after,
.btn-info-icon:after,
.btn-link-icon:after{
	content:'+';
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:100%;
	text-align:center;
	font-size:17px;
	font-weight:600;
}
.btn-minus-icon:after{
	content:'-';
	font-size:22px;
	transform:translateY(-53%);
}
.btn-check-icon{
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.btn-check-icon:before{
	content:"";
	position: absolute;
    width:2px;
    height:9px;
    background-color:#fff;
    left:10px;
    top:5px;
}
.btn-check-icon:after{
	content:"";
    position: absolute;
    width:4px;
    height:2px;
    background-color:#fff;
    left:7px;
    top:13px;
}
.btn-delete-icon:after{
	content:'\e60e';
	font-family:"icomoon";
	font-size:10px;
	font-weight:600;
}
.btn-exclamation-icon:after{
	content:'!';
	font-size:15px;
}
.btn-question-icon:after{
	content:'?';
	font-size:13px;
}
.btn-info-icon:after{
    content: 'i';
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    left: 0;
}
.btn-link-icon:after{
	content:'\e60b';
	font-family:"icomoon";
	font-size:12px;
}
.btn-edit-icon:after{
	content:'\e618';
	font-family:"icomoon";
	font-size:10px;
	font-weight:100;
}

.btn-icon-small {
	width: 16px;
    height: 16px;
    line-height: 18px;
}
.d-item .btn-icon{
	background-color: transparent;
	border: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 32px;
	color: #000;
}
.btn-alternate,
.btn-alternate:hover,
.btn-alternate:focus,
.btn-alternate:active {
	background-color: #fff;
	color: #101010;
	border: none;
}
/* Outlined buttons */
.btn-outlined{
  background-color: transparent;
}
.btn-outlined.btn-success{
  border: 1px solid #101010;
  color: #101010;
}
.btn-outlined.btn-secondary{
  border: 1px solid var(--c-gray3);
  color: var(--c-info);
}
.btn-outlined.btn-info{
  border: 1px solid var(--c-info);
  color: var(--c-info);
}
.btn-outlined.btn-primary{
  border: 1px solid var(--c-primary);
  color: var(--c-primary);
}
.btn-outlined.btn-danger{
  border: 1px solid var(--c-danger);
  color: var(--c-danger);
}
.btn-outlined.btn-warning{
  border: 1px solid var(--c-warning);
  color: var(--c-warning);
}
.btn-outlined:hover,
.btn-outlined:focus,
.btn-outlined:active{
  background-color: var(--c-gray1);
}
.btn-success.btn-add{
  position: relative;
  padding-left: 36px;
}
.btn-success.btn-add::before{
  content: "";
  width: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  display: inline-block;
  height: 1px;
  background-color: var(--c-white);
  margin-right: 8px;
  position: absolute;
}
.btn-success.btn-add::after{
  content: "";
  width: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: 16px;
  display: inline-block;
  height: 1px;
  background-color: var(--c-white);
  margin-right: 8px;
  position: absolute;
}
.white-label-website .d-item .btn-icon{
	display: inline-flex;
}
.d-item .btn-icon::after{
	font-size: 20px;
}
.d-item .btn-icon.edit-button:hover .icon,
.d-item .btn-icon.btn-edit-icon:hover::after{
	color: #09A3EE;
}
.d-item .btn-icon.delete-button:hover .icon,
.d-item .btn-icon.btn-delete-icon:hover::after{
	color: #ee4a4a !important;
}
.d-item .btn-delete-icon:after{
	font-size: 15px;
}
/***** Switch Button ****/
.button-switch > input[type="checkbox"] {
    display: none;
}

.button-switch > label {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 44px;
    cursor: pointer;
    position: relative;
}

.button-switch > label::before {
	background: #909090;
	border-radius: 18px;
	content: '';
	height: 22px;
	margin: 0;
	opacity: 1;
	position: absolute;
	top: -8px;
	transition: all 0.4s ease-in-out;
	width: 44px;
}

.button-switch > label::after {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: none;
	content: '';
	height: 18px;
	left: 3px;
	margin-top: -8px;
	margin: 0;
	position: absolute;
	top: -6px;
	transition: all 0.3s ease-in-out;
	width: 18px;
}

.button-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
}

.button-switch > input[type="checkbox"]:checked + label::after {
    background: var(--c-white);
    left: 23px;
}

.button-switch label.label-success {
    background-color: #47C3FF;
}

/***** Range Slider ****/
.range-slider {
	padding: 0px;
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
	background-image: -webkit-gradient(
			linear,
			left top,
			right top,
			color-stop(0.1, #00a1f1),
			color-stop(0.1, #b5b5b5)
	);
}

.range-slider:hover {
    opacity: 1;
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
/***** Opacity *****/
.opacity-ten{
	opacity:0.1;
}
.opacity-twenty{
	opacity:0.2;
}
.opacity-thirty{
	opacity:0.3;
}
.opacity-forty{
	opacity:0.4;
}
.opacity-fifty{
	opacity:0.5;
}
.opacity-sixty{
	opacity:0.6;
}
.opacity-seventy{
	opacity:0.7;
}
.opacity-eighty{
	opacity:0.8;
}
.opacity-ninety{
	opacity:0.9;
}

/***** Rotate *****/
.rotate-90{
	display:inline-block;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.rotate-180{
	display:inline-block;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
.rotate-270{
	display:inline-block;
	transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
}
.rotate-360{
	display:inline-block;
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
}
.rotate-hover-90:hover{
	display:inline-block;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.rotate-hover-180:hover{
	display:inline-block;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
.rotate-hover-270:hover{
	display:inline-block;
	transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-webkit-transform:rotate(270deg);
}
.rotate-hover-360:hover{
	display:inline-block;
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
}

.dropdown-toggle-2{
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
}

.dropdown-menu.dropdown-min-width-auto {
	min-width: auto;
}

/***** Extras *****/
.hide-empty:empty{
	display:none;
}
.break-word{
	word-wrap:break-word;
}
.cursor-pointer{
	cursor:pointer;
}

.relative-position{
	position: relative;
}

.absolute-position{
	position: absolute;
}

.fixed-position{
	position: fixed !important;
}

.v-align-m{
    vertical-align: middle;
}

.d-inline-block {
	display: inline-block;
}

.d-block {
	display: block;
}

.overflow-x-h{
	overflow-x: hidden;
}

.overflow-y-h{
	overflow-y: hidden;
}

.w-100 {
	width: 100%;
}

.w-280px {
	width: 280px;
}

.h-100 {
	height: 100%;
}

.d-flex, .d-flex-v-center {
	display: flex;
	align-items: center;
}
.justify-center{
	justify-content: center;
}
/* Alert Warning Icon */
.alert-warning-icon{
	margin: 16px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 2px solid #b5b5b5;
	border-radius: 50%;
	position: relative;
}
.alert-warning-icon::before{
	content: "!";
	font-size: 48px;
	color: #b5b5b5;
}


/* Icons */
.icon-center {
	width: 16px;
	height: 16px;
	/*display: flex;*/
	/*justify-content: center;*/
	/*align-items: center;*/
	display: inline-block;
	vertical-align: middle;
}

.icon-active-state {
	background-color: #14CB5D;
}

.icon-inactive-state {
	background-color: #DDDDDD;
}
/* Flex utility classes */
.flex{
	display: flex;
}
.flex-auto{
	flex: auto;
}

.flex-1 {
	flex: 1;
}

.space-between {
	justify-content: space-between;
}

.shrink-zero{
	flex-shrink: 0;
}
.flex-align-center{
  align-items: center;
}
.flex-justify-center{
  justify-content: center;
}
.flex-align-start{
	align-items: flex-start;
}
.flex-align-end{
	align-items: flex-end;
}
.flex-justify-start{
	justify-content: flex-start;
}
.flex-justify-end{
	justify-content: flex-end;
}
.flex-justify-between{
	justify-content: space-between;
}
.flex-direction-column{
	flex-direction: column;
}
.flex-direction-row-reverse{
	flex-direction: row-reverse;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-align-self-center {
	align-self: center;
}
.gap-10{
	gap: 10px;
}
.gap-15 {
	gap: 15px;
}
.flex-gap-20{
	gap: 20px;
}
.gap-30{
	gap: 30px;
}
.gap-50{
	gap: 50px;
}
.gap-70 {
	gap: 70px;
}
.margin-left-auto{
	margin-left: auto;
}
.margin-right-auto{
	margin-right: auto;
}

.d-inline-block {
	display: inline-block;
}

.font-size-12{
	font-size: 12px !important;
}
.font-size-14{
	font-size: 14px !important;
}
.font-size-15 {
	font-size: 15px !important;
}
.font-size-16 {
	font-size: 16px !important;
}
.font-size-18 {
	font-size: 18px !important;
}
.font-size-20 {
	font-size: 20px !important;
}

.sub-page{
	max-height: calc(100vh - 320px);
	overflow: auto;
	position: relative;
}
.bottom-actions{
	position: relative;
	z-index: 1;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}

/* Text Styles */
.section-title{
	font-family: Inter_Medium;
	color: #000;
	font-size: 18px;
	line-height: 1.5;
	padding-top: 8px;
	margin-top: 0;
	margin-bottom: 32px;
	position: relative;
}

.info-note{
	background-color: var(--c-gray1);
	font-family: 'Inter_Regular';
	line-height: 1.33;
	text-align: left;
	color: var(--c-gray5);
	padding: 8px 16px;
	display: block;
	margin-bottom: 24px;
}
.main-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	background:#32373a;
	opacity: 0.78;
}
.required-label::after{
	content: '*';
	color: var(--c-danger);
	font-weight: bold;
	padding-left: 4px;
}
.content-subtitle{
	font-weight: bold;
	color: var(--c-info);
	font-size: 16px;
}

/* Stepper component style */

.stepper-container {
	display: flex;
}

.stepper-steps {
	width: 400px;
	padding-right: 2.5rem;
	padding: 2rem;
}

.stepper-steps li a {
	border-radius: 4px;
	color: #000;
	border: 2px solid #d3d2d2;
	padding: 10px 12px;
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 8px;
	cursor: pointer;
	justify-content: space-between;
}

.stepper-steps li a.active,
.stepper-steps li a.active:hover {
	border: 2px solid #00a1f1;
	color: #00a1f1;
}

.stepper-steps li p {
	margin: 0;
}

.stepper-steps li a.ready {
	background-color: #14cb5d;
	color: #fff;
	border-color: #14cb5d;
}

.stepper-steps-content {
	overflow-y: auto;
	min-height: 300px;
	max-height: calc(100vh - 430px);
	padding: 2rem;
	flex: auto;
}

.stepper-steps .count {
	margin-right: 4px;
	width: 24px;
}

.stepper-steps .checkmark-container {
	width: 20px;
	height: 20px;
	min-width: 20px;
	background-color: #EFEFEF;
	border-radius: 50%;
	font-size: 12px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.stepper-steps .checkmark-container.completed {
	background-color: #14cb5d;
	color: #fff;
}

.stepper-steps .checkmark-container.missing-info {
	background-color: #ed4b4b;
	color: #fff;
	position: relative;
}

.stepper-steps .checkmark-container.missing-info .icon-check {
	display: none;
}

.stepper-steps .checkmark-container .icon {
	display: none;
}

.stepper-steps .checkmark-container.completed .icon {
	display: block;
}

.stepper-steps .checkmark-container.missing-info::after {
	content: '!';
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 16px;
	transform: translateY(-50%) translateX(-50%);
}

.stepper-container .setpper-action .btn-success{
	min-width: 80px;
}

/* End Stepper component style */

/* Warning Info */

.warning-info {
	background-color: #fcf8e3;
	color: #ffb23e;
	border: 1px solid #ffb23e;
	border-radius: 4px;
	padding: 15px;
	padding-left: 65px;
	position: relative;
}

.warning-info::before {
	content: "i";
	position: absolute;
	left: 23px;
	top: 17px;
	width: 20px;
	height: 20px;
	background-color: #ffb23e;
	border-radius: 50%;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	color: #fff;
}

/* End Warning Info */

/* Dashboard Styles */

/* Empty State */

.empty-state{
  min-height: 15rem;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
	text-align: center;
  justify-content: center;
  padding: 4rem;
  border-radius: 4px;
  background-color: var(--c-gray1);
  border: 1px solid var(--c-gray3);
  color: var(--c-gray6);
}
.empty-state h1:only-child,
.empty-state h2:only-child,
.empty-state h3:only-child,
.empty-state h4:only-child{
  margin: 0;
}

/* Dashboard Input */
.dashboard-holder select,
.dashboard-holder input[type="text"],
.dashboard-holder input[type="date"],
.dashboard-holder input[type="email"],
.dashboard-holder input[type="number"],
.dashboard-holder textarea{
  font-family: 'Inter_Regular','Helvetica','Sans-Serif','Arial';
  font-size: 14px;
  padding: 6px 12px;
  border: 1px solid var(--c-gray3);
  color: var(--c-info);
  border-radius: 4px;
  line-height: 1.5 !important;
  outline: 0;
  transition: border ease-in-out .1s;
  box-sizing: border-box;
}
/* Dashboard Text */
.dashboard-holder label{
  color: var(--c-info);
  font-size: 12px;
}
.dashboard-holder h4,
.dashboard-holder h5,
.dashboard-holder h6 {
	font-family: 'Inter_Medium','Helvetica','Sans-Serif','Arial';
	margin-bottom: 8px;
	line-height: 1.5;
	margin-top: 0;
}
.dashboard-holder .metric-card .caption{
	margin-bottom: 0;
}
.dashboard-holder .section-title,
.dashboard-holder h1{
  font-size: 18px;
  font-weight: bold;
  color: var(--c-info);
  padding-top: 14px;
  margin-bottom: 24px;
  margin-top: 0;
  font-family: 'Inter_Medium','Helvetica','Sans-Serif','Arial';
}

.dashboard-holder .text-secondary {
  color: var(--c-gray6);
}
.dashboard-holder .subtitle,
.dashboard-holder h2{
  font-size: 18px;
  font-weight: normal;
  color: var(--c-info);
  padding-top: 14px;
  margin-bottom: 24px;
  margin-top: 0;
  font-family: 'Inter_Regular','Helvetica','Sans-Serif','Arial';
}
.db-col-1{
  width: 70%;
  padding-right: 32px;
}
.db-col-2{
  width: 30%;
}
/* Feature cards */
.features-cards{
  justify-content: space-between;
}
.feature-card {
  padding: 16px;
  width: calc(50% - 8px);
  border-radius: 4px;
  border: 1px solid var(--c-gray3);
}
/* .metric-card .metric-tip{
  display: none;
} */
.feature-card .img-holder{
  width: 40px;
  height: 40px;
  border-radius: 12px;
  overflow: hidden;
  background-color: var(--c-primary-light);
  flex-shrink: 0;
}
.feature-card .divider{
  margin: 12px 0;
  background-color: var(--c-gray3);
  height: 1px;
}
.btn.btn-icon.btn-add{
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  background-color: transparent;
}
.feature-card .btn-success.btn-add::before {
	width: 1.25rem;
	transform: translateY(-50%);
	left: 0.625rem;
	background-color: var(--c-success);
}

.btn-success.btn-add::before {
	content: "";
	width: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	left: 1rem;
	display: inline-block;
	height: 1px;
	background-color: var(--c-white);
	margin-right: 0.5rem;
	position: absolute;
}
.feature-card .btn-success.btn-add::before{
  width: 20px;
  transform: translateY(-50%);
  left: 10px;
  background-color: var(--c-success);
}
.feature-card .btn-success.btn-add::after{
  width: 20px;
  left: 10px;
  background-color: var(--c-success);
}
.feature-card .btn-success:hover{
  background-color: var(--c-success);
}
.feature-card .btn-success:hover.btn-add::before{
  background-color: var(--c-white);
}
.feature-card .btn-success:hover.btn-add::after{
  background-color: var(--c-white);
}
/* Feature cards */
.tip-card{
  padding: 20px;
  gap: 27px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid rgba(16, 16, 16, 0.15);
}
.tip-card .img-holder {
  flex-shrink: 0;
  width: 79px;
  height: 79px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #EEE;
  margin-right: 16px;
}
.tip-card .tip-copy{
	flex: auto;
	max-width: 70%;
}

.tip-card .tip-copy .description {
  color: rgba(16, 16, 16, 0.70);
  font-size: 15px;
  letter-spacing: -0.15px;
  line-height: 150%;
}
/* Publish Card */
.publish-card .tip.btn-info-icon,
.metric-card .tip.btn-info-icon{
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 12px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.publish-card ul{
  list-style: none;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid rgba(16, 16, 16, 0.15);
}
.publish-card ul li{
  display: flex;
  margin-bottom: 1.5em;
}
.publish-card a {
	color: #089AE1;
}
/* Publish card Checkbox */
.publish-card .checkbox{
	flex: auto;
	padding-left: 0;
	margin-top: 0;
}
.publish-card .checkbox label{
  font-size: 15px !important;
  color: var(--c-success);
  position: relative;
  padding-right: 28px;
  display: block;
}
.publish-card .checkbox label::before {
  content: "";
  width: 20px;
  height: 20px;
  left: auto;
  right: 0;
  border: 1px solid var(--c-gray3);
  border-radius: 4px;
  background-color: var(--c-white);
  transition: border .15s ease-in-out,color .15s ease-in-out;
}

.add-plugin .plugin-types-container .checkbox input[type="checkbox"]:checked + label::before,
.publish-card .checkbox input[type="checkbox"]:checked + label::before {
	background-color: var(--c-success);
	border-color: var(--c-success);
	border-radius: 3px;
}
.publish-card .checkbox label::after {
  width: 16px;
  height: 16px;
  right: 0rem;
  left: auto;
  top: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--c-white);
}
.publish-card .checkbox label::after,
.publish-card .checkbox label::before {
  display: inline-block;
  position: absolute;
}
.publish-card .db-progressbar {
  margin-right: 16px;
  background-color: var(--c-white);
}
.db-progressbar{
  height: 8px;
  flex: auto;
  border-radius: 4px;
  background-color: var(--c-gray2);
}
.db-progress{
  height: 8px;
  border-radius: 4px;
  background-color: #939393;
  width: 0;
  max-width: 100% !important;
  transition: all 1s linear;
}
/* Metric Cards */
.metrics-cards{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 25px;
}
.metric-card{
  border-radius: 10px;
  border: 1px solid rgba(16, 16, 16, 0.15);
  padding: 19px 25px;
  width: auto;
}
.metric-card h3{
	margin: 0;
}
.metric-card p {
	color: rgba(16, 16, 16, 0.70);
	font-size: 15px;
}
.metric-card .metric-action{
  background: transparent;
  border: 0;
  font-size: 12px;
  padding: .125rem;
  cursor: pointer;
  color: var(--c-gray4);
}
.metric-card .action-separator{
  color: var(--c-gray4);
  font-size: 12px;
  padding: 0 12px;
}
.metric-card .tip.btn-info-icon{
  margin-right: 0;
}

.metric-card .metric-success {
	display: none;
}

.metric-values{
  justify-content: space-between;
  align-items: center;
}
.metric-card .btn-dismiss{
  display: none;
}
.metric-card.metric-success .btn-dismiss{
  display: block;
}

.metric-values h4,
.metric-values h3{
  font-family: 'Inter_Regular','Helvetica','Sans-Serif','Arial';
}
.metric-values h3{
  font-size: 24px;
}
.metric-values h4{
 font-size: 16px;
 color: var(--c-gray4);
}
.metric-tip{
  padding-top: 24px;
  border-top: 1px solid var(--c-gray3);
  margin-top: 24px;
}
.metric-tip .link--default{
  margin-left: 16px;
}
.metric-tip .icon{
	margin-top: 4px;
	font-size: 16px;
}
.metric-card .primary,
.db-alert-tip .primary{
  color: var(--c-primary);
}
.metric-input input[type="number"] {
  flex: auto;
  align-items: center;
  border-radius: 4px;
  text-align: right;
  font-size: 16px;
  padding: 4px;
}
.metric-input input:hover{
  border-color: var(--c-primary);
}
.metric-input .save-btn{
  background-color: var(--c-success);
  width: 36px;
  min-width: auto;
  font-size: 16px;
  flex-shrink: 0;
  padding: 0;
  border-radius: 0 4px 4px 0;
}
.metric-input .save-btn::after{
  font-family: "icomoon";
  content: "\e60d";
}
.metric-dial .metric-input{
	margin-right: 24px;
}

/* Metric Success */
.metric-success{
  border-color: var(--c-success-light);
  background-color: var(--c-success-light);
}
.metric-success .metric-values{
  margin-bottom: 14px;
}
.metric-success .btn-success{
  width: 100%;
  max-width: none;
  display: block;
}
.metric-success svg {
	top: -2px !important;
}
.metric-success .half-circle {
	background-color: var(--c-success-light) !important;
}
.metric-success .metric-input input[type="number"] {
	background: var(--c-success-light);
}

.metric-success .db-progressbar {
	position: relative;
	margin-top: 20px;
}

.metric-success .success-goal {
	color: var(--c-success);
	margin: 0;
    margin-top: 8px;
}

.metric-success .success-cup {
	position: absolute;
	display: flex !important;
	align-items: center;
	justify-content: center;
	right: -2px;
    top: -14px;
    background: var(--c-success);
    border-radius: 50%;
    padding: 5px;
    width: 35px;
    height: 35px;
}

.metric-success .success-cup img {
	position: relative;
	top: 1px;
}
/* Metric Warning */
.metric-warning .db-progress{
  background-color: var(--c-warning);
}
.metric-warning h3,
.metric-warning p {
	color: var(--c-warning);
}
.metric-warning .metric-tip{
  display: block;
}
/* progressbar timer */
.db-progressbar-timer{
  width: 88px;
  height: 88px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 8px solid var(--c-gray2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* action highlight */
.action-highlight{
  align-items: center;
  background: #F5F5F5;
  border-radius: 10px;
  color: var(--c-success);
  display: flex;
  justify-content: center;
  padding: 1rem;
}

.action-highlight:hover {
	background: #E5E5E5;
	color: var(--c-success);
}

/* Dashboard Alert */
.db-alert-tip{
  padding: 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  border: 1px solid var(--c-gray3);
}
.db-alert-tip .icon{
  margin-right: 1rem;
  flex-shrink: 0;
	font-size: 16px;
}
.db-alert-tip.warning{
  border-color: var(--c-warning);
}
.db-alert-tip.warning .icon{
  color: var(--c-warning);
}
.db-alert-tip.tip-success{
  background-color: var(--c-success-light);
  align-items: flex-start;
}
.db-alert-tip.tip-success h5,
.db-alert-tip.tip-success .icon{
  color: var(--c-success);
}
/* Dashboard lists */
.db-list{
  list-style: none;
}
.li-inherit{
	list-style: inherit;
  }
.li-inside {
	list-style: inside;
}
.db-list li{
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 15px;
}
.db-list .img-holder{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--c-gray3);
  margin-right: 19px;
  overflow: hidden;
}

/* Empty List  */
.db-list-empty{
  min-height: 128px;
  padding: 16px 32px;
  border: none;
  background-color: unset;
  color: var(--c-success);
}

.db-list-empty p {
	color: rgba(16, 16, 16, 0.70);;
}

/* Margin Utilities */
.margin-bottom-lg{
  margin-bottom: 32px;
}
.margin-bottom-md{
  margin-bottom: 16px;
}
.margin-bottom-sm{
  margin-bottom: 12px;
}

/* Background Colors */
.background-success {
	background-color: var(--c-success);
}
.background-danger {
	background-color: var(--c-danger);
}
.background-info {
	background-color: var(--c-gray1);
}
.background-primary {
	background-color: var(--c-primary);
}
.background-green {
	background-color: var(--c-green);
}
.background-white {
	background-color: var(--c-white) !important;
}
.box-shadow-none{
  box-shadow: none !important;
}.box-shadow-unset{
  box-shadow: unset !important;
}
/* Position Top */
.top-five {
	top: 5px;
}

.cp-scroll-section {
	max-height: calc(100vh - 340px);
	overflow-y: auto;
}

.textarea-resize-none {
	resize: none;
}

.w-fit-content {
	width: fit-content !important;
}
.mw-fit-content {
	min-width: fit-content !important;
}
.w-max-content {
	width: max-content !important;
}

.min-width-45px {
	min-width: 45px;
}

.min-h-12rem {
	min-height: 12rem !important;
}

.min-h-25rem {
	min-height: 25rem !important;
}


body#index-body.desktop-device .mobile-only {
	display: none !important;
}

body#index-body.mobile-device .web-only {
	display: none !important;
}

.min-width-700 {
	min-width: 700px;
}

.overflow-x-auto {
	overflow-x: auto;
}

.line-height-18 {
	line-height: 18px;
}

.line-height-15 {
	line-height: 15px;
}

.hide-scrollbar {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera */
}

.text-underline-from-font {
	text-decoration: underline;
	text-underline-position: from-font;
}

/* this will have 100% width @ max-width: 1200px */
.responsive-field {
	width: calc(60% + 120px);
}

.dark-dropdown {
	min-width: 210px;
}

.dark-dropdown-toggle {
	background-color: rgba(255, 255, 255, 0.10);
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	padding: 10px 15px;
	border: unset !important;
}

.dark-dropdown-toggle + .dropdown-menu {
	background-color: #282828;
	border-radius: 10px;
	border: unset;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	margin-top: 5px !important;
	padding: 6px;
}

.dark-dropdown-toggle + .dropdown-menu > li > a {
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	padding: 8px 10px;
}

.dark-dropdown-toggle + .dropdown-menu > li > a:hover {
	background-color: rgba(255, 255, 255, 0.10) !important;
	color: #fff !important;
	padding: 8px 10px;
}

.dark-dropdown .dark-dropdown-toggle:focus,
.dark-dropdown .dark-dropdown-toggle:active,
.dark-dropdown .dark-dropdown-toggle:hover,
.dark-dropdown .btn-default:hover,
.dark-dropdown .btn-default:focus,
.dark-dropdown .btn-default:active,
.dark-dropdown.open > .dark-dropdown-toggle.btn-default {
	background-color: rgba(255, 255, 255, 0.10) !important;
	border-color: unset !important;
	color: #fff !important;
}

.non-underlined-text {
	text-decoration: none !important;
}

.page-controls {
	border-top: 1px solid rgba(16, 16, 16, 0.10);
}

/* Portrait orientation */
@media screen and (orientation: portrait) {
	.portrait-touch-disabled {
        touch-action: none !important;
    }
}

@media (max-width: 720px) {
    .metrics-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}