@charset "UTF-8";

/* Your custom styles */

.text-center {
    text-align: center;
}

.category-section {
    padding-bottom: 50px;
}

#tabForm {
    display: block !important;
    list-style: none !important;
    padding-left: 0;
    margin-bottom: 0;
    background-color: #f58220;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.menu-form {
    color: #fff;
}

.nav-form .nav-link-form.active,
.nav-form .show>.nav-link-form {
    color: #f58220 !important;
    background-color: #fff !important;
}

.nav-link-form {
    display: block;
    padding: .5rem 1rem;
}

.custom-content {
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
}

.profile-images{
  padding: 15px;
  border-bottom-style: solid;
  border-bottom-color: #bd5800;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #f58220;
    color: #DDD;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}

.field-box
{
    margin-top: 10px;
    border: 1px lightgray solid; 
    padding: 0.2em 0.8em;
    box-shadow: 0 2px 5px -4px rgba(36, 35, 35, 0.871);

}

.group-box {
    border: 1px lightgray solid; 
    padding: 0.2em 0.8em;    
    font-size: 14px;
    color: #f58220;
    text-transform: uppercase;
    /* text-decoration: underline; */
    text-align: left;
    font-weight: bold;
    line-height: 25px;
    width: auto;
    display: block;
    /* background: #1e5799; */
    /* background: linear-gradient(#2989d8 0%, #1e5799 100%); */
    box-shadow: 0 3px 10px -5px rgba(36, 35, 35, 0.871);
}