/*    :root {  
     --bs-primary: #d8356e;
     --bs-primary-rgb: 216, 53, 110;
     --bs-border-color: #cacaca; 
IFAT:
     }*/
    :root {  
     --bs-primary: #006ABB;
     --bs-primary-rgb: 0, 106, 187;
     --bs-border-color: #cacaca; 
     }

    .btn-tk {
        --bs-btn-color: #fff;
        --bs-btn-bg: #d8356e;
        --bs-btn-border-color: #d8356e;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #bd3263;
        --bs-btn-hover-border-color: #bd3263;
        --bs-btn-focus-shadow-rgb: 49, 132, 253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #d8356e;
        --bs-btn-active-border-color: #d8356e;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #bd3263;
        --bs-btn-disabled-border-color: #bd3263;
    }
    .btn-tk-white {
        --bs-btn-color: #d8356e;
        --bs-btn-bg: #fff;
        --bs-btn-border-color: #d8356e;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #bd3263;
        --bs-btn-hover-border-color: #fff;
        --bs-btn-focus-shadow-rgb: 49, 132, 253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #d8356e;
        --bs-btn-active-border-color: #d8356e;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #bd3263;
        --bs-btn-disabled-border-color: #bd3263;
    }
    .btn-outline-tk {
      --bs-btn-color: #d8356e;
      --bs-btn-border-color: #d8356e;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: #d8356e;
      --bs-btn-hover-border-color: #d8356e;
      --bs-btn-focus-shadow-rgb: 13,110,253;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: #d8356e;
      --bs-btn-active-border-color: #d8356e;
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #d8356e;
      --bs-btn-disabled-bg: transparent;
      --bs-btn-disabled-border-color: #d8356e;
      --bs-gradient: none;
    }


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}

.form-label {
    margin-bottom:0;
}
body {
  color: #444;
  font-family: 'Roboto', sans-serif;
  line-height: 1.7;
  font-size: 17px;
}

a {
  color: #d8356e;
  text-decoration: none;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

a:hover,
a:focus {
  color: #bd3263;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

h1,h2,h3,h4,h5 {font-weight:500}

option{font-family: "Roboto Mono", monospace;} 

label {font-weight:700}

.fs-7 {font-size: .9rem !important}

footer { background:#3b4747 }

.errorField {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.errorText {color:red}

/*ifat*/

.logo-tk-w { max-width:150px }

.bg-grad1 {
background: #00993B;
background: linear-gradient(121deg,rgba(0, 153, 59, 1) 0%, rgba(0, 106, 187, 1) 50%, rgba(240, 127, 10, 1) 100%);


/*background: #00993B;
background: linear-gradient(121deg,rgba(0, 153, 59, 1) 0%, rgba(240, 127, 10, 1) 50%, rgba(0, 106, 187, 1) 100%);
*/

/*background: #F07F0A;
background: linear-gradient(121deg,rgba(240, 127, 10, 1) 0%, rgba(0, 106, 187, 1) 50%, rgba(0, 153, 59, 1) 100%);*/
}
header .col-md-6 img { max-height:110px }

.btn-ifat-green {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00993B;
    --bs-btn-border-color: #00993B;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7bbd26;
    --bs-btn-hover-border-color: #7bbd26;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00993B;
    --bs-btn-active-border-color: #00993B;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #7bbd26;
    --bs-btn-disabled-border-color: #7bbd26;
}
.btn-ifat-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #006ABB;
    --bs-btn-border-color: #006ABB;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #63c6f5;
    --bs-btn-hover-border-color: #63c6f5;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #006ABB;
    --bs-btn-active-border-color: #006ABB;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #63c6f5;
    --bs-btn-disabled-border-color: #63c6f5;
}

.btn-ifat-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f07f0a;
    --bs-btn-border-color: #f07f0a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #fae05c;
    --bs-btn-hover-border-color: #fae05c;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f07f0a;
    --bs-btn-active-border-color: #f07f0a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fae05c;
    --bs-btn-disabled-border-color: #fae05c;
}

.btn-outline-ifat {
      --bs-btn-color: #f07f0a;
      --bs-btn-border-color: #f07f0a;
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: #f07f0a;
      --bs-btn-hover-border-color: #f07f0a;
      --bs-btn-focus-shadow-rgb: 13,110,253;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: #f07f0a;
      --bs-btn-active-border-color: #f07f0a;
      --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      --bs-btn-disabled-color: #f07f0a;
      --bs-btn-disabled-bg: transparent;
      --bs-btn-disabled-border-color: #f07f0a;
      --bs-gradient: none;
    }

.ifat-green {color:#00993B!important}
.ifat-blue {color:#006ABB!important}
.ifat-orange {color:#f07f0a!important}
.ifat-lt-green {color:#7bbd26!important}
.ifat-lt-blue {color:#63c6f5!important}
.ifat-lt-orange {color:#fae05c!important}

a {
  color: #f07f0a;
  text-decoration: none;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
}

a:hover,
a:focus {
  color: #fae05c;
  text-decoration: none;
}

footer { background:#000000 }