@charset "utf-8";

/*Setting Page Header*/

.navmenu nav {
    background-color: #001c40 !important;
    border-bottom: 1px solid #fff;
}

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

#catcbll_option_save nav {
    background-color: #001c40 !important;
    border-bottom: 1px solid #fff;
}

.navmenu nav {
    background-color: #001c40 !important;
    border-bottom: 1px solid #fff;
}

.navmenu {
    font-family: sans-serif;
}

#navbarNav ul {
    gap: 10px;
    align-items: center;
}

#navbarNav li {
    margin: 0;
}

#navbarNav .nav-link {
    background: #fff;
    border-radius: 3px;
    border: 2px solid #fff;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 14px;
}

#navbarNav li a.active {
    background: #e55725;
    color: #fff;
}

.glowing {
    position: relative;
    padding: 10px 20px;
    text-decoration: none;
    overflow: hidden;
    -webkit-animation: glowing 1300ms infinite;
    -moz-animation: glowing 1300ms infinite;
    -o-animation: glowing 1300ms infinite;
    animation: glowing 1300ms infinite;
}

.glowing1 {
    --glow1: #f5a12c;
    --glow2: #f5a12c;
}

@keyframes glowing {
    0% {
        background-color: var(--glow1);
        box-shadow: 0 0 3px var(--glow1);
        border: 0px;
        color: #fff;
    }

    50% {
        background-color: var(--glow2);
        box-shadow: 0 0 15px var(--glow2);
        border: 0px;
        color: #fff;
    }

    100% {
        background-color: var(--glow1);
        box-shadow: 0 0 3px var(--glow1);
        border: 0px;
        color: #fff;
    }
}

/*Setting Page Header*/

/*Setting Welcome Page*/
#welcome-panel .card {
    border: 1px solid #e55725;
    padding: 0
}

#welcome-panel .card-body {
    display: grid;
    height: 100%;
    gap: 10px;
    flex: none;
    padding-top: 30px;
}

#welcome-panel .card_item {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

#welcome-panel .card-header {
    position: absolute;
    top: -34px;
    left: 15px;
    background: transparent;
    border: 0;
    border-radius: 50px;
    padding: 0;
}

#welcome-panel .card-header .w_icon i {
    font-size: 30px;
    background: white;
    color: #e55725;
    padding: 10px;
    border-radius: 50px;
    box-shadow: 5px 5px 0 0 #9d3612;
    border: 1px solid #e55725;
}

.w_card_warp {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    padding: 50px 20px;
    row-gap: 60px;
}

.w_card_warp p {
    font-size: 14px;
    color: #a3a3a3;
    margin: 0
}

.w_card_warp .card-title {
    font-size: 18px
}

.w_card_warp a {
    background: #279548;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #279548;
    font-weight: 600;
    font-size: 14px;
}

.w_card_warp .card .card_item a:hover {
    background: transparent;
    color: #279548;
}

.navbar-toggler .navbar-toggler-icon {
    color: #fff;
}

/*Setting Welcome Page*/

/*Setting page side bar*/

#sidebar li.active,
.nav-link:active,
.nav-link:focus,
.nav-link:hover {
    background-color: #ffffff26;
}

.side-navbar {
    background: linear-gradient(243deg, #001c40 38%, #086487 99%, #086487 100%);
    min-height: 80vh;
}

#submit_settings {
    border-radius: 4px;
    background: linear-gradient(to right, #67b26b, #4ca2cb) !important;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 0.8vw;
    padding: 10px;
    transition: all 0.4s;
    cursor: pointer;
    vertical-align: middle;
}

/*Setting page sied bar*/

/*Free vs Paid*/
.freevspaid h6.card-header{
    background: #08183f;
    color: #fff;
    border-radius: 5px;
}

.freevspaid h6{
    font-family: 'Poppins', sans-serif;
}
/*Free vs Paid*/

#wpfooter {
    position: relative;
}

.side_review iframe {
    width: 100%;
    height: 205px;
}

.side_review .youtube_button {
    display: flex;
    justify-content: space-between;
}

#wpcontent,
#wpbody-content {
    padding: 0px;
}

