
@import url('https://fonts.googleapis.com/css2?family=Cabin+Condensed:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap');



body {
  font-family: 'Rubik', sans-serif;
  /*font-family: 'Cabin Condensed', sans-serif;*/
  font-size: 13px;
  background: #f5f6f7;
  background-color: #f5f6f7;
}

a {
  color: #666;
  font-size: 13px;
}

a:hover {
  color: #99e9f2;
}

table > thead > tr > th {
  /*font-weight: 800!important;*/
  font-size: 13px !important;
  color: #333!important;
  text-transform: capitalize !important;
}

table > tbody > tr > td {
  padding-left: 10px!important;
  font-size: 13px;
}

.showback {
  background: #fff;
  border: 1px solid #dce1ef;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(90,90,90,.08);
  box-shadow: 0 1px 15px 1px rgba(90,90,90,.08);
  margin-bottom: 25px;
}

.content-panel {
  background: #fff;
  border: 1px solid #dce1ef;
  border-radius: 4px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 15px 1px rgba(90,90,90,.08);
  box-shadow: 0 1px 15px 1px rgba(90,90,90,.08);
  margin-bottom: 25px;
}

hr {
  border-color: #dce1ef !important;
}

.btn {
  text-transform: capitalize;
  font-size: 11px;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.17);
}

.rounded-0 {
  border-radius: 0;
}

#hdTuto_search{

  display: none;

}

.list-gpfrm-list a{

  text-decoration: none !important;

}

.list-gpfrm li{

  cursor: pointer;

  padding: 4px 0px;

}

.list-gpfrm{

  list-style-type: none;

    background: #d4e8d7;

}

.list-gpfrm li:hover{

  color: white;

  background-color: #3d3d3d;
}

.progress-bar-theme01 {
  background-color: #48cfad;
}

.progress-bar-theme02 {
  background-color: #ac92ec;
}

.text-white {
  color: #FFFFFF !important;
}

.text-dark {
  color: #343434 !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.my-sticky-class-cunstoms {
  background-color: #a9e34b !important;
}

.form-control {
    background-color: #f4f4f4;
    border: none;
    border-bottom: 1px solid #8d8d8d;
    color: #161616;
    font-size: 13px;
    font-weight: 400;
    height: 2.5rem;
    letter-spacing: .16px;
    line-height: 1.28572;
    outline: 2px solid transparent;
    outline-offset: -2px;
    padding: 1.9rem 1rem;
    transition: background-color 70mscubic-bezier(.2,0,.38,.9), outline 70mscubic-bezier(.2,0,.38,.9);
    width: 100%;
}

.form-control:focus {
  border-color: #ea580c;
  color: #ea580c;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input:focus, select:focus, option:focus, textarea:focus {
  border-color: #ea580c;
  color: #ea580c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

button, input, select, textarea {
    border-radius: 0;
    font-family: inherit;
}

.btn {
    align-items: center;
    border-radius: 0;
    cursor: pointer;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 400;
    justify-content: space-between;
    letter-spacing: .16px;
    margin: 0;
    outline: none;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: background 70mscubic-bezier(0,0,.38,.9), box-shadow 70mscubic-bezier(0,0,.38,.9), border-color 70mscubic-bezier(0,0,.38,.9), outline 70mscubic-bezier(0,0,.38,.9);
    vertical-align: top;
}

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100 !important;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200 !important;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300 !important;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400 !important;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500 !important;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600 !important;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700 !important;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800 !important;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900 !important;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100 !important;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200 !important;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300 !important;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400 !important;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500 !important;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600 !important;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700 !important;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800 !important;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900 !important;
  font-style: italic;
}
