body {
  background: #F6F8FA !important;
  color: #3B4D9C !important;
  font-size: .875rem;
  font-family: 'Montserrat', sans-serif !important;
}

.body__iframe {
  background-color: #FCFCFC !important;
  border-radius: 20px;
}

a {
  color: #3B4D9C;
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: none;
}

a:hover {
  color: #E7980D !important;
  text-decoration: none !important;
}

hr {
  width: 100%;
  border-top: 1px solid #ececec;
}

hr.contentLine {
  border-top: 0.5px solid #D1D3D5;
}

.smallestText {
  font-size: 0.75rem;
}

/*MV*/
.table {
  color: #3B4D9C !important;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: white !important;
}

table.table__tabs {
  border-radius: 0 !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

table.table__tabs thead tr {
  background: #3B4D9C;
  color: white !important;
}

.table thead th {
  border-bottom: 1px solid #F1F1F1 !important;
  border-top: none !important;
  font-size: 0.75rem;
  vertical-align: middle !important;
}

.table td, .table th {
  border-bottom: 1px solid #F1F1F1 !important;
  font-size: 0.75rem;
  vertical-align: middle;
}

.table td, .table th {
  padding: .75rem .7rem;
}

.table-hover tbody tr:hover {
  background-color: #fdfdfd !important;
}

.table-striped tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.025) !important;
}

.table__action {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table__action i {
  margin-right: .3rem;
  font-size: 1.2rem;
}

@media only screen and (max-width: 760px) {
  .grid-container,
  .grid-container table {
    background: none !important;
  }


  .grid-container tr {
    border: 1px solid #e0e0e0;
    margin-bottom: 15px !important;
    background: white;
    border-radius: 15px;
    padding: 1rem;
  }
  .grid-container tr td {
    color: #3B4D9C !important;
    border: none !important;
    border-bottom: 1px solid #ececec !important;
  }
  .grid-container tr td.options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid-container tr td.options a {
    margin: .5rem 0;
  }
}

.dropzone {
  border: 2px solid #E8E8E8 !important;
  background: #F6F6F6 !important;
  border-radius: 20px !important;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

li.smallerMenuIcon {
  display: none;
}

li.smallerMenuIcon a {
  font-size: 1.2rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}

li.smallerMenuIcon a:hover {
  background: #E7980D !important;
  color: white !important;
}

li.smallerMenuIcon a.activeSmallNav {
  background: #3B4D9C;
  color: white;
}

@media (min-width: 1200px) {
  li.smallerMenuIcon {
    display: block;
  }
  #navigation.smaller {
    width: 4.6rem;
  }
  #navigation.smaller .logo img {
    width: 80%;
  }
  #navigation.smaller .sticky ul.siderbar_menu {
    padding: .5rem;
  }
  #navigation.smaller .sticky ul.siderbar_menu li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #navigation.smaller .sticky ul.siderbar_menu li a .icon {
    margin-right: 0;
  }
  #navigation.smaller .sticky ul.siderbar_menu li a .title {
    display: none !important;
  }
  #navigation.smaller .sticky ul.siderbar_menu .accordionNav {
    padding: 0;
  }
  #navigation.smaller .sticky ul.siderbar_menu .accordionNav li.category .title {
    color: #313F7E;
    padding: 0;
    font-size: .5rem;
  }
  #navigation.smaller .sticky ul.siderbar_menu .accordionNav li a {
    padding-left: 0;
  }
  #navigation.smaller .sticky ul.siderbar_menu .accordionNav li a.title {
    display: none;
  }
  #navigation.smaller li.nav-item:last-child span {
    display: none;
  }
}

#navigation {
  min-height: 100vh;
  width: 19rem;
  position: -webkit-sticky;
  position: sticky;
  background: #3B4D9C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 1199.98px) {
  #navigation {
    display: none;
    width: 100%;
    -webkit-animation: fade_in_show 0.5s;
            animation: fade_in_show 0.5s;
  }
}

#navigation .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  scrollbar-color: #313F7E #3B4D9C;
  scrollbar-width: thin;
}

@media (max-width: 1199.98px) {
  #navigation .sticky {
    height: auto;
  }
}

.active {
  display: block !important;
}

@-webkit-keyframes fade_in_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade_in_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.closeNav, .openNav {
  font-size: 1.5rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  padding: .5rem;
}

.closeNav {
  display: none;
  color: #fff;
  position: fixed;
  background: #3B4D9C;
  padding: .5rem;
  border-radius: 50%;
  z-index: 999;
}

.sticky::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: none;
  border-radius: 10px;
}

.sticky::-webkit-scrollbar {
  width: 5px;
  background-color: none;
}

.sticky::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
}

