/*li a {
    color: green;
}*/
html {
    overflow-y: scroll;
}

body {
  /*font-family: 'Mona Sans', sans-serif;*/
}


.vcenter{display:inline-block;vertical-align:middle;float:none;}

.genrelist {
    font-size: 24px;
}
.genrelist p {
    font-size: 18px;
}
.hide-last:last-child {
    display: none;
}

[v-cloak] {
  display: none;
}

footer {
    background-color: #eee;
    /*margin-top: 12vh; */
}

#app {
    min-height: 70vh;
}

.text-beta {
  color: #5cc92f !important;
}

.solutions-cover
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;

    min-height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    color: #000;

    background: linear-gradient(to bottom, #b7ede1 0%, #63e5af 50%, #79eec8 100%);
    background-blend-mode: multiply;
    opacity: 0.5;
    z-index: -2;

}

.cover-wrapper {
    width: 100%; background: none; overflow: hidden; position:relative;
}

.coverbg
{
    position:absolute;
    padding:0;
    margin:0;

    top:0;
    left:0;
    display: block;

    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg, #b7ede1 0%, #63e5af 50%, #79eec8 100%);*/
    background: linear-gradient(168deg, #63f1d2 0%, #63e5af 50%, #4b9c82 100%);
    background-blend-mode: multiply;
    opacity: 0.5;
    z-index: -3;
}

.coverbg-clear {
    background: none;
}

.coverbg-cyan {
    background: linear-gradient(to bottom, #b7ede1 0%, #63e5af 50%, #79eec8 100%);
}

.coverbg-yellow {
    background: linear-gradient(to bottom, #ffe78f 0%, #ffe007 50%, #eee168 100%);
    background-blend-mode: multiply;
}

.coverbg-opaque {
    opacity: 1.0;
}

.coverbg-red {
     background: linear-gradient(to bottom, #edb7ca 0%, #e56369 50%, #ee7981 100%);
}

.coverbg-purple {

    background: linear-gradient(to bottom, #7d0b74 0%, #8f0b86 50%, #7d0b74 100%);
    opacity: 0.4;
}

.coverbg-blue2 {

    background: linear-gradient(to bottom, #80e2ff 0%, #2dbeff 50%, #2bb7fb 100%);
    opacity: 0.5;
}

.coverbg-darkgrey {

    background: linear-gradient(to bottom, #474647 0%, #5b5959 50%, #424445 100%);
    opacity: 0.8;
}

.coverbg-grey {

    background: linear-gradient(to bottom, #474647 0%, #5b5959 50%, #424445 100%);
    opacity: 0.6;
}

.coverbg-blue {

    background: linear-gradient(to bottom, #20187d 0%, #163d8f 50%, #202e7d 100%);
    opacity: 0.2;
}

.globebg-cyan {
    background-color: #ecfcf6;
    background-image: url('/static/stations/images/frontpage/network/globe.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    /*color: #fff;*/

    /*min-width: 100%;*/
    /*min-height: 100%;*/
    /*object-fit: cover;*/
    /*object-position: right top;*/
    /*overflow: hidden;*/
    min-height: 30vh;
}

.pricinghr {
    height: 2px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.pricingborder-yellow {
    margin: 15px 0;
    padding: 0;
    float: right;
    width: 100%;
    height: 2rem;
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #ffe78f 80%, #ffe007 90%, #eee168 100%);
    background-blend-mode: multiply;
}

.pricingborder-purple {
    margin: 15px 0;
    padding: 0;
    float: right;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, rgba(255,255,255,0) 20%, #7d0b74 80%, #8f0b86 90%, #7d0b74 100%);
    background-blend-mode: multiply;
}

.cover-contents
{
    display: flex; min-height: 40vh; flex-direction: column; align-items: center;
    justify-content: center; margin-top: 30px; margin-bottom: 30px;
}

.cover-contents h1 {
    color: #fff; text-shadow: 0px 1px 4px #959595;
}
.cover-contents h2 {
    color: #fff; font-weight: 600; font-size: 3rem; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
.cover-contents-bow h2 {
    color: #000; font-weight: 600; font-size: 3rem; text-shadow: 0px 1px 2px #959595;
}

.banner-bg
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;

    min-height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}


/*.navbar-nav > li {*/
  /*float: left;*/
  /*position: relative;*/
/*}*/

/*.navbar-light .navbar-nav .active a::after {*/
  /*border-bottom: 2px solid #6fe7bb;*/
  /*bottom: -5px;*/
  /*content: " ";*/
  /*left: 0;*/
  /*position: absolute;*/
  /*right: 0;*/
/*}*/


.navbar-bigger-font {
    font-size: 1.5rem !important;;
}
.navbar-nav-bigger-font {
    font-size: 1.2rem;
}

/* Line under active navbar link */
/*.navbar-nav .active a {*/
li.nav-item.active {
  border-bottom: 2px solid #6fe7bb;
    margin-bottom: -2px;
  /*bottom: -5px;*/
  /*content: " ";*/
  /*left: 0;*/
  /*position: absolute;*/
  /*right: 0;*/
}
/*#navbarTogglerDemo02 > ul > li.nav-item.active.dropdown.show*/

.navbar-item {
    padding-top: 1.0em !important;
    padding-bottom: 1.0em !important;
}
.navbar-item:active {
    color: unset !important;
    background-color: inherit !important;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer div.col-md-6 {
    margin-top: 20px;
}


.detail_name
{
    animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.playback-icon
{
    margin-bottom: 10px;
}
.spinner
{
    animation: spin 4s infinite linear;
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


.qfade
{
    opacity: 0;
    animation: fadein 200ms linear 500ms 1 normal forwards;
}

.instafade
{
    opacity: 0;
    animation: fadein 1000ms linear 0ms 1 normal forwards;
}

.instafade-coverbg
{
    position: absolute;
    min-width: 100%;
    height: 100%;
    z-index: -3 ;
    margin: 0;
    overflow: hidden;
}

.btn {
    /* Anti-hipster patch */
    cursor: pointer;
}

/** Bootstrap 4 Bugfix */
/*.open>.dropdown-menu {*/
/*display: block;*/
/*}*/

/** Bootstrap 4.1 Bugfix */
.badge {
    line-height: 1.4;
}


span.rocket-checkmark {
    background-image: url('/static/stations/checkmark.svg');
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 6px;
    margin-bottom: 1px;
    display: inline-block;
}

span.rocket-xmark {
    background-image: url('/static/stations/xmark.svg');
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 6px;
    margin-bottom: 1px;
    display: inline-block;
}

span.rocket-questionmark {
    background-image: url('/static/stations/questionmark.svg');
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin-right: 6px;
    margin-bottom: 1px;
    display: inline-block;
}

ul.rocket-checklist{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.rocket-checklist > li {
    list-style-image: url('/static/stations/checkmark.svg');
    list-style-position: inside;
}

ul.rm-checklist{
  padding: 0;
  margin: 0 0 1rem 0;
  list-style-type: none;
    /*list-style-position: outside;*/
}
ul.rm-checklist > li {
    list-style-image: url('/static/stations/checkmark-rm.svg');
    list-style-position: outside;
    margin-left: 1.4em;
}

/*ul.rm-checklist > li:before{*/
/*    content:'';*/
/*    padding: 0 0 0 35px;*/
/*    background:url('/static/stations/checkmark-rm.svg') no-repeat 0 2px;*/
/*}*/

div.dashboard-card {
  text-overflow: ellipsis;
}

.svg-icon {
  display: inline-flex;
  align-self: center;
}
.svg-icon img {
  height:1em;
  width:1em;
}
.svg-icon.svg-baseline img {
  top: .125em;
  position: relative;
}

.svg-icon-2x-height img{
  height:2em;
  width:2em;
}

.svg-icon-3x-height img{
  height:3em;
  width:3em;
}

/** Monitoring */
.monitoring-station-offair
{
  animation: blinker 0.8s ease infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}

.monitoring-station-unknown
{
    filter: grayscale(100%);
}

/* Hide asterisk on Crispy forms */
.asteriskField {
    display: none;
}

.progress-bar-vertical {
  width: 20px;
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  float: left;
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}

.div-disabled
{
    pointer-events: none;
    opacity: 0.5;
}

/* open-sans-regular - latin_latin-ext
    From: https://google-webfonts-helper.herokuapp.com/fonts/open-sans?subsets=latin-ext,latin
*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/static/stations/fonts/open-sans-v15-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('/static/stations/fonts/open-sans-v15-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/static/stations/fonts/open-sans-v15-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/static/stations/fonts/open-sans-v15-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('/static/stations/fonts/open-sans-v15-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/static/stations/fonts/open-sans-v15-latin_latin-ext-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* heebo-regular - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 400;
  src: url('/static/stations/fonts/heebo-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Heebo'), local('Heebo-Regular'),
       url('/static/stations/fonts/heebo-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/static/stations/fonts/heebo-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/static/stations/fonts/heebo-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/static/stations/fonts/heebo-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/static/stations/fonts/heebo-v3-latin-regular.svg#Heebo') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 400;
  src: local('Passion One'), local('Passion One-Regular'),
       url('/static/stations/fonts/PassionOne-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Passion One Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Passion One'), local('Passion One-Bold'),
       url('/static/stations/fonts/PassionOne-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Passion One Black';
  font-style: normal;
  font-weight: 900;
  src: local('Passion One'), local('Passion One-Black'),
       url('/static/stations/fonts/PassionOne-Black.ttf') format('truetype'); /* Safari, Android, iOS */
}


@font-face {
  font-family: 'icomoon';
  src:  url('/static/stations/fonts/rocketcloud.eot?tb1ly5');
  src:  url('/static/stations/fonts/rocketcloud.eot?tb1ly5#iefix') format('embedded-opentype'),
    url('/static/stations/fonts/rocketcloud.ttf?tb1ly5') format('truetype'),
    url('/static/stations/fonts/rocketcloud.woff?tb1ly5') format('woff'),
    url('/static/stations/fonts/rocketcloud.svg?tb1ly5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}



[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rocket-cloud:before {
  content: "\e900";
}

.display-welcome
{
    font-size: 2.4rem;
}
.display-welcome-sub
{
    font-size: 1.5rem;
}

.display-body
{
    font-size: 2.0rem;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.table-hover > tbody > tr {
    cursor: pointer;
}

.card-hover {
    cursor: pointer;
}
.card-hover:hover {
    background-color: #f9f9f9 !important;
}


/** New in Bootstrap 4.2, but we're not there yet. */
.text-decoration-none {
    text-decoration: none !important;
}

.plan-deck {
    overflow-x: auto;
    height: auto; /* Fix Bootstrap 4.6 form-control height setting */
    /*padding-left: 30px;*/
}

.plan-deck > div.card {
    max-width: 50%;
    min-width: 150px;
    margin-right: 30px;
}
.plan-deck > div.card.selected {
    background-color: #f4faff !important;
}

.plan-deck > div.card.disabled {
    background-color: #efefef !important;
}

#id_plan > tbody > tr.text-white.bg-primary.text-muted.disabled
{
    color: #c6c6c6 !important;
}

/* RadioSelectListGroup */
.radioselectlistgroup {
}

.radioselectlistgroup label {
    font-size: 1.25rem; /* Same as h5 */
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

/*#div_id_quality > div.list-group.list-group-horizontal.radioselectlistgroup > a.list-group-item.list-group-item-action.flex-row.align-items-start.border-primary.selected*/
.radioselectlistgroup>.list-group-item {
    /*border-color: #000000;*/
    /*    border: 1px #000; */
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 1px;
}
.radioselectlistgroup>.list-group-item:last-child {
    /*border-color: #000000;*/
    /*    border: 1px #000; */
}

.radioselectlistgroup>.list-group-item.selected {
    background-color: rgb(244, 250, 255);
    border: 1px solid #007bff;
}
.radioselectlistgroup>.list-group-item.active {
    background-color: rgb(244, 250, 255) !important;
    border: 1px solid #007bff !important;
    color: #212529;
}

.radioselectlistgroup>.list-group-item + .selected { /* Matches first selected sibling to first selector */
    /*border: 1px solid #007bff; !* !important;*!*/
    /*background-color: rgb(244, 250, 255);*/
    /*border-left-width: 1px;*/
}


.badge-radiomast {
    color: #fff;
    text-shadow: 0 1px 1px #59b288;
    background-color: #6fe7bb;
}

.blur-overlay {
    position: absolute;
    /*display: none; !* Hidden by default *!*/
    float: left;
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(200,200,200,0.8); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */

    backdrop-filter: blur(4px) grayscale(100%);
    -webkit-backdrop-filter: blur(4px) grayscale(100%);
    align-content: center;
    align-items: center;
    align-self: center;
    display: flex;
}


.mt-big {
    margin-top: 8rem;
}

.text-radiomast
{
    color: #40dea4;
}

.bg-radiomast
{
    background-color: #40dea4;
}

.bg-radiomast-light
{
    background-color: #cef6e7;
}

.bg-radiomast-lighter
{
    background-color: #cef6e7;
    background-image: url('/static/stations/images/frontpage/globesvglighter.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-radiomast-dark {
    background-color: #165a40;
}

.checkbullet li {
    display: block;
    margin-top: 6px;
}
.checkbullet > li:before {
    content: "\E207";
    font-family: 'Glyphicons Regular';
    font-size: 1rem;
    position: absolute;
    left: 2rem;
    color: #28a745!important;
}

.solutions-bg-darkblue
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;

    min-height: 300px;
    /*width: 100%;*/
    display: flex;
    align-items: center;
    position: relative;
    color: #000;

    background: linear-gradient(25deg, #000080 0%, #002b56 70%, #000080 150%);
    /*background-blend-mode: multiply;*/
    opacity: 1.0;
    z-index: -2;
}

.badge-codec {
    padding-top: 0.3rem !important;
}

/** Bootstrap hacks for a responsive dropdown */

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}
/* End of Bootstrap hacks for responsive dropdown */

ul.errorlist {
    list-style: none;
    padding-left: 0;
    font-size: 80%;
}

.card-header-strip {
    padding: 1px 0.75rem;
}

.news-dropdown {
    width: 300px;
}

.icon-jumbo {
    font-size: 8.0em;
}
.icon-help {
    font-size: 1.0rem;
    line-height: 1;
    display: inline-block;
    z-index: 3;
}

.rm-glyphicons-frontpage {
    font-size: 3.0rem;
    margin-bottom: 1rem;
}

.rm-glyphicons-frontpage2 {
    margin-top: -0.2rem;
    margin-right: 0.5rem;
}

.webicon {
    position: relative;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    top: -0.1rem;
    /*margin-right: .25rem;*/
}


.webicon-2x {
    position: relative;
    display: inline-block;
    height: 3.5rem;
    width: 3.5rem;
    top: -0.25rem;
    margin-right: 1.0rem;
}

.webicon-inline {
    position: relative;
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    top: -0.1em;
    /*margin-right: .25rem;*/
}


.opacity-40 {
    opacity: 0.40;
}
.opacity-0 {
    opacity: 0;
}

.listener-col {
    min-width: 2em;
    text-align: right;
}

.fade-out {
    transition: height 0.5s, opacity 0.5s ease-in-out 0.2s;
    /*-webkit-transition: height 0.5s, opacity 0.5s ease-in-out;*/
    /*-moz-transition: height 0.5s, opacity 0.5s ease-in-out;*/
    /*-ms-transition: height 0.5s, opacity 0.5s ease-in-out;*/
    /*-o-transition: height 0.5s, opacity 0.5s ease-in-out;*/
    /*visibility: hidden;*/
    opacity: 0;
    height: 0;
    position: absolute;
}



.fade-in {
    visibility: visible;
    transition: visibility 0s, opacity 0.5s ease-in-out 0.5s;
    /*-webkit-transition: visibility 0s, opacity 0.5s ease-in-out;*/
    /*-moz-transition: visibility 0s, opacity 0.5s ease-in-out;*/
    /*-ms-transition: visibility 0s, opacity 0.5s ease-in-out;*/
    /*-o-transition: visibility 0s, opacity 0.5s ease-in-out;*/
     opacity: 100;
}

.svg-anim {
    animation-play-state: paused;
}

#card-freecredit-options > ul > li > div > h4 > label,
#card-freecredit-options, #card-freecredit-options > h4 {
    cursor: pointer !important;
}

.sensitivity-duration {
    width: 5rem !important;
}

/* Make the sticky navbar not sticky on small mobile devices */
@media (max-width: 575px) {
  .sticky-top {
        /*@supports (position: sticky) {*/
        position: relative;
        top: 0;
        /*z-index: 1020;*/
      /*}*/
    }
}


/*@media (min-width: 576px) and (max-width: 767px) {*/
    /*position: relative;*/
    /*top: 0;*/
    /*z-index: 1020;*/
/*}*/

/*@media (min-width: 768px) and (max-width: 991px) { ... }*/

/*@media (min-width: 992px) and (max-width: 1199px) { ... }*/

/*@media (min-width: 1200px) { ... }*/


.radioselectcards-footer {
    bottom: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

}

.bg-radioselectcards-disabled {
    background: #aaaaaa;
    color: #dddddd;
}

.monitoring-table-date {
    min-width: 100px;
}

.dropdown-form-check {
    padding: .25rem 2.0rem; /* Move radio buttons over */
}

.select2-container .select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important;
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + .75rem + 2px) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered
{
    line-height: 38px !important;
}

[role=button] {
    cursor: pointer;
}

.checkbox-card-checkbox {
    pointer-events: none;
}

.transition-none {
    transition: none !important;
}


.rmdz-drop-area
{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 3px;
    cursor: pointer;
}

.rmdz-drop-area > label {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 0;
}

.rmdz-drag-highlight {
    background: rgba(76,221,168,0.2);
}

.spinner-16-padding {
    padding-bottom: 3px;
}

.signup_bg {
    background-color: #ecfcf6;
    background-image: url('/static/stations/bg/signup_bg1.svg');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    background-size: cover;
    /*color: #fff;*/

    /*min-width: 100%;*/
    /*min-height: 100%;*/
    /*object-fit: cover;*/
    /*object-position: right top;*/
    /*overflow: hidden;*/
    min-height: 30vh;
}

.jumbotron-radiomast-frontpage
{
    background-color: inherit;
    /*min-height: 40rem;*/
}

.jumbotron-bottom-box
{
    /*background-color: rgb(164, 235, 207, 0.1);*/
    border-width: 1px;
    border-style: solid;
    /*border-color: rgba(164, 235, 207, 1.0);*/
    border-color: rgb(17, 206, 137);
    border-radius: 6px 6px 0 0;
    padding-top: 0.5rem;
    /*border: thin solid #000;*/
}

video.fp-video {
    cursor: pointer;
}
video.fp-video::-webkit-media-controls {
    visibility: hidden;
}

video.fp-video::-webkit-media-controls-enclosure {
    visibility: visible;
}

/*.btn-snazzy {*/
/*    background: rgb(2,138,163);*/
/*    background: linear-gradient(-90deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%);*/
/*    color: #fefefe;*/
/*    border: 0;*/
/*}*/


/* Square button */
.btn-snazzy {
    background: rgb(2,138,163);
    background: linear-gradient(-90deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%);
    color: #fefefe;
    /*border-radius: 1.4rem;*/
    /*padding: 0.8em 1.5em 0.8em 1.5em;*/
    /*padding: 12px 18px 12px 18px;*/
    border: 0;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(61,211,157,0.58);
    box-shadow: 0px 0px 15px 5px rgba(61,211,157,0.58);
    text-decoration: none;
    /*font-weight: 600;*/
}

.btn-snazzy:hover {
    color: #fefefe;
    background: linear-gradient(-90deg, #40dea4 5%, #36d0a4 25%, #1baba3 68%, #0087a3 100%);
}

/* Testing out a green btn-outline-primary */
/*.btn-outline-primary {*/
/*    border-color: #1baba3;*/
/*    color: #1baba3;*/
/*    text-decoration: none;*/
/*}*/

/*.btn-outline-primary:hover {*/
/*    background-color: #36d0a4;*/
/*    border-color: #36d0a4;*/
/*    color: #fefefe;*/
/*    text-decoration: none;*/
/*}*/

.button-snazzy:hover {
    color: #fefefe;
    background: linear-gradient(-90deg, #40dea4 5%, #36d0a4 25%, #1baba3 68%, #0087a3 100%);
}

/* Rounded button */
.button-snazzy {
    background: rgb(2,138,163);
    background: linear-gradient(-90deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%);
    color: #fefefe;
    border-radius: 1.4rem;
    /*padding: 0.8em 1.5em 0.8em 1.5em;*/
    padding: 12px 18px 12px 18px;
    border: 0;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(61,211,157,0.58);
    box-shadow: 0px 0px 15px 5px rgba(61,211,157,0.58);
    text-decoration: none;
    font-weight: 700;
}

.button-snazzy-outline {
    background: linear-gradient(white, white) padding-box,
                linear-gradient(-90deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%) border-box;
    border: 2px solid transparent;
    /*background: linear-gradient(-45deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%);*/
    /*-webkit-background-clip: text;*/
    color: #1baba3;
    /*-webkit-text-stroke: 8px transparent;*/
    /*-webkit-text-fill-color: linear-gradient(-90deg, #40dea4 0%, #36d0a4 20%, #1baba3 64%, #0087a3 100%);*/
    border-radius: 1.4rem;
    /*padding: 0.8em 1.5em 0.8em 1.5em;*/
    padding: 10px 18px 10px 18px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(61,211,157,0.58);
    box-shadow: 0px 0px 15px 5px rgba(61,211,157,0.58);
}

.button-snazzy-outline:hover {
    color: #0087a3;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(-90deg, #40dea4 15%, #36d0a4 45%, #1baba3 64%, #0087a3 75%) border-box;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(61,211,157,0.58);
    box-shadow: 0px 0px 10px 5px rgba(61,211,157,0.58);
}

.button-snazzy-purple:hover {
    color: #fefefe;
    background: linear-gradient(0deg, #9a90f8 0%, #4c3fd8 100%);
}

.button-snazzy-purple {
    background-color: #4c3fd8;
    background: linear-gradient(0deg, #9a90f8 0%, #4c3fd8 100%);
    color: #fefefe;
    border-radius: 1.4rem;
    border: 0;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(76,73,216,0.58);
    box-shadow: 0px 0px 15px 5px rgba(76,73,216,0.58);
}

.btn-rm-form-ok {
    /*min-width: 10.0rem;*/
    width: 100%;
}
.btn-rm-form-generic {
    /*min-width: 10.0rem;*/
    width: 100%;
}

.form-rm-buttons {
    position: sticky;
    bottom: 0;
    /*width: 100%;*/
    text-align: right;
    padding: 1rem 0rem 1rem 0rem;
    background: white;
    z-index: 10;
    /*box-shadow: 0 -.125rem .25rem rgba(0,0,0, .075);*/
    /*border-top: 1px solid rgba(0,0,0,.125);*/
}

.z-3 { z-index: 3; }

.pe-none {
    pointer-events: none;
}
