body {
  background-color: #f4f5fa;
  font-size: 14px;
  color: #333;
  font-family: 'Poppins', sans-serif;
}

#main-popup {
  pointer-events: none;
  /* background-color: rgba(255, 255, 255, 0.77); */
}

.main-popup-inner #error_msg {
  color: red;
}

.main-popup-inner input {
  height: 70px;
  font-size: 20px;
}

.main-popup-inner button {
  height: 70px;
  padding: 10px 25px;
  font-size: 20px;
}

/* .blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
} */
.sidebar-list .sidebar-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f4f5fa;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-list .sidebar-list-item a {
  color: #666;
  text-decoration: none  !important;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.sidebar-list .sidebar-list-item a:hover {
  font-weight: 600;
}

.sidebar-list .sidebar-list-item i {
  opacity: .2;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.sidebar-list .sidebar-list-item:hover .fa-trash-alt {
  opacity: 1;
  color: red;
}

.sidebar-list .sidebar-list-item:hover .fa-cog {
  opacity: 1;
  color: #004e92;
}

.sidebar-list .sidebar-list-item .item-counter {
  font-size: 12px;
}

.sidebar-list .sidebar-list-item:hover .fa-share-alt {
  opacity: 1;
  color: #4cd137;
}

.sidebar-list .sidebar-btn-group a {
  margin-left: 10px;
}

.white-box {
  border: none;
  -webkit-box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
          box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
  border-radius: 7px;
  padding: 30px;
  background: #fff;
  background-size: cover !important;
}

.white-box .white-box-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.white-box .white-box-head h4 {
  font-size: 20px !important;
  font-weight: 600;
}

#itemlist {
  margin-top: 40px;
}

#itemlist ul {
  padding: 0;
  list-style: none;
}

#itemlist .ui-state-default {
  background: none;
  border: none;
}

#itemlist .fa-grip-vertical {
  padding: 7px 15px 5px 5px;
  font-size: 20px;
  color: #d7d7d7;
}

#itemlist .item-li {
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
          box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#itemlist .item-li .item-options {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#itemlist .item-li .item-options i {
  opacity: .2;
}

#itemlist .item-li .item-options a {
  background: #e9ecef;
  width: 24px;
  display: inline-block;
  height: 24px;
  border-radius: 50px;
  text-align: center;
  padding: 3px 0;
}

#itemlist .item-li .item-options a:not(:last-child) {
  margin-right: 4px;
}

#itemlist .item-li:hover .item-options i {
  opacity: 1;
}

#itemlist .item-li:hover .item-options i.fa-edit {
  color: #4cd137;
}

#itemlist .item-li:hover .item-options i.fa-trash-alt {
  color: red;
}

#itemlist .item-li .item-name {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

#itemlist .item-li .item-link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  max-width: 75ch;
}

@media only screen and (max-width: 768px) {
  #itemlist .item-li .item-link {
    -webkit-line-clamp: 3;
  }
}

#itemlist .item-li .custom-checkbox {
  font-size: 12px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#itemlist .item-li .custom-checkbox .item-price {
  color: #666;
}

#itemlist .item-li .item-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#itemlist .item-li .item-img img {
  border-radius: 3px;
}

#itemlist .item-li .item-price {
  margin-right: 15px;
  padding-top: 5px;
}

#itemlist .cat-head {
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 10px;
  font-weight: 600;
  background: #f4f5fa;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#itemlist .cat-head i {
  color: #999;
}

#itemlist .cat-head .add-cat {
  background: white;
  padding: 0 4px;
  border-radius: 50px;
}

#itemlist .ui-sortable-handle {
  margin-bottom: 30px;
}

.main-contents {
  padding: 15px 0;
}

.theme-pop {
  cursor: pointer;
  font-weight: 600;
  text-align: center;
  border: 1px solid #dddddd;
  padding: 10px 15px;
}

.list_delete {
  color: red;
}

