::selection {
    background: #d8d2e0;
    color: #fff;
}

.smart #tile-grid {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 78px 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    padding: 10px 60px 10px 60px;
}

.smart #tile-grid > div {
    background-color: rgb(0, 35, 63);
    padding: 15px;
    box-shadow: inset 0 0 4px #486d8b;
}

.smart .item-map {
    /*grid-area: map;*/
    grid-area: 1 / 10 / span 3 / span 12;
}

.smart .item-about {
    /*grid-area: about;*/
    grid-area: 1 / 1 / span 3 / span 2;
}

.smart .item-article {
    grid-area: 1 / 3 / span 3 / span 4;
}

.smart .item3 {
    grid-area: main;
}

.smart .pull-right {
    float: right;
}

.smart .header-logo {
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
    text-align: center;
}

.smart .page-wrapper {
    position: relative;
    z-index: -1;
}

.smart .ui-dialog-title {
    color: #d8d2e0;
    font-weight: 600;
}

.smart .navbar-brand .title-1 {
    color: #1273eb;
}

.smart .navbar-brand .title-2 {
    color: #ff9e00;
}

.smart .col {
    padding: 0px;
}

.smart .particle-bubble-canvas {
    height: 100%;
    width: 100%;
}

.smart .transition {
    transition: all 0.3s ease-out;
}

.smart .dialog {
    width: 100% !important;
    height: 295px;
    overflow-y: scroll;
}

.smart .dialog::-webkit-scrollbar, #assistant .conversation::-webkit-scrollbar {
    width: .4em;
    margin-left: 5px;
}

.smart .dialog::-webkit-scrollbar,
.smart .dialog::-webkit-scrollbar-thumb,
#assistant .conversation::-webkit-scrollbar,
#assistant .conversation::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}

.smart .dialog::-webkit-scrollbar-thumb, #assistant .conversation::-webkit-scrollbar-thumb {
    background: rgba(25, 76, 128, 0.76);
    transition: all .3s;
}

.smart .dialog::-webkit-scrollbar-thumb:hover, #assistant .conversation::-webkit-scrollbar-thumb:hover {
    background: rgba(71, 126, 182, 0.76);
}

.smart .dialog::-webkit-scrollbar-track, #assistant .conversation::-webkit-scrollbar-track {
    display: none;
}

.cover-bar {
    position: absolute;
    background: #fff;;
    height: 100%;
    top: 0;
    right: 0;
    width: .4em;
    -webkit-transition: all .5s;
    opacity: 1;
}

.smart .dialog:hover .cover-bar {
    opacity: 0;
    -webkit-transition: all .5s;
}

.smart .ui-dialog-titlebar {
    /*border-left: 4px solid #01d7d7;*/
    /*border-top: 4px solid #01d7d7;*/
    /*border-right: 4px solid #01d7d7;*/
    padding: 0px 0px 15px 0px;
    cursor: all-scroll;
}

.smart .card {
    background: background: rgba(0, 13, 21, .1);;
    border: 1px solid rgba(18, 115, 235, 1);
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);*/
}

.smart .ui-dialog-titlebar:hover {
    /*background: #f1f1f1;*/
}

.smart p, .smart span {
    color: #d8d2e0;
}

.smart .ui-dialog-titlebar-close, .smart .ui-dialog-expand {
    background: rgba(0, 0, 0, 0);
    color: #d8d2e0;
    border: 0px;
    float: right;
    cursor: pointer;
}

.smart .ui-dialog-expand {
    margin-right: 17px;
    margin-top: 1px;
    font-size: .9em;
}

.smart .active {
    /*background: rgba(255, 255, 255, .8);*/
}

.smart .active .ui-dialog-titlebar {
    /*background: rgba(241, 241, 241, .7);*/
}

.smart .active.card {
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 5px 10px 0 rgba(0, 0, 0, 0.2);*/
}

.smart .trash i {
    transition: all 0.3s;
    cursor: pointer;
    color: #1273eb;
    text-shadow: 2px 4px 3px rgb(0, 0, 0);
}

