.brand-logo {
    display: block;
    max-width:170px;
    max-height:70px;
    width: auto;
    height: auto;
}

/*-- MAIN --------------------------------------------------------------------*/

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #f2f5f7;
  font-family: 'Nunito', sans-serif;
}

section {
    float: left;
    width: 100%;
    display:block
}

.font_helvetica {
  font-family: 'Helvetica', sans-serif !important;
}
.font_raleway {
  font-family: 'Raleway', sans-serif !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a2adb5 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a2adb5 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #a2adb5 !important;
}

.placeholder_dark::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #61707d !important;
   opacity: 1; /* Firefox */
}

.placeholder_dark:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #61707d !important;
}

.placeholder_dark::-ms-input-placeholder { /* Microsoft Edge */
   color: #61707d !important;
}

/* ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0px;
} */

::-webkit-scrollbar {
  position: fixed;
  width: 6px !important;
  height: 10px !important;
  opacity:.3;
}

::-webkit-scrollbar:hover {
  opacity: 1;
}

::-webkit-scrollbar-track {
  background: #e9eef2 !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #a2adb5;
}

::-webkit-scrollbar-thumb:horizontal{
  border-radius: 8px;
  background-color: #a2adb5;
}




/* BODY ----------------------------------------------------------------------*/

.y_scroll {
  overflow-y: scroll !important;
}

.y_scroll_auto {
  overflow-y: auto !important;
}

.y_scroll_hidden {
  overflow-y: hidden !important;
}

.x_scroll {
  overflow-x: scroll !important;
}

.x_scroll_auto {
  overflow-x: auto !important;
}

.x_scroll_hidden {
  overflow-x: hidden !important;
}

.m1 {
  margin:1px;
}

.autosize {
  resize: none;
  overflow: hidden;
}

.overflow_100vh {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-height: calc(100vh - 115px);
  word-wrap: break-word;
}

.greyscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity:.5;
  transition: .2s ease-in-out;
}

.greyscale_hover:hover .greyscale {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity:1;
  transition: .2s ease-in-out;
}

.hr_darkgrey {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid #61707d;
}

.banner_top {
  display: none
}

.container_fluid_col{
  padding-left:7.5px;
  padding-right:7.5px;
}

.col_margin{
  margin-left:7.5px;
  margin-right:7.5px;
}

.col_padding{
  padding-left:7.5px;
  padding-right:7.5px;
}

.col_padding-0 {
  padding-left:0px;
  padding-right:0px;
}

.mt--20 {
  margin-top: -20px;
}

.mt--40 {
  margin-top: -40px;
}

.mt--60 {
  margin-top: -60px;
}

.mt-40 {
  margin-top: 40px;
}

.border_brand_l {
  border-left: 2px solid #47a8e0 !important;
  height:100%;
}

.border_brand_r {
  border-right: 2px solid #47a8e0 !important;
  height:100%;
}

.radius1em {
  border-radius: 1em !important;
}

.radius2em {
  border-radius: 2em !important;
}

.radius10 {
  border-radius: 10px !important;
}

.vert_line_top {
  position: absolute;
  background: #e9eef2;
  width:2px;
  height:12px;
  top:-11px;
  left:11px
}

.vert_line:first-child .vert_line_top{
  position: absolute;
  width:2px;
  height:12px;
  top:-11px;
  left:11px;
  background: rgb(233,238,242);
  background: -moz-linear-gradient(0deg, rgba(233,238,242,1) 0%, rgba(233,238,242,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(233,238,242,1) 0%, rgba(233,238,242,0) 100%);
  background: linear-gradient(0deg, rgba(233,238,242,1) 0%, rgba(233,238,242,0) 100%);
}

.vert_line_bottom {
  position: absolute;
  background: #e9eef2;
  width:2px;
  height:12px;
  bottom:-11px;
  left:11px
}

.vert_line:last-child .vert_line_bottom{
  position: absolute;
  width:2px;
  height:12px;
  bottom:-11px;
  left:11px;
  background: rgb(233,238,242);
  background: -moz-linear-gradient(180deg, rgba(233,238,242,1) 0%, rgba(233,238,242,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(233,238,242,1) 0%, rgba(233,238,242,0) 100%);
  background: linear-gradient(180deg, rgba(233,238,242,1) 0%, rgba(233,238,242,0) 100%);
}

.top-200 {
  top:-200px !important;
}

.top-100 {
  top:-100px !important;
}

.top-30 {
  top:-30px !important;
}

.top-20 {
  top:-20px !important;
}

.top-10 {
  top:-10px !important;
}

.top-5 {
  top:-5px !important;
}

.top0 {
  top:0 !important;
}

.top10 {
  top:10px !important;
}

.top8 {
  top:8px !important;
}

.top12 {
  top:12px !important;
}

.top16 {
  top:16px !important;
}

.top20 {
  top:20px !important;
}

.top50p {
  top:50% !important;
}

.bottom0 {
  bottom:0 !important;
}

.bottom10 {
  bottom:10px !important;
}

.bottom20 {
  bottom:20px !important;
}

.bottom85 {
  bottom:85px !important;
}

.left-20 {
  left:-20px !important;
}

.left-5 {
  left:-5px !important;
}

.left0 {
  left:0 !important;
}

.left10 {
  left:10px !important;
}

.left20 {
  left:20px !important;
}

.left-20 {
  left:-20px !important;
}

.left50 {
  left:50px !important;
}

.left65 {
  left:65px !important;
}

.right-20 {
  right:-20px !important;
}

.right-10 {
  right:-10px !important;
}

.right0 {
  right:0 !important;
}

.right10 {
  right:10px !important;
}

.right20 {
  right:20px !important;
}

.right30 {
  right:30px !important;
}

.right40 {
  right:40px !important;
}

.cardbox {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 6px;
  transition: box-shadow 0.2s ease-in-out;
}

.cardbox:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0, .02);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0, .02);
  box-shadow: 0px 0px 10px 5px rgba(0,0,0, .02);
  transition: box-shadow 0.2s ease-in-out;
}

