/* placeholder mixin */
/*
Usage
@include calc( width, '100% - 2px')
*/
/* how to use this variabile*/
/* .forms{
   @include placeholder{
    opacity: 1;color: #a5aeb7;
  } */
/* @include transition (.2s ease-out all); */
/*@mixin flex{
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
}*/
@font-face {
  font-family: "SF Pro Display Semibold";
  src: url("../fonts/SFProDisplaySemibold.eot");
  /* IE9*/
  src: url("../fonts/SFProDisplaySemibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SFProDisplaySemibold.woff2") format("woff2"),
    url("../fonts/SFProDisplaySemibold.woff") format("woff"),
    url("../fonts/SFProDisplaySemibold.ttf") format("truetype"),
    url("../fonts/SFProDisplaySemibold.svg#SF Pro Display Semibold")
      format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "SF Pro Display Regular";
  src: url("../fonts/SFProDisplayRegular.eot");
  /* IE9*/
  src: url("../fonts/SFProDisplayRegular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SFProDisplayRegular.woff2") format("woff2"),
    url("../fonts/SFProDisplayRegular.woff") format("woff"),
    url("../fonts/SFProDisplayRegular.ttf") format("truetype"),
    url("../fonts/SFProDisplayRegular.svg#SF Pro Display Regular") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "SF Pro Display Bold";
  src: url("../fonts/SFProDisplayBold.eot");
  /* IE9*/
  src: url("../fonts/SFProDisplayBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFProDisplayBold.woff2") format("woff2"),
    url("../fonts/SFProDisplayBold.woff") format("woff"),
    url("../fonts/SFProDisplayBold.ttf") format("truetype"),
    url("../fonts/SFProDisplayBold.svg#SF Pro Display Regular") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "SF Pro Display Light";
  src: url("../fonts/SFProDisplayLight.eot");
  /* IE9*/
  src: url("../fonts/SFProDisplayLight.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFProDisplayLight.woff2") format("woff2"),
    url("../fonts/SFProDisplayLight.woff") format("woff"),
    url("../fonts/SFProDisplayLight.ttf") format("truetype"),
    url("../fonts/SFProDisplayLight.svg#SF Pro Display Regular") format("svg");
  /* iOS 4.1- */
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}

ol,
ul,
li {
  list-style: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  outline: none;
  border: 0;
}

body {
  font-family: "SF Pro Display Regular";
  overflow-x: hidden;
}

.progress-bar.progressbar-primary {
  background: rgba(71, 181, 228, 0.5019607843);
  width: 100%;
  height: 7px;
}
.progress-bar.progressbar-primary .progress {
  height: 7px;
  background: #49b4e4;
  width: 0%;
  transition: all 0.25s ease-In-Out;
}

.main-container {
  min-height: 100vh;
}
@media screen and (max-width: 991px) {
  .main-container {
    overflow-x: hidden;
  }
  .main-container.toggled {
    overflow: hidden;
  }
}

