.main-content {
    float: left;
    width: 84%;
}

.logo-content {
    display: inline-block;
    float: left;
}

.logo-content img {
    width: 135px;
    height: auto;
}

.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: 30px;
    border: 1px solid #ccc;
    border-top: none;
}

.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;
}

.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;
}

.message-sections {
    border: 1px solid #ccc;
    border-bottom: 0;
    padding-left: 25px;
    padding-bottom: 1px;
}

.alert{
    display: none;
    width: 96%;
    margin-top: 15px;
    padding: 5px;
    margin-bottom: 0;
}

#process_type>div {
    display: inline-block;
    width: calc(100% / 7);
    margin: 5px 0px;
}

#process_type input {
    vertical-align: middle;
    margin: 0px 5px 2px 15px;
}

#process_type input {
    margin-left: 0px;
}

#process_type .process_name {
    margin-right: 15px;
}

label{
    font-size: 12px;
    font-weight: 500;
    color: #12344d;
    margin-bottom: 0px;
    padding-bottom: 4px;
    padding-left: 2px;
    display: block;
}

fw-button#addFields {
    float: right;
}

.automatic-workitem-creation-toggle-section,
.vsts-fs-state-config-section,
#mapping-data-for-automatic-creation {
    margin-top: 50px;
}

fw-button#addWorkItem {
    float: right;
}

.required{
    color: red;
}

.mb-20{
    margin-bottom: 20px;
}

.add_work {
    margin-top: 5px;
}

.help-config,
.help-msg {
    font-size: smaller;
}

.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 {
    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: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;
    border:none;
    background: url(https://i.ibb.co/Gx1fzqV/rubbish-bin.png) no-repeat;
    background-color: transparent !important;
    padding: 0;
    height: 50px;
    width: 100%;
    min-width: 100%;
    background-position: center bottom;
    background-size: 25px;
}

.btn:focus,
.btn:hover {
    border: 0px !important;
    outline: 0 !important;
    opacity: 0.8;
    background-color: transparent !important;
}

.field-sets .form-group .btn.deleted:focus,
.field-sets .form-group .btn.delete:focus,
.field-sets .form-group .btn.delete:hover,
.field-sets .form-group .btn.delete:active:focus {
    outline: none !important;
    border: 0 !important;
    background-color: transparent !important;
}

.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;
    display:none;
}

.select-load .loader {
    border: 3px solid #12344d;
    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;
}

@-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);
    }
}

#work_item_box{
    display:none;
}

.spinner-wrap{
    display:inline-block;
    padding: 10px;
}

fw-spinner{
    --spinner-color:#12344d;
    display: none;
}
