@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700);.rotate-enter-active{animation:rotate-in .9s ease-in-out forwards}.rotate-leave-active{animation:rotate-out .9s ease-in-out forwards}@keyframes rotate-in{0%{transform:rotateY(90deg)}to{transform:rotateY(0deg)}}@keyframes rotate-out{0%{transform:rotateY(0deg)}to{transform:rotateY(90deg)}}label.vue-treeselect__label{color:#000}.v-card{box-shadow:0 0 8px rgba(0,0,0,.1),0 0 0 0 rgba(0,0,0,.02),0 1px 5px 0 rgba(0,0,0,.01)}.mini-sidebar .logo-text{display:none}.v-application--is-ltr .v-list-item__icon:first-child{margin-right:10px}.down-top-padding .row:nth-child(2){padding-top:5px}.down-top-padding .col-sm-12.col-12{padding-bottom:0;padding-top:0}.rounded-circle{border-radius:100%}.v-sheet.v-app-bar.v-toolbar:not(.v-sheet--outlined),.v-sheet.v-card:not(.v-sheet--outlined){box-shadow:0 0 1px 0 rgba(0,0,0,.1)}.theme--light .v-content{background-color:#f4f6f9}.lstick{width:2px;background:#398bf7;height:30px;margin-left:-20px;margin-right:18px;position:absolute}h1,h2,h3,h4,h5{font-weight:600}h1{font-size:36px}h2{font-size:24px}h3{font-size:21px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}.v-application--is-ltr .v-list-item__icon:first-child{margin-right:15px}.v-navigation-drawer--mini-variant .v-list-item>:first-child{margin-right:0}.v-navigation-drawer .v-list-item__title{font-size:14px!important}.custom-loader{animation:loader 1s infinite;display:flex}@keyframes loader{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.theme--light .v-content{background-color:#eef5f9}