.smart .trash {
    position: fixed;
    padding: 200px 200px 70px 120px;
    font-size: 70px;
    bottom: 10px;
    left: 10px;
}

.smart #trash .ui-hover {
    background: #fff;
}

.smart .scale-1-4, .smart .trash i:hover {
    transform: scale(1.4);
}

.smart .btn {
    line-height: 31px;
    position: relative;
    padding: 5px 22px;
    border: 0;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.smart .btn i,
.smart .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit;
}

.smart .btn .badge {
    margin-left: 7px;
}

.smart .z-depth-1, .btn, .btn-floating {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.smart .z-depth-1-half, .btn:hover, .smart .btn-floating:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.smart .btn-default {
    color: #fff;
    background-color: #0c3e66;
}

.smart .btn-default:hover,
.smart .btn-default:focus {
    background-color: #0c3e66 !important;
    color: #fff !important;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
}

a.waves-effect .waves-ripple {
    z-index: -1;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(-0.08turn);
    }
    100% {
        transform: rotate(-1.08turn);
    }
}

@-moz-keyframes rotate {
    0% {
        transform: rotate(-0.08turn);
    }
    100% {
        transform: rotate(-1.08turn);
    }
}

@-o-keyframes rotate {
    0% {
        transform: rotate(-0.08turn);
    }
    100% {
        transform: rotate(-1.08turn);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(-0.08turn);
    }
    100% {
        transform: rotate(-1.08turn);
    }
}

@-webkit-keyframes hideEye {
    0%, 10%, 85% {
        margin-top: 0;
        height: 50px;
    }
    30%, 65% {
        margin-top: 20px;
        height: 30px;
    }
}

@-moz-keyframes hideEye {
    0%, 10%, 85% {
        margin-top: 0;
        height: 50px;
    }
    30%, 65% {
        margin-top: 20px;
        height: 30px;
    }
}

@-o-keyframes hideEye {
    0%, 10%, 85% {
        margin-top: 0;
        height: 50px;
    }
    30%, 65% {
        margin-top: 20px;
        height: 30px;
    }
}

@keyframes hideEye {
    0%, 10%, 85% {
        margin-top: 0;
        height: 50px;
    }
    30%, 65% {
        margin-top: 20px;
        height: 30px;
    }
}

@-webkit-keyframes blink {
    0%, 10%, 85% {
        bottom: 0;
    }
    30%, 65% {
        bottom: 20px;
    }
    0% {
        transform: rotate(-0.08turn);
    }
    100% {
        transform: rotate(-1.08turn);
    }
}

@-moz-keyframes blink {
    0%, 10%, 85% {
        bottom: 0;
    }
    30%, 65% {
        bottom: 20px;
    }
    0% {
        transform: rotate(-0.08turn);
    }
    100% {
        transform: rotate(-1.08turn);
    }
}

@-o-keyframes blink {
    0%, 10%, 85% {
        bottom: 0;
    }
    30%, 65% {
        bottom: 20px;
    }
    0% {
        transform: rotate(-0.08turn);
    }
    100% {
        transform: rotate(-1.08turn);
    }
}

@keyframes blink {
    0%, 10%, 85% {
        bottom: 0;
    }
    30%, 65% {
        bottom: 20px;
    }
    0% {
        transform: rotate(-0.08turn);
    }
    100% {
        transform: rotate(-1.08turn);
    }
}

.smart #preloader {
    /*background: #000d15 ;*/
    background: linear-gradient(217deg, #000d15, rgb(74, 130, 175) 70.71%), linear-gradient(127deg, #000d15, rgb(0, 36, 63) 70.71%), linear-gradient(336deg, #000d15, rgb(16, 59, 94) 70.71%)
}

body.smart {
    overflow: hidden;
}

body.smart .loader .track {
    position: absolute;
    width: 250px;
    height: 250px;
    border: solid white;
    border-width: 5px 5px 3px 0;
    border-top-color: transparent;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -132px;
    -webkit-animation: rotate 3s infinite linear;
    -moz-animation: rotate 3s infinite linear;
    -o-animation: rotate 3s infinite linear;
    animation: rotate 3s infinite linear;
}

