body,
html {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 1rem;
}

.wrapper {
    display: block;
    max-width: 500px;
    margin: 10% auto;
}

.text-center {
    text-align: center;
}

.text,
.submit {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: none;
    font-size: 1.25rem;
}

.text {
    border: 1px solid #ccc;
}

.submit {
    text-transform: uppercase;
    background: #000;
    color: #fff;
}

.message {
    padding: 12px 10px 0px 10px;
    margin-bottom: 15px;
    border-width: 1px;
    border-style: solid;
}

.message.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.message.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.table-responsive {
    overflow-x: auto;
}
.badge {
    padding: 4px 28px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    font-size: .7rem;
    cursor: pointer;
    border-radius: 5px;
    color: white;
}
.badgeCross {
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    border-radius: 5px;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;

    padding-bottom: 4px;
    min-width: 95px;
    text-align: center;
}
.badgeCross a {
    float: right;
    color: white;
    margin-right: 5px;
    background: red;
    border-radius: 5px;
    width: 20px;
}
.badge-color {
   background-color: #1779ba;
}
.d-flexin {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.d-none {
    display: none;
}
.BeforeDivs {
    width: 170px;
    text-align: center;
    height: 40px;
    color: white;
    display: inline-grid;
    align-items: center;
    text-align: center;
    padding: 10px;
    background-color: #138ed6;
    position: relative;
}
.cameraIcon {
    color: black;
    font-size: 20px !important;
    position: absolute;
    right: 3px;
    top: 4px;
}

.SlashIcon {
    color: black;
    font-size: 20px !important;
    position: absolute;
    right: 1px;
    top: 5px;
}

.button-holder-inbound-menu {
    text-align: center;
}
