.env-indicator {
  position: absolute;
  width: 200px;
  height: 49px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: pre-line;
}

.env-indicator--production {
  background-color: rgb(183, 0, 0);
}

.env-indicator--development {
  background-color: rgb(66, 66, 235);
}

.env-indicator--test {
  background-color: rgb(24, 172, 24);
}
.env-indicator {
  position: absolute;
  width: 200px;
  height: 49px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 14px;
  padding: 10px;
}

.env-indicator--production {
  background-color: rgb(183, 0, 0);
}

.env-indicator--development {
  background-color: rgb(66, 66, 235);
}

.env-indicator--test {
  background-color: rgb(24, 172, 24);
}
.flash-notice{
  background-color: #e5edf8;
  color: #5c5f63;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}

.auth.authencitcated-user {
  display: block;
  width: 100%;
  background: #222;
  color:#ccc;
  text-align: right;
  padding: 10px;
  overflow: hidden;
  font-size:0.8em;
}

.auth.authencitcated-user .signed-user {
  float:right;
  padding: 8px 20px 0 0;
}

.auth.authencitcated-user form {
  float:right;
  margin-right:15px;
}

.auth.authencitcated-user input {
  background: #444;
}


.hint-link {
  font-weight: normal;
  font-size: 11px;
}

.sub-navigation {
  margin-top:40px;
  border-top:1px solid #ddd;
  padding-top:40px;
}

.sub-navigation a {
  font-size:12px;
  padding-top:2px;
}

.background-red {
  background-color: #C00;
}

.background-red:hover {
  background-color: #D00;
}

.button-small {
  font-size:12px;
}

.x-selected-row td {
  color: #ddd;
  background:#f9f9f9;
}
.bg-danger-more{
  background-color: #9b000f!important;
}
.env-indicator {
  position: absolute;
  width: 200px;
  height: 49px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: pre-line;
}

.env-indicator--production {
  background-color: rgb(183, 0, 0);
}

.env-indicator--development {
  background-color: rgb(66, 66, 235);
}

.env-indicator--test {
  background-color: rgb(24, 172, 24);
}
.env-indicator {
  position: absolute;
  width: 200px;
  height: 49px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: 14px;
  padding: 10px;
}

.env-indicator--production {
  background-color: rgb(183, 0, 0);
}

.env-indicator--development {
  background-color: rgb(66, 66, 235);
}

.env-indicator--test {
  background-color: rgb(24, 172, 24);
}
.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.gradient {
    background-image: radial-gradient(
        ellipse farthest-side at 100% 100%,
        #1cafc6 20%,
        #1cafc6 50%,
        #2c9ed8 110%
    );
    padding: 0;
}

.bg-light {
    background: #fff;
}

.pt0 {
    padding-top: 0;
}
.pb0 {
    padding-bottom: 0;
}

.mt20 {
    margin-top: 20px;
}
.mt50 {
    margin-top: 50px;
}

.inline {
    display: inline;
}

.text-small {
    font-size: 1rem;
}

.alert {
    border-radius: 0;
    font-size: 1em;
}
.alert p {
    margin-bottom: 0;
    font-size: 1em;
}

.links-a {
    margin-bottom: 40px;
}
.links-a a {
    display: block;
}

.table-title {
    background: #2c9ed8;
    color: #fff;
    padding: 13px;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #9c9c9f;
    font-weight: 400;
    margin-left: 8px;
    border-bottom: 3px solid transparent;
    transition: all 0.2s linear;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover {
    border-color: #2c9ed8;
    color: #2c9ed8;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    border-color: #2c9ed8;
    color: #2c9ed8;
}
.navbar-light .navbar-nav .special-a a {
    border: 3px solid transparent;
    padding: 5px;
    background: #2c9ed8;
    color: #fff;
}
.navbar-light .navbar-nav .special-a a:hover {
    background: #fff;
    color: #2c9ed8;
}

.navbar-brand {
    max-width: 151px;
}
.navbar-brand img {
    width: 100%;
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}

.navbar h1 {
    font-size: 26px;
    font-weight: 400;
    color: #888;
    position: relative;
    top: 3px;
    padding-left: 30px;
}

.navbar h1 i {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 30px;
    color: #2c9ed8;
}

.after-login .navbar h1 {
    margin-left: 0;
}

#advert {
    position: fixed;
    z-index: 999;
    top: 86px;
    right: 0;
    width: 280px;
    -moz-user-select: none;
    user-select: none;
}

#advert h5 {
    font-size: 1.15rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}