.cardbody {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.cardfooter {
position: absolute;
bottom: 0;
padding: .75em;
width: 100%
}

.cardnumber {
  height: 200px;
  width: 100%;
  padding: 20px;
  transition: background 0.2s ease-in-out;
}

.cardnumber .card{
  width: 150px;
}

.cardnumber h1 {
  font-size:50px;
  vertical-align: middle;
  text-align: center;
}

.cardnumber p {
  margin-left:auto;
  margin-right: auto;
  font-size:15px;
  vertical-align: middle;
  text-align: center;
}

.page_menu {
  float: right;
  display: inline-flex;
}


.lightgreylayer {
  margin: 0 auto 0 auto;
  padding:20px;
  color:#536268;
  height:auto;
  border-radius: 6px;
  background: #e9eef2;
}

.greylayer {
  margin: 0 auto 0 auto;
  padding:20px;
  color:#536268;
  height:auto;
  border-radius: 6px;
  background: #d5dbe0;
}

.darkgreylayer {
  margin: 0 auto 0 auto;
  padding:20px;
  color:#536268;
  height:auto;
  border-radius: 6px;
  background: #c0c8cf;
}

.lightredlayer {
  margin: 0 auto 0 auto;
  padding:20px;
  color:#721c24;
  height:auto;
  border-radius: 6px;
  background: #f7dfe5;
}

.redlayer {
  margin: 0 auto 0 auto;
  padding:20px;
  color:#721c24;
  height:auto;
  border-radius: 6px;
  background: #e6bcc1;
}

.lightgreenlayer {
  margin: 0 auto 0 auto;
  padding:20px;
  color:#155724;
  height:auto;
  border-radius: 6px;
  background: #c0e0da;
}

.greenlayer {
  margin: 0 auto 0 auto;
  padding:20px;
  color:#155724;
  height:auto;
  border-radius: 6px;
  background: #21CBAC;
}

.lightyellowlayer {
  margin: 0 auto 0 auto;
  padding:20px;
  color:#a58722;
  height:auto;
  border-radius: 6px;
  background: #fff3cd;
}

.yellowlayer {
  margin: 0 auto 0 auto;
  padding:20px;
  color:#a58722;
  height:auto;
  border-radius: 6px;
  background: #ffd75b;
}

.notification_badge {
  position: absolute;
  top: -4px;
  right: -4px;
  border-radius: 50%;
  font-size: 12px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content:center;
}

.sticky_label {
  width: 8px;
  height: 12px;
  position: absolute;
  top: 10px;
  right: -8px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  opacity:0.8;
  transition: 0.2s ease-in-out;
}

.sticky_parent:hover .sticky_label {
  transform:scale(1.2);
  transition: 0.2s ease-in-out;
  opacity:1;
}

.padding-0 {
  padding:0;
}

.padding-10 {
  padding:10px;
}

.padding-20 {
  padding:20px;
}

.my0_child:first-child {
  margin-top: 0 !important;
}

.my0_child:last-child {
  margin-bottom: 0 !important;
}

.w_fit {
  width: fit-content;
  width: -webkit-fit-content;
}

.max_width_fit {
  max-width: fit-content;
}

.h600 {
  height:600px !important;
}

.min_h550 {
  height:100%;
  min-height:550px !important;
}

.h500 {
  height:500px !important;
}

.min_h500 {
  height:100%;
  min-height:500px !important;
}

.h450 {
  height:450px !important;
}

.min_h450 {
  height:100%;
  min-height:450px !important;
}

.h400 {
  height:400px !important;
}

.min_h400 {
  height:100%;
  min-height:400px !important;
}

.h350 {
  height:350px !important;
}

.h340 {
  height:340px !important;
}

.h320 {
  height:320px !important;
}

.h300 {
  height:300px !important;
}

.h280 {
  height:280px !important;
}

.h260 {
  height:260px !important;
}

.h250 {
  height:250px !important;
}

.h240 {
  height:240px !important;
}

.h220 {
  height:220px !important;
}

.min_h200 {
  height:100%;
  min-height:200px !important;
}

.h200 {
  height:200px !important;
}

.h180 {
  height:180px !important;
}

.h150 {
  height:150px !important;
}

.h120 {
  height:120px !important;
}

.h100 {
  height:100px !important;
}

.vh100 {
  height: 100vh !important;
}

.h90 {
  height:90px !important;
}

.h80 {
  height:80px !important;
}

.h70 {
  height:70px !important;
}

.h60 {
  height:60px !important;
}

.min_h50 {
  height:100%;
  min-height:50px !important;
}

.h50 {
  height:50px !important;
}

.h45 {
  height:45px !important;
}

.h40 {
  height:40px !important;
}

.h38 {
  height:38px !important;
}

.h32 {
  height:32px !important;
}

.h30 {
  height:30px !important;
}

.h28 {
  height:28px !important;
}

.h26 {
  height:26px !important;
}

.h20 {
  height:20px !important;
}

.h16 {
  height:16px !important;
}

.h6 {
  height:6px !important;
}

.h0 {
  height:0px !important;
}

.max_h50 {
  max-height:50px !important;
}

.max_h500 {
  max-height:500px !important;
}

.min_h32 {
  min-height:32px !important;
}

.min_h38 {
  min-height:38px !important;
}

.max_vh40 {
  max-height: 40vh !important;
}

.max_vh50 {
  max-height: 50vh !important;
}

.min_h60 {
  min-height: 60px !important;
}

.max_vh60 {
  max-height: 60vh !important;
}

.min_vh60 {
  min-height: 60vh !important;
}

.min_h80 {
  min-height: 80px !important;
}

.min_vh80 {
  min-height: 80vh !important;
}

.max_vh80 {
  max-height: 80vh !important;
}

.max_h80 {
  max-height:80px !important;
}

.min_h90 {
  min-height: 90px !important;
}

.min_vh90 {
  min-height: 90vh !important;
}

.max_vh90 {
  max-height: 90vh !important;
}

.vh95 {
  height: 95vh !important;
}

.min_h100 {
  min-height: 100px !important;
}

.min_vh100 {
  min-height: 100vh !important;
}

.min_h120 {
  min-height: 120px !important;
}

.max_vh100 {
  max-height: 100vh !important;
}

.max_w10 {
  max-width: 10px !important;
}

.w0 {
  width: 0px !important;
}

.w6 {
  width: 6px !important;
}

.w20 {
  width: 20px !important;
  min-width: 20px !important;
}

.w30 {
  width: 30px !important;
}

.min_w30 {
  min-width: 30px !important;
}

.w32 {
  width: 32px !important;
}

.max_w-33 {
  max-width: 33.3333%;
}

.w35 {
  width: 35px !important;
}

.w38 {
  width:38px !important;
}

.min_w35 {
  min-width: 35px !important;
}

.max_w40 {
  max-width: 40px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.min_w50 {
  min-width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.max_w60 {
  max-width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.max_w80 {
  max-width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.vw100 {
  width: 100vw !important;
}

.min_w100 {
  min-width: 100px !important;
}

.max_w100 {
  max-width: 100px !important;
  width: 100%;
}

.w110 {
  width: 110px !important;
}

.w120 {
  width: 120px !important;
}

.min_w120 {
  min-width: 120px !important;
}

.max_w120 {
  max-width: 120px !important;
  width: 100%;
}

.w130 {
  width: 130px !important;
}

.w140 {
  width: 140px !important;
}

.min_w140 {
  min-width: 140px !important;
}

.max_w140 {
  max-width: 140px !important;
  width: 100%;
}

.w150 {
  width: 150px !important;
}

.w160 {
  width: 160px !important;
}

.min_w160 {
  min-width: 160px !important;
}

.max_w160 {
  max-width: 160px !important;
  width: 100%;
}

.w180 {
  width: 180px !important;
}

.max_w180 {
  max-width: 180px !important;
  width: 100%;
}

.w190 {
  width: 190px !important;
}

.w200 {
  width: 200px !important;
}

.min_w200 {
  min-width: 200px !important;
}

.max_w200 {
  max-width: 200px !important;
  width: 100%;
}

.w210 {
  width: 210px !important;
}

.w220 {
  width: 220px !important;
}

.w230 {
  width: 230px !important;
}

.w240 {
  width: 240px !important;
}

.max_w240 {
  max-width: 240px !important;
  width: 100%;
}

.mw240 {
  max-width: 240px !important;
}

.min_w240 {
  min-width: 240px !important;
}

.w250 {
  width: 250px !important;
}

.mw250 {
  max-width: 250px !important;
}

.max_w260 {
  max-width: 260px !important;
  width: 100%;
}

.w260 {
  width: 260px !important;
}

.mw260 {
  max-width: 260px !important;
}

.w280 {
  width: 280px !important;
}

.w300 {
  width: 300px !important;
}

.max_w300 {
  max-width: 300px !important;
}

.max_w350 {
  max-width: 350px !important;
}

.w350 {
  width: 350px !important;
}

.w360 {
  width: 360px !important;
}

.w380 {
  width: 380px !important;
}

.w400 {
  width: 400px !important;
}

.max_w450 {
  max-width: 450px !important;
}

.w500 {
  width: 500px !important;
}

.max_w500 {
  max-width: 500px !important;
}

.min_w500 {
  min-width: 500px !important;
}

.w540 {
  width: 540px !important;
}

.max_w600 {
  max-width: 600px !important;
}

.w600 {
  width: 600px !important;
}

.w700 {
  width: 700px !important;
}

.max_w800 {
  max-width: 800px !important;
}

.w800 {
  width: 800px !important;
}

.w900 {
  width: 900px !important;
}

.z20 {
  z-index: 20 !important;
}

.lh32 {
  line-height: 32px;
}

.lh38 {
  line-height: 38px;
}


.border_2 {
  border: 2px solid;
}

.border_dashed {
  border: 1px dashed #dee2e6!important;
}

.no_border {
  border:none !important;
}

.border_top_left_radius {
  border-top-left-radius: .25em !important
}

.border_top_right_radius {
  border-top-right-radius: .25em !important
}

.border_bottom_left_radius {
  border-bottom-left-radius: .25em !important
}

.border_bottom_right_radius {
  border-bottom-right-radius: .25em !important
}

.rounded_top_1em {
  border-top-left-radius: 1em !important;
  border-top-right-radius: 1em !important;
}

.right-80 {
  right:80px;
}

.pointer {
  cursor:pointer !important;
}

.cursor_default {
  cursor:default !important;
}

.cursor_grab {
  cursor:grab !important;
}

.cursor_disabled {
  cursor:not-allowed !important;
  /* pointer-events: none; */
}

.rotate{
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.rotate45 {
  -moz-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}

.rotate180 {
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}

.rotate.down{
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  transform:rotate(180deg);
}

.slide_left40{
  -moz-transform:translateX(-40px);
  -webkit-transform:translateX(-40px);
  transform:translateX(-40px);
  transition: transform .2s ease-in-out;
}

.slide_right40{
  -moz-transform:translateX(40px);
  -webkit-transform:translateX(40px);
  transform:translateX(40px);
  transition: transform .2s ease-in-out;
}

.box_title {
  padding: 13px 10px 8px 10px;
  font-size: 18px;
  min-height:50px;
  border-bottom: 1px solid #e6e6e6;
  color:#38393c;
  font-weight:bold;
}

.box_title_color {
  padding: 13px 10px 8px 10px;
  background-color: #ebebeb;
  height:50px;
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom:30px;
  color:#38393c;
  font-weight:bold;
}

.h5title {
  padding: 15px 10px 8px 10px;
  height:50px;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom:40px;
  color:#38393c;
  font-weight:bold;
}

.h5title_color {
  padding: 15px 10px 8px 10px;
  background-color: #ebebeb;
  height:50px;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom:40px;
  color:#38393c;
  font-weight:bold;
}

.title_background {
  background-color: #ebebeb !important;
  vertical-align: middle;
}

.giant_text1 {
  font-size:70px;
  vertical-align: middle;
  text-align: center;
}

.giant_text2 {
  font-size:50px;
  vertical-align: middle;
  text-align: center;
}

.photo_null {
  width:130px;
  height:130px;
  background:#f2f5f7;
  border:1px solid #b9c0cc;
  border-radius:4px;
  text-align: center;
}

.photo_null_small {
  width:40px;
  height:40px;
  text-align:center;
  padding-top:.55em;
  background:#e9eef2;
  color:#9dabb5 !important;
  border-radius:20px;
}

.logo_null_small {
  width:40px;
  height:40px;
  text-align:center;
  padding-top:9px;
  background:#e9eef2;
  color:#9dabb5 !important;
  border-radius:4px;
}

.upload_box {
  width:130px;
  height:130px;
  text-align: center;
  background:#f2f5f7;
  cursor:pointer;
  border:1px solid #b9c0cc;
  border-radius:4px;
  border-style:dashed !important;
  transition: .2s ease-in-out;
}

.upload_box img {
  min-width:115px;
  width:115px;
  height:115px;
  border-radius: .25rem;
  object-fit:cover;
}

.upload_box:hover {
  background:#e9ecef;
  transition: .2s ease-in-out;
}

.upload_file_box {
  width:60px;
  height:60px;
  line-height: 60px;
  text-align: center;
  background:#f2f5f7;
  cursor:pointer;
  border:1px solid #b9c0cc;
  border-radius:.5rem;
  border-style:dashed !important;
  transition: .2s ease-in-out;
}

.upload_file_box:hover {
  background:#e9ecef;
  transition: .2s ease-in-out;
}

.file_card {
  position: relative;
  vertical-align: middle;
  display: flex;
  border: 1px solid #e9ecef;
  border-radius: .5rem;
  padding: 8px 16px 8px 12px;
  height: 60px;
}

.file_card img {
  max-width:280px;
  max-height: 60px;
  height: auto !important;
  border-radius: .5rem;
  margin: -1px 0 0 -1px
}

.file_card:hover {
  background-color: rgba(199, 209, 216,.2);
  transition: background-color 0.2s ease-in-out;
}

.file_card .remove_file {
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.file_card:hover .remove_file {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.input_title {
  font-size: 15px;
  font-weight: bold;
  color: #6c7984 !important;
  /* margin-bottom:0px; */
}

.form_top {
  border-radius: .25rem .25rem 0 0 !important;
}

.form_top.form_left {
  border-radius: 0 0 0 .25rem !important;
}

.form_top.form_right {
  border-radius: 0 0 .25rem 0 !important;
}

.form_middle {
  border-radius: 0 !important;
}

.form_bottom {
  border-radius: 0 0 .25rem .25rem !important;
}

.form_bottom.form_left {
  border-radius: 0 0 0 .25rem !important;
}

.form_bottom.form_right {
  border-radius: 0 0 .25rem 0 !important;
}

.form_top_md {
  text-align: center;
  font-size: 18px;
  height: 44px;
  border-radius: .25rem .25rem 0 0 !important;
}

.form_middle_md {
  text-align: center;
  font-size: 18px;
  height: 44px;
  margin-top: -16px;
  border-radius: 0 !important;
}

.form_bottom_md {
  text-align: center;
  font-size: 18px;
  height: 44px;
  margin-top: -16px;
  border-radius: 0 0 .25rem .25rem !important;
}

.field_active_box {
  width: 100% !important;
}

.box_grey {
  background-color: #f2f5f7;
  padding:8px 12px;
  border-radius: .25rem;
}

.field_active {
  background-color: #f2f5f7;
  border-radius: .25rem;
  padding:8px 12px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  cursor:pointer;
  transition: background-color 0.2s ease-in-out;
}

.field_inactive {
  background-color: #f2f5f7;
  border-radius: .25rem;
  padding:8px 12px;
  transition: background-color 0.2s ease-in-out;
}

.field_inactive_light {
  background-color: #f7fafc;
  border-radius: .25rem;
  padding:8px 12px;
  transition: background-color 0.2s ease-in-out;
}

.field_active_rounded {
  background-color: #f2f5f7;
  border-radius: 2rem;
  padding:8px 12px;
  cursor:pointer;
  transition: background-color 0.2s ease-in-out;
}

.field_active:hover, .field_inactive:hover, .field_inactive_light:hover, .field_active_rounded:hover {
  background-color: #e9ecef;
  transition: background-color 0.2s ease-in-out;
}

.icon_hover_box .icon_hover {
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.icon_hover_box:hover .icon_hover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.field_active .icon_hover, .field_inactive .icon_hover, .box_active_stroke .icon_hover, .box_active_light_sm .icon_hover  {
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.field_active:hover .icon_hover, .field_inactive:hover .icon_hover, .box_active_stroke:hover .icon_hover, .box_active_light_sm:hover .icon_hover {
  opacity: 1;
  cursor:pointer;
  transition: opacity 0.2s ease-in-out;
}


.field_icon_active {
  background-color: #f2f5f7;
  border-radius: .25rem;
  padding:5px 12px !important;
  transition: background-color 0.2s ease-in-out;
}

.field_icon_active_rounded {
  background-color: #f2f5f7;
  border-radius: 2rem;
  padding:5px 12px !important;
  transition: background-color 0.2s ease-in-out;
}

.field_icon_active:hover, .field_icon_active_rounded:hover {
  background-color: #e9ecef;
  transition: background-color 0.2s ease-in-out;
}

.field_icon_active i {
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.field_icon_active:hover i {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.box_active {
  border-radius: .25rem;
  padding:8px 8px 8px 8px !important;
  cursor:pointer;
  transition: background-color 0.2s ease-in-out;
}

.box_active_sm {
  border-radius: .25rem;
  padding:4px 8px 4px 8px !important;
  cursor:pointer;
  transition: background-color 0.2s ease-in-out;
}

.box_active_rounded {
  border-radius: 2rem;
  padding:8px 8px 8px 8px !important;
  cursor:pointer;
  transition: background-color 0.2s ease-in-out;
}

.box_active_rounded_sm {
  border-radius: 2rem;
  padding:4px 8px 4px 8px !important;
  cursor:pointer;
  transition: background-color 0.2s ease-in-out;
}

.box_active:hover, .box_active_rounded:hover, .box_active_sm:hover, .box_active_rounded_sm:hover {
  background-color: #f2f5f7;
  transition: background-color 0.2s ease-in-out;
}

.box_active_stroke {
  border: 2px solid transparent;
  border-radius: .25rem;
  padding:8px 8px 8px 8px !important;
  cursor:pointer;
  transition: border-color 0.2s ease-in-out;
}

.box_active_stroke:hover {
  border: 2px solid #47a8e0;
  transition: border-color 0.2s ease-in-out;
}

.hovered {
    border: 2px solid #47a8e0;
    transition: border-color 0.2s ease-in-out;
  }

  .draggable {
    cursor: grab;
  }

.box_active_light {
  border-radius: .25rem;
  padding:8px 8px 8px 8px !important;
  cursor:pointer;
  transition: background-color 0.2s ease-in-out;
}

.box_active_rounded_light {
  border-radius: 2rem;
  padding:8px 8px 8px 8px !important;
  cursor:pointer;
  transition: background-color 0.2s ease-in-out;
}

.box_active_light:hover, .box_active_rounded_light:hover {
  background-color: rgba(255, 255, 255,.4);
  transition: background-color 0.2s ease-in-out;
}

.box_active_light_sm {
  border-radius: .25rem;
  padding:0 .5em;
  line-height: 2em;
  cursor:pointer;
  transition: background-color 0.2s ease-in-out;
}

.box_active_rounded_light_sm {
  border-radius: 2rem;
  padding:.5em .5em !important;
  cursor:pointer;
  transition: background-color 0.2s ease-in-out;
}

.box_active_light_sm:hover, .box_active_rounded_light_sm:hover {
  background-color: rgba(255, 255, 255,.4);
  transition: background-color 0.2s ease-in-out;
}

.box_disabled {
  cursor:not-allowed;
  color: #a2adb5 !important;
}

.icon_active {
  min-width:38px;
  max-height:38px;
  text-align: center;
  color:#9dabb5 !important;
  border-radius: 30px;
  padding:.5em .5em !important;
  cursor:pointer;
  background: transparent;
  position: relative;
  transition: .2s ease-in-out;
}

.icon_active:hover {
  color: #6793af !important;
  transition: .2s ease-in-out;
}

.icon_active:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #9dabb5 !important;
  min-width:38px;
  max-height:38px;
  border-radius: 30px;
  padding:.5em .5em !important;
  background: rgba(199, 209, 216,.2);
  z-index: 0;
  transform: scale(0);
  transition: .2s ease-in-out;
  opacity: 1;
}

.icon_active:hover:before {
  transform: scale(1);
  opacity: 1;
}

.icon_active_sm {
  min-width:32px;
  max-height:32px;
  text-align: center;
  color:#9dabb5 !important;
  border-radius: 30px;
  padding:.35em .5em !important;
  cursor:pointer;
  background: transparent;
  position: relative;
  transition: .2s ease-in-out;
}

.icon_active_sm:hover {
  color: #6793af !important;
  transition: .2s ease-in-out;
}

.icon_active_sm:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #9dabb5 !important;
  min-width:32px;
  max-height:32px;
  border-radius: 30px;
  padding:.35em .5em !important;
  background: rgba(199, 209, 216,.2);
  z-index: 0;
  transform: scale(0);
  transition: .2s ease-in-out;
  opacity: 1;
}

.icon_active_sm:hover:before {
  transform: scale(1);
  opacity: 1;
}

.btn_icon_xs {
  height: 18px;
  word-break: normal;
}

.btn_icon_sm {
  height: 26px;
  float:left;
  word-break: normal;
}

/* .btn_icon_sm {
  min-width:32px;
  max-height:32px;
  text-align: center;
  color:#9dabb5 !important;
  background-color: rgba(199, 209, 216,.3);
  border-radius: 30px;
  padding:.3em .3em !important;
  cursor:pointer;
  word-break: normal;
  transition: background-color 0.2s ease-in-out;
}

.btn_icon_sm:hover {
  color: #6793af !important;
  background-color: rgba(199, 209, 216,.2);
  border-radius: 30px;
  transition: background-color 0.2s ease-in-out;
} */

.btn_icon {
  min-width:38px;
  height:38px;
  display: inline-flex;
  align-items: center;
  color:#9dabb5 !important;
  background-color: rgba(199, 209, 216,.3);
  border-radius: 30px;
  padding:.5em .5em;
  cursor:pointer;
  word-break: normal;
  transition: background-color 0.2s ease-in-out;
}

.btn_icon:hover {
  color: #6793af !important;
  background-color: rgba(199, 209, 216,.5);
  border-radius: 30px;
  transition: background-color 0.2s ease-in-out;
}

.btn_icon_lg {
  height: 1.5rem;
  float:left;
  word-break: normal;
}

.btn_icon_xl {
  height: 2.5rem;
  float:left;
  word-break: normal;
}

.icon_active_bg_sm {
  min-width:32px;
  height:32px;
  align-items: center;
  justify-content: center;
  display: flex;
  color:#9dabb5 !important;
  background-color: rgba(199, 209, 216,.3);
  border-radius: 30px;
  padding:.3em .3em;
  cursor:pointer;
  transition: 0.2s ease-in-out;
}

.icon_active_bg_sm:hover {
  color: #6793af;
  background-color: rgba(199, 209, 216,.5);
  border-radius: 30px;
  transform:scale(1.1);
  transition: 0.2s ease-in-out;
}

.icon_active_bg_md {
  min-width:38px;
  height:38px;
  align-items: center;
  justify-content: center;
  display: flex;
  color:#9dabb5 !important;
  background-color: rgba(199, 209, 216,.3);
  border-radius: 30px;
  padding:.3em .3em;
  cursor:pointer;
  transition: 0.2s ease-in-out;
}

.icon_active_bg_md:hover {
  color: #6793af !important;
  background-color: rgba(199, 209, 216,.5);
  border-radius: 30px;
  transform:scale(1.1);
  transition: 0.2s ease-in-out;
}

.close_icon i:hover::before {
  transform: rotate(90deg);
}

.close_icon i:before {
  display: inline-block;/* mandatory to be able to use transform */
  transition: .2s all;
}

.alert.alert_small {
  padding: .5rem .5rem !important;
}

.alert_small .close {
  padding: .5rem .5rem !important;
}

.alert_sticky {
  position:fixed;
  bottom:10px;
  width:100%;
  max-width:500px;
  left: 0;
  right: 0;
  margin: auto;
  z-index:3000;
}

.avatars {
  display: inline-flex;
  padding-left: 0;
  list-style: none;
  margin: 0;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.avatars li:nth-child(n+2) {
  margin-left: -10px;
}

.avatars.avatars_sm li:nth-child(n+2) {
  margin-left: -8px;
}

.avatar_box {
  display: flex;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.avatar_bg {
  color: #fff !important;
  background-color:#93b4c9 !important;
  transition: background-color 0.2s ease-in-out;
}

.avatar_bg_dark {
  color: #fff !important;
  background-color:#7e91a3 !important;
  border: 2px solid #5d7285 !important;
  transition: background-color 0.2s ease-in-out;
}

.avatar_xs {
  width: 1.6rem !important;
  height: 1.6rem !important;
  line-height: 1.4rem;
  object-fit: cover;
  font-weight: normal;
  text-align: center;
  padding-top: 0px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  background-color:#fff;
  transition: background-color 0.2s ease-in-out;
}

.avatar_sm {
  width: 2rem !important;
  height: 2rem !important;
  object-fit: cover;
  font-weight: normal;
  text-align: center;
  line-height: 1.9rem;
  font-size: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  background-color:#fff;
  transition: background-color 0.2s ease-in-out;
}

.avatar {
  width: 2.75em !important;
  height: 2.75em !important;
  line-height: 1em;
  object-fit: cover;
  font-weight: normal;
  text-align: center;
  line-height:36px;
  padding-top: 0px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  background-color:#fff;
  transition: background-color 0.2s ease-in-out;
}

.avatar_lg {
  width: 90px !important;
  height: 90px !important;
  line-height: 86px;
  object-fit: cover;
  font-weight: normal;
  text-align: center;
  padding-top: 0px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  background-color:#fff;
  transition: background-color 0.2s ease-in-out;
}

.avatar_xl {
  width: 132px !important;
  height: 132px !important;
  line-height: 110px;
  object-fit: cover;
  font-weight: normal;
  text-align: center;
  padding-top: 0px;
  border-radius: 50%;
  border: 4px solid #fff;
  color: #fff;
  background-color:#fff;
  transition: background-color 0.2s ease-in-out;
}

.avatar_square_xs {
  width: 1.6rem !important;
  height: 1.6rem !important;
  line-height: 1.4rem;
  object-fit: contain;
  font-weight: normal;
  text-align: center;
  border-radius: .5rem;
  border: 2px solid #fff;
  color: #fff;
  background-color:#fff;
  transition: background-color 0.2s ease-in-out;
}

.avatar_square_sm {
  width: 30px !important;
  height: 30px !important;
  object-fit: contain;
  font-weight: normal;
  text-align: center;
  line-height:28px;
  padding-top: 0px;
  border-radius: 6px;
  border: 2px solid #fff;
  color: #fff;
  background-color:#fff;
  transition: background-color 0.2s ease-in-out;
}

.avatar_square {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain;
  font-weight: normal;
  text-align: center;
  line-height:34px;
  padding-top: 0px;
  border-radius: 6px;
  border: 2px solid #fff;
  color: #fff;
  background-color:#fff;
  transition: background-color 0.2s ease-in-out;
}

.avatar_square_md {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain;
  font-weight: normal;
  text-align: center;
  line-height:36px;
  padding-top: 0px;
  border-radius: 6px;
  border: 2px solid #fff;
  color: #fff;
  background-color:#fff;
  transition: background-color 0.2s ease-in-out;
}

.avatar_square_lg {
  width: 90px !important;
  height: 90px !important;
  object-fit: contain;
  font-weight: normal;
  text-align: center;
  line-height:82px;
  font-size:1.5rem;
  border-radius: 10px;
  border: 4px solid #fff;
  color: #fff;
  background-color:#fff;
  transition: background-color 0.2s ease-in-out;
}

.avatar_square_xl {
  width: 132px !important;
  height: 132px !important;
  object-fit: contain;
  font-weight: normal;
  text-align: center;
  line-height:116px;
  font-size:2rem;
  border-radius: 16px;
  border: 8px solid #fff;
  color: #fff;
  background-color:#fff;
  transition: background-color 0.2s ease-in-out;
}

.avatar_xs:hover, .avatar_sm:hover, .avatar:hover, .avatar_lg:hover, .avatar_xl:hover, .avatar_square_xs:hover, .avatar_square_sm:hover, .avatar_square:hover, .avatar_square_lg:hover, .avatar_square_xl:hover {
  color:#fff !important;
  background-color:#7798ad;
  transition: background-color 0.2s ease-in-out;
}

.avatar_xs.avatar_select2, .avatar_square_xs.avatar_select2 {
  line-height: 1em !important;
  padding-top: 4px !important;
}

.avatar_sm.avatar_select2, .avatar_square_sm.avatar_select2 {
  line-height: 1em !important;
  padding-top: 7px !important;
}

.top_menu {
  width:100%;
  min-height:60px;
  height:60px;
  display: flex;
  background-color: #e9eef2;
  color: #a2adb5 !important;
  padding: 1rem .5rem .5rem .5rem;
}

.top_menu2 {
  width:100%;
  min-height:120px;
  height:120px;
  display: flex;
  background-color: #e9eef2;
  color: #a2adb5 !important;
  padding: 1rem .5rem .5rem .5rem;
}

.input_cc_icon {
  position: absolute;
  right: 10px;
  font-size: 26px;
  z-index: 10;
}

.input_cc_icon_sm {
  position: absolute;
  top:8px;
  right: 10px;
  z-index: 10;
}

.zoom20 {
  transform:scale(1.2);
  transition: 0.2s ease-in-out;
}

.zoom_hover {
  transition: 0.2s ease-in-out;
}

.zoom_hover:hover {
  transform:scale(1.1);
  transition: 0.2s ease-in-out;
}

.loading_brand{
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content:center;
  -webkit-box-shadow: 0px 0px 35px 35px rgba(0,0,0, .1);
  -moz-box-shadow: 0px 0px 35px 35px rgba(0,0,0, .1);
  box-shadow: 0px 0px 35px 35px rgba(0,0,0, .1);
  -webkit-animation:spin 1.5s linear infinite;
  -moz-animation:spin 1.5s linear infinite;
  animation:spin 1.5s linear infinite;
}

@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

/*--/ BODY -------------------------------------------------------------------*/

/*-- INFINITE CAROUSEL -------------------------------------------------------*/

/* Styling */
.slider {
  width: 100%;
	margin: auto;
	overflow:hidden;
	position: relative;
}

 .slider::before,.slider::after {
	content: "";
	height: 100%;
	position: absolute;
	width: 100px;
	z-index: 2;
  background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.slider::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}

.slider::before {
	left: 0;
	top: 0;
}

.slide-track {
	animation: scroll 40s infinite linear;
	display: flex;
	width: 100%;
}

.slide-item {
	height: 100px;
}

/* Animation */
@keyframes scroll {
	0% {
    transform: translateX(0);
  }
	100% {
    transform: translateX(calc(-250px * 7));
  }
}

/*--/ INFINITE CAROUSEL ------------------------------------------------------*/

/*-- SEARCH ------------------------------------------------------------------*/

.search_box {
  background-color: #fff;
  border: 1px solid #e9eef2;
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius:30px;
  height: 38px;
  width: 100%;
}

.search_box input{
  max-width:250px;
  width: 100vw;
  height: 35px;
  padding:0 20px;
  margin-top:1px;
  border:none;
  border-radius: 24px;
  padding-right: 50px;
}

.search_box2 {
  background-color: transparent;
  border:none;
  height:70px;
  max-width: 300px;
  font-size:18px;
}

.table_right_box {
  position: absolute;
  top:35px;
  right:15px;
  background: #fff;
  z-index:3
}

.no_focus:focus {
  outline: none !important;
}

.btn_search_md {
  position: absolute;
  right: 0;
  top:0;
}

.btn_search_lg {
  position: absolute;
  right: 0;
  top:6px
}

textarea.html_code {
  width: 100%;
  border-radius: .25em;
  padding: 1em;
  font-size: 13px;
  border: none;
  background-color: #f2f5f7;
  color: #6c7984;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/*--/ SEARCH -----------------------------------------------------------------*/


/*-- BUTTONS -----------------------------------------------------------------*/

.btn_xs {
  height:28px !important;
  padding: .15em .75em !important;
}

.btn_sm {
  height:32px !important;
  padding: .25em .75em !important;
}

.btn_rounded {
  border-radius: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center
}

.btn_brand {
  padding: .5em .75em .5em .75em;
  border-radius: 4px;
  text-align: center;
  color:#fff !important;
  background-color: #47a8e0 !important;
  transition: 0.2s ease-in-out;
}

.btn_brand_rounded {
  padding: 6px 15px 6px 15px;
  border-radius: 30px;
  text-align: center;
  color:#fff;
  background-color: #47a8e0;
  transition: 0.2s ease-in-out;
}

.btn_brand:hover, .btn_brand_rounded:hover {
  color: #fff !important;
  background-color: #47bee0 !important;
  transition: 0.2s ease-in-out;
}

.btn_white_outline {
  padding: 8px 15px 6px 15px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #d5dbe0;
  color: #536268;
  transition: 0.2s ease-in-out;
}

.btn_white_outline:hover {
  border: 1px solid #a2adb5;
  color: #536268;
  transition: 0.2s ease-in-out;
}

.btn_white_alpha {
  padding: 6px 15px 6px 15px;
  border-radius: 4px;
  text-align: center;
  transition: 0.2s ease-in-out;
}

.btn_white_rounded_alpha {
  padding: 6px 15px 6px 15px;
  border-radius: 20px;
  text-align: center;
  transition: 0.2s ease-in-out;
}

.btn_white_alpha:hover, .btn_white_rounded_alpha:hover {
  background-color: rgba(255, 255, 255,.1);
  transition: 0.2s ease-in-out;
}

.btn_brand_alpha {
  padding: 6px 15px 6px 15px;
  text-align: center;
  background-color: rgba(71, 168, 224,.2);
  transition: 0.2s ease-in-out;
}

.btn_brand_rounded_alpha {
  padding: 6px 15px 6px 15px;
  border-radius: 20px;
  text-align: center;
  background-color: rgba(71, 168, 224,.2);
  transition: 0.2s ease-in-out;
}

.btn_brand_transparent {
  padding: 6px 15px 6px 15px;
  text-align: center;
  color: #47a8e0;
  transition: 0.2s ease-in-out;
}

.btn_brand_alpha:hover, .btn_brand_rounded_alpha:hover, .btn_brand_transparent:hover {
  color: #fff;
  background-color: #455563;
  transition: 0.2s ease-in-out;
}

.btn_blue {
  padding: 6px 15px 6px 15px;
  border-radius: 4px;
  text-align: center;
  color:#fff;
  background-color: #93b4c9;
  transition: 0.2s ease-in-out;
}

.btn_blue:hover {
  color:#fff;
  background-color: #82a4ba;
  transition: 0.2s ease-in-out;
}

.btn_blue.active {
  color:#fff;
  background-color: #7696ab;
  transition: 0.2s ease-in-out;
}

.btn_green {
  padding: 6px 15px 6px 15px;
  border-radius: 4px;
  text-align: center;
  color:#fff;
  background-color: #21cbac;
  transition: 0.2s ease-in-out;
}

.btn_green:hover {
  color:#fff;
  background-color: #1bb599;
  transition: 0.2s ease-in-out;
}

.btn_green_outline {
  padding: 8px 15px 6px 15px;
  border-radius: 4px;
  text-align: center;
  color:#21cbac;
  border: 1px solid #21cbac;
  transition: 0.2s ease-in-out;
}

.btn_lightgreen {
  color:#155724;
  border-radius: 4px;
  text-align: center;
  background-color: #c0e0da;
  transition: 0.2s ease-in-out;
}

.btn_yellow {
  padding: 8px 15px 6px 15px;
  border-radius: 4px;
  text-align: center;
  color:#fff;
  background-color: #FECF2A;
  transition: 0.2s ease-in-out;
}

.btn_yellow_rounded {
  padding: 8px 15px 6px 15px;
  border-radius: 20px;
  text-align: center;
  color:#fff;
  background-color: #FECF2A;
  transition: 0.2s ease-in-out;
}

.btn_yellow:hover, .btn_yellow_rounded:hover {
  color:#fff;
  background-color: #f5c311;
  transition: 0.2s ease-in-out;
}

.btn_orange {
  padding: 8px 15px 6px 15px;
  border-radius: 4px;
  text-align: center;
  color:#fff;
  background-color: #fea62a;
  transition: 0.2s ease-in-out;
}

.btn_orange_rounded {
  padding: 8px 15px 6px 15px;
  border-radius: 20px;
  text-align: center;
  color:#fff;
  background-color: #fea62a;
  transition: 0.2s ease-in-out;
}

.btn_orange:hover, .btn_orange_rounded:hover {
  color:#fff;
  background-color: #e68517;
  transition: 0.2s ease-in-out;
}


.btn_grey {
  padding: 8px 15px 6px 15px;
  border-radius: 4px;
  text-align: center;
  color:#536268;
  background-color: #d5dbe0;
  transition: 0.2s ease-in-out;
}

.btn_grey:hover {
  background-color: #e9eef2;
  transition: 0.2s ease-in-out;
}

.btn_lightgrey {
  padding: 8px 15px 6px 15px;
  border-radius: 4px;
  text-align: center;
  color:#536268;
  background-color: #e9eef2;
  transition: 0.2s ease-in-out;
}

.btn_lightgrey:hover {
  background-color: #d5dbe0;
  color:#536268;
  transition: 0.2s ease-in-out;
}

.btn_lightgrey.active {
  background-color: #d5dbe0;
  transition: 0.2s ease-in-out;
}

.btn_lightgrey2 {
  padding: 8px 15px 6px 15px;
  border-radius: 4px;
  text-align: center;
  color:#536268;
  background-color: #f2f5f7;
  transition: 0.2s ease-in-out;
}

.btn_lightgrey2:hover {
  background-color: #edf2f5;
  transition: 0.2s ease-in-out;
}

.btn_lightgrey2.active {
  background-color: #e9eef2;
  transition: 0.2s ease-in-out;
}

.btn_darkgrey {
  padding: 8px 15px 6px 15px;
  border-radius: 4px;
  text-align: center;
  color:#fff !important;
  background-color: #a2adb5 !important;
  transition: 0.2s ease-in-out;
}

.btn_darkgrey:hover {
  background-color: #d5dbe0 !important;
  transition: 0.2s ease-in-out;
}

.btn_darkgrey2 {
  padding: 8px 15px;
  border-radius: 4px;
  text-align: center;
  color:#fff !important;
  background-color: #5d7285 !important;
  transition: 0.2s ease-in-out;
}

.btn_darkgrey2:hover {
  background-color: #7e91a3 !important;
  transition: 0.2s ease-in-out;
}

.box_title_grey:hover {
  background-color: #d5dbe0;
  transition: 0.2s ease-in-out;
}

.btn_white {
  padding: 8px 15px 6px 15px;
  border-radius: 4px;
  text-align: center;
  color:#9dabb5;
  background-color: #fff;
  transition: background-color 0.2s ease-in-out;
}

.btn_white:hover {
  color:#47a8e0;
  transition: background-color 0.2s ease-in-out;
}

.btn_red {
  padding: 8px 15px 6px 15px;
  border-radius: 4px;
  text-align: center;
  color:#fff;
  background-color: #DF547A;
  transition: 0.2s ease-in-out;
}

.btn_red_rounded {
  padding: 8px 15px 6px 15px;
  border-radius: 20px;
  text-align: center;
  color:#fff;
  background-color: #DF547A;
  transition: 0.2s ease-in-out;
}

.btn_red:hover, .btn_red_rounded:hover {
  color:#fff;
  background-color: #b22e52;
  transition: 0.2s ease-in-out;
}

.btn_red_outline {
  padding: 8px 15px 6px 15px;
  text-align: center;
  color:#DF547A;
  border:1px solid #DF547A;
  background-color: transparent;
  transition: 0.2s ease-in-out;
}

.btn_red_outline:hover {
  color:#fff;
  background-color: #DF547A;
  transition: 0.2s ease-in-out;
}

.btn_options {
  color: #6c757d;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  float:right;
  align-items: center;
  transition: 0.2s ease-in-out;
}

.btn_options:hover {
  color: #6c757d;
  background: #e9eef2;
  transition: 0.2s ease-in-out;
}

.btn_group_rounded {
  background: #f2f5f7;
  border-radius: 40px;
}

.btn_group_rounded>.btn_group_rounded:not(:first-child)>.btn, .btn_group_rounded>.btn:not(:first-child) {
border-top-left-radius: 40px !important;
border-bottom-left-radius: 40px !important;
}

.btn_group_rounded>.btn_group_rounded:not(:last-child)>.btn, .btn_group_rounded>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 40px !important;
border-bottom-right-radius: 40px !important;
}

.btn_group_rounded .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group, .btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group {
margin-left: 0px !important;
}

.btn_toggle {
  min-width:100px;
  width: 100%;
}
.btn_toggle span:first-child {
  display: inline-flex;
  align-items: center;
}

.btn_toggle_lightgrey {
  padding: .5em .75em;
  text-align: center;
  color:#9dabb5 !important;
  border: 1px solid #e9eef2;
  transition: 0.2s ease-in-out;
}

.btn_toggle_lightgrey:hover {
  color:#a2adb5 !important;
  background-color: #f2f5f7 !important;
  border: 1px solid #e9eef2;
  transition: 0.2s ease-in-out;
}

.btn_toggle_lightgrey:not(:disabled):not(.disabled).active, .btn_toggle_lightgrey:not(:disabled):not(.disabled):active, .show>.btn_toggle_lightgrey.dropdown-toggle {
  color:#a2adb5 !important;
  background-color: #e9eef2 !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_grey {
  padding: .5em .75em;
  text-align: center;
  color:#9dabb5 !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_grey:hover {
  color:#a2adb5 !important;
  background-color: #e9eef2 !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_grey:not(:disabled):not(.disabled).active, .btn_toggle_grey:not(:disabled):not(.disabled):active, .show>.btn_toggle_grey.dropdown-toggle {
  color:#fff !important;
  background-color: #a2adb5 !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_darkgrey {
  padding: .5em .75em;
  text-align: center;
  color:#9dabb5 !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_darkgrey:hover {
  color:#a2adb5 !important;
  background-color: #e9eef2 !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_darkgrey:not(:disabled):not(.disabled).active, .btn_toggle_darkgrey:not(:disabled):not(.disabled):active, .show>.btn_toggle_darkgrey.dropdown-toggle {
  color:#fff !important;
  background-color: #61707d !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_yellow {
  padding: .5em .75em;
  text-align: center;
  color:#9dabb5 !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_yellow:hover {
  color:#a58722 !important;
  background-color: #fff3cd !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_yellow:not(:disabled):not(.disabled).active, .btn_toggle_yellow:not(:disabled):not(.disabled):active, .show>.btn_toggle_yellow.dropdown-toggle {
  color:#8a6b0e !important;
  background-color: #ffd75b !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_orange {
  padding: .5em .75em;
  text-align: center;
  color:#9dabb5 !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_orange:hover {
  color:#a58722 !important;
  background-color: #fcdcca !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_orange:not(:disabled):not(.disabled).active, .btn_toggle_orange:not(:disabled):not(.disabled):active, .show>.btn_toggle_orange.dropdown-toggle {
  color:#3d0a0f !important;
  background-color: #fea62a !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_green {
  padding: .5em .75em;
  text-align: center;
  color:#9dabb5 !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_green:hover {
  color:#155724 !important;
  background-color: #c0e0da !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_green:not(:disabled):not(.disabled).active, .btn_toggle_green:not(:disabled):not(.disabled):active, .show>.btn_toggle_green.dropdown-toggle {
  color:#0d4019 !important;
  background-color: #7ccfbf !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_stroke_green {
  padding: .5em .75em;
  text-align: center;
  color:#9dabb5 !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_stroke_green:hover {
  color:#155724 !important;
  border:2px solid #c0e0da !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_stroke_green:not(:disabled):not(.disabled).active, .btn_toggle_stroke_green:not(:disabled):not(.disabled):active, .show>.btn_toggle_stroke_green.dropdown-toggle {
  color:#0d4019 !important;
  border:2px solid #7ccfbf !important;
}

.btn_toggle_red {
  padding: .5em .75em;
  text-align: center;
  color:#9dabb5 !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_red:hover {
  color:#721c24 !important;
  background-color: #edb2b9 !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_red:not(:disabled):not(.disabled).active, .btn_toggle_red:not(:disabled):not(.disabled):active, .show>.btn_toggle_red.dropdown-toggle {
  color:#3d0a0f !important;
  background-color: #df547a !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_brand {
  padding: .5em .75em;
  text-align: center;
  color:#9dabb5 !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_brand:hover {
  color:#fff !important;
  background-color: #cae0ed !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_brand:not(:disabled):not(.disabled).active, .btn_toggle_brand:not(:disabled):not(.disabled):active, .show>.btn_toggle_brand.dropdown-toggle {
  color:#fff !important;
  background-color: #47a8e0 !important;
  transition: 0.2s ease-in-out;
}

.btn_toggle_grey:disabled, .btn_toggle_grey[disabled=disabled] {
  cursor: default !important;
}

.badge_xs {
  padding: .15em .4em;
}

.badge_big {
  padding: .55em .4em;
  font-size: 100%;
}


.tagbar_xs {
  display: inline-flex;
  align-items: center;
  font-size:10px;
  height: 14px;
  padding: 0 .75em;
  border-radius: 1em;
}


.tagbar_sm {
  display: inline-flex;
  align-items: center;
  height: 18px;
  padding: 0 .75em;
  border-radius: 1em;
}

.tagbar_md {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 .75em;
  border-radius: 1em;
}

.tag_palette {
  width:100%;
  height: 100%;
}

/*--/ BUTTONS ----------------------------------------------------------------*/


/*-- ACTIVITIES --------------------------------------------------------------*/

.list_button {
  color:#969696 !important;
  float:right;
  transition: 0.2s ease-in-out;
}

.list_button:hover {
  color:#5383d1 !important;
  transition: 0.2s ease-in-out;
}

.taskbox, .taskbox_sm, .taskbox_lg {
    display : none;
}

.taskbox.taskbox_white + label i, .taskbox_sm.taskbox_white + label i, .taskbox_lg.taskbox_white + label i {
    background: #fff;
}

.taskbox_lg + label i, .taskbox_lg + a i{
  width: 32px;
  height: 32px;
  background: #f2f5f7;
  color:#c5cdd4;
  margin:0;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  padding:.6em 0 0 .1em;
  transition: 0.2s ease-in-out;
}

.taskbox + label i, .taskbox + a i{
  width: 28px;
  height: 28px;
  background: #f2f5f7;
  color:#c5cdd4;
  margin:0;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  padding:.45em 0 0 .1em;
  transition: 0.2s ease-in-out;
}

.taskbox_sm + label i, .taskbox_sm + a i{
  width: 22px;
  height: 22px;
  background: #f2f5f7;
  color:#c5cdd4;
  margin:0;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
  padding:.25em 0 0 .1em;
  transition: 0.2s ease-in-out;
}

.taskbox + label i:hover, .taskbox + a i:hover, .taskbox_sm + label i:hover, .taskbox_sm + a i:hover, .taskbox_lg + label i:hover, .taskbox_lg + a i:hover {
  color:#21cbac;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1) !important;
  transition: 0.2s ease-in-out;
  }

.taskbox:checked + label i, .taskbox:checked + a i {
    background: #21cbac;
    color: #fff;
    cursor: pointer;
    margin: 0;
    text-align: center;
    padding:.45em 0 0 .1em;
    animation: pulse_on 0.75s;
}

.taskbox_sm:checked + label i, .taskbox_sm:checked + a i {
    background: #21cbac;
    color: #fff;
    cursor: pointer;
    margin: 0;
    text-align: center;
    padding:.25em 0 0 .1em;
    animation: pulse_on 0.75s;
}

.taskbox_lg:checked + label i, .taskbox_lg:checked + a i {
    background: #21cbac;
    color: #fff;
    cursor: pointer;
    margin: 0;
    text-align: center;
    padding:.6em 0 0 .1em;
    animation: pulse_on 0.75s;
}

.pulse_dot {
  width: 12px;
  height: 12px;
  border:2px solid #fff;
  border-radius: 50%;
  background: #DF547A;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(255,183,0, 0.4);
  animation: pulse 2s infinite;
}

.pulse_dot:hover {
  animation: none;
}

.pulse_on {
  animation: pulse_on 0.75s;
}

@keyframes pulse_on {
  0% { transform: scale( 1); }
  25% { transform: scale( .75); }
  50% { transform: scale( 1.25); }
	100% { transform: scale( 1); }
}

@keyframes pulse_off {
  0% { transform: scale( 1); }
  25% { transform: scale( .75); }
  50% { transform: scale( 1.25); }
	100% { transform: scale( 1); }
}

.fading {
  animation: fading 1s infinite alternate;
}

@keyframes fading {
  from { opacity: 0; }
}


.checklist_action {
  background-color: transparent;
  padding: .5em;
  cursor:pointer;
  transition: background-color 0.2s ease-in-out;
}

.checklist_action:hover {
  background-color: #f5f9fc;
  border-radius: .25rem;
  transition: background-color 0.2s ease-in-out;
}

.checklist_action .remove_action, .checklist_action .empty_action, .checklist_action .move_action {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.checklist_action:hover .remove_action, .checklist_action:hover .empty_action, .checklist_action:hover .move_action {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.titlebox
{
	background-color: black;
	border-radius: 5px;
	height: 100px;
  line-height: 80px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px
}

.titletext
{
 font-size: 30px;
	font-weight: bold;
	color: #fff;
  display: none;
  white-space:nowrap;
	}

.subtitletext
{
 font-size: 16px;
  font-weight: normal;
  color: #999;
  white-space:nowrap;
  line-height: 0px;
  }

.text_placeholder {
  color: #999999;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  margin-top:20px
  }
/*--/ ACTIVITIES -------------------------------------------------------------*/


/* CUSTOM POST ---------------------------------------------------------------*/

.post {
  margin: 15px 14px 0 0;
  padding-bottom:14px;
  float:left;
  width:302px;
  height:417px;
  border:1px solid #e6e6e6;
  border-radius: 6px;
  background: #fff;
  transition: box-shadow 0.2s ease-in-out;
}

.post:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0, .02);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0, .02);
  box-shadow: 0px 0px 10px 5px rgba(0,0,0, .02);
  transition: box-shadow 0.2s ease-in-out;
}

.post:nth-of-type(4n + 4) {
    margin-right: 0;
}

.post:nth-of-type(4n + 5) {
    clear: left;
}

.prod_image img {
  margin:-1px 0 0 -1px;
  width:302px;
  height:302px;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 6px 6px 0 0;
  transition: 0.2s ease-in-out;
}

.post {
  display: none;
  margin: -1px 0 0 -1px;
  position:absolute;
  width:302px;
  height:302px;
  border-radius: 6px;
  transition: 0.2s ease-in-out;
}

.post:hover .overlay {
  display: block;
  transition: 0.2s ease-in-out;
}

.overlay .post_cart{
  z-index:1;
  border-radius:3px;
  padding: 8px 10px 10px 10px;
  height: 40px;
  position: absolute;
  top: 240px;
  right:60px;
  color: white;
  font-weight: bold;
  background-color:#cc3366;
}

.overlay .post_qty{
  z-index:1;
  border-radius:3px;
  padding: 8px 10px 10px 10px;
  height: 40px;
  position: absolute;
  top: 200px;
  right:0px;
  color: white;
  font-weight: bold;
  background-color:#cc3366;
}

.overlay .post_share{
  z-index:1;
  border-radius:3px;
  padding: 8px 10px 10px 10px;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 240px;
  right:10px;
  background-color:#fff;
  border: 1px solid #e6e6e6;
}

.overlay .overlay_background{
  margin:-1px 0 0 0px;
  width:302px;
  height:302px;
  background-color:#fff;
  opacity:0.5;
  border-radius: 6px 6px 0 0;
}

.titlebox {
  width:100%;
  margin:0;
  border-bottom:1px solid #e6e6e6
}

.prod_price {
  margin:0;
  padding:10px 10px 1px 10px;
  color: #cc3366;
  font-size:16px;
  font-weight: bold;
}

.prod_title {
  margin:0;
  padding:0 10px 9px 10px;
  color: #969696;
  font-size:13px;
}

.logobox {
  width:100%;
  cursor:pointer
}

.logobox img{
  float:left;
  margin:10px 10px 10px 10px;
  width:30px;
  height:30px;
  border: 1px solid #e6e6e6
}

.logobox .brand_name {
  padding:15px 10px 10px 10px;
  color:#cc3366;
  font-weight:bold;
  font-size:14px;
}


.video-content {
position: relative;
width: 100%;
}
/* ---------------------------------------------------------------------------*/


/*-- CARDS -------------------------------------------------------------------*/

.bg_active:hover{
  background-color:#f0f0f0;
  cursor:pointer;
  transition: background-color 0.2s ease-in-out;
}

.card_nobg {
  border-radius: 12px;
  background-color:transparent;
  border:none;
  transition: background-color 0.2s ease-in-out;
}

.card_nobg:hover{
  border-radius: 12px;
  background-color:#e6e6e6;
  border:none;
  transition: background 0.2s ease-in-out;
}

.card_nobg:hover .card-body .info_icon{
  border-radius: 12px;
  background-color:#e6e6e6;
  border:none;
  transition: background 0.2s ease-in-out;
}


.layer_overlay {
  background-color: #fff;
  opacity: 0.5;
  border-radius: 6px 6px 0 0;
  width:100%;
  height:100%;
  position: relative;
}

.tutorial_card {
  width:600px;
  height:400px;
}

.price_number {
  text-align: center;
  position: relative;
}

.price_number .price_top {
  font-size: 18px;
  position: relative;
}

.price_number .price_middle {
  font-size: 70px;
  line-height:50px;
  text-align: center;
}

.price_number .price_bottom {
  font-size: 18px;
  position: relative;
  text-transform: lowercase;
}

.invoice_box {
  position: relative;
}

.invoice_box .invoice_btn{
  position: absolute;
  display: inline-flex;
  align-items: center;
  width: 30px;
  height: 30px;
  right:-15px;
  top:54px;
}

/* ---------------------------------------------------------------------------*/


/*-- LIST CARDS --------------------------------------------------------------*/

.l_card_body {
  min-height: 100px;
  width: 100%;
  padding:10px 10px 10px 0;
}

.l_card_header {
  display: inline-flex;
  align-items: center;
  width: 100%
}

.l_card_private {
  margin-left: -22px;
  padding-right: 0;
}

.l_card_title {
  margin-left: 20px;
  width: 80%;
}

.l_card_check {
  position: relative;
  margin-left:10px;
}

.l_card_info {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding-left:2em
 }

 .l_card_priority {
   position:absolute;
   left:-.25em
 }

.l_card_date {
  margin-left: 50px;
  width: 50%;
 }

.l_card_child {
 margin-left: 0px;
 width: 50%;
}

.l_card_parent {
  position: absolute;
  bottom:0;
  width: 100%
 }

.l_card_tag {
 margin-left: 0px;
 margin-bottom:.5em;
}

.l_card_avatar {
 margin-left: 80px;
}

.l_card_option {
  margin-left: 80px;
 }

 /* .card_task {
   border: none !important;
   border-radius: 6px
 }

 .card_task .card-body {
   justify-content: space-between;
   display: flex;
   align-items: center;
   padding: 1.25rem;
 }

 .card_workarea {
   width:4px;
   border-radius:6px 0 0 6px
 } */

/*--/ LIST CARDS -------------------------------------------------------------*/

/*-- WEBSITES ----------------------------------------------------------------*/

.page_editor {
  position: relative;
  flex: 1;
  /* white-space: nowrap; */
  display: flex;
  overflow-y: hidden;
  height: calc(100vh - 115px);
  width: 100% !important;
}

.main_title {
  font-size: 2.5em;
  font-weight: 200
}

.main_subtitle {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300
}

.main_text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300
}

/*--/ WEBSITES ----------------------------------------------------------------*/


/*-- KANBAN ------------------------------------------------------------------*/


.kanban {
  position: relative;
  /*top:0px;
  padding-top:145px;*/
  flex: 1;
  white-space: nowrap;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  height: calc(100vh - 150px);
  width: 100% !important;
}

.k_bucket_col {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 300px;
  max-height: calc(100vh - 150px);
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 6px;
  transition: .2s ease-in-out;
}

.k_bucket_col:hover {
  background:#e9eef2;
  transition: .2s ease-in-out;

}

.k_bucket_header {
  padding: .75rem 0 0 0;
}

.k_header_title {
  white-space: normal;
  padding: 0 .75em;
  display: flex;
}

.k_bucket {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 .75rem .75em .75em;
}

.k_bucket_sortable {
  /*padding: 0 .75rem .75em .75em;*/
}

.k_card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 6px;
  min-height: 100px;
  transition: .2s ease-in-out;
}

.k_card:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0, .03);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0, .03);
  box-shadow: 0px 0px 10px 5px rgba(0,0,0, .03);
  transition: .2s ease-in-out;
}

.k_card_body {
  padding:10px;
  min-height: 100px;
  cursor:pointer;
}

.k_card_body .k_card_check {
  position:absolute;
  top:10px;
  right:10px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.k_card_header {
  min-height: 56px;
  padding-bottom: 1.5em
}

.k_card_title {
  max-width: 220px;
  word-wrap: break-word;      /* IE 5.5-7 */
  white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
  white-space: pre-wrap;      /* current browsers */
}

.k_bucket .k_card_sortable:not(:first-child) {
  margin-top:.75rem;
}

.k_card_footer {
  font-size: 14px
}

.k_card_placeholder {
  opacity: 0.4;
  margin-top:.75rem;
}

.k_btn {
  padding: 0 .75em .75em .75em
}

.k_card_avatar {
  position: absolute;
  bottom: -2px;
}

.k_card_body .k_card_option {
  position:absolute;
  bottom:0px;
  right:0px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.k_card_body:hover .k_card_check,.k_card_body:hover .k_card_option {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

/* .k_card_option_dropdown {
  width:100%;
  max-width: max-content;
  top: -8px;
  left: 100%;
  margin-top: -1px;
} */

.k_card_border_left {
  position:absolute;
  top:2px;
  left:0;
  height:calc(100% - 4px);
  border: 1px solid #DF547A;
border-top-left-radius: 50px 100px;
border-bottom-left-radius: 50px 100px;
}

.dragging {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0, .06);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0, .06);
  box-shadow: 0px 0px 10px 5px rgba(0,0,0, .06);
  border-radius: .5em;
}

.dragging-rotate {
  transform: rotate(5deg);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(71,168,224, .3);
  -moz-box-shadow: 0px 0px 10px 5px rgba(71,168,224, .3);
  box-shadow: 0px 0px 10px 5px rgba(71,168,224, .3);
  border-radius: .5em;
}

.overlay_options {
  background: rgba(45, 62, 80, 0.5);
  bottom: 0;
  color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 15;
}


/*--/ KANBAN -----------------------------------------------------------------*/


/*-- NETWORK CARDS -----------------------------------------------------------*/

.n_card_btn {

}

/*--/ NETWORK CARDS ----------------------------------------------------------*/


/* -- MEDIA QUERIES ----------------------------------------------------------*/


/*Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/*Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Very Very Small devices */
@media (max-width: 413px) {

  .font22 {
    font-size: 16px !important;
    font-weight:100
  }

  .cover {
    height:100%
  }

  .cover_left {
    display:none
  }

  .cover_right {
    height:100vh !important
  }

  .cover_right_form {
    width:280px
  }

  .cover_right_language {
    display:none
  }

  .cover_right_footer {
    position:absolute !important;
    bottom:0
  }

  .cover_right_logo img {
    display: block;
    width:150px
  }

  .search_box {
    width: 100%;
  }

  .search_box input{
    min-width:auto;
  }

  .tutorial_card {
    width:100%;
    height:100%;
  }

}


/* Very Small devices */
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}


/*Small devices (landscape phones, 576px and up) */
/*@media (min-width: 321px) and (max-width: 991.98px) {*/
@media (max-width: 991.98px) {

  .banner_top {
    height: 100%;
    min-height: 40px;
    display: block;
    text-align: center;
    background: #49505b;
    color: #fff;
    padding: .5em 1em
  }

  .font22 {
    font-size: 22px !important;
    font-weight:100
  }

  .cover {
    height:100vh !important
  }

  .cover_left {
    display:none
  }

  .cover_right {
    height:100vh !important
  }

  .social_button {
    width: 300px
  }

  .cover_right_form {
    width:300px
  }

  .cover_right_language {
    display:none
  }

  .cover_right_footer {
    position:absolute !important;
    bottom:0
  }

  .cover_right_logo img {
    display: block;
    width:200px
  }

  .tutorial_card {
    width:100%;
    height:100%;
  }

  .cardnumber {
    height: 100%;
    width: 100%;
    padding: 20px;
    transition: background 0.2s ease-in-out;
  }

  .cardnumber .card{
    width: 100%;
  }

  .cardnumber h1 {
    font-size:22px;
    vertical-align: middle;
    text-align: center;
  }

  .cardnumber p {
    margin:4px 0 0 8px;
    font-size:15px;
    vertical-align: middle;
    text-align: center;
  }

  .btn_toggle {
    width:100%;
  }

  .l_card_body {
    padding:15px;
    height: 100%;
  }

  .l_card_header {
    display: inline-flex;
    align-items: start;
    margin-bottom: 20px;
  }

  .l_card_private {
    position: absolute;
    top: 15px;
    left:0px
  }

.l_card_title {
  margin: 0 !important;
}

.l_card_title .l_card_title1 {
  margin: 0 !important;
  padding: 0 !important;
}

.l_card_check {
  position:absolute;
  top:0px;
  right:0px;
 }

 .l_card_info {
   position: relative;
   min-height: 40px;
   align-items: center;
   width: 100%;
   padding: 0;
  }

  .l_card_priority {
    position:absolute;
    left:auto;
    top: 8px;
    right:40px;
  }

 .l_card_date {
   margin-left: 60px;
   width: 30%;
  }

  .l_card_child {
   margin-left: 10px;
  }

  .l_card_parent {
    position: relative;
    width: 100%;
   }

   .l_card_tag {
     position: relative;
     margin-left: 0px !important;
     width: 95%;
     margin-bottom: 0;
    }

  .l_card_avatar {
    position: absolute;
    margin-left: 0;
  }

  .l_card_option {
    position: absolute;
    bottom: 15px;
    right:10px;
  }


  .k_card_body .k_card_check {
    position:absolute;
    top:10px;
    right:10px;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }

  .k_card_body .k_card_option {
    position:absolute;
    top:10px;
    right:0px;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }


  .n_card_btn {
    position:absolute;
    width: 100%;
    top:10px;
  }

  .avatar_square_xl {
    width: 90px !important;
    height: 90px !important;
    object-fit: cover;
    font-weight: normal;
    text-align: center;
    line-height:116px;
    font-size:2rem;
    border-radius: 8px;
    border: 4px solid #fff;
    color: #fff;
    background-color:#fff;
    transition: background-color 0.2s ease-in-out;
  }

  .main_title {
    font-size: 1.5rem;
    font-weight: 300
  }

  .main_subtitle {
    font-size: 1.2rem;
  }

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}

/* --/ MEDIA QUERIES ---------------------------------------------------------*/

.chat ul.chat_posts li .chat_content li {
   display: revert !important;
}


.chat ul.chat_posts li .chat_content li:not(:first-child) {
     border-top: 0px !important;
     padding-top: 0px !important;
 }


 /* CSS FOR FORM CALENDAR  */
 #f_calendar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }

  #f_calendar-left {
    /* width: 70%; */
    width:350px;
  }

  /* #f_calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  } */

  #f_calendar-nav a {
    /* background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 3px; */
  }

  #f_calendar-nav a:hover {
    background-color: #eee;
  }

  #f_calendar-dates {
    display: flex;
    flex-wrap: wrap;
  }

  #f_calendar-dates div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 4px;
    cursor: pointer;
    border-radius: 50%;
  }

  #f_calendar-dates .current-month {
    background-color: #f7fafc;
    font-weight: bold;
  }
  #f_calendar-dates .current-month:hover {
    background-color: #c5e0ed !important;
  }

  #f_calendar-dates .f_selected {
    background-color: #47a8e0 !important;
    color: #fff !important;
  }

  #f_calendar-dates .f_selected:hover {
    background-color: #47bee0 !important;
  }

  #f_calendar-dates .f_disabled {
    /* background-color: #e97272; */
    color: #a2adb5 !important;
    cursor: not-allowed !important;
  }
  #f_calendar-dates .f_disabled:hover {
    background-color: #fff !important;
  }


  #f_calendar-dates .f_disabled {
    /* background-color: #e97272; */
    color: #a2adb5 !important;
    cursor: not-allowed !important;
  }

  #f_calendar-right {
    /* width: 30%; */
    /* width: 425px; */
    /* display: flex;
    flex-direction :column; */
  }

  #f_selected-date {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .f_time-slot {
    /* display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px; */
  }

  .f_time-slot:hover {
    background-color: #eee;
  }

  .f_time-slot.f_selected {
    background-color: #47a8e0;
    color: #fff;
  }

  .shadow3_top {
    -webkit-box-shadow: 0px 20px 39px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 20px 39px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 20px 39px 0px rgba(0,0,0,0.3);
  }

  .clean-block {
    padding-bottom: 0px !important;
  }

  .cookies-popup {
      position: fixed;
      bottom: 1rem;
      right: 2rem;
      /* width: 120px;
      height: 60px; */
      background-color: #fff;
      border: 1px #dc0b0b;
      border-radius: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      cursor: pointer;
      z-index: 9999;
      color: #dc0b0b;
      text-transform: uppercase;
      font-size: 10px;
  }

  .cookies-popup:hover .cookies-text {
      display: block;
  }

  .cookies-text {
      display: none;
      position: absolute;
      /* top: 80px; */
      /* right: 10px; */
      width: 10rem;
      height: auto;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 10px;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(52, 116, 255, 0.2);
      text-align: center;
      z-index: 9999;
  }

  .clean-block.clean-hero .btn {
      border-radius: 20px;
      border-color: rgb(13, 0, 133);
      font-size: 16px;
      padding: 10px 20px;
  }

  
  .cookies-popup-prohibit:before {
    /* content: "COOKIES";  */
    content: "\f564";
    font-family: "Font Awesome 6 Free";
    color: #1b1c1f;
    font-size: 3.5rem;
    /* content: "\f564";  */
    /* font-family: "Font Awesome 6 Free Regular"; */
    /* left:-5px; */
    position:absolute;
    /* top:0; */
 }


