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

/*
Namespace : Jy
Team : CraftedMinds
*/
/* ------------------------ 1. Generic styles ----------------------------*/
.page-area {
  padding: 60px 0 0;
}

@media (min-width: 1025px) {
  .page-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.sidebar {
  display: none;
  background-color: #f5f5f5;
  position: fixed;
  width: 100%;
  top: 60px;
  z-index: 99;
  box-shadow: 0px 4px 8px 3px rgba(17, 17, 17, 0.06);
}

@media (min-width: 1025px) {
  .sidebar {
    display: block;
    width: 280px;
    position: static;
    z-index: 1;
  }
}

.page-content {
  background-color: #fafafa;
}

@media (min-width: 1025px) {
  .page-content {
    width: calc(100% - 280px);
  }
}

.page-container {
  padding: 30px 14px;
}

@media (min-width: 1025px) {
  .page-container {
    padding: 40px 40px;
  }
}

.page-container h2 {
  text-transform: uppercase;
  margin: 0 0 50px;
}

.page-container p {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 50px;
}

.log-area {
  background: url(../images/bg-login.jpg);
  background-size: cover;
  position: relative;
  min-height: calc(100vh - 54px);
}

body {
  color: #777474;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  overflow-x: hidden;
}

body:before {
  transition: all .3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #fe7c00;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
  text-decoration: none;
}

a:active, a:focus, a:visited {
  text-decoration: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn {
  background-color: #9c2d2d;
  border: 1px solid #9c2d2d;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 15px 35px;
  text-align: center;
  text-transform: uppercase;
  transition: .3s background-color;
}

.btn + .btn {
  margin: 15px 0 0 15px;
}

.btn:hover {
  background-color: #fff;
  color: #9c2d2d;
}

.l-link {
  color: #9c2d2d;
  font-size: 16px;
  line-height: 1;
  display: block;
}

.l-link:hover {
  color: #000;
}

.l-link + .l-link {
  margin: 10px 0 0 0;
}

@media (min-width: 576px) {
  .l-link + .l-link {
    margin: 0 0 0 25px;
  }
}

@media (min-width: 576px) {
  .l-link {
    display: inline-block;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1;
  margin: 0;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="file"] {
  background-color: #f8f9fa;
  border-radius: 0;
  border: solid 1px #bfc7cd;
  color: #333;
  font-size: 14px;
  line-height: 12px;
  padding: 20px 15px;
  width: calc(100% - 30px);
  outline: none;
  transition: all ease .5s;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus, select:active,
textarea:active,
input[type="text"]:active,
input[type="email"]:active,
input[type="number"]:active,
input[type="tel"]:active,
input[type="password"]:active, select:visited,
textarea:visited,
input[type="text"]:visited,
input[type="email"]:visited,
input[type="number"]:visited,
input[type="tel"]:visited,
input[type="password"]:visited {
  border-color: #bfc7cd;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus {
  background-color: #fff;
}

select:disabled,
textarea:disabled,
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="password"]:disabled {
  background-color: #edeeef;
  color: rgba(51, 51, 51, 0.7);
  opacity: 1;
  -webkit-text-fill-color: rgba(51, 51, 51, 0.7);
}

@media (min-width: 1025px) {
  select:disabled,
  textarea:disabled,
  input[type="text"]:disabled,
  input[type="email"]:disabled,
  input[type="number"]:disabled,
  input[type="tel"]:disabled,
  input[type="password"]:disabled {
    background-color: #e9ebeb;
  }
}

select.error,
textarea.error,
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="tel"].error,
input[type="password"].error {
  border-color: #e72500;
  background-color: #fff;
}

select.success,
textarea.success,
input[type="text"].success,
input[type="email"].success,
input[type="number"].success,
input[type="tel"].success,
input[type="password"].success {
  border-color: #6da250;
  background-color: #fff;
}

textarea {
  resize: none;
}

input::-webkit-input-placeholder {
  color: #838b91;
}

input::-moz-placeholder {
  color: #838b91;
}

input:-moz-placeholder {
  color: #838b91;
}

input:-ms-input-placeholder {
  color: #838b91;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

label {
  font-weight: normal;
  display: block;
  margin: 0 0 10px;
}

label.success, label.error {
  font-size: 10px;
  margin: 5px 0;
}

label.error {
  color: #e72500;
}

label.success {
  color: #6da250;
}

/* Form style */
.form .form__wrap li {
  list-style: none;
}

.form .form__field {
  margin: 0 0 40px;
}

.form .form__field--title {
  width: 300px;
}

.form h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

.icon {
  padding-left: 30px;
  position: relative;
}

.icon:before {
  color: #2f343a;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.icon-profile:before {
  content: '\e800';
}

.icon-edit:before {
  content: '\e801';
}

.icon--delete:before {
  content: '\e802';
}

.icon--view:before {
  content: '\e803';
}

.icon-add:before {
  content: '\e804';
}

.icon-home:before {
  content: '\e805';
}

.icon-create:before {
  content: '\e806';
}

.icon-history:before {
  content: '\f1da';
}

.icon-note:before {
  content: '\f24a';
}

.icon-web:before {
  content: '\e807';
}

.icon-password:before {
  content: '\e808';
}

.icon-signout:before {
  content: '\e809';
}

.icon-print:before {
  content: '\e80a';
}

.tag-note {
  padding: 20px 60px 20px 14px;
  background-color: #fafafa;
  border: 1px solid #bfc7cd;
  color: #3e4248;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  position: relative;
  width: calc(100% - 74px);
}

@media (min-width: 1025px) {
  .tag-note {
    padding: 20px 60px 20px 20px;
    width: calc(100% - 80px);
  }
}

.tag-note:before {
  content: '\e804';
  color: #2f343a;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  speak: none;
  text-decoration: inherit;
  position: absolute;
  right: 14px;
  top: 20px;
}

@media (min-width: 1025px) {
  .tag-note:before {
    right: 20px;
  }
}

.tag-note.selected {
  background-color: #dddddd;
  opacity: 0.3;
}

.tag-note h4 {
  font-size: 18px;
  margin: 0 0 10px;
}

.tag-note p {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
}

.tag-note p:last-of-type {
  margin: 0;
}

.l-table {
  overflow: hidden;
}

.l-table table {
  width: 100%;
}

.l-table table td, .l-table table th {
  padding: 14px;
}

@media (min-width: 1025px) {
  .l-table table td, .l-table table th {
    padding: 0.8333333333rem 1.6666666667rem;
  }
}

.l-table table th {
  background: #ebebeb;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
}

.l-table table td {
  border-bottom: 1px solid #ebebeb;
  background: #FFF;
}

.l-table table span {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 16px;
  display: block;
}

.l-table .l-link {
  display: block;
}

@media (min-width: 992px) {
  .l-table .l-link {
    display: inline-block;
  }
}

.l-table .l-link + .l-link {
  margin: 10px 0 0;
}

@media (min-width: 992px) {
  .l-table .l-link + .l-link {
    margin: 0 0 0 15px;
  }
}

.logo {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo .tagline {
  color: #282828;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 6px;
  padding-left: 6px;
  position: relative;
  display: inline-block;
}

@media (min-width: 1025px) {
  .logo .tagline {
    font-size: 16px;
    margin-left: 12px;
    padding-left: 12px;
  }
}

.logo .tagline:before {
  position: absolute;
  content: "";
  background: #282828;
  height: 14px;
  width: 1px;
  left: 0;
}

@media (min-width: 1025px) {
  .logo .tagline:before {
    height: 16px;
  }
}

.navbar-toggler {
  position: relative;
  z-index: 2;
  display: block;
}

@media (min-width: 1025px) {
  .navbar-toggler {
    display: none;
  }
}

.navbar-toggler .burger-nav {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  transition: background .2s;
  background-color: transparent;
  z-index: 1;
}

.navbar-toggler .burger-nav:focus {
  outline: none;
}

.navbar-toggler .burger-nav:hover {
  background-color: transparent;
}

.navbar-toggler .burger-nav.collapsed span {
  background: #282828;
}

.navbar-toggler .burger-nav.collapsed span:before {
  top: -5px;
  transition: top .3s .3s, -webkit-transform .3s 0s;
  transition: top .3s .3s, transform .3s 0s;
  transition: top .3s .3s, transform .3s 0s, -webkit-transform .3s 0s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #282828;
}

.navbar-toggler .burger-nav.collapsed span:after {
  bottom: -5px;
  transition: bottom .3s .3s, -webkit-transform .3s 0s;
  transition: bottom .3s .3s, transform .3s 0s;
  transition: bottom .3s .3s, transform .3s 0s, -webkit-transform .3s 0s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #282828;
}

.navbar-toggler .burger-nav span {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 2px;
  background: transparent;
  transition: background 0s .3s;
}

.navbar-toggler .burger-nav span:before, .navbar-toggler .burger-nav span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #282828;
  content: "";
}

.navbar-toggler .burger-nav span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: top .3s 0s, -webkit-transform .3s .3s;
  transition: top .3s 0s, transform .3s .3s;
  transition: top .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
}

.navbar-toggler .burger-nav span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: bottom .3s 0s, -webkit-transform .3s .3s;
  transition: bottom .3s 0s, transform .3s .3s;
  transition: bottom .3s 0s, transform .3s .3s, -webkit-transform .3s .3s;
}

.header {
  background-color: #ffffff;
  padding: 12px 14px;
  position: fixed;
  top: 0;
  width: calc(100% - 28px);
  z-index: 2;
}

@media (min-width: 1025px) {
  .header {
    padding: 12px 24px;
    width: calc(100% - 48px);
  }
}

.header:after {
  bottom: -5px;
  box-shadow: inset 0px 4px 8px -3px rgba(17, 17, 17, 0.06);
  content: "";
  height: 5px;
  left: 0px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 1;
}

.header .header__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .user-box {
  position: relative;
}

.header .user-img {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f7f7f7;
  border: 2px solid #f5f5f5;
  overflow: hidden;
}

.header .user-menu {
  box-shadow: 1px 5px 9px 0px rgba(17, 17, 17, 0.06);
  display: none;
  position: absolute;
  width: 293px;
  background-color: #fff;
  top: 48px;
  right: 0;
  z-index: 2;
}

.header .user-menu:before {
  content: '';
  width: 0;
  height: 0;
  top: -14px;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #eeeeee transparent;
  right: 3px;
  position: absolute;
  transition: all .1s ease;
}

.header .user-header {
  background-color: #eeeeee;
  padding: 16px 14px;
  margin: 0 0 10px;
}

@media (min-width: 1025px) {
  .header .user-header {
    padding: 16px 24px;
  }
}

.header .user-header h5 {
  font-size: 16px;
  margin: 0 0 5px;
}

.header .user-header p {
  font-size: 13px;
  line-height: 1;
  margin: 0;
}

.header .user-nav {
  margin: 0 0 10px;
}

.header .user-nav li {
  padding: 16px 14px;
}

@media (min-width: 1025px) {
  .header .user-nav li {
    padding: 16px 24px;
  }
}

.header .user-nav li:hover {
  background-color: #ebebeb;
}

.header .user-nav li.active {
  background-color: #c2c2c2;
}

.header .user-nav li.active a {
  color: #000;
}

.header .user-nav li.active a:before {
  color: #9c2d2d;
}

.header .user-nav li a {
  color: #2f343a;
  font-size: 12px;
  display: block;
  line-height: 1;
}

.footer {
  text-align: center;
  padding: 12px 14px;
}

@media (min-width: 1025px) {
  .footer {
    padding: 12px 40px;
  }
}

.footer p {
  color: #777474;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
}

/*@import start*/
/* aside-nav */
.aside-nav {
  padding-top: 14px;
}

@media (min-width: 1025px) {
  .aside-nav {
    padding-top: 40px;
    min-height: calc(100vh - 170px);
  }
}

.aside-nav h2 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}