#advert #ad-header {
    cursor: pointer;
    padding: 10px;
    position: relative;
}

#advert #ad-header i {
    position: absolute;
    top: 7px;
    right: 8px;
    color: #fff;
    font-size: 1.75rem;
    transition: all 0.1s linear;
}

#advert #ad-header:hover i {
    transform: scale(1.3);
}

#advert #ad-content {
    display: none;
    border-top: 1px solid #fff;
    padding: 10px;
}

#advert #ad-content h6 {
    font-size: 0.9rem;
    color: #fff;
    margin-top: 10px;
}

a {
    text-decoration: none;
    color: #2c9ed8;
}
a:hover {
    text-decoration: none;
}

.btn-link {
    color: #2c9ed8;
}

.card {
    background: transparent;
    border: none;
    border-radius: 0;
    flex: 1 1 auto;
}
.card-body {
    padding: 0;
    flex: 1 1 auto;
    color: #333;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}

.btn {
    transition: all 0.15s ease-in-out;
}

.btn-center {
    text-align: center;
}
.btn-center a {
    margin-top: 40px;
    display: inline-block;
}

.btn-a {
    margin-top: 20px;
}

.btn-light {
    border-radius: 0;
    border-color: #fff;
    color: #2c9ed8 !important;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-light.cta-home {
    margin-top: 5px;
    width: 100%;
    white-space: pre-wrap;
    font-size: 0.9rem;
    padding: 10px 5px;
    font-weight: 400;
}
.bg-green .btn-light.cta-home {
    color: #2cd8a5 !important;
}
.cta-img {
    margin-top: 20px;
    max-width: 260px;
}

.btn-incaso {
    background: #2c9ed8;
    border-radius: 0;
    border: 3px solid transparent;
    color: #fff !important;
    padding: 12px 27px;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-incaso:hover {
    background: #fff;
    color: #2c9ed8 !important;
    border-color: #2c9ed8;
}

.btn-a-a {
    background: #36426c;
}
.btn-a-a:hover {
    color: #36426c !important;
    border-color: #36426c;
}
.btn-a-a:hover i {
    color: #36426c;
}

.text-white .btn-incaso {
    background: #fff;
    color: #2c9ed8 !important;
}
.text-white .btn-incaso:hover {
    background: #2c9ed8;
    color: #fff !important;
    border-color: #fff;
}

.btn-icon {
    position: relative;
    padding-left: 60px;
}
.btn-icon i {
    top: 13px;
    left: 20px;
    position: absolute;
    transition: all 0.15s ease-in-out;
}
.btn-icon:hover i {
    top: 10px;
    left: 15px;
    font-size: 30px;
    transform: scale(1.2);
}
.btn-icon.btn-2row i {
    top: 20px;
}

.btn-a-b {
    margin: 0;
    padding: 5px 5px 5px 40px;
    font-size: 0.8rem;
}
.btn-a-b i {
    top: 3px;
    left: 10px;
    transform: scale(1.1);
}
.btn-a-b:hover i {
    top: 1px;
    left: 5px;
}

.btn-a-c {
    padding: 12px 5px 12px 40px;
    width: 100%;
}
.btn-a-c i {
    left: 11px;
}
.btn-a-c:hover i {
    left: 9px;
}

span.special {
    text-transform: lowercase;
}

.text-white {
    color: #fff;
}
.text-white a {
    color: #fff;
}

.text-dark {
    color: #212529;
}

.text-blue {
    color: #2c9ed8;
}
.tab-pane .form-skaner {
    margin-top: 40px;
    margin-bottom: 40px;
}
.form-search {
    max-width: 800px;
    margin: 0 auto;
}
.form-search input {
    display: inline-block;
    width: 100%;
}
.form-search button {
    display: inline-block;
    width: 29%;
    padding-left: 25px;
}
.form-search button span {
    position: relative;
}
.form-search button span i {
    position: absolute;
    top: 0;
    left: -25px;
}
.form-group {
    margin-bottom: 2px;
}
.form-skaner input[type="checkbox"] {
    margin-right: 10px;
}

.title-a {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #444;
}
.title-a:after {
    content: "";
    display: block;
    margin: 40px auto 0 auto;
    width: 150px;
    height: 3px;
    background: #2c9ed8;
}

.title-a-a {
    margin-top: -10px;
}

.title-a-a:after {
    display: none;
}

.title-a-b {
    margin-bottom: 20px;
}

.text-white .title-a:after {
    background: #fff;
}

.title-a-c:after {
    display: none;
}

.title-b {
    margin: 0;
}
.title-b-a {
    margin-bottom: 20px;
}

.title-b span {
    font-size: 3.2rem;
    line-height: 1.5;
}

.title-c {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #444;
}
.title-c:after {
    content: "";
    display: block;
    margin-top: 30px;
    width: 150px;
    height: 3px;
    background: #2c9ed8;
}

.title-d {
    margin-top: 20px;
    margin-bottom: 20px;
}

.title-e {
    font-weight: 300;
}

.title-f {
    position: relative;
    font-size: 180px;
    font-weight: 900;
    color: #2c9ed8;
}

.title-f span {
    position: absolute;
    font-size: 26px;
    font-weight: 500;
    color: #212529;
    top: 18px;
    left: 50%;
    text-transform: uppercase;
    transform: translate(-50%);
}

.head-a h4 {
    font-style: italic;
    font-weight: 100;
    margin-top: -15px;
    margin-bottom: 40px;
}

.blog-content {
    margin-top: 20px;
}
.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4 {
    color: #2c9ed8;
    margin-top: 40px;
}
.blog-content h1 {
    font-size: 3rem;
}
.blog-content h2 {
    font-size: 2.6rem;
}
.blog-content h3 {
    font-size: 2.3rem;
}
.blog-content h4 {
    font-size: 2rem;
}

.blog-content a {
    color: #2c9ed8;
}

.blog-content .custom-control-label::before,
.blog-content .custom-control-label::after {
    top: 6px;
    width: 1.25rem;
    height: 1.25rem;
}

.blog-content .custom-control-label {
    display: block;
}

.blog-content .form-control-lg {
    height: auto;
}

.content-404 {
    margin-top: -35px;
}

.content-404 p {
    margin-bottom: 0;
}

/*social share*/
ul.share-buttons {
    list-style: none;
    padding: 0;
}

ul.share-buttons li {
    display: inline;
    margin-right: 20px;
}

ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

ul.share-buttons img {
    width: 32px;
}

.head-b h1,
.head-b h2 {
}
.head-b h1 {
    margin-bottom: 20px;
}
.head-b h2 {
    font-style: italic;
    font-weight: 100;
    margin-bottom: 40px;
}

main p {
    font-size: 1.2em;
    font-weight: 100;
}

.bolder,
strong {
    font-weight: 500;
}

.desc {
    margin-top: 20px;
    margin-bottom: 40px;
}

.dropcap-a {
    background-image: radial-gradient(
        ellipse farthest-side at 100% 100%,
        #1cafc6 20%,
        #1cafc6 50%,
        #2c9ed8 110%
    );
    display: inline-block;
    font-size: 3.2em;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.dropcap-a i {
    font-size: 3.2rem;
    line-height: 1.5;
}
.dropcap-a-a {
    width: 100px;
    height: 100px;
    color: #2c9ed8;
    background: #fff;
}
.dropcap-a-b {
    line-height: 1.3;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}

.dropcap-a-c {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 30px;
    left: 0;
}
.dropcap-a-c p {
    margin: 6px 0 0 0;
    font-size: 42px;
    line-height: 1;
    text-align: center;
}
.dropcap-a-c p.small {
    font-size: 18px;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

section.section-404 {
    padding-top: 20px;
}

section.small {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-t0 {
    padding-top: 0;
}

.padding-b0 {
    padding-bottom: 0;
}

.padding-t50 {
    padding-top: 50px;
}

.padding-t80 {
    padding-top: 80px;
}

.padding-t100 {
    padding-top: 100px;
}

.padding-b150 {
    padding-bottom: 150px;
}

.margin-b20 {
    margin-bottom: 20px;
}

.margin-b40 {
    margin-bottom: 40px;
}

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

.bg-gray {
    background: #ededed;
}

.bg-green {
    background: #2cd8a5;
}

#video {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.article-video {
    margin-top: 40px !important;
}

.box-a {
    padding: 20px;
    border-top: 1px solid #fff;
}
.box-a h2 {
    font-weight: 100;
    font-size: 2em;
}
.box-a h3 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}
.box-a .btn {
    font-size: 0.8em;
    width: 100%;
}

#coins {
    background: url(/../img/banner-home.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 20px;
}

.img-wrap-a {
    position: relative;
}

.img-wrap-a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 250px;
}

.img-wrap-b {
    position: relative;
}

.post-date {
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
    z-index: 10;
    background: #2c9ed8;
    padding: 10px;
    font-weight: 500;
    font-size: 0.9rem;
}

.box-b {
    margin-top: 20px;
    margin-bottom: 20px;
}
.box-b p {
    margin-bottom: 0;
}
.box-b img {
    max-width: 200px;
}

.box-c-wrap {
    margin-bottom: 80px;
}

.box-c {
    display: block;
    background: radial-gradient(
        ellipse farthest-side at 100% 100%,
        #1cafc6 20%,
        #1cafc6 50%,
        #2c9ed8 110%
    );
    height: 100%;
    position: relative;
    padding: 40px 30px;
    transition: all 0.2s linear;
    top: 0;
    margin-top: 20px;
}
.box-c:after {
    display: block;
    content: "";
    background: radial-gradient(
        ellipse farthest-side at 100% 100%,
        #2c9ed8 20%,
        #1cafc6 50%,
        #1cafc6 110%
    );
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.2s linear;
    z-index: 1;
}
.box-c:hover {
    top: -10px;
    -webkit-box-shadow: 8px 8px 10px 1px rgba(161, 161, 161, 0.58);
    -moz-box-shadow: 8px 8px 10px 1px rgba(161, 161, 161, 0.58);
    box-shadow: 8px 8px 10px 1px rgba(161, 161, 161, 0.58);
}
.box-c:hover:after {
    opacity: 1;
}
.box-c img,
.box-c h3 {
    position: relative;
    z-index: 10;
}
.box-c p {
    margin-bottom: 0;
    font-size: 1.2em;
    position: relative;
    z-index: 10;
}
.box-c span {
    position: absolute;
    z-index: 10;
    bottom: -22px;
    display: block;
    text-align: center;
    color: #fff;
    background: #2c9ed8;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 10px;
    width: 60%;
    font-weight: 500;
    border: 1px solid #fff;
    transition: all 0.2s linear;
}
.box-c:hover span {
    bottom: -32px;
    background: #fff;
    color: #2c9ed8;
    border: 1px solid #2c9ed8;
}

.box-c-a {
    background: #fff;
    padding: 20px 0 30px 0;
}
.box-c-a:after {
    background: transparent;
}
.box-c-a .inner {
    padding-left: 20px;
    padding-right: 20px;
}
.box-c-a h3 {
    font-size: 1.5em;
}
.box-c-a img {
    margin-top: 10px;
    margin-bottom: 20px;
}
.box-c-a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #2c9ed8;
}
.box-c-a:hover p,
.box-c-a:hover h3 {
    color: #fff;
}
.box-c-a:hover span {
    border: 1px solid #2c9ed8;
}

.box-c-b {
    padding: 20px 0 30px 0;
}
.box-c-b .inner {
    padding-left: 20px;
    padding-right: 20px;
}
.box-c-b h3 {
    font-size: 1.5em;
}
.box-c-b img {
    margin-top: 10px;
    margin-bottom: 20px;
}

.box-c-b-a {
    background: #fff;
    color: #212529;
    border: 1px solid #2c9ed8;
}
.box-c-b-a:hover {
    color: #fff;
}

.box-c-b-b {
    padding: 20px 0 0 0;
    margin-bottom: -20px;
}

.box-c-b-b img {
    margin-bottom: 0;
}

.box-c-b-c {
    padding: 40px 30px 5px 30px;
}

.box-d p {
    position: relative;
    margin-bottom: 20px;
    margin-left: 80px;
}
.box-d p i {
    font-size: 34px;
    color: #999;
    position: absolute;
    top: -2px;
    left: -60px;
    transition: all 0.2s linear;
}
.box-d p a {
    color: #2c9ed8;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: all 0.2s linear;
}
.box-d p a:hover {
    border-color: #2c9ed8;
}
.box-d p a:hover i {
    left: -80px;
}

.box-d h3 {
    margin-bottom: 34px;
}

.box-e p {
    margin-bottom: 5px;
}

.box-f {
    margin-top: 10px;
    margin-bottom: 20px;
}
.box-f img {
    max-height: 150px;
    height: auto;
    padding: 10%;
    margin-bottom: -5px;
}
.box-f i {
    font-size: 6.2rem;
}
.box-f h6 {
    text-align: center;
}

.box-f-a {
    margin-top: 0;
}
.box-f-a i {
    font-size: 3.2rem;
}
.box-f-a p {
    position: relative;
    top: 0;
    text-align: center;
    margin: 0;
}
.box-f-a a {
    opacity: 1;
    transition: all 0.2s linear;
}
.box-f-a a:hover {
    opacity: 0.75;
}

.box-f-b img {
    max-height: 120px;
}

.box-f-c {
    margin-top: 0;
    margin-bottom: 40px;
}

.box-f-c img {
    max-height: 100px;
    padding: 0;
}

.box-g {
    position: relative;
    border: 1px solid #2c9ed8;
    height: 150px;
    margin-bottom: 20px;
    transition: all 0.2s linear;
}
.box-g h4,
.box-g h3 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #2c9ed8;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.box-g:hover {
    background: #2c9ed8;
}
.box-g:hover h4,
.box-g:hover h3 {
    color: #fff;
}

