body {
    background: #e6e6e6;
}

.bg-canvas {
    background: #fff
}

.title-bar {
    background: #630031;
}

    .title-bar a, .title-bar a:focus, .title-bar a:hover {
        color: #fff;
    }

a {
    color: #630031;
}

    a:focus, a:hover {
        color: #af075a;
    }

    a img, img {
        border: 1px solid #e6e6e6;
    }
.accordion {
    background: #630031;
    color: #fff;
}
.accordion-title {
    color: #fff;
}
.accordion-title:hover, .accordion-title:focus {
    background-color: #630031;
    color: #fff;
}
.is-active {
    background-color: #630031 ;
    color: #fff;
}
.border0 {
    border: 0px;
}

.borderCircle {
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.avatar-image {
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}

.callout {
    margin: 0 0 0.5rem 0;
}
.menu li {
    border-bottom: 1px solid #e6e6e6;
}

.border1 {
    border-bottom: 1px solid #e6e6e6;
}

.yellow {
    color: #FFD700
}

.button, .swal-button {
    background: #af075a;
    color: #fff;
    border-radius: 5px;
}

    .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
        background: #af075a;
        color: #fff;
        border-radius: 5px;
    }

    .button:focus, .button:hover, .swal-button:focus, .swal-button:hover, .swal-button:not([disabled]):hover {
        background: #52082d;
        color: #fff;
        border-radius: 5px;
        box-shadow: none;
    }

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url('../images/ajax-loader.gif') no-repeat center center;
}

.MandatoryField {
    color: red;
}

.wordWrap {
    word-wrap: break-word;
}

.wordWrapMaxwidth {
    word-wrap: break-word;
    max-width: 200px;
}

.markBlack {
    background-color: black;
    color: black;
}

.comment-area {
    margin-bottom: 5px;
    color: #fff;
    background-color: #fff;
}

.comment-box {
    margin: 0px;
    border: 0px;
}

.pagination li {
    display: inline-block;
}

.padding03 {
    padding: 3px;
}

.m3{ margin: 3px }
.mt3{ margin-top: 3px }
.mr3{ margin-right: 3px }
.mb3{ margin-bottom: 3px }
.ml3{ margin-left: 3px }
.mx3{ margin-left: 3px; margin-right: 3px }
.my3{ margin-top: 3px; margin-bottom: 3px }

.addtoany_buttons {
    display: flex;
    justify-content: normal;
}
