
/* ============================================================================================== */
/* ============================================== form ========================================== */
/* ============================================================================================== */

.form-row {
	position:relative;
	display: flex;	
	flex-wrap: wrap;
}
.form-row+.form-row,
.form-row+.button-row,
.form-row+.form-row.disable+.form-row {
	margin-top: 30px;
}
.form-row.disable {
	display: none !important;
}
.form-row.disable+.form-row.disable+.form-row,
.form-row.disable+.form-row,
.form-row.disable+.button-row {
	margin-top: 0;
}

.form-row>.form-col-title,
.form-row>.form-col-field {
	position:relative;
	width: 100%;
}

/* title */
.form-row>.form-col-title {}
.form-row>.form-col-title>.title {
	font-size: var(--cpn-h3-font-size);
	line-height: var(--cpn-h3-line-height);
	font-weight: 700;
}

/* field */
.form-row>.form-col-title+.form-col-field {
	margin-top: 20px;
}

/* --------------------------------------------------------------- */
/* --------------------- field form - inline --------------------- */
/* --------------------------------------------------------------- */


.field-form-row {
	/* display:table;
	clear:both !important; */
	width:calc( 100% + 20px );
	margin-left:-10px;
	margin-right:-10px;
	display: flex;
	flex-wrap: wrap;
}
.field-form-row>.field-group {
	padding-left:10px;
	padding-right:10px;
}
.field-form-row>.field-group.field-group-disable {}
.field-form-row>.field-group.field-group-hide {
	display: none;
}
.field-form-row.last-child-flex>.field-group:last-child {
	flex: 1 0 0;
}

/* ============================================================================================== */
/* ============================================== field ========================================= */
/* ============================================================================================== */

.field-group,
.field-group>.field {
	position:relative;
	display:block;
	width:100%;
}
.field-group {
	padding-top:10px;
	padding-bottom:10px;
	/* background-color: rgba(0,255,0,0.1); */
}

.field-form-col-12 { width: var(--cpn-col-12); }
.field-form-col-11 { width: var(--cpn-col-11); }
.field-form-col-10 { width: var(--cpn-col-10); }
.field-form-col-9 { width: var(--cpn-col-9); }
.field-form-col-8 { width: var(--cpn-col-8); }
.field-form-col-7 { width: var(--cpn-col-7); }
.field-form-col-6 { width: var(--cpn-col-6); }
.field-form-col-5 { width: var(--cpn-col-5); }
.field-form-col-4 { width: var(--cpn-col-4); }
.field-form-col-3 { width: var(--cpn-col-3); }
.field-form-col-2 { width: var(--cpn-col-2); }
.field-form-col-1 { width: var(--cpn-col-1); }

/* --------------------------------------------------------------- */
/* ---------------------------- label ---------------------------- */
/* --------------------------------------------------------------- */

/* label text - outside */
.field-group>.label-text {
	position:relative;
	font-size:22px;
	line-height:40px;
	font-weight:400;
	letter-spacing:0;
	margin-bottom:5px;
}
.field-group .label-text small {
	line-height: 0;
}

/* label text - inside */
.field-group>.field>.label-text {
    position: absolute;
    z-index: 2;
	opacity:1;
}
.field-group>.field>.label-text {
	transition: all 0.05s ease;
    -webkit-transition: all 0.05s ease;
    -moz-transition: all 0.05s ease;
    -ms-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
}

/* focus - has data - on top */
.field-group>.field.focus>.label-text,
.field-group>.field.has-data>.label-text,
.field-group>.field>.label-text.label-text-ontop,
.field-group>.field.has-fix-text.prefix-text>.label-text,
.field-group>.field.select-field>.label-text {
	font-size: 15px;
	font-weight:500;
    line-height: 10px;
	letter-spacing:0;
    top: -10px;
    z-index: 4;
}
.field-group>.field.focus>.label-text,
.field-group>.field.has-data>.label-text,
.field-group>.field>.label-text.label-text-ontop,
.field-group>.field.has-fix-text.prefix-text>.label-text,
.field-group>.field.select-field>.label-text {
	padding: 3px 0 5px 0 !important;
}