.list_delete:hover {
  color: red;
}

.custom-modal label.control-label {
  font-weight: 600;
}

nav {
  background: #000428;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#004e92), to(#000428));
  background: linear-gradient(to right, #004e92, #000428);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

nav a, nav .btn-link {
  color: #fff;
  font-size: 14px;
}

nav a:hover, nav .btn-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  border-radius: 4px;
  color: #fff;
}

nav .nav-btn-group a {
  padding: .25rem;
  font-size: 1.25rem;
}

nav .nav-btn-group a i {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .nav-btn-group {
    display: none;
  }
}

.custom-button-group a:not(:last-child) {
  margin-right: 8px;
}

.custom-button-group i {
  font-size: 16px;
  color: #004e92;
}

input[type=checkbox]:checked + label {
  text-decoration: line-through;
}

.item-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: realtive;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #dfe1e5;
  border-radius: 7px;
  background: #fff;
}

.item-search-box input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  border-radius: 7px 0 0 7px;
  background: #fff;
  border: 0px;
  outline: none;
  padding: 10px;
  min-width: 50px;
}

.item-search-box input::-webkit-input-placeholder {
  color: #d4d4d4;
}

.item-search-box input:-ms-input-placeholder {
  color: #d4d4d4;
}

.item-search-box input::-ms-input-placeholder {
  color: #d4d4d4;
}

.item-search-box input::placeholder {
  color: #d4d4d4;
}

.item-search-box .add-new {
  min-width: 90px;
  border: 0;
  border-radius: 0 7px 7px 0;
}

#search-list div {
  padding: 10px 0;
}

#search-list div:first-child {
  border-radius: 7px 7px 0 0;
}

#search-list div:last-child {
  border-radius: 0 0 7px 7px;
}

ul.ui-autocomplete {
  list-style: none;
  background: white;
  max-width: 419px !important;
  padding: 10px;
}

.create-list {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 10px;
  border-radius: 7px;
  text-decoration: none;
  margin-top: -5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
}

.theme-btn-style {
  background: #004e92;
  color: #fff;
}

.theme-btn-style:hover {
  background: #0267be;
  color: #fff;
}

.custom-footer {
  height: 60px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
}

.select_fav, .select_history {
  background: #f4f5fa;
  padding: 10px;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 100%;
}

.select_fav:hover, .select_history:hover {
  font-weight: 600;
}

.pattern-show {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
}

.custom-label {
  font-weight: 600;
}

.settings .item-info {
  border: 1px solid #e9ecef;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 20px;
}

.settings .item-info h3 {
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  max-width: 28ch;
}

.settings .item-info .favorite {
  height: 33px;
  width: 33px;
  text-align: center;
  padding: 8px 0px;
  border-radius: 7px;
  background: #ddd;
  cursor: pointer;
  float: right;
}

.settings .item-info .is-fav {
  background: red;
  border-radius: 7px;
  color: #fff;
}

.settings .item-info .fileupload-outer {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-image: url(../images/img-icon-01.svg);
}

.settings .item-info .fileupload-outer:hover :before {
  position: absolute;
  content: '';
  width: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  text-align: center;
  background-image: url(../images/img-upload-01.svg);
  height: 100%;
  background-color: #fff;
  border-radius: .5rem;
}

.settings .item-info .file-upload {
  position: relative;
  border: 1px dashed #9dceff;
  border-radius: .5rem;
  -webkit-transition: background-color .25s ease-out;
  transition: background-color .25s ease-out;
  width: 60px;
  height: 60px;
  display: inline-block;
}

.settings .item-info .file-upload:hover {
  background-color: #dbedff;
}

.settings .item-info .file-upload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: none;
  cursor: pointer;
}

.settings .item-info .text-bx {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}

.settings .item-info .text-bx p {
  margin: 0;
}

.settings .form-group i {
  font-size: 18px;
  margin: 0 8px;
  color: #004e92;
}

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

