/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
@font-face {
    font-family: 'Gilroy';src: url('./Gilroy-Light.ttf');
}

body, html, .large-heading {
    font-family: Gilroy !important;
}

.btn-primary {
    background-color: #109294
    border-color: #109294;
}

.fruity .btn-primary, .fruity .btn-primary.disabled, .fruity .btn-primary.disabled.active, .fruity .btn-primary.disabled:active, .fruity .btn-primary.disabled:focus, .fruity .btn-primary.disabled:hover, .fruity .btn:focus, .fruity .btn:hover{
  background-color: #109294;
  border: 1px solid #109294;
}

.fruity .btn:focus, .fruity .btn:hover {
  background-color: #109594;
  border-color: #16BFC2;
  border: 2px solid #16BFC2;  
}

.fruity .text-info, .fruity .text-primary, .fruity .text-success {
  color: #109294 !important;
  font-weight: bold;
}

.fruity .progress-bar {
  background-color: #109294;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  color: #fff;
}

.fruity a {
  color: #109294;
  font-weight: bold;
}

.ls-questionhelp {
    font-weight: 700;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #109294;
    border-radius: 50%;
    background-color: white;
    display: inline-block;
    position: relative;
}

input[type="radio"]:checked {
    background-color: #109294 !important;
    border: 2px solid #16BFC2 !important;
}