/* title */
.jivaCoreNews h1 {
    font-size: xx-large;
}

.jivaCoreNews p {
    font-size: large;
}

/* unvisited link */
.jivaCoreNews a:link {
    color: #0000EE;
    text-decoration: underline;
}
  
/* visited link */
.jivaCoreNews  a:visited {
    color: #551A8B;
}
  
/* mouse over link */
.jivaCoreNews  a:hover {
    color: #00FF00;
}

.jivaCoreNews tr {
    border: 1px solid black;
}

.jivaCoreNews td {
    border: 1px solid black;
    padding: 10px;
}

.jivaCoreNews td:not(:first-child) {
    border-left: 1px solid black;
}

.jivaCoreNews .accordion-button {
    font-size: 1.25rem;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

@media(min-width: 576px) {
    .navbar {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem
    }

    .clean-navbar.fixed-top + .page {
        padding-top: 7rem;
    }
}

.nav-link {
    white-space: nowrap;
}

.form-label {
    margin-top: .5rem !important;
    margin-bottom: 0 !important;
}

/* cookies */
#jc-front-cookie-banner {
    position: fixed; 
    bottom: 0; 
    left: 0; 
    width: 100%; 
    z-index: 999; 
    border-radius: 0; 
    display: none; 
} 

/* BLOG THINGS */