/* textcolor white */
/* .text-color-white .field-group>.field>.label-text,
.text-color-white .field-group>.field.focus>.label-text,
.text-color-white .field-group>.field.focus>.label-text.label-text-ontop,
.text-color-white .field-group>.field.has-fix-text.prefix-text>.label-text {
	color:rgba(255,255,255,1);
}
.text-color-white .field-group>.field.has-data>.label-text,
.text-color-white .field-group>.field>.label-text.label-text-ontop,
.text-color-white .field-group>.field.select-field>.label-text {
	color:rgba(255,255,255,0.4);
}
.text-color-white .field-group>.field>.input-text::placeholder{
	color:rgba(255,255,255,0.4);
} */

/* textcolor black */
/* .field-group>.field>.label-text,
.field-group>.field.focus>.label-text,
.field-group>.field.focus>.label-text.label-text-ontop,
.field-group>.field.has-fix-text.prefix-text>.label-text,
.text-color-black .field-group>.field>.label-text,
.text-color-black .field-group>.field.focus>.label-text,
.text-color-black .field-group>.field.focus>.label-text.label-text-ontop,
.text-color-black .field-group>.field.has-fix-text.prefix-text>.label-text {
	color:rgba(12,12,12,1);
}
.field-group>.field.has-data>.label-text,
.field-group>.field>.label-text.label-text-ontop,
.field-group>.field.select-field>.label-text,
.text-color-black .field-group>.field.has-data>.label-text,
.text-color-black .field-group>.field>.label-text.label-text-ontop,
.text-color-black .field-group>.field.select-field>.label-text {
	color:rgba(12,12,12,0.4);
}
.field-group>.field>.input-text::placeholder, 
.text-color-black .field-group>.field>.input-text::placeholder {
	color:rgba(12,12,12,0.3);
} */

/* required */
.symbol-required {
    position: relative;
    font-size: 80% !important;
    font-weight: 400 !important;
    line-height: 0 !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    color: rgba(var(--cpn-color-red),1);
}
.symbol-required::before {
    position: relative;
    content: "*";
}

/* --------------------------------------------------------------- */
/* ---------------------------- alert ---------------------------- */
/* --------------------------------------------------------------- */

.alert-required {
	position: relative;
}
.alert-required .message-alert-required {
	position: absolute;
	width: 100%;
	height: 20px;
	top: 100%;
	left: 0;
	right: 0;
	font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 10px;
    padding-top: 7px;    
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: rgba(var(--cpn-color-red),1);
}

/* --------------------------------------------------------------- */
/* ----------------------------- lock ---------------------------- */
/* --------------------------------------------------------------- */

.field-group.lock>.field,
.field-group.lock>.field>.input,
.field-group.lock>.field>.input-text,
.field-group.locked>.field,
.field-group.locked>.field>.input,
.field-group.locked>.field>.input-text {
	cursor: no-drop;	
}

.field-group.select-field-group.lock .icon-field.trailing-icon.arrow,
.field-group.select-field-group.locked .icon-field.trailing-icon.arrow {
	opacity: 0;
}

/* --------------------------------------------------------------- */
/* ---------------------------- input ---------------------------- */
/* --------------------------------------------------------------- */

.field-group.input-field-group>.field {
	background-color: rgba(11,22,0,0.1);
}
.field-group.input-field-group>.field.input-field,
.field-group.select-field-group>.field.select-field,
.field-group.upload-file-group>.field.upload-file-inside {
	height:45px;
	line-height:45px;
}
.field-group.input-field-group>.field.input-field,
.field-group.select-field-group>.field.select-field,
.field-group.textarea-field-group .textarea-field>.textarea,
.field-group.textarea-field-group .textarea-field>.textarea>textarea.input,
.field-group.upload-file-group>.field.upload-file-inside {
	border-radius:10px;
}