.siderbar_menu {
  -ms-overflow-style: none;
  height: auto;
  padding: 0 1rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.siderbar_menu a
{
    position:relative;
}

.siderbar_menu span.cnt
{
    position: absolute;
    right: 5px;    
    width: 22px;
    height: 20px;    
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    border-radius: 50% 50%;
    font-size: 11px;
    font-family: Arial;
}

@media (max-width: 1199.98px) {
  .siderbar_menu {
    overflow: visible;
  }
}

.siderbar_menu li {
  cursor: pointer;
  margin-bottom: 2px;
}

.siderbar_menu > li > a {
  padding: 12px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff !important;
  font-size: 0.8rem;
  min-height: 3rem;
  border-radius: 0.625rem;
}

.siderbar_menu > li > a.disable {
  color: #202a54 !important;
}

.siderbar_menu > li > a.disable .vpn {
  background: #202a54 !important;
  color: #3B4D9C;
  margin-right: -.6rem !important;
}

.siderbar_menu > li > a .icon {
  font-size: 1rem;
  margin-right: .8rem;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.siderbar_menu > li > a .icon .vpn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -.88rem;
  margin-right: -1.1rem;
  font-size: 0.625rem;
  background: #0ABBEF;
  border-radius: 5px;
  padding: 0 .3rem;
}

.siderbar_menu > li.active > a,
.siderbar_menu > li > a:hover {
  background: #313F7E;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.siderbar_menu > li.active > a .icon {
  color: white;
}

.siderbar_menu > li.active > a .icon .vpn {
  color: white;
}

.siderbar_menu > li > a .arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordionNav {
  padding-left: .5rem;
  height: 0px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  list-style-type: none;
}

.accordionNav .category {
  margin: 5px 0;
}

.accordionNav .category .title {
  color: white;
  background: #313F7E;
  border-radius: .625rem;
  padding: .5rem 1rem;
  font-size: .625rem;
  display: inline-block;
}

.accordionNav li a {
  display: block;
  color: #fff;
  padding: .5rem 0;
  padding-left: 10px;
  font-size: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: .625rem;
}

.accordionNav li .icon {
  margin-right: .5rem;
}

.accordionNav li:last-child a {
  border-bottom: 0px;
}

.accordionNav li a:hover,
.accordionNav li a.active {
  background: #E7980D;
  color: #fff !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.siderbar_menu > li.active .accordionNav {
  height: auto;
}

.siderbar_menu > li.active .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #0ABBEF;
}

@media (max-width: 1024px) {
  .sidebar_inner {
    left: -115%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .main_container {
    width: 100%;
    margin-left: 0;
  }
  .navbar .hamburger,
  .content .item {
    width: 47%;
  }
  .wrapper.active .sidebar_inner {
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .wrapper.active .sidebar .bg_shadow {
    visibility: visible;
    opacity: 0.7;
  }
}

@media (max-width: 528px) {
  .content .item {
    width: 100%;
  }
}

.navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-item-username {
  max-width: 22rem;
}

.logo {
  width: 100%;
  margin-top: 3.6rem;
}

.logo__login {
  margin: 0;
}

.logo__small {
  width: 5rem;
  margin-left: 1rem;
  overflow: hidden;
  height: 2.1rem;
}

@media (max-width: 575.98px) {
  .logo__small {
    width: 5rem;
  }
}

.flag {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.profileName {
  text-align: right;
  line-height: 1rem;
}

.profileName__left {
  text-align: left;
}

input:focus {
  outline: none;
}

.input__marginZero {
  margin: 0;
}

.input-daterange input {
  text-align: left !important;
}

.input-daterange input:first-child, .input-daterange input:last-child {
  border-radius: 10px !important;
  width: 7.5rem;
}

@media (max-width: 1199.98px) {
  .input-daterange input:first-child, .input-daterange input:last-child {
    width: 100%;
  }
}

.floatingButton {
  position: fixed;
  width: 3.5rem;
  height: 3.5rem;
  bottom: 2rem;
  right: 3em;
  background-color: #3B4D9C;
  color: #FFF;
  font-size: 1rem;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1199.98px) {
  .floatingButton {
    right: 1rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}

.floatingButton__green {
  background: #3FC380;
}

.floatingButton__news {
  display: none;
  right: 2rem;
}

@media (max-width: 1199.98px) {
  .floatingButton__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3rem;
    height: 3rem;
  }
}

.floatingButton:hover {
  background: #E7980D;
  color: white !important;
}

button:focus {
  outline: none;
}

.inputActive {
  border: 1px solid #E7980D;
  color: #E7980D;
}

input.searchInput:-moz-read-only {
  background: #ececec;
}

input.searchInput:read-only {
  background: #ececec;
}

.searchInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background: white;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #E6E6E6;
  width: 17rem;
  font-size: 0.75rem;
  padding: 0 1.35rem;
  height: 2.75rem;
  color: #3B4D9C;
  -webkit-transition: .5s;
  transition: .5s;
}

.searchInput__active {
  border: 1px solid #E7980D;
}

.searchInput.smallBorderRadius {
  border-radius: 10px !important;
}

.searchInput input {
  border: none;
  color: #3B4D9C !important;
  width: 100%;
}

.searchInput input::-webkit-input-placeholder {
  color: #3B4D9C !important;
}

.searchInput input:-ms-input-placeholder {
  color: #3B4D9C !important;
}

.searchInput input::-ms-input-placeholder {
  color: #3B4D9C !important;
}

.searchInput input::placeholder {
  color: #3B4D9C !important;
}

.searchInput select {
  border: none;
  width: 100%;
  color: #3B4D9C;
  -webkit-appearance: none;
}

.searchInput button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: none;
  color: #3B4D9C;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.searchInput button:hover {
  color: #E7980D;
}

.searchInput .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #3B4D9C;
  -webkit-transition: .3s;
  transition: .3s;
}

