#fouita button[type=submit].button-save {
    background-color: #4338CA;
    color: #fff;
    box-shadow: none;
    border: 0;
    width: 50%;
    height: 30px;
    margin-top: 10px;
    border-radius: 6px;
    cursor: pointer;
}

#fouita button[type=submit].button-danger {
    background-color: #dc2626;
    color: #fff;
    box-shadow: none;
    border: 0;
    width: 40%;
    height: 30px;
    border-radius: 6px;
    cursor: pointer;
}

#fouita label {
    font-size: 14px;
    margin-bottom: 5px;
    color: black;
    display: inline-block;
}

#fouita .addWidget {
    color: black;
    padding-bottom: 10px;
}

#fouita .th-div {
    width: 10%;
    margin-left: 2%;
}

#fouita .section-body {
    background-color: #f7f7f7;
    border: 1px solid #d9d8d8;
}

#fouita .form-table {
    margin-top: 0;
    width: 100%;
    margin-bottom: 5%;
}

#fouita * {
    transition: 0.3s;
}

#fouita *:hover {
    opacity: 1
}

#fouita input[type=text],
#fouita input[type=number],
#fouita input {
    display: block;
    width: 50%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#fouita .logo {
    margin: 2% 2%;
}

#fouita ::placeholder {
    opacity: 0.7;
}

#fouita .project {
    margin-left: 36%;
}

#fouita .title {
    font-weight: 600;
    font-size: large;
    text-align: center;
}

#fouita .note {
    margin-bottom: 30px;
    text-align: center;
    width: 50%;
}

#fouita .doc {
    margin-bottom: 25px;
    width: 50%;
}

#fouita .more-detail {
    padding-top: 8px;
}

#fouita .id {
    margin-bottom: 5px;
}

#fouita .button {
    margin-top: 70px;
    border: none;
    width: 26%;
}

#fouita .runId {
    width: 40%;
    background-color: #E0E7FE;
    border-radius: 6px;
    border: none;
    color: #4338CA;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: .45rem;
}

#fouita .noteRemove {
    margin-bottom: 30px;
    text-align: center;
    width: 40%;
}

#fouita .docRemove {
    margin-bottom: 25px;
    width: 40%;
}

#fouita .linkFouita {
    margin-top: 10px;
}


/* Hide default notifications */

.update-nag,
.updated,
.error,
.is-dismissible {
    display: none;
}