.section,.widget,.widget ul{
    margin:0;
    padding:0
}

.hot-wrapper {
    margin: 0 auto
}

.hot-section .widget,
.hot-section .widget>.widget-title {
    display: none
}

.hot-section .show-hot,
.hot-section .widget.PopularPosts {
    display: block !important
}

.hot-section .show-hot .widget-content,
.hot-section .PopularPosts .widget-content {
    /* height: 410px; */
    position: relative;
    overflow: hidden;
    padding: 30px 0 0;
    margin: 0;
}

.hot-loader {
    position: relative;
    height: 410px;
    overflow: hidden;
    display: block
}

.hot-loader:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -16px 0 0 -16px;
    border: 3px solid #eaeaea;
    border-left-color: #ff5722;
    border-right-color: #ff5722;
    border-radius: 100%;
    animation: spinner .8s infinite linear;
    transform-origin: center
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

ul.hot-posts,
.PopularPosts ul.hot-posts {
    position: relative;
    overflow: hidden;
    height: 410px;
    margin: 0 -7.5px;
}

.hot-posts .hot-item,
PopularPosts .hot-posts .hot-item {
    position: relative;
    float: left;
    width: calc(100% / 4);
    height: calc(100% / 2);
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 7.5px
}

.hot-posts .item-0,
.PopularPosts .hot-posts .item-0,
.hot-posts .item-3,
.PopularPosts .hot-posts .item-3 {
    width: 50%;
    height: calc(100% / 2);
    margin: 0 0 15px
}

