

/**
 * MediaFriend CSS Library
 * Add necessary classes to your HTML elements and MediaFriend will control the styling of the webpage without worry
 * @version 1.0
 * @copyright Udvid.com
 * @author Hiranmoy Chatterjee
 * @namecase hyphen-separated. Example: Fluid Container as fluid-container
 * @namespace 'mf-'
 */
 :root {
    --sm-size: 601px;
    --md-size: 993px;
    --lg-size: 1200px;
 }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* -- COMMON ELEMENT DEFAULT STYLES -- */

pre {
    font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif !important;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 20px;
    border: 1px dashed #ccc;
    padding: 10px;
}

pre code {
    padding: 10px;
}



ul.mf-list-nostyle, ol.mf-list-nostyle {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.mf-inline-list, ol.mf-inline-list {
    padding: 0;
    margin: 0;
}

ul.mf-inline-list li, ol.mf-inline-list li {
    display: inline-block;
}

/**
 * A center aligned fixed container of 1200px width
 */
.mf-fxdcon {
    position: relative;
    width: 1200px;
    margin: auto;
}

@media only screen and (max-width: 1200px) {
    .mf-fxdcon {
        width: 100% !important;
    }
}

.mf-card-sm-1, .mf-card-sm-2, .mf-card-sm-3, .mf-card-sm-4, .mf-card-sm-5, .mf-card-sm-6, .mf-card-sm-7, .mf-card-sm-8, .mf-card-sm-9, .mf-card-sm-10, .mf-card-sm-11, .mf-card-sm-12, .mf-card-md-1, .mf-card-md-2, .mf-card-md-3, .mf-card-md-4, .mf-card-md-5, .mf-card-md-6, .mf-card-md-7, .mf-card-md-8, .mf-card-md-9, .mf-card-md-10, .mf-card-md-11, .mf-card-md-12, .mf-card-lg-1, .mf-card-lg-2, .mf-card-lg-3, .mf-card-lg-4, .mf-card-lg-5, .mf-card-lg-6, .mf-card-lg-7, .mf-card-lg-8, .mf-card-lg-9, .mf-card-lg-10, .mf-card-lg-11, .mf-card-lg-12, .mf-card-xl-1, .mf-card-xl-2, .mf-card-xl-3, .mf-card-xl-4, .mf-card-xl-5, .mf-card-xl-6, .mf-card-xl-7, .mf-card-xl-8, .mf-card-xl-9, .mf-card-xl-10, .mf-card-xl-11, .mf-card-xl-12 {
    position: relative;
    display: inline-block;
    font-size: 0;
}

.mf-card-sm-1 {
    width: 8.3333%;
}

.mf-card-sm-2 {
    width: 16.6666%;
}

.mf-card-sm-3 {
    width: 24.9999%;
}

.mf-card-sm-4 {
    width: 33.3333%;
}

.mf-card-sm-5 {
    width: 41.6666%;
}

.mf-card-sm-6 {
    width: 49.9999%;
}

.mf-card-sm-7 {
    width: 58.3333%;
}

.mf-card-sm-8 {
    width: 66.6666%;
}

.mf-card-sm-9 {
    width: 74.9999%;
}

.mf-card-sm-10 {
    width: 83.3333%;
}

.mf-card-sm-11 {
    width: 91.6666%;
}

.mf-card-sm-12 {
    width: 99.9999%;
}

@media only screen and (min-width: 601px) {
    .mf-card-md-1 {
        width: 8.3333%;
    }

    .mf-card-md-2 {
        width: 16.6666%;
    }

    .mf-card-md-3 {
        width: 24.9999%;
    }

    .mf-card-md-4 {
        width: 33.3333%;
    }

    .mf-card-md-5 {
        width: 41.6666%;
    }

    .mf-card-md-6 {
        width: 49.9999%;
    }

    .mf-card-md-7 {
        width: 58.3333%;
    }

    .mf-card-md-8 {
        width: 66.6666%;
    }

    .mf-card-md-9 {
        width: 74.9999%;
    }

    .mf-card-md-10 {
        width: 83.3333%;
    }

    .mf-card-md-11 {
        width: 91.6666%;
    }

    .mf-card-md-12 {
        width: 99.9999%;
    }
}

@media only screen and (min-width: 993px) {
    .mf-card-lg-1 {
        width: 8.3333%;
    }

    .mf-card-lg-2 {
        width: 16.6666%;
    }

    .mf-card-lg-3 {
        width: 24.9999%;
    }

    .mf-card-lg-4 {
        width: 33.3333%;
    }

    .mf-card-lg-5 {
        width: 41.6666%;
    }

    .mf-card-lg-6 {
        width: 49.9999%;
    }

    .mf-card-lg-7 {
        width: 58.3333%;
    }

    .mf-card-lg-8 {
        width: 66.6666%;
    }

    .mf-card-lg-9 {
        width: 74.9999%;
    }

    .mf-card-lg-10 {
        width: 83.3333%;
    }

    .mf-card-lg-11 {
        width: 91.6666%;
    }

    .mf-card-lg-12 {
        width: 99.9999%;
    }
}

@media only screen and (min-width: 1200px) {
    .mf-card-xl-1 {
        width: 8.3333%;
    }

    .mf-card-xl-2 {
        width: 16.6666%;
    }

    .mf-card-xl-3 {
        width: 24.9999%;
    }

    .mf-card-xl-4 {
        width: 33.3333%;
    }

    .mf-card-xl-5 {
        width: 41.6666%;
    }

    .mf-card-xl-6 {
        width: 49.9999%;
    }

    .mf-card-xl-7 {
        width: 58.3333%;
    }

    .mf-card-xl-8 {
        width: 66.6666%;
    }

    .mf-card-xl-9 {
        width: 74.9999%;
    }

    .mf-card-xl-10 {
        width: 83.3333%;
    }

    .mf-card-xl-11 {
        width: 91.6666%;
    }

    .mf-card-xl-12 {
        width: 99.9999%;
    }
}

/* ------------- FLUID CONTAINER ------------------- */

/**
 * A center aligned fluid container of variable width according to screen size
 */
.mf-con {
    position: relative;
    width: 100%;
    margin: auto;
}
.mf-con-sm-1, .mf-con-sm-2, .mf-con-sm-3, .mf-con-sm-4, .mf-con-sm-5, .mf-con-sm-6, .mf-con-sm-7, .mf-con-sm-8, .mf-con-sm-9, .mf-con-sm-10, .mf-con-sm-11, .mf-con-sm-12, .mf-con-md-1, .mf-con-md-2, .mf-con-md-3, .mf-con-md-4, .mf-con-md-5, .mf-con-md-6, .mf-con-md-7, .mf-con-md-8, .mf-con-md-9, .mf-con-md-10, .mf-con-md-11, .mf-con-md-12, .mf-con-lg-1, .mf-con-lg-2, .mf-con-lg-3, .mf-con-lg-4, .mf-con-lg-5, .mf-con-lg-6, .mf-con-lg-7, .mf-con-lg-8, .mf-con-lg-9, .mf-con-lg-10, .mf-con-lg-11, .mf-con-lg-12, .mf-con-xl-1, .mf-con-xl-2, .mf-con-xl-3, .mf-con-xl-4, .mf-con-xl-5, .mf-con-xl-6, .mf-con-xl-7, .mf-con-xl-8, .mf-con-xl-9, .mf-con-xl-10, .mf-con-xl-11, .mf-con-xl-12 {
    position: relative;
    margin: auto;
}
.mf-con-sm-1 {
    width: 8.3333%;
}

.mf-con-sm-2 {
    width: 16.6666%;
}

.mf-con-sm-3 {
    width: 24.9999%;
}

.mf-con-sm-4 {
    width: 33.3333%;
}

.mf-con-sm-5 {
    width: 41.6666%;
}

.mf-con-sm-6 {
    width: 49.9999%;
}

.mf-con-sm-7 {
    width: 58.3333%;
}

.mf-con-sm-8 {
    width: 66.6666%;
}

.mf-con-sm-9 {
    width: 74.9999%;
}

.mf-con-sm-10 {
    width: 83.3333%;
}

.mf-con-sm-11 {
    width: 91.6666%;
}

.mf-con-sm-12 {
    width: 99.9999%;
}

@media only screen and (min-width: 601px) {
    .mf-con-md-1 {
        width: 8.3333%;
    }

    .mf-con-md-2 {
        width: 16.6666%;
    }

    .mf-con-md-3 {
        width: 24.9999%;
    }

    .mf-con-md-4 {
        width: 33.3333%;
    }

    .mf-con-md-5 {
        width: 41.6666%;
    }

    .mf-con-md-6 {
        width: 49.9999%;
    }

    .mf-con-md-7 {
        width: 58.3333%;
    }

    .mf-con-md-8 {
        width: 66.6666%;
    }

    .mf-con-md-9 {
        width: 74.9999%;
    }

    .mf-con-md-10 {
        width: 83.3333%;
    }

    .mf-con-md-11 {
        width: 91.6666%;
    }

    .mf-con-md-12 {
        width: 99.9999%;
    }
}

@media only screen and (min-width: 993px) {
    .mf-con-lg-1 {
        width: 8.3333%;
    }

    .mf-con-lg-2 {
        width: 16.6666%;
    }

    .mf-con-lg-3 {
        width: 24.9999%;
    }

    .mf-con-lg-4 {
        width: 33.3333%;
    }

    .mf-con-lg-5 {
        width: 41.6666%;
    }

    .mf-con-lg-6 {
        width: 49.9999%;
    }

    .mf-con-lg-7 {
        width: 58.3333%;
    }

    .mf-con-lg-8 {
        width: 66.6666%;
    }

    .mf-con-lg-9 {
        width: 74.9999%;
    }

    .mf-con-lg-10 {
        width: 83.3333%;
    }

    .mf-con-lg-11 {
        width: 91.6666%;
    }

    .mf-con-lg-12 {
        width: 99.9999%;
    }
}

@media only screen and (min-width: 1200px) {
    .mf-con-xl-1 {
        width: 8.3333%;
    }

    .mf-con-xl-2 {
        width: 16.6666%;
    }

    .mf-con-xl-3 {
        width: 24.9999%;
    }

    .mf-con-xl-4 {
        width: 33.3333%;
    }

    .mf-con-xl-5 {
        width: 41.6666%;
    }

    .mf-con-xl-6 {
        width: 49.9999%;
    }

    .mf-con-xl-7 {
        width: 58.3333%;
    }

    .mf-con-xl-8 {
        width: 66.6666%;
    }

    .mf-con-xl-9 {
        width: 74.9999%;
    }

    .mf-con-xl-10 {
        width: 83.3333%;
    }

    .mf-con-xl-11 {
        width: 91.6666%;
    }

    .mf-con-xl-12 {
        width: 99.9999%;
    }
}


/* ------------------ GRID LAYOUT SYSTEM ------------------------- */

/**
 * A 12 column grid system
 * @Mobile: <= 601 px
 * @Tablet: > 601 px and <= 993 px
 * @Standard Desktop & Laptop: > 993px and <= 1200 px
 * @Large Desktop: > 1200 px
 * Device Category Classes: mf-col-sm-1 to mf-col-sm-12 ( mobile), mf-col-md-1 to mf-col-md-12 ( tablet ), mf-col-lg-1 to mf-col-lg-12 ( standard desktop & laptop ), mf-col-xl-1 to mf-col-xl-12 ( large desktop )
 * Row Class: "mf-row" for a grid row
 */

.mf-row:after {
    content: "";
    display: table;
    clear: both;
}

.mf-col-sm-1, .mf-col-sm-2, .mf-col-sm-3, .mf-col-sm-4, .mf-col-sm-5, .mf-col-sm-6, .mf-col-sm-7, .mf-col-sm-8, .mf-col-sm-9, .mf-col-sm-10, .mf-col-sm-11, .mf-col-sm-12, .mf-col-md-1, .mf-col-md-2, .mf-col-md-3, .mf-col-md-4, .mf-col-md-5, .mf-col-md-6, .mf-col-md-7, .mf-col-md-8, .mf-col-md-9, .mf-col-md-10, .mf-col-md-11, .mf-col-md-12, .mf-col-lg-1, .mf-col-lg-2, .mf-col-lg-3, .mf-col-lg-4, .mf-col-lg-5, .mf-col-lg-6, .mf-col-lg-7, .mf-col-lg-8, .mf-col-lg-9, .mf-col-lg-10, .mf-col-lg-11, .mf-col-lg-12, .mf-col-xl-1, .mf-col-xl-2, .mf-col-xl-3, .mf-col-xl-4, .mf-col-xl-5, .mf-col-xl-6, .mf-col-xl-7, .mf-col-xl-8, .mf-col-xl-9, .mf-col-xl-10, .mf-col-xl-11, .mf-col-xl-12 {
    position: relative;
}

/* Small devices like smartphone */
.mf-col-sm-1, .mf-col-sm-2, .mf-col-sm-3, .mf-col-sm-4, .mf-col-sm-5, .mf-col-sm-6, .mf-col-sm-7, .mf-col-sm-8, .mf-col-sm-9, .mf-col-sm-10, .mf-col-sm-11, .mf-col-sm-12 {
    float: left;
}

.mf-col-sm-1 {
    width: 8.3333%;
}

.mf-col-sm-2 {
    width: 16.6666%;
}

.mf-col-sm-3 {
    width: 24.9999%;
}

.mf-col-sm-4 {
    width: 33.3333%;
}

.mf-col-sm-5 {
    width: 41.6666%;
}

.mf-col-sm-6 {
    width: 49.9999%;
}

.mf-col-sm-7 {
    width: 58.3333%;
}

.mf-col-sm-8 {
    width: 66.6666%;
}

.mf-col-sm-9 {
    width: 74.9999%;
}

.mf-col-sm-10 {
    width: 83.3333%;
}

.mf-col-sm-11 {
    width: 91.6666%;
}

.mf-col-sm-12 {
    width: 99.9999%;
}

.mf-col-sm-lpush-1 {
    right: 8.3333%;
}

.mf-col-sm-lpush-2 {
    right: 16.6666%;
}

.mf-col-sm-lpush-3 {
    right: 24.9999%;
}

.mf-col-sm-lpush-4 {
    right: 33.3333%;
}

.mf-col-sm-lpush-5 {
    right: 41.6666%;
}

.mf-col-sm-lpush-6 {
    right: 49.9999%;
}

.mf-col-sm-lpush-7 {
    right: 58.3333%;
}

.mf-col-sm-lpush-8 {
    right: 66.6666%;
}

.mf-col-sm-lpush-9 {
    right: 74.9999%;
}

.mf-col-sm-lpush-10 {
    right: 83.3333%;
}

.mf-col-sm-lpush-11 {
    right: 91.6666%;
}

.mf-col-sm-lpush-12 {
    right: 99.9999%;
}

.mf-col-sm-rpush-1 {
    left: 8.3333%;
}

.mf-col-sm-rpush-2 {
    left: 16.6666%;
}

.mf-col-sm-rpush-3 {
    left: 24.9999%;
}

.mf-col-sm-rpush-4 {
    left: 33.3333%;
}

.mf-col-sm-rpush-5 {
    left: 41.6666%;
}

.mf-col-sm-rpush-6 {
    left: 49.9999%;
}

.mf-col-sm-rpush-7 {
    left: 58.3333%;
}

.mf-col-sm-rpush-8 {
    left: 66.6666%;
}

.mf-col-sm-rpush-9 {
    left: 74.9999%;
}

.mf-col-sm-rpush-10 {
    left: 83.3333%;
}

.mf-col-sm-rpush-11 {
    left: 91.6666%;
}

.mf-col-sm-rpush-12 {
    left: 99.9999%;
}

/* Medium devices like tablet computer */
@media only screen and (min-width: 601px) {
    .mf-col-md-1, .mf-col-md-2, .mf-col-md-3, .mf-col-md-4, .mf-col-md-5, .mf-col-md-6, .mf-col-md-7, .mf-col-md-8, .mf-col-md-9, .mf-col-md-10, .mf-col-md-11, .mf-col-md-12 {
        float: left;
    }

    .mf-col-md-1 {
        width: 8.3333%;
    }

    .mf-col-md-2 {
        width: 16.6666%;
    }

    .mf-col-md-3 {
        width: 24.9999%;
    }

    .mf-col-md-4 {
        width: 33.3333%;
    }

    .mf-col-md-5 {
        width: 41.6666%;
    }

    .mf-col-md-6 {
        width: 49.9999%;
    }

    .mf-col-md-7 {
        width: 58.3333%;
    }

    .mf-col-md-8 {
        width: 66.6666%;
    }

    .mf-col-md-9 {
        width: 74.9999%;
    }

    .mf-col-md-10 {
        width: 83.3333%;
    }

    .mf-col-md-11 {
        width: 91.6666%;
    }

    .mf-col-md-12 {
        width: 99.9999%;
    }

    .mf-col-md-lpush-1 {
        right: 8.3333%;
    }

    .mf-col-md-lpush-2 {
        right: 16.6666%;
    }

    .mf-col-md-lpush-3 {
        right: 24.9999%;
    }

    .mf-col-md-lpush-4 {
        right: 33.3333%;
    }

    .mf-col-md-lpush-5 {
        right: 41.6666%;
    }

    .mf-col-md-lpush-6 {
        right: 49.9999%;
    }

    .mf-col-md-lpush-7 {
        right: 58.3333%;
    }

    .mf-col-md-lpush-8 {
        right: 66.6666%;
    }

    .mf-col-md-lpush-9 {
        right: 74.9999%;
    }

    .mf-col-md-lpush-10 {
        right: 83.3333%;
    }

    .mf-col-md-lpush-11 {
        right: 91.6666%;
    }

    .mf-col-md-lpush-12 {
        right: 99.9999%;
    }

    .mf-col-md-rpush-1 {
        left: 8.3333%;
    }

    .mf-col-md-rpush-2 {
        left: 16.6666%;
    }

    .mf-col-md-rpush-3 {
        left: 24.9999%;
    }

    .mf-col-md-rpush-4 {
        left: 33.3333%;
    }

    .mf-col-md-rpush-5 {
        left: 41.6666%;
    }

    .mf-col-md-rpush-6 {
        left: 49.9999%;
    }

    .mf-col-md-rpush-7 {
        left: 58.3333%;
    }

    .mf-col-md-rpush-8 {
        left: 66.6666%;
    }

    .mf-col-md-rpush-9 {
        left: 74.9999%;
    }

    .mf-col-md-rpush-10 {
        left: 83.3333%;
    }

    .mf-col-md-rpush-11 {
        left: 91.6666%;
    }

    .mf-col-md-rpush-12 {
        left: 99.9999%;
    }
}

/* Large devices like standard laptop and desktop */
@media only screen and (min-width: 993px) {
    .mf-col-lg-1, .mf-col-lg-2, .mf-col-lg-3, .mf-col-lg-4, .mf-col-lg-5, .mf-col-lg-6, .mf-col-lg-7, .mf-col-lg-8, .mf-col-lg-9, .mf-col-lg-10, .mf-col-lg-11, .mf-col-lg-12 {
        float: left;
    }

    .mf-col-lg-1 {
        width: 8.3333%;
    }

    .mf-col-lg-2 {
        width: 16.6666%;
    }

    .mf-col-lg-3 {
        width: 24.9999%;
    }

    .mf-col-lg-4 {
        width: 33.3333%;
    }

    .mf-col-lg-5 {
        width: 41.6666%;
    }

    .mf-col-lg-6 {
        width: 49.9999%;
    }

    .mf-col-lg-7 {
        width: 58.3333%;
    }

    .mf-col-lg-8 {
        width: 66.6666%;
    }

    .mf-col-lg-9 {
        width: 74.9999%;
    }

    .mf-col-lg-10 {
        width: 83.3333%;
    }

    .mf-col-lg-11 {
        width: 91.6666%;
    }

    .mf-col-lg-12 {
        width: 99.9999%;
    }

    .mf-col-lg-lpush-1 {
        right: 8.3333%;
    }

    .mf-col-lg-lpush-2 {
        right: 16.6666%;
    }

    .mf-col-lg-lpush-3 {
        right: 24.9999%;
    }

    .mf-col-lg-lpush-4 {
        right: 33.3333%;
    }

    .mf-col-lg-lpush-5 {
        right: 41.6666%;
    }

    .mf-col-lg-lpush-6 {
        right: 49.9999%;
    }

    .mf-col-lg-lpush-7 {
        right: 58.3333%;
    }

    .mf-col-lg-lpush-8 {
        right: 66.6666%;
    }

    .mf-col-lg-lpush-9 {
        right: 74.9999%;
    }

    .mf-col-lg-lpush-10 {
        right: 83.3333%;
    }

    .mf-col-lg-lpush-11 {
        right: 91.6666%;
    }

    .mf-col-lg-lpush-12 {
        right: 99.9999%;
    }

    .mf-col-lg-rpush-1 {
        left: 8.3333%;
    }

    .mf-col-lg-rpush-2 {
        left: 16.6666%;
    }

    .mf-col-lg-rpush-3 {
        left: 24.9999%;
    }

    .mf-col-lg-rpush-4 {
        left: 33.3333%;
    }

    .mf-col-lg-rpush-5 {
        left: 41.6666%;
    }

    .mf-col-lg-rpush-6 {
        left: 49.9999%;
    }

    .mf-col-lg-rpush-7 {
        left: 58.3333%;
    }

    .mf-col-lg-rpush-8 {
        left: 66.6666%;
    }

    .mf-col-lg-rpush-9 {
        left: 74.9999%;
    }

    .mf-col-lg-rpush-10 {
        left: 83.3333%;
    }

    .mf-col-lg-rpush-11 {
        left: 91.6666%;
    }

    .mf-col-lg-rpush-12 {
        left: 99.9999%;
    }
}

/* Very large desktops */
@media only screen and (min-width: 1200px) {
    .mf-col-xl-1, .mf-col-xl-2, .mf-col-xl-3, .mf-col-xl-4, .mf-col-xl-5, .mf-col-xl-6, .mf-col-xl-7, .mf-col-xl-8, .mf-col-xl-9, .mf-col-xl-10, .mf-col-xl-11, .mf-col-xl-12 {
        float: left;
    }

    .mf-col-xl-1 {
        width: 8.3333%;
    }

    .mf-col-xl-2 {
        width: 16.6666%;
    }

    .mf-col-xl-3 {
        width: 24.9999%;
    }

    .mf-col-xl-4 {
        width: 33.3333%;
    }

    .mf-col-xl-5 {
        width: 41.6666%;
    }

    .mf-col-xl-6 {
        width: 49.9999%;
    }

    .mf-col-xl-7 {
        width: 58.3333%;
    }

    .mf-col-xl-8 {
        width: 66.6666%;
    }

    .mf-col-xl-9 {
        width: 74.9999%;
    }

    .mf-col-xl-10 {
        width: 83.3333%;
    }

    .mf-col-xl-11 {
        width: 91.6666%;
    }

    .mf-col-xl-12 {
        width: 99.9999%;
    }

    .mf-col-xl-lpush-1 {
        right: 8.3333%;
    }

    .mf-col-xl-lpush-2 {
        right: 16.6666%;
    }

    .mf-col-xl-lpush-3 {
        right: 24.9999%;
    }

    .mf-col-xl-lpush-4 {
        right: 33.3333%;
    }

    .mf-col-xl-lpush-5 {
        right: 41.6666%;
    }

    .mf-col-xl-lpush-6 {
        right: 49.9999%;
    }

    .mf-col-xl-lpush-7 {
        right: 58.3333%;
    }

    .mf-col-xl-lpush-8 {
        right: 66.6666%;
    }

    .mf-col-xl-lpush-9 {
        right: 74.9999%;
    }

    .mf-col-xl-lpush-10 {
        right: 83.3333%;
    }

    .mf-col-xl-lpush-11 {
        right: 91.6666%;
    }

    .mf-col-xl-lpush-12 {
        right: 99.9999%;
    }

    .mf-col-xl-rpush-1 {
        left: 8.3333%;
    }

    .mf-col-xl-rpush-2 {
        left: 16.6666%;
    }

    .mf-col-xl-rpush-3 {
        left: 24.9999%;
    }

    .mf-col-xl-rpush-4 {
        left: 33.3333%;
    }

    .mf-col-xl-rpush-5 {
        left: 41.6666%;
    }

    .mf-col-xl-rpush-6 {
        left: 49.9999%;
    }

    .mf-col-xl-rpush-7 {
        left: 58.3333%;
    }

    .mf-col-xl-rpush-8 {
        left: 66.6666%;
    }

    .mf-col-xl-rpush-9 {
        left: 74.9999%;
    }

    .mf-col-xl-rpush-10 {
        left: 83.3333%;
    }

    .mf-col-xl-rpush-11 {
        left: 91.6666%;
    }

    .mf-col-xl-rpush-12 {
        left: 99.9999%;
    }
}

/* -- CSS GRID & FLEX -- */
.mf-grid {
    position: relative;
    display: -ms-grid;
    display: -moz-grid;
    display: grid;
    width: 100%;
    padding: 0 !important;
}
.mf-grid-inline {
    display: -ms-inline-grid;
    display: -moz-inline-grid;
    display: inline-grid;
}
.mf-grid-content {
    position: relative;
}
.mf-grid.autofit {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    /*grid-auto-rows: 1fr;*/
}
.mf-grid.autofill {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
.mf-grid.col-2 {
    grid-template-columns: 1fr 1fr;
}
.mf-grid.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.mf-grid.col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.mf-grid.col-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.mf-grid.gap10, .mf-flex.gap10, .mf-flex-inline.gap10 {
    gap: 10px;
}

.mf-flex {
    position: relative;
    display: flex;
}
.mf-flex-inline {
    position: relative;
    display: inline-flex;
}
.mf-flex.flex-row {
    flex-direction: row;
}
.mf-flex.flex-col {
    flex-direction: column;
}

.mf-grid.item-vert-center, .mf-flex.item-vert-center, .mf-flex-inline.item-vert-center {
    align-items: center;
}
.mf-grid.item-horz-center, .mf-flex.item-horz-center, .mf-flex-inline.item-horz-center {
    justify-items: center;
}

@media only screen and (max-width: 993px) {
    .mf-grid.md-autoflow {
        grid-template-columns: auto;
    }
}
@media only screen and (max-width: 601px) {
    .mf-grid.autoflow {
        grid-template-columns: auto;
    }
}

/*TEXT*/
.mf-text-s {
    font-size: 0.7rem;
}

.mf-text-m {
    font-size: 1rem;
}

.mf-text-l {
    font-size: 1.2rem;
}

.mf-text-xl {
    font-size: 2rem;
}

.mf-text-xxl {
    font-size: 3rem;
}

.mf-text-10 {
    font-size: 0.7rem;
}

.mf-text-11 {
    font-size: 0.8rem;
}

.mf-text-12 {
    font-size: 0.9rem;
}

.mf-text-13 {
    font-size: 1rem;
}

.mf-text-16 {
    font-size: 1.1rem;
}

.mf-text-18 {
    font-size: 1.2rem;
}

.mf-text-24 {
    font-size: 24px;
}

.mf-text-28 {
    font-size: 28px;
}

.mf-text-32 {
    font-size: 32px;
}

.mf-text-36 {
    font-size: 36px;
}

.mf-text-48 {
    font-size: 48px;
}

.mf-text-60 {
    font-size: 60px;
}

.mf-text-72 {
    font-size: 72px;
}

.mf-text-84 {
    font-size: 84px;
}

.mf-text-100 {
    font-size: 100px;
}

.mf-text-left {
    text-align: left;
}

.mf-text-center {
    text-align: center;
}

.mf-text-right {
    text-align: right;
}

.mf-text-white {
    color: #FFF !important;
}

.mf-text-grey {
    color: #999 !important;
}

.mf-text-black {
    color: #000 !important;
}

.mf-text-red {
    color: #F00 !important;
}

.mf-text-lime {
    color: #0F0 !important;
}

.mf-text-green {
    color: #009900 !important;
}

.mf-text-indigo {
    color: #0000FF !important;
}

.mf-text-orange {
    color: #F30 !important;
}

.mf-text-pink {
    color: #F06 !important;
}

.mf-text-blue {
    color: #09C !important;
}

.mf-text-violet {
    color: #60F !important;
}

.mf-text-b {
    font-weight: bold;
}

.mf-text-i {
    font-style: italic;
}

.mf-text-bi {
    font-weight: bold;
    font-style: italic;
}

.mf-text-bu {
    font-weight: bold;
    text-decoration: underline !important;
}

.mf-text-u {
    text-decoration: underline !important;
}

.mf-text-biu {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline !important;
}

.mf-mark {
    background-color: #f8ff9d;
}

.mf-text-rtl {
    direction: rtl;
}

/*
 * -------------------------------------------------------
 * Notifications | Messages
 * -------------------------------------------------------
 */
.mf-error-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mf-error-list li {
    background-image: url("../Assets/Images/Icons/icons8/high_priority-256.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    padding: 5px 0 5px 20px;
    vertical-align: middle;
    color: red;
}

.mf-error-msg {
    position: relative;
    display: inline-block;
    color: #f00;
    padding: 5px;
    font-weight: bold;
}

.mf-success-msg {
    position: relative;
    display: inline-block;
    color: #007318;
    padding: 5px;
    font-weight: bold;
}

.mf-info-msg {
    position: relative;
    display: inline-block;
    color: #229bba;
    padding: 5px;
    font-weight: bold;
}
.mf-info-msg.mf-closable, .mf-success-msg.mf-closable {
    padding: 7px 20px 7px 7px;
    max-width: 300px;
}
.mf-sticky-message {
    position: fixed;
    z-index: 100;
    left: 10px;
    width: 300px;
    padding: 20px 25px 20px 10px;
    font-size: 1em;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 4px;
}

.mf-sticky-message.success {
    background-color: #e0ffda;
    border: 1px solid #a7dfa6;
    color: #007e06;
}
.mf-sticky-message.error {
    background-color: #ffddd6;
    border: 1px solid #ff958c;
    color: #f00;
}
.sticky-message-close {
    position: absolute;
    display: inline-block;
    right: 5px;
    top: 5px;
    padding: 1px 5px;
    border-radius: 2px;
    cursor: pointer;
    font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, sans-serif;
    font-size: 0.9em;
    text-align: center;
    color: #fff !important;
    background-color: #888;
}
@media only screen and (max-width: 601px) {
    .mf-sticky-message {
        width: 96%;
    }
}
/*
 * -------------------------------------------------------
 * Box model
 * -------------------------------------------------------
 */


.mf-shadow {
    box-shadow: 0px 0px 5px #999;
}
.mf-shadow-top {
    box-shadow: (0, 0, 0, 0.45) 0px -25px 20px -20px;
}
.mf-shadow-bottom {
    box-shadow: (0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.mf-shadow-left {
    box-shadow: (0, 0, 0, 0.45) -25px 0px 20px -20px;
}
.mf-shadow-right {
    box-shadow: (0, 0, 0, 0.45) 25px 0px 20px -20px;
}

.mf-block {
    display: block;
}

.mf-inblock {
    display: inline-block;
    width: auto !important;
}

.mf-pad {
    padding: 10px !important;
}

.mf-pad-large {
    padding: 20px;
}
.mf-pad-left {
    padding-left: 10px !important;
}
.mf-margin {
    margin: 10px !important;
}

.mf-full-width {
    width: 100% !important;
}
.mf-half-width {
    width: 50% !important;
}
.mf-quarter-width {
    width: 25% !important;
}
.mf-no-scrollbar {
     /* For Firefox */
    scrollbar-width: none;
    /* For Internet Explorer and Edge */
    -ms-overflow-style: none;
}
/* For Chrome, Safari, and Opera */
.mf-no-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/*
 * ----------------------------------------------------
 * Positions
 * ----------------------------------------------------
 */
.mf-relative {
    position: relative;
}

.mf-absolute {
    position: absolute;
}

.mf-fixed {
    position: fixed;
}
.mf-sticky {
    position: -webkit-sticky;
    position: sticky;
}
.mf-pos-right {
    right: 0;
}

/*
 * ------------------------------------------------------
 * FORM CONTROLS
 * ------------------------------------------------------
 */
label {
    margin-bottom: 8px;
    font-size: 0.9em;
    color: #555;
}
input {
    outline: 0;
    font-size: 0.9em;
    border: unset;
    border: 1px solid #ccc;
    background-color: #fcfcfc;
}
textarea, select, option, button {
    outline: 0;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    background-color: #fcfcfc;
    padding: 5px;
    border-radius: 2px;
}

[required] {
    border-width: 1px;
}

input:focus:not(:valid), input:focus:out-of-range {
    border: 1px solid red;
}

button {
    cursor: pointer;
}
select[readonly] {
    pointer-events: none;
}
optgroup {
    background-color: #e2ff98;
    font-style: normal !important;
}

.mf-error-input {
    border: 1px solid #f00;
}

.mf-form-control-container {
    display: block;
    padding: 10px 5px;
}

.mf-form-control {
    padding: 15px 10px;
    border-radius: 5px;
    font-weight: bold;
}
.mf-form-control:focus {
    border: 1px solid #666;
}

.mf-form-control-info {
    opacity: 0.5;
    font-size: 0.8rem;
}
.mf-form-control-info::before {
    display: inline-block;
    content: '\003F';
    margin-right: 5px;
    font-size: 1rem;
    color: rgb(0, 65, 0);
    background-color: #b3ffc4;
    padding: 5px;
}

.mf-textarea {
    resize: vertical;
    padding: 10px;
}

.mf-no-resize {
    resize: none !important;
}

.mf-button {
    cursor: pointer;
    border: 1px solid transparent;
    padding: 10px;
    border-radius: 5px;
    opacity: 0.9;
}

.mf-button:hover {
    opacity: 1;
}

input[disabled], textarea[disabled], select[disabled], option[disabled], button[disabled], fieldset[disabled], .mf-button[disabled] {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}

.mf-fieldset {
    border: 1px solid #eee;
    padding: 10px;
    margin: 0px 0px 10px;
}

.mf-fieldset legend {
    color: #333;
    padding: 2px 5px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    font-size: 0.9rem;
    border-radius: 5px;
}

/* Designer Form Controls*/
.mf-non-default {
  -webkit-appearance: none; /* For Safari, Chrome, Opera */
  -moz-appearance: none; /* For Firefox */
  appearance: none;
}

/* RADIO INPUT */

.mf-switch, .mf-option-button, .mf-check, .mf-radio {
    position: fixed;
    top: -2000px;
}
.mf-switch + label[for], label:has(.mf-switch) {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 16px;
    background-color: #ccc;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
}
.mf-switch + label[for] i, label:has(.mf-switch) i {
    position: absolute;
    left: 2px;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 12px;
    border-radius: 10px;
    background-color: white;
}
.mf-switch:checked + label[for], label:has(.mf-switch:checked) {
    background-color: rgb(0, 184, 31);
}
.mf-switch:checked + label[for] i, label:has(.mf-switch:checked) i {
    left: 20px;
    background-color: white;
}

.mf-option-button + label[for], label:has(.mf-option-button) {
    position: relative;
    display: inline-block;
    background-color: #fefefe;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 7px;
    margin-right: 7px;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mf-option-button.no-gap + label[for], label:has(.mf-option-button.no-gap){
    margin: 0 !important;
}

.mf-option-button:checked + label[for], label:has(.mf-option-button:checked) {
    border: 1px solid black;
    background-color: rgb(232, 255, 231);
}

.mf-check + label[for], .mf-radio + label[for], label:has(.mf-check), label:has(.mf-radio) {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mf-check + label[for]::before, .mf-radio + label[for]::before, label:has(.mf-check)::before, label:has(.mf-radio)::before {
    display: inline-block;
    content: '\2714';
    width: 20px;
    height: 20px;
    background-color: #ccc;
    margin-right: 5px;
    text-align: center !important;
    vertical-align: middle;
    color: white;
    
}
.mf-radio + label[for]::before, label:has(.mf-radio)::before {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.mf-check:checked + label[for]::before, label:has(.mf-check:checked)::before {
    content: '\2714';
    background-color: limegreen;
    color: white;
}
.mf-radio:checked + label[for]::before, label:has(.mf-radio:checked)::before {
    content: '\2714';
    background-color: limegreen;
    color: white;
}

/*LINK*/
a:link, a:visited {
    text-decoration: none;
    color: #0064d2;
}

a:hover, a:active {
    color: #036;
}

a[aria-disabled] {
    opacity: 0.4;
    cursor: not-allowed;
}

a.mf-light:link, a.mf-light:visited {
    color: #FFF;
}

a.mf-light:hover, a.mf-light:active {
    color: #FFF;
}

a.disabled, a.mf-link-disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}

/*TABLE*/
.mf-table {}
.mf-table.collapsed {
    border-collapse: collapse;
}
.mf-table.separate {
    border-collapse: separate;
}
.mf-table th {
    background-color: #f5f5f5;
}
.mf-table th, .mf-table td {
    border: 1px solid #eee;
    padding: 10px;
}
.mf-table.no-border th, .mf-table.no-border td {
    border: none !important;
}

.hidden {
    display: none;
}

.mf-hidden {
    visibility: hidden !important;
    display: none !important;
}

.mf-divider {
    background-color: #CCC;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* ICON ELEMENTS */
.mf-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}

.mf-icon.px8 {
    background-size: 8px 8px;
    width: 14px;
    height: 14px;
}
.mf-icon.px10 {
    background-size: 10px 10px;
    width: 16px;
    height: 16px;
}
.mf-icon.px12 {
    background-size: 12px 12px;
    width: 18px;
    height: 18px;
}
.mf-icon.px14 {
    background-size: 14px 14px;
    width: 20px;
    height: 20px;
}
.mf-icon.px16 {
    background-size: 16px 16px;
    width: 24px;
    height: 24px;
}
.mf-icon.px18 {
    background-size: 18px 18px;
    width: 28px;
    height: 26px;
}
.mf-icon.px20 {
    background-size: 20px 20px;
    width: 28px;
    height: 28px;
}
.mf-icon.px22 {
    background-size: 22px 22px;
    width: 30px;
    height: 30px;
}
.mf-icon.px24 {
    background-size: 24px 24px;
    width: 32px;
    height: 32px;
}

.mf-icon-left, .mf-icon-right, .mf-icon-top, .mf-icon-only {
    display: inline-block;
    background-repeat: no-repeat;
}
.mf-icon-left {
    background-position: left 5px center;
}
.mf-icon-right {
    background-position: right 5px center;
}
.mf-icon-top {
    background-position: top 5px center;
}

.mf-icon-left.px16 {
    background-size: 16px 16px;
    padding: 5px 5px 5px 26px;
}
.mf-icon-left.px18 {
    background-size: 18px 18px;
    padding: 5px 5px 5px 28px;
}
.mf-icon-left.px20 {
    background-size: 20px 20px;
    padding: 5px 5px 5px 30px;
}
.mf-icon-left.px22 {
    background-size: 22px 22px;
    padding: 5px 5px 5px 32px;
}
.mf-icon-left.px24 {
    background-size: 24px 24px;
    padding: 5px 5px 5px 34px;
}
.mf-icon-left.px28 {
    background-size: 28px 28px;
    padding: 5px 5px 5px 38px;
}
.mf-icon-left.px32 {
    background-size: 32px 32px;
    padding: 5px 5px 5px 42px;
}

.mf-icon-right.px8 {
    background-size: 8px 8px;
    padding: 5px 18px 5px 5px;
}
.mf-icon-right.px10 {
    background-size: 10px 10px;
    padding: 5px 20px 5px 5px;
}
.mf-icon-right.px12 {
    background-size: 12px 12px;
    padding: 5px 22px 5px 5px;
}
.mf-icon-right.px14 {
    background-size: 14px 14px;
    padding: 5px 24px 5px 5px;
}
.mf-icon-right.px16 {
    background-size: 16px 16px;
    padding: 5px 26px 5px 5px;
}
.mf-icon-right.px18 {
    background-size: 18px 18px;
    padding: 5px 28px 5px 5px;
}
.mf-icon-right.px20 {
    background-size: 20px 20px;
    padding: 5px 30px 5px 5px;
}
.mf-icon-right.px22 {
    background-size: 22px 22px;
    padding: 5px 32px 5px 5px;
}
.mf-icon-right.px24 {
    background-size: 24px 24px;
    padding: 5px 34px 5px 5px;
}
.mf-icon-right.px28 {
    background-size: 28px 28px;
    padding: 5px 38px 5px 5px;
}
.mf-icon-right.px32 {
    background-size: 32px 32px;
    padding: 5px 42px 5px 5px;
}

.mf-icon-top.px8 {
    background-size: 8px 8px;
    padding: 18px 5px 5px 5px;
}
.mf-icon-top.px10 {
    background-size: 10px 10px;
    padding: 20px 5px 5px 5px;
}
.mf-icon-top.px12 {
    background-size: 12px 12px;
    padding: 22px 5px 5px 5px;
}
.mf-icon-top.px14 {
    background-size: 14px 14px;
    padding: 24px 5px 5px 5px;
}
.mf-icon-top.px16 {
    background-size: 16px 16px;
    padding: 26px 5px 5px 5px;
}
.mf-icon-top.px18 {
    background-size: 18px 18px;
    padding: 28px 5px 5px 5px;
}
.mf-icon-top.px20 {
    background-size: 20px 20px;
    padding: 30px 5px 5px 5px;
}
.mf-icon-top.px22 {
    background-size: 22px 22px;
    padding: 32px 5px 5px 5px;
}
.mf-icon-top.px24 {
    background-size: 24px 24px;
    padding: 34px 8px 8px 8px;
}
.mf-icon-top.px28 {
    background-size: 28px 28px;
    padding: 38px 10px 10px 10px;
}
.mf-icon-top.px32 {
    background-size: 32px 32px;
    padding: 42px 10px 10px 10px;
}

/* -- ICON & MASK ICON -- */
.mf-mask-icon {
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-repeat: no-repeat;
    mask-position: center center;
    vertical-align: middle;
}

.mf-mask-icon.px8 {
    width: 12px;
    height: 12px;
    -webkit-mask-size: 8px;
    mask-size: 8px;
}
.mf-mask-icon.px10 {
    width: 15px;
    height: 15px;
    -webkit-mask-size: 10px;
    mask-size: 10px;
}
.mf-mask-icon.px12 {
    width: 18px;
    height: 18px;
    -webkit-mask-size: 12px;
    mask-size: 12px;
}
.mf-mask-icon.px14 {
    width: 20px;
    height: 20px;
    -webkit-mask-size: 14px;
    mask-size: 14px;
}
.mf-mask-icon.px16 {
    width: 24px;
    height: 24px;
    -webkit-mask-size: 16px;
    mask-size: 16px;
}
.mf-mask-icon.px18 {
    width: 26px;
    height: 26px;
    -webkit-mask-size: 18px;
    mask-size: 18px;
}
.mf-mask-icon.px20 {
    width: 28px;
    height: 28px;
    -webkit-mask-size: 20px;
    mask-size: 20px;
}
.mf-mask-icon.px22 {
    width: 30px;
    height: 30px;
    -webkit-mask-size: 22px;
    mask-size: 22px;
}
.mf-mask-icon.px24 {
    width: 32px;
    height: 32px;
    -webkit-mask-size: 24px;
    mask-size: 24px;
}
.mf-mask-icon.px28 {
    width: 36px;
    height: 36px;
    -webkit-mask-size: 28px;
    mask-size: 28px;
}
.mf-mask-icon.px32 {
    width: 40px;
    height: 40px;
    -webkit-mask-size: 32px;
    mask-size: 32px;
}

/*
 * ----------------------------------------------------------
 * UI components
 * ----------------------------------------------------------
 */

.mf-menu-vertical {
    list-style: none;
    padding: 0px;
    border: 1px solid #ddd;
}
.mf-menu-vertical li {
    border-bottom: 1px solid #eee;
}
.mf-menu-vertical li:last-child {
    border-bottom: none;
}
.mf-menu-vertical li a {
    display: block;
    padding: 10px;
    color: #000;
    background-color: #fff;
}
.mf-menu-vertical li a:hover {
    background-color: #eee;
}
.mf-menu-vertical li a.active {
    background-color: #eee;
}
.mf-menu-vertical li a.icon::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: -3px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: left center;
}

/* ----- HORIZONTAL TAB ------ */
.mf-tab {}
.mf-htab {
    padding: 0;
}
.mf-htab ul {
    position: relative;
    padding: 0 !important;
    list-style: none;
}
.mf-htab.mf-tab-center {
    text-align: center;
}
.mf-htab.mf-tab-right {
    text-align: right;
}
.mf-htab ul li {
    display: inline-block;
    margin: 0;
}
.mf-htab ul li a {
    padding: 10px;
    font-size: 13px;
    color: #666 !important;
}
.mf-htab ul li a[data-tab-active='true'] {

}
.mf-tab-button[data-tab-active='true'] {
    background-color: #fff;
    font-weight: bold;
    color: #000 !important;
}
.mf-tab-page, .mf-tab-page[data-tab-active='false'] {
    position: relative;
    display: none;
    padding: 10px;
}
.mf-tab-page[data-tab-active='true'] {
    display: block;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#mf-flash-msg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 99999;
    display: none;
}
#mf-flash-msg-content {
    position: absolute;
    top: 45%;
    left: calc(50% - 150px);
    width: 300px;
    padding: 10px;
    text-align: center;
    background-color: white;
    border-radius: 10px;
}
#mf-flash-msg-content.error {
    border: 1px solid red;
    background-color: #ffe0e0;
    color: red;
}
#mf-flash-msg-content.success {
    border: 1px solid green;
    background-color: #d7ffd7;
    color: green;
}
#mf-flash-msg-content.info {
    border: 1px solid yellow;
    background-color: #ffffd8;
    color: #d0a000;
}

/* ----- MODAL DIALOG ----- */

.mf-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    display: none;
}

.mf-modal-area {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr auto auto; /* header content message footer */
    top: 50px;
    width: 50%;
    max-height: calc(100% - 50px);
    margin: auto;
    border-radius: 1px;
    border: solid 1px #000;
    overflow: hidden;
}
@media only screen and (max-width: 993px) {
    .mf-modal-area {
        width: 70%;
    }
}
@media only screen and (max-width: 601px) {
    .mf-modal-area {
        width: 98%;
    }
}

.mf-modal-content {
    position: relative;
    padding: 20px 10px;
    background-color: #fff;
    overflow-y: auto;
}

/*.mf-modal.no-header .mf-modal-content {
    top: 0;
    height: calc(100% - 60px);
}
.mf-modal.no-footer .mf-modal-content {
    height: calc(100% - 60px);
}
.mf-modal.no-header.no-footer .mf-modal-content {
    top: 0;
    height: 100%;
}*/

.mf-modal-header {
    position: relative;
    height: 60px;
    padding: 20px 30px 10px 10px;
    border-bottom: solid 1px #eee;
    background-color: #fff;
    color: #000;
    font-weight: bolder;
    overflow: hidden;
}
.mf-modal-title {
    display: inline-block;
    /*padding: 10px;
    background-color: #fffeac;*/
    color: #666;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 10px;
}
.mf-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    font-size: 28px;
    border: 1px solid transparent;
    background-color: transparent;
}

