form.ms_form input, form.ms_form select, form.ms_form textarea, .ms_input{
    width: 100%;
    margin: 5px 0!important;
    padding: 10px 20px!important;
    border: 1px solid #c4c4c4 !important;
    border-radius: 5px;
    transition: .2s ease-in-out;
}
.inline-input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.inline-input .pre-input {
    padding: 10px 20px;
    padding-right: 2px;
    border: 1px solid #c4c4c4;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    border-right: none;
    border-radius: 5px 0 0 5px;
    background-color: lightgrey;
}

.inline-input input.after-input {
    border-radius: 0!important;
    padding-left: 2px!important;
    border-left: none!important;
    width: 100%;
}
.inline-input .btn{
    height: 39px;
    background-color: #2ecc71;
    border: 0;
    box-shadow: none;
    border-radius: 0 5px 5px 0!important;
    color: white;
}
.stats{
    display: flex;
}
.chart{
    width: 70%;
}
canvas{
    max-height: 400px;
}
.info{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    border-left: 2px solid white;
}
.info .inline-input .pre-input{
    color: #fff;
    font-size: 18px;
    padding: 6px 20px;
}
.card.card-primary{
    background-color: #EFF8F0;
    border-radius: 24px;
    padding: 2rem;
}
.card.card-primary .card-body{
    width: 100%;
}
.line{
    border-bottom: 2px solid white;
    display: flex;
    flex-direction: column;
    padding: 16px 0;
}
.line:last-child{
    border-bottom: 0;
}
.line .key{
    font-size: 16px;
    color: #5a5a5a;
    font-weight: normal;
}
.line .value{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: left;
}
.line .value a{
    color: #000;
}
.line .value a:hover{
    color: #68E195;
}
.product-link {
    font-size: 16px;
    color: #000;
    text-align: left;
}
.product-link:hover{
    color: #68E195;
}
label{
    text-align: left;
}
h2{
    font-size: 22px;
    font-weight: normal;
}
.flex{
    display: flex;
}
table{
    width: 100%;
}
.social-sharing {
    margin-top: unset;
}

.social-sharing li a {
    text-indent: unset;
}

.social-sharing .dropdown-menu ul,
.social-sharing .dropdown-menu .minified-urls{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.social-sharing .dropdown-menu li {
    width: unset;
    height: unset;
    background-color: unset;
    background-repeat: unset;
    background-position: unset;
    background-size: unset;
    border-radius: unset;
}
/* Styles spécifiques pour le dropdown de partage */
.product-copy-dropdown {
    position: relative !important;
}

.product-copy-dropdown .dropdown-menu {
    padding: 0.5rem 0 !important;
    margin: 0 !important;
    background-color: #fff !important;
    border: 1px solid rgba(0,0,0,.15) !important;
    border-radius: 4px !important;
}

.product-copy-dropdown .dropdown-item svg {
    width: 16px;
    margin-right: 10px;
}

.product-copy-dropdown .dropdown-menu ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.product-copy-dropdown .dropdown-item {
    display: flex !important;
    align-items: center !important;
    padding: 5px !important;
    color: #232323 !important;
    text-decoration: none !important;
    background: none !important;
    border: none !important;
    text-align: left !important;
    cursor: pointer !important;
}

.product-copy-dropdown .dropdown-item:hover {
    background-color: #f8f9fa !important;
    color: #16181b !important;
}

.product-copy-dropdown .dropdown-item i {
    margin-right: 0.5rem !important;
    text-align: center !important;
}

.product-copy-dropdown .btn-outline-grey {
    color: #7a7a7a !important;
    background-color: transparent !important;
    border: 1px solid #7a7a7a !important;
    padding: 0.5rem 1rem !important;
}

.product-copy-dropdown .btn-outline-grey:hover {
    color: #fff !important;
    background-color: #7a7a7a !important;
}
