.material-icons{
    vertical-align: middle;
}

.container-logged{
    margin-top: 80px;
    margin-bottom: 80px;
}

.bg-ms{
    background-color: #FF9048;
}
.bg-ms .navbar-brand{
    padding-top: 0px;
}
.bg-ms .nav-item{
    position: relative;
}
.bg-ms .nav-item.active:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    left: 0px;
    bottom: 0px;
    position: absolute;
}
.bg-ms .rounded-circle{
    border: 1px solid #434243;
}

.container-login{
    
}
.container-login > .row{
    min-height: 80vh;
}

body.no-overflow{
    overflow: hidden;
}

.container-documentation{
    
}
.container-documentation .tab-content{
    max-height: 85vh;
    overflow-x: hidden;
    overflow-y: auto;
}

@media (max-width: 767px) {
    .container-documentation .nav-doc-options{
        flex-direction: row !important;
        justify-content: center;
        margin: 15px 0px;
    }
    
    .container-documentation .tab-content{
        max-height: 75vh;
    }
}

.copyright{
    text-align: center;
}

.webhook-form{
    
}
.webhook-form .group-permissions{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.webhook-form .group-permissions .group-permissions-name{
    margin-bottom: 20px;
}
.webhook-form .group-permissions .form-group{
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px 15px 15px 0px;
}