::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(0 0 0 / 20%);
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
  min-height: 100px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(0 0 0 / 40%);
}

::-webkit-scrollbar-corner {
  background: rgba(0,0,0,0);
}

html {
  opacity: 1.0;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

footer {
    text-align: center;
    font-size: 10px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
}

ul.top-navigation-bar {
    opacity: 1.0;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.subtle-background-shadow {
  text-shadow: 0px 1px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.pull-right {
  position: absolute;
  right: 0;
}

.fa-fast-spin {
  -webkit-animation: fa-spin 0.2s infinite linear;
  animation: fa-spin 0.2s infinite linear;
}

.group-center {
  text-align: center
}

.button-group {
  display: inline-block;
}

.button-group button, .button-group a {
  float: left;
}

.button-group button:not(:last-child):not(:first-child), .button-group a:not(:last-child):not(:first-child) {
  border-right: none;
  border-radius: 0px;
}

.button-group button:last-child, .button-group a:last-child {
  border-radius: 0px 6px 6px 0px;
}

.button-group button:first-child, .button-group a:first-child {
  border-right: none;
  border-radius: 6px 0px 0px 6px;
}

.button-group:after {
  content: "";
  clear: both;
  display: table;
}

div.vertical-line{
  width: 1px;
  height: 100%;
  float: left;
}

footer ul li {
    list-style:none;
    display: inline;
}

footer ul {
    padding: 0;
}

footer ul li:last-child:after {
    content:"";
}

footer ul li a {
 margin:0 8px; 
}

.country-flag {
    border-style: solid;
    border-color: #dee0e1;
    border-width: 1px;
    border-radius: 2px;
    width: 20px;
    height: 14px;
    margin-bottom: -2px;
}

.hide { 
  position:absolute; top:-1px; left:-1px; width:0px; height:0px; 
}

.change-log-entry {
  background-color: #f7f9fb;
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 10px;
}

.change-log-title {
  font-weight: 600;
  text-align: center;
  color: #51ceed;
}

.change-log-text {
  color: #757575;
}

.tooltip-white {
    position: relative;
    display: inline;
    color: #33C3F0;
    cursor: pointer;
}

.tooltip-white:hover:after {
    content: "";
    z-index: 1;
    position: absolute;
    top: -48%;
    left: 40%;
    margin-left: 0px;
    border-width: 8px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.tooltip-white:hover:before {
    content: "";
    z-index: 3;
    top: -62%;
    left: -70%;
    position: absolute;
    width: 450px;
    height: 55px;
    background: rgba(255, 0, 0, 0);
    position: absolute;
}

.tooltip-white .tooltiptext-white {
    visibility: hidden;
    width: 420px;
    overflow: auto;
    max-height: 430px;
    background-color: #fff;
    text-align: left;
    border-radius: 4px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff;
    padding: 10px 10px 0px 10px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -250px;
    opacity: 0;
    transition: opacity .7s;
}

.tooltip-white:hover .tooltiptext-white {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    cursor: auto;
}

.tooltip {
    position: relative;
    display: inline;
    color: #33C3F0;
    cursor:pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 420px;
    background-color: white;
    color: #000;
    text-align: center;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #33C3F0;
    padding: 10px 15px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -250px;
    opacity: 0;
    transition: opacity 0.7s;
}

.tooltip .tooltiptextblue {
    visibility: hidden;
    width: 420px;
    background-color: #33C3F0;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #33C3F0;
    padding: 10px 15px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -250px;
    opacity: 0;
    transition: opacity 0.7s;
}

.tooltip .tooltiptextblue-down {
    visibility: hidden;
    width: 420px;
    background-color: #33C3F0;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #33C3F0;
    padding: 10px 15px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -250px;
    opacity: 0;
    transition: opacity 0.7s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #33C3F0 transparent transparent transparent;
}

.tooltip .tooltiptextblue::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #33C3F0 transparent transparent transparent;
}

.tooltip .tooltiptextblue-down::after {    
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #33C3F0 transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 10px 40px #3399ff47;
    -webkit-box-shadow: 0px 10px 40px #3399ff47;
    -moz-box-shadow: 0px 10px 40px #3399ff47;
}

.tooltip:hover .tooltiptextblue {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 10px 40px #3399ff47;
    -webkit-box-shadow: 0px 10px 40px #3399ff47;
    -moz-box-shadow: 0px 10px 40px #3399ff47;
}

.tooltip:hover .tooltiptextblue-down {
    visibility: visible;
    opacity: 1;
    box-shadow: 0px 10px 40px #3399ff47;
    -webkit-box-shadow: 0px 10px 40px #3399ff47;
    -moz-box-shadow: 0px 10px 40px #3399ff47;
}

.tooltip-white-mini {
  position: relative;
  display: inline-block;
}

.tooltip-white-mini .tooltiptext-white-mini {
  line-height: 24px;
  visibility: hidden;
  width: 110px;
  background-color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -55px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.7s;
}

.tooltip-white-mini .tooltiptext-white-mini::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.tooltip-white-mini:hover .tooltiptext-white-mini {
  visibility: visible;
  opacity: 1;
}

.tooltip-white-medium {
  position: relative;
  display: inline-block;
}

.tooltip-white-medium .tooltiptext-white-medium {
  line-height: 24px;
  visibility: hidden;
  width: 170px;
  background-color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -85px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.7s;
}

.tooltip-white-medium .tooltiptext-white-medium::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}

.tooltip-white-medium:hover .tooltiptext-white-medium {
  visibility: visible;
  opacity: 1;
}

.subscription-boxes {
    border-style: solid;
    border-width: 1px;
    border-radius: 9px;
    border-color: #d2d2d2;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
    /* box-shadow: 0px 0px 30px #ecebeb; */
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.subscription-boxes-free {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    -moz-box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.subscription-boxes-gold {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #f8cca0;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #fff7f5;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.subscription-boxes-blue {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #6fd7f5;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #f5fcff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.subscription-boxes-green {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #a0f8af;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #f5fff8;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}

.subscription-boxes-red {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    border-color: #F44336;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #ffeaea;
    color: #c70000;
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 40px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 40px rgba(0,0,0,.1);
}

.custom-rules-required-condition {

  border: 1px solid #b98df5;
  border-radius: 4px;
  padding: 15px 10px 0px 10px;
  margin-bottom: 15px;
  background-color: #fff4fb;

}

.custom-rules-required-condition input[type=email],
.custom-rules-required-condition input[type=number],
.custom-rules-required-condition input[type=search],
.custom-rules-required-condition input[type=text],
.custom-rules-required-condition input[type=tel],
.custom-rules-required-condition input[type=url],
.custom-rules-required-condition input[type=password],
.custom-rules-required-condition textarea,
.custom-rules-required-condition select {
  border: 1px solid #d9c6f2;
}

.custom-rules-optional-condition {

  border: 1px solid rgb(0, 168, 234);
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: rgb(244, 252, 255);
  display: block;

}

.custom-rules-optional-condition input[type=email],
.custom-rules-optional-condition input[type=number],
.custom-rules-optional-condition input[type=search],
.custom-rules-optional-condition input[type=text],
.custom-rules-optional-condition input[type=tel],
.custom-rules-optional-condition input[type=url],
.custom-rules-optional-condition input[type=password],
.custom-rules-optional-condition textarea,
.custom-rules-optional-condition select {
  border: 1px solid #9dcde0;
}

.custom-rules-optional-condition input[type=email]:focus,
.custom-rules-optional-condition input[type=number]:focus,
.custom-rules-optional-condition input[type=search]:focus,
.custom-rules-optional-condition input[type=text]:focus,
.custom-rules-optional-condition input[type=tel]:focus,
.custom-rules-optional-condition input[type=url]:focus,
.custom-rules-optional-condition input[type=password]:focus,
.custom-rules-optional-condition textarea:focus,
.custom-rules-optional-condition select:focus {
  border: 1px solid #00a8eb;
}

.subscription-boxes-red-links {

  color: #cb090f;
  font-weight: 600;
  text-decoration: underline;

}

.subscription-boxes-red-links:hover {

  color: #f44236;
  font-weight: 600;
  text-decoration: underline;

}

.large-price:before {
    content: "$";
    font-size: 1.2rem;
    opacity: 0.9;
    padding-right: 3px;
    line-height: 2;
    vertical-align: text-top;
    font-weight: 400;
}

.small-dollar:before {
    content: "$";
    font-size: 1.2rem;
    opacity: 0.9;
    padding-right: 3px;
    line-height: 2;
    vertical-align: text-top;
    font-weight: 400;
}

.large-price {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.4;
    margin-left: -10px;
    color: #1eb6e5;
}

.large-price-white {
    color: #fff;
}

.large-price-month:after {
    content: "/ month";
    font-size: 1.2rem;
    padding-left: 3px;
    line-height: 2;
    vertical-align: text-bottom;
    font-weight: 400;
}

.large-price-month-new:after {
    content: "/ mo";
    font-size: 1.2rem;
    padding-left: 3px;
    line-height: 2;
    vertical-align: text-bottom;
    font-weight: 400;
}

.large-price-year:after {
    content: "/ year";
    font-size: 1.2rem;
    padding-top: 3px;
    padding-left: 3px;
    line-height: 2;
    vertical-align: text-bottom;
    font-weight: 400;
}

.slashed-price {
	text-decoration: line-through;
	color: #900;
}

.large-daily-queries-font {
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 0;
    color: #007aa0;
}

.feature-boxes {
    border-style: solid;
    border-width: 1px;
    border-radius: 9px;
    border-color: #d2d2d2;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    background-color: #fff;
}

.feature-boxes-new {
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px;
    background-color: #fff;
     box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}

.feature-icon {
    font-size: 7rem;
    font-weight: 700;
    line-height: 1.4;
    margin-left: -10px;
    color: #187aa0;
}

.feature-icon-new {
    font-size: 7rem;
    font-weight: 700;
    line-height: 1.4;
    margin-left: -10px;
    color: #1eb6e5;
}

.price-box-base {
    color: #fff;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
}


.price-box-button-base:hover {
  -webkit-transition: background-color 0.5s ease-out, border-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out, border-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out, border-color 0.5s ease-out;
  transition: background-color 0.5s ease-out, border-color 0.5s ease-out;
  color: #333;
  transition: box-shadow 0.7s, transform 0.7s;
  box-shadow: 0px 0px 0px #d6dee4;
  -webkit-box-shadow: 0px 0px 0px #d6dee4;
  -moz-box-shadow: 0px 0px 0px #d6dee4;
  border-color: #d9d9d9;
  transform: translateY(-2px);
  outline: 0;
  border-color: #fff;
}

.price-box-button-base {
    -webkit-transition: background-color 0.5s ease-out, border-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out, border-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out, border-color 0.5s ease-out;
    transition: background-color 0.5s ease-out, border-color 0.5s ease-out;
    display: inline-block;
    transition: box-shadow 0.7s, transform 0.7s;
    box-shadow: none;
    margin-bottom: 13px;
    height: 38px;
    padding: 0 30px;
    color: #555;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 39px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    box-sizing: border-box;
    border-color: #fff;
}

.price-box-blue {
  
  background: #8dd173;
  background: -moz-linear-gradient(left, #01dcb4 0%,#0dc0dd 100%);
  background: -webkit-linear-gradient(left, #01dcb4 0%,#0dc0dd 100%);
  background: linear-gradient(to right, #01dcb4 0%,#0dc0dd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01dcb4', endColorstr='#0dc0dd',GradientType=1 );

}

.price-box-button-blue {
  background: -moz-linear-gradient(left, #01dcb4 0%,#0dc0dd 100%);
  background: -webkit-linear-gradient(left, #01dcb4 0%,#0dc0dd 100%);
  background: linear-gradient(to right, #01dcb4 0%,#0dc0dd 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  font-style: normal;
}

.price-box-purple {
  background: #d37676;
  background: -moz-linear-gradient(left, #15b1e2 0%,#8b43ff 100%);
  background: -webkit-linear-gradient(left, #15b1e2 0%,#8b43ff 100%);
  background: linear-gradient(to right, #15b1e2 0%,#8b43ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15b1e2', endColorstr='#8b43ff',GradientType=1 );
}

.price-box-button-purple {
  background: -moz-linear-gradient(left, #15b1e2 0%,#8b43ff 100%);
  background: -webkit-linear-gradient(left, #15b1e2 0%,#8b43ff 100%);
  background: linear-gradient(to right, #15b1e2 0%,#8b43ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  font-style: normal;
}

.price-box-red {
  background: #d37676;
  background: -moz-linear-gradient(left, #f843fb 0%,#cc3767 100%);
  background: -webkit-linear-gradient(left, #f843fb 0%,#cc3767 100%);
  background: linear-gradient(to right, #f843fb 0%,#cc3767 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f843fb', endColorstr='#cc3767',GradientType=1 );
}

.price-box-button-red {
  background: -moz-linear-gradient(left, #f843fb 0%,#cc3767 100%);
  background: -webkit-linear-gradient(left, #f843fb 0%,#cc3767 100%);
  background: linear-gradient(to right, #f843fb 0%,#cc3767 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  font-style: normal;
}

.price-box-yellow {
  background: #d37676;
  background: -moz-linear-gradient(left, #cc3760 0%,#de7a4a 100%);
  background: -webkit-linear-gradient(left, #cc3760 0%,#de7a4a 100%);
  background: linear-gradient(to right,#cc3760 0%,#de7a4a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3760', endColorstr='#de7a4a',GradientType=1 );
}

.price-box-button-yellow {
  background: -moz-linear-gradient(left, #cc3760 0%,#de7a4a 100%);
  background: -webkit-linear-gradient(left, #cc3760 0%,#de7a4a 100%);
  background: linear-gradient(to right,#cc3760 0%,#de7a4a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  font-style: normal;
}

.no-stats {
    text-align: center;
    color: #b1b1b1;
    width: 40%;
    height: 25px;
    padding: 15px;
    border-radius: 4px;
    border-width: 1px;
    border-color: #e1e1e1;
    border-style: solid;
    margin: auto;
}

.hr-price-border {
  border-top: 1px solid #ececec;
}

hr.hr-small-pink {
  
  margin-top: -14px;
  margin-bottom: 10px;
  border-width: 0;
  border-top: 1px solid #d7baff;
  
}

.badge-space-fill {
    min-width: 83%;
}

.small-badges {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-right: 3px;
    margin-bottom: 1px;
    font-size: 13px;
    line-height: 20px;
}

.normal-badges {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-left: 10px;
    font-size: 13px;
    line-height: 22px;
}

.small-green-badge {
    color: #00d613;
    border-color: #a4ecaa;
    background-color: #e6ffed;
}

.orange-badge {
    color: #ff7500;
    border-color: #ffcfa7;
    background-color: #fff1e5;
}

.yellow-badge {
    color: rgb(255 169 59);
    border-color: rgb(255 216 119);
    background-color: rgb(255 250 229);
}

.purple-badge {
    color: #aa04e7;
    border-color: #edbbff;
    background-color: #f8e2ff;
}

.red-badge {
    color: #ff0000;
    border-color: #ffb6b6;
    background-color: #ffe2e2;
}

.black-badge {
    color: black;
    border-color: #bbbbbb;
    background-color: #e0e0e0;
}

.blue-badge {
    color: #34a1e1;
    border-color: #bbe5ff;
    background-color: #e2f7ff;
}

.green-badge {
    color: #00d613;
    border-color: #a4ecaa;
    background-color: #e6ffed;
}

@media screen and (min-width: 1200px) {

  .right-line {
    border-right: 1px solid #e1e1e1;
  }

}

@media screen and (max-width: 1199px) {

  .right-line {
    border-right: none;
  }

}

@media only screen and (max-width: 1150px) {
  .hoscb {
    display: none;
  }
}

@media only screen and (max-width: 1120px) {
  .hosc {
    display: none;
  }
}

@media only screen and (max-width: 995px) {
  .horsc {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .horsd {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  .horsz {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .sorsc {
    font-size: 10px;
    transition: 0.1s;
  }
}

@media only screen and (max-width: 970px) {
  .sorsc {
    display: none;
  }
}

input[type=text].api-preview-input {
  
  width: calc(200%);
  color: #67b9d2;
  background-color: #effafe;
  transform: transform .7s;
  transition: transform .7s;
  margin-right: -1px;
  margin-bottom: 0px;
  border: 1px solid #67b9d2;
  border-radius: 4px 0px 0px 4px;
  padding: 15px;
  
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;

}

input[type=text].api-preview-input::placeholder{

  color: #67b9d2;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  
}

input[type=text].api-preview-input:hover, input[type=text].api-preview-input:focus, input[type=text].api-preview-input:active {
  
  width: calc(200%);
  color: #0099c7;
  background-color: #effafe;
  border: 1px solid #0099c7;
  transform: transform .7s;
  transition: transform .7s;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 4px 0px 0px 4px;
  margin-right: -1px;
  margin-bottom: 0px;
  padding: 15px;
  
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;

}

.api-preview-btns {
  
  width: calc(100%);
  color: #67b9d2;
  background-color: #effafe;
  border-color: #67b9d2;
  margin-bottom: 0px;
  margin-left: 15px;
  transform: transform .7s;
  transition: transform .7s;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0px 2%;

}

.api-preview-btns:hover {
  
  width: calc(100%);
  color: #0099c7;
  background-color: #effafe;
  border-color: #0099c7;
  margin-bottom: 0px;
  margin-left: 15px;
  transform: transform .7s;
  transition: transform .7s;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0px 2%;

}

.tooltip-white .tooltiptext-white {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(180%) blur(20px);
  border-color: rgb(255 255 255 / 95%);
}

.change-log-entry-v2 {
  margin-bottom: 0px;
  border-radius: 4px;
}

.change-log-title-v2 {
  font-weight: 600;
  text-align: center;
  color: #c1c1c1;
  margin-bottom: 15px;
}

.change-log-span-v2-new {
  
  padding: 15px;
  color: #0d9927;
  background: #f1fef3;
  border-radius: 10px;
  border-style: none;
  display: block;
  margin-bottom: 12px;
  
}

.change-log-span-v2-change {

  padding: 15px;
  color: #0099c7;
  background: #effafe;
  border-radius: 10px;
  border-style: none;
  display: block;
  margin-bottom: 12px;

}

.change-log-span-v2-fix {
  
  padding: 15px;
  color: #b256e2;
  background: #f7f1fe;
  border-radius: 10px;
  border-style: none;
  display: block;
  margin-bottom: 12px;
  
}

.button-disabled {

  height: 38px;
  padding: 0 30px;
  color: #afafaf;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #f7f9fb;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  cursor: default;
  box-sizing: border-box;
  opacity: 1;
  margin-bottom: 1rem;
  
}

.table-gradient-dash {
  border-color: #e6e6e6;
  border-radius: 6px;
  border-width: 1px;
  background-image: none;
  box-shadow: 0px 10px 40px #d6dee4;
  -webkit-box-shadow: 0px 1px 1px #e3e9ed;
  -moz-box-shadow: 0px 10px 40px #d6dee4;
}

.rule_box {
  padding: 20px 10px 16px 25px;
  margin-top: 15px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.rule_library_box, .cors_box {
  padding: 20px 10px 16px 25px;
  margin-top: 15px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.rule_box.blue_rule_box {
  border-color: #98dbf6;
}

.rule_box.pink_rule_box {
  border-color: #d6b9fd;
}
  
.add_rule_box {
  padding-top: 10px;
  margin-bottom: 0px;
  border-color: #f9f3fd;
  border-style: dashed;
  border-width: 3px;
  border-radius: 6px;
  border-color: #f3e3fd;
}

.list_box {
  padding: 20px 10px 16px 25px;
  margin-top: 15px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.list_box.blue_list_box {
  border-color: #98dbf6;
}

.list_box.pink_list_box {
  border-color: #d6b9fd;
}
  
.add_list_box {
  padding-top: 10px;
  margin-bottom: 0px;
  border-color: #f9f3fd;
  border-style: dashed;
  border-width: 3px;
  border-radius: 6px;
  border-color: #f3e3fd;
  margin-bottom: 30px;
}
  
.dashboard-purple-alert {
  padding: 15px;
  color: #b256e2;
  background: #f7f1fe;
  border-radius: 10px;
  border-style: none;
  display: block;
  margin-bottom: 30px;
}

.CORS-Background-Box {
  padding: 10px;
  margin-bottom: 0px;
  border-color: #dff6ff;
  border-style: dashed;
  border-width: 3px;
  border-radius: 6px;
  margin-bottom: 2.5rem;
  background-color: #f8fdff;
  color: #239fc8;
  font-weight: bold;
}

.hr-with-text, .hr-with-text-big {
    background-color: #fff;
    position: relative;
    top: -0.8em;
    font-weight: 600;
}

.hr-with-text-blur-bg, .hr-with-text-big-blur-bg {
  background-color: #f6f8fa;
}

.pink-required-rule-highlite {
  
  border: 1px solid #b98df5;
  border-radius: 4px;
  padding: 15px 10px 0px 10px;
  margin-bottom: 15px;
  background-color: #fff4fb;
  
}

.small-text {
  color: #757575;
  font-size: 0.8em;
}

.rule-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-style: solid;
    border-color: #d1d1d1;
    border-radius: 34px;
    border-width: 1px;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 0;
}

input.none {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

.dash-tr-darker {
  cursor:pointer;
  background-color: #f7f9fb;
}

.dash-tr-lighter {
  cursor:pointer;
  background-color: #fff;
}


.sticky-table-top { 
  position: sticky; top: 0;
  background: rgba(247, 249, 251, 0.9);
}

.dash-tag-container {
  overflow: hidden;
  position: relative;
  padding: 10px 10px 10px 10px;
  margin-bottom: 1em;
  margin-top: 0.5em;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

.skillbar-bar-red {
  background: linear-gradient(90deg, #ff8080, #ffcccc);
}

.skillbar-bar-orange {
  background: linear-gradient(90deg, #ffbf80, #ffe6cc);
}

.skillbar-bar-yellow {
  background: linear-gradient(90deg, #fff580, #feffcc);
}

.skillbar-bar-green {
  background: linear-gradient(90deg, #9fff80, #d9ffcc);
}

.skillbar-bar-blue {
  background: linear-gradient(90deg, #80bfff, #cce6ff);
}

.skillbar-bar-purple {
  background: linear-gradient(90deg, #c680ff, #f0ccff);
}

.skillbar-bar-black {
  background: linear-gradient(90deg, #a4a4a4, #ececec);
}



.dash-neutral-devices-alert {
  padding: 15px;
  color: #00a8e9;
  background: #f1f8fe;
  border-radius: 6px;
  border-style: none;
  display: block;
  margin-left: -6px;
  margin-right: -6px;
}

.dash-blue-alert {
  padding: 15px;
  color: #00a8e9;
  background: #f1f8fe;
  border-radius: 10px;
  border-style: none;
  display: block;
}

.dash-purple-alert {
  padding: 15px;
  color: #b256e2;
  background: #f7f1fe;
  border-radius: 10px;
  border-style: none;
  display: block;
}

.dash-green-alert {
  margin-top: 10px;
  padding: 15px;
  color: #0d9927;
  background: #f1fef3;
  border-radius: 10px;
  border-style: none;
  display: block;
}

.dash-orange-alert {
  margin-top: 10px;
  padding: 15px;
  color: #a16a00;
  background: #fff3e7;
  border-radius: 10px;
  border-style: none;
  display: block;
}

.dash-red-alert {
  margin-top: 10px;
  padding: 15px;
  color: #e01010;
  background: #fef1f1;
  border-radius: 10px;
  border-style: none;
  display: block;
}

input:checked+.rule-slider {
  background-color: #70d6f5;
  border-style: solid;
  border-color: #009acc;
  border-radius: 34px;
  border-width: 1px;
}

.snack-bar-icon-color-ok {
  color: #70d6f5;
}

.snack-bar-icon-color-warning {
  color: #f0b128;
}

.snack-bar-icon-color-error {
  color: #f02828;
}

.dash-map-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 13px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background-color: #fff;
}

.map-iframe {
  background-color: #fff;
}

.darkmode_button {
  padding: 0px 11px 0px 11px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  margin-top: 0px;
}



.home-hero-box {
  max-width: 480px;
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 50px rgb(98 98 98 / 10%);
  border-radius: 18px;
  backdrop-filter: saturate(200%) blur(30px);
  margin-bottom: 30px;
}

.front-page-grey-text-color-small, .front-page-grey-text-color-big {
  color: #777;
}

.home-api-url-purple-box {
  color: #b256e2;
  background-color: #f7f1fe;
}

.home-api-result-blue-box {
  background-color: #effafe;
}

.home-warning-box {
  background: #fff6f6;
}

.home-loading-box {
  background: #effafe;
}

.home-success-box {
  background: #ebffe9;
}

.api-table-green-bg {
  background-color: #e1ffdb;
}

.api-table-yellow-bg {
  background-color: #feffdb;
}

.api-table-red-bg {
  background-color: #ffdbdb;
}

.purple-required-rule-highlite {
    border: 1px solid #b98df5;
    border-radius: 4px;
    padding: 15px 10px 0px 10px;
    margin-bottom: 15px;
    background-color: #fff4fb;
}

.blue-optional-rule-highlite {
    border: 1px solid #00a8ea;
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
    background-color: #f4fcff;
}

.add_rule_box_dashed_small_bottom {
  border-style: dashed;
  border-width: 3px;
  border-radius: 6px;
  padding-top: 10px;
  margin-bottom: 0px;
  border-color: #e6ebff;
  background-color: #fff;
}

.plugins-icon-border {
  border: 1px solid #E1E1E1;
  padding: 0px;
  border-radius: 6px;
  margin-right: 15px;
}

.dash-cancel-subscription-box {
    margin-bottom: 26px;
    color: #b256e2;
    border-style: none;
    border-radius: 10px;
    background-color: #f7f1fe;
    box-shadow: none;
    text-align: left;
}

.dash-update-subscription-box {
    margin-bottom: 26px;
    color: #3db1d6;
    border-style: none;
    border-radius: 10px;
    background-color: #e8fbff;
    box-shadow: none;
    text-align: left;
}

.dash-invoice-history-subscription-box {
  margin-bottom: 26px;
  color: #00bf34;
  border-style: none;
  border-radius: 10px;
  background-color: #deffea;
  box-shadow: none;
}

.button.button-ok, button.button-ok, input[type=submit].button-ok, input[type=reset].button-ok, input[type=button].button-ok {
    color: #fff;
    background-color: #14aa02;
    border-color: #31c339;
    box-shadow: none;
}

.button.button-ok:hover, button.button-ok:hover, input[type=submit].button-ok:hover, input[type=reset].button-ok:hover, input[type=button].button-ok:hover, .button.button-ok:hover, button.button-ok:hover, input[type=submit].button-ok:hover, input[type=reset].button-ok:hover, input[type=button].button-ok:hover {
    color: #fff;
    border-color: #31c339;
    box-shadow: 0 3px 0 rgb(13 191 51 / 39%);
    -webkit-box-shadow: 0 10px 40px rgb(13 191 51 / 39%);
    -moz-box-shadow: 0 10px 40px rgba(13,191,51,.39);
}

code.red {
  background: #fef1f1;
  border: 1px solid #f03333;
}

hr.prices-page-hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid rgb(255 255 255 / 22%);
}

.dash-overlap-icons-background {
  margin-left: 7px;
  text-shadow: -1px -1px 0 #70d6f5, 1px -1px 0 #70d6f5, -1px 1px 0 #70d6f5, 1px 1px 0 #70d6f5;
}

.adjuster-box {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #d1d1d1;
  padding: 6px 10px;
  background: white;
}

.master-token-box {
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #d1d1d1;
  margin-top: 3px;
  padding: 6px 10px;
  background: white;
}

.token-box {
  
  display: inline-block;
  min-width: 60px;
  text-align: center;
  font-weight: 600;
  color: #7e14a4;
  background-color: #f1ecff;
  border-style: solid;
  border-width: 1px;
  border-color: #d4bbff;
  border-radius: 4px;
  padding: 0px 10px;
  margin: 0px 3px 0px -4px;
  
}

.action-log-entry-box {
  color: #1482a4;
  background-color: #ecf6ff;
  border-style: solid;
  border-width: 1px;
  border-color: #bbdfff;
  border-radius: 4px;
  padding: 3px 10px;
  margin: 1px 3px;
}

.Plan_Type {
  color: #1482a4;
  background-color: #ecf6ff;
  border-color: #bbdfff;
}

.Plan_Size {
  color: #14a41c;
  background-color: #eeffec;
  border-color: #a0dca4;
}

.Plan_Expiration {
  color: #a46114;
  background-color: #fff3ec;
  border-color: #ffcdbb;
}

.PVB_Plan {
  color: #a4145e;
  background-color: #ffecfc;
  border-color: #ffbbe1;
}

.PVB_Premium_Plugin {
  color: #a4145e;
  background-color: #ffecfc;
  border-color: #ffbbe1;
}

.dash-grey-border {
  border-color: #cdcdcd;
}

th.api-t-th-td-l:not(:last-child), td.api-t-th-td-l:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}

.cr-lm-d {
  margin-right: 3px;
  float: right;
  font-size: small;
  color: #989898;
}

.chart-container {
  overflow: hidden;
  position: relative;
  padding: 15px 15px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  background-color: #fff;
}

.operator_card {
  background: #fff;
  color: #222;
  padding: 20px 25px 0px;
  margin-top: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
  border-color: #fff;
  margin-bottom: 0px;
}

.threat-badges {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    border-radius: 3px;
    color: #595959;
    background-color: rgb(0 0 0 / 0%);
    border-color: #c5c5c5;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-weight: 700;
    margin: 0px 6px 6px 0px;
    text-align: left;
}

.shadow-top {
  height: 20px;
  position: absolute;
  background-image: radial-gradient(farthest-side at 50% 0%, rgba(53, 175, 210, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  display: none;
}

.shadow-bottom {
  height: 20px;
  position: absolute;
  background-image: radial-gradient(farthest-side at 50% 100%, rgba(53, 175, 210, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  display: none;
}

.no-highlite {
  background: #f7f9fb;
}

.cr-con-proc-div {
  padding: 10px 10px 13px 10px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: #f8faff;
}

.discount_label {
  
  padding: 3px 5px;
  border-radius: 6px;
  font-size: 10px;
  color: #6cb9ff;
  font-weight: 900;
  border-color: #66acee;
  border-style: solid;
  border-width: 1px;
  margin-left: 3px;
  
}

#ng-chart {
  max-width: 960px;
}

input::-webkit-calendar-picker-indicator {
  display:none !important;
}

.search-input-field {
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  color: #aa04e7;
  background-color: #1c1c20;
  border-color: #b98ef5 !important;
  box-shadow: none;
  caret-color: #aa04e7 !important;
  vertical-align: top;
}

.search-input-field:hover {
  color: #aa04e7;
  box-shadow: 0 10px 40px #f6deff !important;
  -webkit-box-shadow: 0 10px 40px #f6deff !important;
  -moz-box-shadow: 0 10px 40px #f6deff !important;
  border-color: rgb(67, 67, 74);
  transition: box-shadow .7s,transform .7s;
  transform: translateY(-2px);
  outline: 0px;
}

.search-input-field::placeholder {
  text-align: center;
  color: #aa04e7;
  font-family: raleway,'font awesome 6 pro',helveticaneue,helvetica neue,Helvetica,Arial,sans-serif;
}


  
  .dashboard_divider_box {
    padding: 3px;
    margin-top: 15px;
    margin-bottom: 0;
    border-style: solid;
    border-width: 0px;
    border-radius: 6px;
    
    border: 1px solid rgb(255 255 255/20%);
    
    box-shadow: 0 3px 10px rgb(0 0 0/10%);
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0/10%);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.1);
  }
  
  .no_bottom_margin {
    margin-bottom: 0rem;
  }
  
  .dashboard_divider_input {
    height: 38px;
    padding: 6px 10px;
    background-color: rgb(0 0 0/0%)!important;
    border: 1px solid rgb(0 0 0/0%)!important;
    border-radius: 4px;
    transition: box-shadow .7s,transform .7s;
    box-shadow: none;
    box-sizing: border-box;
    font-weight: 600;
    color: white;
    text-shadow: 0px 1px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
  }
  
  .dashboard_divider_box .dashboard_divider_control_elements {
    opacity: 0;
    transition: opacity 0.5s ease; /* Adjust the duration and timing function as needed */
  }

  .dashboard_divider_box:hover .dashboard_divider_control_elements {
    cursor: grab;
    opacity: 1;
  }
  
  .dashboard_divider_box .dashboard_divider_control_elements button {
    background-color: rgb(0 0 0/30%)!important;
    border-color: rgb(255 255 255/0%)!important;
    color: white;
  }
  
  .dashboard_divider_input::placeholder {
    color: white;
    text-shadow: none;
  }
  
  .pickr {
    visibility: hidden;
    height: 0px;
  }
  
  .pcr-swatches button {
    all: unset;
  }
  
  .pcr-app.visible {
    box-shadow: 0 10px 40px rgb(0 0 0/40%);
    border-radius: 4px;
  }
  
  .account_activity_modal {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgb(41 41 46/80%);
      -webkit-box-shadow: 0 3px 50px rgb(0 0 0/28%);
      opacity: 0;
      animation: activity-modal-fadeIn 0.5s forwards;
  }

  .account-activity-modal-content {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #1c1c20;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-height: 50%;
    max-width: 960px;
    overflow: scroll;
  }

  .account-activity-modal-content-closer {
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #1c1c20;
    margin: -14% auto;
    padding: 20px;
    width: 15px;
    max-height: 50%;
    max-width: 960px;
    overflow: hidden;
    color: #aaa;
    line-height: 1px;
  }

  @keyframes activity-modal-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
  }
  
  .activity-modal-fadeOut {
    animation: activity-modal-fadeOut 0.5s forwards; /* Apply fadeOut animation */
  }
  
  @keyframes activity-modal-fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
  }

  .account-activity-modal-content-closer:hover,
  .account-activity-modal-content-closer:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
      line-height: 1px;
  }
  
  .account-activity-log-table-thead {
    position: sticky;
    top: -20px;
    z-index: 1;
    background-color: #fff;
  }
    
    .status-page-boxes {
      border-style: solid;
      border-radius: 6px;
      border-width: 1px;
      border-color: #dbdbdb;
      padding: 10px 10px 6px 10px;
      margin-bottom: 20px;
      background-color: #fff;
    }
    
    .status-message-hr {
      height: 1px;
      background: linear-gradient(90deg, rgba(189,189,189,0) 0%, rgb(185, 185, 185) 100%);
      text-align: right;
      margin: 15px -10px 15px 0px;
    }
  