.list-not-login .cat-head {
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 10px;
  font-weight: 600;
  background: #f4f5fa;
  border: 1px solid #eee;
}

.list-not-login .cat-not-login {
  margin-bottom: 20px;
}

.list-not-login .cat-not-login li {
  padding: 10px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 7px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
          box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
}

.login-modal .pop-login {
  padding: 10px 15px;
  display: block;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
}

.login-modal .forget-password {
  margin: 15px 0;
  color: #333;
  display: block;
}

.login-modal .authchoise {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 7px;
}

.login-modal .authchoise .facebook-login-btn i {
  color: #4267B2;
}

.login-modal .authchoise .google-login-btn i {
  color: #ea4335;
}

.login-modal .authchoise .auth-link {
  color: #333;
  margin: 5px;
  display: inline-block;
}

.login-box {
  border: none;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 30px;
  background: #fff;
}

.login-box input {
  width: 100%;
}

.login-box .login-btn {
  border: 0;
  padding: 10px 15px;
  width: 100%;
}

.login-box .forget-password {
  margin: 15px 0;
  color: #333;
  display: block;
  text-align: center;
}

.login-box .authchoise {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 15px;
}

.login-box .authchoise .facebook-login-btn i {
  color: #4267B2;
}

.login-box .authchoise .google-login-btn i {
  color: #ea4335;
}

.login-box .authchoise .auth-link {
  color: #333;
  margin: 5px;
  display: inline-block;
}

.login-box .signup-btn {
  color: #0267be;
  display: block;
  text-align: center;
  padding: 10px 15px;
  border: 1px solid #004e92;
  text-decoration: none;
  margin-bottom: 20px;
}

.login-box .signup-btn:hover {
  background: #0267be;
  color: #fff;
}

.help-block {
  color: red;
  margin-top: 3px;
  font-size: 12px;
}

.register-box {
  border: none;
  -webkit-box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
          box-shadow: 0 2px 18px 1px rgba(49, 53, 72, 0.1);
  border-radius: 7px;
  padding: 30px;
  background: #fff;
  margin: auto;
  max-width: 452px;
}

.register-box input {
  width: 100%;
}

.register-box .register-btn {
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 15px;
  border: 0;
  text-decoration: none;
  width: 100%;
}

.register-box .register-btn:hover {
  background: #0267be;
  color: #fff;
}

.register-btn {
  width: 100%;
  padding: 10px;
  border: 0;
}

.cat-moadl .cat {
  margin-bottom: 10px;
  width: 100%;
  display: block;
  background: #f4f5fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
}

.cat-moadl span.select_cat {
  height: 50px;
  display: inline-block;
  width: 50px;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  border-left: 1px solid #dee2e6;
  color: #ddd;
  padding: 12px 0;
}

.cat-moadl .ticked {
  color: #004e92;
}

.list-editing .total-price {
  font-weight: 600;
  text-align: right;
}

.list-editing .total-price span {
  font-weight: 400;
}