.hot-posts .item-3,
.PopularPosts .hot-posts .item-3 {
    margin: 15px 0 0
}

.hot-posts .item-0,
.PopularPosts .hot-posts .item-0 {
    height: 100%;
    margin: 0
}

.item-long {
    height: 100% !important;
}

.hot-item-inner,
PopularPosts .hot-item-inner {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.hot-posts .item-0 .hot-item-inner,
.PopularPosts .hot-posts .item-0 .hot-item-inner {
    height: 410px;
}

.hot-posts .hot-item .post-image-wrap,
.PopularPosts .hot-posts .hot-item .post-image-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.hot-posts .post-image-link,
.PopularPosts .hot-posts .post-image-link {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.hot-posts .post-image-link .post-thumb,
.PopularPosts .hot-posts .post-image-link .post-thumb {}

.hot-posts .post-image-link:before,
.PopularPosts .hot-posts .post-image-link:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(7, 7, 7, 0.4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    opacity: 1;
    margin: 0;
    transition: opacity .25s ease;
}

.hot-posts .post-info,
.PopularPosts .hot-posts .post-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 5;
    box-sizing: border-box;
    padding: 20px;
}

.hot-posts .item-0 .post-info,
.PopularPosts .hot-posts .item-0 .post-info {
    padding: 20px;
}

.hot-posts .post-tag,
.PopularPosts .hot-posts .post-tag {
    background: #ff5722;
    color: #ffffff;
    position: static;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 8px;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    border: 0;
    margin: 0 0 8px;
    z-index: 5;
    border-radius: 4px;
}

.post-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 18px;
    z-index: 5;
    background-color: #ff5722;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 6px
}

