.iziToast-capsule {
    font-size: 0;
    height: 0;
    width: 100%;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: transform .5s cubic-bezier(.25, .8, .25, 1), height .5s cubic-bezier(.25, .8, .25, 1)
}

.iziToast-capsule, .iziToast-capsule * {
    box-sizing: border-box
}

.iziToast-overlay {
    display: block;
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    bottom: -100px;
    z-index: 997
}

.iziToast {
    display: inline-block;
    clear: both;
    position: relative;
    font-family: Lato, Tahoma, Arial;
    font-size: 14px;
    padding: 8px 45px 9px 0;
    background: rgba(238, 238, 238, .9);
    border-color: rgba(238, 238, 238, .9);
    width: 100%;
    pointer-events: all;
    cursor: default;
    transform: translateX(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 54px
}

.iziToast>.iziToast-progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: rgba(255, 255, 255, .2)
}

.iziToast>.iziToast-progressbar>div {
    height: 2px;
    width: 100%;
    background: rgba(0, 0, 0, .3);
    border-radius: 0 0 3px 3px
}

.iziToast.iziToast-balloon:before {
    content: '';
    position: absolute;
    right: 8px;
    left: auto;
    width: 0;
    height: 0;
    top: 100%;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-top: 10px solid #000;
    border-top-color: inherit;
    border-radius: 0
}

.iziToast.iziToast-balloon .iziToast-progressbar {
    top: 0;
    bottom: auto
}

.iziToast.iziToast-balloon>div {
    border-radius: 0 0 0 3px
}

.iziToast>.iziToast-cover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .1)
}

.iziToast>.iziToast-close {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding: 0;
    opacity: .6;
    width: 42px;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    background-size: 8px;
    cursor: pointer;
    outline: 0
}

.iziToast>.iziToast-close:hover {
    opacity: 1
}

.iziToast>.iziToast-body {
    position: relative;
    padding: 0 0 0 10px;
    height: auto;
    min-height: 36px;
    margin: 0 0 0 15px;
    text-align: left
}

.iziToast>.iziToast-body:after {
    content: "";
    display: table;
    clear: both
}

.iziToast>.iziToast-body .iziToast-texts {
    margin: 10px 0 0;
    padding-right: 2px;
    display: inline-block;
    float: left
}

.iziToast>.iziToast-body .iziToast-inputs {
    min-height: 19px;
    float: left;
    margin: 3px -2px
}

.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]), .iziToast>.iziToast-body .iziToast-inputs>select {
    position: relative;
    display: inline-block;
    margin: 2px;
    border-radius: 2px;
    border: 0;
    padding: 4px 7px;
    font-size: 13px;
    letter-spacing: .02em;
    background: rgba(0, 0, 0, .1);
    color: #000;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    min-height: 26px
}

.iziToast>.iziToast-body .iziToast-inputs>input:not([type=checkbox]):not([type=radio]):focus, .iziToast>.iziToast-body .iziToast-inputs>select:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .6)
}

.iziToast>.iziToast-body .iziToast-buttons {
    min-height: 17px;
    float: left;
    margin: 4px -2px
}

.iziToast>.iziToast-body .iziToast-buttons>a, .iziToast>.iziToast-body .iziToast-buttons>button, .iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]) {
    position: relative;
    display: inline-block;
    margin: 2px;
    border-radius: 2px;
    border: 0;
    padding: 5px 10px;
    font-size: 12px;
    letter-spacing: .02em;
    cursor: pointer;
    background: rgba(0, 0, 0, .1);
    color: #000
}

.iziToast>.iziToast-body .iziToast-buttons>a:hover, .iziToast>.iziToast-body .iziToast-buttons>button:hover, .iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):hover {
    background: rgba(0, 0, 0, .2)
}

.iziToast>.iziToast-body .iziToast-buttons>a:focus, .iziToast>.iziToast-body .iziToast-buttons>button:focus, .iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .6)
}

.iziToast>.iziToast-body .iziToast-buttons>a:active, .iziToast>.iziToast-body .iziToast-buttons>button:active, .iziToast>.iziToast-body .iziToast-buttons>input:not([type=checkbox]):not([type=radio]):active {
    top: 1px
}

.iziToast>.iziToast-body .iziToast-icon {
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    display: table;
    font-size: 23px;
    line-height: 24px;
    margin-top: -12px;
    color: #000
}

.iziToast>.iziToast-body .iziToast-icon.ico-info {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;
    background-size: 85%;
    width: 24px;
    height: 24px
}

.iziToast>.iziToast-body .iziToast-icon.ico-warning {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==) no-repeat 50% 50%;
    background-size: 85%;
    width: 24px;
    height: 24px
}

.iziToast>.iziToast-body .iziToast-icon.ico-error {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    background-size: 80%;
    width: 24px;
    height: 24px
}

.iziToast>.iziToast-body .iziToast-icon.ico-success {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;
    background-size: 85%;
    width: 24px;
    height: 24px
}

.iziToast>.iziToast-body .iziToast-icon.ico-question {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    background-size: 85%;
    width: 24px;
    height: 24px
}

.iziToast>.iziToast-body .iziToast-message, .iziToast>.iziToast-body .iziToast-title {
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    float: left;
    white-space: normal
}

.iziToast>.iziToast-body .iziToast-title {
    color: #000;
    margin: 0
}

.iziToast>.iziToast-body .iziToast-message {
    margin: 0 0 10px;
    color: rgba(0, 0, 0, .6)
}

.iziToast.iziToast-animateInside .iziToast-buttons-child, .iziToast.iziToast-animateInside .iziToast-icon, .iziToast.iziToast-animateInside .iziToast-inputs-child, .iziToast.iziToast-animateInside .iziToast-message, .iziToast.iziToast-animateInside .iziToast-title {
    opacity: 0
}

.iziToast-target {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.iziToast-target .iziToast-capsule {
    overflow: hidden
}

.iziToast-target .iziToast-capsule:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.iziToast-target .iziToast-capsule .iziToast {
    width: 100%;
    float: left
}

.iziToast-wrapper {
    z-index: 99999;
    position: fixed;
    width: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column
}

.iziToast-wrapper .iziToast.iziToast-balloon:before {
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-top: 10px solid #000;
    border-top-color: inherit;
    right: 8px;
    left: auto
}

.iziToast-wrapper-bottomLeft {
    left: 0;
    bottom: 0;
    text-align: left
}

.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before, .iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
    border-right: 15px solid transparent;
    border-left: 0 solid transparent;
    right: auto;
    left: 8px
}

.iziToast-wrapper-bottomRight {
    right: 0;
    bottom: 0;
    text-align: right
}

.iziToast-wrapper-topLeft {
    left: 0;
    top: 0;
    text-align: left
}

.iziToast-wrapper-topRight {
    top: 0;
    right: 0;
    text-align: right
}

.iziToast-wrapper-topCenter {
    top: 0;
    left: 0;
    right: 0;
    text-align: center
}

.iziToast-wrapper-bottomCenter, .iziToast-wrapper-center {
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.iziToast-wrapper-center {
    top: 0;
    justify-content: center;
    flex-flow: column;
    align-items: center
}

.iziToast-rtl {
    direction: rtl;
    padding: 8px 0 9px 45px;
    font-family: Tahoma, Lato, Arial
}

.iziToast-rtl .iziToast-cover {
    left: auto;
    right: 0
}

.iziToast-rtl .iziToast-close {
    right: auto;
    left: 0
}

.iziToast-rtl .iziToast-body {
    padding: 0 10px 0 0;
    margin: 0 16px 0 0;
    text-align: right
}

.iziToast-rtl .iziToast-body .iziToast-buttons, .iziToast-rtl .iziToast-body .iziToast-inputs, .iziToast-rtl .iziToast-body .iziToast-message, .iziToast-rtl .iziToast-body .iziToast-texts, .iziToast-rtl .iziToast-body .iziToast-title {
    float: right;
    text-align: right
}

.iziToast-rtl .iziToast-body .iziToast-icon {
    left: auto;
    right: 0
}

@media only screen and (min-width:568px) {
    .iziToast-wrapper {
        padding: 10px 15px
    }

    .iziToast-cover {
        border-radius: 3px 0 0 3px
    }

    .iziToast {
        margin: 5px 0;
        border-radius: 3px;
        width: auto
    }

    .iziToast:after {
        content: '';
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, .2), inset 0 0 5px rgba(0, 0, 0, .1), 0 8px 8px -5px rgba(0, 0, 0, .25)
    }

    .iziToast.iziToast-color-dark:after {
        box-shadow: inset 0 -10px 20px -10px rgba(255, 255, 255, .3), 0 10px 10px -5px rgba(0, 0, 0, .25)
    }

    .iziToast.iziToast-balloon .iziToast-progressbar {
        background: 0 0
    }

    .iziToast.iziToast-balloon:after {
        box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .25), inset 0 10px 20px -5px rgba(0, 0, 0, .25)
    }

    .iziToast-target .iziToast:after {
        box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, .2), inset 0 0 5px rgba(0, 0, 0, .1)
    }
}

.iziToast.iziToast-theme-dark {
    background: #565c70;
    border-color: #565c70
}

.iziToast.iziToast-theme-dark .iziToast-title {
    color: #fff
}

.iziToast.iziToast-theme-dark .iziToast-message {
    color: rgba(255, 255, 255, .7);
    font-weight: 300
}

.iziToast.iziToast-theme-dark .iziToast-close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    background-size: 8px
}

.iziToast.iziToast-theme-dark .iziToast-icon {
    color: #fff
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=) no-repeat 50% 50%;
    background-size: 85%
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==) no-repeat 50% 50%;
    background-size: 85%
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC) no-repeat 50% 50%;
    background-size: 80%
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==) no-repeat 50% 50%;
    background-size: 85%
}

.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    background-size: 85%
}

.iziToast.iziToast-theme-dark .iziToast-buttons>a, .iziToast.iziToast-theme-dark .iziToast-buttons>button, .iziToast.iziToast-theme-dark .iziToast-buttons>input {
    color: #fff;
    background: rgba(255, 255, 255, .1)
}

.iziToast.iziToast-theme-dark .iziToast-buttons>a:hover, .iziToast.iziToast-theme-dark .iziToast-buttons>button:hover, .iziToast.iziToast-theme-dark .iziToast-buttons>input:hover {
    background: rgba(255, 255, 255, .2)
}

.iziToast.iziToast-theme-dark .iziToast-buttons>a:focus, .iziToast.iziToast-theme-dark .iziToast-buttons>button:focus, .iziToast.iziToast-theme-dark .iziToast-buttons>input:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .6)
}

.iziToast.iziToast-color-red {
    background: rgba(255, 175, 180, .9);
    border-color: rgba(255, 175, 180, .9)
}

.iziToast.iziToast-color-orange {
    background: rgba(255, 207, 165, .9);
    border-color: rgba(255, 207, 165, .9)
}

.iziToast.iziToast-color-yellow {
    background: rgba(255, 249, 178, .9);
    border-color: rgba(255, 249, 178, .9)
}

.iziToast.iziToast-color-blue {
    background: rgba(157, 222, 255, .9);
    border-color: rgba(157, 222, 255, .9)
}

.iziToast.iziToast-color-green {
    background: rgba(166, 239, 184, .9);
    border-color: rgba(166, 239, 184, .9)
}

.iziToast.iziToast-layout2 .iziToast-body .iziToast-message, .iziToast.iziToast-layout2 .iziToast-body .iziToast-texts {
    width: 100%
}

.iziToast.iziToast-layout3 {
    border-radius: 2px
}

.iziToast.iziToast-layout3::after {
    display: none
}

.iziToast .revealIn, .iziToast.revealIn {
    -webkit-animation: iziT-revealIn 1s cubic-bezier(.25, 1.6, .25, 1) both;
    -moz-animation: iziT-revealIn 1s cubic-bezier(.25, 1.6, .25, 1) both;
    animation: iziT-revealIn 1s cubic-bezier(.25, 1.6, .25, 1) both
}

.iziToast .slideIn, .iziToast.slideIn {
    -webkit-animation: iziT-slideIn 1s cubic-bezier(.16, .81, .32, 1) both;
    -moz-animation: iziT-slideIn 1s cubic-bezier(.16, .81, .32, 1) both;
    animation: iziT-slideIn 1s cubic-bezier(.16, .81, .32, 1) both
}

.iziToast.bounceInLeft {
    -webkit-animation: iziT-bounceInLeft .7s ease-in-out both;
    animation: iziT-bounceInLeft .7s ease-in-out both
}

.iziToast.bounceInRight {
    -webkit-animation: iziT-bounceInRight .85s ease-in-out both;
    animation: iziT-bounceInRight .85s ease-in-out both
}

.iziToast.bounceInDown {
    -webkit-animation: iziT-bounceInDown .7s ease-in-out both;
    animation: iziT-bounceInDown .7s ease-in-out both
}

.iziToast.bounceInUp {
    -webkit-animation: iziT-bounceInUp .7s ease-in-out both;
    animation: iziT-bounceInUp .7s ease-in-out both
}

.iziToast .fadeIn, .iziToast.fadeIn {
    -webkit-animation: iziT-fadeIn .5s ease both;
    animation: iziT-fadeIn .5s ease both
}

.iziToast.fadeInUp {
    -webkit-animation: iziT-fadeInUp .7s ease both;
    animation: iziT-fadeInUp .7s ease both
}

.iziToast.fadeInDown {
    -webkit-animation: iziT-fadeInDown .7s ease both;
    animation: iziT-fadeInDown .7s ease both
}

.iziToast.fadeInLeft {
    -webkit-animation: iziT-fadeInLeft .85s cubic-bezier(.25, .8, .25, 1) both;
    animation: iziT-fadeInLeft .85s cubic-bezier(.25, .8, .25, 1) both
}

.iziToast.fadeInRight {
    -webkit-animation: iziT-fadeInRight .85s cubic-bezier(.25, .8, .25, 1) both;
    animation: iziT-fadeInRight .85s cubic-bezier(.25, .8, .25, 1) both
}

.iziToast.flipInX {
    -webkit-animation: iziT-flipInX .85s cubic-bezier(.35, 0, .25, 1) both;
    animation: iziT-flipInX .85s cubic-bezier(.35, 0, .25, 1) both
}

.iziToast.fadeOut {
    -webkit-animation: iziT-fadeOut .7s ease both;
    animation: iziT-fadeOut .7s ease both
}

.iziToast.fadeOutDown {
    -webkit-animation: iziT-fadeOutDown .7s cubic-bezier(.4, .45, .15, .91) both;
    animation: iziT-fadeOutDown .7s cubic-bezier(.4, .45, .15, .91) both
}

.iziToast.fadeOutUp {
    -webkit-animation: iziT-fadeOutUp .7s cubic-bezier(.4, .45, .15, .91) both;
    animation: iziT-fadeOutUp .7s cubic-bezier(.4, .45, .15, .91) both
}

.iziToast.fadeOutLeft {
    -webkit-animation: iziT-fadeOutLeft .5s ease both;
    animation: iziT-fadeOutLeft .5s ease both
}

.iziToast.fadeOutRight {
    -webkit-animation: iziT-fadeOutRight .5s ease both;
    animation: iziT-fadeOutRight .5s ease both
}

.iziToast.flipOutX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation: iziT-flipOutX .7s cubic-bezier(.4, .45, .15, .91) both;
    animation: iziT-flipOutX .7s cubic-bezier(.4, .45, .15, .91) both
}

.iziToast-overlay.fadeIn {
    -webkit-animation: iziT-fadeIn .5s ease both;
    animation: iziT-fadeIn .5s ease both
}

.iziToast-overlay.fadeOut {
    -webkit-animation: iziT-fadeOut .7s ease both;
    animation: iziT-fadeOut .7s ease both
}

@-webkit-keyframes iziT-revealIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, 1)
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes iziT-revealIn {
    0% {
        opacity: 0;
        -moz-transform: scale3d(.3, .3, 1)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes iziT-slideIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes iziT-slideIn {
    0% {
        opacity: 0;
        -moz-transform: translateX(-50px)
    }

    to {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-webkit-keyframes iziT-bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-280px)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateX(20px)
    }

    70% {
        -webkit-transform: translateX(-10px)
    }

    to {
        -webkit-transform: translateX(0)
    }
}

@-webkit-keyframes iziT-bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(280px)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateX(-20px)
    }

    70% {
        -webkit-transform: translateX(10px)
    }

    to {
        -webkit-transform: translateX(0)
    }
}

@-webkit-keyframes iziT-bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(10px)
    }

    70% {
        -webkit-transform: translateY(-5px)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes iziT-bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(-10px)
    }

    70% {
        -webkit-transform: translateY(5px)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes iziT-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes iziT-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziT-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziT-fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziT-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziT-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes iziT-fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes iziT-fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes iziT-fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-webkit-keyframes iziT-fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
}

@-webkit-keyframes iziT-fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
}

@-webkit-keyframes iziT-flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@-moz-keyframes iziT-revealIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, 1)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes iziT-revealIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, 1)
    }

    to {
        opacity: 1
    }
}

@-o-keyframes iziT-revealIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, 1)
    }

    to {
        opacity: 1
    }
}

@keyframes iziT-revealIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, 1)
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes iziT-slideIn {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes iziT-slideIn {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@-o-keyframes iziT-slideIn {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes iziT-slideIn {
    0% {
        opacity: 0;
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@-moz-keyframes iziT-bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-280px)
    }

    50% {
        opacity: 1;
        transform: translateX(20px)
    }

    70% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes iziT-bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-280px)
    }

    50% {
        opacity: 1;
        transform: translateX(20px)
    }

    70% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0)
    }
}

@-o-keyframes iziT-bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-280px)
    }

    50% {
        opacity: 1;
        transform: translateX(20px)
    }

    70% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes iziT-bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-280px)
    }

    50% {
        opacity: 1;
        transform: translateX(20px)
    }

    70% {
        transform: translateX(-10px)
    }

    to {
        transform: translateX(0)
    }
}

@-moz-keyframes iziT-bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(280px)
    }

    50% {
        opacity: 1;
        transform: translateX(-20px)
    }

    70% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes iziT-bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(280px)
    }

    50% {
        opacity: 1;
        transform: translateX(-20px)
    }

    70% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

@-o-keyframes iziT-bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(280px)
    }

    50% {
        opacity: 1;
        transform: translateX(-20px)
    }

    70% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes iziT-bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(280px)
    }

    50% {
        opacity: 1;
        transform: translateX(-20px)
    }

    70% {
        transform: translateX(10px)
    }

    to {
        transform: translateX(0)
    }
}

@-moz-keyframes iziT-bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }

    50% {
        opacity: 1;
        transform: translateY(10px)
    }

    70% {
        transform: translateY(-5px)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes iziT-bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }

    50% {
        opacity: 1;
        transform: translateY(10px)
    }

    70% {
        transform: translateY(-5px)
    }

    to {
        transform: translateY(0)
    }
}

@-o-keyframes iziT-bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }

    50% {
        opacity: 1;
        transform: translateY(10px)
    }

    70% {
        transform: translateY(-5px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes iziT-bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }

    50% {
        opacity: 1;
        transform: translateY(10px)
    }

    70% {
        transform: translateY(-5px)
    }

    to {
        transform: translateY(0)
    }
}

@-moz-keyframes iziT-bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(200px)
    }

    50% {
        opacity: 1;
        transform: translateY(-10px)
    }

    70% {
        transform: translateY(5px)
    }

    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes iziT-bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(200px)
    }

    50% {
        opacity: 1;
        transform: translateY(-10px)
    }

    70% {
        transform: translateY(5px)
    }

    to {
        transform: translateY(0)
    }
}

@-o-keyframes iziT-bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(200px)
    }

    50% {
        opacity: 1;
        transform: translateY(-10px)
    }

    70% {
        transform: translateY(5px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes iziT-bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(200px)
    }

    50% {
        opacity: 1;
        transform: translateY(-10px)
    }

    70% {
        transform: translateY(5px)
    }

    to {
        transform: translateY(0)
    }
}

@-moz-keyframes iziT-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes iziT-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes iziT-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes iziT-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes iziT-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziT-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes iziT-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziT-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes iziT-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziT-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes iziT-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziT-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes iziT-fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziT-fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes iziT-fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziT-fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes iziT-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes iziT-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes iziT-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes iziT-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-moz-keyframes iziT-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes iziT-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-o-keyframes iziT-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes iziT-flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-moz-keyframes iziT-fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes iziT-fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-o-keyframes iziT-fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes iziT-fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-moz-keyframes iziT-fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-webkit-keyframes iziT-fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-o-keyframes iziT-fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes iziT-fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-moz-keyframes iziT-fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-webkit-keyframes iziT-fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-o-keyframes iziT-fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes iziT-fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-moz-keyframes iziT-fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
}

@-webkit-keyframes iziT-fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
}

@-o-keyframes iziT-fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
}

@keyframes iziT-fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
}

@-moz-keyframes iziT-fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
}

@-webkit-keyframes iziT-fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
}

@-o-keyframes iziT-fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
}

@keyframes iziT-fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
}

@-moz-keyframes iziT-flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@-webkit-keyframes iziT-flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@-o-keyframes iziT-flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes iziT-flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.wickedpicker {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 0 1px rgba(14, 41, 57, .12), 0 2px 5px rgba(14, 41, 57, .44), inset 0 -1px 2px rgba(14, 41, 57, .15);
    background: #fefefe;
    margin: 0 auto;
    border-radius: .1px;
    width: 270px;
    height: 130px;
    font-size: 14px;
    display: none
}

.wickedpicker__title {
    background-image: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
    position: relative;
    background: #f2f2f2;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 11px 10px 15px;
    color: #4c4c4c;
    font-size: inherit
}

.wickedpicker__close {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    position: absolute;
    top: 25%;
    right: 10px;
    color: #34495e;
    cursor: pointer
}

.wickedpicker__close:before {
    content: '\00d7'
}

.wickedpicker__controls {
    padding: 10px 0;
    line-height: normal;
    margin: 0
}

.wickedpicker__controls__control, .wickedpicker__controls__control--separator {
    vertical-align: middle;
    display: inline-block;
    font-size: inherit;
    margin: 0 auto;
    width: 35px;
    letter-spacing: 1.3px
}

.wickedpicker__controls__control-down, .wickedpicker__controls__control-up {
    color: #34495e;
    position: relative;
    display: block;
    margin: 3px auto;
    font-size: 18px;
    cursor: pointer
}

.wickedpicker__controls__control-up:before {
    content: '\e800'
}

.wickedpicker__controls__control-down:after {
    content: '\e801'
}

.wickedpicker__controls__control--separator {
    width: 5px
}

.text-center, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-down, .wickedpicker__controls__control-up, .wickedpicker__title {
    text-align: center
}

.hover-state {
    color: #3498db
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello.eot?52602240);
    src: url(../fonts/fontello.eot?52602240#iefix) format("embedded-opentype"), url(../fonts/fontello.woff?52602240) format("woff"), url(../fonts/fontello.ttf?52602240) format("truetype"), url(../fonts/fontello.svg?52602240#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}

.fontello-after:after, .fontello:before, .wickedpicker__controls__control-down:after, .wickedpicker__controls__control-up:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.clearable-picker {
    position: relative;
    display: inline-block
}

.clearable-picker>.hasWickedpicker {
    padding-right: 1em
}

.clearable-picker>.hasWickedpicker::-ms-clear {
    display: none
}

.clearable-picker>[data-clear-picker] {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: .8em;
    padding: 0 .3em .2em;
    line-height: 1;
    color: #bababa;
    cursor: pointer
}

.clearable-picker>[data-clear-picker]:hover {
    color: #a1a1a1
}

/*!
 * Copyright (c) 2017 NAVER Corp.
 * billboard.js project is licensed under the MIT license
 * 
 * billboard.js, JavaScript chart library
 * http://naver.github.io/billboard.js/
 * 
 * @version 1.4.1
 */
.bb svg {
    font: 10px sans-serif;
    -webkit-tap-highlight-color: transparent
}

.bb line, .bb path {
    fill: none;
    stroke: #000
}

.bb text {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.bb-bars path, .bb-event-rect, .bb-legend-item-tile, .bb-xgrid-focus, .bb-ygrid {
    shape-rendering: crispEdges
}

.bb-chart-arc path {
    stroke: #fff
}

.bb-chart-arc text {
    fill: #fff;
    font-size: 13px
}

.bb-grid line {
    stroke: #aaa
}

.bb-grid text {
    fill: #aaa
}

.bb-xgrid, .bb-ygrid {
    stroke-dasharray: 3 3
}

.bb-text.bb-empty {
    fill: gray;
    font-size: 2em
}

.bb-line {
    stroke-width: 1px
}

.bb-circle._expanded_ {
    stroke-width: 1px;
    stroke: #fff
}

.bb-selected-circle {
    fill: #fff;
    stroke-width: 2px
}

.bb-bar {
    stroke-width: 0
}

.bb-bar._expanded_ {
    fill-opacity: .75
}

.bb-target.bb-focused {
    opacity: 1
}

.bb-target.bb-focused path.bb-line, .bb-target.bb-focused path.bb-step {
    stroke-width: 2px
}

.bb-target.bb-defocused {
    opacity: .3 !important
}

.bb-region {
    fill: #4682b4;
    fill-opacity: .1
}

.bb-brush .extent {
    fill-opacity: .1
}

.bb-legend-item {
    font-size: 12px
}

.bb-legend-item-hidden {
    opacity: .15
}

.bb-legend-background {
    opacity: .75;
    fill: #fff;
    stroke: #d3d3d3;
    stroke-width: 1
}

.bb-title {
    font: 14px sans-serif
}

.bb-tooltip-container {
    z-index: 1
}

.bb-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
    opacity: .9;
    box-shadow: 7px 7px 12px -9px #777
}

.bb-tooltip tr {
    border: 1px solid #ccc
}

.bb-tooltip th {
    background-color: #aaa;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    color: #fff
}

.bb-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #fff;
    border-left: 1px dotted #999
}

.bb-tooltip td>span, .bb-tooltip td>svg {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px
}

.bb-tooltip td.value {
    text-align: right
}

.bb-area {
    stroke-width: 0;
    opacity: .2
}

.bb-chart-arcs-title {
    dominant-baseline: middle;
    font-size: 1.3em
}

.bb-chart-arcs .bb-chart-arcs-background {
    fill: #e0e0e0;
    stroke: none
}

.bb-chart-arcs .bb-chart-arcs-gauge-unit {
    fill: #000;
    font-size: 16px
}

.bb-chart-arcs .bb-chart-arcs-gauge-max, .bb-chart-arcs .bb-chart-arcs-gauge-min {
    fill: #777
}

.bb-chart-arc .bb-gauge-value {
    fill: #000
}

.jqvmap-label, .jqvmap-pin {
    pointer-events: none
}

.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: #fff;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px
}

.jqvmap-zoomin, .jqvmap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    padding: 3px;
    color: #fff;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center
}

.jqvmap-zoomin {
    top: 10px
}

.jqvmap-zoomout {
    top: 30px
}

.jqvmap-region {
    cursor: pointer
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px
}

.gu-mirror {
    position: fixed !important;
    margin: 0 !important;
    z-index: 9999 !important;
    opacity: .8
}

.gu-hide {
    display: none !important
}

.gu-unselectable {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.gu-transit {
    opacity: .2
}

.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em
}

.fa-fw, .fa-li {
    text-align: center
}

.fa, .fa-stack, .material-icons {
    display: inline-block
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.im, .sl {
    speak: none;
    font-variant: normal
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right, .pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.material-icons, .sl {
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: simple-line-icons;
    src: url(../fonts/simple-line-icons.eot?thkwh4);
    src: url(../fonts/simple-line-icons.eot?thkwh4#iefix) format('embedded-opentype'), url(../fonts/simple-line-icons.ttf?thkwh4) format('truetype'), url(../fonts/simple-line-icons.woff?thkwh4) format('woff'), url(../fonts/simple-line-icons.svg?thkwh4#simple-line-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

.sl {
    font-family: simple-line-icons !important
}

.sl-icon-user-female:before {
    content: "\e000"
}

.sl-icon-people:before {
    content: "\e001"
}

.sl-icon-user-follow:before {
    content: "\e002"
}

.sl-icon-user-following:before {
    content: "\e003"
}

.sl-icon-user-unfollow:before {
    content: "\e004"
}

.sl-icon-user:before {
    content: "\e005"
}

.sl-icon-trophy:before {
    content: "\e006"
}

.sl-icon-speedometer:before {
    content: "\e007"
}

.sl-icon-social-youtube:before {
    content: "\e008"
}

.sl-icon-social-twitter:before {
    content: "\e009"
}

.sl-icon-social-tumblr:before {
    content: "\e00a"
}

.sl-icon-social-facebook:before {
    content: "\e00b"
}

.sl-icon-social-dropbox:before {
    content: "\e00c"
}

.sl-icon-social-dribbble:before {
    content: "\e00d"
}

.sl-icon-shield:before {
    content: "\e00e"
}

.sl-icon-screen-tablet:before {
    content: "\e00f"
}

.sl-icon-screen-smartphone:before {
    content: "\e010"
}

.sl-icon-screen-desktop:before {
    content: "\e011"
}

.sl-icon-plane:before {
    content: "\e012"
}

.sl-icon-notebook:before {
    content: "\e013"
}

.sl-icon-mustache:before {
    content: "\e014"
}

.sl-icon-mouse:before {
    content: "\e015"
}

.sl-icon-magnet:before {
    content: "\e016"
}

.sl-icon-magic-wand:before {
    content: "\e017"
}

.sl-icon-hourglass:before {
    content: "\e018"
}

.sl-icon-graduation:before {
    content: "\e019"
}

.sl-icon-ghost:before {
    content: "\e01a"
}

.sl-icon-game-controller:before {
    content: "\e01b"
}

.sl-icon-fire:before {
    content: "\e01c"
}

.sl-icon-eyeglass:before {
    content: "\e01d"
}

.sl-icon-envelope-open:before {
    content: "\e01e"
}

.sl-icon-envolope-letter:before {
    content: "\e01f"
}

.sl-icon-energy:before {
    content: "\e020"
}

.sl-icon-emotsmile:before {
    content: "\e021"
}

.sl-icon-disc:before {
    content: "\e022"
}

.sl-icon-cursor-move:before {
    content: "\e023"
}

.sl-icon-crop:before {
    content: "\e024"
}

.sl-icon-credit-card:before {
    content: "\e025"
}

.sl-icon-chemistry:before {
    content: "\e026"
}

.sl-icon-bell:before {
    content: "\e027"
}

.sl-icon-badge:before {
    content: "\e028"
}

.sl-icon-anchor:before {
    content: "\e029"
}

.sl-icon-wallet:before {
    content: "\e02a"
}

.sl-icon-vector:before {
    content: "\e02b"
}

.sl-icon-speech:before {
    content: "\e02c"
}

.sl-icon-puzzle:before {
    content: "\e02d"
}

.sl-icon-printer:before {
    content: "\e02e"
}

.sl-icon-present:before {
    content: "\e02f"
}

.sl-icon-playlist:before {
    content: "\e030"
}

.sl-icon-pin:before {
    content: "\e031"
}

.sl-icon-picture:before {
    content: "\e032"
}

.sl-icon-map:before {
    content: "\e033"
}

.sl-icon-layers:before {
    content: "\e034"
}

.sl-icon-handbag:before {
    content: "\e035"
}

.sl-icon-globe-alt:before {
    content: "\e036"
}

.sl-icon-globe:before {
    content: "\e037"
}

.sl-icon-frame:before {
    content: "\e038"
}

.sl-icon-folder-alt:before {
    content: "\e039"
}

.sl-icon-film:before {
    content: "\e03a"
}

.sl-icon-feed:before {
    content: "\e03b"
}

.sl-icon-earphones-alt:before {
    content: "\e03c"
}

.sl-icon-earphones:before {
    content: "\e03d"
}

.sl-icon-drop:before {
    content: "\e03e"
}

.sl-icon-drawar:before {
    content: "\e03f"
}

.sl-icon-docs:before {
    content: "\e040"
}

.sl-icon-directions:before {
    content: "\e041"
}

.sl-icon-direction:before {
    content: "\e042"
}

.sl-icon-diamond:before {
    content: "\e043"
}

.sl-icon-cup:before {
    content: "\e044"
}

.sl-icon-compass:before {
    content: "\e045"
}

.sl-icon-call-out:before {
    content: "\e046"
}

.sl-icon-call-in:before {
    content: "\e047"
}

.sl-icon-call-end:before {
    content: "\e048"
}

.sl-icon-calculator:before {
    content: "\e049"
}

.sl-icon-bubbles:before {
    content: "\e04a"
}

.sl-icon-briefcase:before {
    content: "\e04b"
}

.sl-icon-book-open:before {
    content: "\e04c"
}

.sl-icon-basket-loaded:before {
    content: "\e04d"
}

.sl-icon-basket:before {
    content: "\e04e"
}

.sl-icon-bag:before {
    content: "\e04f"
}

.sl-icon-action-undo:before {
    content: "\e050"
}

.sl-icon-action-redo:before {
    content: "\e051"
}

.sl-icon-wrench:before {
    content: "\e052"
}

.sl-icon-umbrella:before {
    content: "\e053"
}

.sl-icon-trash:before {
    content: "\e054"
}

.sl-icon-tag:before {
    content: "\e055"
}

.sl-icon-support:before {
    content: "\e056"
}

.sl-icon-size-fullscreen:before {
    content: "\e057"
}

.sl-icon-size-actual:before {
    content: "\e058"
}

.sl-icon-shuffle:before {
    content: "\e059"
}

.sl-icon-share-alt:before {
    content: "\e05a"
}

.sl-icon-share:before {
    content: "\e05b"
}

.sl-icon-rocket:before {
    content: "\e05c"
}

.sl-icon-question:before {
    content: "\e05d"
}

.sl-icon-pie-chart:before {
    content: "\e05e"
}

.sl-icon-pencil:before {
    content: "\e05f"
}

.sl-icon-note:before {
    content: "\e060"
}

.sl-icon-music-tone-alt:before {
    content: "\e061"
}

.sl-icon-music-tone:before {
    content: "\e062"
}

.sl-icon-microphone:before {
    content: "\e063"
}

.sl-icon-loop:before {
    content: "\e064"
}

.sl-icon-logout:before {
    content: "\e065"
}

.sl-icon-login:before {
    content: "\e066"
}

.sl-icon-list:before {
    content: "\e067"
}

.sl-icon-like:before {
    content: "\e068"
}

.sl-icon-home:before {
    content: "\e069"
}

.sl-icon-grid:before {
    content: "\e06a"
}

.sl-icon-graph:before {
    content: "\e06b"
}

.sl-icon-equalizer:before {
    content: "\e06c"
}

.sl-icon-dislike:before {
    content: "\e06d"
}

.sl-icon-cursor:before {
    content: "\e06e"
}

.sl-icon-control-start:before {
    content: "\e06f"
}

.sl-icon-control-rewind:before {
    content: "\e070"
}

.sl-icon-control-play:before {
    content: "\e071"
}

.sl-icon-control-pause:before {
    content: "\e072"
}

.sl-icon-control-forward:before {
    content: "\e073"
}

.sl-icon-control-end:before {
    content: "\e074"
}

.sl-icon-calender:before {
    content: "\e075"
}

.sl-icon-bulb:before {
    content: "\e076"
}

.sl-icon-chart:before {
    content: "\e077"
}

.sl-icon-arrow-up-circle:before {
    content: "\e078"
}

.sl-icon-arrow-right-circle:before {
    content: "\e079"
}

.sl-icon-arrow-left-circle:before {
    content: "\e07a"
}

.sl-icon-arrow-down-circle:before {
    content: "\e07b"
}

.sl-icon-ban:before {
    content: "\e07c"
}

.sl-icon-bubble:before {
    content: "\e07d"
}

.sl-icon-camrecorder:before {
    content: "\e07e"
}

.sl-icon-camera:before {
    content: "\e07f"
}

.sl-icon-check:before {
    content: "\e080"
}

.sl-icon-clock:before {
    content: "\e081"
}

.sl-icon-close:before {
    content: "\e082"
}

.sl-icon-cloud-download:before {
    content: "\e083"
}

.sl-icon-cloud-upload:before {
    content: "\e084"
}

.sl-icon-doc:before {
    content: "\e085"
}

.sl-icon-envolope:before {
    content: "\e086"
}

.sl-icon-eye:before {
    content: "\e087"
}

.sl-icon-flag:before {
    content: "\e088"
}

.sl-icon-folder:before {
    content: "\e089"
}

.sl-icon-heart:before {
    content: "\e08a"
}

.sl-icon-info:before {
    content: "\e08b"
}

.sl-icon-key:before {
    content: "\e08c"
}

.sl-icon-link:before {
    content: "\e08d"
}

.sl-icon-lock:before {
    content: "\e08e"
}

.sl-icon-lock-open:before {
    content: "\e08f"
}

.sl-icon-magnifier:before {
    content: "\e090"
}

.sl-icon-magnifier-add:before {
    content: "\e091"
}

.sl-icon-magnifier-remove:before {
    content: "\e092"
}

.sl-icon-paper-clip:before {
    content: "\e093"
}

.sl-icon-paper-plane:before {
    content: "\e094"
}

.sl-icon-plus:before {
    content: "\e095"
}

.sl-icon-power:before {
    content: "\e097"
}

.sl-icon-refresh:before {
    content: "\e098"
}

.sl-icon-reload:before {
    content: "\e099"
}

.sl-icon-settings:before {
    content: "\e09a"
}

.sl-icon-star:before {
    content: "\e09b"
}

.sl-icon-symble-female:before {
    content: "\e09c"
}

.sl-icon-symbol-male:before {
    content: "\e09d"
}

.sl-icon-target:before {
    content: "\e09e"
}

.sl-icon-volume-1:before {
    content: "\e09f"
}

.sl-icon-volume-2:before {
    content: "\e0a0"
}

.sl-icon-volume-off:before {
    content: "\e0a1"
}

.sl-icon-phone:before {
    content: "\e600"
}

.sl-icon-Menu:before {
    content: "\e601"
}

.sl-icon-optionsvertical:before {
    content: "\e602"
}

.sl-icon-options:before {
    content: "\e603"
}

.sl-icon-arrow-down:before {
    content: "\e604"
}

.sl-icon-arrow-left:before {
    content: "\e605"
}

.sl-icon-arrow-right:before {
    content: "\e606"
}

.sl-icon-arrow-up:before {
    content: "\e607"
}

.sl-icon-thumbs-up:before {
    content: "\e80d"
}

.sl-icon-location:before {
    content: "\e810"
}

@font-face {
    font-family: iconsmind;
    src: url(../fonts/iconsmind.eot?-rdmvgc);
    src: url(../fonts/iconsmind.eot?#iefix-rdmvgc) format('embedded-opentype'), url(../fonts/iconsmind.woff?-rdmvgc) format('woff'), url(../fonts/iconsmind.ttf?-rdmvgc) format('truetype'), url(../fonts/iconsmind.svg?-rdmvgc#iconsmind) format('svg');
    font-weight: 400;
    font-style: normal
}

.im {
    font-family: iconsmind !important;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.im-icon-A-Z:before {
    content: "\e600"
}

.im-icon-Aa:before {
    content: "\e601"
}

.im-icon-Add-Bag:before {
    content: "\e602"
}

.im-icon-Add-Basket:before {
    content: "\e603"
}

.im-icon-Add-Cart:before {
    content: "\e604"
}

.im-icon-Add-File:before {
    content: "\e605"
}

.im-icon-Add-SpaceAfterParagraph:before {
    content: "\e606"
}

.im-icon-Add-SpaceBeforeParagraph:before {
    content: "\e607"
}

.im-icon-Add-User:before {
    content: "\e608"
}

.im-icon-Add-UserStar:before {
    content: "\e609"
}

.im-icon-Add-Window:before {
    content: "\e60a"
}

.im-icon-Add:before {
    content: "\e60b"
}

.im-icon-Address-Book:before {
    content: "\e60c"
}

.im-icon-Address-Book2:before {
    content: "\e60d"
}

.im-icon-Administrator:before {
    content: "\e60e"
}

.im-icon-Aerobics-2:before {
    content: "\e60f"
}

.im-icon-Aerobics-3:before {
    content: "\e610"
}

.im-icon-Aerobics:before {
    content: "\e611"
}

.im-icon-Affiliate:before {
    content: "\e612"
}

.im-icon-Aim:before {
    content: "\e613"
}

.im-icon-Air-Balloon:before {
    content: "\e614"
}

.im-icon-Airbrush:before {
    content: "\e615"
}

.im-icon-Airship:before {
    content: "\e616"
}

.im-icon-Alarm-Clock:before {
    content: "\e617"
}

.im-icon-Alarm-Clock2:before {
    content: "\e618"
}

.im-icon-Alarm:before {
    content: "\e619"
}

.im-icon-Alien-2:before {
    content: "\e61a"
}

.im-icon-Alien:before {
    content: "\e61b"
}

.im-icon-Aligator:before {
    content: "\e61c"
}

.im-icon-Align-Center:before {
    content: "\e61d"
}

.im-icon-Align-JustifyAll:before {
    content: "\e61e"
}

.im-icon-Align-JustifyCenter:before {
    content: "\e61f"
}

.im-icon-Align-JustifyLeft:before {
    content: "\e620"
}

.im-icon-Align-JustifyRight:before {
    content: "\e621"
}

.im-icon-Align-Left:before {
    content: "\e622"
}

.im-icon-Align-Right:before {
    content: "\e623"
}

.im-icon-Alpha:before {
    content: "\e624"
}

.im-icon-Ambulance:before {
    content: "\e625"
}

.im-icon-AMX:before {
    content: "\e626"
}

.im-icon-Anchor-2:before {
    content: "\e627"
}

.im-icon-Anchor:before {
    content: "\e628"
}

.im-icon-Android-Store:before {
    content: "\e629"
}

.im-icon-Android:before {
    content: "\e62a"
}

.im-icon-Angel-Smiley:before {
    content: "\e62b"
}

.im-icon-Angel:before {
    content: "\e62c"
}

.im-icon-Angry:before {
    content: "\e62d"
}

.im-icon-Apple-Bite:before {
    content: "\e62e"
}

.im-icon-Apple-Store:before {
    content: "\e62f"
}

.im-icon-Apple:before {
    content: "\e630"
}

.im-icon-Approved-Window:before {
    content: "\e631"
}

.im-icon-Aquarius-2:before {
    content: "\e632"
}

.im-icon-Aquarius:before {
    content: "\e633"
}

.im-icon-Archery-2:before {
    content: "\e634"
}

.im-icon-Archery:before {
    content: "\e635"
}

.im-icon-Argentina:before {
    content: "\e636"
}

.im-icon-Aries-2:before {
    content: "\e637"
}

.im-icon-Aries:before {
    content: "\e638"
}

.im-icon-Army-Key:before {
    content: "\e639"
}

.im-icon-Arrow-Around:before {
    content: "\e63a"
}

.im-icon-Arrow-Back3:before {
    content: "\e63b"
}

.im-icon-Arrow-Back:before {
    content: "\e63c"
}

.im-icon-Arrow-Back2:before {
    content: "\e63d"
}

.im-icon-Arrow-Barrier:before {
    content: "\e63e"
}

.im-icon-Arrow-Circle:before {
    content: "\e63f"
}

.im-icon-Arrow-Cross:before {
    content: "\e640"
}

.im-icon-Arrow-Down:before {
    content: "\e641"
}

.im-icon-Arrow-Down2:before {
    content: "\e642"
}

.im-icon-Arrow-Down3:before {
    content: "\e643"
}

.im-icon-Arrow-DowninCircle:before {
    content: "\e644"
}

.im-icon-Arrow-Fork:before {
    content: "\e645"
}

.im-icon-Arrow-Forward:before {
    content: "\e646"
}

.im-icon-Arrow-Forward2:before {
    content: "\e647"
}

.im-icon-Arrow-From:before {
    content: "\e648"
}

.im-icon-Arrow-Inside:before {
    content: "\e649"
}

.im-icon-Arrow-Inside45:before {
    content: "\e64a"
}

.im-icon-Arrow-InsideGap:before {
    content: "\e64b"
}

.im-icon-Arrow-InsideGap45:before {
    content: "\e64c"
}

.im-icon-Arrow-Into:before {
    content: "\e64d"
}

.im-icon-Arrow-Join:before {
    content: "\e64e"
}

.im-icon-Arrow-Junction:before {
    content: "\e64f"
}

.im-icon-Arrow-Left:before {
    content: "\e650"
}

.im-icon-Arrow-Left2:before {
    content: "\e651"
}

.im-icon-Arrow-LeftinCircle:before {
    content: "\e652"
}

.im-icon-Arrow-Loop:before {
    content: "\e653"
}

.im-icon-Arrow-Merge:before {
    content: "\e654"
}

.im-icon-Arrow-Mix:before {
    content: "\e655"
}

.im-icon-Arrow-Next:before {
    content: "\e656"
}

.im-icon-Arrow-OutLeft:before {
    content: "\e657"
}

.im-icon-Arrow-OutRight:before {
    content: "\e658"
}

.im-icon-Arrow-Outside:before {
    content: "\e659"
}

.im-icon-Arrow-Outside45:before {
    content: "\e65a"
}

.im-icon-Arrow-OutsideGap:before {
    content: "\e65b"
}

.im-icon-Arrow-OutsideGap45:before {
    content: "\e65c"
}

.im-icon-Arrow-Over:before {
    content: "\e65d"
}

.im-icon-Arrow-Refresh:before {
    content: "\e65e"
}

.im-icon-Arrow-Refresh2:before {
    content: "\e65f"
}

.im-icon-Arrow-Right:before {
    content: "\e660"
}

.im-icon-Arrow-Right2:before {
    content: "\e661"
}

.im-icon-Arrow-RightinCircle:before {
    content: "\e662"
}

.im-icon-Arrow-Shuffle:before {
    content: "\e663"
}

.im-icon-Arrow-Squiggly:before {
    content: "\e664"
}

.im-icon-Arrow-Through:before {
    content: "\e665"
}

.im-icon-Arrow-To:before {
    content: "\e666"
}

.im-icon-Arrow-TurnLeft:before {
    content: "\e667"
}

.im-icon-Arrow-TurnRight:before {
    content: "\e668"
}

.im-icon-Arrow-Up:before {
    content: "\e669"
}

.im-icon-Arrow-Up2:before {
    content: "\e66a"
}

.im-icon-Arrow-Up3:before {
    content: "\e66b"
}

.im-icon-Arrow-UpinCircle:before {
    content: "\e66c"
}

.im-icon-Arrow-XLeft:before {
    content: "\e66d"
}

.im-icon-Arrow-XRight:before {
    content: "\e66e"
}

.im-icon-Ask:before {
    content: "\e66f"
}

.im-icon-Assistant:before {
    content: "\e670"
}

.im-icon-Astronaut:before {
    content: "\e671"
}

.im-icon-At-Sign:before {
    content: "\e672"
}

.im-icon-ATM:before {
    content: "\e673"
}

.im-icon-Atom:before {
    content: "\e674"
}

.im-icon-Audio:before {
    content: "\e675"
}

.im-icon-Auto-Flash:before {
    content: "\e676"
}

.im-icon-Autumn:before {
    content: "\e677"
}

.im-icon-Baby-Clothes:before {
    content: "\e678"
}

.im-icon-Baby-Clothes2:before {
    content: "\e679"
}

.im-icon-Baby-Cry:before {
    content: "\e67a"
}

.im-icon-Baby:before {
    content: "\e67b"
}

.im-icon-Back2:before {
    content: "\e67c"
}

.im-icon-Back-Media:before {
    content: "\e67d"
}

.im-icon-Back-Music:before {
    content: "\e67e"
}

.im-icon-Back:before {
    content: "\e67f"
}

.im-icon-Background:before {
    content: "\e680"
}

.im-icon-Bacteria:before {
    content: "\e681"
}

.im-icon-Bag-Coins:before {
    content: "\e682"
}

.im-icon-Bag-Items:before {
    content: "\e683"
}

.im-icon-Bag-Quantity:before {
    content: "\e684"
}

.im-icon-Bag:before {
    content: "\e685"
}

.im-icon-Bakelite:before {
    content: "\e686"
}

.im-icon-Ballet-Shoes:before {
    content: "\e687"
}

.im-icon-Balloon:before {
    content: "\e688"
}

.im-icon-Banana:before {
    content: "\e689"
}

.im-icon-Band-Aid:before {
    content: "\e68a"
}

.im-icon-Bank:before {
    content: "\e68b"
}

.im-icon-Bar-Chart:before {
    content: "\e68c"
}

.im-icon-Bar-Chart2:before {
    content: "\e68d"
}

.im-icon-Bar-Chart3:before {
    content: "\e68e"
}

.im-icon-Bar-Chart4:before {
    content: "\e68f"
}

.im-icon-Bar-Chart5:before {
    content: "\e690"
}

.im-icon-Bar-Code:before {
    content: "\e691"
}

.im-icon-Barricade-2:before {
    content: "\e692"
}

.im-icon-Barricade:before {
    content: "\e693"
}

.im-icon-Baseball:before {
    content: "\e694"
}

.im-icon-Basket-Ball:before {
    content: "\e695"
}

.im-icon-Basket-Coins:before {
    content: "\e696"
}

.im-icon-Basket-Items:before {
    content: "\e697"
}

.im-icon-Basket-Quantity:before {
    content: "\e698"
}

.im-icon-Bat-2:before {
    content: "\e699"
}

.im-icon-Bat:before {
    content: "\e69a"
}

.im-icon-Bathrobe:before {
    content: "\e69b"
}

.im-icon-Batman-Mask:before {
    content: "\e69c"
}

.im-icon-Battery-0:before {
    content: "\e69d"
}

.im-icon-Battery-25:before {
    content: "\e69e"
}

.im-icon-Battery-50:before {
    content: "\e69f"
}

.im-icon-Battery-75:before {
    content: "\e6a0"
}

.im-icon-Battery-100:before {
    content: "\e6a1"
}

.im-icon-Battery-Charge:before {
    content: "\e6a2"
}

.im-icon-Bear:before {
    content: "\e6a3"
}

.im-icon-Beard-2:before {
    content: "\e6a4"
}

.im-icon-Beard-3:before {
    content: "\e6a5"
}

.im-icon-Beard:before {
    content: "\e6a6"
}

.im-icon-Bebo:before {
    content: "\e6a7"
}

.im-icon-Bee:before {
    content: "\e6a8"
}

.im-icon-Beer-Glass:before {
    content: "\e6a9"
}

.im-icon-Beer:before {
    content: "\e6aa"
}

.im-icon-Bell-2:before {
    content: "\e6ab"
}

.im-icon-Bell:before {
    content: "\e6ac"
}

.im-icon-Belt-2:before {
    content: "\e6ad"
}

.im-icon-Belt-3:before {
    content: "\e6ae"
}

.im-icon-Belt:before {
    content: "\e6af"
}

.im-icon-Berlin-Tower:before {
    content: "\e6b0"
}

.im-icon-Beta:before {
    content: "\e6b1"
}

.im-icon-Betvibes:before {
    content: "\e6b2"
}

.im-icon-Bicycle-2:before {
    content: "\e6b3"
}

.im-icon-Bicycle-3:before {
    content: "\e6b4"
}

.im-icon-Bicycle:before {
    content: "\e6b5"
}

.im-icon-Big-Bang:before {
    content: "\e6b6"
}

.im-icon-Big-Data:before {
    content: "\e6b7"
}

.im-icon-Bike-Helmet:before {
    content: "\e6b8"
}

.im-icon-Bikini:before {
    content: "\e6b9"
}

.im-icon-Bilk-Bottle2:before {
    content: "\e6ba"
}

.im-icon-Billing:before {
    content: "\e6bb"
}

.im-icon-Bing:before {
    content: "\e6bc"
}

.im-icon-Binocular:before {
    content: "\e6bd"
}

.im-icon-Bio-Hazard:before {
    content: "\e6be"
}

.im-icon-Biotech:before {
    content: "\e6bf"
}

.im-icon-Bird-DeliveringLetter:before {
    content: "\e6c0"
}

.im-icon-Bird:before {
    content: "\e6c1"
}

.im-icon-Birthday-Cake:before {
    content: "\e6c2"
}

.im-icon-Bisexual:before {
    content: "\e6c3"
}

.im-icon-Bishop:before {
    content: "\e6c4"
}

.im-icon-Bitcoin:before {
    content: "\e6c5"
}

.im-icon-Black-Cat:before {
    content: "\e6c6"
}

.im-icon-Blackboard:before {
    content: "\e6c7"
}

.im-icon-Blinklist:before {
    content: "\e6c8"
}

.im-icon-Block-Cloud:before {
    content: "\e6c9"
}

.im-icon-Block-Window:before {
    content: "\e6ca"
}

.im-icon-Blogger:before {
    content: "\e6cb"
}

.im-icon-Blood:before {
    content: "\e6cc"
}

.im-icon-Blouse:before {
    content: "\e6cd"
}

.im-icon-Blueprint:before {
    content: "\e6ce"
}

.im-icon-Board:before {
    content: "\e6cf"
}

.im-icon-Bodybuilding:before {
    content: "\e6d0"
}

.im-icon-Bold-Text:before {
    content: "\e6d1"
}

.im-icon-Bone:before {
    content: "\e6d2"
}

.im-icon-Bones:before {
    content: "\e6d3"
}

.im-icon-Book:before {
    content: "\e6d4"
}

.im-icon-Bookmark:before {
    content: "\e6d5"
}

.im-icon-Books-2:before {
    content: "\e6d6"
}

.im-icon-Books:before {
    content: "\e6d7"
}

.im-icon-Boom:before {
    content: "\e6d8"
}

.im-icon-Boot-2:before {
    content: "\e6d9"
}

.im-icon-Boot:before {
    content: "\e6da"
}

.im-icon-Bottom-ToTop:before {
    content: "\e6db"
}

.im-icon-Bow-2:before {
    content: "\e6dc"
}

.im-icon-Bow-3:before {
    content: "\e6dd"
}

.im-icon-Bow-4:before {
    content: "\e6de"
}

.im-icon-Bow-5:before {
    content: "\e6df"
}

.im-icon-Bow-6:before {
    content: "\e6e0"
}

.im-icon-Bow:before {
    content: "\e6e1"
}

.im-icon-Bowling-2:before {
    content: "\e6e2"
}

.im-icon-Bowling:before {
    content: "\e6e3"
}

.im-icon-Box2:before {
    content: "\e6e4"
}

.im-icon-Box-Close:before {
    content: "\e6e5"
}

.im-icon-Box-Full:before {
    content: "\e6e6"
}

.im-icon-Box-Open:before {
    content: "\e6e7"
}

.im-icon-Box-withFolders:before {
    content: "\e6e8"
}

.im-icon-Box:before {
    content: "\e6e9"
}

.im-icon-Boy:before {
    content: "\e6ea"
}

.im-icon-Bra:before {
    content: "\e6eb"
}

.im-icon-Brain-2:before {
    content: "\e6ec"
}

.im-icon-Brain-3:before {
    content: "\e6ed"
}

.im-icon-Brain:before {
    content: "\e6ee"
}

.im-icon-Brazil:before {
    content: "\e6ef"
}

.im-icon-Bread-2:before {
    content: "\e6f0"
}

.im-icon-Bread:before {
    content: "\e6f1"
}

.im-icon-Bridge:before {
    content: "\e6f2"
}

.im-icon-Brightkite:before {
    content: "\e6f3"
}

.im-icon-Broke-Link2:before {
    content: "\e6f4"
}

.im-icon-Broken-Link:before {
    content: "\e6f5"
}

.im-icon-Broom:before {
    content: "\e6f6"
}

.im-icon-Brush:before {
    content: "\e6f7"
}

.im-icon-Bucket:before {
    content: "\e6f8"
}

.im-icon-Bug:before {
    content: "\e6f9"
}

.im-icon-Building:before {
    content: "\e6fa"
}

.im-icon-Bulleted-List:before {
    content: "\e6fb"
}

.im-icon-Bus-2:before {
    content: "\e6fc"
}

.im-icon-Bus:before {
    content: "\e6fd"
}

.im-icon-Business-Man:before {
    content: "\e6fe"
}

.im-icon-Business-ManWoman:before {
    content: "\e6ff"
}

.im-icon-Business-Mens:before {
    content: "\e700"
}

.im-icon-Business-Woman:before {
    content: "\e701"
}

.im-icon-Butterfly:before {
    content: "\e702"
}

.im-icon-Button:before {
    content: "\e703"
}

.im-icon-Cable-Car:before {
    content: "\e704"
}

.im-icon-Cake:before {
    content: "\e705"
}

.im-icon-Calculator-2:before {
    content: "\e706"
}

.im-icon-Calculator-3:before {
    content: "\e707"
}

.im-icon-Calculator:before {
    content: "\e708"
}

.im-icon-Calendar-2:before {
    content: "\e709"
}

.im-icon-Calendar-3:before {
    content: "\e70a"
}

.im-icon-Calendar-4:before {
    content: "\e70b"
}

.im-icon-Calendar-Clock:before {
    content: "\e70c"
}

.im-icon-Calendar:before {
    content: "\e70d"
}

.im-icon-Camel:before {
    content: "\e70e"
}

.im-icon-Camera-2:before {
    content: "\e70f"
}

.im-icon-Camera-3:before {
    content: "\e710"
}

.im-icon-Camera-4:before {
    content: "\e711"
}

.im-icon-Camera-5:before {
    content: "\e712"
}

.im-icon-Camera-Back:before {
    content: "\e713"
}

.im-icon-Camera:before {
    content: "\e714"
}

.im-icon-Can-2:before {
    content: "\e715"
}

.im-icon-Can:before {
    content: "\e716"
}

.im-icon-Canada:before {
    content: "\e717"
}

.im-icon-Cancer-2:before {
    content: "\e718"
}

.im-icon-Cancer-3:before {
    content: "\e719"
}

.im-icon-Cancer:before {
    content: "\e71a"
}

.im-icon-Candle:before {
    content: "\e71b"
}

.im-icon-Candy-Cane:before {
    content: "\e71c"
}

.im-icon-Candy:before {
    content: "\e71d"
}

.im-icon-Cannon:before {
    content: "\e71e"
}

.im-icon-Cap-2:before {
    content: "\e71f"
}

.im-icon-Cap-3:before {
    content: "\e720"
}

.im-icon-Cap-Smiley:before {
    content: "\e721"
}

.im-icon-Cap:before {
    content: "\e722"
}

.im-icon-Capricorn-2:before {
    content: "\e723"
}

.im-icon-Capricorn:before {
    content: "\e724"
}

.im-icon-Car-2:before {
    content: "\e725"
}

.im-icon-Car-3:before {
    content: "\e726"
}

.im-icon-Car-Coins:before {
    content: "\e727"
}

.im-icon-Car-Items:before {
    content: "\e728"
}

.im-icon-Car-Wheel:before {
    content: "\e729"
}

.im-icon-Car:before {
    content: "\e72a"
}

.im-icon-Cardigan:before {
    content: "\e72b"
}

.im-icon-Cardiovascular:before {
    content: "\e72c"
}

.im-icon-Cart-Quantity:before {
    content: "\e72d"
}

.im-icon-Casette-Tape:before {
    content: "\e72e"
}

.im-icon-Cash-Register:before {
    content: "\e72f"
}

.im-icon-Cash-register2:before {
    content: "\e730"
}

.im-icon-Castle:before {
    content: "\e731"
}

.im-icon-Cat:before {
    content: "\e732"
}

.im-icon-Cathedral:before {
    content: "\e733"
}

.im-icon-Cauldron:before {
    content: "\e734"
}

.im-icon-CD-2:before {
    content: "\e735"
}

.im-icon-CD-Cover:before {
    content: "\e736"
}

.im-icon-CD:before {
    content: "\e737"
}

.im-icon-Cello:before {
    content: "\e738"
}

.im-icon-Celsius:before {
    content: "\e739"
}

.im-icon-Chacked-Flag:before {
    content: "\e73a"
}

.im-icon-Chair:before {
    content: "\e73b"
}

.im-icon-Charger:before {
    content: "\e73c"
}

.im-icon-Check-2:before {
    content: "\e73d"
}

.im-icon-Check:before {
    content: "\e73e"
}

.im-icon-Checked-User:before {
    content: "\e73f"
}

.im-icon-Checkmate:before {
    content: "\e740"
}

.im-icon-Checkout-Bag:before {
    content: "\e741"
}

.im-icon-Checkout-Basket:before {
    content: "\e742"
}

.im-icon-Checkout:before {
    content: "\e743"
}

.im-icon-Cheese:before {
    content: "\e744"
}

.im-icon-Cheetah:before {
    content: "\e745"
}

.im-icon-Chef-Hat:before {
    content: "\e746"
}

.im-icon-Chef-Hat2:before {
    content: "\e747"
}

.im-icon-Chef:before {
    content: "\e748"
}

.im-icon-Chemical-2:before {
    content: "\e749"
}

.im-icon-Chemical-3:before {
    content: "\e74a"
}

.im-icon-Chemical-4:before {
    content: "\e74b"
}

.im-icon-Chemical-5:before {
    content: "\e74c"
}

.im-icon-Chemical:before {
    content: "\e74d"
}

.im-icon-Chess-Board:before {
    content: "\e74e"
}

.im-icon-Chess:before {
    content: "\e74f"
}

.im-icon-Chicken:before {
    content: "\e750"
}

.im-icon-Chile:before {
    content: "\e751"
}

.im-icon-Chimney:before {
    content: "\e752"
}

.im-icon-China:before {
    content: "\e753"
}

.im-icon-Chinese-Temple:before {
    content: "\e754"
}

.im-icon-Chip:before {
    content: "\e755"
}

.im-icon-Chopsticks-2:before {
    content: "\e756"
}

.im-icon-Chopsticks:before {
    content: "\e757"
}

.im-icon-Christmas-Ball:before {
    content: "\e758"
}

.im-icon-Christmas-Bell:before {
    content: "\e759"
}

.im-icon-Christmas-Candle:before {
    content: "\e75a"
}

.im-icon-Christmas-Hat:before {
    content: "\e75b"
}

.im-icon-Christmas-Sleigh:before {
    content: "\e75c"
}

.im-icon-Christmas-Snowman:before {
    content: "\e75d"
}

.im-icon-Christmas-Sock:before {
    content: "\e75e"
}

.im-icon-Christmas-Tree:before {
    content: "\e75f"
}

.im-icon-Christmas:before {
    content: "\e760"
}

.im-icon-Chrome:before {
    content: "\e761"
}

.im-icon-Chrysler-Building:before {
    content: "\e762"
}

.im-icon-Cinema:before {
    content: "\e763"
}

.im-icon-Circular-Point:before {
    content: "\e764"
}

.im-icon-City-Hall:before {
    content: "\e765"
}

.im-icon-Clamp:before {
    content: "\e766"
}

.im-icon-Clapperboard-Close:before {
    content: "\e767"
}

.im-icon-Clapperboard-Open:before {
    content: "\e768"
}

.im-icon-Claps:before {
    content: "\e769"
}

.im-icon-Clef:before {
    content: "\e76a"
}

.im-icon-Clinic:before {
    content: "\e76b"
}

.im-icon-Clock-2:before {
    content: "\e76c"
}

.im-icon-Clock-3:before {
    content: "\e76d"
}

.im-icon-Clock-4:before {
    content: "\e76e"
}

.im-icon-Clock-Back:before {
    content: "\e76f"
}

.im-icon-Clock-Forward:before {
    content: "\e770"
}

.im-icon-Clock:before {
    content: "\e771"
}

.im-icon-Close-Window:before {
    content: "\e772"
}

.im-icon-Close:before {
    content: "\e773"
}

.im-icon-Clothing-Store:before {
    content: "\e774"
}

.im-icon-Cloud--:before {
    content: "\e775"
}

.im-icon-Cloud-:before {
    content: "\e776"
}

.im-icon-Cloud-Camera:before {
    content: "\e777"
}

.im-icon-Cloud-Computer:before {
    content: "\e778"
}

.im-icon-Cloud-Email:before {
    content: "\e779"
}

.im-icon-Cloud-Hail:before {
    content: "\e77a"
}

.im-icon-Cloud-Laptop:before {
    content: "\e77b"
}

.im-icon-Cloud-Lock:before {
    content: "\e77c"
}

.im-icon-Cloud-Moon:before {
    content: "\e77d"
}

.im-icon-Cloud-Music:before {
    content: "\e77e"
}

.im-icon-Cloud-Picture:before {
    content: "\e77f"
}

.im-icon-Cloud-Rain:before {
    content: "\e780"
}

.im-icon-Cloud-Remove:before {
    content: "\e781"
}

.im-icon-Cloud-Secure:before {
    content: "\e782"
}

.im-icon-Cloud-Settings:before {
    content: "\e783"
}

.im-icon-Cloud-Smartphone:before {
    content: "\e784"
}

.im-icon-Cloud-Snow:before {
    content: "\e785"
}

.im-icon-Cloud-Sun:before {
    content: "\e786"
}

.im-icon-Cloud-Tablet:before {
    content: "\e787"
}

.im-icon-Cloud-Video:before {
    content: "\e788"
}

.im-icon-Cloud-Weather:before {
    content: "\e789"
}

.im-icon-Cloud:before {
    content: "\e78a"
}

.im-icon-Clouds-Weather:before {
    content: "\e78b"
}

.im-icon-Clouds:before {
    content: "\e78c"
}

.im-icon-Clown:before {
    content: "\e78d"
}

.im-icon-CMYK:before {
    content: "\e78e"
}

.im-icon-Coat:before {
    content: "\e78f"
}

.im-icon-Cocktail:before {
    content: "\e790"
}

.im-icon-Coconut:before {
    content: "\e791"
}

.im-icon-Code-Window:before {
    content: "\e792"
}

.im-icon-Coding:before {
    content: "\e793"
}

.im-icon-Coffee-2:before {
    content: "\e794"
}

.im-icon-Coffee-Bean:before {
    content: "\e795"
}

.im-icon-Coffee-Machine:before {
    content: "\e796"
}

.im-icon-Coffee-toGo:before {
    content: "\e797"
}

.im-icon-Coffee:before {
    content: "\e798"
}

.im-icon-Coffin:before {
    content: "\e799"
}

.im-icon-Coin:before {
    content: "\e79a"
}

.im-icon-Coins-2:before {
    content: "\e79b"
}

.im-icon-Coins-3:before {
    content: "\e79c"
}

.im-icon-Coins:before {
    content: "\e79d"
}

.im-icon-Colombia:before {
    content: "\e79e"
}

.im-icon-Colosseum:before {
    content: "\e79f"
}

.im-icon-Column-2:before {
    content: "\e7a0"
}

.im-icon-Column-3:before {
    content: "\e7a1"
}

.im-icon-Column:before {
    content: "\e7a2"
}

.im-icon-Comb-2:before {
    content: "\e7a3"
}

.im-icon-Comb:before {
    content: "\e7a4"
}

.im-icon-Communication-Tower:before {
    content: "\e7a5"
}

.im-icon-Communication-Tower2:before {
    content: "\e7a6"
}

.im-icon-Compass-2:before {
    content: "\e7a7"
}

.im-icon-Compass-3:before {
    content: "\e7a8"
}

.im-icon-Compass-4:before {
    content: "\e7a9"
}

.im-icon-Compass-Rose:before {
    content: "\e7aa"
}

.im-icon-Compass:before {
    content: "\e7ab"
}

.im-icon-Computer-2:before {
    content: "\e7ac"
}

.im-icon-Computer-3:before {
    content: "\e7ad"
}

.im-icon-Computer-Secure:before {
    content: "\e7ae"
}

.im-icon-Computer:before {
    content: "\e7af"
}

.im-icon-Conference:before {
    content: "\e7b0"
}

.im-icon-Confused:before {
    content: "\e7b1"
}

.im-icon-Conservation:before {
    content: "\e7b2"
}

.im-icon-Consulting:before {
    content: "\e7b3"
}

.im-icon-Contrast:before {
    content: "\e7b4"
}

.im-icon-Control-2:before {
    content: "\e7b5"
}

.im-icon-Control:before {
    content: "\e7b6"
}

.im-icon-Cookie-Man:before {
    content: "\e7b7"
}

.im-icon-Cookies:before {
    content: "\e7b8"
}

.im-icon-Cool-Guy:before {
    content: "\e7b9"
}

.im-icon-Cool:before {
    content: "\e7ba"
}

.im-icon-Copyright:before {
    content: "\e7bb"
}

.im-icon-Costume:before {
    content: "\e7bc"
}

.im-icon-Couple-Sign:before {
    content: "\e7bd"
}

.im-icon-Cow:before {
    content: "\e7be"
}

.im-icon-CPU:before {
    content: "\e7bf"
}

.im-icon-Crane:before {
    content: "\e7c0"
}

.im-icon-Cranium:before {
    content: "\e7c1"
}

.im-icon-Credit-Card:before {
    content: "\e7c2"
}

.im-icon-Credit-Card2:before {
    content: "\e7c3"
}

.im-icon-Credit-Card3:before {
    content: "\e7c4"
}

.im-icon-Cricket:before {
    content: "\e7c5"
}

.im-icon-Criminal:before {
    content: "\e7c6"
}

.im-icon-Croissant:before {
    content: "\e7c7"
}

.im-icon-Crop-2:before {
    content: "\e7c8"
}

.im-icon-Crop-3:before {
    content: "\e7c9"
}

.im-icon-Crown-2:before {
    content: "\e7ca"
}

.im-icon-Crown:before {
    content: "\e7cb"
}

.im-icon-Crying:before {
    content: "\e7cc"
}

.im-icon-Cube-Molecule:before {
    content: "\e7cd"
}

.im-icon-Cube-Molecule2:before {
    content: "\e7ce"
}

.im-icon-Cupcake:before {
    content: "\e7cf"
}

.im-icon-Cursor-Click:before {
    content: "\e7d0"
}

.im-icon-Cursor-Click2:before {
    content: "\e7d1"
}

.im-icon-Cursor-Move:before {
    content: "\e7d2"
}

.im-icon-Cursor-Move2:before {
    content: "\e7d3"
}

.im-icon-Cursor-Select:before {
    content: "\e7d4"
}

.im-icon-Cursor:before {
    content: "\e7d5"
}

.im-icon-D-Eyeglasses:before {
    content: "\e7d6"
}

.im-icon-D-Eyeglasses2:before {
    content: "\e7d7"
}

.im-icon-Dam:before {
    content: "\e7d8"
}

.im-icon-Danemark:before {
    content: "\e7d9"
}

.im-icon-Danger-2:before {
    content: "\e7da"
}

.im-icon-Danger:before {
    content: "\e7db"
}

.im-icon-Dashboard:before {
    content: "\e7dc"
}

.im-icon-Data-Backup:before {
    content: "\e7dd"
}

.im-icon-Data-Block:before {
    content: "\e7de"
}

.im-icon-Data-Center:before {
    content: "\e7df"
}

.im-icon-Data-Clock:before {
    content: "\e7e0"
}

.im-icon-Data-Cloud:before {
    content: "\e7e1"
}

.im-icon-Data-Compress:before {
    content: "\e7e2"
}

.im-icon-Data-Copy:before {
    content: "\e7e3"
}

.im-icon-Data-Download:before {
    content: "\e7e4"
}

.im-icon-Data-Financial:before {
    content: "\e7e5"
}

.im-icon-Data-Key:before {
    content: "\e7e6"
}

.im-icon-Data-Lock:before {
    content: "\e7e7"
}

.im-icon-Data-Network:before {
    content: "\e7e8"
}

.im-icon-Data-Password:before {
    content: "\e7e9"
}

.im-icon-Data-Power:before {
    content: "\e7ea"
}

.im-icon-Data-Refresh:before {
    content: "\e7eb"
}

.im-icon-Data-Save:before {
    content: "\e7ec"
}

.im-icon-Data-Search:before {
    content: "\e7ed"
}

.im-icon-Data-Security:before {
    content: "\e7ee"
}

.im-icon-Data-Settings:before {
    content: "\e7ef"
}

.im-icon-Data-Sharing:before {
    content: "\e7f0"
}

.im-icon-Data-Shield:before {
    content: "\e7f1"
}

.im-icon-Data-Signal:before {
    content: "\e7f2"
}

.im-icon-Data-Storage:before {
    content: "\e7f3"
}

.im-icon-Data-Stream:before {
    content: "\e7f4"
}

.im-icon-Data-Transfer:before {
    content: "\e7f5"
}

.im-icon-Data-Unlock:before {
    content: "\e7f6"
}

.im-icon-Data-Upload:before {
    content: "\e7f7"
}

.im-icon-Data-Yes:before {
    content: "\e7f8"
}

.im-icon-Data:before {
    content: "\e7f9"
}

.im-icon-David-Star:before {
    content: "\e7fa"
}

.im-icon-Daylight:before {
    content: "\e7fb"
}

.im-icon-Death:before {
    content: "\e7fc"
}

.im-icon-Debian:before {
    content: "\e7fd"
}

.im-icon-Dec:before {
    content: "\e7fe"
}

.im-icon-Decrase-Inedit:before {
    content: "\e7ff"
}

.im-icon-Deer-2:before {
    content: "\e800"
}

.im-icon-Deer:before {
    content: "\e801"
}

.im-icon-Delete-File:before {
    content: "\e802"
}

.im-icon-Delete-Window:before {
    content: "\e803"
}

.im-icon-Delicious:before {
    content: "\e804"
}

.im-icon-Depression:before {
    content: "\e805"
}

.im-icon-Deviantart:before {
    content: "\e806"
}

.im-icon-Device-SyncwithCloud:before {
    content: "\e807"
}

.im-icon-Diamond:before {
    content: "\e808"
}

.im-icon-Dice-2:before {
    content: "\e809"
}

.im-icon-Dice:before {
    content: "\e80a"
}

.im-icon-Digg:before {
    content: "\e80b"
}

.im-icon-Digital-Drawing:before {
    content: "\e80c"
}

.im-icon-Diigo:before {
    content: "\e80d"
}

.im-icon-Dinosaur:before {
    content: "\e80e"
}

.im-icon-Diploma-2:before {
    content: "\e80f"
}

.im-icon-Diploma:before {
    content: "\e810"
}

.im-icon-Direction-East:before {
    content: "\e811"
}

.im-icon-Direction-North:before {
    content: "\e812"
}

.im-icon-Direction-South:before {
    content: "\e813"
}

.im-icon-Direction-West:before {
    content: "\e814"
}

.im-icon-Director:before {
    content: "\e815"
}

.im-icon-Disk:before {
    content: "\e816"
}

.im-icon-Dj:before {
    content: "\e817"
}

.im-icon-DNA-2:before {
    content: "\e818"
}

.im-icon-DNA-Helix:before {
    content: "\e819"
}

.im-icon-DNA:before {
    content: "\e81a"
}

.im-icon-Doctor:before {
    content: "\e81b"
}

.im-icon-Dog:before {
    content: "\e81c"
}

.im-icon-Dollar-Sign:before {
    content: "\e81d"
}

.im-icon-Dollar-Sign2:before {
    content: "\e81e"
}

.im-icon-Dollar:before {
    content: "\e81f"
}

.im-icon-Dolphin:before {
    content: "\e820"
}

.im-icon-Domino:before {
    content: "\e821"
}

.im-icon-Door-Hanger:before {
    content: "\e822"
}

.im-icon-Door:before {
    content: "\e823"
}

.im-icon-Doplr:before {
    content: "\e824"
}

.im-icon-Double-Circle:before {
    content: "\e825"
}

.im-icon-Double-Tap:before {
    content: "\e826"
}

.im-icon-Doughnut:before {
    content: "\e827"
}

.im-icon-Dove:before {
    content: "\e828"
}

.im-icon-Down-2:before {
    content: "\e829"
}

.im-icon-Down-3:before {
    content: "\e82a"
}

.im-icon-Down-4:before {
    content: "\e82b"
}

.im-icon-Down:before {
    content: "\e82c"
}

.im-icon-Download-2:before {
    content: "\e82d"
}

.im-icon-Download-fromCloud:before {
    content: "\e82e"
}

.im-icon-Download-Window:before {
    content: "\e82f"
}

.im-icon-Download:before {
    content: "\e830"
}

.im-icon-Downward:before {
    content: "\e831"
}

.im-icon-Drag-Down:before {
    content: "\e832"
}

.im-icon-Drag-Left:before {
    content: "\e833"
}

.im-icon-Drag-Right:before {
    content: "\e834"
}

.im-icon-Drag-Up:before {
    content: "\e835"
}

.im-icon-Drag:before {
    content: "\e836"
}

.im-icon-Dress:before {
    content: "\e837"
}

.im-icon-Drill-2:before {
    content: "\e838"
}

.im-icon-Drill:before {
    content: "\e839"
}

.im-icon-Drop:before {
    content: "\e83a"
}

.im-icon-Dropbox:before {
    content: "\e83b"
}

.im-icon-Drum:before {
    content: "\e83c"
}

.im-icon-Dry:before {
    content: "\e83d"
}

.im-icon-Duck:before {
    content: "\e83e"
}

.im-icon-Dumbbell:before {
    content: "\e83f"
}

.im-icon-Duplicate-Layer:before {
    content: "\e840"
}

.im-icon-Duplicate-Window:before {
    content: "\e841"
}

.im-icon-DVD:before {
    content: "\e842"
}

.im-icon-Eagle:before {
    content: "\e843"
}

.im-icon-Ear:before {
    content: "\e844"
}

.im-icon-Earphones-2:before {
    content: "\e845"
}

.im-icon-Earphones:before {
    content: "\e846"
}

.im-icon-Eci-Icon:before {
    content: "\e847"
}

.im-icon-Edit-Map:before {
    content: "\e848"
}

.im-icon-Edit:before {
    content: "\e849"
}

.im-icon-Eggs:before {
    content: "\e84a"
}

.im-icon-Egypt:before {
    content: "\e84b"
}

.im-icon-Eifel-Tower:before {
    content: "\e84c"
}

.im-icon-eject-2:before {
    content: "\e84d"
}

.im-icon-Eject:before {
    content: "\e84e"
}

.im-icon-El-Castillo:before {
    content: "\e84f"
}

.im-icon-Elbow:before {
    content: "\e850"
}

.im-icon-Electric-Guitar:before {
    content: "\e851"
}

.im-icon-Electricity:before {
    content: "\e852"
}

.im-icon-Elephant:before {
    content: "\e853"
}

.im-icon-Email:before {
    content: "\e854"
}

.im-icon-Embassy:before {
    content: "\e855"
}

.im-icon-Empire-StateBuilding:before {
    content: "\e856"
}

.im-icon-Empty-Box:before {
    content: "\e857"
}

.im-icon-End2:before {
    content: "\e858"
}

.im-icon-End-2:before {
    content: "\e859"
}

.im-icon-End:before {
    content: "\e85a"
}

.im-icon-Endways:before {
    content: "\e85b"
}

.im-icon-Engineering:before {
    content: "\e85c"
}

.im-icon-Envelope-2:before {
    content: "\e85d"
}

.im-icon-Envelope:before {
    content: "\e85e"
}

.im-icon-Environmental-2:before {
    content: "\e85f"
}

.im-icon-Environmental-3:before {
    content: "\e860"
}

.im-icon-Environmental:before {
    content: "\e861"
}

.im-icon-Equalizer:before {
    content: "\e862"
}

.im-icon-Eraser-2:before {
    content: "\e863"
}

.im-icon-Eraser-3:before {
    content: "\e864"
}

.im-icon-Eraser:before {
    content: "\e865"
}

.im-icon-Error-404Window:before {
    content: "\e866"
}

.im-icon-Euro-Sign:before {
    content: "\e867"
}

.im-icon-Euro-Sign2:before {
    content: "\e868"
}

.im-icon-Euro:before {
    content: "\e869"
}

.im-icon-Evernote:before {
    content: "\e86a"
}

.im-icon-Evil:before {
    content: "\e86b"
}

.im-icon-Explode:before {
    content: "\e86c"
}

.im-icon-Eye-2:before {
    content: "\e86d"
}

.im-icon-Eye-Blind:before {
    content: "\e86e"
}

.im-icon-Eye-Invisible:before {
    content: "\e86f"
}

.im-icon-Eye-Scan:before {
    content: "\e870"
}

.im-icon-Eye-Visible:before {
    content: "\e871"
}

.im-icon-Eye:before {
    content: "\e872"
}

.im-icon-Eyebrow-2:before {
    content: "\e873"
}

.im-icon-Eyebrow-3:before {
    content: "\e874"
}

.im-icon-Eyebrow:before {
    content: "\e875"
}

.im-icon-Eyeglasses-Smiley:before {
    content: "\e876"
}

.im-icon-Eyeglasses-Smiley2:before {
    content: "\e877"
}

.im-icon-Face-Style:before {
    content: "\e878"
}

.im-icon-Face-Style2:before {
    content: "\e879"
}

.im-icon-Face-Style3:before {
    content: "\e87a"
}

.im-icon-Face-Style4:before {
    content: "\e87b"
}

.im-icon-Face-Style5:before {
    content: "\e87c"
}

.im-icon-Face-Style6:before {
    content: "\e87d"
}

.im-icon-Facebook-2:before {
    content: "\e87e"
}

.im-icon-Facebook:before {
    content: "\e87f"
}

.im-icon-Factory-2:before {
    content: "\e880"
}

.im-icon-Factory:before {
    content: "\e881"
}

.im-icon-Fahrenheit:before {
    content: "\e882"
}

.im-icon-Family-Sign:before {
    content: "\e883"
}

.im-icon-Fan:before {
    content: "\e884"
}

.im-icon-Farmer:before {
    content: "\e885"
}

.im-icon-Fashion:before {
    content: "\e886"
}

.im-icon-Favorite-Window:before {
    content: "\e887"
}

.im-icon-Fax:before {
    content: "\e888"
}

.im-icon-Feather:before {
    content: "\e889"
}

.im-icon-Feedburner:before {
    content: "\e88a"
}

.im-icon-Female-2:before {
    content: "\e88b"
}

.im-icon-Female-Sign:before {
    content: "\e88c"
}

.im-icon-Female:before {
    content: "\e88d"
}

.im-icon-File-Block:before {
    content: "\e88e"
}

.im-icon-File-Bookmark:before {
    content: "\e88f"
}

.im-icon-File-Chart:before {
    content: "\e890"
}

.im-icon-File-Clipboard:before {
    content: "\e891"
}

.im-icon-File-ClipboardFileText:before {
    content: "\e892"
}

.im-icon-File-ClipboardTextImage:before {
    content: "\e893"
}

.im-icon-File-Cloud:before {
    content: "\e894"
}

.im-icon-File-Copy:before {
    content: "\e895"
}

.im-icon-File-Copy2:before {
    content: "\e896"
}

.im-icon-File-CSV:before {
    content: "\e897"
}

.im-icon-File-Download:before {
    content: "\e898"
}

.im-icon-File-Edit:before {
    content: "\e899"
}

.im-icon-File-Excel:before {
    content: "\e89a"
}

.im-icon-File-Favorite:before {
    content: "\e89b"
}

.im-icon-File-Fire:before {
    content: "\e89c"
}

.im-icon-File-Graph:before {
    content: "\e89d"
}

.im-icon-File-Hide:before {
    content: "\e89e"
}

.im-icon-File-Horizontal:before {
    content: "\e89f"
}

.im-icon-File-HorizontalText:before {
    content: "\e8a0"
}

.im-icon-File-HTML:before {
    content: "\e8a1"
}

.im-icon-File-JPG:before {
    content: "\e8a2"
}

.im-icon-File-Link:before {
    content: "\e8a3"
}

.im-icon-File-Loading:before {
    content: "\e8a4"
}

.im-icon-File-Lock:before {
    content: "\e8a5"
}

.im-icon-File-Love:before {
    content: "\e8a6"
}

.im-icon-File-Music:before {
    content: "\e8a7"
}

.im-icon-File-Network:before {
    content: "\e8a8"
}

.im-icon-File-Pictures:before {
    content: "\e8a9"
}

.im-icon-File-Pie:before {
    content: "\e8aa"
}

.im-icon-File-Presentation:before {
    content: "\e8ab"
}

.im-icon-File-Refresh:before {
    content: "\e8ac"
}

.im-icon-File-Search:before {
    content: "\e8ad"
}

.im-icon-File-Settings:before {
    content: "\e8ae"
}

.im-icon-File-Share:before {
    content: "\e8af"
}

.im-icon-File-TextImage:before {
    content: "\e8b0"
}

.im-icon-File-Trash:before {
    content: "\e8b1"
}

.im-icon-File-TXT:before {
    content: "\e8b2"
}

.im-icon-File-Upload:before {
    content: "\e8b3"
}

.im-icon-File-Video:before {
    content: "\e8b4"
}

.im-icon-File-Word:before {
    content: "\e8b5"
}

.im-icon-File-Zip:before {
    content: "\e8b6"
}

.im-icon-File:before {
    content: "\e8b7"
}

.im-icon-Files:before {
    content: "\e8b8"
}

.im-icon-Film-Board:before {
    content: "\e8b9"
}

.im-icon-Film-Cartridge:before {
    content: "\e8ba"
}

.im-icon-Film-Strip:before {
    content: "\e8bb"
}

.im-icon-Film-Video:before {
    content: "\e8bc"
}

.im-icon-Film:before {
    content: "\e8bd"
}

.im-icon-Filter-2:before {
    content: "\e8be"
}

.im-icon-Filter:before {
    content: "\e8bf"
}

.im-icon-Financial:before {
    content: "\e8c0"
}

.im-icon-Find-User:before {
    content: "\e8c1"
}

.im-icon-Finger-DragFourSides:before {
    content: "\e8c2"
}

.im-icon-Finger-DragTwoSides:before {
    content: "\e8c3"
}

.im-icon-Finger-Print:before {
    content: "\e8c4"
}

.im-icon-Finger:before {
    content: "\e8c5"
}

.im-icon-Fingerprint-2:before {
    content: "\e8c6"
}

.im-icon-Fingerprint:before {
    content: "\e8c7"
}

.im-icon-Fire-Flame:before {
    content: "\e8c8"
}

.im-icon-Fire-Flame2:before {
    content: "\e8c9"
}

.im-icon-Fire-Hydrant:before {
    content: "\e8ca"
}

.im-icon-Fire-Staion:before {
    content: "\e8cb"
}

.im-icon-Firefox:before {
    content: "\e8cc"
}

.im-icon-Firewall:before {
    content: "\e8cd"
}

.im-icon-First-Aid:before {
    content: "\e8ce"
}

.im-icon-First:before {
    content: "\e8cf"
}

.im-icon-Fish-Food:before {
    content: "\e8d0"
}

.im-icon-Fish:before {
    content: "\e8d1"
}

.im-icon-Fit-To:before {
    content: "\e8d2"
}

.im-icon-Fit-To2:before {
    content: "\e8d3"
}

.im-icon-Five-Fingers:before {
    content: "\e8d4"
}

.im-icon-Five-FingersDrag:before {
    content: "\e8d5"
}

.im-icon-Five-FingersDrag2:before {
    content: "\e8d6"
}

.im-icon-Five-FingersTouch:before {
    content: "\e8d7"
}

.im-icon-Flag-2:before {
    content: "\e8d8"
}

.im-icon-Flag-3:before {
    content: "\e8d9"
}

.im-icon-Flag-4:before {
    content: "\e8da"
}

.im-icon-Flag-5:before {
    content: "\e8db"
}

.im-icon-Flag-6:before {
    content: "\e8dc"
}

.im-icon-Flag:before {
    content: "\e8dd"
}

.im-icon-Flamingo:before {
    content: "\e8de"
}

.im-icon-Flash-2:before {
    content: "\e8df"
}

.im-icon-Flash-Video:before {
    content: "\e8e0"
}

.im-icon-Flash:before {
    content: "\e8e1"
}

.im-icon-Flashlight:before {
    content: "\e8e2"
}

.im-icon-Flask-2:before {
    content: "\e8e3"
}

.im-icon-Flask:before {
    content: "\e8e4"
}

.im-icon-Flick:before {
    content: "\e8e5"
}

.im-icon-Flickr:before {
    content: "\e8e6"
}

.im-icon-Flowerpot:before {
    content: "\e8e7"
}

.im-icon-Fluorescent:before {
    content: "\e8e8"
}

.im-icon-Fog-Day:before {
    content: "\e8e9"
}

.im-icon-Fog-Night:before {
    content: "\e8ea"
}

.im-icon-Folder-Add:before {
    content: "\e8eb"
}

.im-icon-Folder-Archive:before {
    content: "\e8ec"
}

.im-icon-Folder-Binder:before {
    content: "\e8ed"
}

.im-icon-Folder-Binder2:before {
    content: "\e8ee"
}

.im-icon-Folder-Block:before {
    content: "\e8ef"
}

.im-icon-Folder-Bookmark:before {
    content: "\e8f0"
}

.im-icon-Folder-Close:before {
    content: "\e8f1"
}

.im-icon-Folder-Cloud:before {
    content: "\e8f2"
}

.im-icon-Folder-Delete:before {
    content: "\e8f3"
}

.im-icon-Folder-Download:before {
    content: "\e8f4"
}

.im-icon-Folder-Edit:before {
    content: "\e8f5"
}

.im-icon-Folder-Favorite:before {
    content: "\e8f6"
}

.im-icon-Folder-Fire:before {
    content: "\e8f7"
}

.im-icon-Folder-Hide:before {
    content: "\e8f8"
}

.im-icon-Folder-Link:before {
    content: "\e8f9"
}

.im-icon-Folder-Loading:before {
    content: "\e8fa"
}

.im-icon-Folder-Lock:before {
    content: "\e8fb"
}

.im-icon-Folder-Love:before {
    content: "\e8fc"
}

.im-icon-Folder-Music:before {
    content: "\e8fd"
}

.im-icon-Folder-Network:before {
    content: "\e8fe"
}

.im-icon-Folder-Open:before {
    content: "\e8ff"
}

.im-icon-Folder-Open2:before {
    content: "\e900"
}

.im-icon-Folder-Organizing:before {
    content: "\e901"
}

.im-icon-Folder-Pictures:before {
    content: "\e902"
}

.im-icon-Folder-Refresh:before {
    content: "\e903"
}

.im-icon-Folder-Remove-:before {
    content: "\e904"
}

.im-icon-Folder-Search:before {
    content: "\e905"
}

.im-icon-Folder-Settings:before {
    content: "\e906"
}

.im-icon-Folder-Share:before {
    content: "\e907"
}

.im-icon-Folder-Trash:before {
    content: "\e908"
}

.im-icon-Folder-Upload:before {
    content: "\e909"
}

.im-icon-Folder-Video:before {
    content: "\e90a"
}

.im-icon-Folder-WithDocument:before {
    content: "\e90b"
}

.im-icon-Folder-Zip:before {
    content: "\e90c"
}

.im-icon-Folder:before {
    content: "\e90d"
}

.im-icon-Folders:before {
    content: "\e90e"
}

.im-icon-Font-Color:before {
    content: "\e90f"
}

.im-icon-Font-Name:before {
    content: "\e910"
}

.im-icon-Font-Size:before {
    content: "\e911"
}

.im-icon-Font-Style:before {
    content: "\e912"
}

.im-icon-Font-StyleSubscript:before {
    content: "\e913"
}

.im-icon-Font-StyleSuperscript:before {
    content: "\e914"
}

.im-icon-Font-Window:before {
    content: "\e915"
}

.im-icon-Foot-2:before {
    content: "\e916"
}

.im-icon-Foot:before {
    content: "\e917"
}

.im-icon-Football-2:before {
    content: "\e918"
}

.im-icon-Football:before {
    content: "\e919"
}

.im-icon-Footprint-2:before {
    content: "\e91a"
}

.im-icon-Footprint-3:before {
    content: "\e91b"
}

.im-icon-Footprint:before {
    content: "\e91c"
}

.im-icon-Forest:before {
    content: "\e91d"
}

.im-icon-Fork:before {
    content: "\e91e"
}

.im-icon-Formspring:before {
    content: "\e91f"
}

.im-icon-Formula:before {
    content: "\e920"
}

.im-icon-Forsquare:before {
    content: "\e921"
}

.im-icon-Forward:before {
    content: "\e922"
}

.im-icon-Fountain-Pen:before {
    content: "\e923"
}

.im-icon-Four-Fingers:before {
    content: "\e924"
}

.im-icon-Four-FingersDrag:before {
    content: "\e925"
}

.im-icon-Four-FingersDrag2:before {
    content: "\e926"
}

.im-icon-Four-FingersTouch:before {
    content: "\e927"
}

.im-icon-Fox:before {
    content: "\e928"
}

.im-icon-Frankenstein:before {
    content: "\e929"
}

.im-icon-French-Fries:before {
    content: "\e92a"
}

.im-icon-Friendfeed:before {
    content: "\e92b"
}

.im-icon-Friendster:before {
    content: "\e92c"
}

.im-icon-Frog:before {
    content: "\e92d"
}

.im-icon-Fruits:before {
    content: "\e92e"
}

.im-icon-Fuel:before {
    content: "\e92f"
}

.im-icon-Full-Bag:before {
    content: "\e930"
}

.im-icon-Full-Basket:before {
    content: "\e931"
}

.im-icon-Full-Cart:before {
    content: "\e932"
}

.im-icon-Full-Moon:before {
    content: "\e933"
}

.im-icon-Full-Screen:before {
    content: "\e934"
}

.im-icon-Full-Screen2:before {
    content: "\e935"
}

.im-icon-Full-View:before {
    content: "\e936"
}

.im-icon-Full-View2:before {
    content: "\e937"
}

.im-icon-Full-ViewWindow:before {
    content: "\e938"
}

.im-icon-Function:before {
    content: "\e939"
}

.im-icon-Funky:before {
    content: "\e93a"
}

.im-icon-Funny-Bicycle:before {
    content: "\e93b"
}

.im-icon-Furl:before {
    content: "\e93c"
}

.im-icon-Gamepad-2:before {
    content: "\e93d"
}

.im-icon-Gamepad:before {
    content: "\e93e"
}

.im-icon-Gas-Pump:before {
    content: "\e93f"
}

.im-icon-Gaugage-2:before {
    content: "\e940"
}

.im-icon-Gaugage:before {
    content: "\e941"
}

.im-icon-Gay:before {
    content: "\e942"
}

.im-icon-Gear-2:before {
    content: "\e943"
}

.im-icon-Gear:before {
    content: "\e944"
}

.im-icon-Gears-2:before {
    content: "\e945"
}

.im-icon-Gears:before {
    content: "\e946"
}

.im-icon-Geek-2:before {
    content: "\e947"
}

.im-icon-Geek:before {
    content: "\e948"
}

.im-icon-Gemini-2:before {
    content: "\e949"
}

.im-icon-Gemini:before {
    content: "\e94a"
}

.im-icon-Genius:before {
    content: "\e94b"
}

.im-icon-Gentleman:before {
    content: "\e94c"
}

.im-icon-Geo--:before {
    content: "\e94d"
}

.im-icon-Geo-:before {
    content: "\e94e"
}

.im-icon-Geo-Close:before {
    content: "\e94f"
}

.im-icon-Geo-Love:before {
    content: "\e950"
}

.im-icon-Geo-Number:before {
    content: "\e951"
}

.im-icon-Geo-Star:before {
    content: "\e952"
}

.im-icon-Geo:before {
    content: "\e953"
}

.im-icon-Geo2--:before {
    content: "\e954"
}

.im-icon-Geo2-:before {
    content: "\e955"
}

.im-icon-Geo2-Close:before {
    content: "\e956"
}

.im-icon-Geo2-Love:before {
    content: "\e957"
}

.im-icon-Geo2-Number:before {
    content: "\e958"
}

.im-icon-Geo2-Star:before {
    content: "\e959"
}

.im-icon-Geo2:before {
    content: "\e95a"
}

.im-icon-Geo3--:before {
    content: "\e95b"
}

.im-icon-Geo3-:before {
    content: "\e95c"
}

.im-icon-Geo3-Close:before {
    content: "\e95d"
}

.im-icon-Geo3-Love:before {
    content: "\e95e"
}

.im-icon-Geo3-Number:before {
    content: "\e95f"
}

.im-icon-Geo3-Star:before {
    content: "\e960"
}

.im-icon-Geo3:before {
    content: "\e961"
}

.im-icon-Gey:before {
    content: "\e962"
}

.im-icon-Gift-Box:before {
    content: "\e963"
}

.im-icon-Giraffe:before {
    content: "\e964"
}

.im-icon-Girl:before {
    content: "\e965"
}

.im-icon-Glass-Water:before {
    content: "\e966"
}

.im-icon-Glasses-2:before {
    content: "\e967"
}

.im-icon-Glasses-3:before {
    content: "\e968"
}

.im-icon-Glasses:before {
    content: "\e969"
}

.im-icon-Global-Position:before {
    content: "\e96a"
}

.im-icon-Globe-2:before {
    content: "\e96b"
}

.im-icon-Globe:before {
    content: "\e96c"
}

.im-icon-Gloves:before {
    content: "\e96d"
}

.im-icon-Go-Bottom:before {
    content: "\e96e"
}

.im-icon-Go-Top:before {
    content: "\e96f"
}

.im-icon-Goggles:before {
    content: "\e970"
}

.im-icon-Golf-2:before {
    content: "\e971"
}

.im-icon-Golf:before {
    content: "\e972"
}

.im-icon-Google-Buzz:before {
    content: "\e973"
}

.im-icon-Google-Drive:before {
    content: "\e974"
}

.im-icon-Google-Play:before {
    content: "\e975"
}

.im-icon-Google-Plus:before {
    content: "\e976"
}

.im-icon-Google:before {
    content: "\e977"
}

.im-icon-Gopro:before {
    content: "\e978"
}

.im-icon-Gorilla:before {
    content: "\e979"
}

.im-icon-Gowalla:before {
    content: "\e97a"
}

.im-icon-Grave:before {
    content: "\e97b"
}

.im-icon-Graveyard:before {
    content: "\e97c"
}

.im-icon-Greece:before {
    content: "\e97d"
}

.im-icon-Green-Energy:before {
    content: "\e97e"
}

.im-icon-Green-House:before {
    content: "\e97f"
}

.im-icon-Guitar:before {
    content: "\e980"
}

.im-icon-Gun-2:before {
    content: "\e981"
}

.im-icon-Gun-3:before {
    content: "\e982"
}

.im-icon-Gun:before {
    content: "\e983"
}

.im-icon-Gymnastics:before {
    content: "\e984"
}

.im-icon-Hair-2:before {
    content: "\e985"
}

.im-icon-Hair-3:before {
    content: "\e986"
}

.im-icon-Hair-4:before {
    content: "\e987"
}

.im-icon-Hair:before {
    content: "\e988"
}

.im-icon-Half-Moon:before {
    content: "\e989"
}

.im-icon-Halloween-HalfMoon:before {
    content: "\e98a"
}

.im-icon-Halloween-Moon:before {
    content: "\e98b"
}

.im-icon-Hamburger:before {
    content: "\e98c"
}

.im-icon-Hammer:before {
    content: "\e98d"
}

.im-icon-Hand-Touch:before {
    content: "\e98e"
}

.im-icon-Hand-Touch2:before {
    content: "\e98f"
}

.im-icon-Hand-TouchSmartphone:before {
    content: "\e990"
}

.im-icon-Hand:before {
    content: "\e991"
}

.im-icon-Hands:before {
    content: "\e992"
}

.im-icon-Handshake:before {
    content: "\e993"
}

.im-icon-Hanger:before {
    content: "\e994"
}

.im-icon-Happy:before {
    content: "\e995"
}

.im-icon-Hat-2:before {
    content: "\e996"
}

.im-icon-Hat:before {
    content: "\e997"
}

.im-icon-Haunted-House:before {
    content: "\e998"
}

.im-icon-HD-Video:before {
    content: "\e999"
}

.im-icon-HD:before {
    content: "\e99a"
}

.im-icon-HDD:before {
    content: "\e99b"
}

.im-icon-Headphone:before {
    content: "\e99c"
}

.im-icon-Headphones:before {
    content: "\e99d"
}

.im-icon-Headset:before {
    content: "\e99e"
}

.im-icon-Heart-2:before {
    content: "\e99f"
}

.im-icon-Heart:before {
    content: "\e9a0"
}

.im-icon-Heels-2:before {
    content: "\e9a1"
}

.im-icon-Heels:before {
    content: "\e9a2"
}

.im-icon-Height-Window:before {
    content: "\e9a3"
}

.im-icon-Helicopter-2:before {
    content: "\e9a4"
}

.im-icon-Helicopter:before {
    content: "\e9a5"
}

.im-icon-Helix-2:before {
    content: "\e9a6"
}

.im-icon-Hello:before {
    content: "\e9a7"
}

.im-icon-Helmet-2:before {
    content: "\e9a8"
}

.im-icon-Helmet-3:before {
    content: "\e9a9"
}

.im-icon-Helmet:before {
    content: "\e9aa"
}

.im-icon-Hipo:before {
    content: "\e9ab"
}

.im-icon-Hipster-Glasses:before {
    content: "\e9ac"
}

.im-icon-Hipster-Glasses2:before {
    content: "\e9ad"
}

.im-icon-Hipster-Glasses3:before {
    content: "\e9ae"
}

.im-icon-Hipster-Headphones:before {
    content: "\e9af"
}

.im-icon-Hipster-Men:before {
    content: "\e9b0"
}

.im-icon-Hipster-Men2:before {
    content: "\e9b1"
}

.im-icon-Hipster-Men3:before {
    content: "\e9b2"
}

.im-icon-Hipster-Sunglasses:before {
    content: "\e9b3"
}

.im-icon-Hipster-Sunglasses2:before {
    content: "\e9b4"
}

.im-icon-Hipster-Sunglasses3:before {
    content: "\e9b5"
}

.im-icon-Hokey:before {
    content: "\e9b6"
}

.im-icon-Holly:before {
    content: "\e9b7"
}

.im-icon-Home-2:before {
    content: "\e9b8"
}

.im-icon-Home-3:before {
    content: "\e9b9"
}

.im-icon-Home-4:before {
    content: "\e9ba"
}

.im-icon-Home-5:before {
    content: "\e9bb"
}

.im-icon-Home-Window:before {
    content: "\e9bc"
}

.im-icon-Home:before {
    content: "\e9bd"
}

.im-icon-Homosexual:before {
    content: "\e9be"
}

.im-icon-Honey:before {
    content: "\e9bf"
}

.im-icon-Hong-Kong:before {
    content: "\e9c0"
}

.im-icon-Hoodie:before {
    content: "\e9c1"
}

.im-icon-Horror:before {
    content: "\e9c2"
}

.im-icon-Horse:before {
    content: "\e9c3"
}

.im-icon-Hospital-2:before {
    content: "\e9c4"
}

.im-icon-Hospital:before {
    content: "\e9c5"
}

.im-icon-Host:before {
    content: "\e9c6"
}

.im-icon-Hot-Dog:before {
    content: "\e9c7"
}

.im-icon-Hotel:before {
    content: "\e9c8"
}

.im-icon-Hour:before {
    content: "\e9c9"
}

.im-icon-Hub:before {
    content: "\e9ca"
}

.im-icon-Humor:before {
    content: "\e9cb"
}

.im-icon-Hurt:before {
    content: "\e9cc"
}

.im-icon-Ice-Cream:before {
    content: "\e9cd"
}

.im-icon-ICQ:before {
    content: "\e9ce"
}

.im-icon-ID-2:before {
    content: "\e9cf"
}

.im-icon-ID-3:before {
    content: "\e9d0"
}

.im-icon-ID-Card:before {
    content: "\e9d1"
}

.im-icon-Idea-2:before {
    content: "\e9d2"
}

.im-icon-Idea-3:before {
    content: "\e9d3"
}

.im-icon-Idea-4:before {
    content: "\e9d4"
}

.im-icon-Idea-5:before {
    content: "\e9d5"
}

.im-icon-Idea:before {
    content: "\e9d6"
}

.im-icon-Identification-Badge:before {
    content: "\e9d7"
}

.im-icon-ImDB:before {
    content: "\e9d8"
}

.im-icon-Inbox-Empty:before {
    content: "\e9d9"
}

.im-icon-Inbox-Forward:before {
    content: "\e9da"
}

.im-icon-Inbox-Full:before {
    content: "\e9db"
}

.im-icon-Inbox-Into:before {
    content: "\e9dc"
}

.im-icon-Inbox-Out:before {
    content: "\e9dd"
}

.im-icon-Inbox-Reply:before {
    content: "\e9de"
}

.im-icon-Inbox:before {
    content: "\e9df"
}

.im-icon-Increase-Inedit:before {
    content: "\e9e0"
}

.im-icon-Indent-FirstLine:before {
    content: "\e9e1"
}

.im-icon-Indent-LeftMargin:before {
    content: "\e9e2"
}

.im-icon-Indent-RightMargin:before {
    content: "\e9e3"
}

.im-icon-India:before {
    content: "\e9e4"
}

.im-icon-Info-Window:before {
    content: "\e9e5"
}

.im-icon-Information:before {
    content: "\e9e6"
}

.im-icon-Inifity:before {
    content: "\e9e7"
}

.im-icon-Instagram:before {
    content: "\e9e8"
}

.im-icon-Internet-2:before {
    content: "\e9e9"
}

.im-icon-Internet-Explorer:before {
    content: "\e9ea"
}

.im-icon-Internet-Smiley:before {
    content: "\e9eb"
}

.im-icon-Internet:before {
    content: "\e9ec"
}

.im-icon-iOS-Apple:before {
    content: "\e9ed"
}

.im-icon-Israel:before {
    content: "\e9ee"
}

.im-icon-Italic-Text:before {
    content: "\e9ef"
}

.im-icon-Jacket-2:before {
    content: "\e9f0"
}

.im-icon-Jacket:before {
    content: "\e9f1"
}

.im-icon-Jamaica:before {
    content: "\e9f2"
}

.im-icon-Japan:before {
    content: "\e9f3"
}

.im-icon-Japanese-Gate:before {
    content: "\e9f4"
}

.im-icon-Jeans:before {
    content: "\e9f5"
}

.im-icon-Jeep-2:before {
    content: "\e9f6"
}

.im-icon-Jeep:before {
    content: "\e9f7"
}

.im-icon-Jet:before {
    content: "\e9f8"
}

.im-icon-Joystick:before {
    content: "\e9f9"
}

.im-icon-Juice:before {
    content: "\e9fa"
}

.im-icon-Jump-Rope:before {
    content: "\e9fb"
}

.im-icon-Kangoroo:before {
    content: "\e9fc"
}

.im-icon-Kenya:before {
    content: "\e9fd"
}

.im-icon-Key-2:before {
    content: "\e9fe"
}

.im-icon-Key-3:before {
    content: "\e9ff"
}

.im-icon-Key-Lock:before {
    content: "\ea00"
}

.im-icon-Key:before {
    content: "\ea01"
}

.im-icon-Keyboard:before {
    content: "\ea02"
}

.im-icon-Keyboard3:before {
    content: "\ea03"
}

.im-icon-Keypad:before {
    content: "\ea04"
}

.im-icon-King-2:before {
    content: "\ea05"
}

.im-icon-King:before {
    content: "\ea06"
}

.im-icon-Kiss:before {
    content: "\ea07"
}

.im-icon-Knee:before {
    content: "\ea08"
}

.im-icon-Knife-2:before {
    content: "\ea09"
}

.im-icon-Knife:before {
    content: "\ea0a"
}

.im-icon-Knight:before {
    content: "\ea0b"
}

.im-icon-Koala:before {
    content: "\ea0c"
}

.im-icon-Korea:before {
    content: "\ea0d"
}

.im-icon-Lamp:before {
    content: "\ea0e"
}

.im-icon-Landscape-2:before {
    content: "\ea0f"
}

.im-icon-Landscape:before {
    content: "\ea10"
}

.im-icon-Lantern:before {
    content: "\ea11"
}

.im-icon-Laptop-2:before {
    content: "\ea12"
}

.im-icon-Laptop-3:before {
    content: "\ea13"
}

.im-icon-Laptop-Phone:before {
    content: "\ea14"
}

.im-icon-Laptop-Secure:before {
    content: "\ea15"
}

.im-icon-Laptop-Tablet:before {
    content: "\ea16"
}

.im-icon-Laptop:before {
    content: "\ea17"
}

.im-icon-Laser:before {
    content: "\ea18"
}

.im-icon-Last-FM:before {
    content: "\ea19"
}

.im-icon-Last:before {
    content: "\ea1a"
}

.im-icon-Laughing:before {
    content: "\ea1b"
}

.im-icon-Layer-1635:before {
    content: "\ea1c"
}

.im-icon-Layer-1646:before {
    content: "\ea1d"
}

.im-icon-Layer-Backward:before {
    content: "\ea1e"
}

.im-icon-Layer-Forward:before {
    content: "\ea1f"
}

.im-icon-Leafs-2:before {
    content: "\ea20"
}

.im-icon-Leafs:before {
    content: "\ea21"
}

.im-icon-Leaning-Tower:before {
    content: "\ea22"
}

.im-icon-Left--Right:before {
    content: "\ea23"
}

.im-icon-Left--Right3:before {
    content: "\ea24"
}

.im-icon-Left-2:before {
    content: "\ea25"
}

.im-icon-Left-3:before {
    content: "\ea26"
}

.im-icon-Left-4:before {
    content: "\ea27"
}

.im-icon-Left-ToRight:before {
    content: "\ea28"
}

.im-icon-Left:before {
    content: "\ea29"
}

.im-icon-Leg-2:before {
    content: "\ea2a"
}

.im-icon-Leg:before {
    content: "\ea2b"
}

.im-icon-Lego:before {
    content: "\ea2c"
}

.im-icon-Lemon:before {
    content: "\ea2d"
}

.im-icon-Len-2:before {
    content: "\ea2e"
}

.im-icon-Len-3:before {
    content: "\ea2f"
}

.im-icon-Len:before {
    content: "\ea30"
}

.im-icon-Leo-2:before {
    content: "\ea31"
}

.im-icon-Leo:before {
    content: "\ea32"
}

.im-icon-Leopard:before {
    content: "\ea33"
}

.im-icon-Lesbian:before {
    content: "\ea34"
}

.im-icon-Lesbians:before {
    content: "\ea35"
}

.im-icon-Letter-Close:before {
    content: "\ea36"
}

.im-icon-Letter-Open:before {
    content: "\ea37"
}

.im-icon-Letter-Sent:before {
    content: "\ea38"
}

.im-icon-Libra-2:before {
    content: "\ea39"
}

.im-icon-Libra:before {
    content: "\ea3a"
}

.im-icon-Library-2:before {
    content: "\ea3b"
}

.im-icon-Library:before {
    content: "\ea3c"
}

.im-icon-Life-Jacket:before {
    content: "\ea3d"
}

.im-icon-Life-Safer:before {
    content: "\ea3e"
}

.im-icon-Light-Bulb:before {
    content: "\ea3f"
}

.im-icon-Light-Bulb2:before {
    content: "\ea40"
}

.im-icon-Light-BulbLeaf:before {
    content: "\ea41"
}

.im-icon-Lighthouse:before {
    content: "\ea42"
}

.im-icon-Like-2:before {
    content: "\ea43"
}

.im-icon-Like:before {
    content: "\ea44"
}

.im-icon-Line-Chart:before {
    content: "\ea45"
}

.im-icon-Line-Chart2:before {
    content: "\ea46"
}

.im-icon-Line-Chart3:before {
    content: "\ea47"
}

.im-icon-Line-Chart4:before {
    content: "\ea48"
}

.im-icon-Line-Spacing:before {
    content: "\ea49"
}

.im-icon-Line-SpacingText:before {
    content: "\ea4a"
}

.im-icon-Link-2:before {
    content: "\ea4b"
}

.im-icon-Link:before {
    content: "\ea4c"
}

.im-icon-Linkedin-2:before {
    content: "\ea4d"
}

.im-icon-Linkedin:before {
    content: "\ea4e"
}

.im-icon-Linux:before {
    content: "\ea4f"
}

.im-icon-Lion:before {
    content: "\ea50"
}

.im-icon-Livejournal:before {
    content: "\ea51"
}

.im-icon-Loading-2:before {
    content: "\ea52"
}

.im-icon-Loading-3:before {
    content: "\ea53"
}

.im-icon-Loading-Window:before {
    content: "\ea54"
}

.im-icon-Loading:before {
    content: "\ea55"
}

.im-icon-Location-2:before {
    content: "\ea56"
}

.im-icon-Location:before {
    content: "\ea57"
}

.im-icon-Lock-2:before {
    content: "\ea58"
}

.im-icon-Lock-3:before {
    content: "\ea59"
}

.im-icon-Lock-User:before {
    content: "\ea5a"
}

.im-icon-Lock-Window:before {
    content: "\ea5b"
}

.im-icon-Lock:before {
    content: "\ea5c"
}

.im-icon-Lollipop-2:before {
    content: "\ea5d"
}

.im-icon-Lollipop-3:before {
    content: "\ea5e"
}

.im-icon-Lollipop:before {
    content: "\ea5f"
}

.im-icon-Loop:before {
    content: "\ea60"
}

.im-icon-Loud:before {
    content: "\ea61"
}

.im-icon-Loudspeaker:before {
    content: "\ea62"
}

.im-icon-Love-2:before {
    content: "\ea63"
}

.im-icon-Love-User:before {
    content: "\ea64"
}

.im-icon-Love-Window:before {
    content: "\ea65"
}

.im-icon-Love:before {
    content: "\ea66"
}

.im-icon-Lowercase-Text:before {
    content: "\ea67"
}

.im-icon-Luggafe-Front:before {
    content: "\ea68"
}

.im-icon-Luggage-2:before {
    content: "\ea69"
}

.im-icon-Macro:before {
    content: "\ea6a"
}

.im-icon-Magic-Wand:before {
    content: "\ea6b"
}

.im-icon-Magnet:before {
    content: "\ea6c"
}

.im-icon-Magnifi-Glass-:before {
    content: "\ea6d"
}

.im-icon-Magnifi-Glass:before {
    content: "\ea6e"
}

.im-icon-Magnifi-Glass2:before {
    content: "\ea6f"
}

.im-icon-Mail-2:before {
    content: "\ea70"
}

.im-icon-Mail-3:before {
    content: "\ea71"
}

.im-icon-Mail-Add:before {
    content: "\ea72"
}

.im-icon-Mail-Attachement:before {
    content: "\ea73"
}

.im-icon-Mail-Block:before {
    content: "\ea74"
}

.im-icon-Mail-Delete:before {
    content: "\ea75"
}

.im-icon-Mail-Favorite:before {
    content: "\ea76"
}

.im-icon-Mail-Forward:before {
    content: "\ea77"
}

.im-icon-Mail-Gallery:before {
    content: "\ea78"
}

.im-icon-Mail-Inbox:before {
    content: "\ea79"
}

.im-icon-Mail-Link:before {
    content: "\ea7a"
}

.im-icon-Mail-Lock:before {
    content: "\ea7b"
}

.im-icon-Mail-Love:before {
    content: "\ea7c"
}

.im-icon-Mail-Money:before {
    content: "\ea7d"
}

.im-icon-Mail-Open:before {
    content: "\ea7e"
}

.im-icon-Mail-Outbox:before {
    content: "\ea7f"
}

.im-icon-Mail-Password:before {
    content: "\ea80"
}

.im-icon-Mail-Photo:before {
    content: "\ea81"
}

.im-icon-Mail-Read:before {
    content: "\ea82"
}

.im-icon-Mail-Removex:before {
    content: "\ea83"
}

.im-icon-Mail-Reply:before {
    content: "\ea84"
}

.im-icon-Mail-ReplyAll:before {
    content: "\ea85"
}

.im-icon-Mail-Search:before {
    content: "\ea86"
}

.im-icon-Mail-Send:before {
    content: "\ea87"
}

.im-icon-Mail-Settings:before {
    content: "\ea88"
}

.im-icon-Mail-Unread:before {
    content: "\ea89"
}

.im-icon-Mail-Video:before {
    content: "\ea8a"
}

.im-icon-Mail-withAtSign:before {
    content: "\ea8b"
}

.im-icon-Mail-WithCursors:before {
    content: "\ea8c"
}

.im-icon-Mail:before {
    content: "\ea8d"
}

.im-icon-Mailbox-Empty:before {
    content: "\ea8e"
}

.im-icon-Mailbox-Full:before {
    content: "\ea8f"
}

.im-icon-Male-2:before {
    content: "\ea90"
}

.im-icon-Male-Sign:before {
    content: "\ea91"
}

.im-icon-Male:before {
    content: "\ea92"
}

.im-icon-MaleFemale:before {
    content: "\ea93"
}

.im-icon-Man-Sign:before {
    content: "\ea94"
}

.im-icon-Management:before {
    content: "\ea95"
}

.im-icon-Mans-Underwear:before {
    content: "\ea96"
}

.im-icon-Mans-Underwear2:before {
    content: "\ea97"
}

.im-icon-Map-Marker:before {
    content: "\ea98"
}

.im-icon-Map-Marker2:before {
    content: "\ea99"
}

.im-icon-Map-Marker3:before {
    content: "\ea9a"
}

.im-icon-Map:before {
    content: "\ea9b"
}

.im-icon-Map2:before {
    content: "\ea9c"
}

.im-icon-Marker-2:before {
    content: "\ea9d"
}

.im-icon-Marker-3:before {
    content: "\ea9e"
}

.im-icon-Marker:before {
    content: "\ea9f"
}

.im-icon-Martini-Glass:before {
    content: "\eaa0"
}

.im-icon-Mask:before {
    content: "\eaa1"
}

.im-icon-Master-Card:before {
    content: "\eaa2"
}

.im-icon-Maximize-Window:before {
    content: "\eaa3"
}

.im-icon-Maximize:before {
    content: "\eaa4"
}

.im-icon-Medal-2:before {
    content: "\eaa5"
}

.im-icon-Medal-3:before {
    content: "\eaa6"
}

.im-icon-Medal:before {
    content: "\eaa7"
}

.im-icon-Medical-Sign:before {
    content: "\eaa8"
}

.im-icon-Medicine-2:before {
    content: "\eaa9"
}

.im-icon-Medicine-3:before {
    content: "\eaaa"
}

.im-icon-Medicine:before {
    content: "\eaab"
}

.im-icon-Megaphone:before {
    content: "\eaac"
}

.im-icon-Memory-Card:before {
    content: "\eaad"
}

.im-icon-Memory-Card2:before {
    content: "\eaae"
}

.im-icon-Memory-Card3:before {
    content: "\eaaf"
}

.im-icon-Men:before {
    content: "\eab0"
}

.im-icon-Menorah:before {
    content: "\eab1"
}

.im-icon-Mens:before {
    content: "\eab2"
}

.im-icon-Metacafe:before {
    content: "\eab3"
}

.im-icon-Mexico:before {
    content: "\eab4"
}

.im-icon-Mic:before {
    content: "\eab5"
}

.im-icon-Microphone-2:before {
    content: "\eab6"
}

.im-icon-Microphone-3:before {
    content: "\eab7"
}

.im-icon-Microphone-4:before {
    content: "\eab8"
}

.im-icon-Microphone-5:before {
    content: "\eab9"
}

.im-icon-Microphone-6:before {
    content: "\eaba"
}

.im-icon-Microphone-7:before {
    content: "\eabb"
}

.im-icon-Microphone:before {
    content: "\eabc"
}

.im-icon-Microscope:before {
    content: "\eabd"
}

.im-icon-Milk-Bottle:before {
    content: "\eabe"
}

.im-icon-Mine:before {
    content: "\eabf"
}

.im-icon-Minimize-Maximize-Close-Window:before {
    content: "\eac0"
}

.im-icon-Minimize-Window:before {
    content: "\eac1"
}

.im-icon-Minimize:before {
    content: "\eac2"
}

.im-icon-Mirror:before {
    content: "\eac3"
}

.im-icon-Mixer:before {
    content: "\eac4"
}

.im-icon-Mixx:before {
    content: "\eac5"
}

.im-icon-Money-2:before {
    content: "\eac6"
}

.im-icon-Money-Bag:before {
    content: "\eac7"
}

.im-icon-Money-Smiley:before {
    content: "\eac8"
}

.im-icon-Money:before {
    content: "\eac9"
}

.im-icon-Monitor-2:before {
    content: "\eaca"
}

.im-icon-Monitor-3:before {
    content: "\eacb"
}

.im-icon-Monitor-4:before {
    content: "\eacc"
}

.im-icon-Monitor-5:before {
    content: "\eacd"
}

.im-icon-Monitor-Analytics:before {
    content: "\eace"
}

.im-icon-Monitor-Laptop:before {
    content: "\eacf"
}

.im-icon-Monitor-phone:before {
    content: "\ead0"
}

.im-icon-Monitor-Tablet:before {
    content: "\ead1"
}

.im-icon-Monitor-Vertical:before {
    content: "\ead2"
}

.im-icon-Monitor:before {
    content: "\ead3"
}

.im-icon-Monitoring:before {
    content: "\ead4"
}

.im-icon-Monkey:before {
    content: "\ead5"
}

.im-icon-Monster:before {
    content: "\ead6"
}

.im-icon-Morocco:before {
    content: "\ead7"
}

.im-icon-Motorcycle:before {
    content: "\ead8"
}

.im-icon-Mouse-2:before {
    content: "\ead9"
}

.im-icon-Mouse-3:before {
    content: "\eada"
}

.im-icon-Mouse-4:before {
    content: "\eadb"
}

.im-icon-Mouse-Pointer:before {
    content: "\eadc"
}

.im-icon-Mouse:before {
    content: "\eadd"
}

.im-icon-Moustache-Smiley:before {
    content: "\eade"
}

.im-icon-Movie-Ticket:before {
    content: "\eadf"
}

.im-icon-Movie:before {
    content: "\eae0"
}

.im-icon-Mp3-File:before {
    content: "\eae1"
}

.im-icon-Museum:before {
    content: "\eae2"
}

.im-icon-Mushroom:before {
    content: "\eae3"
}

.im-icon-Music-Note:before {
    content: "\eae4"
}

.im-icon-Music-Note2:before {
    content: "\eae5"
}

.im-icon-Music-Note3:before {
    content: "\eae6"
}

.im-icon-Music-Note4:before {
    content: "\eae7"
}

.im-icon-Music-Player:before {
    content: "\eae8"
}

.im-icon-Mustache-2:before {
    content: "\eae9"
}

.im-icon-Mustache-3:before {
    content: "\eaea"
}

.im-icon-Mustache-4:before {
    content: "\eaeb"
}

.im-icon-Mustache-5:before {
    content: "\eaec"
}

.im-icon-Mustache-6:before {
    content: "\eaed"
}

.im-icon-Mustache-7:before {
    content: "\eaee"
}

.im-icon-Mustache-8:before {
    content: "\eaef"
}

.im-icon-Mustache:before {
    content: "\eaf0"
}

.im-icon-Mute:before {
    content: "\eaf1"
}

.im-icon-Myspace:before {
    content: "\eaf2"
}

.im-icon-Navigat-Start:before {
    content: "\eaf3"
}

.im-icon-Navigate-End:before {
    content: "\eaf4"
}

.im-icon-Navigation-LeftWindow:before {
    content: "\eaf5"
}

.im-icon-Navigation-RightWindow:before {
    content: "\eaf6"
}

.im-icon-Nepal:before {
    content: "\eaf7"
}

.im-icon-Netscape:before {
    content: "\eaf8"
}

.im-icon-Network-Window:before {
    content: "\eaf9"
}

.im-icon-Network:before {
    content: "\eafa"
}

.im-icon-Neutron:before {
    content: "\eafb"
}

.im-icon-New-Mail:before {
    content: "\eafc"
}

.im-icon-New-Tab:before {
    content: "\eafd"
}

.im-icon-Newspaper-2:before {
    content: "\eafe"
}

.im-icon-Newspaper:before {
    content: "\eaff"
}

.im-icon-Newsvine:before {
    content: "\eb00"
}

.im-icon-Next2:before {
    content: "\eb01"
}

.im-icon-Next-3:before {
    content: "\eb02"
}

.im-icon-Next-Music:before {
    content: "\eb03"
}

.im-icon-Next:before {
    content: "\eb04"
}

.im-icon-No-Battery:before {
    content: "\eb05"
}

.im-icon-No-Drop:before {
    content: "\eb06"
}

.im-icon-No-Flash:before {
    content: "\eb07"
}

.im-icon-No-Smoking:before {
    content: "\eb08"
}

.im-icon-Noose:before {
    content: "\eb09"
}

.im-icon-Normal-Text:before {
    content: "\eb0a"
}

.im-icon-Note:before {
    content: "\eb0b"
}

.im-icon-Notepad-2:before {
    content: "\eb0c"
}

.im-icon-Notepad:before {
    content: "\eb0d"
}

.im-icon-Nuclear:before {
    content: "\eb0e"
}

.im-icon-Numbering-List:before {
    content: "\eb0f"
}

.im-icon-Nurse:before {
    content: "\eb10"
}

.im-icon-Office-Lamp:before {
    content: "\eb11"
}

.im-icon-Office:before {
    content: "\eb12"
}

.im-icon-Oil:before {
    content: "\eb13"
}

.im-icon-Old-Camera:before {
    content: "\eb14"
}

.im-icon-Old-Cassette:before {
    content: "\eb15"
}

.im-icon-Old-Clock:before {
    content: "\eb16"
}

.im-icon-Old-Radio:before {
    content: "\eb17"
}

.im-icon-Old-Sticky:before {
    content: "\eb18"
}

.im-icon-Old-Sticky2:before {
    content: "\eb19"
}

.im-icon-Old-Telephone:before {
    content: "\eb1a"
}

.im-icon-Old-TV:before {
    content: "\eb1b"
}

.im-icon-On-Air:before {
    content: "\eb1c"
}

.im-icon-On-Off-2:before {
    content: "\eb1d"
}

.im-icon-On-Off-3:before {
    content: "\eb1e"
}

.im-icon-On-off:before {
    content: "\eb1f"
}

.im-icon-One-Finger:before {
    content: "\eb20"
}

.im-icon-One-FingerTouch:before {
    content: "\eb21"
}

.im-icon-One-Window:before {
    content: "\eb22"
}

.im-icon-Open-Banana:before {
    content: "\eb23"
}

.im-icon-Open-Book:before {
    content: "\eb24"
}

.im-icon-Opera-House:before {
    content: "\eb25"
}

.im-icon-Opera:before {
    content: "\eb26"
}

.im-icon-Optimization:before {
    content: "\eb27"
}

.im-icon-Orientation-2:before {
    content: "\eb28"
}

.im-icon-Orientation-3:before {
    content: "\eb29"
}

.im-icon-Orientation:before {
    content: "\eb2a"
}

.im-icon-Orkut:before {
    content: "\eb2b"
}

.im-icon-Ornament:before {
    content: "\eb2c"
}

.im-icon-Over-Time:before {
    content: "\eb2d"
}

.im-icon-Over-Time2:before {
    content: "\eb2e"
}

.im-icon-Owl:before {
    content: "\eb2f"
}

.im-icon-Pac-Man:before {
    content: "\eb30"
}

.im-icon-Paint-Brush:before {
    content: "\eb31"
}

.im-icon-Paint-Bucket:before {
    content: "\eb32"
}

.im-icon-Paintbrush:before {
    content: "\eb33"
}

.im-icon-Palette:before {
    content: "\eb34"
}

.im-icon-Palm-Tree:before {
    content: "\eb35"
}

.im-icon-Panda:before {
    content: "\eb36"
}

.im-icon-Panorama:before {
    content: "\eb37"
}

.im-icon-Pantheon:before {
    content: "\eb38"
}

.im-icon-Pantone:before {
    content: "\eb39"
}

.im-icon-Pants:before {
    content: "\eb3a"
}

.im-icon-Paper-Plane:before {
    content: "\eb3b"
}

.im-icon-Paper:before {
    content: "\eb3c"
}

.im-icon-Parasailing:before {
    content: "\eb3d"
}

.im-icon-Parrot:before {
    content: "\eb3e"
}

.im-icon-Password-2shopping:before {
    content: "\eb3f"
}

.im-icon-Password-Field:before {
    content: "\eb40"
}

.im-icon-Password-shopping:before {
    content: "\eb41"
}

.im-icon-Password:before {
    content: "\eb42"
}

.im-icon-pause-2:before {
    content: "\eb43"
}

.im-icon-Pause:before {
    content: "\eb44"
}

.im-icon-Paw:before {
    content: "\eb45"
}

.im-icon-Pawn:before {
    content: "\eb46"
}

.im-icon-Paypal:before {
    content: "\eb47"
}

.im-icon-Pen-2:before {
    content: "\eb48"
}

.im-icon-Pen-3:before {
    content: "\eb49"
}

.im-icon-Pen-4:before {
    content: "\eb4a"
}

.im-icon-Pen-5:before {
    content: "\eb4b"
}

.im-icon-Pen-6:before {
    content: "\eb4c"
}

.im-icon-Pen:before {
    content: "\eb4d"
}

.im-icon-Pencil-Ruler:before {
    content: "\eb4e"
}

.im-icon-Pencil:before {
    content: "\eb4f"
}

.im-icon-Penguin:before {
    content: "\eb50"
}

.im-icon-Pentagon:before {
    content: "\eb51"
}

.im-icon-People-onCloud:before {
    content: "\eb52"
}

.im-icon-Pepper-withFire:before {
    content: "\eb53"
}

.im-icon-Pepper:before {
    content: "\eb54"
}

.im-icon-Petrol:before {
    content: "\eb55"
}

.im-icon-Petronas-Tower:before {
    content: "\eb56"
}

.im-icon-Philipines:before {
    content: "\eb57"
}

.im-icon-Phone-2:before {
    content: "\eb58"
}

.im-icon-Phone-3:before {
    content: "\eb59"
}

.im-icon-Phone-3G:before {
    content: "\eb5a"
}

.im-icon-Phone-4G:before {
    content: "\eb5b"
}

.im-icon-Phone-Simcard:before {
    content: "\eb5c"
}

.im-icon-Phone-SMS:before {
    content: "\eb5d"
}

.im-icon-Phone-Wifi:before {
    content: "\eb5e"
}

.im-icon-Phone:before {
    content: "\eb5f"
}

.im-icon-Photo-2:before {
    content: "\eb60"
}

.im-icon-Photo-3:before {
    content: "\eb61"
}

.im-icon-Photo-Album:before {
    content: "\eb62"
}

.im-icon-Photo-Album2:before {
    content: "\eb63"
}

.im-icon-Photo-Album3:before {
    content: "\eb64"
}

.im-icon-Photo:before {
    content: "\eb65"
}

.im-icon-Photos:before {
    content: "\eb66"
}

.im-icon-Physics:before {
    content: "\eb67"
}

.im-icon-Pi:before {
    content: "\eb68"
}

.im-icon-Piano:before {
    content: "\eb69"
}

.im-icon-Picasa:before {
    content: "\eb6a"
}

.im-icon-Pie-Chart:before {
    content: "\eb6b"
}

.im-icon-Pie-Chart2:before {
    content: "\eb6c"
}

.im-icon-Pie-Chart3:before {
    content: "\eb6d"
}

.im-icon-Pilates-2:before {
    content: "\eb6e"
}

.im-icon-Pilates-3:before {
    content: "\eb6f"
}

.im-icon-Pilates:before {
    content: "\eb70"
}

.im-icon-Pilot:before {
    content: "\eb71"
}

.im-icon-Pinch:before {
    content: "\eb72"
}

.im-icon-Ping-Pong:before {
    content: "\eb73"
}

.im-icon-Pinterest:before {
    content: "\eb74"
}

.im-icon-Pipe:before {
    content: "\eb75"
}

.im-icon-Pipette:before {
    content: "\eb76"
}

.im-icon-Piramids:before {
    content: "\eb77"
}

.im-icon-Pisces-2:before {
    content: "\eb78"
}

.im-icon-Pisces:before {
    content: "\eb79"
}

.im-icon-Pizza-Slice:before {
    content: "\eb7a"
}

.im-icon-Pizza:before {
    content: "\eb7b"
}

.im-icon-Plane-2:before {
    content: "\eb7c"
}

.im-icon-Plane:before {
    content: "\eb7d"
}

.im-icon-Plant:before {
    content: "\eb7e"
}

.im-icon-Plasmid:before {
    content: "\eb7f"
}

.im-icon-Plaster:before {
    content: "\eb80"
}

.im-icon-Plastic-CupPhone:before {
    content: "\eb81"
}

.im-icon-Plastic-CupPhone2:before {
    content: "\eb82"
}

.im-icon-Plate:before {
    content: "\eb83"
}

.im-icon-Plates:before {
    content: "\eb84"
}

.im-icon-Plaxo:before {
    content: "\eb85"
}

.im-icon-Play-Music:before {
    content: "\eb86"
}

.im-icon-Plug-In:before {
    content: "\eb87"
}

.im-icon-Plug-In2:before {
    content: "\eb88"
}

.im-icon-Plurk:before {
    content: "\eb89"
}

.im-icon-Pointer:before {
    content: "\eb8a"
}

.im-icon-Poland:before {
    content: "\eb8b"
}

.im-icon-Police-Man:before {
    content: "\eb8c"
}

.im-icon-Police-Station:before {
    content: "\eb8d"
}

.im-icon-Police-Woman:before {
    content: "\eb8e"
}

.im-icon-Police:before {
    content: "\eb8f"
}

.im-icon-Polo-Shirt:before {
    content: "\eb90"
}

.im-icon-Portrait:before {
    content: "\eb91"
}

.im-icon-Portugal:before {
    content: "\eb92"
}

.im-icon-Post-Mail:before {
    content: "\eb93"
}

.im-icon-Post-Mail2:before {
    content: "\eb94"
}

.im-icon-Post-Office:before {
    content: "\eb95"
}

.im-icon-Post-Sign:before {
    content: "\eb96"
}

.im-icon-Post-Sign2ways:before {
    content: "\eb97"
}

.im-icon-Posterous:before {
    content: "\eb98"
}

.im-icon-Pound-Sign:before {
    content: "\eb99"
}

.im-icon-Pound-Sign2:before {
    content: "\eb9a"
}

.im-icon-Pound:before {
    content: "\eb9b"
}

.im-icon-Power-2:before {
    content: "\eb9c"
}

.im-icon-Power-3:before {
    content: "\eb9d"
}

.im-icon-Power-Cable:before {
    content: "\eb9e"
}

.im-icon-Power-Station:before {
    content: "\eb9f"
}

.im-icon-Power:before {
    content: "\eba0"
}

.im-icon-Prater:before {
    content: "\eba1"
}

.im-icon-Present:before {
    content: "\eba2"
}

.im-icon-Presents:before {
    content: "\eba3"
}

.im-icon-Press:before {
    content: "\eba4"
}

.im-icon-Preview:before {
    content: "\eba5"
}

.im-icon-Previous:before {
    content: "\eba6"
}

.im-icon-Pricing:before {
    content: "\eba7"
}

.im-icon-Printer:before {
    content: "\eba8"
}

.im-icon-Professor:before {
    content: "\eba9"
}

.im-icon-Profile:before {
    content: "\ebaa"
}

.im-icon-Project:before {
    content: "\ebab"
}

.im-icon-Projector-2:before {
    content: "\ebac"
}

.im-icon-Projector:before {
    content: "\ebad"
}

.im-icon-Pulse:before {
    content: "\ebae"
}

.im-icon-Pumpkin:before {
    content: "\ebaf"
}

.im-icon-Punk:before {
    content: "\ebb0"
}

.im-icon-Punker:before {
    content: "\ebb1"
}

.im-icon-Puzzle:before {
    content: "\ebb2"
}

.im-icon-QIK:before {
    content: "\ebb3"
}

.im-icon-QR-Code:before {
    content: "\ebb4"
}

.im-icon-Queen-2:before {
    content: "\ebb5"
}

.im-icon-Queen:before {
    content: "\ebb6"
}

.im-icon-Quill-2:before {
    content: "\ebb7"
}

.im-icon-Quill-3:before {
    content: "\ebb8"
}

.im-icon-Quill:before {
    content: "\ebb9"
}

.im-icon-Quotes-2:before {
    content: "\ebba"
}

.im-icon-Quotes:before {
    content: "\ebbb"
}

.im-icon-Radio:before {
    content: "\ebbc"
}

.im-icon-Radioactive:before {
    content: "\ebbd"
}

.im-icon-Rafting:before {
    content: "\ebbe"
}

.im-icon-Rain-Drop:before {
    content: "\ebbf"
}

.im-icon-Rainbow-2:before {
    content: "\ebc0"
}

.im-icon-Rainbow:before {
    content: "\ebc1"
}

.im-icon-Ram:before {
    content: "\ebc2"
}

.im-icon-Razzor-Blade:before {
    content: "\ebc3"
}

.im-icon-Receipt-2:before {
    content: "\ebc4"
}

.im-icon-Receipt-3:before {
    content: "\ebc5"
}

.im-icon-Receipt-4:before {
    content: "\ebc6"
}

.im-icon-Receipt:before {
    content: "\ebc7"
}

.im-icon-Record2:before {
    content: "\ebc8"
}

.im-icon-Record-3:before {
    content: "\ebc9"
}

.im-icon-Record-Music:before {
    content: "\ebca"
}

.im-icon-Record:before {
    content: "\ebcb"
}

.im-icon-Recycling-2:before {
    content: "\ebcc"
}

.im-icon-Recycling:before {
    content: "\ebcd"
}

.im-icon-Reddit:before {
    content: "\ebce"
}

.im-icon-Redhat:before {
    content: "\ebcf"
}

.im-icon-Redirect:before {
    content: "\ebd0"
}

.im-icon-Redo:before {
    content: "\ebd1"
}

.im-icon-Reel:before {
    content: "\ebd2"
}

.im-icon-Refinery:before {
    content: "\ebd3"
}

.im-icon-Refresh-Window:before {
    content: "\ebd4"
}

.im-icon-Refresh:before {
    content: "\ebd5"
}

.im-icon-Reload-2:before {
    content: "\ebd6"
}

.im-icon-Reload-3:before {
    content: "\ebd7"
}

.im-icon-Reload:before {
    content: "\ebd8"
}

.im-icon-Remote-Controll:before {
    content: "\ebd9"
}

.im-icon-Remote-Controll2:before {
    content: "\ebda"
}

.im-icon-Remove-Bag:before {
    content: "\ebdb"
}

.im-icon-Remove-Basket:before {
    content: "\ebdc"
}

.im-icon-Remove-Cart:before {
    content: "\ebdd"
}

.im-icon-Remove-File:before {
    content: "\ebde"
}

.im-icon-Remove-User:before {
    content: "\ebdf"
}

.im-icon-Remove-Window:before {
    content: "\ebe0"
}

.im-icon-Remove:before {
    content: "\ebe1"
}

.im-icon-Rename:before {
    content: "\ebe2"
}

.im-icon-Repair:before {
    content: "\ebe3"
}

.im-icon-Repeat-2:before {
    content: "\ebe4"
}

.im-icon-Repeat-3:before {
    content: "\ebe5"
}

.im-icon-Repeat-4:before {
    content: "\ebe6"
}

.im-icon-Repeat-5:before {
    content: "\ebe7"
}

.im-icon-Repeat-6:before {
    content: "\ebe8"
}

.im-icon-Repeat-7:before {
    content: "\ebe9"
}

.im-icon-Repeat:before {
    content: "\ebea"
}

.im-icon-Reset:before {
    content: "\ebeb"
}

.im-icon-Resize:before {
    content: "\ebec"
}

.im-icon-Restore-Window:before {
    content: "\ebed"
}

.im-icon-Retouching:before {
    content: "\ebee"
}

.im-icon-Retro-Camera:before {
    content: "\ebef"
}

.im-icon-Retro:before {
    content: "\ebf0"
}

.im-icon-Retweet:before {
    content: "\ebf1"
}

.im-icon-Reverbnation:before {
    content: "\ebf2"
}

.im-icon-Rewind:before {
    content: "\ebf3"
}

.im-icon-RGB:before {
    content: "\ebf4"
}

.im-icon-Ribbon-2:before {
    content: "\ebf5"
}

.im-icon-Ribbon-3:before {
    content: "\ebf6"
}

.im-icon-Ribbon:before {
    content: "\ebf7"
}

.im-icon-Right-2:before {
    content: "\ebf8"
}

.im-icon-Right-3:before {
    content: "\ebf9"
}

.im-icon-Right-4:before {
    content: "\ebfa"
}

.im-icon-Right-ToLeft:before {
    content: "\ebfb"
}

.im-icon-Right:before {
    content: "\ebfc"
}

.im-icon-Road-2:before {
    content: "\ebfd"
}

.im-icon-Road-3:before {
    content: "\ebfe"
}

.im-icon-Road:before {
    content: "\ebff"
}

.im-icon-Robot-2:before {
    content: "\ec00"
}

.im-icon-Robot:before {
    content: "\ec01"
}

.im-icon-Rock-andRoll:before {
    content: "\ec02"
}

.im-icon-Rocket:before {
    content: "\ec03"
}

.im-icon-Roller:before {
    content: "\ec04"
}

.im-icon-Roof:before {
    content: "\ec05"
}

.im-icon-Rook:before {
    content: "\ec06"
}

.im-icon-Rotate-Gesture:before {
    content: "\ec07"
}

.im-icon-Rotate-Gesture2:before {
    content: "\ec08"
}

.im-icon-Rotate-Gesture3:before {
    content: "\ec09"
}

.im-icon-Rotation-390:before {
    content: "\ec0a"
}

.im-icon-Rotation:before {
    content: "\ec0b"
}

.im-icon-Router-2:before {
    content: "\ec0c"
}

.im-icon-Router:before {
    content: "\ec0d"
}

.im-icon-RSS:before {
    content: "\ec0e"
}

.im-icon-Ruler-2:before {
    content: "\ec0f"
}

.im-icon-Ruler:before {
    content: "\ec10"
}

.im-icon-Running-Shoes:before {
    content: "\ec11"
}

.im-icon-Running:before {
    content: "\ec12"
}

.im-icon-Safari:before {
    content: "\ec13"
}

.im-icon-Safe-Box:before {
    content: "\ec14"
}

.im-icon-Safe-Box2:before {
    content: "\ec15"
}

.im-icon-Safety-PinClose:before {
    content: "\ec16"
}

.im-icon-Safety-PinOpen:before {
    content: "\ec17"
}

.im-icon-Sagittarus-2:before {
    content: "\ec18"
}

.im-icon-Sagittarus:before {
    content: "\ec19"
}

.im-icon-Sailing-Ship:before {
    content: "\ec1a"
}

.im-icon-Sand-watch:before {
    content: "\ec1b"
}

.im-icon-Sand-watch2:before {
    content: "\ec1c"
}

.im-icon-Santa-Claus:before {
    content: "\ec1d"
}

.im-icon-Santa-Claus2:before {
    content: "\ec1e"
}

.im-icon-Santa-onSled:before {
    content: "\ec1f"
}

.im-icon-Satelite-2:before {
    content: "\ec20"
}

.im-icon-Satelite:before {
    content: "\ec21"
}

.im-icon-Save-Window:before {
    content: "\ec22"
}

.im-icon-Save:before {
    content: "\ec23"
}

.im-icon-Saw:before {
    content: "\ec24"
}

.im-icon-Saxophone:before {
    content: "\ec25"
}

.im-icon-Scale:before {
    content: "\ec26"
}

.im-icon-Scarf:before {
    content: "\ec27"
}

.im-icon-Scissor:before {
    content: "\ec28"
}

.im-icon-Scooter-Front:before {
    content: "\ec29"
}

.im-icon-Scooter:before {
    content: "\ec2a"
}

.im-icon-Scorpio-2:before {
    content: "\ec2b"
}

.im-icon-Scorpio:before {
    content: "\ec2c"
}

.im-icon-Scotland:before {
    content: "\ec2d"
}

.im-icon-Screwdriver:before {
    content: "\ec2e"
}

.im-icon-Scroll-Fast:before {
    content: "\ec2f"
}

.im-icon-Scroll:before {
    content: "\ec30"
}

.im-icon-Scroller-2:before {
    content: "\ec31"
}

.im-icon-Scroller:before {
    content: "\ec32"
}

.im-icon-Sea-Dog:before {
    content: "\ec33"
}

.im-icon-Search-onCloud:before {
    content: "\ec34"
}

.im-icon-Search-People:before {
    content: "\ec35"
}

.im-icon-secound:before {
    content: "\ec36"
}

.im-icon-secound2:before {
    content: "\ec37"
}

.im-icon-Security-Block:before {
    content: "\ec38"
}

.im-icon-Security-Bug:before {
    content: "\ec39"
}

.im-icon-Security-Camera:before {
    content: "\ec3a"
}

.im-icon-Security-Check:before {
    content: "\ec3b"
}

.im-icon-Security-Settings:before {
    content: "\ec3c"
}

.im-icon-Security-Smiley:before {
    content: "\ec3d"
}

.im-icon-Securiy-Remove:before {
    content: "\ec3e"
}

.im-icon-Seed:before {
    content: "\ec3f"
}

.im-icon-Selfie:before {
    content: "\ec40"
}

.im-icon-Serbia:before {
    content: "\ec41"
}

.im-icon-Server-2:before {
    content: "\ec42"
}

.im-icon-Server:before {
    content: "\ec43"
}

.im-icon-Servers:before {
    content: "\ec44"
}

.im-icon-Settings-Window:before {
    content: "\ec45"
}

.im-icon-Sewing-Machine:before {
    content: "\ec46"
}

.im-icon-Sexual:before {
    content: "\ec47"
}

.im-icon-Share-onCloud:before {
    content: "\ec48"
}

.im-icon-Share-Window:before {
    content: "\ec49"
}

.im-icon-Share:before {
    content: "\ec4a"
}

.im-icon-Sharethis:before {
    content: "\ec4b"
}

.im-icon-Shark:before {
    content: "\ec4c"
}

.im-icon-Sheep:before {
    content: "\ec4d"
}

.im-icon-Sheriff-Badge:before {
    content: "\ec4e"
}

.im-icon-Shield:before {
    content: "\ec4f"
}

.im-icon-Ship-2:before {
    content: "\ec50"
}

.im-icon-Ship:before {
    content: "\ec51"
}

.im-icon-Shirt:before {
    content: "\ec52"
}

.im-icon-Shoes-2:before {
    content: "\ec53"
}

.im-icon-Shoes-3:before {
    content: "\ec54"
}

.im-icon-Shoes:before {
    content: "\ec55"
}

.im-icon-Shop-2:before {
    content: "\ec56"
}

.im-icon-Shop-3:before {
    content: "\ec57"
}

.im-icon-Shop-4:before {
    content: "\ec58"
}

.im-icon-Shop:before {
    content: "\ec59"
}

.im-icon-Shopping-Bag:before {
    content: "\ec5a"
}

.im-icon-Shopping-Basket:before {
    content: "\ec5b"
}

.im-icon-Shopping-Cart:before {
    content: "\ec5c"
}

.im-icon-Short-Pants:before {
    content: "\ec5d"
}

.im-icon-Shoutwire:before {
    content: "\ec5e"
}

.im-icon-Shovel:before {
    content: "\ec5f"
}

.im-icon-Shuffle-2:before {
    content: "\ec60"
}

.im-icon-Shuffle-3:before {
    content: "\ec61"
}

.im-icon-Shuffle-4:before {
    content: "\ec62"
}

.im-icon-Shuffle:before {
    content: "\ec63"
}

.im-icon-Shutter:before {
    content: "\ec64"
}

.im-icon-Sidebar-Window:before {
    content: "\ec65"
}

.im-icon-Signal:before {
    content: "\ec66"
}

.im-icon-Singapore:before {
    content: "\ec67"
}

.im-icon-Skate-Shoes:before {
    content: "\ec68"
}

.im-icon-Skateboard-2:before {
    content: "\ec69"
}

.im-icon-Skateboard:before {
    content: "\ec6a"
}

.im-icon-Skeleton:before {
    content: "\ec6b"
}

.im-icon-Ski:before {
    content: "\ec6c"
}

.im-icon-Skirt:before {
    content: "\ec6d"
}

.im-icon-Skrill:before {
    content: "\ec6e"
}

.im-icon-Skull:before {
    content: "\ec6f"
}

.im-icon-Skydiving:before {
    content: "\ec70"
}

.im-icon-Skype:before {
    content: "\ec71"
}

.im-icon-Sled-withGifts:before {
    content: "\ec72"
}

.im-icon-Sled:before {
    content: "\ec73"
}

.im-icon-Sleeping:before {
    content: "\ec74"
}

.im-icon-Sleet:before {
    content: "\ec75"
}

.im-icon-Slippers:before {
    content: "\ec76"
}

.im-icon-Smart:before {
    content: "\ec77"
}

.im-icon-Smartphone-2:before {
    content: "\ec78"
}

.im-icon-Smartphone-3:before {
    content: "\ec79"
}

.im-icon-Smartphone-4:before {
    content: "\ec7a"
}

.im-icon-Smartphone-Secure:before {
    content: "\ec7b"
}

.im-icon-Smartphone:before {
    content: "\ec7c"
}

.im-icon-Smile:before {
    content: "\ec7d"
}

.im-icon-Smoking-Area:before {
    content: "\ec7e"
}

.im-icon-Smoking-Pipe:before {
    content: "\ec7f"
}

.im-icon-Snake:before {
    content: "\ec80"
}

.im-icon-Snorkel:before {
    content: "\ec81"
}

.im-icon-Snow-2:before {
    content: "\ec82"
}

.im-icon-Snow-Dome:before {
    content: "\ec83"
}

.im-icon-Snow-Storm:before {
    content: "\ec84"
}

.im-icon-Snow:before {
    content: "\ec85"
}

.im-icon-Snowflake-2:before {
    content: "\ec86"
}

.im-icon-Snowflake-3:before {
    content: "\ec87"
}

.im-icon-Snowflake-4:before {
    content: "\ec88"
}

.im-icon-Snowflake:before {
    content: "\ec89"
}

.im-icon-Snowman:before {
    content: "\ec8a"
}

.im-icon-Soccer-Ball:before {
    content: "\ec8b"
}

.im-icon-Soccer-Shoes:before {
    content: "\ec8c"
}

.im-icon-Socks:before {
    content: "\ec8d"
}

.im-icon-Solar:before {
    content: "\ec8e"
}

.im-icon-Sound-Wave:before {
    content: "\ec8f"
}

.im-icon-Sound:before {
    content: "\ec90"
}

.im-icon-Soundcloud:before {
    content: "\ec91"
}

.im-icon-Soup:before {
    content: "\ec92"
}

.im-icon-South-Africa:before {
    content: "\ec93"
}

.im-icon-Space-Needle:before {
    content: "\ec94"
}

.im-icon-Spain:before {
    content: "\ec95"
}

.im-icon-Spam-Mail:before {
    content: "\ec96"
}

.im-icon-Speach-Bubble:before {
    content: "\ec97"
}

.im-icon-Speach-Bubble2:before {
    content: "\ec98"
}

.im-icon-Speach-Bubble3:before {
    content: "\ec99"
}

.im-icon-Speach-Bubble4:before {
    content: "\ec9a"
}

.im-icon-Speach-Bubble5:before {
    content: "\ec9b"
}

.im-icon-Speach-Bubble6:before {
    content: "\ec9c"
}

.im-icon-Speach-Bubble7:before {
    content: "\ec9d"
}

.im-icon-Speach-Bubble8:before {
    content: "\ec9e"
}

.im-icon-Speach-Bubble9:before {
    content: "\ec9f"
}

.im-icon-Speach-Bubble10:before {
    content: "\eca0"
}

.im-icon-Speach-Bubble11:before {
    content: "\eca1"
}

.im-icon-Speach-Bubble12:before {
    content: "\eca2"
}

.im-icon-Speach-Bubble13:before {
    content: "\eca3"
}

.im-icon-Speach-BubbleAsking:before {
    content: "\eca4"
}

.im-icon-Speach-BubbleComic:before {
    content: "\eca5"
}

.im-icon-Speach-BubbleComic2:before {
    content: "\eca6"
}

.im-icon-Speach-BubbleComic3:before {
    content: "\eca7"
}

.im-icon-Speach-BubbleComic4:before {
    content: "\eca8"
}

.im-icon-Speach-BubbleDialog:before {
    content: "\eca9"
}

.im-icon-Speach-Bubbles:before {
    content: "\ecaa"
}

.im-icon-Speak-2:before {
    content: "\ecab"
}

.im-icon-Speak:before {
    content: "\ecac"
}

.im-icon-Speaker-2:before {
    content: "\ecad"
}

.im-icon-Speaker:before {
    content: "\ecae"
}

.im-icon-Spell-Check:before {
    content: "\ecaf"
}

.im-icon-Spell-CheckABC:before {
    content: "\ecb0"
}

.im-icon-Spermium:before {
    content: "\ecb1"
}

.im-icon-Spider:before {
    content: "\ecb2"
}

.im-icon-Spiderweb:before {
    content: "\ecb3"
}

.im-icon-Split-FourSquareWindow:before {
    content: "\ecb4"
}

.im-icon-Split-Horizontal:before {
    content: "\ecb5"
}

.im-icon-Split-Horizontal2Window:before {
    content: "\ecb6"
}

.im-icon-Split-Vertical:before {
    content: "\ecb7"
}

.im-icon-Split-Vertical2:before {
    content: "\ecb8"
}

.im-icon-Split-Window:before {
    content: "\ecb9"
}

.im-icon-Spoder:before {
    content: "\ecba"
}

.im-icon-Spoon:before {
    content: "\ecbb"
}

.im-icon-Sport-Mode:before {
    content: "\ecbc"
}

.im-icon-Sports-Clothings1:before {
    content: "\ecbd"
}

.im-icon-Sports-Clothings2:before {
    content: "\ecbe"
}

.im-icon-Sports-Shirt:before {
    content: "\ecbf"
}

.im-icon-Spot:before {
    content: "\ecc0"
}

.im-icon-Spray:before {
    content: "\ecc1"
}

.im-icon-Spread:before {
    content: "\ecc2"
}

.im-icon-Spring:before {
    content: "\ecc3"
}

.im-icon-Spurl:before {
    content: "\ecc4"
}

.im-icon-Spy:before {
    content: "\ecc5"
}

.im-icon-Squirrel:before {
    content: "\ecc6"
}

.im-icon-SSL:before {
    content: "\ecc7"
}

.im-icon-St-BasilsCathedral:before {
    content: "\ecc8"
}

.im-icon-St-PaulsCathedral:before {
    content: "\ecc9"
}

.im-icon-Stamp-2:before {
    content: "\ecca"
}

.im-icon-Stamp:before {
    content: "\eccb"
}

.im-icon-Stapler:before {
    content: "\eccc"
}

.im-icon-Star-Track:before {
    content: "\eccd"
}

.im-icon-Star:before {
    content: "\ecce"
}

.im-icon-Starfish:before {
    content: "\eccf"
}

.im-icon-Start2:before {
    content: "\ecd0"
}

.im-icon-Start-3:before {
    content: "\ecd1"
}

.im-icon-Start-ways:before {
    content: "\ecd2"
}

.im-icon-Start:before {
    content: "\ecd3"
}

.im-icon-Statistic:before {
    content: "\ecd4"
}

.im-icon-Stethoscope:before {
    content: "\ecd5"
}

.im-icon-stop--2:before {
    content: "\ecd6"
}

.im-icon-Stop-Music:before {
    content: "\ecd7"
}

.im-icon-Stop:before {
    content: "\ecd8"
}

.im-icon-Stopwatch-2:before {
    content: "\ecd9"
}

.im-icon-Stopwatch:before {
    content: "\ecda"
}

.im-icon-Storm:before {
    content: "\ecdb"
}

.im-icon-Street-View:before {
    content: "\ecdc"
}

.im-icon-Street-View2:before {
    content: "\ecdd"
}

.im-icon-Strikethrough-Text:before {
    content: "\ecde"
}

.im-icon-Stroller:before {
    content: "\ecdf"
}

.im-icon-Structure:before {
    content: "\ece0"
}

.im-icon-Student-Female:before {
    content: "\ece1"
}

.im-icon-Student-Hat:before {
    content: "\ece2"
}

.im-icon-Student-Hat2:before {
    content: "\ece3"
}

.im-icon-Student-Male:before {
    content: "\ece4"
}

.im-icon-Student-MaleFemale:before {
    content: "\ece5"
}

.im-icon-Students:before {
    content: "\ece6"
}

.im-icon-Studio-Flash:before {
    content: "\ece7"
}

.im-icon-Studio-Lightbox:before {
    content: "\ece8"
}

.im-icon-Stumbleupon:before {
    content: "\ece9"
}

.im-icon-Suit:before {
    content: "\ecea"
}

.im-icon-Suitcase:before {
    content: "\eceb"
}

.im-icon-Sum-2:before {
    content: "\ecec"
}

.im-icon-Sum:before {
    content: "\eced"
}

.im-icon-Summer:before {
    content: "\ecee"
}

.im-icon-Sun-CloudyRain:before {
    content: "\ecef"
}

.im-icon-Sun:before {
    content: "\ecf0"
}

.im-icon-Sunglasses-2:before {
    content: "\ecf1"
}

.im-icon-Sunglasses-3:before {
    content: "\ecf2"
}

.im-icon-Sunglasses-Smiley:before {
    content: "\ecf3"
}

.im-icon-Sunglasses-Smiley2:before {
    content: "\ecf4"
}

.im-icon-Sunglasses-W:before {
    content: "\ecf5"
}

.im-icon-Sunglasses-W2:before {
    content: "\ecf6"
}

.im-icon-Sunglasses-W3:before {
    content: "\ecf7"
}

.im-icon-Sunglasses:before {
    content: "\ecf8"
}

.im-icon-Sunrise:before {
    content: "\ecf9"
}

.im-icon-Sunset:before {
    content: "\ecfa"
}

.im-icon-Superman:before {
    content: "\ecfb"
}

.im-icon-Support:before {
    content: "\ecfc"
}

.im-icon-Surprise:before {
    content: "\ecfd"
}

.im-icon-Sushi:before {
    content: "\ecfe"
}

.im-icon-Sweden:before {
    content: "\ecff"
}

.im-icon-Swimming-Short:before {
    content: "\ed00"
}

.im-icon-Swimming:before {
    content: "\ed01"
}

.im-icon-Swimmwear:before {
    content: "\ed02"
}

.im-icon-Switch:before {
    content: "\ed03"
}

.im-icon-Switzerland:before {
    content: "\ed04"
}

.im-icon-Sync-Cloud:before {
    content: "\ed05"
}

.im-icon-Sync:before {
    content: "\ed06"
}

.im-icon-Synchronize-2:before {
    content: "\ed07"
}

.im-icon-Synchronize:before {
    content: "\ed08"
}

.im-icon-T-Shirt:before {
    content: "\ed09"
}

.im-icon-Tablet-2:before {
    content: "\ed0a"
}

.im-icon-Tablet-3:before {
    content: "\ed0b"
}

.im-icon-Tablet-Orientation:before {
    content: "\ed0c"
}

.im-icon-Tablet-Phone:before {
    content: "\ed0d"
}

.im-icon-Tablet-Secure:before {
    content: "\ed0e"
}

.im-icon-Tablet-Vertical:before {
    content: "\ed0f"
}

.im-icon-Tablet:before {
    content: "\ed10"
}

.im-icon-Tactic:before {
    content: "\ed11"
}

.im-icon-Tag-2:before {
    content: "\ed12"
}

.im-icon-Tag-3:before {
    content: "\ed13"
}

.im-icon-Tag-4:before {
    content: "\ed14"
}

.im-icon-Tag-5:before {
    content: "\ed15"
}

.im-icon-Tag:before {
    content: "\ed16"
}

.im-icon-Taj-Mahal:before {
    content: "\ed17"
}

.im-icon-Talk-Man:before {
    content: "\ed18"
}

.im-icon-Tap:before {
    content: "\ed19"
}

.im-icon-Target-Market:before {
    content: "\ed1a"
}

.im-icon-Target:before {
    content: "\ed1b"
}

.im-icon-Taurus-2:before {
    content: "\ed1c"
}

.im-icon-Taurus:before {
    content: "\ed1d"
}

.im-icon-Taxi-2:before {
    content: "\ed1e"
}

.im-icon-Taxi-Sign:before {
    content: "\ed1f"
}

.im-icon-Taxi:before {
    content: "\ed20"
}

.im-icon-Teacher:before {
    content: "\ed21"
}

.im-icon-Teapot:before {
    content: "\ed22"
}

.im-icon-Technorati:before {
    content: "\ed23"
}

.im-icon-Teddy-Bear:before {
    content: "\ed24"
}

.im-icon-Tee-Mug:before {
    content: "\ed25"
}

.im-icon-Telephone-2:before {
    content: "\ed26"
}

.im-icon-Telephone:before {
    content: "\ed27"
}

.im-icon-Telescope:before {
    content: "\ed28"
}

.im-icon-Temperature-2:before {
    content: "\ed29"
}

.im-icon-Temperature-3:before {
    content: "\ed2a"
}

.im-icon-Temperature:before {
    content: "\ed2b"
}

.im-icon-Temple:before {
    content: "\ed2c"
}

.im-icon-Tennis-Ball:before {
    content: "\ed2d"
}

.im-icon-Tennis:before {
    content: "\ed2e"
}

.im-icon-Tent:before {
    content: "\ed2f"
}

.im-icon-Test-Tube:before {
    content: "\ed30"
}

.im-icon-Test-Tube2:before {
    content: "\ed31"
}

.im-icon-Testimonal:before {
    content: "\ed32"
}

.im-icon-Text-Box:before {
    content: "\ed33"
}

.im-icon-Text-Effect:before {
    content: "\ed34"
}

.im-icon-Text-HighlightColor:before {
    content: "\ed35"
}

.im-icon-Text-Paragraph:before {
    content: "\ed36"
}

.im-icon-Thailand:before {
    content: "\ed37"
}

.im-icon-The-WhiteHouse:before {
    content: "\ed38"
}

.im-icon-This-SideUp:before {
    content: "\ed39"
}

.im-icon-Thread:before {
    content: "\ed3a"
}

.im-icon-Three-ArrowFork:before {
    content: "\ed3b"
}

.im-icon-Three-Fingers:before {
    content: "\ed3c"
}

.im-icon-Three-FingersDrag:before {
    content: "\ed3d"
}

.im-icon-Three-FingersDrag2:before {
    content: "\ed3e"
}

.im-icon-Three-FingersTouch:before {
    content: "\ed3f"
}

.im-icon-Thumb:before {
    content: "\ed40"
}

.im-icon-Thumbs-DownSmiley:before {
    content: "\ed41"
}

.im-icon-Thumbs-UpSmiley:before {
    content: "\ed42"
}

.im-icon-Thunder:before {
    content: "\ed43"
}

.im-icon-Thunderstorm:before {
    content: "\ed44"
}

.im-icon-Ticket:before {
    content: "\ed45"
}

.im-icon-Tie-2:before {
    content: "\ed46"
}

.im-icon-Tie-3:before {
    content: "\ed47"
}

.im-icon-Tie-4:before {
    content: "\ed48"
}

.im-icon-Tie:before {
    content: "\ed49"
}

.im-icon-Tiger:before {
    content: "\ed4a"
}

.im-icon-Time-Backup:before {
    content: "\ed4b"
}

.im-icon-Time-Bomb:before {
    content: "\ed4c"
}

.im-icon-Time-Clock:before {
    content: "\ed4d"
}

.im-icon-Time-Fire:before {
    content: "\ed4e"
}

.im-icon-Time-Machine:before {
    content: "\ed4f"
}

.im-icon-Time-Window:before {
    content: "\ed50"
}

.im-icon-Timer-2:before {
    content: "\ed51"
}

.im-icon-Timer:before {
    content: "\ed52"
}

.im-icon-To-Bottom:before {
    content: "\ed53"
}

.im-icon-To-Bottom2:before {
    content: "\ed54"
}

.im-icon-To-Left:before {
    content: "\ed55"
}

.im-icon-To-Right:before {
    content: "\ed56"
}

.im-icon-To-Top:before {
    content: "\ed57"
}

.im-icon-To-Top2:before {
    content: "\ed58"
}

.im-icon-Token-:before {
    content: "\ed59"
}

.im-icon-Tomato:before {
    content: "\ed5a"
}

.im-icon-Tongue:before {
    content: "\ed5b"
}

.im-icon-Tooth-2:before {
    content: "\ed5c"
}

.im-icon-Tooth:before {
    content: "\ed5d"
}

.im-icon-Top-ToBottom:before {
    content: "\ed5e"
}

.im-icon-Touch-Window:before {
    content: "\ed5f"
}

.im-icon-Tourch:before {
    content: "\ed60"
}

.im-icon-Tower-2:before {
    content: "\ed61"
}

.im-icon-Tower-Bridge:before {
    content: "\ed62"
}

.im-icon-Tower:before {
    content: "\ed63"
}

.im-icon-Trace:before {
    content: "\ed64"
}

.im-icon-Tractor:before {
    content: "\ed65"
}

.im-icon-traffic-Light:before {
    content: "\ed66"
}

.im-icon-Traffic-Light2:before {
    content: "\ed67"
}

.im-icon-Train-2:before {
    content: "\ed68"
}

.im-icon-Train:before {
    content: "\ed69"
}

.im-icon-Tram:before {
    content: "\ed6a"
}

.im-icon-Transform-2:before {
    content: "\ed6b"
}

.im-icon-Transform-3:before {
    content: "\ed6c"
}

.im-icon-Transform-4:before {
    content: "\ed6d"
}

.im-icon-Transform:before {
    content: "\ed6e"
}

.im-icon-Trash-withMen:before {
    content: "\ed6f"
}

.im-icon-Tree-2:before {
    content: "\ed70"
}

.im-icon-Tree-3:before {
    content: "\ed71"
}

.im-icon-Tree-4:before {
    content: "\ed72"
}

.im-icon-Tree-5:before {
    content: "\ed73"
}

.im-icon-Tree:before {
    content: "\ed74"
}

.im-icon-Trekking:before {
    content: "\ed75"
}

.im-icon-Triangle-ArrowDown:before {
    content: "\ed76"
}

.im-icon-Triangle-ArrowLeft:before {
    content: "\ed77"
}

.im-icon-Triangle-ArrowRight:before {
    content: "\ed78"
}

.im-icon-Triangle-ArrowUp:before {
    content: "\ed79"
}

.im-icon-Tripod-2:before {
    content: "\ed7a"
}

.im-icon-Tripod-andVideo:before {
    content: "\ed7b"
}

.im-icon-Tripod-withCamera:before {
    content: "\ed7c"
}

.im-icon-Tripod-withGopro:before {
    content: "\ed7d"
}

.im-icon-Trophy-2:before {
    content: "\ed7e"
}

.im-icon-Trophy:before {
    content: "\ed7f"
}

.im-icon-Truck:before {
    content: "\ed80"
}

.im-icon-Trumpet:before {
    content: "\ed81"
}

.im-icon-Tumblr:before {
    content: "\ed82"
}

.im-icon-Turkey:before {
    content: "\ed83"
}

.im-icon-Turn-Down:before {
    content: "\ed84"
}

.im-icon-Turn-Down2:before {
    content: "\ed85"
}

.im-icon-Turn-DownFromLeft:before {
    content: "\ed86"
}

.im-icon-Turn-DownFromRight:before {
    content: "\ed87"
}

.im-icon-Turn-Left:before {
    content: "\ed88"
}

.im-icon-Turn-Left3:before {
    content: "\ed89"
}

.im-icon-Turn-Right:before {
    content: "\ed8a"
}

.im-icon-Turn-Right3:before {
    content: "\ed8b"
}

.im-icon-Turn-Up:before {
    content: "\ed8c"
}

.im-icon-Turn-Up2:before {
    content: "\ed8d"
}

.im-icon-Turtle:before {
    content: "\ed8e"
}

.im-icon-Tuxedo:before {
    content: "\ed8f"
}

.im-icon-TV:before {
    content: "\ed90"
}

.im-icon-Twister:before {
    content: "\ed91"
}

.im-icon-Twitter-2:before {
    content: "\ed92"
}

.im-icon-Twitter:before {
    content: "\ed93"
}

.im-icon-Two-Fingers:before {
    content: "\ed94"
}

.im-icon-Two-FingersDrag:before {
    content: "\ed95"
}

.im-icon-Two-FingersDrag2:before {
    content: "\ed96"
}

.im-icon-Two-FingersScroll:before {
    content: "\ed97"
}

.im-icon-Two-FingersTouch:before {
    content: "\ed98"
}

.im-icon-Two-Windows:before {
    content: "\ed99"
}

.im-icon-Type-Pass:before {
    content: "\ed9a"
}

.im-icon-Ukraine:before {
    content: "\ed9b"
}

.im-icon-Umbrela:before {
    content: "\ed9c"
}

.im-icon-Umbrella-2:before {
    content: "\ed9d"
}

.im-icon-Umbrella-3:before {
    content: "\ed9e"
}

.im-icon-Under-LineText:before {
    content: "\ed9f"
}

.im-icon-Undo:before {
    content: "\eda0"
}

.im-icon-United-Kingdom:before {
    content: "\eda1"
}

.im-icon-United-States:before {
    content: "\eda2"
}

.im-icon-University-2:before {
    content: "\eda3"
}

.im-icon-University:before {
    content: "\eda4"
}

.im-icon-Unlike-2:before {
    content: "\eda5"
}

.im-icon-Unlike:before {
    content: "\eda6"
}

.im-icon-Unlock-2:before {
    content: "\eda7"
}

.im-icon-Unlock-3:before {
    content: "\eda8"
}

.im-icon-Unlock:before {
    content: "\eda9"
}

.im-icon-Up--Down:before {
    content: "\edaa"
}

.im-icon-Up--Down3:before {
    content: "\edab"
}

.im-icon-Up-2:before {
    content: "\edac"
}

.im-icon-Up-3:before {
    content: "\edad"
}

.im-icon-Up-4:before {
    content: "\edae"
}

.im-icon-Up:before {
    content: "\edaf"
}

.im-icon-Upgrade:before {
    content: "\edb0"
}

.im-icon-Upload-2:before {
    content: "\edb1"
}

.im-icon-Upload-toCloud:before {
    content: "\edb2"
}

.im-icon-Upload-Window:before {
    content: "\edb3"
}

.im-icon-Upload:before {
    content: "\edb4"
}

.im-icon-Uppercase-Text:before {
    content: "\edb5"
}

.im-icon-Upward:before {
    content: "\edb6"
}

.im-icon-URL-Window:before {
    content: "\edb7"
}

.im-icon-Usb-2:before {
    content: "\edb8"
}

.im-icon-Usb-Cable:before {
    content: "\edb9"
}

.im-icon-Usb:before {
    content: "\edba"
}

.im-icon-User:before {
    content: "\edbb"
}

.im-icon-Ustream:before {
    content: "\edbc"
}

.im-icon-Vase:before {
    content: "\edbd"
}

.im-icon-Vector-2:before {
    content: "\edbe"
}

.im-icon-Vector-3:before {
    content: "\edbf"
}

.im-icon-Vector-4:before {
    content: "\edc0"
}

.im-icon-Vector-5:before {
    content: "\edc1"
}

.im-icon-Vector:before {
    content: "\edc2"
}

.im-icon-Venn-Diagram:before {
    content: "\edc3"
}

.im-icon-Vest-2:before {
    content: "\edc4"
}

.im-icon-Vest:before {
    content: "\edc5"
}

.im-icon-Viddler:before {
    content: "\edc6"
}

.im-icon-Video-2:before {
    content: "\edc7"
}

.im-icon-Video-3:before {
    content: "\edc8"
}

.im-icon-Video-4:before {
    content: "\edc9"
}

.im-icon-Video-5:before {
    content: "\edca"
}

.im-icon-Video-6:before {
    content: "\edcb"
}

.im-icon-Video-GameController:before {
    content: "\edcc"
}

.im-icon-Video-Len:before {
    content: "\edcd"
}

.im-icon-Video-Len2:before {
    content: "\edce"
}

.im-icon-Video-Photographer:before {
    content: "\edcf"
}

.im-icon-Video-Tripod:before {
    content: "\edd0"
}

.im-icon-Video:before {
    content: "\edd1"
}

.im-icon-Vietnam:before {
    content: "\edd2"
}

.im-icon-View-Height:before {
    content: "\edd3"
}

.im-icon-View-Width:before {
    content: "\edd4"
}

.im-icon-Vimeo:before {
    content: "\edd5"
}

.im-icon-Virgo-2:before {
    content: "\edd6"
}

.im-icon-Virgo:before {
    content: "\edd7"
}

.im-icon-Virus-2:before {
    content: "\edd8"
}

.im-icon-Virus-3:before {
    content: "\edd9"
}

.im-icon-Virus:before {
    content: "\edda"
}

.im-icon-Visa:before {
    content: "\eddb"
}

.im-icon-Voice:before {
    content: "\eddc"
}

.im-icon-Voicemail:before {
    content: "\eddd"
}

.im-icon-Volleyball:before {
    content: "\edde"
}

.im-icon-Volume-Down:before {
    content: "\eddf"
}

.im-icon-Volume-Up:before {
    content: "\ede0"
}

.im-icon-VPN:before {
    content: "\ede1"
}

.im-icon-Wacom-Tablet:before {
    content: "\ede2"
}

.im-icon-Waiter:before {
    content: "\ede3"
}

.im-icon-Walkie-Talkie:before {
    content: "\ede4"
}

.im-icon-Wallet-2:before {
    content: "\ede5"
}

.im-icon-Wallet-3:before {
    content: "\ede6"
}

.im-icon-Wallet:before {
    content: "\ede7"
}

.im-icon-Warehouse:before {
    content: "\ede8"
}

.im-icon-Warning-Window:before {
    content: "\ede9"
}

.im-icon-Watch-2:before {
    content: "\edea"
}

.im-icon-Watch-3:before {
    content: "\edeb"
}

.im-icon-Watch:before {
    content: "\edec"
}

.im-icon-Wave-2:before {
    content: "\eded"
}

.im-icon-Wave:before {
    content: "\edee"
}

.im-icon-Webcam:before {
    content: "\edef"
}

.im-icon-weight-Lift:before {
    content: "\edf0"
}

.im-icon-Wheelbarrow:before {
    content: "\edf1"
}

.im-icon-Wheelchair:before {
    content: "\edf2"
}

.im-icon-Width-Window:before {
    content: "\edf3"
}

.im-icon-Wifi-2:before {
    content: "\edf4"
}

.im-icon-Wifi-Keyboard:before {
    content: "\edf5"
}

.im-icon-Wifi:before {
    content: "\edf6"
}

.im-icon-Wind-Turbine:before {
    content: "\edf7"
}

.im-icon-Windmill:before {
    content: "\edf8"
}

.im-icon-Window-2:before {
    content: "\edf9"
}

.im-icon-Window:before {
    content: "\edfa"
}

.im-icon-Windows-2:before {
    content: "\edfb"
}

.im-icon-Windows-Microsoft:before {
    content: "\edfc"
}

.im-icon-Windows:before {
    content: "\edfd"
}

.im-icon-Windsock:before {
    content: "\edfe"
}

.im-icon-Windy:before {
    content: "\edff"
}

.im-icon-Wine-Bottle:before {
    content: "\ee00"
}

.im-icon-Wine-Glass:before {
    content: "\ee01"
}

.im-icon-Wink:before {
    content: "\ee02"
}

.im-icon-Winter-2:before {
    content: "\ee03"
}

.im-icon-Winter:before {
    content: "\ee04"
}

.im-icon-Wireless:before {
    content: "\ee05"
}

.im-icon-Witch-Hat:before {
    content: "\ee06"
}

.im-icon-Witch:before {
    content: "\ee07"
}

.im-icon-Wizard:before {
    content: "\ee08"
}

.im-icon-Wolf:before {
    content: "\ee09"
}

.im-icon-Woman-Sign:before {
    content: "\ee0a"
}

.im-icon-WomanMan:before {
    content: "\ee0b"
}

.im-icon-Womans-Underwear:before {
    content: "\ee0c"
}

.im-icon-Womans-Underwear2:before {
    content: "\ee0d"
}

.im-icon-Women:before {
    content: "\ee0e"
}

.im-icon-Wonder-Woman:before {
    content: "\ee0f"
}

.im-icon-Wordpress:before {
    content: "\ee10"
}

.im-icon-Worker-Clothes:before {
    content: "\ee11"
}

.im-icon-Worker:before {
    content: "\ee12"
}

.im-icon-Wrap-Text:before {
    content: "\ee13"
}

.im-icon-Wreath:before {
    content: "\ee14"
}

.im-icon-Wrench:before {
    content: "\ee15"
}

.im-icon-X-Box:before {
    content: "\ee16"
}

.im-icon-X-ray:before {
    content: "\ee17"
}

.im-icon-Xanga:before {
    content: "\ee18"
}

.im-icon-Xing:before {
    content: "\ee19"
}

.im-icon-Yacht:before {
    content: "\ee1a"
}

.im-icon-Yahoo-Buzz:before {
    content: "\ee1b"
}

.im-icon-Yahoo:before {
    content: "\ee1c"
}

.im-icon-Yelp:before {
    content: "\ee1d"
}

.im-icon-Yes:before {
    content: "\ee1e"
}

.im-icon-Ying-Yang:before {
    content: "\ee1f"
}

.im-icon-Youtube:before {
    content: "\ee20"
}

.im-icon-Z-A:before {
    content: "\ee21"
}

.im-icon-Zebra:before {
    content: "\ee22"
}

.im-icon-Zombie:before {
    content: "\ee23"
}

.im-icon-Zoom-Gesture:before {
    content: "\ee24"
}

.im-icon-Zootool:before {
    content: "\ee25"
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/material-icons/MaterialIcons-Regular.eot);
    src: local('../fonts/material-icons/Material Icons'), local('../fonts/material-icons/MaterialIcons-Regular'), url(../fonts/material-icons/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/material-icons/MaterialIcons-Regular.woff) format('woff'), url(../fonts/material-icons/MaterialIcons-Regular.ttf) format('truetype')
}

.material-icons {
    font-family: 'Material Icons';
    font-size: 24px;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga'
}

/*!
* Datepicker v0.5.3
* https://github.com/fengyuanchen/datepicker
*
* Copyright (c) 2014-2017 Fengyuan Chen
* Released under the MIT license
*
* Date: 2017-06-15T11:00:53.699Z
*/
.datepicker-container {
    font-size: 12px;
    line-height: 30px;
    padding: 20px;
    border-radius: 5px;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 210px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    direction: ltr !important;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.datepicker-container:after, .datepicker-container:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: ' ';
    border: 5px solid transparent
}

.datepicker-dropdown {
    position: absolute;
    z-index: 999999 !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2)
}

.datepicker-inline {
    position: static
}

.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
    top: -5px;
    left: 10px;
    border-top: 0
}

.datepicker-top-left:before, .datepicker-top-right:before {
    border-bottom-color: #ccc
}

.datepicker-top-left:after, .datepicker-top-right:after {
    top: -4px;
    border-bottom-color: #fff
}

.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
    bottom: -5px;
    left: 10px;
    border-bottom: 0
}

.datepicker-bottom-left:before, .datepicker-bottom-right:before {
    border-top-color: #ccc
}

.datepicker-bottom-left:after, .datepicker-bottom-right:after {
    bottom: -4px;
    border-top-color: #fff
}

.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
    right: 10px;
    left: auto
}

.datepicker-panel>ul:after, .datepicker-panel>ul:before {
    display: table;
    content: ' '
}

.datepicker-panel>ul:after {
    clear: both
}

.datepicker-panel>ul {
    width: 102%;
    margin: 0;
    padding: 0
}

.datepicker-panel>ul:first-child li {
    line-height: 25px
}

.datepicker-panel>ul:first-child li:nth-child(2) {
    line-height: 28px !important
}

.datepicker-panel>ul>li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
    text-align: center;
    background-color: #fff
}

.datepicker-panel>ul>li:hover {
    background-color: #ededed;
    color: #444 !important;
    border-radius: 50px
}

.datepicker-panel>ul>li.muted, .datepicker-panel>ul>li.muted:hover {
    color: #999
}

.datepicker-panel>ul>li.highlighted {
    color: #0023ff !important;
    border-radius: 50px
}

.datepicker-panel>ul>li.highlighted:hover {
    opacity: .8;
    color: #0023ff !important
}

.datepicker-panel>ul>li.picked, .datepicker-panel>ul>li.picked:hover {
    color: #fff !important;
    background-color: #0023ff;
    border-radius: 50px
}

.datepicker-panel>ul>li.picked {
    animation-name: gelatine;
    animation-duration: .5s;
    animation-timing-function: ease-in
}

.datepicker-panel>ul>li.disabled, .datepicker-panel>ul>li.disabled:hover {
    cursor: default;
    color: #ccc;
    background-color: #fff
}

.datepicker-panel>ul>li.disabled.highlighted, .datepicker-panel>ul>li.disabled:hover.highlighted {
    background-color: #e6f2ff
}

.datepicker-panel>ul>li[data-view='month next'], .datepicker-panel>ul>li[data-view='month prev'], .datepicker-panel>ul>li[data-view='year next'], .datepicker-panel>ul>li[data-view='year prev'], .datepicker-panel>ul>li[data-view='years next'], .datepicker-panel>ul>li[data-view='years prev'], .datepicker-panel>ul>li[data-view=next] {
    font-size: 18px
}

.datepicker-panel>ul>li[data-view='month current'], .datepicker-panel>ul>li[data-view='year current'], .datepicker-panel>ul>li[data-view='years current'] {
    width: 150px
}

.datepicker-panel>ul[data-view=months]>li, .datepicker-panel>ul[data-view=years]>li {
    line-height: 52.5px;
    width: 52.5px;
    height: 52.5px
}

.datepicker-panel>ul[data-view=week]>li, .datepicker-panel>ul[data-view=week]>li:hover {
    cursor: default;
    background-color: #fff
}

.datepicker-hide {
    display: none
}

/*! chosen.css | Nephos | CSS Ninja */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    z-index: 990;
    width: 100%;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-top: 0;
    border-radius: 0 0 4px 4px
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.chosen-container a {
    cursor: pointer
}

.chosen-focus-input {
    display: none !important
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 18px;
    height: 41px;
    line-height: 40px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 4px
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 4px 4px 0 0
}

.chosen-container-active .chosen-drop, .chosen-container-single .chosen-drop {
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.chosen-container-active.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #cecece;
    font-weight: 400
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    margin: 0;
    right: 20px;
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    color: silver;
    float: right;
    font-weight: 400;
    transition: transform .3s;
    transform: translate3d(0, 0, 0) rotate(0)
}

.chosen-container-active.chosen-with-drop .chosen-single div:after {
    transform: translate3d(0, 0, 0) rotate(180deg)
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 8px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 6px 20px 6px 6px;
    width: 100%;
    height: 40px;
    outline: 0;
    margin-bottom: 10px !important;
    border: 1px solid #ddd !important;
    background-color: #fbfbfb !important;
    display: block;
    position: relative;
    z-index: 9;
    background-color: #fafafa
}

.chosen-container-single .chosen-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 15px;
    margin: 0 15px 0 0;
    top: 12px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #aaa;
    float: right;
    font-weight: 400;
    z-index: 10;
    transition: transform .3s
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}

.chosen-container .chosen-results {
    color: #888;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 8px 0;
    padding: 0 4px 0 8px;
    max-height: 300px
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 9px 10px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    font-size: 14px;
    -webkit-touch-callout: none
}

.chosen-container-multi .chosen-results li {
    padding: 10px 18px;
    transition: color .3s
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: transparent;
    border-radius: 0;
    color: #0023ff;
    transition: color .2s ease-in-out
}

.chosen-container .chosen-results li.no-results {
    color: #888;
    display: list-item;
    background-color: #fff
}

.chosen-container-multi .chosen-results li.no-results {
    background-color: #fff
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 18px;
    height: auto;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 33px;
    cursor: pointer;
    margin: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06)
}

.chosen-container-multi.chosen-with-drop .chosen-choices {
    border-radius: 4px 4px 0 0
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 0;
    padding: 0;
    height: 49px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    color: #888;
    line-height: normal;
    font-weight: 500;
    box-shadow: none;
    transition: none
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 10px 6px 0 -4px;
    padding: 0 25px 0 8px;
    max-width: 100%;
    background-color: #66676b;
    line-height: 29px;
    color: #fff;
    cursor: default;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: -2px;
    right: 7px;
    display: block
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 10px;
    top: 1px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #fff;
    float: right;
    font-weight: 400
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #888
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container.chosen-container-multi .chosen-drop {
    opacity: 0;
    visibility: hidden;
    padding: 10px 0
}

.chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active .chosen-drop {
    opacity: 1;
    visibility: visible
}

.chosen-container-active .chosen-choices, .chosen-container-active .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #e0e0e0
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #888 !important
}

.chosen-drop::-webkit-scrollbar {
    width: 10px
}

.chosen-drop::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10px
}

.chosen-drop::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .2)
}

.chosen-drop::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .3)
}

.chosen-single .chosen-search-input {
    border: none !important;
    outline: 0 !important;
    display: none !important
}

.fileuploader-input-caption, .fileuploader-item .column-title div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700
}

.fileuploader-action-download:active, .fileuploader-action-retry:active, .fileuploader-action-start:active, .fileuploader-input-button:active {
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, .1)
}

.fileuploader, .fileuploader *, .fileuploader :after, .fileuploader :before {
    box-sizing: border-box
}

.fileuploader {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 15px 0;
    background: #f5f6fa;
    border-radius: 4px;
    line-height: normal;
    text-align: left
}

.fileuploader-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid transparent;
    cursor: pointer;
    overflow: hidden
}

.fileuploader-input-caption {
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 11px 15px;
    margin-right: 15px;
    background: #fff;
    border: 1px solid #dde4f6;
    border-radius: 4px;
    color: #789bec;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.fileuploader-input-button {
    display: inline-block;
    background: #6381e6;
    padding: 12px 20px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    vertical-align: top;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.fileuploader-input-button:hover {
    background: #758fe9
}

.fileuploader-input-button:active {
    background: #6381e6
}

.fileuploader-focused .fileuploader-input-caption {
    border-color: #b8c2ef
}

.fileuploader-focused .fileuploader-input-button {
    background: #758fe9;
    border-color: #758fe9
}

.fileuploader-disabled .fileuploader-input {
    opacity: .7;
    cursor: default;
    pointer-events: none !important
}

.fileuploader-theme-default .fileuploader-dragging {
    background: #fff;
    border: 1px dashed #dde4f6
}

.fileuploader-theme-default .fileuploader-dragging .fileuploader-input-caption {
    border-color: transparent
}

.fileuploader-theme-default .fileuploader-dragging .fileuploader-input-button {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.fileuploader.fileuploader-is-uploading .fileuploader-input-caption:after {
    right: 10px;
    top: 50%;
    margin-top: -10px;
    opacity: .8
}

.fileuploader-item .fileuploader-item-image.fileuploader-loading:after, .fileuploader-item.upload-pending .fileuploader-action-remove:after, .fileuploader.fileuploader-is-uploading .fileuploader-input-caption:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-top: 3px solid #dde4f6;
    border-right: 3px solid #dde4f6;
    border-bottom: 3px solid #dde4f6;
    border-left: 3px solid #979fb8;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: fileuploaderSpin 1s infinite linear;
    animation: fileuploaderSpin 1s infinite linear
}

.fileuploader-items-list {
    display: block;
    margin: 0 -15px;
    padding: 0;
    list-style: none
}

.fileuploader-item {
    position: relative;
    margin: 0;
    padding: 20px 15px;
    border-bottom: 1px solid #e8e8e8;
    -webkit-animation: fileuploaderSlideIn .4s ease;
    animation: fileuploaderSlideIn .4s ease
}

.fileuploader-item:last-child {
    border-bottom: 0;
    margin-bottom: -15px
}

.fileuploader-item.upload-failed {
    background: rgba(219, 104, 104, .08)
}

.fileuploader-item.upload-pending .fileuploader-action-remove:after {
    width: 26px;
    height: 26px;
    right: -5px;
    top: 50%;
    margin-top: -13px;
    opacity: .2
}

.fileuploader-item .columns {
    position: relative;
    z-index: 2
}

.fileuploader-item .column-thumbnail {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    left: 0;
    top: 0
}

.fileuploader-item .column-thumbnail .fileuploader-item-image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden
}

.fileuploader-item .fileuploader-item-image img {
    max-width: none;
    max-height: 100%;
    min-height: 100%
}

.fileuploader-item .fileuploader-item-image canvas, .fileuploader-item .fileuploader-item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    -moz-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    -webkit-animation: fileuploaderFadeIn .2s ease;
    animation: fileuploaderFadeIn .2s ease
}

.fileuploader-item .column-thumbnail .fileuploader-item-image.fileuploader-loading:after {
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    opacity: .12
}

.fileuploader-item .column-thumbnail .fileuploader-action-popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    border-radius: 4px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.fileuploader-item.file-has-popup .column-thumbnail .fileuploader-action-popup {
    display: block
}

.fileuploader-item .column-thumbnail .fileuploader-action-popup:hover {
    opacity: 1
}

.fileuploader-item .column-thumbnail .fileuploader-action-popup:active {
    background: rgba(0, 0, 0, .4)
}

.fileuploader-item.file-type-audio .column-thumbnail .fileuploader-action-popup:after, .fileuploader-item.file-type-video .column-thumbnail .fileuploader-action-popup:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff
}

.fileuploader-item .fileuploader-item-icon {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    background: #ddd;
    border-radius: 4px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-animation: fileuploaderFadeIn .2s ease;
    animation: fileuploaderFadeIn .2s ease
}

.fileuploader-item .fileuploader-item-icon.is-bright-color {
    color: #888
}

.fileuploader-item .fileuploader-item-icon i {
    display: block;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 700
}

.fileuploader-item .column-title {
    display: block;
    padding-left: 51px;
    padding-right: 81px;
    color: #74809d
}

.fileuploader-item a {
    color: #74809d;
    text-decoration: none
}

.fileuploader-item .column-title div {
    width: 100%
}

.fileuploader-item .column-title span {
    font-size: 12px;
    color: #979fb8
}

.fileuploader-item .column-actions {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px
}

.fileuploader-action {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: top;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.fileuploader-item .column-actions .fileuploader-action+.fileuploader-action {
    margin-left: 10px
}

.fileuploader-item .column-actions .fileuploader-action-success {
    position: absolute;
    right: 0;
    top: 0
}

.fileuploader-item .column-actions .fileuploader-action-success:active, .fileuploader-item .column-actions .fileuploader-action-success:hover {
    opacity: 0
}

.fileuploader-action-remove {
    background: #fae1e1;
    border: 1px solid #ffcfcf
}

.fileuploader-action-remove:hover {
    background: #ffefef
}

.fileuploader-action-remove:active {
    background: #ffcfcf
}

.fileuploader-action-remove i:after, .fileuploader-action-remove i:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    height: 8px;
    width: 2px;
    background-color: #f59595
}

.fileuploader-action-remove i:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fileuploader-action-remove i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fileuploader-action-start {
    background: #6381e6;
    border-radius: 50%
}

.fileuploader-action-start i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2px;
    margin-top: -5px;
    border-radius: 2px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff
}

.fileuploader-action-start:hover {
    background: #758fe9
}

.fileuploader-action-start:active {
    background: #6381e6
}

.fileuploader-action-success {
    background: #6381e6;
    border: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fileuploader-action-success i:after, .fileuploader-action-success i:before {
    content: '';
    display: block;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.fileuploader-action-success i:before {
    width: 4px;
    height: 2px;
    left: 6px;
    top: 11px;
    background: #fff
}

.fileuploader-action-success i:after {
    top: 4px;
    left: 9px;
    width: 2px;
    height: 9px;
    background: #fff
}

.fileuploader-action-download {
    background: #6381e6;
    border-radius: 50%
}

.fileuploader-action-download i {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -4px;
    width: 2px;
    height: 5px;
    border-radius: 0;
    background: #fff
}

.fileuploader-action-download i:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -4px;
    left: -3px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
    border-radius: 2px
}

.fileuploader-action-download:hover {
    background: #758fe9
}

.fileuploader-action-download:active {
    background: #6381e6
}

.fileuploader-action-retry {
    background: #6381e6;
    border-radius: 50%
}

.fileuploader-action-retry i:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    border: 2px solid #fff
}

.fileuploader-action-retry i:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 3px;
    left: 3px;
    top: 9px;
    background: #6381e6;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg)
}

.fileuploader-action-retry:hover, .fileuploader-action-retry:hover i:after {
    background: #758fe9
}

.fileuploader-action-retry:active, .fileuploader-action-retry:active i:after {
    background: #6381e6
}

.fileuploader-action-sort {
    background: #b0b8d0;
    text-align: center;
    cursor: move
}

.fileuploader-action-sort:active, .fileuploader-action-sort:hover {
    background: #979fb8
}

.fileuploader-action-sort i {
    position: relative;
    display: inline-block;
    top: 8px;
    width: 8px;
    height: 2px;
    background: #fff;
    vertical-align: top
}

.fileuploader-action-sort i:before {
    content: '';
    position: absolute;
    display: inline-block;
    background: #fff;
    width: 100%;
    height: 2px;
    top: -3px;
    left: 0
}

.fileuploader-action-sort i:after {
    content: '';
    position: absolute;
    display: inline-block;
    background: #fff;
    width: 100%;
    height: 2px;
    top: 3px;
    left: 0
}

.fileuploader-item .fileuploader-progressbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    overflow: hidden
}

.fileuploader-item .fileuploader-progressbar .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 4px;
    background: #6381e6;
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

.fileuploader-item .progress-bar2 .fileuploader-progressbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fileuploader-item .progress-bar2 .fileuploader-progressbar .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 0;
    background: rgba(104, 125, 219, .08);
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

.fileuploader-item .progress-bar2 span {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    right: 15px;
    color: rgba(151, 159, 184, .16);
    font-size: 48px
}

.fileuploader-input-caption .fileuploader-pending-loader {
    margin-right: 5px
}

.fileuploader-pending-loader {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    vertical-align: middle
}

.fileuploader-pending-loader .left-half, .fileuploader-pending-loader:after {
    background: #fff
}

.fileuploader-pending-loader .right-half, .fileuploader-pending-loader .spinner {
    background: #789bec
}

.fileuploader-pending-loader:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: 4
}

.fileuploader-pending-loader .left-half, .fileuploader-pending-loader .right-half, .fileuploader-pending-loader .spinner {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%
}

.fileuploader-pending-loader .left-half {
    left: 0;
    opacity: 1;
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    -webkit-animation: fileuploaderOpacity 3s steps(1, end) infinite;
    animation: fileuploaderOpacity 3s steps(1, end) infinite;
    z-index: 3
}

.fileuploader-pending-loader .right-half {
    right: 0;
    opacity: 0;
    border-radius: 0 100% 100% 0/0 50% 50% 0;
    -webkit-animation: fileuploaderOpacity 3s steps(1, end) reverse infinite;
    animation: fileuploaderOpacity 3s steps(1, end) reverse infinite;
    z-index: 1
}

.fileuploader-pending-loader .spinner {
    left: 0;
    border-radius: 100% 0 0 100%/50% 0 0 50%;
    -webkit-animation: fileuploaderSpin 3s linear infinite;
    animation: fileuploaderSpin 3s linear infinite;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    z-index: 2
}

.fileuploader-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(40, 46, 61, .9);
    z-index: 90;
    -webkit-animation: fileuploaderFadeIn .4s ease;
    animation: fileuploaderFadeIn .4s ease
}

.fileuploader-popup-preview {
    width: 100%;
    height: 100%;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2
}

.fileuploader-popup-preview .node {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 10px;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: fileuploaderSlideInDown .4s;
    animation: fileuploaderSlideInDown .4s
}

.fileuploader-popup-preview .node.astext>div, .fileuploader-popup-preview .node.audio>audio, .fileuploader-popup-preview .node.image>img, .fileuploader-popup-preview .node.video>video {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    color: #47525d;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    border-radius: 4px
}

.fileuploader-popup-preview .node.audio audio {
    width: 450px
}

.fileuploader-popup-preview .node.astext div {
    max-width: 992px;
    padding: 20px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    overflow-y: auto;
    white-space: pre-wrap
}

.fileuploader-popup-preview .tools {
    width: 100%;
    margin-top: 30px
}

.fileuploader-popup-preview .tools:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -240px;
    height: 2000px;
    background: rgba(35, 40, 54, .96);
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, .4);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .4);
    z-index: -1
}

.fileuploader-popup-preview .tools ul {
    display: table;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    -webkit-animation: fileuploaderSlideIn .4s;
    animation: fileuploaderSlideIn .4s
}

.fileuploader-popup-preview .tools li {
    display: inline-block;
    padding: 0 20px;
    max-width: 50%;
    vertical-align: middle
}

.fileuploader-popup-preview .tools li span {
    display: block;
    color: #868896;
    margin-top: 3px;
    font-size: 14px
}

.fileuploader-popup-preview .tools li h5 {
    margin: 8px 0;
    color: #dfdeee;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fileuploader-popup-preview .tools li a {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.fileuploader-popup-preview .tools li a:hover {
    opacity: .6
}

.fileuploader-popup-preview .tools li a i {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-bottom: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.fileuploader-popup-preview .tools li a[data-action=crop] i {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNiAwLjd2LTAuN2gtMC43bC0zIDNoLTcuM3YtM2gtMnYzaC0zdjJoM3Y4aDh2M2gydi0zaDN2LTJoLTN2LTcuM2wzLTN6TTUgNWg1LjNsLTUuMyA1LjN2LTUuM3pNMTEgMTFoLTUuM2w1LjMtNS4zdjUuM3oiLz4KPC9zdmc+Cg==)
}

.fileuploader-popup-preview .tools li a[data-action=rotate-cw] i {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNiA3di00bC0xLjEgMS4xYy0xLjMtMi41LTMuOS00LjEtNi45LTQuMS00LjQgMC04IDMuNi04IDhzMy42IDggOCA4YzIuNCAwIDQuNi0xLjEgNi0yLjhsLTEuNS0xLjNjLTEuMSAxLjMtMi43IDIuMS00LjUgMi4xLTMuMyAwLTYtMi43LTYtNnMyLjctNiA2LTZjMi40IDAgNC41IDEuNSA1LjUgMy41bC0xLjUgMS41aDR6Ii8+Cjwvc3ZnPgo=)
}

.fileuploader-popup-preview .tools li a[data-action=remove] i {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yIDV2MWgxdjljMCAwIDEuMSAxIDQuNSAxczQuNS0xIDQuNS0xdi05aDF2LTFoLTExek02IDE0aC0xdi03aDF2N3pNOCAxNGgtMXYtN2gxdjd6TTEwIDE0aC0xdi03aDF2N3oiLz4KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEyIDNjMCAwIDAtMC41LTItMC44di0wLjdjMC0wLjgtMC43LTEuNS0xLjUtMS41aC0yYy0wLjggMC0xLjUgMC43LTEuNSAxLjV2MC43Yy0xLjYgMC4zLTIgMC44LTIgMC44aC0xdjFoMTF2LTFoLTF6TTYgMS41YzAtMC4zIDAuMi0wLjUgMC41LTAuNWgyYzAuMiAwIDAuNSAwLjIgMC41IDAuNXYwLjZjMC0wLjEtMC45LTAuMS0xLjUtMC4xcy0xLjEgMC0xLjUgMC4xdi0wLjZ6Ii8+Cjwvc3ZnPgo=)
}

.fileuploader-popup-preview .tools li.separator {
    position: relative;
    margin: 5px 40px 5px 0;
    height: 40px;
    border-right: 1px solid #36394e
}

.fileuploader-popup-preview .tools .buttons {
    text-align: center;
    margin-top: 30px;
    -webkit-animation: fileuploaderSlideIn .4s;
    animation: fileuploaderSlideIn .4s
}

.fileuploader-popup-button {
    display: inline-block;
    background: 0 0;
    color: #596671;
    font-weight: 700;
    border-radius: 4px;
    padding: 11px 20px;
    margin: 0 10px;
    cursor: pointer;
    outline: 0;
    border: 2px solid #596671;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.fileuploader-popup-button:hover {
    background: #e6ebf4;
    border-color: #e6ebf4;
    color: #90a0bc;
    text-decoration: none
}

.fileuploader-popup-button:active, .fileuploader-popup-button:focus {
    color: #90a0bc;
    background: #d1d9e8;
    border-color: #d1d9e8;
    text-decoration: none
}

.fileuploader-popup-button.button-success {
    color: #fff;
    background: #6381e6;
    border-color: #6381e6
}

.fileuploader-popup-button.button-success:hover {
    background: #758fe9;
    border-color: #758fe9;
    color: #fff;
    text-decoration: none
}

.fileuploader-popup-button.button-success:active, .fileuploader-popup-button.button-success:focus {
    color: #fff;
    background: #6381e6;
    border-color: #6381e6
}

.fileuploader-cropper, .fileuploader-cropper * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fileuploader-cropper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 20, 27, .65);
    z-index: 9
}

.fileuploader-cropper-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 2
}

.fileuploader-cropper-area.has-grid:after, .fileuploader-cropper-area.has-grid:before {
    content: '';
    position: absolute;
    border: 1px solid rgba(250, 250, 250, .8);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1
}

.fileuploader-cropper-area.has-grid:before {
    top: 0;
    left: 50%;
    height: 100%;
    width: 34%;
    border-top: 0;
    border-bottom: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.fileuploader-cropper-area.has-grid:after {
    top: 50%;
    left: 0;
    height: 34%;
    width: 100%;
    border-left: 0;
    border-right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fileuploader-cropper-area.has-grid.moving:after, .fileuploader-cropper-area.has-grid.moving:before {
    opacity: 1
}

.fileuploader-cropper-area .point {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #fafafa;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    border-radius: 50%;
    z-index: 3
}

.fileuploader-cropper-area .point-a {
    top: -6px;
    left: -6px;
    cursor: nw-resize
}

.fileuploader-cropper-area .point-b {
    top: -6px;
    left: 50%;
    margin-left: -6px;
    cursor: n-resize
}

.fileuploader-cropper-area .point-c {
    top: -6px;
    right: -6px;
    cursor: ne-resize
}

.fileuploader-cropper-area .point-d {
    top: 50%;
    right: -6px;
    margin-top: -6px;
    cursor: w-resize
}

.fileuploader-cropper-area .point-e {
    bottom: -6px;
    right: -6px;
    cursor: nw-resize
}

.fileuploader-cropper-area .point-f {
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
    cursor: s-resize
}

.fileuploader-cropper-area .point-g {
    bottom: -6px;
    left: -6px;
    cursor: sw-resize
}

.fileuploader-cropper-area .point-h {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    cursor: w-resize
}

.fileuploader-cropper-area .area-move {
    position: absolute;
    width: 95%;
    height: 95%;
    left: 50%;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    cursor: move
}

.fileuploader-cropper-area .area-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.fileuploader-cropper-area .area-image img {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.fileuploader-item.sorting {
    background: #f5f6fa;
    border-radius: 4px;
    opacity: .9;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    z-index: 799
}

.fileuploader-item.sorting, .fileuploader-item.sorting .fileuploader-item-icon, .fileuploader-item.sorting .fileuploader-item-image canvas, .fileuploader-item.sorting .fileuploader-item-image img, .fileuploader-sorter-placeholder {
    -webkit-animation: none;
    animation: none
}

.fileuploader-sorter-placeholder {
    background: rgba(0, 0, 0, .03);
    margin: 0;
    padding: 0
}

@-webkit-keyframes fileuploaderOpacity {
    0% {
        opacity: 1
    }

    100%, 50% {
        opacity: 0
    }
}

@keyframes fileuploaderOpacity {
    0% {
        opacity: 1
    }

    100%, 50% {
        opacity: 0
    }
}

@-webkit-keyframes fileuploaderFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fileuploaderFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fileuploaderScaleIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fileuploaderScaleIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fileuploaderSlideIn {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fileuploaderSlideIn {
    from {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fileuploaderSlideOut {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0
    }
}

@keyframes fileuploaderSlideOut {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0
    }
}

@-webkit-keyframes fileuploaderSlideInDown {
    from {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fileuploaderSlideInDown {
    from {
        -webkit-transform: translateY(-5%);
        transform: translateY(-5%);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes fileuploaderSpin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fileuploaderSpin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    src: url(font/summernote.eot?e557617934c52ea068954af79ed7c221);
    src: url(font/summernote.eot?#iefix) format("embedded-opentype"), url(font/summernote.woff?e557617934c52ea068954af79ed7c221) format("woff"), url(font/summernote.ttf?e557617934c52ea068954af79ed7c221) format("truetype")
}

[class*=" note-icon-"]:before, [class^=note-icon-]:before {
    display: inline-block;
    font: normal normal normal 14px summernote;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    speak: none;
    -moz-osx-font-smoothing: grayscale
}

.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit
}

.note-icon-align-center:before {
    content: "\f101"
}

.note-icon-align-indent:before {
    content: "\f102"
}

.note-icon-align-justify:before {
    content: "\f103"
}

.note-icon-align-left:before {
    content: "\f104"
}

.note-icon-align-outdent:before {
    content: "\f105"
}

.note-icon-align-right:before {
    content: "\f106"
}

.note-icon-align:before {
    content: "\f107"
}

.note-icon-arrow-circle-down:before {
    content: "\f108"
}

.note-icon-arrow-circle-left:before {
    content: "\f109"
}

.note-icon-arrow-circle-right:before {
    content: "\f10a"
}

.note-icon-arrow-circle-up:before {
    content: "\f10b"
}

.note-icon-arrows-alt:before {
    content: "\f10c"
}

.note-icon-arrows-h:before {
    content: "\f10d"
}

.note-icon-arrows-v:before {
    content: "\f10e"
}

.note-icon-bold:before {
    content: "\f10f"
}

.note-icon-caret:before {
    content: "\f110"
}

.note-icon-chain-broken:before {
    content: "\f111"
}

.note-icon-circle:before {
    content: "\f112"
}

.note-icon-close:before {
    content: "\f113"
}

.note-icon-code:before {
    content: "\f114"
}

.note-icon-col-after:before {
    content: "\f115"
}

.note-icon-col-before:before {
    content: "\f116"
}

.note-icon-col-remove:before {
    content: "\f117"
}

.note-icon-eraser:before {
    content: "\f118"
}

.note-icon-font:before {
    content: "\f119"
}

.note-icon-frame:before {
    content: "\f11a"
}

.note-icon-italic:before {
    content: "\f11b"
}

.note-icon-link:before {
    content: "\f11c"
}

.note-icon-magic:before {
    content: "\f11d"
}

.note-icon-menu-check:before {
    content: "\f11e"
}

.note-icon-minus:before {
    content: "\f11f"
}

.note-icon-orderedlist:before {
    content: "\f120"
}

.note-icon-pencil:before {
    content: "\f121"
}

.note-icon-picture:before {
    content: "\f122"
}

.note-icon-question:before {
    content: "\f123"
}

.note-icon-redo:before {
    content: "\f124"
}

.note-icon-row-above:before {
    content: "\f125"
}

.note-icon-row-below:before {
    content: "\f126"
}

.note-icon-row-remove:before {
    content: "\f127"
}

.note-icon-special-character:before {
    content: "\f128"
}

.note-icon-square:before {
    content: "\f129"
}

.note-icon-strikethrough:before {
    content: "\f12a"
}

.note-icon-subscript:before {
    content: "\f12b"
}

.note-icon-summernote:before {
    content: "\f12c"
}

.note-icon-superscript:before {
    content: "\f12d"
}

.note-icon-table:before {
    content: "\f12e"
}

.note-icon-text-height:before {
    content: "\f12f"
}

.note-icon-trash:before {
    content: "\f130"
}

.note-icon-underline:before {
    content: "\f131"
}

.note-icon-undo:before {
    content: "\f132"
}

.note-icon-unorderedlist:before {
    content: "\f133"
}

.note-icon-video:before {
    content: "\f134"
}

.summernote-ui * {
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

p {
    margin: 0 0 10px
}

kbd {
    padding: 3px 5px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.note-toolbar {
    padding: 10px 5px;
    border-bottom: 1px solid #e2e2e2
}

.note-btn-group {
    position: relative;
    display: inline-block;
    margin-right: 8px
}

.note-btn-group>.note-btn-group {
    margin-right: 0
}

.note-btn-group>.note-btn, .note-btn-group>.note-btn-group {
    margin-left: -4px;
    border-radius: 0
}

.note-btn-group>.note-btn-group.active, .note-btn-group>.note-btn-group.focus, .note-btn-group>.note-btn.active, .note-btn-group>.note-btn.focus {
    border-radius: 0
}

.note-btn-group>.note-btn-group:first-child, .note-btn-group>.note-btn:first-child {
    margin-left: 0;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px
}

.note-btn-group>.note-btn-group:first-child.active, .note-btn-group>.note-btn-group:first-child.focus, .note-btn-group>.note-btn:first-child.active, .note-btn-group>.note-btn:first-child.focus {
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px
}

.note-btn-group>.note-btn-group:last-child:not(.note-dropdown), .note-btn-group>.note-btn:last-child:not(.note-dropdown) {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px
}

.note-btn-group>.note-btn-group:last-child:not(.note-dropdown).active, .note-btn-group>.note-btn-group:last-child:not(.note-dropdown).focus, .note-btn-group>.note-btn:last-child:not(.note-dropdown).active, .note-btn-group>.note-btn:last-child:not(.note-dropdown).focus {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px
}

.note-btn-group.open>.note-dropdown {
    display: block
}

.note-btn {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #333;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-color: #fff;
    border-radius: 1px;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation
}

.note-btn.focus, .note-btn:focus {
    color: #333;
    background-color: #ebebeb;
    border-color: #fff
}

.note-btn:hover {
    color: #333;
    background-color: #ebebeb;
    border-color: #fff
}

.note-btn.disabled.focus, .note-btn.disabled:focus, .note-btn[disabled].focus, .note-btn[disabled]:focus, fieldset[disabled] .note-btn.focus, fieldset[disabled] .note-btn:focus {
    background-color: #fff;
    border-color: #fff
}

.note-btn.focus, .note-btn:focus, .note-btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #ebebeb;
    border: 1px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    outline: 0
}

.note-btn.active, .note-btn:active {
    background-image: none;
    outline: 0
}

.note-btn.disabled, .note-btn[disabled], fieldset[disabled] .note-btn {
    cursor: not-allowed;
    -webkit-opacity: .65;
    -khtml-opacity: .65;
    -moz-opacity: .65;
    opacity: .65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.note-btn-primary {
    color: #fff;
    background: #fa6362
}

.note-btn-primary.focus, .note-btn-primary:focus, .note-btn-primary:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fa6362;
    border: 1px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.note-btn-large {
    padding: 8px 34px;
    font-size: 16px
}

.note-btn-block {
    display: block;
    width: 100%
}

.note-btn-block+.note-btn-block {
    margin-top: 5px
}

input[type=button].note-btn-block, input[type=reset].note-btn-block, input[type=submit].note-btn-block {
    width: 100%
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    opacity: .2
}

.note-dropdown {
    position: relative
}

.note-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 5px;
    text-align: left;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .06);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .06);
    background-clip: padding-box
}

.note-btn-group.open .note-dropdown-menu {
    display: block
}

.note-dropdown-item {
    display: block
}

.note-dropdown-item:hover {
    background-color: #ebebeb
}

a.note-dropdown-item {
    color: #000;
    text-decoration: none
}

.note-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.note-modal.open {
    display: block
}

.note-modal-content {
    position: relative;
    width: auto;
    margin: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    background-clip: border-box
}

.note-modal-header {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border: 1px solid #ededef
}

.note-modal-header .close {
    margin-top: -10px
}

.note-modal-body {
    position: relative;
    padding: 20px 30px
}

.note-modal-footer {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center
}

.note-modal-title {
    margin: 0;
    font-size: 26px;
    line-height: 1.4;
    color: #42515f;
    text-align: center
}

.note-modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    background: #000;
    -webkit-opacity: .5;
    -khtml-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.note-modal-backdrop.open {
    display: block
}

@media(min-width:768px) {
    .note-modal-content {
        width: 600px;
        margin: 30px auto
    }
}

@media(min-width:992px) {
    .note-modal-content-large {
        width: 900px
    }
}

.note-form-group {
    padding-bottom: 20px
}

.note-form-group:last-child {
    padding-bottom: 0
}

.note-form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #42515f
}

.note-input {
    display: block;
    width: 100%;
    padding: 6px 4px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ededef;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.note-input::-webkit-input-placeholder {
    color: #eee
}

.note-input:-moz-placeholder {
    color: #eee
}

.note-input::-moz-placeholder {
    color: #eee
}

.note-input:-ms-input-placeholder {
    color: #eee
}

.note-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 13px;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.note-tooltip.in {
    -webkit-opacity: .9;
    -khtml-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

.note-tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.note-tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.note-tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.note-tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.note-tooltip.bottom .note-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #47c8f7;
    border-width: 0 5px 5px
}

.note-tooltip.top .note-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #47c8f7;
    border-width: 5px 5px 0
}

.note-tooltip.right .note-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #47c8f7;
    border-width: 5px 5px 5px 0
}

.note-tooltip.left .note-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #47c8f7;
    border-width: 5px 0 5px 5px
}

.note-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.note-tooltip-content {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #47c8f7
}

.note-popover {
    position: absolute;
    z-index: 1060;
    display: block;
    display: none;
    font-size: 13px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border: 1px solid #ccc
}

.note-popover.in {
    display: block
}

.note-popover.top {
    padding: 5 0;
    margin-top: -3px
}

.note-popover.right {
    padding: 0 5;
    margin-left: 3px
}

.note-popover.bottom {
    padding: 5 0;
    margin-top: 3px
}

.note-popover.left {
    padding: 0 5;
    margin-left: -3px
}

.note-popover.bottom .note-popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -10px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0
}

.note-popover.bottom .note-popover-arrow::after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " "
}

.note-popover.top .note-popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.note-popover.top .note-popover-arrow::after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " "
}

.note-popover.right .note-popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -10px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.note-popover.right .note-popover-arrow::after {
    left: 1px;
    margin-top: -10px;
    border-right-color: #fff;
    border-left-width: 0;
    content: " "
}

.note-popover.left .note-popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -10px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
    border-right-width: 0
}

.note-popover.left .note-popover-arrow::after {
    right: 1px;
    margin-top: -10px;
    border-left-color: #fff;
    border-right-width: 0;
    content: " "
}

.note-popover-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px
}

.note-popover-arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    content: " "
}

.note-popover-content {
    min-width: 100px;
    min-height: 30px;
    padding: 3px 8px;
    color: #000;
    text-align: center;
    background-color: #fff
}

.note-editor {
    position: relative
}

.note-editor .note-dropzone {
    position: absolute;
    z-index: 100;
    display: none;
    color: #87cefa;
    background-color: #fff;
    opacity: .95;
    pointer-event: none
}

.note-editor .note-dropzone .note-dropzone-message {
    display: table-cell;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle
}

.note-editor .note-dropzone.hover {
    color: #098ddf
}

.note-editor.dragover .note-dropzone {
    display: table
}

.note-editor .note-editing-area {
    position: relative
}

.note-editor .note-editing-area p {
    margin: 0 0 10px
}

.note-editor .note-editing-area .note-editable {
    outline: 0
}

.note-editor .note-editing-area .note-editable table {
    width: 100%;
    border-collapse: collapse
}

.note-editor .note-editing-area .note-editable table td, .note-editor .note-editing-area .note-editable table th {
    padding: 5px 3px;
    border: 1px solid #ececec
}

.note-editor .note-editing-area .note-editable sup {
    vertical-align: super
}

.note-editor .note-editing-area .note-editable sub {
    vertical-align: sub
}

.note-editor.note-frame {
    border: 1px solid #a9a9a9
}

.note-editor.note-frame.codeview .note-editing-area .note-editable {
    display: none
}

.note-editor.note-frame.codeview .note-editing-area .note-codable {
    display: block
}

.note-editor.note-frame .note-editing-area {
    overflow: hidden
}

.note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    color: #000;
    word-wrap: break-word;
    background-color: #fff
}

.note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
    background-color: #e5e5e5
}

.note-editor.note-frame .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none
}

.note-editor.note-frame.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100% !important
}

.note-editor.note-frame.fullscreen .note-editable {
    background-color: #fff
}

.note-editor.note-frame.fullscreen .note-resizebar {
    display: none
}

.note-editor.note-frame .note-statusbar {
    background-color: #f5f5f5;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.note-editor.note-frame .note-statusbar .note-resizebar {
    width: 100%;
    height: 8px;
    padding-top: 1px;
    cursor: ns-resize
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
    width: 20px;
    margin: 1px auto;
    border-top: 1px solid #a9a9a9
}

.note-editor.note-frame .note-placeholder {
    padding: 10px
}

.note-popover {
    max-width: none
}

.note-popover .note-popover-content a {
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.note-popover .note-popover-arrow {
    left: 20px !important
}

.note-popover .note-popover-content, .note-toolbar {
    padding: 0 0 5px 5px;
    margin: 0;
    background-color: #fff
}

.note-popover .note-popover-content>.note-btn-group, .note-toolbar>.note-btn-group {
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 0
}

.note-popover .note-popover-content .note-btn-group .note-table, .note-toolbar .note-btn-group .note-table {
    min-width: 0;
    padding: 5px
}

.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker, .note-toolbar .note-btn-group .note-table .note-dimension-picker {
    font-size: 18px
}

.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
    position: absolute !important;
    z-index: 3;
    width: 10em;
    height: 10em;
    cursor: pointer
}

.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
    position: relative !important;
    z-index: 1;
    width: 5em;
    height: 5em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat
}

.note-popover .note-popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
    position: absolute !important;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat
}

.note-popover .note-popover-content .note-style blockquote, .note-popover .note-popover-content .note-style h1, .note-popover .note-popover-content .note-style h2, .note-popover .note-popover-content .note-style h3, .note-popover .note-popover-content .note-style h4, .note-popover .note-popover-content .note-style h5, .note-popover .note-popover-content .note-style h6, .note-toolbar .note-style blockquote, .note-toolbar .note-style h1, .note-toolbar .note-style h2, .note-toolbar .note-style h3, .note-toolbar .note-style h4, .note-toolbar .note-style h5, .note-toolbar .note-style h6 {
    margin: 0
}

.note-popover .note-popover-content .note-color .dropdown-toggle, .note-toolbar .note-color .dropdown-toggle {
    width: 20px;
    padding-left: 5px
}

.note-popover .note-popover-content .note-color .note-dropdown-menu, .note-toolbar .note-color .note-dropdown-menu {
    min-width: 346px
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette, .note-toolbar .note-color .note-dropdown-menu .note-palette {
    display: inline-block;
    width: 160px;
    margin: 0
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette:first-child, .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
    margin: 0 5px;
    margin-right: 15px
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
    margin: 2px 7px;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #eee
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset {
    width: 100%;
    padding: 2px 3px;
    margin: 3px;
    cursor: pointer;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-row, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
    height: 20px
}

.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover {
    background: #eee
}

.note-popover .note-popover-content .note-para .note-dropdown-menu, .note-toolbar .note-para .note-dropdown-menu {
    min-width: 216px;
    padding: 5px
}

.note-popover .note-popover-content .note-para .note-dropdown-menu>div:first-child, .note-toolbar .note-para .note-dropdown-menu>div:first-child {
    margin-right: 5px
}

.note-popover .note-popover-content .note-btn-fontname .note-dropdown-menu, .note-toolbar .note-btn-fontname .note-dropdown-menu {
    min-width: 200px
}

.note-popover .note-popover-content .note-dropdown-menu, .note-toolbar .note-dropdown-menu {
    min-width: 160px
}

.note-popover .note-popover-content .note-dropdown-menu.right, .note-toolbar .note-dropdown-menu.right {
    right: 0;
    left: auto
}

.note-popover .note-popover-content .note-dropdown-menu.right::before, .note-toolbar .note-dropdown-menu.right::before {
    right: 9px;
    left: auto !important
}

.note-popover .note-popover-content .note-dropdown-menu.right::after, .note-toolbar .note-dropdown-menu.right::after {
    right: 10px;
    left: auto !important
}

.note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item i, .note-toolbar .note-dropdown-menu.note-check .note-dropdown-item i {
    color: #00bfff;
    visibility: hidden
}

.note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item.checked i, .note-toolbar .note-dropdown-menu.note-check .note-dropdown-item.checked i {
    visibility: visible
}

.note-popover .note-popover-content .note-dropdown-menu .note-dropdown-item>*, .note-toolbar .note-dropdown-menu .note-dropdown-item>* {
    margin: 0
}

.note-popover .note-popover-content .note-fontsize-10, .note-toolbar .note-fontsize-10 {
    font-size: 10px
}

.note-popover .note-popover-content .note-color-palette, .note-toolbar .note-color-palette {
    line-height: 1
}

.note-popover .note-popover-content .note-color-palette div .note-color-btn, .note-toolbar .note-color-palette div .note-color-btn {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff
}

.note-popover .note-popover-content .note-color-palette div .note-color-btn:hover, .note-toolbar .note-color-palette div .note-color-btn:hover {
    border: 1px solid #000
}

.note-modal .note-modal-body label {
    display: inline-block;
    padding: 2px 5px;
    margin-bottom: 2px
}

.note-modal .note-modal-body .help-list-item:hover {
    background-color: #e0e0e0
}

@-moz-document url-prefix() {
    .note-image-input {
        height: auto
    }
}

.note-placeholder {
    position: absolute;
    display: none;
    color: gray
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000
}

.note-handle .note-control-selection>div {
    position: absolute
}

.note-handle .note-control-selection .note-control-selection-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-opacity: .3;
    -khtml-opacity: .3;
    -moz-opacity: .3;
    opacity: .3
}

.note-handle .note-control-selection .note-control-handle {
    width: 7px;
    height: 7px;
    border: 1px solid #000
}

.note-handle .note-control-selection .note-control-holder {
    width: 7px;
    height: 7px;
    border: 1px solid #000
}

.note-handle .note-control-selection .note-control-sizing {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 1px solid #000
}

.note-handle .note-control-selection .note-control-nw {
    top: -5px;
    left: -5px;
    border-right: 0;
    border-bottom: 0
}

.note-handle .note-control-selection .note-control-ne {
    top: -5px;
    right: -5px;
    border-bottom: 0;
    border-left: none
}

.note-handle .note-control-selection .note-control-sw {
    bottom: -5px;
    left: -5px;
    border-top: 0;
    border-right: 0
}

.note-handle .note-control-selection .note-control-se {
    right: -5px;
    bottom: -5px;
    cursor: se-resize
}

.note-handle .note-control-selection .note-control-se.note-control-holder {
    cursor: default;
    border-top: 0;
    border-left: none
}

.note-handle .note-control-selection .note-control-selection-info {
    right: 0;
    bottom: 0;
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-opacity: .7;
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7
}

.note-hint-popover {
    min-width: 100px;
    padding: 2px
}

.note-hint-popover .note-popover-content {
    max-height: 150px;
    padding: 3px;
    overflow: auto
}

.note-hint-popover .note-popover-content .note-hint-group .note-hint-item {
    display: block !important;
    padding: 3px
}

.note-hint-popover .note-popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .note-popover-content .note-hint-group .note-hint-item:hover {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    background-color: #428bca;
    outline: 0
}

.help-list-item label {
    display: inline-block;
    margin-bottom: 5px
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus, .ui-controlgroup>.ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .003;
    filter: Alpha(Opacity=.3)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

/*! bulma.io v0.7.2 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spinAround {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.breadcrumb, .button, .delete, .file, .is-unselectable, .modal-close, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .tabs {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: .625em;
    margin-top: -.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: .625em
}

.block:not(:last-child), .box:not(:last-child), .breadcrumb:not(:last-child), .content:not(:last-child), .highlight:not(:last-child), .level:not(:last-child), .list:not(:last-child), .message:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .tabs:not(:last-child), .title:not(:last-child) {
    margin-bottom: 1.5rem
}

.delete, .modal-close {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: rgba(10, 10, 10, .2);
    border: none;
    border-radius: 290486px;
    cursor: pointer;
    pointer-events: auto;
    display: inline-block;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 0;
    height: 20px;
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    outline: 0;
    position: relative;
    vertical-align: top;
    width: 20px
}

.delete::after, .delete::before, .modal-close::after, .modal-close::before {
    background-color: #fff;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.delete::before, .modal-close::before {
    height: 2px;
    width: 50%
}

.delete::after, .modal-close::after {
    height: 50%;
    width: 2px
}

.delete:focus, .delete:hover, .modal-close:focus, .modal-close:hover {
    background-color: rgba(10, 10, 10, .3)
}

.delete:active, .modal-close:active {
    background-color: rgba(10, 10, 10, .4)
}

.is-small.delete, .is-small.modal-close {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px
}

.is-medium.delete, .is-medium.modal-close {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px
}

.is-large.delete, .is-large.modal-close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px
}

.button.is-loading::after, .control.is-loading::after, .loader, .select.is-loading::after {
    -webkit-animation: spinAround .5s infinite linear;
    animation: spinAround .5s infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.hero-video, .image.is-16by9 img, .image.is-1by1 img, .image.is-1by2 img, .image.is-1by3 img, .image.is-2by1 img, .image.is-2by3 img, .image.is-3by1 img, .image.is-3by2 img, .image.is-3by4 img, .image.is-3by5 img, .image.is-4by3 img, .image.is-4by5 img, .image.is-5by3 img, .image.is-5by4 img, .image.is-9by16 img, .image.is-square img, .is-overlay, .modal, .modal-background {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.button, .file-cta, .file-name, .input, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .select select, .textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.375em - 1px);
    padding-left: calc(.625em - 1px);
    padding-right: calc(.625em - 1px);
    padding-top: calc(.375em - 1px);
    position: relative;
    vertical-align: top
}

.button:active, .button:focus, .file-cta:active, .file-cta:focus, .file-name:active, .file-name:focus, .input:active, .input:focus, .is-active.button, .is-active.file-cta, .is-active.file-name, .is-active.input, .is-active.pagination-ellipsis, .is-active.pagination-link, .is-active.pagination-next, .is-active.pagination-previous, .is-active.textarea, .is-focused.button, .is-focused.file-cta, .is-focused.file-name, .is-focused.input, .is-focused.pagination-ellipsis, .is-focused.pagination-link, .is-focused.pagination-next, .is-focused.pagination-previous, .is-focused.textarea, .pagination-ellipsis:active, .pagination-ellipsis:focus, .pagination-link:active, .pagination-link:focus, .pagination-next:active, .pagination-next:focus, .pagination-previous:active, .pagination-previous:focus, .select select.is-active, .select select.is-focused, .select select:active, .select select:focus, .textarea:active, .textarea:focus {
    outline: 0
}

.select select[disabled], [disabled].button, [disabled].file-cta, [disabled].file-name, [disabled].input, [disabled].pagination-ellipsis, [disabled].pagination-link, [disabled].pagination-next, [disabled].pagination-previous, [disabled].textarea {
    cursor: not-allowed
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

button, input, select, textarea {
    margin: 0
}

html {
    box-sizing: border-box
}

*, ::after, ::before {
    box-sizing: inherit
}

audio, img, video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0;
    text-align: left
}

html {
    background-color: #fff;
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

article, aside, figure, footer, header, hgroup, section {
    display: block
}

body, button, input, select, textarea {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
}

code, pre {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
    font-family: monospace
}

body {
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

a {
    color: #3273dc;
    cursor: pointer;
    text-decoration: none
}

a strong {
    color: currentColor
}

a:hover {
    color: #363636
}

code {
    background-color: #f5f5f5;
    color: #ff3860;
    font-size: .875em;
    font-weight: 400;
    padding: .25em .5em .25em
}

hr {
    background-color: #f5f5f5;
    border: none;
    display: block;
    height: 2px;
    margin: 1.5rem 0
}

img {
    height: auto;
    max-width: 100%
}

input[type=checkbox], input[type=radio] {
    vertical-align: baseline
}

small {
    font-size: .875em
}

span {
    font-style: inherit;
    font-weight: inherit
}

strong {
    color: #363636;
    font-weight: 700
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: .875em;
    overflow-x: auto;
    padding: 1.25rem 1.5rem;
    white-space: pre;
    word-wrap: normal
}

pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0
}

table td, table th {
    text-align: left;
    vertical-align: top
}

table th {
    color: #363636
}

.is-clearfix::after {
    clear: both;
    content: " ";
    display: table
}

.is-pulled-left {
    float: left !important
}

.is-pulled-right {
    float: right !important
}

.is-clipped {
    overflow: hidden !important
}

.is-size-1 {
    font-size: 3rem !important
}

.is-size-2 {
    font-size: 2.5rem !important
}

.is-size-3 {
    font-size: 2rem !important
}

.is-size-4 {
    font-size: 1.5rem !important
}

.is-size-5 {
    font-size: 1.25rem !important
}

.is-size-6 {
    font-size: 1rem !important
}

.is-size-7 {
    font-size: .75rem !important
}

@media screen and (max-width:768px) {
    .is-size-1-mobile {
        font-size: 3rem !important
    }

    .is-size-2-mobile {
        font-size: 2.5rem !important
    }

    .is-size-3-mobile {
        font-size: 2rem !important
    }

    .is-size-4-mobile {
        font-size: 1.5rem !important
    }

    .is-size-5-mobile {
        font-size: 1.25rem !important
    }

    .is-size-6-mobile {
        font-size: 1rem !important
    }

    .is-size-7-mobile {
        font-size: .75rem !important
    }
}

@media screen and (min-width:769px), print {
    .is-size-1-tablet {
        font-size: 3rem !important
    }

    .is-size-2-tablet {
        font-size: 2.5rem !important
    }

    .is-size-3-tablet {
        font-size: 2rem !important
    }

    .is-size-4-tablet {
        font-size: 1.5rem !important
    }

    .is-size-5-tablet {
        font-size: 1.25rem !important
    }

    .is-size-6-tablet {
        font-size: 1rem !important
    }

    .is-size-7-tablet {
        font-size: .75rem !important
    }
}

@media screen and (max-width:1087px) {
    .is-size-1-touch {
        font-size: 3rem !important
    }

    .is-size-2-touch {
        font-size: 2.5rem !important
    }

    .is-size-3-touch {
        font-size: 2rem !important
    }

    .is-size-4-touch {
        font-size: 1.5rem !important
    }

    .is-size-5-touch {
        font-size: 1.25rem !important
    }

    .is-size-6-touch {
        font-size: 1rem !important
    }

    .is-size-7-touch {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1088px) {
    .is-size-1-desktop {
        font-size: 3rem !important
    }

    .is-size-2-desktop {
        font-size: 2.5rem !important
    }

    .is-size-3-desktop {
        font-size: 2rem !important
    }

    .is-size-4-desktop {
        font-size: 1.5rem !important
    }

    .is-size-5-desktop {
        font-size: 1.25rem !important
    }

    .is-size-6-desktop {
        font-size: 1rem !important
    }

    .is-size-7-desktop {
        font-size: .75rem !important
    }
}

@media screen and (min-width:1280px) {
    .is-size-1-widescreen {
        font-size: 3rem !important
    }

    .is-size-2-widescreen {
        font-size: 2.5rem !important
    }

    .is-size-3-widescreen {
        font-size: 2rem !important
    }

    .is-size-4-widescreen {
        font-size: 1.5rem !important
    }

    .is-size-5-widescreen {
        font-size: 1.25rem !important
    }

    .is-size-6-widescreen {
        font-size: 1rem !important
    }

    .is-size-7-widescreen {
        font-size: .75rem !important
    }
}

.has-text-centered {
    text-align: center !important
}

.has-text-justified {
    text-align: justify !important
}

.has-text-left {
    text-align: left !important
}

.has-text-right {
    text-align: right !important
}

@media screen and (max-width:768px) {
    .has-text-centered-mobile {
        text-align: center !important
    }
}

@media screen and (min-width:769px), print {
    .has-text-centered-tablet {
        text-align: center !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .has-text-centered-tablet-only {
        text-align: center !important
    }
}

@media screen and (max-width:1087px) {
    .has-text-centered-touch {
        text-align: center !important
    }
}

@media screen and (min-width:1088px) {
    .has-text-centered-desktop {
        text-align: center !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .has-text-centered-desktop-only {
        text-align: center !important
    }
}

@media screen and (min-width:1280px) {
    .has-text-centered-widescreen {
        text-align: center !important
    }
}

@media screen and (max-width:768px) {
    .has-text-justified-mobile {
        text-align: justify !important
    }
}

@media screen and (min-width:769px), print {
    .has-text-justified-tablet {
        text-align: justify !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .has-text-justified-tablet-only {
        text-align: justify !important
    }
}

@media screen and (max-width:1087px) {
    .has-text-justified-touch {
        text-align: justify !important
    }
}

@media screen and (min-width:1088px) {
    .has-text-justified-desktop {
        text-align: justify !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .has-text-justified-desktop-only {
        text-align: justify !important
    }
}

@media screen and (min-width:1280px) {
    .has-text-justified-widescreen {
        text-align: justify !important
    }
}

@media screen and (max-width:768px) {
    .has-text-left-mobile {
        text-align: left !important
    }
}

@media screen and (min-width:769px), print {
    .has-text-left-tablet {
        text-align: left !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .has-text-left-tablet-only {
        text-align: left !important
    }
}

@media screen and (max-width:1087px) {
    .has-text-left-touch {
        text-align: left !important
    }
}

@media screen and (min-width:1088px) {
    .has-text-left-desktop {
        text-align: left !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .has-text-left-desktop-only {
        text-align: left !important
    }
}

@media screen and (min-width:1280px) {
    .has-text-left-widescreen {
        text-align: left !important
    }
}

@media screen and (max-width:768px) {
    .has-text-right-mobile {
        text-align: right !important
    }
}

@media screen and (min-width:769px), print {
    .has-text-right-tablet {
        text-align: right !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .has-text-right-tablet-only {
        text-align: right !important
    }
}

@media screen and (max-width:1087px) {
    .has-text-right-touch {
        text-align: right !important
    }
}

@media screen and (min-width:1088px) {
    .has-text-right-desktop {
        text-align: right !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .has-text-right-desktop-only {
        text-align: right !important
    }
}

@media screen and (min-width:1280px) {
    .has-text-right-widescreen {
        text-align: right !important
    }
}

.is-capitalized {
    text-transform: capitalize !important
}

.is-lowercase {
    text-transform: lowercase !important
}

.is-uppercase {
    text-transform: uppercase !important
}

.is-italic {
    font-style: italic !important
}

.has-text-white {
    color: #fff !important
}

a.has-text-white:focus, a.has-text-white:hover {
    color: #e6e6e6 !important
}

.has-background-white {
    background-color: #fff !important
}

.has-text-black {
    color: #0a0a0a !important
}

a.has-text-black:focus, a.has-text-black:hover {
    color: #000 !important
}

.has-background-black {
    background-color: #0a0a0a !important
}

.has-text-light {
    color: #f5f5f5 !important
}

a.has-text-light:focus, a.has-text-light:hover {
    color: #dbdbdb !important
}

.has-background-light {
    background-color: #f5f5f5 !important
}

.has-text-dark {
    color: #363636 !important
}

a.has-text-dark:focus, a.has-text-dark:hover {
    color: #1c1c1c !important
}

.has-background-dark {
    background-color: #363636 !important
}

.has-text-primary {
    color: #00d1b2 !important
}

a.has-text-primary:focus, a.has-text-primary:hover {
    color: #009e86 !important
}

.has-background-primary {
    background-color: #00d1b2 !important
}

.has-text-link {
    color: #3273dc !important
}

a.has-text-link:focus, a.has-text-link:hover {
    color: #205bbc !important
}

.has-background-link {
    background-color: #3273dc !important
}

.has-text-info {
    color: #209cee !important
}

a.has-text-info:focus, a.has-text-info:hover {
    color: #0f81cc !important
}

.has-background-info {
    background-color: #209cee !important
}

.has-text-success {
    color: #23d160 !important
}

a.has-text-success:focus, a.has-text-success:hover {
    color: #1ca64c !important
}

.has-background-success {
    background-color: #23d160 !important
}

.has-text-warning {
    color: #ffdd57 !important
}

a.has-text-warning:focus, a.has-text-warning:hover {
    color: #ffd324 !important
}

.has-background-warning {
    background-color: #ffdd57 !important
}

.has-text-danger {
    color: #ff3860 !important
}

a.has-text-danger:focus, a.has-text-danger:hover {
    color: #ff0537 !important
}

.has-background-danger {
    background-color: #ff3860 !important
}

.has-text-black-bis {
    color: #121212 !important
}

.has-background-black-bis {
    background-color: #121212 !important
}

.has-text-black-ter {
    color: #242424 !important
}

.has-background-black-ter {
    background-color: #242424 !important
}

.has-text-grey-darker {
    color: #363636 !important
}

.has-background-grey-darker {
    background-color: #363636 !important
}

.has-text-grey-dark {
    color: #4a4a4a !important
}

.has-background-grey-dark {
    background-color: #4a4a4a !important
}

.has-text-grey {
    color: #7a7a7a !important
}

.has-background-grey {
    background-color: #7a7a7a !important
}

.has-text-grey-light {
    color: #b5b5b5 !important
}

.has-background-grey-light {
    background-color: #b5b5b5 !important
}

.has-text-grey-lighter {
    color: #dbdbdb !important
}

.has-background-grey-lighter {
    background-color: #dbdbdb !important
}

.has-text-white-ter {
    color: #f5f5f5 !important
}

.has-background-white-ter {
    background-color: #f5f5f5 !important
}

.has-text-white-bis {
    color: #fafafa !important
}

.has-background-white-bis {
    background-color: #fafafa !important
}

.has-text-weight-light {
    font-weight: 300 !important
}

.has-text-weight-normal {
    font-weight: 400 !important
}

.has-text-weight-semibold {
    font-weight: 600 !important
}

.has-text-weight-bold {
    font-weight: 700 !important
}

.is-block {
    display: block !important
}

@media screen and (max-width:768px) {
    .is-block-mobile {
        display: block !important
    }
}

@media screen and (min-width:769px), print {
    .is-block-tablet {
        display: block !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-block-tablet-only {
        display: block !important
    }
}

@media screen and (max-width:1087px) {
    .is-block-touch {
        display: block !important
    }
}

@media screen and (min-width:1088px) {
    .is-block-desktop {
        display: block !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-block-desktop-only {
        display: block !important
    }
}

@media screen and (min-width:1280px) {
    .is-block-widescreen {
        display: block !important
    }
}

.is-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

@media screen and (max-width:768px) {
    .is-flex-mobile {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:769px), print {
    .is-flex-tablet {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-flex-tablet-only {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (max-width:1087px) {
    .is-flex-touch {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1088px) {
    .is-flex-desktop {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-flex-desktop-only {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media screen and (min-width:1280px) {
    .is-flex-widescreen {
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.is-inline {
    display: inline !important
}

@media screen and (max-width:768px) {
    .is-inline-mobile {
        display: inline !important
    }
}

@media screen and (min-width:769px), print {
    .is-inline-tablet {
        display: inline !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-inline-tablet-only {
        display: inline !important
    }
}

@media screen and (max-width:1087px) {
    .is-inline-touch {
        display: inline !important
    }
}

@media screen and (min-width:1088px) {
    .is-inline-desktop {
        display: inline !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-inline-desktop-only {
        display: inline !important
    }
}

@media screen and (min-width:1280px) {
    .is-inline-widescreen {
        display: inline !important
    }
}

.is-inline-block {
    display: inline-block !important
}

@media screen and (max-width:768px) {
    .is-inline-block-mobile {
        display: inline-block !important
    }
}

@media screen and (min-width:769px), print {
    .is-inline-block-tablet {
        display: inline-block !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-inline-block-tablet-only {
        display: inline-block !important
    }
}

@media screen and (max-width:1087px) {
    .is-inline-block-touch {
        display: inline-block !important
    }
}

@media screen and (min-width:1088px) {
    .is-inline-block-desktop {
        display: inline-block !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-inline-block-desktop-only {
        display: inline-block !important
    }
}

@media screen and (min-width:1280px) {
    .is-inline-block-widescreen {
        display: inline-block !important
    }
}

.is-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media screen and (max-width:768px) {
    .is-inline-flex-mobile {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:769px), print {
    .is-inline-flex-tablet {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-inline-flex-tablet-only {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (max-width:1087px) {
    .is-inline-flex-touch {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1088px) {
    .is-inline-flex-desktop {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-inline-flex-desktop-only {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media screen and (min-width:1280px) {
    .is-inline-flex-widescreen {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.is-hidden {
    display: none !important
}

.is-sr-only {
    border: none !important;
    clip: rect(0, 0, 0, 0) !important;
    height: .01em !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: .01em !important
}

@media screen and (max-width:768px) {
    .is-hidden-mobile {
        display: none !important
    }
}

@media screen and (min-width:769px), print {
    .is-hidden-tablet {
        display: none !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-hidden-tablet-only {
        display: none !important
    }
}

@media screen and (max-width:1087px) {
    .is-hidden-touch {
        display: none !important
    }
}

@media screen and (min-width:1088px) {
    .is-hidden-desktop {
        display: none !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-hidden-desktop-only {
        display: none !important
    }
}

@media screen and (min-width:1280px) {
    .is-hidden-widescreen {
        display: none !important
    }
}

.is-invisible {
    visibility: hidden !important
}

@media screen and (max-width:768px) {
    .is-invisible-mobile {
        visibility: hidden !important
    }
}

@media screen and (min-width:769px), print {
    .is-invisible-tablet {
        visibility: hidden !important
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .is-invisible-tablet-only {
        visibility: hidden !important
    }
}

@media screen and (max-width:1087px) {
    .is-invisible-touch {
        visibility: hidden !important
    }
}

@media screen and (min-width:1088px) {
    .is-invisible-desktop {
        visibility: hidden !important
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .is-invisible-desktop-only {
        visibility: hidden !important
    }
}

@media screen and (min-width:1280px) {
    .is-invisible-widescreen {
        visibility: hidden !important
    }
}

.is-marginless {
    margin: 0 !important
}

.is-paddingless {
    padding: 0 !important
}

.is-radiusless {
    border-radius: 0 !important
}

.is-shadowless {
    box-shadow: none !important
}

.box {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem
}

a.box:focus, a.box:hover {
    box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px #3273dc
}

a.box:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2), 0 0 0 1px #3273dc
}

.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(.375em - 1px);
    padding-left: .75em;
    padding-right: .75em;
    padding-top: calc(.375em - 1px);
    text-align: center;
    white-space: nowrap
}

.button strong {
    color: inherit
}

.button .icon, .button .icon.is-large, .button .icon.is-medium, .button .icon.is-small {
    height: 1.5em;
    width: 1.5em
}

.button .icon:first-child:not(:last-child) {
    margin-left: calc(-.375em - 1px);
    margin-right: .1875em
}

.button .icon:last-child:not(:first-child) {
    margin-left: .1875em;
    margin-right: calc(-.375em - 1px)
}

.button .icon:first-child:last-child {
    margin-left: calc(-.375em - 1px);
    margin-right: calc(-.375em - 1px)
}

.button.is-hovered, .button:hover {
    border-color: #b5b5b5;
    color: #363636
}

.button.is-focused, .button:focus {
    border-color: #3273dc;
    color: #363636
}

.button.is-focused:not(:active), .button:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.button.is-active, .button:active {
    border-color: #4a4a4a;
    color: #363636
}

.button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #4a4a4a;
    text-decoration: underline
}

.button.is-text.is-focused, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text:hover {
    background-color: #f5f5f5;
    color: #363636
}

.button.is-text.is-active, .button.is-text:active {
    background-color: #e8e8e8;
    color: #363636
}

.button.is-text[disabled] {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

.button.is-white {
    background-color: #fff;
    border-color: transparent;
    color: #0a0a0a
}

.button.is-white.is-hovered, .button.is-white:hover {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a
}

.button.is-white.is-focused, .button.is-white:focus {
    border-color: transparent;
    color: #0a0a0a
}

.button.is-white.is-focused:not(:active), .button.is-white:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.button.is-white.is-active, .button.is-white:active {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a
}

.button.is-white[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none
}

.button.is-white.is-inverted {
    background-color: #0a0a0a;
    color: #fff
}

.button.is-white.is-inverted:hover {
    background-color: #000
}

.button.is-white.is-inverted[disabled] {
    background-color: #0a0a0a;
    border-color: transparent;
    box-shadow: none;
    color: #fff
}

.button.is-white.is-loading::after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important
}

.button.is-white.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-white.is-outlined:focus, .button.is-white.is-outlined:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a
}

.button.is-white.is-outlined.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-white.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-white.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    color: #0a0a0a
}

.button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined:hover {
    background-color: #0a0a0a;
    color: #fff
}

.button.is-white.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #0a0a0a;
    box-shadow: none;
    color: #0a0a0a
}

.button.is-black {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff
}

.button.is-black.is-hovered, .button.is-black:hover {
    background-color: #040404;
    border-color: transparent;
    color: #fff
}

.button.is-black.is-focused, .button.is-black:focus {
    border-color: transparent;
    color: #fff
}

.button.is-black.is-focused:not(:active), .button.is-black:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.button.is-black.is-active, .button.is-black:active {
    background-color: #000;
    border-color: transparent;
    color: #fff
}

.button.is-black[disabled] {
    background-color: #0a0a0a;
    border-color: transparent;
    box-shadow: none
}

.button.is-black.is-inverted {
    background-color: #fff;
    color: #0a0a0a
}

.button.is-black.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-black.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #0a0a0a
}

.button.is-black.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-black.is-outlined {
    background-color: transparent;
    border-color: #0a0a0a;
    color: #0a0a0a
}

.button.is-black.is-outlined:focus, .button.is-black.is-outlined:hover {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff
}

.button.is-black.is-outlined.is-loading::after {
    border-color: transparent transparent #0a0a0a #0a0a0a !important
}

.button.is-black.is-outlined[disabled] {
    background-color: transparent;
    border-color: #0a0a0a;
    box-shadow: none;
    color: #0a0a0a
}

.button.is-black.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #0a0a0a
}

.button.is-black.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-light {
    background-color: #f5f5f5;
    border-color: transparent;
    color: #363636
}

.button.is-light.is-hovered, .button.is-light:hover {
    background-color: #eee;
    border-color: transparent;
    color: #363636
}

.button.is-light.is-focused, .button.is-light:focus {
    border-color: transparent;
    color: #363636
}

.button.is-light.is-focused:not(:active), .button.is-light:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}

.button.is-light.is-active, .button.is-light:active {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #363636
}

.button.is-light[disabled] {
    background-color: #f5f5f5;
    border-color: transparent;
    box-shadow: none
}

.button.is-light.is-inverted {
    background-color: #363636;
    color: #f5f5f5
}

.button.is-light.is-inverted:hover {
    background-color: #292929
}

.button.is-light.is-inverted[disabled] {
    background-color: #363636;
    border-color: transparent;
    box-shadow: none;
    color: #f5f5f5
}

.button.is-light.is-loading::after {
    border-color: transparent transparent #363636 #363636 !important
}

.button.is-light.is-outlined {
    background-color: transparent;
    border-color: #f5f5f5;
    color: #f5f5f5
}

.button.is-light.is-outlined:focus, .button.is-light.is-outlined:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #363636
}

.button.is-light.is-outlined.is-loading::after {
    border-color: transparent transparent #f5f5f5 #f5f5f5 !important
}

.button.is-light.is-outlined[disabled] {
    background-color: transparent;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #f5f5f5
}

.button.is-light.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #363636;
    color: #363636
}

.button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined:hover {
    background-color: #363636;
    color: #f5f5f5
}

.button.is-light.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #363636;
    box-shadow: none;
    color: #363636
}

.button.is-dark {
    background-color: #363636;
    border-color: transparent;
    color: #f5f5f5
}

.button.is-dark.is-hovered, .button.is-dark:hover {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #f5f5f5
}

.button.is-dark.is-focused, .button.is-dark:focus {
    border-color: transparent;
    color: #f5f5f5
}

.button.is-dark.is-focused:not(:active), .button.is-dark:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.button.is-dark.is-active, .button.is-dark:active {
    background-color: #292929;
    border-color: transparent;
    color: #f5f5f5
}

.button.is-dark[disabled] {
    background-color: #363636;
    border-color: transparent;
    box-shadow: none
}

.button.is-dark.is-inverted {
    background-color: #f5f5f5;
    color: #363636
}

.button.is-dark.is-inverted:hover {
    background-color: #e8e8e8
}

.button.is-dark.is-inverted[disabled] {
    background-color: #f5f5f5;
    border-color: transparent;
    box-shadow: none;
    color: #363636
}

.button.is-dark.is-loading::after {
    border-color: transparent transparent #f5f5f5 #f5f5f5 !important
}

.button.is-dark.is-outlined {
    background-color: transparent;
    border-color: #363636;
    color: #363636
}

.button.is-dark.is-outlined:focus, .button.is-dark.is-outlined:hover {
    background-color: #363636;
    border-color: #363636;
    color: #f5f5f5
}

.button.is-dark.is-outlined.is-loading::after {
    border-color: transparent transparent #363636 #363636 !important
}

.button.is-dark.is-outlined[disabled] {
    background-color: transparent;
    border-color: #363636;
    box-shadow: none;
    color: #363636
}

.button.is-dark.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #f5f5f5;
    color: #f5f5f5
}

.button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined:hover {
    background-color: #f5f5f5;
    color: #363636
}

.button.is-dark.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #f5f5f5
}

.button.is-primary {
    background-color: #00d1b2;
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-hovered, .button.is-primary:hover {
    background-color: #00c4a7;
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-focused, .button.is-primary:focus {
    border-color: transparent;
    color: #fff
}

.button.is-primary.is-focused:not(:active), .button.is-primary:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25)
}

.button.is-primary.is-active, .button.is-primary:active {
    background-color: #00b89c;
    border-color: transparent;
    color: #fff
}

.button.is-primary[disabled] {
    background-color: #00d1b2;
    border-color: transparent;
    box-shadow: none
}

.button.is-primary.is-inverted {
    background-color: #fff;
    color: #00d1b2
}

.button.is-primary.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-primary.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #00d1b2
}

.button.is-primary.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-primary.is-outlined {
    background-color: transparent;
    border-color: #00d1b2;
    color: #00d1b2
}

.button.is-primary.is-outlined:focus, .button.is-primary.is-outlined:hover {
    background-color: #00d1b2;
    border-color: #00d1b2;
    color: #fff
}

.button.is-primary.is-outlined.is-loading::after {
    border-color: transparent transparent #00d1b2 #00d1b2 !important
}

.button.is-primary.is-outlined[disabled] {
    background-color: transparent;
    border-color: #00d1b2;
    box-shadow: none;
    color: #00d1b2
}

.button.is-primary.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #00d1b2
}

.button.is-primary.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-link {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff
}

.button.is-link.is-hovered, .button.is-link:hover {
    background-color: #276cda;
    border-color: transparent;
    color: #fff
}

.button.is-link.is-focused, .button.is-link:focus {
    border-color: transparent;
    color: #fff
}

.button.is-link.is-focused:not(:active), .button.is-link:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.button.is-link.is-active, .button.is-link:active {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff
}

.button.is-link[disabled] {
    background-color: #3273dc;
    border-color: transparent;
    box-shadow: none
}

.button.is-link.is-inverted {
    background-color: #fff;
    color: #3273dc
}

.button.is-link.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-link.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #3273dc
}

.button.is-link.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-link.is-outlined {
    background-color: transparent;
    border-color: #3273dc;
    color: #3273dc
}

.button.is-link.is-outlined:focus, .button.is-link.is-outlined:hover {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff
}

.button.is-link.is-outlined.is-loading::after {
    border-color: transparent transparent #3273dc #3273dc !important
}

.button.is-link.is-outlined[disabled] {
    background-color: transparent;
    border-color: #3273dc;
    box-shadow: none;
    color: #3273dc
}

.button.is-link.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #3273dc
}

.button.is-link.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-info {
    background-color: #209cee;
    border-color: transparent;
    color: #fff
}

.button.is-info.is-hovered, .button.is-info:hover {
    background-color: #1496ed;
    border-color: transparent;
    color: #fff
}

.button.is-info.is-focused, .button.is-info:focus {
    border-color: transparent;
    color: #fff
}

.button.is-info.is-focused:not(:active), .button.is-info:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(32, 156, 238, .25)
}

.button.is-info.is-active, .button.is-info:active {
    background-color: #118fe4;
    border-color: transparent;
    color: #fff
}

.button.is-info[disabled] {
    background-color: #209cee;
    border-color: transparent;
    box-shadow: none
}

.button.is-info.is-inverted {
    background-color: #fff;
    color: #209cee
}

.button.is-info.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-info.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #209cee
}

.button.is-info.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-info.is-outlined {
    background-color: transparent;
    border-color: #209cee;
    color: #209cee
}

.button.is-info.is-outlined:focus, .button.is-info.is-outlined:hover {
    background-color: #209cee;
    border-color: #209cee;
    color: #fff
}

.button.is-info.is-outlined.is-loading::after {
    border-color: transparent transparent #209cee #209cee !important
}

.button.is-info.is-outlined[disabled] {
    background-color: transparent;
    border-color: #209cee;
    box-shadow: none;
    color: #209cee
}

.button.is-info.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #209cee
}

.button.is-info.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-success {
    background-color: #23d160;
    border-color: transparent;
    color: #fff
}

.button.is-success.is-hovered, .button.is-success:hover {
    background-color: #22c65b;
    border-color: transparent;
    color: #fff
}

.button.is-success.is-focused, .button.is-success:focus {
    border-color: transparent;
    color: #fff
}

.button.is-success.is-focused:not(:active), .button.is-success:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.button.is-success.is-active, .button.is-success:active {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff
}

.button.is-success[disabled] {
    background-color: #23d160;
    border-color: transparent;
    box-shadow: none
}

.button.is-success.is-inverted {
    background-color: #fff;
    color: #23d160
}

.button.is-success.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-success.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #23d160
}

.button.is-success.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-success.is-outlined {
    background-color: transparent;
    border-color: #23d160;
    color: #23d160
}

.button.is-success.is-outlined:focus, .button.is-success.is-outlined:hover {
    background-color: #23d160;
    border-color: #23d160;
    color: #fff
}

.button.is-success.is-outlined.is-loading::after {
    border-color: transparent transparent #23d160 #23d160 !important
}

.button.is-success.is-outlined[disabled] {
    background-color: transparent;
    border-color: #23d160;
    box-shadow: none;
    color: #23d160
}

.button.is-success.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #23d160
}

.button.is-success.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-warning {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-hovered, .button.is-warning:hover {
    background-color: #ffdb4a;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-focused, .button.is-warning:focus {
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-focused:not(:active), .button.is-warning:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}

.button.is-warning.is-active, .button.is-warning:active {
    background-color: #ffd83d;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning[disabled] {
    background-color: #ffdd57;
    border-color: transparent;
    box-shadow: none
}

.button.is-warning.is-inverted {
    background-color: rgba(0, 0, 0, .7);
    color: #ffdd57
}

.button.is-warning.is-inverted:hover {
    background-color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-inverted[disabled] {
    background-color: rgba(0, 0, 0, .7);
    border-color: transparent;
    box-shadow: none;
    color: #ffdd57
}

.button.is-warning.is-loading::after {
    border-color: transparent transparent rgba(0, 0, 0, .7) rgba(0, 0, 0, .7) !important
}

.button.is-warning.is-outlined {
    background-color: transparent;
    border-color: #ffdd57;
    color: #ffdd57
}

.button.is-warning.is-outlined:focus, .button.is-warning.is-outlined:hover {
    background-color: #ffdd57;
    border-color: #ffdd57;
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-outlined.is-loading::after {
    border-color: transparent transparent #ffdd57 #ffdd57 !important
}

.button.is-warning.is-outlined[disabled] {
    background-color: transparent;
    border-color: #ffdd57;
    box-shadow: none;
    color: #ffdd57
}

.button.is-warning.is-inverted.is-outlined {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .7);
    color: rgba(0, 0, 0, .7)
}

.button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined:hover {
    background-color: rgba(0, 0, 0, .7);
    color: #ffdd57
}

.button.is-warning.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .7);
    box-shadow: none;
    color: rgba(0, 0, 0, .7)
}

.button.is-danger {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-hovered, .button.is-danger:hover {
    background-color: #ff2b56;
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-focused, .button.is-danger:focus {
    border-color: transparent;
    color: #fff
}

.button.is-danger.is-focused:not(:active), .button.is-danger:focus:not(:active) {
    box-shadow: 0 0 0 .125em rgba(255, 56, 96, .25)
}

.button.is-danger.is-active, .button.is-danger:active {
    background-color: #ff1f4b;
    border-color: transparent;
    color: #fff
}

.button.is-danger[disabled] {
    background-color: #ff3860;
    border-color: transparent;
    box-shadow: none
}

.button.is-danger.is-inverted {
    background-color: #fff;
    color: #ff3860
}

.button.is-danger.is-inverted:hover {
    background-color: #f2f2f2
}

.button.is-danger.is-inverted[disabled] {
    background-color: #fff;
    border-color: transparent;
    box-shadow: none;
    color: #ff3860
}

.button.is-danger.is-loading::after {
    border-color: transparent transparent #fff #fff !important
}

.button.is-danger.is-outlined {
    background-color: transparent;
    border-color: #ff3860;
    color: #ff3860
}

.button.is-danger.is-outlined:focus, .button.is-danger.is-outlined:hover {
    background-color: #ff3860;
    border-color: #ff3860;
    color: #fff
}

.button.is-danger.is-outlined.is-loading::after {
    border-color: transparent transparent #ff3860 #ff3860 !important
}

.button.is-danger.is-outlined[disabled] {
    background-color: transparent;
    border-color: #ff3860;
    box-shadow: none;
    color: #ff3860
}

.button.is-danger.is-inverted.is-outlined {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined:hover {
    background-color: #fff;
    color: #ff3860
}

.button.is-danger.is-inverted.is-outlined[disabled] {
    background-color: transparent;
    border-color: #fff;
    box-shadow: none;
    color: #fff
}

.button.is-small {
    border-radius: 2px;
    font-size: .75rem
}

.button.is-medium {
    font-size: 1.25rem
}

.button.is-large {
    font-size: 1.5rem
}

.button[disabled] {
    background-color: #fff;
    border-color: #dbdbdb;
    box-shadow: none;
    opacity: .5
}

.button.is-fullwidth {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.button.is-loading {
    color: transparent !important;
    pointer-events: none
}

.button.is-loading::after {
    position: absolute;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
    position: absolute !important
}

.button.is-static {
    background-color: #f5f5f5;
    border-color: #dbdbdb;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none
}

.button.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em
}

.buttons {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.buttons .button {
    margin-bottom: .5rem
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
    margin-right: .5rem
}

.buttons:last-child {
    margin-bottom: -.5rem
}

.buttons:not(:last-child) {
    margin-bottom: 1rem
}

.buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px
}

.buttons.has-addons .button:last-child {
    margin-right: 0
}

.buttons.has-addons .button.is-hovered, .buttons.has-addons .button:hover {
    z-index: 2
}

.buttons.has-addons .button.is-active, .buttons.has-addons .button.is-focused, .buttons.has-addons .button.is-selected, .buttons.has-addons .button:active, .buttons.has-addons .button:focus {
    z-index: 3
}

.buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button.is-selected:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button:focus:hover {
    z-index: 4
}

.buttons.has-addons .button.is-expanded {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.buttons.is-centered {
    -ms-flex-pack: center;
    justify-content: center
}

.buttons.is-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.container {
    margin: 0 auto;
    position: relative
}

@media screen and (min-width:1088px) {
    .container {
        max-width: 960px;
        width: 960px
    }

    .container.is-fluid {
        margin-left: 64px;
        margin-right: 64px;
        max-width: none;
        width: auto
    }
}

@media screen and (max-width:1279px) {
    .container.is-widescreen {
        max-width: 1152px;
        width: auto
    }
}

@media screen and (min-width:1280px) {
    .container {
        max-width: 1152px;
        width: 1152px
    }
}

.content li+li {
    margin-top: .25em
}

.content blockquote:not(:last-child), .content dl:not(:last-child), .content ol:not(:last-child), .content p:not(:last-child), .content pre:not(:last-child), .content table:not(:last-child), .content ul:not(:last-child) {
    margin-bottom: 1em
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    color: #363636;
    font-weight: 600;
    line-height: 1.125
}

.content h1 {
    font-size: 2em;
    margin-bottom: .5em
}

.content h1:not(:first-child) {
    margin-top: 1em
}

.content h2 {
    font-size: 1.75em;
    margin-bottom: .5714em
}

.content h2:not(:first-child) {
    margin-top: 1.1428em
}

.content h3 {
    font-size: 1.5em;
    margin-bottom: .6666em
}

.content h3:not(:first-child) {
    margin-top: 1.3333em
}

.content h4 {
    font-size: 1.25em;
    margin-bottom: .8em
}

.content h5 {
    font-size: 1.125em;
    margin-bottom: .8888em
}

.content h6 {
    font-size: 1em;
    margin-bottom: 1em
}

.content blockquote {
    background-color: #f5f5f5;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em
}

.content ol {
    list-style-position: outside;
    margin-left: 2em;
    margin-top: 1em
}

.content ol:not([type]) {
    list-style-type: decimal
}

.content ol:not([type]).is-lower-alpha {
    list-style-type: lower-alpha
}

.content ol:not([type]).is-lower-roman {
    list-style-type: lower-roman
}

.content ol:not([type]).is-upper-alpha {
    list-style-type: upper-alpha
}

.content ol:not([type]).is-upper-roman {
    list-style-type: upper-roman
}

.content ul {
    list-style: disc outside;
    margin-left: 2em;
    margin-top: 1em
}

.content ul ul {
    list-style-type: circle;
    margin-top: .5em
}

.content ul ul ul {
    list-style-type: square
}

.content dd {
    margin-left: 2em
}

.content figure {
    margin-left: 2em;
    margin-right: 2em;
    text-align: center
}

.content figure:not(:first-child) {
    margin-top: 2em
}

.content figure:not(:last-child) {
    margin-bottom: 2em
}

.content figure img {
    display: inline-block
}

.content figure figcaption {
    font-style: italic
}

.content pre {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding: 1.25em 1.5em;
    white-space: pre;
    word-wrap: normal
}

.content sub, .content sup {
    font-size: 75%
}

.content table {
    width: 100%
}

.content table td, .content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: .5em .75em;
    vertical-align: top
}

.content table th {
    color: #363636;
    text-align: left
}

.content table thead td, .content table thead th {
    border-width: 0 0 2px;
    color: #363636
}

.content table tfoot td, .content table tfoot th {
    border-width: 2px 0 0;
    color: #363636
}

.content table tbody tr:last-child td, .content table tbody tr:last-child th {
    border-bottom-width: 0
}

.content.is-small {
    font-size: .75rem
}

.content.is-medium {
    font-size: 1.25rem
}

.content.is-large {
    font-size: 1.5rem
}

.input, .textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    max-width: 100%;
    width: 100%
}

.input::-moz-placeholder, .textarea::-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:-moz-placeholder, .textarea:-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.input.is-hovered, .input:hover, .textarea.is-hovered, .textarea:hover {
    border-color: #b5b5b5
}

.input.is-active, .input.is-focused, .input:active, .input:focus, .textarea.is-active, .textarea.is-focused, .textarea:active, .textarea:focus {
    border-color: #3273dc;
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.input[disabled], .textarea[disabled] {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #7a7a7a
}

.input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
    color: rgba(122, 122, 122, .3)
}

.input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder {
    color: rgba(122, 122, 122, .3)
}

.input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder {
    color: rgba(122, 122, 122, .3)
}

.input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder {
    color: rgba(122, 122, 122, .3)
}

.input[readonly], .textarea[readonly] {
    box-shadow: none
}

.input.is-white, .textarea.is-white {
    border-color: #fff
}

.input.is-white.is-active, .input.is-white.is-focused, .input.is-white:active, .input.is-white:focus, .textarea.is-white.is-active, .textarea.is-white.is-focused, .textarea.is-white:active, .textarea.is-white:focus {
    box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.input.is-black, .textarea.is-black {
    border-color: #0a0a0a
}

.input.is-black.is-active, .input.is-black.is-focused, .input.is-black:active, .input.is-black:focus, .textarea.is-black.is-active, .textarea.is-black.is-focused, .textarea.is-black:active, .textarea.is-black:focus {
    box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.input.is-light, .textarea.is-light {
    border-color: #f5f5f5
}

.input.is-light.is-active, .input.is-light.is-focused, .input.is-light:active, .input.is-light:focus, .textarea.is-light.is-active, .textarea.is-light.is-focused, .textarea.is-light:active, .textarea.is-light:focus {
    box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}

.input.is-dark, .textarea.is-dark {
    border-color: #363636
}

.input.is-dark.is-active, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark:focus, .textarea.is-dark.is-active, .textarea.is-dark.is-focused, .textarea.is-dark:active, .textarea.is-dark:focus {
    box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.input.is-primary, .textarea.is-primary {
    border-color: #00d1b2
}

.input.is-primary.is-active, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary:focus, .textarea.is-primary.is-active, .textarea.is-primary.is-focused, .textarea.is-primary:active, .textarea.is-primary:focus {
    box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25)
}

.input.is-link, .textarea.is-link {
    border-color: #3273dc
}

.input.is-link.is-active, .input.is-link.is-focused, .input.is-link:active, .input.is-link:focus, .textarea.is-link.is-active, .textarea.is-link.is-focused, .textarea.is-link:active, .textarea.is-link:focus {
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.input.is-info, .textarea.is-info {
    border-color: #209cee
}

.input.is-info.is-active, .input.is-info.is-focused, .input.is-info:active, .input.is-info:focus, .textarea.is-info.is-active, .textarea.is-info.is-focused, .textarea.is-info:active, .textarea.is-info:focus {
    box-shadow: 0 0 0 .125em rgba(32, 156, 238, .25)
}

.input.is-success, .textarea.is-success {
    border-color: #23d160
}

.input.is-success.is-active, .input.is-success.is-focused, .input.is-success:active, .input.is-success:focus, .textarea.is-success.is-active, .textarea.is-success.is-focused, .textarea.is-success:active, .textarea.is-success:focus {
    box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.input.is-warning, .textarea.is-warning {
    border-color: #ffdd57
}

.input.is-warning.is-active, .input.is-warning.is-focused, .input.is-warning:active, .input.is-warning:focus, .textarea.is-warning.is-active, .textarea.is-warning.is-focused, .textarea.is-warning:active, .textarea.is-warning:focus {
    box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}

.input.is-danger, .textarea.is-danger {
    border-color: #ff3860
}

.input.is-danger.is-active, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger:focus, .textarea.is-danger.is-active, .textarea.is-danger.is-focused, .textarea.is-danger:active, .textarea.is-danger:focus {
    box-shadow: 0 0 0 .125em rgba(255, 56, 96, .25)
}

.input.is-small, .textarea.is-small {
    border-radius: 2px;
    font-size: .75rem
}

.input.is-medium, .textarea.is-medium {
    font-size: 1.25rem
}

.input.is-large, .textarea.is-large {
    font-size: 1.5rem
}

.input.is-fullwidth, .textarea.is-fullwidth {
    display: block;
    width: 100%
}

.input.is-inline, .textarea.is-inline {
    display: inline;
    width: auto
}

.input.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em
}

.input.is-static {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0
}

.textarea {
    display: block;
    max-width: 100%;
    min-width: 100%;
    padding: .625em;
    resize: vertical
}

.textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px
}

.textarea[rows] {
    height: initial
}

.textarea.has-fixed-size {
    resize: none
}

.checkbox, .radio {
    cursor: pointer;
    display: inline-block;
    line-height: 1.25;
    position: relative
}

.checkbox input, .radio input {
    cursor: pointer
}

.checkbox:hover, .radio:hover {
    color: #363636
}

.checkbox[disabled], .radio[disabled] {
    color: #7a7a7a;
    cursor: not-allowed
}

.radio+.radio {
    margin-left: .5em
}

.select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top
}

.select:not(.is-multiple) {
    height: 2.25em
}

.select:not(.is-multiple):not(.is-loading)::after {
    border-color: #3273dc;
    right: 1.125em;
    z-index: 4
}

.select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em
}

.select select {
    background-color: #fff;
    border-color: #dbdbdb;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: 0
}

.select select::-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.select select::-webkit-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.select select:-moz-placeholder {
    color: rgba(54, 54, 54, .3)
}

.select select:-ms-input-placeholder {
    color: rgba(54, 54, 54, .3)
}

.select select.is-hovered, .select select:hover {
    border-color: #b5b5b5
}

.select select.is-active, .select select.is-focused, .select select:active, .select select:focus {
    border-color: #3273dc;
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.select select[disabled] {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #7a7a7a
}

.select select[disabled]::-moz-placeholder {
    color: rgba(122, 122, 122, .3)
}

.select select[disabled]::-webkit-input-placeholder {
    color: rgba(122, 122, 122, .3)
}

.select select[disabled]:-moz-placeholder {
    color: rgba(122, 122, 122, .3)
}

.select select[disabled]:-ms-input-placeholder {
    color: rgba(122, 122, 122, .3)
}

.select select::-ms-expand {
    display: none
}

.select select[disabled]:hover {
    border-color: #f5f5f5
}

.select select:not([multiple]) {
    padding-right: 2.5em
}

.select select[multiple] {
    height: auto;
    padding: 0
}

.select select[multiple] option {
    padding: .5em 1em
}

.select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #363636
}

.select.is-white:not(:hover)::after {
    border-color: #fff
}

.select.is-white select {
    border-color: #fff
}

.select.is-white select.is-hovered, .select.is-white select:hover {
    border-color: #f2f2f2
}

.select.is-white select.is-active, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select:focus {
    box-shadow: 0 0 0 .125em rgba(255, 255, 255, .25)
}

.select.is-black:not(:hover)::after {
    border-color: #0a0a0a
}

.select.is-black select {
    border-color: #0a0a0a
}

.select.is-black select.is-hovered, .select.is-black select:hover {
    border-color: #000
}

.select.is-black select.is-active, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select:focus {
    box-shadow: 0 0 0 .125em rgba(10, 10, 10, .25)
}

.select.is-light:not(:hover)::after {
    border-color: #f5f5f5
}

.select.is-light select {
    border-color: #f5f5f5
}

.select.is-light select.is-hovered, .select.is-light select:hover {
    border-color: #e8e8e8
}

.select.is-light select.is-active, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select:focus {
    box-shadow: 0 0 0 .125em rgba(245, 245, 245, .25)
}

.select.is-dark:not(:hover)::after {
    border-color: #363636
}

.select.is-dark select {
    border-color: #363636
}

.select.is-dark select.is-hovered, .select.is-dark select:hover {
    border-color: #292929
}

.select.is-dark select.is-active, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select:focus {
    box-shadow: 0 0 0 .125em rgba(54, 54, 54, .25)
}

.select.is-primary:not(:hover)::after {
    border-color: #00d1b2
}

.select.is-primary select {
    border-color: #00d1b2
}

.select.is-primary select.is-hovered, .select.is-primary select:hover {
    border-color: #00b89c
}

.select.is-primary select.is-active, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select:focus {
    box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25)
}

.select.is-link:not(:hover)::after {
    border-color: #3273dc
}

.select.is-link select {
    border-color: #3273dc
}

.select.is-link select.is-hovered, .select.is-link select:hover {
    border-color: #2366d1
}

.select.is-link select.is-active, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select:focus {
    box-shadow: 0 0 0 .125em rgba(50, 115, 220, .25)
}

.select.is-info:not(:hover)::after {
    border-color: #209cee
}

.select.is-info select {
    border-color: #209cee
}

.select.is-info select.is-hovered, .select.is-info select:hover {
    border-color: #118fe4
}

.select.is-info select.is-active, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select:focus {
    box-shadow: 0 0 0 .125em rgba(32, 156, 238, .25)
}

.select.is-success:not(:hover)::after {
    border-color: #23d160
}

.select.is-success select {
    border-color: #23d160
}

.select.is-success select.is-hovered, .select.is-success select:hover {
    border-color: #20bc56
}

.select.is-success select.is-active, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select:focus {
    box-shadow: 0 0 0 .125em rgba(35, 209, 96, .25)
}

.select.is-warning:not(:hover)::after {
    border-color: #ffdd57
}

.select.is-warning select {
    border-color: #ffdd57
}

.select.is-warning select.is-hovered, .select.is-warning select:hover {
    border-color: #ffd83d
}

.select.is-warning select.is-active, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select:focus {
    box-shadow: 0 0 0 .125em rgba(255, 221, 87, .25)
}

.select.is-danger:not(:hover)::after {
    border-color: #ff3860
}

.select.is-danger select {
    border-color: #ff3860
}

.select.is-danger select.is-hovered, .select.is-danger select:hover {
    border-color: #ff1f4b
}

.select.is-danger select.is-active, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select:focus {
    box-shadow: 0 0 0 .125em rgba(255, 56, 96, .25)
}

.select.is-small {
    border-radius: 2px;
    font-size: .75rem
}

.select.is-medium {
    font-size: 1.25rem
}

.select.is-large {
    font-size: 1.5rem
}

.select.is-disabled::after {
    border-color: #7a7a7a
}

.select.is-fullwidth {
    width: 100%
}

.select.is-fullwidth select {
    width: 100%
}

.select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: .625em;
    top: .625em;
    -webkit-transform: none;
    transform: none
}

.select.is-loading.is-small:after {
    font-size: .75rem
}

.select.is-loading.is-medium:after {
    font-size: 1.25rem
}

.select.is-loading.is-large:after {
    font-size: 1.5rem
}

.file {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

.file.is-white .file-cta {
    background-color: #fff;
    border-color: transparent;
    color: #0a0a0a
}

.file.is-white.is-hovered .file-cta, .file.is-white:hover .file-cta {
    background-color: #f9f9f9;
    border-color: transparent;
    color: #0a0a0a
}

.file.is-white.is-focused .file-cta, .file.is-white:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(255, 255, 255, .25);
    color: #0a0a0a
}

.file.is-white.is-active .file-cta, .file.is-white:active .file-cta {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #0a0a0a
}

.file.is-black .file-cta {
    background-color: #0a0a0a;
    border-color: transparent;
    color: #fff
}

.file.is-black.is-hovered .file-cta, .file.is-black:hover .file-cta {
    background-color: #040404;
    border-color: transparent;
    color: #fff
}

.file.is-black.is-focused .file-cta, .file.is-black:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(10, 10, 10, .25);
    color: #fff
}

.file.is-black.is-active .file-cta, .file.is-black:active .file-cta {
    background-color: #000;
    border-color: transparent;
    color: #fff
}

.file.is-light .file-cta {
    background-color: #f5f5f5;
    border-color: transparent;
    color: #363636
}

.file.is-light.is-hovered .file-cta, .file.is-light:hover .file-cta {
    background-color: #eee;
    border-color: transparent;
    color: #363636
}

.file.is-light.is-focused .file-cta, .file.is-light:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(245, 245, 245, .25);
    color: #363636
}

.file.is-light.is-active .file-cta, .file.is-light:active .file-cta {
    background-color: #e8e8e8;
    border-color: transparent;
    color: #363636
}

.file.is-dark .file-cta {
    background-color: #363636;
    border-color: transparent;
    color: #f5f5f5
}

.file.is-dark.is-hovered .file-cta, .file.is-dark:hover .file-cta {
    background-color: #2f2f2f;
    border-color: transparent;
    color: #f5f5f5
}

.file.is-dark.is-focused .file-cta, .file.is-dark:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(54, 54, 54, .25);
    color: #f5f5f5
}

.file.is-dark.is-active .file-cta, .file.is-dark:active .file-cta {
    background-color: #292929;
    border-color: transparent;
    color: #f5f5f5
}

.file.is-primary .file-cta {
    background-color: #00d1b2;
    border-color: transparent;
    color: #fff
}

.file.is-primary.is-hovered .file-cta, .file.is-primary:hover .file-cta {
    background-color: #00c4a7;
    border-color: transparent;
    color: #fff
}

.file.is-primary.is-focused .file-cta, .file.is-primary:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(0, 209, 178, .25);
    color: #fff
}

.file.is-primary.is-active .file-cta, .file.is-primary:active .file-cta {
    background-color: #00b89c;
    border-color: transparent;
    color: #fff
}

.file.is-link .file-cta {
    background-color: #3273dc;
    border-color: transparent;
    color: #fff
}

.file.is-link.is-hovered .file-cta, .file.is-link:hover .file-cta {
    background-color: #276cda;
    border-color: transparent;
    color: #fff
}

.file.is-link.is-focused .file-cta, .file.is-link:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(50, 115, 220, .25);
    color: #fff
}

.file.is-link.is-active .file-cta, .file.is-link:active .file-cta {
    background-color: #2366d1;
    border-color: transparent;
    color: #fff
}

.file.is-info .file-cta {
    background-color: #209cee;
    border-color: transparent;
    color: #fff
}

.file.is-info.is-hovered .file-cta, .file.is-info:hover .file-cta {
    background-color: #1496ed;
    border-color: transparent;
    color: #fff
}

.file.is-info.is-focused .file-cta, .file.is-info:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(32, 156, 238, .25);
    color: #fff
}

.file.is-info.is-active .file-cta, .file.is-info:active .file-cta {
    background-color: #118fe4;
    border-color: transparent;
    color: #fff
}

.file.is-success .file-cta {
    background-color: #23d160;
    border-color: transparent;
    color: #fff
}

.file.is-success.is-hovered .file-cta, .file.is-success:hover .file-cta {
    background-color: #22c65b;
    border-color: transparent;
    color: #fff
}

.file.is-success.is-focused .file-cta, .file.is-success:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(35, 209, 96, .25);
    color: #fff
}

.file.is-success.is-active .file-cta, .file.is-success:active .file-cta {
    background-color: #20bc56;
    border-color: transparent;
    color: #fff
}

.file.is-warning .file-cta {
    background-color: #ffdd57;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-hovered .file-cta, .file.is-warning:hover .file-cta {
    background-color: #ffdb4a;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-focused .file-cta, .file.is-warning:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(255, 221, 87, .25);
    color: rgba(0, 0, 0, .7)
}

.file.is-warning.is-active .file-cta, .file.is-warning:active .file-cta {
    background-color: #ffd83d;
    border-color: transparent;
    color: rgba(0, 0, 0, .7)
}

.file.is-danger .file-cta {
    background-color: #ff3860;
    border-color: transparent;
    color: #fff
}

.file.is-danger.is-hovered .file-cta, .file.is-danger:hover .file-cta {
    background-color: #ff2b56;
    border-color: transparent;
    color: #fff
}

.file.is-danger.is-focused .file-cta, .file.is-danger:focus .file-cta {
    border-color: transparent;
    box-shadow: 0 0 .5em rgba(255, 56, 96, .25);
    color: #fff
}

.file.is-danger.is-active .file-cta, .file.is-danger:active .file-cta {
    background-color: #ff1f4b;
    border-color: transparent;
    color: #fff
}

.file.is-small {
    font-size: .75rem
}

.file.is-medium {
    font-size: 1.25rem
}

.file.is-medium .file-icon .fa {
    font-size: 21px
}

.file.is-large {
    font-size: 1.5rem
}

.file.is-large .file-icon .fa {
    font-size: 28px
}

.file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.file.has-name.is-empty .file-cta {
    border-radius: 4px
}

.file.has-name.is-empty .file-name {
    display: none
}

.file.is-boxed .file-label {
    -ms-flex-direction: column;
    flex-direction: column
}

.file.is-boxed .file-cta {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding: 1em 3em
}

.file.is-boxed .file-name {
    border-width: 0 1px 1px
}

.file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em
}

.file.is-boxed .file-icon .fa {
    font-size: 21px
}

.file.is-boxed.is-small .file-icon .fa {
    font-size: 14px
}

.file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px
}

.file.is-boxed.is-large .file-icon .fa {
    font-size: 35px
}

.file.is-boxed.has-name .file-cta {
    border-radius: 4px 4px 0 0
}

.file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px
}

.file.is-centered {
    -ms-flex-pack: center;
    justify-content: center
}

.file.is-fullwidth .file-label {
    width: 100%
}

.file.is-fullwidth .file-name {
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: none
}

.file.is-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.file.is-right .file-cta {
    border-radius: 0 4px 4px 0
}

.file.is-right .file-name {
    border-radius: 4px 0 0 4px;
    border-width: 1px 0 1px 1px;
    -ms-flex-order: -1;
    order: -1
}

.file-label {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    position: relative
}

.file-label:hover .file-cta {
    background-color: #eee;
    color: #363636
}

.file-label:hover .file-name {
    border-color: #d5d5d5
}

.file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636
}

.file-label:active .file-name {
    border-color: #cfcfcf
}

.file-input {
    height: 100%;
    left: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.file-cta, .file-name {
    border-color: #dbdbdb;
    border-radius: 4px;
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap
}

.file-cta {
    background-color: #f5f5f5;
    color: #4a4a4a
}

.file-name {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: block;
    max-width: 16em;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis
}

.file-icon {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 1em;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .5em;
    width: 1em
}

.file-icon .fa {
    font-size: 14px
}

.label {
    color: #363636;
    display: block;
    font-size: 1rem;
    font-weight: 700
}

.label:not(:last-child) {
    margin-bottom: .5em
}

.label.is-small {
    font-size: .75rem
}

.label.is-medium {
    font-size: 1.25rem
}

.label.is-large {
    font-size: 1.5rem
}

.help {
    display: block;
    font-size: .75rem;
    margin-top: .25rem
}

.help.is-white {
    color: #fff
}

.help.is-black {
    color: #0a0a0a
}

.help.is-light {
    color: #f5f5f5
}

.help.is-dark {
    color: #363636
}

.help.is-primary {
    color: #00d1b2
}

.help.is-link {
    color: #3273dc
}

.help.is-info {
    color: #209cee
}

.help.is-success {
    color: #23d160
}

.help.is-warning {
    color: #ffdd57
}

.help.is-danger {
    color: #ff3860
}

.field:not(:last-child) {
    margin-bottom: .75rem
}

.field.has-addons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.field.has-addons .control:not(:last-child) {
    margin-right: -1px
}

.field.has-addons .control:not(:first-child):not(:last-child) .button, .field.has-addons .control:not(:first-child):not(:last-child) .input, .field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0
}

.field.has-addons .control:first-child .button, .field.has-addons .control:first-child .input, .field.has-addons .control:first-child .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.field.has-addons .control:last-child .button, .field.has-addons .control:last-child .input, .field.has-addons .control:last-child .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.field.has-addons .control .button:not([disabled]).is-hovered, .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .input:not([disabled]).is-hovered, .field.has-addons .control .input:not([disabled]):hover, .field.has-addons .control .select select:not([disabled]).is-hovered, .field.has-addons .control .select select:not([disabled]):hover {
    z-index: 2
}

.field.has-addons .control .button:not([disabled]).is-active, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .input:not([disabled]).is-active, .field.has-addons .control .input:not([disabled]).is-focused, .field.has-addons .control .input:not([disabled]):active, .field.has-addons .control .input:not([disabled]):focus, .field.has-addons .control .select select:not([disabled]).is-active, .field.has-addons .control .select select:not([disabled]).is-focused, .field.has-addons .control .select select:not([disabled]):active, .field.has-addons .control .select select:not([disabled]):focus {
    z-index: 3
}

.field.has-addons .control .button:not([disabled]).is-active:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .input:not([disabled]).is-active:hover, .field.has-addons .control .input:not([disabled]).is-focused:hover, .field.has-addons .control .input:not([disabled]):active:hover, .field.has-addons .control .input:not([disabled]):focus:hover, .field.has-addons .control .select select:not([disabled]).is-active:hover, .field.has-addons .control .select select:not([disabled]).is-focused:hover, .field.has-addons .control .select select:not([disabled]):active:hover, .field.has-addons .control .select select:not([disabled]):focus:hover {
    z-index: 4
}

.field.has-addons .control.is-expanded {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.field.has-addons.has-addons-centered {
    -ms-flex-pack: center;
    justify-content: center
}

.field.has-addons.has-addons-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.field.has-addons.has-addons-fullwidth .control {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.field.is-grouped {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.field.is-grouped>.control {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.field.is-grouped>.control:not(:last-child) {
    margin-bottom: 0;
    margin-right: .75rem
}

.field.is-grouped>.control.is-expanded {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.field.is-grouped.is-grouped-centered {
    -ms-flex-pack: center;
    justify-content: center
}

.field.is-grouped.is-grouped-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.field.is-grouped.is-grouped-multiline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.field.is-grouped.is-grouped-multiline>.control:last-child, .field.is-grouped.is-grouped-multiline>.control:not(:last-child) {
    margin-bottom: .75rem
}

.field.is-grouped.is-grouped-multiline:last-child {
    margin-bottom: -.75rem
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
    margin-bottom: 0
}

@media screen and (min-width:769px), print {
    .field.is-horizontal {
        display: -ms-flexbox;
        display: flex
    }
}

.field-label .label {
    font-size: inherit
}

@media screen and (max-width:768px) {
    .field-label {
        margin-bottom: .5rem
    }
}

@media screen and (min-width:769px), print {
    .field-label {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right
    }

    .field-label.is-small {
        font-size: .75rem;
        padding-top: .375em
    }

    .field-label.is-normal {
        padding-top: .375em
    }

    .field-label.is-medium {
        font-size: 1.25rem;
        padding-top: .375em
    }

    .field-label.is-large {
        font-size: 1.5rem;
        padding-top: .375em
    }
}

.field-body .field .field {
    margin-bottom: 0
}

@media screen and (min-width:769px), print {
    .field-body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 5;
        flex-grow: 5;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .field-body .field {
        margin-bottom: 0
    }

    .field-body>.field {
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .field-body>.field:not(.is-narrow) {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .field-body>.field:not(:last-child) {
        margin-right: .75rem
    }
}

.control {
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: left
}

.control.has-icon .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4
}

.control.has-icon .input:focus+.icon {
    color: #7a7a7a
}

.control.has-icon .input.is-small+.icon {
    font-size: .75rem
}

.control.has-icon .input.is-medium+.icon {
    font-size: 1.25rem
}

.control.has-icon .input.is-large+.icon {
    font-size: 1.5rem
}

.control.has-icon:not(.has-icon-right) .icon {
    left: 0
}

.control.has-icon:not(.has-icon-right) .input {
    padding-left: 2.25em
}

.control.has-icon.has-icon-right .icon {
    right: 0
}

.control.has-icon.has-icon-right .input {
    padding-right: 2.25em
}

.control.has-icons-left .input:focus~.icon, .control.has-icons-left .select:focus~.icon, .control.has-icons-right .input:focus~.icon, .control.has-icons-right .select:focus~.icon {
    color: #7a7a7a
}

.control.has-icons-left .input.is-small~.icon, .control.has-icons-left .select.is-small~.icon, .control.has-icons-right .input.is-small~.icon, .control.has-icons-right .select.is-small~.icon {
    font-size: .75rem
}

.control.has-icons-left .input.is-medium~.icon, .control.has-icons-left .select.is-medium~.icon, .control.has-icons-right .input.is-medium~.icon, .control.has-icons-right .select.is-medium~.icon {
    font-size: 1.25rem
}

.control.has-icons-left .input.is-large~.icon, .control.has-icons-left .select.is-large~.icon, .control.has-icons-right .input.is-large~.icon, .control.has-icons-right .select.is-large~.icon {
    font-size: 1.5rem
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em;
    z-index: 4
}

.control.has-icons-left .input, .control.has-icons-left .select select {
    padding-left: 2.25em
}

.control.has-icons-left .icon.is-left {
    left: 0
}

.control.has-icons-right .input, .control.has-icons-right .select select {
    padding-right: 2.25em
}

.control.has-icons-right .icon.is-right {
    right: 0
}

.control.is-loading::after {
    position: absolute !important;
    right: .625em;
    top: .625em;
    z-index: 4
}

.control.is-loading.is-small:after {
    font-size: .75rem
}

.control.is-loading.is-medium:after {
    font-size: 1.25rem
}

.control.is-loading.is-large:after {
    font-size: 1.5rem
}

.icon {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem
}

.icon.is-small {
    height: 1rem;
    width: 1rem
}

.icon.is-medium {
    height: 2rem;
    width: 2rem
}

.icon.is-large {
    height: 3rem;
    width: 3rem
}

.image {
    display: block;
    position: relative
}

.image img {
    display: block;
    height: auto;
    width: 100%
}

.image img.is-rounded {
    border-radius: 290486px
}

.image.is-16by9 img, .image.is-1by1 img, .image.is-1by2 img, .image.is-1by3 img, .image.is-2by1 img, .image.is-2by3 img, .image.is-3by1 img, .image.is-3by2 img, .image.is-3by4 img, .image.is-3by5 img, .image.is-4by3 img, .image.is-4by5 img, .image.is-5by3 img, .image.is-5by4 img, .image.is-9by16 img, .image.is-square img {
    height: 100%;
    width: 100%
}

.image.is-1by1, .image.is-square {
    padding-top: 100%
}

.image.is-5by4 {
    padding-top: 80%
}

.image.is-4by3 {
    padding-top: 75%
}

.image.is-3by2 {
    padding-top: 66.6666%
}

.image.is-5by3 {
    padding-top: 60%
}

.image.is-16by9 {
    padding-top: 56.25%
}

.image.is-2by1 {
    padding-top: 50%
}

.image.is-3by1 {
    padding-top: 33.3333%
}

.image.is-4by5 {
    padding-top: 125%
}

.image.is-3by4 {
    padding-top: 133.3333%
}

.image.is-2by3 {
    padding-top: 150%
}

.image.is-3by5 {
    padding-top: 166.6666%
}

.image.is-9by16 {
    padding-top: 177.7777%
}

.image.is-1by2 {
    padding-top: 200%
}

.image.is-1by3 {
    padding-top: 300%
}

.image.is-16x16 {
    height: 16px;
    width: 16px
}

.image.is-24x24 {
    height: 24px;
    width: 24px
}

.image.is-32x32 {
    height: 32px;
    width: 32px
}

.image.is-48x48 {
    height: 48px;
    width: 48px
}

.image.is-64x64 {
    height: 64px;
    width: 64px
}

.image.is-96x96 {
    height: 96px;
    width: 96px
}

.image.is-128x128 {
    height: 128px;
    width: 128px
}

.notification {
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 1.25rem 2.5rem 1.25rem 1.5rem;
    position: relative
}

.notification a:not(.button):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline
}

.notification strong {
    color: currentColor
}

.notification code, .notification pre {
    background: #fff
}

.notification pre code {
    background: 0 0
}

.notification>.delete {
    position: absolute;
    right: .5rem;
    top: .5rem
}

.notification .content, .notification .subtitle, .notification .title {
    color: currentColor
}

.notification.is-white {
    background-color: #fff;
    color: #0a0a0a
}

.notification.is-black {
    background-color: #0a0a0a;
    color: #fff
}

.notification.is-light {
    background-color: #f5f5f5;
    color: #363636
}

.notification.is-dark {
    background-color: #363636;
    color: #f5f5f5
}

.notification.is-primary {
    background-color: #00d1b2;
    color: #fff
}

.notification.is-link {
    background-color: #3273dc;
    color: #fff
}

.notification.is-info {
    background-color: #209cee;
    color: #fff
}

.notification.is-success {
    background-color: #23d160;
    color: #fff
}

.notification.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, .7)
}

.notification.is-danger {
    background-color: #ff3860;
    color: #fff
}

.progress {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 290486px;
    display: block;
    height: 1rem;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.progress::-webkit-progress-bar {
    background-color: #dbdbdb
}

.progress::-webkit-progress-value {
    background-color: #4a4a4a
}

.progress::-moz-progress-bar {
    background-color: #4a4a4a
}

.progress::-ms-fill {
    background-color: #4a4a4a;
    border: none
}

.progress.is-white::-webkit-progress-value {
    background-color: #fff
}

.progress.is-white::-moz-progress-bar {
    background-color: #fff
}

.progress.is-white::-ms-fill {
    background-color: #fff
}

.progress.is-black::-webkit-progress-value {
    background-color: #0a0a0a
}

.progress.is-black::-moz-progress-bar {
    background-color: #0a0a0a
}

.progress.is-black::-ms-fill {
    background-color: #0a0a0a
}

.progress.is-light::-webkit-progress-value {
    background-color: #f5f5f5
}

.progress.is-light::-moz-progress-bar {
    background-color: #f5f5f5
}

.progress.is-light::-ms-fill {
    background-color: #f5f5f5
}

.progress.is-dark::-webkit-progress-value {
    background-color: #363636
}

.progress.is-dark::-moz-progress-bar {
    background-color: #363636
}

.progress.is-dark::-ms-fill {
    background-color: #363636
}

.progress.is-primary::-webkit-progress-value {
    background-color: #00d1b2
}

.progress.is-primary::-moz-progress-bar {
    background-color: #00d1b2
}

.progress.is-primary::-ms-fill {
    background-color: #00d1b2
}

.progress.is-link::-webkit-progress-value {
    background-color: #3273dc
}

.progress.is-link::-moz-progress-bar {
    background-color: #3273dc
}

.progress.is-link::-ms-fill {
    background-color: #3273dc
}

.progress.is-info::-webkit-progress-value {
    background-color: #209cee
}

.progress.is-info::-moz-progress-bar {
    background-color: #209cee
}

.progress.is-info::-ms-fill {
    background-color: #209cee
}

.progress.is-success::-webkit-progress-value {
    background-color: #23d160
}

.progress.is-success::-moz-progress-bar {
    background-color: #23d160
}

.progress.is-success::-ms-fill {
    background-color: #23d160
}

.progress.is-warning::-webkit-progress-value {
    background-color: #ffdd57
}

.progress.is-warning::-moz-progress-bar {
    background-color: #ffdd57
}

.progress.is-warning::-ms-fill {
    background-color: #ffdd57
}

.progress.is-danger::-webkit-progress-value {
    background-color: #ff3860
}

.progress.is-danger::-moz-progress-bar {
    background-color: #ff3860
}

.progress.is-danger::-ms-fill {
    background-color: #ff3860
}

.progress.is-small {
    height: .75rem
}

.progress.is-medium {
    height: 1.25rem
}

.progress.is-large {
    height: 1.5rem
}

.table {
    background-color: #fff;
    color: #363636
}

.table td, .table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: .5em .75em;
    vertical-align: top
}

.table td.is-white, .table th.is-white {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a
}

.table td.is-black, .table th.is-black {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff
}

.table td.is-light, .table th.is-light {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #363636
}

.table td.is-dark, .table th.is-dark {
    background-color: #363636;
    border-color: #363636;
    color: #f5f5f5
}

.table td.is-primary, .table th.is-primary {
    background-color: #00d1b2;
    border-color: #00d1b2;
    color: #fff
}

.table td.is-link, .table th.is-link {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff
}

.table td.is-info, .table th.is-info {
    background-color: #209cee;
    border-color: #209cee;
    color: #fff
}

.table td.is-success, .table th.is-success {
    background-color: #23d160;
    border-color: #23d160;
    color: #fff
}

.table td.is-warning, .table th.is-warning {
    background-color: #ffdd57;
    border-color: #ffdd57;
    color: rgba(0, 0, 0, .7)
}

.table td.is-danger, .table th.is-danger {
    background-color: #ff3860;
    border-color: #ff3860;
    color: #fff
}

.table td.is-narrow, .table th.is-narrow {
    white-space: nowrap;
    width: 1%
}

.table td.is-selected, .table th.is-selected {
    background-color: #00d1b2;
    color: #fff
}

.table td.is-selected a, .table td.is-selected strong, .table th.is-selected a, .table th.is-selected strong {
    color: currentColor
}

.table th {
    color: #363636;
    text-align: left
}

.table tr.is-selected {
    background-color: #00d1b2;
    color: #fff
}

.table tr.is-selected a, .table tr.is-selected strong {
    color: currentColor
}

.table tr.is-selected td, .table tr.is-selected th {
    border-color: #fff;
    color: currentColor
}

.table thead td, .table thead th {
    border-width: 0 0 2px;
    color: #363636
}

.table tfoot td, .table tfoot th {
    border-width: 2px 0 0;
    color: #363636
}

.table tbody tr:last-child td, .table tbody tr:last-child th {
    border-bottom-width: 0
}

.table.is-bordered td, .table.is-bordered th {
    border-width: 1px
}

.table.is-bordered tr:last-child td, .table.is-bordered tr:last-child th {
    border-bottom-width: 1px
}

.table.is-fullwidth {
    width: 100%
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
    background-color: #fafafa
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
    background-color: #fafafa
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
    background-color: #f5f5f5
}

.table.is-narrow td, .table.is-narrow th {
    padding: .25em .5em
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #fafafa
}

.table-container {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    overflow-y: hidden;
    max-width: 100%
}

.tags {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tags .tag {
    margin-bottom: .5rem
}

.tags .tag:not(:last-child) {
    margin-right: .5rem
}

.tags:last-child {
    margin-bottom: -.5rem
}

.tags:not(:last-child) {
    margin-bottom: 1rem
}

.tags.has-addons .tag {
    margin-right: 0
}

.tags.has-addons .tag:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.tags.has-addons .tag:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.tags.is-centered {
    -ms-flex-pack: center;
    justify-content: center
}

.tags.is-centered .tag {
    margin-right: .25rem;
    margin-left: .25rem
}

.tags.is-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tags.is-right .tag:not(:first-child) {
    margin-left: .5rem
}

.tags.is-right .tag:not(:last-child) {
    margin-right: 0
}

.tag:not(body) {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    color: #4a4a4a;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.tag:not(body) .delete {
    margin-left: .25rem;
    margin-right: -.375rem
}

.tag:not(body).is-white {
    background-color: #fff;
    color: #0a0a0a
}

.tag:not(body).is-black {
    background-color: #0a0a0a;
    color: #fff
}

.tag:not(body).is-light {
    background-color: #f5f5f5;
    color: #363636
}

.tag:not(body).is-dark {
    background-color: #363636;
    color: #f5f5f5
}

.tag:not(body).is-primary {
    background-color: #00d1b2;
    color: #fff
}

.tag:not(body).is-link {
    background-color: #3273dc;
    color: #fff
}

.tag:not(body).is-info {
    background-color: #209cee;
    color: #fff
}

.tag:not(body).is-success {
    background-color: #23d160;
    color: #fff
}

.tag:not(body).is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, .7)
}

.tag:not(body).is-danger {
    background-color: #ff3860;
    color: #fff
}

.tag:not(body).is-medium {
    font-size: 1rem
}

.tag:not(body).is-large {
    font-size: 1.25rem
}

.tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -.375em;
    margin-right: .1875em
}

.tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: .1875em;
    margin-right: -.375em
}

.tag:not(body) .icon:first-child:last-child {
    margin-left: -.375em;
    margin-right: -.375em
}

.tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em
}

.tag:not(body).is-delete::after, .tag:not(body).is-delete::before {
    background-color: currentColor;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.tag:not(body).is-delete::before {
    height: 1px;
    width: 50%
}

.tag:not(body).is-delete::after {
    height: 50%;
    width: 1px
}

.tag:not(body).is-delete:focus, .tag:not(body).is-delete:hover {
    background-color: #e8e8e8
}

.tag:not(body).is-delete:active {
    background-color: #dbdbdb
}

.tag:not(body).is-rounded {
    border-radius: 290486px
}

a.tag:hover {
    text-decoration: underline
}

.subtitle, .title {
    word-break: break-word
}

.subtitle em, .subtitle span, .title em, .title span {
    font-weight: inherit
}

.subtitle sub, .title sub {
    font-size: .75em
}

.subtitle sup, .title sup {
    font-size: .75em
}

.subtitle .tag, .title .tag {
    vertical-align: middle
}

.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125
}

.title strong {
    color: inherit;
    font-weight: inherit
}

.title+.highlight {
    margin-top: -.75rem
}

.title:not(.is-spaced)+.subtitle {
    margin-top: -1.25rem
}

.title.is-1 {
    font-size: 3rem
}

.title.is-2 {
    font-size: 2.5rem
}

.title.is-3 {
    font-size: 2rem
}

.title.is-4 {
    font-size: 1.5rem
}

.title.is-5 {
    font-size: 1.25rem
}

.title.is-6 {
    font-size: 1rem
}

.title.is-7 {
    font-size: .75rem
}

.subtitle {
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25
}

.subtitle strong {
    color: #363636;
    font-weight: 600
}

.subtitle:not(.is-spaced)+.title {
    margin-top: -1.25rem
}

.subtitle.is-1 {
    font-size: 3rem
}

.subtitle.is-2 {
    font-size: 2.5rem
}

.subtitle.is-3 {
    font-size: 2rem
}

.subtitle.is-4 {
    font-size: 1.5rem
}

.subtitle.is-5 {
    font-size: 1.25rem
}

.subtitle.is-6 {
    font-size: 1rem
}

.subtitle.is-7 {
    font-size: .75rem
}

.heading {
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.highlight {
    font-weight: 400;
    max-width: 100%;
    overflow: hidden;
    padding: 0
}

.highlight pre {
    overflow: auto;
    max-width: 100%
}

.number {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 290486px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.25rem;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1.5rem;
    min-width: 2.5em;
    padding: .25rem .5rem;
    text-align: center;
    vertical-align: top
}

.breadcrumb {
    font-size: 1rem;
    white-space: nowrap
}

.breadcrumb a {
    -ms-flex-align: center;
    align-items: center;
    color: #3273dc;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 .75em
}

.breadcrumb a:hover {
    color: #363636
}

.breadcrumb li {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.breadcrumb li:first-child a {
    padding-left: 0
}

.breadcrumb li.is-active a {
    color: #363636;
    cursor: default;
    pointer-events: none
}

.breadcrumb li+li::before {
    color: #b5b5b5;
    content: "\0002f"
}

.breadcrumb ol, .breadcrumb ul {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.breadcrumb .icon:first-child {
    margin-right: .5em
}

.breadcrumb .icon:last-child {
    margin-left: .5em
}

.breadcrumb.is-centered ol, .breadcrumb.is-centered ul {
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumb.is-right ol, .breadcrumb.is-right ul {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.breadcrumb.is-small {
    font-size: .75rem
}

.breadcrumb.is-medium {
    font-size: 1.25rem
}

.breadcrumb.is-large {
    font-size: 1.5rem
}

.breadcrumb.has-arrow-separator li+li::before {
    content: "\02192"
}

.breadcrumb.has-bullet-separator li+li::before {
    content: "\02022"
}

.breadcrumb.has-dot-separator li+li::before {
    content: "\000b7"
}

.breadcrumb.has-succeeds-separator li+li::before {
    content: "\0227B"
}

.card {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
    color: #4a4a4a;
    max-width: 100%;
    position: relative
}

.card-header {
    background-color: transparent;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-shadow: 0 1px 2px rgba(10, 10, 10, .1);
    display: -ms-flexbox;
    display: flex
}

.card-header-title {
    -ms-flex-align: center;
    align-items: center;
    color: #363636;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
    padding: .75rem
}

.card-header-title.is-centered {
    -ms-flex-pack: center;
    justify-content: center
}

.card-header-icon {
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .75rem
}

.card-image {
    display: block;
    position: relative
}

.card-content {
    background-color: transparent;
    padding: 1.5rem
}

.card-footer {
    background-color: transparent;
    border-top: 1px solid #dbdbdb;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex
}

.card-footer-item {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .75rem
}

.card-footer-item:not(:last-child) {
    border-right: 1px solid #dbdbdb
}

.card .media:not(:last-child) {
    margin-bottom: .75rem
}

.dropdown {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: top
}

.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
    display: block
}

.dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0
}

.dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: initial;
    top: auto
}

.dropdown-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 20
}

.dropdown-content {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.dropdown-item {
    color: #4a4a4a;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    padding: .375rem 1rem;
    position: relative
}

a.dropdown-item, button.dropdown-item {
    padding-right: 3rem;
    text-align: left;
    white-space: nowrap;
    width: 100%
}

a.dropdown-item:hover, button.dropdown-item:hover {
    background-color: #f5f5f5;
    color: #0a0a0a
}

a.dropdown-item.is-active, button.dropdown-item.is-active {
    background-color: #3273dc;
    color: #fff
}

.dropdown-divider {
    background-color: #dbdbdb;
    border: none;
    display: block;
    height: 1px;
    margin: .5rem 0
}

.level {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.level code {
    border-radius: 4px
}

.level img {
    display: inline-block;
    vertical-align: top
}

.level.is-mobile {
    display: -ms-flexbox;
    display: flex
}

.level.is-mobile .level-left, .level.is-mobile .level-right {
    display: -ms-flexbox;
    display: flex
}

.level.is-mobile .level-left+.level-right {
    margin-top: 0
}

.level.is-mobile .level-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: .75rem
}

.level.is-mobile .level-item:not(.is-narrow) {
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (min-width:769px), print {
    .level {
        display: -ms-flexbox;
        display: flex
    }

    .level>.level-item:not(.is-narrow) {
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.level-item {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center
}

.level-item .subtitle, .level-item .title {
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .level-item:not(:last-child) {
        margin-bottom: .75rem
    }
}

.level-left, .level-right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.level-left .level-item.is-flexible, .level-right .level-item.is-flexible {
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (min-width:769px), print {
    .level-left .level-item:not(:last-child), .level-right .level-item:not(:last-child) {
        margin-right: .75rem
    }
}

.level-left {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width:768px) {
    .level-left+.level-right {
        margin-top: 1.5rem
    }
}

@media screen and (min-width:769px), print {
    .level-left {
        display: -ms-flexbox;
        display: flex
    }
}

.level-right {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (min-width:769px), print {
    .level-right {
        display: -ms-flexbox;
        display: flex
    }
}

.list {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1)
}

.list-item {
    display: block;
    padding: .5em 1em
}

.list-item:not(a) {
    color: #4a4a4a
}

.list-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-item:last-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-item:not(:last-child) {
    border-bottom: 1px solid #dbdbdb
}

.list-item.is-active {
    background-color: #3273dc;
    color: #fff
}

a.list-item {
    background-color: #f5f5f5;
    cursor: pointer
}

.media {
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    text-align: left
}

.media .content:not(:last-child) {
    margin-bottom: .75rem
}

.media .media {
    border-top: 1px solid rgba(219, 219, 219, .5);
    display: -ms-flexbox;
    display: flex;
    padding-top: .75rem
}

.media .media .content:not(:last-child), .media .media .control:not(:last-child) {
    margin-bottom: .5rem
}

.media .media .media {
    padding-top: .5rem
}

.media .media .media+.media {
    margin-top: .5rem
}

.media+.media {
    border-top: 1px solid rgba(219, 219, 219, .5);
    margin-top: 1rem;
    padding-top: 1rem
}

.media.is-large+.media {
    margin-top: 1.5rem;
    padding-top: 1.5rem
}

.media-left, .media-right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.media-left {
    margin-right: 1rem
}

.media-right {
    margin-left: 1rem
}

.media-content {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    text-align: left
}

@media screen and (max-width:768px) {
    .media-content {
        overflow-x: auto
    }
}

.menu {
    font-size: 1rem
}

.menu.is-small {
    font-size: .75rem
}

.menu.is-medium {
    font-size: 1.25rem
}

.menu.is-large {
    font-size: 1.5rem
}

.menu-list {
    line-height: 1.25
}

.menu-list a {
    border-radius: 2px;
    color: #4a4a4a;
    display: block;
    padding: .5em .75em
}

.menu-list a:hover {
    background-color: #f5f5f5;
    color: #363636
}

.menu-list a.is-active {
    background-color: #3273dc;
    color: #fff
}

.menu-list li ul {
    border-left: 1px solid #dbdbdb;
    margin: .75em;
    padding-left: .75em
}

.menu-label {
    color: #7a7a7a;
    font-size: .75em;
    letter-spacing: .1em;
    text-transform: uppercase
}

.menu-label:not(:first-child) {
    margin-top: 1em
}

.menu-label:not(:last-child) {
    margin-bottom: 1em
}

.message {
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 1rem
}

.message strong {
    color: currentColor
}

.message a:not(.button):not(.tag) {
    color: currentColor;
    text-decoration: underline
}

.message.is-small {
    font-size: .75rem
}

.message.is-medium {
    font-size: 1.25rem
}

.message.is-large {
    font-size: 1.5rem
}

.message.is-white {
    background-color: #fff
}

.message.is-white .message-header {
    background-color: #fff;
    color: #0a0a0a
}

.message.is-white .message-body {
    border-color: #fff;
    color: #4d4d4d
}

.message.is-black {
    background-color: #fafafa
}

.message.is-black .message-header {
    background-color: #0a0a0a;
    color: #fff
}

.message.is-black .message-body {
    border-color: #0a0a0a;
    color: #090909
}

.message.is-light {
    background-color: #fafafa
}

.message.is-light .message-header {
    background-color: #f5f5f5;
    color: #363636
}

.message.is-light .message-body {
    border-color: #f5f5f5;
    color: #505050
}

.message.is-dark {
    background-color: #fafafa
}

.message.is-dark .message-header {
    background-color: #363636;
    color: #f5f5f5
}

.message.is-dark .message-body {
    border-color: #363636;
    color: #2a2a2a
}

.message.is-primary {
    background-color: #f5fffd
}

.message.is-primary .message-header {
    background-color: #00d1b2;
    color: #fff
}

.message.is-primary .message-body {
    border-color: #00d1b2;
    color: #021310
}

.message.is-link {
    background-color: #f6f9fe
}

.message.is-link .message-header {
    background-color: #3273dc;
    color: #fff
}

.message.is-link .message-body {
    border-color: #3273dc;
    color: #22509a
}

.message.is-info {
    background-color: #f6fbfe
}

.message.is-info .message-header {
    background-color: #209cee;
    color: #fff
}

.message.is-info .message-body {
    border-color: #209cee;
    color: #12537e
}

.message.is-success {
    background-color: #f6fef9
}

.message.is-success .message-header {
    background-color: #23d160;
    color: #fff
}

.message.is-success .message-body {
    border-color: #23d160;
    color: #0e301a
}

.message.is-warning {
    background-color: #fffdf5
}

.message.is-warning .message-header {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, .7)
}

.message.is-warning .message-body {
    border-color: #ffdd57;
    color: #3b3108
}

.message.is-danger {
    background-color: #fff5f7
}

.message.is-danger .message-header {
    background-color: #ff3860;
    color: #fff
}

.message.is-danger .message-body {
    border-color: #ff3860;
    color: #cd0930
}

.message-header {
    -ms-flex-align: center;
    align-items: center;
    background-color: #4a4a4a;
    border-radius: 4px 4px 0 0;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.25;
    padding: .75em 1em;
    position: relative
}

.message-header .delete {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: .75em
}

.message-header+.message-body {
    border-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.message-body {
    border-color: #dbdbdb;
    border-radius: 4px;
    border-style: solid;
    border-width: 0 0 0 4px;
    color: #4a4a4a;
    padding: 1.25em 1.5em
}

.message-body code, .message-body pre {
    background-color: #fff
}

.message-body pre code {
    background-color: transparent
}

.modal {
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40
}

.modal.is-active {
    display: -ms-flexbox;
    display: flex
}

.modal-background {
    background-color: rgba(10, 10, 10, .86)
}

.modal-card, .modal-content {
    margin: 0 20px;
    max-height: calc(100vh - 160px);
    overflow: auto;
    position: relative;
    width: 100%
}

@media screen and (min-width:769px), print {
    .modal-card, .modal-content {
        margin: 0 auto;
        max-height: calc(100vh - 40px);
        width: 640px
    }
}

.modal-close {
    background: 0 0;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px
}

.modal-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    -ms-overflow-y: visible
}

.modal-card-foot, .modal-card-head {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px;
    position: relative
}

.modal-card-head {
    border-bottom: 1px solid #dbdbdb;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.modal-card-title {
    color: #363636;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1
}

.modal-card-foot {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #dbdbdb
}

.modal-card-foot .button:not(:last-child) {
    margin-right: 10px
}

.modal-card-body {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: auto;
    padding: 20px
}

.navbar {
    background-color: #fff;
    min-height: 3.25rem;
    position: relative;
    z-index: 30
}

.navbar.is-white {
    background-color: #fff;
    color: #0a0a0a
}

.navbar.is-white .navbar-brand .navbar-link, .navbar.is-white .navbar-brand>.navbar-item {
    color: #0a0a0a
}

.navbar.is-white .navbar-brand .navbar-link.is-active, .navbar.is-white .navbar-brand .navbar-link:hover, .navbar.is-white .navbar-brand>a.navbar-item.is-active, .navbar.is-white .navbar-brand>a.navbar-item:hover {
    background-color: #f2f2f2;
    color: #0a0a0a
}

.navbar.is-white .navbar-brand .navbar-link::after {
    border-color: #0a0a0a
}

.navbar.is-white .navbar-burger {
    color: #0a0a0a
}

@media screen and (min-width:1088px) {
    .navbar.is-white .navbar-end .navbar-link, .navbar.is-white .navbar-end>.navbar-item, .navbar.is-white .navbar-start .navbar-link, .navbar.is-white .navbar-start>.navbar-item {
        color: #0a0a0a
    }

    .navbar.is-white .navbar-end .navbar-link.is-active, .navbar.is-white .navbar-end .navbar-link:hover, .navbar.is-white .navbar-end>a.navbar-item.is-active, .navbar.is-white .navbar-end>a.navbar-item:hover, .navbar.is-white .navbar-start .navbar-link.is-active, .navbar.is-white .navbar-start .navbar-link:hover, .navbar.is-white .navbar-start>a.navbar-item.is-active, .navbar.is-white .navbar-start>a.navbar-item:hover {
        background-color: #f2f2f2;
        color: #0a0a0a
    }

    .navbar.is-white .navbar-end .navbar-link::after, .navbar.is-white .navbar-start .navbar-link::after {
        border-color: #0a0a0a
    }

    .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a
    }

    .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: #fff;
        color: #0a0a0a
    }
}

.navbar.is-black {
    background-color: #0a0a0a;
    color: #fff
}

.navbar.is-black .navbar-brand .navbar-link, .navbar.is-black .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-black .navbar-brand .navbar-link.is-active, .navbar.is-black .navbar-brand .navbar-link:hover, .navbar.is-black .navbar-brand>a.navbar-item.is-active, .navbar.is-black .navbar-brand>a.navbar-item:hover {
    background-color: #000;
    color: #fff
}

.navbar.is-black .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-black .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {
    .navbar.is-black .navbar-end .navbar-link, .navbar.is-black .navbar-end>.navbar-item, .navbar.is-black .navbar-start .navbar-link, .navbar.is-black .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-black .navbar-end .navbar-link.is-active, .navbar.is-black .navbar-end .navbar-link:hover, .navbar.is-black .navbar-end>a.navbar-item.is-active, .navbar.is-black .navbar-end>a.navbar-item:hover, .navbar.is-black .navbar-start .navbar-link.is-active, .navbar.is-black .navbar-start .navbar-link:hover, .navbar.is-black .navbar-start>a.navbar-item.is-active, .navbar.is-black .navbar-start>a.navbar-item:hover {
        background-color: #000;
        color: #fff
    }

    .navbar.is-black .navbar-end .navbar-link::after, .navbar.is-black .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #000;
        color: #fff
    }

    .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: #fff
    }
}

.navbar.is-light {
    background-color: #f5f5f5;
    color: #363636
}

.navbar.is-light .navbar-brand .navbar-link, .navbar.is-light .navbar-brand>.navbar-item {
    color: #363636
}

.navbar.is-light .navbar-brand .navbar-link.is-active, .navbar.is-light .navbar-brand .navbar-link:hover, .navbar.is-light .navbar-brand>a.navbar-item.is-active, .navbar.is-light .navbar-brand>a.navbar-item:hover {
    background-color: #e8e8e8;
    color: #363636
}

.navbar.is-light .navbar-brand .navbar-link::after {
    border-color: #363636
}

.navbar.is-light .navbar-burger {
    color: #363636
}

@media screen and (min-width:1088px) {
    .navbar.is-light .navbar-end .navbar-link, .navbar.is-light .navbar-end>.navbar-item, .navbar.is-light .navbar-start .navbar-link, .navbar.is-light .navbar-start>.navbar-item {
        color: #363636
    }

    .navbar.is-light .navbar-end .navbar-link.is-active, .navbar.is-light .navbar-end .navbar-link:hover, .navbar.is-light .navbar-end>a.navbar-item.is-active, .navbar.is-light .navbar-end>a.navbar-item:hover, .navbar.is-light .navbar-start .navbar-link.is-active, .navbar.is-light .navbar-start .navbar-link:hover, .navbar.is-light .navbar-start>a.navbar-item.is-active, .navbar.is-light .navbar-start>a.navbar-item:hover {
        background-color: #e8e8e8;
        color: #363636
    }

    .navbar.is-light .navbar-end .navbar-link::after, .navbar.is-light .navbar-start .navbar-link::after {
        border-color: #363636
    }

    .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #e8e8e8;
        color: #363636
    }

    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: #363636
    }
}

.navbar.is-dark {
    background-color: #363636;
    color: #f5f5f5
}

.navbar.is-dark .navbar-brand .navbar-link, .navbar.is-dark .navbar-brand>.navbar-item {
    color: #f5f5f5
}

.navbar.is-dark .navbar-brand .navbar-link.is-active, .navbar.is-dark .navbar-brand .navbar-link:hover, .navbar.is-dark .navbar-brand>a.navbar-item.is-active, .navbar.is-dark .navbar-brand>a.navbar-item:hover {
    background-color: #292929;
    color: #f5f5f5
}

.navbar.is-dark .navbar-brand .navbar-link::after {
    border-color: #f5f5f5
}

.navbar.is-dark .navbar-burger {
    color: #f5f5f5
}

@media screen and (min-width:1088px) {
    .navbar.is-dark .navbar-end .navbar-link, .navbar.is-dark .navbar-end>.navbar-item, .navbar.is-dark .navbar-start .navbar-link, .navbar.is-dark .navbar-start>.navbar-item {
        color: #f5f5f5
    }

    .navbar.is-dark .navbar-end .navbar-link.is-active, .navbar.is-dark .navbar-end .navbar-link:hover, .navbar.is-dark .navbar-end>a.navbar-item.is-active, .navbar.is-dark .navbar-end>a.navbar-item:hover, .navbar.is-dark .navbar-start .navbar-link.is-active, .navbar.is-dark .navbar-start .navbar-link:hover, .navbar.is-dark .navbar-start>a.navbar-item.is-active, .navbar.is-dark .navbar-start>a.navbar-item:hover {
        background-color: #292929;
        color: #f5f5f5
    }

    .navbar.is-dark .navbar-end .navbar-link::after, .navbar.is-dark .navbar-start .navbar-link::after {
        border-color: #f5f5f5
    }

    .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #292929;
        color: #f5f5f5
    }

    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: #f5f5f5
    }
}

.navbar.is-primary {
    background-color: #00d1b2;
    color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link, .navbar.is-primary .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link.is-active, .navbar.is-primary .navbar-brand .navbar-link:hover, .navbar.is-primary .navbar-brand>a.navbar-item.is-active, .navbar.is-primary .navbar-brand>a.navbar-item:hover {
    background-color: #00b89c;
    color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-primary .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {
    .navbar.is-primary .navbar-end .navbar-link, .navbar.is-primary .navbar-end>.navbar-item, .navbar.is-primary .navbar-start .navbar-link, .navbar.is-primary .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-primary .navbar-end .navbar-link.is-active, .navbar.is-primary .navbar-end .navbar-link:hover, .navbar.is-primary .navbar-end>a.navbar-item.is-active, .navbar.is-primary .navbar-end>a.navbar-item:hover, .navbar.is-primary .navbar-start .navbar-link.is-active, .navbar.is-primary .navbar-start .navbar-link:hover, .navbar.is-primary .navbar-start>a.navbar-item.is-active, .navbar.is-primary .navbar-start>a.navbar-item:hover {
        background-color: #00b89c;
        color: #fff
    }

    .navbar.is-primary .navbar-end .navbar-link::after, .navbar.is-primary .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #00b89c;
        color: #fff
    }

    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #00d1b2;
        color: #fff
    }
}

.navbar.is-link {
    background-color: #3273dc;
    color: #fff
}

.navbar.is-link .navbar-brand .navbar-link, .navbar.is-link .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-link .navbar-brand .navbar-link.is-active, .navbar.is-link .navbar-brand .navbar-link:hover, .navbar.is-link .navbar-brand>a.navbar-item.is-active, .navbar.is-link .navbar-brand>a.navbar-item:hover {
    background-color: #2366d1;
    color: #fff
}

.navbar.is-link .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-link .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {
    .navbar.is-link .navbar-end .navbar-link, .navbar.is-link .navbar-end>.navbar-item, .navbar.is-link .navbar-start .navbar-link, .navbar.is-link .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-link .navbar-end .navbar-link.is-active, .navbar.is-link .navbar-end .navbar-link:hover, .navbar.is-link .navbar-end>a.navbar-item.is-active, .navbar.is-link .navbar-end>a.navbar-item:hover, .navbar.is-link .navbar-start .navbar-link.is-active, .navbar.is-link .navbar-start .navbar-link:hover, .navbar.is-link .navbar-start>a.navbar-item.is-active, .navbar.is-link .navbar-start>a.navbar-item:hover {
        background-color: #2366d1;
        color: #fff
    }

    .navbar.is-link .navbar-end .navbar-link::after, .navbar.is-link .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #2366d1;
        color: #fff
    }

    .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #3273dc;
        color: #fff
    }
}

.navbar.is-info {
    background-color: #209cee;
    color: #fff
}

.navbar.is-info .navbar-brand .navbar-link, .navbar.is-info .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-info .navbar-brand .navbar-link.is-active, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand>a.navbar-item.is-active, .navbar.is-info .navbar-brand>a.navbar-item:hover {
    background-color: #118fe4;
    color: #fff
}

.navbar.is-info .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-info .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {
    .navbar.is-info .navbar-end .navbar-link, .navbar.is-info .navbar-end>.navbar-item, .navbar.is-info .navbar-start .navbar-link, .navbar.is-info .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-info .navbar-end .navbar-link.is-active, .navbar.is-info .navbar-end .navbar-link:hover, .navbar.is-info .navbar-end>a.navbar-item.is-active, .navbar.is-info .navbar-end>a.navbar-item:hover, .navbar.is-info .navbar-start .navbar-link.is-active, .navbar.is-info .navbar-start .navbar-link:hover, .navbar.is-info .navbar-start>a.navbar-item.is-active, .navbar.is-info .navbar-start>a.navbar-item:hover {
        background-color: #118fe4;
        color: #fff
    }

    .navbar.is-info .navbar-end .navbar-link::after, .navbar.is-info .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #118fe4;
        color: #fff
    }

    .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #209cee;
        color: #fff
    }
}

.navbar.is-success {
    background-color: #23d160;
    color: #fff
}

.navbar.is-success .navbar-brand .navbar-link, .navbar.is-success .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-success .navbar-brand .navbar-link.is-active, .navbar.is-success .navbar-brand .navbar-link:hover, .navbar.is-success .navbar-brand>a.navbar-item.is-active, .navbar.is-success .navbar-brand>a.navbar-item:hover {
    background-color: #20bc56;
    color: #fff
}

.navbar.is-success .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-success .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {
    .navbar.is-success .navbar-end .navbar-link, .navbar.is-success .navbar-end>.navbar-item, .navbar.is-success .navbar-start .navbar-link, .navbar.is-success .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-success .navbar-end .navbar-link.is-active, .navbar.is-success .navbar-end .navbar-link:hover, .navbar.is-success .navbar-end>a.navbar-item.is-active, .navbar.is-success .navbar-end>a.navbar-item:hover, .navbar.is-success .navbar-start .navbar-link.is-active, .navbar.is-success .navbar-start .navbar-link:hover, .navbar.is-success .navbar-start>a.navbar-item.is-active, .navbar.is-success .navbar-start>a.navbar-item:hover {
        background-color: #20bc56;
        color: #fff
    }

    .navbar.is-success .navbar-end .navbar-link::after, .navbar.is-success .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #20bc56;
        color: #fff
    }

    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #23d160;
        color: #fff
    }
}

.navbar.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-brand .navbar-link, .navbar.is-warning .navbar-brand>.navbar-item {
    color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-brand .navbar-link.is-active, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand>a.navbar-item.is-active, .navbar.is-warning .navbar-brand>a.navbar-item:hover {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-brand .navbar-link::after {
    border-color: rgba(0, 0, 0, .7)
}

.navbar.is-warning .navbar-burger {
    color: rgba(0, 0, 0, .7)
}

@media screen and (min-width:1088px) {
    .navbar.is-warning .navbar-end .navbar-link, .navbar.is-warning .navbar-end>.navbar-item, .navbar.is-warning .navbar-start .navbar-link, .navbar.is-warning .navbar-start>.navbar-item {
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-warning .navbar-end .navbar-link.is-active, .navbar.is-warning .navbar-end .navbar-link:hover, .navbar.is-warning .navbar-end>a.navbar-item.is-active, .navbar.is-warning .navbar-end>a.navbar-item:hover, .navbar.is-warning .navbar-start .navbar-link.is-active, .navbar.is-warning .navbar-start .navbar-link:hover, .navbar.is-warning .navbar-start>a.navbar-item.is-active, .navbar.is-warning .navbar-start>a.navbar-item:hover {
        background-color: #ffd83d;
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-warning .navbar-end .navbar-link::after, .navbar.is-warning .navbar-start .navbar-link::after {
        border-color: rgba(0, 0, 0, .7)
    }

    .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #ffd83d;
        color: rgba(0, 0, 0, .7)
    }

    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffdd57;
        color: rgba(0, 0, 0, .7)
    }
}

.navbar.is-danger {
    background-color: #ff3860;
    color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link, .navbar.is-danger .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link.is-active, .navbar.is-danger .navbar-brand .navbar-link:hover, .navbar.is-danger .navbar-brand>a.navbar-item.is-active, .navbar.is-danger .navbar-brand>a.navbar-item:hover {
    background-color: #ff1f4b;
    color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-danger .navbar-burger {
    color: #fff
}

@media screen and (min-width:1088px) {
    .navbar.is-danger .navbar-end .navbar-link, .navbar.is-danger .navbar-end>.navbar-item, .navbar.is-danger .navbar-start .navbar-link, .navbar.is-danger .navbar-start>.navbar-item {
        color: #fff
    }

    .navbar.is-danger .navbar-end .navbar-link.is-active, .navbar.is-danger .navbar-end .navbar-link:hover, .navbar.is-danger .navbar-end>a.navbar-item.is-active, .navbar.is-danger .navbar-end>a.navbar-item:hover, .navbar.is-danger .navbar-start .navbar-link.is-active, .navbar.is-danger .navbar-start .navbar-link:hover, .navbar.is-danger .navbar-start>a.navbar-item.is-active, .navbar.is-danger .navbar-start>a.navbar-item:hover {
        background-color: #ff1f4b;
        color: #fff
    }

    .navbar.is-danger .navbar-end .navbar-link::after, .navbar.is-danger .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #ff1f4b;
        color: #fff
    }

    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #ff3860;
        color: #fff
    }
}

.navbar>.container {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.25rem;
    width: 100%
}

.navbar.has-shadow {
    box-shadow: 0 2px 0 0 #f5f5f5
}

.navbar.is-fixed-bottom, .navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30
}

.navbar.is-fixed-bottom {
    bottom: 0
}

.navbar.is-fixed-bottom.has-shadow {
    box-shadow: 0 -2px 0 0 #f5f5f5
}

.navbar.is-fixed-top {
    top: 0
}

body.has-navbar-fixed-top, html.has-navbar-fixed-top {
    padding-top: 3.25rem
}

body.has-navbar-fixed-bottom, html.has-navbar-fixed-bottom {
    padding-bottom: 3.25rem
}

.navbar-brand, .navbar-tabs {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 3.25rem
}

.navbar-brand a.navbar-item:hover {
    background-color: transparent
}

.navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden
}

.navbar-burger {
    color: #4a4a4a;
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto
}

.navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, -webkit-transform;
    transition-property: background-color, opacity, transform;
    transition-property: background-color, opacity, transform, -webkit-transform;
    transition-timing-function: ease-out;
    width: 16px
}

.navbar-burger span:nth-child(1) {
    top: calc(50% - 6px)
}

.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px)
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 4px)
}

.navbar-burger:hover {
    background-color: rgba(0, 0, 0, .05)
}

.navbar-burger.is-active span:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
    transform: translateY(5px) rotate(45deg)
}

.navbar-burger.is-active span:nth-child(2) {
    opacity: 0
}

.navbar-burger.is-active span:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg)
}

.navbar-menu {
    display: none
}

.navbar-item, .navbar-link {
    color: #4a4a4a;
    display: block;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative
}

.navbar-item .icon:only-child, .navbar-link .icon:only-child {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.navbar-link, a.navbar-item {
    cursor: pointer
}

.navbar-link.is-active, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:hover {
    background-color: #fafafa;
    color: #3273dc
}

.navbar-item {
    display: block;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.navbar-item img {
    max-height: 1.75rem
}

.navbar-item.has-dropdown {
    padding: 0
}

.navbar-item.is-expanded {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(.5rem - 1px)
}

.navbar-item.is-tab:hover {
    background-color: transparent;
    border-bottom-color: #3273dc
}

.navbar-item.is-tab.is-active {
    background-color: transparent;
    border-bottom-color: #3273dc;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: #3273dc;
    padding-bottom: calc(.5rem - 3px)
}

.navbar-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.navbar-link:not(.is-arrowless) {
    padding-right: 2.5em
}

.navbar-link:not(.is-arrowless)::after {
    border-color: #3273dc;
    margin-top: -.375em;
    right: 1.125em
}

.navbar-dropdown {
    font-size: .875rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.navbar-divider {
    background-color: #f5f5f5;
    border: none;
    display: none;
    height: 2px;
    margin: .5rem 0
}

@media screen and (max-width:1087px) {
    .navbar>.container {
        display: block
    }

    .navbar-brand .navbar-item, .navbar-tabs .navbar-item {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex
    }

    .navbar-link::after {
        display: none
    }

    .navbar-menu {
        background-color: #fff;
        box-shadow: 0 8px 16px rgba(10, 10, 10, .1);
        padding: .5rem 0
    }

    .navbar-menu.is-active {
        display: block
    }

    .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-touch {
        bottom: 0
    }

    .navbar.is-fixed-bottom-touch.has-shadow {
        box-shadow: 0 -2px 3px rgba(10, 10, 10, .1)
    }

    .navbar.is-fixed-top-touch {
        top: 0
    }

    .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 3.25rem);
        overflow: auto
    }

    body.has-navbar-fixed-top-touch, html.has-navbar-fixed-top-touch {
        padding-top: 3.25rem
    }

    body.has-navbar-fixed-bottom-touch, html.has-navbar-fixed-bottom-touch {
        padding-bottom: 3.25rem
    }
}

@media screen and (min-width:1088px) {
    .navbar, .navbar-end, .navbar-menu, .navbar-start {
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -ms-flexbox;
        display: flex
    }

    .navbar {
        min-height: 3.25rem
    }

    .navbar.is-spaced {
        padding: 1rem 2rem
    }

    .navbar.is-spaced .navbar-end, .navbar.is-spaced .navbar-start {
        -ms-flex-align: center;
        align-items: center
    }

    .navbar.is-spaced .navbar-link, .navbar.is-spaced a.navbar-item {
        border-radius: 4px
    }

    .navbar.is-transparent .navbar-link.is-active, .navbar.is-transparent .navbar-link:hover, .navbar.is-transparent a.navbar-item.is-active, .navbar.is-transparent a.navbar-item:hover {
        background-color: transparent !important
    }

    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
        background-color: transparent !important
    }

    .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
        background-color: #f5f5f5;
        color: #0a0a0a
    }

    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: #3273dc
    }

    .navbar-burger {
        display: none
    }

    .navbar-item, .navbar-link {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex
    }

    .navbar-item {
        display: -ms-flexbox;
        display: flex
    }

    .navbar-item.has-dropdown {
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .navbar-item.has-dropdown-up .navbar-link::after {
        -webkit-transform: rotate(135deg) translate(.25em, -.25em);
        transform: rotate(135deg) translate(.25em, -.25em)
    }

    .navbar-item.has-dropdown-up .navbar-dropdown {
        border-bottom: 2px solid #dbdbdb;
        border-radius: 6px 6px 0 0;
        border-top: none;
        bottom: 100%;
        box-shadow: 0 -8px 8px rgba(10, 10, 10, .1);
        top: auto
    }

    .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block
    }

    .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .navbar-menu {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .navbar-start {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: auto
    }

    .navbar-end {
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: auto
    }

    .navbar-dropdown {
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #dbdbdb;
        box-shadow: 0 8px 8px rgba(10, 10, 10, .1);
        display: none;
        font-size: .875rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 100%;
        z-index: 20
    }

    .navbar-dropdown .navbar-item {
        padding: .375rem 1rem;
        white-space: nowrap
    }

    .navbar-dropdown a.navbar-item {
        padding-right: 3rem
    }

    .navbar-dropdown a.navbar-item:hover {
        background-color: #f5f5f5;
        color: #0a0a0a
    }

    .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: #3273dc
    }

    .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-dropdown {
        border-radius: 6px;
        border-top: none;
        box-shadow: 0 8px 8px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
        display: block;
        opacity: 0;
        pointer-events: none;
        top: calc(100% + (-4px));
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        transition-duration: 86ms;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform
    }

    .navbar-dropdown.is-right {
        left: auto;
        right: 0
    }

    .navbar-divider {
        display: block
    }

    .container>.navbar .navbar-brand, .navbar>.container .navbar-brand {
        margin-left: -.75rem
    }

    .container>.navbar .navbar-menu, .navbar>.container .navbar-menu {
        margin-right: -.75rem
    }

    .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-desktop {
        bottom: 0
    }

    .navbar.is-fixed-bottom-desktop.has-shadow {
        box-shadow: 0 -2px 3px rgba(10, 10, 10, .1)
    }

    .navbar.is-fixed-top-desktop {
        top: 0
    }

    body.has-navbar-fixed-top-desktop, html.has-navbar-fixed-top-desktop {
        padding-top: 3.25rem
    }

    body.has-navbar-fixed-bottom-desktop, html.has-navbar-fixed-bottom-desktop {
        padding-bottom: 3.25rem
    }

    body.has-spaced-navbar-fixed-top, html.has-spaced-navbar-fixed-top {
        padding-top: 5.25rem
    }

    body.has-spaced-navbar-fixed-bottom, html.has-spaced-navbar-fixed-bottom {
        padding-bottom: 5.25rem
    }

    .navbar-link.is-active, a.navbar-item.is-active {
        color: #0a0a0a
    }

    .navbar-link.is-active:not(:hover), a.navbar-item.is-active:not(:hover) {
        background-color: transparent
    }

    .navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #fafafa
    }
}

.pagination {
    font-size: 1rem;
    margin: -.25rem
}

.pagination.is-small {
    font-size: .75rem
}

.pagination.is-medium {
    font-size: 1.25rem
}

.pagination.is-large {
    font-size: 1.5rem
}

.pagination.is-rounded .pagination-next, .pagination.is-rounded .pagination-previous {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 290486px
}

.pagination.is-rounded .pagination-link {
    border-radius: 290486px
}

.pagination, .pagination-list {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous {
    font-size: 1em;
    padding-left: .5em;
    padding-right: .5em;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .25rem;
    text-align: center
}

.pagination-link, .pagination-next, .pagination-previous {
    border-color: #dbdbdb;
    color: #363636;
    min-width: 2.25em
}

.pagination-link:hover, .pagination-next:hover, .pagination-previous:hover {
    border-color: #b5b5b5;
    color: #363636
}

.pagination-link:focus, .pagination-next:focus, .pagination-previous:focus {
    border-color: #3273dc
}

.pagination-link:active, .pagination-next:active, .pagination-previous:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .2)
}

.pagination-link[disabled], .pagination-next[disabled], .pagination-previous[disabled] {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #7a7a7a;
    opacity: .5
}

.pagination-next, .pagination-previous {
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap
}

.pagination-link.is-current {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff
}

.pagination-ellipsis {
    color: #b5b5b5;
    pointer-events: none
}

.pagination-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width:768px) {
    .pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pagination-next, .pagination-previous {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .pagination-list li {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
}

@media screen and (min-width:769px), print {
    .pagination-list {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-order: 1;
        order: 1
    }

    .pagination-previous {
        -ms-flex-order: 2;
        order: 2
    }

    .pagination-next {
        -ms-flex-order: 3;
        order: 3
    }

    .pagination {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .pagination.is-centered .pagination-previous {
        -ms-flex-order: 1;
        order: 1
    }

    .pagination.is-centered .pagination-list {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-order: 2;
        order: 2
    }

    .pagination.is-centered .pagination-next {
        -ms-flex-order: 3;
        order: 3
    }

    .pagination.is-right .pagination-previous {
        -ms-flex-order: 1;
        order: 1
    }

    .pagination.is-right .pagination-next {
        -ms-flex-order: 2;
        order: 2
    }

    .pagination.is-right .pagination-list {
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-order: 3;
        order: 3
    }
}

.panel {
    font-size: 1rem
}

.panel:not(:last-child) {
    margin-bottom: 1.5rem
}

.panel-block, .panel-heading, .panel-tabs {
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb
}

.panel-block:first-child, .panel-heading:first-child, .panel-tabs:first-child {
    border-top: 1px solid #dbdbdb
}

.panel-heading {
    background-color: #f5f5f5;
    border-radius: 4px 4px 0 0;
    color: #363636;
    font-size: 1.25em;
    font-weight: 300;
    line-height: 1.25;
    padding: .5em .75em
}

.panel-tabs {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    font-size: .875em;
    -ms-flex-pack: center;
    justify-content: center
}

.panel-tabs a {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: -1px;
    padding: .5em
}

.panel-tabs a.is-active {
    border-bottom-color: #4a4a4a;
    color: #363636
}

.panel-list a {
    color: #4a4a4a
}

.panel-list a:hover {
    color: #3273dc
}

.panel-block {
    -ms-flex-align: center;
    align-items: center;
    color: #363636;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: .5em .75em
}

.panel-block input[type=checkbox] {
    margin-right: .75em
}

.panel-block>.control {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%
}

.panel-block.is-wrapped {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.panel-block.is-active {
    border-left-color: #3273dc;
    color: #363636
}

.panel-block.is-active .panel-icon {
    color: #3273dc
}

a.panel-block, label.panel-block {
    cursor: pointer
}

a.panel-block:hover, label.panel-block:hover {
    background-color: #f5f5f5
}

.panel-icon {
    display: inline-block;
    font-size: 14px;
    height: 1em;
    line-height: 1em;
    text-align: center;
    vertical-align: top;
    width: 1em;
    color: #7a7a7a;
    margin-right: .75em
}

.panel-icon .fa {
    font-size: inherit;
    line-height: inherit
}

.tabs {
    -webkit-overflow-scrolling: touch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap
}

.tabs a {
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #4a4a4a;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -1px;
    padding: .5em 1em;
    vertical-align: top
}

.tabs a:hover {
    border-bottom-color: #363636;
    color: #363636
}

.tabs li {
    display: block
}

.tabs li.is-active a {
    border-bottom-color: #3273dc;
    color: #3273dc
}

.tabs ul {
    -ms-flex-align: center;
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tabs ul.is-left {
    padding-right: .75em
}

.tabs ul.is-center {
    -ms-flex: none;
    flex: none;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .75em;
    padding-right: .75em
}

.tabs ul.is-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: .75em
}

.tabs .icon:first-child {
    margin-right: .5em
}

.tabs .icon:last-child {
    margin-left: .5em
}

.tabs.is-centered ul {
    -ms-flex-pack: center;
    justify-content: center
}

.tabs.is-right ul {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.tabs.is-boxed a:hover {
    background-color: #f5f5f5;
    border-bottom-color: #dbdbdb
}

.tabs.is-boxed li.is-active a {
    background-color: #fff;
    border-color: #dbdbdb;
    border-bottom-color: transparent !important
}

.tabs.is-fullwidth li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tabs.is-toggle a {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative
}

.tabs.is-toggle a:hover {
    background-color: #f5f5f5;
    border-color: #b5b5b5;
    z-index: 2
}

.tabs.is-toggle li+li {
    margin-left: -1px
}

.tabs.is-toggle li:first-child a {
    border-radius: 4px 0 0 4px
}

.tabs.is-toggle li:last-child a {
    border-radius: 0 4px 4px 0
}

.tabs.is-toggle li.is-active a {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
    z-index: 1
}

.tabs.is-toggle ul {
    border-bottom: none
}

.tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 290486px;
    border-top-left-radius: 290486px;
    padding-left: 1.25em
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 290486px;
    border-top-right-radius: 290486px;
    padding-right: 1.25em
}

.tabs.is-small {
    font-size: .75rem
}

.tabs.is-medium {
    font-size: 1.25rem
}

.tabs.is-large {
    font-size: 1.5rem
}

.column {
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: .75rem
}

.columns.is-mobile>.column.is-narrow {
    -ms-flex: none;
    flex: none
}

.columns.is-mobile>.column.is-full {
    -ms-flex: none;
    flex: none;
    width: 100%
}

.columns.is-mobile>.column.is-three-quarters {
    -ms-flex: none;
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-two-thirds {
    -ms-flex: none;
    flex: none;
    width: 66.6666%
}

.columns.is-mobile>.column.is-half {
    -ms-flex: none;
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-one-third {
    -ms-flex: none;
    flex: none;
    width: 33.3333%
}

.columns.is-mobile>.column.is-one-quarter {
    -ms-flex: none;
    flex: none;
    width: 25%
}

.columns.is-mobile>.column.is-one-fifth {
    -ms-flex: none;
    flex: none;
    width: 20%
}

.columns.is-mobile>.column.is-two-fifths {
    -ms-flex: none;
    flex: none;
    width: 40%
}

.columns.is-mobile>.column.is-three-fifths {
    -ms-flex: none;
    flex: none;
    width: 60%
}

.columns.is-mobile>.column.is-four-fifths {
    -ms-flex: none;
    flex: none;
    width: 80%
}

.columns.is-mobile>.column.is-offset-three-quarters {
    margin-left: 75%
}

.columns.is-mobile>.column.is-offset-two-thirds {
    margin-left: 66.6666%
}

.columns.is-mobile>.column.is-offset-half {
    margin-left: 50%
}

.columns.is-mobile>.column.is-offset-one-third {
    margin-left: 33.3333%
}

.columns.is-mobile>.column.is-offset-one-quarter {
    margin-left: 25%
}

.columns.is-mobile>.column.is-offset-one-fifth {
    margin-left: 20%
}

.columns.is-mobile>.column.is-offset-two-fifths {
    margin-left: 40%
}

.columns.is-mobile>.column.is-offset-three-fifths {
    margin-left: 60%
}

.columns.is-mobile>.column.is-offset-four-fifths {
    margin-left: 80%
}

.columns.is-mobile>.column.is-1 {
    -ms-flex: none;
    flex: none;
    width: 8.33333%
}

.columns.is-mobile>.column.is-offset-1 {
    margin-left: 8.33333%
}

.columns.is-mobile>.column.is-2 {
    -ms-flex: none;
    flex: none;
    width: 16.66667%
}

.columns.is-mobile>.column.is-offset-2 {
    margin-left: 16.66667%
}

.columns.is-mobile>.column.is-3 {
    -ms-flex: none;
    flex: none;
    width: 25%
}

.columns.is-mobile>.column.is-offset-3 {
    margin-left: 25%
}

.columns.is-mobile>.column.is-4 {
    -ms-flex: none;
    flex: none;
    width: 33.33333%
}

.columns.is-mobile>.column.is-offset-4 {
    margin-left: 33.33333%
}

.columns.is-mobile>.column.is-5 {
    -ms-flex: none;
    flex: none;
    width: 41.66667%
}

.columns.is-mobile>.column.is-offset-5 {
    margin-left: 41.66667%
}

.columns.is-mobile>.column.is-6 {
    -ms-flex: none;
    flex: none;
    width: 50%
}

.columns.is-mobile>.column.is-offset-6 {
    margin-left: 50%
}

.columns.is-mobile>.column.is-7 {
    -ms-flex: none;
    flex: none;
    width: 58.33333%
}

.columns.is-mobile>.column.is-offset-7 {
    margin-left: 58.33333%
}

.columns.is-mobile>.column.is-8 {
    -ms-flex: none;
    flex: none;
    width: 66.66667%
}

.columns.is-mobile>.column.is-offset-8 {
    margin-left: 66.66667%
}

.columns.is-mobile>.column.is-9 {
    -ms-flex: none;
    flex: none;
    width: 75%
}

.columns.is-mobile>.column.is-offset-9 {
    margin-left: 75%
}

.columns.is-mobile>.column.is-10 {
    -ms-flex: none;
    flex: none;
    width: 83.33333%
}

.columns.is-mobile>.column.is-offset-10 {
    margin-left: 83.33333%
}

.columns.is-mobile>.column.is-11 {
    -ms-flex: none;
    flex: none;
    width: 91.66667%
}

.columns.is-mobile>.column.is-offset-11 {
    margin-left: 91.66667%
}

.columns.is-mobile>.column.is-12 {
    -ms-flex: none;
    flex: none;
    width: 100%
}

.columns.is-mobile>.column.is-offset-12 {
    margin-left: 100%
}

@media screen and (max-width:768px) {
    .column.is-narrow-mobile {
        -ms-flex: none;
        flex: none
    }

    .column.is-full-mobile {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-mobile {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-mobile {
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-mobile {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-mobile {
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-mobile {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-mobile {
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-mobile {
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-mobile {
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-mobile {
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-mobile {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-mobile {
        margin-left: 66.6666%
    }

    .column.is-offset-half-mobile {
        margin-left: 50%
    }

    .column.is-offset-one-third-mobile {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-mobile {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-mobile {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-mobile {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-mobile {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-mobile {
        margin-left: 80%
    }

    .column.is-1-mobile {
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-mobile {
        margin-left: 8.33333%
    }

    .column.is-2-mobile {
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-mobile {
        margin-left: 16.66667%
    }

    .column.is-3-mobile {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-mobile {
        margin-left: 25%
    }

    .column.is-4-mobile {
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-mobile {
        margin-left: 33.33333%
    }

    .column.is-5-mobile {
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-mobile {
        margin-left: 41.66667%
    }

    .column.is-6-mobile {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-mobile {
        margin-left: 50%
    }

    .column.is-7-mobile {
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-mobile {
        margin-left: 58.33333%
    }

    .column.is-8-mobile {
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-mobile {
        margin-left: 66.66667%
    }

    .column.is-9-mobile {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-mobile {
        margin-left: 75%
    }

    .column.is-10-mobile {
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-mobile {
        margin-left: 83.33333%
    }

    .column.is-11-mobile {
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-mobile {
        margin-left: 91.66667%
    }

    .column.is-12-mobile {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-mobile {
        margin-left: 100%
    }
}

@media screen and (min-width:769px), print {
    .column.is-narrow, .column.is-narrow-tablet {
        -ms-flex: none;
        flex: none
    }

    .column.is-full, .column.is-full-tablet {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters, .column.is-three-quarters-tablet {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds, .column.is-two-thirds-tablet {
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half, .column.is-half-tablet {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third, .column.is-one-third-tablet {
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter, .column.is-one-quarter-tablet {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth, .column.is-one-fifth-tablet {
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths, .column.is-two-fifths-tablet {
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths, .column.is-three-fifths-tablet {
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths, .column.is-four-fifths-tablet {
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
        margin-left: 75%
    }

    .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
        margin-left: 66.6666%
    }

    .column.is-offset-half, .column.is-offset-half-tablet {
        margin-left: 50%
    }

    .column.is-offset-one-third, .column.is-offset-one-third-tablet {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
        margin-left: 25%
    }

    .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
        margin-left: 20%
    }

    .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
        margin-left: 40%
    }

    .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
        margin-left: 60%
    }

    .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
        margin-left: 80%
    }

    .column.is-1, .column.is-1-tablet {
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1, .column.is-offset-1-tablet {
        margin-left: 8.33333%
    }

    .column.is-2, .column.is-2-tablet {
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2, .column.is-offset-2-tablet {
        margin-left: 16.66667%
    }

    .column.is-3, .column.is-3-tablet {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3, .column.is-offset-3-tablet {
        margin-left: 25%
    }

    .column.is-4, .column.is-4-tablet {
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4, .column.is-offset-4-tablet {
        margin-left: 33.33333%
    }

    .column.is-5, .column.is-5-tablet {
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5, .column.is-offset-5-tablet {
        margin-left: 41.66667%
    }

    .column.is-6, .column.is-6-tablet {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6, .column.is-offset-6-tablet {
        margin-left: 50%
    }

    .column.is-7, .column.is-7-tablet {
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7, .column.is-offset-7-tablet {
        margin-left: 58.33333%
    }

    .column.is-8, .column.is-8-tablet {
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8, .column.is-offset-8-tablet {
        margin-left: 66.66667%
    }

    .column.is-9, .column.is-9-tablet {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9, .column.is-offset-9-tablet {
        margin-left: 75%
    }

    .column.is-10, .column.is-10-tablet {
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10, .column.is-offset-10-tablet {
        margin-left: 83.33333%
    }

    .column.is-11, .column.is-11-tablet {
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11, .column.is-offset-11-tablet {
        margin-left: 91.66667%
    }

    .column.is-12, .column.is-12-tablet {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12, .column.is-offset-12-tablet {
        margin-left: 100%
    }
}

@media screen and (max-width:1087px) {
    .column.is-narrow-touch {
        -ms-flex: none;
        flex: none
    }

    .column.is-full-touch {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-touch {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-touch {
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-touch {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-touch {
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-touch {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-touch {
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-touch {
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-touch {
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-touch {
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-touch {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-touch {
        margin-left: 66.6666%
    }

    .column.is-offset-half-touch {
        margin-left: 50%
    }

    .column.is-offset-one-third-touch {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-touch {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-touch {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-touch {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-touch {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-touch {
        margin-left: 80%
    }

    .column.is-1-touch {
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-touch {
        margin-left: 8.33333%
    }

    .column.is-2-touch {
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-touch {
        margin-left: 16.66667%
    }

    .column.is-3-touch {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-touch {
        margin-left: 25%
    }

    .column.is-4-touch {
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-touch {
        margin-left: 33.33333%
    }

    .column.is-5-touch {
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-touch {
        margin-left: 41.66667%
    }

    .column.is-6-touch {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-touch {
        margin-left: 50%
    }

    .column.is-7-touch {
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-touch {
        margin-left: 58.33333%
    }

    .column.is-8-touch {
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-touch {
        margin-left: 66.66667%
    }

    .column.is-9-touch {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-touch {
        margin-left: 75%
    }

    .column.is-10-touch {
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-touch {
        margin-left: 83.33333%
    }

    .column.is-11-touch {
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-touch {
        margin-left: 91.66667%
    }

    .column.is-12-touch {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-touch {
        margin-left: 100%
    }
}

@media screen and (min-width:1088px) {
    .column.is-narrow-desktop {
        -ms-flex: none;
        flex: none
    }

    .column.is-full-desktop {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-desktop {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-desktop {
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-desktop {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-desktop {
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-desktop {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-desktop {
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-desktop {
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-desktop {
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-desktop {
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-desktop {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-desktop {
        margin-left: 66.6666%
    }

    .column.is-offset-half-desktop {
        margin-left: 50%
    }

    .column.is-offset-one-third-desktop {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-desktop {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-desktop {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-desktop {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-desktop {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-desktop {
        margin-left: 80%
    }

    .column.is-1-desktop {
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-desktop {
        margin-left: 8.33333%
    }

    .column.is-2-desktop {
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-desktop {
        margin-left: 16.66667%
    }

    .column.is-3-desktop {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-desktop {
        margin-left: 25%
    }

    .column.is-4-desktop {
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-desktop {
        margin-left: 33.33333%
    }

    .column.is-5-desktop {
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-desktop {
        margin-left: 41.66667%
    }

    .column.is-6-desktop {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-desktop {
        margin-left: 50%
    }

    .column.is-7-desktop {
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-desktop {
        margin-left: 58.33333%
    }

    .column.is-8-desktop {
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-desktop {
        margin-left: 66.66667%
    }

    .column.is-9-desktop {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-desktop {
        margin-left: 75%
    }

    .column.is-10-desktop {
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-desktop {
        margin-left: 83.33333%
    }

    .column.is-11-desktop {
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-desktop {
        margin-left: 91.66667%
    }

    .column.is-12-desktop {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-desktop {
        margin-left: 100%
    }
}

@media screen and (min-width:1280px) {
    .column.is-narrow-widescreen {
        -ms-flex: none;
        flex: none
    }

    .column.is-full-widescreen {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-three-quarters-widescreen {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-two-thirds-widescreen {
        -ms-flex: none;
        flex: none;
        width: 66.6666%
    }

    .column.is-half-widescreen {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-one-third-widescreen {
        -ms-flex: none;
        flex: none;
        width: 33.3333%
    }

    .column.is-one-quarter-widescreen {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-one-fifth-widescreen {
        -ms-flex: none;
        flex: none;
        width: 20%
    }

    .column.is-two-fifths-widescreen {
        -ms-flex: none;
        flex: none;
        width: 40%
    }

    .column.is-three-fifths-widescreen {
        -ms-flex: none;
        flex: none;
        width: 60%
    }

    .column.is-four-fifths-widescreen {
        -ms-flex: none;
        flex: none;
        width: 80%
    }

    .column.is-offset-three-quarters-widescreen {
        margin-left: 75%
    }

    .column.is-offset-two-thirds-widescreen {
        margin-left: 66.6666%
    }

    .column.is-offset-half-widescreen {
        margin-left: 50%
    }

    .column.is-offset-one-third-widescreen {
        margin-left: 33.3333%
    }

    .column.is-offset-one-quarter-widescreen {
        margin-left: 25%
    }

    .column.is-offset-one-fifth-widescreen {
        margin-left: 20%
    }

    .column.is-offset-two-fifths-widescreen {
        margin-left: 40%
    }

    .column.is-offset-three-fifths-widescreen {
        margin-left: 60%
    }

    .column.is-offset-four-fifths-widescreen {
        margin-left: 80%
    }

    .column.is-1-widescreen {
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .column.is-offset-1-widescreen {
        margin-left: 8.33333%
    }

    .column.is-2-widescreen {
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .column.is-offset-2-widescreen {
        margin-left: 16.66667%
    }

    .column.is-3-widescreen {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .column.is-offset-3-widescreen {
        margin-left: 25%
    }

    .column.is-4-widescreen {
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .column.is-offset-4-widescreen {
        margin-left: 33.33333%
    }

    .column.is-5-widescreen {
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .column.is-offset-5-widescreen {
        margin-left: 41.66667%
    }

    .column.is-6-widescreen {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .column.is-offset-6-widescreen {
        margin-left: 50%
    }

    .column.is-7-widescreen {
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .column.is-offset-7-widescreen {
        margin-left: 58.33333%
    }

    .column.is-8-widescreen {
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .column.is-offset-8-widescreen {
        margin-left: 66.66667%
    }

    .column.is-9-widescreen {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .column.is-offset-9-widescreen {
        margin-left: 75%
    }

    .column.is-10-widescreen {
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .column.is-offset-10-widescreen {
        margin-left: 83.33333%
    }

    .column.is-11-widescreen {
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .column.is-offset-11-widescreen {
        margin-left: 91.66667%
    }

    .column.is-12-widescreen {
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .column.is-offset-12-widescreen {
        margin-left: 100%
    }
}

.columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.columns:last-child {
    margin-bottom: -.75rem
}

.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - .75rem)
}

.columns.is-centered {
    -ms-flex-pack: center;
    justify-content: center
}

.columns.is-gapless {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

.columns.is-gapless>.column {
    margin: 0;
    padding: 0 !important
}

.columns.is-gapless:not(:last-child) {
    margin-bottom: 1.5rem
}

.columns.is-gapless:last-child {
    margin-bottom: 0
}

.columns.is-mobile {
    display: -ms-flexbox;
    display: flex
}

.columns.is-multiline {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.columns.is-vcentered {
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:769px), print {
    .columns:not(.is-desktop) {
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width:1088px) {
    .columns.is-desktop {
        display: -ms-flexbox;
        display: flex
    }
}

.columns.is-variable {
    --columnGap: 0.75rem;
    margin-left: calc(-1 * var(--columnGap));
    margin-right: calc(-1 * var(--columnGap))
}

.columns.is-variable .column {
    padding-left: var(--columnGap);
    padding-right: var(--columnGap)
}

.columns.is-variable.is-0 {
    --columnGap: 0rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-0-mobile {
        --columnGap: 0rem
    }
}

@media screen and (min-width:769px), print {
    .columns.is-variable.is-0-tablet {
        --columnGap: 0rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .columns.is-variable.is-0-tablet-only {
        --columnGap: 0rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-0-touch {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-0-desktop {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .columns.is-variable.is-0-desktop-only {
        --columnGap: 0rem
    }
}

@media screen and (min-width:1280px) {
    .columns.is-variable.is-0-widescreen {
        --columnGap: 0rem
    }
}

.columns.is-variable.is-1 {
    --columnGap: .25rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-1-mobile {
        --columnGap: .25rem
    }
}

@media screen and (min-width:769px), print {
    .columns.is-variable.is-1-tablet {
        --columnGap: .25rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .columns.is-variable.is-1-tablet-only {
        --columnGap: .25rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-1-touch {
        --columnGap: .25rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-1-desktop {
        --columnGap: .25rem
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .columns.is-variable.is-1-desktop-only {
        --columnGap: .25rem
    }
}

@media screen and (min-width:1280px) {
    .columns.is-variable.is-1-widescreen {
        --columnGap: .25rem
    }
}

.columns.is-variable.is-2 {
    --columnGap: .5rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-2-mobile {
        --columnGap: .5rem
    }
}

@media screen and (min-width:769px), print {
    .columns.is-variable.is-2-tablet {
        --columnGap: .5rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .columns.is-variable.is-2-tablet-only {
        --columnGap: .5rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-2-touch {
        --columnGap: .5rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-2-desktop {
        --columnGap: .5rem
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .columns.is-variable.is-2-desktop-only {
        --columnGap: .5rem
    }
}

@media screen and (min-width:1280px) {
    .columns.is-variable.is-2-widescreen {
        --columnGap: .5rem
    }
}

.columns.is-variable.is-3 {
    --columnGap: .75rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-3-mobile {
        --columnGap: .75rem
    }
}

@media screen and (min-width:769px), print {
    .columns.is-variable.is-3-tablet {
        --columnGap: .75rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .columns.is-variable.is-3-tablet-only {
        --columnGap: .75rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-3-touch {
        --columnGap: .75rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-3-desktop {
        --columnGap: .75rem
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .columns.is-variable.is-3-desktop-only {
        --columnGap: .75rem
    }
}

@media screen and (min-width:1280px) {
    .columns.is-variable.is-3-widescreen {
        --columnGap: .75rem
    }
}

.columns.is-variable.is-4 {
    --columnGap: 1rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-4-mobile {
        --columnGap: 1rem
    }
}

@media screen and (min-width:769px), print {
    .columns.is-variable.is-4-tablet {
        --columnGap: 1rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .columns.is-variable.is-4-tablet-only {
        --columnGap: 1rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-4-touch {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-4-desktop {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .columns.is-variable.is-4-desktop-only {
        --columnGap: 1rem
    }
}

@media screen and (min-width:1280px) {
    .columns.is-variable.is-4-widescreen {
        --columnGap: 1rem
    }
}

.columns.is-variable.is-5 {
    --columnGap: 1.25rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-5-mobile {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:769px), print {
    .columns.is-variable.is-5-tablet {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .columns.is-variable.is-5-tablet-only {
        --columnGap: 1.25rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-5-touch {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-5-desktop {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .columns.is-variable.is-5-desktop-only {
        --columnGap: 1.25rem
    }
}

@media screen and (min-width:1280px) {
    .columns.is-variable.is-5-widescreen {
        --columnGap: 1.25rem
    }
}

.columns.is-variable.is-6 {
    --columnGap: 1.5rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-6-mobile {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:769px), print {
    .columns.is-variable.is-6-tablet {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .columns.is-variable.is-6-tablet-only {
        --columnGap: 1.5rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-6-touch {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-6-desktop {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .columns.is-variable.is-6-desktop-only {
        --columnGap: 1.5rem
    }
}

@media screen and (min-width:1280px) {
    .columns.is-variable.is-6-widescreen {
        --columnGap: 1.5rem
    }
}

.columns.is-variable.is-7 {
    --columnGap: 1.75rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-7-mobile {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:769px), print {
    .columns.is-variable.is-7-tablet {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .columns.is-variable.is-7-tablet-only {
        --columnGap: 1.75rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-7-touch {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-7-desktop {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .columns.is-variable.is-7-desktop-only {
        --columnGap: 1.75rem
    }
}

@media screen and (min-width:1280px) {
    .columns.is-variable.is-7-widescreen {
        --columnGap: 1.75rem
    }
}

.columns.is-variable.is-8 {
    --columnGap: 2rem
}

@media screen and (max-width:768px) {
    .columns.is-variable.is-8-mobile {
        --columnGap: 2rem
    }
}

@media screen and (min-width:769px), print {
    .columns.is-variable.is-8-tablet {
        --columnGap: 2rem
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .columns.is-variable.is-8-tablet-only {
        --columnGap: 2rem
    }
}

@media screen and (max-width:1087px) {
    .columns.is-variable.is-8-touch {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1088px) {
    .columns.is-variable.is-8-desktop {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    .columns.is-variable.is-8-desktop-only {
        --columnGap: 2rem
    }
}

@media screen and (min-width:1280px) {
    .columns.is-variable.is-8-widescreen {
        --columnGap: 2rem
    }
}

.tile {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: block;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content
}

.tile.is-ancestor {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem
}

.tile.is-ancestor:last-child {
    margin-bottom: -.75rem
}

.tile.is-ancestor:not(:last-child) {
    margin-bottom: .75rem
}

.tile.is-child {
    margin: 0 !important
}

.tile.is-parent {
    padding: .75rem
}

.tile.is-vertical {
    -ms-flex-direction: column;
    flex-direction: column
}

.tile.is-vertical>.tile.is-child:not(:last-child) {
    margin-bottom: 1.5rem !important
}

@media screen and (min-width:769px), print {
    .tile:not(.is-child) {
        display: -ms-flexbox;
        display: flex
    }

    .tile.is-1 {
        -ms-flex: none;
        flex: none;
        width: 8.33333%
    }

    .tile.is-2 {
        -ms-flex: none;
        flex: none;
        width: 16.66667%
    }

    .tile.is-3 {
        -ms-flex: none;
        flex: none;
        width: 25%
    }

    .tile.is-4 {
        -ms-flex: none;
        flex: none;
        width: 33.33333%
    }

    .tile.is-5 {
        -ms-flex: none;
        flex: none;
        width: 41.66667%
    }

    .tile.is-6 {
        -ms-flex: none;
        flex: none;
        width: 50%
    }

    .tile.is-7 {
        -ms-flex: none;
        flex: none;
        width: 58.33333%
    }

    .tile.is-8 {
        -ms-flex: none;
        flex: none;
        width: 66.66667%
    }

    .tile.is-9 {
        -ms-flex: none;
        flex: none;
        width: 75%
    }

    .tile.is-10 {
        -ms-flex: none;
        flex: none;
        width: 83.33333%
    }

    .tile.is-11 {
        -ms-flex: none;
        flex: none;
        width: 91.66667%
    }

    .tile.is-12 {
        -ms-flex: none;
        flex: none;
        width: 100%
    }
}

.hero {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hero .navbar {
    background: 0 0
}

.hero .tabs ul {
    border-bottom: none
}

.hero.is-white {
    background-color: #fff;
    color: #0a0a0a
}

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag), .hero.is-white strong {
    color: inherit
}

.hero.is-white .title {
    color: #0a0a0a
}

.hero.is-white .subtitle {
    color: rgba(10, 10, 10, .9)
}

.hero.is-white .subtitle a:not(.button), .hero.is-white .subtitle strong {
    color: #0a0a0a
}

@media screen and (max-width:1087px) {
    .hero.is-white .navbar-menu {
        background-color: #fff
    }
}

.hero.is-white .navbar-item, .hero.is-white .navbar-link {
    color: rgba(10, 10, 10, .7)
}

.hero.is-white .navbar-link.is-active, .hero.is-white .navbar-link:hover, .hero.is-white a.navbar-item.is-active, .hero.is-white a.navbar-item:hover {
    background-color: #f2f2f2;
    color: #0a0a0a
}

.hero.is-white .tabs a {
    color: #0a0a0a;
    opacity: .9
}

.hero.is-white .tabs a:hover {
    opacity: 1
}

.hero.is-white .tabs li.is-active a {
    opacity: 1
}

.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
    color: #0a0a0a
}

.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .1)
}

.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff
}

.hero.is-white.is-bold {
    background-image: linear-gradient(141deg, #e6e6e6 0, #fff 71%, #fff 100%)
}

@media screen and (max-width:768px) {
    .hero.is-white.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #e6e6e6 0, #fff 71%, #fff 100%)
    }
}

.hero.is-black {
    background-color: #0a0a0a;
    color: #fff
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag), .hero.is-black strong {
    color: inherit
}

.hero.is-black .title {
    color: #fff
}

.hero.is-black .subtitle {
    color: rgba(255, 255, 255, .9)
}

.hero.is-black .subtitle a:not(.button), .hero.is-black .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-black .navbar-menu {
        background-color: #0a0a0a
    }
}

.hero.is-black .navbar-item, .hero.is-black .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-black .navbar-link.is-active, .hero.is-black .navbar-link:hover, .hero.is-black a.navbar-item.is-active, .hero.is-black a.navbar-item:hover {
    background-color: #000;
    color: #fff
}

.hero.is-black .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-black .tabs a:hover {
    opacity: 1
}

.hero.is-black .tabs li.is-active a {
    opacity: 1
}

.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
    color: #fff
}

.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .1)
}

.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #0a0a0a
}

.hero.is-black.is-bold {
    background-image: linear-gradient(141deg, #000 0, #0a0a0a 71%, #181616 100%)
}

@media screen and (max-width:768px) {
    .hero.is-black.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #000 0, #0a0a0a 71%, #181616 100%)
    }
}

.hero.is-light {
    background-color: #f5f5f5;
    color: #363636
}

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag), .hero.is-light strong {
    color: inherit
}

.hero.is-light .title {
    color: #363636
}

.hero.is-light .subtitle {
    color: rgba(54, 54, 54, .9)
}

.hero.is-light .subtitle a:not(.button), .hero.is-light .subtitle strong {
    color: #363636
}

@media screen and (max-width:1087px) {
    .hero.is-light .navbar-menu {
        background-color: #f5f5f5
    }
}

.hero.is-light .navbar-item, .hero.is-light .navbar-link {
    color: rgba(54, 54, 54, .7)
}

.hero.is-light .navbar-link.is-active, .hero.is-light .navbar-link:hover, .hero.is-light a.navbar-item.is-active, .hero.is-light a.navbar-item:hover {
    background-color: #e8e8e8;
    color: #363636
}

.hero.is-light .tabs a {
    color: #363636;
    opacity: .9
}

.hero.is-light .tabs a:hover {
    opacity: 1
}

.hero.is-light .tabs li.is-active a {
    opacity: 1
}

.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
    color: #363636
}

.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .1)
}

.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
    background-color: #363636;
    border-color: #363636;
    color: #f5f5f5
}

.hero.is-light.is-bold {
    background-image: linear-gradient(141deg, #dfd8d8 0, #f5f5f5 71%, #fff 100%)
}

@media screen and (max-width:768px) {
    .hero.is-light.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #dfd8d8 0, #f5f5f5 71%, #fff 100%)
    }
}

.hero.is-dark {
    background-color: #363636;
    color: #f5f5f5
}

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag), .hero.is-dark strong {
    color: inherit
}

.hero.is-dark .title {
    color: #f5f5f5
}

.hero.is-dark .subtitle {
    color: rgba(245, 245, 245, .9)
}

.hero.is-dark .subtitle a:not(.button), .hero.is-dark .subtitle strong {
    color: #f5f5f5
}

@media screen and (max-width:1087px) {
    .hero.is-dark .navbar-menu {
        background-color: #363636
    }
}

.hero.is-dark .navbar-item, .hero.is-dark .navbar-link {
    color: rgba(245, 245, 245, .7)
}

.hero.is-dark .navbar-link.is-active, .hero.is-dark .navbar-link:hover, .hero.is-dark a.navbar-item.is-active, .hero.is-dark a.navbar-item:hover {
    background-color: #292929;
    color: #f5f5f5
}

.hero.is-dark .tabs a {
    color: #f5f5f5;
    opacity: .9
}

.hero.is-dark .tabs a:hover {
    opacity: 1
}

.hero.is-dark .tabs li.is-active a {
    opacity: 1
}

.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
    color: #f5f5f5
}

.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .1)
}

.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #363636
}

.hero.is-dark.is-bold {
    background-image: linear-gradient(141deg, #1f1919 0, #363636 71%, #463f3f 100%)
}

@media screen and (max-width:768px) {
    .hero.is-dark.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #1f1919 0, #363636 71%, #463f3f 100%)
    }
}

.hero.is-primary {
    background-color: #00d1b2;
    color: #fff
}

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag), .hero.is-primary strong {
    color: inherit
}

.hero.is-primary .title {
    color: #fff
}

.hero.is-primary .subtitle {
    color: rgba(255, 255, 255, .9)
}

.hero.is-primary .subtitle a:not(.button), .hero.is-primary .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-primary .navbar-menu {
        background-color: #00d1b2
    }
}

.hero.is-primary .navbar-item, .hero.is-primary .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-primary .navbar-link.is-active, .hero.is-primary .navbar-link:hover, .hero.is-primary a.navbar-item.is-active, .hero.is-primary a.navbar-item:hover {
    background-color: #00b89c;
    color: #fff
}

.hero.is-primary .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-primary .tabs a:hover {
    opacity: 1
}

.hero.is-primary .tabs li.is-active a {
    opacity: 1
}

.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
    color: #fff
}

.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .1)
}

.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #00d1b2
}

.hero.is-primary.is-bold {
    background-image: linear-gradient(141deg, #009e6c 0, #00d1b2 71%, #00e7eb 100%)
}

@media screen and (max-width:768px) {
    .hero.is-primary.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #009e6c 0, #00d1b2 71%, #00e7eb 100%)
    }
}

.hero.is-link {
    background-color: #3273dc;
    color: #fff
}

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag), .hero.is-link strong {
    color: inherit
}

.hero.is-link .title {
    color: #fff
}

.hero.is-link .subtitle {
    color: rgba(255, 255, 255, .9)
}

.hero.is-link .subtitle a:not(.button), .hero.is-link .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-link .navbar-menu {
        background-color: #3273dc
    }
}

.hero.is-link .navbar-item, .hero.is-link .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-link .navbar-link.is-active, .hero.is-link .navbar-link:hover, .hero.is-link a.navbar-item.is-active, .hero.is-link a.navbar-item:hover {
    background-color: #2366d1;
    color: #fff
}

.hero.is-link .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-link .tabs a:hover {
    opacity: 1
}

.hero.is-link .tabs li.is-active a {
    opacity: 1
}

.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
    color: #fff
}

.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .1)
}

.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #3273dc
}

.hero.is-link.is-bold {
    background-image: linear-gradient(141deg, #1577c6 0, #3273dc 71%, #4366e5 100%)
}

@media screen and (max-width:768px) {
    .hero.is-link.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #1577c6 0, #3273dc 71%, #4366e5 100%)
    }
}

.hero.is-info {
    background-color: #209cee;
    color: #fff
}

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag), .hero.is-info strong {
    color: inherit
}

.hero.is-info .title {
    color: #fff
}

.hero.is-info .subtitle {
    color: rgba(255, 255, 255, .9)
}

.hero.is-info .subtitle a:not(.button), .hero.is-info .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-info .navbar-menu {
        background-color: #209cee
    }
}

.hero.is-info .navbar-item, .hero.is-info .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-info .navbar-link.is-active, .hero.is-info .navbar-link:hover, .hero.is-info a.navbar-item.is-active, .hero.is-info a.navbar-item:hover {
    background-color: #118fe4;
    color: #fff
}

.hero.is-info .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-info .tabs a:hover {
    opacity: 1
}

.hero.is-info .tabs li.is-active a {
    opacity: 1
}

.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
    color: #fff
}

.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .1)
}

.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #209cee
}

.hero.is-info.is-bold {
    background-image: linear-gradient(141deg, #04a6d7 0, #209cee 71%, #3287f5 100%)
}

@media screen and (max-width:768px) {
    .hero.is-info.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #04a6d7 0, #209cee 71%, #3287f5 100%)
    }
}

.hero.is-success {
    background-color: #23d160;
    color: #fff
}

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag), .hero.is-success strong {
    color: inherit
}

.hero.is-success .title {
    color: #fff
}

.hero.is-success .subtitle {
    color: rgba(255, 255, 255, .9)
}

.hero.is-success .subtitle a:not(.button), .hero.is-success .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-success .navbar-menu {
        background-color: #23d160
    }
}

.hero.is-success .navbar-item, .hero.is-success .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-success .navbar-link.is-active, .hero.is-success .navbar-link:hover, .hero.is-success a.navbar-item.is-active, .hero.is-success a.navbar-item:hover {
    background-color: #20bc56;
    color: #fff
}

.hero.is-success .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-success .tabs a:hover {
    opacity: 1
}

.hero.is-success .tabs li.is-active a {
    opacity: 1
}

.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
    color: #fff
}

.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .1)
}

.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #23d160
}

.hero.is-success.is-bold {
    background-image: linear-gradient(141deg, #12af2f 0, #23d160 71%, #2ce28a 100%)
}

@media screen and (max-width:768px) {
    .hero.is-success.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #12af2f 0, #23d160 71%, #2ce28a 100%)
    }
}

.hero.is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, .7)
}

.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag), .hero.is-warning strong {
    color: inherit
}

.hero.is-warning .title {
    color: rgba(0, 0, 0, .7)
}

.hero.is-warning .subtitle {
    color: rgba(0, 0, 0, .9)
}

.hero.is-warning .subtitle a:not(.button), .hero.is-warning .subtitle strong {
    color: rgba(0, 0, 0, .7)
}

@media screen and (max-width:1087px) {
    .hero.is-warning .navbar-menu {
        background-color: #ffdd57
    }
}

.hero.is-warning .navbar-item, .hero.is-warning .navbar-link {
    color: rgba(0, 0, 0, .7)
}

.hero.is-warning .navbar-link.is-active, .hero.is-warning .navbar-link:hover, .hero.is-warning a.navbar-item.is-active, .hero.is-warning a.navbar-item:hover {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, .7)
}

.hero.is-warning .tabs a {
    color: rgba(0, 0, 0, .7);
    opacity: .9
}

.hero.is-warning .tabs a:hover {
    opacity: 1
}

.hero.is-warning .tabs li.is-active a {
    opacity: 1
}

.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
    color: rgba(0, 0, 0, .7)
}

.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .1)
}

.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
    background-color: rgba(0, 0, 0, .7);
    border-color: rgba(0, 0, 0, .7);
    color: #ffdd57
}

.hero.is-warning.is-bold {
    background-image: linear-gradient(141deg, #ffaf24 0, #ffdd57 71%, #fffa70 100%)
}

@media screen and (max-width:768px) {
    .hero.is-warning.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #ffaf24 0, #ffdd57 71%, #fffa70 100%)
    }
}

.hero.is-danger {
    background-color: #ff3860;
    color: #fff
}

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag), .hero.is-danger strong {
    color: inherit
}

.hero.is-danger .title {
    color: #fff
}

.hero.is-danger .subtitle {
    color: rgba(255, 255, 255, .9)
}

.hero.is-danger .subtitle a:not(.button), .hero.is-danger .subtitle strong {
    color: #fff
}

@media screen and (max-width:1087px) {
    .hero.is-danger .navbar-menu {
        background-color: #ff3860
    }
}

.hero.is-danger .navbar-item, .hero.is-danger .navbar-link {
    color: rgba(255, 255, 255, .7)
}

.hero.is-danger .navbar-link.is-active, .hero.is-danger .navbar-link:hover, .hero.is-danger a.navbar-item.is-active, .hero.is-danger a.navbar-item:hover {
    background-color: #ff1f4b;
    color: #fff
}

.hero.is-danger .tabs a {
    color: #fff;
    opacity: .9
}

.hero.is-danger .tabs a:hover {
    opacity: 1
}

.hero.is-danger .tabs li.is-active a {
    opacity: 1
}

.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
    color: #fff
}

.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
    background-color: rgba(10, 10, 10, .1)
}

.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ff3860
}

.hero.is-danger.is-bold {
    background-image: linear-gradient(141deg, #ff0561 0, #ff3860 71%, #ff5257 100%)
}

@media screen and (max-width:768px) {
    .hero.is-danger.is-bold .navbar-menu {
        background-image: linear-gradient(141deg, #ff0561 0, #ff3860 71%, #ff5257 100%)
    }
}

.hero.is-small .hero-body {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

@media screen and (min-width:769px), print {
    .hero.is-medium .hero-body {
        padding-bottom: 9rem;
        padding-top: 9rem
    }
}

@media screen and (min-width:769px), print {
    .hero.is-large .hero-body {
        padding-bottom: 18rem;
        padding-top: 18rem
    }
}

.hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body, .hero.is-halfheight .hero-body {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.hero.is-fullheight .hero-body>.container, .hero.is-fullheight-with-navbar .hero-body>.container, .hero.is-halfheight .hero-body>.container {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.hero.is-halfheight {
    min-height: 50vh
}

.hero.is-fullheight {
    min-height: 100vh
}

.hero.is-fullheight-with-navbar {
    min-height: calc(100vh - 3.25rem)
}

.hero-video {
    overflow: hidden
}

.hero-video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.hero-video.is-transparent {
    opacity: .3
}

@media screen and (max-width:768px) {
    .hero-video {
        display: none
    }
}

.hero-buttons {
    margin-top: 1.5rem
}

@media screen and (max-width:768px) {
    .hero-buttons .button {
        display: -ms-flexbox;
        display: flex
    }

    .hero-buttons .button:not(:last-child) {
        margin-bottom: .75rem
    }
}

@media screen and (min-width:769px), print {
    .hero-buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hero-buttons .button:not(:last-child) {
        margin-right: 1.5rem
    }
}

.hero-foot, .hero-head {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.hero-body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 3rem 1.5rem
}

.section {
    padding: 3rem 1.5rem
}

@media screen and (min-width:1088px) {
    .section.is-medium {
        padding: 9rem 1.5rem
    }

    .section.is-large {
        padding: 18rem 1.5rem
    }
}

.footer {
    background-color: #fafafa;
    padding: 3rem 1.5rem 6rem
}

/*! dashboard.scss | Bulkit | CSS Ninja */
/*! layout/_colors.scss | Bulkit | CSS Ninja */
/*! themes/_dashboard.scss | Bulkit | CSS Ninja */
.pageloader {
    background: #7f00ff !important
}

/*! _pageloader.scss | Bulkit | CSS Ninja */
.pageloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00d1b2;
    z-index: 999998;
    transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    transition: transform .35s ease-out, -webkit-transform .35s ease-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    will-change: transform
}

.pageloader.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.pageloader::after, .pageloader::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 100%;
    content: "";
    z-index: 999999
}

.pageloader::after {
    margin-top: -100px;
    margin-left: -100px;
    width: 200px;
    height: 200px;
    background-color: rgba(255, 255, 255, .5);
    border: 3px solid rgba(255, 255, 255, .75);
    -webkit-animation: page-loader-inner 1.5s infinite ease-out;
    animation: page-loader-inner 1.5s infinite ease-out
}

.pageloader::before {
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-color: #fff;
    -webkit-animation: page-loader-outer 1.5s infinite ease-in;
    animation: page-loader-outer 1.5s infinite ease-in
}

@-webkit-keyframes page-loader-inner {
    0%, 40% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes page-loader-inner {
    0%, 40% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes page-loader-outer {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100%, 40% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

@keyframes page-loader-outer {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100%, 40% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}

.infraloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    transition: opacity .35s
}

.infraloader.is-active {
    opacity: 1;
    z-index: 999997
}

/*! _tabs.scss | Bulkit | CSS Ninja */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.tabs-nav .tabs-container {
    overflow: hidden;
    width: 100%
}

.tabs-nav .tabs-container .tab-content {
    padding: 28px 33px;
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 100%
}

.tabs-nav .tabs-container .tab-content p:last-child {
    margin-bottom: 0
}

.tabs-nav .tabs-container.type-2 {
    border-radius: 3px
}

.tabs-nav .tabs-container.type-1 .tab-content {
    border: none;
    border-top: 1px solid #e0e0e0;
    padding: 30px 0 0 0
}

.tabs-nav li {
    float: left;
    line-height: 45px;
    padding: 0;
    margin-right: 4px;
    position: relative;
    z-index: 12
}

.tabs-nav li.active .tab-reviews {
    color: #fff
}

.tabs-nav li a, .tabs-nav tab-reviews {
    transition: all .25s ease-in-out
}

.tabs-nav li a {
    border-bottom: 2px solid transparent;
    color: #333;
    display: inline-block;
    outline: 0;
    padding: 7px 15px;
    text-decoration: none;
    font-size: 15px;
    z-index: 11;
    position: relative;
    margin-bottom: -1px
}

.tabs-nav li a:hover {
    border-color: #66676b
}

.tabs-nav li a:hover, .tabs-nav li.active a {
    border-color: #00d1b2;
    color: #00d1b2 !important;
    z-index: 11
}

.tabs-nav li a i {
    padding-right: 5px;
    font-size: 16px;
    top: 1px;
    position: relative
}

.navigation-tabs {
    overflow: hidden
}

.navigation-tabs .navtab-content {
    display: none;
    padding: 15px;
    min-height: 190px
}

.navigation-tabs .navtab-content.navtab-modal {
    max-height: 350px;
    overflow: auto
}

.navigation-tabs .navtab-content.is-active {
    display: block
}

.navigation-tabs.animated-tabs .navtab-content {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.navigation-tabs.translated-tabs .navtab-content {
    -webkit-animation-name: translateLeft;
    animation-name: translateLeft;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.navigation-tabs.simple-tabs .tabs ul li a {
    color: #a9abac
}

.navigation-tabs.simple-tabs .tabs ul li:hover a {
    border-bottom-color: #7f00ff
}

.navigation-tabs.simple-tabs .tabs ul li.is-active a {
    color: #444f60;
    border-bottom: 2px solid #7f00ff
}

.navigation-tabs.simple-tabs .tabs ul li.is-active a .icon i {
    color: #7f00ff
}

.navigation-tabs.boxed-tabs .tabs ul li a {
    color: #a9abac
}

.navigation-tabs.boxed-tabs .tabs ul li.is-active a {
    color: #00d1b2
}

.navigation-tabs.outlined-pills.rounded-pills .tabs ul li.is-active a {
    border-radius: 100px
}

.navigation-tabs.outlined-pills .tabs ul {
    border-bottom: 1px transparent !important
}

.navigation-tabs.outlined-pills .tabs a {
    border: 1px transparent
}

.navigation-tabs.outlined-pills .tabs ul li a {
    color: #a9abac;
    margin-bottom: 5px
}

.navigation-tabs.outlined-pills .tabs ul li.is-active a {
    color: #00d1b2;
    border: 1px solid #00d1b2;
    border-bottom-color: #00d1b2 !important;
    border-radius: 3px
}

.navigation-tabs.full-pills .tabs li.tab-link {
    margin-top: 0 !important
}

.navigation-tabs.full-pills .tabs a {
    margin-bottom: 0 !important
}

.navigation-tabs.full-pills.rounded .tabs ul li.is-active a {
    border-radius: 100px !important
}

.navigation-tabs.full-pills .tabs ul {
    border-bottom: 1px transparent !important;
    padding-bottom: 10px
}

.navigation-tabs.full-pills .tabs a {
    border: 1px transparent
}

.navigation-tabs.full-pills .tabs ul li a {
    color: #a9abac;
    margin-bottom: 5px
}

.navigation-tabs.full-pills.primary .tabs ul li.is-active a {
    color: #fff;
    border: 1px solid #00d1b2;
    background-color: #00d1b2;
    border-radius: 3px;
    box-shadow: 0 14px 26px -12px rgba(0, 209, 178, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 209, 178, .2) !important
}

.navigation-tabs.full-pills.secondary .tabs ul li.is-active a {
    color: #fff;
    border: 1px solid #7f00ff;
    background-color: #7f00ff;
    border-radius: 3px;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.navigation-tabs.full-pills.accent .tabs ul li.is-active a {
    color: #fff;
    border: 1px solid #536dfe;
    background-color: #536dfe;
    border-radius: 3px;
    box-shadow: 0 14px 26px -12px rgba(83, 109, 254, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(83, 109, 254, .2) !important
}

.navigation-tabs.square-pills.circle-pills .tabs ul li a {
    border-radius: 30px
}

.navigation-tabs.square-pills .tabs ul {
    padding: 20px
}

.navigation-tabs.square-pills .tabs ul li a {
    padding: 0 15.5px;
    text-align: center;
    height: 60px;
    width: 60px;
    border-radius: 3px;
    font-weight: 400;
    color: #9a9a9a;
    margin-right: 19px;
    background-color: rgba(222, 222, 222, .3);
    border-bottom: 1px solid transparent;
    transition: all .5s
}

.navigation-tabs.square-pills .tabs ul li a :hover {
    border-bottom: 1px solid transparent
}

.navigation-tabs.square-pills .tabs ul li a i {
    display: block;
    font-size: 18px
}

.navigation-tabs.square-pills .tabs ul li.is-active a {
    background-color: #00d1b2;
    color: #fff;
    box-shadow: 0 5px 35px 0 rgba(0, 0, 0, .18)
}

.tabs.partner-tabs ul {
    border-bottom: 1px transparent !important
}

.tab-reviews {
    color: #aaa
}

/*! _dropdowns.scss | Bulkit | CSS Ninja */
.is-drop {
    position: relative;
    cursor: pointer
}

.is-drop i.sl-icon-arrow-down {
    font-size: 8px !important;
    top: 2px !important
}

.is-drop .drop-caret {
    position: relative;
    top: 5px
}

.is-drop .dropContain {
    width: 220px;
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -165px;
    top: -500vh
}

.is-drop .dropContain .dropOut {
    width: 220px;
    background: #fff;
    float: left;
    position: relative;
    margin-top: 15px;
    opacity: 0;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .04);
    transition: all .5s ease-out
}

.is-drop .dropContain .dropOut .triangle {
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -8px;
    left: 50%;
    margin-left: -8px
}

.is-drop .dropContain .dropOut ul li {
    text-align: left;
    float: left;
    width: 200px;
    padding: 12px 0 10px 15px;
    margin: 3px 10px;
    color: #777;
    border-radius: 4px;
    transition: background .2s ease-out
}

.is-drop .dropContain .dropOut ul li:hover {
    background: #eff4f7;
    cursor: pointer
}

.is-drop .dropContain .dropOut ul li i.drop-icon {
    position: relative;
    top: 4px;
    margin-right: 15px
}

.is-drop .dropContain .dropOut ul li i.drop-icon.sl {
    position: relative;
    top: 0;
    margin-right: 15px
}

.is-drop .dropContain .dropOut ul {
    float: left;
    padding: 10px 0;
    list-style: none
}

.is-drop .dropContain .dropOut ul.big-icons li {
    padding: 2px 0 10px 15px;
    color: #a9abac
}

.is-drop .dropContain .dropOut ul.big-icons i.im {
    font-size: 18px;
    color: #a9abac;
    margin-right: 10px;
    position: relative;
    top: 1px
}

.is-drop .dropContain .dropOut ul li.dropdown-divider {
    padding: 0 !important;
    border-radius: 0 !important;
    height: 5px;
    border-bottom: 1px solid #f2f2f2
}

.is-drop .dropContain .dropOut ul li.dropdown-divider:hover {
    background-color: #fff
}

.is-drop .dropContain .dropOut.is-primary ul li:hover {
    background: #00d1b2;
    color: #fff
}

.is-drop .dropContain .dropOut.is-secondary ul li:hover {
    background: #7f00ff;
    color: #fff
}

.is-drop .dropContain .dropOut.is-accent ul li:hover {
    background: #536dfe;
    color: #fff
}

.is-drop:hover .dropContain {
    top: 30px !important
}

.is-drop:hover .dropContain .dropOut {
    -webkit-animation: fadeInUp .27s ease-out;
    animation: fadeInUp .27s ease-out;
    opacity: 1
}

.is-drop.drop-sm:hover .dropContain {
    top: 15px !important
}

.is-drop.is-centered .dropContain {
    margin-left: -110px
}

.is-drop.is-right .dropContain {
    margin-left: -55px
}

button i.sl-icon-arrow-down {
    font-size: 8px !important;
    top: 2px !important;
    padding-left: 8px !important
}

.jq-dropdown .jq-dropdown .jq-dropdown-menu label:hover, .jq-dropdown .jq-dropdown-menu li>a:hover {
    background-color: #eff4f7;
    color: inherit
}

.jq-dropdown.is-primary .jq-dropdown .jq-dropdown-menu label:hover, .jq-dropdown.is-primary .jq-dropdown-menu li>a:hover {
    background-color: #00d1b2;
    color: #fff
}

.jq-dropdown.is-secondary .jq-dropdown .jq-dropdown-menu label:hover, .jq-dropdown.is-secondary .jq-dropdown-menu li>a:hover {
    background-color: #7f00ff;
    color: #fff
}

.jq-dropdown.is-accent .jq-dropdown .jq-dropdown-menu label:hover, .jq-dropdown.is-accent .jq-dropdown-menu li>a:hover {
    background-color: #536dfe;
    color: #fff
}

.styled-dropdown {
    height: 36px;
    width: 36px
}

.styled-dropdown.is-round>.button {
    border-radius: 50%
}

.styled-dropdown>.button {
    height: 36px;
    width: 36px
}

.styled-dropdown>.button i {
    padding: 0;
    color: #999
}

.styled-dropdown>.button:hover {
    background: #f7f7f7 !important
}

.styled-dropdown>.button:hover i {
    color: #444f60
}

.styled-dropdown .dropdown-menu {
    width: 280px
}

.styled-dropdown .dropdown-menu .dropdown-content .dropdown-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.styled-dropdown .dropdown-menu .dropdown-content .dropdown-item span {
    display: block;
    margin: 0 10px
}

.styled-dropdown .dropdown-menu .dropdown-content .dropdown-item span span:first-child {
    font-size: 1rem;
    font-weight: 500
}

.styled-dropdown .dropdown-menu .dropdown-content .dropdown-item span span:nth-child(2) {
    font-size: .9rem;
    color: #999
}

.styled-dropdown .dropdown-menu .dropdown-content .dropdown-item i {
    font-size: 16px;
    color: #999
}

/*! _buttons.scss | Bulkit | CSS Ninja */
.button {
    transition: all .5s
}

.button.simple-button {
    font-weight: 500;
    color: #444f60
}

.button.button-signup {
    padding: 22px 40px !important
}

.button.button-signup.btn-outlined.is-bold {
    border-width: 2px;
    font-weight: 600
}

.button.button-cta {
    padding: 22px 40px !important
}

.button.button-cta.btn-outlined.is-bold {
    border-width: 2px;
    font-weight: 600
}

.button.no-lh {
    line-height: 0 !important
}

.button.button-action {
    padding: 25px 40px !important
}

.button.btn-align {
    padding: 3px 13px 6px 13px
}

.button.btn-align-md {
    padding: 5px 15px 18px 15px
}

.button.btn-align-lg {
    padding: 6px 15px 18px 15px
}

.button.btn-upper {
    text-transform: uppercase
}

.button.rounded {
    border-radius: 500px
}

.button.raised:hover {
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2) !important;
    opacity: .8
}

.button.is-raised {
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2) !important
}

.button.btn-fade:hover {
    opacity: .6
}

.button.is-bold {
    border-width: 2px;
    font-weight: 600
}

.button.btn-outlined {
    background: 0 0
}

.button.btn-outlined.light-btn {
    border-color: #fff;
    color: #fff
}

.button.btn-outlined.light-btn:hover {
    background-color: #fff;
    color: #444f60
}

.button.btn-padding {
    padding: 6px 13px 16px 13px !important
}

.button.default-btn {
    color: #cecece !important
}

.button.is-link {
    text-decoration: none !important
}

.button.has-icon-right i {
    padding-left: 8px
}

.button:focus {
    border-color: #ccc
}

.button i {
    position: relative;
    top: 1px;
    padding-right: 8px
}

.button.has-icon i {
    position: relative;
    margin-right: 2px;
    font-size: 1.7rem
}

.button.is-fullwidth {
    display: block !important;
    width: 100% !important;
    text-align: center !important
}

.button.btn-square {
    width: 45px;
    height: 45px;
    text-align: center !important;
    display: block
}

.button.btn-square.is-small {
    width: 36px;
    height: 36px
}

.button.btn-square.is-medium {
    width: 55px;
    height: 55px
}

.button.btn-square.is-large {
    width: 64px;
    height: 64px
}

.button.btn-square i {
    top: 5px;
    font-size: 21px;
    padding: 0 !important
}

.button.btn-square.is-small i {
    top: 4px;
    font-size: 18px
}

.button.btn-square.is-medium i {
    font-size: 28px
}

.button.btn-square.is-large i {
    top: 7px;
    font-size: 32px
}

.button.is-link.btn-more {
    text-decoration: none !important
}

.button.is-link.color-primary i {
    font-size: 9px;
    margin-left: 10px;
    position: relative;
    top: 2px;
    color: #00d1b2 !important;
    transition: all .5s
}

.button.is-link:hover i {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0)
}

.button.primary-btn {
    outline: 0;
    border-color: #00d1b2;
    background-color: #00d1b2;
    color: #fff;
    transition: all .5s
}

.button.primary-btn:hover {
    color: #fff
}

.button.primary-btn.raised:hover {
    box-shadow: 0 14px 26px -12px rgba(0, 209, 178, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 209, 178, .2) !important;
    opacity: .9 .5
}

.button.primary-btn.btn-outlined {
    border-color: #00d1b2;
    color: #00d1b2;
    background-color: transparent
}

.button.primary-btn.btn-outlined:hover {
    color: #fff;
    background-color: #00d1b2
}

.button.primary-btn:focus {
    border-color: #00d1b2
}

.button.secondary-btn {
    outline: 0;
    border-color: #7f00ff;
    background-color: #7f00ff;
    color: #fff;
    transition: all .5s
}

.button.secondary-btn:hover {
    color: #fff
}

.button.secondary-btn.raised:hover {
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important;
    opacity: .95
}

.button.secondary-btn.btn-outlined {
    border-color: #7f00ff;
    color: #7f00ff;
    background-color: transparent
}

.button.secondary-btn.btn-outlined:hover {
    color: #fff;
    background-color: #7f00ff
}

.button.secondary-btn:focus {
    border-color: #7f00ff
}

.button.accent-btn {
    outline: 0;
    border-color: #536dfe;
    background-color: #536dfe;
    color: #fff;
    transition: all .5s
}

.button.accent-btn:hover {
    color: #fff
}

.button.accent-btn.raised:hover {
    box-shadow: 0 14px 26px -12px rgba(83, 109, 254, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(83, 109, 254, .2) !important;
    opacity: .8
}

.button.accent-btn.btn-outlined {
    border-color: #536dfe;
    color: #536dfe;
    background-color: transparent
}

.button.accent-btn.btn-outlined:hover {
    color: #fff;
    background-color: #536dfe
}

.button.accent-btn:focus {
    border-color: #536dfe
}

.button.success-btn {
    outline: 0;
    border-color: #00b289;
    background-color: #00b289;
    color: #fff;
    transition: all .5s
}

.button.success-btn:hover {
    color: #fff
}

.button.success-btn.raised:hover {
    box-shadow: 0 14px 26px -12px rgba(0, 178, 137, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 178, 137, .2) !important;
    opacity: .8
}

.button.success-btn.btn-outlined {
    border-color: #00b289;
    color: #00b289;
    background-color: transparent
}

.button.success-btn.btn-outlined:hover {
    color: #fff;
    background-color: #00b289
}

.button.success-btn:focus {
    border-color: #00b289
}

.button.warning-btn {
    outline: 0;
    border-color: #ffad36;
    background-color: #ffad36;
    color: #fff;
    transition: all .5s
}

.button.warning-btn:hover {
    color: #fff
}

.button.warning-btn.raised:hover {
    box-shadow: 0 14px 26px -12px rgba(237, 165, 20, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(237, 165, 20, .2) !important;
    opacity: .8
}

.button.warning-btn.btn-outlined {
    border-color: #ffad36;
    color: #ffad36;
    background-color: transparent
}

.button.warning-btn.btn-outlined:hover {
    color: #fff;
    background-color: #ffad36
}

.button.warning-btn:focus {
    border-color: #ffad36
}

.button.info-btn {
    outline: 0;
    border-color: #039be5;
    background-color: #039be5;
    color: #fff;
    transition: all .5s
}

.button.info-btn:hover {
    color: #fff
}

.button.info-btn.raised:hover {
    box-shadow: 0 14px 26px -12px rgba(3, 155, 229, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(3, 155, 229, .2) !important;
    opacity: .8
}

.button.info-btn.btn-outlined {
    border-color: #039be5;
    color: #039be5;
    background-color: transparent
}

.button.info-btn.btn-outlined:hover {
    color: #fff;
    background-color: #039be5
}

.button.info-btn:focus {
    border-color: #039be5
}

.button.grey-btn {
    outline: 0;
    border-color: #999;
    background-color: #999;
    color: #fff;
    transition: all .5s
}

.button.grey-btn:hover {
    color: #fff
}

.button.grey-btn.raised:hover {
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .04);
    opacity: .8
}

.button.grey-btn.btn-outlined {
    border-color: #999;
    color: #999;
    background-color: transparent
}

.button.grey-btn.btn-outlined:hover {
    color: #fff;
    background-color: #999
}

.button.grey-btn:focus {
    border-color: #999
}

.button.social-btn {
    color: #fff
}

.button.social-btn.facebook {
    background-color: #3b5998
}

.button.social-btn.twitter {
    background-color: #1dcaff
}

.button.social-btn.linkedin {
    background-color: #007bb6
}

.button.social-btn.tumblr {
    background-color: #35465c
}

.button.social-btn.github {
    background-color: #444
}

.button.social-btn.icon-solo i.fa {
    top: 12px !important
}

.ripple {
    overflow: hidden
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-animation: ripple-animation 2s;
    animation: ripple-animation 2s
}

@-webkit-keyframes ripple-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .4
    }

    to {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0
    }
}

@keyframes ripple-animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .4
    }

    to {
        -webkit-transform: scale(100);
        transform: scale(100);
        opacity: 0
    }
}

/*! _animations.scss | Bulkit | CSS Ninja */
.animated {
    animation-duration: .5s;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both
}

@-webkit-keyframes translateLeft {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes translateLeft {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.translateLeft {
    -webkit-animation-name: translateLeft;
    animation-name: translateLeft;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    transition: all .5s cubic-bezier(.755, .05, .855, .06)
}

@-webkit-keyframes translateDown {
    from {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes translateDown {
    from {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.translateDown {
    -webkit-animation-name: translateDown;
    animation-name: translateDown;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    transition: all .5s cubic-bezier(.755, .05, .855, .06)
}

@-webkit-keyframes translateUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes translateUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.translateUp {
    -webkit-animation-name: translateUp;
    animation-name: translateUp;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    transition: all .5s cubic-bezier(.755, .05, .855, .06)
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.preFadeInLeft {
    opacity: 0
}

.fadeInLeft {
    opacity: 0;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInRight {
    from {
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.preFadeInRight {
    opacity: 0
}

.fadeInRight {
    opacity: 0;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.preFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.preFadeInDown {
    opacity: 0
}

.fadeInDown {
    opacity: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeOutUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0
    }
}

@keyframes fadeOutUp {
    from {
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 0
    }
}

.preFadeOutUp {
    opacity: 1
}

.fadeOutUp {
    opacity: 1;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes levitate {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes levitate {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.levitate {
    -webkit-animation-name: levitate;
    animation-name: levitate;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes gelatine {
    from, to {
        -webkit-transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05)
    }
}

@keyframes gelatine {
    from, to {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, .9);
        transform: scale(1.1, .9)
    }

    75% {
        -webkit-transform: scale(.95, 1.05);
        transform: scale(.95, 1.05)
    }
}

.gelatine {
    -webkit-animation: gelatine .6s;
    animation: gelatine .6s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes unzoom {
    from, to {
        -webkit-transform: scale(1, 0)
    }

    25% {
        -webkit-transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, 0)
    }
}

@keyframes unzoom {
    from, to {
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0)
    }

    25% {
        -webkit-transform: scale(.9, 1.1);
        transform: scale(.9, 1.1)
    }

    50% {
        -webkit-transform: scale(1.1, 0);
        transform: scale(1.1, 0)
    }
}

.unzoom {
    -webkit-animation: unzoom .7s;
    animation: unzoom .7s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes dotPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@keyframes dotPulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

@-webkit-keyframes entrance {
    from {
        -webkit-transform: scale(0)
    }

    25% {
        -webkit-transform: scale(1.05)
    }

    50% {
        -webkit-transform: scale(.95)
    }

    75% {
        -webkit-transform: scale(1.05)
    }

    to {
        -webkit-transform: none
    }
}

@keyframes entrance {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    75% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.entrance {
    -webkit-animation: entrance .8s;
    animation: entrance .8s
}

@-webkit-keyframes scaleIn {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes scaleIn {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.scaleIn {
    -webkit-animation: scaleIn .5s;
    animation: scaleIn .5s;
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

@-webkit-keyframes scaleInCircle {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(7)
    }
}

@keyframes scaleInCircle {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(7);
        transform: scale(7)
    }
}

.scaleInCircle {
    -webkit-animation: scaleInCircle .6s;
    animation: scaleInCircle .6s;
    -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
    animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

@-webkit-keyframes scaleOut {
    from {
        -webkit-transform: scale(1)
    }

    to {
        -webkit-transform: scale(0)
    }
}

@keyframes scaleOut {
    from {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.scaleOut {
    -webkit-animation: scaleOut .6s;
    animation: scaleOut .6s
}

.delay-1 {
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.delay-2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.delay-3 {
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.delay-4 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.delay-5 {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

.delay-6 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.delay-7 {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s
}

.delay-8 {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s
}

.delay-9 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.delay-10 {
    -webkit-animation-delay: 2.75s;
    animation-delay: 2.75s
}

.delay-11 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

/*! _cards.scss | Bulkit | CSS Ninja */
.feature-card {
    width: 300px;
    height: 320px;
    background-color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    transition: all .6s
}

.feature-card.card-md {
    height: 350px
}

.feature-card.card-lg {
    height: 400px
}

.feature-card.card-shadow {
    box-shadow: 0 5px 43px rgba(0, 0, 0, .18) !important
}

.feature-card.hover-inset:hover {
    box-shadow: inset rgba(143, 160, 241, .2) 0 0 0 1px, rgba(213, 220, 247, .59) 0 10px 20px;
    cursor: pointer
}

.feature-card.light-bordered {
    border: 1px solid #e5e5e5 !important
}

.feature-card .card-title h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #444f60
}

.feature-card .card-icon img {
    height: 140px;
    margin-top: 20px
}

.feature-card .card-img img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.feature-card .card-action {
    margin-top: 40px
}

.feature-card .card-feature-description {
    padding: 5px 30px !important
}

.feature-card .card-feature-description span {
    color: #878787;
    margin-top: 20px
}

.feature-card .card-img-description {
    padding-bottom: 10px
}

.feature-card .card-img-description span {
    color: #878787;
    margin-top: 20px
}

.feature-card .bookmark i {
    font-size: 1.4rem;
    color: #a9abac;
    position: relative;
    top: 3px;
    margin-right: 10px
}

.feature-card .bookmark i:hover {
    color: #7f00ff
}

.flex-card {
    position: relative;
    background-color: #fff;
    border: 1px solid #fcfcfc;
    border-radius: .1875rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    transition: all .5s
}

.flex-card .flex-card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-bottom: 1px solid #ededed;
    padding: 10px 15px
}

.flex-card .flex-card-header .header-avatar {
    max-height: 45px
}

.flex-card .flex-card-header .header-avatar img {
    height: 45px;
    border-radius: 100px
}

.flex-card .flex-card-header .header-info {
    margin: 0 10px
}

.flex-card .flex-card-header .header-info .header-title {
    font-size: 1.2rem
}

.flex-card .flex-card-header .header-info .header-subtitle {
    font-size: .9rem;
    color: #a9abac
}

.flex-card .flex-card-header .header-control {
    margin-right: 10px
}

.flex-card .flex-card-header .header-control i {
    font-size: .8rem;
    color: #a9abac
}

.flex-card .flex-card-header .header-control:hover i {
    color: #00d1b2
}

.flex-card .flex-card-header.primary {
    background: #00d1b2
}

.flex-card .flex-card-header.primary .header-control i, .flex-card .flex-card-header.primary .header-info div {
    color: #fff !important
}

.flex-card .flex-card-header.secondary {
    background: #7f00ff
}

.flex-card .flex-card-header.secondary .header-control i, .flex-card .flex-card-header.secondary .header-info div {
    color: #fff !important
}

.flex-card .flex-card-header.accent {
    background: #536dfe
}

.flex-card .flex-card-header.accent .header-control i, .flex-card .flex-card-header.accent .header-info div {
    color: #fff !important
}

.flex-card .card-body {
    padding: 30px 30px
}

.flex-card .card-body.is-small {
    padding: 20px 20px
}

.flex-card .card-body.is-large {
    padding: 40px 40px
}

.flex-card h3.card-title {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 22px;
    line-height: 30px;
    text-decoration: none
}

.flex-card h3.card-title.is-styled {
    font-family: 'Nexa Bold', sans-serif
}

.flex-card .card-description {
    line-height: 24px;
    cursor: default;
    color: #777;
    font-size: 16px
}

.flex-card.primary-card {
    background: #00d1b2
}

.flex-card.primary-card .content, .flex-card.primary-card .content h2 {
    color: #fff !important
}

.flex-card.secondary-card {
    background: #7f00ff
}

.flex-card.secondary-card .content, .flex-card.secondary-card .content h2 {
    color: #fff !important
}

.flex-card.gradient-card {
    background: #7f00ff;
    background: linear-gradient(to right, #e100ff, #7f00ff)
}

.flex-card.gradient-card .content, .flex-card.gradient-card .content h2 {
    color: #fff !important
}

.flex-card.accent-card {
    background: #536dfe
}

.flex-card.accent-card .content, .flex-card.accent-card .content h2 {
    color: #fff !important
}

.flex-card.card-overflow {
    overflow: visible !important
}

.flex-card.light-bordered {
    border: 1px solid #e5e5e5 !important
}

.flex-card.simple-shadow {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.flex-card.light-raised {
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .04)
}

.flex-card.raised {
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2)
}

.flex-card.hover-raised:hover {
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
    cursor: pointer
}

.flex-card.hover-inset:hover {
    box-shadow: inset rgba(143, 160, 241, .2) 0 0 0 1px, rgba(213, 220, 247, .59) 0 10px 20px;
    cursor: pointer
}

.flex-card .tabs {
    padding: 15px .7rem
}

.flex-card .navtab-content {
    min-height: 190px
}

.flex-card .navtab-content p {
    padding: 0 .8rem 20px
}

.flex-card.icon-card {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
    transition: inherit;
    margin-bottom: 0
}

.flex-card.icon-card img {
    max-height: 80px
}

.flex-card.icon-card .icon-card-text {
    font-size: 1.1rem;
    color: #a9abac
}

.flex-card.icon-card-hover {
    height: 170px;
    padding: 20px 20px 10px 130px;
    border-radius: 8px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .04);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: left;
    background-color: #fff
}

.flex-card.icon-card-hover:hover {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px)
}

.flex-card.icon-card-hover.first-card {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .65), rgba(255, 255, 255, .65)), url(../images/illustrations/icons/landing-v1/chrono.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    transition: all 350ms ease
}

.flex-card.icon-card-hover.first-card:hover {
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/illustrations/icons/landing-v1/chrono.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat
}

.flex-card.icon-card-hover.second-card {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .65), rgba(255, 255, 255, .65)), url(../images/illustrations/icons/landing-v1/tablet-dots.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    transition: all 350ms ease
}

.flex-card.icon-card-hover.second-card:hover {
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/illustrations/icons/landing-v1/tablet-dots.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat
}

.flex-card.icon-card-hover.third-card {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .65), rgba(255, 255, 255, .65)), url(../images/illustrations/icons/landing-v1/cog.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    transition: all 350ms ease
}

.flex-card.icon-card-hover.third-card:hover {
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/illustrations/icons/landing-v1/cog.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat
}

.flex-card.icon-card-hover.fourth-card {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .65), rgba(255, 255, 255, .65)), url(../images/illustrations/icons/landing-v1/plane.svg);
    background-position: 0 0, -80px 20px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat;
    transition: all 350ms ease
}

.flex-card.icon-card-hover.fourth-card:hover {
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/illustrations/icons/landing-v1/plane.svg);
    background-position: 0 0, -80px -25px;
    background-size: auto, 200px;
    background-repeat: repeat, no-repeat
}

.flex-card.testimonial-card .testimonial-title {
    color: #00d1b2;
    font-weight: 500;
    padding: 5px 0
}

.flex-card.testimonial-card .testimonial-text {
    color: #999;
    font-size: .9rem;
    font-style: italic;
    padding: 5px 0
}

.flex-card.testimonial-card .user-id {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0
}

.flex-card.testimonial-card .user-id img {
    height: 50px;
    border-radius: 100px
}

.flex-card.testimonial-card .user-id .info {
    padding: 0 10px
}

.flex-card.testimonial-card .user-id .info .name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #444f60
}

.flex-card.testimonial-card .user-id .info .position {
    font-size: .9rem;
    color: #cecece
}

.flex-card .navigation-tabs.outlined-pills .tabs.tabs-header.primary {
    background-color: #00d1b2
}

.flex-card .navigation-tabs.outlined-pills .tabs.tabs-header.secondary {
    background-color: #7f00ff
}

.flex-card .navigation-tabs.outlined-pills .tabs.tabs-header.accent {
    background-color: #536dfe
}

.flex-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li a {
    color: #f2f2f2
}

.flex-card .navigation-tabs.outlined-pills .tabs.tabs-header ul li.is-active a {
    color: #fff;
    border: 1px solid #fff;
    border-bottom-color: #fff !important
}

.flex-card .icon-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-card .icon-group img {
    height: 60px
}

.flex-card .icon-group span {
    font-size: 20px;
    margin-left: 20px;
    color: #999;
    transition: all .5s
}

.flex-card .icon-group span:hover {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0)
}

.flex-card.auth-card {
    padding: 0 40px 20px 40px
}

.flex-card.auth-card .auth-card-header {
    height: 5rem;
    width: 100%;
    position: relative;
    top: -2.5rem;
    left: auto !important;
    right: auto !important;
    border-radius: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-card.auth-card .auth-card-header img {
    max-height: 30px
}

.flex-card.auth-card .auth-card-header.header-primary {
    background-color: #00d1b2;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(0, 209, 178, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 209, 178, .2) !important
}

.flex-card.auth-card .auth-card-header.header-secondary {
    background-color: #7f00ff;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.flex-card.auth-card .auth-card-header.header-accent {
    background-color: #536dfe;
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(83, 109, 254, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(83, 109, 254, .2) !important
}

.flex-card .card-content {
    position: relative;
    padding: 1rem !important
}

.flex-card .card-content .bottom-avatar img {
    height: 50px;
    border-radius: 100px;
    position: absolute;
    right: 0;
    bottom: 0
}

.floating-circle {
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 22px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.floating-circle img {
    width: 60px;
    position: relative;
    left: 20px
}

.event-card {
    overflow: hidden;
    width: 100%;
    height: 320px;
    display: inline-block;
    position: relative;
    background-color: #fff;
    transition: box-shadow .3s ease-in;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border: 1px solid #ededed
}

.event-card:hover {
    box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, .1)
}

.event-card .card-date {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #536dfe;
    z-index: 1
}

.event-card .card-date .date {
    padding: 0 10px
}

.event-card .card-date .date .day {
    font-size: 2.7rem;
    color: #fff;
    font-weight: 700
}

.event-card .card-date .date .month {
    font-weight: 500;
    color: #fff
}

.img-container {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.card-text {
    bottom: -40%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    transition: all 450ms cubic-bezier(.6, .06, .34, .61)
}

@media (max-width:768px) {
    .card-text {
        bottom: -71%
    }
}

@media (min-width:768px) {
    .card-text {
        bottom: -55%
    }
}

@media (min-width:1024px) {
    .card-text {
        bottom: -64%
    }
}

@media (min-width:1420px) {
    .card-text {
        bottom: -70%
    }
}

.card-text.is-clicked, .event-card:hover .card-text {
    bottom: 0
}

.card-text .button.is-link i {
    font-size: 10px !important;
    transition: all .5s !important;
    margin-left: 20px;
    top: 2px
}

.card-text .text.text-container {
    padding: 20px 30px
}

.card-text .text.text-container .text-header .text-subtitle {
    color: #536dfe;
    font-family: 'Nexa Light', sans-serif
}

.card-text .text.text-title {
    font-family: 'Nexa Bold', sans-serif;
    font-size: 1.15em;
    margin-bottom: .25em;
    font-weight: 700;
    text-transform: uppercase
}

.card-text .text.text-details:before {
    content: "";
    display: block;
    width: 30%;
    height: 1px;
    background-color: #ddd;
    margin: 30px 0
}

.card-text .text.text-description {
    line-height: 1.4em
}

.card-text .text.text-link {
    text-decoration: none;
    margin-top: 1em;
    display: inline-block;
    color: #536dfe
}

.card-text .text.text-link:hover {
    color: #b8c3ff
}

.card.card-shadow {
    box-shadow: 0 5px 43px rgba(0, 0, 0, .18) !important
}

.card .image {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.card img {
    display: block
}

.card.ressource-card {
    position: relative
}

.card.ressource-card .ressource-avatar img {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 60px;
    width: 60px;
    border-radius: 1000px
}

.card.ressource-card .card-image {
    position: relative
}

.card.ressource-card .card-image figure {
    overflow: hidden
}

.card.ressource-card .card-image figure.zoomOut img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transition: .3s ease-in-out
}

.card.ressource-card .card-image figure.zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .3s ease-in-out
}

.card.ressource-card .card-image .card-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(68, 79, 96, .6);
    z-index: 1
}

.card.ressource-card .card-image .card-image-overlay.primary {
    background: #00d1b2;
    opacity: .6
}

.card.ressource-card .card-image .card-image-overlay.secondary {
    background: #7f00ff;
    opacity: .6
}

.card.ressource-card .card-image .card-image-overlay.accent {
    background: #536dfe;
    opacity: .6
}

.card.ressource-card .card-content .media-content a {
    font-family: 'Nexa Bold', sans-serif;
    font-size: 16px;
    color: #444f60
}

.card.ressource-card .card-content .media-content a:hover {
    color: #00d1b2
}

.card.ressource-card .card-content .media-content p {
    font-family: 'Nexa Light';
    font-weight: 700;
    color: #999
}

.card.ressource-card .avatar-rounded img {
    border-radius: 50px !important
}

.card.ressource-card:hover .card-image figure.zoomOut img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .8
}

.card.ressource-card:hover .card-image figure.zoomIn img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: .8
}

.card.card-floating-boxed, .card.card-floating-wide {
    margin: 4%;
    border-radius: 6px
}

.card.card-floating-boxed .title, .card.card-floating-wide .title {
    margin: 0 !important;
    padding: 10px 0
}

.card.card-floating-boxed .subtitle, .card.card-floating-wide .subtitle {
    font-size: .9rem;
    color: #a9abac;
    margin: 0 !important
}

.card.card-floating-wide .card-image figure img {
    display: block;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    border-radius: 6px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.card.card-floating-boxed .title {
    margin-top: -10%
}

.card.card-floating-boxed .card-image figure img {
    display: block;
    -webkit-transform: scale(.94);
    transform: scale(.94);
    border-radius: 6px;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    margin-top: -10%
}

.card.card-floating-boxed .card-content {
    margin-top: -50px
}

.media-card {
    min-height: 260px
}

.media-card .media-card-image {
    height: 100% !important;
    min-height: 260px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.media-card .mcard-content {
    padding: 20px
}

.media-card .mcard-content .mcard-title {
    line-height: 1.2 !important;
    font-size: 20px !important;
    font-weight: 600;
    color: #444f60
}

.media-card .mcard-content .mcard-title a {
    color: #444f60
}

.media-card .mcard-content .mcard-description {
    line-height: 1.4 !important;
    max-height: 4.2em !important;
    margin-top: 7px;
    color: #999
}

.media-card .mcard-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    position: absolute;
    bottom: 0 !important;
    width: 100%
}

.media-card .mcard-controls .mcard-avatar img {
    height: 40px;
    width: 40px;
    border-radius: 250px
}

.media-card .mcard-controls .mcard-info {
    margin-left: 15px
}

.media-card .mcard-controls .mcard-info span {
    font-size: 14px;
    line-height: 1.4
}

.media-card .mcard-controls .mcard-info div span {
    font-size: 12px;
    line-height: 1.2;
    color: #a9abac
}

.media-card .mcard-controls .mcard-info div i {
    font-size: 4px;
    position: relative;
    color: #999;
    top: 11px;
    margin: 0 5px
}

.media-card .mcard-controls .mcard-actions i {
    position: relative;
    top: 5px;
    color: #a9abac;
    cursor: pointer
}

.media-card .mcard-controls .mcard-actions i:hover {
    color: #536dfe
}

.media-card .content-column {
    position: relative
}

/*! _forms.scss | Bulkit | CSS Ninja */
.form-label {
    padding-bottom: 5px;
    color: #999
}

.grey-label-compact {
    font-weight: 500;
    font-size: .9rem;
    color: #999
}

input.input {
    color: #878787;
    box-shadow: none;
    transition: all .8s;
    padding-bottom: 3px;
    border-color: #ccc;
    font-size: .9rem;
    height: 2rem
}

input.input.is-small {
    padding-bottom: 2px;
    padding-left: 10px
}

input.input.is-medium {
    padding-bottom: 5px;
    font-size: 1rem;
    height: 40px
}

input.input.is-large {
    padding-bottom: 7px;
    font-size: 1.25rem;
    height: 3rem
}

input.input.rounded {
    border-radius: 100px
}

input.input.is-primary-focus:focus {
    border-color: #00d1b2
}

input.input.is-primary-focus:focus~span.icon i {
    color: #00d1b2
}

input.input.is-secondary-focus:focus {
    border-color: #7f00ff
}

input.input.is-secondary-focus:focus~span.icon i {
    color: #7f00ff
}

input.input.is-accent-focus:focus {
    border-color: #536dfe
}

input.input.is-accent-focus:focus~span.icon i {
    color: #536dfe
}

input.input.is-grey-focus:focus {
    border-color: #a9abac
}

input.input.is-grey-focus:focus~span.icon i {
    color: #a9abac
}

input.input:active, input.input:focus {
    border-color: #eff4f7;
    box-shadow: none !important
}

.input.custom-input {
    height: 46px;
    line-height: 46px;
    padding-left: 50px !important
}

.input.custom-input:focus {
    border-color: #dbdbdb !important
}

textarea.textarea {
    color: #878787;
    box-shadow: none;
    transition: all .8s
}

textarea.textarea:focus {
    border: 1px solid #ededed
}

textarea.textarea.is-primary-focus:focus {
    border-color: #00d1b2
}

textarea.textarea.is-primary-focus:focus~span.icon i {
    color: #00d1b2
}

textarea.textarea.is-secondary-focus:focus {
    border-color: #7f00ff
}

textarea.textarea.is-secondary-focus:focus~span.icon i {
    color: #7f00ff
}

textarea.textarea.is-accent-focus:focus {
    border-color: #536dfe
}

textarea.textarea.is-accent-focus:focus~span.icon i {
    color: #536dfe
}

textarea.textarea.is-grey-focus:focus {
    border-color: #a9abac
}

textarea.textarea.is-grey-focus:focus~span.icon i {
    color: #a9abac
}

textarea.textarea.is-default-focus:focus {
    border-color: #ccc
}

textarea.textarea.is-default-focus:focus~span.icon i {
    color: #ccc
}

textarea.textarea.is-grow {
    min-height: 40px !important;
    height: 40px;
    resize: none;
    transition: all .5s
}

textarea.textarea.is-grow:focus {
    height: 130px !important;
    border-color: #999
}

textarea.textarea.is-button {
    min-height: 40px !important;
    height: 40px !important;
    resize: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none !important;
    transition: all .6s
}

textarea.textarea.is-button:hover {
    border-color: #ccc
}

textarea.textarea.is-button:focus {
    height: 130px !important;
    padding-bottom: 40px !important;
    border-color: #ccc
}

textarea.textarea.is-button+.textarea-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    border: 1px solid #ccc;
    border-top: none !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

textarea.textarea.is-button+.textarea-button button {
    margin: 10px 7px 7px 7px
}

.field .control.is-loading:after {
    position: relative;
    top: .6rem;
    z-index: 1
}

.field .control.is-small:after {
    height: .8rem;
    width: .8rem;
    position: relative;
    top: .4rem;
    z-index: 1
}

.field .control.is-medium:after {
    height: 1.2rem;
    width: 1.2rem;
    position: relative;
    top: .8rem;
    z-index: 1
}

.field .control.is-large:after {
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
    top: 1rem;
    z-index: 1
}

.field .control.has-icons-left .icon, .field .control.has-icons-right .icon {
    color: #dbdbdb;
    height: 2.25em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.25em
}

.field .control.has-icons-left .input~span i, .field .control.has-icons-right .input~span i {
    transition: all .3s
}

.field .control.has-icons-left .input:focus~span i, .field .control.has-icons-right .input:focus~span i {
    color: #a9abac !important
}

.field .control.required {
    position: relative
}

.field .control.required i {
    display: none;
    position: absolute;
    right: 10px;
    top: 8px
}

.field .control.required small.validation-info {
    display: none;
    font-size: .8rem
}

.field .control.required.has-success input {
    border: 1px solid #00b289
}

.field .control.required.has-success small.validation-info.success {
    color: #00b289;
    display: block
}

.field .control.required.has-success .success i {
    display: block;
    color: #00b289
}

.field .control.required.has-error input {
    border: 1px solid #ff7273
}

.field .control.required.has-error small.validation-info.error {
    color: #ff7273;
    display: block
}

.field .control.required.has-error .error i {
    display: block;
    color: #ff7273
}

.control-material {
    position: relative;
    margin-bottom: 3em
}

.control-material input, .control-material textarea {
    border-radius: 0 !important
}

.control-material.is-primary input.material-input:focus~label, .control-material.is-primary input:valid~label, .control-material.is-primary textarea:focus~label {
    color: #00d1b2
}

.control-material.is-primary .bar:after, .control-material.is-primary .bar:before {
    background: #00d1b2
}

.control-material.is-primary.has-icon input:focus~i {
    color: #00d1b2 !important
}

.control-material.is-secondary input.material-input:focus~label, .control-material.is-secondary input:valid~label, .control-material.is-secondary textarea:focus~label {
    color: #7f00ff
}

.control-material.is-secondary .bar:after, .control-material.is-secondary .bar:before {
    background: #7f00ff
}

.control-material.is-secondary.has-icon input:focus~i {
    color: #7f00ff !important
}

.control-material.is-accent input.material-input:focus~label, .control-material.is-accent input:valid~label, .control-material.is-accent textarea:focus~label {
    color: #536dfe
}

.control-material.is-accent .bar:after, .control-material.is-accent .bar:before {
    background: #536dfe
}

.control-material.is-accent.has-icon input:focus~i {
    color: #536dfe !important
}

.control-material.is-light input.material-input:focus~label, .control-material.is-light input:valid~label, .control-material.is-light textarea:focus~label {
    color: #fff
}

.control-material.is-light .bar:after, .control-material.is-light .bar:before {
    background: #fff
}

.control-material.is-light.has-icon input:focus~i {
    color: #fff !important
}

.control-material input.material-input, .control-material textarea {
    width: 100% !important;
    font-size: 18px;
    padding: .625em .625em .625em .3125em;
    display: block;
    width: 18.75em;
    border: none;
    border-bottom: 1px solid #a9abac;
    background-color: transparent !important
}

.control-material input.material-input:focus, .control-material textarea:focus {
    outline: 0
}

.control-material label {
    font-family: Arial;
    color: #cecece;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: .3125em;
    top: .625em;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.control-material input.material-input:focus~label, .control-material input:valid~label, .control-material textarea:focus~label {
    top: -20px;
    left: -2px;
    font-size: 12px
}

.control-material .bar {
    position: relative;
    display: block
}

.control-material .bar:after, .control-material .bar:before {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.control-material .bar:before {
    left: 50%
}

.control-material .bar:after {
    right: 50%
}

.control-material input.material-input:focus~.bar:after, .control-material input.material-input:focus~.bar:before, .control-material textarea:focus~.bar:after, .control-material textarea:focus~.bar:before {
    width: 50%
}

.control-material.has-icon {
    position: relative
}

.control-material.has-icon input {
    padding-right: 25px
}

.control-material.has-icon i {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #cecece
}

.control-material.required {
    position: relative
}

.control-material.required input {
    padding-right: 25px
}

.control-material.required i {
    position: absolute;
    right: 15px;
    top: 8px;
    color: #cecece;
    display: none
}

.control-material.required small.validation-info {
    display: none;
    font-size: .8rem
}

.control-material.required.has-success input {
    border-bottom-color: #00b289 !important
}

.control-material.required.has-success .bar:after, .control-material.required.has-success .bar:before {
    background: #00b289 !important
}

.control-material.required.has-success .success i {
    color: #00b289 !important;
    display: block
}

.control-material.required.has-success label {
    color: #00b289 !important
}

.control-material.required.has-success small.validation-info.success {
    color: #00b289;
    display: block
}

.control-material.required.has-error input {
    border-bottom-color: #ff7273 !important
}

.control-material.required.has-error .bar:after, .control-material.required.has-error .bar:before {
    background: #ff7273 !important
}

.control-material.required.has-error .error i {
    color: #ff7273 !important;
    display: block
}

.control-material.required.has-error label {
    color: #ff7273 !important
}

.control-material.required.has-error small.validation-info.error {
    color: #ff7273;
    display: block
}

.select:after {
    border: 1px solid #00d1b2;
    border-right: 0;
    border-top: 0
}

.select:hover:after {
    border: 1px solid #009e87;
    border-right: 0;
    border-top: 0
}

.select select:active, .select select:focus {
    border-color: #00d1b2
}

.control.has-icons-left .select select {
    padding-left: 2.5rem
}

.control.has-icons-left .select+.icon {
    top: .6rem;
    font-size: 1.2rem
}

.control.has-icons-left .select.is-small+.icon {
    top: .4rem;
    font-size: 1rem
}

.control.has-icons-left .select.is-medium+.icon {
    top: .9rem;
    font-size: 1.5rem
}

.control.has-icons-left .select.is-medium select {
    padding-left: 3rem
}

.control.has-icons-left .select.is-large+.icon {
    top: 1.2rem;
    font-size: 1.6rem
}

.control.has-icons-left .select.is-large select {
    padding-left: 3.3rem
}

.autocpl {
    box-shadow: none !important
}

.autocpl .easy-autocomplete-container ul {
    padding: 10px !important
}

.autocpl .easy-autocomplete-container ul li {
    margin: 0 10px
}

.template-wrapper {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.template-wrapper .autocpl-avatar {
    width: 36px !important;
    height: 36px !important;
    border-radius: 100px !important
}

.template-wrapper .entry-text {
    margin-left: 15px
}

.template-wrapper .entry-text span {
    font-size: .8rem;
    color: #a9abac
}

.datepicker-panel>ul>li.picked, .datepicker-panel>ul>li.picked:hover {
    background-color: #536dfe !important
}

.file-input-wrapper .control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.file-input-wrapper .control .inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.file-input-wrapper .control .inputfile+label {
    max-width: 80%;
    font-size: 1.05rem;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    padding: .625rem 1.45rem .8rem 1.25rem;
    transition: all .4s
}

.file-input-wrapper .control .inputfile+label i {
    position: relative;
    top: 4px;
    margin-right: 10px
}

.file-input-wrapper .control .simple-file-input+label {
    color: #fff;
    background-color: #536dfe
}

.file-input-wrapper .control .simple-file-input+label:hover, .file-input-wrapper .control .simple-file-input.has-focus+label, .file-input-wrapper .control .simple-file-input:focus+label {
    background-color: #6c83fe;
    outline: 0;
    box-shadow: inset rgba(143, 160, 241, .2) 0 0 0 1px, rgba(213, 220, 247, .59) 0 10px 20px
}

.field-input-wrapper {
    box-sizing: border-box
}

.field-input-wrapper .field-input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #fcfcfc;
    border: 1px solid #ededed;
    padding: 16px;
    width: 450px;
    position: relative;
    border-radius: 3px
}

.field-input-wrapper .field-input>[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer
}

.field-input-wrapper .field-input>.button {
    display: inline-block;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 2px;
    margin-right: 8px;
    line-height: 1
}

.field-input-wrapper .field-input>.label {
    color: #444f60;
    font-weight: 400;
    white-space: nowrap;
    opacity: .3
}

.field-input-wrapper .field-input.-chosen>.label {
    opacity: 1
}

.label--checkbox {
    position: relative;
    margin: .5rem;
    font-family: Arial, sans-serif;
    line-height: 135% !important;
    cursor: pointer;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.label--checkbox span {
    position: relative;
    top: -7px;
    font-size: 14px;
    color: #444f60
}

.md-checkbox {
    position: relative;
    top: -.375rem;
    margin: 0 1rem 0 0;
    cursor: pointer;
    -webkit-transform: scale(1.8);
    transform: scale(1.8)
}

.md-checkbox:before {
    transition: all .3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: .9rem;
    height: .9rem;
    border: 1.5px solid #ccc
}

.md-checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: .5rem;
    border-color: #00d1b2;
    border-top-style: none;
    border-right-style: none
}

.md-checkbox:after {
    content: "";
    position: absolute;
    top: -.125rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: #fff;
    cursor: pointer
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(6.25rem);
        transform: translateY(6.25rem)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translateY(6.25rem);
        transform: translateY(6.25rem)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (min-width:769px) {
    input.md-checkbox:focus {
        border-bottom-color: transparent !important;
        box-shadow: none !important;
        outline: 0 !important;
        outline-offset: 0 !important;
        background: #fff !important
    }
}

.checkbox-wrap, .radio-wrap {
    position: relative;
    cursor: pointer;
    padding: 1em
}

.checkbox-wrap::-moz-selection, .radio-wrap::-moz-selection {
    background: 0 0
}

.checkbox-wrap::selection, .radio-wrap::selection {
    background: 0 0
}

.checkbox-wrap input.b-radio+span, .checkbox-wrap input.d-checkbox+span, .radio-wrap input.b-radio+span, .radio-wrap input.d-checkbox+span {
    background: #fff;
    content: "";
    display: inline-block;
    margin: 0 .5em 0 0;
    padding: 0;
    border: 1px solid #999;
    vertical-align: middle;
    width: 2em;
    height: 2em
}

.checkbox-wrap input.b-radio+span::after, .checkbox-wrap input.d-checkbox+span::after, .radio-wrap input.b-radio+span::after, .radio-wrap input.d-checkbox+span::after {
    content: "";
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.checkbox-wrap input.b-radio:checked+span::after, .checkbox-wrap input.d-checkbox:checked+span::after, .radio-wrap input.b-radio:checked+span::after, .radio-wrap input.d-checkbox:checked+span::after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.checkbox-wrap input.b-radio, .checkbox-wrap input.d-checkbox, .radio-wrap input.b-radio, .radio-wrap input.d-checkbox {
    position: absolute;
    cursor: pointer;
    opacity: 0
}

.checkbox-wrap input+span {
    border-radius: 2px
}

.checkbox-wrap input+span::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
    background-size: contain;
    width: 1.9em;
    height: 1.9em
}

.checkbox-wrap.is-medium input+span {
    width: 1.4em;
    height: 1.4em
}

.checkbox-wrap.is-medium input+span::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
    background-size: contain;
    width: 1.3em;
    height: 1.3em
}

.checkbox-wrap.is-small input+span {
    width: 1em;
    height: 1em
}

.checkbox-wrap.is-small input+span::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
    background-size: contain;
    width: .9em;
    height: .9em
}

.radio-wrap input+span {
    border-radius: 1000px
}

.radio-wrap input+span::after {
    border-radius: 1000px;
    margin: .55em;
    width: .75em;
    height: .75em
}

.radio-wrap input:checked+span::after {
    background: #444f60
}

.radio-wrap.is-small span {
    -webkit-transform: scale(.6) !important;
    transform: scale(.6) !important
}

.radio-wrap.is-small span::after {
    margin: .54em !important
}

.radio-wrap.is-medium span {
    -webkit-transform: scale(.8) !important;
    transform: scale(.8) !important
}

.radio-wrap.is-medium span::after {
    margin: .58em !important
}

.radio-wrap.is-primary input:checked+span::after {
    background: #00d1b2
}

.radio-wrap.is-secondary input:checked+span::after {
    background: #7f00ff
}

.radio-wrap.is-accent input:checked+span::after {
    background: #536dfe
}

.is-combo {
    margin-bottom: 20px
}

.is-combo .combo-label {
    font-weight: 500;
    font-size: .9rem;
    color: #999
}

.is-combo .combo-box, .is-combo .image-combo-box, .is-combo .stacked-combo-box, .is-combo .user-combo-box {
    position: relative;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 40px;
    margin-top: 4px;
    cursor: pointer;
    transition: all .3s
}

.is-combo .combo-box.has-rounded-images .combo-item img, .is-combo .combo-box.has-rounded-images .item-icon img, .is-combo .image-combo-box.has-rounded-images .combo-item img, .is-combo .image-combo-box.has-rounded-images .item-icon img, .is-combo .stacked-combo-box.has-rounded-images .combo-item img, .is-combo .stacked-combo-box.has-rounded-images .item-icon img, .is-combo .user-combo-box.has-rounded-images .combo-item img, .is-combo .user-combo-box.has-rounded-images .item-icon img {
    border-radius: 50%
}

.is-combo .combo-box .box-inner, .is-combo .image-combo-box .box-inner, .is-combo .stacked-combo-box .box-inner, .is-combo .user-combo-box .box-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.is-combo .combo-box .box-inner .combo-item, .is-combo .image-combo-box .box-inner .combo-item, .is-combo .stacked-combo-box .box-inner .combo-item, .is-combo .user-combo-box .box-inner .combo-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding-left: 8px
}

.is-combo .combo-box .box-inner .combo-item i, .is-combo .image-combo-box .box-inner .combo-item i, .is-combo .stacked-combo-box .box-inner .combo-item i, .is-combo .user-combo-box .box-inner .combo-item i {
    color: #7f00ff;
    font-size: 20px;
    margin-right: 8px
}

.is-combo .combo-box .box-inner .combo-item .fa, .is-combo .image-combo-box .box-inner .combo-item .fa, .is-combo .stacked-combo-box .box-inner .combo-item .fa, .is-combo .user-combo-box .box-inner .combo-item .fa {
    position: relative;
    top: 1px;
    font-size: 14px
}

.is-combo .combo-box .box-inner .combo-item .fa.is-green, .is-combo .image-combo-box .box-inner .combo-item .fa.is-green, .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-green, .is-combo .user-combo-box .box-inner .combo-item .fa.is-green {
    color: #00b289
}

.is-combo .combo-box .box-inner .combo-item .fa.is-blue, .is-combo .image-combo-box .box-inner .combo-item .fa.is-blue, .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-blue, .is-combo .user-combo-box .box-inner .combo-item .fa.is-blue {
    color: #039be5
}

.is-combo .combo-box .box-inner .combo-item .fa.is-orange, .is-combo .image-combo-box .box-inner .combo-item .fa.is-orange, .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-orange, .is-combo .user-combo-box .box-inner .combo-item .fa.is-orange {
    color: #ffad36
}

.is-combo .combo-box .box-inner .combo-item .fa.is-red, .is-combo .image-combo-box .box-inner .combo-item .fa.is-red, .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-red, .is-combo .user-combo-box .box-inner .combo-item .fa.is-red {
    color: #ff7273
}

.is-combo .combo-box .box-inner .combo-item .fa.is-secondary, .is-combo .image-combo-box .box-inner .combo-item .fa.is-secondary, .is-combo .stacked-combo-box .box-inner .combo-item .fa.is-secondary, .is-combo .user-combo-box .box-inner .combo-item .fa.is-secondary {
    color: #7f00ff
}

.is-combo .combo-box .box-inner .combo-item img, .is-combo .image-combo-box .box-inner .combo-item img, .is-combo .stacked-combo-box .box-inner .combo-item img, .is-combo .user-combo-box .box-inner .combo-item img {
    display: block;
    height: 26px;
    width: 26px;
    object-fit: contain;
    margin-right: 8px
}

.is-combo .combo-box .box-inner .combo-item img.is-stacked, .is-combo .image-combo-box .box-inner .combo-item img.is-stacked, .is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked, .is-combo .user-combo-box .box-inner .combo-item img.is-stacked {
    height: 26px;
    width: 26px;
    border: 2px solid #fff;
    margin-right: 0 !important
}

.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1), .is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1), .is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1), .is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(1) {
    margin-left: -9px
}

.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2), .is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2), .is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2), .is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(2) {
    margin-left: -9px
}

.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3), .is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3), .is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3), .is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(3) {
    margin-left: -9px
}

.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4), .is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4), .is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4), .is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(4) {
    margin-left: -9px
}

.is-combo .combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5), .is-combo .image-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5), .is-combo .stacked-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5), .is-combo .user-combo-box .box-inner .combo-item img.is-stacked:not(:first-child):nth-child(5) {
    margin-left: -9px
}

.is-combo .combo-box .box-inner .combo-item .avatar-container, .is-combo .image-combo-box .box-inner .combo-item .avatar-container, .is-combo .stacked-combo-box .box-inner .combo-item .avatar-container, .is-combo .user-combo-box .box-inner .combo-item .avatar-container {
    position: relative;
    display: block;
    height: 26px;
    width: 26px
}

.is-combo .combo-box .box-inner .combo-item .avatar-container .avatar, .is-combo .image-combo-box .box-inner .combo-item .avatar-container .avatar, .is-combo .stacked-combo-box .box-inner .combo-item .avatar-container .avatar, .is-combo .user-combo-box .box-inner .combo-item .avatar-container .avatar {
    display: block;
    height: 26px;
    width: 26px;
    border-radius: 50%
}

.is-combo .combo-box .box-inner .combo-item .avatar-container .badge, .is-combo .image-combo-box .box-inner .combo-item .avatar-container .badge, .is-combo .stacked-combo-box .box-inner .combo-item .avatar-container .badge, .is-combo .user-combo-box .box-inner .combo-item .avatar-container .badge {
    position: absolute;
    bottom: 0;
    right: -6px;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0
}

.is-combo .combo-box .box-inner .combo-item span, .is-combo .image-combo-box .box-inner .combo-item span, .is-combo .stacked-combo-box .box-inner .combo-item span, .is-combo .user-combo-box .box-inner .combo-item span {
    display: block;
    color: #444f60;
    font-size: .9rem;
    font-weight: 500;
    margin-left: 8px
}

.is-combo .combo-box .box-chevron, .is-combo .image-combo-box .box-chevron, .is-combo .stacked-combo-box .box-chevron, .is-combo .user-combo-box .box-chevron {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px
}

.is-combo .combo-box .box-chevron i, .is-combo .image-combo-box .box-chevron i, .is-combo .stacked-combo-box .box-chevron i, .is-combo .user-combo-box .box-chevron i {
    font-size: 18px;
    stroke: #444f60;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all .3s
}

.is-combo .combo-box .box-chevron svg, .is-combo .image-combo-box .box-chevron svg, .is-combo .stacked-combo-box .box-chevron svg, .is-combo .user-combo-box .box-chevron svg {
    height: 18px;
    width: 18px;
    stroke: #444f60;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all .3s
}

.is-combo .combo-box .box-dropdown, .is-combo .image-combo-box .box-dropdown, .is-combo .stacked-combo-box .box-dropdown, .is-combo .user-combo-box .box-dropdown {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    z-index: 50;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    pointer-events: none;
    transition: all .3s
}

.is-combo .combo-box .box-dropdown.is-dropup, .is-combo .image-combo-box .box-dropdown.is-dropup, .is-combo .stacked-combo-box .box-dropdown.is-dropup, .is-combo .user-combo-box .box-dropdown.is-dropup {
    top: -165px;
    height: 148px
}

.is-combo .combo-box .box-dropdown.is-dropup .dropdown-inner, .is-combo .image-combo-box .box-dropdown.is-dropup .dropdown-inner, .is-combo .stacked-combo-box .box-dropdown.is-dropup .dropdown-inner, .is-combo .user-combo-box .box-dropdown.is-dropup .dropdown-inner {
    overflow-y: auto
}

.is-combo .combo-box .box-dropdown .dropdown-inner, .is-combo .image-combo-box .box-dropdown .dropdown-inner, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner, .is-combo .user-combo-box .box-dropdown .dropdown-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-top: 10px;
    max-height: 190px;
    overflow-y: auto
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul {
    padding: 10px 0
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li {
    padding: 6px 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 30px;
    margin-right: 8px
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon i, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon i, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon i, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon i {
    color: #999;
    font-size: 20px
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa {
    font-size: 14px;
    position: relative;
    top: 1px
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-green {
    color: #00b289
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-blue {
    color: #039be5
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-orange {
    color: #ffad36
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-red {
    color: #ff7273
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-secondary, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-secondary, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-secondary, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .fa.is-secondary {
    color: #7f00ff
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon img, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon img, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon img, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon img {
    display: block;
    height: 22px;
    width: 22px;
    object-fit: contain;
    transition: opacity .3s
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon img.faded-img {
    opacity: .4
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .avatar {
    display: block;
    height: 22px;
    width: 22px;
    border-radius: 50%
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .item-icon .badge {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #fff
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .checkmark, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .checkmark, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .checkmark, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .checkmark {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 16px;
    width: 16px;
    margin-right: 8px;
    margin-left: auto;
    opacity: 0;
    transition: all .3s
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .checkmark svg, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .checkmark svg, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .checkmark svg, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .checkmark svg {
    stroke: #7f00ff;
    stroke-width: 3px;
    height: 16px;
    width: 16px
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li .checkmark i, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li .checkmark i, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li .checkmark i, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li .checkmark i {
    font-size: 16px;
    color: #7f00ff
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li span, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li span, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li span, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li span {
    display: block;
    color: #999;
    font-size: .9rem;
    font-weight: 500
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li:hover, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li:hover, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li:hover, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li:hover {
    background: #f2f2f2
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i {
    color: #7f00ff
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon .faded-img {
    opacity: 1
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active span, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active span, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active span, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active span {
    color: #444f60
}

.is-combo .combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark, .is-combo .image-combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark, .is-combo .stacked-combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark, .is-combo .user-combo-box .box-dropdown .dropdown-inner ul li.is-active .checkmark {
    opacity: 1
}

.is-combo .combo-box.is-active, .is-combo .image-combo-box.is-active, .is-combo .stacked-combo-box.is-active, .is-combo .user-combo-box.is-active {
    border-color: #7f00ff
}

.is-combo .combo-box.is-active .box-chevron i, .is-combo .combo-box.is-active .box-chevron svg, .is-combo .image-combo-box.is-active .box-chevron i, .is-combo .image-combo-box.is-active .box-chevron svg, .is-combo .stacked-combo-box.is-active .box-chevron i, .is-combo .stacked-combo-box.is-active .box-chevron svg, .is-combo .user-combo-box.is-active .box-chevron i, .is-combo .user-combo-box.is-active .box-chevron svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.is-combo .combo-box.is-active .box-dropdown, .is-combo .image-combo-box.is-active .box-dropdown, .is-combo .stacked-combo-box.is-active .box-dropdown, .is-combo .user-combo-box.is-active .box-dropdown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all
}

.is-combo .help-text {
    font-size: .75rem;
    color: #999
}

.is-combo .big-combo-box {
    position: relative;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 58px;
    margin-top: 4px;
    cursor: pointer;
    transition: all .3s
}

.is-combo .big-combo-box .box-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.is-combo .big-combo-box .box-inner .combo-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 58px;
    padding-left: 8px
}

.is-combo .big-combo-box .box-inner .combo-item i {
    color: #7f00ff;
    font-size: 1.6rem
}

.is-combo .big-combo-box .box-inner .combo-item .combo-text {
    margin-left: 16px
}

.is-combo .big-combo-box .box-inner .combo-item .combo-text span {
    display: block
}

.is-combo .big-combo-box .box-inner .combo-item .combo-text span:first-child {
    color: #444f60;
    font-size: .9rem;
    font-weight: 500
}

.is-combo .big-combo-box .box-inner .combo-item .combo-text span:nth-child(2) {
    color: #999;
    font-size: .8rem;
    max-width: 330px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.is-combo .big-combo-box .box-chevron {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 58px;
    width: 58px
}

.is-combo .big-combo-box .box-chevron svg {
    height: 18px;
    width: 18px;
    stroke: #444f60;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all .3s
}

.is-combo .big-combo-box .box-dropdown {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 50;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    pointer-events: none;
    transition: all .3s
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    margin-top: 10px;
    max-height: 190px;
    overflow-y: auto;
    overflow-x: hidden
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul {
    padding: 10px 0
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li {
    padding: 6px 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 30px;
    min-height: 30px;
    min-width: 30px;
    margin-right: 16px
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-icon i {
    color: #999;
    font-size: 1.6rem
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-name span {
    display: block
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-name span:first-child {
    color: #444f60;
    font-size: .9rem;
    font-weight: 500
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li .item-name span:nth-child(2) {
    color: #999;
    font-size: .8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li:hover {
    background: #f2f2f2
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li.is-active .item-icon i {
    color: #7f00ff
}

.is-combo .big-combo-box .box-dropdown .dropdown-inner ul li.is-active span {
    color: #444f60
}

.is-combo .big-combo-box.is-active {
    border-color: #7f00ff
}

.is-combo .big-combo-box.is-active .box-chevron svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.is-combo .big-combo-box.is-active .box-dropdown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all
}

.custom-checkbox {
    width: 65px;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.custom-checkbox input:checked~.toggler {
    border-color: #7f00ff
}

.custom-checkbox input:checked~.toggler .active, .custom-checkbox input:checked~.toggler .inactive {
    -webkit-transform: translateX(-100%) rotate(360deg);
    transform: translateX(-100%) rotate(360deg)
}

.custom-checkbox input:checked~.toggler .active {
    opacity: 1
}

.custom-checkbox input:checked~.toggler .inactive {
    opacity: 0
}

.custom-checkbox .toggler {
    position: relative;
    display: block;
    height: 34px;
    width: 61px;
    border: 1.8px solid #cecece;
    border-radius: 100px;
    transition: all .3s
}

.custom-checkbox .toggler .active, .custom-checkbox .toggler .inactive {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    transition: all .3s ease
}

.custom-checkbox .toggler .active svg, .custom-checkbox .toggler .inactive svg {
    stroke: #fff;
    height: 14px;
    width: 14px;
    stroke-width: 3px
}

.custom-checkbox .toggler .active i, .custom-checkbox .toggler .inactive i {
    font-size: 14px;
    font-weight: 600;
    color: #fff
}

.custom-checkbox .toggler .inactive {
    background: #cecece;
    border-color: #cecece;
    opacity: 1;
    z-index: 1
}

.custom-checkbox .toggler .active {
    background: #7f00ff;
    border-color: #7f00ff;
    opacity: 0;
    z-index: 0
}

/*! _accordion.scss | Bulkit | CSS Ninja */
.simple-accordion-wrapper .accordion-section {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #ededed
}

.simple-accordion-wrapper .accordion-section a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    transition: all .2s linear
}

.simple-accordion-wrapper .accordion-section a i {
    position: relative;
    float: right;
    margin-top: 4px;
    color: #666
}

.simple-accordion-wrapper .accordion-section a.active {
    background-color: #444f60;
    color: #fff
}

.simple-accordion-wrapper .accordion-section a.active i {
    color: #fff
}

.simple-accordion-wrapper .accordion-section .accordion-content {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    display: none
}

.simple-accordion-wrapper .accordion-section .accordion-content p {
    padding: 20px 25px;
    margin: 0;
    color: #333
}

.simple-accordion-wrapper.is-primary a.active {
    background-color: #00d1b2
}

.simple-accordion-wrapper.is-secondary a.active {
    background-color: #7f00ff
}

.simple-accordion-wrapper.is-accent a.active {
    background-color: #536dfe
}

.simple-accordion-wrapper.is-info a.active {
    background-color: #039be5
}

.simple-accordion-wrapper.is-success a.active {
    background-color: #00b289
}

.multi-toggle-wrapper .mt-item {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #444f60;
    border: 1px solid #ededed;
    overflow: hidden
}

.multi-toggle-wrapper .mt-item:hover .mt-item-label {
    color: #00d1b2
}

.multi-toggle-wrapper .mt-item:hover .mt-item-label span {
    color: #00d1b2
}

.multi-toggle-wrapper .mt-item .mt-item-input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.multi-toggle-wrapper .mt-item .mt-item-label {
    position: relative;
    display: block;
    padding: 0 0 0 3em;
    background: #fff;
    font-weight: 700;
    line-height: 3;
    cursor: pointer;
    color: #cecece;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 0;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #ededed
}

.multi-toggle-wrapper .mt-item .mt-item-label span {
    color: #444f60;
    font-weight: 600;
    text-transform: none;
    transition: all .45s
}

.multi-toggle-wrapper .mt-item .mt-item-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .45s;
    background-color: #fff;
    border-radius: 3px
}

.multi-toggle-wrapper .mt-item .mt-item-content p {
    margin: 1em
}

.multi-toggle-wrapper .mt-item .mt-item-content .mt-item {
    padding: 10px;
    background: #fff;
    color: #444f60;
    margin: 2px 0;
    border-radius: 3px
}

.multi-toggle-wrapper .mt-item .mt-item-content .mt-item label {
    border-radius: 0
}

.multi-toggle-wrapper .mt-item .mt-item-inner {
    padding: 1px 0 0
}

.multi-toggle-wrapper .mt-item .mt-item-inner label {
    font-weight: 400;
    background-color: #cecece;
    color: #fff
}

.multi-toggle-wrapper .mt-item .mt-item-inner .mt-item-content ul {
    margin: 0;
    padding: 0
}

.multi-toggle-wrapper .mt-item .mt-item-inner .mt-item-content ul li {
    list-style-type: none
}

.multi-toggle-wrapper .mt-item .mt-item-inner .mt-item-content ul li .checkBox label {
    background-color: transparent;
    color: #444f60;
    text-transform: capitalize;
    padding-left: 0;
    margin: 0
}

.multi-toggle-wrapper .mt-item .mt-item-inner .mt-item-content ul li .checkBox label:after {
    content: ""
}

.multi-toggle-wrapper .mt-item .mt-item-input:checked~.mt-item-content {
    max-height: 50em
}

.multi-toggle-wrapper .mt-item .mt-item-label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    transition: all .45s
}

.multi-toggle-wrapper .mt-item .mt-item-input[type=checkbox]+.mt-item-label::after {
    font-family: FontAwesome;
    content: "\f077";
    font-weight: 300
}

.multi-toggle-wrapper .mt-item .mt-item-input[type=checkbox]:checked+.mt-item-label::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.multi-toggle-wrapper .checkbox-custom {
    opacity: 0;
    position: absolute
}

.multi-toggle-wrapper .checkbox-custom, .multi-toggle-wrapper .checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

.multi-toggle-wrapper .checkbox-custom-label {
    position: relative
}

.multi-toggle-wrapper .checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: 0 0;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    padding: 2px;
    margin-right: 10px;
    text-align: center
}

.multi-toggle-wrapper .checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #cecece;
    line-height: 10px;
    font-weight: 300
}

.single-toggle-wrapper .toggle-wrap {
    border: 1px solid #e0e0e0;
    border-radius: 3px 3px 0 0;
    padding-left: 20px;
    padding-right: 10px;
    transition: all .5s
}

.single-toggle-wrapper .toggle-wrap:hover {
    box-shadow: inset rgba(143, 160, 241, .2) 0 0 0 1px, rgba(213, 220, 247, .59) 0 10px 20px
}

.single-toggle-wrapper .toggle-wrap .trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    line-height: 26px;
    outline: 0;
    color: #444f60;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    transition: background-color .2s, color .2s;
    padding: 16px 27px;
    margin: -1px 0 0 0
}

.single-toggle-wrapper .toggle-wrap .trigger a i {
    padding-right: 6px;
    margin: 0 4px 0 0;
    transition: all .3s
}

.single-toggle-wrapper .toggle-wrap .trigger a .im-icon-Add {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 24px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(0);
    transform: translate3d(0, -50%, 0) rotate(0);
    transition: .2s
}

.single-toggle-wrapper .toggle-wrap .trigger a .im-icon-Coding {
    position: relative;
    top: 7px
}

.single-toggle-wrapper .toggle-wrap .trigger a {
    text-transform: uppercase;
    border: none;
    margin: 0;
    padding: 15px 0;
    text-transform: none;
    font-size: 11px;
    font-weight: 500;
    background-color: transparent;
    color: #444f60;
    padding-right: 60px;
    font-weight: 600
}

.single-toggle-wrapper .toggle-wrap .trigger.active .im-icon-Add {
    margin-top: 2px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
    color: #999
}

.single-toggle-wrapper .toggle-wrap .toggle-container {
    padding: 0 0 30px 0;
    border: none
}

/*! _dialogs.scss | Bulkit | CSS Ninja */
.modal {
    transition: all .5s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.modal .modal-content {
    transition: all .4s;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    z-index: 99 !important
}

.modal .modal-close {
    transition: all .4s;
    z-index: 100 !important;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.modal .modal-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal a {
    border-radius: 6px
}

.modal.is-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.modal.is-active .modal-background {
    background: linear-gradient(45deg, #6a85b6 0, #bac8e0 100%);
    background-color: #00d1b2;
    width: 1000px;
    height: 1000px;
    border-radius: 10000px;
    transition: all .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 98 !important;
    overflow: hidden !important
}

.modal.is-active .modal-background.scaleInCircle {
    -webkit-transform: scale(7);
    transform: scale(7)
}

.modal.is-active .modal-content.scaleIn {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.modal.is-active .modal-close {
    z-index: 100 !important
}

.modal.is-active.image-modal .modal-background {
    background: linear-gradient(45deg, #444f60, #444);
    background-color: #444f60
}

.modal.is-active.image-modal img {
    border-radius: 6px
}

.modal.is-active.image-modal .gallery-item figure {
    background: 0 0
}

.modal.is-active .modal-card .modal-card-foot, .modal.is-active .modal-card .modal-card-head {
    padding: 15px
}

.modal.is-active .modal-card .modal-card-head {
    background-color: #fff
}

.modal.is-active .modal-card .modal-card-head p {
    color: #444f60
}

.modal.is-active .modal-card .modal-card-head .delete {
    background: 0 0 !important;
    transition: all .3s
}

.modal.is-active .modal-card .modal-card-head .delete:before {
    background: #536dfe
}

.modal.is-active .modal-card .modal-card-head .delete:after {
    background: #536dfe
}

.modal.is-active .modal-card .modal-card-head .delete:hover {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.modal.is-active .modal-card .modal-card-body::-webkit-scrollbar {
    width: 10px
}

.modal.is-active .modal-card .modal-card-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, .2)
}

.modal.is-active .modal-card .modal-card-foot {
    background-color: #fff;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top: none
}

.modal.is-active.modal-sm .modal-card-body {
    max-height: 400px
}

.modal.is-active.modal-hero .modal-background {
    background: linear-gradient(to right, #536dfe, #7f00ff);
    background-color: #7f00ff
}

.modal.is-active.modal-success .modal-background {
    background: #00b289
}

.modal.is-active.modal-error .modal-background {
    background: #ff7273
}

.modal.is-active.modal-warning .modal-background {
    background: #ffad36
}

.modal.is-active.modal-info .modal-background {
    background: #039be5
}

.modal.is-active .modal-svg {
    max-width: 110px;
    margin: 0 auto !important
}

@media screen and (min-width:769px) {
    .modal.modal-lg .modal-card, .modal.modal-lg .modal-content {
        width: 800px !important
    }

    .modal.modal-md .modal-card, .modal.modal-md .modal-content {
        width: 500px !important
    }

    .modal.modal-sm .modal-card, .modal.modal-sm .modal-content {
        width: 400px !important
    }
}

/*! _labels.scss | Bulkit | CSS Ninja */
.b-badge {
    height: 20px;
    min-width: 20px;
    max-width: 100px;
    padding: 3px 6px;
    line-height: 1.2;
    white-space: nowrap;
    vertical-align: middle;
    font-size: .8rem;
    color: #fff;
    background: #999;
    text-align: center;
    border-radius: 3px
}

.b-badge.rounded {
    border-radius: 200px
}

.b-badge.badge-outlined {
    background: 0 0;
    border: 1px solid #999;
    color: #999
}

.b-badge.is-primary {
    background: #00d1b2
}

.b-badge.is-primary.badge-outlined {
    background: 0 0;
    border: 1px solid #00d1b2;
    color: #00d1b2
}

.b-badge.is-secondary {
    background: #7f00ff
}

.b-badge.is-secondary.badge-outlined {
    background: 0 0;
    border: 1px solid #7f00ff;
    color: #7f00ff
}

.b-badge.is-accent {
    background: #536dfe
}

.b-badge.is-accent.badge-outlined {
    background: 0 0;
    border: 1px solid #536dfe;
    color: #536dfe
}

.b-badge.is-success {
    background: #00b289
}

.b-badge.is-success.badge-outlined {
    background: 0 0;
    border: 1px solid #00b289;
    color: #00b289
}

.b-badge.is-warning {
    background: #ffad36
}

.b-badge.is-warning.badge-outlined {
    background: 0 0;
    border: 1px solid #ffad36;
    color: #ffad36
}

.b-badge.is-danger {
    background: #ff7273
}

.b-badge.is-danger.badge-outlined {
    background: 0 0;
    border: 1px solid #ff7273;
    color: #ff7273
}

.b-badge.is-info {
    background: #039be5
}

.b-badge.is-info.badge-outlined {
    background: 0 0;
    border: 1px solid #039be5;
    color: #039be5
}

.tag {
    margin-bottom: 5px
}

.tag.squared {
    border-radius: 2px !important
}

.tag.is-outlined {
    border: 1px solid #999
}

.tag.is-primary {
    background: #00d1b2;
    color: #fff
}

.tag.is-primary.is-outlined {
    background: 0 0;
    border: 1px solid #00d1b2;
    color: #00d1b2
}

.tag.is-secondary {
    background: #7f00ff;
    color: #fff
}

.tag.is-secondary.is-outlined {
    background: 0 0;
    border: 1px solid #7f00ff;
    color: #7f00ff
}

.tag.is-accent {
    background: #536dfe;
    color: #fff
}

.tag.is-accent.is-outlined {
    background: 0 0;
    border: 1px solid #536dfe;
    color: #536dfe
}

.tag.is-success {
    background: #00b289;
    color: #fff
}

.tag.is-success.is-outlined {
    background: 0 0;
    border: 1px solid #00b289;
    color: #00b289
}

.tag.is-warning {
    background: #ffad36;
    color: #fff
}

.tag.is-warning.is-outlined {
    background: 0 0;
    border: 1px solid #ffad36;
    color: #ffad36
}

.tag.is-danger {
    background: #ff7273;
    color: #fff
}

.tag.is-danger.is-outlined {
    background: 0 0;
    border: 1px solid #ff7273;
    color: #ff7273
}

.tag.is-info {
    background: #039be5;
    color: #fff
}

.tag.is-info.is-outlined {
    background: 0 0;
    border: 1px solid #039be5;
    color: #039be5
}

.tag.is-light {
    background: #fff;
    color: #444f60
}

.tag.is-light.is-outlined {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff
}

.tag span.delete {
    top: 2px
}

.tags.has-addons span:first-child {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-right: 0
}

.tags.has-addons span:last-child {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    margin-left: -5px
}

.control.tag-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.tag.is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em;
    border-radius: 0 2px 2px 0 !important;
    margin-left: -5px
}

.tag.is-delete:before {
    height: 1px;
    width: 50%
}

.tag.is-delete:after {
    height: 50%;
    width: 1px
}

.tag.is-delete:after, .tag.is-delete:before {
    background-color: currentColor;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

/*! _lists.scss | Bulkit | CSS Ninja */
.content ul {
    list-style-type: disc
}

.content ol {
    list-style-type: decimal
}

ol, ul {
    list-style-type: none
}

.icon-bullet-list {
    list-style: none;
    padding: 0
}

.icon-bullet-list li {
    padding-left: 1.3em;
    padding: 3px 0 3px 1.3em
}

.icon-bullet-list li:before {
    content: "\f10c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    margin-right: .7rem;
    width: 1.3em
}

.solid-list {
    display: inline-block
}

.solid-list .solid-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0
}

.solid-list .solid-list-item .list-bullet i {
    font-size: 1.5rem;
    margin-right: 15px;
    position: relative;
    top: 2px;
    color: #a9abac
}

.inline-list {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inline-list i.inline-bullet {
    font-size: .4rem;
    margin: 0 10px;
    color: #ededed;
    position: relative;
    top: 8px
}

.list-block {
    border: 1px solid #ededed;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.list-block li {
    padding: 10px 20px
}

.list-block li a {
    color: #444
}

.list-block li.is-active {
    background: #00d1b2
}

.list-block li.is-active:hover {
    background: #00d1b2
}

.list-block li.is-active .b-badge {
    border: 1px solid #fff;
    background: 0 0
}

.list-block li.is-active a {
    color: #fff
}

.list-block li:hover {
    background: #eff4f7
}

.list-block.bordered li:not(last-child) {
    border-bottom: 1px solid #ededed
}

.list-block.minimal {
    border: none;
    box-shadow: none
}

.list-block.minimal li {
    border-bottom: 1px solid #ededed
}

.list-block .b-badge {
    float: right
}

.list-block.is-secondary li.is-active {
    background: #7f00ff
}

.list-block.is-accent li.is-active {
    background: #536dfe
}

.level.nav-level {
    padding: 20px 40px;
    border: 1px solid #ededed;
    background: #fff
}

.level.nav-level i {
    cursor: pointer
}

.level.nav-level i:hover {
    color: #00d1b2
}

.level.centered-level {
    padding: 20px 40px;
    border: 1px solid #ededed;
    background: #fff
}

.user-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px
}

.user-list .user-list-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100px
}

.user-list .user-list-info {
    margin: 0 10px
}

.user-list .user-list-info .name {
    font-size: 14px;
    font-weight: 500;
    color: #444f60
}

.user-list .user-list-info .position {
    font-size: 12px;
    color: #a9abac
}

.user-list .user-list-status {
    height: 10px;
    width: 10px;
    border-radius: 100px;
    background: #a9abac;
    margin-left: auto
}

.user-list .user-list-status.is-offline {
    background: #ededed
}

.user-list .user-list-status.is-online {
    background: #00b289
}

.user-list .user-list-status.is-busy {
    background: #ffad36
}

.user-media-list li {
    margin: 15px 0
}

.user-media-list .media-left .image {
    position: relative
}

.user-media-list .media-left .image .avatar-status {
    height: 10px;
    width: 10px;
    border-radius: 200px;
    background: #a9abac;
    position: absolute;
    right: 1px;
    top: 3px
}

.user-media-list .media-left .image .avatar-status.is-offline {
    background: #ededed
}

.user-media-list .media-left .image .avatar-status.is-online {
    background: #00b289
}

.user-media-list .media-left .image .avatar-status.is-busy {
    background: #ffad36
}

.user-media-list .media-content span {
    color: #444f60;
    font-weight: 500
}

/*! _tables.scss | Bulkit | CSS Ninja */
.table.device-table td, .table.device-table th {
    text-align: center !important;
    border: none
}

.table.device-table th i {
    font-size: 35px;
    color: #cecece
}

.table.device-table td {
    padding: .75em 1em
}

.table.device-table td:first-child {
    text-align: left !important
}

.table.device-table td.feature-name {
    line-height: 1.9;
    font-family: 'Nexa Light', sans-serif
}

.table.device-table td i.im-icon-Yes {
    font-size: 24px;
    color: #00d1b2
}

.table.device-table td i.im-icon-Close {
    font-size: 24px;
    color: #cecece
}

.table.device-table th {
    border-bottom: 1px solid #dbdbdb
}

.table.compare-table td, .table.compare-table th {
    text-align: center !important;
    border: none
}

.table.compare-table th i {
    font-size: 35px;
    color: #cecece
}

.table.compare-table td {
    padding: .75em 1em
}

.table.compare-table td:first-child {
    text-align: left !important
}

.table.compare-table td.feature-name {
    line-height: 1.9;
    font-family: 'Nexa Light', sans-serif
}

.table.compare-table td i.fa-check {
    font-size: 24px;
    color: #00d1b2
}

.table.compare-table td i.fa-close {
    font-size: 24px;
    color: #cecece
}

.table.compare-table th {
    border-bottom: 1px solid #dbdbdb;
    font-family: 'Nexa Bold', sans-serif
}

.responsive-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
    color: #333;
    border-radius: .2em;
    overflow: hidden;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.responsive-table.is-primary tr:first-child {
    background: #00d1b2
}

.responsive-table.is-secondary tr:first-child {
    background: #7f00ff
}

.responsive-table.is-accent tr:first-child {
    background: #536dfe
}

.responsive-table tr:first-child {
    border-top: none;
    background: #999;
    color: #fff !important
}

.responsive-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    border-color: #bfbfbf
}

.responsive-table:nth-child(odd):not(:first-child) {
    background-color: #fcfcfc
}

.responsive-table th {
    display: none;
    color: #fff
}

.responsive-table td {
    display: block
}

.responsive-table td:first-child {
    margin-top: .5em
}

.responsive-table td:last-child {
    margin-bottom: .5em
}

.responsive-table td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    width: 120px;
    display: inline-block;
    color: #000
}

.responsive-table td, .responsive-table th {
    text-align: left;
    padding: .5em 1em
}

@media screen and (max-width:601px) {
    .responsive-table tr:nth-child(2) {
        border-top: none
    }
}

@media screen and (min-width:600px) {
    .responsive-table tr:hover:not(:first-child) {
        background-color: #f2f2f2
    }

    .responsive-table td:before {
        display: none
    }

    .responsive-table td, .responsive-table th {
        display: table-cell;
        padding: .25em .5em
    }

    .responsive-table td:first-child, .responsive-table th:first-child {
        padding-left: 0
    }

    .responsive-table td:last-child, .responsive-table th:last-child {
        padding-right: 0
    }

    .responsive-table td, .responsive-table th {
        padding: 1em !important
    }
}

/*! _messages.scss | Bulkit | CSS Ninja */
.message .message-header {
    background: #999
}

.message.msg-primary .message-header {
    background: #00d1b2
}

.message.msg-primary .message-body {
    border: 1px solid #00d1b2
}

.message.msg-secondary .message-header {
    background: #7f00ff
}

.message.msg-secondary .message-body {
    border: 1px solid #7f00ff
}

.message.msg-accent .message-header {
    background: #536dfe
}

.message.msg-accent .message-body {
    border: 1px solid #536dfe
}

.message.msg-info .message-header {
    background: #039be5
}

.message.msg-info .message-body {
    border: 1px solid #039be5
}

.message.msg-success .message-header {
    background: #00b289
}

.message.msg-success .message-body {
    border: 1px solid #00b289
}

.message.msg-warning .message-header {
    background: #ffad36
}

.message.msg-warning .message-body {
    border: 1px solid #ffad36
}

.message.msg-danger .message-header {
    background: #ff7273
}

.message.msg-danger .message-body {
    border: 1px solid #ff7273
}

.message.icon-msg {
    position: relative
}

.message.icon-msg .message-body {
    padding: 1em 3em 1em 1.5em
}

.message.icon-msg .message-body h4 {
    padding-bottom: 5px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #444f60
}

.message.icon-msg i {
    position: absolute;
    top: -35px;
    right: -20px;
    padding: 20px;
    background: #999;
    border: 5px solid #fff;
    border-radius: 100px;
    color: #fff
}

.message.icon-msg.primary-msg i {
    background: #00d1b2
}

.message.icon-msg.secondary-msg i {
    background: #7f00ff
}

.message.icon-msg.accent-msg i {
    background: #536dfe
}

.message.icon-msg.info-msg i {
    background: #039be5
}

.message.icon-msg.success-msg i {
    background: #00b289
}

.message.icon-msg.warning-msg i {
    background: #ffad36
}

.message.icon-msg.danger-msg i {
    background: #ff7273
}

.ggpopover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ededed;
    border-radius: 4px;
    box-shadow: inset rgba(143, 160, 241, .2) 0 0 0 1px, rgba(213, 220, 247, .59) 0 10px 20px
}

.ggpopover.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.ggpopover.fade.in {
    opacity: 1
}

.ggpopover.top {
    margin-top: -20px
}

.ggpopover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.ggpopover.top>.arrow>.after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.ggpopover.right {
    margin-left: 20px
}

.ggpopover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.ggpopover.right>.arrow>.after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.ggpopover.bottom {
    margin-top: 20px
}

.ggpopover.bottom .arrow .after {
    border-bottom-color: rgba(0, 0, 0, .25)
}

.ggpopover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.ggpopover.bottom>.arrow>.after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.ggpopover.left {
    margin-left: -20px
}

.ggpopover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.ggpopover.left>.arrow>.after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.ggpopover .popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-color: #ededed;
    border-radius: 4px 4px 0 0;
    color: #444f60
}

.ggpopover .popover-content {
    padding: 9px 14px 15px 14px;
    border-radius: 0 0 4px 4px;
    font-size: .9rem;
    color: #666 !important
}

.ggpopover .arrow>.after, .ggpopover>.arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.ggpopover>.arrow {
    border-width: 11px
}

.ggpopover .arrow>.after {
    content: "";
    border-width: 10px
}

.ggtooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    padding: 5px;
    font-size: 10px;
    opacity: 0;
    visibility: visible
}

.ggtooltip.fade {
    opacity: 0;
    transition: opacity .2s linear
}

.ggtooltip.fade.in {
    opacity: 1
}

.ggtooltip.in {
    opacity: .8
}

.ggtooltip.top {
    margin-top: -15px
}

.ggtooltip.top .ggtooltip-arrow, .ggtooltip.top .ggtooltip-arrow-shadow {
    bottom: 1px;
    left: 50%;
    margin-left: -5px;
    border-top-color: #222 !important;
    border-width: 5px 5px 0
}

.ggtooltip.top .ggtooltip-arrow-shadow {
    bottom: 0
}

.ggtooltip.right {
    margin-left: 15px
}

.ggtooltip.right .ggtooltip-arrow, .ggtooltip.right .ggtooltip-arrow-shadow {
    top: 50%;
    left: 1px;
    margin-top: -5px;
    border-right-color: #222 !important;
    border-width: 5px 5px 5px 0
}

.ggtooltip.right .ggtooltip-arrow-shadow {
    left: 0
}

.ggtooltip.bottom {
    margin-top: 15px
}

.ggtooltip.bottom .ggtooltip-arrow, .ggtooltip.bottom .ggtooltip-arrow-shadow {
    top: 1px;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #222 !important;
    border-width: 0 5px 5px
}

.ggtooltip.bottom .ggtooltip-arrow-shadow {
    top: 0
}

.ggtooltip.left {
    margin-left: -15px
}

.ggtooltip.left .ggtooltip-arrow, .ggtooltip.left .ggtooltip-arrow-shadow {
    top: 50%;
    right: 1px;
    margin-top: -5px;
    border-left-color: #222 !important;
    border-width: 5px 0 5px 5px
}

.ggtooltip.left .ggtooltip-arrow-shadow {
    right: 0
}

.ggtooltip .ggtooltip-inner {
    max-width: 200px;
    padding: 8px 12px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    background-color: #222 !important;
    border-radius: 4px;
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .04)
}

.ggtooltip .ggtooltip-arrow, .ggtooltip .ggtooltip-arrow-shadow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent !important;
    border-style: solid
}

.iziToast .iziToast-body {
    max-width: 80%
}

.iziToast .iziToast-body .iziToast-texts p, .iziToast .iziToast-body .iziToast-texts strong {
    display: block !important
}

/*! _dashboard-layout.scss | Bulkit | CSS Ninja */
body {
    min-height: 100vh
}

.columns.dashboard-columns .column {
    padding-top: 0;
    padding-bottom: 0
}

#dashboard-wrapper, .dashboard-nav, .dashboard-wrapper {
    transition: all .3s
}

#dashboard-wrapper {
    padding-top: 65px;
    width: calc(100% - 80px);
    margin-left: 80px
}

#dashboard-wrapper.no-padding {
    padding-top: 0 !important
}

.content.column {
    padding: 12px 0 0 0 !important
}

.dashboard-wrapper {
    padding: 60px 20px 0 20px;
    min-height: 100vh;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s
}

.dashboard-wrapper.is-pushed-nav-mobile {
    -webkit-transform: translateY(65px);
    transform: translateY(65px)
}

.dashboard-wrapper.is-kanban {
    min-height: unset !important
}

.dashboard-wrapper h3.popover-title {
    margin-top: 0 !important
}

.dashboard-wrapper .flex-card.is-squared {
    max-height: 270px
}

.dashboard-wrapper .flex-card .material-header {
    padding: 20px;
    margin: 0 20px;
    margin-top: -10px;
    border-radius: 4px
}

.dashboard-wrapper .flex-card .material-header h3 {
    font-weight: 500;
    font-size: 1.2rem;
    font-family: 'Nexa Bold', sans-serif;
    color: #fff;
    padding-bottom: 10px
}

.dashboard-wrapper .flex-card .material-header.is-primary {
    background: #00d1b2;
    box-shadow: 0 14px 26px -12px rgba(0, 209, 178, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 209, 178, .2) !important
}

.dashboard-wrapper .flex-card .material-header.is-secondary {
    background: #7f00ff;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.dashboard-wrapper .flex-card .material-header.is-gradient {
    background: #7f00ff;
    background: linear-gradient(to right, #e100ff, #7f00ff);
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.dashboard-wrapper .flex-card .icon-header i {
    padding: 22px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: -20px
}

.dashboard-wrapper .flex-card .icon-header i.primary {
    background-color: #00d1b2;
    box-shadow: 0 14px 26px -12px rgba(0, 209, 178, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 209, 178, .2) !important
}

.dashboard-wrapper .flex-card .icon-header i.secondary {
    background-color: #7f00ff;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.dashboard-wrapper .flex-card .icon-header i.accent {
    background-color: #536dfe;
    box-shadow: 0 14px 26px -12px rgba(83, 109, 254, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(83, 109, 254, .2) !important
}

.dashboard-wrapper .flex-card .header-control {
    position: absolute;
    right: 20px;
    top: 23px
}

.dashboard-wrapper .flex-card .header-control i.sl-icon-arrow-down {
    font-size: 12px !important;
    color: #a9abac
}

.dashboard-wrapper .flex-card .header-control ul {
    margin-left: 0;
    margin-top: 0
}

.dashboard-wrapper .flex-card .header-control ul li:hover {
    background: #7f00ff !important;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important;
    color: #fff !important
}

.dashboard-wrapper .flex-card .header-control .dropContain {
    left: -20px !important
}

.dashboard-wrapper .flex-card .card-heading {
    padding: 20px;
    color: #444f60;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Nexa Bold', sans-serif;
    color: #444f60;
    margin: 0 !important
}

.dashboard-wrapper .flex-card .card-heading.has-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.dashboard-wrapper .flex-card .card-heading.has-icon .sl {
    font-size: 1.1rem
}

.dashboard-wrapper .flex-card .card-heading.is-absolute {
    position: absolute;
    top: 10px;
    left: 10px
}

.dashboard-wrapper .flex-card .card-heading.is-bordered {
    border-bottom: 1px solid #e0e0e0
}

.dashboard-wrapper .flex-card .card-heading>span {
    font-family: 'Nexa Bold', sans-serif
}

.dashboard-wrapper .flex-card .card-body-20 {
    padding: 20px
}

.dashboard-wrapper .flex-card .content {
    padding: 20px !important
}

.dashboard-wrapper .flex-card .content .card-title.is-tile {
    font-size: 1rem;
    color: #444f60;
    font-weight: 500;
    margin-top: 15px;
    float: left;
    position: relative;
    top: -20px
}

.dashboard-wrapper .flex-card .content .card-title.is-tile span {
    font-family: 'Nexa Bold', sans-serif
}

.dashboard-wrapper .flex-card .content .card-title.is-tile .card-stat {
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    margin-top: 5px;
    font-size: 20px
}

.dashboard-wrapper .flex-card .content .card-title.is-tile .card-stat.primary {
    color: #00d1b2
}

.dashboard-wrapper .flex-card .content .card-title.is-tile .card-stat.secondary {
    color: #7f00ff
}

.dashboard-wrapper .flex-card .content .card-title.is-tile .card-stat.accent {
    color: #536dfe
}

.dashboard-wrapper .flex-card .content .card-title.is-tile .card-stat .stat-type {
    font-size: .8rem !important
}

.dashboard-wrapper .flex-card .content.message-content h5 {
    margin-bottom: 0 !important
}

.dashboard-wrapper .flex-card .content.message-content h5.primary {
    color: #00d1b2
}

.dashboard-wrapper .flex-card .content.message-content h5.secondary {
    color: #7f00ff
}

.dashboard-wrapper .flex-card .more a {
    font-weight: 500;
    position: absolute;
    bottom: 10px;
    right: 20px;
    transition: color .4s
}

.dashboard-wrapper .flex-card .more a.primary {
    color: #a9abac
}

.dashboard-wrapper .flex-card .more a.primary:hover {
    color: #00d1b2
}

.dashboard-wrapper .flex-card .more a.secondary {
    color: #a9abac
}

.dashboard-wrapper .flex-card .more a.secondary:hover {
    color: #7f00ff
}

.dashboard-wrapper .flex-card .feed-icon {
    max-height: 60px;
    margin: 15px 0 10px 0;
    padding-left: 15px
}

.dashboard-wrapper .flex-card .timestamp {
    font-size: 10px;
    color: #a9abac;
    position: absolute;
    bottom: 10px;
    right: 20px
}

.dashboard-wrapper .flex-card .avatar-list a {
    display: inline-block
}

.dashboard-wrapper .flex-card .avatar-list a img {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 10px
}

footer.footer {
    border-top: 1px solid #e5e5e5;
    margin-left: 80px
}

footer.footer .small-footer-logo {
    margin-top: 20px;
    height: 38px
}

footer.footer .more-info-company {
    font-family: 'Nexa Light', sans-serif;
    font-size: 1.6rem;
    padding-top: 40px;
    color: #a9abac
}

/*! _dashboard-sidebar.scss | Bulkit | CSS Ninja */
.main-menu {
    background: #fff;
    border-right: 1px solid #e5e5e5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 80px;
    overflow: visible;
    transition: width .05s linear;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: 1000
}

.main-menu .main-menu-inner {
    height: 100%;
    position: relative
}

.main-menu .main-menu-inner ul {
    margin: 7px 0
}

.main-menu .main-menu-inner ul li {
    height: 65px;
    position: relative;
    display: block;
    width: 100%
}

.main-menu .main-menu-inner ul li a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #999;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    transition: all .1s linear
}

.main-menu .main-menu-inner .side-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.main-menu .main-menu-inner .side-icon i {
    position: relative;
    font-size: 1.5rem;
    color: #a9abac
}

.main-menu .main-menu-inner .side-icon.is-active i {
    color: #7f00ff
}

.main-menu .main-menu-inner .side-icon:hover i {
    color: #7f00ff
}

.main-menu .main-menu-inner .main-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.main-menu .main-menu-inner .main-logo img {
    width: 32px;
    height: 32px;
    margin-top: -5px;
    transition: opacity .3s
}

.main-menu .main-menu-inner .main-logo img:hover {
    opacity: .8
}

.main-menu .main-menu-inner .profile {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.main-menu .main-menu-inner .profile li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.main-menu .main-menu-inner .profile a {
    position: relative;
    z-index: 4
}

.main-menu .main-menu-inner .profile .main-menu-avatar {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.main-menu .main-menu-inner .profile .main-menu-avatar.vanish {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.main-menu .main-menu-inner .profile .dot {
    position: absolute;
    top: 1px;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: #00d1b2;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.main-menu .main-menu-inner .profile .dot.vanish {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.main-menu .main-menu-inner .profile .dot.is-busy {
    background: #ffad36
}

.main-menu.is-dark {
    background: #344258;
    border-right: 1px solid #344258
}

.main-menu.is-dark ul li a {
    color: #fff
}

.main-menu.is-dark .side-icon i {
    color: #fff
}

.main-menu.is-dark .side-icon.is-active i, .main-menu.is-dark .side-icon:hover i {
    color: #00d1b2
}

.child-menu {
    background: #7f00ff;
    border-right: 1px solid #e5e5e5;
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(251px);
    transform: translateX(251px);
    left: 80px;
    width: 250px;
    overflow: hidden;
    transition: all .3s;
    z-index: 999
}

.child-menu .child-menu-inner {
    height: 100%
}

.child-menu .child-menu-inner ul li {
    min-height: 65px
}

.child-menu .child-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid ligthen(#7f00ff, 15%)
}

.child-menu .child-header .cross-container {
    margin-right: 15px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.child-menu .sidebar-title {
    margin-right: auto;
    padding-left: 20px;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 300;
    color: #fcfcfc;
    letter-spacing: 3px
}

.child-menu ul.sidebar-menu {
    margin: 0;
    padding: 7px 0;
    max-width: 400px;
    list-style: none;
    list-style-type: none;
    display: none
}

.child-menu ul.sidebar-menu.is-active {
    display: block
}

.child-menu .sidebar-menu li a span {
    margin-right: 20px;
    color: #fff
}

.child-menu .sidebar-menu li a {
    padding: 20px 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #fff
}

.child-menu .sidebar-menu li a:hover {
    background-color: #7200e6;
    padding: 20px 25px;
    text-decoration: none;
    color: #fff
}

.child-menu li.have-children.active {
    background-color: #7200e6
}

.child-menu li.have-children ul {
    padding: 0;
    background-color: #60c
}

.child-menu li.have-children ul li {
    min-height: 10px !important
}

.child-menu li.have-children ul li a {
    background-color: #4c0099;
    padding: 12px 25px 12px 62px
}

.child-menu li.have-children ul li a span {
    margin-left: auto;
    margin-right: 10px
}

.child-menu li.have-children ul li a span:after {
    content: ''
}

.child-menu li.have-children ul li a:hover, .child-menu li.have-children ul li.is-active a {
    color: #fff;
    background-color: #400080;
    padding: 12px 25px 12px 62px
}

.child-menu li, .child-menu li.have-children {
    position: relative
}

.child-menu .have-children span::after {
    position: absolute;
    top: 21px;
    right: 30px;
    content: "\E409";
    color: #fff;
    transition: all .5s
}

.child-menu li.active.have-children span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.child-menu .sidebar-menu .have-children>ul {
    display: none
}

.is-sidebar-translated {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.fab {
    width: 48px;
    height: 48px;
    background-color: transparent;
    border-radius: 50%;
    position: fixed;
    bottom: 22px;
    left: 14px;
    cursor: pointer
}

.fab.is-active .hamburger {
    background-color: transparent;
    -webkit-transform: translateX(50%) translateY(-50%) rotate(180deg);
    transform: translateX(50%) translateY(-50%) rotate(180deg)
}

.fab.is-active .hamburger:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    background-color: #fff
}

.fab.is-active .hamburger:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    background-color: #fff
}

.fab.is-active .fab__ripple {
    transform: scale(1);
    -webkit-transform: scale(1);
    background-color: #7f00ff
}

.fab.is-active .profile-container {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.fab__ripple {
    width: 450vw;
    height: 450vw;
    margin-top: -225vw;
    margin-left: -225vw;
    background-color: #7f00ff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    z-index: 1;
    transform: scale(.001) translateZ(0);
    -webkit-transform: scale(.001) translateZ(0);
    transition: opacity, visibility, -webkit-transform;
    transition: transform, opacity, visibility;
    transition: transform, opacity, visibility, -webkit-transform;
    transition: transform, opacity, visibility;
    -webkit-transition-duration: .7s, .3s, 0s;
    transition-delay: 0, .5s, 0;
    -webkit-transition-delay: 0, .5s, 0;
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    pointer-events: none
}

.hamburger {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(50%) translateY(-50%) rotate(0);
    transform: translateX(50%) translateY(-50%) rotate(0);
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    z-index: 10;
    transition: .3s all cubic-bezier(.77, 0, .175, 1)
}

.hamburger:after, .hamburger:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.hamburger:before {
    -webkit-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0)
}

.hamburger:after {
    -webkit-transform: translateY(6px) rotate(0);
    transform: translateY(6px) rotate(0)
}

.profile-container {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transition: transform .5s;
    transition-delay: .7s;
    -webkit-transition-delay: .7s;
    transform: scale(0);
    -webkit-transform: scale(0)
}

.profile-container .inner {
    position: relative;
    height: 100%;
    background: #fff;
    margin-left: 80px;
    padding: 10px 0;
    overflow: auto;
    overflow-x: hidden;
    cursor: default
}

.profile-container .inner::-webkit-scrollbar {
    width: 10px
}

.profile-container .inner::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, .2)
}

.profile-container .container.is-fluid {
    margin: 0
}

.profile-container #profile-cover {
    position: relative;
    background-image: url(https://via.placeholder.com/1920x1280);
    background-size: cover;
    background-repeat: no-repeat
}

.profile-container #profile-cover .heading-wrapper {
    position: relative !important;
    z-index: 5 !important
}

.profile-container .cover-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

.profile-container .profile-heading {
    margin: 20px 20px;
    padding: 20px
}

.profile-container .profile-heading .name {
    margin: -30px 0;
    padding: 40px 30px 0 30px;
    color: #fff
}

.profile-container .profile-heading .followers, .profile-container .profile-heading .following {
    margin: -30px 0;
    padding: 70px 30px;
    color: #fff
}

.profile-container .profile-heading .likes {
    margin: -30px 0;
    padding: 70px 30px;
    color: #fff
}

.profile-container .profile-heading .stat-key {
    font-size: 20px;
    font-weight: 400;
    color: #fff
}

.profile-container .profile-heading .stat-val {
    font-size: 35px;
    font-weight: 700;
    color: #fff
}

.profile-container .profile-heading .avatar {
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.profile-container .profile-heading .avatar img {
    height: 128px;
    width: 128px;
    border-radius: 200px;
    margin: 0 auto
}

.profile-container .profile-heading .avatar .avatar-overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 128px;
    width: 128px;
    margin: 0;
    border-radius: 200px;
    opacity: 0;
    transition: opacity .4s;
    background: rgba(0, 0, 0, .6)
}

.profile-container .profile-heading .avatar .avatar-overlay i {
    color: #fcfcfc;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.profile-container .profile-heading .avatar:hover .avatar-overlay {
    opacity: 1
}

.profile-container .profile-heading .avatar:hover .avatar-overlay i {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.profile-container .profile-heading .title.is-bold {
    font-weight: 600;
    color: #fff
}

.profile-container .profile-heading .tagline {
    padding: 10px 0 10px 0;
    font-size: 16px;
    line-height: 1.4
}

.profile-container .profile-sections-wrapper #edit-view .flex-card.is-top, .profile-container .profile-sections-wrapper #profile-notifications .flex-card.is-top, .profile-container .profile-sections-wrapper #profile-team .flex-card.is-top, .profile-container .profile-sections-wrapper #profile-view .flex-card.is-top {
    margin-top: -50px;
    z-index: 99
}

.profile-container .profile-sections-wrapper #profile-view .edit-button {
    padding: 10px
}

.profile-container .profile-sections-wrapper #profile-view .info-section {
    margin-bottom: 40px
}

.profile-container .profile-sections-wrapper #profile-view .info-heading {
    font-size: .9rem;
    letter-spacing: .08em;
    font-weight: 300;
    color: #a9abac;
    text-shadow: 0 1px 1px #fff;
    text-transform: uppercase
}

.profile-container .profile-sections-wrapper #profile-view .info-divider {
    border-bottom: 1px solid #ededed;
    background-color: #ededed;
    height: 1px;
    margin: .5em 0 1.5em
}

.profile-container .profile-sections-wrapper #profile-view .info-divider span {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #ededed
}

.profile-container .profile-sections-wrapper #profile-view .info-item {
    margin-bottom: 15px
}

.profile-container .profile-sections-wrapper #profile-view .info-item .info-title {
    font-weight: 500;
    color: #444f60
}

.profile-container .profile-sections-wrapper #profile-view .info-item .info-title i {
    font-size: 1.3rem;
    color: #999
}

.profile-container .profile-sections-wrapper #profile-view .info-item .info-description {
    color: #878787
}

.profile-container .profile-sections-wrapper #profile-view .info-item .info-description.highlighted {
    color: #039be5
}

.profile-container .profile-sections-wrapper #profile-view .info-item .taglist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.profile-container .profile-sections-wrapper #profile-view .info-item .taglist span {
    margin: 3px
}

.profile-container .profile-sections-wrapper #edit-view .cross-container {
    margin: 15px;
    position: absolute;
    top: 4px
}

.profile-container .profile-sections-wrapper #edit-view .cross-container span {
    background: #a9abac
}

.profile-container .profile-sections-wrapper #edit-view h3 {
    color: #444f60;
    font-weight: 400;
    padding-top: 10px
}

.profile-container .profile-sections-wrapper #profile-notifications .notifications-center li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 15px 0;
    border-bottom: 1px solid #ededed
}

.profile-container .profile-sections-wrapper #profile-notifications .notifications-center li:hover .controls span {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.profile-container .profile-sections-wrapper #profile-notifications .notifications-center li.is-old {
    opacity: .4
}

.profile-container .profile-sections-wrapper #profile-notifications .notifications-center li.is-old .controls span {
    color: #878787;
    border: 2px dashed #878787
}

.profile-container .profile-sections-wrapper #profile-notifications .notifications-center li.is-old .controls span:hover {
    border: 2px solid #039be5;
    color: #039be5
}

.profile-container .profile-sections-wrapper #profile-notifications .notifications-center .icon {
    display: inline-block;
    font-size: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    vertical-align: middle;
    width: 2.6rem;
    margin-right: 25px;
    color: #536dfe
}

.profile-container .profile-sections-wrapper #profile-notifications .notifications-center .icon img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%
}

.profile-container .profile-sections-wrapper #profile-notifications .notifications-center .description {
    margin-right: 10px
}

.profile-container .profile-sections-wrapper #profile-notifications .notifications-center .description .timestamp {
    font-size: 88%;
    color: #999
}

.profile-container .profile-sections-wrapper #profile-notifications .notifications-center .controls {
    display: inherit;
    margin-left: auto
}

.profile-container .profile-sections-wrapper #profile-notifications .notifications-center .controls span {
    display: inline-block;
    font-size: 1.4rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    vertical-align: middle;
    width: 3.5rem;
    margin-left: 10px;
    color: #ededed;
    border: 2px dashed #ededed;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px)
}

.profile-container .profile-sections-wrapper #profile-notifications .notifications-center .controls span:hover {
    border: 2px solid #039be5;
    color: #039be5
}

.profile-container .profile-sections-wrapper #profile-team .team-logo {
    text-align: center
}

.profile-container .profile-sections-wrapper #profile-team .team-logo img {
    width: 50%
}

.profile-container .profile-sections-wrapper #profile-team .team-number {
    margin-bottom: 10px;
    color: #999;
    text-transform: uppercase
}

.profile-container .profile-sections-wrapper #profile-team .team-number span {
    font-size: 2rem;
    font-weight: bolder;
    padding-right: 10px;
    color: #7f00ff
}

.profile-container .profile-sections-wrapper #profile-team .team-avatars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.profile-container .profile-sections-wrapper #profile-team .team-avatars img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative
}

.profile-container .profile-sections-wrapper #profile-team .team-avatars span {
    margin-left: 10px;
    font-size: 1.2rem;
    font-weight: bolder;
    color: #7f00ff
}

.profile-container .profile-sections-wrapper #profile-team .team-card .avatar {
    width: 100%;
    height: 80px;
    text-align: center
}

.profile-container .profile-sections-wrapper #profile-team .team-card .avatar img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 50%
}

.profile-container .profile-sections-wrapper #profile-team .team-card .card-body {
    padding: 10px 0 20px 0
}

.profile-container .profile-sections-wrapper #profile-team .team-card .user-id {
    text-align: center;
    margin-top: 15px
}

.profile-container .profile-sections-wrapper #profile-team .team-card .user-id .name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #444f60
}

.profile-container .profile-sections-wrapper #profile-team .team-card .user-id .position {
    font-size: 95%;
    color: #999;
    padding-bottom: 5px
}

.profile-container .profile-sections-wrapper #profile-team .team-card .user-id .location {
    font-size: 85%;
    color: #536dfe
}

.profile-container .profile-sections-wrapper #profile-team .team-card .user-description {
    text-align: center;
    padding: 20px 20px;
    font-size: 85%;
    color: #a9abac
}

.profile-container .profile-sections-wrapper #profile-team .team-card a {
    display: block
}

.profile-container .profile-sections-wrapper #profile-team .team-card .card-action {
    padding: 0 20%
}

.profile-container .profile-sections-wrapper #profile-team .team-card:hover {
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

/*! _dashboard-navbar.scss | Bulkit | CSS Ninja */
.is-pushed {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

nav.dashboard-nav {
    margin-left: 80px;
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    max-width: calc(100% - 80px);
    border-bottom: 1px solid #ededed
}

nav.dashboard-nav .container.is-fluid {
    margin: 0;
    height: 65px
}

nav.dashboard-nav .navbar-brand .hamburger-btn {
    margin-left: auto
}

nav.dashboard-nav .navbar-brand .menu-toggle {
    font-size: 20px;
    color: #666;
    line-height: 48px;
    text-align: center;
    background: 0 0;
    display: block;
    width: 24px;
    height: 26px;
    cursor: pointer;
    padding: 0;
    margin: 0 14px;
    transition: opacity .4s;
    opacity: 1;
    position: relative;
    top: 2px
}

nav.dashboard-nav .navbar-brand .menu-toggle .icon-box-toggle {
    height: 100%;
    width: 100%;
    background: tranparent;
    position: relative;
    display: block;
    width: 30px;
    height: 30px
}

nav.dashboard-nav .navbar-brand .menu-toggle .icon-box-toggle.active>span.rotate {
    -webkit-transform: rotate(90deg);
    transform: translate(0, 0) rotate(90deg)
}

nav.dashboard-nav .navbar-brand .menu-toggle .icon-box-toggle.active>span>i.icon-line-center {
    visibility: hidden;
    width: 1px;
    height: 3px;
    left: 70%
}

nav.dashboard-nav .navbar-brand .menu-toggle .icon-box-toggle.active>span>i.icon-line-bottom {
    margin: -2px 0 0 -10px;
    left: 50%;
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: translate(0, 0) rotate(135deg)
}

nav.dashboard-nav .navbar-brand .menu-toggle .icon-box-toggle.active>span>i.icon-line-top {
    margin: -2px 0 0 -10px;
    left: 50%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: translate(0, 0) rotate(45deg)
}

nav.dashboard-nav .navbar-brand .menu-toggle .icon-line-center {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #a9abac;
    margin: -1px 0 0 -10px;
    left: 50%;
    top: 11px;
    transition: all .2s ease
}

nav.dashboard-nav .navbar-brand .menu-toggle .icon-line-top {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #a9abac;
    margin: -3px 0 0 -10px;
    left: 50%;
    top: 7px;
    transition: all .2s ease
}

nav.dashboard-nav .navbar-brand .menu-toggle .icon-line-bottom {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #a9abac;
    margin: 2px 0 0 -10px;
    left: 50%;
    top: 14px;
    transition: all .2s ease
}

nav.dashboard-nav .nav-right {
    padding-right: 0
}

nav.dashboard-nav .chat-button {
    width: 65px !important;
    background: #7f00ff;
    margin-left: 10px;
    cursor: pointer;
    transition: all .4s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

nav.dashboard-nav .chat-button i {
    color: #fff !important;
    font-weight: 900 !important;
    font-size: 20px !important
}

nav.dashboard-nav .chat-button:hover {
    opacity: .8
}

nav.dashboard-nav .logout-button {
    width: 65px !important;
    cursor: pointer;
    transition: all .2s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

nav.dashboard-nav .logout-button i {
    color: #a9abac !important;
    margin-left: 0 !important;
    top: 0 !important;
    font-weight: 900
}

nav.dashboard-nav .logout-button:hover {
    background: #fafafa
}

nav.dashboard-nav .logout-button:hover i {
    color: #ffad36 !important
}

nav.dashboard-nav .navbar-subnav {
    height: 65px;
    display: -ms-flexbox;
    display: flex
}

nav.dashboard-nav .navbar-subnav .is-subnav {
    height: 65px;
    width: 65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid transparent;
    transition: all .3s
}

nav.dashboard-nav .navbar-subnav .is-subnav i {
    color: #cecece;
    transition: color .3s
}

nav.dashboard-nav .navbar-subnav .is-subnav .sl {
    font-size: 20px
}

nav.dashboard-nav .navbar-subnav .is-subnav:hover i {
    color: #999
}

nav.dashboard-nav .navbar-subnav .is-subnav.is-active {
    border-bottom-color: #7f00ff
}

nav.dashboard-nav .navbar-subnav .is-subnav.is-active i {
    color: #7f00ff
}

nav.dashboard-nav .nav-toggle {
    height: 65px !important;
    width: 65px !important
}

nav.dashboard-nav .nav-item.is-drop.nav-icon:hover {
    border-bottom: none !important
}

nav.dashboard-nav .nav-icon {
    width: 65px;
    height: 65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center;
    align-items: center;
    transform: rotateY(180deg);
}

nav.dashboard-nav .nav-icon .icon-container {
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center;
    align-items: center
}

nav.dashboard-nav .nav-icon i {
    font-size: 18px;
    font-weight: 400;
    color: #a9abac;
    position: relative;
    top: 2px;
    cursor: pointer;
    transition: all .5s
}

nav.dashboard-nav .nav-icon i.is-active {
    color: #7f00ff
}

nav.dashboard-nav .nav-icon:hover i {
    color: #7f00ff
}

nav.dashboard-nav .account {
    position: relative;
    right: 20px;
    margin-left: 30px
}

nav.dashboard-nav .account .nav-item {
    border-bottom: 1px solid transparent !important
}

nav.dashboard-nav .account img.account-avatar {
    max-height: 40px;
    border-radius: 50px;
    border: 1px solid #eff4f7
}

nav.dashboard-nav .account div a {
    color: #66676b !important
}

nav.dashboard-nav .account div a i {
    position: relative;
    top: 2px;
    left: 10px;
    font-size: 8px;
    color: #66676b
}

nav.dashboard-nav .account .dropOut ul {
    margin-left: 0 !important
}

nav.dashboard-nav .navbar-item.is-tab {
    color: #a9abac
}

nav.dashboard-nav .navbar-item.is-tab:hover {
    border-bottom: 1px solid #00d1b2 !important;
    color: #a9abac !important
}

nav.dashboard-nav .navbar-item.is-tab.is-active {
    border-bottom: 3px solid #00d1b2 !important;
    color: #00d1b2 !important
}

nav.dashboard-nav .navbar-item.is-tab.is-active:hover {
    border-bottom: 3px solid #00d1b2 !important
}

nav.dashboard-nav .navbar-item.reader-switch .field {
    padding-top: 7px
}

nav.dashboard-nav .navbar-item .new-circle {
    width: 13px;
    height: 13px;
    left: 9px;
    top: -8px;
    position: absolute;
    border-radius: 50px;
    border: 2px solid #fff;
    background-color: #00d1b2
}

nav.dashboard-nav .navbar-item .collaborators {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

nav.dashboard-nav .navbar-item .collaborators .face {
    height: 40px;
    width: 40px;
    border-radius: 50%
}

nav.dashboard-nav .navbar-item .collaborators .face:not(:first-child) {
    margin-left: -15px
}

nav.dashboard-nav .navbar-item .collaborators .face.is-fake {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #7f00ff;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    border: 3px solid #fff
}

nav.dashboard-nav .navbar-item .collaborators .face img {
    border: 3px solid #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    max-height: 38px
}

.searchbox input {
    padding-left: 3rem !important;
    width: 250px;
    border-radius: 100px;
    height: 2.5rem
}

.searchbox input::-webkit-input-placeholder {
    color: #cecece
}

.searchbox input::-moz-placeholder {
    color: #cecece
}

.searchbox input:-ms-input-placeholder {
    color: #cecece
}

.searchbox input:-moz-placeholder {
    color: #cecece
}

.searchbox input:focus {
    box-shadow: inset rgba(143, 160, 241, .2) 0 0 0 1px, rgba(213, 220, 247, .59) 0 10px 20px
}

.searchbox .icon.is-left {
    top: 0 !important;
    font-size: 18px
}

.searchbox .icon.is-left i {
    top: -3px
}

#search-modal .modal-content {
    padding: 30px 10px 0 10px
}

#search-modal .modal-content input {
    color: #fff;
    font-size: 2rem;
    padding-right: 50px
}

#search-modal .modal-content input::-webkit-input-placeholder {
    color: #fff
}

#search-modal .modal-content input::-moz-placeholder {
    color: #fff
}

#search-modal .modal-content input:-ms-input-placeholder {
    color: #fff
}

#search-modal .modal-content input:-moz-placeholder {
    color: #fff
}

#search-modal .modal-content .material-icons {
    font-size: 3rem;
    right: 0;
    top: 18px
}

#search-modal.is-active.modal-background {
    margin-left: inherit !important;
    margin-right: inherit !important;
    right: 20px !important;
    top: 20px !important;
    bottom: inherit !important
}

.drop-pop {
    position: relative
}

.drop-pop .drop-wrapper {
    position: absolute;
    top: 66px;
    right: 0;
    border-radius: 3px 3px 5px 5px;
    background: #fff;
    min-width: 250px;
    min-height: 100px;
    max-height: 300px;
    display: none;
    transition: opacity .3s;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .04)
}

.drop-pop .drop-wrapper .drop-inner {
    position: relative;
    background: #fff;
    text-align: left;
    border: 1px solid #ededed;
    border-radius: 3px 3px 5px 5px;
    width: 100%;
    height: 100%
}

.drop-pop .drop-wrapper .drop-inner ul {
    padding: 10px 0
}

.drop-pop .drop-wrapper .drop-inner.has-arrow:after, .drop-pop .drop-wrapper .drop-inner.has-arrow:before {
    bottom: 100%;
    right: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.drop-pop .drop-wrapper .drop-inner.has-arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px
}

.drop-pop .drop-wrapper .drop-inner.has-arrow:before {
    border-color: rgba(237, 237, 237, 0);
    border-bottom-color: #ededed;
    border-width: 9px;
    margin-left: -9px
}

.drop-pop .drop-wrapper.is-active {
    opacity: 1
}

.notifications-drop {
    width: 320px;
    right: -5px;
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s
}

.notifications-drop .notifications-header {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border-bottom: 1px solid #ededed
}

.notifications-drop .notifications-header h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #999
}

.notifications-drop .notifications-body {
    background: #fff;
    padding: 20px 10px 5px 8px;
    margin-left: -1px
}

.notifications-drop .notifications-body .notifications-list {
    padding: 0;
    position: relative
}

.notifications-drop .notifications-body .notifications-list li:after {
    content: '';
    width: 1.5px;
    left: 20px;
    height: 30px;
    background-color: #a9abac;
    position: absolute;
    opacity: .3
}

.notifications-drop .notifications-body .notifications-list li:first-child:before {
    content: '';
    width: 1.5px;
    left: 20px;
    top: -24px;
    height: 23px;
    background-color: #a9abac;
    position: absolute;
    opacity: .3
}

.notifications-drop .notifications-body .notifications-list li {
    margin-bottom: 30px;
    position: relative;
    cursor: pointer
}

.notifications-drop .notifications-body .notifications-list li i {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 24px;
    color: #cecece
}

.notifications-drop .notifications-body .notifications-list li i.red {
    color: #ff7273
}

.notifications-drop .notifications-body .notifications-list .notification-content {
    position: absolute;
    margin-left: 50px;
    margin-top: -45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.notifications-drop .notifications-body .notifications-list .notification-content img {
    width: 45px;
    height: 45px;
    max-height: 50px;
    border-radius: 50%
}

.notifications-drop .notifications-body .notifications-list .notification-content .notification-text .text {
    font-size: 1rem;
    margin-left: 10px;
    color: #999
}

.notifications-drop .notifications-body .notifications-list .notification-content .notification-text .text b {
    color: #444f60
}

.notifications-drop .notifications-body .notifications-list .notification-content .notification-text .timestamp {
    font-size: 85%;
    margin-left: 10px;
    color: #a9abac
}

.emails-drop {
    width: 320px;
    right: -5px;
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s
}

.emails-drop .emails-header {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border-bottom: 1px solid #ededed
}

.emails-drop .emails-header h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #a9abac
}

.emails-drop .emails-body {
    background: #fff;
    padding: 20px 10px 5px 7px;
    margin-left: -1px
}

.emails-drop .emails-body .emails-list {
    padding: 0;
    position: relative
}

.emails-drop .emails-body .emails-list li:after {
    content: '';
    width: 1.5px;
    left: 24px;
    height: 18px;
    bottom: -24px;
    background-color: #a9abac;
    position: absolute;
    opacity: .3
}

.emails-drop .emails-body .emails-list li:first-child:before {
    content: '';
    width: 1.5px;
    left: 24px;
    top: -24px;
    height: 18px;
    background-color: #a9abac;
    position: absolute;
    opacity: .3
}

.emails-drop .emails-body .emails-list li {
    margin-bottom: 30px;
    position: relative;
    cursor: pointer
}

.emails-drop .emails-body .emails-list li .fake-avatar, .emails-drop .emails-body .emails-list li img {
    width: 40px;
    height: 40px;
    min-height: 40px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    margin-left: 4px;
    background: #999
}

.emails-drop .emails-body .emails-list li .fake-avatar.is-primary, .emails-drop .emails-body .emails-list li img.is-primary {
    background: #00d1b2
}

.emails-drop .emails-body .emails-list li .fake-avatar.is-secondary, .emails-drop .emails-body .emails-list li img.is-secondary {
    background: #7f00ff
}

.emails-drop .emails-body .emails-list .email-content {
    position: absolute;
    margin-left: 50px;
    margin-top: -38px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.emails-drop .emails-body .emails-list .email-content .email-text .text {
    font-size: 90%;
    font-weight: 500;
    margin-left: 10px;
    color: #444f60
}

.emails-drop .emails-body .emails-list .email-content .email-text .text.is-read {
    opacity: .7;
    color: #a9abac;
    font-weight: 400
}

.emails-drop .emails-body .emails-list .email-content .email-text .timestamp {
    font-size: 70%;
    margin-right: 10px;
    color: #444f60;
    font-weight: 400;
    float: right
}

.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 60px;
    width: 100%;
    max-width: calc(100% - 60px);
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #ededed;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s;
    z-index: 29
}

.mobile-nav.is-active {
    -webkit-transform: translateY(65px);
    transform: translateY(65px)
}

.mobile-nav.is-fullwidth {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important
}

.mobile-nav .mobile-nav-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px
}

.mobile-nav .mobile-nav-inner .mobile-item {
    position: relative;
    height: 50px;
    width: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav .mobile-nav-inner .mobile-item i {
    font-size: 18px;
    color: #a9abac
}

.mobile-nav .mobile-nav-inner .mobile-item .new-circle {
    width: 10px;
    height: 10px;
    right: 14px;
    top: 11px;
    position: absolute;
    border-radius: 50px;
    border: 2px solid #fcfcfc;
    background-color: #00d1b2
}

/*! _dashboard-right-sidebar.scss | Bulkit | CSS Ninja */
.quickview .tabs ul li a {
    height: 80px;
    border-bottom: 2px solid transparent;
    overflow: hidden
}

.quickview .tabs ul li a i {
    font-size: 1.4rem;
    transition: all .3s;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.quickview .tabs ul li:hover a {
    border-bottom: 2px solid #ededed !important
}

.quickview .tabs ul li.is-active a {
    border-bottom: 2px solid #7f00ff !important
}

.quickview .tabs ul li.is-active a i {
    color: #7f00ff;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.quickview .searchbox .field {
    width: 100%
}

.quickview .searchbox input {
    width: 100%
}

.quickview .panel-title {
    margin-top: -10px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.quickview .panel-title:hover i {
    color: #7f00ff
}

.quickview .panel-title h3 {
    font-weight: 500;
    color: #a9abac
}

.quickview .panel-title i {
    color: #a9abac;
    cursor: pointer
}

.quickview .user-list {
    padding: 20px 0;
    max-height: 440px;
    overflow: auto;
    list-style-type: none
}

.quickview .user-list::-webkit-scrollbar {
    width: 5px
}

.quickview .user-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, .2)
}

.quickview .user-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer
}

.quickview .user-list li:hover {
    background: #eff4f7
}

.quickview .user-list img {
    height: 40px;
    width: 40px;
    border-radius: 50%
}

.quickview .user-list .user-status {
    margin-left: 15px
}

.quickview .user-list .user-status .name {
    color: #444f60;
    font-weight: 500
}

.quickview .user-list .user-status .status {
    font-size: 80%;
    color: #999
}

.quickview .user-list .status-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #999;
    position: absolute;
    top: 6px;
    left: 28px
}

.quickview .user-list .status-dot.is-online {
    background: #00b289
}

.quickview .user-list .status-dot.is-busy {
    background: #ffad36
}

.quickview #user-directory {
    padding-bottom: 0 !important
}

.quickview .reminders-list {
    list-style-type: none;
    max-height: 460px;
    overflow: auto
}

.quickview .reminders-list::-webkit-scrollbar {
    width: 3px
}

.quickview .reminders-list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, .2)
}

.quickview .reminders-list .reminder {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 15px
}

.quickview .reminders-list .reminder .info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.quickview .reminders-list .reminder .info span {
    display: block
}

.quickview .reminders-list .reminder .info i {
    margin-right: 15px;
    color: #ededed
}

.quickview .reminders-list .reminder .info i.is-high {
    color: #ff7273
}

.quickview .reminders-list .reminder .info i.is-low {
    color: #00d1b2
}

.quickview .reminders-list .reminder .info span i {
    color: #a9abac !important;
    font-size: 20px
}

.quickview .reminders-list .reminder .info .date {
    position: relative;
    color: #999
}

.quickview .reminders-list .reminder .reminder-content {
    font-size: 1rem;
    font-weight: 500;
    color: #666;
    cursor: default;
    padding: 0 20px
}

.quickview .reminders-list .reminder .reminder-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-right: 30px
}

.quickview .reminders-list .reminder .reminder-controls i {
    margin: 0 0 0 10px;
    font-size: 16px;
    color: #a9abac;
    opacity: 0;
    transition: opacity .3s;
    cursor: pointer
}

.quickview .reminders-list .reminder .reminder-controls i:hover {
    color: #7f00ff
}

.quickview .reminders-list .reminder:hover .reminder-controls i {
    opacity: 1
}

.quickview .settings-list {
    list-style-type: none
}

.quickview .settings-list li {
    margin-top: 40px
}

.quickview .settings-list li .setting-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.quickview .settings-list li .setting-header .setting-title {
    font-weight: 500;
    color: #444f60
}

.quickview .settings-list li .setting-header .setting-control {
    position: relative;
    top: 4px
}

.quickview .settings-list li .setting-description {
    font-size: 85%;
    margin-top: 15px;
    color: #a9abac
}

.is-chat.is-active {
    z-index: 1000 !important
}

.is-chat .quickview-header .material-icons {
    color: #fafafa
}

.is-chat .message-container {
    position: relative;
    overflow: auto;
    max-height: 650px;
    padding-bottom: 100px
}

.is-chat .message-container .chat-message {
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.is-chat .message-container .chat-message img {
    height: 35px;
    border-radius: 100px
}

.is-chat .message-container .chat-message .bubble-wrapper {
    width: 100%
}

.is-chat .message-container .chat-message .bubble-wrapper .chat-bubble {
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    border: 1px solid #ededed;
    position: relative;
    top: 30px
}

.is-chat .message-container .chat-message .bubble-wrapper .timestamp {
    position: relative;
    top: 8px;
    font-size: 11px;
    font-weight: 500;
    color: #999
}

.is-chat .message-container .chat-message.from .chat-bubble {
    margin-left: 20px;
    color: #fff;
    background: #7f00ff;
    border-radius: 0 15px 15px 15px
}

.is-chat .message-container .chat-message.from .timestamp {
    right: 10px;
    float: right
}

.is-chat .message-container .chat-message.to .chat-bubble {
    margin-right: 20px;
    color: #fff;
    background: #bf80ff;
    border: 1px solid #ededed;
    border-radius: 15px 0 15px 15px;
    text-align: left !important
}

.is-chat .message-container .chat-message.to .timestamp {
    left: 0;
    top: 23px
}

.is-chat .message-container::-webkit-scrollbar {
    width: 3px
}

.is-chat .message-container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, .2)
}

.is-chat .message-container .divider {
    display: table;
    white-space: nowrap;
    margin-top: 20px;
    padding: 0 20px
}

.is-chat .message-container .divider .after-divider, .is-chat .message-container .divider .before-divider {
    display: table-cell;
    width: 50%;
    border-bottom: 1px solid #ededed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999
}

.is-chat .message-container .divider .children {
    padding: 0 20px;
    font-size: 14px;
    color: #cecece
}

.is-chat .message-container .divider:not(:first-child) {
    margin-top: 40px !important
}

.is-chat .message-input {
    position: absolute;
    bottom: -5px !important;
    width: 100%
}

.is-chat .message-input textarea {
    box-sizing: border-box;
    padding: 18px;
    padding-right: 100px;
    padding-left: 30px;
    width: 100%;
    height: 100%;
    font-family: intercom-font, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.33;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: none !important;
    resize: none;
    background-color: #fcfcfc
}

.is-chat .message-input textarea:focus {
    outline: 0 !important
}

.is-chat .message-input .message-options {
    position: absolute;
    right: 30px;
    top: 0
}

.is-chat .message-input .message-options .emoji-button {
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    opacity: .7;
    height: 55px;
    width: 30px
}

.is-chat .message-input .message-options .emoji-button:before {
    background-image: url(https://image.ibb.co/gH13KQ/emoji_icon.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    content: " ";
    width: 18px;
    height: 18px;
    left: 5px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    background-position: 50%
}

.is-chat .message-input .message-options .attach-button {
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
    opacity: .7;
    height: 55px;
    width: 30px
}

.is-chat .message-input .message-options .attach-button:before {
    background-image: url(https://image.ibb.co/hSE165/attach_icon.png);
    background-size: 16px 18px;
    background-repeat: no-repeat;
    content: " ";
    width: 16px;
    height: 18px;
    left: 5px;
    position: absolute;
    top: 20px;
    background-position: 50%
}

/*! _dashboard-feed.scss | Bulkit | CSS Ninja */
.company-card .header {
    height: 7rem;
    background: #7f00ff;
    position: relative;
    overflow: visible
}

.company-card .header img {
    position: absolute;
    bottom: -40px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    left: calc(50% - 50px);
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.feed-channels {
    margin: 0 0 20px 0 !important;
    background: #fff;
    list-style-type: none !important
}

.feed-channels li:not(.is-active) a {
    color: #a9abac !important
}

.feed-channels li {
    margin-top: 0 !important
}

.compose-card {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.compose-card .image {
    margin: 0 10px !important;
    display: inherit;
    -ms-flex-align: stretch;
    align-items: stretch
}

.compose-card .image img {
    height: 42px;
    width: 42px;
    min-width: 42px
}

.compose-card .status-wrapper {
    width: 100%
}

.compose-card .icon-button {
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    border-radius: 50%;
    color: #ededed;
    margin-left: 10px;
    cursor: pointer
}

.compose-card .icon-button i {
    font-size: 26px
}

.compose-card .icon-button:hover {
    background: #eff4f7;
    color: #999
}

.compose-card textarea::-webkit-input-placeholder {
    color: #cecece
}

.compose-card textarea::-moz-placeholder {
    color: #cecece
}

.compose-card textarea:-ms-input-placeholder {
    color: #cecece
}

.compose-card textarea:-moz-placeholder {
    color: #cecece
}

.post-item {
    position: relative;
    width: 100%;
    margin: 15px 0;
    background: #fff;
    overflow: visible;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
    z-index: 1
}

.post-item .feed-avatar {
    height: 36px;
    width: 36px;
    border-radius: 50%
}

.post-item .dropdown {
    margin-left: auto;
    z-index: 1000
}

.post-item .item-title {
    font-weight: 500;
    color: #707070;
    margin-left: 15px
}

.post-item .item-title a {
    color: #7f00ff
}

.post-item .item-title .feed-time-small {
    font-size: .9rem;
    color: #999;
    font-weight: 400
}

.post-item .item-menu {
    margin-left: auto !important;
    padding-right: 10px;
    font-size: 80%;
    cursor: pointer
}

.post-item p {
    padding: 10px;
    font-size: 13px
}

.post-item p .post-title {
    font-size: 1.1rem;
    font-weight: 500
}

.post-item p .post-title a {
    color: #7f00ff
}

.post-item p .post-title a:hover {
    opacity: .8
}

.post-item .feed-item-footer {
    padding-top: 10px;
    padding-bottom: 10px
}

.post-item .counter-block {
    margin-right: 12px;
    margin-left: 12px;
    font-size: 20px
}

.post-item .counter-block span {
    color: #a9abac
}

.post-item .im-footer {
    position: relative;
    top: 5px;
    font-weight: 400
}

.post-item .rating-counter {
    color: #909090;
    padding-left: 5px;
    display: inline-block;
    font-size: 15px
}

.post-item .rating-counter.small {
    font-size: 11px
}

.post-item .fab-container {
    position: relative;
    min-height: 10px;
    width: 100%
}

.post-item .feed-image-container {
    position: relative
}

.post-item .feed-image-container img {
    float: left !important;
    max-width: 100%
}

.post-item .feed-image-container .soft-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

.user-list {
    margin: 1em 0 0 0 !important
}

.social-fab {
    position: absolute;
    width: 56px;
    height: 56px;
    padding: 0;
    bottom: -28px;
    right: 25px;
    z-index: 100
}

.social-fab .comment, .social-fab .like, .social-fab .share {
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 0
}

.social-fab .fab-wrapper {
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: 0;
    right: 0
}

.social-fab .fab-wrapper .pop-fab {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #7f00ff;
    background: linear-gradient(to right, #e100ff, #7f00ff);
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.social-fab .fab-wrapper .pop-fab .plus-toggle {
    height: 100%;
    width: 100%;
    background: tranparent;
    position: relative;
    display: block;
    transition: all .3s ease
}

.social-fab .fab-wrapper .pop-fab .plus-toggle.is-active {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.comment, .share {
    background: #7f00ff !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.comment i, .share i {
    font-size: 20px
}

.like-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.like-wrapper .like-overlay {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    top: -36px;
    left: -24px;
    background: #ff7273;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    z-index: 0
}

.like {
    background: #a9abac !important
}

.like i.unliked {
    display: block;
    color: #fff;
    position: relative;
    z-index: 1
}

.like i.liked {
    display: none;
    color: #fff;
    position: relative;
    z-index: 1
}

.like.is-active .like-overlay {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.like.is-active i.unliked {
    display: none
}

.like.is-active i.liked {
    display: block
}

.social-fab.is-open {
    width: 150px;
    height: 150px
}

.social-fab.is-open .fab-btn.mini {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.social-fab.is-open .like {
    left: -94px;
    top: 4px;
    opacity: 1
}

.social-fab.is-open .share {
    left: -65.296px;
    top: -65.296px;
    opacity: 1
}

.social-fab.is-open .comment {
    left: 4px;
    top: -94px;
    opacity: 1
}

.audio.green-audio-player {
    position: relative;
    width: 100%;
    min-width: 300px;
    height: 56px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .07);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 24px;
    border-radius: 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    background-color: #fff;
    z-index: 0
}

.audio.green-audio-player .avatar {
    margin-right: 10px
}

.audio.green-audio-player .avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.audio.green-audio-player .play-pause-btn {
    display: none;
    cursor: pointer
}

.audio.green-audio-player .spinner {
    width: 18px;
    height: 18px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: spin .4s linear infinite;
    animation: spin .4s linear infinite
}

.audio.green-audio-player .slider {
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #d8d8d8;
    cursor: pointer;
    position: relative
}

.audio.green-audio-player .slider .progress {
    background-color: #7f00ff;
    border-radius: inherit;
    position: absolute;
    pointer-events: none
}

.audio.green-audio-player .slider .progress .pin {
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: #7f00ff;
    position: absolute;
    pointer-events: all;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .32)
}

.audio.green-audio-player .controls {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #555;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px
}

.audio.green-audio-player .controls .slider {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 2px;
    height: 4px
}

.audio.green-audio-player .controls .slider .progress {
    width: 0;
    height: 100%
}

.audio.green-audio-player .controls .slider .progress .pin {
    right: -8px;
    top: -6px
}

.audio.green-audio-player .controls span {
    cursor: default
}

.audio.green-audio-player .volume {
    position: relative
}

.audio.green-audio-player .volume .volume-btn {
    cursor: pointer
}

.audio.green-audio-player .volume .volume-btn.open path {
    fill: #7f00ff
}

.audio.green-audio-player .volume .volume-controls {
    width: 30px;
    height: 135px;
    background-color: rgba(0, 0, 0, .62);
    border-radius: 7px;
    position: absolute;
    left: -3px;
    bottom: 52px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.audio.green-audio-player .volume .volume-controls.hidden {
    display: none
}

.audio.green-audio-player .volume .volume-controls .slider {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 6px;
    border-radius: 3px
}

.audio.green-audio-player .volume .volume-controls .slider .progress {
    bottom: 0;
    height: 100%;
    width: 6px
}

.audio.green-audio-player .volume .volume-controls .slider .progress .pin {
    left: -5px;
    top: -8px
}

.audio.green-audio-player img, .audio.green-audio-player svg {
    display: block
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    to {
        -webkit-transform: rotateZ(1turn);
        transform: rotateZ(1turn)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    to {
        -webkit-transform: rotateZ(1turn);
        transform: rotateZ(1turn)
    }
}

.featured-feed-post {
    overflow: visible
}

.featured-feed-post .image {
    border-radius: 8px;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.featured-feed-post img {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 8px;
    margin-top: -40px;
    box-shadow: 0 27px 55px 0 rgba(0, 0, 0, .3), 0 17px 17px 0 rgba(0, 0, 0, .15)
}

.featured-feed-post .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(126, 0, 255, .9);
    border-radius: 8px
}

.featured-feed-post .author-avatar {
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.featured-feed-post .author-avatar img {
    height: 100%;
    width: 110px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    bottom: -35px
}

.featured-feed-post .fab-btn.like {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    right: 8%;
    bottom: -18px;
    box-shadow: 0 27px 55px 0 rgba(0, 0, 0, .3), 0 17px 17px 0 rgba(0, 0, 0, .15)
}

.featured-feed-post .fab-btn.back {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    left: 8%;
    bottom: -18px;
    box-shadow: 0 27px 55px 0 rgba(0, 0, 0, .3), 0 17px 17px 0 rgba(0, 0, 0, .15);
    transition: all .3
}

.featured-feed-post .fab-btn.back i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: inherit
}

.featured-feed-post .fab-btn.back:hover {
    background: #536dfe
}

.featured-feed-post .fab-btn.back:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.featured-feed-post .post-meta {
    padding-left: 15px;
    padding-top: 10px;
    font-size: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.featured-feed-post .author-meta .author-name {
    color: #999
}

.featured-feed-post .author-meta .author-name span {
    font-weight: 500;
    color: #7f00ff
}

.featured-feed-post .author-meta .post-timestamp {
    font-size: 85%;
    color: #999;
    padding-top: 5px
}

.featured-feed-post .comments-meta {
    width: 40px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 15px
}

.featured-feed-post .comments-meta i {
    color: #a9abac;
    position: relative;
    top: 3px
}

.featured-feed-post .comments-meta .counter {
    font-size: 1.2rem;
    font-weight: 500;
    color: #a9abac
}

.featured-feed-post .post-body {
    padding: 30px 10px
}

.featured-feed-post .post-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.featured-feed-post .post-share i {
    font-size: 20px;
    padding: 0 7px;
    color: #a9abac;
    cursor: pointer
}

.featured-feed-post .post-share i:hover {
    color: #7f00ff
}

.featured-feed-post a {
    font-weight: 500
}

.compose-card .textarea-button {
    background: #fafbfc
}

.comment-list {
    padding-top: 40px;
    margin: 1rem 0 !important
}

.comment-list .media {
    border-top: none
}

.comment-list .media.is-answer {
    width: 85%;
    margin-left: auto
}

.comment-list .media.is-answer .media-left img {
    width: 38px
}

.comment-list .media-heading a {
    font-weight: 500
}

.comment-list .media-heading .timestamp {
    color: #a9abac;
    font-size: 12px;
    line-height: 1.6666667;
    font-weight: 400;
    margin-left: 8px
}

.comment-list .media-heading .timestamp:before {
    content: '\2022';
    margin-right: 11px
}

.comment-list .media-left img {
    width: 45px;
    border-radius: 50%;
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .04)
}

.comment-list .media-body {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ededed;
    background: #fff;
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .04)
}

.comment-list p {
    font-size: 90%;
    padding-top: 10px
}

.comment-list .comment-controls {
    margin: 0 !important
}

.comment-list .comment-controls li {
    padding-right: 20px;
    position: relative;
    padding-left: 0;
    font-size: 13px;
    display: inline-block;
    color: #a9abac
}

.comment-list .comment-controls li:before {
    content: '\2022';
    position: absolute;
    right: 8px;
    color: #ccc;
    top: 1px
}

.comment-list .comment-controls li a {
    color: #a9abac
}

.comment-list .comment-controls li a i {
    font-size: 14px;
    color: #a9abac;
    position: relative;
    top: 2px
}

.recent-post {
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.recent-post .media-left {
    max-width: 48px;
    margin: 0 10px
}

.recent-post .media-left .image {
    margin: 0
}

.recent-post .media-left img {
    display: block;
    margin: 0 auto
}

.recent-post .post-title {
    color: #444f60;
    font-weight: 500;
    margin-bottom: 5px !important
}

.recent-post .post-timestamp {
    float: right;
    margin-right: 15px;
    font-size: 90%;
    color: #a9abac
}

.recent-post figure img {
    border-radius: 50%
}

.recent-post a {
    font-weight: 500
}

/*! _dashboard-widgest.scss | Bulkit | CSS Ninja */
.ticket-list {
    margin: 0 !important;
    padding: 0 0 10px 0
}

.ticket-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 0;
    margin: 0 5px;
    border-bottom: 1px solid #ededed
}

.ticket-list .ticket-data .ticket-info {
    margin-bottom: 5px
}

.ticket-list .ticket-data .ticket-info .ticket-id {
    font-weight: 600;
    color: #a9abac
}

.ticket-list .ticket-data .ticket-info .ticket-title {
    color: #444f60;
    font-weight: 500
}

.ticket-list .ticket-data .ticket-timestamp {
    font-size: 80%;
    color: #999;
    padding-left: 35px
}

.ticket-list .ticket-meta {
    font-size: 85%;
    color: #999;
    position: relative;
    padding-left: 35px
}

.ticket-list .ticket-meta .small-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0
}

.hire-table {
    overflow: auto !important
}

.hire-table img {
    display: block;
    min-width: 34px !important;
    height: 34px;
    border-radius: 50%
}

.hire-table th {
    font-weight: 500 !important;
    background: #fafafa
}

.hire-table td {
    padding: .75em !important;
    vertical-align: middle !important
}

.hire-table td.position {
    font-size: 95%;
    color: #999
}

.hire-table td.experience {
    font-weight: 600
}

.hire-table td.experience span {
    font-weight: 500;
    font-size: 85%
}

.hire-table a {
    color: #444f60;
    font-weight: 500
}

.project-table {
    overflow: auto !important
}

.project-table th {
    font-weight: 500 !important;
    background: #fafafa
}

.project-table td {
    vertical-align: middle !important
}

.project-table td.deadline {
    font-size: 90%;
    color: #999
}

.project-table td .percent {
    position: relative;
    top: -8px;
    font-weight: 700;
    color: #444f60
}

.project-table td .percent span {
    font-size: 80%
}

.project-table a {
    color: #444f60;
    font-weight: 500
}

.project-table a:hover {
    color: #7f00ff
}

.project-table b {
    font-weight: 500 !important;
    font-size: 94%;
    color: #999
}

.project-table svg {
    max-width: 32px !important;
    margin: 0 auto !important
}

.project-table .material-icons {
    position: relative;
    top: 3px;
    color: #a9abac;
    cursor: pointer
}

.circle-chart-circle {
    -webkit-animation: circle-chart-fill 2s reverse;
    animation: circle-chart-fill 2s reverse;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.stat-number {
    position: absolute;
    top: 30%;
    left: 6px;
    width: 100%;
    font-weight: 700;
    font-size: 2.6rem
}

.stat-number span {
    font-size: 60%;
    margin: 0 auto
}

.chart-avatar {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 40px
}

.chart-avatar img {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.ring-title span {
    font-size: 1.2rem;
    color: #a9abac
}

@-webkit-keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100
    }
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100
    }
}

.stat-text .stat-average {
    position: relative;
    width: 100%;
    font-weight: 700;
    font-size: 1.8rem
}

.stat-text .stat-average span:first-child {
    font-size: 1.2rem
}

.stat-text .stat-subtitle {
    font-size: 90%;
    color: #999
}

.avatar-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.avatar-group .avatar-chart {
    position: relative
}

.avatar-group .avatar-chart img {
    display: block;
    width: 70px;
    height: 70px;
    border: 4px solid #fafafa;
    border-radius: 50%
}

.avatar-group .avatar-chart svg {
    position: absolute;
    top: 18px;
    left: 40px
}

.avatar-group .avatar-chart.is-left svg {
    left: -40px
}

.shipping-widget .shipping-progress {
    position: relative;
    padding: 10px 20px
}

.shipping-widget .shipping-progress .shipping-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 42px;
    left: 52px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.shipping-widget .shipping-progress .shipping-icon i {
    font-size: 40px;
    color: #cecece
}

.shipping-widget .shipping-info .delivery-percent {
    font-size: 2rem;
    font-weight: 700;
    color: #444f60
}

.shipping-widget .shipping-info .delivery-percent span {
    font-size: 60%;
    color: inherit
}

.shipping-widget .shipping-info .delivery-text {
    font-weight: 500;
    color: #999
}

.shipping-widget .bg-icon {
    font-size: 5rem;
    position: absolute;
    right: 0;
    color: #ededed;
    opacity: .4;
    -webkit-transform: scale(3);
    transform: scale(3)
}

.server-widget .server-progress {
    position: relative;
    padding: 10px 20px
}

.server-widget .server-progress .server-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.server-widget .server-progress .server-icon i {
    font-size: 40px;
    color: #cecece
}

.server-widget .server-info .server-percent {
    font-size: 2rem;
    font-weight: 700;
    color: #444f60
}

.server-widget .server-info .server-percent span {
    font-size: 60%;
    color: inherit
}

.server-widget .server-info .server-text {
    font-weight: 500;
    color: #999
}

.server-widget .bg-icon {
    font-size: 4rem;
    position: absolute;
    top: 50%;
    right: 6%;
    color: #ededed;
    opacity: .4;
    -webkit-transform: scale(3);
    transform: scale(3)
}

.pills-widget .tabs {
    margin-bottom: 0 !important
}

.pills-widget .messages-list {
    margin: 0 !important;
    padding: 0 0 10px 0
}

.pills-widget .messages-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 0;
    margin: 0 5px;
    border-bottom: 1px solid #ededed
}

.pills-widget .messages-list .message-data .message-info {
    margin-bottom: 5px
}

.pills-widget .messages-list .message-data .message-info .message-title {
    color: #444f60;
    font-weight: 500
}

.pills-widget .messages-list .message-data .message-timestamp {
    font-size: 80%;
    color: #999;
    padding-left: 35px
}

.pills-widget .messages-list .message-meta {
    font-size: 85%;
    color: #999;
    position: relative;
    padding-left: 35px
}

.pills-widget .messages-list .message-meta span {
    font-weight: 500;
    color: #7f00ff
}

.pills-widget .messages-list .message-meta .small-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0
}

.pills-widget .messages-list .message-action {
    margin-left: auto
}

.pills-widget .messages-list .message-action .attachments {
    position: relative;
    margin-right: 8px;
    color: #a9abac
}

.pills-widget .messages-list button {
    position: relative;
    top: 10px;
    margin-left: 10px
}

.pills-widget .task-list {
    margin: 0 !important;
    padding: 0 0 10px 0
}

.pills-widget .task-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 0;
    margin: 0 5px;
    border-bottom: 1px solid #ededed
}

.pills-widget .task-list .task-data .task-info {
    margin-bottom: 5px
}

.pills-widget .task-list .task-data .task-info .task-title {
    color: #444f60;
    font-weight: 500
}

.pills-widget .task-list .task-data .task-timestamp {
    font-size: 80%;
    color: #999;
    padding-left: 35px
}

.pills-widget .task-list .task-meta {
    font-size: 85%;
    color: #999;
    position: relative;
    padding-left: 35px
}

.pills-widget .task-list .task-meta span {
    font-weight: 500;
    color: #7f00ff
}

.pills-widget .task-list .task-meta .small-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0
}

.pills-widget .task-list .task-action {
    margin-left: auto;
    margin-right: 8px
}

.pills-widget .task-list .task-action .users {
    position: relative;
    color: #a9abac
}

.pills-widget .task-list button {
    position: relative;
    top: 10px;
    margin-left: 10px
}

.pills-widget .task-list button.complete {
    -webkit-transform: scale(.8) !important;
    transform: scale(.8) !important
}

.pills-widget .invoices-list {
    margin: 0 !important;
    padding: 0 0 10px 0
}

.pills-widget .invoices-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 0;
    margin: 0 5px;
    border-bottom: 1px solid #ededed
}

.pills-widget .invoices-list .invoice-data .invoice-info {
    margin-bottom: 5px
}

.pills-widget .invoices-list .invoice-data .invoice-info .invoice-title {
    color: #444f60;
    font-weight: 500
}

.pills-widget .invoices-list .invoice-data .invoice-timestamp {
    font-size: 80%;
    color: #999;
    padding-left: 40px
}

.pills-widget .invoices-list .invoice-meta {
    font-size: 85%;
    color: #999;
    position: relative;
    padding-left: 40px
}

.pills-widget .invoices-list .invoice-meta span {
    font-weight: 600;
    color: #7f00ff;
    font-size: .9rem
}

.pills-widget .invoices-list .invoice-meta i {
    font-size: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -6px
}

.pills-widget .invoices-list .invoice-action {
    margin-left: auto
}

.pills-widget .invoices-list .invoice-action .attachments {
    position: relative;
    margin-right: 8px;
    color: #a9abac
}

.pills-widget .invoices-list button {
    position: relative;
    top: 10px;
    margin-left: 10px
}

.complete-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.complete-wrapper .complete-overlay {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    top: -36px;
    left: -24px;
    background: #00d1b2;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    z-index: 0
}

.complete {
    background: #a9abac !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
    box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .04)
}

.complete i.uncompleted {
    display: block;
    color: #fff;
    position: relative;
    z-index: 1
}

.complete i.completed {
    display: none;
    color: #fff;
    position: relative;
    z-index: 1
}

.complete.is-active .complete-overlay {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.complete.is-active i.uncompleted {
    display: none
}

.complete.is-active i.completed {
    display: block
}

.simple-feed {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
    padding-top: 2rem
}

.simple-feed .feed-item {
    margin-top: 0 !important;
    padding-left: 15px;
    padding-bottom: 20px
}

.simple-feed .feed-item i {
    position: relative;
    top: -12px
}

.simple-feed .feed-item:after {
    border: 2px solid #00d1b2
}

.simple-feed .feed-item a {
    color: #7f00ff
}

.simple-feed .feed-item .text {
    color: #878787
}

.follow-card .header {
    position: relative;
    width: 100%;
    max-height: 100px
}

.follow-card .header .cover {
    width: 100%
}

.follow-card .header .avatar {
    position: absolute;
    left: 20px;
    bottom: -45px;
    border-radius: 50%;
    border: 5px solid #fff;
    height: 90px;
    width: 90px
}

.follow-card .header span {
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 700;
    color: #fff
}

.follow-card .header span span {
    font-size: 90%;
    font-weight: 500;
    right: 0
}

.follow-card button {
    margin: 20px
}

.follow-card.is-minimal .header {
    background: #039be5;
    height: 100px
}

.follow-card.is-minimal .twitter-icon {
    position: absolute;
    background: #039be5;
    left: 20px;
    bottom: -45px;
    border-radius: 50%;
    border: 5px solid #fff;
    height: 90px;
    width: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.follow-card.is-minimal .twitter-icon i {
    color: #fff;
    font-size: 40px
}

.stats-card .img-header {
    min-height: 220px;
    width: 100%;
    background: #00d1b2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.stats-card .img-header .img-block img {
    max-height: 100px;
    border-radius: 50%
}

.stats-card .img-header .img-block .name {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500
}

.stats-card .img-header .img-block .name-details {
    color: #fff;
    font-size: 90%
}

.stats-card .inline-stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.stats-card .inline-stats .stats-item .stat-name {
    font-weight: 400;
    color: #a9abac
}

.stats-card .inline-stats .stats-item .stat-data {
    font-weight: 700;
    font-size: 1.4rem
}

.stats-card.is-skewed .img-header {
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
    margin-top: -50px;
    min-height: 270px;
    background: #7f00ff
}

.stats-card.is-skewed .img-block {
    -webkit-transform: skewY(8deg);
    transform: skewY(8deg);
    padding-top: 50px
}

.stats-card.is-skewed .card-body {
    padding-top: 50px
}

.stats-card-portrait {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    min-height: 300px
}

.stats-card-portrait .vertical-stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    height: 300px;
    padding: 30px
}

.stats-card-portrait .vertical-stats .stats-item .stat-name {
    font-weight: 400;
    color: #a9abac
}

.stats-card-portrait .vertical-stats .stats-item .stat-data {
    font-weight: 700;
    font-size: 1.4rem
}

.stats-card-portrait .img-header {
    min-height: 300px;
    width: 75%;
    background: #7f00ff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.stats-card-portrait .img-header .img-block img {
    max-height: 100px;
    border-radius: 50%
}

.stats-card-portrait .img-header .img-block .name {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500
}

.stats-card-portrait .img-header .img-block .name-details {
    color: #fff;
    font-size: 90%
}

.rating-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

.rating-card .rating-avatar img {
    max-height: 55px;
    max-width: 55px;
    border-radius: 50%
}

.rating-card .rating-content {
    margin-left: 15px
}

.rating-card .rating-content .star-rating {
    position: absolute;
    right: 20px
}

.rating-card .rating-content .star-rating i {
    font-size: 18px;
    color: #ffad36
}

.rating-card .rating-content .star-rating i.unstared {
    color: #ededed !important
}

.rating-card .rating-content .star-rating.is-heart i {
    font-size: 16px;
    color: #ff7273
}

.rating-card .rating-content .rating-title {
    padding-top: 20px;
    font-weight: 500;
    color: #444f60
}

.rating-card .rating-content .rating-text {
    font-size: 88%
}

.following-card {
    padding: 20px;
    background: #039be5
}

.following-card .icon-heading {
    width: 100%;
    padding-bottom: 20px
}

.following-card .icon-heading .counter {
    font-size: 2rem;
    font-weight: 700;
    color: #fff
}

.following-card .achievement {
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    width: 100%
}

.following-card .avatars {
    text-align: center
}

.following-card .avatars img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #fff
}

.following-card .avatars img:not(:first-child) {
    margin-left: -15px
}

.skype-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.skype-card .skype-avatar {
    position: relative
}

.skype-card .skype-avatar img {
    width: 75px;
    height: 75px;
    border-radius: 50%
}

.skype-card .skype-avatar i {
    position: absolute;
    right: -12px;
    bottom: 10px;
    font-size: 1rem;
    padding: 10px;
    background: #039be5;
    border-radius: 50%;
    color: #fff
}

.skype-card .skype-info {
    margin-left: 25px
}

.skype-card .skype-info .name {
    font-weight: 500;
    color: #444f60
}

.skype-card .skype-info .status {
    font-size: 90%;
    color: #039be5
}

.skype-card .call {
    position: absolute;
    right: 10px;
    top: 10px
}

.tweet-card {
    padding: 20px
}

.tweet-card .tweet-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.tweet-card .tweet-header img {
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.tweet-card .tweet-header .user-info {
    margin-left: 15px
}

.tweet-card .tweet-header .user-info .name {
    font-weight: 500;
    color: #444f60
}

.tweet-card .tweet-header .user-info .alias {
    font-size: 90%;
    color: #a9abac
}

.tweet-card .tweet-header .twitter-icon {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    color: #1dcaff
}

.tweet-card .tweet-content {
    color: #444f60;
    font-size: 92%;
    padding-top: 10px
}

.tweet-card .hashtags span {
    font-weight: 500;
    color: #444f60;
    margin: 0 5px;
    font-size: 90%
}

.tweet-card.is-branded {
    background: #1dcaff
}

.tweet-card.is-branded .user-info {
    margin-left: 0
}

.tweet-card.is-branded .hashtags span, .tweet-card.is-branded .tweet-content, .tweet-card.is-branded .twitter-icon, .tweet-card.is-branded .user-info .alias, .tweet-card.is-branded .user-info .name {
    color: #fff
}

.social-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.social-card .social-icon {
    font-size: 40px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.social-card .stat-count {
    margin-left: 25px
}

.social-card .stat-count .count {
    font-size: 25px;
    font-weight: 700;
    color: #fff
}

.social-card .stat-count .count span {
    font-weight: 300;
    font-size: 90%
}

.social-card .stat-count .count-info {
    color: #fff;
    font-size: 85%
}

.social-card .symbol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    color: #fff;
    margin-left: auto
}

.social-card.is-facebook {
    background: #3b5998
}

.social-card.is-twitter {
    background: #1dcaff
}

.social-card.is-github {
    background: #444
}

.social-metro .metro-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2px;
    cursor: pointer;
    transition: opacity .3s
}

.social-metro .metro-icon:hover {
    opacity: .8
}

.social-metro .metro-icon:hover i {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.social-metro .metro-icon i {
    color: #fff;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.social-metro .metro-icon.is-big {
    height: 180px
}

.social-metro .metro-icon.is-big i {
    font-size: 50px
}

.social-metro .metro-icon.is-small {
    height: 90px
}

.social-metro .metro-icon.is-small i {
    font-size: 25px
}

.social-metro .metro-icon.is-facebook {
    background: #3b5998
}

.social-metro .metro-icon.is-twitter {
    background: #1dcaff
}

.social-metro .metro-icon.is-google-plus {
    background: #d34836
}

.social-metro .metro-icon.is-github {
    background: #444
}

.social-metro .metro-icon.is-linkedin {
    background: #007bb6
}

.social-metro .metro-icon.is-youtube {
    background: #cc181e
}

.social-metro .metro-icon.is-rss {
    background: #ffad36
}

/*! _dashboard-charts.scss | Bulkit | CSS Ninja */
.logo-card {
    min-height: 300px
}

.logo-card .lib-logo {
    height: 100px;
    background: #7f00ff;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.logo-card .lib-logo img {
    height: 90px;
    position: relative;
    bottom: -55px
}

.logo-card .logo-card-content {
    text-align: center;
    padding-top: 55px
}

.logo-card .logo-card-content .lib-name {
    font-size: 1.6rem
}

.logo-card .logo-card-content .subname {
    font-size: 95%;
    color: #999
}

.logo-card .filigrane {
    position: absolute;
    font-size: 150px;
    color: #ededed;
    opacity: .5;
    right: -20px;
    bottom: -90px
}

.chart-container {
    padding: 20px
}

.chart-container .button-wrap {
    padding: 30px 0 20px 0
}

#cjs-barChart, #cjs-bubbleChart, #cjs-doughnutChart, #cjs-gbarChart, #cjs-hbarChart, #cjs-lineChart, #cjs-mixedChart, #cjs-pieChart, #cjs-polarChart, #cjs-radarChart {
    height: 260px;
    max-height: 260px
}

.bb-axis {
    fill: #999
}

.peity-card {
    min-height: 300px;
    background-image: url(../images/bg/dashboard/chart-bg.svg);
    background-size: cover;
    background-repeat: no-repeat
}

.peity-card .column {
    min-height: 280px
}

.peity-card .peity-chart {
    min-height: 140px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.peity-card .peity-chart.is-full {
    min-height: 100% !important
}

#doughnutChart {
    max-height: 150px;
    max-width: 150px;
    margin: 0 auto
}

#vmap {
    min-width: 400px;
    min-height: 400px;
    width: 100%;
    height: 100%
}

.jqvmap-zoomin, .jqvmap-zoomout {
    position: absolute;
    left: 10px;
    border-radius: 50% !important;
    background: #00d1b2 !important;
    padding: 0 !important;
    color: #fff;
    width: 15px !important;
    height: 15px !important;
    cursor: pointer;
    line-height: 13px !important;
    text-align: center
}

/*! _dashboard-documents.scss | Bulkit | CSS Ninja */
.documents-title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.documents-title-wrapper .control {
    max-width: 350px
}

.documents-title-wrapper .control .input {
    padding-left: 44px
}

.documents-title-wrapper .input-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px
}

.documents-title {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0 !important
}

.documents-title a {
    color: #999
}

.documents-title a:hover {
    color: #7f00ff
}

.documents-title i {
    position: relative;
    top: 2px;
    margin: 0 4px;
    color: #999
}

.documents-title small {
    color: #999
}

.is-document-list {
    margin: 20px 0 40px 0;
    border-radius: 6px;
    padding: 20px
}

.is-document-list .document-list-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px
}

.is-document-list .table .b-checkbox {
    display: -ms-flexbox;
    display: flex;
    min-height: 18px;
    max-width: 18px;
    margin: 0 auto
}

.is-document-list .table th {
    font-weight: 500;
    vertical-align: middle;
    padding: 7px 0
}

.is-document-list .table th .b-checkbox {
    margin: 0 auto
}

.is-document-list .table th .dropdown.filter-dropdown .drodown-menu {
    width: 200px
}

.is-document-list .table th .dropdown.filter-dropdown .dropdown-item span .fa {
    margin-right: 10px;
    color: #7f00ff;
    visibility: hidden
}

.is-document-list .table th .dropdown.filter-dropdown .dropdown-item.is-spaced {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1rem !important
}

.is-document-list .table th .dropdown.filter-dropdown .dropdown-item.is-spaced>span {
    display: block
}

.is-document-list .table th .dropdown.filter-dropdown .dropdown-item.is-spaced .material-icons {
    font-size: 22px;
    line-height: 0
}

.is-document-list .table th .dropdown.filter-dropdown .dropdown-item.is-active {
    background-color: transparent !important;
    color: #7f00ff !important;
    font-weight: 500
}

.is-document-list .table th .dropdown.filter-dropdown .dropdown-item.is-active .fa {
    visibility: visible
}

.is-document-list .table th .dropdown:hover .button {
    background: #ededed
}

.is-document-list .table th .dropdown .button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    border-radius: 100px
}

.is-document-list .table th .dropdown .button i {
    font-size: 20px;
    padding-right: 0 !important
}

.is-document-list .table th .dropdown .filter-title {
    text-transform: uppercase;
    font-size: .8rem !important;
    font-weight: 700 !important;
    pointer-events: none
}

.is-document-list .table th .dropdown .dropdown-item {
    font-size: 1rem;
    font-weight: 400
}

.is-document-list .table td {
    vertical-align: middle;
    padding: .75em
}

.is-document-list .table td.document-preview .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.is-document-list .table td.document-preview .inner img {
    display: block;
    min-width: 38px;
    max-width: 38px;
    max-height: 38px;
    border-radius: 4px;
    object-fit: cover
}

.is-document-list .table td.document-preview .inner a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    font-weight: 500;
    color: #444f60
}

.is-document-list .table td.document-preview .inner a:hover {
    color: #7f00ff
}

.is-document-list .table td.document-preview .inner i {
    visibility: hidden;
    pointer-events: none;
    margin-left: 16px;
    font-size: 20px;
    max-height: 20px;
    color: #999;
    cursor: pointer
}

.is-document-list .table td.document-preview .inner i:hover {
    color: #7f00ff
}

.is-document-list .table td.modifications span {
    display: block
}

.is-document-list .table td.modifications span small {
    color: #999
}

.is-document-list .table td.modifications span .date {
    display: inline-block;
    font-size: .95rem;
    font-weight: 500
}

.is-document-list .table td.modifications span .time {
    display: inline-block;
    font-size: .85rem;
    color: #999
}

.is-document-list .table td.members {
    color: #999
}

.is-document-list .table td.members .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.is-document-list .table td.members .member-count {
    min-width: 80px
}

.is-document-list .table td.members span {
    display: block
}

.is-document-list .table td.members button {
    margin-left: 10px;
    visibility: hidden;
    pointer-events: none
}

.is-document-list .table td.actions .button {
    border: 1px solid transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px
}

.is-document-list .table td.actions .button i {
    padding: 0;
    top: 0 !important;
    font-size: 20px
}

.is-document-list .table td .dropdown-menu.is-text-bigger .dropdown-item {
    font-size: 1rem
}

.is-document-list .table tr {
    padding: 8px 0
}

.is-document-list .table tr.is-highlighted {
    background: #ededed
}

.is-document-list .table tr:hover .document-preview .inner i {
    visibility: visible;
    pointer-events: all
}

.is-document-list .table tr:hover .members button {
    visibility: visible;
    pointer-events: all
}

.is-document-list .table tr:hover .actions .button {
    border-color: #cecece;
    background: #fff !important
}

.is-document-list .table tr:hover .button:hover {
    border-color: #7f00ff;
    color: #7f00ff
}

.is-document-list .table tr:hover .button:hover i {
    color: #7f00ff
}

.right-options {
    margin-top: 60px
}

.right-options .members img {
    height: 46px;
    width: 46px;
    border-radius: 50%;
    border: 3px solid #f4f6fb;
    margin-bottom: 10px
}

.right-options .members img:not(:first-child):nth-child(1) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(2) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(3) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(4) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(5) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(6) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(7) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(8) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(9) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(10) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(11) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(12) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(13) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(14) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(15) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(16) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(17) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(18) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(19) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(20) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(21) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(22) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(23) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(24) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(25) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(26) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(27) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(28) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(29) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(30) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(31) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(32) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(33) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(34) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(35) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(36) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(37) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(38) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(39) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(40) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(41) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(42) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(43) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(44) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(45) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(46) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(47) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(48) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(49) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(50) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(51) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(52) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(53) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(54) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(55) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(56) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(57) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(58) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(59) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(60) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(61) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(62) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(63) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(64) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(65) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(66) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(67) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(68) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(69) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(70) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(71) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(72) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(73) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(74) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(75) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(76) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(77) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(78) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(79) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(80) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(81) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(82) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(83) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(84) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(85) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(86) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(87) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(88) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(89) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(90) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(91) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(92) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(93) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(94) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(95) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(96) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(97) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(98) {
    margin-left: -18px
}

.right-options .members img:not(:first-child):nth-child(99) {
    margin-left: -18px
}

.right-options button {
    line-height: 0
}

.right-options .controls {
    margin: 10px 0
}

.right-options .controls a {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #444f60
}

.right-options .controls a i {
    font-size: 1.3rem;
    margin-right: 10px;
    color: #999
}

.right-options .controls a:hover {
    background: #f2f2f2
}

.right-options .controls a:hover i {
    color: #7f00ff
}

#document-iframe {
    width: 100% !important
}

.is-document {
    padding: 16px;
    margin: 20px 0;
    border-radius: 6px
}

.document-details-tabs {
    margin-top: 10px
}

.document-details-tabs ul {
    margin: 0 !important;
    border-bottom: none
}

.document-details-tabs ul li {
    margin: 0 !important
}

.document-details-tabs ul li a {
    color: #cecece;
    border-bottom: 2px solid transparent !important;
    margin-bottom: 0 !important
}

.document-details-tabs ul li.is-active a {
    border-color: #7f00ff !important;
    font-weight: 500
}

.document-details-tabs .navtab-content {
    padding: 0
}

.document-details-tabs .navtab-content .comments-header .is-document-comment {
    position: relative
}

.document-details-tabs .navtab-content .comments-header .is-document-comment textarea {
    box-shadow: none !important;
    resize: none;
    font-size: 1.1rem;
    min-height: 48px;
    padding-left: 48px
}

.document-details-tabs .navtab-content .comments-header .is-document-comment .comment-avatar {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    width: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.document-details-tabs .navtab-content .comments-header .is-document-comment .comment-avatar img {
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 50%
}

.document-details-tabs .navtab-content .comments-body {
    margin: 30px 0;
    height: 440px;
    overflow-y: auto
}

.document-details-tabs .navtab-content .comments-body .is-comment {
    border: none !important
}

.document-details-tabs .navtab-content .comments-body .is-comment figure {
    margin: 0
}

.document-details-tabs .navtab-content .comments-body .is-comment figure img {
    border-radius: 50%
}

.document-details-tabs .navtab-content .comments-body .is-comment .media-content {
    margin-left: 10px
}

.document-details-tabs .navtab-content .comments-body .is-comment .media-content a {
    font-weight: 500
}

.document-details-tabs .navtab-content .comments-body .is-comment .media-content p {
    font-size: .95rem;
    color: #999
}

.document-details-tabs .navtab-content .comments-body .is-comment .media-content small {
    font-weight: 500;
    font-size: .75rem
}

.document-details-tabs .navtab-content .notifications-list {
    padding: 0;
    position: relative
}

.document-details-tabs .navtab-content .notifications-list li:after {
    content: '';
    width: 1.5px;
    left: 20px;
    height: 30px;
    background-color: #a9abac;
    position: absolute;
    opacity: .3
}

.document-details-tabs .navtab-content .notifications-list li:first-child:before {
    content: '';
    width: 1.5px;
    left: 20px;
    top: -24px;
    height: 23px;
    background-color: #a9abac;
    position: absolute;
    opacity: .3
}

.document-details-tabs .navtab-content .notifications-list li {
    margin-bottom: 30px !important;
    position: relative;
    cursor: pointer
}

.document-details-tabs .navtab-content .notifications-list li i {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 38px;
    font-size: 22px;
    color: #cecece !important
}

.document-details-tabs .navtab-content .notifications-list .notification-content {
    position: absolute;
    margin-left: 44px;
    margin-top: -42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.document-details-tabs .navtab-content .notifications-list .notification-content img {
    width: 38px;
    height: 38px;
    max-height: 38px;
    border-radius: 50%
}

.document-details-tabs .navtab-content .notifications-list .notification-content .notification-text {
    margin-left: 10px
}

.document-details-tabs .navtab-content .notifications-list .notification-content .notification-text .text {
    font-size: 1rem;
    color: #444f60
}

.document-details-tabs .navtab-content .notifications-list .notification-content .notification-text .timestamp {
    font-size: 80%;
    color: #a9abac;
    font-weight: 500
}

.is-not-supported {
    padding: 30px
}

.is-not-supported img {
    display: block
}

.is-not-supported h3 {
    margin-bottom: 10px
}

.is-not-supported p {
    color: #999
}

.is-invoice {
    background: #fff;
    width: 100%;
    padding: 50px;
    margin-top: 20px
}

.is-invoice .logo {
    width: 120px
}

.is-invoice .document-type {
    text-align: right;
    color: #444
}

.is-invoice .conditions {
    font-size: .7em;
    color: #666
}

.is-invoice .bottom-page {
    font-size: .85em
}

.is-invoice .bottom-page .company, .is-invoice .bottom-page .url {
    font-weight: 500
}

.is-invoice .bottom-page .url {
    color: #7f00ff
}

.is-invoice .bottom-page .code, .is-invoice .bottom-page .id {
    color: #444f60;
    font-weight: 500;
    font-size: 90%
}

.is-invoice .buyer, .is-invoice .seller {
    font-size: .95rem;
    color: #999;
    font-weight: 400
}

.is-invoice .buyer span, .is-invoice .seller span {
    font-size: 1.1rem;
    font-weight: 500;
    color: #444f60
}

.is-invoice .buyer {
    margin-top: 10px
}

.is-invoice .invoice-meta span {
    text-transform: uppercase;
    font-size: 70%;
    font-weight: 600
}

.is-invoice .invoice-meta span small {
    font-weight: 500;
    color: #999;
    text-transform: none;
    font-size: 1rem
}

.is-invoice .invoice-meta span small.date {
    font-size: .85rem;
    padding: 0 5px
}

.is-invoice .responsive-table {
    width: 100%
}

.is-invoice .responsive-table tr {
    background: #fff !important
}

.is-invoice .responsive-table td {
    vertical-align: middle !important
}

.is-invoice .responsive-table td .product {
    color: #444f60;
    font-weight: 600;
    font-size: 1rem
}

.is-invoice .responsive-table td .sku {
    font-size: .8rem;
    color: #999;
    font-weight: 500
}

.is-invoice .responsive-table td .quantity {
    color: #999
}

.is-invoice .responsive-table td .total-price, .is-invoice .responsive-table td .unit-price {
    font-weight: 500;
    color: #444f60;
    font-size: .95rem
}

.is-invoice .responsive-table td .total-price:before, .is-invoice .responsive-table td .unit-price:before {
    content: '$';
    font-size: .8rem
}

.is-invoice .responsive-table th {
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: .75rem;
    color: #999 !important
}

@media only screen and (max-width:760px), (min-device-width:768px) and (max-device-width:1024px) {
    .is-invoice .responsive-table table, .is-invoice .responsive-table tbody, .is-invoice .responsive-table td, .is-invoice .responsive-table th, .is-invoice .responsive-table thead, .is-invoice .responsive-table tr {
        display: block
    }

    .is-invoice .responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .is-invoice .responsive-table tr {
        border: 1px solid #ccc
    }

    .is-invoice .responsive-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%
    }

    .is-invoice .responsive-table td.has-text-centered {
        text-align: left !important
    }

    .is-invoice .responsive-table td:before {
        position: absolute;
        top: 12px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-transform: uppercase;
        font-weight: 500 !important;
        font-size: .75rem;
        color: #999 !important
    }

    .is-invoice .responsive-table td:nth-of-type(1):before {
        content: "Product"
    }

    .is-invoice .responsive-table td:nth-of-type(2):before {
        content: "Quantity"
    }

    .is-invoice .responsive-table td:nth-of-type(3):before {
        content: "Price"
    }

    .is-invoice .responsive-table td:nth-of-type(4):before {
        content: "Total"
    }
}

.is-invoice .sub-table {
    width: 100% !important;
    margin-top: 10px
}

.is-invoice .sub-table .subtotal, .is-invoice .sub-table .vat {
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 1rem;
    color: #999
}

.is-invoice .sub-table .total {
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 1.2rem;
    color: #444f60
}

.is-invoice .sub-table .subtotal-value, .is-invoice .sub-table .vat-value {
    font-weight: 500;
    font-size: 1rem;
    color: #444f60
}

.is-invoice .sub-table .subtotal-value:before, .is-invoice .sub-table .vat-value:before {
    content: '$';
    font-size: .85rem
}

.is-invoice .sub-table .total-value {
    font-size: 1.5rem;
    font-weight: 600;
    color: #7f00ff
}

.is-invoice .sub-table .total-value:before {
    content: '$';
    font-size: 1.2rem
}

.is-invoice .bottom-page {
    margin-top: 20px;
    font-size: 1rem !important
}

/*! _dashboard-projects.scss | Bulkit | CSS Ninja */
.project-title {
    font-size: 2.5rem !important;
    color: #444f60 !important;
    font-family: 'Nexa Bold', sans-serif
}

.project-tagline {
    font-weight: 400 !important;
    color: #999 !important
}

.project-members-avatars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.project-members-avatars .face {
    height: 54px;
    width: 54px;
    border-radius: 50%
}

.project-members-avatars .face:not(:first-child) {
    margin-left: -18px
}

.project-members-avatars .face.is-fake {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #7f00ff;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    border: 4px solid #f4f6fb
}

.project-members-avatars .face img {
    border: 4px solid #f4f6fb;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    max-height: 54px
}

.add-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ededed;
    cursor: pointer;
    transition: all .3s
}

.add-button i {
    color: #999;
    font-size: 18px;
    transition: inherit
}

.add-button:hover {
    background: #fff
}

.add-button:hover i {
    color: #7f00ff
}

.layout-tabs.overflow-tabs {
    overflow: visible !important
}

.layout-tabs .tabs ul {
    margin: 0;
    background: #eef2f5;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #e5e5e5
}

.layout-tabs .tabs ul li {
    margin: 0 5px
}

.layout-tabs .tabs ul li.is-active a {
    background: #fff;
    font-size: 1.05rem;
    color: #7f00ff
}

.layout-tabs .tabs ul a {
    border: none;
    padding: .7em 1em;
    font-weight: 500;
    border-radius: 6px !important;
    color: #a9abac;
    transition: all .3s
}

.projects-list-wrapper {
    padding-bottom: 140px
}

.projects-list-wrapper .list-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.projects-list-wrapper .list-header .list-title {
    display: inherit;
    -ms-flex-align: inherit;
    align-items: inherit
}

.projects-list-wrapper .list-header .list-title span {
    font-size: 2rem;
    font-weight: 600;
    color: #444f60;
    display: block
}

.projects-list-wrapper .list-header .list-filter {
    min-width: 250px
}

.projects-list-wrapper .list-header .list-filter .control {
    position: relative
}

.projects-list-wrapper .list-header .list-filter .control input {
    padding-left: 40px
}

.projects-list-wrapper .list-header .list-filter .control span {
    position: absolute;
    left: 12px;
    top: 10px;
    color: #cecece;
    font-size: 20px
}

.projects-list-wrapper .list-body {
    padding: 40px 0
}

.projects-list-wrapper .list-body .project-card {
    padding: 20px;
    border-radius: 6px
}

.projects-list-wrapper .list-body .project-card .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.projects-list-wrapper .list-body .project-card .header span {
    display: block;
    font-size: 20px;
    color: #999;
    cursor: pointer
}

.projects-list-wrapper .list-body .project-card .project-members {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

.projects-list-wrapper .list-body .project-card .project-members .face {
    height: 38px;
    width: 38px;
    border-radius: 50%
}

.projects-list-wrapper .list-body .project-card .project-members .face:not(:first-child) {
    margin-left: -12px
}

.projects-list-wrapper .list-body .project-card .project-members .face.is-fake {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #7f00ff;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    border: 2px solid #f4f6fb
}

.projects-list-wrapper .list-body .project-card .project-members .face img {
    border: 2px solid #f4f6fb;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    max-height: 38px
}

.projects-list-wrapper .list-body .project-card .progress-block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.projects-list-wrapper .list-body .project-card .progress-block .progress {
    width: 75%;
    margin-bottom: 0
}

.projects-list-wrapper .list-body .project-card .progress-block .progress.is-xs {
    height: .35rem !important
}

.projects-list-wrapper .list-body .project-card .progress-block .progress.is-red::-webkit-progress-value {
    background-color: #ff7273
}

.projects-list-wrapper .list-body .project-card .progress-block .progress.is-red::-moz-progress-bar {
    background-color: #ff7273
}

.projects-list-wrapper .list-body .project-card .progress-block .progress.is-red::-ms-fill {
    background-color: #ff7273
}

.projects-list-wrapper .list-body .project-card .progress-block .progress.is-orange::-webkit-progress-value {
    background-color: #ffad36
}

.projects-list-wrapper .list-body .project-card .progress-block .progress.is-orange::-moz-progress-bar {
    background-color: #ffad36
}

.projects-list-wrapper .list-body .project-card .progress-block .progress.is-orange::-ms-fill {
    background-color: #ffad36
}

.projects-list-wrapper .list-body .project-card .progress-block .progress.is-green::-webkit-progress-value {
    background-color: #00d1b2
}

.projects-list-wrapper .list-body .project-card .progress-block .progress.is-green::-moz-progress-bar {
    background-color: #00d1b2
}

.projects-list-wrapper .list-body .project-card .progress-block .progress.is-green::-ms-fill {
    background-color: #00d1b2
}

.projects-list-wrapper .list-body .project-card .progress-block .progress.is-secondary::-webkit-progress-value {
    background-color: #7f00ff
}

.projects-list-wrapper .list-body .project-card .progress-block .progress.is-secondary::-moz-progress-bar {
    background-color: #7f00ff
}

.projects-list-wrapper .list-body .project-card .progress-block .progress.is-secondary::-ms-fill {
    background-color: #7f00ff
}

.projects-list-wrapper .list-body .project-card .progress-block .task-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: #999
}

.projects-list-wrapper .list-body .project-card .progress-block .task-count .sl {
    font-size: 1.2rem;
    color: #cecece;
    margin: 0 5px
}

.projects-list-wrapper .list-body .team-card {
    padding: 20px;
    border-radius: 6px
}

.projects-list-wrapper .list-body .team-card .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.projects-list-wrapper .list-body .team-card .header span {
    display: block;
    font-size: 20px;
    color: #999;
    cursor: pointer
}

.projects-list-wrapper .list-body .team-card .project-members {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.projects-list-wrapper .list-body .team-card .project-members .face {
    height: 38px;
    width: 38px;
    border-radius: 50%
}

.projects-list-wrapper .list-body .team-card .project-members .face:not(:first-child) {
    margin-left: -12px
}

.projects-list-wrapper .list-body .team-card .project-members .face.is-fake {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #7f00ff;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    border: 2px solid #f4f6fb
}

.projects-list-wrapper .list-body .team-card .project-members .face img {
    border: 2px solid #f4f6fb;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    max-height: 38px
}

.projects-list-wrapper .list-body .team-card .team-info {
    margin-bottom: 30px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #999
}

.projects-list-wrapper .list-body .member-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0
}

.projects-list-wrapper .list-body .member-box img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.projects-list-wrapper .list-body .member-box .member-info {
    padding: 0 10px
}

.projects-list-wrapper .list-body .member-box .member-info span {
    display: block
}

.projects-list-wrapper .list-body .member-box .member-info .name {
    font-size: 1.1rem;
    font-weight: 500;
    color: #444f60
}

.projects-list-wrapper .list-body .member-box .member-info .role {
    color: #a9abac;
    font-size: .95rem
}

.projects-list-wrapper .list-body.has-padding-bottom {
    padding-bottom: 100px
}

.create-project-modal h2, .create-task-modal h2 {
    font-size: 1.4rem;
    font-weight: 600;
    background: #fff;
    padding-top: 15px
}

.create-project-modal .flex-card, .create-task-modal .flex-card {
    border-radius: 6px
}

.create-project-modal .project-members, .create-project-modal .task-members, .create-task-modal .project-members, .create-task-modal .task-members {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.create-project-modal .project-members .face, .create-project-modal .task-members .face, .create-task-modal .project-members .face, .create-task-modal .task-members .face {
    height: 48px;
    width: 48px;
    border-radius: 50%
}

.create-project-modal .project-members .face:not(:first-child), .create-project-modal .task-members .face:not(:first-child), .create-task-modal .project-members .face:not(:first-child), .create-task-modal .task-members .face:not(:first-child) {
    margin-left: -12px
}

.create-project-modal .project-members .face.is-fake, .create-project-modal .task-members .face.is-fake, .create-task-modal .project-members .face.is-fake, .create-task-modal .task-members .face.is-fake {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #7f00ff;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    border: 2px solid #f4f6fb
}

.create-project-modal .project-members .face img, .create-project-modal .task-members .face img, .create-task-modal .project-members .face img, .create-task-modal .task-members .face img {
    border: 2px solid #f4f6fb;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    max-height: 48px
}

.create-project-modal .modal-filter, .create-task-modal .modal-filter {
    margin: 20px
}

.create-project-modal .modal-filter .control, .create-task-modal .modal-filter .control {
    position: relative
}

.create-project-modal .modal-filter .control input, .create-task-modal .modal-filter .control input {
    padding-left: 40px
}

.create-project-modal .modal-filter .control span, .create-task-modal .modal-filter .control span {
    position: absolute;
    left: 12px;
    top: 10px;
    color: #cecece;
    font-size: 20px
}

.create-project-modal .card-body, .create-task-modal .card-body {
    background: #fff;
    border-radius: 0;
    padding: 10px 30px 10px 30px;
    max-height: 440px;
    overflow-y: auto
}

.create-project-modal .card-body::-webkit-scrollbar, .create-task-modal .card-body::-webkit-scrollbar {
    width: 10px
}

.create-project-modal .card-body::-webkit-scrollbar-thumb, .create-task-modal .card-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, .2)
}

.create-project-modal .card-body label, .create-task-modal .card-body label {
    font-size: 1.2rem;
    font-weight: 500
}

.create-project-modal .card-body .is-fieldset, .create-task-modal .card-body .is-fieldset {
    margin-bottom: 10px
}

.create-project-modal .card-body .field-label, .create-task-modal .card-body .field-label {
    font-weight: 400;
    color: #a9abac
}

.create-project-modal .card-body input, .create-project-modal .card-body textarea, .create-task-modal .card-body input, .create-task-modal .card-body textarea {
    box-shadow: none !important;
    border-radius: 6px
}

.create-project-modal .card-body input.is-medium, .create-project-modal .card-body textarea.is-medium, .create-task-modal .card-body input.is-medium, .create-task-modal .card-body textarea.is-medium {
    height: 40px
}

.create-project-modal .card-body input.is-rounded, .create-project-modal .card-body textarea.is-rounded, .create-task-modal .card-body input.is-rounded, .create-task-modal .card-body textarea.is-rounded {
    border-radius: 100px !important
}

.create-project-modal .card-body .form-footer, .create-task-modal .card-body .form-footer {
    text-align: right
}

.create-project-modal .card-body .form-footer button, .create-task-modal .card-body .form-footer button {
    font-weight: 500;
    color: #fff;
    padding: 20px;
    border-radius: 6px;
    line-height: 0;
    background: #7f00ff
}

.create-project-modal .card-body .form-footer button:hover, .create-task-modal .card-body .form-footer button:hover {
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.create-project-modal .card-body .members-select .member-row, .create-task-modal .card-body .members-select .member-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.create-project-modal .card-body .members-select .member-row img, .create-task-modal .card-body .members-select .member-row img {
    height: 36px;
    width: 36px;
    border-radius: 50%
}

.create-project-modal .card-body .members-select .member-row span, .create-task-modal .card-body .members-select .member-row span {
    padding: 0 15px;
    display: block;
    font-weight: 500
}

.create-project-modal .card-body .members-select .member-row .b-checkbox, .create-task-modal .card-body .members-select .member-row .b-checkbox {
    margin-left: auto;
    width: 18px;
    height: 18px
}

.create-project-modal .card-body .members-select .member-row .b-checkbox label:before, .create-task-modal .card-body .members-select .member-row .b-checkbox label:before {
    background: #ededed
}

.create-project-modal .card-body .members-select .member-row .b-checkbox input:checked+label::before, .create-task-modal .card-body .members-select .member-row .b-checkbox input:checked+label::before {
    background-color: #7f00ff;
    border-color: #7f00ff
}

.icon-action-modal h2, .invite-user-modal h2 {
    padding: 14px 20px;
    font-size: 1.3rem;
    font-weight: 600;
    background: #f2f2f2
}

.icon-action-modal .card-body, .invite-user-modal .card-body {
    padding: 20px 20px 10px 20px
}

.icon-action-modal .image, .invite-user-modal .image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: -60px auto 0;
    background: #eef2f5;
    border: 5px solid #fff;
    border-radius: 50%
}

.icon-action-modal .image img, .invite-user-modal .image img {
    width: 48px;
    height: 48px
}

.icon-action-modal .help-text, .invite-user-modal .help-text {
    margin: 10px 0;
    color: #999
}

.icon-action-modal input, .invite-user-modal input {
    height: 40px;
    padding-left: 2.75rem !important
}

.icon-action-modal .add-more, .invite-user-modal .add-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: .9rem;
    color: #7f00ff
}

.icon-action-modal .add-more i, .invite-user-modal .add-more i {
    margin: 0 5px;
    color: inherit;
    font-size: 16px
}

.icon-action-modal .modal-footer, .invite-user-modal .modal-footer {
    padding: 10px 20px;
    background: #fcfcfc;
    text-align: right
}

.icon-action-modal .modal-footer button, .invite-user-modal .modal-footer button {
    font-weight: 500;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    line-height: 0;
    background: #7f00ff
}

.icon-action-modal .modal-footer button:hover, .invite-user-modal .modal-footer button:hover {
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.icon-action-modal .modal-footer button.modal-dismiss, .invite-user-modal .modal-footer button.modal-dismiss {
    background: #ededed;
    border-color: #ededed;
    color: #444f60;
    box-shadow: none !important
}

.progress-block {
    position: relative;
    display: block;
    margin: 20px 10px
}

.progress-block .progress {
    width: 100%;
    margin-bottom: 0
}

.progress-block .progress.is-xs {
    height: .35rem !important
}

.progress-block .progress.is-secondary::-webkit-progress-value {
    background-color: #7f00ff
}

.progress-block .progress.is-secondary::-moz-progress-bar {
    background-color: #7f00ff
}

.progress-block .progress.is-secondary::-ms-fill {
    background-color: #7f00ff
}

.progress-block .project-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

.progress-block .project-meta .task-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.progress-block .project-meta .task-count span {
    display: block;
    padding: 0 5px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #999
}

.progress-block .project-meta .task-count i {
    font-size: 26px;
    color: #7f00ff
}

.progress-block .project-meta .due-date {
    font-weight: 500;
    color: #999
}

.tasks-wrapper {
    padding: 16px;
    background: #e9eef2;
    border: 1px solid #ededed;
    border-radius: 6px;
    margin-bottom: 20px
}

.tasks-wrapper .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.tasks-wrapper .header span {
    display: block;
    font-size: 24px;
    color: #999;
    cursor: pointer
}

.tasks-wrapper .header .dropdown .button {
    background: 0 0;
    border: none;
    padding: 0
}

.tasks-wrapper .header .dropdown .dropdown-item.is-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.tasks-wrapper .header .dropdown .dropdown-item.is-flex .material-icons {
    font-size: 20px;
    margin-right: 5px
}

.tasks-wrapper .task-card {
    position: relative;
    padding: 24px;
    border-radius: 6px;
    margin-bottom: 20px;
    background: #fff;
    overflow: visible
}

.tasks-wrapper .task-card:last-child {
    margin-bottom: 0 !important
}

.tasks-wrapper .task-card .card-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    min-width: 0;
    background: #7f00ff;
    transition: all .5s
}

.tasks-wrapper .task-card .card-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.tasks-wrapper .task-card .card-inner .task-meta span {
    display: block
}

.tasks-wrapper .task-card .card-inner .task-meta .task-title {
    font-size: 1.3rem;
    font-weight: 500
}

.tasks-wrapper .task-card .card-inner .task-meta .task-due-date {
    font-size: 1.2rem;
    color: #999
}

.tasks-wrapper .task-card .card-inner .task-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.tasks-wrapper .task-card .card-inner .task-info .task-members {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.tasks-wrapper .task-card .card-inner .task-info .task-members .face {
    height: 44px;
    width: 44px;
    border-radius: 50%
}

.tasks-wrapper .task-card .card-inner .task-info .task-members .face:not(:first-child) {
    margin-left: -12px
}

.tasks-wrapper .task-card .card-inner .task-info .task-members .face.is-fake {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #7f00ff;
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    border: 3px solid #fff
}

.tasks-wrapper .task-card .card-inner .task-info .task-members .face img {
    border: 3px solid #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    max-height: 44px
}

.tasks-wrapper .task-card .card-inner .task-info .subtasks-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px
}

.tasks-wrapper .task-card .card-inner .task-info .subtasks-count span {
    display: block;
    padding: 0 5px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #999
}

.tasks-wrapper .task-card .card-inner .task-info .subtasks-count i {
    font-size: 22px;
    color: #999
}

.tasks-wrapper .task-card .card-inner .task-info .more-drop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.tasks-wrapper .task-card .card-inner .task-info .more-drop span {
    color: #999
}

.dropdown .button {
    background: 0 0;
    border: none;
    padding: 0
}

.dropdown .dropdown-item .material-icons {
    color: #999 !important
}

.dropdown .dropdown-item.is-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.dropdown .dropdown-item.is-flex .material-icons {
    font-size: 20px;
    margin-right: 5px;
    color: #999
}

.project-activity-wrapper, .project-files-wrapper {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 6px
}

.project-activity-wrapper .activity-item, .project-activity-wrapper .file-item, .project-files-wrapper .activity-item, .project-files-wrapper .file-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 20px;
    margin-top: 0 !important
}

.project-activity-wrapper .activity-item .image, .project-activity-wrapper .file-item .image, .project-files-wrapper .activity-item .image, .project-files-wrapper .file-item .image {
    position: relative
}

.project-activity-wrapper .activity-item .image img, .project-activity-wrapper .file-item .image img, .project-files-wrapper .activity-item .image img, .project-files-wrapper .file-item .image img {
    border-radius: 50%
}

.project-activity-wrapper .activity-item .image .file-action, .project-activity-wrapper .file-item .image .file-action, .project-files-wrapper .activity-item .image .file-action, .project-files-wrapper .file-item .image .file-action {
    position: absolute;
    right: -18px;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #7f00ff
}

.project-activity-wrapper .activity-item .image .file-action.is-alt, .project-activity-wrapper .file-item .image .file-action.is-alt, .project-files-wrapper .activity-item .image .file-action.is-alt, .project-files-wrapper .file-item .image .file-action.is-alt {
    background: #00d1b2
}

.project-activity-wrapper .activity-item .image .file-action i, .project-activity-wrapper .file-item .image .file-action i, .project-files-wrapper .activity-item .image .file-action i, .project-files-wrapper .file-item .image .file-action i {
    font-size: 16px;
    color: #fff
}

.project-activity-wrapper .activity-item .meta a, .project-activity-wrapper .activity-item .meta span, .project-activity-wrapper .file-item .meta a, .project-activity-wrapper .file-item .meta span, .project-files-wrapper .activity-item .meta a, .project-files-wrapper .activity-item .meta span, .project-files-wrapper .file-item .meta a, .project-files-wrapper .file-item .meta span {
    display: block
}

.project-activity-wrapper .activity-item .meta a, .project-activity-wrapper .file-item .meta a, .project-files-wrapper .activity-item .meta a, .project-files-wrapper .file-item .meta a {
    font-size: 1.2rem;
    font-weight: 500
}

.project-activity-wrapper .activity-item .meta a.is-activity, .project-activity-wrapper .file-item .meta a.is-activity, .project-files-wrapper .activity-item .meta a.is-activity, .project-files-wrapper .file-item .meta a.is-activity {
    font-size: 1rem
}

.project-activity-wrapper .activity-item .meta span, .project-activity-wrapper .file-item .meta span, .project-files-wrapper .activity-item .meta span, .project-files-wrapper .file-item .meta span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    font-size: .9rem
}

.project-activity-wrapper .activity-item .meta span.activity-content, .project-activity-wrapper .file-item .meta span.activity-content, .project-files-wrapper .activity-item .meta span.activity-content, .project-files-wrapper .file-item .meta span.activity-content {
    font-size: 1rem;
    color: #444f60
}

.project-activity-wrapper .activity-item .meta span.activity-content a, .project-activity-wrapper .file-item .meta span.activity-content a, .project-files-wrapper .activity-item .meta span.activity-content a, .project-files-wrapper .file-item .meta span.activity-content a {
    font-size: 1rem;
    padding: 0 4px
}

.project-activity-wrapper .activity-item .meta span small, .project-activity-wrapper .file-item .meta span small, .project-files-wrapper .activity-item .meta span small, .project-files-wrapper .file-item .meta span small {
    font-weight: 500;
    font-size: .9rem
}

.project-activity-wrapper .activity-item .meta .fa-circle, .project-activity-wrapper .file-item .meta .fa-circle, .project-files-wrapper .activity-item .meta .fa-circle, .project-files-wrapper .file-item .meta .fa-circle {
    font-size: 4px;
    color: #cecece;
    margin: 0 5px
}

.project-activity-wrapper .activity-item .meta time, .project-activity-wrapper .file-item .meta time, .project-files-wrapper .activity-item .meta time, .project-files-wrapper .file-item .meta time {
    color: #999;
    font-size: 1rem;
    padding: 0 4px
}

.project-activity-wrapper .activity-item .media-content, .project-activity-wrapper .file-item .media-content, .project-files-wrapper .activity-item .media-content, .project-files-wrapper .file-item .media-content {
    margin: 0 15px
}

.project-activity-wrapper .activity-item .material-icons, .project-activity-wrapper .file-item .material-icons, .project-files-wrapper .activity-item .material-icons, .project-files-wrapper .file-item .material-icons {
    color: #999
}

.checklist-wrapper .checklist-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.checklist-wrapper .checklist-item .checklist-handle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: -webkit-grab;
    cursor: grab
}

.checklist-wrapper .checklist-item .checklist-handle .material-icons {
    color: #999
}

.checklist-wrapper .checklist-item .checklist-checkbox {
    position: relative;
    top: -3px;
    margin-left: 20px
}

.checklist-wrapper .checklist-item .checklist-checkbox .b-checkbox {
    max-height: 13px;
    display: -ms-flexbox;
    display: flex
}

.checklist-wrapper .checklist-item .checklist-checkbox .b-checkbox label {
    padding-left: 0 !important
}

.checklist-wrapper .checklist-item .checklist-text {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 10px
}

.delete-drop {
    display: none;
    text-align: center;
    margin: 20px 0;
    padding: 24px;
    border-radius: 6px;
    border: 2px dashed #ccc;
    font-size: 1.3rem;
    color: #999;
    background: #fafafa
}

.task-note {
    position: relative;
    width: 100%;
    border-radius: 8px;
    background: #dce1ff;
    border: 1px solid #c3ccff;
    padding: 30px;
    margin-bottom: 20px
}

.task-note.is-white {
    background: #fff;
    border: 1px solid #ededed
}

.task-note .note-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.task-note .note-header .note-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.task-note .note-header .note-title img {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50%
}

.task-note .note-header .note-title h5 {
    font-weight: 500;
    margin: 0 10px !important
}

.task-note .note-header .dropdown .material-icons {
    color: #444f60
}

.task-note .note-body {
    padding-top: 10px
}

.task-note .note-body p {
    font-size: 1.1rem;
    margin-bottom: 10px
}

.task-note .note-body ul {
    list-style-type: disc;
    margin-top: 0
}

.task-note .note-body a {
    font-weight: 500
}

.profile-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.profile-heading img {
    height: 65px;
    width: 65px;
    border-radius: 50%
}

.profile-heading div {
    margin: 0 15px
}

.profile-heading div .project-title {
    margin-bottom: 0 !important
}

@media (max-width:767px) {
    .project-members-avatars .face {
        width: 40px;
        height: 40px
    }

    .project-members-avatars .face img {
        width: 40px;
        height: 40px
    }

    .projects-list-wrapper .list-header {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .projects-list-wrapper .list-header .list-filter {
        margin-top: 10px
    }

    .layout-tabs .navtab-content {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .member-box img {
        width: 50px !important;
        height: 50px !important
    }

    .task-card .task-meta {
        text-align: center;
        margin-bottom: 10px
    }

    .task-card .card-inner, .task-card .task-info {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .task-card .more-drop {
        margin: 10px 0
    }

    .activity-item {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .activity-item .meta {
        text-align: center;
        margin: 10px 0
    }

    .activity-item .meta a, .activity-item .meta span {
        display: inline-block !important
    }

    .activity-item .media-right {
        margin-left: 0
    }

    .profile-heading h2, .profile-heading h4 {
        text-align: left
    }
}

/*! _dashboard-contacts.scss | Bulkit | CSS Ninja */
.contacts-title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.contacts-title-wrapper .control {
    max-width: 350px
}

.contacts-title-wrapper .control .input {
    padding-left: 44px
}

.contacts-title-wrapper .input-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px
}

.contacts-title-wrapper .list-filter {
    display: -ms-flexbox;
    display: flex
}

.contacts-title-wrapper .list-filter .button {
    height: 40px !important;
    margin-left: 16px
}

.contacts-title-wrapper .list-filter .button i {
    padding-right: 0
}

.contacts-title {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0 !important
}

.contacts-title a {
    color: #999
}

.contacts-title a:hover {
    color: #7f00ff
}

.contacts-title i {
    position: relative;
    top: 2px;
    margin: 0 4px;
    color: #999
}

.is-contacts-grid {
    margin: 20px 0
}

.is-contacts-grid .contact-card {
    padding: 20px;
    margin-bottom: 0
}

.is-contacts-grid .contact-card .contact-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 16px
}

.is-contacts-grid .contact-card .contact-block img {
    height: 48px;
    width: 48px;
    border-radius: 50%
}

.is-contacts-grid .contact-card .contact-block .contact-meta {
    padding: 0 10px
}

.is-contacts-grid .contact-card .contact-block .contact-meta span {
    display: block
}

.is-contacts-grid .contact-card .contact-block .contact-meta span.name {
    color: #444f60;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 4px
}

.is-contacts-grid .contact-card .contact-block .contact-meta span.position {
    font-size: 1rem;
    color: #999
}

.is-contacts-grid .contact-card .contact-block .contact-meta span.position small {
    margin: 0 4px
}

.is-contacts-grid .contact-card .contact-block .contact-meta span.position small.is-green {
    background: #00b289;
    color: #fcfcfc
}

.is-contacts-grid .contact-card .contact-block .contact-meta span.position small.is-blue {
    background: #039be5;
    color: #fcfcfc
}

.is-contacts-grid .contact-card .contact-block .contact-meta span.email {
    font-size: 1rem;
    font-weight: 500;
    color: #7f00ff
}

.is-contacts-grid .contact-card .contact-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px
}

.is-contacts-grid .contact-card .contact-actions .contact-button {
    height: 36px;
    width: 36px;
    border-color: transparent !important;
    margin: 0 4px
}

.is-contacts-grid .contact-card .contact-actions .contact-button i {
    font-size: 18px;
    padding: 0;
    color: #999
}

.is-contacts-grid .contact-card .contact-actions .contact-button:hover {
    background: #f7f7f7 !important
}

.is-contacts-grid .contact-card .contact-actions .contact-button:hover i {
    color: #444f60
}

.is-contacts-grid .contact-card .progress-block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.is-contacts-grid .contact-card .progress-block .progress {
    width: 80%;
    margin-bottom: 0
}

.is-contacts-grid .contact-card .progress-block .progress.is-xs {
    height: .35rem !important
}

.is-contacts-grid .contact-card .progress-block .progress.is-red::-webkit-progress-value {
    background-color: #ff7273
}

.is-contacts-grid .contact-card .progress-block .progress.is-red::-moz-progress-bar {
    background-color: #ff7273
}

.is-contacts-grid .contact-card .progress-block .progress.is-red::-ms-fill {
    background-color: #ff7273
}

.is-contacts-grid .contact-card .progress-block .progress.is-orange::-webkit-progress-value {
    background-color: #ffad36
}

.is-contacts-grid .contact-card .progress-block .progress.is-orange::-moz-progress-bar {
    background-color: #ffad36
}

.is-contacts-grid .contact-card .progress-block .progress.is-orange::-ms-fill {
    background-color: #ffad36
}

.is-contacts-grid .contact-card .progress-block .progress.is-green::-webkit-progress-value {
    background-color: #00d1b2
}

.is-contacts-grid .contact-card .progress-block .progress.is-green::-moz-progress-bar {
    background-color: #00d1b2
}

.is-contacts-grid .contact-card .progress-block .progress.is-green::-ms-fill {
    background-color: #00d1b2
}

.is-contacts-grid .contact-card .progress-block .progress.is-secondary::-webkit-progress-value {
    background-color: #7f00ff
}

.is-contacts-grid .contact-card .progress-block .progress.is-secondary::-moz-progress-bar {
    background-color: #7f00ff
}

.is-contacts-grid .contact-card .progress-block .progress.is-secondary::-ms-fill {
    background-color: #7f00ff
}

.is-contacts-grid .contact-card .progress-block .task-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    color: #999
}

.is-contacts-grid .contact-card .progress-block .task-count .sl {
    font-size: 1.2rem;
    color: #cecece;
    margin: 0 5px
}

.contact-events-dropdown, .contacts-grid-dropdown, .contacts-list-dropdown {
    height: 36px;
    width: 36px
}

.contact-events-dropdown>.button, .contacts-grid-dropdown>.button, .contacts-list-dropdown>.button {
    height: 36px;
    width: 36px
}

.contact-events-dropdown>.button i, .contacts-grid-dropdown>.button i, .contacts-list-dropdown>.button i {
    padding: 0;
    color: #999
}

.contact-events-dropdown>.button:hover, .contacts-grid-dropdown>.button:hover, .contacts-list-dropdown>.button:hover {
    background: #f7f7f7 !important
}

.contact-events-dropdown>.button:hover i, .contacts-grid-dropdown>.button:hover i, .contacts-list-dropdown>.button:hover i {
    color: #444f60
}

.contact-events-dropdown .dropdown-menu, .contacts-grid-dropdown .dropdown-menu, .contacts-list-dropdown .dropdown-menu {
    width: 280px
}

.contact-events-dropdown .dropdown-menu .dropdown-content .dropdown-item, .contacts-grid-dropdown .dropdown-menu .dropdown-content .dropdown-item, .contacts-list-dropdown .dropdown-menu .dropdown-content .dropdown-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.contact-events-dropdown .dropdown-menu .dropdown-content .dropdown-item span, .contacts-grid-dropdown .dropdown-menu .dropdown-content .dropdown-item span, .contacts-list-dropdown .dropdown-menu .dropdown-content .dropdown-item span {
    display: block;
    margin: 0 10px
}

.contact-events-dropdown .dropdown-menu .dropdown-content .dropdown-item span span:first-child, .contacts-grid-dropdown .dropdown-menu .dropdown-content .dropdown-item span span:first-child, .contacts-list-dropdown .dropdown-menu .dropdown-content .dropdown-item span span:first-child {
    font-size: 1rem;
    font-weight: 500
}

.contact-events-dropdown .dropdown-menu .dropdown-content .dropdown-item span span:nth-child(2), .contacts-grid-dropdown .dropdown-menu .dropdown-content .dropdown-item span span:nth-child(2), .contacts-list-dropdown .dropdown-menu .dropdown-content .dropdown-item span span:nth-child(2) {
    font-size: .9rem;
    color: #999
}

.contact-events-dropdown .dropdown-menu .dropdown-content .dropdown-item i, .contacts-grid-dropdown .dropdown-menu .dropdown-content .dropdown-item i, .contacts-list-dropdown .dropdown-menu .dropdown-content .dropdown-item i {
    font-size: 16px;
    color: #999
}

.is-contact-list {
    margin: 20px 0 40px 0;
    border-radius: 6px;
    padding: 20px
}

.is-contact-list .contacts-list-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px
}

.is-contact-list .table .b-checkbox {
    display: -ms-flexbox;
    display: flex;
    min-height: 18px;
    max-width: 18px;
    margin: 0 auto
}

.is-contact-list .table th {
    font-weight: 500;
    vertical-align: middle;
    padding: 7px 0
}

.is-contact-list .table th.w-50 {
    width: 50%
}

.is-contact-list .table th.w-5 {
    width: 5%
}

.is-contact-list .table th .b-checkbox {
    margin: 0 auto
}

.is-contact-list .table th .dropdown.filter-dropdown .drodown-menu {
    width: 200px
}

.is-contact-list .table th .dropdown.filter-dropdown .dropdown-item span .fa {
    margin-right: 10px;
    color: #7f00ff;
    visibility: hidden
}

.is-contact-list .table th .dropdown.filter-dropdown .dropdown-item.is-spaced {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1rem !important
}

.is-contact-list .table th .dropdown.filter-dropdown .dropdown-item.is-spaced>span {
    display: block
}

.is-contact-list .table th .dropdown.filter-dropdown .dropdown-item.is-spaced .material-icons {
    font-size: 22px;
    line-height: 0
}

.is-contact-list .table th .dropdown.filter-dropdown .dropdown-item.is-active {
    background-color: transparent !important;
    color: #7f00ff !important;
    font-weight: 500
}

.is-contact-list .table th .dropdown.filter-dropdown .dropdown-item.is-active .fa {
    visibility: visible
}

.is-contact-list .table th .dropdown:hover .button {
    background: #ededed
}

.is-contact-list .table th .dropdown .button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    border-radius: 100px
}

.is-contact-list .table th .dropdown .button i {
    font-size: 20px;
    padding-right: 0 !important
}

.is-contact-list .table th .dropdown .filter-title {
    text-transform: uppercase;
    font-size: .8rem !important;
    font-weight: 700 !important;
    pointer-events: none
}

.is-contact-list .table th .dropdown .dropdown-item {
    font-size: 1rem;
    font-weight: 400
}

.is-contact-list .table td {
    vertical-align: middle;
    padding: .75em
}

.is-contact-list .table td.contact-preview .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.is-contact-list .table td.contact-preview .inner img {
    display: block;
    min-width: 38px;
    max-width: 38px;
    max-height: 38px;
    border-radius: 50%;
    object-fit: cover
}

.is-contact-list .table td.contact-preview .inner a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    font-weight: 500;
    color: #444f60
}

.is-contact-list .table td.contact-preview .inner a:hover {
    color: #7f00ff
}

.is-contact-list .table td.contact-preview .inner i {
    display: none;
    margin-left: 16px;
    font-size: 20px;
    max-height: 20px;
    color: #999;
    cursor: pointer
}

.is-contact-list .table td.contact-preview .inner i:hover {
    color: #7f00ff
}

.is-contact-list .table td.modifications span {
    display: block
}

.is-contact-list .table td.modifications span small {
    color: #999
}

.is-contact-list .table td.modifications span .date {
    display: inline-block;
    font-size: .95rem;
    font-weight: 500
}

.is-contact-list .table td.modifications span .time {
    display: inline-block;
    font-size: .85rem;
    color: #999
}

.is-contact-list .table td.projects {
    color: #999
}

.is-contact-list .table td.projects .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.is-contact-list .table td.projects .project-count {
    min-width: 80px
}

.is-contact-list .table td.projects span {
    display: block
}

.is-contact-list .table td.projects button {
    margin-left: 10px;
    visibility: hidden;
    pointer-events: none
}

.is-contact-list .table td.actions .button {
    border: 1px solid transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px
}

.is-contact-list .table td.actions .button i {
    padding: 0;
    top: 0 !important;
    font-size: 20px
}

.is-contact-list .table td .dropdown-menu.is-text-bigger .dropdown-item {
    font-size: 1rem
}

.is-contact-list .table tr {
    padding: 8px 0
}

.is-contact-list .table tr.is-highlighted {
    background: #f7f7f7
}

.is-contact-list .table tr:hover .contact-preview .inner i {
    display: block
}

.is-contact-list .table tr:hover .projects button {
    visibility: visible;
    pointer-events: all
}

.is-contact-list .table tr:hover .actions .button {
    border-color: #cecece;
    background: #fff !important
}

.is-contact-list .table tr:hover .button:hover {
    border-color: #7f00ff;
    color: #7f00ff
}

.is-contact-list .table tr:hover .button:hover i {
    color: #7f00ff
}

.is-avatar {
    margin-top: 20px;
    padding: 40px
}

.is-avatar .inner {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.is-avatar .inner .contact-block {
    width: 100%;
    text-align: center
}

.is-avatar .inner .contact-block .avatar-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 2px solid #7f00ff;
    margin: 0 auto
}

.is-avatar .inner .contact-block .avatar-wrapper img {
    display: block;
    height: 70px;
    width: 70px;
    border-radius: 50%
}

.is-avatar .inner .contact-block .contact-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #444f60;
    margin-top: 10px
}

.is-avatar .inner .contact-block .contact-company {
    font-size: 1.1rem;
    color: #999
}

.is-avatar .inner .contact-block .stats-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.is-avatar .inner .contact-block .stats-block .stat {
    text-align: center
}

.is-avatar .inner .contact-block .stats-block .stat span {
    display: block
}

.is-avatar .inner .contact-block .stats-block .stat span:first-child {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .85rem;
    color: #999
}

.is-avatar .inner .contact-block .stats-block .stat span:nth-child(2) {
    font-size: 1.75rem;
    color: #444f60;
    font-weight: 700
}

.is-contact-info {
    margin-top: 20px
}

.is-contact-info .single-contact-tabs {
    padding: 20px 40px 40px 40px;
    overflow: visible
}

.is-contact-info .single-contact-tabs .tabs {
    margin-bottom: 20px
}

.is-contact-info .single-contact-tabs ul {
    margin: 0 !important;
    border-bottom: none
}

.is-contact-info .single-contact-tabs ul li {
    margin: 0 !important
}

.is-contact-info .single-contact-tabs ul li a {
    color: #cecece;
    border-bottom: 2px solid transparent !important;
    margin-bottom: 0 !important
}

.is-contact-info .single-contact-tabs ul li.is-active a {
    border-color: #7f00ff !important;
    font-weight: 500
}

.is-contact-info .single-contact-tabs .navtab-content {
    padding: 16px 16px 0 16px
}

.is-contact-info .single-contact-tabs .navtab-content .info-block {
    margin-bottom: 16px
}

.is-contact-info .single-contact-tabs .navtab-content .info-block .info-label {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    color: #444f60
}

.is-contact-info .single-contact-tabs .navtab-content .info-block .info-content {
    color: #999
}

.is-contact-info .single-contact-tabs .navtab-content .info-block .info-content.is-email {
    color: #7f00ff;
    font-weight: 600
}

.is-contact-info .single-contact-tabs .navtab-content .info-block .info-content.is-notes {
    margin-top: 10px
}

.is-contact-info .single-contact-tabs .navtab-content .info-block .is-prospect {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: .9rem;
    color: #999;
    margin-top: 20px
}

.is-contact-info .single-contact-tabs .navtab-content .info-block .is-prospect span {
    font-size: 1rem;
    position: relative;
    top: -3px
}

.is-contact-info .single-contact-tabs .navtab-content .info-block .is-prospect i {
    margin: 0 5px;
    color: inherit;
    font-size: 16px
}

.is-contact-info .single-contact-tabs .navtab-content .lifetime-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.is-contact-info .single-contact-tabs .navtab-content .lifetime-wrapper .lifetime-won {
    width: 40%
}

.is-contact-info .single-contact-tabs .navtab-content .lifetime-wrapper .lifetime-won span {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
    color: #00d1b2
}

.is-contact-info .single-contact-tabs .navtab-content .lifetime-wrapper .lifetime-won span:before {
    content: '$'
}

.is-contact-info .single-contact-tabs .navtab-content .lifetime-wrapper .lifetime-won .lifetime-label {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    color: #444f60
}

.is-contact-info .single-contact-tabs .navtab-content .event-block {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: start;
    border-bottom: 1px solid #ededed;
    padding-top: 16px
}

.is-contact-info .single-contact-tabs .navtab-content .event-block .date-block {
    text-align: center;
    position: relative;
    top: -10px
}

.is-contact-info .single-contact-tabs .navtab-content .event-block .date-block span {
    display: block
}

.is-contact-info .single-contact-tabs .navtab-content .event-block .date-block span:first-child {
    color: #444f60;
    font-weight: 700;
    font-size: 2.6rem
}

.is-contact-info .single-contact-tabs .navtab-content .event-block .date-block span:nth-child(2) {
    position: relative;
    left: 0;
    top: -6px;
    text-transform: uppercase;
    color: #999;
    font-size: 1.2rem;
    font-weight: 600
}

.is-contact-info .single-contact-tabs .navtab-content .event-block .event-meta {
    margin: 0 30px
}

.is-contact-info .single-contact-tabs .navtab-content .event-block .event-meta .event-name {
    color: #444f60;
    font-size: 1.1rem;
    font-weight: 600
}

.is-contact-info .single-contact-tabs .navtab-content .event-block .event-meta .meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px
}

.is-contact-info .single-contact-tabs .navtab-content .event-block .event-meta .meta .meta-element {
    margin-right: 20px;
    color: #999;
    font-weight: 400
}

.is-contact-info .single-contact-tabs .navtab-content .event-block .contact-events-dropdown {
    position: absolute;
    top: 6px;
    right: 10px
}

.is-contact-info .single-contact-tabs .navtab-content .is-phone-block {
    margin-bottom: 16px
}

.is-contact-info .single-contact-tabs .navtab-content .is-phone-block.is-inner .fa {
    color: #7f00ff
}

.is-contact-info .single-contact-tabs .navtab-content .is-phone-block.is-outer .fa {
    color: #ffad36
}

.is-contact-info .single-contact-tabs .navtab-content .is-phone-block .trigger a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.is-contact-info .single-contact-tabs .navtab-content .is-phone-block .trigger a small {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 10px
}

.is-contact-info .single-contact-tabs .navtab-content .is-phone-block .trigger .fa {
    position: relative;
    top: 2px;
    font-size: 1.8rem
}

.is-contact-info .single-contact-tabs .navtab-content .is-phone-block .toggle-container {
    padding: 10px 0 20px 0
}

.is-contact-info .single-contact-tabs .navtab-content .is-phone-block .toggle-container .meta-block {
    margin-bottom: 10px
}

.is-contact-info .single-contact-tabs .navtab-content .is-phone-block .toggle-container .meta-block .call-label {
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    color: #444f60
}

.is-contact-info .single-contact-tabs .navtab-content .is-phone-block .toggle-container .meta-block .call-info {
    font-size: .9rem;
    color: #999
}

.is-contact-info .single-contact-tabs .navtab-content .is-phone-block .toggle-container .meta-block .call-info.is-converstion {
    font-size: 1rem
}

.call-contact-modal h2, .create-event-modal h2, .message-contact-modal h2 {
    padding: 14px 20px;
    font-size: 1.3rem;
    font-weight: 600;
    background: #f2f2f2
}

.call-contact-modal .card-body, .create-event-modal .card-body, .message-contact-modal .card-body {
    padding: 20px 20px 10px 20px
}

.call-contact-modal .image, .create-event-modal .image, .message-contact-modal .image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: -60px auto 0;
    background: #eef2f5;
    border: 5px solid #fff;
    border-radius: 50%
}

.call-contact-modal .image img, .create-event-modal .image img, .message-contact-modal .image img {
    width: 48px;
    height: 48px
}

.call-contact-modal .help-text, .create-event-modal .help-text, .message-contact-modal .help-text {
    margin: 10px 0;
    color: #999
}

.call-contact-modal input, .create-event-modal input, .message-contact-modal input {
    height: 40px;
    padding-left: 2.75rem !important
}

.call-contact-modal .textarea, .create-event-modal .textarea, .message-contact-modal .textarea {
    box-shadow: none !important
}

.call-contact-modal .send-copy, .create-event-modal .send-copy, .message-contact-modal .send-copy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: .9rem;
    color: #999
}

.call-contact-modal .send-copy span, .create-event-modal .send-copy span, .message-contact-modal .send-copy span {
    font-size: 1rem;
    position: relative;
    top: -3px
}

.call-contact-modal .send-copy i, .create-event-modal .send-copy i, .message-contact-modal .send-copy i {
    margin: 0 5px;
    color: inherit;
    font-size: 16px
}

.call-contact-modal .modal-footer, .create-event-modal .modal-footer, .message-contact-modal .modal-footer {
    padding: 10px 20px;
    background: #fcfcfc;
    text-align: right
}

.call-contact-modal .modal-footer button, .create-event-modal .modal-footer button, .message-contact-modal .modal-footer button {
    font-weight: 500;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    line-height: 0;
    background: #7f00ff
}

.call-contact-modal .modal-footer button:hover, .create-event-modal .modal-footer button:hover, .message-contact-modal .modal-footer button:hover {
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.call-contact-modal .modal-footer button.modal-dismiss, .create-event-modal .modal-footer button.modal-dismiss, .message-contact-modal .modal-footer button.modal-dismiss {
    background: #ededed;
    border-color: #ededed;
    color: #444f60;
    box-shadow: none !important
}

.create-contact-modal h2 {
    padding: 14px 20px;
    font-size: 1.3rem;
    font-weight: 600;
    background: #f2f2f2
}

.create-contact-modal .card-body {
    padding: 20px 20px 10px 20px
}

.create-contact-modal .image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: -60px auto 0;
    background: #eef2f5;
    border: 5px solid #fff;
    border-radius: 50%
}

.create-contact-modal .image img {
    width: 48px;
    height: 48px
}

.create-contact-modal .help-text {
    margin: 10px auto 20px auto;
    color: #999;
    max-width: 420px
}

.create-contact-modal input {
    height: 40px;
    padding-left: 2.75rem !important
}

.create-contact-modal .is-prospect {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: .9rem;
    color: #999
}

.create-contact-modal .is-prospect span {
    font-size: 1rem;
    position: relative;
    top: -3px
}

.create-contact-modal .is-prospect i {
    margin: 0 5px;
    color: inherit;
    font-size: 16px
}

.create-contact-modal .modal-footer {
    padding: 10px 20px;
    background: #fcfcfc;
    text-align: right
}

.create-contact-modal .modal-footer button {
    font-weight: 500;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    line-height: 0;
    background: #7f00ff
}

.create-contact-modal .modal-footer button:hover {
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.create-contact-modal .modal-footer button.modal-dismiss {
    background: #ededed;
    border-color: #ededed;
    color: #444f60;
    box-shadow: none !important
}

.is-event-tiles {
    margin-top: 20px
}

.is-event-tiles .event-tile {
    border-radius: 10px !important;
    padding: 30px;
    margin-bottom: 0
}

.is-event-tiles .event-tile .event-circle {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 3px solid #ededed
}

.is-event-tiles .event-tile .event-circle.is-red {
    border-color: #ff7273
}

.is-event-tiles .event-tile .event-circle.is-secondary {
    border-color: #7f00ff
}

.is-event-tiles .event-tile .event-circle.is-green {
    border-color: #00b289
}

.is-event-tiles .event-tile .event-circle.is-orange {
    border-color: #ffad36
}

.is-event-tiles .event-tile .event-category {
    margin-top: 26px
}

.is-event-tiles .event-tile .event-category span {
    display: block
}

.is-event-tiles .event-tile .event-category span:first-child {
    font-size: 1.2rem;
    color: #444f60;
    font-weight: 700
}

.is-event-tiles .event-tile .event-category span:nth-child(2) {
    color: #999;
    font-weight: 500
}

.is-subevent-cards {
    margin-top: 20px;
    margin-bottom: 0
}

.is-subevent-cards .subevent-card {
    border-radius: 10px;
    cursor: pointer
}

.is-subevent-cards .subevent-card.is-red .event-date {
    border-color: #ff7273
}

.is-subevent-cards .subevent-card.is-red .is-more {
    background: #ff7273 !important;
    color: #fcfcfc !important
}

.is-subevent-cards .subevent-card.is-secondary .event-date {
    border-color: #7f00ff
}

.is-subevent-cards .subevent-card.is-secondary .is-more {
    background: #7f00ff !important;
    color: #fcfcfc !important
}

.is-subevent-cards .subevent-card.is-green .event-date {
    border-color: #00b289
}

.is-subevent-cards .subevent-card.is-green .is-more {
    background: #00b289 !important;
    color: #fcfcfc !important
}

.is-subevent-cards .subevent-card.is-orange .event-date {
    border-color: #ffad36
}

.is-subevent-cards .subevent-card.is-orange .is-more {
    background: #ffad36 !important;
    color: #fcfcfc !important
}

.is-subevent-cards .subevent-card:hover .front-face {
    display: none
}

.is-subevent-cards .subevent-card:hover .back-face {
    display: block
}

.is-subevent-cards .subevent-card .front-face {
    display: block;
    min-height: 295px
}

.is-subevent-cards .subevent-card .back-face {
    display: none;
    min-height: 315px;
    padding: 20px;
    position: relative
}

.is-subevent-cards .subevent-card .back-face .back-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
}

.is-subevent-cards .subevent-card .back-face .back-inner .event-summary span {
    font-weight: 600;
    color: #444f60
}

.is-subevent-cards .subevent-card .back-face .back-inner .event-summary p {
    color: #999
}

.is-subevent-cards .subevent-card .event-date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 40px 80px 0;
    padding-left: 40px;
    border-left: 2px solid #ededed
}

.is-subevent-cards .subevent-card .event-date .date-number {
    font-size: 3rem;
    font-weight: 400;
    color: #444f60
}

.is-subevent-cards .subevent-card .event-date .date-meta {
    margin-left: 10px
}

.is-subevent-cards .subevent-card .event-date .date-meta span {
    display: block
}

.is-subevent-cards .subevent-card .event-date .date-meta span:first-child {
    font-size: 1.2rem;
    color: #444f60;
    font-weight: 700
}

.is-subevent-cards .subevent-card .event-date .date-meta span:nth-child(2) {
    color: #999;
    font-weight: 500
}

.is-subevent-cards .subevent-card .event-title {
    margin: 0 40px;
    width: 100%
}

.is-subevent-cards .subevent-card .event-title span {
    display: block
}

.is-subevent-cards .subevent-card .event-title span:first-child {
    font-size: 1.2rem;
    color: #444f60;
    font-weight: 700
}

.is-subevent-cards .subevent-card .event-title span:nth-child(2) {
    color: #999;
    font-weight: 500
}

.is-subevent-cards .subevent-card .event-participants {
    margin-top: 16px;
    padding: 0 40px 40px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.is-subevent-cards .subevent-card .event-participants .participant {
    height: 42px;
    width: 42px;
    min-width: 42px;
    border-radius: 50%;
    border: 3px solid #fff
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(1) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(2) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(3) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(4) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(5) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(6) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(7) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(8) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(9) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(10) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(11) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(12) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(13) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(14) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(15) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(16) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(17) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(18) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(19) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(20) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(21) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(22) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(23) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(24) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(25) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(26) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(27) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(28) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(29) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(30) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(31) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(32) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(33) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(34) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(35) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(36) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(37) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(38) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(39) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(40) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(41) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(42) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(43) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(44) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(45) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(46) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(47) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(48) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(49) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(50) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(51) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(52) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(53) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(54) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(55) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(56) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(57) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(58) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(59) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(60) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(61) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(62) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(63) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(64) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(65) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(66) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(67) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(68) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(69) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(70) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(71) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(72) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(73) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(74) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(75) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(76) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(77) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(78) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(79) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(80) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(81) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(82) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(83) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(84) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(85) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(86) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(87) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(88) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(89) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(90) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(91) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(92) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(93) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(94) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(95) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(96) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(97) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(98) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant:not(:first-child):nth-child(99) {
    margin-left: -18px
}

.is-subevent-cards .subevent-card .event-participants .participant.is-more {
    background: #ededed;
    color: #444f60;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.is-subevent-cards .subevent-card .event-participants .participant.is-more img, .is-subevent-cards .subevent-card .event-participants .participant.is-more span {
    display: block
}

.is-subevent-cards .subevent-card .event-participants .participant.is-more span {
    font-weight: 600
}

/*! _dashboard-kanban.scss | Bulkit | CSS Ninja */
.kanban-main-wrap .column.is-hidden-mobile {
    display: none !important
}

.kanban-main-wrap .column {
    padding: .5rem
}

.kanban-main-wrap .dashboard-wrapper {
    padding-top: 20px !important
}

.kanban-main-wrap .dashboard-wrapper .section-wrapper {
    position: relative;
    max-width: 1406px
}

.kanban-title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
    padding: 0 10px
}

.kanban-title-wrapper .control {
    max-width: 350px
}

.kanban-title-wrapper .control .input {
    padding-left: 44px
}

.kanban-title-wrapper .input-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px
}

.kanban-title-wrapper .list-filter {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 20px
}

.kanban-title-wrapper .list-filter .button {
    height: 40px !important;
    min-width: 110px
}

.kanban-title-wrapper .list-filter .button i {
    padding-right: 0
}

.kanban-title-wrapper .list-filter .nav-buttons {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.kanban-title-wrapper .list-filter .nav-buttons .button {
    height: 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    border-radius: 50%;
    border-color: #00d1b2;
    background: #00d1b2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 2px;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.kanban-title-wrapper .list-filter .nav-buttons .button:hover {
    opacity: .9;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.kanban-title-wrapper .list-filter .nav-buttons .button.is-disabled {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.kanban-title-wrapper .list-filter .nav-buttons .button .fa {
    font-size: 10px;
    color: #fafafa
}

.kanban-title {
    font-weight: 600;
    color: #444f60;
    margin-bottom: 0 !important
}

.boards-wrapper {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 585px;
    overflow-x: scroll
}

.boards-wrapper .boards {
    padding: 20px 0 40px 0
}

.boards-wrapper .boards .board {
    max-width: 352px
}

.boards-wrapper .boards .board-box {
    width: 100%;
    padding: 8px 10px;
    background: #fafafa;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(10, 10, 10, .095), 0 0 0 1px rgba(10, 10, 10, .095)
}

.boards-wrapper .boards .board-box.is-empty .column-placeholder {
    display: block !important
}

.boards-wrapper .boards .board-box .box-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.boards-wrapper .boards .board-box .box-header .control {
    -ms-flex-positive: 2;
    flex-grow: 2
}

.boards-wrapper .boards .board-box .box-header .control .input {
    height: 36px;
    font-size: 1.2rem;
    padding-bottom: 8px
}

.boards-wrapper .boards .board-box .box-header .control .input:focus {
    border-color: #d9d9d9 !important
}

.boards-wrapper .boards .board-box .box-header .header-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline
}

.boards-wrapper .boards .board-box .box-header .header-meta .name {
    font-weight: 600;
    font-family: 'Nexa Bold', sans-serif;
    font-size: 1.2rem;
    color: #444f60
}

.boards-wrapper .boards .board-box .box-header .header-meta .count {
    margin: 0 6px
}

.boards-wrapper .boards .board-box .box-header .header-meta .count span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #aaa
}

.boards-wrapper .boards .board-box .box-header .dropdown {
    margin-left: auto
}

.boards-wrapper .boards .board-box .items {
    padding: 10px 0 8px 0
}

.boards-wrapper .boards .board-box .items .column-placeholder {
    padding: 20px 0;
    display: none
}

.boards-wrapper .boards .board-box .items .column-placeholder .placeholder-image {
    display: block;
    max-width: 200px;
    margin: 0 auto
}

.boards-wrapper .boards .board-box .items .column-placeholder .placeholder-text {
    padding: 10px 0
}

.boards-wrapper .boards .board-box .items .column-placeholder .placeholder-text h3 {
    font-size: 1.2rem;
    margin-bottom: 0
}

.boards-wrapper .boards .board-box .items .column-placeholder .placeholder-text p {
    padding: 4px 10px;
    font-size: 1.1rem;
    color: #999
}

.boards-wrapper .boards .is-create-board:after {
    content: '';
    -ms-flex: 0 0 10px;
    flex: 0 0 10px
}

.boards-wrapper .boards .is-create-board .board-placeholder .placeholder-inner {
    padding: 20px;
    background: #f7f7f7;
    border: 2px dashed #cecece;
    border-radius: 6px;
    font-size: 1.25rem;
    color: #999;
    font-weight: 600;
    text-align: center;
    transition: all .3s;
    cursor: pointer
}

.boards-wrapper .boards .is-create-board .board-placeholder .placeholder-inner:hover {
    border-color: #999;
    color: #8c8c8c
}

.boards-wrapper .boards .is-create-board .board-placeholder .create-box {
    width: 100%;
    padding: 8px 10px;
    background: #fafafa;
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(10, 10, 10, .095), 0 0 0 1px rgba(10, 10, 10, .095)
}

.boards-wrapper .boards .is-create-board .board-placeholder .create-box .actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 6px;
    margin-top: 10px
}

.boards-wrapper .boards .is-create-board .board-placeholder .create-box .actions a {
    display: block;
    color: #444f60;
    font-weight: 500
}

.kanban-box {
    position: relative;
    padding: 1rem
}

.kanban-box:not(:last-child) {
    margin-bottom: 1rem
}

.kanban-box .box-title {
    font-size: 1.25rem;
    color: #444f60;
    font-weight: 600;
    max-width: 285px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.kanban-box .box-subtitle {
    font-size: 14px;
    color: #999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.kanban-box .box-subtitle span {
    display: block
}

.kanban-box .time {
    margin-bottom: 20px;
    font-size: 1rem;
    color: #999
}

.kanban-box .box-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.kanban-box .box-meta .assignees {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.kanban-box .box-meta .assignees .assignee {
    display: block;
    height: 38px;
    width: 38px;
    font-size: .8rem;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #00d1b2;
    color: #fafafa
}

.kanban-box .box-meta .assignees .assignee:not(:first-child):nth-child(1) {
    margin-left: -14px
}

.kanban-box .box-meta .assignees .assignee:not(:first-child):nth-child(2) {
    margin-left: -14px
}

.kanban-box .box-meta .assignees .assignee:not(:first-child):nth-child(3) {
    margin-left: -14px
}

.kanban-box .box-meta .assignees .assignee:not(:first-child):nth-child(4) {
    margin-left: -14px
}

.kanban-box .box-meta .assignees .assignee:not(:first-child):nth-child(5) {
    margin-left: -14px
}

.kanban-box .box-meta .assignees .assignee.is-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    width: 38px;
    font-weight: 500
}

.kanban-box .box-meta .deal-value {
    margin-left: auto;
    font-size: 1.2rem;
    color: #7f00ff;
    font-weight: 700
}

.kanban-box .box-meta .dropdown {
    height: 30px;
    width: 30px
}

.kanban-box .box-meta .dropdown .button {
    height: 30px;
    width: 30px;
    border-radius: 50%
}

.kanban-box .box-meta .dropdown .button i {
    font-size: 20px
}

.alert-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: 0
}

.alert-box.is-active {
    z-index: 1001;
    opacity: 1;
    pointer-events: all
}

.alert-box.is-active .alert-box-overlay {
    opacity: 1
}

.alert-box.is-active .flex-card {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important
}

.alert-box .alert-box-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: all .3s
}

.alert-box .alert-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 540px;
    margin: 0 auto
}

.alert-box .alert-box-inner .flex-card {
    border-radius: 6px;
    transition: all .3s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.alert-box .alert-box-inner .header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px
}

.alert-box .alert-box-inner .header .close-alert {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s
}

.alert-box .alert-box-inner .header .close-alert:hover {
    background: #ededed
}

.alert-box .alert-box-inner .header .close-alert i {
    font-size: 18px;
    font-weight: 600;
    color: #999;
    transition: all .3s
}

.alert-box .alert-box-inner .card-body {
    padding-top: 0
}

.alert-box .alert-box-inner .body-inner {
    text-align: center
}

.alert-box .alert-box-inner .body-inner img {
    display: block;
    margin: 0 auto;
    width: 260px
}

.alert-box .alert-box-inner .body-inner h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #444f60;
    font-family: 'Nexa Bold', sans-serif
}

.alert-box .alert-box-inner .body-inner p {
    font-size: 1.2rem;
    color: #999
}

.alert-box .alert-box-inner .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.alert-box .alert-box-inner .buttons .button {
    padding: 18px;
    font-weight: 500
}

.board-box .kanban-box {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.board-box .kanban-box:active {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.gu-transit {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important
}

.gu-mirror {
    position: fixed
}

.boards-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.boards-title .dropdown>.button {
    min-height: 40px
}

.boards-grid {
    margin-top: 30px
}

.boards-grid .flex-card {
    text-align: center;
    position: relative
}

.boards-grid .flex-card .card-inner {
    padding: 40px
}

.boards-grid .flex-card .card-inner .board-title {
    font-family: 'Nexa Bold', sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: #444f60
}

.boards-grid .flex-card .card-inner .board-icon {
    margin: 30px 0
}

.boards-grid .flex-card .card-inner .board-icon img {
    display: block;
    height: 50px;
    margin: 0 auto;
    max-width: 50px
}

.boards-grid .flex-card .card-inner .board-summary {
    font-family: 'Nexa Bold', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #999
}

.boards-grid .flex-card .card-inner .board-meta {
    margin: 30px 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.boards-grid .flex-card .card-inner .board-meta .mood-toggle {
    margin: 0 auto;
    width: 76px;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.boards-grid .flex-card .card-inner .board-meta .mood-toggle input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.boards-grid .flex-card .card-inner .board-meta .mood-toggle input:checked~.toggler {
    border-color: #ffad36
}

.boards-grid .flex-card .card-inner .board-meta .mood-toggle input:checked~.toggler .happy, .boards-grid .flex-card .card-inner .board-meta .mood-toggle input:checked~.toggler .sad {
    -webkit-transform: translateX(-100%) rotate(360deg);
    transform: translateX(-100%) rotate(360deg)
}

.boards-grid .flex-card .card-inner .board-meta .mood-toggle input:checked~.toggler .happy {
    opacity: 1
}

.boards-grid .flex-card .card-inner .board-meta .mood-toggle input:checked~.toggler .sad {
    opacity: 0
}

.boards-grid .flex-card .card-inner .board-meta .mood-toggle .toggler {
    position: relative;
    display: block;
    height: 30px;
    width: 76px;
    border: 1.6px solid #cecece;
    border-radius: 100px;
    transition: all .3s
}

.boards-grid .flex-card .card-inner .board-meta .mood-toggle .toggler .happy, .boards-grid .flex-card .card-inner .board-meta .mood-toggle .toggler .sad {
    position: absolute;
    top: -6px;
    left: -2px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    transition: all .3s ease
}

.boards-grid .flex-card .card-inner .board-meta .mood-toggle .toggler .happy i, .boards-grid .flex-card .card-inner .board-meta .mood-toggle .toggler .sad i {
    color: #fff;
    font-size: 18px
}

.boards-grid .flex-card .card-inner .board-meta .mood-toggle .toggler .sad {
    background: #7f00ff;
    border-color: #7f00ff;
    opacity: 1;
    z-index: 1
}

.boards-grid .flex-card .card-inner .board-meta .mood-toggle .toggler .happy {
    background: #ffad36;
    border-color: #ffad36;
    opacity: 0;
    z-index: 0
}

.boards-grid .flex-card .card-inner .board-meta .board-assignees {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%
}

.boards-grid .flex-card .card-inner .board-meta .board-assignees .assignee {
    display: block;
    height: 44px;
    width: 44px;
    font-size: .9rem;
    font-weight: 600;
    border-radius: 50%;
    border: 2px solid #fafafa;
    background: #00d1b2;
    color: #fafafa
}

.boards-grid .flex-card .card-inner .board-meta .board-assignees .assignee:not(:first-child):nth-child(1) {
    margin-left: -14px
}

.boards-grid .flex-card .card-inner .board-meta .board-assignees .assignee:not(:first-child):nth-child(2) {
    margin-left: -14px
}

.boards-grid .flex-card .card-inner .board-meta .board-assignees .assignee:not(:first-child):nth-child(3) {
    margin-left: -14px
}

.boards-grid .flex-card .card-inner .board-meta .board-assignees .assignee:not(:first-child):nth-child(4) {
    margin-left: -14px
}

.boards-grid .flex-card .card-inner .board-meta .board-assignees .assignee:not(:first-child):nth-child(5) {
    margin-left: -14px
}

.boards-grid .flex-card .card-inner .board-meta .board-assignees .assignee.is-more {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 44px;
    font-weight: 500
}

.boards-grid .flex-card .card-foot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ededed
}

.boards-grid .flex-card .card-foot .footer-block {
    width: 50%;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.boards-grid .flex-card .card-foot .footer-block:first-child {
    border-right: 1px solid #ededed
}

.boards-grid .flex-card .card-foot .footer-block span {
    display: block
}

.boards-grid .flex-card .card-foot .footer-block span:first-child {
    font-size: 1.1rem;
    font-family: 'Nexa Bold', sans-serif;
    font-weight: 500
}

.boards-grid .flex-card .card-foot .footer-block span:first-child:before {
    content: '$';
    font-size: 80%
}

.boards-grid .flex-card .card-foot .footer-block span:nth-child(2) {
    color: #999;
    font-weight: 500
}

.boards-grid .flex-card .dropdown {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: left
}

.boards-grid .flex-card .dropdown>.button {
    border-radius: 50%
}

/*! _dashboard-deal.scss | Bulkit | CSS Ninja */
.deal-title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.deal-title-wrapper .deal-image {
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    margin-right: 10px
}

.deal-title-wrapper .inner-wrap .deal-title {
    font-size: 1.6rem;
    font-family: 'Nexa Bold', sans-serif;
    color: #444f60
}

.deal-title-wrapper .inner-wrap .title-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.deal-title-wrapper .inner-wrap .title-meta .meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 6px
}

.deal-title-wrapper .inner-wrap .title-meta .meta i {
    font-size: 20px;
    margin-right: 3px;
    color: #999
}

.deal-title-wrapper .inner-wrap .title-meta .meta span {
    display: block;
    font-weight: 500;
    color: #999;
    font-size: .9rem
}

.deal-title-wrapper .actions {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.deal-title-wrapper .actions .button {
    height: 40px !important;
    margin-left: 8px;
    min-width: 100px
}

.deal-title-wrapper .actions .button i {
    padding-right: 0
}

.stage-wrapper {
    position: relative;
    margin-top: 12px;
    background: #fff;
    padding: 6px;
    border-radius: 100px;
    border: 1px solid #e3e3e3
}

.stage-wrapper .stages {
    position: absolute;
    top: 20px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 6px
}

.stage-wrapper .stages .stage {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-right: 1px solid #999;
    padding: 0 16px;
    min-height: 30px
}

.stage-wrapper .stages .stage:last-child {
    visibility: hidden
}

.stage-wrapper .stages .stage.is-done span i {
    display: inline-block;
    color: #7f00ff
}

.stage-wrapper .stages .stage span {
    position: absolute;
    bottom: 0;
    font-size: .9rem;
    font-weight: 500;
    color: #444f60;
    right: 10px;
    display: block
}

.stage-wrapper .stages .stage span i {
    position: relative;
    top: 1px;
    display: none;
    color: #7f00ff;
    margin-right: 4px
}

.stage-wrapper .stage-inner {
    padding: 3px;
    background: #f7f7f7;
    border-radius: 100px
}

.stage-wrapper .stage-inner .progress {
    height: .45rem !important
}

.stage-wrapper .stage-inner .progress::-webkit-progress-value {
    background-color: #7f00ff;
    border-radius: 100px
}

.stage-wrapper .stage-inner .progress::-moz-progress-bar {
    background-color: #7f00ff;
    border-radius: 100px
}

.stage-wrapper .stage-inner .progress::-ms-fill {
    background-color: #7f00ff;
    border-radius: 100px
}

.deal-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}

.deal-meta .deal-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.deal-meta .deal-price span {
    display: block
}

.deal-meta .deal-price span:first-child {
    font-size: 1.4rem;
    font-weight: 700;
    color: #444f60
}

.deal-meta .deal-price span:nth-child(2) {
    margin-left: 16px;
    color: #999
}

.deal-meta .deal-owner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.deal-meta .deal-owner img {
    display: block;
    height: 38px;
    width: 38px;
    border-radius: 50%
}

.deal-meta .deal-owner .owner-meta {
    margin-left: 12px
}

.deal-meta .deal-owner .owner-meta span {
    display: block
}

.deal-meta .deal-owner .owner-meta span:first-child {
    font-size: .9rem;
    font-weight: 500;
    color: #444f60
}

.deal-meta .deal-owner .owner-meta span:nth-child(2) {
    font-size: .9rem;
    color: #999
}

.deal-meta .deal-owner .dropdown {
    margin-left: 12px
}

.deal-meta .deal-owner .dropdown>.button i {
    font-size: 18px
}

.deal-content {
    margin-top: 20px;
    padding-bottom: 60px
}

.deal-content .column.is-spaced {
    margin-top: 20px
}

.deal-content form .button-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.deal-content form .button-wrap button {
    line-height: 0
}

.deal-content form .button-wrap .button {
    min-width: 100px
}

.deal-content form .button-wrap .control {
    width: 100%;
    margin-right: 30px
}

.deal-content .deal-card {
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    padding: 16px
}

.deal-content .deal-card .deal-card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.deal-content .deal-card .deal-card-header.is-toggle {
    cursor: pointer
}

.deal-content .deal-card .deal-card-header.is-toggle:hover .toggle-icon {
    background: #f7f7f7
}

.deal-content .deal-card .deal-card-header.is-toggle.is-active .toggle-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.deal-content .deal-card .deal-card-header.is-toggle .toggle-icon {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s
}

.deal-content .deal-card .deal-card-header.is-toggle .toggle-icon i {
    font-size: 18px
}

.deal-content .deal-card .deal-card-header h3 {
    text-transform: uppercase;
    font-size: .8rem;
    color: #444f60;
    font-weight: 500
}

.deal-content .deal-card .deal-card-content {
    display: none;
    margin-top: 15px
}

.deal-content .deal-card .deal-card-content .details-placeholder span {
    display: block;
    font-size: .9rem;
    font-weight: 500;
    color: #444f60
}

.deal-content .deal-card .deal-card-content .details-placeholder a {
    margin-top: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: .9rem;
    color: #999;
    transition: all .3s
}

.deal-content .deal-card .deal-card-content .details-placeholder a:hover {
    color: #7f00ff
}

.deal-content .deal-card .deal-card-content .details-placeholder a:hover i {
    color: #7f00ff
}

.deal-content .deal-card .deal-card-content .details-placeholder a i {
    position: relative;
    top: 1px;
    font-size: 16px;
    margin-right: 3px;
    transition: all .3s
}

.deal-content .deal-card .deal-card-content .deal-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.deal-content .deal-card .deal-card-content .deal-contact img {
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50%
}

.deal-content .deal-card .deal-card-content .deal-contact .contact-meta {
    margin-left: 12px
}

.deal-content .deal-card .deal-card-content .deal-contact .contact-meta span {
    display: block
}

.deal-content .deal-card .deal-card-content .deal-contact .contact-meta span:first-child {
    font-size: .9rem;
    font-weight: 500;
    color: #444f60
}

.deal-content .deal-card .deal-card-content .deal-contact .contact-meta span:nth-child(2) {
    font-size: .9rem;
    color: #999
}

.deal-content .deal-card .deal-card-content .info-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.deal-content .deal-card .deal-card-content .info-block.top-spaced {
    margin-top: 12px
}

.deal-content .deal-card .deal-card-content .info-block.is-add:hover .block-icon {
    background: #f7f7f7
}

.deal-content .deal-card .deal-card-content .info-block.is-add:hover .block-icon i {
    color: #999
}

.deal-content .deal-card .deal-card-content .info-block.is-add:hover .block-icon:hover {
    background: #7f00ff;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important;
    cursor: pointer
}

.deal-content .deal-card .deal-card-content .info-block.is-add:hover .block-icon:hover i {
    color: #fcfcfc
}

.deal-content .deal-card .deal-card-content .info-block .block-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    transition: all .3s
}

.deal-content .deal-card .deal-card-content .info-block .block-icon i {
    font-size: 1.2rem;
    color: #999;
    transition: all .3s
}

.deal-content .deal-card .deal-card-content .info-block .block-meta {
    margin-left: 12px
}

.deal-content .deal-card .deal-card-content .info-block .block-meta span {
    display: block
}

.deal-content .deal-card .deal-card-content .info-block .block-meta span:first-child {
    font-size: .9rem;
    font-weight: 500;
    color: #444f60
}

.deal-content .deal-card .deal-card-content .info-block .block-meta span:nth-child(2) {
    font-size: .9rem;
    color: #999
}

.deal-content .deal-card .deal-card-content .info-block .block-meta span:nth-child(2) a {
    font-weight: 500
}

.deal-content .action-card {
    border-radius: 6px;
    border: 1px solid #e3e3e3
}

.deal-content .action-card .action-card-header {
    padding: 16px;
    background: #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.deal-content .action-card .action-card-header .action {
    position: relative;
    margin: 0 12px;
    cursor: pointer
}

.deal-content .action-card .action-card-header .action.is-active i {
    color: #444f60
}

.deal-content .action-card .action-card-header .action.is-active span {
    color: #444f60;
    font-weight: 500
}

.deal-content .action-card .action-card-header .action.is-active .arrow-down {
    display: block
}

.deal-content .action-card .action-card-header .action i {
    font-size: 14px;
    color: #999
}

.deal-content .action-card .action-card-header .action span {
    font-size: .9rem;
    color: #999
}

.deal-content .action-card .action-card-header .action .arrow-down {
    display: none;
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f2f2f2
}

.deal-content .action-card .action-card-body .action-wrap {
    padding: 16px
}

.deal-content .action-card .action-card-body .action-wrap .event-form {
    padding: 20px
}

.deal-content .action-card .action-card-body .action-wrap .action-title {
    font-size: 1.1rem;
    color: #444f60;
    font-weight: 600;
    margin-bottom: 20px
}

.deal-content .action-card .action-card-body .action-wrap .textarea {
    box-shadow: none !important;
    border-color: transparent
}

.deal-content .action-card .action-card-body .action-wrap .deal-field .control {
    position: relative
}

.deal-content .action-card .action-card-body .action-wrap .deal-field .control.is-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px
}

.deal-content .action-card .action-card-body .action-wrap .deal-field .control.is-flex .custom-checkbox .toggler {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.deal-content .action-card .action-card-body .action-wrap .deal-field .control.is-flex .checkbox-label {
    display: block;
    font-size: .9rem;
    color: #999
}

.deal-content .action-card .action-card-body .action-wrap .deal-field .control input {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 40px;
    font-size: 1rem;
    padding-left: 40px;
    transition: all .3s
}

.deal-content .action-card .action-card-body .action-wrap .deal-field .control input:focus+.form-icon i {
    color: #7f00ff
}

.deal-content .action-card .action-card-body .action-wrap .deal-field .control .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.deal-content .action-card .action-card-body .action-wrap .deal-field .control .form-icon i {
    color: #999;
    font-size: 20px;
    transition: all .3s
}

.deal-content .timeline-separator {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 30px 0
}

.deal-content .timeline-separator.is-spaced {
    margin-top: 40px
}

.deal-content .timeline-separator span {
    display: block;
    min-width: 110px;
    text-align: center;
    padding: 8px 16px;
    border-radius: 50px;
    color: #444f60;
    font-size: .9rem;
    font-weight: 500;
    background: #ededed
}

.deal-content .tabs ul {
    border-bottom-color: transparent
}

.deal-content .navtab-content {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.deal-content .timeline-load {
    margin: 40px 0
}

.deal-content .deal-timeline ul li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.deal-content .deal-timeline ul li:not(:last-child) {
    padding-bottom: 20px
}

.deal-content .deal-timeline ul li:last-child:after {
    height: 100vh
}

.deal-content .deal-timeline ul li:after {
    content: '';
    position: absolute;
    left: 19px;
    top: 50%;
    width: 1.6px;
    height: 100%;
    background: #e3e3e3
}

.deal-content .deal-timeline ul li .timeline-icon {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e3e3e3;
    z-index: 1
}

.deal-content .deal-timeline ul li .timeline-icon .material-icons {
    font-size: 18px;
    color: #444f60
}

.deal-content .deal-timeline ul li .timeline-icon .sl {
    font-size: 16px;
    color: #444f60
}

.deal-content .deal-timeline ul li .timeline-icon img {
    display: block;
    height: 32px;
    width: 32px;
    min-width: 32px;
    border-radius: 50%
}

.deal-content .deal-timeline ul li .timeline-item {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    margin-left: 20px
}

.deal-content .deal-timeline ul li .timeline-item:after, .deal-content .deal-timeline ul li .timeline-item:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.deal-content .deal-timeline ul li .timeline-item:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 9px;
    margin-top: -9px
}

.deal-content .deal-timeline ul li .timeline-item:before {
    border-color: rgba(237, 237, 237, 0);
    border-right-color: #e3e3e3;
    border-width: 10px;
    margin-top: -10px
}

.deal-content .deal-timeline ul li .timeline-item.is-note {
    background: #fcfce5;
    border-color: #ffff59
}

.deal-content .deal-timeline ul li .timeline-item.is-note:after {
    border-right-color: #fcfce5
}

.deal-content .deal-timeline ul li .timeline-item.is-note:before {
    border-right-color: #ffff59
}

.deal-content .deal-timeline ul li .timeline-item .item-body {
    padding: 16px 20px
}

.deal-content .deal-timeline ul li .timeline-item .item-body h3 {
    font-size: 1.1rem;
    font-weight: 500;
    color: #444f60
}

.deal-content .deal-timeline ul li .timeline-item .item-body .note-text {
    color: #444f60;
    margin-right: 30px;
    margin-top: 6px
}

.deal-content .deal-timeline ul li .timeline-item .item-body .meta-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px
}

.deal-content .deal-timeline ul li .timeline-item .item-body .meta-list .meta-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 6px
}

.deal-content .deal-timeline ul li .timeline-item .item-body .meta-list .meta-list-item img {
    display: block;
    height: 26px;
    width: 26px;
    min-width: 26px;
    border-radius: 50%;
    margin-right: 8px
}

.deal-content .deal-timeline ul li .timeline-item .item-body .meta-list .meta-list-item i {
    font-size: 16px;
    margin-right: 3px;
    color: #999
}

.deal-content .deal-timeline ul li .timeline-item .item-body .meta-list .meta-list-item span {
    display: block;
    font-weight: 500;
    color: #999;
    font-size: .9rem
}

.deal-content .deal-timeline ul li .timeline-item .item-body .meta-list .meta-list-item span.is-thin {
    font-weight: 400
}

.deal-content .deal-timeline ul li .timeline-item .item-body .document-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.deal-content .deal-timeline ul li .timeline-item .item-body .document-item img {
    display: block;
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 6px
}

.deal-content .deal-timeline ul li .timeline-item .item-body .document-item .document-meta {
    margin-left: 12px
}

.deal-content .deal-timeline ul li .timeline-item .item-body .document-item .document-meta span {
    display: block
}

.deal-content .deal-timeline ul li .timeline-item .item-body .document-item .document-meta span a {
    font-weight: 500
}

.deal-content .deal-timeline ul li .timeline-item .item-body .document-item .document-meta span:nth-child(2) {
    color: #999;
    font-size: .9rem
}

.deal-content .deal-timeline ul li .timeline-item .item-footer {
    padding: 16px 20px;
    background: #f2f2f2;
    border-top: 1px solid #e3e3e3
}

.deal-content .deal-timeline ul li .timeline-item .item-footer p {
    font-size: .9rem;
    font-weight: 500;
    color: #444f60
}

@media only screen and (max-width:767px) {
    .deal-title-wrapper.is-mobile {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .deal-title-wrapper.is-mobile img {
        margin-right: 0
    }

    .deal-title-wrapper.is-mobile .deal-title {
        text-align: center
    }

    .deal-title-wrapper.is-mobile .actions {
        margin: 20px 0 0 0;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .stage-wrapper .stages .stage {
        border-right-color: transparent
    }

    .stage-wrapper .stages .stage span {
        display: none !important
    }

    .deal-meta {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .deal-meta .deal-owner {
        margin: 10px 0 0 0;
        width: 100%
    }

    .deal-meta .dropdown {
        margin-left: auto !important
    }

    .action-card .action-card-header {
        padding: 10px !important
    }

    .action-card .action-card-header .action i {
        font-size: 11px !important
    }

    .action-card .action-card-header .action span {
        font-size: .8rem !important
    }

    .action-card .action-card-header .action .arrow-down {
        bottom: -22px !important
    }

    .action-card .action-wrap .button-wrap .control {
        visibility: hidden
    }
}

/*! _dashboard-forum.scss | Bulkit | CSS Ninja */
.forum-title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.forum-title-wrapper .forum-image {
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    margin-right: 10px
}

.forum-title-wrapper .inner-wrap .forum-title {
    font-size: 1.6rem;
    font-family: 'Nexa Bold', sans-serif;
    color: #444f60;
    max-width: 380px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.forum-title-wrapper .inner-wrap .title-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.forum-title-wrapper .inner-wrap .title-meta .meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 6px
}

.forum-title-wrapper .inner-wrap .title-meta .meta i {
    font-size: 20px;
    margin-right: 3px;
    color: #999
}

.forum-title-wrapper .inner-wrap .title-meta .meta i.is-breadcrumb {
    font-size: 18px;
    position: relative;
    top: 2px
}

.forum-title-wrapper .inner-wrap .title-meta .meta a, .forum-title-wrapper .inner-wrap .title-meta .meta span {
    display: block;
    font-weight: 500;
    color: #999;
    font-size: .9rem
}

.forum-title-wrapper .inner-wrap .title-meta .meta a {
    transition: all .3s
}

.forum-title-wrapper .inner-wrap .title-meta .meta a:hover {
    color: #7f00ff
}

.forum-title-wrapper .actions {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.forum-title-wrapper .actions .forum-back {
    height: 40px;
    width: 40px;
    min-width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    background: #fff;
    transition: all .3s;
    cursor: pointer
}

.forum-title-wrapper .actions .forum-back:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-color: #7f00ff
}

.forum-title-wrapper .actions .forum-back:hover i {
    color: #7f00ff
}

.forum-title-wrapper .actions .forum-back:hover i:first-child {
    display: none
}

.forum-title-wrapper .actions .forum-back:hover i:nth-child(2) {
    display: block
}

.forum-title-wrapper .actions .forum-back i {
    font-size: 18px;
    color: #cecece
}

.forum-title-wrapper .actions .forum-back i:first-child {
    display: block
}

.forum-title-wrapper .actions .forum-back i:nth-child(2) {
    display: none
}

.forum-title-wrapper .actions .button {
    height: 40px !important;
    margin-left: 8px;
    min-width: 100px
}

.forum-title-wrapper .actions .button.is-rounded {
    min-width: 120px
}

.forum-title-wrapper .actions .button i {
    padding-right: 0
}

.forum-search {
    margin: 30px auto;
    position: relative;
    transition: all .3s;
    width: 100%;
    max-width: 600px
}

.forum-search .input {
    height: 50px;
    padding-left: 50px;
    font-size: 1.2rem;
    background: #fcfcfc;
    border-color: #eaeaea;
    transition: all .3s
}

.forum-search .input:focus {
    background: #fff;
    border-color: #e5e5e5;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06) !important
}

.forum-search .input:focus+.search-icon i {
    color: #7f00ff
}

.forum-search .search-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.forum-search .search-icon i {
    font-size: 18px;
    color: #cecece;
    transition: color .3s
}

.forum-wrap {
    padding: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-top: 20px
}

.forum-wrap:last-child {
    margin-bottom: 60px !important
}

.forum-wrap .latest-posts-wrap {
    display: none
}

.forum-wrap .latest-posts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 20px 10px 10px 10px
}

.forum-wrap .latest-posts .avatars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.forum-wrap .latest-posts .avatars .avatar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    width: 38px;
    min-width: 38px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #7f00ff
}

.forum-wrap .latest-posts .avatars .avatar span {
    position: relative;
    left: -2px;
    display: block;
    font-weight: 600;
    font-size: 1rem;
    color: #fcfcfc
}

.forum-wrap .latest-posts .avatars .avatar:not(:first-child) {
    margin-left: -12px
}

.forum-wrap .latest-posts .latest-meta {
    margin-left: 10px
}

.forum-wrap .latest-posts .latest-meta span {
    display: block
}

.forum-wrap .latest-posts .latest-meta span:first-child {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    color: #444f60;
    width: auto
}

.forum-wrap .latest-posts .latest-meta span:first-child a {
    font-weight: 500
}

.forum-wrap .latest-posts .latest-meta span:nth-child(2) {
    color: #999
}

.forum-wrap .latest-posts .forum-stats {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.forum-wrap .latest-posts .forum-stats .stat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px
}

.forum-wrap .latest-posts .forum-stats .stat i {
    font-size: 18px;
    margin-right: 6px;
    color: #cecece
}

.forum-wrap .latest-posts .forum-stats .stat span {
    display: block;
    font-weight: 400;
    color: #999
}

.forum-wrap .channel-moderators {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px 0
}

.forum-wrap .channel-moderators .avatars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.forum-wrap .channel-moderators .avatars .avatar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 38px;
    width: 38px;
    min-width: 38px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #7f00ff
}

.forum-wrap .channel-moderators .avatars .avatar span {
    position: relative;
    left: -2px;
    display: block;
    font-weight: 600;
    font-size: 1rem;
    color: #fcfcfc
}

.forum-wrap .channel-moderators .avatars .avatar:not(:first-child) {
    margin-left: -12px
}

.forum-wrap .channel-moderators .moderators-meta {
    margin-left: 10px
}

.forum-wrap .channel-moderators .moderators-meta span {
    display: block
}

.forum-wrap .channel-moderators .moderators-meta span:first-child {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    color: #444f60;
    width: auto
}

.forum-wrap .channel-moderators .moderators-meta span:first-child a {
    font-weight: 500
}

.forum-wrap .channel-moderators .moderators-meta span:nth-child(2) {
    color: #999
}

.forum-wrap .topic-stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px 0
}

.forum-wrap .topic-stats .stat-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px
}

.forum-wrap .topic-stats .stat-block .avatar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    width: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: #fff
}

.forum-wrap .topic-stats .stat-block .avatar.is-icon {
    border-radius: 6px
}

.forum-wrap .topic-stats .stat-block .avatar span {
    position: relative;
    left: -2px;
    display: block;
    font-weight: 600;
    font-size: 1rem;
    color: #fcfcfc
}

.forum-wrap .topic-stats .stat-block .avatar i {
    font-size: 16px;
    color: #444f60
}

.forum-wrap .topic-stats .stat-block .stat-meta {
    margin-left: 6px
}

.forum-wrap .topic-stats .stat-block .stat-meta span {
    display: block;
    font-size: .9rem
}

.forum-wrap .topic-stats .stat-block .stat-meta span:first-child {
    position: relative;
    font-weight: 500;
    color: #444f60
}

.forum-wrap .topic-stats .stat-block .stat-meta span:nth-child(2) {
    color: #999
}

.forum-wrap .topic-stats .participants {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto
}

.forum-wrap .topic-stats .participants .participant {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 50%;
    border: 2px solid #f2f2f2;
    background: #7f00ff
}

.forum-wrap .topic-stats .participants .participant span {
    position: relative;
    left: -2px;
    display: block;
    font-weight: 600;
    font-size: .8rem;
    color: #fcfcfc
}

.forum-wrap .topic-stats .participants .participant:not(:first-child) {
    margin-left: -8px
}

.forum-container {
    position: relative;
    padding: 20px;
    background: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-radius: 6px
}

.forum-container .toggle-button {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 36px;
    width: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e0e0e0;
    transition: all .3s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    cursor: pointer
}

.forum-container .toggle-button.is-active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.forum-container .toggle-button.is-active i {
    color: #444f60
}

.forum-container .toggle-button i {
    position: relative;
    top: 1px;
    font-size: 18px;
    color: #cecece
}

.forum-container .channel-heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.forum-container .channel-heading h3 {
    font-size: 1.2rem;
    color: #999;
    font-family: 'Nexa Bold', sans-serif
}

.forum-container .channel-heading .dropdown {
    margin-left: auto
}

.forum-container .channel-heading .dropdown .button:hover {
    background: #fcfcfc !important
}

.forum-container .forum-channel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px
}

.forum-container .forum-channel:not(:last-child) {
    margin-bottom: 10px
}

.forum-container .forum-channel:hover {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
    border-color: #7f00ff
}

.forum-container .forum-channel:hover .channel-icon {
    background: #7f00ff;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.forum-container .forum-channel:hover .channel-icon i {
    color: #fcfcfc
}

.forum-container .forum-channel .channel-icon {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s
}

.forum-container .forum-channel .channel-icon i {
    font-size: 2rem
}

.forum-container .forum-channel .channel-icon .new-indicator {
    position: absolute;
    top: -2px;
    right: -6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 22px;
    min-width: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #00d1b2
}

.forum-container .forum-channel .channel-icon .new-indicator span {
    position: relative;
    display: block;
    font-size: .75rem;
    font-weight: 600;
    line-height: 0;
    color: #fff
}

.forum-container .forum-channel .channel-meta {
    margin-left: 20px
}

.forum-container .forum-channel .channel-meta span {
    display: block
}

.forum-container .forum-channel .channel-meta span:first-child {
    position: relative;
    font-size: 1.1rem;
    font-weight: 600;
    color: #444f60;
    width: auto
}

.forum-container .forum-channel .channel-meta span:nth-child(2) {
    color: #999
}

.forum-container .forum-channel .channel-topics {
    margin-left: auto;
    margin-right: 20px;
    text-align: center
}

.forum-container .forum-channel .channel-topics span {
    display: block
}

.forum-container .forum-channel .channel-topics span:first-child {
    font-size: .9rem;
    font-weight: 500;
    color: #444f60
}

.forum-container .forum-channel .channel-topics span:nth-child(2) {
    color: #999;
    font-weight: 500
}

.forum-container .forum-channel .top-contributors {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.forum-container .forum-channel .top-contributors img {
    display: block;
    height: 38px;
    width: 38px;
    min-width: 38px;
    border-radius: 50%;
    border: 3px solid #fff
}

.forum-container .forum-channel .top-contributors img:not(:first-child) {
    margin-left: -10px
}

.forum-container .pagination {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.forum-container .pagination li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    background: #fff;
    color: #444f60;
    transition: all .3s;
    cursor: pointer
}

.forum-container .pagination li:hover {
    border-color: #93f;
    background: #93f;
    color: #fff;
    box-shadow: 0 5px 43px rgba(0, 0, 0, .25) !important
}

.forum-container .pagination li:hover i {
    color: #fcfcfc
}

.forum-container .pagination li.is-active {
    background: #7f00ff;
    opacity: 1;
    color: #fff
}

.forum-container .pagination li span {
    position: relative;
    top: -1px;
    font-size: .9rem;
    font-weight: 600
}

.forum-container .pagination li i {
    font-size: 16px;
    font-weight: 600;
    color: #444f60
}

.topic-list {
    margin: 20px 0
}

.topic-list .divider-wrap {
    margin: 20px 0
}

.topic-list .divider-wrap .divider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 1em -1em;
    color: #999;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 500
}

.topic-list .divider-wrap .divider:after, .topic-list .divider-wrap .divider:before {
    content: "";
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    margin: 0 1em;
    background: #dbdbdb
}

.topic-list .topic-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    transition: all .3s
}

.topic-list .topic-card:not(:last-child) {
    margin-bottom: 8px
}

.topic-list .topic-card.is-sticky {
    background: #f7faff;
    border-color: #c1d9ff
}

.topic-list .topic-card.is-sticky .tags .tag {
    background: #fff
}

.topic-list .topic-card .topic-owner {
    position: relative;
    height: 48px;
    width: 48px;
    min-width: 48px
}

.topic-list .topic-card .topic-owner .avatar {
    display: block;
    border-radius: 50%
}

.topic-list .topic-card .topic-owner .badge {
    position: absolute;
    bottom: 0;
    right: -6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #ffad36
}

.topic-list .topic-card .topic-owner .badge span {
    display: block
}

.topic-list .topic-card .topic-owner .badge i {
    font-size: 8px;
    font-weight: 600;
    color: #fff
}

.topic-list .topic-card .topic-meta {
    margin-left: 16px
}

.topic-list .topic-card .topic-meta .topic-title {
    position: relative;
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
    color: #444f60;
    transition: color .3s;
    margin-bottom: 4px
}

.topic-list .topic-card .topic-meta .topic-title:hover {
    color: #7f00ff
}

.topic-list .topic-card .topic-meta .flex-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.topic-list .topic-card .topic-meta span {
    color: #999;
    font-size: .9rem
}

.topic-list .topic-card .topic-meta span a {
    font-weight: 500
}

.topic-list .topic-card .topic-meta .tags {
    margin-left: 8px
}

.topic-list .topic-card .topic-meta .tags .tag {
    color: #444f60;
    font-size: .85rem;
    border-radius: 100px
}

.topic-list .topic-card .topic-actions {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.topic-list .topic-card .topic-actions .tag {
    font-weight: 500;
    margin-right: 20px
}

.topic-list .topic-card .topic-actions .im {
    font-size: 1.8rem;
    color: #cecece;
    margin-right: 20px
}

.topic-list .topic-card .topic-actions .topic-replies {
    margin-right: 20px;
    text-align: center
}

.topic-list .topic-card .topic-actions .topic-replies span {
    display: block
}

.topic-list .topic-card .topic-actions .topic-replies span:first-child {
    font-size: .9rem;
    font-weight: 500;
    color: #444f60
}

.topic-list .topic-card .topic-actions .topic-replies span:nth-child(2) {
    color: #999;
    font-weight: 500
}

.topic-list .topic-card .topic-actions .last-reply {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.topic-list .topic-card .topic-actions .last-reply img {
    display: block;
    height: 26px;
    width: 26px;
    border-radius: 50%
}

.topic-list .topic-card .topic-actions .last-reply .last-reply-meta {
    margin-left: 10px;
    min-width: 90px
}

.topic-list .topic-card .topic-actions .last-reply .last-reply-meta span {
    display: block
}

.topic-list .topic-card .topic-actions .last-reply .last-reply-meta span:first-child {
    font-size: .9rem;
    font-weight: 500;
    color: #444f60
}

.topic-list .topic-card .topic-actions .last-reply .last-reply-meta span:nth-child(2) {
    font-size: .9rem;
    color: #999
}

.topic-list .topic-card .topic-actions .last-reply .last-reply-meta span:nth-child(2) a {
    font-size: .9rem;
    color: #7f00ff;
    font-weight: 500
}

.topic-list .topic-card .topic-actions .dropdown {
    margin-left: 30px
}

.full-topic {
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin: 20px 0
}

.full-topic .post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px 0
}

.full-topic .post:not(:last-child) {
    border-bottom: 1px solid #eaeaea
}

.full-topic .post .post-meta .post-owner {
    position: relative;
    height: 48px;
    width: 48px;
    min-width: 48px
}

.full-topic .post .post-meta .post-owner .avatar {
    display: block;
    border-radius: 50%
}

.full-topic .post .post-meta .post-owner .badge {
    position: absolute;
    bottom: 0;
    right: -6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #ffad36
}

.full-topic .post .post-meta .post-owner .badge span {
    display: block
}

.full-topic .post .post-meta .post-owner .badge i {
    font-size: 8px;
    font-weight: 600;
    color: #fff
}

.full-topic .post .post-content {
    margin-left: 20px;
    width: 100%
}

.full-topic .post .post-content iframe {
    max-height: 160px
}

.full-topic .post .post-content .top-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.full-topic .post .post-content .top-wrap .name-wrap .name {
    font-family: 'Nexa Bold', sans-serif;
    font-weight: 500;
    color: #444f60
}

.full-topic .post .post-content .top-wrap .name-wrap .name:hover {
    color: #7f00ff
}

.full-topic .post .post-content .top-wrap .name-wrap span {
    display: block;
    font-weight: .9rem;
    color: #999
}

.full-topic .post .post-content .top-wrap .top-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center
}

.full-topic .post .post-content .top-wrap .top-actions .dropdown {
    margin-left: 6px
}

.full-topic .post .post-content .top-wrap .top-actions .top-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    width: 34px;
    min-width: 34px;
    border-radius: 50%;
    border: 1px solid #cecece;
    background: #fff;
    margin-left: 6px;
    transition: all .3s
}

.full-topic .post .post-content .top-wrap .top-actions .top-action.is-like.is-active, .full-topic .post .post-content .top-wrap .top-actions .top-action.is-like:hover {
    border-color: #ff7273;
    background: #ff7273
}

.full-topic .post .post-content .top-wrap .top-actions .top-action.is-like.is-active i, .full-topic .post .post-content .top-wrap .top-actions .top-action.is-like:hover i {
    color: #fcfcfc
}

.full-topic .post .post-content .top-wrap .top-actions .top-action.is-secondary.is-active, .full-topic .post .post-content .top-wrap .top-actions .top-action.is-secondary:hover {
    border-color: #7f00ff;
    background: #7f00ff
}

.full-topic .post .post-content .top-wrap .top-actions .top-action.is-secondary.is-active i, .full-topic .post .post-content .top-wrap .top-actions .top-action.is-secondary:hover i {
    color: #fcfcfc
}

.full-topic .post .post-content .top-wrap .top-actions .top-action i {
    font-size: 16px;
    color: #444f60;
    transition: all .3s
}

.full-topic .post .post-content .post-body {
    margin: 20px 0;
    max-width: 800px
}

.full-topic .post .post-content .post-body blockquote {
    max-width: 600px
}

.full-topic .post .post-content .post-body blockquote .quote-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #444f60
}

.full-topic .post .post-content .post-body blockquote .quote-title img {
    display: block;
    height: 26px;
    width: 26px;
    min-width: 26px;
    border-radius: 50%;
    margin-right: 6px
}

.full-topic .post .post-content .edited-text {
    color: #999;
    font-size: .9rem
}

.reply-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 80px);
    margin-left: 80px;
    height: auto;
    padding: 20px;
    min-height: 300px;
    background: #fff;
    border-top: 1px solid #ededed;
    transition: all .3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.reply-box.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.reply-box .box-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.reply-box .box-inner .reply-form .button-wrap .button {
    min-width: 100px
}

.reply-box .box-inner .note-editor.note-frame {
    border-color: transparent;
    border-radius: 6px
}

.reply-box .box-inner .note-editor.note-frame .note-toolbar {
    border-radius: 6px 6px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.reply-box .box-inner .note-editor.note-frame .note-toolbar .note-btn-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.reply-box .box-inner .note-editor.note-frame .note-toolbar .note-btn-group .note-btn {
    height: 36px;
    width: 36px;
    border-radius: 6px !important;
    margin: 0 2px !important;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.reply-box .box-inner .note-editor.note-frame .note-toolbar .note-btn-group .note-btn i {
    font-size: 12px
}

.reply-box .box-inner .note-editor.note-frame .note-toolbar .note-btn-group .note-btn i:before {
    position: relative;
    top: -1px
}

.reply-box .box-inner .note-editor.note-frame .note-editing-area {
    overflow: visible
}

.reply-box .box-inner .note-editor.note-frame .note-editing-area .note-placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #cecece
}

.reply-box .box-inner .note-editor.note-frame .note-editing-area .note-placeholder img {
    position: absolute;
    top: -36px;
    left: -30px;
    display: block;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin-right: 6px;
    z-index: 5
}

.reply-box .box-inner .note-editor.note-frame .note-statusbar {
    display: none
}

.note-modal-content .note-modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 20px
}

.note-modal-content .note-modal-header h4 {
    font-size: 1.1rem;
    font-family: 'Nexa Bold', sans-serif
}

.note-modal-content .note-modal-header .close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    outline: 0 !important;
    transition: all .3s;
    opacity: 1 !important;
    margin-top: 0 !important
}

.note-modal-content .note-modal-header .close:hover {
    background: #f0f0f0 !important
}

.note-modal-content .note-modal-header .close i {
    font-size: 16px;
    opacity: 1 !important;
    color: #444f60 !important
}

.note-modal-content .note-modal-body .note-form-group .note-form-label, .note-modal-content .note-modal-body .note-group-image-url .note-form-label {
    font-size: 1rem;
    font-family: 'Nexa Bold', sans-serif;
    color: #999
}

.note-modal-content .note-modal-body .checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.note-modal-content .note-modal-body .checkbox label {
    color: #999
}

.note-modal-content .note-modal-body .checkbox label input {
    position: relative;
    top: 2px;
    left: -2px
}

.note-modal-content .note-modal-footer {
    padding: 20px 30px;
    text-align: left
}

.note-modal-content .note-modal-footer button {
    height: 40px !important;
    min-width: 120px !important;
    border-radius: 100px !important;
    font-weight: 500 !important;
    background: #7f00ff !important;
    transition: all .3s
}

@media only screen and (max-width:767px) {
    .forum-title-wrapper.is-mobile {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .forum-title-wrapper.is-mobile img {
        margin-right: 0
    }

    .forum-title-wrapper.is-mobile .forum-title {
        text-align: center
    }

    .forum-title-wrapper.is-mobile .forum-title.is-topic-title {
        max-width: 300px !important
    }

    .forum-title-wrapper.is-mobile .actions {
        margin: 20px 0 0 0;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%
    }

    .forum-container {
        padding: 10px
    }

    .forum-container .forum-channel {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .forum-container .forum-channel .channel-meta {
        margin-left: 0;
        text-align: center
    }

    .forum-container .forum-channel .channel-topics {
        margin: 10px auto
    }

    .forum-container .topic-card {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .forum-container .topic-card .topic-owner {
        margin-bottom: 10px
    }

    .forum-container .topic-card .topic-meta {
        margin: 0
    }

    .forum-container .topic-card .topic-meta .topic-title {
        text-align: center
    }

    .forum-container .topic-card .topic-meta .flex-block {
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 10px 0
    }

    .forum-container .topic-card .topic-meta .flex-block span {
        margin-bottom: 6px
    }

    .forum-container .topic-card .topic-meta .flex-block .tags {
        margin: 0
    }

    .forum-container .topic-card .topic-actions {
        margin: 0 20px;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

    .forum-container .topic-card .topic-actions .im {
        display: none !important
    }

    .forum-container .topic-card .topic-actions .topic-replies {
        margin: 0
    }

    .forum-container .topic-card .topic-actions .last-replie .last-reply-meta span {
        font-size: .8rem
    }

    .forum-container .topic-card .topic-actions .dropdown {
        margin: 0
    }

    .forum-container .topic-stats {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .forum-container .topic-stats .stat-block {
        margin: 6px auto
    }

    .forum-container .topic-stats .stat-block .stat-meta {
        min-width: 60px
    }

    .forum-container .topic-stats .participants {
        display: none !important
    }

    .forum-container .full-topic {
        padding: 10px
    }

    .forum-container .full-topic .post {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .forum-container .full-topic .post .post-meta .post-owner {
        margin: 0 auto
    }

    .forum-container .full-topic .post .post-content {
        margin-left: 0
    }

    .forum-container .full-topic .post .post-content .top-wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px
    }

    .forum-container .full-topic .post .post-content .top-wrap .name-wrap {
        text-align: center;
        margin-bottom: 10px
    }

    .forum-wrap .latest-posts .avatars, .forum-wrap .latest-posts .latest-meta {
        display: none !important
    }

    .forum-wrap .latest-posts .forum-stats {
        margin: 10px auto;
        -ms-flex-pack: center;
        justify-content: center
    }

    .forum-wrap .latest-posts .forum-stats .stat {
        margin: 0 10px
    }

    .reply-box {
        width: 100%;
        margin-left: 0;
        z-index: 1001
    }

    .reply-box .note-toolbar {
        padding-left: 0;
        overflow-x: auto
    }

    .reply-box .note-placeholder img {
        display: none !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .forum-channel .top-contributors {
        min-width: 90px
    }

    .forum-channel .top-contributors img {
        height: 30px !important;
        width: 30px !important;
        min-width: 30px !important
    }

    .forum-container .topic-card {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .forum-container .topic-card .topic-owner {
        margin-bottom: 10px
    }

    .forum-container .topic-card .topic-meta {
        margin: 0
    }

    .forum-container .topic-card .topic-meta .topic-title {
        text-align: center
    }

    .forum-container .topic-card .topic-meta .flex-block {
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 10px 0
    }

    .forum-container .topic-card .topic-meta .flex-block span {
        margin-bottom: 6px
    }

    .forum-container .topic-card .topic-meta .flex-block .tags {
        margin: 0
    }

    .forum-container .topic-card .topic-actions {
        margin: 0 20px;
        width: 100%;
        max-width: 490px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center
    }

    .forum-container .topic-card .topic-actions .im {
        display: none !important
    }

    .forum-container .topic-card .topic-actions .topic-replies {
        margin: 0
    }

    .forum-container .topic-card .topic-actions .dropdown {
        margin: 0
    }

    .forum-container .topic-stats .stat-block:nth-child(5), .forum-container .topic-stats .stat-block:nth-child(6) {
        display: none !important
    }

    .forum-container .topic-stats .participants {
        display: none !important
    }

    .reply-box .note-placeholder img {
        left: -16px !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .topic-card .tags {
        display: none !important
    }

    .forum-container .topic-stats .stat-block:nth-child(5), .forum-container .topic-stats .stat-block:nth-child(6) {
        display: none !important
    }

    .forum-container .topic-stats .participants {
        display: none !important
    }
}

/*! _dashboard-support.scss | Bulkit | CSS Ninja */
.support-title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.support-title-wrapper .support-image {
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    margin-right: 10px
}

.support-title-wrapper .inner-wrap .support-title {
    font-size: 1.6rem;
    font-family: 'Nexa Bold', sans-serif;
    color: #444f60;
    max-width: 380px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.support-title-wrapper .inner-wrap .title-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.support-title-wrapper .inner-wrap .title-meta .meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 6px
}

.support-title-wrapper .inner-wrap .title-meta .meta .material-icons {
    font-size: 20px;
    margin-right: 3px;
    color: #999
}

.support-title-wrapper .inner-wrap .title-meta .meta .sl {
    font-size: 16px;
    margin-right: 3px;
    color: #999
}

.support-title-wrapper .inner-wrap .title-meta .meta a, .support-title-wrapper .inner-wrap .title-meta .meta span {
    display: block;
    font-weight: 500;
    color: #999;
    font-size: .9rem
}

.support-title-wrapper .inner-wrap .title-meta .meta a {
    transition: all .3s
}

.support-title-wrapper .inner-wrap .title-meta .meta a:hover {
    color: #7f00ff
}

.support-title-wrapper .actions {
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.support-title-wrapper .actions .action-button, .support-title-wrapper .actions .activity-button {
    height: 40px;
    width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    transition: background-color .3s;
    cursor: pointer
}

.support-title-wrapper .actions .action-button:hover, .support-title-wrapper .actions .activity-button:hover {
    background: #dee3e7
}

.support-title-wrapper .actions .action-button:hover i, .support-title-wrapper .actions .activity-button:hover i {
    color: #7f00ff
}

.support-title-wrapper .actions .action-button i, .support-title-wrapper .actions .activity-button i {
    font-size: 20px;
    color: #999;
    transition: color .3s
}

.support-title-wrapper .actions .button:not(.is-round) {
    height: 40px !important;
    margin-left: 8px;
    min-width: 100px
}

.support-title-wrapper .actions .button:not(.is-round).is-rounded {
    min-width: 120px
}

.support-title-wrapper .actions .button:not(.is-round) i {
    padding-right: 0
}

.support-title-wrapper .actions.is-round:hover {
    background: #fff !important
}

.support-dashboard {
    margin: 40px 0
}

.support-dashboard .chrono {
    position: relative;
    min-height: 200px
}

.support-dashboard .chrono .count {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    width: 90px;
    min-width: 90px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5
}

.support-dashboard .chrono .count span {
    position: relative;
    top: -5px;
    display: block;
    font-size: 2.6rem;
    font-weight: 600;
    color: #fafafa;
    text-shadow: 1px 1px 16px #969696
}

.support-dashboard .chrono .peity {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 90px;
    width: 90px;
    min-width: 90px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.support-dashboard .chrono #mainCircle {
    position: relative;
    top: 40px;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: solid 12px #b0bdc4
}

.support-dashboard .chrono #secondCircle {
    position: relative;
    top: 0;
    left: -12px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #6eadea
}

.support-dashboard .chrono #thirdCircle {
    position: relative;
    top: -10px;
    left: -3px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: solid 5px #f9f9f9;
    background-color: #6eadea
}

.support-dashboard .chrono #buttonOneBasis {
    position: absolute;
    top: -22px;
    left: 41px;
    width: 16px;
    height: 7px;
    background-color: #b0bdc4
}

.support-dashboard .chrono #buttonOne {
    position: absolute;
    top: -12px;
    left: -6px;
    width: 28px;
    height: 10px;
    background-color: #b0bdc4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.support-dashboard .chrono #buttonTwoBasis {
    position: absolute;
    top: 0;
    left: -9px;
    width: 14px;
    height: 7px;
    background-color: #b0bdc4;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg)
}

.support-dashboard .chrono #buttonTwo {
    position: absolute;
    top: -10px;
    left: -4px;
    width: 22px;
    height: 8px;
    background-color: #b0bdc4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.support-dashboard .stacks {
    height: 170px;
    width: 200px;
    position: relative;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.support-dashboard .stacks .left, .support-dashboard .stacks .right {
    position: relative;
    height: 100%;
    width: 50%;
    max-width: 100px
}

.support-dashboard .stacks .shape-left {
    position: absolute;
    bottom: 0;
    right: 6px;
    margin: 0 auto;
    height: 10px;
    width: 50px;
    border-radius: 2px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.support-dashboard .stacks .shape-left:nth-child(odd) {
    background: #00d1b2
}

.support-dashboard .stacks .shape-left:nth-child(even) {
    background: #fff
}

.support-dashboard .stacks .shape-right {
    position: absolute;
    bottom: 0;
    left: 6px;
    margin: 0 auto;
    height: 10px;
    width: 50px;
    border-radius: 2px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg)
}

.support-dashboard .stacks .shape-right:nth-child(odd) {
    background: #dee3e7
}

.support-dashboard .stacks .shape-right:nth-child(even) {
    background: #fff
}

.support-dashboard .support-box {
    padding: 20px
}

.support-dashboard .support-box .box-title {
    color: #444f60;
    font-size: 1.2rem;
    font-family: 'Nexa Bold', sans-serif
}

.support-dashboard .support-box .box-image {
    display: block;
    height: 200px;
    width: 200px;
    margin: 0 auto
}

.support-dashboard .support-box .channels {
    max-width: 330px;
    margin: 0 auto;
    position: relative;
    left: -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.support-dashboard .support-box .channels .channel-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    width: 25%
}

.support-dashboard .support-box .channels .channel-icon i {
    position: relative;
    top: 10px;
    font-size: 16px;
    color: #cecece
}

.support-dashboard .support-box #support-chart {
    max-height: 200px
}

.support-dashboard .support-box .box-meta {
    text-align: center
}

.support-dashboard .support-box .box-meta p:first-child {
    color: #444f60;
    font-size: 1rem;
    font-family: 'Nexa Bold', sans-serif;
    margin-bottom: 0
}

.support-dashboard .support-box .box-meta p:nth-child(2) {
    color: #999
}

.support-activity-quickview .quickview-header {
    background: #fff;
    border-bottom-color: transparent
}

.support-activity-quickview .quickview-header h3 {
    font-size: 1.2rem;
    font-family: 'Nexa Bold', sans-serif
}

.support-activity-quickview .quickview-header .material-icons {
    font-size: 20px
}

.support-activity-quickview .quickview-body {
    position: relative;
    max-height: calc(100% - 122px)
}

.support-activity-quickview .quickview-body .body-inner {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 10px 0;
    overflow-y: auto
}

.support-activity-quickview .quickview-body .body-inner .activity-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 12px
}

.support-activity-quickview .quickview-body .body-inner .activity-block img {
    display: block;
    height: 46px;
    width: 46px;
    border-radius: 50%
}

.support-activity-quickview .quickview-body .body-inner .activity-block .block-content {
    margin-left: 12px
}

.support-activity-quickview .quickview-body .body-inner .activity-block .block-content p {
    font-size: .95rem;
    color: #444f60;
    margin-bottom: 0
}

.support-activity-quickview .quickview-body .body-inner .activity-block .block-content p b {
    font-weight: 600;
    color: #444f60
}

.support-activity-quickview .quickview-body .body-inner .activity-block .block-content span {
    display: block;
    font-size: .9rem;
    color: #999
}

.support-activity-quickview .quickview-footer {
    background: #f5f5f5
}

.support-tickets {
    padding-bottom: 60px
}

.support-tickets .is-ticket-list {
    margin: 20px 0 20px 0;
    border-radius: 6px;
    padding: 20px
}

.support-tickets .is-ticket-list .contacts-list-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px
}

.support-tickets .is-ticket-list .table .b-checkbox {
    display: -ms-flexbox;
    display: flex;
    min-height: 18px;
    max-width: 18px;
    margin: 0 auto
}

.support-tickets .is-ticket-list .table th {
    font-weight: 500;
    vertical-align: middle;
    padding: 7px 0
}

.support-tickets .is-ticket-list .table th.w-50 {
    width: 50%
}

.support-tickets .is-ticket-list .table th.w-35 {
    width: 35%
}

.support-tickets .is-ticket-list .table th.w-5 {
    width: 5%
}

.support-tickets .is-ticket-list .table th .b-checkbox {
    margin: 0 auto
}

.support-tickets .is-ticket-list .table th .dropdown.filter-dropdown .drodown-menu {
    width: 200px
}

.support-tickets .is-ticket-list .table th .dropdown.filter-dropdown .dropdown-item span .fa {
    margin-right: 10px;
    color: #7f00ff;
    visibility: hidden
}

.support-tickets .is-ticket-list .table th .dropdown.filter-dropdown .dropdown-item.is-spaced {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1rem !important
}

.support-tickets .is-ticket-list .table th .dropdown.filter-dropdown .dropdown-item.is-spaced>span {
    display: block
}

.support-tickets .is-ticket-list .table th .dropdown.filter-dropdown .dropdown-item.is-spaced .material-icons {
    font-size: 22px;
    line-height: 0
}

.support-tickets .is-ticket-list .table th .dropdown.filter-dropdown .dropdown-item.is-active {
    background-color: transparent !important;
    color: #7f00ff !important;
    font-weight: 500
}

.support-tickets .is-ticket-list .table th .dropdown.filter-dropdown .dropdown-item.is-active .fa {
    visibility: visible
}

.support-tickets .is-ticket-list .table th .dropdown:hover .button {
    background: #ededed
}

.support-tickets .is-ticket-list .table th .dropdown .button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    border-radius: 100px
}

.support-tickets .is-ticket-list .table th .dropdown .button i {
    font-size: 20px;
    padding-right: 0 !important
}

.support-tickets .is-ticket-list .table th .dropdown .filter-title {
    text-transform: uppercase;
    font-size: .8rem !important;
    font-weight: 700 !important;
    pointer-events: none
}

.support-tickets .is-ticket-list .table th .dropdown .dropdown-item {
    font-size: 1rem;
    font-weight: 400
}

.support-tickets .is-ticket-list .table td {
    vertical-align: middle;
    padding: .75em
}

.support-tickets .is-ticket-list .table td.ticket-id {
    max-width: 110px;
    font-weight: 600;
    font-size: .85rem;
    color: #999
}

.support-tickets .is-ticket-list .table td.ticket-name {
    font-weight: 600;
    color: #444f60
}

.support-tickets .is-ticket-list .table td.ticket-name span {
    display: block;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.support-tickets .is-ticket-list .table td.priority-type {
    width: 82px
}

.support-tickets .is-ticket-list .table td.priority-type.is-high .dot {
    border-color: #ff7273
}

.support-tickets .is-ticket-list .table td.priority-type.is-medium .dot {
    border-color: #ffad36
}

.support-tickets .is-ticket-list .table td.priority-type.is-low .dot {
    border-color: #00b289
}

.support-tickets .is-ticket-list .table td.priority-type .dot {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 2px solid #dee3e7;
    margin: 0 auto
}

.support-tickets .is-ticket-list .table td.assignee .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.support-tickets .is-ticket-list .table td.assignee .inner img {
    display: block;
    min-width: 30px;
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto
}

.support-tickets .is-ticket-list .table td.modifications span {
    display: block
}

.support-tickets .is-ticket-list .table td.modifications span small {
    color: #999
}

.support-tickets .is-ticket-list .table td.modifications span .date {
    display: inline-block;
    font-size: .95rem;
    font-weight: 500
}

.support-tickets .is-ticket-list .table td.modifications span .time {
    display: inline-block;
    font-size: .85rem;
    color: #999
}

.support-tickets .is-ticket-list .table td.ticket-age {
    font-size: .9rem;
    color: #999
}

.support-tickets .is-ticket-list .table td.status {
    color: #999
}

.support-tickets .is-ticket-list .table td.status.is-new .tag {
    background: #00b289;
    color: #fcfcfc
}

.support-tickets .is-ticket-list .table td.status.is-open .tag {
    background: #039be5;
    color: #fcfcfc
}

.support-tickets .is-ticket-list .table td.status.is-in-progress .tag {
    background: #7f00ff;
    color: #fcfcfc
}

.support-tickets .is-ticket-list .table td.status.is-escalated .tag {
    background: #ffad36;
    color: #fcfcfc
}

.support-tickets .is-ticket-list .table td.status .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.support-tickets .is-ticket-list .table td.status span {
    display: block
}

.support-tickets .is-ticket-list .table td.status button {
    margin-left: auto;
    visibility: hidden;
    pointer-events: none
}

.support-tickets .is-ticket-list .table td.status .tag {
    margin-bottom: 0;
    line-height: 1.8;
    font-weight: 500;
    border-radius: 100px;
    min-width: 46px;
    text-align: center
}

.support-tickets .is-ticket-list .table td.actions .button {
    border: 1px solid transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px
}

.support-tickets .is-ticket-list .table td.actions .button i {
    padding: 0;
    top: 0 !important;
    font-size: 20px
}

.support-tickets .is-ticket-list .table td.actions .dropdown {
    position: relative;
    top: 2px;
    margin-left: auto
}

.support-tickets .is-ticket-list .table td .dropdown-menu.is-text-bigger .dropdown-item {
    font-size: 1rem
}

.support-tickets .is-ticket-list .table tr {
    padding: 8px 0
}

.support-tickets .is-ticket-list .table tr.is-highlighted {
    background: #ededed
}

.support-tickets .is-ticket-list .table tr.is-closed .ticket-name {
    opacity: .5
}

.support-tickets .is-ticket-list .table tr:hover .contact-preview .inner i {
    display: block
}

.support-tickets .is-ticket-list .table tr:hover .status button {
    visibility: visible;
    pointer-events: all
}

.support-tickets .is-ticket-list .table tr:hover .actions .button {
    border-color: #cecece;
    background: #fff !important
}

.support-tickets .is-ticket-list .table tr:hover .button:hover {
    border-color: #7f00ff;
    color: #7f00ff
}

.support-tickets .is-ticket-list .table tr:hover .button:hover i {
    color: #7f00ff
}

.support-tickets .support-pagination {
    margin: 0 auto;
    max-width: 308px;
    border-radius: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 3px
}

.support-tickets .support-pagination .pagination-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px;
    margin: 2px;
    border-radius: 50%;
    transition: all .3s
}

.support-tickets .support-pagination .pagination-item:hover {
    background: #f7f7f7
}

.support-tickets .support-pagination .pagination-item.is-active {
    background: #7f00ff;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.support-tickets .support-pagination .pagination-item.is-active .material-icons, .support-tickets .support-pagination .pagination-item.is-active span {
    color: #fcfcfc
}

.support-tickets .support-pagination .pagination-item .material-icons {
    font-size: 20px;
    color: #999
}

.support-tickets .support-pagination .pagination-item span {
    display: block;
    font-size: .9rem;
    font-weight: 600;
    color: #999
}

.ticket-wrapper .ticket-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.ticket-wrapper .ticket-header img {
    display: block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 0 auto
}

.ticket-wrapper .ticket-header .ticket-heading {
    margin: 20px 0
}

.ticket-wrapper .ticket-header .ticket-heading h2 {
    font-size: 1.6rem;
    font-family: 'Nexa Bold', sans-serif
}

.ticket-wrapper .ticket-header .ticket-heading span {
    display: block;
    color: #999;
    font-size: 1.1rem;
    margin: 10px 0
}

.ticket-wrapper .ticket-body {
    max-width: 760px;
    margin: 40px auto
}

.ticket-wrapper .ticket-body .conversation-wrap {
    width: 100%;
    margin-bottom: 40px
}

.ticket-wrapper .ticket-body .conversation-wrap:nth-child(odd) .conversation-inner {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ticket-wrapper .ticket-body .conversation-wrap:nth-child(odd) .conversation-inner .conversation-box {
    position: relative;
    width: 100%;
    background: #f7faff;
    border: 1px solid #c1d9ff;
    border-radius: 4px;
    margin-right: 20px;
    padding: 40px
}

.ticket-wrapper .ticket-body .conversation-wrap:nth-child(odd) .conversation-inner .conversation-box:after, .ticket-wrapper .ticket-body .conversation-wrap:nth-child(odd) .conversation-inner .conversation-box:before {
    left: 100%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.ticket-wrapper .ticket-body .conversation-wrap:nth-child(odd) .conversation-inner .conversation-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #f7faff;
    border-width: 8px;
    margin-top: -8px
}

.ticket-wrapper .ticket-body .conversation-wrap:nth-child(odd) .conversation-inner .conversation-box:before {
    border-color: rgba(237, 237, 237, 0);
    border-left-color: #c1d9ff;
    border-width: 9px;
    margin-top: -9px
}

.ticket-wrapper .ticket-body .conversation-wrap:nth-child(odd) .controls {
    margin-right: 70px
}

.ticket-wrapper .ticket-body .conversation-wrap:nth-child(even) .conversation-inner {
    -ms-flex-direction: row;
    flex-direction: row
}

.ticket-wrapper .ticket-body .conversation-wrap:nth-child(even) .conversation-inner .conversation-box {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    margin-left: 20px;
    padding: 40px
}

.ticket-wrapper .ticket-body .conversation-wrap:nth-child(even) .conversation-inner .conversation-box:after, .ticket-wrapper .ticket-body .conversation-wrap:nth-child(even) .conversation-inner .conversation-box:before {
    right: 100%;
    top: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.ticket-wrapper .ticket-body .conversation-wrap:nth-child(even) .conversation-inner .conversation-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 8px;
    margin-top: -8px
}

.ticket-wrapper .ticket-body .conversation-wrap:nth-child(even) .conversation-inner .conversation-box:before {
    border-color: rgba(237, 237, 237, 0);
    border-right-color: #e5e5e5;
    border-width: 9px;
    margin-top: -9px
}

.ticket-wrapper .ticket-body .conversation-wrap:nth-child(even) .controls {
    margin-left: 70px
}

.ticket-wrapper .ticket-body .conversation-wrap .conversation-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch
}

.ticket-wrapper .ticket-body .conversation-wrap .conversation-inner img {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%
}

.ticket-wrapper .ticket-body .conversation-wrap .controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0
}

.ticket-wrapper .ticket-body .conversation-wrap .controls .timestamp {
    display: block;
    font-size: .95rem;
    color: #999;
    margin-left: 10px
}

.ticket-wrapper .ticket-body .conversation-wrap .controls .button-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.ticket-wrapper .ticket-body .conversation-wrap .controls .conversation-control {
    height: 34px;
    width: 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 4px;
    border-radius: 50%;
    transition: background-color .3s;
    cursor: pointer
}

.ticket-wrapper .ticket-body .conversation-wrap .controls .conversation-control:hover {
    background: #fff
}

.ticket-wrapper .ticket-body .conversation-wrap .controls .conversation-control:hover i {
    color: #444f60
}

.ticket-wrapper .ticket-body .conversation-wrap .controls .conversation-control i {
    font-size: 16px;
    color: #999;
    transition: color .3s
}

.ticket-wrapper .compose-message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 680px;
    padding: 12px;
    border: 1px solid #e3e3e3;
    border-radius: 100px;
    background: #fff;
    margin: 20px auto 10px auto;
    transition: all .3s
}

.ticket-wrapper .compose-message.is-expanded {
    border-radius: 6px
}

.ticket-wrapper .compose-message.is-expanded .control {
    min-height: 200px
}

.ticket-wrapper .compose-message img {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%
}

.ticket-wrapper .compose-message .control {
    position: relative;
    margin-left: 12px;
    width: 100%;
    transition: all .3s
}

.ticket-wrapper .compose-message .control .textarea {
    box-shadow: none !important;
    border-color: transparent;
    resize: none;
    transition: all .3s
}

.ticket-wrapper .compose-message .control .send-button {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 0;
    transition: all .3s
}

.ticket-wrapper .compose-message .control .send-button:hover {
    background: #7f00ff;
    border-color: #7f00ff;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.ticket-wrapper .compose-message .control .send-button:hover i {
    color: #fcfcfc
}

.ticket-wrapper .compose-message .control .send-button i {
    position: relative;
    right: -2px;
    font-size: 18px;
    color: #dee3e7;
    padding: 0;
    transition: color .3s
}

.ticket-wrapper .add-attachments {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    max-width: 680px;
    min-height: 48px;
    margin: 0 auto 200px auto
}

.ticket-wrapper .add-attachments .upload {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    color: #7f00ff;
    font-weight: 500;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ticket-wrapper .add-attachments .upload input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1
}

.ticket-wrapper .add-attachments .upload .main-preview {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1
}

.ticket-wrapper .add-attachments .upload span {
    position: relative;
    display: block;
    margin-left: 2px;
    z-index: 0
}

.ticket-wrapper .add-attachments .upload i {
    font-size: 18px
}

.small-uploader .uploader-previews {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px
}

.small-uploader .uploader-previews .uploader-preview {
    position: relative;
    height: 48px;
    width: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 50%
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(1) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(2) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(3) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(4) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(5) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(6) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(7) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(8) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(9) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(10) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(11) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(12) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(13) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(14) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(15) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(16) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(17) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(18) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(19) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(20) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(21) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(22) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(23) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(24) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(25) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(26) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(27) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(28) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(29) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(30) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(31) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(32) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(33) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(34) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(35) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(36) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(37) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(38) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(39) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(40) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(41) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(42) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(43) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(44) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(45) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(46) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(47) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(48) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(49) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(50) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(51) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(52) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(53) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(54) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(55) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(56) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(57) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(58) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(59) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(60) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(61) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(62) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(63) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(64) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(65) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(66) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(67) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(68) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(69) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(70) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(71) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(72) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(73) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(74) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(75) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(76) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(77) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(78) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(79) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(80) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(81) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(82) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(83) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(84) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(85) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(86) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(87) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(88) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(89) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(90) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(91) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(92) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(93) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(94) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(95) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(96) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(97) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(98) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview:not(:first-child):nth-child(99) {
    margin-left: -12px
}

.small-uploader .uploader-previews .uploader-preview img {
    height: 38px;
    width: 38px;
    display: block;
    object-fit: cover;
    border-radius: 50%
}

.small-uploader .uploader-previews .uploader-preview .remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px
}

.small-uploader .uploader-previews .uploader-preview .remove .button {
    padding: 0;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.small-uploader .uploader-previews .uploader-preview .remove .button i {
    font-size: 12px;
    font-weight: 600;
    padding: 0
}

.ticket-details-quickview .quickview-header {
    background: #fff;
    border-bottom-color: transparent
}

.ticket-details-quickview .quickview-header h3 {
    font-size: 1.2rem;
    font-family: 'Nexa Bold', sans-serif
}

.ticket-details-quickview .quickview-header .material-icons {
    font-size: 20px
}

.ticket-details-quickview .quickview-body {
    position: relative;
    max-height: calc(100% - 122px)
}

.ticket-details-quickview .quickview-body .body-inner {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 10px 0;
    overflow-y: auto
}

.ticket-details-quickview .quickview-body .body-inner .field {
    padding: 6px 12px
}

.ticket-details-quickview .quickview-body .body-inner .field .control {
    margin-bottom: 0
}

.ticket-details-quickview .quickview-body .body-inner .field .combo-label, .ticket-details-quickview .quickview-body .body-inner .field .grey-label-compact {
    text-transform: uppercase
}

.ticket-details-quickview .quickview-body .body-inner .field .sidebar-tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px
}

.ticket-details-quickview .quickview-body .body-inner .field .sidebar-tags .control {
    margin-right: 8px
}

.ticket-details-quickview .quickview-body .body-inner .field .sidebar-tags .control .tag.is-link {
    background: #ededed;
    color: #444f60
}

.ticket-details-quickview .quickview-body .body-inner .field .add-tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #7f00ff;
    margin-top: 16px
}

.ticket-details-quickview .quickview-body .body-inner .field .add-tags span {
    position: relative;
    display: block;
    font-weight: 500;
    margin-left: 2px;
    z-index: 0
}

.ticket-details-quickview .quickview-body .body-inner .field .add-tags i {
    font-size: 18px
}

.ticket-details-quickview .quickview-body .body-inner .datepicker-field .control {
    position: relative
}

.ticket-details-quickview .quickview-body .body-inner .datepicker-field .control input {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: 40px;
    font-size: 1rem;
    padding-left: 40px;
    transition: all .3s
}

.ticket-details-quickview .quickview-body .body-inner .datepicker-field .control input:focus+.form-icon i {
    color: #7f00ff
}

.ticket-details-quickview .quickview-body .body-inner .datepicker-field .control .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.ticket-details-quickview .quickview-body .body-inner .datepicker-field .control .form-icon i {
    color: #999;
    font-size: 20px;
    transition: all .3s
}

.ticket-details-quickview .quickview-footer {
    background: #f5f5f5
}

.ticket-details-quickview .quickview-footer .button {
    line-height: 0;
    max-width: 180px
}

@media only screen and (max-width:767px) {
    .support-title-wrapper.is-mobile {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .support-title-wrapper.is-mobile img {
        margin-right: 0
    }

    .support-title-wrapper.is-mobile .support-title {
        text-align: center
    }

    .support-title-wrapper.is-mobile .actions {
        margin: 20px 0 0 0;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .is-ticket-list {
        max-width: 100% !important;
        overflow-x: auto !important
    }

    .controls .button-group {
        display: none !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .is-ticket-list {
        max-width: 100% !important;
        overflow-x: auto !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .support-tickets {
        max-width: 804px
    }

    .support-tickets .is-ticket-list {
        max-width: 100% !important;
        overflow-x: auto !important
    }
}

/*! _dashboard-datatables.scss | Bulkit | CSS Ninja */
.demo-title {
    margin-bottom: 40px !important
}

.pagination {
    text-align: center
}

.pagination li {
    list-style-type: none;
    float: left
}

.pagination li a {
    padding: 0 5px;
    cursor: pointer
}

.pagination li.active {
    background: #7f00ff !important
}

.pagination li.active a {
    cursor: default;
    color: #fcfcfc !important
}

.sorting {
    cursor: pointer;
    background-image: url(../images/icons/datatable/sort_both.png);
    background-repeat: no-repeat;
    background-position: center right
}

.sorting-desc {
    background-image: url(../images/icons/datatable/sort_desc.png)
}

.sorting-asc {
    background-image: url(../images/icons/datatable/sort_asc.png)
}

.datatable-load-bar {
    width: 100%;
    margin: 8px 0
}

.datatable-load-bar {
    border: 1px solid gray;
    height: 10px
}

.datatable-load-bar .bar {
    height: 10px;
    background-color: #aef
}

.datatable-filter-line {
    background: #fcfcfc
}

.table-wrapper.has-margin-bottom {
    margin-bottom: 40px
}

.table-wrapper .table {
    display: table
}

.table-wrapper .table.is-datatable td, .table-wrapper .table.is-datatable th {
    vertical-align: middle
}

.table-wrapper .table.is-datatable th {
    padding: 16px 20px
}

.table-wrapper .table.is-datatable td {
    padding: 12px 20px
}

.table-wrapper .table.is-datatable input {
    padding: 6px 8px;
    border-radius: 4px;
    border: 1px solid #cecece;
    box-shadow: none
}

.table-wrapper .table.is-datatable .datatable-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.table-wrapper .pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.table-wrapper .pagination ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50%;
    margin: 4px;
    background: #ededed
}

.table-wrapper .pagination ul li.is-selected {
    background: #00d1b2
}

.table-wrapper .pagination ul li.is-selected a {
    color: #fff
}

.table-wrapper .pagination ul li a {
    color: #444f60;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.table-wrapper .pagination ul li a i {
    font-size: 18px
}

/*! _dashboard-utils.scss | Bulkit | CSS Ninja */
.breadcrumbs {
    position: absolute;
    top: 80px;
    right: 5%;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.breadcrumbs ul {
    margin: 0 !important
}

.breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    margin: 0 0 0 10px
}

.breadcrumbs ul li:first-child:before {
    content: ''
}

.breadcrumbs ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #a0a0a0;
    font-size: 14px;
    margin-right: 15px
}

.breadcrumbs a {
    font-weight: 500
}

.cross-container {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.cross-container span {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 3px;
    background: #fff
}

.cross-container .top {
    top: 10px;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cross-container .bottom {
    bottom: 9px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu-wrapper {
    font-size: 20px;
    color: #a9abac;
    line-height: 48px;
    text-align: center;
    background: 0 0;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    padding: 0;
    float: left;
    margin: 0 14px
}

.menu-wrapper .icon-box-toggle {
    height: 100%;
    width: 100%;
    background: tranparent;
    position: relative;
    display: block
}

.menu-wrapper .icon-box-toggle.active .rotate {
    -webkit-transform: rotate(90deg);
    transform: translate(0, 0) rotate(90deg)
}

.menu-wrapper .icon-box-toggle.active i.icon-line-top {
    margin: -1.5px 0 0 -10px;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: translate(0, 0) rotate(45deg)
}

.menu-wrapper .icon-box-toggle.active i.icon-line-center {
    visibility: hidden;
    width: 1px;
    height: 2px;
    left: 70%
}

.menu-wrapper .icon-box-toggle.active i.icon-line-bottom {
    margin: -1.5px 0 0 -10px;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(135deg);
    transform: translate(0, 0) rotate(135deg)
}

.menu-wrapper .rotate {
    background: 0 0;
    display: block;
    width: 48px;
    height: 48px;
    padding: 0;
    transition: all .5s ease
}

.menu-wrapper .icon-line-top {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: -3px 0 0 -10px;
    left: 50%;
    top: 40%;
    transition: all .2s ease
}

.menu-wrapper .icon-line-center {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: -1.5px 0 0 -10px;
    left: 50%;
    top: 50%;
    transition: all .2s ease
}

.menu-wrapper .icon-line-bottom {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 1.4px 0 0 -10px;
    left: 50%;
    top: 60%;
    transition: all .2s ease
}

.fab-btn {
    box-sizing: border-box;
    width: 56px;
    height: 56px;
    padding: 16px;
    border: none;
    border-radius: 50%;
    color: #fff;
    transition: all .2s ease;
    cursor: pointer
}

.fab-btn:active, .fab-btn:focus {
    outline: 0 !important
}

.fab-btn.mini {
    width: 48px;
    height: 48px;
    padding: 12px;
    -webkit-transform: rotate(-600deg);
    transform: rotate(-600deg);
    background: #00d1b2
}

.profile-fab {
    position: absolute;
    width: 56px;
    height: 56px;
    padding: 0;
    bottom: -28px;
    right: 25px;
    z-index: 100
}

.profile-fab .details, .profile-fab .notifications, .profile-fab .team {
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 0
}

.profile-fab .fab-wrapper {
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: 0;
    right: 0
}

.profile-fab .fab-wrapper .pop-fab {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #7f00ff;
    box-shadow: 0 14px 26px -12px rgba(127, 0, 255, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(127, 0, 255, .2) !important
}

.profile-fab .fab-wrapper .pop-fab .profile-menu-wrapper {
    position: relative;
    font-size: 20px;
    color: #a9abac;
    line-height: 56px;
    text-align: center;
    background: 0 0;
    display: block;
    width: 56px;
    height: 56px;
    cursor: pointer;
    padding: 0;
    top: -16px;
    left: -15px
}

.profile-fab .fab-wrapper .pop-fab .profile-menu-wrapper .icon-box-toggle {
    height: 100%;
    width: 100%;
    background: tranparent;
    position: relative;
    display: block
}

.profile-fab .fab-wrapper .pop-fab .profile-menu-wrapper .icon-box-toggle.active .rotate {
    -webkit-transform: rotate(90deg);
    transform: translate(0, 0) rotate(90deg)
}

.profile-fab .fab-wrapper .pop-fab .profile-menu-wrapper .icon-box-toggle.active i.icon-line-top {
    margin: -1.5px 0 0 -10px;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: translate(0, 0) rotate(45deg)
}

.profile-fab .fab-wrapper .pop-fab .profile-menu-wrapper .icon-box-toggle.active i.icon-line-center {
    visibility: hidden;
    width: 1px;
    height: 2px;
    left: 70%
}

.profile-fab .fab-wrapper .pop-fab .profile-menu-wrapper .icon-box-toggle.active i.icon-line-bottom {
    margin: -1.5px 0 0 -10px;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(135deg);
    transform: translate(0, 0) rotate(135deg)
}

.profile-fab .fab-wrapper .pop-fab .profile-menu-wrapper .rotate {
    background: 0 0;
    display: block;
    width: 56px;
    height: 56px;
    padding: 0;
    transition: all .5s ease
}

.profile-fab .fab-wrapper .pop-fab .profile-menu-wrapper .icon-line-top {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: -3px 0 0 -10px;
    left: 50%;
    top: 40%;
    transition: all .2s ease
}

.profile-fab .fab-wrapper .pop-fab .profile-menu-wrapper .icon-line-center {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: -1.5px 0 0 -10px;
    left: 50%;
    top: 50%;
    transition: all .2s ease
}

.profile-fab .fab-wrapper .pop-fab .profile-menu-wrapper .icon-line-bottom {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 1.2px 0 0 -10px;
    left: 50%;
    top: 60%;
    transition: all .2s ease
}

.details {
    background: #536dfe !important
}

.team {
    background: #00d1b2 !important
}

.notifications {
    background: #7f00ff !important
}

.profile-fab.is-open {
    width: 150px;
    height: 150px
}

.profile-fab.is-open .fab-btn.mini {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.profile-fab.is-open .notifications {
    left: -94px;
    top: 4px;
    opacity: 1
}

.profile-fab.is-open .team {
    left: -65.296px;
    top: -65.296px;
    opacity: 1
}

.profile-fab.is-open .details {
    left: 4px;
    top: -94px;
    opacity: 1
}

.tag {
    padding-bottom: 3px
}

.tag.is-squared {
    border-radius: 4px !important
}

.btn-dash {
    padding: 15px 20px 18px 20px !important;
    font-weight: 600
}

.btn-dash.has-icon {
    padding-right: 26px !important
}

.btn-dash.has-icon i {
    font-size: 18px
}

.load-more-wrapper {
    max-width: 180px;
    margin: 0 auto
}

.button-dropdown>.button.secondary-btn {
    background-color: #7f00ff !important
}

.button-dropdown .dropdown-menu {
    width: 280px
}

.button-dropdown .dropdown-menu .dropdown-content .dropdown-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.button-dropdown .dropdown-menu .dropdown-content .dropdown-item span {
    display: block;
    margin: 0 10px
}

.button-dropdown .dropdown-menu .dropdown-content .dropdown-item span span:first-child {
    font-size: 1rem;
    font-weight: 500
}

.button-dropdown .dropdown-menu .dropdown-content .dropdown-item span span:nth-child(2) {
    font-size: .9rem;
    color: #999
}

.button-dropdown .dropdown-menu .dropdown-content .dropdown-item i {
    font-size: 16px;
    color: #999
}

.wickedpicker {
    z-index: 9999 !important
}

.wickedpicker span, .wickedpicker span:active, .wickedpicker span:focus {
    outline: 0 !important
}

#add-reminder-modal input {
    padding-bottom: 0 !important
}

#add-reminder-modal input::-webkit-input-placeholder, #add-reminder-modal textarea::-webkit-input-placeholder {
    color: #cecece
}

#add-reminder-modal input::-moz-placeholder, #add-reminder-modal textarea::-moz-placeholder {
    color: #cecece
}

#add-reminder-modal input:-ms-input-placeholder, #add-reminder-modal textarea:-ms-input-placeholder {
    color: #cecece
}

#add-reminder-modal input:-moz-placeholder, #add-reminder-modal textarea:-moz-placeholder {
    color: #cecece
}

.shadow-z-1 {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37)
}

.shadow-z-2 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .3), 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.shadow-z-3 {
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, .3), 0 7px 7px 0 rgba(0, 0, 0, .19)
}

.shadow-z-4 {
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .3), 0 14px 12px 0 rgba(0, 0, 0, .17)
}

.shadow-z-5 {
    box-shadow: 0 27px 55px 0 rgba(0, 0, 0, .3), 0 17px 17px 0 rgba(0, 0, 0, .15)
}

.switcher .switcher-block {
    width: 48px;
    height: 48px;
    background-color: #999;
    position: fixed;
    top: 20px;
    left: 20px;
    border-radius: 4px;
    transition: all .5s;
    cursor: pointer;
    overflow: visible
}

.switcher .switcher-block.is-primary {
    background-color: #00d1b2
}

.switcher .switcher-block.is-secondary {
    background-color: #7f00ff
}

.switcher .switcher-block.is-accent {
    background-color: #536dfe
}

.switcher .switcher-block:hover {
    width: 200px
}

.switcher .switcher-block:hover .button-text {
    display: block
}

.switcher .switcher-block i {
    position: relative;
    top: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.3rem
}

.switcher .switcher-block .button-text {
    position: absolute;
    top: 13px;
    left: 35%;
    color: #fff;
    display: none
}

.forgot, .no-account, .return {
    color: #a9abac !important;
    transition: opacity .5s
}

.forgot:hover, .no-account:hover, .return:hover {
    opacity: .8;
    color: #00d1b2 !important
}

.forgot.is-secondary, .no-account.is-secondary, .return.is-secondary {
    color: #7f00ff !important
}

.forgot.is-accent, .no-account.is-accent, .return.is-accent {
    color: #536dfe !important
}

.forgot-password a {
    color: #95a5a6;
    font-weight: 400;
    padding-right: 20px;
    transition: all .6s
}

.forgot-password a:hover {
    color: #00d1b2
}

.no-account-link a {
    color: #a9abac;
    font-weight: 500
}

.no-account-link a:hover {
    color: #00d1b2
}

.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item, .fileuploader-theme-thumbnails .fileuploader-thumbnails-input {
    display: inline-block;
    width: 20%;
    width: 90px;
    height: 90px;
    line-height: 95px;
    padding: 10px;
    vertical-align: top
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner {
    width: 100%;
    max-width: 70px;
    height: 100%;
    border: 2px dashed #c2cdda;
    border-radius: 4px;
    text-align: center;
    font-size: 30px;
    color: #acb9c7;
    vertical-align: top;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .1s ease
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner span {
    position: relative;
    top: -17px
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:active, .fileuploader-theme-thumbnails .fileuploader-thumbnails-input-inner:hover {
    border-color: #92a7bf;
    color: #899baf
}

.fileuploader-theme-thumbnails .fileuploader-dragging .fileuploader-thumbnails-input-inner {
    background: #fff
}

.fileuploader-theme-thumbnails .fileuploader-items-list {
    margin: -5px -10px
}

.fileuploader-theme-thumbnails .fileuploader-item {
    -webkit-animation: fileuploaderScaleIn .2s ease;
    animation: fileuploaderScaleIn .2s ease;
    border-bottom: 0
}

.fileuploader-theme-thumbnails .fileuploader-item-inner {
    position: relative;
    border-radius: 4px;
    background: rgba(255, 255, 255, .6);
    overflow: hidden;
    z-index: 1
}

.fileuploader-theme-thumbnails .fileuploader-item-inner, .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image, .fileuploader-theme-thumbnails fileuploader-item-inner .thumbnail-holder {
    width: 100%;
    height: 100%
}

.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image {
    position: relative;
    text-align: center;
    overflow: hidden;
    min-height: 70px
}

.fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image canvas, .fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image img {
    border-radius: 0
}

.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item-image img {
    max-height: 100%;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: none
}

.fileuploader-theme-thumbnails .fileuploader-item .fileuploader-item-image.fileuploader-loading:after {
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: .2
}

.fileuploader-theme-thumbnails .fileuploader-items-list .actions-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(33, 33, 33, .55);
    text-align: right;
    transition: opacity .2s ease;
    opacity: 0;
    z-index: 3
}

.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item:hover .actions-holder {
    opacity: 1
}

.fileuploader-theme-thumbnails .fileuploader-action {
    background: 0 0;
    border: 0;
    width: 24px;
    height: 24px;
    margin: 3px 3px 0 0;
    z-index: 2
}

.fileuploader-theme-thumbnails .fileuploader-action-remove i:after, .fileuploader-theme-thumbnails .fileuploader-action-remove i:before {
    top: 4px;
    left: 10px;
    height: 14px;
    width: 3px;
    background: #fff
}

.fileuploader-theme-thumbnails .fileuploader-action-sort i {
    top: 10px;
    width: 12px
}

.fileuploader-theme-thumbnails .fileuploader-action-sort i:before {
    top: -4px
}

.fileuploader-theme-thumbnails .fileuploader-action-sort i:after {
    top: 4px
}

.fileuploader-theme-thumbnails .fileuploader-action-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1
}

.fileuploader-theme-thumbnails .fileuploader-item.upload-failed {
    background: 0 0
}

.fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item.upload-failed .fileuploader-item-icon {
    display: block !important;
    background: #db6868 !important;
    color: #fff
}

.fileuploader-theme-thumbnails .fileuploader-item.upload-pending .fileuploader-action-remove:after {
    right: 0;
    margin-top: -14px
}

.fileuploader-theme-thumbnails .fileuploader-item .progress-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fileuploader-theme-thumbnails .fileuploader-item .progress-holder .fileuploader-progressbar {
    position: relative;
    top: 50%;
    width: 80%;
    height: 6px;
    margin: 0 auto;
    background: #dde4f6
}

.fileuploader-theme-thumbnails .fileuploader-item.sorting {
    -webkit-animation: none;
    animation: none
}

.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder {
    background: 0 0
}

.fileuploader-theme-thumbnails .fileuploader-sorter-placeholder div {
    background: #fff
}

/*! _helpers.scss | Bulkit | CSS Ninja */
.color-primary {
    color: #00d1b2 !important
}

.color-secondary {
    color: #7f00ff !important
}

.color-accent {
    color: #536dfe !important
}

.color-red {
    color: #ff7273 !important
}

.border-light {
    border-color: #fff !important
}

.dark-text {
    color: #444f60 !important
}

.light-text {
    color: #fff !important
}

.primary-text {
    color: #00d1b2 !important
}

.secondary-text {
    color: #7f00ff !important
}

.accent-text {
    color: #536dfe !important
}

.info-text {
    color: #039be5 !important
}

.success-text {
    color: #00b289 !important
}

.warning-text {
    color: #ffad36 !important
}

.danger-text {
    color: #ff7273 !important
}

.muted-text {
    color: #999 !important
}

.dark-bg {
    background: #444 !important
}

.light-bg {
    background: #fff !important
}

.font-w-400 {
    font-weight: 400 !important
}

.font-w-500 {
    font-weight: 500 !important
}

.font-w-600 {
    font-weight: 600 !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-upper {
    text-transform: uppercase !important
}

.text-bold {
    font-weight: 600 !important
}

.text-bolder {
    font-weight: 700 !important
}

.font-size-normal {
    font-size: 1rem
}

.font-size-2x {
    font-size: 2rem
}

.is-size-1 {
    font-size: 3rem
}

.is-size-2 {
    font-size: 2.5rem
}

.is-size-3 {
    font-size: 2rem
}

.is-size-4 {
    font-size: 1.5rem
}

.is-size-5 {
    font-size: 1.25rem
}

.is-size-6 {
    font-size: 1rem
}

.is-size-7 {
    font-size: .75rem
}

.is-flex {
    display: -ms-flexbox;
    display: flex
}

.is-flex.is-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.is-flex.is-center {
    -ms-flex-pack: center;
    justify-content: center
}

.is-flex.is-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.is-flex.is-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.is-flex.is-vcenter {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.is-block {
    display: block !important
}

.z-index-2 {
    z-index: 2 !important
}

.z-index-101 {
    z-index: 101 !important
}

.has-slimscroll::-webkit-scrollbar {
    width: 6px !important
}

.has-slimscroll::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: rgba(0, 0, 0, .2) !important
}

.has-slimscroll-xs::-webkit-scrollbar {
    width: 3px !important
}

.has-slimscroll-xs::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: rgba(0, 0, 0, .2) !important
}

.has-slimscroll-xs-h::-webkit-scrollbar {
    height: 6px !important
}

.has-slimscroll-xs-h::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: rgba(0, 0, 0, .2) !important
}

.no-padding {
    padding: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-padding-right {
    padding-right: 0 !important
}

.no-padding-left {
    padding-left: 0 !important
}

.padding-10 {
    padding: 10px
}

.padding-15 {
    padding: 15px
}

.padding-20 {
    padding: 20px
}

.padding-25 {
    padding: 25px
}

.padding-30 {
    padding: 30px
}

.padding-40 {
    padding: 40px
}

.padding-50 {
    padding: 50px
}

.padding-60 {
    padding: 60px
}

.padding-70 {
    padding: 70px
}

.padding-80 {
    padding: 80px
}

.padding-90 {
    padding: 90px
}

.padding-100 {
    padding: 100px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-80 {
    padding-left: 80px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.huge-pt {
    padding-top: 100px
}

.huge-pb {
    padding-bottom: 100px
}

.giant-pb {
    padding-bottom: 150px
}

.no-margin {
    margin: 0 !important
}

.no-margin-left {
    margin-left: 0 !important
}

.no-margin-right {
    margin-right: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-bottom {
    margin-bottom: 0 !important
}

.margin-x-auto {
    margin: 0 auto !important
}

.mr-auto {
    margin-right: auto !important
}

.ml-auto {
    margin-left: auto !important
}

.margin-10 {
    margin: 10px
}

.margin-20 {
    margin: 20px
}

.margin-25 {
    margin: 25px
}

.margin-30 {
    margin: 30px
}

.margin-40 {
    margin: 40px
}

.margin-50 {
    margin: 50px
}

.margin-60 {
    margin: 60px
}

.margin-70 {
    margin: 70px
}

.margin-80 {
    margin: 80px
}

.margin-90 {
    margin: 90px
}

.margin-100 {
    margin: 100px
}

.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-120 {
    margin-top: 120px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.ml-70 {
    margin-left: 70px
}

.ml-80 {
    margin-left: 80px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.mr-70 {
    margin-right: 70px
}

.mr-80 {
    margin-right: 80px
}

.width-40 {
    width: 40px !important
}

.width-100 {
    width: 100px !important
}

.width-250 {
    width: 250px !important
}

.height-30 {
    height: 30px !important
}

.height-60 {
    height: 60px !important
}

.height-60 {
    height: 60px !important
}

.height-70 {
    height: 60px !important
}

.height-80 {
    height: 60px !important
}

.height-90 {
    height: 60px !important
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.is-fixed {
    position: fixed;
    width: 100% !important;
    top: 0;
    left: 0
}

.is-hidden {
    display: none !important
}

.is-vhidden {
    visibility: hidden !important
}

.is-disabled {
    pointer-events: none;
    opacity: .4;
    cursor: default !important
}

.stuck {
    position: fixed !important;
    top: 0 !important;
    z-index: 2 !important;
    -webkit-animation-name: translateDown;
    animation-name: translateDown;
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.overflow-auto {
    overflow: auto !important
}

.im.is-icon-xs, .material-icons.is-icon-xs, .sl.is-icon-xs {
    font-size: .8rem !important
}

.im.is-icon-md, .material-icons.is-icon-md, .sl.is-icon-md {
    font-size: 1.5rem !important
}

.im.is-icon-2x, .material-icons.is-icon-2x, .sl.is-icon-2x {
    font-size: 2rem
}

.im.is-icon-3x, .material-icons.is-icon-3x, .sl.is-icon-3x {
    font-size: 3rem
}

.im.is-icon-4x, .material-icons.is-icon-4x, .sl.is-icon-4x {
    font-size: 4rem
}

.im.is-gigantic, .material-icons.is-gigantic, .sl.is-gigantic {
    font-size: 12rem
}

.img-circle {
    border-radius: 1000px
}

@media (max-width:767px) {
    .mobile-padding-20 {
        padding: 20px 30px
    }

    .mobile-padding-40 {
        padding: 40px
    }

    .has-text-centered-mobile {
        text-align: center !important
    }
}

/*! _quickview.scss | Bulkit | CSS Ninja */
.quickview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    min-width: 300px;
    max-width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    transition: .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform
}

.quickview.is-right {
    right: 0;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px)
}

.quickview.is-right.is-active {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    box-shadow: 5px 0 13px 3px rgba(0, 0, 0, .1)
}

.quickview.is-right.is-chat {
    min-width: 400px !important;
    max-width: 400px !important;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px)
}

.quickview.is-left {
    left: -300px
}

.quickview.is-left.is-active {
    left: 100%;
    box-shadow: 5px 0 13px 3px rgba(0, 0, 0, .1)
}

.quickview-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    min-height: 66px !important;
    border-bottom: 1px solid #eff4f7;
    background: #fafafa
}

.quickview-header .title {
    margin-bottom: 0
}

.quickview-header.is-secondary {
    background: #7f00ff
}

.quickview-header.is-secondary p {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400
}

.quickview-header.is-secondary i {
    color: #fff;
    font-size: 20px
}

.quickview-header p {
    color: #999;
    font-size: 1.4rem;
    font-weight: 400
}

.quickview-header i {
    color: #999 !important;
    font-size: 20px
}

.quickview-header .cross-container {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.quickview-header .cross-container:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.quickview-header .material-icons {
    display: block;
    color: #999;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    cursor: pointer
}

.quickview-header .material-icons:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.quickview-body {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.quickview-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    min-height: 4rem;
    background-color: #fff;
    border-top: 1px solid #eff4f7
}

.quickview-footer>* {
    margin: 0 .4rem
}

/*! _timeline.scss | Bulkit | CSS Ninja */
.timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    transition: all .4s ease
}

.timeline *, .timeline :after, .timeline :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.timeline .timeline-item:after, .timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #ededed;
    left: 50%;
    top: 0;
    position: absolute
}

.timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%
}

.timeline .timeline-item {
    margin-bottom: 50px;
    position: relative
}

.timeline .timeline-item .timeline-icon {
    background: #536dfe;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    cursor: pointer;
    border-radius: 50%;
    -ms-box-shadow: 0 5px 43px rgba(0, 0, 0, .18);
    box-shadow: 0 5px 43px rgba(0, 0, 0, .18)
}

.timeline .timeline-item .timeline-icon i {
    position: relative;
    font-size: 1.6rem;
    top: 12px;
    left: 13px;
    color: #fff
}

.timeline .timeline-item .timeline-icon svg {
    position: relative;
    top: 14px;
    left: 14px
}

.timeline .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    padding: 20px;
    -ms-box-shadow: 0 5px 43px rgba(0, 0, 0, .18);
    box-shadow: 0 5px 43px rgba(0, 0, 0, .18);
    border-radius: 5px;
    transition: all .3s ease
}

.timeline .timeline-item .timeline-content .content-header {
    padding: 10px;
    background: #fff;
    color: #444f60;
    margin: -20px -20px 0 -20px;
    font-weight: 300;
    border-radius: 3px 3px 0 0
}

.timeline .timeline-item .timeline-content .content-header .timestamp {
    font-size: .9rem;
    color: #999
}

.timeline .timeline-item .timeline-content .content-body {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.timeline .timeline-item .timeline-content .content-body .timeline-avatar {
    height: 40px;
    border-radius: 100px
}

.timeline .timeline-item .timeline-content .content-body .timeline-text {
    margin: 0 10px
}

.timeline .timeline-item .timeline-content .content-body .timeline-text div:first-child {
    font-family: 'Nexa Bold', sans-serif;
    font-weight: 500;
    color: #444f60
}

.timeline .timeline-item .timeline-content .content-body .timeline-text div:last-child {
    color: #999
}

.timeline .timeline-item .timeline-content .content-body .timeline-text .timestamp {
    font-size: .9rem;
    color: #999
}

.timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff
}

.timeline .timeline-item .timeline-content.right {
    float: right
}

.timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #fff
}

.timeline.doted .timeline-icon {
    background: #fff;
    border: 2px solid #ededed;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 22%;
    overflow: hidden;
    margin: -5px;
    cursor: pointer;
    border-radius: 50%;
    -ms-box-shadow: 0 5px 43px rgba(0, 0, 0, .18);
    box-shadow: 0 5px 43px rgba(0, 0, 0, .18)
}

@media screen and (max-width:768px) {
    .timeline {
        margin: 10px;
        padding: 0;
        width: 100%
    }

    .timeline:before {
        left: 0
    }

    .timeline .timeline-item .timeline-content {
        width: 90%;
        float: right
    }

    .timeline .timeline-item .timeline-content.right:before, .timeline .timeline-item .timeline-content:before {
        left: 10%;
        margin-left: -6px;
        border-left: 0;
        border-right: 7px solid #fff
    }

    .timeline .timeline-item .timeline-icon {
        left: 0
    }

    .timeline.doted .timeline-icon {
        left: 0
    }
}

.simple-feed {
    padding: 15px;
    list-style: none
}

.simple-feed a {
    color: #536dfe
}

.simple-feed .feed-item {
    position: relative;
    top: -10px;
    padding-bottom: 40px;
    padding-left: 30px;
    border-left: 2px solid #ededed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.simple-feed .feed-item .name {
    font-weight: 600;
    color: #444f60
}

.simple-feed .feed-item img {
    border-radius: 100px;
    width: 45px;
    height: 45px
}

.simple-feed .feed-item .feed-item-text {
    margin-left: 15px
}

.simple-feed .feed-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    left: -8px;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #ededed
}

.simple-feed .feed-item .date {
    display: block;
    position: relative;
    top: -5px;
    color: #999;
    text-transform: none;
    font-size: 13px
}

.simple-feed .feed-item .text {
    position: relative;
    top: -3px
}

/*! _switch.scss | Bulkit | CSS Ninja */
.switch[type=checkbox] {
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.switch[type=checkbox][disabled] {
    cursor: not-allowed
}

.switch[type=checkbox][disabled]+label {
    opacity: .5
}

.switch[type=checkbox][disabled]+label::before {
    opactiy: .5
}

.switch[type=checkbox][disabled]+label::after {
    opactiy: .5
}

.switch[type=checkbox][disabled]+label.is-hovered, .switch[type=checkbox][disabled]+label:hover {
    cursor: not-allowed
}

.switch[type=checkbox]+label {
    position: relative;
    display: initial;
    font-size: 1.2rem;
    line-height: initial;
    padding-left: 4.1rem;
    padding-top: .2rem;
    cursor: pointer
}

.switch[type=checkbox]+label::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 3.6rem;
    height: 1.8rem;
    border: .1rem solid transparent;
    border-radius: 100px;
    background: #ededed;
    content: ""
}

.switch[type=checkbox]+label::after {
    display: block;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.3rem;
    height: 1.3rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 100px;
    background: #fff;
    transition: all .25s ease-out;
    content: ""
}

.switch[type=checkbox].is-rtl+label {
    padding-left: 0;
    padding-right: 4.1rem
}

.switch[type=checkbox].is-rtl+label::before {
    left: auto;
    right: 0
}

.switch[type=checkbox].is-rtl+label::after {
    left: auto;
    right: .25rem
}

.switch[type=checkbox]:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(237, 237, 237, .25)
}

.switch[type=checkbox]:hover+label::before {
    background: #e7e7e7
}

.switch[type=checkbox]:active+label::before {
    background: #e0e0e0
}

.switch[type=checkbox]:checked+label::before {
    background: #878787
}

.switch[type=checkbox]:checked+label::after {
    left: 1.925rem
}

.switch[type=checkbox]:checked.is-rtl+label::after {
    left: auto;
    right: 1.925rem
}

.switch[type=checkbox]:checked:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(135, 135, 135, .25)
}

.switch[type=checkbox]:checked:hover+label::before {
    background: #818181
}

.switch[type=checkbox]:checked:active+label::before {
    background: #7a7a7a
}

.switch[type=checkbox].is-outlined+label::before {
    background-color: transparent;
    border-color: #ededed
}

.switch[type=checkbox].is-outlined+label::after {
    background: #ededed
}

.switch[type=checkbox].is-outlined:hover+label::before {
    border-color: #e7e7e7
}

.switch[type=checkbox].is-outlined:hover+label::after {
    background: #e7e7e7
}

.switch[type=checkbox].is-outlined:active+label::before {
    border-color: #e7e7e7
}

.switch[type=checkbox].is-outlined:active+label::after {
    background: #e0e0e0
}

.switch[type=checkbox].is-outlined:checked+label::before {
    background-color: transparent;
    border-color: #878787
}

.switch[type=checkbox].is-outlined:checked+label::after {
    background: #878787
}

.switch[type=checkbox].is-outlined:checked:hover+label::before {
    border-color: #818181
}

.switch[type=checkbox].is-outlined:checked:hover+label::after {
    background: #818181
}

.switch[type=checkbox].is-outlined:checked:active+label::before {
    border-color: #818181
}

.switch[type=checkbox].is-outlined:checked:active+label::after {
    background: #7a7a7a
}

.switch[type=checkbox].is-thin+label::before {
    top: .65455rem;
    height: .45rem
}

.switch[type=checkbox].is-thin+label::after {
    box-shadow: 0 0 3px #878787
}

.switch[type=checkbox].is-small+label {
    position: relative;
    display: initial;
    font-size: 1rem;
    line-height: initial;
    padding-left: 3.5rem;
    padding-top: .2rem;
    cursor: pointer
}

.switch[type=checkbox].is-small+label::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 3rem;
    height: 1.5rem;
    border: .1rem solid transparent;
    border-radius: 100px;
    background: #ededed;
    content: ""
}

.switch[type=checkbox].is-small+label::after {
    display: block;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 100px;
    background: #fff;
    transition: all .25s ease-out;
    content: ""
}

.switch[type=checkbox].is-small.is-rtl+label {
    padding-left: 0;
    padding-right: 3.5rem
}

.switch[type=checkbox].is-small.is-rtl+label::before {
    left: auto;
    right: 0
}

.switch[type=checkbox].is-small.is-rtl+label::after {
    left: auto;
    right: .25rem
}

.switch[type=checkbox].is-small:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(237, 237, 237, .25)
}

.switch[type=checkbox].is-small:hover+label::before {
    background: #e7e7e7
}

.switch[type=checkbox].is-small:active+label::before {
    background: #e0e0e0
}

.switch[type=checkbox].is-small:checked+label::before {
    background: #878787
}

.switch[type=checkbox].is-small:checked+label::after {
    left: 1.625rem
}

.switch[type=checkbox].is-small:checked.is-rtl+label::after {
    left: auto;
    right: 1.625rem
}

.switch[type=checkbox].is-small:checked:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(135, 135, 135, .25)
}

.switch[type=checkbox].is-small:checked:hover+label::before {
    background: #818181
}

.switch[type=checkbox].is-small:checked:active+label::before {
    background: #7a7a7a
}

.switch[type=checkbox].is-small.is-outlined+label::before {
    background-color: transparent;
    border-color: #ededed
}

.switch[type=checkbox].is-small.is-outlined+label::after {
    background: #ededed
}

.switch[type=checkbox].is-small.is-outlined:hover+label::before {
    border-color: #e7e7e7
}

.switch[type=checkbox].is-small.is-outlined:hover+label::after {
    background: #e7e7e7
}

.switch[type=checkbox].is-small.is-outlined:active+label::before {
    border-color: #e7e7e7
}

.switch[type=checkbox].is-small.is-outlined:active+label::after {
    background: #e0e0e0
}

.switch[type=checkbox].is-small.is-outlined:checked+label::before {
    background-color: transparent;
    border-color: #878787
}

.switch[type=checkbox].is-small.is-outlined:checked+label::after {
    background: #878787
}

.switch[type=checkbox].is-small.is-outlined:checked:hover+label::before {
    border-color: #818181
}

.switch[type=checkbox].is-small.is-outlined:checked:hover+label::after {
    background: #818181
}

.switch[type=checkbox].is-small.is-outlined:checked:active+label::before {
    border-color: #818181
}

.switch[type=checkbox].is-small.is-outlined:checked:active+label::after {
    background: #7a7a7a
}

.switch[type=checkbox].is-small.is-thin+label::before {
    top: .54545rem;
    height: .375rem
}

.switch[type=checkbox].is-small.is-thin+label::after {
    box-shadow: 0 0 3px #878787
}

.switch[type=checkbox].is-medium+label {
    position: relative;
    display: initial;
    font-size: 1.5rem;
    line-height: initial;
    padding-left: 5rem;
    padding-top: .2rem;
    cursor: pointer
}

.switch[type=checkbox].is-medium+label::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 4.5rem;
    height: 2.25rem;
    border: .1rem solid transparent;
    border-radius: 100px;
    background: #ededed;
    content: ""
}

.switch[type=checkbox].is-medium+label::after {
    display: block;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.75rem;
    height: 1.75rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 100px;
    background: #fff;
    transition: all .25s ease-out;
    content: ""
}

.switch[type=checkbox].is-medium.is-rtl+label {
    padding-left: 0;
    padding-right: 5rem
}

.switch[type=checkbox].is-medium.is-rtl+label::before {
    left: auto;
    right: 0
}

.switch[type=checkbox].is-medium.is-rtl+label::after {
    left: auto;
    right: .25rem
}

.switch[type=checkbox].is-medium:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(237, 237, 237, .25)
}

.switch[type=checkbox].is-medium:hover+label::before {
    background: #e7e7e7
}

.switch[type=checkbox].is-medium:active+label::before {
    background: #e0e0e0
}

.switch[type=checkbox].is-medium:checked+label::before {
    background: #878787
}

.switch[type=checkbox].is-medium:checked+label::after {
    left: 2.375rem
}

.switch[type=checkbox].is-medium:checked.is-rtl+label::after {
    left: auto;
    right: 2.375rem
}

.switch[type=checkbox].is-medium:checked:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(135, 135, 135, .25)
}

.switch[type=checkbox].is-medium:checked:hover+label::before {
    background: #818181
}

.switch[type=checkbox].is-medium:checked:active+label::before {
    background: #7a7a7a
}

.switch[type=checkbox].is-medium.is-outlined+label::before {
    background-color: transparent;
    border-color: #ededed
}

.switch[type=checkbox].is-medium.is-outlined+label::after {
    background: #ededed
}

.switch[type=checkbox].is-medium.is-outlined:hover+label::before {
    border-color: #e7e7e7
}

.switch[type=checkbox].is-medium.is-outlined:hover+label::after {
    background: #e7e7e7
}

.switch[type=checkbox].is-medium.is-outlined:active+label::before {
    border-color: #e7e7e7
}

.switch[type=checkbox].is-medium.is-outlined:active+label::after {
    background: #e0e0e0
}

.switch[type=checkbox].is-medium.is-outlined:checked+label::before {
    background-color: transparent;
    border-color: #878787
}

.switch[type=checkbox].is-medium.is-outlined:checked+label::after {
    background: #878787
}

.switch[type=checkbox].is-medium.is-outlined:checked:hover+label::before {
    border-color: #818181
}

.switch[type=checkbox].is-medium.is-outlined:checked:hover+label::after {
    background: #818181
}

.switch[type=checkbox].is-medium.is-outlined:checked:active+label::before {
    border-color: #818181
}

.switch[type=checkbox].is-medium.is-outlined:checked:active+label::after {
    background: #7a7a7a
}

.switch[type=checkbox].is-medium.is-thin+label::before {
    top: .81818rem;
    height: .5625rem
}

.switch[type=checkbox].is-medium.is-thin+label::after {
    box-shadow: 0 0 3px #878787
}

.switch[type=checkbox].is-large+label {
    position: relative;
    display: initial;
    font-size: 1.8rem;
    line-height: initial;
    padding-left: 5.9rem;
    padding-top: .2rem;
    cursor: pointer
}

.switch[type=checkbox].is-large+label::before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 5.4rem;
    height: 2.7rem;
    border: .1rem solid transparent;
    border-radius: 100px;
    background: #ededed;
    content: ""
}

.switch[type=checkbox].is-large+label::after {
    display: block;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 2.2rem;
    height: 2.2rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 100px;
    background: #fff;
    transition: all .25s ease-out;
    content: ""
}

.switch[type=checkbox].is-large.is-rtl+label {
    padding-left: 0;
    padding-right: 5.9rem
}

.switch[type=checkbox].is-large.is-rtl+label::before {
    left: auto;
    right: 0
}

.switch[type=checkbox].is-large.is-rtl+label::after {
    left: auto;
    right: .25rem
}

.switch[type=checkbox].is-large:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(237, 237, 237, .25)
}

.switch[type=checkbox].is-large:hover+label::before {
    background: #e7e7e7
}

.switch[type=checkbox].is-large:active+label::before {
    background: #e0e0e0
}

.switch[type=checkbox].is-large:checked+label::before {
    background: #878787
}

.switch[type=checkbox].is-large:checked+label::after {
    left: 2.825rem
}

.switch[type=checkbox].is-large:checked.is-rtl+label::after {
    left: auto;
    right: 2.825rem
}

.switch[type=checkbox].is-large:checked:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(135, 135, 135, .25)
}

.switch[type=checkbox].is-large:checked:hover+label::before {
    background: #818181
}

.switch[type=checkbox].is-large:checked:active+label::before {
    background: #7a7a7a
}

.switch[type=checkbox].is-large.is-outlined+label::before {
    background-color: transparent;
    border-color: #ededed
}

.switch[type=checkbox].is-large.is-outlined+label::after {
    background: #ededed
}

.switch[type=checkbox].is-large.is-outlined:hover+label::before {
    border-color: #e7e7e7
}

.switch[type=checkbox].is-large.is-outlined:hover+label::after {
    background: #e7e7e7
}

.switch[type=checkbox].is-large.is-outlined:active+label::before {
    border-color: #e7e7e7
}

.switch[type=checkbox].is-large.is-outlined:active+label::after {
    background: #e0e0e0
}

.switch[type=checkbox].is-large.is-outlined:checked+label::before {
    background-color: transparent;
    border-color: #878787
}

.switch[type=checkbox].is-large.is-outlined:checked+label::after {
    background: #878787
}

.switch[type=checkbox].is-large.is-outlined:checked:hover+label::before {
    border-color: #818181
}

.switch[type=checkbox].is-large.is-outlined:checked:hover+label::after {
    background: #818181
}

.switch[type=checkbox].is-large.is-outlined:checked:active+label::before {
    border-color: #818181
}

.switch[type=checkbox].is-large.is-outlined:checked:active+label::after {
    background: #7a7a7a
}

.switch[type=checkbox].is-large.is-thin+label::before {
    top: .98182rem;
    height: .675rem
}

.switch[type=checkbox].is-large.is-thin+label::after {
    box-shadow: 0 0 3px #878787
}

.switch[type=checkbox].is-primary:checked+label::before {
    background: #00d1b2
}

.switch[type=checkbox].is-primary:checked:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(0, 209, 178, .25)
}

.switch[type=checkbox].is-primary:checked:hover+label::before {
    background: #00c4a7
}

.switch[type=checkbox].is-primary:checked:active+label::before {
    background: #00b89c
}

.switch[type=checkbox].is-primary.is-outlined:checked+label::before {
    background-color: transparent;
    border-color: #00d1b2
}

.switch[type=checkbox].is-primary.is-outlined:checked+label::after {
    background: #00d1b2
}

.switch[type=checkbox].is-primary.is-outlined:checked:hover+label::before {
    border-color: #00c4a7
}

.switch[type=checkbox].is-primary.is-outlined:checked:hover+label::after {
    background: #00c4a7
}

.switch[type=checkbox].is-primary.is-outlined:checked:active+label::before {
    border-color: #00c4a7
}

.switch[type=checkbox].is-primary.is-outlined:checked:active+label::after {
    background: #00b89c
}

.switch[type=checkbox].is-primary.is-thin.is-outlined+label::after {
    box-shadow: none
}

.switch[type=checkbox].is-secondary:checked+label::before {
    background: #7f00ff
}

.switch[type=checkbox].is-secondary:checked:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(127, 0, 255, .25)
}

.switch[type=checkbox].is-secondary:checked:hover+label::before {
    background: #7900f2
}

.switch[type=checkbox].is-secondary:checked:active+label::before {
    background: #7200e6
}

.switch[type=checkbox].is-secondary.is-outlined:checked+label::before {
    background-color: transparent;
    border-color: #7f00ff
}

.switch[type=checkbox].is-secondary.is-outlined:checked+label::after {
    background: #7f00ff
}

.switch[type=checkbox].is-secondary.is-outlined:checked:hover+label::before {
    border-color: #7900f2
}

.switch[type=checkbox].is-secondary.is-outlined:checked:hover+label::after {
    background: #7900f2
}

.switch[type=checkbox].is-secondary.is-outlined:checked:active+label::before {
    border-color: #7900f2
}

.switch[type=checkbox].is-secondary.is-outlined:checked:active+label::after {
    background: #7200e6
}

.switch[type=checkbox].is-secondary.is-thin.is-outlined+label::after {
    box-shadow: none
}

.switch[type=checkbox].is-accent:checked+label::before {
    background: #536dfe
}

.switch[type=checkbox].is-accent:checked:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(83, 109, 254, .25)
}

.switch[type=checkbox].is-accent:checked:hover+label::before {
    background: #4662fe
}

.switch[type=checkbox].is-accent:checked:active+label::before {
    background: #3a57fe
}

.switch[type=checkbox].is-accent.is-outlined:checked+label::before {
    background-color: transparent;
    border-color: #536dfe
}

.switch[type=checkbox].is-accent.is-outlined:checked+label::after {
    background: #536dfe
}

.switch[type=checkbox].is-accent.is-outlined:checked:hover+label::before {
    border-color: #4662fe
}

.switch[type=checkbox].is-accent.is-outlined:checked:hover+label::after {
    background: #4662fe
}

.switch[type=checkbox].is-accent.is-outlined:checked:active+label::before {
    border-color: #4662fe
}

.switch[type=checkbox].is-accent.is-outlined:checked:active+label::after {
    background: #3a57fe
}

.switch[type=checkbox].is-accent.is-thin.is-outlined+label::after {
    box-shadow: none
}

.switch[type=checkbox].is-info:checked+label::before {
    background: #039be5
}

.switch[type=checkbox].is-info:checked:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(3, 155, 229, .25)
}

.switch[type=checkbox].is-info:checked:hover+label::before {
    background: #0392d8
}

.switch[type=checkbox].is-info:checked:active+label::before {
    background: #038acc
}

.switch[type=checkbox].is-info.is-outlined:checked+label::before {
    background-color: transparent;
    border-color: #039be5
}

.switch[type=checkbox].is-info.is-outlined:checked+label::after {
    background: #039be5
}

.switch[type=checkbox].is-info.is-outlined:checked:hover+label::before {
    border-color: #0392d8
}

.switch[type=checkbox].is-info.is-outlined:checked:hover+label::after {
    background: #0392d8
}

.switch[type=checkbox].is-info.is-outlined:checked:active+label::before {
    border-color: #0392d8
}

.switch[type=checkbox].is-info.is-outlined:checked:active+label::after {
    background: #038acc
}

.switch[type=checkbox].is-info.is-thin.is-outlined+label::after {
    box-shadow: none
}

.switch[type=checkbox].is-success:checked+label::before {
    background: #00b289
}

.switch[type=checkbox].is-success:checked:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(0, 178, 137, .25)
}

.switch[type=checkbox].is-success:checked:hover+label::before {
    background: #00a57f
}

.switch[type=checkbox].is-success:checked:active+label::before {
    background: #009975
}

.switch[type=checkbox].is-success.is-outlined:checked+label::before {
    background-color: transparent;
    border-color: #00b289
}

.switch[type=checkbox].is-success.is-outlined:checked+label::after {
    background: #00b289
}

.switch[type=checkbox].is-success.is-outlined:checked:hover+label::before {
    border-color: #00a57f
}

.switch[type=checkbox].is-success.is-outlined:checked:hover+label::after {
    background: #00a57f
}

.switch[type=checkbox].is-success.is-outlined:checked:active+label::before {
    border-color: #00a57f
}

.switch[type=checkbox].is-success.is-outlined:checked:active+label::after {
    background: #009975
}

.switch[type=checkbox].is-success.is-thin.is-outlined+label::after {
    box-shadow: none
}

.switch[type=checkbox].is-warning:checked+label::before {
    background: #ffad36
}

.switch[type=checkbox].is-warning:checked:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(255, 173, 54, .25)
}

.switch[type=checkbox].is-warning:checked:hover+label::before {
    background: #ffa829
}

.switch[type=checkbox].is-warning:checked:active+label::before {
    background: #ffa31d
}

.switch[type=checkbox].is-warning.is-outlined:checked+label::before {
    background-color: transparent;
    border-color: #ffad36
}

.switch[type=checkbox].is-warning.is-outlined:checked+label::after {
    background: #ffad36
}

.switch[type=checkbox].is-warning.is-outlined:checked:hover+label::before {
    border-color: #ffa829
}

.switch[type=checkbox].is-warning.is-outlined:checked:hover+label::after {
    background: #ffa829
}

.switch[type=checkbox].is-warning.is-outlined:checked:active+label::before {
    border-color: #ffa829
}

.switch[type=checkbox].is-warning.is-outlined:checked:active+label::after {
    background: #ffa31d
}

.switch[type=checkbox].is-warning.is-thin.is-outlined+label::after {
    box-shadow: none
}

.switch[type=checkbox].is-danger:checked+label::before {
    background: #ff7273
}

.switch[type=checkbox].is-danger:checked:focus:not(:active)+label::before {
    box-shadow: 0 0 0 .125em rgba(255, 114, 115, .25)
}

.switch[type=checkbox].is-danger:checked:hover+label::before {
    background: #ff6566
}

.switch[type=checkbox].is-danger:checked:active+label::before {
    background: #ff595a
}

.switch[type=checkbox].is-danger.is-outlined:checked+label::before {
    background-color: transparent;
    border-color: #ff7273
}

.switch[type=checkbox].is-danger.is-outlined:checked+label::after {
    background: #ff7273
}

.switch[type=checkbox].is-danger.is-outlined:checked:hover+label::before {
    border-color: #ff6566
}

.switch[type=checkbox].is-danger.is-outlined:checked:hover+label::after {
    background: #ff6566
}

.switch[type=checkbox].is-danger.is-outlined:checked:active+label::before {
    border-color: #ff6566
}

.switch[type=checkbox].is-danger.is-outlined:checked:active+label::after {
    background: #ff595a
}

.switch[type=checkbox].is-danger.is-thin.is-outlined+label::after {
    box-shadow: none
}

/*! _checkboxes.scss | Bulkit | CSS Ninja */
.b-checkbox {
    position: relative
}

.b-checkbox label {
    padding-left: 5px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1
}

.b-checkbox label::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    background-color: #fff;
    transition: background .1s ease-in-out
}

.b-checkbox label::after {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 3px;
    top: 3px;
    font-size: 12px;
    color: #363636
}

.b-checkbox input[type=checkbox], .b-checkbox input[type=radio] {
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.b-checkbox input[type=checkbox]:checked+label::after, .b-checkbox input[type=radio]:checked+label::after {
    font-family: FontAwesome;
    content: "\f00c"
}

.b-checkbox input[type=checkbox]:disabled, .b-checkbox input[type=radio]:disabled {
    cursor: not-allowed
}

.b-checkbox input[type=checkbox]:disabled+label, .b-checkbox input[type=radio]:disabled+label {
    opacity: .65
}

.b-checkbox input[type=checkbox]:disabled+label::before, .b-checkbox input[type=radio]:disabled+label::before {
    background-color: #f5f5f5;
    cursor: not-allowed
}

.b-checkbox.is-circular label::before {
    border-radius: 50%
}

.b-checkbox.is-inline {
    display: inline-block;
    font-weight: 400
}

.b-checkbox.is-inline+.is-inline {
    margin-left: 10px
}

.b-checkbox.is-primary input[type=checkbox]:checked+label::before {
    background-color: #00d1b2;
    border-color: #00d1b2
}

.b-checkbox.is-primary input[type=checkbox]:checked+label::after {
    color: #fff
}

.b-checkbox.is-secondary input[type=checkbox]:checked+label::before {
    background-color: #7f00ff;
    border-color: #7f00ff
}

.b-checkbox.is-secondary input[type=checkbox]:checked+label::after {
    color: #fff
}

.b-checkbox.is-accent input[type=checkbox]:checked+label::before {
    background-color: #536dfe;
    border-color: #536dfe
}

.b-checkbox.is-accent input[type=checkbox]:checked+label::after {
    color: #fff
}

.b-checkbox.is-danger input[type=checkbox]:checked+label::before {
    background-color: #ff7273;
    border-color: #ff7273
}

.b-checkbox.is-danger input[type=checkbox]:checked+label::after {
    color: #fff
}

.b-checkbox.is-info input[type=checkbox]:checked+label::before {
    background-color: #039be5;
    border-color: #039be5
}

.b-checkbox.is-info input[type=checkbox]:checked+label::after {
    color: #fff
}

.b-checkbox.is-warning input[type=checkbox]:checked+label::before {
    background-color: #ffad36;
    border-color: #ffad36
}

.b-checkbox.is-warning input[type=checkbox]:checked+label::after {
    color: #fff
}

.b-checkbox.is-success input[type=checkbox]:checked+label::before {
    background-color: #00b289;
    border-color: #00b289
}

.b-checkbox.is-success input[type=checkbox]:checked+label::after {
    color: #fff
}

.b-checkbox.is-dark input[type=checkbox]:checked+label::before {
    background-color: #444;
    border-color: #444
}

.b-checkbox.is-dark input[type=checkbox]:checked+label::after {
    color: #fff
}

.b-checkbox input[type=checkbox].styled:checked+label:after {
    font-family: FontAwesome;
    content: "\f00c"
}

.b-checkbox input[type=checkbox] .styled:checked+label::before {
    color: #fff
}

.b-checkbox input[type=checkbox] .styled:checked+label::after {
    color: #fff
}

/*! _dashboard-responsive.scss | Bulkit | CSS Ninja */
@media (max-width:767px) {
    .search-icon {
        margin-left: auto !important
    }

    .chat-button {
        margin-left: 15px !important
    }

    .chat-button i {
        margin-left: 5px !important
    }

    .main-menu {
        width: 60px
    }

    .child-menu {
        left: 60px
    }

    nav.dashboard-nav {
        margin-left: 60px;
        max-width: calc(100% - 60px)
    }

    nav.dashboard-nav .navbar-subnav {
        display: none !important
    }

    #dashboard-wrapper {
        margin-left: 60px;
        width: calc(100% - 60px)
    }

    .dashboard-wrapper {
        padding: 60px 6px 0 6px
    }

    .fab {
        left: 6px !important
    }

    .profile-container .inner {
        margin-left: 60px
    }

    .profile-container .inner .flex-card .card-body {
        padding: 10px 10px
    }

    .profile-heading {
        text-align: center
    }

    .profile-heading .avatar {
        max-height: 90px;
        max-width: 90px
    }

    #edit-view, #profile-notifications, #profile-team, #profile-view {
        padding: .75rem 1rem
    }

    #edit-view .flex-card.is-top, #profile-notifications .flex-card.is-top, #profile-team .flex-card.is-top, #profile-view .flex-card.is-top {
        margin-top: 0 !important
    }

    .notifications-center li {
        margin-bottom: 10px
    }

    .notifications-center li .description {
        margin-right: 0
    }

    .quickview.is-active {
        min-width: 100%;
        z-index: 1001
    }

    .quickview.is-active .user-list {
        max-height: 346px !important
    }

    .chat-quickview.is-active {
        min-width: 100%;
        z-index: 1002 !important
    }

    footer {
        margin-left: 60px !important
    }

    body.reader-mode .main-menu {
        -webkit-transform: translateX(60px);
        transform: translateX(60px)
    }

    body.reader-mode .child-menu {
        -webkit-transform: translateX(311px);
        transform: translateX(311px)
    }

    body.reader-mode nav.dashboard-nav {
        margin-left: 0;
        max-width: 100%
    }

    body.reader-mode #dashboard-wrapper {
        margin-left: 0;
        width: 100%
    }

    body.reader-mode footer {
        margin-left: 0 !important
    }

    .card-body.is-responsive {
        padding: 10px !important
    }

    .responsive-title {
        font-size: 1.35rem !important
    }

    .is-invoice {
        padding: 40px 20px !important
    }

    .is-contact-info .single-contact-tabs {
        padding: 20px 16px 40px 16px !important
    }

    .is-contact-info .single-contact-tabs .navtab-content {
        padding: 16px 0 0 0 !important
    }

    .is-contact-info .single-contact-tabs .lifetime-won {
        width: 80% !important
    }

    .board {
        max-width: 100% !important
    }

    .boards-grid .board-meta {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .boards-grid .board-meta label {
        margin-bottom: 20px !important
    }

    .boards-grid .board-meta .board-assignees {
        width: 100% !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .chat-button {
        margin-left: auto !important
    }

    .reader-switch {
        display: none !important
    }

    .mobile-nav {
        margin-left: 80px !important;
        width: 100%;
        max-width: calc(100% - 80px) !important
    }

    .board {
        max-width: 100% !important
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .dashboard-wrapper {
        margin-left: 0 !important
    }

    .dashboard-wrapper .section-wrapper {
        max-width: 911px !important
    }

    .mobile-nav {
        margin-left: 80px !important;
        width: 100%;
        max-width: calc(100% - 80px) !important
    }

    .board, .is-create-board {
        max-width: 235px !important
    }

    .board .placeholder-image, .is-create-board .placeholder-image {
        max-width: 145px !important
    }

    .board .assignees img, .is-create-board .assignees img {
        height: 32px !important;
        width: 32px !important
    }

    .boards-grid .column.is-4 {
        width: 50% !important
    }

    .boards-grid .board-meta {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .boards-grid .board-meta label {
        margin-bottom: 20px !important
    }

    .boards-grid .board-meta .board-assignees {
        width: 100% !important
    }

    .boards-grid .footer-block {
        height: 65px !important
    }
}

@media only screen and (min-device-width:1025px) {
    .dashboard-wrapper {
        margin-left: 0 !important
    }

    .dashboard-wrapper .section-wrapper {
        max-width: 1406px !important
    }

    .board {
        max-width: 352px !important
    }
}

.no-touch .scrollable.hover {
    overflow-y: hidden
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible
}

a {
    color: #7f00ff
}

a:hover {
    color: #536dfe;
    text-decoration: none
}

a:focus {
    text-decoration: none
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

nav li, nav ul {
    outline: 0;
    margin: 0;
    padding: 0
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    overflow: hidden !important;
    background-color: #f4f6fb;
    margin: 0 !important;
    height: 100% !important
}

@font-face {
    font-family: 'Nexa Light';
    src: url(../fonts/text/nexa/NexaLight.woff) format("woff"), url(../fonts/text/nexa/NexaLight.ttf) format("truetype")
}

@font-face {
    font-family: 'Nexa Bold';
    font-weight: 700;
    src: url(../fonts/text/nexa/NexaBold.woff) format("woff"), url(../fonts/text/nexa/NexaBold.ttf) format("truetype")
}

.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em
}

.fa-fw, .fa-li {
    text-align: center
}

.fa, .fa-stack, .material-icons {
    display: inline-block
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.im, .sl {
    speak: none;
    font-variant: normal
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right, .pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.material-icons, .sl {
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: simple-line-icons;
    src: url(../fonts/simple-line-icons.eot?thkwh4);
    src: url(../fonts/simple-line-icons.eot?thkwh4#iefix) format('embedded-opentype'), url(../fonts/simple-line-icons.ttf?thkwh4) format('truetype'), url(../fonts/simple-line-icons.woff?thkwh4) format('woff'), url(../fonts/simple-line-icons.svg?thkwh4#simple-line-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

.sl {
    font-family: simple-line-icons !important
}

.sl-icon-user-female:before {
    content: "\e000"
}

.sl-icon-people:before {
    content: "\e001"
}

.sl-icon-user-follow:before {
    content: "\e002"
}

.sl-icon-user-following:before {
    content: "\e003"
}

.sl-icon-user-unfollow:before {
    content: "\e004"
}

.sl-icon-user:before {
    content: "\e005"
}

.sl-icon-trophy:before {
    content: "\e006"
}

.sl-icon-speedometer:before {
    content: "\e007"
}

.sl-icon-social-youtube:before {
    content: "\e008"
}

.sl-icon-social-twitter:before {
    content: "\e009"
}

.sl-icon-social-tumblr:before {
    content: "\e00a"
}

.sl-icon-social-facebook:before {
    content: "\e00b"
}

.sl-icon-social-dropbox:before {
    content: "\e00c"
}

.sl-icon-social-dribbble:before {
    content: "\e00d"
}

.sl-icon-shield:before {
    content: "\e00e"
}

.sl-icon-screen-tablet:before {
    content: "\e00f"
}

.sl-icon-screen-smartphone:before {
    content: "\e010"
}

.sl-icon-screen-desktop:before {
    content: "\e011"
}

.sl-icon-plane:before {
    content: "\e012"
}

.sl-icon-notebook:before {
    content: "\e013"
}

.sl-icon-mustache:before {
    content: "\e014"
}

.sl-icon-mouse:before {
    content: "\e015"
}

.sl-icon-magnet:before {
    content: "\e016"
}

.sl-icon-magic-wand:before {
    content: "\e017"
}

.sl-icon-hourglass:before {
    content: "\e018"
}

.sl-icon-graduation:before {
    content: "\e019"
}

.sl-icon-ghost:before {
    content: "\e01a"
}

.sl-icon-game-controller:before {
    content: "\e01b"
}

.sl-icon-fire:before {
    content: "\e01c"
}

.sl-icon-eyeglass:before {
    content: "\e01d"
}

.sl-icon-envelope-open:before {
    content: "\e01e"
}

.sl-icon-envolope-letter:before {
    content: "\e01f"
}

.sl-icon-energy:before {
    content: "\e020"
}

.sl-icon-emotsmile:before {
    content: "\e021"
}

.sl-icon-disc:before {
    content: "\e022"
}

.sl-icon-cursor-move:before {
    content: "\e023"
}

.sl-icon-crop:before {
    content: "\e024"
}

.sl-icon-credit-card:before {
    content: "\e025"
}

.sl-icon-chemistry:before {
    content: "\e026"
}

.sl-icon-bell:before {
    content: "\e027"
}

.sl-icon-badge:before {
    content: "\e028"
}

.sl-icon-anchor:before {
    content: "\e029"
}

.sl-icon-wallet:before {
    content: "\e02a"
}

.sl-icon-vector:before {
    content: "\e02b"
}

.sl-icon-speech:before {
    content: "\e02c"
}

.sl-icon-puzzle:before {
    content: "\e02d"
}

.sl-icon-printer:before {
    content: "\e02e"
}

.sl-icon-present:before {
    content: "\e02f"
}

.sl-icon-playlist:before {
    content: "\e030"
}

.sl-icon-pin:before {
    content: "\e031"
}

.sl-icon-picture:before {
    content: "\e032"
}

.sl-icon-map:before {
    content: "\e033"
}

.sl-icon-layers:before {
    content: "\e034"
}

.sl-icon-handbag:before {
    content: "\e035"
}

.sl-icon-globe-alt:before {
    content: "\e036"
}

.sl-icon-globe:before {
    content: "\e037"
}

.sl-icon-frame:before {
    content: "\e038"
}

.sl-icon-folder-alt:before {
    content: "\e039"
}

.sl-icon-film:before {
    content: "\e03a"
}

.sl-icon-feed:before {
    content: "\e03b"
}

.sl-icon-earphones-alt:before {
    content: "\e03c"
}

.sl-icon-earphones:before {
    content: "\e03d"
}

.sl-icon-drop:before {
    content: "\e03e"
}

.sl-icon-drawar:before {
    content: "\e03f"
}

.sl-icon-docs:before {
    content: "\e040"
}

.sl-icon-directions:before {
    content: "\e041"
}

.sl-icon-direction:before {
    content: "\e042"
}

.sl-icon-diamond:before {
    content: "\e043"
}

.sl-icon-cup:before {
    content: "\e044"
}

.sl-icon-compass:before {
    content: "\e045"
}

.sl-icon-call-out:before {
    content: "\e046"
}

.sl-icon-call-in:before {
    content: "\e047"
}

.sl-icon-call-end:before {
    content: "\e048"
}

.sl-icon-calculator:before {
    content: "\e049"
}

.sl-icon-bubbles:before {
    content: "\e04a"
}

.sl-icon-briefcase:before {
    content: "\e04b"
}

.sl-icon-book-open:before {
    content: "\e04c"
}

.sl-icon-basket-loaded:before {
    content: "\e04d"
}

.sl-icon-basket:before {
    content: "\e04e"
}

.sl-icon-bag:before {
    content: "\e04f"
}

.sl-icon-action-undo:before {
    content: "\e050"
}

.sl-icon-action-redo:before {
    content: "\e051"
}

.sl-icon-wrench:before {
    content: "\e052"
}

.sl-icon-umbrella:before {
    content: "\e053"
}

.sl-icon-trash:before {
    content: "\e054"
}

.sl-icon-tag:before {
    content: "\e055"
}

.sl-icon-support:before {
    content: "\e056"
}

.sl-icon-size-fullscreen:before {
    content: "\e057"
}

.sl-icon-size-actual:before {
    content: "\e058"
}

.sl-icon-shuffle:before {
    content: "\e059"
}

.sl-icon-share-alt:before {
    content: "\e05a"
}

.sl-icon-share:before {
    content: "\e05b"
}

.sl-icon-rocket:before {
    content: "\e05c"
}

.sl-icon-question:before {
    content: "\e05d"
}

.sl-icon-pie-chart:before {
    content: "\e05e"
}

.sl-icon-pencil:before {
    content: "\e05f"
}

.sl-icon-note:before {
    content: "\e060"
}

.sl-icon-music-tone-alt:before {
    content: "\e061"
}

.sl-icon-music-tone:before {
    content: "\e062"
}

.sl-icon-microphone:before {
    content: "\e063"
}

.sl-icon-loop:before {
    content: "\e064"
}

.sl-icon-logout:before {
    content: "\e065"
}

.sl-icon-login:before {
    content: "\e066"
}

.sl-icon-list:before {
    content: "\e067"
}

.sl-icon-like:before {
    content: "\e068"
}

.sl-icon-home:before {
    content: "\e069"
}

.sl-icon-grid:before {
    content: "\e06a"
}

.sl-icon-graph:before {
    content: "\e06b"
}

.sl-icon-equalizer:before {
    content: "\e06c"
}

.sl-icon-dislike:before {
    content: "\e06d"
}

.sl-icon-cursor:before {
    content: "\e06e"
}

.sl-icon-control-start:before {
    content: "\e06f"
}

.sl-icon-control-rewind:before {
    content: "\e070"
}

.sl-icon-control-play:before {
    content: "\e071"
}

.sl-icon-control-pause:before {
    content: "\e072"
}

.sl-icon-control-forward:before {
    content: "\e073"
}

.sl-icon-control-end:before {
    content: "\e074"
}

.sl-icon-calender:before {
    content: "\e075"
}

.sl-icon-bulb:before {
    content: "\e076"
}

.sl-icon-chart:before {
    content: "\e077"
}

.sl-icon-arrow-up-circle:before {
    content: "\e078"
}

.sl-icon-arrow-right-circle:before {
    content: "\e079"
}

.sl-icon-arrow-left-circle:before {
    content: "\e07a"
}

.sl-icon-arrow-down-circle:before {
    content: "\e07b"
}

.sl-icon-ban:before {
    content: "\e07c"
}

.sl-icon-bubble:before {
    content: "\e07d"
}

.sl-icon-camrecorder:before {
    content: "\e07e"
}

.sl-icon-camera:before {
    content: "\e07f"
}

.sl-icon-check:before {
    content: "\e080"
}

.sl-icon-clock:before {
    content: "\e081"
}

.sl-icon-close:before {
    content: "\e082"
}

.sl-icon-cloud-download:before {
    content: "\e083"
}

.sl-icon-cloud-upload:before {
    content: "\e084"
}

.sl-icon-doc:before {
    content: "\e085"
}

.sl-icon-envolope:before {
    content: "\e086"
}

.sl-icon-eye:before {
    content: "\e087"
}

.sl-icon-flag:before {
    content: "\e088"
}

.sl-icon-folder:before {
    content: "\e089"
}

.sl-icon-heart:before {
    content: "\e08a"
}

.sl-icon-info:before {
    content: "\e08b"
}

.sl-icon-key:before {
    content: "\e08c"
}

.sl-icon-link:before {
    content: "\e08d"
}

.sl-icon-lock:before {
    content: "\e08e"
}

.sl-icon-lock-open:before {
    content: "\e08f"
}

.sl-icon-magnifier:before {
    content: "\e090"
}

.sl-icon-magnifier-add:before {
    content: "\e091"
}

.sl-icon-magnifier-remove:before {
    content: "\e092"
}

.sl-icon-paper-clip:before {
    content: "\e093"
}

.sl-icon-paper-plane:before {
    content: "\e094"
}

.sl-icon-plus:before {
    content: "\e095"
}

.sl-icon-power:before {
    content: "\e097"
}

.sl-icon-refresh:before {
    content: "\e098"
}

.sl-icon-reload:before {
    content: "\e099"
}

.sl-icon-settings:before {
    content: "\e09a"
}

.sl-icon-star:before {
    content: "\e09b"
}

.sl-icon-symble-female:before {
    content: "\e09c"
}

.sl-icon-symbol-male:before {
    content: "\e09d"
}

.sl-icon-target:before {
    content: "\e09e"
}

.sl-icon-volume-1:before {
    content: "\e09f"
}

.sl-icon-volume-2:before {
    content: "\e0a0"
}

.sl-icon-volume-off:before {
    content: "\e0a1"
}

.sl-icon-phone:before {
    content: "\e600"
}

.sl-icon-Menu:before {
    content: "\e601"
}

.sl-icon-optionsvertical:before {
    content: "\e602"
}

.sl-icon-options:before {
    content: "\e603"
}

.sl-icon-arrow-down:before {
    content: "\e604"
}

.sl-icon-arrow-left:before {
    content: "\e605"
}

.sl-icon-arrow-right:before {
    content: "\e606"
}

.sl-icon-arrow-up:before {
    content: "\e607"
}

.sl-icon-thumbs-up:before {
    content: "\e80d"
}

.sl-icon-location:before {
    content: "\e810"
}

@font-face {
    font-family: iconsmind;
    src: url(../fonts/iconsmind.eot?-rdmvgc);
    src: url(../fonts/iconsmind.eot?#iefix-rdmvgc) format('embedded-opentype'), url(../fonts/iconsmind.woff?-rdmvgc) format('woff'), url(../fonts/iconsmind.ttf?-rdmvgc) format('truetype'), url(../fonts/iconsmind.svg?-rdmvgc#iconsmind) format('svg');
    font-weight: 400;
    font-style: normal
}

.im {
    font-family: iconsmind !important;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.im-icon-A-Z:before {
    content: "\e600"
}

.im-icon-Aa:before {
    content: "\e601"
}

.im-icon-Add-Bag:before {
    content: "\e602"
}

.im-icon-Add-Basket:before {
    content: "\e603"
}

.im-icon-Add-Cart:before {
    content: "\e604"
}

.im-icon-Add-File:before {
    content: "\e605"
}

.im-icon-Add-SpaceAfterParagraph:before {
    content: "\e606"
}

.im-icon-Add-SpaceBeforeParagraph:before {
    content: "\e607"
}

.im-icon-Add-User:before {
    content: "\e608"
}

.im-icon-Add-UserStar:before {
    content: "\e609"
}

.im-icon-Add-Window:before {
    content: "\e60a"
}

.im-icon-Add:before {
    content: "\e60b"
}

.im-icon-Address-Book:before {
    content: "\e60c"
}

.im-icon-Address-Book2:before {
    content: "\e60d"
}

.im-icon-Administrator:before {
    content: "\e60e"
}

.im-icon-Aerobics-2:before {
    content: "\e60f"
}

.im-icon-Aerobics-3:before {
    content: "\e610"
}

.im-icon-Aerobics:before {
    content: "\e611"
}

.im-icon-Affiliate:before {
    content: "\e612"
}

.im-icon-Aim:before {
    content: "\e613"
}

.im-icon-Air-Balloon:before {
    content: "\e614"
}

.im-icon-Airbrush:before {
    content: "\e615"
}

.im-icon-Airship:before {
    content: "\e616"
}

.im-icon-Alarm-Clock:before {
    content: "\e617"
}

.im-icon-Alarm-Clock2:before {
    content: "\e618"
}

.im-icon-Alarm:before {
    content: "\e619"
}

.im-icon-Alien-2:before {
    content: "\e61a"
}

.im-icon-Alien:before {
    content: "\e61b"
}

.im-icon-Aligator:before {
    content: "\e61c"
}

.im-icon-Align-Center:before {
    content: "\e61d"
}

.im-icon-Align-JustifyAll:before {
    content: "\e61e"
}

.im-icon-Align-JustifyCenter:before {
    content: "\e61f"
}

.im-icon-Align-JustifyLeft:before {
    content: "\e620"
}

.im-icon-Align-JustifyRight:before {
    content: "\e621"
}

.im-icon-Align-Left:before {
    content: "\e622"
}

.im-icon-Align-Right:before {
    content: "\e623"
}

.im-icon-Alpha:before {
    content: "\e624"
}

.im-icon-Ambulance:before {
    content: "\e625"
}

.im-icon-AMX:before {
    content: "\e626"
}

.im-icon-Anchor-2:before {
    content: "\e627"
}

.im-icon-Anchor:before {
    content: "\e628"
}

.im-icon-Android-Store:before {
    content: "\e629"
}

.im-icon-Android:before {
    content: "\e62a"
}

.im-icon-Angel-Smiley:before {
    content: "\e62b"
}

.im-icon-Angel:before {
    content: "\e62c"
}

.im-icon-Angry:before {
    content: "\e62d"
}

.im-icon-Apple-Bite:before {
    content: "\e62e"
}

.im-icon-Apple-Store:before {
    content: "\e62f"
}

.im-icon-Apple:before {
    content: "\e630"
}

.im-icon-Approved-Window:before {
    content: "\e631"
}

.im-icon-Aquarius-2:before {
    content: "\e632"
}

.im-icon-Aquarius:before {
    content: "\e633"
}

.im-icon-Archery-2:before {
    content: "\e634"
}

.im-icon-Archery:before {
    content: "\e635"
}

.im-icon-Argentina:before {
    content: "\e636"
}

.im-icon-Aries-2:before {
    content: "\e637"
}

.im-icon-Aries:before {
    content: "\e638"
}

.im-icon-Army-Key:before {
    content: "\e639"
}

.im-icon-Arrow-Around:before {
    content: "\e63a"
}

.im-icon-Arrow-Back3:before {
    content: "\e63b"
}

.im-icon-Arrow-Back:before {
    content: "\e63c"
}

.im-icon-Arrow-Back2:before {
    content: "\e63d"
}

.im-icon-Arrow-Barrier:before {
    content: "\e63e"
}

.im-icon-Arrow-Circle:before {
    content: "\e63f"
}

.im-icon-Arrow-Cross:before {
    content: "\e640"
}

.im-icon-Arrow-Down:before {
    content: "\e641"
}

.im-icon-Arrow-Down2:before {
    content: "\e642"
}

.im-icon-Arrow-Down3:before {
    content: "\e643"
}

.im-icon-Arrow-DowninCircle:before {
    content: "\e644"
}

.im-icon-Arrow-Fork:before {
    content: "\e645"
}

.im-icon-Arrow-Forward:before {
    content: "\e646"
}

.im-icon-Arrow-Forward2:before {
    content: "\e647"
}

.im-icon-Arrow-From:before {
    content: "\e648"
}

.im-icon-Arrow-Inside:before {
    content: "\e649"
}

.im-icon-Arrow-Inside45:before {
    content: "\e64a"
}

.im-icon-Arrow-InsideGap:before {
    content: "\e64b"
}

.im-icon-Arrow-InsideGap45:before {
    content: "\e64c"
}

.im-icon-Arrow-Into:before {
    content: "\e64d"
}

.im-icon-Arrow-Join:before {
    content: "\e64e"
}

.im-icon-Arrow-Junction:before {
    content: "\e64f"
}

.im-icon-Arrow-Left:before {
    content: "\e650"
}

.im-icon-Arrow-Left2:before {
    content: "\e651"
}

.im-icon-Arrow-LeftinCircle:before {
    content: "\e652"
}

.im-icon-Arrow-Loop:before {
    content: "\e653"
}

.im-icon-Arrow-Merge:before {
    content: "\e654"
}

.im-icon-Arrow-Mix:before {
    content: "\e655"
}

.im-icon-Arrow-Next:before {
    content: "\e656"
}

.im-icon-Arrow-OutLeft:before {
    content: "\e657"
}

.im-icon-Arrow-OutRight:before {
    content: "\e658"
}

.im-icon-Arrow-Outside:before {
    content: "\e659"
}

.im-icon-Arrow-Outside45:before {
    content: "\e65a"
}

.im-icon-Arrow-OutsideGap:before {
    content: "\e65b"
}

.im-icon-Arrow-OutsideGap45:before {
    content: "\e65c"
}

.im-icon-Arrow-Over:before {
    content: "\e65d"
}

.im-icon-Arrow-Refresh:before {
    content: "\e65e"
}

.im-icon-Arrow-Refresh2:before {
    content: "\e65f"
}

.im-icon-Arrow-Right:before {
    content: "\e660"
}

.im-icon-Arrow-Right2:before {
    content: "\e661"
}

.im-icon-Arrow-RightinCircle:before {
    content: "\e662"
}

.im-icon-Arrow-Shuffle:before {
    content: "\e663"
}

.im-icon-Arrow-Squiggly:before {
    content: "\e664"
}

.im-icon-Arrow-Through:before {
    content: "\e665"
}

.im-icon-Arrow-To:before {
    content: "\e666"
}

.im-icon-Arrow-TurnLeft:before {
    content: "\e667"
}

.im-icon-Arrow-TurnRight:before {
    content: "\e668"
}

.im-icon-Arrow-Up:before {
    content: "\e669"
}

.im-icon-Arrow-Up2:before {
    content: "\e66a"
}

.im-icon-Arrow-Up3:before {
    content: "\e66b"
}

.im-icon-Arrow-UpinCircle:before {
    content: "\e66c"
}

.im-icon-Arrow-XLeft:before {
    content: "\e66d"
}

.im-icon-Arrow-XRight:before {
    content: "\e66e"
}

.im-icon-Ask:before {
    content: "\e66f"
}

.im-icon-Assistant:before {
    content: "\e670"
}

.im-icon-Astronaut:before {
    content: "\e671"
}

.im-icon-At-Sign:before {
    content: "\e672"
}

.im-icon-ATM:before {
    content: "\e673"
}

.im-icon-Atom:before {
    content: "\e674"
}

.im-icon-Audio:before {
    content: "\e675"
}

.im-icon-Auto-Flash:before {
    content: "\e676"
}

.im-icon-Autumn:before {
    content: "\e677"
}

.im-icon-Baby-Clothes:before {
    content: "\e678"
}

.im-icon-Baby-Clothes2:before {
    content: "\e679"
}

.im-icon-Baby-Cry:before {
    content: "\e67a"
}

.im-icon-Baby:before {
    content: "\e67b"
}

.im-icon-Back2:before {
    content: "\e67c"
}

.im-icon-Back-Media:before {
    content: "\e67d"
}

.im-icon-Back-Music:before {
    content: "\e67e"
}

.im-icon-Back:before {
    content: "\e67f"
}

.im-icon-Background:before {
    content: "\e680"
}

.im-icon-Bacteria:before {
    content: "\e681"
}

.im-icon-Bag-Coins:before {
    content: "\e682"
}

.im-icon-Bag-Items:before {
    content: "\e683"
}

.im-icon-Bag-Quantity:before {
    content: "\e684"
}

.im-icon-Bag:before {
    content: "\e685"
}

.im-icon-Bakelite:before {
    content: "\e686"
}

.im-icon-Ballet-Shoes:before {
    content: "\e687"
}

.im-icon-Balloon:before {
    content: "\e688"
}

.im-icon-Banana:before {
    content: "\e689"
}

.im-icon-Band-Aid:before {
    content: "\e68a"
}

.im-icon-Bank:before {
    content: "\e68b"
}

.im-icon-Bar-Chart:before {
    content: "\e68c"
}

.im-icon-Bar-Chart2:before {
    content: "\e68d"
}

.im-icon-Bar-Chart3:before {
    content: "\e68e"
}

.im-icon-Bar-Chart4:before {
    content: "\e68f"
}

.im-icon-Bar-Chart5:before {
    content: "\e690"
}

.im-icon-Bar-Code:before {
    content: "\e691"
}

.im-icon-Barricade-2:before {
    content: "\e692"
}

.im-icon-Barricade:before {
    content: "\e693"
}

.im-icon-Baseball:before {
    content: "\e694"
}

.im-icon-Basket-Ball:before {
    content: "\e695"
}

.im-icon-Basket-Coins:before {
    content: "\e696"
}

.im-icon-Basket-Items:before {
    content: "\e697"
}

.im-icon-Basket-Quantity:before {
    content: "\e698"
}

.im-icon-Bat-2:before {
    content: "\e699"
}

.im-icon-Bat:before {
    content: "\e69a"
}

.im-icon-Bathrobe:before {
    content: "\e69b"
}

.im-icon-Batman-Mask:before {
    content: "\e69c"
}

.im-icon-Battery-0:before {
    content: "\e69d"
}

.im-icon-Battery-25:before {
    content: "\e69e"
}

.im-icon-Battery-50:before {
    content: "\e69f"
}

.im-icon-Battery-75:before {
    content: "\e6a0"
}

.im-icon-Battery-100:before {
    content: "\e6a1"
}

.im-icon-Battery-Charge:before {
    content: "\e6a2"
}

.im-icon-Bear:before {
    content: "\e6a3"
}

.im-icon-Beard-2:before {
    content: "\e6a4"
}

.im-icon-Beard-3:before {
    content: "\e6a5"
}

.im-icon-Beard:before {
    content: "\e6a6"
}

.im-icon-Bebo:before {
    content: "\e6a7"
}

.im-icon-Bee:before {
    content: "\e6a8"
}

.im-icon-Beer-Glass:before {
    content: "\e6a9"
}

.im-icon-Beer:before {
    content: "\e6aa"
}

.im-icon-Bell-2:before {
    content: "\e6ab"
}

.im-icon-Bell:before {
    content: "\e6ac"
}

.im-icon-Belt-2:before {
    content: "\e6ad"
}

.im-icon-Belt-3:before {
    content: "\e6ae"
}

.im-icon-Belt:before {
    content: "\e6af"
}

.im-icon-Berlin-Tower:before {
    content: "\e6b0"
}

.im-icon-Beta:before {
    content: "\e6b1"
}

.im-icon-Betvibes:before {
    content: "\e6b2"
}

.im-icon-Bicycle-2:before {
    content: "\e6b3"
}

.im-icon-Bicycle-3:before {
    content: "\e6b4"
}

.im-icon-Bicycle:before {
    content: "\e6b5"
}

.im-icon-Big-Bang:before {
    content: "\e6b6"
}

.im-icon-Big-Data:before {
    content: "\e6b7"
}

.im-icon-Bike-Helmet:before {
    content: "\e6b8"
}

.im-icon-Bikini:before {
    content: "\e6b9"
}

.im-icon-Bilk-Bottle2:before {
    content: "\e6ba"
}

.im-icon-Billing:before {
    content: "\e6bb"
}

.im-icon-Bing:before {
    content: "\e6bc"
}

.im-icon-Binocular:before {
    content: "\e6bd"
}

.im-icon-Bio-Hazard:before {
    content: "\e6be"
}

.im-icon-Biotech:before {
    content: "\e6bf"
}

.im-icon-Bird-DeliveringLetter:before {
    content: "\e6c0"
}

.im-icon-Bird:before {
    content: "\e6c1"
}

.im-icon-Birthday-Cake:before {
    content: "\e6c2"
}

.im-icon-Bisexual:before {
    content: "\e6c3"
}

.im-icon-Bishop:before {
    content: "\e6c4"
}

.im-icon-Bitcoin:before {
    content: "\e6c5"
}

.im-icon-Black-Cat:before {
    content: "\e6c6"
}

.im-icon-Blackboard:before {
    content: "\e6c7"
}

.im-icon-Blinklist:before {
    content: "\e6c8"
}

.im-icon-Block-Cloud:before {
    content: "\e6c9"
}

.im-icon-Block-Window:before {
    content: "\e6ca"
}

.im-icon-Blogger:before {
    content: "\e6cb"
}

.im-icon-Blood:before {
    content: "\e6cc"
}

.im-icon-Blouse:before {
    content: "\e6cd"
}

.im-icon-Blueprint:before {
    content: "\e6ce"
}

.im-icon-Board:before {
    content: "\e6cf"
}

.im-icon-Bodybuilding:before {
    content: "\e6d0"
}

.im-icon-Bold-Text:before {
    content: "\e6d1"
}

.im-icon-Bone:before {
    content: "\e6d2"
}

.im-icon-Bones:before {
    content: "\e6d3"
}

.im-icon-Book:before {
    content: "\e6d4"
}

.im-icon-Bookmark:before {
    content: "\e6d5"
}

.im-icon-Books-2:before {
    content: "\e6d6"
}

.im-icon-Books:before {
    content: "\e6d7"
}

.im-icon-Boom:before {
    content: "\e6d8"
}

.im-icon-Boot-2:before {
    content: "\e6d9"
}

.im-icon-Boot:before {
    content: "\e6da"
}

.im-icon-Bottom-ToTop:before {
    content: "\e6db"
}

.im-icon-Bow-2:before {
    content: "\e6dc"
}

.im-icon-Bow-3:before {
    content: "\e6dd"
}

.im-icon-Bow-4:before {
    content: "\e6de"
}

.im-icon-Bow-5:before {
    content: "\e6df"
}

.im-icon-Bow-6:before {
    content: "\e6e0"
}

.im-icon-Bow:before {
    content: "\e6e1"
}

.im-icon-Bowling-2:before {
    content: "\e6e2"
}

.im-icon-Bowling:before {
    content: "\e6e3"
}

.im-icon-Box2:before {
    content: "\e6e4"
}

.im-icon-Box-Close:before {
    content: "\e6e5"
}

.im-icon-Box-Full:before {
    content: "\e6e6"
}

.im-icon-Box-Open:before {
    content: "\e6e7"
}

.im-icon-Box-withFolders:before {
    content: "\e6e8"
}

.im-icon-Box:before {
    content: "\e6e9"
}

.im-icon-Boy:before {
    content: "\e6ea"
}

.im-icon-Bra:before {
    content: "\e6eb"
}

.im-icon-Brain-2:before {
    content: "\e6ec"
}

.im-icon-Brain-3:before {
    content: "\e6ed"
}

.im-icon-Brain:before {
    content: "\e6ee"
}

.im-icon-Brazil:before {
    content: "\e6ef"
}

.im-icon-Bread-2:before {
    content: "\e6f0"
}

.im-icon-Bread:before {
    content: "\e6f1"
}

.im-icon-Bridge:before {
    content: "\e6f2"
}

.im-icon-Brightkite:before {
    content: "\e6f3"
}

.im-icon-Broke-Link2:before {
    content: "\e6f4"
}

.im-icon-Broken-Link:before {
    content: "\e6f5"
}

.im-icon-Broom:before {
    content: "\e6f6"
}

.im-icon-Brush:before {
    content: "\e6f7"
}

.im-icon-Bucket:before {
    content: "\e6f8"
}

.im-icon-Bug:before {
    content: "\e6f9"
}

.im-icon-Building:before {
    content: "\e6fa"
}

.im-icon-Bulleted-List:before {
    content: "\e6fb"
}

.im-icon-Bus-2:before {
    content: "\e6fc"
}

.im-icon-Bus:before {
    content: "\e6fd"
}

.im-icon-Business-Man:before {
    content: "\e6fe"
}

.im-icon-Business-ManWoman:before {
    content: "\e6ff"
}

.im-icon-Business-Mens:before {
    content: "\e700"
}

.im-icon-Business-Woman:before {
    content: "\e701"
}

.im-icon-Butterfly:before {
    content: "\e702"
}

.im-icon-Button:before {
    content: "\e703"
}

.im-icon-Cable-Car:before {
    content: "\e704"
}

.im-icon-Cake:before {
    content: "\e705"
}

.im-icon-Calculator-2:before {
    content: "\e706"
}

.im-icon-Calculator-3:before {
    content: "\e707"
}

.im-icon-Calculator:before {
    content: "\e708"
}

.im-icon-Calendar-2:before {
    content: "\e709"
}

.im-icon-Calendar-3:before {
    content: "\e70a"
}

.im-icon-Calendar-4:before {
    content: "\e70b"
}

.im-icon-Calendar-Clock:before {
    content: "\e70c"
}

.im-icon-Calendar:before {
    content: "\e70d"
}

.im-icon-Camel:before {
    content: "\e70e"
}

.im-icon-Camera-2:before {
    content: "\e70f"
}

.im-icon-Camera-3:before {
    content: "\e710"
}

.im-icon-Camera-4:before {
    content: "\e711"
}

.im-icon-Camera-5:before {
    content: "\e712"
}

.im-icon-Camera-Back:before {
    content: "\e713"
}

.im-icon-Camera:before {
    content: "\e714"
}

.im-icon-Can-2:before {
    content: "\e715"
}

.im-icon-Can:before {
    content: "\e716"
}

.im-icon-Canada:before {
    content: "\e717"
}

.im-icon-Cancer-2:before {
    content: "\e718"
}

.im-icon-Cancer-3:before {
    content: "\e719"
}

.im-icon-Cancer:before {
    content: "\e71a"
}

.im-icon-Candle:before {
    content: "\e71b"
}

.im-icon-Candy-Cane:before {
    content: "\e71c"
}

.im-icon-Candy:before {
    content: "\e71d"
}

.im-icon-Cannon:before {
    content: "\e71e"
}

.im-icon-Cap-2:before {
    content: "\e71f"
}

.im-icon-Cap-3:before {
    content: "\e720"
}

.im-icon-Cap-Smiley:before {
    content: "\e721"
}

.im-icon-Cap:before {
    content: "\e722"
}

.im-icon-Capricorn-2:before {
    content: "\e723"
}

.im-icon-Capricorn:before {
    content: "\e724"
}

.im-icon-Car-2:before {
    content: "\e725"
}

.im-icon-Car-3:before {
    content: "\e726"
}

.im-icon-Car-Coins:before {
    content: "\e727"
}

.im-icon-Car-Items:before {
    content: "\e728"
}

.im-icon-Car-Wheel:before {
    content: "\e729"
}

.im-icon-Car:before {
    content: "\e72a"
}

.im-icon-Cardigan:before {
    content: "\e72b"
}

.im-icon-Cardiovascular:before {
    content: "\e72c"
}

.im-icon-Cart-Quantity:before {
    content: "\e72d"
}

.im-icon-Casette-Tape:before {
    content: "\e72e"
}

.im-icon-Cash-Register:before {
    content: "\e72f"
}

.im-icon-Cash-register2:before {
    content: "\e730"
}

.im-icon-Castle:before {
    content: "\e731"
}

.im-icon-Cat:before {
    content: "\e732"
}

.im-icon-Cathedral:before {
    content: "\e733"
}

.im-icon-Cauldron:before {
    content: "\e734"
}

.im-icon-CD-2:before {
    content: "\e735"
}

.im-icon-CD-Cover:before {
    content: "\e736"
}

.im-icon-CD:before {
    content: "\e737"
}

.im-icon-Cello:before {
    content: "\e738"
}

.im-icon-Celsius:before {
    content: "\e739"
}

.im-icon-Chacked-Flag:before {
    content: "\e73a"
}

.im-icon-Chair:before {
    content: "\e73b"
}

.im-icon-Charger:before {
    content: "\e73c"
}

.im-icon-Check-2:before {
    content: "\e73d"
}

.im-icon-Check:before {
    content: "\e73e"
}

.im-icon-Checked-User:before {
    content: "\e73f"
}

.im-icon-Checkmate:before {
    content: "\e740"
}

.im-icon-Checkout-Bag:before {
    content: "\e741"
}

.im-icon-Checkout-Basket:before {
    content: "\e742"
}

.im-icon-Checkout:before {
    content: "\e743"
}

.im-icon-Cheese:before {
    content: "\e744"
}

.im-icon-Cheetah:before {
    content: "\e745"
}

.im-icon-Chef-Hat:before {
    content: "\e746"
}

.im-icon-Chef-Hat2:before {
    content: "\e747"
}

.im-icon-Chef:before {
    content: "\e748"
}

.im-icon-Chemical-2:before {
    content: "\e749"
}

.im-icon-Chemical-3:before {
    content: "\e74a"
}

.im-icon-Chemical-4:before {
    content: "\e74b"
}

.im-icon-Chemical-5:before {
    content: "\e74c"
}

.im-icon-Chemical:before {
    content: "\e74d"
}

.im-icon-Chess-Board:before {
    content: "\e74e"
}

.im-icon-Chess:before {
    content: "\e74f"
}

.im-icon-Chicken:before {
    content: "\e750"
}

.im-icon-Chile:before {
    content: "\e751"
}

.im-icon-Chimney:before {
    content: "\e752"
}

.im-icon-China:before {
    content: "\e753"
}

.im-icon-Chinese-Temple:before {
    content: "\e754"
}

.im-icon-Chip:before {
    content: "\e755"
}

.im-icon-Chopsticks-2:before {
    content: "\e756"
}

.im-icon-Chopsticks:before {
    content: "\e757"
}

.im-icon-Christmas-Ball:before {
    content: "\e758"
}

.im-icon-Christmas-Bell:before {
    content: "\e759"
}

.im-icon-Christmas-Candle:before {
    content: "\e75a"
}

.im-icon-Christmas-Hat:before {
    content: "\e75b"
}

.im-icon-Christmas-Sleigh:before {
    content: "\e75c"
}

.im-icon-Christmas-Snowman:before {
    content: "\e75d"
}

.im-icon-Christmas-Sock:before {
    content: "\e75e"
}

.im-icon-Christmas-Tree:before {
    content: "\e75f"
}

.im-icon-Christmas:before {
    content: "\e760"
}

.im-icon-Chrome:before {
    content: "\e761"
}

.im-icon-Chrysler-Building:before {
    content: "\e762"
}

.im-icon-Cinema:before {
    content: "\e763"
}

.im-icon-Circular-Point:before {
    content: "\e764"
}

.im-icon-City-Hall:before {
    content: "\e765"
}

.im-icon-Clamp:before {
    content: "\e766"
}

.im-icon-Clapperboard-Close:before {
    content: "\e767"
}

.im-icon-Clapperboard-Open:before {
    content: "\e768"
}

.im-icon-Claps:before {
    content: "\e769"
}

.im-icon-Clef:before {
    content: "\e76a"
}

.im-icon-Clinic:before {
    content: "\e76b"
}

.im-icon-Clock-2:before {
    content: "\e76c"
}

.im-icon-Clock-3:before {
    content: "\e76d"
}

.im-icon-Clock-4:before {
    content: "\e76e"
}

.im-icon-Clock-Back:before {
    content: "\e76f"
}

.im-icon-Clock-Forward:before {
    content: "\e770"
}

.im-icon-Clock:before {
    content: "\e771"
}

.im-icon-Close-Window:before {
    content: "\e772"
}

.im-icon-Close:before {
    content: "\e773"
}

.im-icon-Clothing-Store:before {
    content: "\e774"
}

.im-icon-Cloud--:before {
    content: "\e775"
}

.im-icon-Cloud-:before {
    content: "\e776"
}

.im-icon-Cloud-Camera:before {
    content: "\e777"
}

.im-icon-Cloud-Computer:before {
    content: "\e778"
}

.im-icon-Cloud-Email:before {
    content: "\e779"
}

.im-icon-Cloud-Hail:before {
    content: "\e77a"
}

.im-icon-Cloud-Laptop:before {
    content: "\e77b"
}

.im-icon-Cloud-Lock:before {
    content: "\e77c"
}

.im-icon-Cloud-Moon:before {
    content: "\e77d"
}

.im-icon-Cloud-Music:before {
    content: "\e77e"
}

.im-icon-Cloud-Picture:before {
    content: "\e77f"
}

.im-icon-Cloud-Rain:before {
    content: "\e780"
}

.im-icon-Cloud-Remove:before {
    content: "\e781"
}

.im-icon-Cloud-Secure:before {
    content: "\e782"
}

.im-icon-Cloud-Settings:before {
    content: "\e783"
}

.im-icon-Cloud-Smartphone:before {
    content: "\e784"
}

.im-icon-Cloud-Snow:before {
    content: "\e785"
}

.im-icon-Cloud-Sun:before {
    content: "\e786"
}

.im-icon-Cloud-Tablet:before {
    content: "\e787"
}

.im-icon-Cloud-Video:before {
    content: "\e788"
}

.im-icon-Cloud-Weather:before {
    content: "\e789"
}

.im-icon-Cloud:before {
    content: "\e78a"
}

.im-icon-Clouds-Weather:before {
    content: "\e78b"
}

.im-icon-Clouds:before {
    content: "\e78c"
}

.im-icon-Clown:before {
    content: "\e78d"
}

.im-icon-CMYK:before {
    content: "\e78e"
}

.im-icon-Coat:before {
    content: "\e78f"
}

.im-icon-Cocktail:before {
    content: "\e790"
}

.im-icon-Coconut:before {
    content: "\e791"
}

.im-icon-Code-Window:before {
    content: "\e792"
}

.im-icon-Coding:before {
    content: "\e793"
}

.im-icon-Coffee-2:before {
    content: "\e794"
}

.im-icon-Coffee-Bean:before {
    content: "\e795"
}

.im-icon-Coffee-Machine:before {
    content: "\e796"
}

.im-icon-Coffee-toGo:before {
    content: "\e797"
}

.im-icon-Coffee:before {
    content: "\e798"
}

.im-icon-Coffin:before {
    content: "\e799"
}

.im-icon-Coin:before {
    content: "\e79a"
}

.im-icon-Coins-2:before {
    content: "\e79b"
}

.im-icon-Coins-3:before {
    content: "\e79c"
}

.im-icon-Coins:before {
    content: "\e79d"
}

.im-icon-Colombia:before {
    content: "\e79e"
}

.im-icon-Colosseum:before {
    content: "\e79f"
}

.im-icon-Column-2:before {
    content: "\e7a0"
}

.im-icon-Column-3:before {
    content: "\e7a1"
}

.im-icon-Column:before {
    content: "\e7a2"
}

.im-icon-Comb-2:before {
    content: "\e7a3"
}

.im-icon-Comb:before {
    content: "\e7a4"
}

.im-icon-Communication-Tower:before {
    content: "\e7a5"
}

.im-icon-Communication-Tower2:before {
    content: "\e7a6"
}

.im-icon-Compass-2:before {
    content: "\e7a7"
}

.im-icon-Compass-3:before {
    content: "\e7a8"
}

.im-icon-Compass-4:before {
    content: "\e7a9"
}

.im-icon-Compass-Rose:before {
    content: "\e7aa"
}

.im-icon-Compass:before {
    content: "\e7ab"
}

.im-icon-Computer-2:before {
    content: "\e7ac"
}

.im-icon-Computer-3:before {
    content: "\e7ad"
}

.im-icon-Computer-Secure:before {
    content: "\e7ae"
}

.im-icon-Computer:before {
    content: "\e7af"
}

.im-icon-Conference:before {
    content: "\e7b0"
}

.im-icon-Confused:before {
    content: "\e7b1"
}

.im-icon-Conservation:before {
    content: "\e7b2"
}

.im-icon-Consulting:before {
    content: "\e7b3"
}

.im-icon-Contrast:before {
    content: "\e7b4"
}

.im-icon-Control-2:before {
    content: "\e7b5"
}

.im-icon-Control:before {
    content: "\e7b6"
}

.im-icon-Cookie-Man:before {
    content: "\e7b7"
}

.im-icon-Cookies:before {
    content: "\e7b8"
}

.im-icon-Cool-Guy:before {
    content: "\e7b9"
}

.im-icon-Cool:before {
    content: "\e7ba"
}

.im-icon-Copyright:before {
    content: "\e7bb"
}

.im-icon-Costume:before {
    content: "\e7bc"
}

.im-icon-Couple-Sign:before {
    content: "\e7bd"
}

.im-icon-Cow:before {
    content: "\e7be"
}

.im-icon-CPU:before {
    content: "\e7bf"
}

.im-icon-Crane:before {
    content: "\e7c0"
}

.im-icon-Cranium:before {
    content: "\e7c1"
}

.im-icon-Credit-Card:before {
    content: "\e7c2"
}

.im-icon-Credit-Card2:before {
    content: "\e7c3"
}

.im-icon-Credit-Card3:before {
    content: "\e7c4"
}

.im-icon-Cricket:before {
    content: "\e7c5"
}

.im-icon-Criminal:before {
    content: "\e7c6"
}

.im-icon-Croissant:before {
    content: "\e7c7"
}

.im-icon-Crop-2:before {
    content: "\e7c8"
}

.im-icon-Crop-3:before {
    content: "\e7c9"
}

.im-icon-Crown-2:before {
    content: "\e7ca"
}

.im-icon-Crown:before {
    content: "\e7cb"
}

.im-icon-Crying:before {
    content: "\e7cc"
}

.im-icon-Cube-Molecule:before {
    content: "\e7cd"
}

.im-icon-Cube-Molecule2:before {
    content: "\e7ce"
}

.im-icon-Cupcake:before {
    content: "\e7cf"
}

.im-icon-Cursor-Click:before {
    content: "\e7d0"
}

.im-icon-Cursor-Click2:before {
    content: "\e7d1"
}

.im-icon-Cursor-Move:before {
    content: "\e7d2"
}

.im-icon-Cursor-Move2:before {
    content: "\e7d3"
}

.im-icon-Cursor-Select:before {
    content: "\e7d4"
}

.im-icon-Cursor:before {
    content: "\e7d5"
}

.im-icon-D-Eyeglasses:before {
    content: "\e7d6"
}

.im-icon-D-Eyeglasses2:before {
    content: "\e7d7"
}

.im-icon-Dam:before {
    content: "\e7d8"
}

.im-icon-Danemark:before {
    content: "\e7d9"
}

.im-icon-Danger-2:before {
    content: "\e7da"
}

.im-icon-Danger:before {
    content: "\e7db"
}

.im-icon-Dashboard:before {
    content: "\e7dc"
}

.im-icon-Data-Backup:before {
    content: "\e7dd"
}

.im-icon-Data-Block:before {
    content: "\e7de"
}

.im-icon-Data-Center:before {
    content: "\e7df"
}

.im-icon-Data-Clock:before {
    content: "\e7e0"
}

.im-icon-Data-Cloud:before {
    content: "\e7e1"
}

.im-icon-Data-Compress:before {
    content: "\e7e2"
}

.im-icon-Data-Copy:before {
    content: "\e7e3"
}

.im-icon-Data-Download:before {
    content: "\e7e4"
}

.im-icon-Data-Financial:before {
    content: "\e7e5"
}

.im-icon-Data-Key:before {
    content: "\e7e6"
}

.im-icon-Data-Lock:before {
    content: "\e7e7"
}

.im-icon-Data-Network:before {
    content: "\e7e8"
}

.im-icon-Data-Password:before {
    content: "\e7e9"
}

.im-icon-Data-Power:before {
    content: "\e7ea"
}

.im-icon-Data-Refresh:before {
    content: "\e7eb"
}

.im-icon-Data-Save:before {
    content: "\e7ec"
}

.im-icon-Data-Search:before {
    content: "\e7ed"
}

.im-icon-Data-Security:before {
    content: "\e7ee"
}

.im-icon-Data-Settings:before {
    content: "\e7ef"
}

.im-icon-Data-Sharing:before {
    content: "\e7f0"
}

.im-icon-Data-Shield:before {
    content: "\e7f1"
}

.im-icon-Data-Signal:before {
    content: "\e7f2"
}

.im-icon-Data-Storage:before {
    content: "\e7f3"
}

.im-icon-Data-Stream:before {
    content: "\e7f4"
}

.im-icon-Data-Transfer:before {
    content: "\e7f5"
}

.im-icon-Data-Unlock:before {
    content: "\e7f6"
}

.im-icon-Data-Upload:before {
    content: "\e7f7"
}

.im-icon-Data-Yes:before {
    content: "\e7f8"
}

.im-icon-Data:before {
    content: "\e7f9"
}

.im-icon-David-Star:before {
    content: "\e7fa"
}

.im-icon-Daylight:before {
    content: "\e7fb"
}

.im-icon-Death:before {
    content: "\e7fc"
}

.im-icon-Debian:before {
    content: "\e7fd"
}

.im-icon-Dec:before {
    content: "\e7fe"
}

.im-icon-Decrase-Inedit:before {
    content: "\e7ff"
}

.im-icon-Deer-2:before {
    content: "\e800"
}

.im-icon-Deer:before {
    content: "\e801"
}

.im-icon-Delete-File:before {
    content: "\e802"
}

.im-icon-Delete-Window:before {
    content: "\e803"
}

.im-icon-Delicious:before {
    content: "\e804"
}

.im-icon-Depression:before {
    content: "\e805"
}

.im-icon-Deviantart:before {
    content: "\e806"
}

.im-icon-Device-SyncwithCloud:before {
    content: "\e807"
}

.im-icon-Diamond:before {
    content: "\e808"
}

.im-icon-Dice-2:before {
    content: "\e809"
}

.im-icon-Dice:before {
    content: "\e80a"
}

.im-icon-Digg:before {
    content: "\e80b"
}

.im-icon-Digital-Drawing:before {
    content: "\e80c"
}

.im-icon-Diigo:before {
    content: "\e80d"
}

.im-icon-Dinosaur:before {
    content: "\e80e"
}

.im-icon-Diploma-2:before {
    content: "\e80f"
}

.im-icon-Diploma:before {
    content: "\e810"
}

.im-icon-Direction-East:before {
    content: "\e811"
}

.im-icon-Direction-North:before {
    content: "\e812"
}

.im-icon-Direction-South:before {
    content: "\e813"
}

.im-icon-Direction-West:before {
    content: "\e814"
}

.im-icon-Director:before {
    content: "\e815"
}

.im-icon-Disk:before {
    content: "\e816"
}

.im-icon-Dj:before {
    content: "\e817"
}

.im-icon-DNA-2:before {
    content: "\e818"
}

.im-icon-DNA-Helix:before {
    content: "\e819"
}

.im-icon-DNA:before {
    content: "\e81a"
}

.im-icon-Doctor:before {
    content: "\e81b"
}

.im-icon-Dog:before {
    content: "\e81c"
}

.im-icon-Dollar-Sign:before {
    content: "\e81d"
}

.im-icon-Dollar-Sign2:before {
    content: "\e81e"
}

.im-icon-Dollar:before {
    content: "\e81f"
}

.im-icon-Dolphin:before {
    content: "\e820"
}

.im-icon-Domino:before {
    content: "\e821"
}

.im-icon-Door-Hanger:before {
    content: "\e822"
}

.im-icon-Door:before {
    content: "\e823"
}

.im-icon-Doplr:before {
    content: "\e824"
}

.im-icon-Double-Circle:before {
    content: "\e825"
}

.im-icon-Double-Tap:before {
    content: "\e826"
}

.im-icon-Doughnut:before {
    content: "\e827"
}

.im-icon-Dove:before {
    content: "\e828"
}

.im-icon-Down-2:before {
    content: "\e829"
}

.im-icon-Down-3:before {
    content: "\e82a"
}

.im-icon-Down-4:before {
    content: "\e82b"
}

.im-icon-Down:before {
    content: "\e82c"
}

.im-icon-Download-2:before {
    content: "\e82d"
}

.im-icon-Download-fromCloud:before {
    content: "\e82e"
}

.im-icon-Download-Window:before {
    content: "\e82f"
}

.im-icon-Download:before {
    content: "\e830"
}

.im-icon-Downward:before {
    content: "\e831"
}

.im-icon-Drag-Down:before {
    content: "\e832"
}

.im-icon-Drag-Left:before {
    content: "\e833"
}

.im-icon-Drag-Right:before {
    content: "\e834"
}

.im-icon-Drag-Up:before {
    content: "\e835"
}

.im-icon-Drag:before {
    content: "\e836"
}

.im-icon-Dress:before {
    content: "\e837"
}

.im-icon-Drill-2:before {
    content: "\e838"
}

.im-icon-Drill:before {
    content: "\e839"
}

.im-icon-Drop:before {
    content: "\e83a"
}

.im-icon-Dropbox:before {
    content: "\e83b"
}

.im-icon-Drum:before {
    content: "\e83c"
}

.im-icon-Dry:before {
    content: "\e83d"
}

.im-icon-Duck:before {
    content: "\e83e"
}

.im-icon-Dumbbell:before {
    content: "\e83f"
}

.im-icon-Duplicate-Layer:before {
    content: "\e840"
}

.im-icon-Duplicate-Window:before {
    content: "\e841"
}

.im-icon-DVD:before {
    content: "\e842"
}

.im-icon-Eagle:before {
    content: "\e843"
}

.im-icon-Ear:before {
    content: "\e844"
}

.im-icon-Earphones-2:before {
    content: "\e845"
}

.im-icon-Earphones:before {
    content: "\e846"
}

.im-icon-Eci-Icon:before {
    content: "\e847"
}

.im-icon-Edit-Map:before {
    content: "\e848"
}

.im-icon-Edit:before {
    content: "\e849"
}

.im-icon-Eggs:before {
    content: "\e84a"
}

.im-icon-Egypt:before {
    content: "\e84b"
}

.im-icon-Eifel-Tower:before {
    content: "\e84c"
}

.im-icon-eject-2:before {
    content: "\e84d"
}

.im-icon-Eject:before {
    content: "\e84e"
}

.im-icon-El-Castillo:before {
    content: "\e84f"
}

.im-icon-Elbow:before {
    content: "\e850"
}

.im-icon-Electric-Guitar:before {
    content: "\e851"
}

.im-icon-Electricity:before {
    content: "\e852"
}

.im-icon-Elephant:before {
    content: "\e853"
}

.im-icon-Email:before {
    content: "\e854"
}

.im-icon-Embassy:before {
    content: "\e855"
}

.im-icon-Empire-StateBuilding:before {
    content: "\e856"
}

.im-icon-Empty-Box:before {
    content: "\e857"
}

.im-icon-End2:before {
    content: "\e858"
}

.im-icon-End-2:before {
    content: "\e859"
}

.im-icon-End:before {
    content: "\e85a"
}

.im-icon-Endways:before {
    content: "\e85b"
}

.im-icon-Engineering:before {
    content: "\e85c"
}

.im-icon-Envelope-2:before {
    content: "\e85d"
}

.im-icon-Envelope:before {
    content: "\e85e"
}

.im-icon-Environmental-2:before {
    content: "\e85f"
}

.im-icon-Environmental-3:before {
    content: "\e860"
}

.im-icon-Environmental:before {
    content: "\e861"
}

.im-icon-Equalizer:before {
    content: "\e862"
}

.im-icon-Eraser-2:before {
    content: "\e863"
}

.im-icon-Eraser-3:before {
    content: "\e864"
}

.im-icon-Eraser:before {
    content: "\e865"
}

.im-icon-Error-404Window:before {
    content: "\e866"
}

.im-icon-Euro-Sign:before {
    content: "\e867"
}

.im-icon-Euro-Sign2:before {
    content: "\e868"
}

.im-icon-Euro:before {
    content: "\e869"
}

.im-icon-Evernote:before {
    content: "\e86a"
}

.im-icon-Evil:before {
    content: "\e86b"
}

.im-icon-Explode:before {
    content: "\e86c"
}

.im-icon-Eye-2:before {
    content: "\e86d"
}

.im-icon-Eye-Blind:before {
    content: "\e86e"
}

.im-icon-Eye-Invisible:before {
    content: "\e86f"
}

.im-icon-Eye-Scan:before {
    content: "\e870"
}

.im-icon-Eye-Visible:before {
    content: "\e871"
}

.im-icon-Eye:before {
    content: "\e872"
}

.im-icon-Eyebrow-2:before {
    content: "\e873"
}

.im-icon-Eyebrow-3:before {
    content: "\e874"
}

.im-icon-Eyebrow:before {
    content: "\e875"
}

.im-icon-Eyeglasses-Smiley:before {
    content: "\e876"
}

.im-icon-Eyeglasses-Smiley2:before {
    content: "\e877"
}

.im-icon-Face-Style:before {
    content: "\e878"
}

.im-icon-Face-Style2:before {
    content: "\e879"
}

.im-icon-Face-Style3:before {
    content: "\e87a"
}

.im-icon-Face-Style4:before {
    content: "\e87b"
}

.im-icon-Face-Style5:before {
    content: "\e87c"
}

.im-icon-Face-Style6:before {
    content: "\e87d"
}

.im-icon-Facebook-2:before {
    content: "\e87e"
}

.im-icon-Facebook:before {
    content: "\e87f"
}

.im-icon-Factory-2:before {
    content: "\e880"
}

.im-icon-Factory:before {
    content: "\e881"
}

.im-icon-Fahrenheit:before {
    content: "\e882"
}

.im-icon-Family-Sign:before {
    content: "\e883"
}

.im-icon-Fan:before {
    content: "\e884"
}

.im-icon-Farmer:before {
    content: "\e885"
}

.im-icon-Fashion:before {
    content: "\e886"
}

.im-icon-Favorite-Window:before {
    content: "\e887"
}

.im-icon-Fax:before {
    content: "\e888"
}

.im-icon-Feather:before {
    content: "\e889"
}

.im-icon-Feedburner:before {
    content: "\e88a"
}

.im-icon-Female-2:before {
    content: "\e88b"
}

.im-icon-Female-Sign:before {
    content: "\e88c"
}

.im-icon-Female:before {
    content: "\e88d"
}

.im-icon-File-Block:before {
    content: "\e88e"
}

.im-icon-File-Bookmark:before {
    content: "\e88f"
}

.im-icon-File-Chart:before {
    content: "\e890"
}

.im-icon-File-Clipboard:before {
    content: "\e891"
}

.im-icon-File-ClipboardFileText:before {
    content: "\e892"
}

.im-icon-File-ClipboardTextImage:before {
    content: "\e893"
}

.im-icon-File-Cloud:before {
    content: "\e894"
}

.im-icon-File-Copy:before {
    content: "\e895"
}

.im-icon-File-Copy2:before {
    content: "\e896"
}

.im-icon-File-CSV:before {
    content: "\e897"
}

.im-icon-File-Download:before {
    content: "\e898"
}

.im-icon-File-Edit:before {
    content: "\e899"
}

.im-icon-File-Excel:before {
    content: "\e89a"
}

.im-icon-File-Favorite:before {
    content: "\e89b"
}

.im-icon-File-Fire:before {
    content: "\e89c"
}

.im-icon-File-Graph:before {
    content: "\e89d"
}

.im-icon-File-Hide:before {
    content: "\e89e"
}

.im-icon-File-Horizontal:before {
    content: "\e89f"
}

.im-icon-File-HorizontalText:before {
    content: "\e8a0"
}

.im-icon-File-HTML:before {
    content: "\e8a1"
}

.im-icon-File-JPG:before {
    content: "\e8a2"
}

.im-icon-File-Link:before {
    content: "\e8a3"
}

.im-icon-File-Loading:before {
    content: "\e8a4"
}

.im-icon-File-Lock:before {
    content: "\e8a5"
}

.im-icon-File-Love:before {
    content: "\e8a6"
}

.im-icon-File-Music:before {
    content: "\e8a7"
}

.im-icon-File-Network:before {
    content: "\e8a8"
}

.im-icon-File-Pictures:before {
    content: "\e8a9"
}

.im-icon-File-Pie:before {
    content: "\e8aa"
}

.im-icon-File-Presentation:before {
    content: "\e8ab"
}

.im-icon-File-Refresh:before {
    content: "\e8ac"
}

.im-icon-File-Search:before {
    content: "\e8ad"
}

.im-icon-File-Settings:before {
    content: "\e8ae"
}

.im-icon-File-Share:before {
    content: "\e8af"
}

.im-icon-File-TextImage:before {
    content: "\e8b0"
}

.im-icon-File-Trash:before {
    content: "\e8b1"
}

.im-icon-File-TXT:before {
    content: "\e8b2"
}

.im-icon-File-Upload:before {
    content: "\e8b3"
}

.im-icon-File-Video:before {
    content: "\e8b4"
}

.im-icon-File-Word:before {
    content: "\e8b5"
}

.im-icon-File-Zip:before {
    content: "\e8b6"
}

.im-icon-File:before {
    content: "\e8b7"
}

.im-icon-Files:before {
    content: "\e8b8"
}

.im-icon-Film-Board:before {
    content: "\e8b9"
}

.im-icon-Film-Cartridge:before {
    content: "\e8ba"
}

.im-icon-Film-Strip:before {
    content: "\e8bb"
}

.im-icon-Film-Video:before {
    content: "\e8bc"
}

.im-icon-Film:before {
    content: "\e8bd"
}

.im-icon-Filter-2:before {
    content: "\e8be"
}

.im-icon-Filter:before {
    content: "\e8bf"
}

.im-icon-Financial:before {
    content: "\e8c0"
}

.im-icon-Find-User:before {
    content: "\e8c1"
}

.im-icon-Finger-DragFourSides:before {
    content: "\e8c2"
}

.im-icon-Finger-DragTwoSides:before {
    content: "\e8c3"
}

.im-icon-Finger-Print:before {
    content: "\e8c4"
}

.im-icon-Finger:before {
    content: "\e8c5"
}

.im-icon-Fingerprint-2:before {
    content: "\e8c6"
}

.im-icon-Fingerprint:before {
    content: "\e8c7"
}

.im-icon-Fire-Flame:before {
    content: "\e8c8"
}

.im-icon-Fire-Flame2:before {
    content: "\e8c9"
}

.im-icon-Fire-Hydrant:before {
    content: "\e8ca"
}

.im-icon-Fire-Staion:before {
    content: "\e8cb"
}

.im-icon-Firefox:before {
    content: "\e8cc"
}

.im-icon-Firewall:before {
    content: "\e8cd"
}

.im-icon-First-Aid:before {
    content: "\e8ce"
}

.im-icon-First:before {
    content: "\e8cf"
}

.im-icon-Fish-Food:before {
    content: "\e8d0"
}

.im-icon-Fish:before {
    content: "\e8d1"
}

.im-icon-Fit-To:before {
    content: "\e8d2"
}

.im-icon-Fit-To2:before {
    content: "\e8d3"
}

.im-icon-Five-Fingers:before {
    content: "\e8d4"
}

.im-icon-Five-FingersDrag:before {
    content: "\e8d5"
}

.im-icon-Five-FingersDrag2:before {
    content: "\e8d6"
}

.im-icon-Five-FingersTouch:before {
    content: "\e8d7"
}

.im-icon-Flag-2:before {
    content: "\e8d8"
}

.im-icon-Flag-3:before {
    content: "\e8d9"
}

.im-icon-Flag-4:before {
    content: "\e8da"
}

.im-icon-Flag-5:before {
    content: "\e8db"
}

.im-icon-Flag-6:before {
    content: "\e8dc"
}

.im-icon-Flag:before {
    content: "\e8dd"
}

.im-icon-Flamingo:before {
    content: "\e8de"
}

.im-icon-Flash-2:before {
    content: "\e8df"
}

.im-icon-Flash-Video:before {
    content: "\e8e0"
}

.im-icon-Flash:before {
    content: "\e8e1"
}

.im-icon-Flashlight:before {
    content: "\e8e2"
}

.im-icon-Flask-2:before {
    content: "\e8e3"
}

.im-icon-Flask:before {
    content: "\e8e4"
}

.im-icon-Flick:before {
    content: "\e8e5"
}

.im-icon-Flickr:before {
    content: "\e8e6"
}

.im-icon-Flowerpot:before {
    content: "\e8e7"
}

.im-icon-Fluorescent:before {
    content: "\e8e8"
}

.im-icon-Fog-Day:before {
    content: "\e8e9"
}

.im-icon-Fog-Night:before {
    content: "\e8ea"
}

.im-icon-Folder-Add:before {
    content: "\e8eb"
}

.im-icon-Folder-Archive:before {
    content: "\e8ec"
}

.im-icon-Folder-Binder:before {
    content: "\e8ed"
}

.im-icon-Folder-Binder2:before {
    content: "\e8ee"
}

.im-icon-Folder-Block:before {
    content: "\e8ef"
}

.im-icon-Folder-Bookmark:before {
    content: "\e8f0"
}

.im-icon-Folder-Close:before {
    content: "\e8f1"
}

.im-icon-Folder-Cloud:before {
    content: "\e8f2"
}

.im-icon-Folder-Delete:before {
    content: "\e8f3"
}

.im-icon-Folder-Download:before {
    content: "\e8f4"
}

.im-icon-Folder-Edit:before {
    content: "\e8f5"
}

.im-icon-Folder-Favorite:before {
    content: "\e8f6"
}

.im-icon-Folder-Fire:before {
    content: "\e8f7"
}

.im-icon-Folder-Hide:before {
    content: "\e8f8"
}

.im-icon-Folder-Link:before {
    content: "\e8f9"
}

.im-icon-Folder-Loading:before {
    content: "\e8fa"
}

.im-icon-Folder-Lock:before {
    content: "\e8fb"
}

.im-icon-Folder-Love:before {
    content: "\e8fc"
}

.im-icon-Folder-Music:before {
    content: "\e8fd"
}

.im-icon-Folder-Network:before {
    content: "\e8fe"
}

.im-icon-Folder-Open:before {
    content: "\e8ff"
}

.im-icon-Folder-Open2:before {
    content: "\e900"
}

.im-icon-Folder-Organizing:before {
    content: "\e901"
}

.im-icon-Folder-Pictures:before {
    content: "\e902"
}

.im-icon-Folder-Refresh:before {
    content: "\e903"
}

.im-icon-Folder-Remove-:before {
    content: "\e904"
}

.im-icon-Folder-Search:before {
    content: "\e905"
}

.im-icon-Folder-Settings:before {
    content: "\e906"
}

.im-icon-Folder-Share:before {
    content: "\e907"
}

.im-icon-Folder-Trash:before {
    content: "\e908"
}

.im-icon-Folder-Upload:before {
    content: "\e909"
}

.im-icon-Folder-Video:before {
    content: "\e90a"
}

.im-icon-Folder-WithDocument:before {
    content: "\e90b"
}

.im-icon-Folder-Zip:before {
    content: "\e90c"
}

.im-icon-Folder:before {
    content: "\e90d"
}

.im-icon-Folders:before {
    content: "\e90e"
}

.im-icon-Font-Color:before {
    content: "\e90f"
}

.im-icon-Font-Name:before {
    content: "\e910"
}

.im-icon-Font-Size:before {
    content: "\e911"
}

.im-icon-Font-Style:before {
    content: "\e912"
}

.im-icon-Font-StyleSubscript:before {
    content: "\e913"
}

.im-icon-Font-StyleSuperscript:before {
    content: "\e914"
}

.im-icon-Font-Window:before {
    content: "\e915"
}

.im-icon-Foot-2:before {
    content: "\e916"
}

.im-icon-Foot:before {
    content: "\e917"
}

.im-icon-Football-2:before {
    content: "\e918"
}

.im-icon-Football:before {
    content: "\e919"
}

.im-icon-Footprint-2:before {
    content: "\e91a"
}

.im-icon-Footprint-3:before {
    content: "\e91b"
}

.im-icon-Footprint:before {
    content: "\e91c"
}

.im-icon-Forest:before {
    content: "\e91d"
}

.im-icon-Fork:before {
    content: "\e91e"
}

.im-icon-Formspring:before {
    content: "\e91f"
}

.im-icon-Formula:before {
    content: "\e920"
}

.im-icon-Forsquare:before {
    content: "\e921"
}

.im-icon-Forward:before {
    content: "\e922"
}

.im-icon-Fountain-Pen:before {
    content: "\e923"
}

.im-icon-Four-Fingers:before {
    content: "\e924"
}

.im-icon-Four-FingersDrag:before {
    content: "\e925"
}

.im-icon-Four-FingersDrag2:before {
    content: "\e926"
}

.im-icon-Four-FingersTouch:before {
    content: "\e927"
}

.im-icon-Fox:before {
    content: "\e928"
}

.im-icon-Frankenstein:before {
    content: "\e929"
}

.im-icon-French-Fries:before {
    content: "\e92a"
}

.im-icon-Friendfeed:before {
    content: "\e92b"
}

.im-icon-Friendster:before {
    content: "\e92c"
}

.im-icon-Frog:before {
    content: "\e92d"
}

.im-icon-Fruits:before {
    content: "\e92e"
}

.im-icon-Fuel:before {
    content: "\e92f"
}

.im-icon-Full-Bag:before {
    content: "\e930"
}

.im-icon-Full-Basket:before {
    content: "\e931"
}

.im-icon-Full-Cart:before {
    content: "\e932"
}

.im-icon-Full-Moon:before {
    content: "\e933"
}

.im-icon-Full-Screen:before {
    content: "\e934"
}

.im-icon-Full-Screen2:before {
    content: "\e935"
}

.im-icon-Full-View:before {
    content: "\e936"
}

.im-icon-Full-View2:before {
    content: "\e937"
}

.im-icon-Full-ViewWindow:before {
    content: "\e938"
}

.im-icon-Function:before {
    content: "\e939"
}

.im-icon-Funky:before {
    content: "\e93a"
}

.im-icon-Funny-Bicycle:before {
    content: "\e93b"
}

.im-icon-Furl:before {
    content: "\e93c"
}

.im-icon-Gamepad-2:before {
    content: "\e93d"
}

.im-icon-Gamepad:before {
    content: "\e93e"
}

.im-icon-Gas-Pump:before {
    content: "\e93f"
}

.im-icon-Gaugage-2:before {
    content: "\e940"
}

.im-icon-Gaugage:before {
    content: "\e941"
}

.im-icon-Gay:before {
    content: "\e942"
}

.im-icon-Gear-2:before {
    content: "\e943"
}

.im-icon-Gear:before {
    content: "\e944"
}

.im-icon-Gears-2:before {
    content: "\e945"
}

.im-icon-Gears:before {
    content: "\e946"
}

.im-icon-Geek-2:before {
    content: "\e947"
}

.im-icon-Geek:before {
    content: "\e948"
}

.im-icon-Gemini-2:before {
    content: "\e949"
}

.im-icon-Gemini:before {
    content: "\e94a"
}

.im-icon-Genius:before {
    content: "\e94b"
}

.im-icon-Gentleman:before {
    content: "\e94c"
}

.im-icon-Geo--:before {
    content: "\e94d"
}

.im-icon-Geo-:before {
    content: "\e94e"
}

.im-icon-Geo-Close:before {
    content: "\e94f"
}

.im-icon-Geo-Love:before {
    content: "\e950"
}

.im-icon-Geo-Number:before {
    content: "\e951"
}

.im-icon-Geo-Star:before {
    content: "\e952"
}

.im-icon-Geo:before {
    content: "\e953"
}

.im-icon-Geo2--:before {
    content: "\e954"
}

.im-icon-Geo2-:before {
    content: "\e955"
}

.im-icon-Geo2-Close:before {
    content: "\e956"
}

.im-icon-Geo2-Love:before {
    content: "\e957"
}

.im-icon-Geo2-Number:before {
    content: "\e958"
}

.im-icon-Geo2-Star:before {
    content: "\e959"
}

.im-icon-Geo2:before {
    content: "\e95a"
}

.im-icon-Geo3--:before {
    content: "\e95b"
}

.im-icon-Geo3-:before {
    content: "\e95c"
}

.im-icon-Geo3-Close:before {
    content: "\e95d"
}

.im-icon-Geo3-Love:before {
    content: "\e95e"
}

.im-icon-Geo3-Number:before {
    content: "\e95f"
}

.im-icon-Geo3-Star:before {
    content: "\e960"
}

.im-icon-Geo3:before {
    content: "\e961"
}

.im-icon-Gey:before {
    content: "\e962"
}

.im-icon-Gift-Box:before {
    content: "\e963"
}

.im-icon-Giraffe:before {
    content: "\e964"
}

.im-icon-Girl:before {
    content: "\e965"
}

.im-icon-Glass-Water:before {
    content: "\e966"
}

.im-icon-Glasses-2:before {
    content: "\e967"
}

.im-icon-Glasses-3:before {
    content: "\e968"
}

.im-icon-Glasses:before {
    content: "\e969"
}

.im-icon-Global-Position:before {
    content: "\e96a"
}

.im-icon-Globe-2:before {
    content: "\e96b"
}

.im-icon-Globe:before {
    content: "\e96c"
}

.im-icon-Gloves:before {
    content: "\e96d"
}

.im-icon-Go-Bottom:before {
    content: "\e96e"
}

.im-icon-Go-Top:before {
    content: "\e96f"
}

.im-icon-Goggles:before {
    content: "\e970"
}

.im-icon-Golf-2:before {
    content: "\e971"
}

.im-icon-Golf:before {
    content: "\e972"
}

.im-icon-Google-Buzz:before {
    content: "\e973"
}

.im-icon-Google-Drive:before {
    content: "\e974"
}

.im-icon-Google-Play:before {
    content: "\e975"
}

.im-icon-Google-Plus:before {
    content: "\e976"
}

.im-icon-Google:before {
    content: "\e977"
}

.im-icon-Gopro:before {
    content: "\e978"
}

.im-icon-Gorilla:before {
    content: "\e979"
}

.im-icon-Gowalla:before {
    content: "\e97a"
}

.im-icon-Grave:before {
    content: "\e97b"
}

.im-icon-Graveyard:before {
    content: "\e97c"
}

.im-icon-Greece:before {
    content: "\e97d"
}

.im-icon-Green-Energy:before {
    content: "\e97e"
}

.im-icon-Green-House:before {
    content: "\e97f"
}

.im-icon-Guitar:before {
    content: "\e980"
}

.im-icon-Gun-2:before {
    content: "\e981"
}

.im-icon-Gun-3:before {
    content: "\e982"
}

.im-icon-Gun:before {
    content: "\e983"
}

.im-icon-Gymnastics:before {
    content: "\e984"
}

.im-icon-Hair-2:before {
    content: "\e985"
}

.im-icon-Hair-3:before {
    content: "\e986"
}

.im-icon-Hair-4:before {
    content: "\e987"
}

.im-icon-Hair:before {
    content: "\e988"
}

.im-icon-Half-Moon:before {
    content: "\e989"
}

.im-icon-Halloween-HalfMoon:before {
    content: "\e98a"
}

.im-icon-Halloween-Moon:before {
    content: "\e98b"
}

.im-icon-Hamburger:before {
    content: "\e98c"
}

.im-icon-Hammer:before {
    content: "\e98d"
}

.im-icon-Hand-Touch:before {
    content: "\e98e"
}

.im-icon-Hand-Touch2:before {
    content: "\e98f"
}

.im-icon-Hand-TouchSmartphone:before {
    content: "\e990"
}

.im-icon-Hand:before {
    content: "\e991"
}

.im-icon-Hands:before {
    content: "\e992"
}

.im-icon-Handshake:before {
    content: "\e993"
}

.im-icon-Hanger:before {
    content: "\e994"
}

.im-icon-Happy:before {
    content: "\e995"
}

.im-icon-Hat-2:before {
    content: "\e996"
}

.im-icon-Hat:before {
    content: "\e997"
}

.im-icon-Haunted-House:before {
    content: "\e998"
}

.im-icon-HD-Video:before {
    content: "\e999"
}

.im-icon-HD:before {
    content: "\e99a"
}

.im-icon-HDD:before {
    content: "\e99b"
}

.im-icon-Headphone:before {
    content: "\e99c"
}

.im-icon-Headphones:before {
    content: "\e99d"
}

.im-icon-Headset:before {
    content: "\e99e"
}

.im-icon-Heart-2:before {
    content: "\e99f"
}

.im-icon-Heart:before {
    content: "\e9a0"
}

.im-icon-Heels-2:before {
    content: "\e9a1"
}

.im-icon-Heels:before {
    content: "\e9a2"
}

.im-icon-Height-Window:before {
    content: "\e9a3"
}

.im-icon-Helicopter-2:before {
    content: "\e9a4"
}

.im-icon-Helicopter:before {
    content: "\e9a5"
}

.im-icon-Helix-2:before {
    content: "\e9a6"
}

.im-icon-Hello:before {
    content: "\e9a7"
}

.im-icon-Helmet-2:before {
    content: "\e9a8"
}

.im-icon-Helmet-3:before {
    content: "\e9a9"
}

.im-icon-Helmet:before {
    content: "\e9aa"
}

.im-icon-Hipo:before {
    content: "\e9ab"
}

.im-icon-Hipster-Glasses:before {
    content: "\e9ac"
}

.im-icon-Hipster-Glasses2:before {
    content: "\e9ad"
}

.im-icon-Hipster-Glasses3:before {
    content: "\e9ae"
}

.im-icon-Hipster-Headphones:before {
    content: "\e9af"
}

.im-icon-Hipster-Men:before {
    content: "\e9b0"
}

.im-icon-Hipster-Men2:before {
    content: "\e9b1"
}

.im-icon-Hipster-Men3:before {
    content: "\e9b2"
}

.im-icon-Hipster-Sunglasses:before {
    content: "\e9b3"
}

.im-icon-Hipster-Sunglasses2:before {
    content: "\e9b4"
}

.im-icon-Hipster-Sunglasses3:before {
    content: "\e9b5"
}

.im-icon-Hokey:before {
    content: "\e9b6"
}

.im-icon-Holly:before {
    content: "\e9b7"
}

.im-icon-Home-2:before {
    content: "\e9b8"
}

.im-icon-Home-3:before {
    content: "\e9b9"
}

.im-icon-Home-4:before {
    content: "\e9ba"
}

.im-icon-Home-5:before {
    content: "\e9bb"
}

.im-icon-Home-Window:before {
    content: "\e9bc"
}

.im-icon-Home:before {
    content: "\e9bd"
}

.im-icon-Homosexual:before {
    content: "\e9be"
}

.im-icon-Honey:before {
    content: "\e9bf"
}

.im-icon-Hong-Kong:before {
    content: "\e9c0"
}

.im-icon-Hoodie:before {
    content: "\e9c1"
}

.im-icon-Horror:before {
    content: "\e9c2"
}

.im-icon-Horse:before {
    content: "\e9c3"
}

.im-icon-Hospital-2:before {
    content: "\e9c4"
}

.im-icon-Hospital:before {
    content: "\e9c5"
}

.im-icon-Host:before {
    content: "\e9c6"
}

.im-icon-Hot-Dog:before {
    content: "\e9c7"
}

.im-icon-Hotel:before {
    content: "\e9c8"
}

.im-icon-Hour:before {
    content: "\e9c9"
}

.im-icon-Hub:before {
    content: "\e9ca"
}

.im-icon-Humor:before {
    content: "\e9cb"
}

.im-icon-Hurt:before {
    content: "\e9cc"
}

.im-icon-Ice-Cream:before {
    content: "\e9cd"
}

.im-icon-ICQ:before {
    content: "\e9ce"
}

.im-icon-ID-2:before {
    content: "\e9cf"
}

.im-icon-ID-3:before {
    content: "\e9d0"
}

.im-icon-ID-Card:before {
    content: "\e9d1"
}

.im-icon-Idea-2:before {
    content: "\e9d2"
}

.im-icon-Idea-3:before {
    content: "\e9d3"
}

.im-icon-Idea-4:before {
    content: "\e9d4"
}

.im-icon-Idea-5:before {
    content: "\e9d5"
}

.im-icon-Idea:before {
    content: "\e9d6"
}

.im-icon-Identification-Badge:before {
    content: "\e9d7"
}

.im-icon-ImDB:before {
    content: "\e9d8"
}

.im-icon-Inbox-Empty:before {
    content: "\e9d9"
}

.im-icon-Inbox-Forward:before {
    content: "\e9da"
}

.im-icon-Inbox-Full:before {
    content: "\e9db"
}

.im-icon-Inbox-Into:before {
    content: "\e9dc"
}

.im-icon-Inbox-Out:before {
    content: "\e9dd"
}

.im-icon-Inbox-Reply:before {
    content: "\e9de"
}

.im-icon-Inbox:before {
    content: "\e9df"
}

.im-icon-Increase-Inedit:before {
    content: "\e9e0"
}

.im-icon-Indent-FirstLine:before {
    content: "\e9e1"
}

.im-icon-Indent-LeftMargin:before {
    content: "\e9e2"
}

.im-icon-Indent-RightMargin:before {
    content: "\e9e3"
}

.im-icon-India:before {
    content: "\e9e4"
}

.im-icon-Info-Window:before {
    content: "\e9e5"
}

.im-icon-Information:before {
    content: "\e9e6"
}

.im-icon-Inifity:before {
    content: "\e9e7"
}

.im-icon-Instagram:before {
    content: "\e9e8"
}

.im-icon-Internet-2:before {
    content: "\e9e9"
}

.im-icon-Internet-Explorer:before {
    content: "\e9ea"
}

.im-icon-Internet-Smiley:before {
    content: "\e9eb"
}

.im-icon-Internet:before {
    content: "\e9ec"
}

.im-icon-iOS-Apple:before {
    content: "\e9ed"
}

.im-icon-Israel:before {
    content: "\e9ee"
}

.im-icon-Italic-Text:before {
    content: "\e9ef"
}

.im-icon-Jacket-2:before {
    content: "\e9f0"
}

.im-icon-Jacket:before {
    content: "\e9f1"
}

.im-icon-Jamaica:before {
    content: "\e9f2"
}

.im-icon-Japan:before {
    content: "\e9f3"
}

.im-icon-Japanese-Gate:before {
    content: "\e9f4"
}

.im-icon-Jeans:before {
    content: "\e9f5"
}

.im-icon-Jeep-2:before {
    content: "\e9f6"
}

.im-icon-Jeep:before {
    content: "\e9f7"
}

.im-icon-Jet:before {
    content: "\e9f8"
}

.im-icon-Joystick:before {
    content: "\e9f9"
}

.im-icon-Juice:before {
    content: "\e9fa"
}

.im-icon-Jump-Rope:before {
    content: "\e9fb"
}

.im-icon-Kangoroo:before {
    content: "\e9fc"
}

.im-icon-Kenya:before {
    content: "\e9fd"
}

.im-icon-Key-2:before {
    content: "\e9fe"
}

.im-icon-Key-3:before {
    content: "\e9ff"
}

.im-icon-Key-Lock:before {
    content: "\ea00"
}

.im-icon-Key:before {
    content: "\ea01"
}

.im-icon-Keyboard:before {
    content: "\ea02"
}

.im-icon-Keyboard3:before {
    content: "\ea03"
}

.im-icon-Keypad:before {
    content: "\ea04"
}

.im-icon-King-2:before {
    content: "\ea05"
}

.im-icon-King:before {
    content: "\ea06"
}

.im-icon-Kiss:before {
    content: "\ea07"
}

.im-icon-Knee:before {
    content: "\ea08"
}

.im-icon-Knife-2:before {
    content: "\ea09"
}

.im-icon-Knife:before {
    content: "\ea0a"
}

.im-icon-Knight:before {
    content: "\ea0b"
}

.im-icon-Koala:before {
    content: "\ea0c"
}

.im-icon-Korea:before {
    content: "\ea0d"
}

.im-icon-Lamp:before {
    content: "\ea0e"
}

.im-icon-Landscape-2:before {
    content: "\ea0f"
}

.im-icon-Landscape:before {
    content: "\ea10"
}

.im-icon-Lantern:before {
    content: "\ea11"
}

.im-icon-Laptop-2:before {
    content: "\ea12"
}

.im-icon-Laptop-3:before {
    content: "\ea13"
}

.im-icon-Laptop-Phone:before {
    content: "\ea14"
}

.im-icon-Laptop-Secure:before {
    content: "\ea15"
}

.im-icon-Laptop-Tablet:before {
    content: "\ea16"
}

.im-icon-Laptop:before {
    content: "\ea17"
}

.im-icon-Laser:before {
    content: "\ea18"
}

.im-icon-Last-FM:before {
    content: "\ea19"
}

.im-icon-Last:before {
    content: "\ea1a"
}

.im-icon-Laughing:before {
    content: "\ea1b"
}

.im-icon-Layer-1635:before {
    content: "\ea1c"
}

.im-icon-Layer-1646:before {
    content: "\ea1d"
}

.im-icon-Layer-Backward:before {
    content: "\ea1e"
}

.im-icon-Layer-Forward:before {
    content: "\ea1f"
}

.im-icon-Leafs-2:before {
    content: "\ea20"
}

.im-icon-Leafs:before {
    content: "\ea21"
}

.im-icon-Leaning-Tower:before {
    content: "\ea22"
}

.im-icon-Left--Right:before {
    content: "\ea23"
}

.im-icon-Left--Right3:before {
    content: "\ea24"
}

.im-icon-Left-2:before {
    content: "\ea25"
}

.im-icon-Left-3:before {
    content: "\ea26"
}

.im-icon-Left-4:before {
    content: "\ea27"
}

.im-icon-Left-ToRight:before {
    content: "\ea28"
}

.im-icon-Left:before {
    content: "\ea29"
}

.im-icon-Leg-2:before {
    content: "\ea2a"
}

.im-icon-Leg:before {
    content: "\ea2b"
}

.im-icon-Lego:before {
    content: "\ea2c"
}

.im-icon-Lemon:before {
    content: "\ea2d"
}

.im-icon-Len-2:before {
    content: "\ea2e"
}

.im-icon-Len-3:before {
    content: "\ea2f"
}

.im-icon-Len:before {
    content: "\ea30"
}

.im-icon-Leo-2:before {
    content: "\ea31"
}

.im-icon-Leo:before {
    content: "\ea32"
}

.im-icon-Leopard:before {
    content: "\ea33"
}

.im-icon-Lesbian:before {
    content: "\ea34"
}

.im-icon-Lesbians:before {
    content: "\ea35"
}

.im-icon-Letter-Close:before {
    content: "\ea36"
}

.im-icon-Letter-Open:before {
    content: "\ea37"
}

.im-icon-Letter-Sent:before {
    content: "\ea38"
}

.im-icon-Libra-2:before {
    content: "\ea39"
}

.im-icon-Libra:before {
    content: "\ea3a"
}

.im-icon-Library-2:before {
    content: "\ea3b"
}

.im-icon-Library:before {
    content: "\ea3c"
}

.im-icon-Life-Jacket:before {
    content: "\ea3d"
}

.im-icon-Life-Safer:before {
    content: "\ea3e"
}

.im-icon-Light-Bulb:before {
    content: "\ea3f"
}

.im-icon-Light-Bulb2:before {
    content: "\ea40"
}

.im-icon-Light-BulbLeaf:before {
    content: "\ea41"
}

.im-icon-Lighthouse:before {
    content: "\ea42"
}

.im-icon-Like-2:before {
    content: "\ea43"
}

.im-icon-Like:before {
    content: "\ea44"
}

.im-icon-Line-Chart:before {
    content: "\ea45"
}

.im-icon-Line-Chart2:before {
    content: "\ea46"
}

.im-icon-Line-Chart3:before {
    content: "\ea47"
}

.im-icon-Line-Chart4:before {
    content: "\ea48"
}

.im-icon-Line-Spacing:before {
    content: "\ea49"
}

.im-icon-Line-SpacingText:before {
    content: "\ea4a"
}

.im-icon-Link-2:before {
    content: "\ea4b"
}

.im-icon-Link:before {
    content: "\ea4c"
}

.im-icon-Linkedin-2:before {
    content: "\ea4d"
}

.im-icon-Linkedin:before {
    content: "\ea4e"
}

.im-icon-Linux:before {
    content: "\ea4f"
}

.im-icon-Lion:before {
    content: "\ea50"
}

.im-icon-Livejournal:before {
    content: "\ea51"
}

.im-icon-Loading-2:before {
    content: "\ea52"
}

.im-icon-Loading-3:before {
    content: "\ea53"
}

.im-icon-Loading-Window:before {
    content: "\ea54"
}

.im-icon-Loading:before {
    content: "\ea55"
}

.im-icon-Location-2:before {
    content: "\ea56"
}

.im-icon-Location:before {
    content: "\ea57"
}

.im-icon-Lock-2:before {
    content: "\ea58"
}

.im-icon-Lock-3:before {
    content: "\ea59"
}

.im-icon-Lock-User:before {
    content: "\ea5a"
}

.im-icon-Lock-Window:before {
    content: "\ea5b"
}

.im-icon-Lock:before {
    content: "\ea5c"
}

.im-icon-Lollipop-2:before {
    content: "\ea5d"
}

.im-icon-Lollipop-3:before {
    content: "\ea5e"
}

.im-icon-Lollipop:before {
    content: "\ea5f"
}

.im-icon-Loop:before {
    content: "\ea60"
}

.im-icon-Loud:before {
    content: "\ea61"
}

.im-icon-Loudspeaker:before {
    content: "\ea62"
}

.im-icon-Love-2:before {
    content: "\ea63"
}

.im-icon-Love-User:before {
    content: "\ea64"
}

.im-icon-Love-Window:before {
    content: "\ea65"
}

.im-icon-Love:before {
    content: "\ea66"
}

.im-icon-Lowercase-Text:before {
    content: "\ea67"
}

.im-icon-Luggafe-Front:before {
    content: "\ea68"
}

.im-icon-Luggage-2:before {
    content: "\ea69"
}

.im-icon-Macro:before {
    content: "\ea6a"
}

.im-icon-Magic-Wand:before {
    content: "\ea6b"
}

.im-icon-Magnet:before {
    content: "\ea6c"
}

.im-icon-Magnifi-Glass-:before {
    content: "\ea6d"
}

.im-icon-Magnifi-Glass:before {
    content: "\ea6e"
}

.im-icon-Magnifi-Glass2:before {
    content: "\ea6f"
}

.im-icon-Mail-2:before {
    content: "\ea70"
}

.im-icon-Mail-3:before {
    content: "\ea71"
}

.im-icon-Mail-Add:before {
    content: "\ea72"
}

.im-icon-Mail-Attachement:before {
    content: "\ea73"
}

.im-icon-Mail-Block:before {
    content: "\ea74"
}

.im-icon-Mail-Delete:before {
    content: "\ea75"
}

.im-icon-Mail-Favorite:before {
    content: "\ea76"
}

.im-icon-Mail-Forward:before {
    content: "\ea77"
}

.im-icon-Mail-Gallery:before {
    content: "\ea78"
}

.im-icon-Mail-Inbox:before {
    content: "\ea79"
}

.im-icon-Mail-Link:before {
    content: "\ea7a"
}

.im-icon-Mail-Lock:before {
    content: "\ea7b"
}

.im-icon-Mail-Love:before {
    content: "\ea7c"
}

.im-icon-Mail-Money:before {
    content: "\ea7d"
}

.im-icon-Mail-Open:before {
    content: "\ea7e"
}

.im-icon-Mail-Outbox:before {
    content: "\ea7f"
}

.im-icon-Mail-Password:before {
    content: "\ea80"
}

.im-icon-Mail-Photo:before {
    content: "\ea81"
}

.im-icon-Mail-Read:before {
    content: "\ea82"
}

.im-icon-Mail-Removex:before {
    content: "\ea83"
}

.im-icon-Mail-Reply:before {
    content: "\ea84"
}

.im-icon-Mail-ReplyAll:before {
    content: "\ea85"
}

.im-icon-Mail-Search:before {
    content: "\ea86"
}

.im-icon-Mail-Send:before {
    content: "\ea87"
}

.im-icon-Mail-Settings:before {
    content: "\ea88"
}

.im-icon-Mail-Unread:before {
    content: "\ea89"
}

.im-icon-Mail-Video:before {
    content: "\ea8a"
}

.im-icon-Mail-withAtSign:before {
    content: "\ea8b"
}

.im-icon-Mail-WithCursors:before {
    content: "\ea8c"
}

.im-icon-Mail:before {
    content: "\ea8d"
}

.im-icon-Mailbox-Empty:before {
    content: "\ea8e"
}

.im-icon-Mailbox-Full:before {
    content: "\ea8f"
}

.im-icon-Male-2:before {
    content: "\ea90"
}

.im-icon-Male-Sign:before {
    content: "\ea91"
}

.im-icon-Male:before {
    content: "\ea92"
}

.im-icon-MaleFemale:before {
    content: "\ea93"
}

.im-icon-Man-Sign:before {
    content: "\ea94"
}

.im-icon-Management:before {
    content: "\ea95"
}

.im-icon-Mans-Underwear:before {
    content: "\ea96"
}

.im-icon-Mans-Underwear2:before {
    content: "\ea97"
}

.im-icon-Map-Marker:before {
    content: "\ea98"
}

.im-icon-Map-Marker2:before {
    content: "\ea99"
}

.im-icon-Map-Marker3:before {
    content: "\ea9a"
}

.im-icon-Map:before {
    content: "\ea9b"
}

.im-icon-Map2:before {
    content: "\ea9c"
}

.im-icon-Marker-2:before {
    content: "\ea9d"
}

.im-icon-Marker-3:before {
    content: "\ea9e"
}

.im-icon-Marker:before {
    content: "\ea9f"
}

.im-icon-Martini-Glass:before {
    content: "\eaa0"
}

.im-icon-Mask:before {
    content: "\eaa1"
}

.im-icon-Master-Card:before {
    content: "\eaa2"
}

.im-icon-Maximize-Window:before {
    content: "\eaa3"
}

.im-icon-Maximize:before {
    content: "\eaa4"
}

.im-icon-Medal-2:before {
    content: "\eaa5"
}

.im-icon-Medal-3:before {
    content: "\eaa6"
}

.im-icon-Medal:before {
    content: "\eaa7"
}

.im-icon-Medical-Sign:before {
    content: "\eaa8"
}

.im-icon-Medicine-2:before {
    content: "\eaa9"
}

.im-icon-Medicine-3:before {
    content: "\eaaa"
}

.im-icon-Medicine:before {
    content: "\eaab"
}

.im-icon-Megaphone:before {
    content: "\eaac"
}

.im-icon-Memory-Card:before {
    content: "\eaad"
}

.im-icon-Memory-Card2:before {
    content: "\eaae"
}

.im-icon-Memory-Card3:before {
    content: "\eaaf"
}

.im-icon-Men:before {
    content: "\eab0"
}

.im-icon-Menorah:before {
    content: "\eab1"
}

.im-icon-Mens:before {
    content: "\eab2"
}

.im-icon-Metacafe:before {
    content: "\eab3"
}

.im-icon-Mexico:before {
    content: "\eab4"
}

.im-icon-Mic:before {
    content: "\eab5"
}

.im-icon-Microphone-2:before {
    content: "\eab6"
}

.im-icon-Microphone-3:before {
    content: "\eab7"
}

.im-icon-Microphone-4:before {
    content: "\eab8"
}

.im-icon-Microphone-5:before {
    content: "\eab9"
}

.im-icon-Microphone-6:before {
    content: "\eaba"
}

.im-icon-Microphone-7:before {
    content: "\eabb"
}

.im-icon-Microphone:before {
    content: "\eabc"
}

.im-icon-Microscope:before {
    content: "\eabd"
}

.im-icon-Milk-Bottle:before {
    content: "\eabe"
}

.im-icon-Mine:before {
    content: "\eabf"
}

.im-icon-Minimize-Maximize-Close-Window:before {
    content: "\eac0"
}

.im-icon-Minimize-Window:before {
    content: "\eac1"
}

.im-icon-Minimize:before {
    content: "\eac2"
}

.im-icon-Mirror:before {
    content: "\eac3"
}

.im-icon-Mixer:before {
    content: "\eac4"
}

.im-icon-Mixx:before {
    content: "\eac5"
}

.im-icon-Money-2:before {
    content: "\eac6"
}

.im-icon-Money-Bag:before {
    content: "\eac7"
}

.im-icon-Money-Smiley:before {
    content: "\eac8"
}

.im-icon-Money:before {
    content: "\eac9"
}

.im-icon-Monitor-2:before {
    content: "\eaca"
}

.im-icon-Monitor-3:before {
    content: "\eacb"
}

.im-icon-Monitor-4:before {
    content: "\eacc"
}

.im-icon-Monitor-5:before {
    content: "\eacd"
}

.im-icon-Monitor-Analytics:before {
    content: "\eace"
}

.im-icon-Monitor-Laptop:before {
    content: "\eacf"
}

.im-icon-Monitor-phone:before {
    content: "\ead0"
}

.im-icon-Monitor-Tablet:before {
    content: "\ead1"
}

.im-icon-Monitor-Vertical:before {
    content: "\ead2"
}

.im-icon-Monitor:before {
    content: "\ead3"
}

.im-icon-Monitoring:before {
    content: "\ead4"
}

.im-icon-Monkey:before {
    content: "\ead5"
}

.im-icon-Monster:before {
    content: "\ead6"
}

.im-icon-Morocco:before {
    content: "\ead7"
}

.im-icon-Motorcycle:before {
    content: "\ead8"
}

.im-icon-Mouse-2:before {
    content: "\ead9"
}

.im-icon-Mouse-3:before {
    content: "\eada"
}

.im-icon-Mouse-4:before {
    content: "\eadb"
}

.im-icon-Mouse-Pointer:before {
    content: "\eadc"
}

.im-icon-Mouse:before {
    content: "\eadd"
}

.im-icon-Moustache-Smiley:before {
    content: "\eade"
}

.im-icon-Movie-Ticket:before {
    content: "\eadf"
}

.im-icon-Movie:before {
    content: "\eae0"
}

.im-icon-Mp3-File:before {
    content: "\eae1"
}

.im-icon-Museum:before {
    content: "\eae2"
}

.im-icon-Mushroom:before {
    content: "\eae3"
}

.im-icon-Music-Note:before {
    content: "\eae4"
}

.im-icon-Music-Note2:before {
    content: "\eae5"
}

.im-icon-Music-Note3:before {
    content: "\eae6"
}

.im-icon-Music-Note4:before {
    content: "\eae7"
}

.im-icon-Music-Player:before {
    content: "\eae8"
}

.im-icon-Mustache-2:before {
    content: "\eae9"
}

.im-icon-Mustache-3:before {
    content: "\eaea"
}

.im-icon-Mustache-4:before {
    content: "\eaeb"
}

.im-icon-Mustache-5:before {
    content: "\eaec"
}

.im-icon-Mustache-6:before {
    content: "\eaed"
}

.im-icon-Mustache-7:before {
    content: "\eaee"
}

.im-icon-Mustache-8:before {
    content: "\eaef"
}

.im-icon-Mustache:before {
    content: "\eaf0"
}

.im-icon-Mute:before {
    content: "\eaf1"
}

.im-icon-Myspace:before {
    content: "\eaf2"
}

.im-icon-Navigat-Start:before {
    content: "\eaf3"
}

.im-icon-Navigate-End:before {
    content: "\eaf4"
}

.im-icon-Navigation-LeftWindow:before {
    content: "\eaf5"
}

.im-icon-Navigation-RightWindow:before {
    content: "\eaf6"
}

.im-icon-Nepal:before {
    content: "\eaf7"
}

.im-icon-Netscape:before {
    content: "\eaf8"
}

.im-icon-Network-Window:before {
    content: "\eaf9"
}

.im-icon-Network:before {
    content: "\eafa"
}

.im-icon-Neutron:before {
    content: "\eafb"
}

.im-icon-New-Mail:before {
    content: "\eafc"
}

.im-icon-New-Tab:before {
    content: "\eafd"
}

.im-icon-Newspaper-2:before {
    content: "\eafe"
}

.im-icon-Newspaper:before {
    content: "\eaff"
}

.im-icon-Newsvine:before {
    content: "\eb00"
}

.im-icon-Next2:before {
    content: "\eb01"
}

.im-icon-Next-3:before {
    content: "\eb02"
}

.im-icon-Next-Music:before {
    content: "\eb03"
}

.im-icon-Next:before {
    content: "\eb04"
}

.im-icon-No-Battery:before {
    content: "\eb05"
}

.im-icon-No-Drop:before {
    content: "\eb06"
}

.im-icon-No-Flash:before {
    content: "\eb07"
}

.im-icon-No-Smoking:before {
    content: "\eb08"
}

.im-icon-Noose:before {
    content: "\eb09"
}

.im-icon-Normal-Text:before {
    content: "\eb0a"
}

.im-icon-Note:before {
    content: "\eb0b"
}

.im-icon-Notepad-2:before {
    content: "\eb0c"
}

.im-icon-Notepad:before {
    content: "\eb0d"
}

.im-icon-Nuclear:before {
    content: "\eb0e"
}

.im-icon-Numbering-List:before {
    content: "\eb0f"
}

.im-icon-Nurse:before {
    content: "\eb10"
}

.im-icon-Office-Lamp:before {
    content: "\eb11"
}

.im-icon-Office:before {
    content: "\eb12"
}

.im-icon-Oil:before {
    content: "\eb13"
}

.im-icon-Old-Camera:before {
    content: "\eb14"
}

.im-icon-Old-Cassette:before {
    content: "\eb15"
}

.im-icon-Old-Clock:before {
    content: "\eb16"
}

.im-icon-Old-Radio:before {
    content: "\eb17"
}

.im-icon-Old-Sticky:before {
    content: "\eb18"
}

.im-icon-Old-Sticky2:before {
    content: "\eb19"
}

.im-icon-Old-Telephone:before {
    content: "\eb1a"
}

.im-icon-Old-TV:before {
    content: "\eb1b"
}

.im-icon-On-Air:before {
    content: "\eb1c"
}

.im-icon-On-Off-2:before {
    content: "\eb1d"
}

.im-icon-On-Off-3:before {
    content: "\eb1e"
}

.im-icon-On-off:before {
    content: "\eb1f"
}

.im-icon-One-Finger:before {
    content: "\eb20"
}

.im-icon-One-FingerTouch:before {
    content: "\eb21"
}

.im-icon-One-Window:before {
    content: "\eb22"
}

.im-icon-Open-Banana:before {
    content: "\eb23"
}

.im-icon-Open-Book:before {
    content: "\eb24"
}

.im-icon-Opera-House:before {
    content: "\eb25"
}

.im-icon-Opera:before {
    content: "\eb26"
}

.im-icon-Optimization:before {
    content: "\eb27"
}

.im-icon-Orientation-2:before {
    content: "\eb28"
}

.im-icon-Orientation-3:before {
    content: "\eb29"
}

.im-icon-Orientation:before {
    content: "\eb2a"
}

.im-icon-Orkut:before {
    content: "\eb2b"
}

.im-icon-Ornament:before {
    content: "\eb2c"
}

.im-icon-Over-Time:before {
    content: "\eb2d"
}

.im-icon-Over-Time2:before {
    content: "\eb2e"
}

.im-icon-Owl:before {
    content: "\eb2f"
}

.im-icon-Pac-Man:before {
    content: "\eb30"
}

.im-icon-Paint-Brush:before {
    content: "\eb31"
}

.im-icon-Paint-Bucket:before {
    content: "\eb32"
}

.im-icon-Paintbrush:before {
    content: "\eb33"
}

.im-icon-Palette:before {
    content: "\eb34"
}

.im-icon-Palm-Tree:before {
    content: "\eb35"
}

.im-icon-Panda:before {
    content: "\eb36"
}

.im-icon-Panorama:before {
    content: "\eb37"
}

.im-icon-Pantheon:before {
    content: "\eb38"
}

.im-icon-Pantone:before {
    content: "\eb39"
}

.im-icon-Pants:before {
    content: "\eb3a"
}

.im-icon-Paper-Plane:before {
    content: "\eb3b"
}

.im-icon-Paper:before {
    content: "\eb3c"
}

.im-icon-Parasailing:before {
    content: "\eb3d"
}

.im-icon-Parrot:before {
    content: "\eb3e"
}

.im-icon-Password-2shopping:before {
    content: "\eb3f"
}

.im-icon-Password-Field:before {
    content: "\eb40"
}

.im-icon-Password-shopping:before {
    content: "\eb41"
}

.im-icon-Password:before {
    content: "\eb42"
}

.im-icon-pause-2:before {
    content: "\eb43"
}

.im-icon-Pause:before {
    content: "\eb44"
}

.im-icon-Paw:before {
    content: "\eb45"
}

.im-icon-Pawn:before {
    content: "\eb46"
}

.im-icon-Paypal:before {
    content: "\eb47"
}

.im-icon-Pen-2:before {
    content: "\eb48"
}

.im-icon-Pen-3:before {
    content: "\eb49"
}

.im-icon-Pen-4:before {
    content: "\eb4a"
}

.im-icon-Pen-5:before {
    content: "\eb4b"
}

.im-icon-Pen-6:before {
    content: "\eb4c"
}

.im-icon-Pen:before {
    content: "\eb4d"
}

.im-icon-Pencil-Ruler:before {
    content: "\eb4e"
}

.im-icon-Pencil:before {
    content: "\eb4f"
}

.im-icon-Penguin:before {
    content: "\eb50"
}

.im-icon-Pentagon:before {
    content: "\eb51"
}

.im-icon-People-onCloud:before {
    content: "\eb52"
}

.im-icon-Pepper-withFire:before {
    content: "\eb53"
}

.im-icon-Pepper:before {
    content: "\eb54"
}

.im-icon-Petrol:before {
    content: "\eb55"
}

.im-icon-Petronas-Tower:before {
    content: "\eb56"
}

.im-icon-Philipines:before {
    content: "\eb57"
}

.im-icon-Phone-2:before {
    content: "\eb58"
}

.im-icon-Phone-3:before {
    content: "\eb59"
}

.im-icon-Phone-3G:before {
    content: "\eb5a"
}

.im-icon-Phone-4G:before {
    content: "\eb5b"
}

.im-icon-Phone-Simcard:before {
    content: "\eb5c"
}

.im-icon-Phone-SMS:before {
    content: "\eb5d"
}

.im-icon-Phone-Wifi:before {
    content: "\eb5e"
}

.im-icon-Phone:before {
    content: "\eb5f"
}

.im-icon-Photo-2:before {
    content: "\eb60"
}

.im-icon-Photo-3:before {
    content: "\eb61"
}

.im-icon-Photo-Album:before {
    content: "\eb62"
}

.im-icon-Photo-Album2:before {
    content: "\eb63"
}

.im-icon-Photo-Album3:before {
    content: "\eb64"
}

.im-icon-Photo:before {
    content: "\eb65"
}

.im-icon-Photos:before {
    content: "\eb66"
}

.im-icon-Physics:before {
    content: "\eb67"
}

.im-icon-Pi:before {
    content: "\eb68"
}

.im-icon-Piano:before {
    content: "\eb69"
}

.im-icon-Picasa:before {
    content: "\eb6a"
}

.im-icon-Pie-Chart:before {
    content: "\eb6b"
}

.im-icon-Pie-Chart2:before {
    content: "\eb6c"
}

.im-icon-Pie-Chart3:before {
    content: "\eb6d"
}

.im-icon-Pilates-2:before {
    content: "\eb6e"
}

.im-icon-Pilates-3:before {
    content: "\eb6f"
}

.im-icon-Pilates:before {
    content: "\eb70"
}

.im-icon-Pilot:before {
    content: "\eb71"
}

.im-icon-Pinch:before {
    content: "\eb72"
}

.im-icon-Ping-Pong:before {
    content: "\eb73"
}

.im-icon-Pinterest:before {
    content: "\eb74"
}

.im-icon-Pipe:before {
    content: "\eb75"
}

.im-icon-Pipette:before {
    content: "\eb76"
}

.im-icon-Piramids:before {
    content: "\eb77"
}

.im-icon-Pisces-2:before {
    content: "\eb78"
}

.im-icon-Pisces:before {
    content: "\eb79"
}

.im-icon-Pizza-Slice:before {
    content: "\eb7a"
}

.im-icon-Pizza:before {
    content: "\eb7b"
}

.im-icon-Plane-2:before {
    content: "\eb7c"
}

.im-icon-Plane:before {
    content: "\eb7d"
}

.im-icon-Plant:before {
    content: "\eb7e"
}

.im-icon-Plasmid:before {
    content: "\eb7f"
}

.im-icon-Plaster:before {
    content: "\eb80"
}

.im-icon-Plastic-CupPhone:before {
    content: "\eb81"
}

.im-icon-Plastic-CupPhone2:before {
    content: "\eb82"
}

.im-icon-Plate:before {
    content: "\eb83"
}

.im-icon-Plates:before {
    content: "\eb84"
}

.im-icon-Plaxo:before {
    content: "\eb85"
}

.im-icon-Play-Music:before {
    content: "\eb86"
}

.im-icon-Plug-In:before {
    content: "\eb87"
}

.im-icon-Plug-In2:before {
    content: "\eb88"
}

.im-icon-Plurk:before {
    content: "\eb89"
}

.im-icon-Pointer:before {
    content: "\eb8a"
}

.im-icon-Poland:before {
    content: "\eb8b"
}

.im-icon-Police-Man:before {
    content: "\eb8c"
}

.im-icon-Police-Station:before {
    content: "\eb8d"
}

.im-icon-Police-Woman:before {
    content: "\eb8e"
}

.im-icon-Police:before {
    content: "\eb8f"
}

.im-icon-Polo-Shirt:before {
    content: "\eb90"
}

.im-icon-Portrait:before {
    content: "\eb91"
}

.im-icon-Portugal:before {
    content: "\eb92"
}

.im-icon-Post-Mail:before {
    content: "\eb93"
}

.im-icon-Post-Mail2:before {
    content: "\eb94"
}

.im-icon-Post-Office:before {
    content: "\eb95"
}

.im-icon-Post-Sign:before {
    content: "\eb96"
}

.im-icon-Post-Sign2ways:before {
    content: "\eb97"
}

.im-icon-Posterous:before {
    content: "\eb98"
}

.im-icon-Pound-Sign:before {
    content: "\eb99"
}

.im-icon-Pound-Sign2:before {
    content: "\eb9a"
}

.im-icon-Pound:before {
    content: "\eb9b"
}

.im-icon-Power-2:before {
    content: "\eb9c"
}

.im-icon-Power-3:before {
    content: "\eb9d"
}

.im-icon-Power-Cable:before {
    content: "\eb9e"
}

.im-icon-Power-Station:before {
    content: "\eb9f"
}

.im-icon-Power:before {
    content: "\eba0"
}

.im-icon-Prater:before {
    content: "\eba1"
}

.im-icon-Present:before {
    content: "\eba2"
}

.im-icon-Presents:before {
    content: "\eba3"
}

.im-icon-Press:before {
    content: "\eba4"
}

.im-icon-Preview:before {
    content: "\eba5"
}

.im-icon-Previous:before {
    content: "\eba6"
}

.im-icon-Pricing:before {
    content: "\eba7"
}

.im-icon-Printer:before {
    content: "\eba8"
}

.im-icon-Professor:before {
    content: "\eba9"
}

.im-icon-Profile:before {
    content: "\ebaa"
}

.im-icon-Project:before {
    content: "\ebab"
}

.im-icon-Projector-2:before {
    content: "\ebac"
}

.im-icon-Projector:before {
    content: "\ebad"
}

.im-icon-Pulse:before {
    content: "\ebae"
}

.im-icon-Pumpkin:before {
    content: "\ebaf"
}

.im-icon-Punk:before {
    content: "\ebb0"
}

.im-icon-Punker:before {
    content: "\ebb1"
}

.im-icon-Puzzle:before {
    content: "\ebb2"
}

.im-icon-QIK:before {
    content: "\ebb3"
}

.im-icon-QR-Code:before {
    content: "\ebb4"
}

.im-icon-Queen-2:before {
    content: "\ebb5"
}

.im-icon-Queen:before {
    content: "\ebb6"
}

.im-icon-Quill-2:before {
    content: "\ebb7"
}

.im-icon-Quill-3:before {
    content: "\ebb8"
}

.im-icon-Quill:before {
    content: "\ebb9"
}

.im-icon-Quotes-2:before {
    content: "\ebba"
}

.im-icon-Quotes:before {
    content: "\ebbb"
}

.im-icon-Radio:before {
    content: "\ebbc"
}

.im-icon-Radioactive:before {
    content: "\ebbd"
}

.im-icon-Rafting:before {
    content: "\ebbe"
}

.im-icon-Rain-Drop:before {
    content: "\ebbf"
}

.im-icon-Rainbow-2:before {
    content: "\ebc0"
}

.im-icon-Rainbow:before {
    content: "\ebc1"
}

.im-icon-Ram:before {
    content: "\ebc2"
}

.im-icon-Razzor-Blade:before {
    content: "\ebc3"
}

.im-icon-Receipt-2:before {
    content: "\ebc4"
}

.im-icon-Receipt-3:before {
    content: "\ebc5"
}

.im-icon-Receipt-4:before {
    content: "\ebc6"
}

.im-icon-Receipt:before {
    content: "\ebc7"
}

.im-icon-Record2:before {
    content: "\ebc8"
}

.im-icon-Record-3:before {
    content: "\ebc9"
}

.im-icon-Record-Music:before {
    content: "\ebca"
}

.im-icon-Record:before {
    content: "\ebcb"
}

.im-icon-Recycling-2:before {
    content: "\ebcc"
}

.im-icon-Recycling:before {
    content: "\ebcd"
}

.im-icon-Reddit:before {
    content: "\ebce"
}

.im-icon-Redhat:before {
    content: "\ebcf"
}

.im-icon-Redirect:before {
    content: "\ebd0"
}

.im-icon-Redo:before {
    content: "\ebd1"
}

.im-icon-Reel:before {
    content: "\ebd2"
}

.im-icon-Refinery:before {
    content: "\ebd3"
}

.im-icon-Refresh-Window:before {
    content: "\ebd4"
}

.im-icon-Refresh:before {
    content: "\ebd5"
}

.im-icon-Reload-2:before {
    content: "\ebd6"
}

.im-icon-Reload-3:before {
    content: "\ebd7"
}

.im-icon-Reload:before {
    content: "\ebd8"
}

.im-icon-Remote-Controll:before {
    content: "\ebd9"
}

.im-icon-Remote-Controll2:before {
    content: "\ebda"
}

.im-icon-Remove-Bag:before {
    content: "\ebdb"
}

.im-icon-Remove-Basket:before {
    content: "\ebdc"
}

.im-icon-Remove-Cart:before {
    content: "\ebdd"
}

.im-icon-Remove-File:before {
    content: "\ebde"
}

.im-icon-Remove-User:before {
    content: "\ebdf"
}

.im-icon-Remove-Window:before {
    content: "\ebe0"
}

.im-icon-Remove:before {
    content: "\ebe1"
}

.im-icon-Rename:before {
    content: "\ebe2"
}

.im-icon-Repair:before {
    content: "\ebe3"
}

.im-icon-Repeat-2:before {
    content: "\ebe4"
}

.im-icon-Repeat-3:before {
    content: "\ebe5"
}

.im-icon-Repeat-4:before {
    content: "\ebe6"
}

.im-icon-Repeat-5:before {
    content: "\ebe7"
}

.im-icon-Repeat-6:before {
    content: "\ebe8"
}

.im-icon-Repeat-7:before {
    content: "\ebe9"
}

.im-icon-Repeat:before {
    content: "\ebea"
}

.im-icon-Reset:before {
    content: "\ebeb"
}

.im-icon-Resize:before {
    content: "\ebec"
}

.im-icon-Restore-Window:before {
    content: "\ebed"
}

.im-icon-Retouching:before {
    content: "\ebee"
}

.im-icon-Retro-Camera:before {
    content: "\ebef"
}

.im-icon-Retro:before {
    content: "\ebf0"
}

.im-icon-Retweet:before {
    content: "\ebf1"
}

.im-icon-Reverbnation:before {
    content: "\ebf2"
}

.im-icon-Rewind:before {
    content: "\ebf3"
}

.im-icon-RGB:before {
    content: "\ebf4"
}

.im-icon-Ribbon-2:before {
    content: "\ebf5"
}

.im-icon-Ribbon-3:before {
    content: "\ebf6"
}

.im-icon-Ribbon:before {
    content: "\ebf7"
}

.im-icon-Right-2:before {
    content: "\ebf8"
}

.im-icon-Right-3:before {
    content: "\ebf9"
}

.im-icon-Right-4:before {
    content: "\ebfa"
}

.im-icon-Right-ToLeft:before {
    content: "\ebfb"
}

.im-icon-Right:before {
    content: "\ebfc"
}

.im-icon-Road-2:before {
    content: "\ebfd"
}

.im-icon-Road-3:before {
    content: "\ebfe"
}

.im-icon-Road:before {
    content: "\ebff"
}

.im-icon-Robot-2:before {
    content: "\ec00"
}

.im-icon-Robot:before {
    content: "\ec01"
}

.im-icon-Rock-andRoll:before {
    content: "\ec02"
}

.im-icon-Rocket:before {
    content: "\ec03"
}

.im-icon-Roller:before {
    content: "\ec04"
}

.im-icon-Roof:before {
    content: "\ec05"
}

.im-icon-Rook:before {
    content: "\ec06"
}

.im-icon-Rotate-Gesture:before {
    content: "\ec07"
}

.im-icon-Rotate-Gesture2:before {
    content: "\ec08"
}

.im-icon-Rotate-Gesture3:before {
    content: "\ec09"
}

.im-icon-Rotation-390:before {
    content: "\ec0a"
}

.im-icon-Rotation:before {
    content: "\ec0b"
}

.im-icon-Router-2:before {
    content: "\ec0c"
}

.im-icon-Router:before {
    content: "\ec0d"
}

.im-icon-RSS:before {
    content: "\ec0e"
}

.im-icon-Ruler-2:before {
    content: "\ec0f"
}

.im-icon-Ruler:before {
    content: "\ec10"
}

.im-icon-Running-Shoes:before {
    content: "\ec11"
}

.im-icon-Running:before {
    content: "\ec12"
}

.im-icon-Safari:before {
    content: "\ec13"
}

.im-icon-Safe-Box:before {
    content: "\ec14"
}

.im-icon-Safe-Box2:before {
    content: "\ec15"
}

.im-icon-Safety-PinClose:before {
    content: "\ec16"
}

.im-icon-Safety-PinOpen:before {
    content: "\ec17"
}

.im-icon-Sagittarus-2:before {
    content: "\ec18"
}

.im-icon-Sagittarus:before {
    content: "\ec19"
}

.im-icon-Sailing-Ship:before {
    content: "\ec1a"
}

.im-icon-Sand-watch:before {
    content: "\ec1b"
}

.im-icon-Sand-watch2:before {
    content: "\ec1c"
}

.im-icon-Santa-Claus:before {
    content: "\ec1d"
}

.im-icon-Santa-Claus2:before {
    content: "\ec1e"
}

.im-icon-Santa-onSled:before {
    content: "\ec1f"
}

.im-icon-Satelite-2:before {
    content: "\ec20"
}

.im-icon-Satelite:before {
    content: "\ec21"
}

.im-icon-Save-Window:before {
    content: "\ec22"
}

.im-icon-Save:before {
    content: "\ec23"
}

.im-icon-Saw:before {
    content: "\ec24"
}

.im-icon-Saxophone:before {
    content: "\ec25"
}

.im-icon-Scale:before {
    content: "\ec26"
}

.im-icon-Scarf:before {
    content: "\ec27"
}

.im-icon-Scissor:before {
    content: "\ec28"
}

.im-icon-Scooter-Front:before {
    content: "\ec29"
}

.im-icon-Scooter:before {
    content: "\ec2a"
}

.im-icon-Scorpio-2:before {
    content: "\ec2b"
}

.im-icon-Scorpio:before {
    content: "\ec2c"
}

.im-icon-Scotland:before {
    content: "\ec2d"
}

.im-icon-Screwdriver:before {
    content: "\ec2e"
}

.im-icon-Scroll-Fast:before {
    content: "\ec2f"
}

.im-icon-Scroll:before {
    content: "\ec30"
}

.im-icon-Scroller-2:before {
    content: "\ec31"
}

.im-icon-Scroller:before {
    content: "\ec32"
}

.im-icon-Sea-Dog:before {
    content: "\ec33"
}

.im-icon-Search-onCloud:before {
    content: "\ec34"
}

.im-icon-Search-People:before {
    content: "\ec35"
}

.im-icon-secound:before {
    content: "\ec36"
}

.im-icon-secound2:before {
    content: "\ec37"
}

.im-icon-Security-Block:before {
    content: "\ec38"
}

.im-icon-Security-Bug:before {
    content: "\ec39"
}

.im-icon-Security-Camera:before {
    content: "\ec3a"
}

.im-icon-Security-Check:before {
    content: "\ec3b"
}

.im-icon-Security-Settings:before {
    content: "\ec3c"
}

.im-icon-Security-Smiley:before {
    content: "\ec3d"
}

.im-icon-Securiy-Remove:before {
    content: "\ec3e"
}

.im-icon-Seed:before {
    content: "\ec3f"
}

.im-icon-Selfie:before {
    content: "\ec40"
}

.im-icon-Serbia:before {
    content: "\ec41"
}

.im-icon-Server-2:before {
    content: "\ec42"
}

.im-icon-Server:before {
    content: "\ec43"
}

.im-icon-Servers:before {
    content: "\ec44"
}

.im-icon-Settings-Window:before {
    content: "\ec45"
}

.im-icon-Sewing-Machine:before {
    content: "\ec46"
}

.im-icon-Sexual:before {
    content: "\ec47"
}

.im-icon-Share-onCloud:before {
    content: "\ec48"
}

.im-icon-Share-Window:before {
    content: "\ec49"
}

.im-icon-Share:before {
    content: "\ec4a"
}

.im-icon-Sharethis:before {
    content: "\ec4b"
}

.im-icon-Shark:before {
    content: "\ec4c"
}

.im-icon-Sheep:before {
    content: "\ec4d"
}

.im-icon-Sheriff-Badge:before {
    content: "\ec4e"
}

.im-icon-Shield:before {
    content: "\ec4f"
}

.im-icon-Ship-2:before {
    content: "\ec50"
}

.im-icon-Ship:before {
    content: "\ec51"
}

.im-icon-Shirt:before {
    content: "\ec52"
}

.im-icon-Shoes-2:before {
    content: "\ec53"
}

.im-icon-Shoes-3:before {
    content: "\ec54"
}

.im-icon-Shoes:before {
    content: "\ec55"
}

.im-icon-Shop-2:before {
    content: "\ec56"
}

.im-icon-Shop-3:before {
    content: "\ec57"
}

.im-icon-Shop-4:before {
    content: "\ec58"
}

.im-icon-Shop:before {
    content: "\ec59"
}

.im-icon-Shopping-Bag:before {
    content: "\ec5a"
}

.im-icon-Shopping-Basket:before {
    content: "\ec5b"
}

.im-icon-Shopping-Cart:before {
    content: "\ec5c"
}

.im-icon-Short-Pants:before {
    content: "\ec5d"
}

.im-icon-Shoutwire:before {
    content: "\ec5e"
}

.im-icon-Shovel:before {
    content: "\ec5f"
}

.im-icon-Shuffle-2:before {
    content: "\ec60"
}

.im-icon-Shuffle-3:before {
    content: "\ec61"
}

.im-icon-Shuffle-4:before {
    content: "\ec62"
}

.im-icon-Shuffle:before {
    content: "\ec63"
}

.im-icon-Shutter:before {
    content: "\ec64"
}

.im-icon-Sidebar-Window:before {
    content: "\ec65"
}

.im-icon-Signal:before {
    content: "\ec66"
}

.im-icon-Singapore:before {
    content: "\ec67"
}

.im-icon-Skate-Shoes:before {
    content: "\ec68"
}

.im-icon-Skateboard-2:before {
    content: "\ec69"
}

.im-icon-Skateboard:before {
    content: "\ec6a"
}

.im-icon-Skeleton:before {
    content: "\ec6b"
}

.im-icon-Ski:before {
    content: "\ec6c"
}

.im-icon-Skirt:before {
    content: "\ec6d"
}

.im-icon-Skrill:before {
    content: "\ec6e"
}

.im-icon-Skull:before {
    content: "\ec6f"
}

.im-icon-Skydiving:before {
    content: "\ec70"
}

.im-icon-Skype:before {
    content: "\ec71"
}

.im-icon-Sled-withGifts:before {
    content: "\ec72"
}

.im-icon-Sled:before {
    content: "\ec73"
}

.im-icon-Sleeping:before {
    content: "\ec74"
}

.im-icon-Sleet:before {
    content: "\ec75"
}

.im-icon-Slippers:before {
    content: "\ec76"
}

.im-icon-Smart:before {
    content: "\ec77"
}

.im-icon-Smartphone-2:before {
    content: "\ec78"
}

.im-icon-Smartphone-3:before {
    content: "\ec79"
}

.im-icon-Smartphone-4:before {
    content: "\ec7a"
}

.im-icon-Smartphone-Secure:before {
    content: "\ec7b"
}

.im-icon-Smartphone:before {
    content: "\ec7c"
}

.im-icon-Smile:before {
    content: "\ec7d"
}

.im-icon-Smoking-Area:before {
    content: "\ec7e"
}

.im-icon-Smoking-Pipe:before {
    content: "\ec7f"
}

.im-icon-Snake:before {
    content: "\ec80"
}

.im-icon-Snorkel:before {
    content: "\ec81"
}

.im-icon-Snow-2:before {
    content: "\ec82"
}

.im-icon-Snow-Dome:before {
    content: "\ec83"
}

.im-icon-Snow-Storm:before {
    content: "\ec84"
}

.im-icon-Snow:before {
    content: "\ec85"
}

.im-icon-Snowflake-2:before {
    content: "\ec86"
}

.im-icon-Snowflake-3:before {
    content: "\ec87"
}

.im-icon-Snowflake-4:before {
    content: "\ec88"
}

.im-icon-Snowflake:before {
    content: "\ec89"
}

.im-icon-Snowman:before {
    content: "\ec8a"
}

.im-icon-Soccer-Ball:before {
    content: "\ec8b"
}

.im-icon-Soccer-Shoes:before {
    content: "\ec8c"
}

.im-icon-Socks:before {
    content: "\ec8d"
}

.im-icon-Solar:before {
    content: "\ec8e"
}

.im-icon-Sound-Wave:before {
    content: "\ec8f"
}

.im-icon-Sound:before {
    content: "\ec90"
}

.im-icon-Soundcloud:before {
    content: "\ec91"
}

.im-icon-Soup:before {
    content: "\ec92"
}

.im-icon-South-Africa:before {
    content: "\ec93"
}

.im-icon-Space-Needle:before {
    content: "\ec94"
}

.im-icon-Spain:before {
    content: "\ec95"
}

.im-icon-Spam-Mail:before {
    content: "\ec96"
}

.im-icon-Speach-Bubble:before {
    content: "\ec97"
}

.im-icon-Speach-Bubble2:before {
    content: "\ec98"
}

.im-icon-Speach-Bubble3:before {
    content: "\ec99"
}

.im-icon-Speach-Bubble4:before {
    content: "\ec9a"
}

.im-icon-Speach-Bubble5:before {
    content: "\ec9b"
}

.im-icon-Speach-Bubble6:before {
    content: "\ec9c"
}

.im-icon-Speach-Bubble7:before {
    content: "\ec9d"
}

.im-icon-Speach-Bubble8:before {
    content: "\ec9e"
}

.im-icon-Speach-Bubble9:before {
    content: "\ec9f"
}

.im-icon-Speach-Bubble10:before {
    content: "\eca0"
}

.im-icon-Speach-Bubble11:before {
    content: "\eca1"
}

.im-icon-Speach-Bubble12:before {
    content: "\eca2"
}

.im-icon-Speach-Bubble13:before {
    content: "\eca3"
}

.im-icon-Speach-BubbleAsking:before {
    content: "\eca4"
}

.im-icon-Speach-BubbleComic:before {
    content: "\eca5"
}

.im-icon-Speach-BubbleComic2:before {
    content: "\eca6"
}

.im-icon-Speach-BubbleComic3:before {
    content: "\eca7"
}

.im-icon-Speach-BubbleComic4:before {
    content: "\eca8"
}

.im-icon-Speach-BubbleDialog:before {
    content: "\eca9"
}

.im-icon-Speach-Bubbles:before {
    content: "\ecaa"
}

.im-icon-Speak-2:before {
    content: "\ecab"
}

.im-icon-Speak:before {
    content: "\ecac"
}

.im-icon-Speaker-2:before {
    content: "\ecad"
}

.im-icon-Speaker:before {
    content: "\ecae"
}

.im-icon-Spell-Check:before {
    content: "\ecaf"
}

.im-icon-Spell-CheckABC:before {
    content: "\ecb0"
}

.im-icon-Spermium:before {
    content: "\ecb1"
}

.im-icon-Spider:before {
    content: "\ecb2"
}

.im-icon-Spiderweb:before {
    content: "\ecb3"
}

.im-icon-Split-FourSquareWindow:before {
    content: "\ecb4"
}

.im-icon-Split-Horizontal:before {
    content: "\ecb5"
}

.im-icon-Split-Horizontal2Window:before {
    content: "\ecb6"
}

.im-icon-Split-Vertical:before {
    content: "\ecb7"
}

.im-icon-Split-Vertical2:before {
    content: "\ecb8"
}

.im-icon-Split-Window:before {
    content: "\ecb9"
}

.im-icon-Spoder:before {
    content: "\ecba"
}

.im-icon-Spoon:before {
    content: "\ecbb"
}

.im-icon-Sport-Mode:before {
    content: "\ecbc"
}

.im-icon-Sports-Clothings1:before {
    content: "\ecbd"
}

.im-icon-Sports-Clothings2:before {
    content: "\ecbe"
}

.im-icon-Sports-Shirt:before {
    content: "\ecbf"
}

.im-icon-Spot:before {
    content: "\ecc0"
}

.im-icon-Spray:before {
    content: "\ecc1"
}

.im-icon-Spread:before {
    content: "\ecc2"
}

.im-icon-Spring:before {
    content: "\ecc3"
}

.im-icon-Spurl:before {
    content: "\ecc4"
}

.im-icon-Spy:before {
    content: "\ecc5"
}

.im-icon-Squirrel:before {
    content: "\ecc6"
}

.im-icon-SSL:before {
    content: "\ecc7"
}

.im-icon-St-BasilsCathedral:before {
    content: "\ecc8"
}

.im-icon-St-PaulsCathedral:before {
    content: "\ecc9"
}

.im-icon-Stamp-2:before {
    content: "\ecca"
}

.im-icon-Stamp:before {
    content: "\eccb"
}

.im-icon-Stapler:before {
    content: "\eccc"
}

.im-icon-Star-Track:before {
    content: "\eccd"
}

.im-icon-Star:before {
    content: "\ecce"
}

.im-icon-Starfish:before {
    content: "\eccf"
}

.im-icon-Start2:before {
    content: "\ecd0"
}

.im-icon-Start-3:before {
    content: "\ecd1"
}

.im-icon-Start-ways:before {
    content: "\ecd2"
}

.im-icon-Start:before {
    content: "\ecd3"
}

.im-icon-Statistic:before {
    content: "\ecd4"
}

.im-icon-Stethoscope:before {
    content: "\ecd5"
}

.im-icon-stop--2:before {
    content: "\ecd6"
}

.im-icon-Stop-Music:before {
    content: "\ecd7"
}

.im-icon-Stop:before {
    content: "\ecd8"
}

.im-icon-Stopwatch-2:before {
    content: "\ecd9"
}

.im-icon-Stopwatch:before {
    content: "\ecda"
}

.im-icon-Storm:before {
    content: "\ecdb"
}

.im-icon-Street-View:before {
    content: "\ecdc"
}

.im-icon-Street-View2:before {
    content: "\ecdd"
}

.im-icon-Strikethrough-Text:before {
    content: "\ecde"
}

.im-icon-Stroller:before {
    content: "\ecdf"
}

.im-icon-Structure:before {
    content: "\ece0"
}

.im-icon-Student-Female:before {
    content: "\ece1"
}

.im-icon-Student-Hat:before {
    content: "\ece2"
}

.im-icon-Student-Hat2:before {
    content: "\ece3"
}

.im-icon-Student-Male:before {
    content: "\ece4"
}

.im-icon-Student-MaleFemale:before {
    content: "\ece5"
}

.im-icon-Students:before {
    content: "\ece6"
}

.im-icon-Studio-Flash:before {
    content: "\ece7"
}

.im-icon-Studio-Lightbox:before {
    content: "\ece8"
}

.im-icon-Stumbleupon:before {
    content: "\ece9"
}

.im-icon-Suit:before {
    content: "\ecea"
}

.im-icon-Suitcase:before {
    content: "\eceb"
}

.im-icon-Sum-2:before {
    content: "\ecec"
}

.im-icon-Sum:before {
    content: "\eced"
}

.im-icon-Summer:before {
    content: "\ecee"
}

.im-icon-Sun-CloudyRain:before {
    content: "\ecef"
}

.im-icon-Sun:before {
    content: "\ecf0"
}

.im-icon-Sunglasses-2:before {
    content: "\ecf1"
}

.im-icon-Sunglasses-3:before {
    content: "\ecf2"
}

.im-icon-Sunglasses-Smiley:before {
    content: "\ecf3"
}

.im-icon-Sunglasses-Smiley2:before {
    content: "\ecf4"
}

.im-icon-Sunglasses-W:before {
    content: "\ecf5"
}

.im-icon-Sunglasses-W2:before {
    content: "\ecf6"
}

.im-icon-Sunglasses-W3:before {
    content: "\ecf7"
}

.im-icon-Sunglasses:before {
    content: "\ecf8"
}

.im-icon-Sunrise:before {
    content: "\ecf9"
}

.im-icon-Sunset:before {
    content: "\ecfa"
}

.im-icon-Superman:before {
    content: "\ecfb"
}

.im-icon-Support:before {
    content: "\ecfc"
}

.im-icon-Surprise:before {
    content: "\ecfd"
}

.im-icon-Sushi:before {
    content: "\ecfe"
}

.im-icon-Sweden:before {
    content: "\ecff"
}

.im-icon-Swimming-Short:before {
    content: "\ed00"
}

.im-icon-Swimming:before {
    content: "\ed01"
}

.im-icon-Swimmwear:before {
    content: "\ed02"
}

.im-icon-Switch:before {
    content: "\ed03"
}

.im-icon-Switzerland:before {
    content: "\ed04"
}

.im-icon-Sync-Cloud:before {
    content: "\ed05"
}

.im-icon-Sync:before {
    content: "\ed06"
}

.im-icon-Synchronize-2:before {
    content: "\ed07"
}

.im-icon-Synchronize:before {
    content: "\ed08"
}

.im-icon-T-Shirt:before {
    content: "\ed09"
}

.im-icon-Tablet-2:before {
    content: "\ed0a"
}

.im-icon-Tablet-3:before {
    content: "\ed0b"
}

.im-icon-Tablet-Orientation:before {
    content: "\ed0c"
}

.im-icon-Tablet-Phone:before {
    content: "\ed0d"
}

.im-icon-Tablet-Secure:before {
    content: "\ed0e"
}

.im-icon-Tablet-Vertical:before {
    content: "\ed0f"
}

.im-icon-Tablet:before {
    content: "\ed10"
}

.im-icon-Tactic:before {
    content: "\ed11"
}

.im-icon-Tag-2:before {
    content: "\ed12"
}

.im-icon-Tag-3:before {
    content: "\ed13"
}

.im-icon-Tag-4:before {
    content: "\ed14"
}

.im-icon-Tag-5:before {
    content: "\ed15"
}

.im-icon-Tag:before {
    content: "\ed16"
}

.im-icon-Taj-Mahal:before {
    content: "\ed17"
}

.im-icon-Talk-Man:before {
    content: "\ed18"
}

.im-icon-Tap:before {
    content: "\ed19"
}

.im-icon-Target-Market:before {
    content: "\ed1a"
}

.im-icon-Target:before {
    content: "\ed1b"
}

.im-icon-Taurus-2:before {
    content: "\ed1c"
}

.im-icon-Taurus:before {
    content: "\ed1d"
}

.im-icon-Taxi-2:before {
    content: "\ed1e"
}

.im-icon-Taxi-Sign:before {
    content: "\ed1f"
}

.im-icon-Taxi:before {
    content: "\ed20"
}

.im-icon-Teacher:before {
    content: "\ed21"
}

.im-icon-Teapot:before {
    content: "\ed22"
}

.im-icon-Technorati:before {
    content: "\ed23"
}

.im-icon-Teddy-Bear:before {
    content: "\ed24"
}

.im-icon-Tee-Mug:before {
    content: "\ed25"
}

.im-icon-Telephone-2:before {
    content: "\ed26"
}

.im-icon-Telephone:before {
    content: "\ed27"
}

.im-icon-Telescope:before {
    content: "\ed28"
}

.im-icon-Temperature-2:before {
    content: "\ed29"
}

.im-icon-Temperature-3:before {
    content: "\ed2a"
}

.im-icon-Temperature:before {
    content: "\ed2b"
}

.im-icon-Temple:before {
    content: "\ed2c"
}

.im-icon-Tennis-Ball:before {
    content: "\ed2d"
}

.im-icon-Tennis:before {
    content: "\ed2e"
}

.im-icon-Tent:before {
    content: "\ed2f"
}

.im-icon-Test-Tube:before {
    content: "\ed30"
}

.im-icon-Test-Tube2:before {
    content: "\ed31"
}

.im-icon-Testimonal:before {
    content: "\ed32"
}

.im-icon-Text-Box:before {
    content: "\ed33"
}

.im-icon-Text-Effect:before {
    content: "\ed34"
}

.im-icon-Text-HighlightColor:before {
    content: "\ed35"
}

.im-icon-Text-Paragraph:before {
    content: "\ed36"
}

.im-icon-Thailand:before {
    content: "\ed37"
}

.im-icon-The-WhiteHouse:before {
    content: "\ed38"
}

.im-icon-This-SideUp:before {
    content: "\ed39"
}

.im-icon-Thread:before {
    content: "\ed3a"
}

.im-icon-Three-ArrowFork:before {
    content: "\ed3b"
}

.im-icon-Three-Fingers:before {
    content: "\ed3c"
}

.im-icon-Three-FingersDrag:before {
    content: "\ed3d"
}

.im-icon-Three-FingersDrag2:before {
    content: "\ed3e"
}

.im-icon-Three-FingersTouch:before {
    content: "\ed3f"
}

.im-icon-Thumb:before {
    content: "\ed40"
}

.im-icon-Thumbs-DownSmiley:before {
    content: "\ed41"
}

.im-icon-Thumbs-UpSmiley:before {
    content: "\ed42"
}

.im-icon-Thunder:before {
    content: "\ed43"
}

.im-icon-Thunderstorm:before {
    content: "\ed44"
}

.im-icon-Ticket:before {
    content: "\ed45"
}

.im-icon-Tie-2:before {
    content: "\ed46"
}

.im-icon-Tie-3:before {
    content: "\ed47"
}

.im-icon-Tie-4:before {
    content: "\ed48"
}

.im-icon-Tie:before {
    content: "\ed49"
}

.im-icon-Tiger:before {
    content: "\ed4a"
}

.im-icon-Time-Backup:before {
    content: "\ed4b"
}

.im-icon-Time-Bomb:before {
    content: "\ed4c"
}

.im-icon-Time-Clock:before {
    content: "\ed4d"
}

.im-icon-Time-Fire:before {
    content: "\ed4e"
}

.im-icon-Time-Machine:before {
    content: "\ed4f"
}

.im-icon-Time-Window:before {
    content: "\ed50"
}

.im-icon-Timer-2:before {
    content: "\ed51"
}

.im-icon-Timer:before {
    content: "\ed52"
}

.im-icon-To-Bottom:before {
    content: "\ed53"
}

.im-icon-To-Bottom2:before {
    content: "\ed54"
}

.im-icon-To-Left:before {
    content: "\ed55"
}

.im-icon-To-Right:before {
    content: "\ed56"
}

.im-icon-To-Top:before {
    content: "\ed57"
}

.im-icon-To-Top2:before {
    content: "\ed58"
}

.im-icon-Token-:before {
    content: "\ed59"
}

.im-icon-Tomato:before {
    content: "\ed5a"
}

.im-icon-Tongue:before {
    content: "\ed5b"
}

.im-icon-Tooth-2:before {
    content: "\ed5c"
}

.im-icon-Tooth:before {
    content: "\ed5d"
}

.im-icon-Top-ToBottom:before {
    content: "\ed5e"
}

.im-icon-Touch-Window:before {
    content: "\ed5f"
}

.im-icon-Tourch:before {
    content: "\ed60"
}

.im-icon-Tower-2:before {
    content: "\ed61"
}

.im-icon-Tower-Bridge:before {
    content: "\ed62"
}

.im-icon-Tower:before {
    content: "\ed63"
}

.im-icon-Trace:before {
    content: "\ed64"
}

.im-icon-Tractor:before {
    content: "\ed65"
}

.im-icon-traffic-Light:before {
    content: "\ed66"
}

.im-icon-Traffic-Light2:before {
    content: "\ed67"
}

.im-icon-Train-2:before {
    content: "\ed68"
}

.im-icon-Train:before {
    content: "\ed69"
}

.im-icon-Tram:before {
    content: "\ed6a"
}

.im-icon-Transform-2:before {
    content: "\ed6b"
}

.im-icon-Transform-3:before {
    content: "\ed6c"
}

.im-icon-Transform-4:before {
    content: "\ed6d"
}

.im-icon-Transform:before {
    content: "\ed6e"
}

.im-icon-Trash-withMen:before {
    content: "\ed6f"
}

.im-icon-Tree-2:before {
    content: "\ed70"
}

.im-icon-Tree-3:before {
    content: "\ed71"
}

.im-icon-Tree-4:before {
    content: "\ed72"
}

.im-icon-Tree-5:before {
    content: "\ed73"
}

.im-icon-Tree:before {
    content: "\ed74"
}

.im-icon-Trekking:before {
    content: "\ed75"
}

.im-icon-Triangle-ArrowDown:before {
    content: "\ed76"
}

.im-icon-Triangle-ArrowLeft:before {
    content: "\ed77"
}

.im-icon-Triangle-ArrowRight:before {
    content: "\ed78"
}

.im-icon-Triangle-ArrowUp:before {
    content: "\ed79"
}

.im-icon-Tripod-2:before {
    content: "\ed7a"
}

.im-icon-Tripod-andVideo:before {
    content: "\ed7b"
}

.im-icon-Tripod-withCamera:before {
    content: "\ed7c"
}

.im-icon-Tripod-withGopro:before {
    content: "\ed7d"
}

.im-icon-Trophy-2:before {
    content: "\ed7e"
}

.im-icon-Trophy:before {
    content: "\ed7f"
}

.im-icon-Truck:before {
    content: "\ed80"
}

.im-icon-Trumpet:before {
    content: "\ed81"
}

.im-icon-Tumblr:before {
    content: "\ed82"
}

.im-icon-Turkey:before {
    content: "\ed83"
}

.im-icon-Turn-Down:before {
    content: "\ed84"
}

.im-icon-Turn-Down2:before {
    content: "\ed85"
}

.im-icon-Turn-DownFromLeft:before {
    content: "\ed86"
}

.im-icon-Turn-DownFromRight:before {
    content: "\ed87"
}

.im-icon-Turn-Left:before {
    content: "\ed88"
}

.im-icon-Turn-Left3:before {
    content: "\ed89"
}

.im-icon-Turn-Right:before {
    content: "\ed8a"
}

.im-icon-Turn-Right3:before {
    content: "\ed8b"
}

.im-icon-Turn-Up:before {
    content: "\ed8c"
}

.im-icon-Turn-Up2:before {
    content: "\ed8d"
}

.im-icon-Turtle:before {
    content: "\ed8e"
}

.im-icon-Tuxedo:before {
    content: "\ed8f"
}

.im-icon-TV:before {
    content: "\ed90"
}

.im-icon-Twister:before {
    content: "\ed91"
}

.im-icon-Twitter-2:before {
    content: "\ed92"
}

.im-icon-Twitter:before {
    content: "\ed93"
}

.im-icon-Two-Fingers:before {
    content: "\ed94"
}

.im-icon-Two-FingersDrag:before {
    content: "\ed95"
}

.im-icon-Two-FingersDrag2:before {
    content: "\ed96"
}

.im-icon-Two-FingersScroll:before {
    content: "\ed97"
}

.im-icon-Two-FingersTouch:before {
    content: "\ed98"
}

.im-icon-Two-Windows:before {
    content: "\ed99"
}

.im-icon-Type-Pass:before {
    content: "\ed9a"
}

.im-icon-Ukraine:before {
    content: "\ed9b"
}

.im-icon-Umbrela:before {
    content: "\ed9c"
}

.im-icon-Umbrella-2:before {
    content: "\ed9d"
}

.im-icon-Umbrella-3:before {
    content: "\ed9e"
}

.im-icon-Under-LineText:before {
    content: "\ed9f"
}

.im-icon-Undo:before {
    content: "\eda0"
}

.im-icon-United-Kingdom:before {
    content: "\eda1"
}

.im-icon-United-States:before {
    content: "\eda2"
}

.im-icon-University-2:before {
    content: "\eda3"
}

.im-icon-University:before {
    content: "\eda4"
}

.im-icon-Unlike-2:before {
    content: "\eda5"
}

.im-icon-Unlike:before {
    content: "\eda6"
}

.im-icon-Unlock-2:before {
    content: "\eda7"
}

.im-icon-Unlock-3:before {
    content: "\eda8"
}

.im-icon-Unlock:before {
    content: "\eda9"
}

.im-icon-Up--Down:before {
    content: "\edaa"
}

.im-icon-Up--Down3:before {
    content: "\edab"
}

.im-icon-Up-2:before {
    content: "\edac"
}

.im-icon-Up-3:before {
    content: "\edad"
}

.im-icon-Up-4:before {
    content: "\edae"
}

.im-icon-Up:before {
    content: "\edaf"
}

.im-icon-Upgrade:before {
    content: "\edb0"
}

.im-icon-Upload-2:before {
    content: "\edb1"
}

.im-icon-Upload-toCloud:before {
    content: "\edb2"
}

.im-icon-Upload-Window:before {
    content: "\edb3"
}

.im-icon-Upload:before {
    content: "\edb4"
}

.im-icon-Uppercase-Text:before {
    content: "\edb5"
}

.im-icon-Upward:before {
    content: "\edb6"
}

.im-icon-URL-Window:before {
    content: "\edb7"
}

.im-icon-Usb-2:before {
    content: "\edb8"
}

.im-icon-Usb-Cable:before {
    content: "\edb9"
}

.im-icon-Usb:before {
    content: "\edba"
}

.im-icon-User:before {
    content: "\edbb"
}

.im-icon-Ustream:before {
    content: "\edbc"
}

.im-icon-Vase:before {
    content: "\edbd"
}

.im-icon-Vector-2:before {
    content: "\edbe"
}

.im-icon-Vector-3:before {
    content: "\edbf"
}

.im-icon-Vector-4:before {
    content: "\edc0"
}

.im-icon-Vector-5:before {
    content: "\edc1"
}

.im-icon-Vector:before {
    content: "\edc2"
}

.im-icon-Venn-Diagram:before {
    content: "\edc3"
}

.im-icon-Vest-2:before {
    content: "\edc4"
}

.im-icon-Vest:before {
    content: "\edc5"
}

.im-icon-Viddler:before {
    content: "\edc6"
}

.im-icon-Video-2:before {
    content: "\edc7"
}

.im-icon-Video-3:before {
    content: "\edc8"
}

.im-icon-Video-4:before {
    content: "\edc9"
}

.im-icon-Video-5:before {
    content: "\edca"
}

.im-icon-Video-6:before {
    content: "\edcb"
}

.im-icon-Video-GameController:before {
    content: "\edcc"
}

.im-icon-Video-Len:before {
    content: "\edcd"
}

.im-icon-Video-Len2:before {
    content: "\edce"
}

.im-icon-Video-Photographer:before {
    content: "\edcf"
}

.im-icon-Video-Tripod:before {
    content: "\edd0"
}

.im-icon-Video:before {
    content: "\edd1"
}

.im-icon-Vietnam:before {
    content: "\edd2"
}

.im-icon-View-Height:before {
    content: "\edd3"
}

.im-icon-View-Width:before {
    content: "\edd4"
}

.im-icon-Vimeo:before {
    content: "\edd5"
}

.im-icon-Virgo-2:before {
    content: "\edd6"
}

.im-icon-Virgo:before {
    content: "\edd7"
}

.im-icon-Virus-2:before {
    content: "\edd8"
}

.im-icon-Virus-3:before {
    content: "\edd9"
}

.im-icon-Virus:before {
    content: "\edda"
}

.im-icon-Visa:before {
    content: "\eddb"
}

.im-icon-Voice:before {
    content: "\eddc"
}

.im-icon-Voicemail:before {
    content: "\eddd"
}

.im-icon-Volleyball:before {
    content: "\edde"
}

.im-icon-Volume-Down:before {
    content: "\eddf"
}

.im-icon-Volume-Up:before {
    content: "\ede0"
}

.im-icon-VPN:before {
    content: "\ede1"
}

.im-icon-Wacom-Tablet:before {
    content: "\ede2"
}

.im-icon-Waiter:before {
    content: "\ede3"
}

.im-icon-Walkie-Talkie:before {
    content: "\ede4"
}

.im-icon-Wallet-2:before {
    content: "\ede5"
}

.im-icon-Wallet-3:before {
    content: "\ede6"
}

.im-icon-Wallet:before {
    content: "\ede7"
}

.im-icon-Warehouse:before {
    content: "\ede8"
}

.im-icon-Warning-Window:before {
    content: "\ede9"
}

.im-icon-Watch-2:before {
    content: "\edea"
}

.im-icon-Watch-3:before {
    content: "\edeb"
}

.im-icon-Watch:before {
    content: "\edec"
}

.im-icon-Wave-2:before {
    content: "\eded"
}

.im-icon-Wave:before {
    content: "\edee"
}

.im-icon-Webcam:before {
    content: "\edef"
}

.im-icon-weight-Lift:before {
    content: "\edf0"
}

.im-icon-Wheelbarrow:before {
    content: "\edf1"
}

.im-icon-Wheelchair:before {
    content: "\edf2"
}

.im-icon-Width-Window:before {
    content: "\edf3"
}

.im-icon-Wifi-2:before {
    content: "\edf4"
}

.im-icon-Wifi-Keyboard:before {
    content: "\edf5"
}

.im-icon-Wifi:before {
    content: "\edf6"
}

.im-icon-Wind-Turbine:before {
    content: "\edf7"
}

.im-icon-Windmill:before {
    content: "\edf8"
}

.im-icon-Window-2:before {
    content: "\edf9"
}

.im-icon-Window:before {
    content: "\edfa"
}

.im-icon-Windows-2:before {
    content: "\edfb"
}

.im-icon-Windows-Microsoft:before {
    content: "\edfc"
}

.im-icon-Windows:before {
    content: "\edfd"
}

.im-icon-Windsock:before {
    content: "\edfe"
}

.im-icon-Windy:before {
    content: "\edff"
}

.im-icon-Wine-Bottle:before {
    content: "\ee00"
}

.im-icon-Wine-Glass:before {
    content: "\ee01"
}

.im-icon-Wink:before {
    content: "\ee02"
}

.im-icon-Winter-2:before {
    content: "\ee03"
}

.im-icon-Winter:before {
    content: "\ee04"
}

.im-icon-Wireless:before {
    content: "\ee05"
}

.im-icon-Witch-Hat:before {
    content: "\ee06"
}

.im-icon-Witch:before {
    content: "\ee07"
}

.im-icon-Wizard:before {
    content: "\ee08"
}

.im-icon-Wolf:before {
    content: "\ee09"
}

.im-icon-Woman-Sign:before {
    content: "\ee0a"
}

.im-icon-WomanMan:before {
    content: "\ee0b"
}

.im-icon-Womans-Underwear:before {
    content: "\ee0c"
}

.im-icon-Womans-Underwear2:before {
    content: "\ee0d"
}

.im-icon-Women:before {
    content: "\ee0e"
}

.im-icon-Wonder-Woman:before {
    content: "\ee0f"
}

.im-icon-Wordpress:before {
    content: "\ee10"
}

.im-icon-Worker-Clothes:before {
    content: "\ee11"
}

.im-icon-Worker:before {
    content: "\ee12"
}

.im-icon-Wrap-Text:before {
    content: "\ee13"
}

.im-icon-Wreath:before {
    content: "\ee14"
}

.im-icon-Wrench:before {
    content: "\ee15"
}

.im-icon-X-Box:before {
    content: "\ee16"
}

.im-icon-X-ray:before {
    content: "\ee17"
}

.im-icon-Xanga:before {
    content: "\ee18"
}

.im-icon-Xing:before {
    content: "\ee19"
}

.im-icon-Yacht:before {
    content: "\ee1a"
}

.im-icon-Yahoo-Buzz:before {
    content: "\ee1b"
}

.im-icon-Yahoo:before {
    content: "\ee1c"
}

.im-icon-Yelp:before {
    content: "\ee1d"
}

.im-icon-Yes:before {
    content: "\ee1e"
}

.im-icon-Ying-Yang:before {
    content: "\ee1f"
}

.im-icon-Youtube:before {
    content: "\ee20"
}

.im-icon-Z-A:before {
    content: "\ee21"
}

.im-icon-Zebra:before {
    content: "\ee22"
}

.im-icon-Zombie:before {
    content: "\ee23"
}

.im-icon-Zoom-Gesture:before {
    content: "\ee24"
}

.im-icon-Zootool:before {
    content: "\ee25"
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/material-icons/MaterialIcons-Regular.eot);
    src: local('../fonts/material-icons/Material Icons'), local('../fonts/material-icons/MaterialIcons-Regular'), url(../fonts/material-icons/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/material-icons/MaterialIcons-Regular.woff) format('woff'), url(../fonts/material-icons/MaterialIcons-Regular.ttf) format('truetype')
}

.material-icons {
    font-family: 'Material Icons';
    font-size: 24px;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga'
}

.rtl {
    direction: rtl
}

@media screen and (min-width:1088px) {
    .navbar-end {
        margin-right: unset;
        margin-left: auto;
    }

    .container>.navbar .navbar-menu, .navbar>.container .navbar-menu {
        margin-left: -.75rem;
        margin-right: unset
    }
}

@media screen and (min-width:769px), print {
    .column.is-offset-1, .column.is-offset-1-tablet {
        margin-right: 8.33333%;
        margin-left: unset
    }
}

.main-wrapper {
    position: relative
}

.main-wrapper .modal.is-active {
    overflow: unset;
    padding: 20px;
    border-radius: 3px;
    background-color: transparent;
    max-width: 700px;
    box-sizing: border-box;
    width: 80% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin-right: 14%;
    margin-left: auto
}

#dashboard-wrapper {
    margin-right: 0;
    margin-left: 80px;
}

nav.dashboard-nav {
    margin-right: unset;
    margin-left: 80px;
}

.main-menu {
    left: 0;
    right: unset;
    overflow: auto
}

.main-menu .main-menu-inner ul {
    margin: 0 0
}

.child-menu .child-menu-inner {
    overflow: auto
}

.main-menu::-webkit-scrollbar {
    width: 5px
}

.main-menu::-webkit-scrollbar-track {
    background: #f1f1f1
}

.main-menu::-webkit-scrollbar-thumb {
    background: #7e50ff
}

.main-menu::-webkit-scrollbar-thumb:hover {
    background: #555
}

.child-menu .child-menu-inner::-webkit-scrollbar {
    width: 5px
}

.child-menu .child-menu-inner::-webkit-scrollbar-track {
    background: #555
}

.child-menu .child-menu-inner::-webkit-scrollbar-thumb {
    background: #f1f1f1
}

.child-menu .child-menu-inner::-webkit-scrollbar-thumb:hover {
    background: #555
}

.child-menu {
    -webkit-transform: translateX(-251px);
    transform: translateX(-251px);
    right: unset ;
    left: 80px
}

.child-menu.is-sidebar-translated {
    webkit-transform: translateX(0);
    transform: translateX(0)
}

.is-pushed {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.fab {
    right: unset;
    left:14px 
}

.hamburger {
    right: 14%;
    left: auto
}

.profile-container .inner {
    margin-right: 80px;
    margin-left: unset
}

.profile-fab .fab-wrapper .pop-fab .profile-menu-wrapper {
    right: unset ;
    left: -15px
}

.quickview.is-right {
    left: 0;
    right: unset;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px)
}

.quickview.is-right.is-active {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.quickview .user-list .user-status {
    margin-right: 15px;
    margin-left: unset
}

.user-list .user-list-status {
    margin-right: auto;
    margin-left: auto
}

.quickview .reminders-list .reminder .info i {
    margin-left: 15px;
    margin-right: unset
}

.ml-auto {
    margin-right: auto !important;
    margin-left: unset !important
}

.quickview .reminders-list .reminder .reminder-controls i {
    margin: 0 10px 0 0
}

.quickview .reminders-list .reminder .reminder-controls {
    margin-left: 30px;
    margin-right: unset
}

.switch[type=checkbox]+label {
    padding-right: 4.1rem;
    padding-left: unset
}

.emails-drop {
    left: -5px;
    right: unset
}

.drop-pop .drop-wrapper {
    left: 0;
    right: unset
}

.drop-pop .drop-wrapper .drop-inner {
    text-align: right
}

.emails-drop .emails-body .emails-list .email-content .email-text .text {
    margin-right: 10px;
    margin-left: unset
}

.emails-drop .emails-body .emails-list li .fake-avatar, .emails-drop .emails-body .emails-list li img {
    margin-right: 4px;
    margin-left: unset
}

.emails-drop .emails-body .emails-list .email-content {
    margin-right: 50px;
    margin-left: unset
}

.emails-drop .emails-body .emails-list li:after, .emails-drop .emails-body .emails-list li:first-child:before {
    right: unset ;
    left: 24px
}

.drop-pop .drop-wrapper .drop-inner.has-arrow:before {
    margin-left: -9px;
    margin-right: unset
}

.drop-pop .drop-wrapper .drop-inner.has-arrow:after, .drop-pop .drop-wrapper .drop-inner.has-arrow:before {
    left: 7%;
    right: unset
}

.notifications-drop .notifications-body .notifications-list .notification-content {
    margin-right: 50px;
    margin-left: unset
}

.notifications-drop .notifications-body .notifications-list li:after, .notifications-drop .notifications-body .notifications-list li:first-child:before {
    right: unset ;
    left: 20px
}

.notifications-drop .notifications-body .notifications-list .notification-content .notification-text .text, .notifications-drop .notifications-body .notifications-list .notification-content .notification-text .timestamp {
    margin-left: unset;
    margin-right: 10px
}

.child-menu .have-children span::after {
    left: unset;
    right: 30px;
    content: "\E409";
}

.child-menu li.active.have-children span::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.child-menu li.have-children ul li a, .child-menu li.have-children ul li a:hover, .child-menu li.have-children ul li.is-active a {
    padding:12px 25px 12px 62px
}

.simple-feed .feed-item {
    padding-right: 30px;
    padding-left: unset;
    border-right: 2px solid #ededed;
    border-left: unset
}

.simple-feed .feed-item .feed-item-text {
    margin-right: 15px;
    margin-left: unset
}

.simple-feed .feed-item::after {
    right: unset ;
    left: -8px
}

.child-menu .sidebar-menu li a span, .child-menu li.have-children ul li a span {
    margin-left: unset;
    margin-right: 20px;
}

.buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 0;
    margin-right: unset;
    margin-left: -1px
}

.buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 0
}

.table-responsive-wrapper {
    overflow-x: auto;
    padding: 20px 0
}

.table-responsive-wrapper::-webkit-scrollbar {
    height: 5px
}

.table-responsive-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1
}

.table-responsive-wrapper::-webkit-scrollbar-thumb {
    background: #7e50ff
}

.main-menu::-webkit-scrollbar-thumb:hover {
    background: #555
}

.content table th, table td, table th {
    text-align: right !important
}

.page-item.active .page-link {
    color: #fff
}

.modal-card-foot .button:not(:last-child) {
    margin-left: 10px;
    margin-right: unset
}

.main-menu {
    z-index: 10
}

.child-menu {
    z-index: 9
}

.modal.is-active .modal-card .modal-card-head .delete {
    background: #afaaaa3d !important
}

.modal.is-active .modal-card .modal-card-head .delete:after, .modal.is-active .modal-card .modal-card-head .delete:before {
    background: #95a9cc
}

.message-body {
    border-width: 0 4px 0 0
}

.message.icon-msg i {
    left: -20px;
    right: unset;
    box-shadow: 0 14px 26px -12px rgba(219, 219, 219, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(219, 219, 219, .2) !important
}

.alerts-position {
    position: absolute;
    top: 48px;
    z-index: 999;
    width: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 14px 26px -12px rgba(219, 219, 219, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(219, 219, 219, .2) !important
}

@media screen and (min-width:769px), print {
    .column.is-offset-4, .column.is-offset-4-tablet {
        margin-right: 33.33333%;
        /* margin-left: unset */
    }
}

.select:not(.is-multiple):not(.is-loading)::after {
    left: 1.125em;
    right: unset
}

.select select:not([multiple]) {
    padding-left: 2.5em;
    padding-right: calc(.625em - 1px)
}

.dashboard-wrapper .section-wrapper {
    margin: auto
}

.forum-title-wrapper .actions {
    margin-right: unset ;
    margin-left: auto
}

/* .forum-title-wrapper .actions .button {
    margin-right: 8px;
    margin-left: unset
} */

.forum-title-wrapper .forum-image {
    margin-left: 10px;
    margin-right: unset
}

.table-wrapper {
    width: 100%;
    padding: 20px
}

.responsive-table {
    width: 100%
}

.button.has-icon i {
    margin-right: unset;
    margin-left: 2px
}

.btn-dash.has-icon {
    padding-left: 26px !important;
    padding-right: 20px !important
}

.icon-box {
    width: 60px;
    height: 60px;
    background-color: #999;
    position: relative;
    border-radius: 4px;
    cursor: pointer
}

.rounded.icon-box {
    border-radius: 100px !important
}

.icon-box.secondary {
    background-color: #7f00ff;
    box-shadow: 0 14px 26px -12px rgba(103, 58, 183, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(103, 58, 183, .2) !important
}

.icon-box i {
    font-size: 28px;
    position: absolute;
    color: #fff;
    left: 16px;
    top: 16px
}

.with-text.icon-box {
    margin-right: 20px
}

.icon-box:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.secondary.icon-box:after {
    border: 2px solid #7f00ff
}

.icon-box:after {
    width: 76px;
    height: 76px;
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -8px;
    left: -8px;
    opacity: .8;
    border-radius: 4px;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: all .3s
}

.rounded.icon-box:after {
    border-radius: 100px !important
}

.dropzone-container.is-fullwidth, form.is-fullwidth {
    width: 100%;
    padding: 20px
}

.multiselect__input, .multiselect__single {
    text-align: right !important
}

.multiselect__tags {
    padding: 8px 8px 0 40px !important
}

.multiselect__select {
    right: unset !important;
    left: 1px !important
}

.multiselect__element {
    text-align: right
}

.multiselect__option--selected:after {
    right: unset !important;
    left: 0 !important
}

.multiselect__option--highlight:after {
    right: unset !important;
    left: 0 !important
}

.multiselect__tags {
    text-align: right
}

.button i {
    padding-right: unset;
    padding-left: 8px
}

.main-menu .main-menu-inner .side-icon-link i {
    position: relative;
    font-size: 1.5rem;
    color: #a9abac
}

.main-menu .main-menu-inner .side-icon-link:hover i {
    color: #7f00ff
}

a.dropdown-item, button.dropdown-item {
    padding-left: 3rem;
    padding-right: 1rem;
    text-align: right
}

.dropdown.is-right .dropdown-menu {
    right: auto;
    left: 0
}

.is-avatar .inner .contact-block .stats-block .stat span:nth-child(2) {
    font-size: 1.2rem
}

.mobile-nav {
    margin-right: 60px;
    margin-left: unset;
    max-width: calc(100% - 80px);
    z-index: 8
}

@media only screen and (max-device-width:1024px) and (min-device-width:768px) and (orientation:landscape) {
    .mobile-nav {
        margin-right: 80px !important;
        margin-left: unset !important;
        max-width: calc(100% - 80px) !important
    }
}

@media (max-width:767px) {
    .child-menu {
        left: 60px ;
        right: unset
    }

    nav.dashboard-nav {
        max-width: calc(100% - 60px);
        margin-right: 60px;
        margin-left: unset
    }

    .mobile-nav {
        margin-right: 60px;
        margin-left: unset;
        max-width: calc(100% - 60px)
    }

    #dashboard-wrapper {
        margin-right: 60px;
        margin-left: 0
    }
}

.overflow-table {
    overflow: initial !important
}

.overflow-table .contacts-list-dropdown {
    height: unset;
    width: unset
}

.overflow-table .dropdown-content * {
    white-space: initial
}

.overflow-table .dropdown-item {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.table-rounded-icon {
    height: 40px;
    width: 40px;
    min-width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    background: #fff;
    transition: all .3s;
    cursor: pointer
}

.table-rounded-icon i {
    font-size: 18px;
    color: #cecece
}

.iconpicker-preview {
    background-color: #7f00ff !important
}

.iconpicker-preview .iconpicker-icon-preview {
    color: #fff !important
}

.iconpicker-modal.modal .modal-card-body .iconpicker-icons [data-icon] {
    border: 1px solid transparent
}

.iconpicker-modal.modal .modal-card-body .iconpicker-icons [data-icon]:hover {
    border: 1px solid #b7b5b5
}

.modal.iconpicker-modal {
    padding: 20px;
    border-radius: 3px;
    background: linear-gradient(45deg, #6a85b6 0, #bac8e0 100%);
    max-width: unset;
    box-sizing: border-box;
    width: unset !important;
    top: 0 !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    right: 0;
    left: 0;
    bottom: 0
}

.modal.iconpicker-modal .modal-card {
    border-radius: 10px
}

.modal.iconpicker-modal.is-active .modal-card .modal-card-head {
    background-color: #7f00ff
}

.modal.iconpicker-modal.is-active .modal-card .modal-card-head p {
    color: #fff
}

.modal.iconpicker-modal .modal-card .modal-card-head .iconpicker-search {
    background-color: #fff !important
}

.modal.iconpicker-modal.is-active .modal-card .modal-card-head .delete {
    background: #fff !important
}

.modal.iconpicker-modal .iconpicker-sets.tabs a {
    border-radius: unset
}

tr.table-foot td, tr.table-foot th {
    padding: 1em .4em !important;
    border-top: 4px solid #7f00ff
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px
}

.columns.is-vbottom {
    -ms-flex-align: flex-end;
    align-items: flex-end
}

.checkbox-wrap input.b-radio, .checkbox-wrap input.d-checkbox, .radio-wrap input.b-radio, .radio-wrap input.d-checkbox {
    right: 0
}

.modal-card, .modal-content {
    overflow: auto !important;
    -ms-overflow-y: visible !important;
    position: absolute !important;
    max-height: unset !important
}

.comment-list .media-heading .timestamp {
    margin-right: 8px;
    margin-left: unset
}

.comment-list .media-heading .timestamp:before {
    margin-right: unset;
    margin-left: 11px
}

.has-text-secondary {
    color: #7f00ff !important
}

textarea.textarea.is-button {
    height: 50px !important
}

.media {
    text-align: right
}

.media-left {
    margin-left: 1rem;
    margin-right: unset
}

.admin-avatar {
    position: relative
}

.admin-avatar:after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -1px;
    right: -8px;
    background: url(/admin/images/admin.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.image-contain img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%
}

.datepicker-panel>ul>li.picked, .datepicker-panel>ul>li.picked:hover {
    background-color: #7f00ff !important
}

@media screen and (max-width:1680px) {
    .main-wrapper .modal.is-active {
        margin-right: 8%
    }
}

@media screen and (max-width:1471px) {
    .main-wrapper .modal.is-active {
        margin-right: 2%
    }
}

@media screen and (max-width:1366px) {
    .main-wrapper .modal.is-active {
        margin-right: -1%
    }
}

@media screen and (max-width:1280px) {
    .main-wrapper .modal.is-active {
        margin-right: -4%
    }
}

@media screen and (max-width:1024px) {
    .main-wrapper .modal.is-active {
        margin-right: -18%
    }
}

@media screen and (max-width:960px) {
    .main-wrapper .modal.is-active {
        margin-right: -23%
    }
}

@media screen and (max-width:850px) {
    .main-wrapper .modal.is-active {
        margin-right: -31%
    }
}

@media (max-width:767px) {
    .main-wrapper .modal.is-active footer {
        margin-left: 0 !important
    }
}

@media screen and (min-width:600px) {
    .responsive-table td, .responsive-table th {
        padding: .4em !important;
        vertical-align: middle
    }
}