.navbar-toggler {
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}

.navbar-toggler:active,
.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: 0
}

.navbar-toggler .icon-bar {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

@media (max-width: 575.98px) {
    .navbar-toggler .icon-bar {
        display: block;
        width: 26px;
        height: 3px;
        background-color: #fff;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s
    }
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 8px
}
@media (max-width: 575.98px) {
    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px
    }
}

.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}