.box-h {
    position: relative;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.box-h img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 109px;
    transition: all 0.2s linear;
}
.box-h:hover img {
    top: 45%;
}
.box-h-a:hover img {
    top: 50%;
}

.box-i i {
    font-size: 6.2rem;
    margin-top: 15px;
}

.box-j {
    text-align: center;
    margin-bottom: 40px;
}

.box-j img {
    display: inline-block;
    padding: 20px;
    max-height: 150px;
    width: auto;
}
.box-j h4,
.box-j h3 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #2c9ed8;
    text-align: center;
}

.box-j-a h4,
.box-j-a h3,
.box-j-a img {
    transition: all 0.2s linear;
}
.box-j-a:hover h4,
.box-j-a:hover h3 {
    transform: scale(1.1);
}
.box-j-a:hover img {
    transform: scale(1.1);
}

.list-a {
    max-width: 500px;
    margin: 20px auto;
}
.list-a .list-group-item {
    position: relative;
}
.list-a .list-group-item span {
    position: absolute;
    font-size: 32px;
    font-weight: 700;
    top: -4px;
    right: 15px;
}
.list-a .list-group-item span.active {
    color: #03da31;
}
.list-a .list-group-item span.unactive {
    right: 18px;
    color: red;
}
.list-a .list-group-item-dark {
    color: #b1b1b1;
    background-color: #f1f1f1;
}
.list-a .list-group-item:focus,
.list-a .list-group-item:hover {
    z-index: 0;
}