.hot-posts .post-title,
.PopularPosts .hot-posts .post-title {
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 1.3em;
    margin: 0 0 7px;
}

.hot-posts .item-0 .post-title,
.PopularPosts .hot-posts .item-0 .post-title {
    font-size: 26px;
    margin: 0 0 7px;
    line-height: 1.5em;
}

.hot-posts .post-title a,
.PopularPosts .hot-posts .post-title a {
    color: #ffffff;
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hot-posts .post-title a:hover,
.PopularPosts .hot-posts .post-title a:hover {
    color: #ff5722
}

.hot-posts .item-0 .post-title a,
.PopularPosts .hot-posts .item-0 .post-title a {
    display: block;
}

.hot-posts .post-meta,
.PopularPosts .hot-posts .post-meta,
.hot-posts .post-meta a,
.PopularPosts .hot-posts .post-meta a {
    font-size: 11px;
    color: #fef3f3
}

.hot-posts .post-snippet,
.PopularPosts .hot-posts .post-snippet {
    display: none;
}

.hot-posts .item-0 .post-snippet,
.PopularPosts .hot-posts .item-0 .post-snippet {
    display: block;
    color: #ffffff;
}

.PopularPosts .hot-posts .post-info .post-meta .post-date {
    margin-top: 0;
}

.show-hot .no-posts,
.PopularPosts .no-posts {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    width: 100%;
    text-align: center;
}

.post-meta {
    display: block;
    overflow: hidden;
    color: #b0b0b0;
    font-size: 12px;
    font-weight: 400;
    padding: 0 1px
}

.post-meta .post-author,
.post-meta .post-date {
    float: left;
    margin: 0 10px 0 0
}

.post-meta .post-date {
    text-transform: capitalize
}

.post-meta a {
    color: #b0b0b0;
    transition: color .17s
}

.post-meta a:hover {
    color: #ff5722
}

.post-meta span:before {
    color: #b0b0b0;
    font-family: FontAwesome;
    font-weight: 400;
    margin: 0 3px 0 0
}

.post-meta .post-author:before {
    content: '\f2c0'
}

.post-meta .post-date:before {
    content: '\f017'
}

.container-inner {
    position: relative;
    margin: 0 auto;
    background: #ffffff;
    padding: 20px !important;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.2), 2px -2px 6px 0px rgba(0, 0, 0, 0.12), -2px -2px 6px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.2), 2px -2px 6px 0px rgba(0, 0, 0, 0.12), -2px -2px 6px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.2), 2px -2px 6px 0px rgba(0, 0, 0, 0.12), -2px -2px 6px 0px rgba(0, 0, 0, 0.12);
}