body.smart .loader .track .mouse {
    position: absolute;
    right: 31px;
    top: 18px;
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    transform: rotate(-95deg);
}

body.smart .loader .track .mouse:before, body .loader .track .mouse:after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: inherit;
}

body.smart .loader .track .mouse:before {
    left: 5px;
    top: -4px;
}

body.smart .loader .track .mouse:after {
    left: 20px;
    top: 11px;
}

body.smart .loader .face {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 130px;
    height: 130px;
    margin-left: -65px;
    margin-top: -65px;
}

body.smart .loader .face:before, body .loader .face:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
}

body.smart .loader .face:before {
    background: #c8c6c9;
    border-top-left-radius: 65px;
    border-bottom-left-radius: 55px;
}

body.smart .loader .face:after {
    left: 50%;
    background: #d0ced1;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 55px;
}

body.smart .loader .face .ears-container {
    position: fixed;
    top: -8px;
    width: 130px;
    height: 50px;
}

body.smart .loader .face .ears-container:before, body .loader .face .ears-container:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
}

body.smart .loader .face .ears-container:before {
    border-left: 35px solid #c8c6c9;
}

body.smart .loader .face .ears-container:after {
    right: 0;
    border-right: 35px solid #d0ced1;
}

body.smart .loader .face .eyes-container {
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 30px;
    width: 106px;
    height: 50px;
    margin-left: -53px;
    z-index: 1;
    -webkit-animation: hideEye 3s infinite linear;
    -moz-animation: hideEye 3s infinite linear;
    -o-animation: hideEye 3s infinite linear;
    animation: hideEye 3s infinite linear;
}

body.smart .loader .face .eyes-container .eye {
    position: relative;
    bottom: 0;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #c8c6c9;
    background: white;
    -webkit-animation: blink 3s infinite linear;
    -moz-animation: blink 3s infinite linear;
    -o-animation: blink 3s infinite linear;
    animation: blink 3s infinite linear;
}

body.smart .loader .face .eyes-container .eye:after {
    position: absolute;
    content: '';
    top: 4px;
    right: 14px;
    width: 12px;
    height: 12px;
    border-radius: inherit;
    background: #838091;
}

body.smart .loader .face .eyes-container .eye:last-child {
    float: right;
    color: #d0ced1;
}

body.smart .loader .face .phiz {
    position: absolute;
    left: 50%;
    top: 66px;
    width: 32px;
    height: 48px;
    margin-left: -16px;
    z-index: 1;
}

body.smart .loader .face .phiz .nose {
    width: 100%;
    height: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #838091;
}

body.smart .loader .face .phiz .lip {
    position: relative;
    left: 50%;
    width: 4px;
    height: 12px;
    margin-left: -2px;
    background: #838091;
}

body.smart .loader .face .phiz .lip:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    background: #767385;
}

body.smart .loader .face .phiz .mouth {
    position: relative;
    left: 50%;
    width: 20px;
    height: 6px;
    margin-left: -13px;
    background: white;
    border: 3px solid #838091;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.mb15 {
    margin-bottom: 15px;
}

/*.overflow-y {*/
/*overflow-y: auto;*/
/*}*/

.line-limit {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 1px;
    -webkit-line-clamp: 1;
}

.line-limit-2 {
    -webkit-line-clamp: 2 !important;
}

.line-limit-4 {
    -webkit-line-clamp: 4;
}

.scene {
    position: fixed;
    /*background: #000d15;*/
    background: linear-gradient(217deg, #000d15, rgb(8, 39, 64) 70.71%), linear-gradient(127deg, #000d15, rgb(0, 36, 63) 70.71%), linear-gradient(336deg, #000d15, rgb(16, 59, 94) 70.71%);
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

#top-right {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 284px;
    height: 130px;
    margin: 20px;
    background: url(../../img/svg/top-right.svg) no-repeat;
    background-size: 284px auto;
}

#top-left {
    position: absolute;
    top: 0;
    width: 284px;
    height: 130px;
    margin: 20px;
    background: url(../../img/svg/top-left.svg) no-repeat;
    background-size: 284px auto;
}