.list-editing .remaining-items {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

.change-cat-btn {
  font-weight: 600;
  border: 1px solid #e9ecef;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 20px;
  cursor: pointer;
}

.change-cat-btn:hover {
  background: #004e92;
  color: #fff;
}

.category-editlist .btn.delete_cat {
  background: red;
  color: #fff;
}

.category-editlist .btn.edit_cat {
  background: #5cb85c;
  color: #fff;
}

.category-editlist .editlist-row {
  clear: both;
  height: 39px;
  margin-bottom: 12px;
}

.category-editlist .cat-name {
  display: inline-block;
}

.category-editlist .cat-btn-group {
  float: right;
}

.share-icons {
  text-align: center;
}

.share-icons a {
  display: inline-block;
}

.share-icons a img {
  width: 40px;
  margin: 0 2px;
}

.theme-set .theme-preview {
  height: 90px;
  border-radius: 3px;
  background-position: center !important;
  background-size: cover !important;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.theme-set .theme-preview:hover {
  border: 1px solid #999;
}

.theme-set .theme-preview .theme-name {
  color: #fff;
  background: #42424252;
  padding: 12px;
}

.theme-set .theme-preview:not(:last-child) {
  margin-bottom: 15px;
}

.grouped-section {
  border: 1px solid #ddd;
  padding: 20px 15px;
}

.grouped-section h5 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 16px;
}

.custom-color, .item-color, .note-color, .basic-color {
  width: 90px;
  border: 0;
  padding: 0;
  height: 30px;
}

.item-couter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-couter button {
  height: 38px;
  width: 38px;
  border: 0;
}

.item-couter button:hover {
  background: #004e92;
  color: #fff;
}

.item-couter input {
  height: 38px;
  border: 0px;
  padding-left: 10px;
  outline: 0;
  width: 62px;
  text-align: center;
  background: #f8f9fa;
}

.theme-selected {
  border: 2px solid #0267be !important;
}

.add-new {
  text-decoration: none !important;
}

.add-new #search-list-auto {
  background: #fff;
  padding: 15px;
  border: none !important;
  -webkit-box-shadow: 0 2px 5px 1px #403c4329;
          box-shadow: 0 2px 5px 1px #403c4329;
  border-radius: 7px;
  color: #333;
}

.custom-button-group-2 {
  background: #fff;
  border-radius: 7px;
}

.custom-button-group-2 a {
  padding: 10px;
  color: #004e92;
}

.cat-not-login .item-li .custom-checkbox {
  font-size: 12px;
  margin-right: 15px;
}

.cat-not-login .fa-grip-vertical {
  padding: 7px 15px 5px 5px;
  font-size: 20px;
  color: #d7d7d7;
}

#sharepop .st-btn {
  margin: 5px;
}

#sharepop .st-inline-share-buttons {
  text-align: center !important;
}

.history-box-outer, .fav-box-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.history-box-outer input, .fav-box-outer input {
  margin-right: 15px;
}

.login-bg {
  padding: 30px 0;
  margin-top: 30px;
}

.login-sidebar {
  background: #fff;
  padding: 30px;
  height: 100%;
}

.login-header {
  background: url(../images/login-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  color: #fff;
  text-shadow: 0px 0px 10px #00000061;
}

.login-header p {
  font-size: 16px;
}

.header-btn {
  color: #fff !important;
  padding: 11px 30px;
  border-radius: 4px;
  text-decoration: none !important;
  min-width: 127px;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  margin-right: 10px;
  background: #00000061;
  font-weight: bold;
  font-size: 15px;
}

.header-btn:hover {
  background: #0267be;
}

.text-image-section {
  padding: 30px 60px;
  background: url(../images/banner-sm.jpg);
  background-size: cover;
  color: #fff;
}

.text-image-section .text-one {
  font-style: italic;
}

.text-image-section .text-two {
  font-size: 28px;
}

.circlechart {
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .right-sidebar-position {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-content-position {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .left-sidebar-position {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.quantity-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  border-radius: 50px;
  background: #e9ecef;
  max-height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quantity-change a {
  margin: 5px;
  display: inline-block;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #ddd;
  background: #fff;
}

.quantity-change a:hover {
  background: #0267be;
}

.quantity-change a:hover i {
  color: #fff;
}

.quantity-change a i {
  color: #0267be;
}

button.btn.btn-link.logout {
  padding-left: 0;
}

.other-login {
  margin-bottom: 20px;
}

.other-login a {
  display: block;
  margin-bottom: 10px;
  padding: 13px 15px;
  color: #000;
  text-decoration: none;
  background: #f4f5fa;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.other-login a:hover {
  background: #0267be;
  color: #fff;
}

.other-login a img {
  width: 20px;
  margin-right: 15px;
}

.or {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.site-login {
  width: 100%;
}

.custom-control-label::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*# sourceMappingURL=style.css.map */