.post-thumb {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    opacity: 0;
    transition: opacity .17s ease, transform .17s ease
}

.post-thumb.lazy-yard {
    opacity: 1;
}

.post-image-link:hover .post-thumb,
.post-image-wrap:hover .post-image-link .post-thumb,
.hot-item-inner:hover .post-image-link .post-thumb {
    transform: scale(1.05);
}

.post-title a {
    display: block
}

.item-post h1.post-title {
    color: #161619;
    font-size: 27px;
    line-height: 1.5em;
    font-weight: 700;
    position: relative;
    display: block;
    margin: 15px 0;
    padding: 0
}

.static_page .item-post h1.post-title {
    padding: 0 0 10px;
    margin: 0;
    border-bottom: 1px solid #eaeaea
}

.item-post .post-body {
    width: 100%;
    line-height: 1.5em;
    overflow: hidden;
    padding: 20px 0 0
}

.static_page .item-post .post-body {
    padding: 20px 0
}

.item-post .post-outer {
    padding: 0
}

.item-post .post-body img {
    max-width: 100%;
    transition: opacity .35s ease, transform .35s ease;
}

.item-post .post-body img.lazy-yard {}

.item-post .post-meta {
    padding: 0 1px 10px;
    border-bottom: 1px solid #eaeaea
}

.main .widget {
    margin: 0
}

.main .Blog {
    border-bottom-width: 0
}

.post-footer {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0
}

.inline-ad {
    position: relative;
    display: block;
    max-height: 60px;
    margin: 0 0 30px
}

.inline-ad>ins {
    display: block !important;
    margin: 0 auto !important
}

.item .inline-ad {
    float: left;
    width: 100%;
    margin: 20px 0 0
}

.item-post-wrap>.inline-ad {
    margin: 0 0 20px
}

.post-labels {
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0 0 25px
}

.post-labels span,
.post-labels a {
    float: left;
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
    margin: 0 12px 0 0;
    transition: all .17s ease
}

.post-labels span {
    color: #161619
}

.post-labels a:hover {
    color: #ff5722
}

.post-share {
    position: relative;
    overflow: hidden;
    line-height: 0;
    margin: 0 0 30px
}

ul.share-links {
    position: relative
}

.share-links li {
    width: 32px;
    float: left;
    box-sizing: border-box;
    margin: 0 5px 0 0
}

.share-links li.facebook,
.share-links li.x-twitter,
.share-links li.gplus {
    width: 20%
}

.share-links li a {
    float: left;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    opacity: 1;
    margin: 0;
    padding: 0;
    transition: all .17s ease
}

.share-links li.whatsapp-mobile {
    display: none
}

.is-mobile li.whatsapp-desktop {
    display: none
}

.is-mobile li.whatsapp-mobile {
    display: inline-block
}

.share-links li a:before {
    float: left;
    display: block;
    width: 32px;
    background-color: rgba(255, 255, 255, 0.07);
    font-size: 15px;
    text-align: center;
    line-height: 32px
}

.share-links li a:hover {
    opacity: .8
}

ul.post-nav {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0 30px
}

.post-nav li {
    display: inline-block;
    width: 50%
}

.post-nav .post-prev {
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px
}

