/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@100;200;300;400;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@500&family=Work+Sans:wght@100;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');

:root{
  --primary-color:#262261;
  --secondary-color:#7CC795;
  --third-color:#652C90;
}

*{
  font-family: 'Work Sans', sans-serif;
}
.ta-c{
  text-align: center;
}
.f-lgt{
  font-weight: 200;
}
.box3 {
  box-shadow: 10px -2px 41px -9px;
    width: 250px;
    border-radius: 15px;
    color: rgb(108 108 108);
    padding: 20px;
    position: relative;
    font-size: large;
}

/* speech bubble 13 */
.sb13:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid #526476;
  border-top: 15px solid #526476;
  border-bottom: 15px solid transparent;
  left: -16px;
  top: 50%;
}

table.dataTable thead th, table.dataTable thead td , table.dataTable.no-footer{
  border-bottom: 0px solid #111 !important;
}

.form-daterange{
  width: 200px;
  border-radius: 15px;
    border-top-right-radius: 0px;
    cursor: pointer;
    transition: transform .5s, background-color .2s;
}
.form-daterange:hover{
  background-color: rgba(223, 223, 223, 0.242);
  transform: scale(1.06);
  transition: all .3s ease;
}