﻿﻿input:focus, textarea:focus, select:focus, a, button {
    outline-style: none !important;
    box-shadow: none !important;
}

.site-disabled {
    pointer-events: none;
    opacity: 0.6;
}

.site-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 9999;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .site-loading img {
        width: 80px;
        height: 80px;
    }



.chip {
    display: inline-block;
    padding: 6px 15px;
    font-size: 18px;
    border-radius: 25px;
    background-color: #f1f1f1;
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid #d0c7c7;
}

    .chip .closebtn {
        padding-left: 10px;
        color: #888;
        font-weight: bold;
        float: right;
        font-size: 20px;
        cursor: pointer;
    }

        .chip .closebtn:hover {
            color: #000;
        }


.brand-link .brand-image {
    
}

 