*{}

.nbo-fields-wrapper .nbd-option-field {
	margin-bottom: 0;
	display: flex;
    border: none;
}

.nbd-option-field .nbd-field-header {
    background: none;
    display: flex;
    align-items: center;
    width: 150px;
}

.nbd-option-field .nbd-field-content {
	width: 60%;
}

.nbd-option-field .nbd-field-header label {
	font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #141824;
}

.nbd-field-header .nbd-help-tip {
	background: rgb(9, 134, 102);
}

.nbo-fields-wrapper .nbd-option-field select {
	max-width: 280px;
    -webkit-appearance: none;
    width: 100%;
    background: url(https://cdn.4over4.com/assets/images/printing/ipc-selectbox-icon.png) #fff;
    background-position: 95% 50%;
    background-repeat: no-repeat;
    flex-shrink: 0;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    color: #141824;
    border: 1px solid #a8a9ae;
    border-radius: 5px;
}

.nbd-option-field.ct-title .nbd-field-header .nbd-help-tip,.nbd-option-field.ct-title .nbd-field-content{
	display: none;
} 

.nbd-option-field.ct-title .nbd-field-header {
	width: 100%;
}

.nbd-option-field.ct-title .nbd-field-header label {
	font-weight: 400;
    font-size: 12px;
    color: #6e6d7a;
    margin-top: 5px;
}
