.height-vh-100 {
    height: 100vh !important;
}
.form-control.form-control-tags {
    padding-left: 0.5rem;
}
.form-control.form-control-tags span {
    /* background-color: #97989f;
    color: #f7f7f7;
    border-radius: 5px;
    padding: 0.25rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin: 0 0.1rem;
    cursor: pointer; */
}
.form-control.form-control-tags input:-moz-placeholder {
    color: #adb5bd;
    opacity: 1;
}
.form-control.form-control-tags input:-ms-input-placeholder {
    color: #adb5bd;
    opacity: 1;
}
.form-control.form-control-tags input::placeholder {
    color: #adb5bd;
    opacity: 1;
}
.rubber {
    position: absolute;
    box-shadow: 0 0 0 6px #9b1515, 0 0 0 5px #9b1515 inset;
    border: 2px solid transparent;
    border-radius: 4px;
    display: inline-block;
    padding: 40px 5px;
    line-height: 60px;
    color: #9b1515;
    font-size: 83px;
    /* font-family: 'Black Ops One', cursive; */
    text-transform: uppercase;
    text-align: center;
    opacity: 0.8;
    width: 484px;
    transform: rotate(337deg);
    font-weight: 700;
    top: 31%;
    left: 25%;
    z-index: 9999;
}
fieldset {
    border: 1px solid #bbb8b8;
    border-color: #bbb8b8;
    border-radius: 9px;
    padding: 1.2rem;
}
legend {
    float: none;
    width: auto;
    padding: 0 10px;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    transition: all 0.2s ease-in;
}
.attachment {
    margin-bottom: 1rem;
    border: 1px solid #0000004a;
    background-size: 150%;
    background-position-x: 25%;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-radius: 5px;
}
.attachment .attachment-del:hover i {
    color: #ed5050 !important;
    margin-right: 5px;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row > [class*="col-"] form {
    height: 100%;
}
.row > [class*="col-"] form fieldset {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
iframe {
    width: 800px;
    border: 0;
    padding: 0;
    overflow: auto;
}
.badge-notifcation {
    font-size: 10px;
    position: absolute;
    background-color: #ff0909;
    top: -6px;
    padding: 0 !important;
    line-height: normal;
    height: 8px;
    width: 8px;
    right: -4px;
    color: #ff0909;
    box-shadow: 0px 0px 3px 1px #ff0909 !important;
}
.close-noti {
    position: absolute;
    right: 0;
    top: 0;
}
#track-eye {
    visibility: hidden;
    position: absolute;
}
#track-eye + label {
    cursor: pointer;
}
#track-eye:checked ~ label {
    color: #4fbf4f;
}
#track-eye ~ label::before {
    content: "\f070"; // bars code
}

#track-eye:checked ~ label::before {
    content: "\f06e";
    color: #4fbf4f;
}
#track-eye + label::after {
    font-family: var(--bs-font-monospace) !important;
}
#track-eye ~ label::after {
    content: "Tacking off!!";
    margin-left: 5px;
}

#track-eye:checked ~ label::after {
    content: "Tracking...";
    color: #4fbf4f;
    margin-left: 7px;
}
.temp-snap {
    transform: scale(0.4);
    position: absolute;
    top: -316px;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
    /* left: 0; */
    /* right: 0; */
    text-align: center;
    width: 361px;
}
.btn-clear {
    background: transparent;
    border: 0;
}
.form-switch .form-check-input.green:checked {
    border-color: rgb(70 191 65 / 95%);
    background-color: rgb(70 191 65 / 95%);
}
.alert-light {
    background-image: linear-gradient(
        310deg,
        #e5ebf1 0%,
        #f5f9ff 100%
    ) !important;
}
.avatar {
    position: relative !important;
}
.avatar img {
    top: 0;
    position: absolute;
}
.bootstrap-tagsinput {
    padding: 6px 4px;
    line-height: 27px;
}

.bootstrap-tagsinput .tag {
    background-color: #c523a0;
    padding: 3px 10px;
    border-radius: 8px;
    margin-bottom: 2px;
}
.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}
