.headerlogo {
    max-width: 200px;
}

.fixedshadow {
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

.custom-short-shadow:{
    border: solid 1px #eee;
}

.custom-short-shadow:hover{
    box-shadow: 0 0 40px rgb(51 51 51 / 10%);
    transition: all .25s
}

.noleft {
    left: 0px !important;
}

.nopadding {
    padding: 0px !important;
}

.text-white {
    color: white !important;
}

.border-active {
    border: solid 2px #000;
}

.custom-bottom-border {
    padding-bottom: 10px;
    border-bottom: solid 1px #bebebe;
}

.smallest{
    font-size: 12px;
}

.skewed-img-right-custom {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(-0deg) rotateX(0deg);
          transform: rotateY(-0deg) rotateX(0deg);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mt-30{
    margin-top: 30px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pb-30{
    padding-bottom: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pl-5 {
    padding-left: 5px;
}

.pl-20 {
    padding-left: 20px;
}

.smalltext {
    font-size: 14px;
}

.pt-0 {
    padding-top: 0px !important;
}

.bg-white {
    background: white;
}

.bg-white-feed {
    background: white;
    border: solid 1px #eee;
}

.mildborder {
    border: solid 1px #eee;
}


.postinput {
    border: solid 1px #eee;
}


.textalignleft {
    text-align: left;
}

.lineheight-feed {
    line-height: 1.3;
}

.custompostbuttom {
    padding: 2px 10px 2px 10px;
    margin: 2px;
    margin-top: 4px;
    float: right;
    border: solid 1px #eee;
}

.addpostbutton {
    border: solid 1px #b1b1b1;
    border-radius: 50px !important;
    width: 100%;
}

.mb-30 {
    margin-bottom: 30px;
}

.newsimage {
    margin-bottom: 10px;
}

.width100 {
    width: 100%;
}

.activemenuitem {
    text-decoration: underline;
}

.max-height-with-inner-scroll {
    max-height: 600px;
    overflow-y: scroll;
}

.bg-black {
    background-color: #000;
}

.top-fixed{
    top:10% !important;
}

/*Loader */
.loader {
    filter: hue-rotate(0deg);
    background: linear-gradient(45deg, #0e8, #08e);
    animation: hue 10000ms infinite linear;

}

@keyframes spinify {
    0% {
        transform: translate(0px, 0px);

    }

    33% {
        transform: translate(0px, 24px);
        border-radius: 100%;
        width: 10px;
        height: 10px;

    }

    66% {
        transform: translate(0px, -16px);
    }

    88% {
        transform: translate(0px, 4px);

    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes hue {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }

}

.callicon {
    position: fixed;
    left: 20pt;
    bottom: 18pt;
    z-index: 9998;
    top: auto;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 21%) 0px 0px 12px;
  
}

.whatsappicon {
    position: fixed;
    right: 20pt;
    bottom: 18pt;
    z-index: 9998;
    top: auto;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 21%) 0px 0px 12px;
}

.iconsizewp {
    width: 50px;
}