.input-div {
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 0;
}

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 10px;
}

.help-msg {
    float: left;
    font-size: smaller;
}

.input-group .input-group-addon {
    background-color: #02b875;
    color: #ffffff;
}

.flexbox .col {
    flex: 1;
    padding: 20px;
}

.main-content {
    float: left;
    width: 76%;
}

.logo-content {
    display: inline-block;
    float: left;
}

.add-button {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.fs-fields-button-plus,
.fs-fields-button-minus {
    margin-top: 25px;
    align-self: flex-end !important;
}

.error {
    color: #ff0000;
}

.help-config {
    font-size: smaller;
}

select[disabled] {
    -webkit-appearance: none;
    appearance: none;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 30px;
    border: 1px solid #ccc;
    border-top: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
    vertical-align: middle;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.terms-switch {
    padding: 0 10px;
}

ul {
    list-style: none;
    padding: 0;
}

ul .inner {
    padding-left: 1em;
    overflow: hidden;
    display: none;
}

ul li {
    margin: .5em 0;
}

ul li a.toggle {
    width: 100%;
    display: block;
    color: #f1f1f1;
    border: 1px solid #ccc;
    background-color: #ac3c3c;
    padding: .75em;
    border-radius: 0.15em;
    transition: #ac3c3c .3s ease;
}

ul li a.toggle:hover {
    background-color: rgb(219, 44, 44);
}

.accordion li {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.accordion li a.toggle {
    width: 100%;
    display: block;
    color: #525252;
    border: 0;
    background-color: #f1f1f1;
    padding: 16px 10px 16px 20px;
    border-radius: 0;
    font-weight: 700;
}

.accordion li a.toggle:before {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    border-left: 3px solid #525252;
    border-bottom: 3px solid #525252;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-right: 10px;
    vertical-align: middle;
}

.accordion li a.toggle:hover,
.accordion li a.toggle.open {
    background-color: #f1f1f1;
    text-decoration: none;
}

.accordion li a.toggle.open:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.closebtn:hover {
    color: #000;
}

.logo-content img {
    width: 160px;
    height: auto;
}

.main-content .tab button {
    font-weight: 500;
    width: 50%;
    min-height: 100px;
    font-size: 16px;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.main-content .tab .tablinks.active,
.main-content .tab .tablinks:hover {
    background: -webkit-linear-gradient(#f3f6f961, #e0ecf5, #a8ccea);
    background: -moz-linear-gradient(#f3f6f961, #e0ecf5, #a8ccea);
    background: linear-gradient(#f3f6f961, #e0ecf5, #a8ccea);
}

.tablinks.active svg,
.tablinks.active,
.tablinks:hover svg,
.tablinks:hover {
    fill: #0965c8;
    color: #0965c8;
}

.tabcontent form {
    margin-top: 15px;
}

.tabcontent .input-div {
    margin-bottom: 5px;
}

.tabcontent .input-div label {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
}

.tabcontent .input-div input {
    width: 100%;
}

.main-content .tab {
    border: 0;
    background: transparent;
    box-shadow: 0px 3px 4px #cccccc;
}

.tabcontent form .btn {
    margin-top: 10px;
    margin-left: 0;
}

.tablinks svg,
.tablinks img {
    fill: #999;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.main-tfs-fields .flexbox {
    padding: 0;
}

.main-tfs-fields .flexbox .col {
    padding: 0;
    max-width: 20%;
    min-width: 260px;
}

.main-tfs-fields .flexbox .fs-fields {
    margin-right: 64px;
}

.main-tfs-fields-flex-box {
    margin-top: 20px;
}

.main-tfs-fields .flexbox .col label {
    font-size: 14px;
    color: #6e6e6e;
}

.input-div select {
    border: 0;
    border-bottom: 1px solid #dadfe3;
    width: 100%;
    margin-top: 5px;
    padding-bottom: 3px;
}

.main-tfs-fields .flexbox .fs-fields-button-minus.col,
.main-tfs-fields .flexbox .col.fs-fields-button-plus {
    min-width: inherit;
    max-width: 35px;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 17px;
}

.add-button {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    margin: 25px 0px 0;
}

.add-button i {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 200;
    line-height: 21px;
}

.fs-fields-button-plus .add-button {
    background: #008103;
}

.fs-fields-button-minus .add-button {
    background: #d00000;
}

.input-group-div {
    max-width: 660px;
}

.tabcontent .input-group-div input {
    display: inline-block;
    width: calc(100% - 60px);
    height: 30px;
}

.tfs-states .flexbox {
    padding: 0px;
}

.tfs-states .col {
    padding: 0;
    border: 1px solid #ccc;
}

.tfs-states .col label {
    width: 100%;
    font-weight: 500;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
    background: #b2d1eb;
    border-bottom: 1px solid #ccc;
}

.tfs-states .col .input-div {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.tfs-states .col .input-div select {
    border: 1px solid #dadfe3;
    padding: 5px 5px;
    margin: 0;
    background: #fff;
}

.tfs-states>label {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.chip {
    padding: 5px 30px 5px 10px;
    height: auto;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin-right: 10px;
    vertical-align: top;
    min-height: 32px;
}

.chip .closebtn {
    position: absolute;
    right: 3px;
    top: 6px;
    width: 24px;
    padding: 0;
    height: 24px;
    text-align: center;
}

button#tfs-btn-chip {
    margin-top: 10px;
}

button#addFields {
    float: right;
}

.select-Fields .select2.select2-container {
    display: block;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 8px;
}

.fserv-label {
    font-weight: 400;
    color: #323;
    padding-top: 10px;
    margin-bottom: 6px;
    font-weight: 500;
}

.fserv-hint,
.fserv-control {
    font-size: 12px;
    color: #888;
    display: block;
    padding: 6px 0;
    margin-bottom: 0;
}

.select2-offscreen+div .fserv-hint {
    margin-top: 3px;
}

.fserv-select {
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    display: block;
    background-color: #fff;
}

.fserv-select-multiple {
    display: block;
    width: 400px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.fserv-input-text,
.fserv-textarea {
    padding: 8px !important;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 13px;
    width: 98%;
}

.fserv-input-checkbox,
.fserv-input-radio {
    cursor: pointer;
    margin-right: 10px !important;
}

.fserv-input-checkbox+.fserv-label {
    display: inline-block;
}

.fserv-input-radio {
    margin-left: 10px !important;
}

.fserv-control {
    color: #ff5959;
}

.mt-10 {
    margin-top: 10px;
}

.select-Fields .select2.select2-container {
    display: block;
    width: auto !important;
}

.field-sets .data .form-group {
    width: calc(100% - 20px / 5);
    display: inline-block;
    padding: 0 15px;
}

.field-sets .data .form-group:last-child {
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 9px;
}

.field-sets .data:last-child {
    margin-bottom: 10px;
}

.field-sets .data:after,
.field-sets .data:before {
    content: '';
    display: table;
    clear: both;
}

.field-sets .form-group .btn.deleted,
.field-sets .form-group .btn.delete {
    white-space: normal;
    text-indent: -999px;
    overflow: hidden;
    background: url(https://i.ibb.co/Gx1fzqV/rubbish-bin.png) no-repeat;
    padding: 0;
    height: 50px;
    width: 100%;
    min-width: 100%;
    background-position: center 90%;
    background-size: 25px;
}

.btn:focus,
.btn:hover {
    outline: 0 !important;
    opacity: 0.8;
}

label.required:after {
    content: '*';
    color: #f00;
    font-size: 17px;
    display: inline-block;
    margin-left: 2px;
}

.select2-results__message {
    color: #f00000;
}

.field-sets .form-group .btn.deleted:focus,
.field-sets .form-group .btn.delete:focus {
    outline: none;
    background-color: transparent !important;
}

.field-sets .form-group .btn.deleted:hover,
.field-sets .form-group .btn.delete:hover {
    border: 0;
}

.btn.delete,
.btn.deleted {
    border: 0;
}

.field-sets .data .form-group label {
    display: block;
}

.field-sets .data .form-group select {
    display: block;
    width: 100%;
    background: #fff;
    border: 0;
    min-height: 30px;
    border-bottom: 1px solid #ccc;
}

.add_work {
    text-align: right;
    margin-bottom: 10px;
}

.field-sets .data {
    margin: 0;
    padding-right: 50px;
    position: relative;
    -ms-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    background: #f0f0f0;
    border-bottom: 1px solid #fff;
}

.field-sets .data .form-group input {
    width: 100%;
    min-height: 30px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: solid #ccc 1px;
    outline: 0;
    border-radius: 0;
}

.form-action-wrap:after,
.form-action-wrap:before {
    content: '';
    display: table;
    clear: both;
}

.form-action-wrap .error-wrap {
    float: left;
    width: calc(100% - 356px);
}

.error-wrap .alert {
    padding: 2px 10px;
    display: none;
    float: left;
    margin: 5px 0 0;
}

.form-action-wrap .btn-action-wrap {
    float: right;
    width: 356px;
}

.select-load {
    background-color: #f9f9f9;
    bottom: 0;
    position: absolute;
    right: 0;
    top: 2px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    left: 2px;
    z-index: 9999;
}

.select-load .loader {
    border: 3px solid #02b875;
    border-radius: 50%;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
    -webkit-animation: load 1.5s linear infinite;
    -moz-animation: load 1.5s linear infinite;
    animation: load 1.5s linear infinite;
}

.select-load .loader:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 10px;
    top: 13px;
    right: 0;
    left: -3px;
    margin: auto;
    background: #f9f9f9;
}

.main-content .tab button.disabled {
    pointer-events: none;
}

@-moz-keyframes load {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes load {
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes load {
    to {
        transform: rotate(360deg);
    }
}

@keyframes load {
    to {
        transform: rotate(360deg);
    }
}