@import "/css/style.css";

a:hover {
    color: var(--color-primary) !important;
}


.planning-section .content-column {
    display: flex;
    align-content: center;
    align-items: center;
    padding-left: 60px;
    border-left: 0;
}

.planning-section .text p {
    color: #202020 !important;
    font-size: 29px !important;
}

.planning-section h2 {
    color: var(--color-primary);
}

.planning-section .image-column {
    margin-bottom: 0;
}

.main-header .header-upper .logo-box .logo {
    max-width: 330px;
}


/***

====================================================================
	PRELOADED
====================================================================

 ***/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/compileroxradio/images/icons/preloader.svg);
}

.spinner {
    width: 70px;
    height: 70px;
    z-index: 999999;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/compileroxradio/images/icons/preloader.svg);
}


/***

====================================================================
	SWITCH
====================================================================

 ***/

.switch6 {
    max-width: 17em;
    margin: 0 auto;
}

.switch6-light > span {
    color: #000000;
}

.switch6-light span span, .switch6-light label {
    color: var(--color-primary);
}


.switch6-light span span {
    display: none;
}

.switch6-light {
    display: block;
    height: 42px;
    position: relative;
    overflow: visible;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.switch6-light * {
    box-sizing: border-box;
}

.switch6-light a {
    display: block;
    transition: all 0.3s ease-out 0s;
}

.switch6-light label,
.switch6-light > span {
    line-height: 30px;
    vertical-align: middle;
}

.switch6-light label {
    font-weight: 700;
    max-width: 100%;
}

.switch6-light input:focus ~ a, .switch6-light input:focus + label {
    outline: 1px dotted rgb(136, 136, 136);
}

.switch6-light input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}

.switch6-light input:checked ~ a {
    right: 0;
    border-radius: 0 50px 50px 0;
}

.switch6-light > span {
    position: absolute;
    left: -100px;
    width: 100%;
    margin: 0;
    padding-right: 100px;
    text-align: left;
}

.switch6-light > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: grid;
    width: 50%;
    margin-left: 100px;
    text-align: center;
    cursor: pointer;
    align-items: center;
    height: 40px;
}

.switch6-light > span span:last-child {
    left: 50%;
}

.switch6-light a {
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 4;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    cursor: pointer;
}

.switch6-light input:checked ~ span span:nth-child(2) {
    color: #fff !important;
}


/***

====================================================================
	5. Buttons Style
====================================================================

 ***/

/*Btn Style One*/

.btn-style-one {
    color: #222222 !important;
    background-color: var(--color-primary) !important;
    border: 2px solid var(--color-primary) !important;
}

.btn-style-one:hover {
    color: var(--color-primary) !important;
    border-color: #ffffff !important;
}

/***

====================================================================
	7. Scroll To Top style
====================================================================

***/

.scroll-to-top {
    color: var(--color-primary) !important;
    border: 2px solid var(--color-primary) !important;

}

.scroll-to-top:hover {
    background: var(--color-primary) !important;
    color: white !important;
    border: 2px solid var(--color-primary) !important;
}


/***

====================================================================
	9. Main Header
====================================================================

***/

.main-header .nav-outer .search-box-btn .icon,
.mobile-menu .search-box-btn,
.sticky-header .search-box-btn .icon {
    color: var(--color-primary) !important;
}

.main-menu .navigation > li > a:before {
    background-color: var(--color-primary) !important;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: var(--color-primary) !important;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
    color: var(--color-primary) !important;
}

.main-header .header-upper .logo-box .logo, .sticky-header .logo-box .logo, .mobile-menu .logo-box .logo {
    display: flex;
    align-items: center;
    width: 48px;
}

.main-header .header-upper .logo-box .logo.product::before, .mobile-menu .logo-box .logo.product::before {
    border-left: 2px solid #101010;
    height: 40px;
    padding: 10px;
    content: "";
}

