﻿:root {
    --theme-primary: #16537e;
    --theme-secondary: #1861ac;
    --theme-gray: #6c757d;
    --theme-orange: #ff8c00;
    --theme-white: #fff;
}


.white-bg {
    background: var(--theme-white) !important;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 2px 8px #e2e2e2;
    z-index: 100;
}

.my-float {
    margin-top: 11px;
    color: #fff;
}

.whatsapp-chat {
    position: fixed;
    z-index: 1000001;
    bottom: 40px;
    right: 34px;
}


    .whatsapp-chat svg {
        width: 50px;
        height: 50px;
        fill: white;
        background: #25d366;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.51) !important;
        padding: 5px;
        border-radius: 100%;
    }



@media screen and (max-width: 991px) {


    .whatsapp-chat {
        position: fixed;
        z-index: 1000001;
        bottom: 16px;
        right: 21px;
        font-size: 13px;
    }

        .whatsapp-chat svg {
            width: 42px;
            height: 42px;
        }
}
/*-----------------------------------------------------------margins-----------------------------------------------------------*/


.no-margin {
    margin: 0px !important;
}

.margin5 {
    margin: 5px !important;
}

.margin10 {
    margin: 10px !important;
}

.margin-left {
    margin-left: 10px !important;
}


.margin15 {
    margin: 15px !important;
}

.margintb {
    margin: 5% 0px;
}

.margintb-15 {
    margin: 15px 0px;
}

.marginrf-15 {
    margin: 0px 15px;
}




/*-----------------------------------------------------------shadow-----------------------------------------------------------*/



.shadow {
    webkit-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
}

.shadow-t {
    box-shadow: 0px -8px 6px -10px #CCC !important;
}

.shadow-b {
    box-shadow: 0px 8px 6px -10px #CCC !important;
}

.text-shadow {
    text-shadow: 1px 1px #ccc !important;
}

.c-shadow {
    box-shadow: 0px 1px 7px -4px var(--lgt-theme) !important;
}

.shadow-hover:hover {
    border-color: #e9e9e9;
    box-shadow: 1px 1px 5px #cccccc;
}

.no-shadow {
    box-shadow: none !important;
}
