/*
 Fix for 4k displays
 Makes White text on white bg readable
 */
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/** Landing page header **/
.header-hero-image img {
    max-width: 1200px;
}

@media (max-width: 1200px) {
    .header-hero-image img {
        max-width: 850px;
    }
}

@media (max-width: 960px) {
    .header-hero-image img {
        max-width: 650px;
    }
}

@media (max-width: 767px) {
    .header-hero-image img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .header-hero-image {
        padding-top: 30px;
    }
}

/** end header **/

code {
    color: #fe8464;
}

.header-hero-content .header-sub-title {
    text-shadow: 0 0 5px rgb(67, 149, 210);
}

.header-hero-content .header-title {
    text-shadow: 0 0 5px rgb(67, 149, 210);
}

.header-hero-content .text {
    text-shadow: 0 0 5px rgb(67, 149, 210);
}

a.navbar-brand img {
    max-width: 220px;
}

.header-hero-image {
    padding-top: 65px;
}

.text-ubuntu {
    color: #E95420 !important;
}

.text-debian {
    color: #d80150 !important;
}

.text-raspberry {
    color: #C51A4A !important;
}

.text-docker {
    color: #0db7ed !important;
}

.text-rhel {
    color: #ee0000 !important;
}

.text-rgb-red {
    background: #fe8464;
    background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-rgb-teal {
    background: #119bd2;
    background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-rgb-blue {
    background: #361cc1;
    background: -webkit-linear-gradient(left, #2e82ef 0%, #361cc1 50%, #2e82ef 100%);
    background: -o-linear-gradient(left, #2e82ef 0%, #361cc1 50%, #2e82ef 100%);
    background: linear-gradient(to right, #2e82ef 0%, #361cc1 50%, #2e82ef 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title .line-red {
    background: -webkit-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: -o-linear-gradient(#fe8464 0%, #fe6e9a 100%);
    background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
    width: 150px;
    height: 5px;
    margin-bottom: 10px !important;
}

.section-title .line-teal {
    background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 100%);
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 100%);
    background: linear-gradient(to right, #33c8c1 0%, #119bd2 100%);
    width: 150px;
    height: 5px;
    margin-bottom: 10px !important;
}

.section-title .line-blue {
    background: -webkit-linear-gradient(left, #2e82ef 0%, #361cc1 100%);
    background: -o-linear-gradient(left, #2e82ef 0%, #361cc1 100%);
    background: linear-gradient(to right, #2e82ef 0%, #361cc1 100%);
    width: 150px;
    height: 5px;
    margin-bottom: 10px !important;
}

.white-box {
    color: #000;
    background-color: #fff;
    padding: 50px 30px;
    border: 2px solid transparent;
    border-radius: 8px;
    box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
}


/** min-heigth of the header image per device **/
/* phone */
@media (min-width: 576px) {
    .header-hero-image-dynamic {
        min-height: 150px;
    }
}

/* tablet */
@media (min-width: 768px) {
    .header-hero-image-dynamic {
        min-height: 200px;
    }
}

/* desktop */
@media (min-width: 992px) {
    .header-hero-image-dynamic {
        min-height: 200px;
    }
}

/* desktop xl */
@media (min-width: 1200px) {
    .header-hero-image-dynamic {
        min-height: 160px;
    }
}

/* 2k */
@media (min-width: 2000px) {
    .header-hero-image-dynamic {
        min-height: 180px;
    }
}


/* 4k */
@media (min-width: 3800px) {
    .header-hero-image-dynamic {
        min-height: 230px;
    }
}

/** end of header image **/

/** RGB Button **/
.btn-rgb-red {
    background: -webkit-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: -o-linear-gradient(left, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background: linear-gradient(to right, #fe8464 0%, #fe6e9a 50%, #fe8464 100%);
    background-size: 200%;
}

.btn-rgb-blue {
    background: -webkit-linear-gradient(left, #2e82ef 0%, #361cc1 50%, #2e82ef 100%) !important;
    background: -o-linear-gradient(left, #2e82ef 0%, #361cc1 50%, #2e82ef 100%) !important;
    background: linear-gradient(to right, #2e82ef 0%, #361cc1 50%, #2e82ef 100%) !important;
    background-size: 200%;
}

.btn-rgb-teal {
    background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%) !important;
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%) !important;
    background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%) !important;

    background-size: 200%;
}

.btn-rgb-green {
    background: -webkit-linear-gradient(left, #33c874 0%, #11d288 50%, #33c874 100%);
    background: -o-linear-gradient(left, #33c874 0%, #11d288 50%, #33c874 100%);
    background: linear-gradient(to right, #33c874 0%, #11d288 50%, #33c874 100%);

    background-size: 200%;
}

/** RGB button end **/

/** download box hover **/
.single-services-teal:hover, .single-services-teal-active {
    border-color: #119bd2;
}

.single-services-red:hover, .single-services-red-active {
    border-color: #fe6e9a;
}

.single-services-blue:hover, .single-services-blue-active {
    border-color: #361cc1;
}

/** end download box hover **/

/** nav nav **/
.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
    color: #4085C6;
}


.navbar-nav .nav-item .fake-a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 10px 0;
    position: relative;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .nav-item .fake-a {
        display: block;
        padding: 4px 0;
        color: #2E2E2E;
    }

    .navbar-nav .nav-item :hover {
        background-color: var(--light);
    }
}

@media (max-width: 767px) {
    .navbar-nav .nav-item .fake-a {
        display: block;
        padding: 4px 0;
        color: #2E2E2E;
    }

    .navbar-nav .nav-item :hover {
        background-color: var(--light);
    }
}


.sticky .navbar-nav .nav-item .fake-a {
    color: #2E2E2E;
}

.sticky .navbar-nav .nav-item .fake-a:hover {
    color: #4085C6;
}


/** end nav bar **/

.testimonial-author .author-image i {
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 34px;
    color: #fff;
}

.alert-teal {
    color: #0a6ebd;
    background-color: #e3f2fd;
    border-color: #82c4f8;
    box-shadow: 0 0 15px 0 rgba(130, 196, 248, 0.16);
}

.alert-danger {
    color: maroon;
    background-color: #ff7a7a;
    border-color: #f33;
    box-shadow: 0 0 15px 0 rgba(255, 51, 51, 0.16);
}

.back-to-top {
    background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 100%);
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 100%);
    background: linear-gradient(to right, #33c8c1 0%, #119bd2 100%);
}

.text-community {
    color: #4085C6;
}

.bg-community {
    background-color: #4085C6;
}

.bg-community-important {
    background: #4085C6 !important;
}

.bg-teal {
    background: #119bd2;
    background: -webkit-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: -o-linear-gradient(left, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
    background: linear-gradient(to right, #33c8c1 0%, #119bd2 50%, #33c8c1 100%);
}

.text-enterprise {
    color: #DD0B2F;
}

.bg-enterprise {
    background-color: #DD0B2F;
}

.bg-enterprise-important {
    background: #DD0B2F !important;
}

.table .thead-community th {
    color: #fff;
    background-color: #4085C6;
    border-color: #2d68a0;
}

.table .thead-default-bg th {
    color: #212529;
    background-color: #FFF;
}

.table .table-sub-header {
    background: var(--light);
}

.clients-img {
    max-width: 300px;
    max-height: 200px;
    width: auto;
    display: inline-block;
}

.clients-image-container {
    line-height: 280px;
    text-align: center;
    background: #ffffff;
}

/* Landing page hiring start */
.hiring-area {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(/assets/images/site/hiring-area-bg-tiny-4.png);
    min-height: 850px;
}

/** End hiring **/

/* Landing page Promo start */
/*
.promo-area {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(/assets/images/site/promo/froscon_promo_bg.png);
    min-height: 850px;
}
*/

/** End promo **/


/*** PROMO MODAL ****/

.modal-content-promo{
    border-radius: 0;
    background-color: #222;
    color: #FFF;
}

.modal-content-promo h3{
    color: #33C7C1;
}

.modal-header-promo {
    height: 250px;
    background-image: url('/assets/images/site/promo/promo_modal.png');
    background-repeat: no-repeat;
    background-color: #33C7C1;
    border-bottom: 1px solid #666;
}

.promo-ul{
    padding-left: 15px;
    list-style: none;
}

.promo-ul li::before {
  content: "\2022";
  color: #33C7C1;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}


.modal-footer-promo{
    border-top: 1px solid #666;
}

.btn-default-promo {
    color: #000;
    background: #33C7C1;
}

/**** END PROMO MODAL ***/

.default-bg {
    background: #FFF;
}

/** Slick slider dots **/
.slick-dots li button::before {
    content: '';
}

.slick-dots-template .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fe8464 0%, #fe6e9a 100%);
    border: 0;
    font-size: 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.slick-dots-template-teal .slick-dots li button {
    background: linear-gradient(180deg, #33c8c1 0%, #119bd2 100%);
}

.slick-center .single-testimonial-teal {
    border-color: #119bd2;
}

.slick-dots-template .slick-dots li.slick-active button {
    opacity: 1;
    width: 15px;
    height: 15px;
}

.rotate-315 {
    transform: rotate(315deg);
}

/** End slick slider dots */

/*
.hiring-area::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(/assets/images/site/hiring-area-bg-tiny.png);
    background-position: top center;
    z-index: -1;
    background-size: cover;
}

@media only screen and (min-width: 1921px) {
    .hiring-area::before {
        height: 590px;
    }
}*/

/* Landing page hiring end */

.svg-light {
    display: block;
}

.svg-dark {
    display: none;
}

.text-strikethrough {
    text-decoration: line-through;
}

/** Fixed and scrolling table header **/
/** https://stackoverflow.com/a/47923622 **/
.table-fixed-header {
    overflow: auto;
    height: 100px;
}

.table-fixed-header thead th {
    position: sticky;
    top: 72px;
    z-index: 1;
}

@media (max-width: 992px) {
    .table-fixed-header thead th {
        top: 59px;
    }
}

/** Fixed and scrolling table header end **/

.list li i {
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.integration {
    padding: 30px;
    height: 200px;
    margin-bottom: 30px;
}

.integration-title {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 2px;
    color: #d5d1d1;
}

.integration-label {
    font-size: 34px;
    font-weight: bold;
}

.integrations-footer {
    position: absolute;
    height: 20px;
    top: 0;
    right: 25px;
    bottom: -120px;
    margin: auto;
}

.integrations-img {
    max-height: 100px;
    width: auto;
    display: inline-block;
}

.integration-puzzle-img {
    max-height: 150px;
}

.endorsed {
    padding: 15px;
    color: #8f8e8e;
    border: 1px solid #8f8e8e;
    border-radius: 10px;
}

.anchor-icon {
    visibility: hidden;
    font-weight: normal;
}

.anchor-container:hover .anchor-icon {
    visibility: visible;
}

/* ================== Badge Overlay CSS ========================*/
/* Source: https://codepen.io/kuvinod5/pen/vZBvvN */
/** Copyright (c) 2022 by vinod kushwah (https://codepen.io/kuvinod5/pen/vZBvvN) MIT License **/
.integration-badge-overlay {
    position: absolute;
    right: 15px; /** modified **/
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 10; /** modified **/
    -webkit-transition: width 1s ease, height 1s ease;
    -moz-transition: width 1s ease, height 1s ease;
    -o-transition: width 1s ease, height 1s ease;
    transition: width 0.4s ease, height 0.4s ease
}

/* ================== Badge CSS ========================*/
.integration-badge {
    margin: 0;
    padding: 0;
    color: white;
    padding: 10px 10px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background: #ed1b24;
}

.integration-badge::before, .integration-badge::after {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    background: inherit;
    min-width: 55px
}

.integration-badge::before {
    right: 100%
}

.integration-badge::after {
    left: 100%
}

/* ================== Badge Position CSS ========================*/
.integration-top-left {
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.integration-top-right {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translateX(30%) translateY(0%) rotate(45deg);
    -webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
    transform: translateX(30%) translateY(0%) rotate(45deg);
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.integration-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    -ms-transform: translateX(-30%) translateY(0%) rotate(45deg);
    -webkit-transform: translateX(-30%) translateY(0%) rotate(45deg);
    transform: translateX(-30%) translateY(0%) rotate(45deg);
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
}

.integration-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    -ms-transform: translateX(30%) translateY(0%) rotate(-45deg);
    -webkit-transform: translateX(30%) translateY(0%) rotate(-45deg);
    transform: translateX(30%) translateY(0%) rotate(-45deg);
    -ms-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.integration-top-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.integration-middle-full {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -ms-transform: translateX(0%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(0%) translateY(-50%) rotate(0deg);
    transform: translateX(0%) translateY(-50%) rotate(0deg);
}

.integration-bottom-full {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

/* ================== Badge color CSS ========================*/
.integration-badge.red {
    background: #ed1b24;
}

.integration-badge.orange {
    background: #fa7901;
}

.integration-badge.pink {
    background: #ee2b8b;
}

.integration-badge.blue {
    background: #00adee;
}

.integration-badge.green {
    background: #b4bd00;
}

.integration-badge.community {
    background: #4085C6;
}

.integration-badge.enterprise {
    background: #DD0B2F;
}

/** END Badge Overlay CSS **/

.screenshot-badge-overlay {
    width: auto;
    left: 15px;

    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bg-light-blue {
    background: #00adee;
}

.screenshot-info {
    background: rgba(0, 173, 238, 0.7);
    text-transform: none;
}

.macos {
    color: rgb(142, 142, 147);
}

.btn-footer {
    height: 65px;
    line-height: 65px;
}

@media (max-width: 767px) {
    .btn-footer {
        width: 100%;
    }
}

blockquote {
    border-left: 3px solid #e8ecfb;
    padding-left: 5px;
}