.sticky-header .logo-box .logo.product::before {
    border-left: 2px solid #cdcdcd;
    height: 40px;
    padding: 10px;
    content: "";
}

.main-header .header-upper .logo-box .logo.product, .sticky-header .logo-box .logo.product {
    align-items: center;
    max-width: 240px;
    min-width: 215px;
}

/***

====================================================================
			Mobile Menu

====================================================================

***/

.nav-outer .mobile-nav-toggler {
    color: var(--color-primary) !important;
}


.mobile-menu .logo-box {
    column-gap: 20px;
    padding: 10px 0px;
}

.mobile-menu .logo {
    width: 69px;
}

.mobile-menu .logo.product {
    width: 169px;
}

.mobile-menu .logo-box .logo.product {
    align-items: center;
    max-width: 240px;
    min-width: 195px;
}

/***

====================================================================
	Search Popup
====================================================================

***/

/***

====================================================================
	News Section
====================================================================

***/

.news-block .inner-box .lower-content .post-date {
    background-color: var(--color-primary) !important;

}

.news-block-two .inner-box .content-column .post-date {
    background-color: var(--color-primary) !important;
}

.news-block-two .inner-box .content-column h3 a:hover {
    color: var(--color-primary) !important;
}

/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer .fa-angle-right:before {
    color: var(--color-primary) !important;
}

/***

====================================================================
	Contact Form
====================================================================

 ***/

.toggle-password:hover {
    color: var(--color-primary);
}


.planning-section .content-column {
    display: flex;
    align-content: center;
    align-items: center;
    padding-left: 60px;
}

.planning-section .text p {
    color: #202020 !important;
    font-size: 26px !important;
}

.planning-section .content-column .inner-column .text p a {
    font-size: 20px;
    color: inherit;
    font-weight: 700;
}


.about-section .lower-box h2,
.planning-section h2 {
    line-height: 1;
    font-weight: 200 !important;
}


.about-section .lower-box h2 strong,
.planning-section h2 strong {
    font-weight: 600 !important;
}

.news-block .lower-content p a {
    font-size: 15px;
}

.news-block .lower-content i {
    font-size: 12px;
    color: var(--color-primary);
}

.news-block-two .content-column .inner-column p a {
    font-size: 15px;
}

.news-block-two .content-column .inner-column i {
    font-size: 12px;
    color: var(--color-primary);
}

.br-10 {
    border-radius: 10px;
}

.br10 {
    border-radius: 10px 0 0 0;
}

.pd-0 {
    padding: 0;
}

.pd-20 {
    padding: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.border {
    border-top: 0.1rem solid var(--color-primary) !important;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100px;
}

.about-section .text {
    padding: 0 20px;
    font-size: 20px;
}

.planning-section .image {
    display: flex;
    width: 100%;
    height: 100%;
}

.planning-section .image img {
    position: absolute;
    bottom: -9px;
    right: 11px;
}

.bold {
    font-weight: bold;
}

.bold600 {
    font-weight: 600;
}


.switch {
    font-size: 40px;
    position: relative;
    /*line-height: 1.6em;*/
}

.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}

.switch input + label {
    position: relative;
    min-width: calc(calc(2.375rem * .8) * 2);
    border-radius: calc(2.375rem * .8);
    height: calc(2.375rem * .8);
    line-height: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input + label::before, .switch input + label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * .8) * 2);
    bottom: 0;
    display: flex;
}

.switch input + label::before {
    right: 0;
    background-color: #006799;
    border-radius: calc(2.375rem * .8);
    transition: 0.2s all;
}

.switch input + label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * .8) - calc(2px * 2));
    height: calc(calc(2.375rem * .8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}

.switch input:checked + label::before {
    background-color: var(--color-primary);
}

.switch input:checked + label::after {
    margin-left: calc(2.375rem * .8);
}

.switch input:focus + label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 136, 221, .25);
}

.switch input:disabled + label {
    color: #868e96;
    cursor: not-allowed;
}