#top-center {
    display: none;
    left: 50%;
    width: 830px;
    height: 35px;
    margin: 20px;
    background: url(../../img/svg/top-center.svg) no-repeat;
    background-size: 830px auto;
    transform: translateX(-50%);
}

#bottom-right {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 284px;
    height: 130px;
    margin: 20px;
    background: url(../../img/svg/top-right.svg) no-repeat;
    background-size: 284px auto;
}

#bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 20px;
    width: 216px;
    height: 300px;
    background: url(../../img/svg/bottom-left.svg) bottom left no-repeat;
    background-size: 216px auto;
}

#bottom-center {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 216px;
    height: 300px;
    margin: 20px;
    background: url(../../img/svg/bottom-right.svg) bottom right no-repeat;
    background-size: 216px auto;
}

#assistant {
    position: absolute;
    width: 150px;
    height: 150px;
    padding: 0.5em;
    bottom: 0;
    right: 20%;
    z-index: 9998;
    transform: translate(29px, -16px);
    cursor: grab;
    transition: all 0.1s ease-out;
}

#assistant .dump {
    display: block;
}

#assistant:active {
    cursor: grabbing;
}

#assistant .limit-height {
    position: absolute;
    width: 400px;
    height: 500px;
    background: #061f33;
    right: 10px;
    bottom: 205px;
    border-radius: 20px;
    padding: 10px;
    color: #fff;
    border: 1px solid rgba(18, 115, 235, 1);
    /* overflow: auto; */
    height: auto;
    max-height: 400px;
}

#assistant .conversation {
    width: 100%;
    background: #061f33;
    right: 0px;
    bottom: 0px;
    color: #fff;
    z-index: 1;
    max-height: 330px;
    overflow: auto;
    padding: 10px;
    text-align: right;
}

#assistant .conversation-close {
    margin-bottom: 15px;
    padding-left: 5px;
}

#assistant .conversation-close i {
    float: right;
    cursor: pointer;
    padding: 8px 8px 8px 9px;
    border-radius: 35px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #1273eb;
}

#assistant .conversation-close i:hover {
    background: #144268;
}

#assistant .conversation .frame {
    text-align: left;
}

#assistant .conversation .frame, #assistant .conversation .frame-ask {
    margin-bottom: 20px;
}

#assistant .conversation .avatar {
    width: 35px;
}

#assistant .conversation .frame-dialog {
    background: #123f63;
    width: 218px;
    margin-left: 45px;
    margin-top: -22px;
    padding: 10px 15px;
    border-radius: 15px;
    border-top-left-radius: 0px;
}

#assistant .conversation .avatar-ask {
    width: 35px;
    margin-top: -44px;
    margin-left: 8px;
}

#assistant .conversation .frame-ask-dialog {
    background: #123f63;
    max-width: 200px;
    /*margin-top: 27px;*/
    right: 0;
    padding: 10px 15px;
    border-radius: 15px;
    border-top-right-radius: 0px;
    display: inline-block;
}

#assistant .conversation-input {
    position: absolute;
    display: table;
    width: 400px;
    background: #061f33;
    right: 10px;
    bottom: 150px;
    border-radius: 20px;
    padding: 5px 20px;
    color: #fff;
    border: 1px solid rgba(18, 115, 235, 1);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#assistant .conversation-input input {
    width: 100%;
    height: 62px;
    background: unset;
    border: 0;
    color: #fff;
    font-size: 19px !important;
    box-shadow:unset;
    margin-bottom: 0;
}

#assistant .thinking {
    float: left;
    position: absolute;
    bottom: 20px;
    margin-left: 11px;
}

.draggable {
    width: 25%;
    height: 100%;
    min-height: 6.5em;
    /*margin: 10%;*/
    color: white;
    border-radius: 0.75em;
    padding: 4%;
    user-select: none;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}