﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*.bootstrap-tagsinput {*/
/*    width: 100%;*/
/*}*/

/*.label-info {*/
/*    background-color: #17a2b8;*/
/*}*/

/*.label {*/
/*    display: inline-block;*/
/*    padding: .25em .4em;*/
/*    font-size: 75%;*/
/*    font-weight: 700;*/
/*    line-height: 1;*/
/*    text-align: center;*/
/*    white-space: nowrap;*/
/*    vertical-align: baseline;*/
/*    border-radius: .25rem;*/
/*    transition: color .15s ease-in-out,background-color .15s ease-in-out, border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
/*}*/

.container {
    max-width: 1550px;
}

#pluswrap {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    align-items: center;
    top: 0;
    background-color: rgb(0 0 0 / 0.60)
}

.plus {
    display: flex;
    margin: 0 auto;
}