.switch input:disabled + label::before {
    background-color: #e9ecef;
}

.switch + .switch {
    margin-left: 1rem;
}

.plans-two {
    display: none;
}

.account h3:after {
    /*
        content: "";
        width: calc(10% + 25px);
        height: 2px;
        position: absolute;
        background: var(--color-primary);
        left: 0;
        bottom: 0; */
}

.nav {
    display: block;
}

.nav-tabs {
    border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: none;
}

a.nav-link:hover {
    color: var(--color-primary) !important;
    transition: all 0.2s ease-in-out;
}

a.nav-link.active {
    color: var(--color-primary) !important;
}

a.nav-link.active:hover {
    color: var(--color-primary) !important;
}

a.nav-link {
    color: #495057 !important;
    transition: all 0.2s ease-in-out;
}

.bs {
    box-shadow: 0 0 5px -4px;
}

.bs-top-left {
    box-shadow: -2px -2px 5px -4px;
}

.bg-gradient {
    background: linear-gradient(-35deg, rgb(248, 249, 250), rgba(255, 255, 255, 0.8));
    box-shadow: 5px 0 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.nav-tabs .nav-link {
    border: none;
}

.switch label {
    font-size: 18px !important;
}

.card {
    border: 0;
}

.card-header {
    background: linear-gradient(-35deg, rgb(248, 249, 250), rgba(255, 255, 255, 0.8));
    border-radius: 10px 10px 0 0 !important;
    border: 1px #efefef !important;
}

.card-body {
    padding: 0.8rem 0.8rem 0.8rem 2.5rem;
}

.btn-link {
    color: #222;
}

.col-lg-3.bs.bg-gradient.ml-10.mr-10.br-10.mb-30.mt-30.pt-15:hover {
    background-color: var(--color-primary);
    transition: all 0.2s ease-in-out;
}

.col-lg-3.bs.bg-gradient.ml-10.mr-10.br-10.mb-30.mt-30.pt-15 {
    transition: all 0.2s ease-in-out;
}

.fa-check-circle:before {
    color: var(--color-primary);
}

.fa-times-circle:before {
    color: var(--red);
}


.plan {
    /*margin-left: 0.3rem;*/
    /*margin-right: 0.3rem;*/
}

.plan-price-container {
    margin: 20px 0;
}

.plan-price {
    display: flex;
    align-items: center;
    justify-content: end;
}

.price-discount {
    color: #777777;
}

.plan-discount {

    font-weight: bold;
}

.checkbox-tools:not(:checked) + label .plan-discount {
    color: red;
    font-weight: bold;
}

.plan-title-container {
    margin: 10px 0 0 0;
}

.plan-title {
    font-weight: bold;
    font-size: 24px;
}

.checkbox-tools:checked + label .plan-title,
.checkbox-tools:checked + label .price-discount,
.checkbox-tools:checked + label .plan-price {
    color: white;
}

.bg-plan-gradient {
    background: white;
    box-shadow: 5px 0 20px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding: 15px 10px;
    min-width: 460px;
    min-height: 100px;
}


.checkbox-tools:checked,
.checkbox-tools:not(:checked) {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}

.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label {
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    transition: all 300ms linear;
}

.checkbox-tools:not(:checked) + label {
    /*background-color: var(--dark-light);*/
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);*/
}

.checkbox-tools:checked + label {
    background-color: var(--color-primary);
    color: var(--white);
}


.bg-plan-gradient h1 {
    font-size: 55px;
    color: var(--color-primary);
}


.plan-duration {
    margin: 15px 0;
    color: #fff;
}

.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    text-align: center;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
}


.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
    font-size: 22px;
    font-weight: bold;
    color: var(--color-primary);
}

.percent:after {
    content: '';
    margin-left: 0.1em;
    font-size: .8em;
}


.angular {
    margin-top: 100px;
}

