body, body .ui-widget {
   font-family: 'Open Sans', sans-serif;
}
nav.navbar {
   border-bottom: 2px solid #6c9c30;
    min-width: 85vw;
}

#pictureAfterNav {
  width: 100%;
  /* max-height: 220px; */
}

h1, h2 {
   font-family: 'Josefin Sans', sans-serif;
}

h2 {
    color: #419f46 !important;
    margin-top: 0;
    font-family: 'Josefin Sans', sans-serif;
}

/* BUTTON STYLING */
.ui-button {
    height: 50px;
    font-size: 16px;
    color: #fff !important;
    background: #70c276 !important;
    border: 0 !important;
}

.ui-button:hover {
    color: #fff !important;
    background: #5db463 !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 4px 5px rgba(0, 0, 0, 0.14) !important;
}

.ui-button.ui-button-secondary {
    color: #70c276 !important;
    background: #fff !important;
    border: 1px solid #D8D5D0 !important;
}

.ui-button.ui-button-secondary:hover {
    box-shadow: unset !important;
    background: rgba(112, 194, 118, 0.08) !important;
}


.ui-button.ui-state-disabled {
    background: #e0e0e0 !important;
    color: #a3a3a3 !important;
}

.ui-password {
    display: inline !important;
}

#form\:doLogin {
   margin-top: 15px;
}

/* INPUT STYLING */
input {
    height: 50px;
    box-shadow: none !important;
}

input:focus {
    border: 2px solid #70c276 !important;
    outline: none; /* Removes the default outline that browsers apply on focus */
    box-shadow: none !important;
}

input:hover {
    border: 2px solid #70c276 !important;
    outline: none; /* Removes the default outline that browsers apply on focus */
    box-shadow: none !important; /* Ensures no box shadow is applied on focus */
}

.ui-password {
    width: 100% !important;
    box-sizing: border-box; /* Ensure padding does not reduce width */
}

/* OPTION STYLING */
.row .anmeldeoptionrow {
   background: #f6f5f4;
   border: 1px solid #ccc;
}

.ui-icon-bullet {
   background: #70c276 !important;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-active {
   border-color: #70c276 !important;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-hover {
   border-color: #70c276 !important;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-active.ui-state-focus {
   box-shadow: 0 0 0 0.2em #70c27640;
}

/* MENU STYLING */
.dropdown-item:hover {
   background: #f6f5f4 !important;
}


/* MENU STYLING */
.dropdown-item:active {
   background: #c8c4bd !important;
   color: #fff !important;
}

a:hover {
   text-shadow: unset !important;
}

.nav-item {
   color: #908A7F !important;
}

/* Base styles for the checkbox box */
ui-chkbox-box ui-widget ui-corner-all ui-state-default {
   border: 2px solid #636363 !important;
}

/* Hover state styles that also apply to other states */
.ui-chkbox .ui-chkbox-box.ui-state-hover,
.ui-chkbox .ui-chkbox-box.ui-state-active,
.ui-chkbox .ui-chkbox-box.ui-state-active.ui-state-hover,
.ui-chkbox .ui-chkbox-box.ui-state-active.ui-state-hover.ui-state-focus {
   color: #fff !important;
   border-color: #70c276 !important;   
}

.ui-chkbox .ui-chkbox-box.ui-state-active {
   background: #70c276 !important;
}


/* Specific style for the focus state within active and hover states */
.ui-chkbox .ui-chkbox-box.ui-state-focus {
   box-shadow: 0 0 0 0.2em #70c27640 !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-info {
   color: #419f46;
   background: #eef8ef;
   border: 1px solid #419f46;
   border-width: 0 0 0 6px;
}

body .ui-growl .ui-growl-item-container.ui-growl-info .ui-growl-image,
body .ui-growl .ui-growl-item-container.ui-growl-info .ui-icon {
  color: #419f46;
}
 