.field-group>.field>.input-text {
    position: relative;
    display: block;
    width: 100%;
    background: none !important;
    border: none !important;
    outline: none !important;
	margin:0;
	padding:0 20px;
	z-index: 3;
	color: inherit;
}
.field-group>.field>.input-text,
.field-group>.field>.label-text,
.field-group>.field.label-inline>.label-text,
.field-group>.field.label-inline.focus>.label-text,
.field-group>.field.label-inline.has-data>.label-text,
.field-group.select-field-group>.field.select-field.label-inline>.label-text {
	font-size:16px;
	font-weight:400;
	/* letter-spacing:0.3px; */
}
.field-group>.field>.input-text {
	line-height:45px;
}
.field-group>.field>.label-text,
.field-group>.field.label-inline>.label-text,
.field-group>.field.label-inline.focus>.label-text,
.field-group>.field.label-inline.has-data>.label-text,
.field-group.select-field-group>.field.select-field.label-inline>.label-text {
	line-height:45px;
}
.field-group.select-field-group>.field.select-field>.input-text>span {
	font-size:12px;
}

.field-group>.field>.label-text~.input-text::placeholder {
	opacity: 0;
}
.field-group>.field.focus>.label-text~.input-text::placeholder {
	opacity: 1;
}

.field-group>.field>.input-text::placeholder {
	color: rgba(var(--cpn-color-black),0.4);
}
.text-color-white .field-group>.field>.input-text::placeholder {
	color: rgba(var(--cpn-color-white),0.4);
}

/* ============================================================================================== */
/* =========================================== label inline ===================================== */
/* ============================================================================================== */