.ourplugin .more_infor {
    font-weight: 700;
    padding: 5px;
    border-bottom: 2px dashed;
    display: inline-block;
    width: auto;
}

/*Ready to use button*/
.colbox {
    box-shadow: 0px 0px 5px 0px rgb(181 177 177 / 75%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(181 177 177 / 75%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181, 177, 177, 0.75);
}

.mdl_hdng {
    text-align: left;
    color: #000;
    border: none;
    background: none;
    border-bottom: 2px solid #790909;
}

.btn_card:hover {
    box-shadow: 0px 0px 20px 3px rgba(118, 109, 109, 0.45);
    -webkit-box-shadow: 0px 0px 20px 3px rgba(118, 109, 109, 0.45);
    -moz-box-shadow: 0px 0px 20px 3px rgba(118, 109, 109, 0.45);
}

.btn_card.active {
    box-shadow: 0px 0px 20px 3px rgba(118, 109, 109, 0.45);
    -webkit-box-shadow: 0px 0px 20px 3px rgba(118, 109, 109, 0.45);
    -moz-box-shadow: 0px 0px 20px 3px rgba(118, 109, 109, 0.45);
}

.btn_card.active {
    position: relative;
}

.btn_card.active::before {
    content: "\2713";
    position: absolute;
    right: 3px;
    top: 0px;
    color: green;
    font-size: 17px;
    font-weight: 900;
}

.btn_card a:focus {
    outline: 0px solid !important;
    box-shadow: none !important;
}

/*Ready to use button*/



.marqtg {
    margin-top: 20px;
    text-transform: capitalize;
}

#btn_prvw:hover {
    cursor: pointer;
}

#btn_prvw {
    overflow: hidden;
    margin: 0 auto;
    display: block;
    text-decoration: none !important;
}

input[type="datetime-local"] {
    font-size: 12px;
}

.btnpd_st {
    margin: 0;
    margin-right: 5px !important;

    display: flex;
    width: 50%;
}

.btnpd_st li:nth-child(odd) {
    margin-right: 5px;
}

.btnmd_st li:nth-child(2) {
    margin-right: 5px;
}

.btnpd_st li input {
    width: 100%;
    border-radius: 0px;
    padding: 0;
    text-align: center;
    border: none;
    border-bottom: 2px solid #d4d2d2;
    background: transparent;
}

.btnpd_st li label {
    text-align: center;
    width: 100%;
    color: #949494;
    font-size: 10px !important;
}

#wcatcbll_stng select {
    width: 35%;
    border: 1px solid #d4d2d2;
}


.catcbll_general_sec label {
    font-size: 13px;
}

#wcbnl_overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wcatcll_font_icon {
    font-family: fontAwesome;
    font-size: 15px;
    border-radius: 3px;
}

.f-10 {
    font-size: 10px;
}

.profeature strong {
    font-size: 12px;
}

.profeature li {
    margin-bottom: 0px;
    font-family: sans-serif;
}

.profeature ul li {
    font-size: 12px;
}

.ourplugin {
    height: 100%;
}

.ourplugin a {
    text-decoration: none;
    font-size: 12px;
    color: #02486a;
    font-weight: bold;
}

/*Swtich check box css*/
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin-bottom: 0px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    left: 5px;
    bottom: 0px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    top: 4px;
}

input:checked+.slider {
    background-color: #ffa135e6;
}

input:focus+.slider {
    box-shadow: 0 0 1px #ffa135e6;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: -10px;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/*Swtich check box css*/

/*Color Picker*/
.wp-picker-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}

.wp-picker-holder {
    position: absolute;
    z-index: 1;
    top: 66px;
    padding: 0px;
}

/*Color Picker*/
/*Input ranger*/
.wcatcbll_range_slider_range {
    -webkit-appearance: none;
    height: 5px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

.wcatcbll_range_slider_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    transition: background .15s ease-in-out;
}

.wcatcbll_range_slider_range::-webkit-slider-thumb:hover {
    background: #2c3e50;
}

.wcatcbll_range_slider_range:active::-webkit-slider-thumb {
    background: #2c3e50;
}

.wcatcbll_range_slider_range::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    transition: background .15s ease-in-out;
}

