#id_honeypot {
    display: none;
}
.cms ~ .content-wrap .content-layout header {
    margin-top: 46px;
}
.bg-hook {
    background: linear-gradient(to bottom right, #ab4f9e, #8324e4);
    color: #fff;
}
.c-hover-purple:hover, .c-hook {
    color: #8324e4 !important;
}
.c-deep-hook {
    color: #3f1f60 !important;
}
.btn-hook {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 0px;
    background-color: #8324e4;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, border-color 0.5s ease-in-out;
}
.btn-hook:hover {
    background-color: #ffd33c;
    color: #030303;
}
#login_form .form-control:focus, #login_form .form-control:not(:placeholder-shown) {
    border-color: #FAFAFA!important;
    color: #FFFFFF!important;
    background: 0 0!important;
}
.s-240 {
    width: 240px!important;
    height: 240px!important;
}

.s-180 {
    width: 180px!important;
    height: 180px!important;
}

.s-140 {
    width: 140px!important;
    height: 140px!important;
}

.badge-profession {
    color:#fff;
    background-color:#343a40
}

.popover__head {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 16px;
    color: #000;
    display: flex;
    align-items: center;
    min-height: 44px;
    border-bottom: 1px solid #e9e9e9;
}

.w-sm-1000 {
    width: 1200px!important;
}

.header-notifications {
    left: auto;
    border-radius: 4px;
    border: 0;
    width: 100vw;
    right: 190px;
    top: 40px;
    margin-top: 10px;
    max-width: 440px;
    position: absolute;
    display: block;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0,0,0,.08)!important;
}

.notification-item {
    border-top:1px solid #e9e9e9;
    padding:12px 16px;
    display:flex
}

.notification-text {
    font-size:15px;
    line-height:20px;
    color: black;
}

.log-table-th{
    font-weight: 500!important;
}

.log-table-td{
    font-weight: normal!important;
}

.calendar {
    width: 98%;
    margin: auto;
    font-size: 13px;
  }

  .calendar tr, .calendar td {
    border: 2px solid black;
  }

  .calendar th {
    padding: 10px;
    text-align: center;
    font-size: 18px;
  }

  .calendar td {
    width: 150px;
    height: 120px;
    padding: 20px 0px 0px 5px;
  }

  .month {
    font-size: 25px;
  }

  .date {
    font-size: 16px;
  }

.cart-icon {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    height: auto;
    overflow: hidden;
}

.material-icons {
    position: relative;
    top: 4px;
    z-index: 1;
    font-size: 24px;
    color: white;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.count {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-size: 11px;
    border-radius: 50%;
    background: #d60b28;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