.searchInput__table {
  margin-top: 1rem;
}

@media (max-width: 1199.98px) {
  .searchInput__table {
    width: 100%;
  }
}

.searchInput__buttonSubmit {
  margin-top: 1rem;
  background: #3FC380 !important;
  border-radius: 50px !important;
}

@media (max-width: 1199.98px) {
  .searchInput__buttonSubmit {
    width: 100% !important;
  }
}

.tableDesc {
  font-weight: 700;
  font-size: 0.87rem;
}

#postsSearch {
  width: 50%;
}

@media (max-width: 1199.98px) {
  #postsSearch {
    width: 100%;
  }
}

.notificationValue {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: #E7980D;
  color: #Fff;
  right: -10px;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.buttonBig {
  background: #3B4D9C;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  height: 2.75rem;
  width: 11.4rem;
  border: none;
  color: #fff !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buttonBig:hover {
  background: #E7980D;
  color: #F6F8FA !important;
}

@media (max-width: 1199.98px) {
  .buttonBig {
    width: 100%;
    padding: 0 1rem;
  }
}

.buttonAwards__gold {
  border-radius: 1rem;
  padding: 0 1rem;
  border: none;
  width: auto;
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E9D460;
  color: white;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

.buttonAwards__silver {
  border-radius: 1rem;
  padding: 0 1rem;
  border: none;
  width: auto;
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #C0C0C0;
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

.buttonAwards__diamond {
  border-radius: 1rem;
  padding: 0 1rem;
  border: none;
  width: auto;
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #9ac5db;
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

.buttonAwards__special {
  border-radius: 1rem;
  padding: 0 1rem;
  border: none;
  width: auto;
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E7980D;
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

.buttonAwards__noawards {
  border-radius: 1rem;
  padding: 0 1rem;
  border: none;
  width: auto;
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E64D4D;
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

.buttonSmall {
  border-radius: 1rem;
  padding: 0 1rem;
  border: none;
  width: auto;
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #3B4D9C;
  color: white;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          margin-right:5px;
}

.buttonSmall__red {
  background: #E64D4D !important;
}

.buttonSmall__red:hover {
    background:#C71C1C !important;
}

.buttonSmall__white {
  border-radius: 1rem;
  padding: 0 1rem;
  border: none;
  width: auto;
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  color: #3B4D9C;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
}

/*MV*/
.buttonSmall__green {
  background: #3FC380 !important;
}

/*MV*/
.buttonSmall__green:hover {
  background: #29915C !important;
}


.buttonSmall__deepGreen {
  background: #29915C !important;
}

.buttonSmall__active {
  background: none;
  border: 2px solid #3B4D9C;
  color: #3B4D9C;
  font-weight: 700;
}

.buttonSmall__active:hover {
  border: 2px solid #E7980D;
}

.buttonSmall:hover {
  background: #E7980D;
  color: #fff !important;
}

.buttonBigger {
  border-radius: 1rem;
  padding: 0 1rem;
  border: none;
  width: auto;
  min-height: 2.75rem;
  background: #3B4D9C;
  color: white !important;
  font-size: 0.87rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.buttonBigger:hover {
  background: #E7980D;
  color: #fff !important;
}

.buttonBigger__orange {
  background: #E7980D;
}

.buttonBigger__green {
  background: #3FC380 !important;
}

.buttonBigger__green:hover {
  background: #29915C !important;
}

.buttonBigger__white {
  border-radius: 1rem;
  padding: 0 1rem;
  border: 1px solid #f4f4f4;
  width: auto;
  min-height: 2.75rem;
  background: white;
  color: #3B4D9C !important;
  font-size: 0.87rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.buttonBigger__shp {
  padding: 1rem 1.5rem;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: .5rem;
}

.buttonLink {
  min-height: 2.75rem;
  color: #3B4D9C !important;
  font-size: 0.87rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 1rem;
  border: none;
}

.smallText {
  font-size: 0.87rem;
}

.avatar {
  width: 4rem;
  height: 4rem;
  border: 3px solid #FFFFFF;
  -webkit-box-shadow: 0 0 0.93rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.93rem rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.avatar__small {
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #FFFFFF;
}

.avatar__big {
  width: 5rem;
  height: 5rem;
}

@media (max-width: 1199.98px) {
  .avatar__big {
    width: 5rem !important;
    height: 5rem !important;
  }
}

@media (max-width: 1199.98px) {
  .avatar {
    width: 2.75rem;
    height: 2.75rem;
  }
}

#profileDropdown {
  margin-top: .5rem;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border: none;
  overflow: hidden;
  padding: 1rem;
  -webkit-transition: 5s;
  transition: 5s;
}

#profileDropdown a {
  color: #3B4D9C;
  border-radius: 10px;
}

#profileDropdown a i {
  width: 1.5rem;
}

#profileDropdown a:hover {
  background: #3B4D9C !important;
  color: #fff !important;
}

@media (max-width: 991.98px) {
  #profileDropdown {
    left: -10.7rem;
  }
}

.modal-content .buttonBig {
  height: 2.75rem;
  width: 11.4rem;
}

@media (max-width: 1199.98px) {
  .modal-content .buttonBig {
    width: 11.4rem !important;
  }
}

@media (max-width: 767.98px) {
  .modal-content .buttonBig {
    width: 100% !important;
  }
}

.modal-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-title i {
  font-size: 1.8rem;
  margin-right: 1rem;
}

.modal-header, .modal-footer {
  border: 0;
}

.tasks .task span:first-child {
  font-size: .725rem;
  margin-bottom: .2rem;
}

@media (max-width: 1199.98px) {
  .tasks .task hr {
    margin-bottom: .3rem;
  }
}

.tasks .employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tasks .employee .avatar {
  width: 2rem;
  height: 2rem;
}

.tasks .employee .profileName {
  text-align: left !important;
  margin-left: .5rem;
  font-size: .725rem;
}

.tasks .employee i {
  font-size: 1.3rem;
}

@media (max-width: 1199.98px) {
  .tasks .employee i {
    display: none;
  }
}

#wrapper_content {
  width: 100%;
}

#wrapper #wrapper_content #content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.topBar {
  height: 6.25rem;
  background: white;
}

.topBar .favourite {
  position: absolute;
  left: 0;
  top: 6.25rem;
  width: 100%;
  background: white;
  -webkit-box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.15);
}

@media (max-width: 575.98px) {
  .topBar .favourite {
    top: 8.25rem;
    overflow: auto;
    max-height: 32rem;
  }
}

.topBar .favourite__button {
  height: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #3B4D9C;
}

.topBar .favourite__button:not([aria-expanded=false]) {
  color: #E7980D !important;
}

.topBar .favourite__mobileButton {
  width: 100%;
  position: absolute;
  height: 2rem;
  top: 6.25rem;
  background: #3B4D9C;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #3B4D9C;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #f1f1f1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.topBar .favourite__mobileButton:not([aria-expanded=false]) {
  background: #E7980D !important;
  color: white !important;
}

@media (max-width: 575.98px) {
  .topBar .favourite .title {
    text-align: center;
  }
}

.topBar .favourite .title a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575.98px) {
  .topBar .favourite .title a {
    margin-bottom: .5rem;
  }
}

