/* Minification failed. Returning unminified contents.
(493,49): run-time error CSS1046: Expect comma, found '255'
(493,56): run-time error CSS1046: Expect comma, found ')'
 */
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 30vw;
    height: 30vw;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #6351ce;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 14vw;
        left: 14vw;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 28vw;
        height: 28vw;
        opacity: 0;
    }
}


.phone-enter {
    opacity: 0;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease-out-cubic;
    -webkit-transition-duration: 400ms;
}

    .phone-enter.phone-enter-active {
        opacity: 1;
    }

a.remove-button {
    text-decoration: none !important
}


.label-radio-image [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    .label-radio-image [type=radio]:before {
        content: "\2713";
    }

    .label-radio-image [type=radio] + picture {
        cursor: pointer;
    }

.label-radio-image .checked:checked + picture {
    border-top: 16px solid #f00;
    /*margin-top: 16px;*/
    border-bottom: 16px solid red;
}

label.error:before {
    content: "\26A0";
    padding-left: 5px;
    display: block;
    float: left;
    padding-right: 5px
}

label.error {
    color: #a10808 !important;
    clear: both;
    width: 100%;
    /* background: #ffc107; */
    padding: 5px;
    display:none !important;
}
input.error, select.error, textarea.error{
    border-color: red !important
}
#mainLoader, #mainLoaderN {
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.7);
    position: fixed;
    z-index: 9999;
    display: block;
    top:0;
    left:0px
}
/*Loading animation*/
    #mainLoader .wrapper, #mainLoaderN .wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #mainLoader .circle, #mainLoaderN .circle {
        display: inline-block;
        width: 2vh;
        height: 2vh;
        background-color: #fcdc29;
        border-radius: 50%;
        animation: loading 1.5s cubic-bezier(.8, .5, .2, 1.4) infinite;
        transform-origin: bottom center;
        position: relative;
    }

@keyframes loading {
    0% {
        transform: translateY(0px);
        background-color: #fcdc29;
    }

    50% {
        transform: translateY(50px);
        background-color: #ef584a;
    }

    100% {
        transform: translateY(0px);
        background-color: #fcdc29;
    }
}

#mainLoader .circle-1 {
    animation-delay: 0.1s;
}

#mainLoader .circle-2 {
    animation-delay: 0.2s;
}

#mainLoader .circle-3 {
    animation-delay: 0.3s;
}

#mainLoader .circle-4 {
    animation-delay: 0.4s;
}

#mainLoader .circle-5 {
    animation-delay: 0.5s;
}

#mainLoader .circle-6 {
    animation-delay: 0.6s;
}

#mainLoader .circle-7 {
    animation-delay: 0.7s;
}

#mainLoader .circle-8 {
    animation-delay: 0.8s;
}


/* Container needed to position the button. Adjust the width as needed */
.fileUploadWrapper {
    position: relative;
    width: 50%;
}

    /* Make the image responsive */
    .fileUploadWrapper img {
        width: 100%;
        height: auto;
    }

    /* Style the button and place it in the middle of the container/image */
    /*.fileUploadWrapper .btnUpload {
        position: absolute;
        bottom: 5%;
        right: 5%;
    }
    .fileUploadWrapper .btnPixaSearch {
        position: absolute;
        bottom: 5%;
        left: 5%;
    }
    */
.btnPixaSearch {
    /*position: absolute;*/
}
.cardGroup {
    bottom: 0;
    position: inherit;
    width: inherit;
}

.checkBoxCheck{
    display:none;
}
.label-radio-image:hover > .checkBoxCheck {
    display: inline-block;
    opacity: 0.7;
    float: left;
}
    .checkBoxCheck.active {
        display: inline-block;
        float: left;
    }
        .checkBoxCheck.active:before, .label-radio-image:hover > .checkBoxCheck:before {
            width: 41px;
            height: 41px;
            font-family: 'FontAwesome';
            content: "\f058";
            position: absolute;
            color: #fff;
            font-size: 2.8em;
            line-height: 1em;
            left: 7px;
            top: 7px;
            box-shadow: 1px 1px 15px 4px #444;
            background-color: #0d6efd;
            border-radius: 30px;
        }

.popoverFormWrapper {
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 40px);
    background-color: rgba(0,0,0,0.8);
    display:none;
}

