body {
    font-weight: 600;
}
.fb-reaction input[type="radio"] {
    display: none;
}
.fb-reaction img {
    width: 40px;
    display: block;
    /*transition: margin .1s;*/
}
.fb-reaction img.active {
    border: 1px solid #2778f4;
    background: #2778f4;
    margin-bottom: 10px;
    border-radius: 20px;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.img-responsive-histories {
    max-width: 30px;
    height: auto;
}
.fb-reaction .checkbox {
    display: inline-block;
    margin-right: 10px;
}
.list-seeding .custom-control-label > span {
    display: block;
    color: rgb(255, 141, 0);
    margin-top: 5px;
    margin-bottom: 0;
}
.list-seeding .custom-radio-2 {
    margin-bottom: 0 !important;
}
.btn-cancel-order {
    border-radius: 10px !important;
    border: 0 !important;
}
.bade-status {
    line-height: 2;
}
/*.anticon-status{
    vertical-align: -.3em !important;
}*/
.menu {
    width: 20px;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.form-control:not([disabled]):hover,
.form-control:not([disabled]):focus {
    border-color: rgba(214, 53, 81, 0.8);
    /* box-shadow: 0 0 0 2px rgba(214, 53, 81, 0.2); */
}

.form-control:not([disabled]):focus {
    box-shadow: 0 0 0 2px rgba(228, 132, 148, 0.9);
}

h5.title {
    background: linear-gradient(261.99deg, #6f78d9 1.23%, #f58beb 90.88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    font-size: 23px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    line-height: 30px;
}
