.header{
    background-color: #191919!important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-container{
    width: -webkit-max-content;
    width: -o-max-content;
    float: right;
    margin-right: 14px;
    display: flex;
    padding: 6px;
}

.account-container_buttons a{
    color: #7c7c7c;
    float: left;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 18px;
    cursor: pointer;
    text-decoration: none;
}

.account-container_buttons a.colorhover:hover {
    color: #ccc;
    text-decoration: none;
}

.account-container_buttons span.sep {
    color: #3e3e3e;
    display: inline-block;
    line-height: 18px;
    margin-left: 6px;
    margin-right: 6px;
}
.account-container_buttons {
    background-color: #000;
    border-radius: 5px;
    display: flex;
    margin: 9px 4px;
    align-items: center;
    padding: 6px;
}

.logo-container{
    color: #e0e3e3;
    margin-left: 12px;
}

.logo-container span{
    color: #787878;
    font-size: 12px;
}

.logo-container .gunzup-logo{
    font-size: 17px;
    margin-left: -3px;
}

.dash-icon {
    width: 33px;
    height: 33px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    font-size: 0;
    margin-top: 7px;
}

.dashboard {
    background: url(../images/mask-avy.png) no-repeat;
    margin-right: 0px;
}

.object-types_container{
    display: flex;
    flex-wrap: wrap;
}
.object-types_container .form-check{
    margin-right: 12px;
}

.main-content{
    width: 80%;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 12px;
}

.minicolors-input{
    height: 30px !important;
}

.preloader-container{
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    background-color: #3e3e3ec4;
    color: #fff;
    align-items: center;
    justify-content: center;
    top: 0px;
    font-size: 40px;
}