/**
Froala style
 */
/*#fr-logo, #paragraphStyle-1{
    visibility: hidden;!important;
}*/

/* Pour Chrome, Safari, Edge et Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Pour Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.fr-floating-btn, .paragraphStyle-1{
    visibility: hidden;!important;
}


.btn-primary{
    background-color: #ff5722; !important;
    border-color:#fa987f; !important;
}
.btn-primary:active, .btn-primary:hover, .btn-primary.disabled:active, .btn-primary.disabled:hover {
    background-color: #e1714b !important;
}
.btn-primary:focus, .btn-primary.disabled:focus {
    background-color: #ff5722 !important;
}
.btn-primary.disabled {
    box-shadow: 0 2px 6px #fa987f;
    background-color: #dc7e67;
    border-color: #ee8066;
}


.badge {
    /*border-radius: 1px;*/
    font-size: 12px;
    font-weight: bold;
}

.form-control:focus, .input-group-text:focus, .custom-select:focus, .custom-file-label:focus {
    background-color: #fefeff !important;
    border-color: #f4b195 !important;
}

.form-control, .input-group-text, .custom-select, .custom-file-label {
    background-color: #fdfdff !important;
    border-color: #fcebe4 !important;
}

.cesie-link{
    color: #ef9467;
    font-weight: 500;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.cesie-link:hover {
    color: #b33b00;
    text-decoration: underline;
}

.custom-hr {
    border: 0;
    height: 1px;
    background: rgb(3,25,60);
    background: linear-gradient(174deg, rgba(3,25,60,1) 0%, rgba(140,111,112,1) 47%, rgba(255,87,34,0.7595413165266106) 100%); margin: 20px 0;
}

/**badge
 */
.badge{
    padding: 4px 8px !important;
    font-size: 9px;
    border-radius: 5px;
}
.badge-success {
    color: #fff;
    background-color: #00e307!important;
}
