
.message{
    position: fixed;
    background-color: #DB4D65;
    color: #fff;
    top:-10px;
    width: auto;
    max-width: 500px;
    min-height: 50px;
    right: 50px;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transition: 250ms all;
    font-size: 16px;
}
.message-show{
    visibility: visible;
    opacity: 1;
    top:20px
}
.message > .wrap {
    background-color: #DB4D65;
    position: relative;
    width: 100%;
    top: 10px;
    padding: 5px 15px;
}
.message_content{
    display: inline-block;
    text-align: left;
    width: 100%;
}
.message > .wrap > span{
    position: absolute;
    right: 0;
    bottom: -25px;
    line-height: normal;
    border: 1px solid #DB4D65;
    border-radius: 20px;
    font-size: 12px;
    padding: 1px 4px;
}
.message > .wrap > span > a{
    color:#DB4D65;
}






.form-switch {
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding-left: 0;
}

.form-switch i {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    width: 46px;
    height: 26px;
    background-color: #e6e6e6;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}

.form-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.form-switch input { display: none; }

.form-switch input:checked + i { background-color: #4BD763; }

.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }











td, th{
    font-size: 13px !important;
    vertical-align: middle !important;
}

.l-messages{
    text-align: left;
}
.r-messages{
    text-align: right;
}
.message-area{
    text-align: left;
    display: inline-block;
    width: 80%;
    color: rgba(0,0,0,0.7);
    font-size: 0.85rem;
}
.m-header{
    font-weight: 600;
    color: rgba(0,0,0,0.65) !important;
}