/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
body {
  color: #202223; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
  color: #202223; }

label {
  color: #202223; }

.short-and-sweet-counter {
  color: #B9B9C3 !important;
  font-size: 0.857rem;
  font-weight: 400; }

.main-menu.menu-light .navigation > li.active > a {
  background: #edeeef;
  box-shadow: none;
  color: #202223; }

.content-header-title {
  color: #202223 !important;
  font-weight: 600 !important;
  border-right: none !important; }

.breadcrumb {
  padding-left: 0;
  margin-bottom: 15px; }

.table {
  color: #202223; }

.custom-select,
.form-control {
  color: #202223; }

.main-menu.menu-light .navigation li a {
  color: #202223;
  border-radius: 6px; }

.main-menu.menu-light .navigation li a:hover, .main-menu.menu-light .navigation li a:focus, .main-menu.menu-light .navigation li a:active {
  background-color: #edeeef; }

.main-menu.menu-light .navigation li a svg {
  color: #5c5f62; }

.alert {
  font-size: 13px; }

.main-menu.menu-light .navigation > li > ul li.has-sub > ul li.has-sub a {
  margin: 0; }

.main-menu.menu-light .navigation > li > ul li.has-sub > ul li.has-sub a:after {
  top: 8px !important; }

.btn {
  white-space: nowrap !important; }

.brand-logo svg {
  width: 92px;
  height: 40px;
  margin-left: 10px;
  margin-top: 10px; }

.main-menu .navbar-nav {
  align-items: center;
  width: 100%; }

.main-menu .navbar-header .navbar-brand {
  margin-top: 0;
  align-items: flex-end; }

.main-menu .navbar-header .navbar-brand .brand-text {
  font-size: 2.1rem;
  color: #000;
  line-height: .8; }

.nav .modern-nav-toggle {
  margin: 0;
  padding: 0; }

.nav .modern-nav-toggle svg {
  margin: 0 !important; }

.main-menu .navbar-header {
  display: flex;
  align-items: center; }

.auth-wrapper .brand-logo {
  margin: 10px 0 30px; }

.auth-wrapper .brand-logo .brand-text {
  margin-bottom: 0; }

.navigation .nav-item {
  font-size: 14px;
  color: red !important; }

.navigation .menu-content .nav-item {
  font-size: 13px !important;
  color: red !important; }

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:after {
  top: 11px; }

.main-menu .navigation > li ul li ul a {
  padding: 6px 15px 6px 20px !important; }

.main-menu .navigation > li ul {
  padding-bottom: 10px !important; }

.form-group > label {
  font-weight: 600; }

img {
  object-fit: cover; }

.uploader__title {
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px; }

.uploader__label {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin: 0;
  border-radius: 8px;
  border: 1.7px dashed #034285;
  background-color: #EDF7FF;
  padding: 12px 8px;
  width: 100%;
  cursor: pointer;
  position: relative; }

@media screen and (min-width: 768px) {
  .uploader__label {
    padding: 8px 23px; } }

.uploader__label:hover, .uploader__label:focus {
  opacity: .8; }

.uploader__placeholder {
  margin-left: 12px;
  line-height: 1.3; }

.uploader__input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.uploader__input::-webkit-file-upload-button {
  display: none; }

.uploader__error {
  font-size: 12px;
  color: red;
  margin-top: 7px; }

.uploader__files {
  margin-top: 10px; }

.uploader__file {
  margin-top: 5px;
  display: flex;
  padding: 10px;
  background-color: #F8F8F8;
  border-radius: 40px; }

.uploader__file-name {
  font-size: 12px;
  font-weight: 500;
  color: #034285;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
  display: inline-block;
  white-space: nowrap; }

.uploader__file-size {
  font-size: 12px;
  font-weight: 500;
  color: #A7A9AB;
  margin-left: 5px; }

.uploader__file-remove {
  font-size: 12px;
  margin-left: auto;
  background: none;
  padding: 0;
  color: red;
  box-shadow: none;
  border: none;
  cursor: pointer;
  outline: none; }

.uploader__file-remove:hover, .uploader__file-remove:focus {
  color: red;
  text-decoration: underline; }

/*
|--------------------------------------------------------------------------
| rate
|--------------------------------------------------------------------------
*/
.rate {
  display: flex;
  align-items: center; }

.rate__item {
  color: #EDEDED;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  line-height: 1; }

.rate__item.--active {
  color: #FACE02; }

/*
|--------------------------------------------------------------------------
| back-link
|--------------------------------------------------------------------------
*/
.back-link {
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #38405C;
  outline: 0;
  text-decoration: none;
  margin-bottom: 10px; }

.back-link:hover, .back-link:focus {
  color: #4BC0E2; }

.back-link svg {
  margin-right: 10px; }

.time-picker {
  position: relative; }

.time-picker__group {
  position: relative;
  margin-bottom: 10px; }

.time-picker__actions {
  display: flex;
  align-items: center;
  padding-top: 5px; }

.time-picker__add {
  width: 28px;
  flex: 0 0 28px;
  max-width: 28px;
  height: 28px;
  border: solid 2px #d6e8f6;
  color: #057ddf;
  background-color: transparent;
  outline: 0;
  border-radius: 0.357rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 10px; }

@media (max-width: 767px) {
  .time-picker__add {
    display: none; } }

.time-picker__add:hover, .time-picker__add:focus {
  background-color: #d6e8f6; }

.time-picker__add[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none; }

.time-picker__add svg {
  width: 14px;
  height: 14px; }

.time-picker__add span {
  margin-left: 7px; }

.time-picker__add_xs {
  font-weight: 600;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  width: 91.66667%;
  margin: 10px 0 0 0;
  height: 38px;
  display: flex; }

@media (min-width: 768px) {
  .time-picker__add_xs {
    display: none; } }

.time-picker__remove {
  width: 28px;
  flex: 0 0 28px;
  max-width: 28px;
  height: 28px;
  border: solid 2px #f3f3f3;
  background: transparent;
  color: #929292;
  outline: 0;
  border-radius: 0.357rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }

.time-picker__remove[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none; }

.time-picker__remove:hover, .time-picker__remove:focus {
  background-color: #f3f3f3; }

.time-picker__remove svg {
  width: 14px;
  height: 14px; }

textarea.form-control {
  min-height: 130px !important; }

.header-navbar.navbar-shadow,
.main-menu.menu-shadow {
  box-shadow: rgba(23, 24, 24, 0.05) 0px 0px 5px 0px, rgba(0, 0, 0, 0.15) 0px 1px 2px 0px; }

.card {
  box-shadow: rgba(23, 24, 24, 0.05) 0px 0px 5px 0px, rgba(0, 0, 0, 0.15) 0px 1px 2px 0px; }

/*
|--------------------------------------------------------------------------
| catalog
|--------------------------------------------------------------------------
*/
.catalog {
  margin: 0 -10px;
  padding: 0;
  list-style: none; }

@media (min-width: 992px) {
  .catalog {
    margin: 0; } }

.catalog__item {
  margin-bottom: 10px; }

.catalog__title {
  display: flex;
  box-shadow: rgba(23, 24, 24, 0.05) 0px 0px 5px 0px, rgba(0, 0, 0, 0.15) 0px 1px 2px 0px; }

.catalog__body {
  margin-top: 10px;
  padding-left: 15px; }

@media (min-width: 992px) {
  .catalog__body {
    padding-left: 45px; } }

.catalog__draggable-area {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='15' viewBox='0 0 11 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M1.66667 3.33333C2.58714 3.33333 3.33333 2.58714 3.33333 1.66667C3.33333 0.746192 2.58714 0 1.66667 0C0.746192 0 0 0.746192 0 1.66667C0 2.58714 0.746192 3.33333 1.66667 3.33333Z' fill='%23fff'/%3E%3Cpath d='M1.66667 9.16671C2.58714 9.16671 3.33333 8.42051 3.33333 7.50004C3.33333 6.57957 2.58714 5.83337 1.66667 5.83337C0.746192 5.83337 0 6.57957 0 7.50004C0 8.42051 0.746192 9.16671 1.66667 9.16671Z' fill='%23fff'/%3E%3Cpath d='M1.66667 15C2.58714 15 3.33333 14.2538 3.33333 13.3333C3.33333 12.4128 2.58714 11.6666 1.66667 11.6666C0.746192 11.6666 0 12.4128 0 13.3333C0 14.2538 0.746192 15 1.66667 15Z' fill='%23fff'/%3E%3Cpath d='M9.16667 3.33333C10.0871 3.33333 10.8333 2.58714 10.8333 1.66667C10.8333 0.746192 10.0871 0 9.16667 0C8.24619 0 7.5 0.746192 7.5 1.66667C7.5 2.58714 8.24619 3.33333 9.16667 3.33333Z' fill='%23fff'/%3E%3Cpath d='M9.16667 9.16671C10.0871 9.16671 10.8333 8.42051 10.8333 7.50004C10.8333 6.57957 10.0871 5.83337 9.16667 5.83337C8.24619 5.83337 7.5 6.57957 7.5 7.50004C7.5 8.42051 8.24619 9.16671 9.16667 9.16671Z' fill='%23fff'/%3E%3Cpath d='M9.16667 15C10.0871 15 10.8333 14.2538 10.8333 13.3333C10.8333 12.4128 10.0871 11.6666 9.16667 11.6666C8.24619 11.6666 7.5 12.4128 7.5 13.3333C7.5 14.2538 8.24619 15 9.16667 15Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='10.8333' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-color: #1967D2;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 35px;
  flex: 0 0 35px;
  height: 50px;
  cursor: pointer;
  border-radius: 6px 0 0 6px; }

@media (min-width: 992px) {
  .catalog__draggable-area {
    max-width: 45px;
    flex: 0 0 45px; } }

.catalog__text {
  color: #000;
  flex-grow: 1;
  padding-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  background: #fff; }

@media (min-width: 992px) {
  .catalog__text {
    font-size: 14px; } }

.catalog__text:hover, .catalog__text:focus {
  color: #000; }

.catalog__text[aria-expanded] {
  padding-left: 30px; }

@media (min-width: 992px) {
  .catalog__text[aria-expanded] {
    padding-left: 45px; } }

.catalog__text[aria-expanded]:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='12' viewBox='0 0 9 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-7.62939e-06 10.531V1.67008C-7.62939e-06 1.29366 0.137708 0.915927 0.411826 0.627382C0.960062 0.0502911 1.85062 0.0502911 2.39885 0.627382L8.01893 5.05262C8.28308 5.33557 8.42999 5.70823 8.42999 6.09531C8.42999 6.4824 8.28308 6.85506 8.01893 7.13801L2.40017 11.5672C1.84931 12.1443 0.960062 12.1443 0.411826 11.5672C0.139019 11.2813 0.00261593 10.9062 -7.62939e-06 10.531Z' fill='%238392A5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px; }

@media (min-width: 992px) {
  .catalog__text[aria-expanded]:before {
    left: 17px; } }

.catalog__text[aria-expanded='true']:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.60909 0.569999H10.1585C10.5217 0.569999 10.8862 0.707714 11.1646 0.981832C11.7214 1.53007 11.7214 2.42062 11.1646 2.96886L6.89491 8.58894C6.62191 8.85309 6.26235 9 5.88887 9C5.51539 9 5.15583 8.85309 4.88283 8.58894L0.609374 2.97017C0.0525719 2.41931 0.0525719 1.53007 0.609374 0.981832C0.885244 0.709026 1.24717 0.572622 1.60909 0.569999Z' fill='%238392A5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center; }

.catalog__text span {
  color: #000;
  margin-left: 5px; }

.catalog__img {
  max-width: 35px;
  height: 35px;
  margin-right: 15px;
  border-radius: 2px;
  object-fit: cover; }

.catalog__submenu {
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='15' viewBox='0 0 4 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66667 3.33333C2.58714 3.33333 3.33333 2.58714 3.33333 1.66667C3.33333 0.746192 2.58714 0 1.66667 0C0.746192 0 0 0.746192 0 1.66667C0 2.58714 0.746192 3.33333 1.66667 3.33333Z' fill='%23fff'/%3E%3Cpath d='M1.66667 9.16671C2.58714 9.16671 3.33333 8.42051 3.33333 7.50004C3.33333 6.57957 2.58714 5.83337 1.66667 5.83337C0.746192 5.83337 0 6.57957 0 7.50004C0 8.42051 0.746192 9.16671 1.66667 9.16671Z' fill='%23fff'/%3E%3Cpath d='M1.66667 15C2.58714 15 3.33333 14.2538 3.33333 13.3333C3.33333 12.4128 2.58714 11.6666 1.66667 11.6666C0.746192 11.6666 0 12.4128 0 13.3333C0 14.2538 0.746192 15 1.66667 15Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-color: #1967D2;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 35px;
  flex: 0 0 35px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
  border-radius: 0 6px 6px 0; }

@media (min-width: 992px) {
  .catalog__submenu {
    max-width: 45px;
    flex: 0 0 45px; } }

.catalog__submenu .dropdown-menu {
  width: 250px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  border: none; }

.catalog__submenu-toggle {
  display: block;
  height: 100%; }

.catalog__submenu-link {
  font-size: 14px;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  color: #000; }

.catalog__submenu-link:hover, .catalog__submenu-link:focus {
  background: #F7F8F8;
  color: #000; }

.catalog__submenu-link svg {
  width: 20px;
  margin-right: 15px; }

.media .media-img {
  width: 190px;
  flex: 0 0 190px;
  max-width: 190px; }

.media .media-img.--full {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.media .media-body {
  width: 100%; }

.media img {
  object-fit: contain;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: block; }

.media.--sm img {
  width: 75px;
  flex: 0 0 75px;
  max-width: 75px;
  height: 75px; }

.media a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%; }

/*
|--------------------------------------------------------------------------
| dropzone
|--------------------------------------------------------------------------
*/
.drop-zone {
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 0.0625rem;
  min-height: 7.5rem;
  border: 1px dashed #BABFC3;
  width: 100%;
  cursor: pointer;
  transition: all .4s ease; }

.drop-zone:hover, .drop-zone:focus {
  background-color: #fafbfb;
  border: 1px dashed #1967D2; }

.drop-zone__placeholder {
  font-size: 14px;
  color: #6d7175;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; }

.drop-zone__input {
  display: none; }

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: 90%; }

.drop-zone__thumb.--document {
  background-size: 50%; }

.drop-zone__thumb-label {
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  color: white;
  background: rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s ease; }

.drop-zone__thumb-label:hover, .drop-zone__thumb-label:focus {
  color: #fff;
  background: rgba(0, 0, 0, 0.55); }

.drop-zone__delete-file {
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: 0;
  border: 0;
  z-index: 3;
  position: absolute;
  top: 32px;
  left: 32px; }

.drop-zone__delete-file:hover, .drop-zone__delete-file:focus {
  opacity: .8; }

.drop-zone .progress {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  background-color: #fff; }

.drop-zone.--uploaded {
  max-width: 200px;
  /*max to make it responsive*/
  height: 200px;
  padding: 25px; }

/*
|--------------------------------------------------------------------------
| Gutters
|--------------------------------------------------------------------------
*/
.row.row-no-gutter,
[data-gutter="0"],
.row[data-gutter="none"] {
  margin: 0 !important; }

.row.row-no-gutter > [class^="col"],
.row[data-gutter="0"] > [class^="col"],
.row[data-gutter="none"] > [class^="col"] {
  padding: 0 !important; }

.row[data-gutter="10"] {
  margin-left: -5px;
  margin-right: -5px; }

.row[data-gutter="10"] > [class^="col"] {
  padding-left: 5px;
  padding-right: 5px; }

.row[data-gutter="15"] {
  margin-left: -7.5px;
  margin-right: -7.5px; }

.row[data-gutter="15"] > [class^="col"] {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.row[data-gutter="20"] {
  margin-left: -10px;
  margin-right: -10px; }

.row[data-gutter="20"] > [class^="col"] {
  padding-left: 10px;
  padding-right: 10px; }

.row[data-gutter="30"] {
  margin-left: -15px;
  margin-right: -15px; }

.row[data-gutter="30"] > [class^="col"] {
  padding-left: 15px;
  padding-right: 15px; }

.row[data-gutter="40"] {
  margin-left: -20px;
  margin-right: -20px; }

.row[data-gutter="40"] > [class^="col"] {
  padding-left: 20px;
  padding-right: 20px; }

.row[vertical-gutter="10"] {
  margin-top: -5px;
  margin-bottom: -5px; }

.row[vertical-gutter="10"] > [class^="col"] {
  padding-top: 5px;
  padding-bottom: 5px; }

.row[vertical-gutter="15"] {
  margin-top: -7.5px;
  margin-bottom: -7.5px; }

.row[vertical-gutter="15"] > [class^="col"] {
  padding-top: 7.5px;
  padding-bottom: 7.5px; }

.row[vertical-gutter="20"] {
  margin-top: -10px;
  margin-bottom: -10px; }

.row[vertical-gutter="20"] > [class^="col"] {
  padding-top: 10px;
  padding-bottom: 10px; }

.row[vertical-gutter="25"] {
  margin-top: -12.5px;
  margin-bottom: -12.5px; }

.row[vertical-gutter="25"] > [class^="col"] {
  padding-top: 12.5px;
  padding-bottom: 12.5px; }

.row[vertical-gutter="30"] {
  margin-top: -15px;
  margin-bottom: -15px; }

.row[vertical-gutter="30"] > [class^="col"] {
  padding-top: 15px;
  padding-bottom: 15px; }

.row[vertical-gutter="40"] {
  margin-top: -20px;
  margin-bottom: -20px; }

.row[vertical-gutter="40"] > [class^="col"] {
  padding-top: 20px;
  padding-bottom: 20px; }

.row[vertical-gutter="50"] {
  margin-top: -25px;
  margin-bottom: -25px; }

.row[vertical-gutter="50"] > [class^="col"] {
  padding-top: 25px;
  padding-bottom: 25px; }