.topBar .favourite .title span {
  font-weight: 700;
  width: 100%;
}

.shadowRegular {
  -webkit-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.07);
}

/* Boxes */
.circleButtonBlue {
  width: 2.75rem;
  border: 0;
  height: 2.75rem;
  background: #3B4D9C;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.circleButtonBlue:hover {
  background: #E7980D;
  color: white !important;
}

.circleButtonWhite {
  width: 2.75rem;
  border: 0;
  height: 2.75rem;
  background: white;
  border-radius: 50%;
  color: #3B4D9C;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.circleButtonWhite:hover {
  background: #E7980D;
  color: #3B4D9C !important;
}

.circleButtonGreen {
  width: 2.75rem;
  border: 0;
  height: 2.75rem;
  background: #3FC380;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.circleButtonGreen:hover {
  background: #3B4D9C;
  color: white !important;
}

.moreInfo .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box {
  background: #FCFCFC;
  -webkit-box-shadow: 0 0 1.87rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.87rem rgba(0, 0, 0, 0.05);
  padding: 2rem;
  border-radius: 1rem;
  height: 100%;
}

.box__iFrame {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
}

@media (max-width: 1199.98px) {
  .box__post, .box__modal {
    padding: 1.5rem;
  }
}

.box__news {
  padding: 0;
}

.box__shp, .box__app {
  padding: 1rem;
}

