 /* html, body {
    background-color: black;
    font-family: FontAwesome;
}  */

label.title-logo {
    margin-top: 6px;
}

#page-wrap header .logo {
    height: 40px;
}

img.logo {
    height: 24px;
}

img.logo-edit {
    height: 64px;
}

img.banner {
    height: 160px;
}

.card-style {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 6px !important;
    padding-left: 6px !important;
}

.card-body-style {
    padding-bottom: 6px !important;
    padding-top: 10px !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.card-title-style {
    font-size: 18px;
    text-align: center;
    margin: auto !important;
    margin-top: 7px !important;
    margin-bottom: 6px !important;
}

img.logo-app-show {
    height: 160px;
}

.title-app-show {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
    /* font-weight: lighter; */
    word-break: break-word;
}

.sub-app-show {
    font-size: 22px;
    font-weight: lighter;
    word-break: break-all;
}

.mandatory-field {
    color: #dc3545;
}

.form-add-edit {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-buttons {
    margin-right: 2px;
    margin-left: 2px;
}


.hide {
    display: none;
  }
  p {
    font-weight: bold;
  }

  .user-role {
    color: #fff !important;
    font-weight: 600;
}

.custom-file-input {
    margin-top: 8px !important;
    margin-right: 0px !important;
    margin-left: 10px !important;
    opacity: 1 !important;
}

.yellow-btn {
    color: #5f5f5f !important;
}

.margin-top-bottom {
    margin-top: 2px;
    margin-bottom: 2px; 
}

