﻿
#footer-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 98;
    background-color: inherit;
    /*background-color: rgba(249,249,249,0.98);*/
    box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.06);
    min-height: 60px;
    display: flex;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: all 300ms ease
}

    #footer-bar a {
        /*color: #1f1f1f;*/
        padding-top: 12px;
        position: relative;
        flex: 1 1 auto
    }

        #footer-bar a i {
            margin-top: -3px;
            font-size: 18px;
            position: relative;
            z-index: 2
        }

        #footer-bar a span {
            position: relative;
            z-index: 2;
            display: block;
            font-size: 10px;
            font-weight: 500;
            margin-top: -6px;
            opacity: 0.7;
            font-family: 'Rubik', sans-serif !important;
        }


.default-bottom-icon {
    color: #DA4453 !important;
}

.facebook-color {
    background-color: #3b5998;
    color: #fff;
}

.instagram-color {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    color: #fff;
}

.twitter-color {
    background-color: #00acee;
    color: #fff;
}

.whatsapp-color {
    background-color: #075e54;
    color: #fff;
}

.hz-container {
    display: flex;
    overflow-x: auto;
}

    .hz-container::-webkit-scrollbar {
        display: none;
    }

.footer-bar .active-nav strong {
    position: absolute;
    width: 50px;
    height: 4px;
    border-radius: 60px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background-color: var(--mud-palette-primary) !important;
    color: #FFF;
}

.polaroid-effect {
    background-color: #fff;
    padding: 5px;
    border: solid 1px rgba(0,0,0,0.1);
}

::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
}

.fa-small {
    font-size: 1.1rem !important;
}

.fa-1x {
    font-size: 1em !important;
}

.fa-2x {
    font-size: 2em !important;
}

.fa-3x {
    font-size: 3em !important;
}

.fa-4x {
    font-size: 4em !important;
}

.fa-5x {
    font-size: 5em !important;
}

.fa-6x {
    font-size: 6em !important;
}

.fa-7x {
    font-size: 7em !important;
}

.fa-8x {
    font-size: 8em !important;
}

.mud-elevation-25 {
    box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
}

.rounded-sm {
    border-radius: 6px !important;
}

.rounded-t-l-lg {
    border-top-left-radius: 8px !important;
}

.rounded-b-l-lg {
    border-bottom-left-radius: 8px !important;
}

.rounded-t-r-lg {
    border-top-right-radius: 8px !important;
}

.rounded-b-r-lg {
    border-bottom-right-radius: 8px !important;
}

.rounded-xl {
    border-radius: 20px !important;
}

.blink {
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 2s steps(5, start) infinite;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

.theme-background-color-blue {
    background: linear-gradient(0deg,#0083FF 0.11%,#0049FF 127.33%);
    color: #fff;
}

.copyright-footer {
    
}

.max-line-2 {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 2.6em; /* Fallback for non-webkit, line-height * 2 */
    line-height: 1.3em;
    -webkit-line-clamp: 2; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-line-3 {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 3.9em; /* Fallback for non-webkit, line-height * 2 */
    line-height: 1.3em;
    -webkit-line-clamp: 3; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-line-4 {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 5.2em; /* Fallback for non-webkit, line-height * 4 */
    line-height: 1.3em;
    -webkit-line-clamp: 4; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-line-6 {
    display: block; /* Fallback for non-webkit */
    display: -webkit-box;
    height: 7.8em; /* Fallback for non-webkit, line-height * 6 */
    line-height: 1.3em;
    -webkit-line-clamp: 6; /* if you change this, make sure to change the fallback line-height and height */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}