.box__app {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  color: #3B4D9C;
  font-weight: 700;
  padding: 1.3rem 2rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box__app:hover {
  color: white !important;
  background-color: #E7980D;
}

.box__app i {
  margin-right: 0;
  font-size: 2.5rem;
  margin-bottom: .5rem;
}

.box__app .vpn
{
  position: absolute;
  top: 0;
  right:0.3rem;
  margin-top: -.5rem;    
  font-size: 0.95rem;
  color:#fff;
  background: #0ABBEF;
  border-radius: 5px;
  padding: 0 .3rem;
}

.box__post {
  height: auto;
  overflow: hidden;
  position: relative;
}

.box__task {
  height:auto !important;
  padding: .2rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box__task .vpn
{
    display:inline;  
    font-size: 0.560rem;
    background: #0ABBEF;
    border-radius: 5px;
    padding: 0 .3rem;
    color:#fff;
    position:absolute;
    left:0px;
    top:-15px;
}

@media (max-width: 1199.98px) {
  .box__task {
    padding: .5rem;
  }
}

.box__task:last-child {
  margin-bottom: 0;
}

.box__task:hover {
  color: white !important;
  background: #3B4D9C;
}

.box__task:hover hr {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.box__task:hover .news__icon__dark, .box__task:hover .news__text__dark {
  color: white;
}

.box__radio {
  padding: .5rem 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}

.box__radio input {
  margin-right: .5rem;
  width: auto !important;
  height: auto !important;
}

.box__radio label {
  margin-bottom: 0;
}

.box__radio.selected {
  background: #29915C;
  color: white;
}

.box .row {
  margin: 0;
}

.titleBox {
  font-weight: 700;
  font-size: 1.125rem;
}

@media (max-width: 1199.98px) {
  .titleBox {
    margin-bottom: 1rem;
  }
}

.titleBox__big {
  font-size: 1rem;
}

.contentBox {
  margin-top: 2rem !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* FAST & BRAVE WIDGET */
.avatarBig {
  width: 7.25rem;
  height: 7.25rem;
}

.boxBlue {
  background: #3B4D9C;
  color: white !important;
  -webkit-box-shadow: 0 0 1.87rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1.87rem rgba(0, 0, 0, 0.3);
}

h2.bold {
  font-size: 1.125rem;
  font-weight: 700;
}

h1.page_name {
  font-size: 1.125rem;
  color: #3B4D9C;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

h1.page_name .favourite:hover {
  color: #E7980D;
}

h1.page_name__post {
  text-transform: none;
}

@media (max-width: 1199.98px) {
  h1.page_name__post {
    text-align: center;
  }
}

h1.page_name__post:hover {
  color: #E7980D !important;
}

.post {
  -webkit-transition: .3s;
  transition: .3s;
}

.post .icon {
  width: 16px;
  margin-right: .5rem;
}

.post .thumbnail {
  overflow: hidden;
  width: auto;
  max-width: 30%;
  float: left;
  margin: 0 1rem 1rem 0;
}

.post .thumbnail .img-fluid {
  max-height: 10rem;
  border-radius: 20px;
}

@media (max-width: 1199.98px) {
  .post .thumbnail {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .post .thumbnail .img-fluid {
    max-height: 7.5rem;
    border-radius: 20px;
  }
}

.post__like .icon {
  margin: 0 .5rem;
}

.post__like:hover {
  color: #E7980D;
  cursor: pointer;
}

a.post__like__comment
{
    cursor:pointer !important;
}

.post__like__comment:hover {
  cursor: default;
  color: #3B4D9C;
}

.post__like .active {
  color: #E7980D;
  font-weight: 700;
}

.post__buttonMore {
  margin-left: auto;
}

@media (max-width: 1199.98px) {
  .post__buttonMore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Form */
.form__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}

.form__subtitle span:after {
  position: absolute;
  content: '';
  height: 3px;
  bottom: -10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 4rem;
  background: #3B4D9C;
}

.form__content {
  margin-top: 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__label {
  margin-left: 0.5rem;
}

.form__label__login {
  font-size: 0.75rem;
}

.form__input {
  min-height: 2.75rem;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #E6E6E6 !important;
}

.form__input:not(:placeholder-shown) {
  border-color: #E7980D;
  color: #E7980D;
}

.form__input__active {
  border-color: #E7980D !important;
  color: #E7980D;
}

.form__inputLogin {
  min-height: 2.75rem;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #E6E6E6 !important;
  font-size: 0.75rem;
}

.form__inputLogin__active {
  border-color: #E7980D !important;
  color: #E7980D;
}

.form__inputLogin__login {
  border-left: none;
}

.form__inputLogin__icon {
  border-left: 1px solid #E6E6E6 !important;
  border-top: 1px solid #E6E6E6 !important;
  border-bottom: 1px solid #E6E6E6 !important;
  border-right: none !important;
  background: white;
  color: #3B4D9C !important;
}

.form-control:focus {
  color: #3B4D9C;
  border-color: #3b4d9c99;
  -webkit-box-shadow: 0 0 0 0.2rem #3b4d9c30;
          box-shadow: 0 0 0 0.2rem #3b4d9c30;
}

.select2-container--default .select2-selection--single {
  min-height: 2.75rem;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #E6E6E6 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #3B4D9C !important;
  font-size: .8rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
}

.custom-select {
  min-height: 2.75rem;
  border-radius: 10px !important;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #E6E6E6 !important;
}

.custom-select__autoWidth {
  width: auto;
  margin: 0 .1rem;
}

/* News */
.news__header {
  height: 25rem;
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover !important;
}

.news__header__noImage {
  height: 6.4rem;
}

.news__header .opacity {
  background: rgba(0, 0, 0, 0.69);
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  left: 0;
  position: absolute;
}

.news__content {
  padding: 2.5rem;
}

.news__content__noImage {
  padding-top: 1.5rem !important;
}

.news__content__peopleMoves .thumbnail {
  border-radius: 50%;
  width: 13rem;
  height: 13rem;
  border: 5px solid white;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 2rem;
}

@media (max-width: 1199.98px) {
  .news__content__peopleMoves .thumbnail {
    width: 10rem;
    height: 10rem;
  }
}

.news__content__peopleMoves .thumbnail img {
  height: 100%;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .news__content {
    padding: 1.5rem;
  }
}

.news__headerTitle {
  margin-top: -25rem;
  position: relative;
}

.news__headerTitle__noImage {
  margin-top: 0rem;
}

@media (max-width: 1199.98px) {
  .news__headerTitle__noImage {
    margin-top: 0 !important;
  }
}

.news__headerTitle__noImage h1 {
  color: #3B4D9C !important;
}

@media (max-width: 1199.98px) {
  .news__headerTitle {
    margin-top: -23rem;
  }
}

.news__headerTitle h1 {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  position: relative;
  text-align: center;
}

.news__image {
  max-width: 37.5rem;
  max-height: 23rem;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: relative;
  margin-top: 1rem;
}

@media (max-width: 1199.98px) {
  .news__image {
    max-width: 90%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.news__icon, .news__text {
  color: #fff;
}

.news__icon span a, .news__text span a {
  color: #fff;
}

.news__icon .icon, .news__text .icon {
  margin-right: .5rem;
}

.news__icon__dark, .news__text__dark {
  color: #3B4D9C;
}

.news__icon__dark .icon, .news__text__dark .icon {
  margin-right: .5rem;
}

.page-link {
  color: #3B4D9C !important;
}

.page-item.active .page-link {
  background: #3B4D9C !important;
  border: 1px solid #3B4D9C;
  color: #fff !important;
}

.wiw__arrow {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  padding: 0 2rem;
}

@media (max-width: 991.98px) {
  .wiw__arrow {
    height: auto;
    display: block;
  }
}

.wiw__contact {
  word-break: break-word;
}

@media (max-width: 575.98px) {
  .wiw__contact a {
    border: 1px solid #0056b3;
    padding: .5rem;
    border-radius: .7rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wiw__contact a:hover {
    background: #3FC380;
    border-color: #3FC380;
    color: #fff !important;
  }
}

@media (max-width: 1199.98px) {
  .wiw__profileContent__header {
    text-align: center;
  }
}

.wiw__profileContent__header h1 {
  font-size: 1.5rem;
  font-weight: 700;
}

.wiw__profileContent__header h2 {
  font-size: .9rem;
  line-height: .7rem;
}

.wiw__profileContent__details .row {
  border-bottom: 1px solid #E9E9E9;
  padding: 1rem 0;
}

.wiw__profileContent__details .row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wiw__profileContent__details .row div .green {
  color: #3FC380;
}

.wiw__profileContent__details .row div a.info:hover {
  background: #E7980D;
  color: white !important;
}

.wiw__profileContent__details .row div .info {
  margin-left: .5rem;
  font-size: 0.75rem;
  background: #E64D4D;
  border-radius: 5px;
  padding: 0 .3rem;
  color: white;
}

.wiw__profileContent__details .row div .info__grade {
  padding: .3rem .5rem;
  font-size: 1rem;
  font-weight: 700;
  margin-left: 0;
}

.wiw__profileContent__details .row div .info__workPlace {
  padding: .3rem .5rem;
  margin-left: 0;
  font-weight: 700;
  margin-right: .3rem;
}

.wiw__profileContent__details .row div .info__workPlace:first-child {
  background: #3B4D9C;
}

.wiw__profileContent__details .row div .info__workPlace:nth-child(2) {
  background: #313F7E;
}

.wiw__profileContent__details .row div .info__workPlace:nth-child(3) {
  background: #0ABBEF;
}

.wiw__profileContent__details .row div:last-child {
  font-size: 1rem;
}

.wiw__profileContent__details__myTeam .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wiw__profileContent__details__myTeam .row .detail {
  font-size: .725rem;
  margin-bottom: .5rem;
}

.wiw__profileBg {
  width: 100%;
  height: 13.4rem;
  border-radius: 1.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.wiw__profileBg__button {
  position: absolute;
  right: 2rem;
  top: 1rem;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1199.98px) {
  .wiw__profileBg {
    height: 10rem;
  }
}

.wiw__profileAvatar {
  width: 11rem;
  height: 11rem;
  margin-top: -4.25rem;
}

@media (max-width: 1199.98px) {
  .wiw__profileAvatar {
    margin-top: -5rem;
  }
}

.bulletinBoard h1 {
  font-size: 1rem;
  font-weight: 700;
}

.bulletinBoard__details {
  color: #3B4D9C;
}

.bulletinBoard__card-columns {
  -webkit-column-count: 2;
          column-count: 2;
}

@media (max-width: 1199.98px) {
  .bulletinBoard__card-columns {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem 0;
}

.spinner__small {
  margin: 2rem 0;
}

.spinner__small .spinner__svg {
  width: 3rem;
}

.spinner__svg {
  width: 5rem;
}

.spinner span {
  text-align: center;
}

.error-ctrl {
  border: 1px solid #E64D4D !important;
}

.fancybox-active {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .fancybox-slide {
    padding: 1rem !important;
  }
}

.fancybox-slide--iframe .fancybox-content {
/*MV*/  
  margin: 0;
  border-radius: 20px !important;
  overflow: hidden !important;
}

@media (max-width: 1199.98px) {
  .fancybox-slide--iframe .fancybox-content {
    max-width: 100%;    
  }
}

.button-modal {
  position: absolute;
  right: 0;
  z-index: 9;
  border-radius: 0;
  pointer-events: fill;
  border-bottom-left-radius: 20px !important;
  border-top-right-radius: 15px !important;
}

.accordion__umowy .card, .accordion__shp .card, .accordion__app .card {
  overflow: visible;
  border: none;
  background: none;
}

.accordion__umowy .card-header, .accordion__shp .card-header, .accordion__app .card-header {
  background: none;
  border: none;
}

.accordion__umowy .card-body .box, .accordion__shp .card-body .box, .accordion__app .card-body .box {
  padding: .8rem 2rem;
  border-radius: .5rem;
  background: white;
  color: #3B4D9C;
  text-transform: none;
  font-weight: 400;
  font-size: .875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion__umowy .card-body .box:hover, .accordion__shp .card-body .box:hover, .accordion__app .card-body .box:hover {
  background: #E7980D;
  color: white !important;
}

.accordion__umowy .card-body a, .accordion__shp .card-body a, .accordion__app .card-body a {
  font-size: .9rem;
  color: #3B4D9C;
  font-weight: 700;
}

.accordion__umowy .card-body a i, .accordion__shp .card-body a i, .accordion__app .card-body a i {
  margin-right: .5rem;
}

.accordion__umowy .card-body ul, .accordion__shp .card-body ul, .accordion__app .card-body ul {
  list-style-type: none;
}

@media (max-width: 767.98px) {
  .accordion__umowy .card-body ul, .accordion__shp .card-body ul, .accordion__app .card-body ul {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

.accordion__umowy .card-body ul li, .accordion__shp .card-body ul li, .accordion__app .card-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
}

.accordion__umowy button, .accordion__umowy a, .accordion__shp button, .accordion__shp a, .accordion__app button, .accordion__app a {
  font-size: 1rem;
  color: #3B4D9C;
  font-weight: 700;
  padding: 1.3rem 2rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion__umowy button:not(.collapsed), .accordion__umowy a:not(.collapsed), .accordion__shp button:not(.collapsed), .accordion__shp a:not(.collapsed), .accordion__app button:not(.collapsed), .accordion__app a:not(.collapsed) {
  background: #3B4D9C;
  color: white;
  text-decoration: none;
}

.accordion__umowy button i, .accordion__umowy a i, .accordion__shp button i, .accordion__shp a i, .accordion__app button i, .accordion__app a i {
  font-size: 1.5rem;
  margin-right: 1rem;
}

.accordion__umowy button:hover, .accordion__umowy a:hover, .accordion__shp button:hover, .accordion__shp a:hover, .accordion__app button:hover, .accordion__app a:hover {
  background: #3B4D9C;
  color: white;
  text-decoration: none;
}

.accordion__umowy button:focus, .accordion__umowy a:focus, .accordion__shp button:focus, .accordion__shp a:focus, .accordion__app button:focus, .accordion__app a:focus {
  -webkit-box-shadow: 0 0 1.87rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 1.87rem rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.accordion__shp {
  padding-bottom: 1rem;
  height: 100%;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio__column {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.radio__column div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5rem;
}

.radio input, .radio label,
.checkbox input, .checkbox label {
  margin-right: .5rem;
  cursor:pointer;
}

.radio label,
.checkbox label {
  margin-bottom: 0 !important;
  cursor:pointer;
}

.form-group {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 1rem;
}

/*input[type=checkbox], input[type="radio"] {
  width: 1.3rem;
  height: 1.3rem;
}*/

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-tabs {
  border-bottom: 2px solid #3B4D9C;
}

@media (max-width: 1199.98px) {
  .nav-tabs {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.nav-tabs .nav-item {
  margin: 0;
}

.nav-tabs .nav-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 1rem 1rem;
  border: none;
}

.nav-tabs .nav-link i {
  font-size: 1.5rem;
  margin-bottom: 2px;
}

.nav-tabs .nav-link.active {
  background-color: #3B4D9C;
  color: #fff;
  cursor: default;
}

.nav-tabs .nav-link.active:hover {
  background-color: #3B4D9C;
}

.nav-tabs .nav-link:hover {
  background: #E7980D;
  color: #fff !important;
}

.modal-body__iFrame {
  padding: 0 !important;
}

.text-box {
  padding: .3rem .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}

.text-box__green {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  color: #fff !important;
  background: #3FC380;
}

.text-box__red {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  color: #fff !important;
  background: #E64D4D;
}

.progressBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.progressBox span {
  text-align: center;
}

.progressBox .dni {
  font-size: 1.5rem;
  font-weight: 700;
}

.progressBox .progress-bar {
  background-color: #313F7E;
}

.progressBox .progress__orange {
  background-color: #E7980D;
}

.progressBox .progress__green {
  background-color: #29915C;
}

.warningBox {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  background: #E64D4D;
  color: white;
  padding: 1rem .8rem;
  text-align: center;
  margin-bottom: 1rem;
  border-radius: 10px;
}

.warningBox h1 {
  font-size: 1.5rem;
  font-weight: 700;
}

.warningBox .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.warningBox .group span {
  margin: .3rem;
  padding: .5rem;
  background: #c71e1e;
  color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.warningBox .buttonBigger {
  background: white;
  color: #E64D4D !important;
}

.warningBox .buttonBigger:hover {
  background: #c71e1e;
  color: white !important;
}

.checkbox-list {
  background: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 575.98px) {
  .checkbox-list {
    width: 100%;
  }
}

.checkbox-list tr {
  width: 100%;
}

@media (max-width: 575.98px) {
  .checkbox-list tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.checkbox-list tr td {
  padding: .5rem;
  width: 50%;
  border-bottom: 1px solid #e6e6e6;
}

.checkbox-list tr td:nth-child(2n-1) {
  border-right: 1px solid #e6e6e6;
}

@media (max-width: 575.98px) {
  .checkbox-list tr td {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
}

@media (max-width: 575.98px) {
  .checkbox-list tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.checkbox-list tr td input {
  width: auto;
}

.checkbox-list tr td input, .checkbox-list tr td label {
  vertical-align: middle;
}

.checkbox-list tr td label {
  margin-bottom: 0;
  margin-left: .5rem;
  width: 90%;
}

@media (max-width: 575.98px) {
  .checkbox-list tr td label {
    width: 100%;
  }
}

.checkbox-list tr td.checked {
  background: #3B4D9C;
  color: white !important;
}

.selectedEmployee {
  margin-top: 2rem;
  width: 100%;
  padding: 1.5rem;
  background: white;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 30px rgba(0, 0, 0, 0.05);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.selectedEmployee .removeSelected {
  position: absolute;
  right: 0;
  top: 0;
  background: #E64D4D;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  margin-right: -1.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.selectedEmployee .removeSelected i {
  font-size: 1.2rem;
  color: white !important;
}

.selectedEmployee .removeSelected:hover {
  background: #b13333;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.selectedEmployee .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199.98px) {
  .selectedEmployee .name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .selectedEmployee .name .profileName {
    margin-top: .5rem;
  }
}

.selectedEmployee .name .avatar {
  width: 4rem;
  height: 4rem;
}

.selectedEmployee .detail {
  margin-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1199.98px) {
  .selectedEmployee .detail {
    text-align: center;
  }
}

.selectedEmployee .detail span:first-child {
  font-weight: 700;
}

.selectedEmployee .detail span:nth-child(2n) {
  font-size: .725rem;
}

@media (max-width: 1199.98px) {
  .selectedEmployee .detail .lineManager {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .selectedEmployee .detail .lineManager .profileName {
    margin-top: .5rem;
  }
}

.likeAnimationContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  --animate-duration: .5s;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.likeAnimationContainer i {
  font-size: 7rem;
  color: #E7980D;
}

@media (min-width: 1200px) {
  .isToExpand {
    word-wrap: break-word;
    table-layout: fixed;
  }
  #biggerTableButton {
    cursor: pointer;
  }
  #biggerTableButton.activeExpand {
    background: #0ABBEF;
  }
  #biggerTableButton.activeExpand:hover {
    background: #E7980D;
  }
  .expandedTable td, .expandedTable th {
    padding: .2rem .3rem !important;
    font-size: .75rem;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .expandedTable td .avatar__small, .expandedTable th .avatar__small {
    width: 2rem;
    height: 2rem;
  }
}

.desc::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f05a";
  margin-right: .3rem;
}

.alert__start {
  padding: 2rem;
}

.alert__start h1 {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.alert__start .buttonSmall {
  background: #E7980D !important;
}

.alert__start .buttonSmall:hover {
  background: #3B4D9C !important;
}

.pagination {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination .page-link {
  margin-bottom: 3px;
}

.buttonRounded {
  background: #0ABBEF !important;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.buttonRounded .bgIcon {
  position: absolute;
  top: 0;
  left: 0;
  margin: 1.5rem;
  opacity: .15;
  font-size: 5rem;
}

.buttonRounded i {
  margin-left: .5rem;
}

.buttonRounded span {
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}

.buttonRounded:hover {
  background: #E7980D !important;
  color: white !important;
}


.sectionTitle {
  font-size: 1.4rem;
  font-weight: 700;
}

.color-secondary {
  color: #E7980D;
}

.color-green {
  color: #29915C;
}

.cardNew {
  background: white;
  color: #3B4D9C;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.cardNew__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cardNew__title .cardTitle {
  font-size: 1.10rem;
  font-weight: 700;
}

.cardNew__title .cardIcon {
  width: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cardNew__title .cardIcon svg {
  width: 100%;
  height: 100%;
}

.cardNew__content {
  margin-top: 0.8rem;
  font-size: 0.85rem;
}

.thankYouPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.thankYouPage__image {
  width: 100%;
  margin-bottom: .625rem;
}

@media (max-width: 767.98px) {
  .thankYouPage__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.thankYouPage__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #29915C;
}

.thankYouPage__description {
  margin-top: 1.35rem;
  font-size: 0.95rem;
}

.buttonActionGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}

@media (max-width: 767.98px) {
  .buttonActionGroup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.buttonActionGroup a {
  margin-right: 1.5rem;
}

@media (max-width: 1199.98px) {
  .buttonActionGroup a {
    margin-right: 0;
    margin-top: 0.5rem;
  }
  .buttonActionGroup a:first-child {
    margin-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