.aside-nav .aside-nav__block {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 14px;
  padding: 0 0 14px;
}

.aside-nav .aside-nav__block:last-of-type {
  border-bottom: 0;
}

.aside-nav .aside-nav__title {
  padding: 20px 14px;
}

@media (min-width: 1025px) {
  .aside-nav .aside-nav__title {
    padding: 24px;
  }
}

.aside-nav .aside-nav__title p {
  font-size: 13px;
  line-height: 15px;
  margin: 0;
}

.aside-nav .aside-nav__list li {
  padding: 16px 14px;
}

@media (min-width: 1025px) {
  .aside-nav .aside-nav__list li {
    padding: 16px 24px;
  }
}

.aside-nav .aside-nav__list li:hover {
  background-color: #ebebeb;
}

.aside-nav .aside-nav__list li.active {
  background-color: #c2c2c2;
}

.aside-nav .aside-nav__list li.active a {
  color: #000;
}

.aside-nav .aside-nav__list li.active a:before {
  color: #9c2d2d;
}

.aside-nav .aside-nav__list li a {
  color: #2f343a;
  line-height: 1;
  display: block;
  font-size: 14px;
}

/* create doc */
@media (min-width: 1025px) {
  .create-doc {
    max-width: 50%;
  }
}

/* note list */
.note-list {
  background-color: #f5f5f5;
  padding: 30px 20px;
  margin: 40px 0;
}

