/* colors style css core file*/


.bg_gray {
    background-color: #eee;
}

.mdb-skin-custom {
    transition-duration: .5s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;

    /* chrome 10-25, safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);

    /* w3c, ie 10&#43;/ edge, firefox 16&#43;, chrome 26&#43;, opera 12&#43;, safari 7&#43; */
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}

.plumplate {
    background: linear-gradient(to right, #667eea, #764ba2);
}

.warmflame {
    background: linear-gradient(to right, #ff9a9e, #fad0c4);
}

.nightfade {
    background: linear-gradient(to right, #a18cd1, #fbc2eb);
}

.springwarmth {
    background: linear-gradient(to right, #fad0c4, #ffd1ff);
}

.juicypeach {
    background: linear-gradient(to right, #ffecd2, #fcb69f);
}

.sunnymorning {
    background: linear-gradient(to right, #f6d365, #fda085);
}

.rainyashville {
    background: linear-gradient(to right, #fbc2eb, #a6c1ee);
}

.frozendreams {
    background: linear-gradient(to right, #fdcbf1, #e6dee9);
}

.winterneva {
    background: linear-gradient(to right, #a1c4fd, #c2e9fb);
}

.dustygrass {
    background: linear-gradient(to right, #d4fc79, #96e6a1);
}

.temptingazure {
    background: linear-gradient(to right, #84fab0, #8fd3f4);
}

.amycrisp {
    background: linear-gradient(to right, #a6c0fe, #f68084);
}

.meanfruit {
    background: linear-gradient(to right, #fccb90, #d57eeb);
}

.deepblue {
    background: linear-gradient(to right, #e0c3fc, #8ec5fc);
}

.ripemalinka {
    background: linear-gradient(to right, #f093fb, #f5576c);
}

.malibubeach {
    background: linear-gradient(to right, #4facfe, #00f2fe);
}

.newlife {
    background: linear-gradient(to right, #43e97b, #38f9d7);
}

.truesunset {
    background: linear-gradient(to right, #fa709a, #fee140);
}

.morpheusden {
    background: linear-gradient(to right, #30cfd0, #330867);
}

.rarewind {
    background: linear-gradient(to right, #a8edea, #fed6e3);
}

.nearmoon {
    background: linear-gradient(to right, #5ee7df, #b490ca);
}

.wildapple {
    background: linear-gradient(to right, #d299c2, #fef9d7);
}

.happyfisher {
    background: linear-gradient(to right, #89f7fe, #66a6ff);
}

.zeusmiracle {
    background: linear-gradient(to right, #cd9cf2, #f6f3ff);
}

.deepblue {
    background: linear-gradient(to right, #6a11cb, #2575fc);
}

.happyacid {
    background: linear-gradient(to right, #37ecba, #72afd3);
}

.awesomepine {
    background: linear-gradient(to right, #ebbba7, #cfc7f8);
}

.newyork {
    background: linear-gradient(to right, #fff1eb, #ace0f9);
}

.mixedhopes {
    background: linear-gradient(to right, #c471f5, #fa71cd);
}

.flyhigh {
    background: linear-gradient(to right, #48c6ef, #6f86d6);
}

.freshmilk {
    background: linear-gradient(to right, #feada6, #f5efef);
}

.snowagain {
    background: linear-gradient(to right, #e6e9f0, #eef1f5);
}

.februaryink {
    background: linear-gradient(to right, #accbee, #e7f0fd);
}

.kindsteel {
    background: linear-gradient(to right, #e9defa, #fbfcdb);
}

.softgrass {
    background: linear-gradient(to right, #c1dfc4, #deecdd);
}

.dirtybeauty {
    background: linear-gradient(to right, #6a85b6, #bac8e0);
}