﻿.navbar .navbar-wrapper .navbar-toggle .navbar-toggler {
    padding-left: 0;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@media screen and (max-width: 991px) {

    .navbar-toggle .navbar-toggler,
    .navbar-toggle {
        /* display: block !important; */
    }

    .navbar .navbar-toggler {
        width: 10px;
        height: 27px;
        vertical-align: middle;
        outline: 0;
        cursor: pointer;
    }

    [type=reset],
    [type=submit],
    button,
    html [type=button] {
        -webkit-appearance: button;
    }

    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        /* border-radius: .25rem; */
    }
}

.navbar .navbar-wrapper {
    display: inline-flex;
    align-items: center;
}

.card {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 1px 15px 1px rgba(39, 39, 39, 0.1);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.text-primary,
a.text-primary:focus,
a.text-primary:hover {
    color: #f96332 !important;
}

@media screen and (max-width: 991px) {
    #bodyClick {
        height: 100%;
        width: 100%;
        position: fixed;
        opacity: 1;
        top: 0;
        right: 0;
        left: 260px;
        content: "";
        z-index: 9999;
        overflow-x: hidden;
        background-color: transparent;
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
}