.field-group>.field.label-inline {
	display: flex;
	flex-wrap: nowrap;	
}
.field-group>.field.label-inline>.label-text {
	position: relative;
	top: auto;
	padding: 0 15px 0 0 !important;
	opacity: 1 !important;
	letter-spacing: 0 !important;
}
.field-group>.field.label-inline>.label-text:before {
    position: absolute;
    content: ":";
    top: 0;
    right: 5.5px;
    font-size: 90%;
    font-weight: 700;
    width: 4px;
    text-align: center;
}
.field-group>.field.label-inline>.input-text {
	flex: 1 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* ============================================================================================== */
/* ==================================== text field - icon field ================================= */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- text field -------------------------- */
/* --------------------------------------------------------------- */

.field-group>.field.text-field-enable {
    display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}
.field-group>.field.text-field-enable>.text-field {
	background-color: rgba(255,0,0,0.3);
}

.field-group>.field.text-field-enable>.input-text {
	flex: 1 0 0;
}

/* prefix text */
.field-group>.field.text-field-enable.prefix-text-format>.text-field.prefix-text {
	padding-right: 10px;
}

/* suffix text */
.field-group>.field.text-field-enable.suffix-text-format>.text-field.suffix-text {
	padding-left: 10px;
}

/* --------------------------------------------------------------- */
/* -------------------------- icon field ------------------------- */
/* --------------------------------------------------------------- */

.field-group>.field.icon-field-enable {
    display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}
.field-group>.field.icon-field-enable>.icon-field {
	position: absolute;
	top: 0;
	bottom: 0;
	line-height: 45px;
	padding-top: 2px;
	width: 20px;
	height: 45px;
	text-align: center;
	z-index: 1;
	/* background-color: rgba(255,255,0,0.3); */
}

/* leading icon */
.field-group>.field.icon-field-enable.leading-icon-format>.icon-field.leading-icon {
	left: 0;
}
.field-group>.field.icon-field-enable.leading-icon-format>.label-text,
.field-group>.field.icon-field-enable.leading-icon-format>.input-text {
	padding-left: 30px;
}

/* trailing icon */
.field-group>.field.icon-field-enable.trailing-icon-format>.icon-field.trailing-icon {
	right: 0;
}
.field-group>.field.icon-field-enable.trailing-icon-format>.input-text {
	padding-right: 30px;
}


/* ============================================================================================== */
/* ========================================== field - select ==================================== */
/* ============================================================================================== */

.field-group.select-field-group>.field.select-field {
	cursor: pointer;
}
.field-group.select-field-group>.field.select-field>.icon-field.arrow {
	font-size: 10px;
}
.field-group.select-field-group .input-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* dropdown */
.select-field-dropdown {
    position: absolute !important;
    visibility: hidden;
    /* display: none; */
    width: 100%;
    /* max-height: 302px; */
    background-color: rgba(255, 255, 255, 1) !important;
    border: 1px solid rgba(225, 225, 225, 1);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
    z-index: 10;
	/* overflow:hidden; */
    /* overflow-y: scroll; */
    margin-bottom: 50px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.select-field-dropdown>.select-field-dropdown-container {
    position: relative;
    width: 100%;
	padding: 20px 5px;
}
/* .select-field-dropdown,
.select-field-dropdown>.select-field-dropdown-container,
.select-field-dropdown>.select-field-dropdown-container>.container {
	max-height: 302px;
}*/
.select-field-dropdown>.select-field-dropdown-container>.container {
	position: relative;
	padding: 0 15px;
	overflow-y: scroll;
	max-height: 302px;
}
[class*="field-form-col"] .select-field-dropdown {
	width: calc(100% - 20px);
	left: 10px;
	right: 10px;
}

/* option */
.select-field-title {
	position: relative;
	font-weight: 600;
	padding: 0 10px 10px 10px;
}
.select-field-title:before {
	position: absolute;
	content: "";
	width: calc(100% - 20px);
	left: 10px;
	right: 10px;
	bottom: 0;
	border-bottom: 1px solid rgba(245,245,245,1);
}
ul.select-field-option+.select-field-title {
	margin-top: 20px;
}
ul.select-field-option ,
ul.select-field-option>li {
    position: relative;
    display: block;
    list-style: none !important;
    padding: 0;
    margin: 0;
}
ul.select-field-option>li+li:before {
	position: absolute;
	content: "";
	width: calc(100% - 20px);
	left: 10px;
	right: 10px;
	top: 0;
	/* border-top: 1px solid rgba(0,0,0,1); */
	border-top: 1px solid rgba(245,245,245,1);
}
ul.select-field-option>li {
	padding: 10px 15px;	
}
ul.select-field-option>li.option {
	background-color: rgba(0,0,0,0);
	border-radius: 10px;
	cursor: pointer;
}
ul.select-field-option>li.option:hover {
	background-color: rgba(0,0,0,0.03);
}
ul.select-field-option>li.not-found {
	cursor: no-drop;
	text-align: center;
	opacity: 0.5;
}

/* icon select */
ul.select-field-option>li>.icon-select {
	display: none;
}
ul.select-field-option.icon-select-enable>li {
	padding-left: 45px;	
}
ul.select-field-option.icon-select-enable>li>.icon-select {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	width: 25px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid rgba(var(--cpn-color-black),0.15);
}
ul.select-field-option.icon-select-enable>li>.icon-select::before {
	display: block;
	line-height: 25px;	
	color: rgba(var(--cpn-color-primary),1);
	/* background-color: rgba(var(--cpn-color-primary),0.1); */
	opacity: 0;
}
ul.select-field-option.icon-select-enable>li.selected>.icon-select {
	border-color:rgba(var(--cpn-color-primary),1);
}
ul.select-field-option.icon-select-enable>li.selected>.icon-select::before {
	opacity: 1;
}

/* open */
.field-group.select-field-group.open .icon-field.arrow {
	transform: rotate(180deg);
}
.field-group.select-field-group .os-scrollbar.os-scrollbar-visible {
	opacity: 0;
	visibility: hidden;
}
.field-group.select-field-group.open .os-scrollbar.os-scrollbar-visible {
	opacity: 1;
	visibility: visible;
}

/* ============================================================================================== */
/* ======================================== field - textarea ==================================== */
/* ============================================================================================== */

.field-group.textarea-field-group>.field.textarea-field,
.field-group.textarea-field-group>.field.textarea-field textarea.textarea-auto {
	height:45px;
	min-height: 45px;
}
.field-group.textarea-field-group>.field.textarea-field>.label-text {
	line-height: 45px;
}
.field-group.textarea-field-group>.field.textarea-field textarea {
	line-height: 25px;
}

/* textarea auto */
textarea.textarea-auto {
	position: relative;
	width: 100% !important;
    /* resize: horizontal; */
	resize: none;
    overflow: hidden;
	padding: 0;
}
textarea.textarea-auto::-webkit-scrollbar {
	width: 0px;
}

/* ============================================================================================== */
/* =================================== field - checkbox + radiobox ============================== */
/* ============================================================================================== */

.field-group.checked-field-group>.field.checked-field:before,
.field-group.checked-field-group>.field.checked-field:after {
	display: none !important;
}

.field-group.checked-field-group>.field.checked-field {
    display: flex;
    flex-wrap: wrap;
}

.checked-field {
	position:relative;	
	margin-top:5px;
	padding-bottom:5px;
    width: 100%;
    line-height: 0;
    height: auto;
}
.checked-field label {
    position: relative;
	display: flex;
	flex-wrap: nowrap;
    min-height: 20px;
	font-weight: 400;
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer !important;
}
.checked-field label.disable {
	cursor: no-drop !important;
}
.checked-field .checkmark,
.checked-field .text {
	position:relative;
	/* display:inline-block;
	float:left; */
}
.checked-field .checkmark {
    text-align: center;
    width: 25px;
	height: 25px;
	border-radius: 10px;
    line-height: 25px;
	background-color: rgba(var(--cpn-color-black),0.2);
}
.text-color-black .checked-field .checkmark {
	background-color: rgba(var(--cpn-color-black),0.2);
}
.text-color-white .checked-field .checkmark {
	background-color: rgba(var(--cpn-color-white),0.3);
}
.checked-field .text {
	width: calc( 100% - 25px );
    line-height: 25px;
    padding-left: 10px;
}
.checked-field .default-btn .text {
	padding: 0;
	width: auto;	
}
.checked-field input[type=radio],
.checked-field input[type=checkbox] {
	position: absolute;
    width: 10px !important;
    margin: 0 !important;
    left: 5px !important;	
	left: -10px !important;
    top: 5px !important;
    outline: none !important;
    display: none !important;
}
.checked-field .checkmark:before {
    position: relative;
    /* font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    content: "\f633"; */
    font-size: 10px !important;
    line-height: 25px !important;
	top: 1px;
    opacity: 0;
}

/* hover */
/*.checked-field label:hover .checkmark {
	background-color: rgba(33,135,244,0.2);
	color: rgba(33,135,244,1);
}*/
.checked-field label:hover .checkmark:before {
    opacity: 1;
}

/* active */
.checked-field label.active .checkmark {
	background-color:rgba(var(--cpn-color-primary),1) !important;
    color: rgba(255,255,255,1);
}
.checked-field label.active .checkmark:before {
    opacity: 1 !important;
}
.checked-field .checkmark,
.checked-field label .checkmark:before,
.checked-field label:hover .checkmark:before,
.checked-field label.active .checkmark:before {
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
}
.checked-field-group.alert-required .checked-field .checkmark {
	background-color:rgba(var(--cpn-field-alert-bg-color),0.2);
	box-shadow: 0 0 0 1px rgba(var(--cpn-field-alert-bg-color),1);
	/* border: 1px solid rgba(var(--cpn-field-alert-border-color),1); */
}

/* outlined */
.checked-field .checkmark.outlined {
	background: none !important;
	border: 1px solid rgba(var(--cpn-color-black),0.2);
}
.checked-field .checkmark.outlined,
.checked-field .checkmark.outlined:before {
	line-height: 23px !important;
}
.checked-field-group.alert-required .checked-field .checkmark.outlined {
	border-color: rgba(var(--cpn-field-alert-border-color),1);
}

/* outlined active */
.checked-field label.active .checkmark.outlined {
	background: none !important;
	border-color:rgba(var(--cpn-color-primary),1) !important;
    color: rgba(var(--cpn-color-primary),1);
}
.checked-field label.active .checkmark.outlined:before {
    opacity: 1 !important;
}
.checked-field .checkmark.outlined,
.checked-field label .checkmark.outlined:before,
.checked-field label:hover .checkmark.outlined:before,
.checked-field label.active .checkmark.outlined:before {
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
}

/* inline */
.checked-field-group.inline {
	display: flex;
	flex-wrap: wrap;
	width:calc( 100% + 30px );
	margin-left:-15px;
	margin-right:-15px;
}
.checked-field-group.inline .checked-field,
.checked-field-group.inline .label-text {
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.checked-field-group.inline .label-text.w-100per {
	width: 100%;
}
.checked-field-group.inline>.col-100per {
	width: 100%;
}
.checked-field-group.inline>.col-50per {
	width: 50%;
}
.checked-field-group.inline>.col-50per {
	width: 50%;
}
.checked-field-group.inline>.col-auto {
	width: auto;
}

/* field more */
/*[ data-sec-field-more ] {
    position: relative;
    display: none;
}*/

.checked-field.label-outside {
	display:table !important;
	width:100% !important;
}
.checked-field.label-outside > label,
.checked-field.label-outside > .text {
	display:inline-block !important;
	float:left !important;
}
.checked-field.label-outside > label {}
.checked-field.label-outside > .text {}

/* switch btn */
.checked-field.switch .checkmark {
	position: relative;
	display: block;
    width: 50px;
    border-radius: 20px;
}
.checked-field.switch .text {
	width: calc( 100% - 50px );	
	padding: 0;
}
.checked-field.switch .text.text-label {
	width: auto;
	flex: 1 0 0;
	margin-right: 10px;
}
.checked-field.switch .checkmark:before {
	position: absolute;
	opacity: 1 !important;
	display: block;
	content: '' !important;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	background-color: rgba(0,0,0,0.2);
	left: 5px;
	top: 50%;
	margin-top: -7.5px;
	transition: left 0.1s ease !important;
	-webkit-transition: left 0.1s ease !important;
	-moz-transition: left 0.1s ease !important;
	-ms-transition: left 0.1s ease !important;
	-o-transition: left 0.1s ease !important;
}
.checked-field.switch .checkmark+.text,
.checked-field.switch .text+.checkmark {
	margin-left: 10px;
}
.checked-field.switch label.active .checkmark:before {
	left: 30px;
	background-color: rgba(255,255,255,1);
}
.checked-field.switch label.active .checkmark {
    background-color: rgba(var(--cpn-color-secondary), 1) !important;
    color: rgba(var(--cpn-color-on-secondary), 1) 
}
.checked-field.switch label.active .checkmark:before {
    background-color: rgba(var(--cpn-color-on-secondary), 1) 
}


.field-group.select-field-group.select-field-inline>.field.select-field,
.field-group.select-field-group.select-field-inline>.field>.label-text,
.field-group.select-field-group.select-field-inline>.field.select-field>.input-text,
.field-group.select-field-group.select-field-inline>.field.icon-field-enable>.icon-field {
    height:25px !important;
    line-height:25px !important;
}
.field-group.select-field-group.select-field-inline>.field>.input-text {
    padding-left: 0;
}
.field-group.select-field-group.select-field-inline .select-field-dropdown {
	border-radius: 20px !important;
	width: 250px;
}

/* xxl */
@media (min-width: 1400px) {

	.field-form-col-xxl-12 { width: var(--cpn-col-12); }
	.field-form-col-xxl-11 { width: var(--cpn-col-11); }
	.field-form-col-xxl-10 { width: var(--cpn-col-10); }
	.field-form-col-xxl-9 { width: var(--cpn-col-9); }
	.field-form-col-xxl-8 { width: var(--cpn-col-8); }
	.field-form-col-xxl-7 { width: var(--cpn-col-7); }
	.field-form-col-xxl-6 { width: var(--cpn-col-6); }
	.field-form-col-xxl-5 { width: var(--cpn-col-5); }
	.field-form-col-xxl-4 { width: var(--cpn-col-4); }
	.field-form-col-xxl-3 { width: var(--cpn-col-3); }
	.field-form-col-xxl-2 { width: var(--cpn-col-2); }
	.field-form-col-xxl-1 { width: var(--cpn-col-1); }

}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

	.field-form-col-xl-12 { width: var(--cpn-col-12); }
	.field-form-col-xl-11 { width: var(--cpn-col-11); }
	.field-form-col-xl-10 { width: var(--cpn-col-10); }
	.field-form-col-xl-9 { width: var(--cpn-col-9); }
	.field-form-col-xl-8 { width: var(--cpn-col-8); }
	.field-form-col-xl-7 { width: var(--cpn-col-7); }
	.field-form-col-xl-6 { width: var(--cpn-col-6); }
	.field-form-col-xl-5 { width: var(--cpn-col-5); }
	.field-form-col-xl-4 { width: var(--cpn-col-4); }
	.field-form-col-xl-3 { width: var(--cpn-col-3); }
	.field-form-col-xl-2 { width: var(--cpn-col-2); }
	.field-form-col-xl-1 { width: var(--cpn-col-1); }

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

	.field-form-col-lg-12 { width: var(--cpn-col-12); }
	.field-form-col-lg-11 { width: var(--cpn-col-11); }
	.field-form-col-lg-10 { width: var(--cpn-col-10); }
	.field-form-col-lg-9 { width: var(--cpn-col-9); }
	.field-form-col-lg-8 { width: var(--cpn-col-8); }
	.field-form-col-lg-7 { width: var(--cpn-col-7); }
	.field-form-col-lg-6 { width: var(--cpn-col-6); }
	.field-form-col-lg-5 { width: var(--cpn-col-5); }
	.field-form-col-lg-4 { width: var(--cpn-col-4); }
	.field-form-col-lg-3 { width: var(--cpn-col-3); }
	.field-form-col-lg-2 { width: var(--cpn-col-2); }
	.field-form-col-lg-1 { width: var(--cpn-col-1); }

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

	.field-form-col-md-12 { width: var(--cpn-col-12); }
	.field-form-col-md-11 { width: var(--cpn-col-11); }
	.field-form-col-md-10 { width: var(--cpn-col-10); }
	.field-form-col-md-9 { width: var(--cpn-col-9); }
	.field-form-col-md-8 { width: var(--cpn-col-8); }
	.field-form-col-md-7 { width: var(--cpn-col-7); }
	.field-form-col-md-6 { width: var(--cpn-col-6); }
	.field-form-col-md-5 { width: var(--cpn-col-5); }
	.field-form-col-md-4 { width: var(--cpn-col-4); }
	.field-form-col-md-3 { width: var(--cpn-col-3); }
	.field-form-col-md-2 { width: var(--cpn-col-2); }
	.field-form-col-md-1 { width: var(--cpn-col-1); }

}

/* sm - xs */
@media (max-width: 767.98px) {}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

	.field-form-col-sm-12 { width: var(--cpn-col-12); }
	.field-form-col-sm-11 { width: var(--cpn-col-11); }
	.field-form-col-sm-10 { width: var(--cpn-col-10); }
	.field-form-col-sm-9 { width: var(--cpn-col-9); }
	.field-form-col-sm-8 { width: var(--cpn-col-8); }
	.field-form-col-sm-7 { width: var(--cpn-col-7); }
	.field-form-col-sm-6 { width: var(--cpn-col-6); }
	.field-form-col-sm-5 { width: var(--cpn-col-5); }
	.field-form-col-sm-4 { width: var(--cpn-col-4); }
	.field-form-col-sm-3 { width: var(--cpn-col-3); }
	.field-form-col-sm-2 { width: var(--cpn-col-2); }
	.field-form-col-sm-1 { width: var(--cpn-col-1); }

}

/* xs */
@media (max-width: 575.98px) {

	.field-form-col-xs-12 { width: var(--cpn-col-12); }
	.field-form-col-xs-11 { width: var(--cpn-col-11); }
	.field-form-col-xs-10 { width: var(--cpn-col-10); }
	.field-form-col-xs-9 { width: var(--cpn-col-9); }
	.field-form-col-xs-8 { width: var(--cpn-col-8); }
	.field-form-col-xs-7 { width: var(--cpn-col-7); }
	.field-form-col-xs-6 { width: var(--cpn-col-6); }
	.field-form-col-xs-5 { width: var(--cpn-col-5); }
	.field-form-col-xs-4 { width: var(--cpn-col-4); }
	.field-form-col-xs-3 { width: var(--cpn-col-3); }
	.field-form-col-xs-2 { width: var(--cpn-col-2); }
	.field-form-col-xs-1 { width: var(--cpn-col-1); }

}

/* xs custom */
@media (max-width: 399.98px) {}