.blog-content ol {
    counter-reset: li;
}
.blog-content ul li,
.blog-content ol li {
    position: relative;
    list-style: none;
    font-size: 1.2rem;
    font-weight: 100;
    padding-left: 40px;
    margin-bottom: 10px;
}
.blog-content ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    background: url(/../img/tick.png) no-repeat;
    width: 24px;
    height: 20px;
}
.blog-content ul li ul,
.blog-content ol li ol,
.blog-content ol li ul,
.blog-content ul li ol {
    margin-top: 20px;
    margin-bottom: 30px;
}
.blog-content ul.circles li:before {
    top: 10px;
    left: 5px;
    border-radius: 20px;
    background: #2c9ed8;
    width: 10px;
    height: 10px;
    color: transparent;
}
.blog-content ol li:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    padding-bottom: 10px;
    background: #2c9ed8;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
}
.blog-content ol li ul li:before {
    counter-increment: none;
}
.blog-content ol li ul.circles li:before {
    counter-increment: none;
}

.blog-content ol.roman li:before {
    content: counter(li, upper-roman);
}

.single-post footer {
    margin-top: 40px;
    padding: 20px;
}

#main-footer {
    background: #353535;
    padding-top: 10px;
    padding-bottom: 0;
}
#main-footer p,
#main-footer a {
    color: #989898;
    font-weight: 500;
}
#main-footer a.mail {
    color: #2c9ed8;
}