.auth-container {
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  background: #e4e8ee;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #e4e8ee 0%, #d4d4d4 100%);
  background: -webkit-linear-gradient(45deg, #e4e8ee 0%, #d4d4d4 100%);
  background: linear-gradient(45deg, #e4e8ee 0%, #d4d4d4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e8ee', endColorstr='#d4d4d4',GradientType=1 );
}
@media (max-width: 1399px) {
  .auth-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1023px) {
  .auth-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .auth-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.auth-container .logo-con {
  width: auto;
  height: 50px;
  margin-bottom: 15px;
  z-index: 1;
}
.auth-container .logo-con img {
  height: 50px;
  width: auto;
}
@media (max-width: 1399px) {
  .auth-container .logo-con {
    height: 40px;
  }
  .auth-container .logo-con img {
    height: 40px;
  }
}
@media (max-width: 1023px) {
  .auth-container .logo-con {
    position: static;
    margin-bottom: 20px;
  }
}
.auth-container .auth-box {
  width: 100%;
  max-width: 460px;
  min-height: 260px;
  padding: 46px 52px 52px;
  position: relative;
  background: #ffffff;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  overflow: hidden;
}
@media (max-width: 1399px) {
  .auth-container .auth-box {
    max-width: 400px;
    min-height: 220px;
    padding: 30px 42px 34px;
  }
}
@media (max-width: 991px) {
  .auth-container .auth-box.terms {
    padding: 30px 15px 34px;
  }
  .auth-container .auth-box.terms .scroll-div-con {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .auth-container .auth-box.terms .scroll-div-con .scroll-div-inner {
    padding: 13px 15px 7px 15px;
  }
}
.auth-container .auth-box .link-footer {
  margin-top: 37px;
  display: block;
}
.auth-container .auth-box.auth-notification {
  padding: 62px 61px 55px;
}
@media (max-width: 1399px) {
  .auth-container .auth-box.auth-notification {
    padding: 50px 42px 40px;
  }
}
.auth-container .auth-box.auth-notification article {
  max-width: 300px;
  margin: auto;
  text-align: center;
}
@media (max-width: 1399px) {
  .auth-container .auth-box.auth-notification article {
    max-width: 253px;
    margin-bottom: 48px;
  }
}
.auth-container .auth-box .scroll-div-con {
  padding-top: 22px;
  margin-bottom: 45px;
}
.auth-container .auth-box .scroll-div-con .scroll-div {
  border: 1px solid #dddddd;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 4px 4px 0px;
}
.auth-container .auth-box .scroll-div-con .scroll-div .scroll-div-inner {
  height: auto;
  max-height: 524px;
  padding: 13px 18px 7px 17px;
  overflow-y: auto;
}
.auth-container
  .auth-box
  .scroll-div-con
  .scroll-div
  .scroll-div-inner::-webkit-scrollbar {
  width: 5px;
}
.auth-container
  .auth-box
  .scroll-div-con
  .scroll-div
  .scroll-div-inner::-webkit-scrollbar-track {
  box-shadow: 0;
  width: 7px;
}
.auth-container
  .auth-box
  .scroll-div-con
  .scroll-div
  .scroll-div-inner::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
}
.auth-container .auth-box .auth-title {
  font-family: "SF Pro Display Semibold";
  font-size: 25px;
  line-height: 30px;
  color: #525252;
  margin-bottom: 0px;
}
@media (max-width: 1399px) {
  .auth-container .auth-box .auth-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.auth-container .auth-box .auth-title-sub {
  margin-top: 13px;
}
.auth-container .auth-box .progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.auth-container .auth-box article {
  padding-top: 25px;
  padding-bottom: 39px;
}
@media (max-width: 1399px) {
  .auth-container .auth-box article {
    padding-top: 22px;
    padding-bottom: 13px;
  }
}
.auth-container .auth-box.reset-password article {
  padding-bottom: 17px;
}
.auth-container .auth-box p {
  font-size: 18px;
  line-height: 24px;
  color: #707070;
}
@media (max-width: 1399px) {
  .auth-container .auth-box p {
    font-size: 16px;
    line-height: 18px;
  }
}
.auth-container .auth-box p a {
  color: #707070;
  cursor: pointer;
}
.auth-container .auth-box p a:hover {
  text-decoration: none;
}
.auth-container .auth-box p a.new-acc-link {
  color: #000000;
}
.auth-container .auth-box p b {
  font-family: "SF Pro Display Semibold";
}
.auth-container .auth-box form {
  padding: 34px 0px 0px;
}
@media (max-width: 1399px) {
  .auth-container .auth-box form {
    padding: 25px 0px 0px;
  }
}
@media (max-width: 1399px) {
  .auth-container .auth-box form .form-group {
    margin-bottom: 16px;
  }
}
.auth-container .auth-box form .form-group:last-child {
  margin-bottom: 37px;
}
.auth-container .auth-box .form-group {
  margin-bottom: 20px;
}
.auth-container .auth-box .form-group.suggest-list {
  position: relative;
}
.auth-container
  .auth-box
  .form-group.suggest-list
  .autocomplete-dropdown-container {
  display: block;
}
.auth-container .auth-box.confirm-reset-password article {
  margin-bottom: 60px;
}
.auth-container .auth-box .form-control,
.auth-container .auth-box .location-search-input {
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  height: 42px;
  font-size: 16px;
  padding-left: 13px;
  padding-right: 13px;
}
@media (max-width: 1399px) {
  .auth-container .auth-box .form-control,
  .auth-container .auth-box .location-search-input {
    height: 38px;
    font-size: 16px;
    padding: 0.375rem 0.75rem;
  }
}
.auth-container .auth-box .form-control:focus,
.auth-container .auth-box .location-search-input:focus {
  border-color: #9211aa;
  box-shadow: none;
}
.auth-container .auth-box .location-search-input {
  width: 100%;
}
.auth-container .auth-box .autocomplete-dropdown-container {
  position: absolute;
  width: 100%;
  background: #ffffff;
  z-index: 1;
  top: 100%;
  display: none;
  padding: 0px 0px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.auth-container .auth-box .autocomplete-dropdown-container .suggestion-scroll {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.18),
    0px -2px 6px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.18),
    0px -2px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.18),
    0px -2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.18),
    0px -2px 6px 0px rgba(0, 0, 0, 0.1);
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  max-height: 300px;
  overflow-y: auto;
}
.auth-container
  .auth-box
  .autocomplete-dropdown-container
  .suggestion-scroll::-webkit-scrollbar {
  width: 5px;
}
.auth-container
  .auth-box
  .autocomplete-dropdown-container
  .suggestion-scroll::-webkit-scrollbar-track {
  box-shadow: 0;
  width: 7px;
}
.auth-container
  .auth-box
  .autocomplete-dropdown-container
  .suggestion-scroll::-webkit-scrollbar-thumb {
  background-color: #dddddd;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
}
@media (max-width: 1399px) {
  .auth-container
    .auth-box
    .autocomplete-dropdown-container
    .suggestion-scroll {
    max-height: 260px;
  }
}
.auth-container
  .auth-box
  .autocomplete-dropdown-container
  .suggestion-scroll
  .suggestion-item,
.auth-container
  .auth-box
  .autocomplete-dropdown-container
  .suggestion-scroll
  .suggestion-item--active {
  font-family: "SF Pro Display Regular";
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 6px;
  color: #707070;
  padding: 6px 20px;
  position: relative;
  z-index: 1;
}
.auth-container
  .auth-box
  .autocomplete-dropdown-container
  .suggestion-scroll
  .suggestion-item:first-child,
.auth-container
  .auth-box
  .autocomplete-dropdown-container
  .suggestion-scroll
  .suggestion-item--active:first-child {
  padding-top: 12px;
}
.auth-container
  .auth-box
  .autocomplete-dropdown-container
  .suggestion-scroll
  .suggestion-item:last-child,
.auth-container
  .auth-box
  .autocomplete-dropdown-container
  .suggestion-scroll
  .suggestion-item--active:last-child {
  padding-bottom: 12px;
}
@media (max-width: 1399px) {
  .auth-container
    .auth-box
    .autocomplete-dropdown-container
    .suggestion-scroll
    .suggestion-item,
  .auth-container
    .auth-box
    .autocomplete-dropdown-container
    .suggestion-scroll
    .suggestion-item--active {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}
.auth-container
  .auth-box
  .autocomplete-dropdown-container
  .suggestion-scroll
  .content-loading {
  font-family: "SF Pro Display Regular";
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
  color: #707070;
  padding: 6px 20px;
}
.auth-container .auth-box .form-action {
  padding-top: 17px;
}

.form-control::-webkit-input-placeholder,
.location-search-input::-webkit-input-placeholder {
  opacity: 0.5;
  color: #707070;
}
.form-control:-moz-placeholder,
.location-search-input:-moz-placeholder {
  opacity: 0.5;
  color: #707070;
}
.form-control::-moz-placeholder,
.location-search-input::-moz-placeholder {
  opacity: 0.5;
  color: #707070;
}
.form-control:-ms-input-placeholder,
.location-search-input:-ms-input-placeholder {
  opacity: 0.5;
  color: #707070;
}

.select-styled {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.modal .modal-title {
  font-size: 1.3rem;
}
.modal .modal-body.modal-form {
  padding: 15px 40px;
}
.modal .modal-body.modal-form label {
  font-size: 1rem;
}
.modal .modal-body.modal-form .form-control {
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
  -moz-border-radius: 2px 0px 0px 2px;
  -ms-border-radius: 2px 0px 0px 2px;
  -webkit-border-radius: 2px 0px 0px 2px;
  border-radius: 2px 0px 0px 2px;
}
.modal .modal-body.modal-form .form-control:focus {
  border-color: #9211aa;
  box-shadow: none;
}
.modal .modal-dialog.modal-upload-image {
  max-width: 66%;
}
.modal .modal-dialog.modal-upload-image .modal-content {
  min-height: 500px;
}
.modal .modal-dialog.modal-upload-image .image-category-con {
  border-top: 1px solid #eeeeee;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 15px 34px 0px;
}
.modal .modal-dialog.modal-upload-image .image-category-con .form-group {
  width: 100%;
  max-width: 260px;
}
.modal .modal-dialog.modal-upload-image .image-category-con .form-group label {
  margin-bottom: 0.28rem;
}
.modal
  .modal-dialog.modal-upload-image
  .image-category-con
  .form-group
  + .form-group {
  margin-left: 15px;
}
.modal .modal-dialog.modal-upload-image .upload-image-con {
  width: 80%;
  margin: 30px auto;
  min-height: 300px;
  background: #f1e7f3;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.modal .modal-dialog.modal-upload-image .upload-image-con .text-after {
  display: none;
}
.modal .modal-dialog.modal-upload-image .upload-image-con .upload-image-inner {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  border: 2px dashed #948796;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .upload-image-inner
  label {
  font-size: 20px;
  cursor: pointer;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .upload-image-inner
  label
  strong {
  font-family: "SF Pro Display Semibold";
  cursor: pointer;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .upload-image-inner
  .image-icon {
  color: #948796;
  text-align: center;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .upload-image-inner
  .image-icon
  i {
  font-size: 5.2rem;
  margin-bottom: 22px;
}
.modal .modal-dialog.modal-upload-image .upload-image-con #upload-image {
  display: none;
}
.modal .modal-dialog.modal-upload-image .upload-image-con .uploaded_image_con {
  display: none;
  width: 100%;
  min-width: 0;
  margin-top: 30px;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .uploaded_image_con
  .uploaded_image
  img {
  width: 100%;
  height: auto;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .uploaded_image_con
  .image-for-desktop,
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .uploaded_image_con
  .image-for-mobile {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .uploaded_image_con
  .image-for-desktop
  p,
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .uploaded_image_con
  .image-for-mobile
  p {
  margin-top: 8px;
  opacity: 0.75;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .uploaded_image_con
  .image-for-desktop {
  padding-right: 15px;
  -webkit-flex-basis: 76%;
  -moz-flex-basis: 76%;
  -ms-flex-basis: 76%;
  flex-basis: 76%;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .uploaded_image_con
  .image-for-desktop
  .uploaded_image {
  padding-top: 61.5%;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-top: 12px solid #002b46;
  border-right: 12px solid #002b46;
  border-bottom: 32px solid #002b46;
  border-left: 12px solid #002b46;
  position: relative;
  overflow: hidden;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .uploaded_image_con
  .image-for-desktop
  .uploaded_image
  img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .uploaded_image_con
  .image-for-mobile {
  padding-left: 15px;
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-basis: 24%;
  flex-basis: 24%;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .uploaded_image_con
  .image-for-mobile
  .uploaded_image {
  margin-top: auto;
  padding-top: 150%;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-top: 6px solid #002b46;
  border-right: 6px solid #002b46;
  border-bottom: 40px solid #002b46;
  border-left: 6px solid #002b46;
  position: relative;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .uploaded_image_con
  .image-for-mobile
  .uploaded_image:after {
  display: block;
  content: "";
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: -30px;
  margin-left: -11px;
  left: 50%;
  background: #32556a;
  z-index: 4;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con
  .uploaded_image_con
  .image-for-mobile
  .uploaded_image
  img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}
.modal .modal-dialog.modal-upload-image .upload-image-con.image-loaded {
  background: #ffffff;
  margin-top: 6px;
  margin-bottom: 0px;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con.image-loaded
  .upload-image-inner {
  border: 0;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con.image-loaded
  .upload-image-inner
  .image-icon
  i {
  display: none;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con.image-loaded
  .upload-image-inner
  .text-before {
  display: none;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con.image-loaded
  .upload-image-inner
  .text-after {
  display: inline;
}
.modal
  .modal-dialog.modal-upload-image
  .upload-image-con.image-loaded
  .uploaded_image_con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.card-settings {
  padding: 40px 60px;
}
.card-settings .settings-title {
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
  line-height: 20px;
  font-family: "SF Pro Display Semibold";
  color: #525252;
  padding-bottom: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.card-settings .form-control {
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 40px;
}
.card-settings .form-control:focus {
  border-color: #9211aa;
  box-shadow: none;
}
.card-settings .input-group > .input-group-prepend > .input-group-text {
  -moz-border-radius: 2px 0px 0px 2px;
  -ms-border-radius: 2px 0px 0px 2px;
  -webkit-border-radius: 2px 0px 0px 2px;
  border-radius: 2px 0px 0px 2px;
}
.card-settings .set-price-group {
  padding-bottom: 20px;
  width: 100%;
  max-width: 460px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.card-settings .set-price-group .form-group {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.card-settings .set-price-group .btn {
  margin-left: 15px;
}
.card-settings .set-password-group {
  width: 100%;
  max-width: 460px;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-secondary {
  border: none;
  border-radius: 2px;
  display: inline-block;
  color: #424242;
  background-color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 2rem;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  letter-spacing: 0.5px;
  transition: 0.2s ease-out;
}

.btn-default:hover {
  background-color: #fff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-secondary {
  color: #fff;
  background-color: #545b62;
  border-color: #545b62;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #888888;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary {
  color: #fff;
  background-color: #9211aa;
  border-color: #9211aa;
}

.btn-primary:hover {
  background-color: #9124a3;
  border-color: #701c7e;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #9211aa;
  border-color: #9211aa;
  box-shadow: none;
}

.btn-success {
  color: #fff;
  background: #4caf50;
  border-color: #4caf50;
}

.btn-success:hover {
  background-color: #47a44b;
  border-color: #39843c;
}

.page-title {
  font-size: 17px;
  line-height: 20px;
  font-family: "SF Pro Display Semibold";
  color: #525252;
}

p {
  font-family: "SF Pro Display Regular";
}

label {
  font-family: "SF Pro Display Regular";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
  color: #707070;
}
@media (max-width: 1399px) {
  label {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}

.sidebar {
  position: fixed;
  width: 280px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+43,e4e8ee+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 43%, #e4e8ee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 43%, #e4e8ee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 43%, #e4e8ee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e8ee',GradientType=0 );
  /* IE6-9 */
  -moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56),
    0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  /*z-index: 16;*/
  height: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  transition: all 0.35s ease;
  /*.sidebar-footer*/
}
.sidebar .main-logo {
  border-bottom: 1px solid #eee;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  /*margin: 0px 15px;*/
  padding: 0 15px;
  background: #323251;
}
.sidebar .main-logo a {
  display: inline-block;
}
.sidebar .main-logo a img {
  height: 48px;
  width: auto;
}
@media (max-width: 1399px) {
  .sidebar {
    width: 280px;
  }
  .sidebar .main-logo {
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sidebar {
    width: 260px;
    left: -260px;
  }
}
.sidebar .sidebar-nav {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  overflow-y: auto;
  padding: 30px 15px 20px 15px;
}
@media (max-width: 1399px) {
  .sidebar .sidebar-nav {
    padding: 25px 15px 20px 15px;
  }
}
.sidebar .sidebar-nav ul li.nav-header {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 17px;
  font-family: "SF Pro Display Regular";
  color: #707070;
}
@media (max-width: 1399px) {
  .sidebar .sidebar-nav ul li.nav-header {
    margin-bottom: 12px;
  }
}
.sidebar .sidebar-nav ul li.nav-item a {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-family: "SF Pro Display Regular";
  color: #707070;
  padding: 15px 18px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.sidebar .sidebar-nav ul li.nav-item a:hover {
  text-decoration: none;
}
@media (max-width: 1399px) {
  .sidebar .sidebar-nav ul li.nav-item a {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 15px;
  }
}
.sidebar .sidebar-nav ul li.nav-item a i {
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 2px;
}
.sidebar .sidebar-nav ul li.active a {
  background: #9211aa;
  color: #ffffff;
  -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(156, 39, 176, 0.4);
  -ms-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(156, 39, 176, 0.4);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(156, 39, 176, 0.4);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(156, 39, 176, 0.4);
}
.sidebar .sidebar-nav ul li:not(.active):hover a {
  color: #9211aa;
}
.sidebar .sidebar-footer {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0px 23px;
}
.sidebar .sidebar-footer .user-con .user-dropdown {
  right: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #dddddd;
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}
.sidebar .sidebar-footer .user-con .user-dropdown a {
  font-size: 16px;
  line-height: 22px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: "SF Pro Display Regular";
  color: #525252;
}
.sidebar .sidebar-footer .user-con .user-dropdown a.logout-item {
  border-top: 1px solid #dddddd;
  padding-top: 11px;
  padding-bottom: 11px;
}
.sidebar .sidebar-footer .user-con .user-dropdown a:active {
  background: #ffffff;
}
.sidebar .sidebar-footer .user-con .user-dropdown a:first-child {
  padding-top: 12px;
}
.sidebar .sidebar-footer .user-con .user-dropdown a img {
  height: 18px;
  vertical-align: middle;
  margin-right: 4px;
}
.sidebar .sidebar-footer .user-con .user-drop {
  border-top: 1px solid #dddddd;
  height: 102px;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidebar .sidebar-footer .user-con .user-drop .user-image {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 57px;
  height: 57px;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}
.sidebar .sidebar-footer .user-con .user-drop .user-image img {
  width: 100%;
  height: auto;
}
.sidebar .sidebar-footer .user-con .user-drop .user-details .user-title {
  font-size: 17px;
  line-height: 20px;
  font-family: "SF Pro Display Semibold";
  color: #525252;
}
.sidebar .sidebar-footer .user-con .user-drop .user-details .user-category {
  font-size: 17px;
  line-height: 20px;
  font-family: "SF Pro Display Regular";
  color: #525252;
}
.sidebar .sidebar-footer .user-con .user-drop.dropdown-toggle {
  position: relative;
}
.sidebar .sidebar-footer .user-con .user-drop.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -3px;
  border-right: 5px solid transparent;
  border-bottom: 9px solid #525252;
  border-left: 5px solid transparent;
  opacity: 0.5;
}
@media (max-width: 1399px) {
  .sidebar .sidebar-footer .user-con .user-drop.dropdown-toggle::after {
    border-right: 4px solid transparent;
    border-bottom: 7px solid #525252;
    border-left: 4px solid transparent;
  }
}
@media (max-width: 1399px) {
  .sidebar .sidebar-footer {
    padding: 0 15px;
  }
  .sidebar .sidebar-footer .user-con .user-drop {
    height: 80px;
  }
  .sidebar .sidebar-footer .user-con .user-drop .user-image {
    width: 45px;
    height: 45px;
    margin-right: 14px;
  }
  .sidebar .sidebar-footer .user-con .user-drop .user-details .user-title {
    font-size: 15px;
    line-height: 18px;
  }
  .sidebar .sidebar-footer .user-con .user-drop .user-details .user-category {
    font-size: 15px;
    line-height: 18px;
  }
}

/*.sidebar*/
.toggled .sidebar {
  left: 0px;
  z-index: 5;
}

.dash-body {
  padding-left: 280px;
  min-height: 100vh;
  transition: all 0.35s ease;
}
@media screen and (max-width: 1399px) {
  .dash-body {
    padding-left: 280px;
  }
}
@media screen and (max-width: 991px) {
  .dash-body {
    padding-left: 0px;
  }
}

/*.dash-body*/
@media screen and (max-width: 992px) {
  .toggled .dash-body .content,
  .toggled .dash-body .header {
    transform: translateX(260px);
    transition: all 0.35s ease;
  }
  .toggled .dash-body .content {
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px);
  }
}

.header {
  position: fixed;
  width: -moz-calc(100% - 280px);
  width: -webkit-calc(100% - 280px);
  width: -expression(100% - 280px);
  width: -o-calc(100% - 280px);
  width: calc(100% - 280px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  height: 80px;
  background: #ffffff;
  z-index: 4;
  transition: all 0.35s ease;
  -moz-box-shadow: 8px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 8px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 8px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 8px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1399px) {
  .header {
    width: -moz-calc(100% - 280px);
    width: -webkit-calc(100% - 280px);
    width: -expression(100% - 280px);
    width: -o-calc(100% - 280px);
    width: calc(100% - 280px);
    height: 60px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: -expression(100% - 0px);
    width: -o-calc(100% - 0px);
    width: calc(100% - 0px);
  }
}
.header .header-left {
  padding-left: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header .header-left .title-con {
    margin-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header .header-left {
    padding-left: 15px;
  }
}
.header .header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header .header-right .user-con {
  margin-left: auto;
  border-left: 1px solid #eeeeee;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header .header-right .user-con .link-logout {
  padding: 0px 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
  font-family: "SF Pro Display Semibold";
}
.header .header-right .user-con .link-logout i {
  color: #9211aa;
  opacity: 0.75;
  margin-right: 10px;
}
.header .header-right .user-con .link-logout:hover {
  text-decoration: none;
  color: #707070;
  background: whitesmoke;
}
.header .sidebar-toggle {
  display: none;
  padding: 6px 8px;
}
@media screen and (max-width: 991px) {
  .header .sidebar-toggle {
    display: block;
  }
}
.header .sidebar-toggle .navbar-toggler-icon {
  background: #525252;
  width: 26px;
  height: 2px;
  vertical-align: middle;
  outline: 0;
  display: block;
  border-radius: 1px;
}
.header .sidebar-toggle .navbar-toggler-icon + .navbar-toggler-icon {
  margin-top: 6px;
}
.header .sidebar-toggle:focus,
.header .sidebar-toggle:active {
  outline: 0;
  box-shadow: 0;
}

/*.header*/
.toggled .sidebar-toggle .navbar-toggler-icon {
  transition: all 0.25s ease;
}
.toggled .sidebar-toggle .navbar-toggler-icon:nth-child(2) {
  transform: rotate(45deg) translateY(11px);
}
.toggled .sidebar-toggle .navbar-toggler-icon:nth-child(3) {
  opacity: 0;
}
.toggled .sidebar-toggle .navbar-toggler-icon:nth-child(4) {
  transform: rotate(-45deg) translateY(-11px);
}

.content {
  padding: 80px 0px 0px 0px;
  background: #f2f8ff;
  min-height: -moz-calc(100vh - 0px);
  min-height: -webkit-calc(100vh - 0px);
  min-height: -expression(100vh - 0px);
  min-height: -o-calc(100vh - 0px);
  min-height: calc(100vh - 0px);
  transition: all 0.35s ease;
}
@media screen and (max-width: 1399px) {
  .content {
    padding: 60px 0px 0px 0px;
  }
}
.content .content-inner {
  padding: 24px 25px 0px 25px;
}
@media screen and (max-width: 1399px) {
  .content .content-inner {
    padding: 18px 18px 0px 18px;
  }
}
@media screen and (max-width: 991px) {
  .content .content-inner {
    padding: 15px 15px 0px 15px;
  }
}
.content .dashboard-wrapper {
  padding: 1.8rem;
}
.content .dashboard-wrapper .content-header {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.content .dashboard-wrapper .content-header .meme-category {
  max-width: 240px;
}
.content p {
  color: #525252;
  font-size: 16px;
  line-height: 19px;
}
.content p b {
  font-family: "SF Pro Display Semibold";
}
.content.columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.content.columns .content-column {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.content.columns .content-column + .content-column {
  border-left: 1px solid #dddddd;
}
.content.columns .search-fill {
  height: 78px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #dddddd;
  padding: 22px 22px 22px 22px;
}
.content.columns .search-fill .form-control {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  border: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.content.columns .search-fill .form-control:focus,
.content.columns .search-fill .form-control :active {
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.content.columns .search-fill .form-control::-webkit-input-placeholder {
  opacity: 1;
  font-size: 16px;
  line-height: 19px;
  color: #525252;
}
.content.columns .search-fill .form-control:-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  line-height: 19px;
  color: #525252;
}
.content.columns .search-fill .form-control::-moz-placeholder {
  opacity: 1;
  font-size: 16px;
  line-height: 19px;
  color: #525252;
}
.content.columns .search-fill .form-control:-ms-input-placeholder {
  opacity: 1;
  font-size: 16px;
  line-height: 19px;
  color: #525252;
}
.content.columns .search-fill .input-group-append {
  padding-left: 4px;
}
.content.columns .search-fill .input-group-append img {
  width: 17px;
  height: auto;
}
.content.columns .column-head-profile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content.columns .no-result {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content.column-2 .content-column {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
.content.column-3 .content-column {
  -webkit-flex-basis: 33.33%;
  -moz-flex-basis: 33.33%;
  -ms-flex-basis: 33.33%;
  flex-basis: 33.33%;
}
.content.column-4 .content-column {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
}
.content .card {
  margin-bottom: 26px;
  border: 0;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.12),
    0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 4px 6px -3px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.12),
    0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 4px 6px -3px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.12),
    0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 4px 6px -3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.12),
    0 4px 6px -3px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1399px) {
  .content .card {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 991px) {
  .content .card {
    margin-bottom: 15px;
  }
}
.content .card.category {
  padding: 10px 30px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  color: #405472;
  min-height: 70px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content .card.category.add-category {
  background: #dce5f3;
  box-shadow: none !important;
  cursor: pointer;
  border: 1px dashed #909ba7;
}
.content .card.category.add-category i {
  opacity: 0.5;
  margin-right: 8px;
  font-size: 26px;
}
.content .card.category.category-item {
  position: relative;
}
.content .card.category.category-item .btn-category-reomove {
  display: none;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.75);
  line-height: 40px;
  text-align: center;
  color: #9211aa;
  transition: all 0.25s ease-In-Out;
}
.content .card.category.category-item .btn-category-reomove:hover {
  text-decoration: none;
  color: #9211aa;
}
.content .card.category.category-item:hover .btn-category-reomove {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content .card.update-card {
  padding: 15px 15px;
  min-height: 160px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 1399px) {
  .content .card.update-card {
    min-height: 130px;
  }
}
.content .card.update-card .update-card-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-left: 15px;
}
.content .card.update-card .update-card-details h6 {
  color: #999;
  font-size: 16px;
  margin-bottom: 6px;
}
.content .card.update-card .update-card-details h4 {
  font-family: "SF Pro Display Bold";
  font-size: 30px;
  color: #3c4858;
}
.content .card.update-card .update-card-box {
  -webkit-flex-basis: 130px;
  -moz-flex-basis: 130px;
  -ms-flex-basis: 130px;
  flex-basis: 130px;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #ffffff;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content .card.update-card .update-card-box i {
  font-size: 3.4rem;
}
@media screen and (max-width: 1399px) {
  .content .card.update-card .update-card-box {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    -ms-flex-basis: 100px;
    flex-basis: 100px;
  }
  .content .card.update-card .update-card-box i {
    font-size: 3rem;
  }
}
.content .card.update-card.bg-c-yellow .update-card-box {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ffa726),
    to(#fb8c00)
  );
  background: linear-gradient(to right, #ffa726, #fb8c00);
}
.content .card.update-card.bg-c-lite-green .update-card-box {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#01a9ac),
    to(#01dbdf)
  );
  background: linear-gradient(to right, #01a9ac, #01dbdf);
}
.content .card.update-card.bg-c-green .update-card-box {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#66bb6a),
    to(#43a047)
  );
  background: linear-gradient(to right, #66bb6a, #43a047);
}
.content .card.update-card.bg-c-red .update-card-box {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ef5350),
    to(#e53935)
  );
  background: linear-gradient(to right, #ef5350, #e53935);
}
.content .card.update-card.bg-c-pink .update-card-box {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fe5d70),
    to(#fe909d)
  );
  background: linear-gradient(to right, #fe5d70, #fe909d);
}
.content .card .card-header {
  min-height: 77px;
  background: #ffffff;
  padding: 0px 23px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #dddddd;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 1399px) {
  .content .card .card-header {
    min-height: 57px;
    padding: 12px 18px;
  }
}
@media screen and (max-width: 991px) {
  .content .card .card-header {
    min-height: 50px;
    padding: 10px 15px;
  }
}
.content .card .card-header .actions {
  margin-left: 15px;
}
@media screen and (max-width: 1399px) {
  .content .card .card-header .actions.fill-sm {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .content .card .card-header .actions.fill-sm {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .content .card .card-header .actions.fill-sm {
    width: 100%;
    margin-left: 0px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 991px) {
  .content .card .card-header .actions {
    margin-left: 5px;
  }
}
.content .card .card-header .card-title {
  font-family: "SF Pro Display Semibold";
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #525252;
}
@media screen and (max-width: 1399px) {
  .content .card .card-header .card-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.content .card .card-header .form-control {
  border-color: #d7dce7;
  height: 42px;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0431372549);
  -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0431372549);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0431372549);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0431372549);
}
.content .card .card-header .form-control::-webkit-input-placeholder {
  color: #525252;
  opacity: 1;
  font-size: 14px;
  line-height: 16px;
}
.content .card .card-header .form-control:-moz-placeholder {
  color: #525252;
  opacity: 1;
  font-size: 14px;
  line-height: 16px;
}
.content .card .card-header .form-control::-moz-placeholder {
  color: #525252;
  opacity: 1;
  font-size: 14px;
  line-height: 16px;
}
.content .card .card-header .form-control:-ms-input-placeholder {
  color: #525252;
  opacity: 1;
  font-size: 14px;
  line-height: 16px;
}
.content .card .card-header .form-control.select-styled {
  font-family: "SF Pro Display Semibold";
  font-size: 14px;
  line-height: 16px;
  padding: 9px 22px 10px 9px;
  -moz-border-radius: 0px 0.3em 0.3em 0px;
  -ms-border-radius: 0px 0.3em 0.3em 0px;
  -webkit-border-radius: 0px 0.3em 0.3em 0px;
  border-radius: 0px 0.3em 0.3em 0px;
  height: 35px;
  border-color: #d7dce7;
  border-left: 0;
  color: #525252;
  background-size: 12px auto;
}
.content .card .card-header .form-control.select-styled:hover {
  color: #525252;
}
.content .card .card-header .form-control.select-styled option {
  padding-left: 15px;
}
@media screen and (max-width: 1399px) {
  .content .card .card-header .form-control.select-styled {
    height: 30px;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 16px 5px 7px;
    font-family: "SF Pro Display Regular";
  }
}
.content .card .card-header .card-header-select {
  position: relative;
}
.content .card .card-header .card-header-select:before {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  border-right: 3px solid transparent;
  border-bottom: 4px solid rgba(112, 112, 112, 0.5019607843);
  border-left: 3px solid transparent;
  right: 13px;
  top: 13px;
}
@media screen and (max-width: 1399px) {
  .content .card .card-header .card-header-select:before {
    right: 11px;
    top: 10px;
  }
}
.content .card .card-header .card-header-select:after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  z-index: 1;
  border-right: 3px solid transparent;
  border-top: 4px solid rgba(112, 112, 112, 0.5019607843);
  border-left: 3px solid transparent;
  right: 13px;
  top: 19px;
}
@media screen and (max-width: 1399px) {
  .content .card .card-header .card-header-select:after {
    right: 11px;
    top: 17px;
  }
}
.content
  .card
  .card-header
  .input-group.select-styled-con
  .input-group-prepend {
  -moz-border-radius: 0.3em 0px 0px 0.3em;
  -ms-border-radius: 0.3em 0px 0px 0.3em;
  -webkit-border-radius: 0.3em 0px 0px 0.3em;
  border-radius: 0.3em 0px 0px 0.3em;
  padding-left: 12px;
  padding-right: 2px;
}
.content
  .card
  .card-header
  .input-group.select-styled-con
  .input-group-prepend
  img {
  width: 10px;
  height: auto;
}
.content .card .card-header .input-group .input-group-prepend {
  border: 1px solid #d7dce7;
  border-right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 12px;
  -moz-border-radius: 7px 0px 0px 7px;
  -ms-border-radius: 7px 0px 0px 7px;
  -webkit-border-radius: 7px 0px 0px 7px;
  border-radius: 7px 0px 0px 7px;
}
@media screen and (max-width: 1399px) {
  .content .card .card-header .input-group .input-group-prepend {
    padding-left: 10px;
  }
}
.content
  .card
  .card-header
  .input-group
  .input-group-prepend
  .input-group-icon {
  height: 17px;
  width: auto;
}
@media screen and (max-width: 1399px) {
  .content
    .card
    .card-header
    .input-group
    .input-group-prepend
    .input-group-icon {
    height: 12px;
  }
}
.content .card .card-header .input-group .input-group-prepend + .form-control {
  border-left: 0;
  -moz-border-radius: 0px 7px 7px 0px;
  -ms-border-radius: 0px 7px 7px 0px;
  -webkit-border-radius: 0px 7px 7px 0px;
  border-radius: 0px 7px 7px 0px;
}
@media screen and (max-width: 1399px) {
  .content
    .card
    .card-header
    .input-group
    .input-group-prepend
    + .form-control {
    padding-left: 8px;
    font-size: 13px;
    height: 32px;
  }
}
.content .card .card-panel {
  height: 140px;
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 23px;
  padding-right: 23px;
}
@media screen and (max-width: 1399px) {
  .content .card .card-panel {
    height: 100px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 991px) {
  .content .card .card-panel {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 80px;
    height: auto;
  }
}
.content .card .card-panel .heighlights {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: 14px;
}
.content .card .card-panel .heighlights .heighlight {
  padding-left: 21px;
  padding-right: 21px;
}
.content .card .card-panel .heighlights .heighlight .heighlight-name {
  font-family: "SF Pro Display Semibold";
  font-size: 14px;
  line-height: 16px;
  color: rgba(112, 112, 112, 0.5019607843);
}
@media screen and (max-width: 1399px) {
  .content .card .card-panel .heighlights .heighlight .heighlight-name {
    font-size: 12px;
    line-height: 14px;
  }
}
.content .card .card-panel .heighlights .heighlight .heighlight-data {
  font-family: "SF Pro Display Bold";
  font-size: 40px;
  line-height: 48px;
  color: #525252;
  text-align: center;
}
@media screen and (max-width: 1399px) {
  .content .card .card-panel .heighlights .heighlight .heighlight-data {
    font-size: 34px;
    line-height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .content .card .card-panel .heighlights .heighlight {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 991px) {
  .content .card .card-panel .heighlights {
    margin-left: auto;
    margin-right: auto;
  }
}
.content .card .card-body {
  padding: 0;
}
.content .card .card-body .line-chart {
  height: 350px;
  padding: 43px 10px 14px;
}
@media screen and (max-width: 1399px) {
  .content .card .card-body .line-chart {
    height: 280px;
    padding: 30px 10px 12px;
  }
}
@media screen and (max-width: 991px) {
  .content .card .card-body .line-chart {
    height: 250px;
    padding: 20px 5px 10px;
  }
}

/*.content*/
.editor-con {
  min-height: -moz-calc(100vh - 80px);
  min-height: -webkit-calc(100vh - 80px);
  min-height: -expression(100vh - 80px);
  min-height: -o-calc(100vh - 80px);
  min-height: calc(100vh - 80px);
  background: #cbcbe6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.editor-con .artboard-con {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 15px;
  min-width: 0;
}
.editor-con .artboard-con .artboard {
  /*min-width: 240px;*/
  min-width: 50px;
  /*min-height: 140px;*/
  min-height: 80px;
  background: #ffffff;
  line-height: 0;
  position: relative;
  -moz-box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.26),
    0 4px 15px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.26),
    0 4px 15px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.26),
    0 4px 15px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.26),
    0 4px 15px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.editor-con .artboard-con .artboard img {
  /*width: 100%;
        height: auto;*/
  max-width: 100%;
  max-height: 100%;
  max-height: 700px;
}
.editor-con .artboard-con .artboard .textBox {
  line-height: normal;
}
.editor-con .artboard-con .artboard .textBox .input-con {
  line-height: inherit;
}
.editor-con .artboard-con .artboard .parent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.editor-con .artboard-con .artboard .parent .input-con {
  width: 100%;
  min-height: 20px;
  height: auto;
  line-height: inherit;
}
.editor-con .artboard-con .artboard .parent .ui-draggable {
  border: 1px dashed transparent;
  height: auto;
}
.editor-con .artboard-con .artboard .parent .ui-draggable-dragging,
.editor-con .artboard-con .artboard .parent .selected {
  border: 1px dashed #000000;
}
.editor-con .artboard-con .artboard .parent.align .textBox {
  left: auto;
  right: auto;
  /*white-space: nowrap;*/
  max-width: 90%;
  overflow-wrap: break-word;
}
.editor-con .tools-con {
  -webkit-flex-basis: 300px;
  -moz-flex-basis: 300px;
  -ms-flex-basis: 300px;
  flex-basis: 300px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  min-width: 0;
  background: #53536f;
  -moz-box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.editor-con .tools-con .tools-head {
  min-height: 50px;
  border-bottom: 1px solid #646477;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  font-family: "SF Pro Display Regular";
  text-transform: uppercase;
  color: #d7d7e6;
  font-size: 18px;
  letter-spacing: 1px;
}
.editor-con .tools-con .tools-footer {
  min-height: 50px;
  border-top: 1px solid #646477;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px 0px;
}
.editor-con .tools-con .btn-publish {
  width: 100%;
  width: 100%;
  background: #ed254e;
  padding: 10px 15px;
  height: 50px;
  color: #ffffff;
  transition: all 0.25s ease-In-Out;
  -moz-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.12),
    0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 10px -3px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.12),
    0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 10px -3px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.12),
    0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 10px -3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.12),
    0 6px 10px -3px rgba(0, 0, 0, 0.12);
}
.editor-con .tools-con .btn-publish:hover {
  background: #ca1b3f;
}
.editor-con .tools-con .btn-publish:active {
  opacity: 0.75;
  -moz-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.05),
    0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 10px -3px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.05),
    0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 10px -3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.05),
    0 4px 8px 0 rgba(0, 0, 0, 0.05), 0 6px 10px -3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.05),
    0 6px 10px -3px rgba(0, 0, 0, 0.05);
}
.editor-con .tools-con .tools-block {
  padding: 15px 15px;
}
.editor-con .tools-con .tools-block .btn-group-v .btn-tools + .btn-tools {
  margin-top: 15px;
}
.editor-con .tools-con .tools-block .btn-group-h {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.editor-con .tools-con .tools-block .btn-group-h .btn-tools {
  width: 38px;
}
.editor-con .tools-con .tools-block .btn-group-h-2 {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.editor-con .tools-con .tools-block .btn-group-h-2 .btn-group-h-col {
  padding-top: 15px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.editor-con .tools-con .tools-block .btn-group-h-2 .btn-group-h-col:last-child {
  padding-left: 7px;
  padding-right: 0;
}
.editor-con
  .tools-con
  .tools-block
  .btn-group-h-2
  .btn-group-h-col:first-child {
  padding-right: 7px;
  padding-left: 0;
}
.editor-con .tools-con .tools-block #deleteLayer,
.editor-con .tools-con .tools-block #checkAlignV {
  margin-right: 6px;
}
.editor-con .tools-con .tools-block #checkAlignH i {
  transform: rotate(90deg);
}
.editor-con .tools-con .tools-block .btn-tools {
  text-align: center;
  border: 0;
  background: #d7d7e6;
  color: #53536f;
  height: 38px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.editor-con .tools-con .tools-block .btn-tools i {
  vertical-align: middle;
}
.editor-con .tools-con .tools-block .btn-tools.btn-fill {
  width: 100%;
}
.editor-con .tools-con .tools-block .btn-tools i {
  font-size: 24px;
}
.editor-con .tools-con .tools-block .tools-block-title,
.editor-con .tools-con .tools-block .tools-block-title-sub {
  font-family: "SF Pro Display Bold";
  text-transform: uppercase;
  color: #9a9aaf;
  font-size: 16px;
}
.editor-con .tools-con .tools-block .tools-block-title {
  margin-bottom: 14px;
}
.editor-con .tools-con .tools-block .tools-block-title-sub {
  font-size: 15px;
}
.editor-con .tools-con .tools-block .picked-color {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.editor-con .tools-con .tools-block .picked-color-value {
  vertical-align: middle;
}
.editor-con .tools-con .tools-block .dropdown-menu.color-palette {
  width: 240px;
  min-height: 180px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  -moz-box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.editor-con
  .tools-con
  .tools-block
  .dropdown-menu.color-palette
  .color-palette-items {
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px;
}
.editor-con
  .tools-con
  .tools-block
  .dropdown-menu.color-palette
  .color-palette-items
  .color-item {
  -webkit-flex-basis: 16.66%;
  -moz-flex-basis: 16.66%;
  -ms-flex-basis: 16.66%;
  flex-basis: 16.66%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  position: relative;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
}
.editor-con
  .tools-con
  .tools-block
  .dropdown-menu.color-palette
  .color-palette-items
  .color-item
  .color-input {
  position: absolute;
  display: none;
}
.editor-con
  .tools-con
  .tools-block
  .dropdown-menu.color-palette
  .color-palette-items
  .color-item
  .color-item-color {
  display: block;
  width: 20px;
  height: 20px;
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.editor-con .tools-con .btn-input-con {
  text-align: center;
  width: 40px;
  border: 0;
  height: 38px;
  overflow: hidden;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.editor-con .tools-con .btn-input-con + .btn-input-con {
  margin-left: 6px;
}
.editor-con .tools-con .btn-input-con .btn-input-style {
  position: absolute;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #d7d7e6;
  color: #53536f;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.editor-con .tools-con .btn-input-con .btn-input {
  display: none;
}
.editor-con .tools-con .btn-input-con .btn-input:checked + .btn-input-style {
  background: #3b3b46;
  color: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.075);
}

.button-hr-group .btn + .btn {
  margin-left: 22px;
}

.list-group .list-group-item {
  min-height: 100px;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (max-width: 1399px) {
  .list-group .list-group-item {
    min-height: 70px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 991px) {
  .list-group .list-group-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.list-group .list-group-item .media {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media screen and (max-width: 1399px) {
  .list-group .list-group-item .media {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.list-group .list-group-item .media h4 {
  font-family: "SF Pro Display Semibold";
  font-size: 17px;
  line-height: 20px;
  color: #525252;
}
@media screen and (max-width: 1399px) {
  .list-group .list-group-item .media h4 {
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 991px) {
  .list-group .list-group-item .media h4 {
    font-size: 14px;
    line-height: 16px;
  }
}
.list-group .list-group-item .media .media-body {
  padding-left: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 1399px) {
  .list-group .list-group-item .media .media-body {
    padding-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .list-group .list-group-item .media .media-body {
    padding-left: 10px;
  }
}
.list-group .list-group-item .media .btn {
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0431372549);
  -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0431372549);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0431372549);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.0431372549);
  font-family: "SF Pro Display Regular";
  font-size: 14px;
  line-height: 16px;
  padding: 9px 28px 10px;
  height: 35px;
}
.list-group .list-group-item .media .btn.btn-outline-secondary {
  border-color: #d7dce7;
  color: #525252;
}
.list-group .list-group-item .media .btn.btn-outline-secondary:hover {
  color: #525252;
  background: #e2e8ea;
}
@media screen and (max-width: 1399px) {
  .list-group .list-group-item .media .btn {
    font-size: 13px;
    line-height: 13px;
    padding: 8px 22px 10px;
    height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .list-group .list-group-item .media .btn {
    padding: 8px 18px 10px;
  }
}
.list-group .list-group-item .media .media-avatar {
  width: 57px;
  height: 57px;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e2e8ea;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  overflow: hidden;
}
.list-group .list-group-item .media .media-avatar img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1399px) {
  .list-group .list-group-item .media .media-avatar {
    width: 45px;
    height: 45px;
  }
}
.list-group .list-group-item article {
  padding-top: 13px;
  padding-bottom: 10px;
}
.list-group .list-group-item.sort-category {
  min-height: 36px;
  padding: 9px 23px;
  font-size: 14px;
  line-height: 16px;
  font-family: "SF Pro Display Regular";
  color: #707070;
}
@media screen and (max-width: 1399px) {
  .list-group .list-group-item.sort-category {
    min-height: 30px;
    padding: 6px 18px;
  }
}
.list-group.list-bottom-open:last-child .list-group-item:last-child {
  border-bottom: 0;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

/*.list-group*/
.invitation-list.list-group article textarea,
.invitation-list.list-group article p {
  font-size: 17px;
  line-height: 20px;
  border: 0;
  width: 100%;
}
.invitation-list.list-group .button-hr-group .btn {
  width: 84px;
  padding-left: 15px;
  padding-right: 15px;
}

.apexcharts-yaxis line {
  fill: none;
  stroke-width: 0px;
}

.apexcharts-yaxis-texts-g text,
.apexcharts-xaxis-texts-g text {
  fill: #70707080;
  font-family: "SF Pro Display Regular";
  font-size: 14px;
}
@media screen and (max-width: 1399px) {
  .apexcharts-yaxis-texts-g text,
  .apexcharts-xaxis-texts-g text {
    font-size: 13px;
  }
}

/**
 * wookmark-placeholder
 */
.wookmark-placeholder {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #eee;
  border: 1px solid #dedede;
  z-index: -1;
}

/**
 * Grid container
 */
.tiles-wrap {
  position: relative;
  /** Needed to ensure items are laid out relative to this container **/
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

/**
 * Grid items
 */
.tiles-wrap li {
  display: block;
  opacity: 0;
  text-align: center;
  list-style-type: none;
  background-color: #fff;
  float: left;
  cursor: pointer;
  width: 300px;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: none;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .tiles-wrap li {
    width: 240px;
  }
}
.tiles-wrap li .tile-details {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0px;
  bottom: 4px;
  border-radius: 3px;
  left: 0px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+32,000000+100&0+32,0.88+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 32%,
    rgba(0, 0, 0, 0.88) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 32%,
    rgba(0, 0, 0, 0.88) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 32%,
    rgba(0, 0, 0, 0.88) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0000000',GradientType=0 );
  /* IE6-9 */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 15px;
}
.tiles-wrap li .tile-details p {
  margin-top: auto;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding-right: 75px;
}
.tiles-wrap li .edit-btn {
  position: absolute;
  display: none;
  bottom: 75px;
  right: 15px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #bc0f27;
  cursor: pointer;
  color: #fff;
  -moz-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.12),
    0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 10px -3px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.12),
    0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 10px -3px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.12),
    0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 10px -3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.12),
    0 6px 10px -3px rgba(0, 0, 0, 0.12);
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.tiles-wrap li .edit-btn:hover {
  text-decoration: none;
  color: #ffffff;
}
.tiles-wrap li:hover .edit-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.tiles-wrap li .delete-btn {
  position: absolute;
  display: none;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  color: #bc0f27;
  -moz-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.12),
    0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 10px -3px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.12),
    0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 10px -3px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.12),
    0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 10px -3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 8px 4px rgba(0, 0, 0, 0.12), 0 4px 8px 0 rgba(0, 0, 0, 0.12),
    0 6px 10px -3px rgba(0, 0, 0, 0.12);
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.tiles-wrap li .delete-btn:hover {
  text-decoration: none;
  color: #bc0f27;
}
.tiles-wrap li:hover .delete-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.tiles-wrap.wookmark-initialised.animated li {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tiles-wrap.wookmark-initialised li {
  opacity: 1;
}

.tiles-wrap li.wookmark-inactive {
  visibility: hidden;
  opacity: 0;
}

.tiles-wrap li:hover {
  background-color: #fafafa;
}

.tiles-wrap img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px;
  margin: 4px 0px;
  min-height: 150px;
}

.tiles-wrap a {
  color: #555;
  text-align: center;
  /* display: table-cell; */
  width: 100%;
  height: auto;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
}

.tile-loading:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ddd;
  content: "Loading\2026";
  padding-top: 20px;
  color: #999;
}

/**
 * Filters
 */
#filters {
  list-style-type: none;
  text-align: center;
  margin: 0 5% 0 5%;
}

#filters:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#filters li {
  font-size: 12px;
  float: left;
  padding: 6px 8px 4px;
  cursor: pointer;
  margin: 0 10px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#filters li:hover {
  background: #4281f5;
  color: #ffffff;
}

#filters li.active {
  background: #4281f5;
  color: #ffffff;
}

/**Updates**/
.input-add-font {
  padding-top: 4px;
}

.content .card.update-card .update-card-details h4 {
  word-break: break-all;
}

.input-group-price .input-group-text {
  font-family: "SF Pro Display Bold";
  font-size: 18px;
  line-height: 0;
}

.editor-con .tools-con .tools-block.tools-block-editor {
  /*background-color: red;*/
}

.btn-secondary.btn-secondary-danger {
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-secondary.btn-secondary-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-secondary.btn-secondary-danger:hover,
.btn-secondary.btn-secondary-danger:active {
  border-color: #bd2130;
}

#addColorElement {
  min-width: 175px !important;
}

body {
  min-width: 320px;
}

@media (max-width: 1679px) {
  .content .card.update-card .update-card-box i {
    font-size: 3rem;
  }

  .content .card.update-card {
    min-height: 130px;
  }

  .content .card.update-card .update-card-box {
    flex-basis: 120px;
  }

  .content .card.update-card .update-card-details h4 {
    font-size: 25px;
  }

  .content .card.update-card .update-card-details h6 {
    font-size: 15px;
  }

  .editor-con .tools-con .tools-head {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .editor-con .tools-con .tools-block.tools-block-editor {
    padding-top: 0;
  }
  .editor-con .tools-con .tools-block.tools-block-editor .input-group-text i {
    font-size: 20px;
  }
  .editor-con .tools-con .tools-block.tools-block-editor .btn-group-h {
    padding-bottom: 8px;
  }
  .editor-con .tools-con .tools-block.tools-block-editor .btn-input-con {
    height: 32px;
  }
  .editor-con
    .tools-con
    .tools-block.tools-block-editor
    .btn-input-con
    .btn-input-style
    i {
    font-size: 20px;
  }

  .editor-con {
    min-height: -moz-calc(100vh - 60px);
    min-height: -webkit-calc(100vh - 60px);
    min-height: -expression(100vh - 60px);
    min-height: -o-calc(100vh - 60px);
    min-height: calc(100vh - 60px);
  }

  .content .card.update-card {
    min-height: 120px;
  }

  .editor-con .tools-con .btn-publish {
    height: 45px;
  }
}
@media (max-width: 1199px) {
  .editor-con .tools-con .tools-block .btn-group-h {
    padding-bottom: 0;
  }

  .editor-con .tools-con .tools-block .tools-block-title,
  .editor-con .tools-con .tools-block .tools-block-title-sub {
    font-size: 14px;
  }

  .content .card.update-card .update-card-details {
    padding-left: 0;
  }

  .content .card.update-card .update-card-details h4 {
    font-size: 22px;
  }

  .content .card.update-card .update-card-box {
    -webkit-flex-basis: 80px;
    -moz-flex-basis: 80px;
    -ms-flex-basis: 80px;
    flex-basis: 80px;
  }

  .content .card.update-card .update-card-box i {
    font-size: 2.5rem;
  }

  .content .card.update-card {
    min-height: 100px;
  }
}
@media (max-width: 1024px) {
  .modal .modal-dialog.modal-upload-image {
    max-width: 80%;
  }

  .content .card.update-card .update-card-box {
    -webkit-flex-basis: 65px;
    -moz-flex-basis: 65px;
    -ms-flex-basis: 65px;
    flex-basis: 65px;
  }
}
@media (max-width: 991px) {
  .modal .modal-dialog.modal-upload-image .upload-image-con {
    width: 100%;
  }

  .modal
    .modal-dialog.modal-upload-image
    .upload-image-con
    .upload-image-inner
    label {
    font-size: 18px;
  }

  .modal
    .modal-dialog.modal-upload-image
    .upload-image-con
    .upload-image-inner
    .image-icon
    i {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog.modal-upload-image .image-category-con {
    padding: 15px 0 0px;
  }

  .modal .modal-dialog.modal-upload-image {
    max-width: 80%;
    margin: 25px auto;
  }

  .modal .modal-body.modal-form {
    padding: 15px 20px;
  }

  .modal .modal-dialog.modal-upload-image .upload-image-con {
    min-height: 250px;
  }

  .modal
    .modal-dialog.modal-upload-image
    .upload-image-con
    .upload-image-inner
    .image-icon
    i {
    font-size: 3rem;
    margin-bottom: 15px;
  }

  .modal
    .modal-dialog.modal-upload-image
    .upload-image-con
    .upload-image-inner
    label {
    font-size: 16px;
  }

  .editor-con .tools-con .tools-block .dropdown .btn-tools.btn-fill {
    width: 160px;
  }

  .content .card.category {
    min-height: 55px;
    font-size: 15px;
  }

  .editor-con {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .editor-con .artboard-con {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }

  .editor-con .tools-con {
    -webkit-flex-basis: calc(100% - 30px);
    -moz-flex-basis: calc(100% - 30px);
    -ms-flex-basis: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    margin-left: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .editor-con .tools-con .tools-block #addTextElement,
  .editor-con .tools-con .tools-block #editTextElement {
    width: 48% !important;
    min-width: 100px !important;
  }
  .editor-con .tools-con .tools-block #editTextElement {
    margin-left: 3%;
  }

  .tiles-wrap li .tile-details p {
    font-size: 14px;
  }
}
@media (max-width: 525px) {
  .editor-con .tools-con .tools-block #editTextElement {
    margin-left: 2%;
  }

  .modal .modal-dialog.modal-upload-image .image-category-con {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .modal .modal-dialog.modal-upload-image .image-category-con .form-group {
    width: 100%;
    max-width: 100%;
  }
  .modal .modal-dialog.modal-upload-image .image-category-con label,
  .modal .modal-dialog.modal-upload-image .image-category-con .form-control {
    font-size: 14px;
  }

  .modal
    .modal-dialog.modal-upload-image
    .image-category-con
    .form-group
    + .form-group {
    margin-left: 0;
  }

  .card-settings {
    padding: 30px 30px;
  }

  .content .dashboard-wrapper .content-header .meme-category {
    max-width: 200px;
    margin-right: 10px;
  }

  .content .dashboard-wrapper .content-header .btn-primary {
    padding: 0 15px;
    font-size: 14px;
  }

  .modal-footer .btn {
    padding: 0 20px;
    font-size: 14px;
  }

  .content .dashboard-wrapper .content-header .meme-category {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .modal .modal-dialog.modal-upload-image {
    max-width: 90%;
    margin: 25px auto;
  }

  .content .dashboard-wrapper .content-header .btn-primary {
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
  }

  .content .dashboard-wrapper .content-header .meme-category {
    padding-left: 5px;
  }

  .content .dashboard-wrapper {
    padding: 1rem;
  }

  .set-password-group .btn,
  .card-settings .set-price-group .btn {
    padding: 0 15px;
  }

  .card-settings {
    padding: 20px 20px;
  }

  .auth-container .auth-box {
    padding: 30px 30px 34px;
  }

  .card-settings .set-price-group.add-font-group {
    display: block;
  }
  .card-settings .set-price-group.add-font-group .btn {
    float: right;
  }

  /*.editor-con .tools-con .tools-block #addTextElement, .editor-con .tools-con .tools-block #editTextElement{
  	width: 100% !important;
  }*/
  /*.editor-con .tools-con .tools-block #editTextElement{
  	margin-left: 0 !important;
  }*/
}
@media (max-width: 390px) {
  .header .header-left .title-con {
    margin-left: 5px;
  }

  .editor-con .tools-con .tools-block .btn-tools.btn-fill:last-child {
    margin-left: 2%;
  }

  .add-category-footer .modal-footer {
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .header .header-right .user-con .link-logout {
    padding: 0px 15px;
  }

  .header .header-left {
    padding-left: 10px;
  }
}
@media (max-width: 320px) {
  body {
    overflow-x: auto;
  }

  .header {
    min-width: 319px;
  }

  /*.editor-con .tools-con .tools-block .btn-tools.btn-fill {
  	width: 100% !important;
  	min-width: 100px !important;
  	margin-left: 0 !important;
  }*/
  .editor-con .tools-con .tools-block #addTextElement,
  .editor-con .tools-con .tools-block #editTextElement {
    width: 100% !important;
    min-width: 100px !important;
  }
  .editor-con .tools-con .tools-block #editTextElement {
    margin-left: 0;
  }
}
@media (max-height: 800px) {
  .editor-con .artboard-con .artboard img {
    max-height: 650px;
  }

  .editor-con .tools-con .tools-block.tools-block-editor {
    padding-top: 0;
  }
}
@media (max-height: 750px) {
  .editor-con .tools-con .tools-block.tools-block-editor {
    padding-top: 0;
  }
  .editor-con .tools-con .tools-block.tools-block-editor .input-group-text i {
    font-size: 20px;
  }
  .editor-con .tools-con .tools-block.tools-block-editor .btn-group-h {
    padding-bottom: 8px;
  }
  .editor-con .tools-con .tools-block.tools-block-editor .btn-input-con {
    height: 32px;
  }
  .editor-con
    .tools-con
    .tools-block.tools-block-editor
    .btn-input-con
    .btn-input-style
    i {
    font-size: 20px;
  }

  .editor-con .tools-con .btn-publish {
    height: 45px;
  }

  .editor-con .tools-con .tools-block .btn-tools {
    font-size: 15px;
    height: 32px;
  }

  .editor-con .tools-con .tools-block .btn-tools i {
    font-size: 20px;
  }

  .editor-con .artboard-con {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }

  .editor-con .artboard-con .artboard img {
    max-height: 620px;
  }

  .editor-con .tools-con .tools-block .tools-block-title {
    margin-bottom: 10px;
  }
}
@media (max-height: 715px) {
  .editor-con .artboard-con .artboard img {
    max-height: 600px;
  }

  .editor-con .tools-con .tools-block .btn-group-h-2 {
    padding-bottom: 10px;
  }

  .editor-con .tools-con .tools-block .btn-group-h-2 .btn-group-h-col {
    padding-top: 10px;
  }
}

.cursor {
  height: 20px;
  border: 2px solid;
  width: 20px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  cursor: move;
  position: absolute;
  bottom: -20px;
  float: left;
  right: -20px;
  line-height: 1;
  font-style: normal;
  background: white;
  font-weight: 400;
  color: black;
  font-family: "roboto";
}
/*# sourceMappingURL=main.css.map */
