﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    padding: 0;
    margin-right: 15px;
}

.pif-badge {
    height: 70px;
    width: 70px;
    display: inline-flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
    /*.pif-badge {
    height: 50px;
    width: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}*/
    .pif-badge span {
        font-weight: 500 !important;
        text-align: center;
        font-size: 1.2em !important;
        color: white;
    }

.pif-bg-kisi {
    background-color: #3d405b !important;
}

.pif-bg-oda {
    background-color: #81b29a !important;
}

.pif-bg-wc {
    background-color: #e07a5f !important;
}

.pif-bg-banyo {
    background-color: #f2cc8f !important;
}

.pif-bg-black-half {
    background: rgba(0,0,0,.5) !important;
}
.sticky-col {
    z-index: 9 !important;
}

.pif-float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 20px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.pif-my-float-whatsapp {
    margin-top: 16px;
}
.pif-float-tel {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 20px;
    background-color: #4FBDBA;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.pif-my-float-tel {
    margin-top: 16px;
}