.item-a {
    margin-bottom: 10px;
    text-align: center;
}

.item-a p {
    margin-bottom: 0;
}
.item-a h4 {
    color: #989898;
    font-size: 1.2em;
    font-weight: 700;
}

.footer-info {
    margin-top: 0;
    text-align: center;
}
.footer-info p {
    margin-bottom: 0;
    font-size: 0.8rem;
}

#bottom-bar {
    background: #1f1f1f;
    padding-top: 20px;
    padding-bottom: 10px;
}
footer ul {
    list-style: none;
    padding-left: 0;
    color: #aaa;
    margin-top: 10px;
}
footer p,
footer a {
    color: #aaa;
    transition: all 0.2s linear;
    font-size: 0.8rem;
}
footer a:hover {
    color: #fefefe;
    text-decoration: underline;
}

.social-a a {
    margin-top: 0;
    transition: all 0.2s linear;
}
.social-a a:hover {
    margin-top: -5px;
}
.social-a-a {
    display: table;
    margin: 80px auto 20px auto;
}
.social-a nav {
    justify-content: center;
}
.social-a img {
    max-width: 40px;
}

.min-height {
    min-height: 65vh;
}

/*cookie info*/
#cookieinfo {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    padding: 20px;
    border-top: 3px solid #2c9ed8;
    z-index: 1000;
    padding-bottom: 60px;
}