@media (min-width: 1025px) {
  .note-list {
    padding: 40px 20px;
  }
}

.note-list h3 {
  color: #615f5f;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 20px;
}

.note-list li {
  margin: 0 0 25px;
  padding: 0 2px;
}

/* astrology notes */
.astrology-notes .astrology-notes__block {
  background-color: #f5f5f5;
  border: 1px solid #bfc7cd;
  padding: 30px 20px;
  margin: 0 0 40px;
}
.astrology-notes .astrology-notes__block:nth-child(even) {
  background-color: #bfc7cd;
  border-color: #f5f5f5;
}

@media (min-width: 1025px) {
  .astrology-notes .astrology-notes__block {
    padding: 40px 20px;
  }
}

.astrology-notes .astrology-notes__footer {
  padding: 20px;
  border: 1px solid #bfc7cd;
  margin-top: 30px;
}

.astrology-notes .astrology-notes__footer textarea {
  margin-bottom: 20px;
  height: 120px;
}

.astrology-notes h4 {
  font-size: 18px;
  margin: 0 0 10px;
}

.astrology-notes p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 15px;
}

/* create-note */
@media (min-width: 1025px) {
  .create-note {
    max-width: 760px;
  }
}

.create-note textarea {
  min-height: 120px;
}

/* view-note */
@media (min-width: 1025px) {
  .view-note {
    max-width: 760px;
  }
}

