/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.text-justify{
    text-align: justify !important
}
.text-white-new{
    color: white !important;
}
.text-gray-new {
    color: gray !important;
}
.input-group-text {
    white-space: inherit;
    border-radius: 0;
}
.select-padding {
    padding: 0px !important;
}
.select-border {
    border-right: 0px !important;
    border-radius: 0px !important;
}
.font-weight-bold{
    font-weight: bold;
}
.custom-video video[poster] {
    object-fit: cover;
    border: 5px solid black;
    border-radius: 10px;
    background-color: black;
}
.container-card {
    overflow: hidden;
    height: 266px;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .container-card img {
        object-fit: cover;
        width: 100%;
        min-height: 100%;
        border-radius: 10px;
    }
.position-input {
    border-radius: 8px;
    height: 55px;
    box-shadow: 0px 0px 10px green;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}

    .hr-text:before {
        content: "";
        background: linear-gradient(to right, transparent, #818078, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .hr-text:after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: black;
        padding: 0 0.5em;
        line-height: 1.5em;
        color: black;
        background-color: #fcfcfa;
    }