#cookieinfo h6 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #2c9ed8;
    margin-bottom: 10px;
}

#cookieinfo p {
    font-size: 0.8rem;
    color: #131313;
    line-height: 1.5em;
    margin-bottom: 8px;
}

#cookieinfo a {
    color: #2c9ed8;
}

#cookieinfo a.settings-cookie {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    display: block;
    text-align: center;
    color: #2c9ed8;
    background: #ededed;
    left: 60%;
    -webkit-transform: translate(-60%, 0);
    -ms-transform: translate(-60%, 0);
    transform: translate(-60%, 0);
    padding: 10px;
    width: auto;
    font-weight: 500;
    border: 1px solid #fff;
    transition: all 0.2s linear;
}
#cookieinfo a.settings-cookie:hover {
    background: #fff;
    border: 1px solid #2c9ed8;
}

#cookieinfo a.accept-cookie {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    display: block;
    text-align: center;
    color: #fff;
    background: #2c9ed8;
    left: 40%;
    -webkit-transform: translate(-40%, 0);
    -ms-transform: translate(-40%, 0);
    transform: translate(-40%, 0);
    padding: 10px;
    width: auto;
    font-weight: 500;
    border: 1px solid #fff;
    transition: all 0.2s linear;
}
#cookieinfo a.accept-cookie:hover {
    color: #2c9ed8;
    background: #fff;
    border: 1px solid #2c9ed8;
}

#cookieInfoText {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 20px !important;
}

.modal-body p {
    font-size: 12px;
    margin-bottom: 10px;
}
.modal-title {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #2c9ed8;
}
.modal-content {
    width: 100%;
    max-width: 600px;
    border: none;
    border-radius: 0;
}
.modal-footer {
    justify-content: center;
}
.btn-agree {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #2c9ed8;
    padding: 10px;
    width: auto;
    font-weight: 500;
    border: 1px solid #fff;
    transition: all 0.2s linear;
    text-transform: uppercase;
    cursor: pointer;
}
.btn-agree:hover {
    color: #2c9ed8;
    background: #fff;
    border: 1px solid #2c9ed8;
}
.btn-settings {
    display: inline-block;
    font-size: 16px;
    color: #2c9ed8;
    background: #ededed;
    padding: 10px;
    width: auto;
    font-weight: 500;
    border: 1px solid #fff;
    transition: all 0.2s linear;
    text-transform: uppercase;
}
.btn-settings:hover {
    color: #2c9ed8;
    background: #fff;
    border: 1px solid #2c9ed8;
}

.nav-tabs .nav-link {
    padding: 10px 50px;
    border-color: #dee2e6;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #2c9ed8;
    color: #fff;
}

.search-tabs {
    margin-top: 5px;
    justify-content: center;
}

#v-pills-tab a {
    position: relative;
    padding-right: 20px;
}

.risk-icon {
    position: absolute;
    top: 8px;
    right: 5px;
}