.view-note h4 {
  font-size: 18px;
  margin: 0 0 25px;
}

.view-note p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
}

.view-note p:last-of-type {
  margin: 0 0 20px;
}

/* .password */
@media (min-width: 1025px) {
  .password {
    max-width: 540px;
  }
}

.password ul {
  margin: 0 0 30px;
}

.l-list li {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 14px;
  padding-left: 20px;
  position: relative;
}

.l-list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #6c6c6c;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 50%;
}

/* print */
.print {
  margin: 2em;
}

.print header {
  text-align: center;
  margin: 0 0 2em;
}

.print header img {
  display: inline-block;
  margin: 0 0 .5em;
}

.print header time {
  font-size: 12px;
}

.print header h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.print hr {
  border: 1px solid #e4e4e4;
  margin: 1em 0 2em;
}

.print h1,
.print h2,
.print h3,
.print h4,
.print h5,
.print h6 {
  font-weight: normal;
  line-height: 1;
  margin: 0 0 .5em;
  page-break-after: avoid;
}

.print h1 {
  font-size: 25px;
}

.print h2 {
  font-size: 23px;
}

.print h3 {
  font-size: 21px;
}

.print h4 {
  font-size: 19px;
}

.print h5 {
  font-size: 17px;
}

.print h6 {
  font-size: 15px;
}

.print p {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 1.5em;
  line-height: 22px;
}

.print .print__user {
  margin: 0 0 2.5em;
}

@media print {
  h1 + p, h2 + p, h3 + p {
    page-break-before: avoid;
  }
}

@media (min-width: 576px) {
  .profile {
    margin: 0 0 20px;
  }
}

.profile .profile__img {
  border: 5px solid rgba(245, 245, 245, 0.9);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f5f5f5;
  overflow: hidden;
  margin: 0 0 14px;
}

.profile h2 {
  font-size: 18px;
  margin: 0 0 5px;
  line-height: 1;
  text-transform: none;
}

.profile span {
  font-size: 11px;
  line-height: 1;
  display: block;
  margin: 0 0 8px;
}

.profile p {
  font-size: 12px;
  margin: 0 0 10px;
}

.profile h5 {
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  padding: 15px 0 0;
  margin: 15px 0 15px;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .profile .profile__block {
    padding: 10px 0;
  }
}

/* .account */
.account {
  width: 100%;
}