.wcatcbll_range_slider_range::-moz-range-thumb:hover {
    background: #2c3e50;
}

.wcatcbll_range_slider_range:active::-moz-range-thumb {
    background: #2c3e50;
}

.wcatcbll_range_slider_range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #2c3e50;
}

.wcatcbll_range_slider_value {
    display: inline-block;
    position: relative;
    width: 50px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 2px 2px;
    margin-left: 8px;
    font-size: 11px;
}

.wcatcbll_range_slider_value:after {
    position: absolute;
    top: 3px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: '';
}

.wp-picker-open+.wp-picker-input-wrap {
    display: flex;
    vertical-align: top;
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

/*Input ranger*/
/*Pro feature*/
/* .profeature img{width: 561px;} */
/*Pro feature*/
/*Tool Tip*/

.wcatcblltooltip {
    position: relative;
    display: inline-block;
    left: 10px;
}

.wcatcblltooltip .wcatcblltooltiptext {
    visibility: hidden;
    width: 175px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
}

.wcatcblltooltip:hover .wcatcblltooltiptext {
    visibility: visible;
}

#wcatcbll_stng select {
    font-size: 12px;
    border: none;
    border-bottom: 2px solid #d4d2d2;
    background: transparent;
}


html {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #3F51B5;
}

body::-webkit-scrollbar,
.ourplugin::-webkit-scrollbar {
    width: 8px;
}

body,
.ourplugin {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track,
.ourplugin::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb,
.ourplugin::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}


/**** Responsive Css ****/

@media (max-width:991px) {
    .hd_bd_styl {
        background: linear-gradient(45deg, #3078fa 100%, rgba(0, 0, 0, 0) 100%);
    }

    #wcatcbll_stng select {
        display: inline-block;
        vertical-align: middle;
    }

    .hide_mobile {
        display: none;
    }

    .side-navbar {
        min-height: 20vh;
    }

    .navbar-collapse {
        position: absolute;
        top: 100px;
        right: 10px;
        background: #fff;
        padding: 16px;
        z-index: 99;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse .nav-item {
        width: 100%;
        text-align: center;
    }

    .w_card_warp {
        grid-template-columns: repeat(1, 1fr);
    }

    .auto-fold #wpcontent {
        padding: 0px;
    }

    .flex-column {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (min-width:783px) {
    .ref_lnk .wp-picker-input-wrap label {
        vertical-align: middle !important;
    }

    .catcbll_stng_cntnt {
        width: 79%;
        float: left;
    }

    .catcbll_stng_sidebar {
        float: left;
        width: 20%;
    }
}

@media (max-width:782px) {
    .ref_lnk .wp-picker-container .wp-color-result.button {
        padding: 0 0 0 30px;
    }

    .ref_lnk .wp-color-result-text {
        line-height: 27px;
    }

    #wcatcbll_sprt_form input[type=checkbox],
    #wcatcbll_sprt_form input[type=radio] {
        height: 1.1rem;
        width: 1.1rem;
        line-height: normal;
    }

    #wcatcbll_sprt_form input[type=radio] {
        border-radius: 50%;
    }

    input[type=radio]:checked:before {
        width: .5rem;
        height: .5rem;
        margin: .25rem;
    }
}

@media (max-width:768px) {
    .wcatcblltooltip .wcatcblltooltiptext {
        left: auto;
        right: 0px;
        top: 16px;
    }

    .catcbll_fdback_form .catcbll_field input[type="text"],
    .catcbll_fdback_form .catcbll_field textarea {
        min-width: 100%;
    }

    #wcatcbll_sprt_form .catcbll_fdb_terms_s label {
        width: 87%;
    }

    .wcatcbll_range_slider_range {
        width: 81px !important;
    }

    #submit_settings {
        font-size: 12px !important;
    }
}

@media (max-width:580px) {
    .qck_lnk {
        font-size: 18px !important;
        font-weight: 600 !important;
    }

    .hd_bd_styl {
        font-size: 17px;
    }
}

@media (max-width:387px) {
    .catcbll_stng_cntnt form {
        padding: 20px;
    }
}

@media (max-width:367px) {
    .wcatcblltooltip .wcatcblltooltiptext {
        left: 0;
    }
}