:root {
    --brand-color: #013755;
}

.navbar {
    background-color: var(--brand-color);
}
.panel{
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 25%);
    margin-bottom: 1.5rem;
}


/*-------Font Sizes ---------*/
.g-font-size-12{
    font-size: 0.75rem;
}

.btn-primary {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
}
.sidebar-item{
    border-left: 5px solid #fff;
}
.sidebar-item.active,.sidebar-item:hover {
    background-color: rgba(156, 39, 176, 0.1);
    border-left: 5px solid #9c27b0;
}
.sidebar-item.active > a.sidebar-link{
    opacity: 1;
}
.round-icon-joined{
    width: 32px;
    height: 32px;
    text-align: center;
    background-color: rgba(156, 39, 176, 0.2);
    line-height: 32px;
    border-radius: 50%;
}
.map-small{
    height: 285px;
}
.map-large{
     height: 385px;
 }

/*----------Image Radio Button Css ----------*/

/* HIDE RADIO */
.image-radio-btn {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

/* IMAGE STYLES */
.image-radio-btn + div {
    cursor: pointer;
    height: 175px;
    border-radius: 10px;
    border: 3px solid #e9e9e9;
    box-shadow: 2px 2px 5px #eee9f9;

}
.image-radio-btn:hover + div {
    box-shadow: none;

}

/* CHECKED STYLES */
.image-radio-btn:checked + div {
    border-color: #f0f0f0;
    outline: 3px solid #0000ff;
}
.image-radio-btn + div img{
    width: 100px;
}

.subscription-type > label {
    display: block;
    padding: 5px;
}
.subscription-type > label > input{
    margin-right: 6px;
}

    /*----------#new-page-modal popup css ----------*/
.template-actions
{
    display: none !important;
    background-color: rgba(0,0,0,.6);
}

.template-image-container:hover .template-actions{
    display: flex !important;
}
.template-img {
    opacity: 0.8;
    width: 200px;
    height: 160px;
    background-position: center center;
    background-color: gray;
    display: inline-block;
    margin: 10px;
}
.template-img:hover {
    opacity: 1;
}

.radio-input-img > input {
    display:none;
}
.radio-input-img > .template-img{
    cursor:pointer;
    border: 2px solid black;
}
.radio-input-img > input:checked + .template-img{
    border:2px solid orange;
}

/*---------Funnel Popup model wizard css ---------*/
div.funnel_Block{
    height: 200px;
    background-color: #fafafa;
    border:1px solid #dadada;
}
div.funnel_FinalText{
    border:1px solid #eaeaea;

}

.secondStepForAddNewFunnel, .thirdStepForAddNewFunnel{
    display: none;
}

.rounded-icon-container {
    display: inline-block;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
}

#funnel-step-form{
    height: 100%;
}
.form-control{
    background-image: none;
}
/*---------- Funnel steps css -----------------*/

.step-container ol{
    position: relative;
    padding-left: 0px;
}
.step-container li {
    list-style-type: none;
    padding-left: 5px;
    border-bottom: 2px solid #ccc;
    font-size: 1rem;
    text-transform: capitalize;
    background-color: #c3c7cc;
    margin: 0px;
}

.step-container li button{
    border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: rgba(255, 255, 255, 0.2);
}

/*----------Funnel Step Product Attach Styling--------------*/
.fsp-breadcrumb{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: block;
}
.fsp-breadcrumb > i{
    font-size: 0.8em;
    line-height: 12px;
}

.section{
    font-size: 0.8em;
    color: #000;
    line-height: 12px;
    text-transform: uppercase;
    cursor: default;
    padding: 0px 0.5em;
}
.section:hover{
    color: #000;

}
.section > i{
    font-size: 1.3em;
    margin-right: 5px;
}
.section.active > i {
    color: #5bab6e;
}
.section > div{
    display: inline-block;
    font-weight: 700;
}
.section small{
    line-height: 5px;
    text-transform: capitalize;
    display: block;
}

/*----------Override html Vvvebjs editor and theme-style css ----------*/

@media (min-width: 1200px) {
    .tree ol {
        width: 19vw;
        min-width: 19vw;
    }
    .modal-dialog{
        max-width: 1000px;
    }

}
@media (min-width: 1600px) {
    .tree ol {
        width: 14vw;
        min-width: 14vw;
    }
    .modal-dialog{
        max-width: 1300px;
    }
}
@media (min-width: 2000px) {
    .tree ol {
        width: 11vw;
        min-width: 11vw;
    }
    .modal-dialog{
        max-width: 1600px;
    }

}