@media only screen and (max-width: 430px) {

    body {
        padding-top: 0;
    }

    ul {
        height: auto;
        position: static;
    }

    li {
        display: block;
        /*width: 100%;*/
    }

    li a {
        white-space: normal;
    }

    a.active:after {
        display: none;
    }
}


/***

====================================================================
	Toggle Switch
====================================================================

 ***/
.switch {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 42px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid var(--color-primary);
    -webkit-transition: .4s;
    transition: .4s;
}

/***

====================================================================
Toggle Switch
====================================================================

***/
.switch {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 42px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid var(--color-primary);
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 270px;
    bottom: 7px;
    background-color: white;
    -webkit-transition: .3s;
    transition: .3s;
}

input:checked + .slider {
    background-color: var(--color-primary);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--color-primary);
}

input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(55px);
}

.on {
    display: none;
}

.on, .off {
    color: var(--color-primary);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 20px;
}

input:checked + .slider .on {
    display: block;
    color: white;
}

input:checked + .slider .off {
    display: none;
}


/* Rounded sliders */
.slider.round {
    border-radius: 35px;
}

.slider.round:before {
    border-radius: 20%;
}


/***

====================================================================
	Breadcrumbs
====================================================================

 ***/

.rs-breadcrumbs.img3,
.page-title {
    position: relative;
}

.rs-breadcrumbs.img3:before {
    background-color: rgba(138, 0, 54, 0.60);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/***

====================================================================
	Lower Banner
====================================================================

 ***/

.lower-banner {
    position: relative;
    background-color: var(--color-primary-alt);
    padding: 50px;
    color: #fff;
    text-align: center;
}

.lower-banner span {
    font-size: 31px;
}

.lower-banner button {
    color: var(--color-primary);
    background-color: #fff;
    cursor: pointer;
    font-size: 25px;
}


/***
====================================================================
	Free Trial
====================================================================
 ***/


.trial-main-content-area {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1150px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5f5f5;
}

.trial-main-column {
    box-sizing: border-box;
    margin: 10px 12px;
    padding: 15px;
    width: 550px;
}


.trial-card-registration {
    background: linear-gradient(-35deg, rgb(248, 249, 250), rgba(255, 255, 255, 0.8));
    box-shadow: 5px 0 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 20px 10px;
    margin-bottom: 20px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.invoiceDataTooltip:hover .tooltiptext {
    visibility: visible;
}

.border-bottom {
    border-bottom: 1px solid #001d28 !important;
}

.disabled {
    pointer-events: none;
    touch-action: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.data-info label {
    margin: 0;
}

.data-info input, .data-info button, .data-info select, .data-info textarea {
    color: inherit;
    font-weight: bold;
    display: inline-block;
    padding-left: 3px;
    background: #f4f4f4;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.data-info .disabled {
    padding-left: 0;
    background: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Carousel Revolution Slider  */
.tp-rightarrow {
    transform: matrix(1, 0, 0, 1, -35, -25) !important;
}

.tp-leftarrow {
    transform: matrix(1, 0, 0, 1, -15, -25) !important;
}

@media only screen and (max-width: 599px) {
    .plan {
        max-width: 350px;
        min-width: 350px;
    }

    .plan-content {

    }

    .plan-button {
        transform: scale(1);
    }

    .plan-price-container {
        margin: 5px 0;
    }

    .plan-duration {
        margin: 0 0;
    }

    .plan-title {
        /*margin-top: 5px;*/
        /*margin-bottom: -5px;*/
    }

    .plan-title-container {
        margin: 0 0;
    }

    .tp-rightarrow {
        transform: matrix(1, 0, 0, 1, -35, -95) !important;
    }

    .tp-leftarrow {
        transform: matrix(1, 0, 0, 1, -15, -95) !important;
    }
}

:root {
    --color-primary: #F0005C;
    --color-primary-alt: #C00049;
    --color-primary-highlight: #F6669D;

    --black: #101820;
    --white: #fff;
}

.tp-carousel-wrapper {
    left: auto !important;
}