.post-nav .post-next {
    float: right;
    text-align: right;
    box-sizing: border-box;
    padding: 0 10px
}

.post-nav li a {
    color: #161619;
    line-height: 1.4em;
    display: block;
    overflow: hidden;
    transition: color .17s
}

.post-nav li:hover a {
    color: #ff5722
}

.post-nav li span {
    display: block;
    font-size: 11px;
    color: #aaa;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 2px
}

.post-nav .post-prev span:before {
    content: "\f053";
    float: left;
    font-family: FontAwesome;
    font-size: 9px;
    font-weight: 400;
    text-transform: none;
    margin: 0 2px 0 0
}

.post-nav .post-next span:after {
    content: "\f054";
    float: right;
    font-family: FontAwesome;
    font-size: 9px;
    font-weight: 400;
    text-transform: none;
    margin: 0 0 0 2px
}

.post-nav p {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0
}

.post-nav .post-nav-active p {
    color: #aaa
}

.about-author {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 20px;
    margin: 0 0 30px;
    border: 1px solid #eaeaea
}

.about-author .avatar-container {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin: 0 15px 0 0;
    border-radius: 100%
}

.about-author .author-avatar {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 100% opacity 0;
    transition: opacity .35s ease;
}

.about-author .author-avatar.lazy-yard {
    opacity: 1;
}

.author-name {
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 7px 0 3px
}

.author-name span {
    color: #161619
}

.author-name a {
    color: #161619;
    transition: color .17s
}

.author-name a:hover {
    color: #ff5722
}

.author-description {
    display: block;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em
}

.author-description a:hover {
    text-decoration: underline
}

#related-wrap {
    overflow: hidden;
    margin: 0 0 30px
}

#related-wrap .related-tag {
    display: none
}

.related-ready {
    float: left;
    width: 100%
}

.related-ready .loader {
    height: 178px
}

ul.related-posts {
    position: relative;
    overflow: hidden;
    margin: 0 -10px;
    padding: 0
}

.related-posts .related-item {
    width: 33.33333333%;
    position: relative;
    overflow: hidden;
    float: left;
    display: block;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0
}

.related-posts .post-image-link {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
    display: block
}

.related-posts .related-item .post-meta {
    padding: 0;
    border: 0
}

.related-posts .post-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    display: block;
    margin: 7px 0 6px
}

.related-posts .post-title a {
    color: #161619;
    transition: color .17s
}

.related-posts .post-title a:hover {
    color: #ff5722
}

#outer-wrapper-inner #blog-pager {
    overflow: hidden;
    clear: both;
    margin: 30px 0
}

.blog-pager a,
.blog-pager span {
    float: left;
    display: block;
    min-width: 30px;
    height: 30px;
    background-color: #161619;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 5px 0 0;
    border-radius: 3px;
    text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.15);
    transition: all .17s ease
}

.blog-pager .blog-pager-newer-link,
.blog-pager .blog-pager-older-link {
    padding: 0 15px
}

.blog-pager .blog-pager-newer-link {
    float: left
}

.blog-pager .blog-pager-older-link {
    float: right
}

.blog-pager span.page-dots {
    min-width: 20px;
    background-color: #fff;
    font-size: 16px;
    color: #161619;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: -1px;
    border: 0
}

.blog-pager .page-of {
    display: none;
    width: auto;
    float: right;
    border-color: rgba(0, 0, 0, 0);
    margin: 0
}

.blog-pager .page-active,
.blog-pager a:hover {
    background-color: #ff5722;
    color: #fff
}

.blog-pager .page-prev:before,
.blog-pager .page-next:before {
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: 400
}

.blog-pager .page-prev:before {
    content: '\f104'
}

.blog-pager .page-next:before {
    content: '\f105'
}

.blog-pager .blog-pager-newer-link:after {
    content: '\f104';
    float: left;
    font-family: FontAwesome;
    font-weight: 400;
    margin: 0 3px 0 0
}

.blog-pager .blog-pager-older-link:after {
    content: '\f105';
    float: right;
    font-family: FontAwesome;
    font-weight: 400;
    margin: 0 0 0 3px
}

.archive #blog-pager {
    display: none
}

.blog-post-comments {
    display: none;
    margin: 30px 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
}

.blog-post-comments .comments-title {
    margin: 0 0 20px
}

.comments-system-disqus .comments-title,
.comments-system-facebook .comments-title {
    margin: 0
}

#comments {
    margin: 0
}

#gpluscomments {
    float: left !important;
    width: 100% !important;
    margin: 0 0 25px !important
}

#gpluscomments iframe {
    float: left !important;
    width: 100%
}

.comments {
    display: block;
    clear: both;
    margin: 0;
    color: #161619
}

.comments>h3 {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    padding-top: 1px
}

.comments .comments-content .comment {
    list-style: none;
    margin: 0;
    padding: 0 0 8px
}

.comments .comments-content .comment:first-child {
    padding-top: 0
}

.facebook-tab,
.fb_iframe_widget_fluid span,
.fb_iframe_widget iframe {
    width: 100% !important
}

.comments .item-control {
    position: static
}

.comments .avatar-image-container {
    float: left;
    overflow: hidden;
    position: absolute
}

.comments .avatar-image-container,
.comments .avatar-image-container img {
    height: 45px;
    max-height: 45px;
    width: 45px;
    max-width: 45px;
    border-radius: 0
}

.comments .comment-block {
    overflow: hidden;
    padding: 0 0 10px
}

.comments .comment-block,
.comments .comments-content .comment-replies {
    margin: 0 0 0 60px
}

.comments .comments-content .inline-thread {
    padding: 0
}

.comments .comment-actions {
    float: left;
    width: 100%;
    position: relative;
    margin: 0
}

.comments .comments-content .comment-header {
    font-size: 12px;
    display: block;
    overflow: hidden;
    clear: both;
    margin: 0 0 3px;
    padding: 0 0 5px;
    border-bottom: 1px dashed #eaeaea
}

.comments .comments-content .comment-header a {
    color: #161619;
    transition: color .17s
}

.comments .comments-content .comment-header a:hover {
    color: #ff5722
}

.comments .comments-content .user {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    display: block
}

.comments .comments-content .icon.blog-author {
    display: none
}

.comments .comments-content .comment-content {
    float: left;
    font-size: 13px;
    color: #5E5E5E;
    font-weight: 400;
    text-align: left;
    line-height: 1.4em;
    margin: 5px 0 9px
}

.comments .comment .comment-actions a {
    margin-right: 5px;
    padding: 2px 5px;
    color: #161619;
    font-weight: 400;
    border: 1px solid #f5f5f5;
    font-size: 10px;
    transition: all .17s ease
}

.comments .comment .comment-actions a:hover {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
    text-decoration: none
}

.comments .comments-content .datetime {
    float: left;
    font-size: 11px;
    font-weight: 400;
    color: #aaa;
    position: relative;
    padding: 0 1px;
    margin: 4px 0 0;
    display: block
}

.comments .comments-content .datetime a,
.comments .comments-content .datetime a:hover {
    color: #aaa
}

.comments .comments-content .datetime:before {
    content: '\f017';
    font-family: FontAwesome;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    margin: 0 3px 0 0
}

.comments .thread-toggle {
    margin-bottom: 4px
}

.comments .thread-toggle .thread-arrow {
    height: 7px;
    margin: 0 3px 2px 0
}

.comments .thread-count a,
.comments .continue a {
    transition: opacity .17s
}

.comments .thread-count a:hover,
.comments .continue a:hover {
    opacity: .8
}

.comments .thread-expanded {
    padding: 5px 0 0
}

.comments .thread-chrome.thread-collapsed {
    display: none
}

.post-card {
    container-type: inline-size;
}

.post-title-vw {
    font-size: 3vw !important;
}

@container  (max-width: 480px) { 
    .post-title-vw {
        font-size: 1vw !important;
    }
} 

@container  (max-width: 860px) { 
    .post-title-vw {
        font-size: 2vw !important;
    }
} 


/* Blog Archive Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
.nav-paginator {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}

.paged .nav-paginator {
	display: block;
}
.nav-previous,
.previous-image {
	width: 50%;
}
.nav-next,
.next-image {
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
.comment-nav-paginator {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

.bg-main-nav {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

/* BANNER STYLE */
.video-banner-wrapper {
    position: relative;
    width: 100%;
    height: 720px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-banner-main {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* Add some content at the bottom of the video/page */
.overlay-banner-main {
    position: relative;
    color: white;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.6);

    /* position: fixed; */
    padding: 20px;
    bottom: 0;
    background: none;
    color: #f1f1f1;
    width: 100%;
    /* padding: 20px; */
}

.overlay-banner-opaque-bg {
    background: rgba(0, 0, 0, 0.2);
}
  
/* PICTXT STYLE */

.pictxt-container {
    /* width: 100%; */
    height: 450px;
    position: relative;
    margin: 55px;
}

.pictxt-box {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;

}

.pictxt-box img {
    width: 100%;
}

.pictxt-overlay {
    z-index: 9;
    margin-top: 55px;
    background: #013465;
    width: 50%;
    right: 55px !important;
    color: #ffffff;
    opacity: 0.7;
    padding: 55px;
}

/*
.pixtxt-container {
    position: relative;
    margin: 30px; 
} 

.pictxt-pic-wrapper-tl {
    position: absolute;
    margin-right: 250px;
    height: 550px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pictxt-txt-wrapper-br {
    margin-left: 250px;
    height: 550px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
    opacity: .5;
    background-color: #161619;
}
*/

.card-img-vert {
    height: 100%;
    width: 15vw;
    object-fit: cover;

}

.card-img-events {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    width: 100%;
    height: 20vw;
    object-fit: cover;
    object-position: top;
}

.item-post-wrap {
    max-width: 786px;
}



.card-grid .card-grid-lg {
    height: 560px;
}

.card-grid .card-grid-sm {
    height: calc(280px - var(--bs-gutter-y) / 2);
}

@media (max-width: 767.98px) {
    .card-grid .card-grid-lg {
        height: 400px;
    }
}

.card .card-img-overlay {
    z-index: 2;
}

.card.card-overlay-bottom {
    overflow: hidden;
}
.card-bg-scale {
    z-index: 99;
}
.card, .overflow-hidden {
    will-change: transform;
}
.card {
    --bs-card-spacer-y: 0.75rem;
    --bs-card-spacer-x: 1.25rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: var(--bs-heading-color);
    --bs-card-subtitle-color: ;
    --bs-card-border-width: 0;
    --bs-card-border-color: var(--bs-border-color);
    --bs-card-border-radius: 0.7rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: 0.7rem;
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: var(--bs-body-bg);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1.25rem;
    --bs-card-group-margin: 0.9375rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.card-bg-scale::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-transition: all 1s !important;
    transition: all 1s !important;
    z-index: -2;
}
.card.card-overlay-bottom::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background-image: linear-gradient(180deg, transparent, black);
    z-index: 1;
}

.card-info-container {
    --bs-nav-link-padding-x: 0.75rem;
    --bs-nav-link-padding-y: 0.25rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-body-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-gray-500) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav.nav-divider .nav-item {
    display: inline-block;
    vertical-align: middle;
}

.clean-navbar .navbar-nav .nav-item {
    padding-right: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

.nav-no-x-margin {
    --bs-nav-link-padding-x: 0;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-post-featured h2 {
    color: #ffffff;
}

.card-post-featured h4 {
    color: #ffffff;
    font-size: calc(1.1rem + 0.1vw);
}

.card-post-featured h5 {
    color: #ffffff;
    font-size: 1rem;
}

.featured-link {
    padding-bottom: 0px;
    background: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 6%;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    font-weight: inherit;
    padding: 0;
    --bs-btn-font-weight: 500;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: var(--bs-gray-400);
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: none;
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}

.card-img-top-whfix {
    width: 100% !important;
    height: 15vw !important;
    object-fit: cover !important;
}

.upper-bar {
    display: none;
}

.upper-bar-logo {
    border: 0px;
}

.main-navbar-style {
    margin-left: auto !important;
}