.red {
    background: red;
}

.orange {
    background: orange;
}

.green {
    background: #03da31;
}

label {
    display: block;
    font-weight: 700;
    margin: 0 0 0 0;
}

#v-pills-tab {
    margin-top: 20px;
}

.table-grey {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-fixed table {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.table-fixed thead {
    flex: 0 0 auto;
}

.table-fixed tbody {
    height: 400px;
    overflow-y: scroll;
    flex: 1 1 auto;
    display: block;
    overflow-x: hidden;
}

.table-fixed tr {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.gj-picker .disabled {
    background: #ccc;
}

/* MEDIA QUERIES */
@media (min-width: 767.98px) and (max-width: 992px) {
    .title-b-b {
        margin-left: 30px;
    }
    .t-margin-b40 {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .row-flex {
        display: block;
    }
    .title-a-a {
        margin-top: 20px;
    }
    .items-a {
        border-right: none;
    }
    .item-a {
        text-align: center;
    }
    .social-a {
        display: table;
        margin: 10px auto 0 auto;
    }
    .footer-info {
        margin-top: 0;
    }
    .btn {
        white-space: pre-wrap !important;
    }
    .box-d {
        margin-bottom: 40px;
    }
    #cookieinfo a.settings-cookie {
        left: 30%;
    }
    #cookieinfo a.accept-cookie {
        left: 65%;
    }
    #cookieInfoText {
        max-height: 100px;
        overflow-y: scroll;
    }
    .m-margin-b40 {
        margin-bottom: 40px;
    }
    #coins {
        margin-top: 40px;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        position: absolute;
        max-width: 600px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }
}

/*
	  STYLE SHEET FOR JQUERY LISTNAV PLUGIN V 3.0.0, 11/22/2017
	  For more information, visit http://esteinborn.github.com/jquery-listnav
  */
.listNav,
.ln-letters {
    overflow: hidden;
}

.listNavHide {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.letterCountShow {
    display: block;
}

.ln-letters a {
    border: 1px solid silver;
    border-right: none;
    display: block;
    float: left;
    font-size: 1.4em;
    font-weight: 100;
    padding: 2px 10px;
    text-decoration: none;
}

.ln-letters .ln-last {
    border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
    background-color: #eaeaea;
}

.ln-letters .ln-disabled {
    color: #ccc;
    pointer-events: none;
}

.ln-letter-count {
    color: #336699;
    font-size: 0.8em;
    left: 0;
    line-height: 1.35;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}

#dictionary-nav {
    width: 100%;
    text-align: center;
}
.ln-letters {
    display: inline-block;
}

#dictionary {
    padding-left: 0;
    margin-top: 50px;
    list-style: none;
}

#dictionary-share {
    width: 100%;
    padding: 20px;
    margin-bottom: 60px;
}

#dictionary h5 {
    display: block;
    width: 100%;
    font-size: 1.4em;
}

#dictionary .card-header {
    padding: 0;
}

#dictionary h5 button {
    display: block;
    width: 100%;
    text-align: left;
    background: transparent;
    padding: 0.75rem 1.25rem;
}

#dictionary h5 button:hover {
    background: #2c9ed8;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
}

#dictionary h5 button:focus {
    text-decoration: none;
}

#dictionary [data-toggle="collapse"] .fa {
    margin-right: 20px;
}

#dictionary [data-toggle="collapse"] .fa:before {
    content: "\f063";
}

#dictionary [data-toggle="collapse"].collapsed .fa:before {
    content: "\f061";
}

#dictionary p a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    #dictionary .btn {
        white-space: initial !important;
    }
    table {
        font-size: 0.8rem;
    }
}

@media (max-width: 590px) {
    #advert {
        width: 100%;
        top: 62px;
    }
    .navbar-brand {
        max-width: 94px;
    }
    .navbar h1 {
        margin-left: 10px !important;
        font-size: 1rem;
        padding-left: 5px;
    }
    .navbar h1 i {
        font-size: 20px;
        left: -20px;
    }
    .form-search input {
        width: 100%;
    }
    .form-search button {
        width: 100%;
        margin-top: 5px;
    }
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

tr:has(.action-activate) {
  background-color: #fee2e2; /* red */
}

tr:has(.action-deactivate) {
  background-color: #d1fae5; /* green */
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