@media (min-width: 1025px) {
  .account {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.account .account__wrap {
  padding: 40px 14px;
  text-align: center;
  width: calc(100% - 28px);
}

.account .logo {
  margin: 0 auto 30px;
}

.account .account__login {
  max-width: 320px;
  margin: 0 auto;
}

.account h2 {
  display: inline-block;
  font-size: 12px;
  margin: 0 0 25px;
}

.account input {
  text-align: center;
}

.account .btn {
  width: 100%;
}

.account p {
  font-size: 12px;
  line-height: 1;
  margin: 0 0 15px;
}

.account p .l-link {
  display: inline-block;
}

/* welcome */
.welcome .welcome__row {
  margin-left: -14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 576px) {
  .welcome .welcome__row {
    margin-left: -20px;
  }
}

.welcome .welcome__block {
  background: #fff;
  border-radius: 8px;
  box-shadow: 1px 5px 9px 0px rgba(17, 17, 17, 0.06);
  padding: 20px 14px;
  width: 50%;
  min-height: 100px;
  margin: 0 0 14px 14px;
  position: relative;
}

@media (min-width: 576px) {
  .welcome .welcome__block {
    margin: 0 0 20px 20px;
  }
}

@media (min-width: 1025px) {
  .welcome .welcome__block {
    padding: 20px;
  }
}

.welcome .welcome__block .l-link {
  position: absolute;
  left: 14px;
  bottom: 14px;
}

@media (min-width: 576px) {
  .welcome .welcome__block .l-link {
    left: 20px;
    bottom: 20px;
  }
}

.welcome h5 {
  font-size: 15px;
  margin: 0 0 10px;
}

.welcome p {
  font-size: 12px;
  margin: 0;
}

.welcome ul li {
  font-size: 12px;
  margin: 0 0 5px;
  padding-left: 12px;
}

.welcome ul li:before {
  width: 3px;
  height: 3px;
}

.welcome .number {
  display: block;
  font-size: 24px;
}

.welcome .text {
  display: block;
  font-size: 12px;
  line-height: 1;
}

.welcome .profile {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  padding: 20px 14px;
  margin: 0 0 14px;
  box-shadow: 1px 5px 9px 0px rgba(17, 17, 17, 0.06);
  min-height: 100px;
}

@media (min-width: 576px) {
  .welcome .profile {
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .welcome .profile {
    padding: 20px;
  }
}

.welcome .profile .profile__img {
  margin: 0 auto;
}

@media (min-width: 576px) {
  .welcome .profile .profile__img {
    margin: 0 25px 0 0;
    float: left;
  }
}

.welcome .profile p {
  margin: 0;
}
/* slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide:focus {
  outline: 0;
  border: 0;
}

.slick-arrow.slick-hidden {
  display: none;
}
.uploaded-doc {
  background-color: #fff;
  box-shadow: 0px 4px 8px 3px rgba(17, 17, 17, 0.06);
  text-align: center;
  padding: 20px;
  position: fixed;
  top: 60px;
  right: 40px;
  max-width: 384px;
  height: 360px;
}
.uploaded-doc .l-link {
  position: absolute;
  top: 20px;
  right: 20px;
}
.uploaded-doc img {
  width: 100%;
  height: 100%;
}
.tag-note.selected:before {
  transform: rotate(45deg);
}
.note-list ul li:nth-child(odd) .tag-note{
  background-color: #ccc;
}
.slick-arrow {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  height: 25px;
  width: 25px;
  z-index: 1;
  background-color: transparent;
  border: 1px solid #9c2d2d;
  border-radius: 50%;
  text-indent: -999em;
  outline: none;
  margin-bottom: 10px;
}
.slick-disabled {
  cursor: auto;
  opacity: 0.5;
}
.slick-arrow:after {
  border: 5px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-color: rgba(13, 86, 180, 0);
  border-right-color: #9c2d2d;
  transform: translate(-50%, -50%);
}
.slick-prev:after {
  margin-left: -5px;
}
.slick-next:after {
  border-right-color: transparent;
  border-left-color: #9c2d2d;
  margin-left: 5px;
}
.slick-prev {
  left:0;
}
.slick-next {
  right:0;
}
.astrology-intro h4{
  font-size: 18px;
  margin: 0 0 20px;
}
.astrology-intro span {
  margin: 5px;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
}
.astrology-filler {
  margin: 0 0 15px;
}

.slick-dots {
  text-align: center;
  width: calc(100% - 60px);
  margin: 0 auto;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0 10px;
}
.slick-dots li button {
  color: #9c2d2d;
  border: 1px solid #9c2d2d;
  background: transparent;
  border-radius: 50%;
  font-size: 10px;
  width: 25px;
  height: 25px;
  outline: none;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  color: #fff;
  background-color: #9c2d2d;
}
/*@import end*/