.mf-modal-close:hover {
    font-weight: bolder;
}
.mf-modal-footer {
    position: relative;
    background-color: #f5f5f5;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 60px;
}
.modal-footer-left {
    position: relative;
    padding: 10px;
}
.modal-footer-right {
    position: relative;
    padding: 10px;
    text-align: center;
    align-content: center;
}

.mf-modal-action {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 4px 10px;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: bold;
}
.mf-modal-affirm {
    background-color: rgb(212, 255, 212);
    color: green;
    border: 1px solid transparent;
}
.mf-modal-deny {
    background-color: rgb(255, 214, 214);
    color: red;
    border: 1px solid transparent;
}
.mf-modal-message {
    position: relative;
    padding: 10px 30px 10px 10px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: none;
}
.mf-modal-message .modal-message-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
}
.mf-modal-message .modal-message-text {
    position: relative;
    font-size: 0.8rem;
}

/* -- Slide box -- */
.mf-slidebox {
    background-color: #fff;
}
.mf-slide {
    display: none;
}
.mf-slide-nav {
    display: none;
}
.mf-slide-action {
    display: none;
    background-color: #006d9d;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
}
.mf-slide-header {
    position: relative;
    padding: 15px 10px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.mf-slide-title {
    padding: 5px;
}
.mf-slide-steps {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    color: #666;
    padding: 5px;
    font-weight: bold;
    font-size: 0.7em !important;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
}
.mf-slide-content {
    padding: 10px;
}
.mf-slide-foot {
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #eee;
}

/* -- SORTABLE -- */
.mf-sort-up, .mf-sort-down, .mf-sort-top, .mf-sort-bottom {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bolder;
}
.mf-sort-up::before {
    content: '\2191';
}
.mf-sort-down::before {
    content: '\2193';
}
.mf-sort-top::before {
    content: '\219F';
}
.mf-sort-bottom::before {
    content: '\21A1';
}

/* -- Content Tag Editor -- */
.mf-tag-editor {
    padding: 10px;
    border: 1px solid #ccc;
}
.mf-tag-list {
    padding: 0;
    margin: 0 !important;
    list-style: none;
    display: inline-block;
}
.mf-tag-list li {
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    border-radius: 5px;
}
.mf-tag-search {
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 5px;
}
.mf-tag-remove {
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 0px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #f5f5f5 !important;
    font-size: 10px !important;
}

/* -- A DROPDOWN SELECTOR -- */
.mf-dd-selector {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.mf-dropdown {
    display: none;
    position: absolute;
    min-width: 200px;
    list-style: none;
    margin-top: 0 !important;
    padding: 0 !important;
    border: 2px solid #ccc;
    box-shadow: 0 0 10px 2px #ccc;
    background-color: #fff;
    z-index: 99;
}
.mf-dropdown li {
    padding: 8px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.mf-dropdown li:hover {
    background-color: #eee;
}

.mf-tooltip-btn::before {
    display: inline-block;
    width: 18px;
    height: 18px;
    content: '\003F';
    font-size: 15px;
    color: #000;
    border: 1px solid #333;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    margin-left: 10px;
}

/* -- TABLE EDITOR -- */
.mf-table-editor-toolbar {
    text-align: right;
    position: relative;
}
.mf-table-editor-toolbtn {
    padding: 2px;
    border: 1px solid transparent;
}
.mf-table-editor-toolbtn i {
    font-size: 0.8rem;
}
.mf-table-editor-tool-dropdown {
    position: absolute;
    top: 10px;
    font-size: 0.8rem;
    text-align: left;
    width: auto;
    background-color: white;
    z-index: 10;
    display: none;
}
.mf-table-editor-tool-dropdown.properties {
    right: 90px;
    top: 25px;
}
.mf-table-editor-tool-dropdown.addnew {
    right: 60px;
}
.mf-table-editor-tool-dropdown.delete {
    right: 40px;
}
.mf-table-editor table {
    width: 100%;
    border-collapse: collapse;
}
.mf-table-editor table th, .mf-table-editor table td {
    border: 1px solid #ccc;
    padding: 5px;
}
.mf-table-editor table th:focus, .mf-table-editor table td:focus {
    border: 1px solid #999;
    background-color: #eee;
    outline: 0;
}
.mf-table-editor table th.selected, .mf-table-editor table td.selected {
    background-color: rgb(183, 255, 164);
    outline: 0;
}
.mf-table-editor table tr.selected td {
    border-bottom: solid 1px #666;
}