#QuickPostSection .popoverFormWrapper {
    width: 100% !important;
}
.popoverForm {
    background-color: #fff;
    position: absolute;
    width: 80%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    padding: 1em;
}

.rn-carousel-control {
    background-color: rgba(9,9,9,0.6);
    padding: 0.2em
}

    .rn-carousel-control.rn-carousel-control-prev:before {
        content: "\f053" !important;
        font-family: 'FontAwesome';
        color: #fff;
    }

    .rn-carousel-control.rn-carousel-control-next:before {
        content: "\f054" !important;
        font-family: 'FontAwesome';
        color: #fff;
    }

.badgeAbs{
    position: absolute;
    font-size: 0.8em;
}

.list-group-item.active {
    /*background-color: #f1f5f9 !important;*/
    color: #333 !important;
    font-weight: 700;
}


/**
 * Icon
 */

.ShineIcon {
    position: relative;
    overflow: hidden;
    /*width: 50px;
    height: 50px;
    display: inline-block;
    margin: 25px 0 25px 25px;
    border-radius: 5px;*/
   /* color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    font-family: sans-serif;*/
}


    /**
 * The "shine" element
 */

    .ShineIcon:after {
        animation: shine 5s ease-in-out infinite;
        animation-fill-mode: forwards;
        content: "";
        position: absolute;
        top: -110%;
        left: -210%;
        width: 200%;
        height: 200%;
        opacity: 0;
        transform: rotate(30deg);
        background: rgba(255, 255, 255, 0.13);
        background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
    }

    /* Hover state - trigger effect */


    /* Active state */

    .ShineIcon:active:after {
        opacity: 0;
    }

@keyframes shine {
    10% {
        opacity: 1;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
    }

    100% {
        opacity: 0;
        top: -30%;
        left: -30%;
        transition-property: left, top, opacity;
    }
}

.nav-link.active.bg-warning {
    border-radius: 10px !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.CuratedPostBlock {
    animation: slideFromLeft .2s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes slideFromLeft {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}
.day.activeDate {
    background-color: #adfff9 !important;
    border-color: #22827b !important;
    box-shadow: #04717b inset 1px 1px 5px 5px;
}

/*.nav-item.nav-item-has-children > a:after {
    font-family: 'Font Awesome 6 Free' !important;
    content: '' !important;
}*/

tags-input .tags {
    background: rgba(239, 239, 239, 0.5) !important;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 16px !important;
    color: #5d657b;
    resize: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: all 0.3s;
    box-shadow: none !important;
    border: 1px solid #e5e5e5 !important;
}
    tags-input .tags .input{
        background-color: transparent
    }

legend.col-form-label {
    font-size: 14px;
    font-weight: 500;
    color: #262d3f;
    display: block;
    margin-bottom: 10px;
}


a:focus, button:focus, select:focus, input:focus, textarea:focus {
    outline-width: 1px !important;
    outline-style: dashed !important;
    outline-color: #333 !important;
}

.card-img-top{
    background-color: #fff;
}
tags-input .tags .tag-item {
    background: #696cff !important;
    color: #FFF;
    padding: 4px;
    font: inherit !important;
    height: unset !important
}

ti-tag-item ng-include a.remove-button{
    color: #fff !important; 
}

.img-fluid{
    width: 100%
}

.read {
    overflow: hidden;
    height: 90px;
    transition: all 0.3s;
}

.read-more {
    height: unset !important;
}

.form-check.form-switch.toggle-switch .form-check-input {
    width:50px
}
.form-check.form-switch.toggle-switch .form-check-label{
    margin-left: 1em
}

.packageBtn {
    padding: 1em;
    border: 2px solid #fff;
    text-align: left;
}

    .packageBtn.active {
        background-color: #fff9d6;
        border: 2px solid #a10808;
    }
.PackageButtons{
    display:none;
}

.rotate180{
    transform: rotate(180deg);
}

.ExpandMenuBtn{
    display: none;
}

@media screen and (max-width:768px){
    .ExpandMenuBtn {
        display: block;
    }
}

.prefrdIcon {
    clear: both;
    display: block;
    position: absolute;
    right: 0;
    padding: 0 5px;
}

    .prefrdIcon .feather {
        filter: drop-shadow(0px 0px 3px rgb(255 255 255))
    }

.MySettingBlock .list-group-item.active {
    background: #696cff;
}
